]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
Recover \origin tag in documents
[lyx.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 2.3 created this file. For more info see http://www.lyx.org/
2 \lyxformat 540
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 \use_dash_ligatures true
176 \graphics default
177 \default_output_format pdf2
178 \output_sync 0
179 \bibtex_command default
180 \index_command default
181 \paperfontsize 12
182 \spacing single
183 \use_hyperref true
184 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
185 \pdf_author "LyX Team, Uwe Stöhr"
186 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
187 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
188 \pdf_bookmarks true
189 \pdf_bookmarksnumbered true
190 \pdf_bookmarksopen true
191 \pdf_bookmarksopenlevel 1
192 \pdf_breaklinks false
193 \pdf_pdfborder false
194 \pdf_colorlinks true
195 \pdf_backref false
196 \pdf_pdfusetitle false
197 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
198 \papersize default
199 \use_geometry false
200 \use_package amsmath 2
201 \use_package amssymb 2
202 \use_package cancel 0
203 \use_package esint 0
204 \use_package mathdots 1
205 \use_package mathtools 0
206 \use_package mhchem 1
207 \use_package stackrel 0
208 \use_package stmaryrd 0
209 \use_package undertilde 0
210 \cite_engine basic
211 \cite_engine_type default
212 \biblio_style plain
213 \use_bibtopic false
214 \use_indices false
215 \paperorientation portrait
216 \suppress_date false
217 \justification true
218 \use_refstyle 0
219 \notefontcolor #0000ff
220 \index Index
221 \shortcut idx
222 \color #008000
223 \end_index
224 \secnumdepth 3
225 \tocdepth 3
226 \paragraph_separation skip
227 \defskip medskip
228 \is_math_indent 0
229 \quotes_style english
230 \dynamic_quotes 0
231 \papercolumns 1
232 \papersides 2
233 \paperpagestyle default
234 \tracking_changes true
235 \output_changes false
236 \html_math_output 0
237 \html_css_as_file 0
238 \html_be_strict false
239 \author 227574939 "Kyttj"
240 \author 424524441 "rgheck"
241 \author 2047637253 "Guillaume Munch"
242 \end_header
243
244 \begin_body
245
246 \begin_layout Title
247 \SpecialChar LyX
248 's detailed Figure, Table, Floats, Notes, Boxes and External Material manual
249 \end_layout
250
251 \begin_layout Author
252 by the \SpecialChar LyX
253  Team
254 \begin_inset Foot
255 status collapsed
256
257 \begin_layout Plain Layout
258 \noindent
259 If you have comments or error corrections, please send them to the \SpecialChar LyX
260  Documentatio
261 n mailing list: 
262 \begin_inset CommandInset href
263 LatexCommand href
264 name "lyx-docs@lists.lyx.org"
265 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
266 type "mailto:"
267 literal "false"
268
269 \end_inset
270
271
272 \end_layout
273
274 \end_inset
275
276
277 \begin_inset Note Note
278 status collapsed
279
280 \begin_layout Plain Layout
281 author: Uwe Stöhr
282 \end_layout
283
284 \end_inset
285
286
287 \begin_inset Newline newline
288 \end_inset
289
290
291 \begin_inset Newline newline
292 \end_inset
293
294
295 \family sans
296 Version 2.2.x
297 \end_layout
298
299 \begin_layout Standard
300 \begin_inset CommandInset toc
301 LatexCommand tableofcontents
302
303 \end_inset
304
305
306 \end_layout
307
308 \begin_layout Standard
309 \begin_inset Note Note
310 status open
311
312 \begin_layout Plain Layout
313 To export all parts of this document to PDF, PS, or DVI the \SpecialChar LaTeX
314 -packages 
315 \series bold
316 arydshln
317 \series default
318
319 \series bold
320 colortbl
321 \series default
322
323 \series bold
324 diagbox, lettrine, marginnote, picinpar
325 \series default
326  and 
327 \series bold
328 sidecap
329 \series default
330  must be installed.
331  If they are not installed you can export the document anyway but the sections
332  where the packages are required won't appear in the output.
333 \end_layout
334
335 \begin_layout Plain Layout
336 The latest PDF-version of this document can be found here:
337 \begin_inset Newline newline
338 \end_inset
339
340
341 \series bold
342 http://wiki.lyx.org/LyX/Manuals#EmbeddedObjects
343 \end_layout
344
345 \end_inset
346
347
348 \end_layout
349
350 \begin_layout Chapter
351 Figures
352 \begin_inset Index idx
353 status collapsed
354
355 \begin_layout Plain Layout
356 Figures
357 \end_layout
358
359 \end_inset
360
361
362 \begin_inset Index idx
363 status collapsed
364
365 \begin_layout Plain Layout
366 Graphics|see
367 \begin_inset ERT
368 status collapsed
369
370 \begin_layout Plain Layout
371
372 {
373 \end_layout
374
375 \end_inset
376
377 Figures
378 \begin_inset ERT
379 status collapsed
380
381 \begin_layout Plain Layout
382
383 }
384 \end_layout
385
386 \end_inset
387
388
389 \end_layout
390
391 \end_inset
392
393
394 \end_layout
395
396 \begin_layout Section
397 Graphics Dialog
398 \begin_inset Index idx
399 status collapsed
400
401 \begin_layout Plain Layout
402 Figures ! Graphics Dialog
403 \end_layout
404
405 \end_inset
406
407
408 \begin_inset CommandInset label
409 LatexCommand label
410 name "sec:Graphics-Dialog"
411
412 \end_inset
413
414
415 \end_layout
416
417 \begin_layout Standard
418 To insert an image into your document, place the cursor at the text position
419  you want and click on the toolbar icon 
420 \begin_inset Info
421 type  "icon"
422 arg   "dialog-show-new-inset graphics"
423 \end_inset
424
425  or use the menu 
426 \family sans
427 Insert\SpecialChar menuseparator
428 Graphics
429 \family default
430 .
431  Then a dialog will appear to choose the file to load.
432  The image will appear in the output exactly at the position where it is
433  in the text.
434 \end_layout
435
436 \begin_layout Standard
437 The graphics dialog can be called at any time by clicking on an image.
438  This dialog has three tabs:
439 \end_layout
440
441 \begin_layout Description
442
443 \family sans
444 Graphics
445 \family default
446  Here you can choose an image file and adjust its appearance in the output.
447  The available units for the image size are explained in appendix
448 \begin_inset space ~
449 \end_inset
450
451
452 \begin_inset CommandInset ref
453 LatexCommand ref
454 reference "cha:Units-available-in"
455
456 \end_inset
457
458 .
459 \begin_inset Newline newline
460 \end_inset
461
462
463 \begin_inset Index idx
464 status collapsed
465
466 \begin_layout Plain Layout
467 Figures ! rotated
468 \end_layout
469
470 \end_inset
471
472 You can rotate images counter-clockwise by setting a rotation angle and
473  a rotation origin.
474  The image will also be rotated inside \SpecialChar LyX
475 .
476 \begin_inset Newline newline
477 \end_inset
478
479
480 \begin_inset Index idx
481 status collapsed
482
483 \begin_layout Plain Layout
484 Figures ! scaled
485 \end_layout
486
487 \end_inset
488
489 Images can be scaled by using a percentage value or by setting the width
490  and height explicitly.
491  If you set only the width or only the height, the other size will be determined
492  automatically.
493  If you set both, then the image will be transformed to the given size,
494  possibly distorting it.
495  To prevent the image from distortion, use the option 
496 \family sans
497 Maintain aspect ratio
498 \family default
499 .
500  The image will then be scaled so that its width and height don't exceed
501  the specified dimensions.
502 \begin_inset Newline newline
503 \end_inset
504
505 Images can be opened in a program of your choice by right-clicking on it
506  and choosing the entry 
507 \family sans
508 Edit
509 \begin_inset space ~
510 \end_inset
511
512 externally
513 \family default
514  in the context menu.
515  The program can be set for every image format in the file format settings
516  in \SpecialChar LyX
517 's preferences.
518 \end_layout
519
520 \begin_layout Description
521
522 \family sans
523 Clipping
524 \family default
525  Alternatively to the usage of scaling units it is possible to set image
526  coordinates to adjust the height and width of the image in the output.
527  The coordinates can also be calculated automatically by pressing the button
528  
529 \family sans
530 Get
531 \begin_inset space ~
532 \end_inset
533
534 from
535 \begin_inset space ~
536 \end_inset
537
538 File
539 \family default
540 .
541  The option 
542 \family sans
543 Clip
544 \begin_inset space ~
545 \end_inset
546
547 to
548 \begin_inset space ~
549 \end_inset
550
551 bounding
552 \begin_inset space ~
553 \end_inset
554
555 box
556 \family default
557  will only print the image region within the given coordinates.
558  Normally you don't need to worry about image coordinates and can ignore
559  this tab.
560 \end_layout
561
562 \begin_layout Description
563
564 \family sans
565 LaTeX
566 \begin_inset space ~
567 \end_inset
568
569 and
570 \begin_inset space ~
571 \end_inset
572
573 LyX
574 \begin_inset space ~
575 \end_inset
576
577 options
578 \family default
579  In this tab you can modify the appearance of the image within \SpecialChar LyX
580  and \SpecialChar LaTeX
581  experts
582  can specify additional \SpecialChar LaTeX
583  options.
584 \begin_inset Newline newline
585 \end_inset
586
587 The option 
588 \family sans
589 Draft
590 \begin_inset space ~
591 \end_inset
592
593 mode
594 \family default
595  makes the image appear in the output only as a frame with the size of the
596  image.
597 \begin_inset Newline newline
598 \end_inset
599
600 In the section 
601 \family sans
602 Graphics
603 \begin_inset space ~
604 \end_inset
605
606 Group
607 \family default
608  you can define or join an image settings group.
609 \begin_inset Index idx
610 status collapsed
611
612 \begin_layout Plain Layout
613 Figures ! Settings grouping
614 \end_layout
615
616 \end_inset
617
618  Images within such a group share their settings, so adjusting one image
619  of the group automatically also adjusts all other images of the group in
620  the same way.
621  So you can for example change the size for a bunch of images without the
622  need to manually change each of them.
623  Joining an existing group can also be done using the context menu of the
624  image by checking the name of the desired group.
625 \end_layout
626
627 \begin_layout Standard
628 \begin_inset VSpace bigskip
629 \end_inset
630
631
632 \end_layout
633
634 \begin_layout Standard
635 This is an example image in EPS format
636 \begin_inset Foot
637 status collapsed
638
639 \begin_layout Plain Layout
640 Image formats are explained in section
641 \begin_inset space ~
642 \end_inset
643
644
645 \begin_inset CommandInset ref
646 LatexCommand ref
647 reference "sec:Image-Formats"
648
649 \end_inset
650
651 .
652 \end_layout
653
654 \end_inset
655
656  within a separate, horizontally centered paragraph:
657 \end_layout
658
659 \begin_layout Standard
660 \align center
661 \begin_inset Graphics
662         filename clipart/mobius.eps
663         scale 70
664         scaleBeforeRotation
665         rotateOrigin center
666
667 \end_inset
668
669
670 \end_layout
671
672 \begin_layout Standard
673 This is the same image like the one above but in draft mode:
674 \end_layout
675
676 \begin_layout Standard
677 \align center
678 \begin_inset Graphics
679         filename clipart/mobius.eps
680         scale 70
681         draft
682         scaleBeforeRotation
683         rotateOrigin center
684
685 \end_inset
686
687
688 \end_layout
689
690 \begin_layout Standard
691 \begin_inset Newpage newpage
692 \end_inset
693
694
695 \end_layout
696
697 \begin_layout Section
698 Figure Floats
699 \begin_inset CommandInset label
700 LatexCommand label
701 name "sec:Figure-Floats"
702
703 \end_inset
704
705
706 \begin_inset Index idx
707 status collapsed
708
709 \begin_layout Plain Layout
710 Floats ! Figures
711 \end_layout
712
713 \end_inset
714
715
716 \begin_inset Index idx
717 status collapsed
718
719 \begin_layout Plain Layout
720 Figures ! Floats
721 \end_layout
722
723 \end_inset
724
725
726 \end_layout
727
728 \begin_layout Standard
729 For general explanations about floats, have a look at section
730 \begin_inset space ~
731 \end_inset
732
733
734 \begin_inset CommandInset ref
735 LatexCommand ref
736 reference "sec:FloatIntroduction"
737
738 \end_inset
739
740 .
741 \end_layout
742
743 \begin_layout Standard
744 The toolbar button 
745 \begin_inset Info
746 type  "icon"
747 arg   "float-insert figure"
748 \end_inset
749
750  and the menu 
751 \family sans
752 Insert\SpecialChar menuseparator
753 Float\SpecialChar menuseparator
754 Figure
755 \family default
756  inserts a float with a caption that has the label 
757 \begin_inset Quotes eld
758 \end_inset
759
760 Figure
761 \begin_inset space ~
762 \end_inset
763
764 #:
765 \begin_inset Quotes erd
766 \end_inset
767
768  (# is the actual number).
769  You can insert the image above the caption, like in Figure
770 \begin_inset space ~
771 \end_inset
772
773
774 \begin_inset CommandInset ref
775 LatexCommand ref
776 reference "fig:kill-plat"
777
778 \end_inset
779
780  or below the caption, like in Figure
781 \begin_inset space ~
782 \end_inset
783
784
785 \begin_inset CommandInset ref
786 LatexCommand ref
787 reference "fig:escher"
788
789 \end_inset
790
791 .
792  More about caption placement is described in section
793 \begin_inset space ~
794 \end_inset
795
796
797 \begin_inset CommandInset ref
798 LatexCommand ref
799 reference "sec:Caption-Placement"
800
801 \end_inset
802
803 .
804 \end_layout
805
806 \begin_layout Standard
807 \begin_inset Float figure
808 wide false
809 sideways false
810 status open
811
812 \begin_layout Plain Layout
813 \align center
814 \begin_inset Graphics
815         filename clipart/platypus.eps
816         width 50col%
817         scaleBeforeRotation
818         rotateOrigin center
819
820 \end_inset
821
822
823 \end_layout
824
825 \begin_layout Plain Layout
826 \begin_inset Caption Standard
827
828 \begin_layout Plain Layout
829 \begin_inset CommandInset label
830 LatexCommand label
831 name "fig:kill-plat"
832
833 \end_inset
834
835 A severely distorted platypus in a float.
836 \end_layout
837
838 \end_inset
839
840
841 \end_layout
842
843 \end_inset
844
845
846 \end_layout
847
848 \begin_layout Standard
849 \begin_inset Float figure
850 wide false
851 sideways false
852 status open
853
854 \begin_layout Plain Layout
855 \begin_inset Caption Standard
856
857 \begin_layout Plain Layout
858 \begin_inset CommandInset label
859 LatexCommand label
860 name "fig:escher"
861
862 \end_inset
863
864 M.C.
865  Escher on acid.
866 \end_layout
867
868 \end_inset
869
870
871 \end_layout
872
873 \begin_layout Plain Layout
874 \align center
875 \begin_inset Graphics
876         filename clipart/escher-lsd.eps
877         scale 80
878         scaleBeforeRotation
879         rotateOrigin center
880
881 \end_inset
882
883
884 \end_layout
885
886 \end_inset
887
888
889 \end_layout
890
891 \begin_layout Standard
892 \begin_inset Index idx
893 status collapsed
894
895 \begin_layout Plain Layout
896 References ! to Figures
897 \end_layout
898
899 \end_inset
900
901 Figure
902 \begin_inset space ~
903 \end_inset
904
905
906 \begin_inset CommandInset ref
907 LatexCommand ref
908 reference "fig:kill-plat"
909
910 \end_inset
911
912  and 
913 \begin_inset CommandInset ref
914 LatexCommand ref
915 reference "fig:escher"
916
917 \end_inset
918
919  are examples of referenced figures.
920  Figures can be referenced in the text by referencing their label.
921  To do this insert a label in the caption using the menu 
922 \family sans
923 Insert\SpecialChar menuseparator
924 Label
925 \family default
926  or the toolbar button 
927 \begin_inset Info
928 type  "icon"
929 arg   "label-insert"
930 \end_inset
931
932 .
933  You can now refer to the label using the menu 
934 \family sans
935 Insert\SpecialChar menuseparator
936 Cross
937 \begin_inset space ~
938 \end_inset
939
940 reference
941 \family default
942  or the toolbar button 
943 \begin_inset Info
944 type  "icon"
945 arg   "dialog-show-new-inset ref"
946 \end_inset
947
948 .
949  It is important to use references to floats, rather than using vague references
950  like 
951 \begin_inset Quotes eld
952 \end_inset
953
954 the figure above
955 \begin_inset Quotes erd
956 \end_inset
957
958 , because \SpecialChar LaTeX
959  will reposition the floats in the final document and it might
960  not be 
961 \begin_inset Quotes eld
962 \end_inset
963
964 above
965 \begin_inset Quotes erd
966 \end_inset
967
968  at all.
969 \begin_inset Newline newline
970 \end_inset
971
972 Referencing is explained in detail in section
973 \begin_inset space ~
974 \end_inset
975
976
977 \begin_inset CommandInset ref
978 LatexCommand ref
979 reference "sec:Referencing-Floats"
980
981 \end_inset
982
983 .
984 \end_layout
985
986 \begin_layout Standard
987 Normally only one image is inserted to a figure float, but sometimes you
988  might want to use two images with separate subcaptions.
989  This can be done by inserting image floats into existing image floats.
990  Note that only the main caption of the float is added to the List of Figures.
991  Figure
992 \begin_inset space ~
993 \end_inset
994
995
996 \begin_inset CommandInset ref
997 LatexCommand ref
998 reference "fig:Two-distorted-images"
999
1000 \end_inset
1001
1002  is an example of a figure float with two images set side by side.
1003  You can also set the images one below the other.
1004  Figure
1005 \begin_inset space ~
1006 \end_inset
1007
1008
1009 \begin_inset CommandInset ref
1010 LatexCommand ref
1011 reference "fig:Undefinable-structure"
1012
1013 \end_inset
1014
1015  and 
1016 \begin_inset CommandInset ref
1017 LatexCommand ref
1018 reference "fig:A-Platypus"
1019
1020 \end_inset
1021
1022  are the subfigures.
1023 \end_layout
1024
1025 \begin_layout Standard
1026 \begin_inset Float figure
1027 wide false
1028 sideways false
1029 status open
1030
1031 \begin_layout Plain Layout
1032 \begin_inset space \hfill{}
1033 \end_inset
1034
1035
1036 \begin_inset Float figure
1037 wide false
1038 sideways false
1039 status collapsed
1040
1041 \begin_layout Plain Layout
1042 \begin_inset Caption Standard
1043
1044 \begin_layout Plain Layout
1045 \begin_inset CommandInset label
1046 LatexCommand label
1047 name "fig:Undefinable-structure"
1048
1049 \end_inset
1050
1051 Undefinable structure.
1052 \end_layout
1053
1054 \end_inset
1055
1056
1057 \end_layout
1058
1059 \begin_layout Plain Layout
1060 \begin_inset Graphics
1061         filename clipart/escher-lsd.eps
1062         width 45col%
1063         scaleBeforeRotation
1064         groupId distorted
1065
1066 \end_inset
1067
1068
1069 \end_layout
1070
1071 \end_inset
1072
1073
1074 \begin_inset space \hfill{}
1075 \end_inset
1076
1077
1078 \begin_inset Float figure
1079 wide false
1080 sideways false
1081 status collapsed
1082
1083 \begin_layout Plain Layout
1084 \begin_inset Caption Standard
1085
1086 \begin_layout Plain Layout
1087 \begin_inset CommandInset label
1088 LatexCommand label
1089 name "fig:A-Platypus"
1090
1091 \end_inset
1092
1093 A Platypus.
1094 \end_layout
1095
1096 \end_inset
1097
1098
1099 \end_layout
1100
1101 \begin_layout Plain Layout
1102 \begin_inset Graphics
1103         filename clipart/platypus.eps
1104         width 45col%
1105         scaleBeforeRotation
1106         groupId distorted
1107
1108 \end_inset
1109
1110
1111 \end_layout
1112
1113 \end_inset
1114
1115
1116 \begin_inset space \hfill{}
1117 \end_inset
1118
1119
1120 \end_layout
1121
1122 \begin_layout Plain Layout
1123 \begin_inset Caption Standard
1124
1125 \begin_layout Plain Layout
1126 \begin_inset CommandInset label
1127 LatexCommand label
1128 name "fig:Two-distorted-images"
1129
1130 \end_inset
1131
1132 Two distorted images.
1133  Both images are in the image settings group named 
1134 \begin_inset Quotes eld
1135 \end_inset
1136
1137 distorted
1138 \begin_inset Quotes erd
1139 \end_inset
1140
1141 .
1142 \end_layout
1143
1144 \end_inset
1145
1146
1147 \end_layout
1148
1149 \end_inset
1150
1151
1152 \end_layout
1153
1154 \begin_layout Standard
1155 \begin_inset Newpage newpage
1156 \end_inset
1157
1158
1159 \end_layout
1160
1161 \begin_layout Section
1162 Image Formats
1163 \begin_inset CommandInset label
1164 LatexCommand label
1165 name "sec:Image-Formats"
1166
1167 \end_inset
1168
1169
1170 \begin_inset Index idx
1171 status collapsed
1172
1173 \begin_layout Plain Layout
1174 Image Formats
1175 \end_layout
1176
1177 \end_inset
1178
1179
1180 \begin_inset Index idx
1181 status collapsed
1182
1183 \begin_layout Plain Layout
1184 Figures ! Image Formats
1185 \end_layout
1186
1187 \end_inset
1188
1189
1190 \end_layout
1191
1192 \begin_layout Standard
1193 You can insert images in any known file format.
1194  But as explained in appendix
1195 \begin_inset space ~
1196 \end_inset
1197
1198
1199 \begin_inset CommandInset ref
1200 LatexCommand ref
1201 reference "cha:Output-File-Formats"
1202
1203 \end_inset
1204
1205 , each output document format allows only a few image formats.
1206  \SpecialChar LyX
1207  uses therefore the program 
1208 \family typewriter
1209 ImageMagick
1210 \family default
1211  in the background to convert the images to the right format.
1212  To increase your work flow by avoiding these conversions in the background,
1213  you could choose to use only the image formats that can directly be embedded
1214  in the output file format.
1215  The output file formats are explained in appendix
1216 \begin_inset space ~
1217 \end_inset
1218
1219
1220 \begin_inset CommandInset ref
1221 LatexCommand ref
1222 reference "cha:Output-File-Formats"
1223
1224 \end_inset
1225
1226 .
1227 \end_layout
1228
1229 \begin_layout Standard
1230 Similar to fonts there are two types of image formats:
1231 \end_layout
1232
1233 \begin_layout Description
1234 Bitmap
1235 \begin_inset space ~
1236 \end_inset
1237
1238 images consist of pixel values, often in a compressed form.
1239  They are therefore not fully scalable and look pixelated in large zooms.
1240  Well-known bitmap image formats are 
1241 \begin_inset Quotes eld
1242 \end_inset
1243
1244 Graphics Interchange Format
1245 \begin_inset Quotes erd
1246 \end_inset
1247
1248  (GIF, file extension 
1249 \begin_inset Quotes eld
1250 \end_inset
1251
1252
1253 \family typewriter
1254 .gif
1255 \family default
1256
1257 \begin_inset Quotes erd
1258 \end_inset
1259
1260 )
1261 \begin_inset Index idx
1262 status collapsed
1263
1264 \begin_layout Plain Layout
1265 GIF|see
1266 \begin_inset ERT
1267 status collapsed
1268
1269 \begin_layout Plain Layout
1270
1271 {
1272 \end_layout
1273
1274 \end_inset
1275
1276 Image formats
1277 \begin_inset ERT
1278 status collapsed
1279
1280 \begin_layout Plain Layout
1281
1282 }
1283 \end_layout
1284
1285 \end_inset
1286
1287
1288 \end_layout
1289
1290 \end_inset
1291
1292
1293 \begin_inset Quotes eld
1294 \end_inset
1295
1296 Portable Network Graphics
1297 \begin_inset Quotes erd
1298 \end_inset
1299
1300  (PNG, file extension 
1301 \begin_inset Quotes eld
1302 \end_inset
1303
1304
1305 \family typewriter
1306 .png
1307 \family default
1308
1309 \begin_inset Quotes erd
1310 \end_inset
1311
1312 )
1313 \begin_inset Index idx
1314 status collapsed
1315
1316 \begin_layout Plain Layout
1317 PNG|see
1318 \begin_inset ERT
1319 status collapsed
1320
1321 \begin_layout Plain Layout
1322
1323 {
1324 \end_layout
1325
1326 \end_inset
1327
1328 Image formats
1329 \begin_inset ERT
1330 status collapsed
1331
1332 \begin_layout Plain Layout
1333
1334 }
1335 \end_layout
1336
1337 \end_inset
1338
1339
1340 \end_layout
1341
1342 \end_inset
1343
1344 , and 
1345 \begin_inset Quotes eld
1346 \end_inset
1347
1348 Joint Photographic Experts Group
1349 \begin_inset Quotes erd
1350 \end_inset
1351
1352  (JPG, file extension 
1353 \begin_inset Quotes eld
1354 \end_inset
1355
1356
1357 \family typewriter
1358 .jpg
1359 \family default
1360
1361 \begin_inset Quotes erd
1362 \end_inset
1363
1364  or 
1365 \begin_inset Quotes eld
1366 \end_inset
1367
1368
1369 \family typewriter
1370 .jpeg
1371 \family default
1372
1373 \begin_inset Quotes erd
1374 \end_inset
1375
1376 )
1377 \begin_inset Index idx
1378 status collapsed
1379
1380 \begin_layout Plain Layout
1381 JPG|see
1382 \begin_inset ERT
1383 status collapsed
1384
1385 \begin_layout Plain Layout
1386
1387 {
1388 \end_layout
1389
1390 \end_inset
1391
1392 Image formats
1393 \begin_inset ERT
1394 status collapsed
1395
1396 \begin_layout Plain Layout
1397
1398 }
1399 \end_layout
1400
1401 \end_inset
1402
1403
1404 \end_layout
1405
1406 \end_inset
1407
1408 .
1409 \end_layout
1410
1411 \begin_layout Description
1412 Vector
1413 \begin_inset space ~
1414 \end_inset
1415
1416 images consist of vectors and can therefore be scaled to any size without
1417  data loss.
1418  The scaling ability is necessary if you want to create presentations, because
1419  presentations are always scaled by the video projector.
1420  Scaling is also useful for online documents to let the user zoom into diagrams.
1421 \begin_inset Newline newline
1422 \end_inset
1423
1424 Well-known scalable image formats are 
1425 \begin_inset Quotes eld
1426 \end_inset
1427
1428 Scalable Vector Graphics
1429 \begin_inset Quotes erd
1430 \end_inset
1431
1432  (SVG, file extension 
1433 \begin_inset Quotes eld
1434 \end_inset
1435
1436
1437 \family typewriter
1438 .svg
1439 \family default
1440
1441 \begin_inset Quotes erd
1442 \end_inset
1443
1444 )
1445 \begin_inset Index idx
1446 status collapsed
1447
1448 \begin_layout Plain Layout
1449 SVG|see
1450 \begin_inset ERT
1451 status collapsed
1452
1453 \begin_layout Plain Layout
1454
1455 {
1456 \end_layout
1457
1458 \end_inset
1459
1460 Image formats
1461 \begin_inset ERT
1462 status collapsed
1463
1464 \begin_layout Plain Layout
1465
1466 }
1467 \end_layout
1468
1469 \end_inset
1470
1471
1472 \end_layout
1473
1474 \end_inset
1475
1476
1477 \begin_inset Quotes eld
1478 \end_inset
1479
1480 Encapsulated PostScript
1481 \begin_inset Quotes erd
1482 \end_inset
1483
1484  (EPS, file extension 
1485 \begin_inset Quotes eld
1486 \end_inset
1487
1488
1489 \family typewriter
1490 .eps
1491 \family default
1492
1493 \begin_inset Quotes erd
1494 \end_inset
1495
1496 )
1497 \begin_inset Index idx
1498 status collapsed
1499
1500 \begin_layout Plain Layout
1501 EPS|see
1502 \begin_inset ERT
1503 status collapsed
1504
1505 \begin_layout Plain Layout
1506
1507 {
1508 \end_layout
1509
1510 \end_inset
1511
1512 Image formats
1513 \begin_inset ERT
1514 status collapsed
1515
1516 \begin_layout Plain Layout
1517
1518 }
1519 \end_layout
1520
1521 \end_inset
1522
1523
1524 \end_layout
1525
1526 \end_inset
1527
1528
1529 \begin_inset Quotes eld
1530 \end_inset
1531
1532 Portable Document Format
1533 \begin_inset Quotes erd
1534 \end_inset
1535
1536  (PDF, file extension 
1537 \begin_inset Quotes eld
1538 \end_inset
1539
1540
1541 \family typewriter
1542 .pdf
1543 \family default
1544
1545 \begin_inset Quotes erd
1546 \end_inset
1547
1548 )
1549 \begin_inset Index idx
1550 status collapsed
1551
1552 \begin_layout Plain Layout
1553 PDF
1554 \end_layout
1555
1556 \end_inset
1557
1558 , and 
1559 \begin_inset Quotes eld
1560 \end_inset
1561
1562 Windows Metafile
1563 \begin_inset Quotes erd
1564 \end_inset
1565
1566  (WMF, file extension 
1567 \begin_inset Quotes eld
1568 \end_inset
1569
1570
1571 \family typewriter
1572 .wmf
1573 \family default
1574
1575 \begin_inset Quotes erd
1576 \end_inset
1577
1578 )
1579 \begin_inset Index idx
1580 status collapsed
1581
1582 \begin_layout Plain Layout
1583 SVG|see
1584 \begin_inset ERT
1585 status collapsed
1586
1587 \begin_layout Plain Layout
1588
1589 {
1590 \end_layout
1591
1592 \end_inset
1593
1594 Image formats
1595 \begin_inset ERT
1596 status collapsed
1597
1598 \begin_layout Plain Layout
1599
1600 }
1601 \end_layout
1602
1603 \end_inset
1604
1605
1606 \end_layout
1607
1608 \end_inset
1609
1610 .
1611  We wrote 
1612 \begin_inset Quotes eld
1613 \end_inset
1614
1615 can be
1616 \begin_inset Quotes erd
1617 \end_inset
1618
1619 , because you can convert any bitmap image to a PDF or EPS-image and the
1620  result will still be a bitmap image.
1621  In such cases only a header with the image properties is added to the original
1622  image
1623 \begin_inset Foot
1624 status collapsed
1625
1626 \begin_layout Plain Layout
1627 In the case of PDF, the original image is additionally compressed.
1628 \end_layout
1629
1630 \end_inset
1631
1632 .
1633  The PDF-files generated by 
1634 \family typewriter
1635 Adobe Photoshop
1636 \family default
1637  are for example bitmap images.
1638 \end_layout
1639
1640 \begin_layout Standard
1641 Normally it is not possible to convert a bitmap image into a scalable one,
1642  only vice versa.
1643  Only the image formats PDF and EPS can directly be embedded to PDF and
1644  PostScript output files, respectively.
1645  SVG and WMF-images are recalculated to bitmaps when the output file is
1646  generated because there is currently no adequate WMF/SVG
1647 \begin_inset Formula $\to$
1648 \end_inset
1649
1650 PDF/EPS converter available.
1651 \end_layout
1652
1653 \begin_layout Chapter
1654 Tables
1655 \begin_inset Index idx
1656 status collapsed
1657
1658 \begin_layout Plain Layout
1659 Table
1660 \end_layout
1661
1662 \end_inset
1663
1664
1665 \end_layout
1666
1667 \begin_layout Section
1668 Introduction
1669 \begin_inset Index idx
1670 status collapsed
1671
1672 \begin_layout Plain Layout
1673 Table ! Introduction
1674 \end_layout
1675
1676 \end_inset
1677
1678
1679 \end_layout
1680
1681 \begin_layout Standard
1682 You can insert a table using either the toolbar button 
1683 \begin_inset Info
1684 type  "icon"
1685 arg   "tabular-insert"
1686 \end_inset
1687
1688  or the menu 
1689 \family sans
1690 Insert\SpecialChar menuseparator
1691 Table
1692 \family default
1693 .
1694  The toolbar button offers you a graphical selection: move the mouse to
1695  set the column/row number of the table that should be created and then
1696  press a mouse button.
1697  When you use the menu to create a table, a dialog will appear, asking you
1698  for the number of rows and columns.
1699 \begin_inset Newline newline
1700 \end_inset
1701
1702 The default table has lines around any cell and the first row appears separated
1703  from the rest of the table.
1704  This separation occurs due to a double line: The cells of the first row
1705  have a line below them and the cells of the second row have a line above
1706  them.
1707  Here is an example table:
1708 \end_layout
1709
1710 \begin_layout Standard
1711 \align center
1712 \begin_inset Tabular
1713 <lyxtabular version="3" rows="4" columns="4">
1714 <features tabularvalignment="middle">
1715 <column alignment="center" valignment="top">
1716 <column alignment="center" valignment="top">
1717 <column alignment="center" valignment="top">
1718 <column alignment="center" valignment="top">
1719 <row>
1720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1721 \begin_inset Text
1722
1723 \begin_layout Plain Layout
1724
1725 \end_layout
1726
1727 \end_inset
1728 </cell>
1729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1730 \begin_inset Text
1731
1732 \begin_layout Plain Layout
1733
1734 \family roman
1735 \series medium
1736 \shape up
1737 \size normal
1738 \emph off
1739 \bar no
1740 \noun off
1741 \color none
1742 1
1743 \end_layout
1744
1745 \end_inset
1746 </cell>
1747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1748 \begin_inset Text
1749
1750 \begin_layout Plain Layout
1751 2
1752 \end_layout
1753
1754 \end_inset
1755 </cell>
1756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1757 \begin_inset Text
1758
1759 \begin_layout Plain Layout
1760 3
1761 \end_layout
1762
1763 \end_inset
1764 </cell>
1765 </row>
1766 <row>
1767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1768 \begin_inset Text
1769
1770 \begin_layout Plain Layout
1771
1772 \family roman
1773 \series medium
1774 \shape up
1775 \size normal
1776 \emph off
1777 \bar no
1778 \noun off
1779 \color none
1780 A
1781 \end_layout
1782
1783 \end_inset
1784 </cell>
1785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1786 \begin_inset Text
1787
1788 \begin_layout Plain Layout
1789
1790 \end_layout
1791
1792 \end_inset
1793 </cell>
1794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1795 \begin_inset Text
1796
1797 \begin_layout Plain Layout
1798
1799 \end_layout
1800
1801 \end_inset
1802 </cell>
1803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1804 \begin_inset Text
1805
1806 \begin_layout Plain Layout
1807
1808 \end_layout
1809
1810 \end_inset
1811 </cell>
1812 </row>
1813 <row>
1814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1815 \begin_inset Text
1816
1817 \begin_layout Plain Layout
1818
1819 \family roman
1820 \series medium
1821 \shape up
1822 \size normal
1823 \emph off
1824 \bar no
1825 \noun off
1826 \color none
1827 B
1828 \end_layout
1829
1830 \end_inset
1831 </cell>
1832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1833 \begin_inset Text
1834
1835 \begin_layout Plain Layout
1836
1837 \end_layout
1838
1839 \end_inset
1840 </cell>
1841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1842 \begin_inset Text
1843
1844 \begin_layout Plain Layout
1845
1846 \end_layout
1847
1848 \end_inset
1849 </cell>
1850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1851 \begin_inset Text
1852
1853 \begin_layout Plain Layout
1854
1855 \end_layout
1856
1857 \end_inset
1858 </cell>
1859 </row>
1860 <row>
1861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1862 \begin_inset Text
1863
1864 \begin_layout Plain Layout
1865
1866 \family roman
1867 \series medium
1868 \shape up
1869 \size normal
1870 \emph off
1871 \bar no
1872 \noun off
1873 \color none
1874 C
1875 \end_layout
1876
1877 \end_inset
1878 </cell>
1879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1880 \begin_inset Text
1881
1882 \begin_layout Plain Layout
1883
1884 \end_layout
1885
1886 \end_inset
1887 </cell>
1888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1889 \begin_inset Text
1890
1891 \begin_layout Plain Layout
1892
1893 \end_layout
1894
1895 \end_inset
1896 </cell>
1897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1898 \begin_inset Text
1899
1900 \begin_layout Plain Layout
1901
1902 \end_layout
1903
1904 \end_inset
1905 </cell>
1906 </row>
1907 </lyxtabular>
1908
1909 \end_inset
1910
1911
1912 \end_layout
1913
1914 \begin_layout Section
1915 Table Dialog
1916 \begin_inset Index idx
1917 status collapsed
1918
1919 \begin_layout Plain Layout
1920 Table ! Dialog
1921 \end_layout
1922
1923 \end_inset
1924
1925
1926 \end_layout
1927
1928 \begin_layout Standard
1929 You can alter a table by clicking on it with the right mouse button, which
1930  brings up the context menu.
1931  Under the menu entry 
1932 \family sans
1933 More
1934 \family default
1935  you can adjust the settings of that cell and row/column respectively where
1936  the cursor is currently placed.
1937  The context menu 
1938 \family sans
1939 More\SpecialChar menuseparator
1940 Settings
1941 \family default
1942  opens the table dialog where you can adjust more things.
1943  Most of the dialog options also work on selections.
1944  This means if you select more cells, columns or rows, the action is done
1945  for the whole selection.
1946  Note that there is a difference between selecting the 
1947 \emph on
1948 contents
1949 \emph default
1950  of the cell, and the cell itself.
1951 \begin_inset Newline newline
1952 \end_inset
1953
1954 With the dialog option 
1955 \family sans
1956 Immediate
1957 \begin_inset space ~
1958 \end_inset
1959
1960 Apply
1961 \family default
1962  every change you make in the dialog is directly applied.
1963  If you move the cursor to another table cell the dialog will then also
1964  be updated with the parameters of the new cell.
1965  If you change length values in the dialog you must press 
1966 \family sans
1967 Return
1968 \family default
1969  to get the change applied.
1970 \begin_inset Newline newline
1971 \end_inset
1972
1973 You can alter tables with the following tabs of the table dialog:
1974 \end_layout
1975
1976 \begin_layout Description
1977 Table
1978 \begin_inset space ~
1979 \end_inset
1980
1981 Settings Here you can set the table width
1982 \begin_inset Index idx
1983 status collapsed
1984
1985 \begin_layout Plain Layout
1986 Table ! Width
1987 \end_layout
1988
1989 \end_inset
1990
1991 , and the horizontal alignment and the width of the current column.
1992  The alignment 
1993 \family sans
1994 At
1995 \begin_inset space ~
1996 \end_inset
1997
1998 Decimal
1999 \begin_inset space ~
2000 \end_inset
2001
2002 Separator
2003 \family default
2004  is described in section
2005 \begin_inset space ~
2006 \end_inset
2007
2008
2009 \begin_inset CommandInset ref
2010 LatexCommand ref
2011 reference "subsec:Special-Cell-Alignment"
2012
2013 \end_inset
2014
2015 .
2016  When you have set a width you can also adjust the vertical alignment of
2017  the current row.
2018  A given width will allow the cell to have line breaks and multiple paragraphs
2019  of text, see sec.
2020 \begin_inset space \thinspace{}
2021 \end_inset
2022
2023
2024 \begin_inset CommandInset ref
2025 LatexCommand ref
2026 reference "subsec:Multiple-Lines-in"
2027
2028 \end_inset
2029
2030 .
2031  If you set no width, the column is as wide as the content of its widest
2032  cell.
2033 \begin_inset Newline newline
2034 \end_inset
2035
2036 Furthermore, you can mark one or multiple cells of one row as a multicolumn
2037  cell, see sec.
2038 \begin_inset space \thinspace{}
2039 \end_inset
2040
2041
2042 \begin_inset CommandInset ref
2043 LatexCommand ref
2044 reference "subsec:Multicolumns"
2045
2046 \end_inset
2047
2048  or the cells of one column as multirow cell, see sec.
2049 \begin_inset space \thinspace{}
2050 \end_inset
2051
2052
2053 \begin_inset CommandInset ref
2054 LatexCommand ref
2055 reference "subsec:Multirows"
2056
2057 \end_inset
2058
2059 .
2060 \begin_inset Newline newline
2061 \end_inset
2062
2063 The rotate check boxes rotate the current cell, a selection, or the whole
2064  table counter-clockwise by 90
2065 \begin_inset space \thinspace{}
2066 \end_inset
2067
2068 °.
2069  The rotation is not shown within \SpecialChar LyX
2070 , only in the output.
2071  For more information see sec.
2072 \begin_inset space \thinspace{}
2073 \end_inset
2074
2075
2076 \begin_inset CommandInset ref
2077 LatexCommand ref
2078 reference "sec:Rotated-Table-Cells"
2079
2080 \end_inset
2081
2082 .
2083 \begin_inset Newline newline
2084 \end_inset
2085
2086
2087 \begin_inset Note Greyedout
2088 status open
2089
2090 \begin_layout Plain Layout
2091
2092 \series bold
2093 Note:
2094 \series default
2095  Not all DVI-viewers are able to display rotations.
2096 \end_layout
2097
2098 \end_inset
2099
2100
2101 \begin_inset Newline newline
2102 \end_inset
2103
2104 The table-wide vertical alignment is used for tables within text lines:
2105 \begin_inset Newline newline
2106 \end_inset
2107
2108 A line with tables with different alignments: 
2109 \begin_inset Tabular
2110 <lyxtabular version="3" rows="2" columns="2">
2111 <features tabularvalignment="top">
2112 <column alignment="center" valignment="top" width="0pt">
2113 <column alignment="center" valignment="top">
2114 <row>
2115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2116 \begin_inset Text
2117
2118 \begin_layout Plain Layout
2119
2120 \end_layout
2121
2122 \end_inset
2123 </cell>
2124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2125 \begin_inset Text
2126
2127 \begin_layout Plain Layout
2128
2129 \family roman
2130 \series medium
2131 \shape up
2132 \size normal
2133 \emph off
2134 \bar no
2135 \noun off
2136 \color none
2137 1
2138 \end_layout
2139
2140 \end_inset
2141 </cell>
2142 </row>
2143 <row>
2144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2145 \begin_inset Text
2146
2147 \begin_layout Plain Layout
2148
2149 \family roman
2150 \series medium
2151 \shape up
2152 \size normal
2153 \emph off
2154 \bar no
2155 \noun off
2156 \color none
2157 A
2158 \end_layout
2159
2160 \end_inset
2161 </cell>
2162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2163 \begin_inset Text
2164
2165 \begin_layout Plain Layout
2166
2167 \end_layout
2168
2169 \end_inset
2170 </cell>
2171 </row>
2172 </lyxtabular>
2173
2174 \end_inset
2175
2176  
2177 \begin_inset Tabular
2178 <lyxtabular version="3" rows="2" columns="2">
2179 <features tabularvalignment="middle">
2180 <column alignment="center" valignment="top">
2181 <column alignment="center" valignment="top">
2182 <row>
2183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2184 \begin_inset Text
2185
2186 \begin_layout Plain Layout
2187
2188 \end_layout
2189
2190 \end_inset
2191 </cell>
2192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2193 \begin_inset Text
2194
2195 \begin_layout Plain Layout
2196
2197 \family roman
2198 \series medium
2199 \shape up
2200 \size normal
2201 \emph off
2202 \bar no
2203 \noun off
2204 \color none
2205 1
2206 \end_layout
2207
2208 \end_inset
2209 </cell>
2210 </row>
2211 <row>
2212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2213 \begin_inset Text
2214
2215 \begin_layout Plain Layout
2216
2217 \family roman
2218 \series medium
2219 \shape up
2220 \size normal
2221 \emph off
2222 \bar no
2223 \noun off
2224 \color none
2225 A
2226 \end_layout
2227
2228 \end_inset
2229 </cell>
2230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2231 \begin_inset Text
2232
2233 \begin_layout Plain Layout
2234
2235 \end_layout
2236
2237 \end_inset
2238 </cell>
2239 </row>
2240 </lyxtabular>
2241
2242 \end_inset
2243
2244  
2245 \begin_inset Tabular
2246 <lyxtabular version="3" rows="2" columns="2">
2247 <features tabularvalignment="bottom">
2248 <column alignment="center" valignment="top" width="0pt">
2249 <column alignment="center" valignment="top">
2250 <row>
2251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2252 \begin_inset Text
2253
2254 \begin_layout Plain Layout
2255
2256 \end_layout
2257
2258 \end_inset
2259 </cell>
2260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2261 \begin_inset Text
2262
2263 \begin_layout Plain Layout
2264
2265 \family roman
2266 \series medium
2267 \shape up
2268 \size normal
2269 \emph off
2270 \bar no
2271 \noun off
2272 \color none
2273 1
2274 \end_layout
2275
2276 \end_inset
2277 </cell>
2278 </row>
2279 <row>
2280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2281 \begin_inset Text
2282
2283 \begin_layout Plain Layout
2284
2285 \family roman
2286 \series medium
2287 \shape up
2288 \size normal
2289 \emph off
2290 \bar no
2291 \noun off
2292 \color none
2293 A
2294 \end_layout
2295
2296 \end_inset
2297 </cell>
2298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2299 \begin_inset Text
2300
2301 \begin_layout Plain Layout
2302
2303 \end_layout
2304
2305 \end_inset
2306 </cell>
2307 </row>
2308 </lyxtabular>
2309
2310 \end_inset
2311
2312
2313 \begin_inset Newline newline
2314 \end_inset
2315
2316 It is also possible to enter a \SpecialChar LaTeX
2317 -argument which is needed for special table
2318  formattings, see sec.
2319 \begin_inset space \thinspace{}
2320 \end_inset
2321
2322
2323 \begin_inset CommandInset ref
2324 LatexCommand ref
2325 reference "subsec:Multicolumn-Calculations"
2326
2327 \end_inset
2328
2329  and 
2330 \begin_inset CommandInset ref
2331 LatexCommand ref
2332 reference "sec:Colored-Tables"
2333
2334 \end_inset
2335
2336 .
2337 \end_layout
2338
2339 \begin_layout Description
2340 Borders In this tab you can add and delete border lines for the current
2341  row/column.
2342 \begin_inset Newline newline
2343 \end_inset
2344
2345 Using the style option 
2346 \family sans
2347 Formal
2348 \family default
2349  will convert the table to a formal table as described in sec.
2350 \begin_inset space \thinspace{}
2351 \end_inset
2352
2353
2354 \begin_inset CommandInset ref
2355 LatexCommand ref
2356 reference "sec:Formal-Tables"
2357
2358 \end_inset
2359
2360 .
2361 \begin_inset Newline newline
2362 \end_inset
2363
2364 You can also add space here to table rows as described in sec.
2365 \begin_inset space \thinspace{}
2366 \end_inset
2367
2368
2369 \begin_inset CommandInset ref
2370 LatexCommand ref
2371 reference "subsec:Row-Spacing"
2372
2373 \end_inset
2374
2375 .
2376 \end_layout
2377
2378 \begin_layout Description
2379 Multi-page
2380 \begin_inset space ~
2381 \end_inset
2382
2383 table This tab is to make a table a multi-page table that can run over several
2384  pages.
2385  Sections
2386 \begin_inset space ~
2387 \end_inset
2388
2389
2390 \begin_inset CommandInset ref
2391 LatexCommand ref
2392 reference "sec:Multi-page-Tables"
2393
2394 \end_inset
2395
2396  and 
2397 \begin_inset CommandInset ref
2398 LatexCommand ref
2399 reference "sec:Special-Longtable-Issues"
2400
2401 \end_inset
2402
2403  describe the multi-page table features in detail.
2404 \end_layout
2405
2406 \begin_layout Section
2407 Table Toolbar
2408 \begin_inset Index idx
2409 status collapsed
2410
2411 \begin_layout Plain Layout
2412 Table ! Toolbar
2413 \end_layout
2414
2415 \end_inset
2416
2417
2418 \end_layout
2419
2420 \begin_layout Standard
2421 The table toolbar is an alternative to the table dialog to be able to alter
2422  tables faster.
2423  It should normally appear at the bottom of \SpecialChar LyX
2424 's main window when the cursor
2425  is inside a table.
2426  You can alternatively switch it on to appear always, by right-clicking
2427  in \SpecialChar LyX
2428 's main menu bar.
2429 \end_layout
2430
2431 \begin_layout Standard
2432 The toolbar has the following icons:
2433 \end_layout
2434
2435 \begin_layout Labeling
2436 \labelwidthstring 00.00.0000
2437 \begin_inset Info
2438 type  "icon"
2439 arg   "tabular-feature append-row"
2440 \end_inset
2441
2442  adds a row below the current cell or selection
2443 \end_layout
2444
2445 \begin_layout Labeling
2446 \labelwidthstring 00.00.0000
2447 \begin_inset Info
2448 type  "icon"
2449 arg   "tabular-feature append-column"
2450 \end_inset
2451
2452  adds a column right beside the current cell or selection
2453 \end_layout
2454
2455 \begin_layout Labeling
2456 \labelwidthstring 00.00.0000
2457 \begin_inset Info
2458 type  "icon"
2459 arg   "tabular-feature delete-row"
2460 \end_inset
2461
2462  deletes the current row or selection
2463 \end_layout
2464
2465 \begin_layout Labeling
2466 \labelwidthstring 00.00.0000
2467 \begin_inset Info
2468 type  "icon"
2469 arg   "tabular-feature delete-column"
2470 \end_inset
2471
2472  deletes the current column or selection
2473 \end_layout
2474
2475 \begin_layout Labeling
2476 \labelwidthstring 00.00.0000
2477 \begin_inset Info
2478 type  "icon"
2479 arg   "tabular-feature move-row-up"
2480 \end_inset
2481
2482  moves the row up
2483 \end_layout
2484
2485 \begin_layout Labeling
2486 \labelwidthstring 00.00.0000
2487 \begin_inset Info
2488 type  "icon"
2489 arg   "tabular-feature move-column-left"
2490 \end_inset
2491
2492  moves the column to the left
2493 \end_layout
2494
2495 \begin_layout Labeling
2496 \labelwidthstring 00.00.0000
2497 \begin_inset Info
2498 type  "icon"
2499 arg   "tabular-feature move-row-down"
2500 \end_inset
2501
2502  moves the row down
2503 \end_layout
2504
2505 \begin_layout Labeling
2506 \labelwidthstring 00.00.0000
2507 \begin_inset Info
2508 type  "icon"
2509 arg   "tabular-feature move-column-right"
2510 \end_inset
2511
2512  moves the column to the right
2513 \end_layout
2514
2515 \begin_layout Labeling
2516 \labelwidthstring 00.00.0000
2517 \begin_inset Info
2518 type  "icon"
2519 arg   "tabular-feature toggle-line-top"
2520 \end_inset
2521
2522  adds a line at the top of the current cell / row or of a selection
2523 \end_layout
2524
2525 \begin_layout Labeling
2526 \labelwidthstring 00.00.0000
2527 \begin_inset Info
2528 type  "icon"
2529 arg   "tabular-feature toggle-line-bottom"
2530 \end_inset
2531
2532  adds a line at the bottom of the current cell / row or of a selection
2533 \end_layout
2534
2535 \begin_layout Labeling
2536 \labelwidthstring 00.00.0000
2537 \begin_inset Info
2538 type  "icon"
2539 arg   "tabular-feature toggle-line-left"
2540 \end_inset
2541
2542  adds a line at the left side of the current cell / row or of a selection
2543 \end_layout
2544
2545 \begin_layout Labeling
2546 \labelwidthstring 00.00.0000
2547 \begin_inset Info
2548 type  "icon"
2549 arg   "tabular-feature toggle-line-right"
2550 \end_inset
2551
2552  adds a line at the right side of the current cell / row or of a selection
2553 \end_layout
2554
2555 \begin_layout Labeling
2556 \labelwidthstring 00.00.0000
2557 \begin_inset Info
2558 type  "icon"
2559 arg   "tabular-feature set-all-lines"
2560 \end_inset
2561
2562  adds lines around the current or selected cells - if the current cell no
2563  multicolumn cell this also affects the current row and column
2564 \end_layout
2565
2566 \begin_layout Labeling
2567 \labelwidthstring 00.00.0000
2568 \begin_inset Info
2569 type  "icon"
2570 arg   "tabular-feature unset-all-lines"
2571 \end_inset
2572
2573  deletes all lines of the current or selected cells - if the current cell
2574  no multicolumn cell this also affects the current row and column
2575 \end_layout
2576
2577 \begin_layout Labeling
2578 \labelwidthstring 00.00.0000
2579 \begin_inset Info
2580 type  "icon"
2581 arg   "tabular-feature m-align-left"
2582 \end_inset
2583
2584  left-aligns the content of the current cell / column
2585 \end_layout
2586
2587 \begin_layout Labeling
2588 \labelwidthstring 00.00.0000
2589 \begin_inset Info
2590 type  "icon"
2591 arg   "tabular-feature m-align-center"
2592 \end_inset
2593
2594  centers the content of the current cell / column horizontally
2595 \end_layout
2596
2597 \begin_layout Labeling
2598 \labelwidthstring 00.00.0000
2599 \begin_inset Info
2600 type  "icon"
2601 arg   "tabular-feature m-align-right"
2602 \end_inset
2603
2604  right-aligns the content of the current cell / column
2605 \end_layout
2606
2607 \begin_layout Labeling
2608 \labelwidthstring 00.00.0000
2609 \begin_inset Info
2610 type  "icon"
2611 arg   "tabular-feature align-decimal"
2612 \end_inset
2613
2614  aligns the content of the current column at a character
2615 \end_layout
2616
2617 \begin_layout Labeling
2618 \labelwidthstring 00.00.0000
2619 \begin_inset Info
2620 type  "icon"
2621 arg   "tabular-feature m-valign-top"
2622 \end_inset
2623
2624  aligns the content of the current cell vertically to the top
2625 \end_layout
2626
2627 \begin_layout Labeling
2628 \labelwidthstring 00.00.0000
2629 \begin_inset Info
2630 type  "icon"
2631 arg   "tabular-feature m-valign-middle"
2632 \end_inset
2633
2634  centers the content of the current cell vertically
2635 \end_layout
2636
2637 \begin_layout Labeling
2638 \labelwidthstring 00.00.0000
2639 \begin_inset Info
2640 type  "icon"
2641 arg   "tabular-feature m-valign-bottom"
2642 \end_inset
2643
2644  aligns the content of the current cell vertically to the bottom
2645 \end_layout
2646
2647 \begin_layout Labeling
2648 \labelwidthstring 00.00.0000
2649 \begin_inset Info
2650 type  "icon"
2651 arg   "tabular-feature set-rotate-cell"
2652 \end_inset
2653
2654  rotates the current cell or selection counter-clockwise by 90°
2655 \end_layout
2656
2657 \begin_layout Labeling
2658 \labelwidthstring 00.00.0000
2659 \begin_inset Info
2660 type  "icon"
2661 arg   "tabular-feature set-rotate-tabular"
2662 \end_inset
2663
2664  rotates the whole table counter-clockwise by 90°
2665 \end_layout
2666
2667 \begin_layout Labeling
2668 \labelwidthstring 00.00.0000
2669 \begin_inset Info
2670 type  "icon"
2671 arg   "tabular-feature multicolumn"
2672 \end_inset
2673
2674  sets the current cell or selection as a multicolumn
2675 \end_layout
2676
2677 \begin_layout Labeling
2678 \labelwidthstring 00.00.0000
2679 \begin_inset Info
2680 type  "icon"
2681 arg   "tabular-feature multirow"
2682 \end_inset
2683
2684  sets the current cell or selection as a multirow
2685 \end_layout
2686
2687 \begin_layout Standard
2688 \begin_inset Note Greyedout
2689 status open
2690
2691 \begin_layout Plain Layout
2692
2693 \series bold
2694 Note:
2695 \series default
2696  For the output the vertical alignment of the first cell in a row is used
2697  for all following cells in the row.
2698 \end_layout
2699
2700 \end_inset
2701
2702
2703 \end_layout
2704
2705 \begin_layout Section
2706 Edit Table Menu
2707 \begin_inset Index idx
2708 status collapsed
2709
2710 \begin_layout Plain Layout
2711 Table ! Edit Menu
2712 \end_layout
2713
2714 \end_inset
2715
2716
2717 \end_layout
2718
2719 \begin_layout Standard
2720 In addition to the table dialog and toolbar, the menu 
2721 \family sans
2722 Edit\SpecialChar menuseparator
2723 Table
2724 \family default
2725  allows you to add and delete border lines for the current row/column and
2726  to set the current selection as multicolumn.
2727  The menu is only available when the cursor is inside a table.
2728 \end_layout
2729
2730 \begin_layout Section
2731 Table Floats
2732 \begin_inset CommandInset label
2733 LatexCommand label
2734 name "sec:Table-Floats"
2735
2736 \end_inset
2737
2738
2739 \begin_inset Index idx
2740 status collapsed
2741
2742 \begin_layout Plain Layout
2743 Floats ! Tables
2744 \end_layout
2745
2746 \end_inset
2747
2748
2749 \begin_inset Index idx
2750 status collapsed
2751
2752 \begin_layout Plain Layout
2753 Table ! Floats
2754 \end_layout
2755
2756 \end_inset
2757
2758
2759 \end_layout
2760
2761 \begin_layout Standard
2762 For general explanations about floats, have a look at section
2763 \begin_inset space ~
2764 \end_inset
2765
2766
2767 \begin_inset CommandInset ref
2768 LatexCommand ref
2769 reference "sec:FloatIntroduction"
2770
2771 \end_inset
2772
2773 .
2774 \end_layout
2775
2776 \begin_layout Standard
2777 \begin_inset Float table
2778 placement h
2779 wide false
2780 sideways false
2781 status open
2782
2783 \begin_layout Plain Layout
2784 \begin_inset Caption Standard
2785
2786 \begin_layout Plain Layout
2787 \begin_inset CommandInset label
2788 LatexCommand label
2789 name "tab:a table float"
2790
2791 \end_inset
2792
2793 A table float.
2794 \end_layout
2795
2796 \end_inset
2797
2798
2799 \end_layout
2800
2801 \begin_layout Plain Layout
2802 \align center
2803 \begin_inset Tabular
2804 <lyxtabular version="3" rows="3" columns="3">
2805 <features tabularvalignment="middle">
2806 <column alignment="center" valignment="top" width="0pt">
2807 <column alignment="center" valignment="top" width="0pt">
2808 <column alignment="center" valignment="top" width="0pt">
2809 <row>
2810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2811 \begin_inset Text
2812
2813 \begin_layout Plain Layout
2814
2815 \family roman
2816 \series medium
2817 \shape up
2818 \size normal
2819 \emph off
2820 \bar no
2821 \noun off
2822 \color none
2823 1
2824 \end_layout
2825
2826 \end_inset
2827 </cell>
2828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2829 \begin_inset Text
2830
2831 \begin_layout Plain Layout
2832
2833 \family roman
2834 \series medium
2835 \shape up
2836 \size normal
2837 \emph off
2838 \bar no
2839 \noun off
2840 \color none
2841 2
2842 \end_layout
2843
2844 \end_inset
2845 </cell>
2846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2847 \begin_inset Text
2848
2849 \begin_layout Plain Layout
2850
2851 \family roman
2852 \series medium
2853 \shape up
2854 \size normal
2855 \emph off
2856 \bar no
2857 \noun off
2858 \color none
2859 3
2860 \end_layout
2861
2862 \end_inset
2863 </cell>
2864 </row>
2865 <row>
2866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2867 \begin_inset Text
2868
2869 \begin_layout Plain Layout
2870
2871 \family roman
2872 \series medium
2873 \shape up
2874 \size normal
2875 \emph off
2876 \bar no
2877 \noun off
2878 \color none
2879 Joe
2880 \end_layout
2881
2882 \end_inset
2883 </cell>
2884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2885 \begin_inset Text
2886
2887 \begin_layout Plain Layout
2888
2889 \family roman
2890 \series medium
2891 \shape up
2892 \size normal
2893 \emph off
2894 \bar no
2895 \noun off
2896 \color none
2897 Mary
2898 \end_layout
2899
2900 \end_inset
2901 </cell>
2902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2903 \begin_inset Text
2904
2905 \begin_layout Plain Layout
2906
2907 \family roman
2908 \series medium
2909 \shape up
2910 \size normal
2911 \emph off
2912 \bar no
2913 \noun off
2914 \color none
2915 Ted
2916 \end_layout
2917
2918 \end_inset
2919 </cell>
2920 </row>
2921 <row>
2922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2923 \begin_inset Text
2924
2925 \begin_layout Plain Layout
2926
2927 \family roman
2928 \series medium
2929 \shape up
2930 \size normal
2931 \emph off
2932 \bar no
2933 \noun off
2934 \color none
2935 \begin_inset Formula $\int x^{2}dx$
2936 \end_inset
2937
2938
2939 \end_layout
2940
2941 \end_inset
2942 </cell>
2943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2944 \begin_inset Text
2945
2946 \begin_layout Plain Layout
2947
2948 \family roman
2949 \series medium
2950 \shape up
2951 \size normal
2952 \emph off
2953 \bar no
2954 \noun off
2955 \color none
2956 \begin_inset Formula $\left[\begin{array}{cc}
2957 a & b\\
2958 c & d
2959 \end{array}\right]$
2960 \end_inset
2961
2962
2963 \end_layout
2964
2965 \end_inset
2966 </cell>
2967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2968 \begin_inset Text
2969
2970 \begin_layout Plain Layout
2971
2972 \family roman
2973 \series medium
2974 \shape up
2975 \size normal
2976 \emph off
2977 \bar no
2978 \noun off
2979 \color none
2980 \begin_inset Formula $1+1=2$
2981 \end_inset
2982
2983
2984 \end_layout
2985
2986 \end_inset
2987 </cell>
2988 </row>
2989 </lyxtabular>
2990
2991 \end_inset
2992
2993
2994 \end_layout
2995
2996 \end_inset
2997
2998
2999 \end_layout
3000
3001 \begin_layout Standard
3002 Table floats can be inserted using the menu 
3003 \family sans
3004 Insert\SpecialChar menuseparator
3005 Float\SpecialChar menuseparator
3006 Table
3007 \family default
3008  or the toolbar button 
3009 \begin_inset Info
3010 type  "icon"
3011 arg   "float-insert table"
3012 \end_inset
3013
3014 .
3015 \end_layout
3016
3017 \begin_layout Standard
3018 The float appears as a collapsible box with a caption that has the label
3019  
3020 \begin_inset Quotes eld
3021 \end_inset
3022
3023 Table
3024 \begin_inset space ~
3025 \end_inset
3026
3027 #:
3028 \begin_inset Quotes erd
3029 \end_inset
3030
3031  (# is the actual table number).
3032  You can insert tables in the float above or below the caption.
3033 \end_layout
3034
3035 \begin_layout Standard
3036 Table
3037 \begin_inset space ~
3038 \end_inset
3039
3040
3041 \begin_inset CommandInset ref
3042 LatexCommand ref
3043 reference "tab:a table float"
3044
3045 \end_inset
3046
3047  is an example table within a table float.
3048 \end_layout
3049
3050 \begin_layout Standard
3051 Having the caption above the table is the common rule that is unfortunately
3052  not supported in \SpecialChar LaTeX
3053 's standard classes.
3054  This means that, if you are using the document classes 
3055 \family sans
3056 article
3057 \family default
3058
3059 \family sans
3060 book
3061 \family default
3062
3063 \family sans
3064 letter
3065 \family default
3066 , or 
3067 \family sans
3068 report
3069 \family default
3070 , there will be no space between the caption and the table.
3071  To insert the needed space, add the following option to the load command
3072  of the \SpecialChar LaTeX
3073 -package 
3074 \series bold
3075 caption
3076 \series default
3077
3078 \begin_inset Index idx
3079 status collapsed
3080
3081 \begin_layout Plain Layout
3082 \SpecialChar LaTeX
3083 -packages ! caption
3084 \end_layout
3085
3086 \end_inset
3087
3088  in your document preamble:
3089 \begin_inset Foot
3090 status collapsed
3091
3092 \begin_layout Plain Layout
3093 For more information have a look at section
3094 \begin_inset space ~
3095 \end_inset
3096
3097
3098 \begin_inset CommandInset ref
3099 LatexCommand ref
3100 reference "sec:Caption-Placement"
3101
3102 \end_inset
3103
3104 .
3105 \end_layout
3106
3107 \end_inset
3108
3109
3110 \end_layout
3111
3112 \begin_layout Standard
3113
3114 \series bold
3115 tableposition=top
3116 \end_layout
3117
3118 \begin_layout Standard
3119 The package 
3120 \series bold
3121 caption
3122 \series default
3123 , which is described in section
3124 \begin_inset space ~
3125 \end_inset
3126
3127
3128 \begin_inset CommandInset ref
3129 LatexCommand ref
3130 reference "sec:Caption-Formatting"
3131
3132 \end_inset
3133
3134 , is used to adjust the caption format.
3135 \end_layout
3136
3137 \begin_layout Standard
3138 \begin_inset Index idx
3139 status collapsed
3140
3141 \begin_layout Plain Layout
3142 References ! to Tables
3143 \end_layout
3144
3145 \end_inset
3146
3147 Tables can be cross-referenced in the text by referencing their label.
3148  To do this insert a label in the caption using the menu 
3149 \family sans
3150 Insert\SpecialChar menuseparator
3151 Label
3152 \family default
3153  or the toolbar button 
3154 \begin_inset Info
3155 type  "icon"
3156 arg   "label-insert"
3157 \end_inset
3158
3159 .
3160  You can now refer to the label using the menu 
3161 \family sans
3162 Insert\SpecialChar menuseparator
3163 Cross
3164 \begin_inset space ~
3165 \end_inset
3166
3167 reference
3168 \family default
3169  or the toolbar button 
3170 \begin_inset Info
3171 type  "icon"
3172 arg   "dialog-show-new-inset ref"
3173 \end_inset
3174
3175 .
3176 \begin_inset Newline newline
3177 \end_inset
3178
3179 Referencing is explained in detail in section
3180 \begin_inset space ~
3181 \end_inset
3182
3183
3184 \begin_inset CommandInset ref
3185 LatexCommand ref
3186 reference "sec:Referencing-Floats"
3187
3188 \end_inset
3189
3190 .
3191 \end_layout
3192
3193 \begin_layout Section
3194
3195 \family sans
3196 Multi-page Table
3197 \family default
3198 s
3199 \begin_inset CommandInset label
3200 LatexCommand label
3201 name "sec:Multi-page-Tables"
3202
3203 \end_inset
3204
3205
3206 \begin_inset Index idx
3207 status collapsed
3208
3209 \begin_layout Plain Layout
3210 Multi-page Table
3211 \end_layout
3212
3213 \end_inset
3214
3215
3216 \begin_inset Index idx
3217 status collapsed
3218
3219 \begin_layout Plain Layout
3220 Table ! Multi-page Table
3221 \end_layout
3222
3223 \end_inset
3224
3225
3226 \end_layout
3227
3228 \begin_layout Standard
3229 If the table is too long to fit on one page, you can use the option 
3230 \family sans
3231 Use
3232 \begin_inset space ~
3233 \end_inset
3234
3235 multi-page
3236 \family default
3237  table in the tab 
3238 \family sans
3239 Multi-page
3240 \begin_inset space ~
3241 \end_inset
3242
3243 table
3244 \family default
3245  of the table dialog to split the table automatically over more pages.
3246  Doing this enables the following options:
3247 \end_layout
3248
3249 \begin_layout Description
3250 Header: The current row is defined to be a header row that appears on all
3251  pages of the multi-page table; except for the first page, if 
3252 \family sans
3253 First
3254 \begin_inset space ~
3255 \end_inset
3256
3257 header
3258 \family default
3259  is defined.
3260  This is therefore called the main header.
3261 \end_layout
3262
3263 \begin_layout Description
3264 First
3265 \begin_inset space ~
3266 \end_inset
3267
3268 header: The current row is defined to be a header row that appears on the
3269  first page of the multi-page table.
3270 \end_layout
3271
3272 \begin_layout Description
3273 Footer: The current row is defined to be a footer row that appears on all
3274  pages of the multi-page table; except for the last page, if 
3275 \family sans
3276 Last
3277 \begin_inset space ~
3278 \end_inset
3279
3280 footer
3281 \family default
3282  is defined.
3283 \end_layout
3284
3285 \begin_layout Description
3286 Last
3287 \begin_inset space ~
3288 \end_inset
3289
3290 footer: The current row is defined to be a footer row that appears on the
3291  last page of the multi-page table.
3292 \end_layout
3293
3294 \begin_layout Description
3295 Caption: The current row contains the table caption.
3296  The row is reset as single column and a caption is inserted.
3297  More about multi-page table captions is explained in sec.
3298 \begin_inset space \thinspace{}
3299 \end_inset
3300
3301
3302 \begin_inset CommandInset ref
3303 LatexCommand ref
3304 reference "subsec:Multi-page-Table-Captions"
3305
3306 \end_inset
3307
3308 .
3309 \end_layout
3310
3311 \begin_layout Standard
3312 You can also specify a row where the table is split.
3313  See the following multi-page table to see how it works:
3314 \end_layout
3315
3316 \begin_layout Standard
3317 \align center
3318 \begin_inset Tabular
3319 <lyxtabular version="3" rows="69" columns="3">
3320 <features islongtable="true" longtabularalignment="center">
3321 <column alignment="left" valignment="top" width="0cm">
3322 <column alignment="left" valignment="top" width="0pt">
3323 <column alignment="center" valignment="top" width="0pt">
3324 <row endfirsthead="true">
3325 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3326 \begin_inset Text
3327
3328 \begin_layout Plain Layout
3329
3330 \series bold
3331 Example Phone List (ignore the names)
3332 \end_layout
3333
3334 \end_inset
3335 </cell>
3336 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3337 \begin_inset Text
3338
3339 \begin_layout Plain Layout
3340
3341 \end_layout
3342
3343 \end_inset
3344 </cell>
3345 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3346 \begin_inset Text
3347
3348 \begin_layout Plain Layout
3349
3350 \end_layout
3351
3352 \end_inset
3353 </cell>
3354 </row>
3355 <row endfirsthead="true">
3356 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3357 \begin_inset Text
3358
3359 \begin_layout Plain Layout
3360
3361 \series bold
3362 NAME
3363 \end_layout
3364
3365 \end_inset
3366 </cell>
3367 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3368 \begin_inset Text
3369
3370 \begin_layout Plain Layout
3371
3372 \end_layout
3373
3374 \end_inset
3375 </cell>
3376 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3377 \begin_inset Text
3378
3379 \begin_layout Plain Layout
3380
3381 \series bold
3382 TEL.
3383 \end_layout
3384
3385 \end_inset
3386 </cell>
3387 </row>
3388 <row endhead="true">
3389 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3390 \begin_inset Text
3391
3392 \begin_layout Plain Layout
3393
3394 \series bold
3395 Example Phone List
3396 \end_layout
3397
3398 \end_inset
3399 </cell>
3400 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3401 \begin_inset Text
3402
3403 \begin_layout Plain Layout
3404
3405 \end_layout
3406
3407 \end_inset
3408 </cell>
3409 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3410 \begin_inset Text
3411
3412 \begin_layout Plain Layout
3413
3414 \end_layout
3415
3416 \end_inset
3417 </cell>
3418 </row>
3419 <row endhead="true">
3420 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3421 \begin_inset Text
3422
3423 \begin_layout Plain Layout
3424
3425 \series bold
3426 NAME
3427 \end_layout
3428
3429 \end_inset
3430 </cell>
3431 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3432 \begin_inset Text
3433
3434 \begin_layout Plain Layout
3435
3436 \end_layout
3437
3438 \end_inset
3439 </cell>
3440 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3441 \begin_inset Text
3442
3443 \begin_layout Plain Layout
3444
3445 \series bold
3446 TEL.
3447 \end_layout
3448
3449 \end_inset
3450 </cell>
3451 </row>
3452 <row endfoot="true">
3453 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3454 \begin_inset Text
3455
3456 \begin_layout Plain Layout
3457  continued on next page
3458 \end_layout
3459
3460 \end_inset
3461 </cell>
3462 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3463 \begin_inset Text
3464
3465 \begin_layout Plain Layout
3466
3467 \end_layout
3468
3469 \end_inset
3470 </cell>
3471 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3472 \begin_inset Text
3473
3474 \begin_layout Plain Layout
3475
3476 \end_layout
3477
3478 \end_inset
3479 </cell>
3480 </row>
3481 <row>
3482 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3483 \begin_inset Text
3484
3485 \begin_layout Plain Layout
3486
3487 \series bold
3488 Annovi
3489 \end_layout
3490
3491 \end_inset
3492 </cell>
3493 <cell alignment="center" valignment="top" usebox="none">
3494 \begin_inset Text
3495
3496 \begin_layout Plain Layout
3497 Silvia
3498 \end_layout
3499
3500 \end_inset
3501 </cell>
3502 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3503 \begin_inset Text
3504
3505 \begin_layout Plain Layout
3506 111
3507 \end_layout
3508
3509 \end_inset
3510 </cell>
3511 </row>
3512 <row>
3513 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3514 \begin_inset Text
3515
3516 \begin_layout Plain Layout
3517
3518 \series bold
3519 Bertoli
3520 \end_layout
3521
3522 \end_inset
3523 </cell>
3524 <cell alignment="center" valignment="top" usebox="none">
3525 \begin_inset Text
3526
3527 \begin_layout Plain Layout
3528 Stefano
3529 \end_layout
3530
3531 \end_inset
3532 </cell>
3533 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3534 \begin_inset Text
3535
3536 \begin_layout Plain Layout
3537 111
3538 \end_layout
3539
3540 \end_inset
3541 </cell>
3542 </row>
3543 <row>
3544 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3545 \begin_inset Text
3546
3547 \begin_layout Plain Layout
3548
3549 \series bold
3550 Bozzi
3551 \end_layout
3552
3553 \end_inset
3554 </cell>
3555 <cell alignment="center" valignment="top" usebox="none">
3556 \begin_inset Text
3557
3558 \begin_layout Plain Layout
3559 Walter
3560 \end_layout
3561
3562 \end_inset
3563 </cell>
3564 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3565 \begin_inset Text
3566
3567 \begin_layout Plain Layout
3568 111
3569 \end_layout
3570
3571 \end_inset
3572 </cell>
3573 </row>
3574 <row>
3575 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3576 \begin_inset Text
3577
3578 \begin_layout Plain Layout
3579
3580 \series bold
3581 Cachia
3582 \end_layout
3583
3584 \end_inset
3585 </cell>
3586 <cell alignment="center" valignment="top" usebox="none">
3587 \begin_inset Text
3588
3589 \begin_layout Plain Layout
3590 Maria
3591 \end_layout
3592
3593 \end_inset
3594 </cell>
3595 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3596 \begin_inset Text
3597
3598 \begin_layout Plain Layout
3599 111
3600 \end_layout
3601
3602 \end_inset
3603 </cell>
3604 </row>
3605 <row>
3606 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3607 \begin_inset Text
3608
3609 \begin_layout Plain Layout
3610
3611 \series bold
3612 Cachia
3613 \end_layout
3614
3615 \end_inset
3616 </cell>
3617 <cell alignment="center" valignment="top" usebox="none">
3618 \begin_inset Text
3619
3620 \begin_layout Plain Layout
3621 Maurizio
3622 \end_layout
3623
3624 \end_inset
3625 </cell>
3626 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3627 \begin_inset Text
3628
3629 \begin_layout Plain Layout
3630 111
3631 \end_layout
3632
3633 \end_inset
3634 </cell>
3635 </row>
3636 <row>
3637 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3638 \begin_inset Text
3639
3640 \begin_layout Plain Layout
3641
3642 \series bold
3643 Cinquemani
3644 \end_layout
3645
3646 \end_inset
3647 </cell>
3648 <cell alignment="center" valignment="top" usebox="none">
3649 \begin_inset Text
3650
3651 \begin_layout Plain Layout
3652 Giusi
3653 \end_layout
3654
3655 \end_inset
3656 </cell>
3657 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3658 \begin_inset Text
3659
3660 \begin_layout Plain Layout
3661 111
3662 \end_layout
3663
3664 \end_inset
3665 </cell>
3666 </row>
3667 <row>
3668 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3669 \begin_inset Text
3670
3671 \begin_layout Plain Layout
3672
3673 \series bold
3674 Colin
3675 \end_layout
3676
3677 \end_inset
3678 </cell>
3679 <cell alignment="center" valignment="top" usebox="none">
3680 \begin_inset Text
3681
3682 \begin_layout Plain Layout
3683 Bernard
3684 \end_layout
3685
3686 \end_inset
3687 </cell>
3688 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3689 \begin_inset Text
3690
3691 \begin_layout Plain Layout
3692 111
3693 \end_layout
3694
3695 \end_inset
3696 </cell>
3697 </row>
3698 <row>
3699 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3700 \begin_inset Text
3701
3702 \begin_layout Plain Layout
3703
3704 \series bold
3705 Concli
3706 \end_layout
3707
3708 \end_inset
3709 </cell>
3710 <cell alignment="center" valignment="top" usebox="none">
3711 \begin_inset Text
3712
3713 \begin_layout Plain Layout
3714 Gianfranco
3715 \end_layout
3716
3717 \end_inset
3718 </cell>
3719 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3720 \begin_inset Text
3721
3722 \begin_layout Plain Layout
3723 111
3724 \end_layout
3725
3726 \end_inset
3727 </cell>
3728 </row>
3729 <row>
3730 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3731 \begin_inset Text
3732
3733 \begin_layout Plain Layout
3734
3735 \series bold
3736 Dal Bosco
3737 \end_layout
3738
3739 \end_inset
3740 </cell>
3741 <cell alignment="center" valignment="top" usebox="none">
3742 \begin_inset Text
3743
3744 \begin_layout Plain Layout
3745 Carolina
3746 \end_layout
3747
3748 \end_inset
3749 </cell>
3750 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3751 \begin_inset Text
3752
3753 \begin_layout Plain Layout
3754 111
3755 \end_layout
3756
3757 \end_inset
3758 </cell>
3759 </row>
3760 <row>
3761 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3762 \begin_inset Text
3763
3764 \begin_layout Plain Layout
3765
3766 \series bold
3767 Dalpiaz
3768 \end_layout
3769
3770 \end_inset
3771 </cell>
3772 <cell alignment="center" valignment="top" usebox="none">
3773 \begin_inset Text
3774
3775 \begin_layout Plain Layout
3776 Annamaria
3777 \end_layout
3778
3779 \end_inset
3780 </cell>
3781 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3782 \begin_inset Text
3783
3784 \begin_layout Plain Layout
3785 111
3786 \end_layout
3787
3788 \end_inset
3789 </cell>
3790 </row>
3791 <row>
3792 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3793 \begin_inset Text
3794
3795 \begin_layout Plain Layout
3796
3797 \series bold
3798 Feliciello
3799 \end_layout
3800
3801 \end_inset
3802 </cell>
3803 <cell alignment="center" valignment="top" usebox="none">
3804 \begin_inset Text
3805
3806 \begin_layout Plain Layout
3807 Domenico
3808 \end_layout
3809
3810 \end_inset
3811 </cell>
3812 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3813 \begin_inset Text
3814
3815 \begin_layout Plain Layout
3816 111
3817 \end_layout
3818
3819 \end_inset
3820 </cell>
3821 </row>
3822 <row>
3823 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3824 \begin_inset Text
3825
3826 \begin_layout Plain Layout
3827
3828 \series bold
3829 Focarelli
3830 \end_layout
3831
3832 \end_inset
3833 </cell>
3834 <cell alignment="center" valignment="top" usebox="none">
3835 \begin_inset Text
3836
3837 \begin_layout Plain Layout
3838 Paola
3839 \end_layout
3840
3841 \end_inset
3842 </cell>
3843 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3844 \begin_inset Text
3845
3846 \begin_layout Plain Layout
3847 111
3848 \end_layout
3849
3850 \end_inset
3851 </cell>
3852 </row>
3853 <row>
3854 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3855 \begin_inset Text
3856
3857 \begin_layout Plain Layout
3858
3859 \series bold
3860 Galletti
3861 \end_layout
3862
3863 \end_inset
3864 </cell>
3865 <cell alignment="center" valignment="top" usebox="none">
3866 \begin_inset Text
3867
3868 \begin_layout Plain Layout
3869 Oreste
3870 \end_layout
3871
3872 \end_inset
3873 </cell>
3874 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3875 \begin_inset Text
3876
3877 \begin_layout Plain Layout
3878 111
3879 \end_layout
3880
3881 \end_inset
3882 </cell>
3883 </row>
3884 <row>
3885 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3886 \begin_inset Text
3887
3888 \begin_layout Plain Layout
3889
3890 \series bold
3891 Gasparini
3892 \end_layout
3893
3894 \end_inset
3895 </cell>
3896 <cell alignment="center" valignment="top" usebox="none">
3897 \begin_inset Text
3898
3899 \begin_layout Plain Layout
3900 Franca
3901 \end_layout
3902
3903 \end_inset
3904 </cell>
3905 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3906 \begin_inset Text
3907
3908 \begin_layout Plain Layout
3909 111
3910 \end_layout
3911
3912 \end_inset
3913 </cell>
3914 </row>
3915 <row>
3916 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3917 \begin_inset Text
3918
3919 \begin_layout Plain Layout
3920
3921 \series bold
3922 Rizzardi
3923 \end_layout
3924
3925 \end_inset
3926 </cell>
3927 <cell alignment="center" valignment="top" usebox="none">
3928 \begin_inset Text
3929
3930 \begin_layout Plain Layout
3931 Paola
3932 \end_layout
3933
3934 \end_inset
3935 </cell>
3936 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3937 \begin_inset Text
3938
3939 \begin_layout Plain Layout
3940 111
3941 \end_layout
3942
3943 \end_inset
3944 </cell>
3945 </row>
3946 <row>
3947 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3948 \begin_inset Text
3949
3950 \begin_layout Plain Layout
3951
3952 \series bold
3953 Lassini
3954 \end_layout
3955
3956 \end_inset
3957 </cell>
3958 <cell alignment="center" valignment="top" usebox="none">
3959 \begin_inset Text
3960
3961 \begin_layout Plain Layout
3962 Giancarlo
3963 \end_layout
3964
3965 \end_inset
3966 </cell>
3967 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3968 \begin_inset Text
3969
3970 \begin_layout Plain Layout
3971 111
3972 \end_layout
3973
3974 \end_inset
3975 </cell>
3976 </row>
3977 <row>
3978 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3979 \begin_inset Text
3980
3981 \begin_layout Plain Layout
3982
3983 \series bold
3984 Malfatti
3985 \end_layout
3986
3987 \end_inset
3988 </cell>
3989 <cell alignment="center" valignment="top" usebox="none">
3990 \begin_inset Text
3991
3992 \begin_layout Plain Layout
3993 Luciano
3994 \end_layout
3995
3996 \end_inset
3997 </cell>
3998 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3999 \begin_inset Text
4000
4001 \begin_layout Plain Layout
4002 111
4003 \end_layout
4004
4005 \end_inset
4006 </cell>
4007 </row>
4008 <row>
4009 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4010 \begin_inset Text
4011
4012 \begin_layout Plain Layout
4013
4014 \series bold
4015 Malfatti
4016 \end_layout
4017
4018 \end_inset
4019 </cell>
4020 <cell alignment="center" valignment="top" usebox="none">
4021 \begin_inset Text
4022
4023 \begin_layout Plain Layout
4024 Valeriano
4025 \end_layout
4026
4027 \end_inset
4028 </cell>
4029 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4030 \begin_inset Text
4031
4032 \begin_layout Plain Layout
4033 111
4034 \end_layout
4035
4036 \end_inset
4037 </cell>
4038 </row>
4039 <row>
4040 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4041 \begin_inset Text
4042
4043 \begin_layout Plain Layout
4044
4045 \series bold
4046 Meneguzzo
4047 \end_layout
4048
4049 \end_inset
4050 </cell>
4051 <cell alignment="center" valignment="top" usebox="none">
4052 \begin_inset Text
4053
4054 \begin_layout Plain Layout
4055 Roberto
4056 \end_layout
4057
4058 \end_inset
4059 </cell>
4060 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4061 \begin_inset Text
4062
4063 \begin_layout Plain Layout
4064 111
4065 \end_layout
4066
4067 \end_inset
4068 </cell>
4069 </row>
4070 <row>
4071 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4072 \begin_inset Text
4073
4074 \begin_layout Plain Layout
4075
4076 \series bold
4077 Mezzadra
4078 \end_layout
4079
4080 \end_inset
4081 </cell>
4082 <cell alignment="center" valignment="top" usebox="none">
4083 \begin_inset Text
4084
4085 \begin_layout Plain Layout
4086 Roberto
4087 \end_layout
4088
4089 \end_inset
4090 </cell>
4091 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4092 \begin_inset Text
4093
4094 \begin_layout Plain Layout
4095 111
4096 \end_layout
4097
4098 \end_inset
4099 </cell>
4100 </row>
4101 <row>
4102 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4103 \begin_inset Text
4104
4105 \begin_layout Plain Layout
4106
4107 \series bold
4108 Pirpamer
4109 \end_layout
4110
4111 \end_inset
4112 </cell>
4113 <cell alignment="center" valignment="top" usebox="none">
4114 \begin_inset Text
4115
4116 \begin_layout Plain Layout
4117 Erich
4118 \end_layout
4119
4120 \end_inset
4121 </cell>
4122 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4123 \begin_inset Text
4124
4125 \begin_layout Plain Layout
4126 111
4127 \end_layout
4128
4129 \end_inset
4130 </cell>
4131 </row>
4132 <row>
4133 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4134 \begin_inset Text
4135
4136 \begin_layout Plain Layout
4137
4138 \series bold
4139 Pochiesa
4140 \end_layout
4141
4142 \end_inset
4143 </cell>
4144 <cell alignment="center" valignment="top" usebox="none">
4145 \begin_inset Text
4146
4147 \begin_layout Plain Layout
4148 Paolo
4149 \end_layout
4150
4151 \end_inset
4152 </cell>
4153 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4154 \begin_inset Text
4155
4156 \begin_layout Plain Layout
4157 111, 222
4158 \end_layout
4159
4160 \end_inset
4161 </cell>
4162 </row>
4163 <row>
4164 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4165 \begin_inset Text
4166
4167 \begin_layout Plain Layout
4168
4169 \series bold
4170 Radina
4171 \end_layout
4172
4173 \end_inset
4174 </cell>
4175 <cell alignment="center" valignment="top" usebox="none">
4176 \begin_inset Text
4177
4178 \begin_layout Plain Layout
4179 Claudio
4180 \end_layout
4181
4182 \end_inset
4183 </cell>
4184 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4185 \begin_inset Text
4186
4187 \begin_layout Plain Layout
4188 111
4189 \end_layout
4190
4191 \end_inset
4192 </cell>
4193 </row>
4194 <row>
4195 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4196 \begin_inset Text
4197
4198 \begin_layout Plain Layout
4199
4200 \series bold
4201 Stuffer
4202 \end_layout
4203
4204 \end_inset
4205 </cell>
4206 <cell alignment="center" valignment="top" usebox="none">
4207 \begin_inset Text
4208
4209 \begin_layout Plain Layout
4210 Oskar
4211 \end_layout
4212
4213 \end_inset
4214 </cell>
4215 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4216 \begin_inset Text
4217
4218 \begin_layout Plain Layout
4219 111
4220 \end_layout
4221
4222 \end_inset
4223 </cell>
4224 </row>
4225 <row>
4226 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4227 \begin_inset Text
4228
4229 \begin_layout Plain Layout
4230
4231 \series bold
4232 Tacchelli
4233 \end_layout
4234
4235 \end_inset
4236 </cell>
4237 <cell alignment="center" valignment="top" usebox="none">
4238 \begin_inset Text
4239
4240 \begin_layout Plain Layout
4241 Ugo
4242 \end_layout
4243
4244 \end_inset
4245 </cell>
4246 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4247 \begin_inset Text
4248
4249 \begin_layout Plain Layout
4250 111
4251 \end_layout
4252
4253 \end_inset
4254 </cell>
4255 </row>
4256 <row>
4257 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4258 \begin_inset Text
4259
4260 \begin_layout Plain Layout
4261
4262 \series bold
4263 Tezzele
4264 \end_layout
4265
4266 \end_inset
4267 </cell>
4268 <cell alignment="center" valignment="top" usebox="none">
4269 \begin_inset Text
4270
4271 \begin_layout Plain Layout
4272 Margit
4273 \end_layout
4274
4275 \end_inset
4276 </cell>
4277 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4278 \begin_inset Text
4279
4280 \begin_layout Plain Layout
4281 111
4282 \end_layout
4283
4284 \end_inset
4285 </cell>
4286 </row>
4287 <row>
4288 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4289 \begin_inset Text
4290
4291 \begin_layout Plain Layout
4292
4293 \series bold
4294 Unterkalmsteiner
4295 \end_layout
4296
4297 \end_inset
4298 </cell>
4299 <cell alignment="center" valignment="top" usebox="none">
4300 \begin_inset Text
4301
4302 \begin_layout Plain Layout
4303 Frieda
4304 \end_layout
4305
4306 \end_inset
4307 </cell>
4308 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4309 \begin_inset Text
4310
4311 \begin_layout Plain Layout
4312 111
4313 \end_layout
4314
4315 \end_inset
4316 </cell>
4317 </row>
4318 <row>
4319 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4320 \begin_inset Text
4321
4322 \begin_layout Plain Layout
4323
4324 \series bold
4325 Vieider
4326 \end_layout
4327
4328 \end_inset
4329 </cell>
4330 <cell alignment="center" valignment="top" usebox="none">
4331 \begin_inset Text
4332
4333 \begin_layout Plain Layout
4334 Hilde
4335 \end_layout
4336
4337 \end_inset
4338 </cell>
4339 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4340 \begin_inset Text
4341
4342 \begin_layout Plain Layout
4343 111
4344 \end_layout
4345
4346 \end_inset
4347 </cell>
4348 </row>
4349 <row>
4350 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4351 \begin_inset Text
4352
4353 \begin_layout Plain Layout
4354
4355 \series bold
4356 Vigna
4357 \end_layout
4358
4359 \end_inset
4360 </cell>
4361 <cell alignment="center" valignment="top" usebox="none">
4362 \begin_inset Text
4363
4364 \begin_layout Plain Layout
4365 Jürgen
4366 \end_layout
4367
4368 \end_inset
4369 </cell>
4370 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4371 \begin_inset Text
4372
4373 \begin_layout Plain Layout
4374 111
4375 \end_layout
4376
4377 \end_inset
4378 </cell>
4379 </row>
4380 <row>
4381 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4382 \begin_inset Text
4383
4384 \begin_layout Plain Layout
4385
4386 \series bold
4387 Weber
4388 \end_layout
4389
4390 \end_inset
4391 </cell>
4392 <cell alignment="center" valignment="top" usebox="none">
4393 \begin_inset Text
4394
4395 \begin_layout Plain Layout
4396 Maurizio
4397 \end_layout
4398
4399 \end_inset
4400 </cell>
4401 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4402 \begin_inset Text
4403
4404 \begin_layout Plain Layout
4405 111
4406 \end_layout
4407
4408 \end_inset
4409 </cell>
4410 </row>
4411 <row>
4412 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4413 \begin_inset Text
4414
4415 \begin_layout Plain Layout
4416
4417 \series bold
4418 Winkler
4419 \end_layout
4420
4421 \end_inset
4422 </cell>
4423 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4424 \begin_inset Text
4425
4426 \begin_layout Plain Layout
4427 Franz
4428 \end_layout
4429
4430 \end_inset
4431 </cell>
4432 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4433 \begin_inset Text
4434
4435 \begin_layout Plain Layout
4436 111
4437 \end_layout
4438
4439 \end_inset
4440 </cell>
4441 </row>
4442 <row>
4443 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4444 \begin_inset Text
4445
4446 \begin_layout Plain Layout
4447  
4448 \end_layout
4449
4450 \end_inset
4451 </cell>
4452 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4453 \begin_inset Text
4454
4455 \begin_layout Plain Layout
4456
4457 \end_layout
4458
4459 \end_inset
4460 </cell>
4461 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4462 \begin_inset Text
4463
4464 \begin_layout Plain Layout
4465
4466 \end_layout
4467
4468 \end_inset
4469 </cell>
4470 </row>
4471 <row>
4472 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4473 \begin_inset Text
4474
4475 \begin_layout Plain Layout
4476
4477 \series bold
4478 Annovi
4479 \end_layout
4480
4481 \end_inset
4482 </cell>
4483 <cell alignment="center" valignment="top" usebox="none">
4484 \begin_inset Text
4485
4486 \begin_layout Plain Layout
4487 Silvia
4488 \end_layout
4489
4490 \end_inset
4491 </cell>
4492 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4493 \begin_inset Text
4494
4495 \begin_layout Plain Layout
4496 555
4497 \end_layout
4498
4499 \end_inset
4500 </cell>
4501 </row>
4502 <row>
4503 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4504 \begin_inset Text
4505
4506 \begin_layout Plain Layout
4507
4508 \series bold
4509 Bertoli
4510 \end_layout
4511
4512 \end_inset
4513 </cell>
4514 <cell alignment="center" valignment="top" usebox="none">
4515 \begin_inset Text
4516
4517 \begin_layout Plain Layout
4518 Stefano
4519 \end_layout
4520
4521 \end_inset
4522 </cell>
4523 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4524 \begin_inset Text
4525
4526 \begin_layout Plain Layout
4527 555
4528 \end_layout
4529
4530 \end_inset
4531 </cell>
4532 </row>
4533 <row>
4534 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4535 \begin_inset Text
4536
4537 \begin_layout Plain Layout
4538
4539 \series bold
4540 Bozzi
4541 \end_layout
4542
4543 \end_inset
4544 </cell>
4545 <cell alignment="center" valignment="top" usebox="none">
4546 \begin_inset Text
4547
4548 \begin_layout Plain Layout
4549 Walter
4550 \end_layout
4551
4552 \end_inset
4553 </cell>
4554 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4555 \begin_inset Text
4556
4557 \begin_layout Plain Layout
4558 555
4559 \end_layout
4560
4561 \end_inset
4562 </cell>
4563 </row>
4564 <row>
4565 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4566 \begin_inset Text
4567
4568 \begin_layout Plain Layout
4569
4570 \series bold
4571 Cachia
4572 \end_layout
4573
4574 \end_inset
4575 </cell>
4576 <cell alignment="center" valignment="top" usebox="none">
4577 \begin_inset Text
4578
4579 \begin_layout Plain Layout
4580 Maria
4581 \end_layout
4582
4583 \end_inset
4584 </cell>
4585 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4586 \begin_inset Text
4587
4588 \begin_layout Plain Layout
4589 555
4590 \end_layout
4591
4592 \end_inset
4593 </cell>
4594 </row>
4595 <row>
4596 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4597 \begin_inset Text
4598
4599 \begin_layout Plain Layout
4600
4601 \series bold
4602 Cachia
4603 \end_layout
4604
4605 \end_inset
4606 </cell>
4607 <cell alignment="center" valignment="top" usebox="none">
4608 \begin_inset Text
4609
4610 \begin_layout Plain Layout
4611 Maurizio
4612 \end_layout
4613
4614 \end_inset
4615 </cell>
4616 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4617 \begin_inset Text
4618
4619 \begin_layout Plain Layout
4620 555
4621 \end_layout
4622
4623 \end_inset
4624 </cell>
4625 </row>
4626 <row>
4627 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4628 \begin_inset Text
4629
4630 \begin_layout Plain Layout
4631
4632 \series bold
4633 Cinquemani
4634 \end_layout
4635
4636 \end_inset
4637 </cell>
4638 <cell alignment="center" valignment="top" usebox="none">
4639 \begin_inset Text
4640
4641 \begin_layout Plain Layout
4642 Giusi
4643 \end_layout
4644
4645 \end_inset
4646 </cell>
4647 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4648 \begin_inset Text
4649
4650 \begin_layout Plain Layout
4651 555
4652 \end_layout
4653
4654 \end_inset
4655 </cell>
4656 </row>
4657 <row>
4658 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4659 \begin_inset Text
4660
4661 \begin_layout Plain Layout
4662
4663 \series bold
4664 Colin
4665 \end_layout
4666
4667 \end_inset
4668 </cell>
4669 <cell alignment="center" valignment="top" usebox="none">
4670 \begin_inset Text
4671
4672 \begin_layout Plain Layout
4673 Bernard
4674 \end_layout
4675
4676 \end_inset
4677 </cell>
4678 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4679 \begin_inset Text
4680
4681 \begin_layout Plain Layout
4682 555
4683 \end_layout
4684
4685 \end_inset
4686 </cell>
4687 </row>
4688 <row>
4689 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4690 \begin_inset Text
4691
4692 \begin_layout Plain Layout
4693
4694 \series bold
4695 Concli
4696 \end_layout
4697
4698 \end_inset
4699 </cell>
4700 <cell alignment="center" valignment="top" usebox="none">
4701 \begin_inset Text
4702
4703 \begin_layout Plain Layout
4704 Gianfranco
4705 \end_layout
4706
4707 \end_inset
4708 </cell>
4709 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4710 \begin_inset Text
4711
4712 \begin_layout Plain Layout
4713 555
4714 \end_layout
4715
4716 \end_inset
4717 </cell>
4718 </row>
4719 <row>
4720 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4721 \begin_inset Text
4722
4723 \begin_layout Plain Layout
4724
4725 \series bold
4726 Dal Bosco
4727 \end_layout
4728
4729 \end_inset
4730 </cell>
4731 <cell alignment="center" valignment="top" usebox="none">
4732 \begin_inset Text
4733
4734 \begin_layout Plain Layout
4735 Carolina
4736 \end_layout
4737
4738 \end_inset
4739 </cell>
4740 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4741 \begin_inset Text
4742
4743 \begin_layout Plain Layout
4744 555
4745 \end_layout
4746
4747 \end_inset
4748 </cell>
4749 </row>
4750 <row>
4751 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4752 \begin_inset Text
4753
4754 \begin_layout Plain Layout
4755
4756 \series bold
4757 Dalpiaz
4758 \end_layout
4759
4760 \end_inset
4761 </cell>
4762 <cell alignment="center" valignment="top" usebox="none">
4763 \begin_inset Text
4764
4765 \begin_layout Plain Layout
4766 Annamaria
4767 \end_layout
4768
4769 \end_inset
4770 </cell>
4771 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4772 \begin_inset Text
4773
4774 \begin_layout Plain Layout
4775 555
4776 \end_layout
4777
4778 \end_inset
4779 </cell>
4780 </row>
4781 <row>
4782 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4783 \begin_inset Text
4784
4785 \begin_layout Plain Layout
4786
4787 \series bold
4788 Feliciello
4789 \end_layout
4790
4791 \end_inset
4792 </cell>
4793 <cell alignment="center" valignment="top" usebox="none">
4794 \begin_inset Text
4795
4796 \begin_layout Plain Layout
4797 Domenico
4798 \end_layout
4799
4800 \end_inset
4801 </cell>
4802 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4803 \begin_inset Text
4804
4805 \begin_layout Plain Layout
4806 555
4807 \end_layout
4808
4809 \end_inset
4810 </cell>
4811 </row>
4812 <row>
4813 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4814 \begin_inset Text
4815
4816 \begin_layout Plain Layout
4817
4818 \series bold
4819 Focarelli
4820 \end_layout
4821
4822 \end_inset
4823 </cell>
4824 <cell alignment="center" valignment="top" usebox="none">
4825 \begin_inset Text
4826
4827 \begin_layout Plain Layout
4828 Paola
4829 \end_layout
4830
4831 \end_inset
4832 </cell>
4833 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4834 \begin_inset Text
4835
4836 \begin_layout Plain Layout
4837 555
4838 \end_layout
4839
4840 \end_inset
4841 </cell>
4842 </row>
4843 <row>
4844 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4845 \begin_inset Text
4846
4847 \begin_layout Plain Layout
4848
4849 \series bold
4850 Galletti
4851 \end_layout
4852
4853 \end_inset
4854 </cell>
4855 <cell alignment="center" valignment="top" usebox="none">
4856 \begin_inset Text
4857
4858 \begin_layout Plain Layout
4859 Oreste
4860 \end_layout
4861
4862 \end_inset
4863 </cell>
4864 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4865 \begin_inset Text
4866
4867 \begin_layout Plain Layout
4868 555
4869 \end_layout
4870
4871 \end_inset
4872 </cell>
4873 </row>
4874 <row>
4875 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4876 \begin_inset Text
4877
4878 \begin_layout Plain Layout
4879
4880 \series bold
4881 Gasparini
4882 \end_layout
4883
4884 \end_inset
4885 </cell>
4886 <cell alignment="center" valignment="top" usebox="none">
4887 \begin_inset Text
4888
4889 \begin_layout Plain Layout
4890 Franca
4891 \end_layout
4892
4893 \end_inset
4894 </cell>
4895 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4896 \begin_inset Text
4897
4898 \begin_layout Plain Layout
4899 555
4900 \end_layout
4901
4902 \end_inset
4903 </cell>
4904 </row>
4905 <row>
4906 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4907 \begin_inset Text
4908
4909 \begin_layout Plain Layout
4910
4911 \series bold
4912 Rizzardi
4913 \end_layout
4914
4915 \end_inset
4916 </cell>
4917 <cell alignment="center" valignment="top" usebox="none">
4918 \begin_inset Text
4919
4920 \begin_layout Plain Layout
4921 Paola
4922 \end_layout
4923
4924 \end_inset
4925 </cell>
4926 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4927 \begin_inset Text
4928
4929 \begin_layout Plain Layout
4930 555
4931 \end_layout
4932
4933 \end_inset
4934 </cell>
4935 </row>
4936 <row>
4937 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4938 \begin_inset Text
4939
4940 \begin_layout Plain Layout
4941
4942 \series bold
4943 Lassini
4944 \end_layout
4945
4946 \end_inset
4947 </cell>
4948 <cell alignment="center" valignment="top" usebox="none">
4949 \begin_inset Text
4950
4951 \begin_layout Plain Layout
4952 Giancarlo
4953 \end_layout
4954
4955 \end_inset
4956 </cell>
4957 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4958 \begin_inset Text
4959
4960 \begin_layout Plain Layout
4961 555
4962 \end_layout
4963
4964 \end_inset
4965 </cell>
4966 </row>
4967 <row>
4968 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4969 \begin_inset Text
4970
4971 \begin_layout Plain Layout
4972
4973 \series bold
4974 Malfatti
4975 \end_layout
4976
4977 \end_inset
4978 </cell>
4979 <cell alignment="center" valignment="top" usebox="none">
4980 \begin_inset Text
4981
4982 \begin_layout Plain Layout
4983 Luciano
4984 \end_layout
4985
4986 \end_inset
4987 </cell>
4988 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4989 \begin_inset Text
4990
4991 \begin_layout Plain Layout
4992 555
4993 \end_layout
4994
4995 \end_inset
4996 </cell>
4997 </row>
4998 <row>
4999 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5000 \begin_inset Text
5001
5002 \begin_layout Plain Layout
5003
5004 \series bold
5005 Malfatti
5006 \end_layout
5007
5008 \end_inset
5009 </cell>
5010 <cell alignment="center" valignment="top" usebox="none">
5011 \begin_inset Text
5012
5013 \begin_layout Plain Layout
5014 Valeriano
5015 \end_layout
5016
5017 \end_inset
5018 </cell>
5019 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5020 \begin_inset Text
5021
5022 \begin_layout Plain Layout
5023 555
5024 \end_layout
5025
5026 \end_inset
5027 </cell>
5028 </row>
5029 <row>
5030 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5031 \begin_inset Text
5032
5033 \begin_layout Plain Layout
5034
5035 \series bold
5036 Meneguzzo
5037 \end_layout
5038
5039 \end_inset
5040 </cell>
5041 <cell alignment="center" valignment="top" usebox="none">
5042 \begin_inset Text
5043
5044 \begin_layout Plain Layout
5045 Roberto
5046 \end_layout
5047
5048 \end_inset
5049 </cell>
5050 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5051 \begin_inset Text
5052
5053 \begin_layout Plain Layout
5054 555
5055 \end_layout
5056
5057 \end_inset
5058 </cell>
5059 </row>
5060 <row>
5061 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5062 \begin_inset Text
5063
5064 \begin_layout Plain Layout
5065
5066 \series bold
5067 Mezzadra
5068 \end_layout
5069
5070 \end_inset
5071 </cell>
5072 <cell alignment="center" valignment="top" usebox="none">
5073 \begin_inset Text
5074
5075 \begin_layout Plain Layout
5076 Roberto
5077 \end_layout
5078
5079 \end_inset
5080 </cell>
5081 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5082 \begin_inset Text
5083
5084 \begin_layout Plain Layout
5085 555
5086 \end_layout
5087
5088 \end_inset
5089 </cell>
5090 </row>
5091 <row>
5092 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5093 \begin_inset Text
5094
5095 \begin_layout Plain Layout
5096
5097 \series bold
5098 Pirpamer
5099 \end_layout
5100
5101 \end_inset
5102 </cell>
5103 <cell alignment="center" valignment="top" usebox="none">
5104 \begin_inset Text
5105
5106 \begin_layout Plain Layout
5107 Erich
5108 \end_layout
5109
5110 \end_inset
5111 </cell>
5112 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5113 \begin_inset Text
5114
5115 \begin_layout Plain Layout
5116 555
5117 \end_layout
5118
5119 \end_inset
5120 </cell>
5121 </row>
5122 <row>
5123 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5124 \begin_inset Text
5125
5126 \begin_layout Plain Layout
5127
5128 \series bold
5129 Pochiesa
5130 \end_layout
5131
5132 \end_inset
5133 </cell>
5134 <cell alignment="center" valignment="top" usebox="none">
5135 \begin_inset Text
5136
5137 \begin_layout Plain Layout
5138 Paolo
5139 \end_layout
5140
5141 \end_inset
5142 </cell>
5143 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5144 \begin_inset Text
5145
5146 \begin_layout Plain Layout
5147 555, 222
5148 \end_layout
5149
5150 \end_inset
5151 </cell>
5152 </row>
5153 <row>
5154 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5155 \begin_inset Text
5156
5157 \begin_layout Plain Layout
5158
5159 \series bold
5160 Radina
5161 \end_layout
5162
5163 \end_inset
5164 </cell>
5165 <cell alignment="center" valignment="top" usebox="none">
5166 \begin_inset Text
5167
5168 \begin_layout Plain Layout
5169 Claudio
5170 \end_layout
5171
5172 \end_inset
5173 </cell>
5174 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5175 \begin_inset Text
5176
5177 \begin_layout Plain Layout
5178 555
5179 \end_layout
5180
5181 \end_inset
5182 </cell>
5183 </row>
5184 <row>
5185 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5186 \begin_inset Text
5187
5188 \begin_layout Plain Layout
5189
5190 \series bold
5191 Stuffer
5192 \end_layout
5193
5194 \end_inset
5195 </cell>
5196 <cell alignment="center" valignment="top" usebox="none">
5197 \begin_inset Text
5198
5199 \begin_layout Plain Layout
5200 Oskar
5201 \end_layout
5202
5203 \end_inset
5204 </cell>
5205 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5206 \begin_inset Text
5207
5208 \begin_layout Plain Layout
5209 555
5210 \end_layout
5211
5212 \end_inset
5213 </cell>
5214 </row>
5215 <row>
5216 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5217 \begin_inset Text
5218
5219 \begin_layout Plain Layout
5220
5221 \series bold
5222 Tacchelli
5223 \end_layout
5224
5225 \end_inset
5226 </cell>
5227 <cell alignment="center" valignment="top" usebox="none">
5228 \begin_inset Text
5229
5230 \begin_layout Plain Layout
5231 Ugo
5232 \end_layout
5233
5234 \end_inset
5235 </cell>
5236 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5237 \begin_inset Text
5238
5239 \begin_layout Plain Layout
5240 555
5241 \end_layout
5242
5243 \end_inset
5244 </cell>
5245 </row>
5246 <row>
5247 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5248 \begin_inset Text
5249
5250 \begin_layout Plain Layout
5251
5252 \series bold
5253 Tezzele
5254 \end_layout
5255
5256 \end_inset
5257 </cell>
5258 <cell alignment="center" valignment="top" usebox="none">
5259 \begin_inset Text
5260
5261 \begin_layout Plain Layout
5262 Margit
5263 \end_layout
5264
5265 \end_inset
5266 </cell>
5267 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5268 \begin_inset Text
5269
5270 \begin_layout Plain Layout
5271 555
5272 \end_layout
5273
5274 \end_inset
5275 </cell>
5276 </row>
5277 <row>
5278 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5279 \begin_inset Text
5280
5281 \begin_layout Plain Layout
5282
5283 \series bold
5284 Unterkalmsteiner
5285 \end_layout
5286
5287 \end_inset
5288 </cell>
5289 <cell alignment="center" valignment="top" usebox="none">
5290 \begin_inset Text
5291
5292 \begin_layout Plain Layout
5293 Frieda
5294 \end_layout
5295
5296 \end_inset
5297 </cell>
5298 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5299 \begin_inset Text
5300
5301 \begin_layout Plain Layout
5302 555
5303 \end_layout
5304
5305 \end_inset
5306 </cell>
5307 </row>
5308 <row>
5309 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5310 \begin_inset Text
5311
5312 \begin_layout Plain Layout
5313
5314 \series bold
5315 Vieider
5316 \end_layout
5317
5318 \end_inset
5319 </cell>
5320 <cell alignment="center" valignment="top" usebox="none">
5321 \begin_inset Text
5322
5323 \begin_layout Plain Layout
5324 Hilde
5325 \end_layout
5326
5327 \end_inset
5328 </cell>
5329 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5330 \begin_inset Text
5331
5332 \begin_layout Plain Layout
5333 555
5334 \end_layout
5335
5336 \end_inset
5337 </cell>
5338 </row>
5339 <row>
5340 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5341 \begin_inset Text
5342
5343 \begin_layout Plain Layout
5344
5345 \series bold
5346 Vigna
5347 \end_layout
5348
5349 \end_inset
5350 </cell>
5351 <cell alignment="center" valignment="top" usebox="none">
5352 \begin_inset Text
5353
5354 \begin_layout Plain Layout
5355 Jürgen
5356 \end_layout
5357
5358 \end_inset
5359 </cell>
5360 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5361 \begin_inset Text
5362
5363 \begin_layout Plain Layout
5364 999
5365 \end_layout
5366
5367 \end_inset
5368 </cell>
5369 </row>
5370 <row>
5371 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5372 \begin_inset Text
5373
5374 \begin_layout Plain Layout
5375
5376 \series bold
5377 Weber
5378 \end_layout
5379
5380 \end_inset
5381 </cell>
5382 <cell alignment="center" valignment="top" usebox="none">
5383 \begin_inset Text
5384
5385 \begin_layout Plain Layout
5386 Maurizio
5387 \end_layout
5388
5389 \end_inset
5390 </cell>
5391 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5392 \begin_inset Text
5393
5394 \begin_layout Plain Layout
5395 555
5396 \end_layout
5397
5398 \end_inset
5399 </cell>
5400 </row>
5401 <row>
5402 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5403 \begin_inset Text
5404
5405 \begin_layout Plain Layout
5406
5407 \series bold
5408 Winkler
5409 \end_layout
5410
5411 \end_inset
5412 </cell>
5413 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5414 \begin_inset Text
5415
5416 \begin_layout Plain Layout
5417 Franz
5418 \end_layout
5419
5420 \end_inset
5421 </cell>
5422 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5423 \begin_inset Text
5424
5425 \begin_layout Plain Layout
5426 555
5427 \end_layout
5428
5429 \end_inset
5430 </cell>
5431 </row>
5432 <row endlastfoot="true">
5433 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5434 \begin_inset Text
5435
5436 \begin_layout Plain Layout
5437 end
5438 \end_layout
5439
5440 \end_inset
5441 </cell>
5442 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5443 \begin_inset Text
5444
5445 \begin_layout Plain Layout
5446
5447 \end_layout
5448
5449 \end_inset
5450 </cell>
5451 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5452 \begin_inset Text
5453
5454 \begin_layout Plain Layout
5455
5456 \end_layout
5457
5458 \end_inset
5459 </cell>
5460 </row>
5461 </lyxtabular>
5462
5463 \end_inset
5464
5465
5466 \begin_inset ERT
5467 status collapsed
5468
5469 \begin_layout Plain Layout
5470
5471
5472 \backslash
5473 addtocounter{table}{-1}
5474 \end_layout
5475
5476 \end_inset
5477
5478
5479 \begin_inset Note Note
5480 status collapsed
5481
5482 \begin_layout Plain Layout
5483 See the first greyed-out note in section
5484 \begin_inset space ~
5485 \end_inset
5486
5487
5488 \begin_inset CommandInset ref
5489 LatexCommand ref
5490 reference "subsec:Multi-page-Table-Captions"
5491
5492 \end_inset
5493
5494  for an explanation of this command.
5495 \end_layout
5496
5497 \end_inset
5498
5499
5500 \end_layout
5501
5502 \begin_layout Subsection
5503 Footnotes in Multi-page tables
5504 \begin_inset CommandInset label
5505 LatexCommand label
5506 name "subsec:Footnotes-in-Multi-page"
5507
5508 \end_inset
5509
5510
5511 \begin_inset Index idx
5512 status collapsed
5513
5514 \begin_layout Plain Layout
5515 Table ! Multi-page Table ! Footnotes
5516 \end_layout
5517
5518 \end_inset
5519
5520
5521 \end_layout
5522
5523 \begin_layout Standard
5524 Footnotes can be inserted to every Multi-page table cell.
5525  They appear at the bottom of the page where the table cell with the footnote
5526  appears.
5527  Table
5528 \begin_inset space ~
5529 \end_inset
5530
5531
5532 \begin_inset CommandInset ref
5533 LatexCommand ref
5534 reference "tab:DiffCaptions"
5535
5536 \end_inset
5537
5538  has for example a footnote.
5539 \end_layout
5540
5541 \begin_layout Subsection
5542 Multi-page Table Alignment
5543 \begin_inset Index idx
5544 status collapsed
5545
5546 \begin_layout Plain Layout
5547 Table ! Multi-page Table ! Alignment
5548 \end_layout
5549
5550 \end_inset
5551
5552
5553 \end_layout
5554
5555 \begin_layout Standard
5556 The horizontal alignment of multi-page tables can be set in the table settings
5557  dialog.
5558  For left- and right-alignment the table will be directly at the page border.
5559  To add space between the table and the border one has to set the alignment
5560  to center and change the value of the \SpecialChar LaTeX
5561 -lengths 
5562 \series bold
5563
5564 \backslash
5565 LTleft 
5566 \series default
5567 or 
5568 \series bold
5569
5570 \backslash
5571 LTright
5572 \series default
5573  by inserting this line as \SpecialChar TeX
5574  Code before the multi-page table:
5575 \end_layout
5576
5577 \begin_layout Standard
5578
5579 \series bold
5580
5581 \backslash
5582 setlength{
5583 \backslash
5584 LTleft}{value}
5585 \end_layout
5586
5587 \begin_layout Standard
5588 The value can have any of the units listed in Table
5589 \begin_inset space ~
5590 \end_inset
5591
5592
5593 \begin_inset CommandInset ref
5594 LatexCommand ref
5595 reference "tab:Units"
5596
5597 \end_inset
5598
5599 .
5600  
5601 \series bold
5602
5603 \backslash
5604 LTleft
5605 \series default
5606  controls the horizontal distance from the left page border to the multi-page
5607  table, 
5608 \series bold
5609
5610 \backslash
5611 LTright
5612 \series default
5613  the distance from the right side.
5614  The default value for both lengths is 
5615 \series bold
5616
5617 \backslash
5618 fill
5619 \series default
5620 , which is in this case the same as an horizontal fill in \SpecialChar LyX
5621 .
5622 \end_layout
5623
5624 \begin_layout Standard
5625 The following multi-page table was centered and 
5626 \series bold
5627
5628 \backslash
5629 LTleft
5630 \series default
5631  set to 
5632 \family sans
5633 0.1
5634 \backslash
5635 columnwidth
5636 \family default
5637 :
5638 \begin_inset ERT
5639 status collapsed
5640
5641 \begin_layout Plain Layout
5642
5643
5644 \backslash
5645 setlength{
5646 \backslash
5647 LTleft}{0.1
5648 \backslash
5649 columnwidth}
5650 \end_layout
5651
5652 \end_inset
5653
5654
5655 \end_layout
5656
5657 \begin_layout Standard
5658 \begin_inset Tabular
5659 <lyxtabular version="3" rows="5" columns="5">
5660 <features islongtable="true" longtabularalignment="center">
5661 <column alignment="center" valignment="top">
5662 <column alignment="center" valignment="top" width="0pt">
5663 <column alignment="center" valignment="top">
5664 <column alignment="center" valignment="top">
5665 <column alignment="center" valignment="top">
5666 <row>
5667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5668 \begin_inset Text
5669
5670 \begin_layout Plain Layout
5671 1
5672 \end_layout
5673
5674 \end_inset
5675 </cell>
5676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5677 \begin_inset Text
5678
5679 \begin_layout Plain Layout
5680 2
5681 \end_layout
5682
5683 \end_inset
5684 </cell>
5685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5686 \begin_inset Text
5687
5688 \begin_layout Plain Layout
5689 3
5690 \end_layout
5691
5692 \end_inset
5693 </cell>
5694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5695 \begin_inset Text
5696
5697 \begin_layout Plain Layout
5698 4
5699 \end_layout
5700
5701 \end_inset
5702 </cell>
5703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5704 \begin_inset Text
5705
5706 \begin_layout Plain Layout
5707 5
5708 \end_layout
5709
5710 \end_inset
5711 </cell>
5712 </row>
5713 <row>
5714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5715 \begin_inset Text
5716
5717 \begin_layout Plain Layout
5718 asd
5719 \end_layout
5720
5721 \end_inset
5722 </cell>
5723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5724 \begin_inset Text
5725
5726 \begin_layout Plain Layout
5727 s
5728 \end_layout
5729
5730 \end_inset
5731 </cell>
5732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5733 \begin_inset Text
5734
5735 \begin_layout Plain Layout
5736 s
5737 \end_layout
5738
5739 \end_inset
5740 </cell>
5741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5742 \begin_inset Text
5743
5744 \begin_layout Plain Layout
5745 s
5746 \end_layout
5747
5748 \end_inset
5749 </cell>
5750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5751 \begin_inset Text
5752
5753 \begin_layout Plain Layout
5754 asd
5755 \end_layout
5756
5757 \end_inset
5758 </cell>
5759 </row>
5760 <row>
5761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5762 \begin_inset Text
5763
5764 \begin_layout Plain Layout
5765 asd
5766 \end_layout
5767
5768 \end_inset
5769 </cell>
5770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5771 \begin_inset Text
5772
5773 \begin_layout Plain Layout
5774 s
5775 \end_layout
5776
5777 \end_inset
5778 </cell>
5779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5780 \begin_inset Text
5781
5782 \begin_layout Plain Layout
5783 s
5784 \end_layout
5785
5786 \end_inset
5787 </cell>
5788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5789 \begin_inset Text
5790
5791 \begin_layout Plain Layout
5792 s
5793 \end_layout
5794
5795 \end_inset
5796 </cell>
5797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5798 \begin_inset Text
5799
5800 \begin_layout Plain Layout
5801 asd
5802 \end_layout
5803
5804 \end_inset
5805 </cell>
5806 </row>
5807 <row>
5808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5809 \begin_inset Text
5810
5811 \begin_layout Plain Layout
5812 asd
5813 \end_layout
5814
5815 \end_inset
5816 </cell>
5817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5818 \begin_inset Text
5819
5820 \begin_layout Plain Layout
5821 s
5822 \end_layout
5823
5824 \end_inset
5825 </cell>
5826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5827 \begin_inset Text
5828
5829 \begin_layout Plain Layout
5830 s
5831 \end_layout
5832
5833 \end_inset
5834 </cell>
5835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5836 \begin_inset Text
5837
5838 \begin_layout Plain Layout
5839 s
5840 \end_layout
5841
5842 \end_inset
5843 </cell>
5844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5845 \begin_inset Text
5846
5847 \begin_layout Plain Layout
5848 asd
5849 \end_layout
5850
5851 \end_inset
5852 </cell>
5853 </row>
5854 <row>
5855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5856 \begin_inset Text
5857
5858 \begin_layout Plain Layout
5859 asd
5860 \end_layout
5861
5862 \end_inset
5863 </cell>
5864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5865 \begin_inset Text
5866
5867 \begin_layout Plain Layout
5868 asd
5869 \end_layout
5870
5871 \end_inset
5872 </cell>
5873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5874 \begin_inset Text
5875
5876 \begin_layout Plain Layout
5877 asd
5878 \end_layout
5879
5880 \end_inset
5881 </cell>
5882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5883 \begin_inset Text
5884
5885 \begin_layout Plain Layout
5886 asd
5887 \end_layout
5888
5889 \end_inset
5890 </cell>
5891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5892 \begin_inset Text
5893
5894 \begin_layout Plain Layout
5895 asd
5896 \end_layout
5897
5898 \end_inset
5899 </cell>
5900 </row>
5901 </lyxtabular>
5902
5903 \end_inset
5904
5905
5906 \begin_inset ERT
5907 status collapsed
5908
5909 \begin_layout Plain Layout
5910
5911
5912 \backslash
5913 setlength{
5914 \backslash
5915 LTleft}{
5916 \backslash
5917 fill}
5918 \end_layout
5919
5920 \end_inset
5921
5922
5923 \begin_inset ERT
5924 status collapsed
5925
5926 \begin_layout Plain Layout
5927
5928
5929 \backslash
5930 addtocounter{table}{-1}
5931 \end_layout
5932
5933 \end_inset
5934
5935
5936 \begin_inset Note Note
5937 status collapsed
5938
5939 \begin_layout Plain Layout
5940 See the first greyed-out note in section
5941 \begin_inset space ~
5942 \end_inset
5943
5944
5945 \begin_inset CommandInset ref
5946 LatexCommand ref
5947 reference "subsec:Multi-page-Table-Captions"
5948
5949 \end_inset
5950
5951  for an explanation of this command.
5952 \end_layout
5953
5954 \end_inset
5955
5956
5957 \end_layout
5958
5959 \begin_layout Subsection
5960 Multi-page Table Captions
5961 \begin_inset Index idx
5962 status collapsed
5963
5964 \begin_layout Plain Layout
5965 Table ! Multi-page Table ! Captions
5966 \end_layout
5967
5968 \end_inset
5969
5970
5971 \begin_inset CommandInset label
5972 LatexCommand label
5973 name "subsec:Multi-page-Table-Captions"
5974
5975 \end_inset
5976
5977
5978 \end_layout
5979
5980 \begin_layout Standard
5981 A multi-page table cannot be put into a table float because floats can only
5982  be on one page.
5983  But the caption environment of floats can also be used for multi-page tables
5984  when you use the multi-page table option 
5985 \family sans
5986 Caption
5987 \family default
5988  as described in sec.
5989 \begin_inset space \thinspace{}
5990 \end_inset
5991
5992
5993 \begin_inset CommandInset ref
5994 LatexCommand ref
5995 reference "sec:Multi-page-Tables"
5996
5997 \end_inset
5998
5999 .
6000  Only one table row should contain a caption, either a header or a footer
6001  row.
6002 \end_layout
6003
6004 \begin_layout Standard
6005 Here is a short multi-page table to see how it works:
6006 \end_layout
6007
6008 \begin_layout Standard
6009 \begin_inset Tabular
6010 <lyxtabular version="3" rows="6" columns="5">
6011 <features islongtable="true" longtabularalignment="center">
6012 <column alignment="center" valignment="top">
6013 <column alignment="center" valignment="top">
6014 <column alignment="center" valignment="top">
6015 <column alignment="center" valignment="top">
6016 <column alignment="center" valignment="top">
6017 <row endfirsthead="true" caption="true">
6018 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6019 \begin_inset Text
6020
6021 \begin_layout Plain Layout
6022 \begin_inset Caption Standard
6023
6024 \begin_layout Plain Layout
6025 Multi-page table with caption
6026 \begin_inset Argument 1
6027 status open
6028
6029 \begin_layout Plain Layout
6030 Multi-page table
6031 \end_layout
6032
6033 \end_inset
6034
6035
6036 \end_layout
6037
6038 \end_inset
6039
6040
6041 \end_layout
6042
6043 \end_inset
6044 </cell>
6045 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6046 \begin_inset Text
6047
6048 \begin_layout Plain Layout
6049
6050 \end_layout
6051
6052 \end_inset
6053 </cell>
6054 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6055 \begin_inset Text
6056
6057 \begin_layout Plain Layout
6058
6059 \end_layout
6060
6061 \end_inset
6062 </cell>
6063 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6064 \begin_inset Text
6065
6066 \begin_layout Plain Layout
6067
6068 \end_layout
6069
6070 \end_inset
6071 </cell>
6072 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6073 \begin_inset Text
6074
6075 \begin_layout Plain Layout
6076
6077 \end_layout
6078
6079 \end_inset
6080 </cell>
6081 </row>
6082 <row>
6083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6084 \begin_inset Text
6085
6086 \begin_layout Plain Layout
6087 1
6088 \end_layout
6089
6090 \end_inset
6091 </cell>
6092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6093 \begin_inset Text
6094
6095 \begin_layout Plain Layout
6096 2
6097 \end_layout
6098
6099 \end_inset
6100 </cell>
6101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6102 \begin_inset Text
6103
6104 \begin_layout Plain Layout
6105 3
6106 \end_layout
6107
6108 \end_inset
6109 </cell>
6110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6111 \begin_inset Text
6112
6113 \begin_layout Plain Layout
6114 4
6115 \end_layout
6116
6117 \end_inset
6118 </cell>
6119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6120 \begin_inset Text
6121
6122 \begin_layout Plain Layout
6123 5
6124 \end_layout
6125
6126 \end_inset
6127 </cell>
6128 </row>
6129 <row>
6130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6131 \begin_inset Text
6132
6133 \begin_layout Plain Layout
6134 asd
6135 \end_layout
6136
6137 \end_inset
6138 </cell>
6139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6140 \begin_inset Text
6141
6142 \begin_layout Plain Layout
6143 s
6144 \end_layout
6145
6146 \end_inset
6147 </cell>
6148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6149 \begin_inset Text
6150
6151 \begin_layout Plain Layout
6152 s
6153 \end_layout
6154
6155 \end_inset
6156 </cell>
6157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6158 \begin_inset Text
6159
6160 \begin_layout Plain Layout
6161 s
6162 \end_layout
6163
6164 \end_inset
6165 </cell>
6166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6167 \begin_inset Text
6168
6169 \begin_layout Plain Layout
6170 asd
6171 \end_layout
6172
6173 \end_inset
6174 </cell>
6175 </row>
6176 <row>
6177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6178 \begin_inset Text
6179
6180 \begin_layout Plain Layout
6181 asd
6182 \end_layout
6183
6184 \end_inset
6185 </cell>
6186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6187 \begin_inset Text
6188
6189 \begin_layout Plain Layout
6190 s
6191 \end_layout
6192
6193 \end_inset
6194 </cell>
6195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6196 \begin_inset Text
6197
6198 \begin_layout Plain Layout
6199 s
6200 \end_layout
6201
6202 \end_inset
6203 </cell>
6204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6205 \begin_inset Text
6206
6207 \begin_layout Plain Layout
6208 s
6209 \end_layout
6210
6211 \end_inset
6212 </cell>
6213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6214 \begin_inset Text
6215
6216 \begin_layout Plain Layout
6217 asd
6218 \end_layout
6219
6220 \end_inset
6221 </cell>
6222 </row>
6223 <row>
6224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6225 \begin_inset Text
6226
6227 \begin_layout Plain Layout
6228 asd
6229 \end_layout
6230
6231 \end_inset
6232 </cell>
6233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6234 \begin_inset Text
6235
6236 \begin_layout Plain Layout
6237 s
6238 \end_layout
6239
6240 \end_inset
6241 </cell>
6242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6243 \begin_inset Text
6244
6245 \begin_layout Plain Layout
6246 s
6247 \end_layout
6248
6249 \end_inset
6250 </cell>
6251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6252 \begin_inset Text
6253
6254 \begin_layout Plain Layout
6255 s
6256 \end_layout
6257
6258 \end_inset
6259 </cell>
6260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6261 \begin_inset Text
6262
6263 \begin_layout Plain Layout
6264 asd
6265 \end_layout
6266
6267 \end_inset
6268 </cell>
6269 </row>
6270 <row>
6271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6272 \begin_inset Text
6273
6274 \begin_layout Plain Layout
6275 asd
6276 \end_layout
6277
6278 \end_inset
6279 </cell>
6280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6281 \begin_inset Text
6282
6283 \begin_layout Plain Layout
6284 asd
6285 \end_layout
6286
6287 \end_inset
6288 </cell>
6289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6290 \begin_inset Text
6291
6292 \begin_layout Plain Layout
6293 asd
6294 \end_layout
6295
6296 \end_inset
6297 </cell>
6298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6299 \begin_inset Text
6300
6301 \begin_layout Plain Layout
6302 asd
6303 \end_layout
6304
6305 \end_inset
6306 </cell>
6307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6308 \begin_inset Text
6309
6310 \begin_layout Plain Layout
6311 asd
6312 \end_layout
6313
6314 \end_inset
6315 </cell>
6316 </row>
6317 </lyxtabular>
6318
6319 \end_inset
6320
6321
6322 \end_layout
6323
6324 \begin_layout Standard
6325 \begin_inset VSpace medskip
6326 \end_inset
6327
6328
6329 \begin_inset Note Greyedout
6330 status open
6331
6332 \begin_layout Plain Layout
6333
6334 \series bold
6335 Note
6336 \begin_inset space ~
6337 \end_inset
6338
6339 1:
6340 \series default
6341  The table number is increased for every multi-page table, even if you did
6342  not set a caption for it.
6343  For this reason you could have the case that e.
6344 \begin_inset space \thinspace{}
6345 \end_inset
6346
6347 g.
6348 \begin_inset space \space{}
6349 \end_inset
6350
6351 Table
6352 \begin_inset space ~
6353 \end_inset
6354
6355 2.4 follows Table
6356 \begin_inset space ~
6357 \end_inset
6358
6359 2.1 in the list of tables if there are two multi-page tables without captions.
6360  To avoid this you can add the following command in \SpecialChar TeX
6361  Code after every multi-page
6362  table without a caption:
6363 \end_layout
6364
6365 \begin_layout Plain Layout
6366
6367 \series bold
6368
6369 \backslash
6370 addtocounter{table}{-1}
6371 \end_layout
6372
6373 \begin_layout Plain Layout
6374 This is not needed when none of your multi-page tables has a caption and
6375  you add the following code to the document preamble:
6376 \end_layout
6377
6378 \begin_layout Plain Layout
6379
6380 \series bold
6381
6382 \backslash
6383 let
6384 \backslash
6385 myEnd
6386 \backslash
6387 endlongtable
6388 \begin_inset Newline newline
6389 \end_inset
6390
6391
6392 \backslash
6393 renewcommand{
6394 \backslash
6395 endlongtable}{
6396 \backslash
6397 myEnd
6398 \backslash
6399 addtocounter{table}{-1}}
6400 \end_layout
6401
6402 \end_inset
6403
6404
6405 \end_layout
6406
6407 \begin_layout Standard
6408 \begin_inset Note Greyedout
6409 status open
6410
6411 \begin_layout Plain Layout
6412
6413 \series bold
6414 Note
6415 \begin_inset space ~
6416 \end_inset
6417
6418 2:
6419 \series default
6420  If you are using
6421 \series bold
6422  hyperref
6423 \series default
6424
6425 \begin_inset Index idx
6426 status collapsed
6427
6428 \begin_layout Plain Layout
6429 \SpecialChar LaTeX
6430 -packages ! hyperref
6431 \end_layout
6432
6433 \end_inset
6434
6435  in the 
6436 \family sans
6437 PDF Properties
6438 \family default
6439  of the 
6440 \family sans
6441 Document Settings
6442 \family default
6443  dialog to link cross-references, the link to a multi-page table caption
6444  will always point to the beginning of the document.
6445 \end_layout
6446
6447 \end_inset
6448
6449
6450 \end_layout
6451
6452 \begin_layout Subsubsection
6453 References to multi-page tables
6454 \begin_inset Index idx
6455 status collapsed
6456
6457 \begin_layout Plain Layout
6458 Table ! Multi-page Table ! References
6459 \end_layout
6460
6461 \end_inset
6462
6463
6464 \end_layout
6465
6466 \begin_layout Standard
6467 \begin_inset Tabular
6468 <lyxtabular version="3" rows="6" columns="5">
6469 <features islongtable="true" longtabularalignment="center">
6470 <column alignment="center" valignment="top">
6471 <column alignment="center" valignment="top">
6472 <column alignment="center" valignment="top">
6473 <column alignment="center" valignment="top">
6474 <column alignment="center" valignment="top">
6475 <row endfirsthead="true" caption="true">
6476 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6477 \begin_inset Text
6478
6479 \begin_layout Plain Layout
6480 \begin_inset Caption Standard
6481
6482 \begin_layout Plain Layout
6483 Referenced multi-page table
6484 \begin_inset CommandInset label
6485 LatexCommand label
6486 name "tab:Referenced-multi-page-table"
6487
6488 \end_inset
6489
6490
6491 \end_layout
6492
6493 \end_inset
6494
6495
6496 \end_layout
6497
6498 \end_inset
6499 </cell>
6500 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6501 \begin_inset Text
6502
6503 \begin_layout Plain Layout
6504
6505 \end_layout
6506
6507 \end_inset
6508 </cell>
6509 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6510 \begin_inset Text
6511
6512 \begin_layout Plain Layout
6513
6514 \end_layout
6515
6516 \end_inset
6517 </cell>
6518 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6519 \begin_inset Text
6520
6521 \begin_layout Plain Layout
6522
6523 \end_layout
6524
6525 \end_inset
6526 </cell>
6527 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6528 \begin_inset Text
6529
6530 \begin_layout Plain Layout
6531
6532 \end_layout
6533
6534 \end_inset
6535 </cell>
6536 </row>
6537 <row>
6538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6539 \begin_inset Text
6540
6541 \begin_layout Plain Layout
6542 1
6543 \end_layout
6544
6545 \end_inset
6546 </cell>
6547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6548 \begin_inset Text
6549
6550 \begin_layout Plain Layout
6551 2
6552 \end_layout
6553
6554 \end_inset
6555 </cell>
6556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6557 \begin_inset Text
6558
6559 \begin_layout Plain Layout
6560 3
6561 \end_layout
6562
6563 \end_inset
6564 </cell>
6565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6566 \begin_inset Text
6567
6568 \begin_layout Plain Layout
6569 4
6570 \end_layout
6571
6572 \end_inset
6573 </cell>
6574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6575 \begin_inset Text
6576
6577 \begin_layout Plain Layout
6578 5
6579 \end_layout
6580
6581 \end_inset
6582 </cell>
6583 </row>
6584 <row>
6585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6586 \begin_inset Text
6587
6588 \begin_layout Plain Layout
6589 asd
6590 \end_layout
6591
6592 \end_inset
6593 </cell>
6594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6595 \begin_inset Text
6596
6597 \begin_layout Plain Layout
6598 s
6599 \end_layout
6600
6601 \end_inset
6602 </cell>
6603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6604 \begin_inset Text
6605
6606 \begin_layout Plain Layout
6607 s
6608 \end_layout
6609
6610 \end_inset
6611 </cell>
6612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6613 \begin_inset Text
6614
6615 \begin_layout Plain Layout
6616 s
6617 \end_layout
6618
6619 \end_inset
6620 </cell>
6621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6622 \begin_inset Text
6623
6624 \begin_layout Plain Layout
6625 asd
6626 \end_layout
6627
6628 \end_inset
6629 </cell>
6630 </row>
6631 <row>
6632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6633 \begin_inset Text
6634
6635 \begin_layout Plain Layout
6636 asd
6637 \end_layout
6638
6639 \end_inset
6640 </cell>
6641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6642 \begin_inset Text
6643
6644 \begin_layout Plain Layout
6645 s
6646 \end_layout
6647
6648 \end_inset
6649 </cell>
6650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6651 \begin_inset Text
6652
6653 \begin_layout Plain Layout
6654 s
6655 \end_layout
6656
6657 \end_inset
6658 </cell>
6659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6660 \begin_inset Text
6661
6662 \begin_layout Plain Layout
6663 s
6664 \end_layout
6665
6666 \end_inset
6667 </cell>
6668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6669 \begin_inset Text
6670
6671 \begin_layout Plain Layout
6672 asd
6673 \end_layout
6674
6675 \end_inset
6676 </cell>
6677 </row>
6678 <row>
6679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6680 \begin_inset Text
6681
6682 \begin_layout Plain Layout
6683 asd
6684 \end_layout
6685
6686 \end_inset
6687 </cell>
6688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6689 \begin_inset Text
6690
6691 \begin_layout Plain Layout
6692 s
6693 \end_layout
6694
6695 \end_inset
6696 </cell>
6697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6698 \begin_inset Text
6699
6700 \begin_layout Plain Layout
6701 s
6702 \end_layout
6703
6704 \end_inset
6705 </cell>
6706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6707 \begin_inset Text
6708
6709 \begin_layout Plain Layout
6710 s
6711 \end_layout
6712
6713 \end_inset
6714 </cell>
6715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6716 \begin_inset Text
6717
6718 \begin_layout Plain Layout
6719 asd
6720 \end_layout
6721
6722 \end_inset
6723 </cell>
6724 </row>
6725 <row>
6726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6727 \begin_inset Text
6728
6729 \begin_layout Plain Layout
6730 asd
6731 \end_layout
6732
6733 \end_inset
6734 </cell>
6735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6736 \begin_inset Text
6737
6738 \begin_layout Plain Layout
6739 sad
6740 \end_layout
6741
6742 \end_inset
6743 </cell>
6744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6745 \begin_inset Text
6746
6747 \begin_layout Plain Layout
6748 asd
6749 \end_layout
6750
6751 \end_inset
6752 </cell>
6753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6754 \begin_inset Text
6755
6756 \begin_layout Plain Layout
6757 asd
6758 \end_layout
6759
6760 \end_inset
6761 </cell>
6762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6763 \begin_inset Text
6764
6765 \begin_layout Plain Layout
6766 asd
6767 \end_layout
6768
6769 \end_inset
6770 </cell>
6771 </row>
6772 </lyxtabular>
6773
6774 \end_inset
6775
6776
6777 \end_layout
6778
6779 \begin_layout Standard
6780 To reference a multi-page table, insert a label into the caption.
6781 \end_layout
6782
6783 \begin_layout Standard
6784 This is a reference to Table
6785 \begin_inset space ~
6786 \end_inset
6787
6788
6789 \begin_inset CommandInset ref
6790 LatexCommand ref
6791 reference "tab:Referenced-multi-page-table"
6792
6793 \end_inset
6794
6795 .
6796 \end_layout
6797
6798 \begin_layout Standard
6799 The caption layout can be set together with all other captions of your document
6800  using the \SpecialChar LaTeX
6801 -package 
6802 \series bold
6803 caption
6804 \series default
6805
6806 \begin_inset Index idx
6807 status collapsed
6808
6809 \begin_layout Plain Layout
6810 \SpecialChar LaTeX
6811 -packages ! caption
6812 \end_layout
6813
6814 \end_inset
6815
6816 , see section
6817 \begin_inset space ~
6818 \end_inset
6819
6820
6821 \begin_inset CommandInset ref
6822 LatexCommand ref
6823 reference "sec:Caption-Formatting"
6824
6825 \end_inset
6826
6827 .
6828 \end_layout
6829
6830 \begin_layout Subsubsection
6831 Caption Width
6832 \begin_inset Index idx
6833 status collapsed
6834
6835 \begin_layout Plain Layout
6836 Table ! Multi-page Table ! Caption Width
6837 \end_layout
6838
6839 \end_inset
6840
6841
6842 \end_layout
6843
6844 \begin_layout Standard
6845 The maximal width of caption lines is defined by the length 
6846 \series bold
6847
6848 \backslash
6849 LTcapwidth
6850 \series default
6851 .
6852  Its default value is 4
6853 \begin_inset space \thinspace{}
6854 \end_inset
6855
6856 in.
6857  To change it add the following command to your document preamble or as
6858  \SpecialChar TeX
6859  Code into your document before the multi-page table that should be affected
6860 \end_layout
6861
6862 \begin_layout Standard
6863
6864 \series bold
6865
6866 \backslash
6867 setlength{
6868 \backslash
6869 LTcapwidth}{width}
6870 \end_layout
6871
6872 \begin_layout Standard
6873 where the 
6874 \family sans
6875 width
6876 \family default
6877  can have one of the units listed in appendix
6878 \begin_inset space ~
6879 \end_inset
6880
6881
6882 \begin_inset CommandInset ref
6883 LatexCommand ref
6884 reference "cha:Units-available-in"
6885
6886 \end_inset
6887
6888 .
6889 \end_layout
6890
6891 \begin_layout Standard
6892 The following tables show the difference:
6893 \end_layout
6894
6895 \begin_layout Standard
6896 \begin_inset Tabular
6897 <lyxtabular version="3" rows="6" columns="5">
6898 <features islongtable="true" longtabularalignment="center">
6899 <column alignment="center" valignment="top">
6900 <column alignment="center" valignment="top">
6901 <column alignment="center" valignment="top">
6902 <column alignment="center" valignment="top">
6903 <column alignment="center" valignment="top">
6904 <row endfirsthead="true" caption="true">
6905 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6906 \begin_inset Text
6907
6908 \begin_layout Plain Layout
6909 \begin_inset Caption Standard
6910
6911 \begin_layout Plain Layout
6912 Long full title with default width long full title with default width long
6913  full title with default width
6914 \begin_inset Argument 1
6915 status collapsed
6916
6917 \begin_layout Plain Layout
6918 caption with default width
6919 \end_layout
6920
6921 \end_inset
6922
6923
6924 \end_layout
6925
6926 \end_inset
6927
6928
6929 \end_layout
6930
6931 \end_inset
6932 </cell>
6933 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6934 \begin_inset Text
6935
6936 \begin_layout Plain Layout
6937
6938 \end_layout
6939
6940 \end_inset
6941 </cell>
6942 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6943 \begin_inset Text
6944
6945 \begin_layout Plain Layout
6946
6947 \end_layout
6948
6949 \end_inset
6950 </cell>
6951 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6952 \begin_inset Text
6953
6954 \begin_layout Plain Layout
6955
6956 \end_layout
6957
6958 \end_inset
6959 </cell>
6960 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6961 \begin_inset Text
6962
6963 \begin_layout Plain Layout
6964
6965 \end_layout
6966
6967 \end_inset
6968 </cell>
6969 </row>
6970 <row>
6971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6972 \begin_inset Text
6973
6974 \begin_layout Plain Layout
6975 1
6976 \end_layout
6977
6978 \end_inset
6979 </cell>
6980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6981 \begin_inset Text
6982
6983 \begin_layout Plain Layout
6984 2
6985 \end_layout
6986
6987 \end_inset
6988 </cell>
6989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6990 \begin_inset Text
6991
6992 \begin_layout Plain Layout
6993 3
6994 \end_layout
6995
6996 \end_inset
6997 </cell>
6998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6999 \begin_inset Text
7000
7001 \begin_layout Plain Layout
7002 4
7003 \end_layout
7004
7005 \end_inset
7006 </cell>
7007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7008 \begin_inset Text
7009
7010 \begin_layout Plain Layout
7011 5
7012 \end_layout
7013
7014 \end_inset
7015 </cell>
7016 </row>
7017 <row>
7018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7019 \begin_inset Text
7020
7021 \begin_layout Plain Layout
7022 asd
7023 \end_layout
7024
7025 \end_inset
7026 </cell>
7027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7028 \begin_inset Text
7029
7030 \begin_layout Plain Layout
7031 s
7032 \end_layout
7033
7034 \end_inset
7035 </cell>
7036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7037 \begin_inset Text
7038
7039 \begin_layout Plain Layout
7040 s
7041 \end_layout
7042
7043 \end_inset
7044 </cell>
7045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7046 \begin_inset Text
7047
7048 \begin_layout Plain Layout
7049 s
7050 \end_layout
7051
7052 \end_inset
7053 </cell>
7054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7055 \begin_inset Text
7056
7057 \begin_layout Plain Layout
7058 asd
7059 \end_layout
7060
7061 \end_inset
7062 </cell>
7063 </row>
7064 <row>
7065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7066 \begin_inset Text
7067
7068 \begin_layout Plain Layout
7069 asd
7070 \end_layout
7071
7072 \end_inset
7073 </cell>
7074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7075 \begin_inset Text
7076
7077 \begin_layout Plain Layout
7078 s
7079 \end_layout
7080
7081 \end_inset
7082 </cell>
7083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7084 \begin_inset Text
7085
7086 \begin_layout Plain Layout
7087 s
7088 \end_layout
7089
7090 \end_inset
7091 </cell>
7092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7093 \begin_inset Text
7094
7095 \begin_layout Plain Layout
7096 s
7097 \end_layout
7098
7099 \end_inset
7100 </cell>
7101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7102 \begin_inset Text
7103
7104 \begin_layout Plain Layout
7105 asd
7106 \end_layout
7107
7108 \end_inset
7109 </cell>
7110 </row>
7111 <row>
7112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7113 \begin_inset Text
7114
7115 \begin_layout Plain Layout
7116 asd
7117 \end_layout
7118
7119 \end_inset
7120 </cell>
7121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7122 \begin_inset Text
7123
7124 \begin_layout Plain Layout
7125 s
7126 \end_layout
7127
7128 \end_inset
7129 </cell>
7130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7131 \begin_inset Text
7132
7133 \begin_layout Plain Layout
7134 s
7135 \end_layout
7136
7137 \end_inset
7138 </cell>
7139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7140 \begin_inset Text
7141
7142 \begin_layout Plain Layout
7143 s
7144 \end_layout
7145
7146 \end_inset
7147 </cell>
7148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7149 \begin_inset Text
7150
7151 \begin_layout Plain Layout
7152 asd
7153 \end_layout
7154
7155 \end_inset
7156 </cell>
7157 </row>
7158 <row>
7159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7160 \begin_inset Text
7161
7162 \begin_layout Plain Layout
7163 asd
7164 \end_layout
7165
7166 \end_inset
7167 </cell>
7168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7169 \begin_inset Text
7170
7171 \begin_layout Plain Layout
7172 sad
7173 \end_layout
7174
7175 \end_inset
7176 </cell>
7177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7178 \begin_inset Text
7179
7180 \begin_layout Plain Layout
7181 asd
7182 \end_layout
7183
7184 \end_inset
7185 </cell>
7186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7187 \begin_inset Text
7188
7189 \begin_layout Plain Layout
7190 asd
7191 \end_layout
7192
7193 \end_inset
7194 </cell>
7195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7196 \begin_inset Text
7197
7198 \begin_layout Plain Layout
7199 asd
7200 \end_layout
7201
7202 \end_inset
7203 </cell>
7204 </row>
7205 </lyxtabular>
7206
7207 \end_inset
7208
7209
7210 \end_layout
7211
7212 \begin_layout Standard
7213 \begin_inset ERT
7214 status collapsed
7215
7216 \begin_layout Plain Layout
7217
7218
7219 \backslash
7220 setlength{
7221 \backslash
7222 LTcapwidth}{5cm}
7223 \end_layout
7224
7225 \end_inset
7226
7227
7228 \begin_inset Tabular
7229 <lyxtabular version="3" rows="6" columns="5">
7230 <features islongtable="true" longtabularalignment="center">
7231 <column alignment="center" valignment="top">
7232 <column alignment="center" valignment="top">
7233 <column alignment="center" valignment="top">
7234 <column alignment="center" valignment="top">
7235 <column alignment="center" valignment="top">
7236 <row endfirsthead="true" caption="true">
7237 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7238 \begin_inset Text
7239
7240 \begin_layout Plain Layout
7241 \begin_inset Caption Standard
7242
7243 \begin_layout Plain Layout
7244 Long full title with width set to 5
7245 \begin_inset space \thinspace{}
7246 \end_inset
7247
7248 cm long full title with width set to 5
7249 \begin_inset space \thinspace{}
7250 \end_inset
7251
7252 cm long full title with width set to 5
7253 \begin_inset space \thinspace{}
7254 \end_inset
7255
7256 cm
7257 \begin_inset Argument 1
7258 status collapsed
7259
7260 \begin_layout Plain Layout
7261 caption with width
7262 \begin_inset space \thinspace{}
7263 \end_inset
7264
7265 =
7266 \begin_inset space \thinspace{}
7267 \end_inset
7268
7269 5
7270 \begin_inset space \thinspace{}
7271 \end_inset
7272
7273 cm
7274 \end_layout
7275
7276 \end_inset
7277
7278
7279 \end_layout
7280
7281 \end_inset
7282
7283
7284 \end_layout
7285
7286 \end_inset
7287 </cell>
7288 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7289 \begin_inset Text
7290
7291 \begin_layout Plain Layout
7292
7293 \end_layout
7294
7295 \end_inset
7296 </cell>
7297 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7298 \begin_inset Text
7299
7300 \begin_layout Plain Layout
7301
7302 \end_layout
7303
7304 \end_inset
7305 </cell>
7306 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7307 \begin_inset Text
7308
7309 \begin_layout Plain Layout
7310
7311 \end_layout
7312
7313 \end_inset
7314 </cell>
7315 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7316 \begin_inset Text
7317
7318 \begin_layout Plain Layout
7319
7320 \end_layout
7321
7322 \end_inset
7323 </cell>
7324 </row>
7325 <row>
7326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7327 \begin_inset Text
7328
7329 \begin_layout Plain Layout
7330 1
7331 \end_layout
7332
7333 \end_inset
7334 </cell>
7335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7336 \begin_inset Text
7337
7338 \begin_layout Plain Layout
7339 2
7340 \end_layout
7341
7342 \end_inset
7343 </cell>
7344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7345 \begin_inset Text
7346
7347 \begin_layout Plain Layout
7348 3
7349 \end_layout
7350
7351 \end_inset
7352 </cell>
7353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7354 \begin_inset Text
7355
7356 \begin_layout Plain Layout
7357 4
7358 \end_layout
7359
7360 \end_inset
7361 </cell>
7362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7363 \begin_inset Text
7364
7365 \begin_layout Plain Layout
7366 5
7367 \end_layout
7368
7369 \end_inset
7370 </cell>
7371 </row>
7372 <row>
7373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7374 \begin_inset Text
7375
7376 \begin_layout Plain Layout
7377 asd
7378 \end_layout
7379
7380 \end_inset
7381 </cell>
7382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7383 \begin_inset Text
7384
7385 \begin_layout Plain Layout
7386 s
7387 \end_layout
7388
7389 \end_inset
7390 </cell>
7391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7392 \begin_inset Text
7393
7394 \begin_layout Plain Layout
7395 s
7396 \end_layout
7397
7398 \end_inset
7399 </cell>
7400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7401 \begin_inset Text
7402
7403 \begin_layout Plain Layout
7404 s
7405 \end_layout
7406
7407 \end_inset
7408 </cell>
7409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7410 \begin_inset Text
7411
7412 \begin_layout Plain Layout
7413 asd
7414 \end_layout
7415
7416 \end_inset
7417 </cell>
7418 </row>
7419 <row>
7420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7421 \begin_inset Text
7422
7423 \begin_layout Plain Layout
7424 asd
7425 \end_layout
7426
7427 \end_inset
7428 </cell>
7429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7430 \begin_inset Text
7431
7432 \begin_layout Plain Layout
7433 s
7434 \end_layout
7435
7436 \end_inset
7437 </cell>
7438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7439 \begin_inset Text
7440
7441 \begin_layout Plain Layout
7442 s
7443 \end_layout
7444
7445 \end_inset
7446 </cell>
7447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7448 \begin_inset Text
7449
7450 \begin_layout Plain Layout
7451 s
7452 \end_layout
7453
7454 \end_inset
7455 </cell>
7456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7457 \begin_inset Text
7458
7459 \begin_layout Plain Layout
7460 asd
7461 \end_layout
7462
7463 \end_inset
7464 </cell>
7465 </row>
7466 <row>
7467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7468 \begin_inset Text
7469
7470 \begin_layout Plain Layout
7471 asd
7472 \end_layout
7473
7474 \end_inset
7475 </cell>
7476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7477 \begin_inset Text
7478
7479 \begin_layout Plain Layout
7480 s
7481 \end_layout
7482
7483 \end_inset
7484 </cell>
7485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7486 \begin_inset Text
7487
7488 \begin_layout Plain Layout
7489 s
7490 \end_layout
7491
7492 \end_inset
7493 </cell>
7494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7495 \begin_inset Text
7496
7497 \begin_layout Plain Layout
7498 s
7499 \end_layout
7500
7501 \end_inset
7502 </cell>
7503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7504 \begin_inset Text
7505
7506 \begin_layout Plain Layout
7507 asd
7508 \end_layout
7509
7510 \end_inset
7511 </cell>
7512 </row>
7513 <row>
7514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7515 \begin_inset Text
7516
7517 \begin_layout Plain Layout
7518 asd
7519 \end_layout
7520
7521 \end_inset
7522 </cell>
7523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7524 \begin_inset Text
7525
7526 \begin_layout Plain Layout
7527 sad
7528 \end_layout
7529
7530 \end_inset
7531 </cell>
7532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7533 \begin_inset Text
7534
7535 \begin_layout Plain Layout
7536 asd
7537 \end_layout
7538
7539 \end_inset
7540 </cell>
7541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7542 \begin_inset Text
7543
7544 \begin_layout Plain Layout
7545 asd
7546 \end_layout
7547
7548 \end_inset
7549 </cell>
7550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7551 \begin_inset Text
7552
7553 \begin_layout Plain Layout
7554 asd
7555 \end_layout
7556
7557 \end_inset
7558 </cell>
7559 </row>
7560 </lyxtabular>
7561
7562 \end_inset
7563
7564
7565 \end_layout
7566
7567 \begin_layout Standard
7568 \begin_inset ERT
7569 status collapsed
7570
7571 \begin_layout Plain Layout
7572
7573
7574 \backslash
7575 setlength{
7576 \backslash
7577 LTcapwidth}{4in}
7578 \end_layout
7579
7580 \end_inset
7581
7582
7583 \end_layout
7584
7585 \begin_layout Standard
7586 \begin_inset Note Greyedout
7587 status open
7588
7589 \begin_layout Plain Layout
7590
7591 \series bold
7592 Note:
7593 \series default
7594  When the \SpecialChar LaTeX
7595 -package 
7596 \series bold
7597 caption
7598 \series default
7599
7600 \begin_inset Index idx
7601 status collapsed
7602
7603 \begin_layout Plain Layout
7604 \SpecialChar LaTeX
7605 -packages ! caption
7606 \end_layout
7607
7608 \end_inset
7609
7610  is used, as in this document, the full page width is used for the caption
7611  when you use the default value of 4
7612 \begin_inset space \thinspace{}
7613 \end_inset
7614
7615 in for 
7616 \series bold
7617
7618 \backslash
7619 LTcapwidth
7620 \series default
7621 .
7622  To get in this case exactly a 4
7623 \begin_inset space \thinspace{}
7624 \end_inset
7625
7626 in wide caption, you can either use a value slightly different from 4.0
7627 \begin_inset space \thinspace{}
7628 \end_inset
7629
7630 in, e.
7631 \begin_inset space \thinspace{}
7632 \end_inset
7633
7634 g.
7635 \begin_inset space \space{}
7636 \end_inset
7637
7638 3.99
7639 \begin_inset space \thinspace{}
7640 \end_inset
7641
7642 in, or the \SpecialChar LaTeX
7643 -command 
7644 \series bold
7645
7646 \backslash
7647 captionsetup{width=value}
7648 \series default
7649  that is provided by the 
7650 \series bold
7651 caption
7652 \series default
7653 -package.
7654 \end_layout
7655
7656 \end_inset
7657
7658
7659 \end_layout
7660
7661 \begin_layout Subsubsection
7662 Different Captions for Table Pages
7663 \begin_inset Index idx
7664 status collapsed
7665
7666 \begin_layout Plain Layout
7667 Table ! Multi-page Table ! Different Captions for Pages
7668 \end_layout
7669
7670 \end_inset
7671
7672
7673 \end_layout
7674
7675 \begin_layout Standard
7676 When the table captions for the following pages should differ from the one
7677  of the first table page, mark a empty row as header which contains a caption.
7678  Then right-click on the caption and select in the context menu 
7679 \family sans
7680 Caption
7681 \begin_inset space ~
7682 \end_inset
7683
7684 (Unnumbered)
7685 \family default
7686 .
7687  Table
7688 \begin_inset space ~
7689 \end_inset
7690
7691
7692 \begin_inset CommandInset ref
7693 LatexCommand ref
7694 reference "tab:DiffCaptions"
7695
7696 \end_inset
7697
7698  is an example of a multi-page table with different heading where the second
7699  caption does not include the table number.
7700 \end_layout
7701
7702 \begin_layout Standard
7703 \align center
7704 \begin_inset Tabular
7705 <lyxtabular version="3" rows="59" columns="3">
7706 <features islongtable="true" longtabularalignment="center">
7707 <column alignment="left" valignment="top" width="0cm">
7708 <column alignment="left" valignment="top" width="0pt">
7709 <column alignment="center" valignment="top" width="0pt">
7710 <row endfirsthead="true" caption="true">
7711 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7712 \begin_inset Text
7713
7714 \begin_layout Plain Layout
7715 \begin_inset Caption Standard
7716
7717 \begin_layout Plain Layout
7718 Example Phone List
7719 \begin_inset CommandInset label
7720 LatexCommand label
7721 name "tab:DiffCaptions"
7722
7723 \end_inset
7724
7725
7726 \begin_inset Argument 1
7727 status collapsed
7728
7729 \begin_layout Plain Layout
7730 Example Phone List
7731 \end_layout
7732
7733 \end_inset
7734
7735
7736 \end_layout
7737
7738 \end_inset
7739
7740
7741 \end_layout
7742
7743 \end_inset
7744 </cell>
7745 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7746 \begin_inset Text
7747
7748 \begin_layout Plain Layout
7749
7750 \end_layout
7751
7752 \end_inset
7753 </cell>
7754 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7755 \begin_inset Text
7756
7757 \begin_layout Plain Layout
7758
7759 \end_layout
7760
7761 \end_inset
7762 </cell>
7763 </row>
7764 <row endfirsthead="true">
7765 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7766 \begin_inset Text
7767
7768 \begin_layout Plain Layout
7769
7770 \series bold
7771 Example Phone List (ignore the names)
7772 \end_layout
7773
7774 \end_inset
7775 </cell>
7776 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7777 \begin_inset Text
7778
7779 \begin_layout Plain Layout
7780
7781 \end_layout
7782
7783 \end_inset
7784 </cell>
7785 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7786 \begin_inset Text
7787
7788 \begin_layout Plain Layout
7789
7790 \end_layout
7791
7792 \end_inset
7793 </cell>
7794 </row>
7795 <row endfirsthead="true">
7796 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7797 \begin_inset Text
7798
7799 \begin_layout Plain Layout
7800
7801 \series bold
7802 NAME
7803 \end_layout
7804
7805 \end_inset
7806 </cell>
7807 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7808 \begin_inset Text
7809
7810 \begin_layout Plain Layout
7811
7812 \end_layout
7813
7814 \end_inset
7815 </cell>
7816 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7817 \begin_inset Text
7818
7819 \begin_layout Plain Layout
7820
7821 \series bold
7822 TEL.
7823 \end_layout
7824
7825 \end_inset
7826 </cell>
7827 </row>
7828 <row endhead="true" caption="true">
7829 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7830 \begin_inset Text
7831
7832 \begin_layout Plain Layout
7833 \begin_inset Caption Unnumbered
7834
7835 \begin_layout Plain Layout
7836 Continued Example Phone List
7837 \end_layout
7838
7839 \end_inset
7840
7841
7842 \end_layout
7843
7844 \end_inset
7845 </cell>
7846 <cell multicolumn="2" alignment="left" valignment="top" leftline="true" usebox="none">
7847 \begin_inset Text
7848
7849 \begin_layout Plain Layout
7850
7851 \end_layout
7852
7853 \end_inset
7854 </cell>
7855 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7856 \begin_inset Text
7857
7858 \begin_layout Plain Layout
7859
7860 \end_layout
7861
7862 \end_inset
7863 </cell>
7864 </row>
7865 <row endhead="true">
7866 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7867 \begin_inset Text
7868
7869 \begin_layout Plain Layout
7870
7871 \series bold
7872 Example Phone List
7873 \end_layout
7874
7875 \end_inset
7876 </cell>
7877 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7878 \begin_inset Text
7879
7880 \begin_layout Plain Layout
7881
7882 \end_layout
7883
7884 \end_inset
7885 </cell>
7886 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7887 \begin_inset Text
7888
7889 \begin_layout Plain Layout
7890
7891 \end_layout
7892
7893 \end_inset
7894 </cell>
7895 </row>
7896 <row endhead="true">
7897 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7898 \begin_inset Text
7899
7900 \begin_layout Plain Layout
7901
7902 \series bold
7903 NAME
7904 \end_layout
7905
7906 \end_inset
7907 </cell>
7908 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7909 \begin_inset Text
7910
7911 \begin_layout Plain Layout
7912
7913 \end_layout
7914
7915 \end_inset
7916 </cell>
7917 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7918 \begin_inset Text
7919
7920 \begin_layout Plain Layout
7921
7922 \series bold
7923 TEL.
7924 \end_layout
7925
7926 \end_inset
7927 </cell>
7928 </row>
7929 <row endfoot="true">
7930 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7931 \begin_inset Text
7932
7933 \begin_layout Plain Layout
7934 continued on next page
7935 \end_layout
7936
7937 \end_inset
7938 </cell>
7939 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7940 \begin_inset Text
7941
7942 \begin_layout Plain Layout
7943
7944 \end_layout
7945
7946 \end_inset
7947 </cell>
7948 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7949 \begin_inset Text
7950
7951 \begin_layout Plain Layout
7952
7953 \end_layout
7954
7955 \end_inset
7956 </cell>
7957 </row>
7958 <row>
7959 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7960 \begin_inset Text
7961
7962 \begin_layout Plain Layout
7963
7964 \series bold
7965 Annovi
7966 \end_layout
7967
7968 \end_inset
7969 </cell>
7970 <cell alignment="left" valignment="top" rightline="true" usebox="none">
7971 \begin_inset Text
7972
7973 \begin_layout Plain Layout
7974 Silvia
7975 \end_layout
7976
7977 \end_inset
7978 </cell>
7979 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7980 \begin_inset Text
7981
7982 \begin_layout Plain Layout
7983 111
7984 \end_layout
7985
7986 \end_inset
7987 </cell>
7988 </row>
7989 <row>
7990 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7991 \begin_inset Text
7992
7993 \begin_layout Plain Layout
7994
7995 \series bold
7996 Bertoli
7997 \end_layout
7998
7999 \end_inset
8000 </cell>
8001 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8002 \begin_inset Text
8003
8004 \begin_layout Plain Layout
8005 Stefano
8006 \end_layout
8007
8008 \end_inset
8009 </cell>
8010 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8011 \begin_inset Text
8012
8013 \begin_layout Plain Layout
8014 111
8015 \end_layout
8016
8017 \end_inset
8018 </cell>
8019 </row>
8020 <row>
8021 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8022 \begin_inset Text
8023
8024 \begin_layout Plain Layout
8025
8026 \series bold
8027 Bozzi
8028 \end_layout
8029
8030 \end_inset
8031 </cell>
8032 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8033 \begin_inset Text
8034
8035 \begin_layout Plain Layout
8036 Walter
8037 \end_layout
8038
8039 \end_inset
8040 </cell>
8041 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8042 \begin_inset Text
8043
8044 \begin_layout Plain Layout
8045 111
8046 \end_layout
8047
8048 \end_inset
8049 </cell>
8050 </row>
8051 <row>
8052 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8053 \begin_inset Text
8054
8055 \begin_layout Plain Layout
8056
8057 \series bold
8058 Cachia
8059 \end_layout
8060
8061 \end_inset
8062 </cell>
8063 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8064 \begin_inset Text
8065
8066 \begin_layout Plain Layout
8067 Maria
8068 \end_layout
8069
8070 \end_inset
8071 </cell>
8072 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8073 \begin_inset Text
8074
8075 \begin_layout Plain Layout
8076 111
8077 \end_layout
8078
8079 \end_inset
8080 </cell>
8081 </row>
8082 <row>
8083 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8084 \begin_inset Text
8085
8086 \begin_layout Plain Layout
8087
8088 \series bold
8089 Cachia
8090 \end_layout
8091
8092 \end_inset
8093 </cell>
8094 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8095 \begin_inset Text
8096
8097 \begin_layout Plain Layout
8098 Maurizio
8099 \end_layout
8100
8101 \end_inset
8102 </cell>
8103 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8104 \begin_inset Text
8105
8106 \begin_layout Plain Layout
8107 111
8108 \end_layout
8109
8110 \end_inset
8111 </cell>
8112 </row>
8113 <row>
8114 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8115 \begin_inset Text
8116
8117 \begin_layout Plain Layout
8118
8119 \series bold
8120 Cinquemani
8121 \end_layout
8122
8123 \end_inset
8124 </cell>
8125 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8126 \begin_inset Text
8127
8128 \begin_layout Plain Layout
8129 Giusi
8130 \end_layout
8131
8132 \end_inset
8133 </cell>
8134 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8135 \begin_inset Text
8136
8137 \begin_layout Plain Layout
8138 111
8139 \end_layout
8140
8141 \end_inset
8142 </cell>
8143 </row>
8144 <row>
8145 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8146 \begin_inset Text
8147
8148 \begin_layout Plain Layout
8149
8150 \series bold
8151 Colin
8152 \end_layout
8153
8154 \end_inset
8155 </cell>
8156 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8157 \begin_inset Text
8158
8159 \begin_layout Plain Layout
8160 Bernard
8161 \end_layout
8162
8163 \end_inset
8164 </cell>
8165 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8166 \begin_inset Text
8167
8168 \begin_layout Plain Layout
8169 111
8170 \end_layout
8171
8172 \end_inset
8173 </cell>
8174 </row>
8175 <row>
8176 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8177 \begin_inset Text
8178
8179 \begin_layout Plain Layout
8180
8181 \series bold
8182 Concli
8183 \end_layout
8184
8185 \end_inset
8186 </cell>
8187 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8188 \begin_inset Text
8189
8190 \begin_layout Plain Layout
8191 Gianfranco
8192 \end_layout
8193
8194 \end_inset
8195 </cell>
8196 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8197 \begin_inset Text
8198
8199 \begin_layout Plain Layout
8200 111
8201 \end_layout
8202
8203 \end_inset
8204 </cell>
8205 </row>
8206 <row>
8207 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8208 \begin_inset Text
8209
8210 \begin_layout Plain Layout
8211
8212 \series bold
8213 Dal Bosco
8214 \end_layout
8215
8216 \end_inset
8217 </cell>
8218 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8219 \begin_inset Text
8220
8221 \begin_layout Plain Layout
8222 Carolina
8223 \end_layout
8224
8225 \end_inset
8226 </cell>
8227 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8228 \begin_inset Text
8229
8230 \begin_layout Plain Layout
8231 111
8232 \end_layout
8233
8234 \end_inset
8235 </cell>
8236 </row>
8237 <row>
8238 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8239 \begin_inset Text
8240
8241 \begin_layout Plain Layout
8242
8243 \series bold
8244 Dalpiaz
8245 \end_layout
8246
8247 \end_inset
8248 </cell>
8249 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8250 \begin_inset Text
8251
8252 \begin_layout Plain Layout
8253 Annamaria
8254 \end_layout
8255
8256 \end_inset
8257 </cell>
8258 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8259 \begin_inset Text
8260
8261 \begin_layout Plain Layout
8262 111
8263 \end_layout
8264
8265 \end_inset
8266 </cell>
8267 </row>
8268 <row>
8269 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8270 \begin_inset Text
8271
8272 \begin_layout Plain Layout
8273
8274 \series bold
8275 Feliciello
8276 \end_layout
8277
8278 \end_inset
8279 </cell>
8280 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8281 \begin_inset Text
8282
8283 \begin_layout Plain Layout
8284 Domenico
8285 \end_layout
8286
8287 \end_inset
8288 </cell>
8289 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8290 \begin_inset Text
8291
8292 \begin_layout Plain Layout
8293 111
8294 \end_layout
8295
8296 \end_inset
8297 </cell>
8298 </row>
8299 <row>
8300 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8301 \begin_inset Text
8302
8303 \begin_layout Plain Layout
8304
8305 \series bold
8306 Focarelli
8307 \end_layout
8308
8309 \end_inset
8310 </cell>
8311 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8312 \begin_inset Text
8313
8314 \begin_layout Plain Layout
8315 Paola
8316 \end_layout
8317
8318 \end_inset
8319 </cell>
8320 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8321 \begin_inset Text
8322
8323 \begin_layout Plain Layout
8324 111
8325 \end_layout
8326
8327 \end_inset
8328 </cell>
8329 </row>
8330 <row>
8331 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8332 \begin_inset Text
8333
8334 \begin_layout Plain Layout
8335
8336 \series bold
8337 Galletti
8338 \end_layout
8339
8340 \end_inset
8341 </cell>
8342 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8343 \begin_inset Text
8344
8345 \begin_layout Plain Layout
8346 Oreste
8347 \end_layout
8348
8349 \end_inset
8350 </cell>
8351 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8352 \begin_inset Text
8353
8354 \begin_layout Plain Layout
8355 111
8356 \end_layout
8357
8358 \end_inset
8359 </cell>
8360 </row>
8361 <row>
8362 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8363 \begin_inset Text
8364
8365 \begin_layout Plain Layout
8366
8367 \series bold
8368 Gasparini
8369 \end_layout
8370
8371 \end_inset
8372 </cell>
8373 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8374 \begin_inset Text
8375
8376 \begin_layout Plain Layout
8377 Franca
8378 \end_layout
8379
8380 \end_inset
8381 </cell>
8382 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8383 \begin_inset Text
8384
8385 \begin_layout Plain Layout
8386 111
8387 \end_layout
8388
8389 \end_inset
8390 </cell>
8391 </row>
8392 <row>
8393 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8394 \begin_inset Text
8395
8396 \begin_layout Plain Layout
8397
8398 \series bold
8399 Rizzardi
8400 \series default
8401
8402 \begin_inset Foot
8403 status open
8404
8405 \begin_layout Plain Layout
8406 Example footnote
8407 \end_layout
8408
8409 \end_inset
8410
8411
8412 \end_layout
8413
8414 \end_inset
8415 </cell>
8416 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8417 \begin_inset Text
8418
8419 \begin_layout Plain Layout
8420 Paola
8421 \end_layout
8422
8423 \end_inset
8424 </cell>
8425 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8426 \begin_inset Text
8427
8428 \begin_layout Plain Layout
8429 111
8430 \end_layout
8431
8432 \end_inset
8433 </cell>
8434 </row>
8435 <row>
8436 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8437 \begin_inset Text
8438
8439 \begin_layout Plain Layout
8440
8441 \series bold
8442 Lassini
8443 \end_layout
8444
8445 \end_inset
8446 </cell>
8447 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8448 \begin_inset Text
8449
8450 \begin_layout Plain Layout
8451 Giancarlo
8452 \end_layout
8453
8454 \end_inset
8455 </cell>
8456 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8457 \begin_inset Text
8458
8459 \begin_layout Plain Layout
8460 111
8461 \end_layout
8462
8463 \end_inset
8464 </cell>
8465 </row>
8466 <row>
8467 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8468 \begin_inset Text
8469
8470 \begin_layout Plain Layout
8471
8472 \series bold
8473 Malfatti
8474 \end_layout
8475
8476 \end_inset
8477 </cell>
8478 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8479 \begin_inset Text
8480
8481 \begin_layout Plain Layout
8482 Luciano
8483 \end_layout
8484
8485 \end_inset
8486 </cell>
8487 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8488 \begin_inset Text
8489
8490 \begin_layout Plain Layout
8491 111
8492 \end_layout
8493
8494 \end_inset
8495 </cell>
8496 </row>
8497 <row>
8498 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8499 \begin_inset Text
8500
8501 \begin_layout Plain Layout
8502
8503 \series bold
8504 Malfatti
8505 \end_layout
8506
8507 \end_inset
8508 </cell>
8509 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8510 \begin_inset Text
8511
8512 \begin_layout Plain Layout
8513 Valeriano
8514 \end_layout
8515
8516 \end_inset
8517 </cell>
8518 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8519 \begin_inset Text
8520
8521 \begin_layout Plain Layout
8522 111
8523 \end_layout
8524
8525 \end_inset
8526 </cell>
8527 </row>
8528 <row>
8529 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8530 \begin_inset Text
8531
8532 \begin_layout Plain Layout
8533
8534 \series bold
8535 Meneguzzo
8536 \end_layout
8537
8538 \end_inset
8539 </cell>
8540 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8541 \begin_inset Text
8542
8543 \begin_layout Plain Layout
8544 Roberto
8545 \end_layout
8546
8547 \end_inset
8548 </cell>
8549 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8550 \begin_inset Text
8551
8552 \begin_layout Plain Layout
8553 111
8554 \end_layout
8555
8556 \end_inset
8557 </cell>
8558 </row>
8559 <row>
8560 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8561 \begin_inset Text
8562
8563 \begin_layout Plain Layout
8564
8565 \series bold
8566 Mezzadra
8567 \end_layout
8568
8569 \end_inset
8570 </cell>
8571 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8572 \begin_inset Text
8573
8574 \begin_layout Plain Layout
8575 Roberto
8576 \end_layout
8577
8578 \end_inset
8579 </cell>
8580 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8581 \begin_inset Text
8582
8583 \begin_layout Plain Layout
8584 111
8585 \end_layout
8586
8587 \end_inset
8588 </cell>
8589 </row>
8590 <row>
8591 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8592 \begin_inset Text
8593
8594 \begin_layout Plain Layout
8595
8596 \series bold
8597 Pirpamer
8598 \end_layout
8599
8600 \end_inset
8601 </cell>
8602 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8603 \begin_inset Text
8604
8605 \begin_layout Plain Layout
8606 Erich
8607 \end_layout
8608
8609 \end_inset
8610 </cell>
8611 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8612 \begin_inset Text
8613
8614 \begin_layout Plain Layout
8615 111
8616 \end_layout
8617
8618 \end_inset
8619 </cell>
8620 </row>
8621 <row>
8622 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8623 \begin_inset Text
8624
8625 \begin_layout Plain Layout
8626
8627 \series bold
8628 Pochiesa
8629 \end_layout
8630
8631 \end_inset
8632 </cell>
8633 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8634 \begin_inset Text
8635
8636 \begin_layout Plain Layout
8637 Paolo
8638 \end_layout
8639
8640 \end_inset
8641 </cell>
8642 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8643 \begin_inset Text
8644
8645 \begin_layout Plain Layout
8646 111, 222
8647 \end_layout
8648
8649 \end_inset
8650 </cell>
8651 </row>
8652 <row>
8653 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8654 \begin_inset Text
8655
8656 \begin_layout Plain Layout
8657
8658 \series bold
8659 Radina
8660 \end_layout
8661
8662 \end_inset
8663 </cell>
8664 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8665 \begin_inset Text
8666
8667 \begin_layout Plain Layout
8668 Claudio
8669 \end_layout
8670
8671 \end_inset
8672 </cell>
8673 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8674 \begin_inset Text
8675
8676 \begin_layout Plain Layout
8677 111
8678 \end_layout
8679
8680 \end_inset
8681 </cell>
8682 </row>
8683 <row>
8684 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8685 \begin_inset Text
8686
8687 \begin_layout Plain Layout
8688
8689 \series bold
8690 Stuffer
8691 \end_layout
8692
8693 \end_inset
8694 </cell>
8695 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8696 \begin_inset Text
8697
8698 \begin_layout Plain Layout
8699 Oskar
8700 \end_layout
8701
8702 \end_inset
8703 </cell>
8704 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8705 \begin_inset Text
8706
8707 \begin_layout Plain Layout
8708 111
8709 \end_layout
8710
8711 \end_inset
8712 </cell>
8713 </row>
8714 <row>
8715 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8716 \begin_inset Text
8717
8718 \begin_layout Plain Layout
8719
8720 \series bold
8721 Tacchelli
8722 \end_layout
8723
8724 \end_inset
8725 </cell>
8726 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8727 \begin_inset Text
8728
8729 \begin_layout Plain Layout
8730 Ugo
8731 \end_layout
8732
8733 \end_inset
8734 </cell>
8735 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8736 \begin_inset Text
8737
8738 \begin_layout Plain Layout
8739 111
8740 \end_layout
8741
8742 \end_inset
8743 </cell>
8744 </row>
8745 <row>
8746 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8747 \begin_inset Text
8748
8749 \begin_layout Plain Layout
8750
8751 \series bold
8752 Tezzele
8753 \end_layout
8754
8755 \end_inset
8756 </cell>
8757 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8758 \begin_inset Text
8759
8760 \begin_layout Plain Layout
8761 Margit
8762 \end_layout
8763
8764 \end_inset
8765 </cell>
8766 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8767 \begin_inset Text
8768
8769 \begin_layout Plain Layout
8770 111
8771 \end_layout
8772
8773 \end_inset
8774 </cell>
8775 </row>
8776 <row>
8777 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8778 \begin_inset Text
8779
8780 \begin_layout Plain Layout
8781
8782 \series bold
8783 Unterkalmsteiner
8784 \end_layout
8785
8786 \end_inset
8787 </cell>
8788 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8789 \begin_inset Text
8790
8791 \begin_layout Plain Layout
8792 Frieda
8793 \end_layout
8794
8795 \end_inset
8796 </cell>
8797 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8798 \begin_inset Text
8799
8800 \begin_layout Plain Layout
8801 111
8802 \end_layout
8803
8804 \end_inset
8805 </cell>
8806 </row>
8807 <row>
8808 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8809 \begin_inset Text
8810
8811 \begin_layout Plain Layout
8812
8813 \series bold
8814 Vieider
8815 \end_layout
8816
8817 \end_inset
8818 </cell>
8819 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8820 \begin_inset Text
8821
8822 \begin_layout Plain Layout
8823 Hilde
8824 \end_layout
8825
8826 \end_inset
8827 </cell>
8828 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8829 \begin_inset Text
8830
8831 \begin_layout Plain Layout
8832 111
8833 \end_layout
8834
8835 \end_inset
8836 </cell>
8837 </row>
8838 <row>
8839 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8840 \begin_inset Text
8841
8842 \begin_layout Plain Layout
8843
8844 \series bold
8845 Vigna
8846 \end_layout
8847
8848 \end_inset
8849 </cell>
8850 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8851 \begin_inset Text
8852
8853 \begin_layout Plain Layout
8854 Jürgen
8855 \end_layout
8856
8857 \end_inset
8858 </cell>
8859 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8860 \begin_inset Text
8861
8862 \begin_layout Plain Layout
8863 111
8864 \end_layout
8865
8866 \end_inset
8867 </cell>
8868 </row>
8869 <row>
8870 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8871 \begin_inset Text
8872
8873 \begin_layout Plain Layout
8874
8875 \series bold
8876 Weber
8877 \end_layout
8878
8879 \end_inset
8880 </cell>
8881 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8882 \begin_inset Text
8883
8884 \begin_layout Plain Layout
8885 Maurizio
8886 \end_layout
8887
8888 \end_inset
8889 </cell>
8890 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8891 \begin_inset Text
8892
8893 \begin_layout Plain Layout
8894 111
8895 \end_layout
8896
8897 \end_inset
8898 </cell>
8899 </row>
8900 <row>
8901 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8902 \begin_inset Text
8903
8904 \begin_layout Plain Layout
8905
8906 \series bold
8907 Winkler
8908 \end_layout
8909
8910 \end_inset
8911 </cell>
8912 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
8913 \begin_inset Text
8914
8915 \begin_layout Plain Layout
8916 Franz
8917 \end_layout
8918
8919 \end_inset
8920 </cell>
8921 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8922 \begin_inset Text
8923
8924 \begin_layout Plain Layout
8925 111
8926 \end_layout
8927
8928 \end_inset
8929 </cell>
8930 </row>
8931 <row>
8932 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8933 \begin_inset Text
8934
8935 \begin_layout Plain Layout
8936  
8937 \end_layout
8938
8939 \end_inset
8940 </cell>
8941 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8942 \begin_inset Text
8943
8944 \begin_layout Plain Layout
8945
8946 \end_layout
8947
8948 \end_inset
8949 </cell>
8950 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8951 \begin_inset Text
8952
8953 \begin_layout Plain Layout
8954
8955 \end_layout
8956
8957 \end_inset
8958 </cell>
8959 </row>
8960 <row>
8961 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8962 \begin_inset Text
8963
8964 \begin_layout Plain Layout
8965
8966 \series bold
8967 Annovi
8968 \end_layout
8969
8970 \end_inset
8971 </cell>
8972 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8973 \begin_inset Text
8974
8975 \begin_layout Plain Layout
8976 Silvia
8977 \end_layout
8978
8979 \end_inset
8980 </cell>
8981 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8982 \begin_inset Text
8983
8984 \begin_layout Plain Layout
8985 555
8986 \end_layout
8987
8988 \end_inset
8989 </cell>
8990 </row>
8991 <row>
8992 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8993 \begin_inset Text
8994
8995 \begin_layout Plain Layout
8996
8997 \series bold
8998 Bertoli
8999 \end_layout
9000
9001 \end_inset
9002 </cell>
9003 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9004 \begin_inset Text
9005
9006 \begin_layout Plain Layout
9007 Stefano
9008 \end_layout
9009
9010 \end_inset
9011 </cell>
9012 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9013 \begin_inset Text
9014
9015 \begin_layout Plain Layout
9016 555
9017 \end_layout
9018
9019 \end_inset
9020 </cell>
9021 </row>
9022 <row>
9023 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9024 \begin_inset Text
9025
9026 \begin_layout Plain Layout
9027
9028 \series bold
9029 Bozzi
9030 \end_layout
9031
9032 \end_inset
9033 </cell>
9034 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9035 \begin_inset Text
9036
9037 \begin_layout Plain Layout
9038 Walter
9039 \end_layout
9040
9041 \end_inset
9042 </cell>
9043 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9044 \begin_inset Text
9045
9046 \begin_layout Plain Layout
9047 555
9048 \end_layout
9049
9050 \end_inset
9051 </cell>
9052 </row>
9053 <row>
9054 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9055 \begin_inset Text
9056
9057 \begin_layout Plain Layout
9058
9059 \series bold
9060 Cachia
9061 \end_layout
9062
9063 \end_inset
9064 </cell>
9065 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9066 \begin_inset Text
9067
9068 \begin_layout Plain Layout
9069 Maria
9070 \end_layout
9071
9072 \end_inset
9073 </cell>
9074 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9075 \begin_inset Text
9076
9077 \begin_layout Plain Layout
9078 555
9079 \end_layout
9080
9081 \end_inset
9082 </cell>
9083 </row>
9084 <row>
9085 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9086 \begin_inset Text
9087
9088 \begin_layout Plain Layout
9089
9090 \series bold
9091 Cachia
9092 \end_layout
9093
9094 \end_inset
9095 </cell>
9096 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9097 \begin_inset Text
9098
9099 \begin_layout Plain Layout
9100 Maurizio
9101 \end_layout
9102
9103 \end_inset
9104 </cell>
9105 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9106 \begin_inset Text
9107
9108 \begin_layout Plain Layout
9109 555
9110 \end_layout
9111
9112 \end_inset
9113 </cell>
9114 </row>
9115 <row>
9116 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9117 \begin_inset Text
9118
9119 \begin_layout Plain Layout
9120
9121 \series bold
9122 Cinquemani
9123 \end_layout
9124
9125 \end_inset
9126 </cell>
9127 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9128 \begin_inset Text
9129
9130 \begin_layout Plain Layout
9131 Giusi
9132 \end_layout
9133
9134 \end_inset
9135 </cell>
9136 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9137 \begin_inset Text
9138
9139 \begin_layout Plain Layout
9140 555
9141 \end_layout
9142
9143 \end_inset
9144 </cell>
9145 </row>
9146 <row>
9147 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9148 \begin_inset Text
9149
9150 \begin_layout Plain Layout
9151
9152 \series bold
9153 Colin
9154 \end_layout
9155
9156 \end_inset
9157 </cell>
9158 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9159 \begin_inset Text
9160
9161 \begin_layout Plain Layout
9162 Bernard
9163 \end_layout
9164
9165 \end_inset
9166 </cell>
9167 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9168 \begin_inset Text
9169
9170 \begin_layout Plain Layout
9171 555
9172 \end_layout
9173
9174 \end_inset
9175 </cell>
9176 </row>
9177 <row>
9178 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9179 \begin_inset Text
9180
9181 \begin_layout Plain Layout
9182
9183 \series bold
9184 Concli
9185 \end_layout
9186
9187 \end_inset
9188 </cell>
9189 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9190 \begin_inset Text
9191
9192 \begin_layout Plain Layout
9193 Gianfranco
9194 \end_layout
9195
9196 \end_inset
9197 </cell>
9198 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9199 \begin_inset Text
9200
9201 \begin_layout Plain Layout
9202 555
9203 \end_layout
9204
9205 \end_inset
9206 </cell>
9207 </row>
9208 <row>
9209 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9210 \begin_inset Text
9211
9212 \begin_layout Plain Layout
9213
9214 \series bold
9215 Dal Bosco
9216 \end_layout
9217
9218 \end_inset
9219 </cell>
9220 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9221 \begin_inset Text
9222
9223 \begin_layout Plain Layout
9224 Carolina
9225 \end_layout
9226
9227 \end_inset
9228 </cell>
9229 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9230 \begin_inset Text
9231
9232 \begin_layout Plain Layout
9233 555
9234 \end_layout
9235
9236 \end_inset
9237 </cell>
9238 </row>
9239 <row>
9240 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9241 \begin_inset Text
9242
9243 \begin_layout Plain Layout
9244
9245 \series bold
9246 Dalpiaz
9247 \end_layout
9248
9249 \end_inset
9250 </cell>
9251 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9252 \begin_inset Text
9253
9254 \begin_layout Plain Layout
9255 Annamaria
9256 \end_layout
9257
9258 \end_inset
9259 </cell>
9260 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9261 \begin_inset Text
9262
9263 \begin_layout Plain Layout
9264 555
9265 \end_layout
9266
9267 \end_inset
9268 </cell>
9269 </row>
9270 <row>
9271 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9272 \begin_inset Text
9273
9274 \begin_layout Plain Layout
9275
9276 \series bold
9277 Feliciello
9278 \end_layout
9279
9280 \end_inset
9281 </cell>
9282 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9283 \begin_inset Text
9284
9285 \begin_layout Plain Layout
9286 Domenico
9287 \end_layout
9288
9289 \end_inset
9290 </cell>
9291 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9292 \begin_inset Text
9293
9294 \begin_layout Plain Layout
9295 555
9296 \end_layout
9297
9298 \end_inset
9299 </cell>
9300 </row>
9301 <row>
9302 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9303 \begin_inset Text
9304
9305 \begin_layout Plain Layout
9306
9307 \series bold
9308 Focarelli
9309 \end_layout
9310
9311 \end_inset
9312 </cell>
9313 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9314 \begin_inset Text
9315
9316 \begin_layout Plain Layout
9317 Paola
9318 \end_layout
9319
9320 \end_inset
9321 </cell>
9322 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9323 \begin_inset Text
9324
9325 \begin_layout Plain Layout
9326 555
9327 \end_layout
9328
9329 \end_inset
9330 </cell>
9331 </row>
9332 <row>
9333 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9334 \begin_inset Text
9335
9336 \begin_layout Plain Layout
9337
9338 \series bold
9339 Galletti
9340 \end_layout
9341
9342 \end_inset
9343 </cell>
9344 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9345 \begin_inset Text
9346
9347 \begin_layout Plain Layout
9348 Oreste
9349 \end_layout
9350
9351 \end_inset
9352 </cell>
9353 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9354 \begin_inset Text
9355
9356 \begin_layout Plain Layout
9357 555
9358 \end_layout
9359
9360 \end_inset
9361 </cell>
9362 </row>
9363 <row>
9364 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9365 \begin_inset Text
9366
9367 \begin_layout Plain Layout
9368
9369 \series bold
9370 Gasparini
9371 \end_layout
9372
9373 \end_inset
9374 </cell>
9375 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9376 \begin_inset Text
9377
9378 \begin_layout Plain Layout
9379 Franca
9380 \end_layout
9381
9382 \end_inset
9383 </cell>
9384 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9385 \begin_inset Text
9386
9387 \begin_layout Plain Layout
9388 555
9389 \end_layout
9390
9391 \end_inset
9392 </cell>
9393 </row>
9394 <row>
9395 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9396 \begin_inset Text
9397
9398 \begin_layout Plain Layout
9399
9400 \series bold
9401 Rizzardi
9402 \end_layout
9403
9404 \end_inset
9405 </cell>
9406 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9407 \begin_inset Text
9408
9409 \begin_layout Plain Layout
9410 Paola
9411 \end_layout
9412
9413 \end_inset
9414 </cell>
9415 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9416 \begin_inset Text
9417
9418 \begin_layout Plain Layout
9419 555
9420 \end_layout
9421
9422 \end_inset
9423 </cell>
9424 </row>
9425 <row>
9426 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9427 \begin_inset Text
9428
9429 \begin_layout Plain Layout
9430
9431 \series bold
9432 Lassini
9433 \end_layout
9434
9435 \end_inset
9436 </cell>
9437 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9438 \begin_inset Text
9439
9440 \begin_layout Plain Layout
9441 Giancarlo
9442 \end_layout
9443
9444 \end_inset
9445 </cell>
9446 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9447 \begin_inset Text
9448
9449 \begin_layout Plain Layout
9450 555
9451 \end_layout
9452
9453 \end_inset
9454 </cell>
9455 </row>
9456 <row>
9457 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9458 \begin_inset Text
9459
9460 \begin_layout Plain Layout
9461
9462 \series bold
9463 Malfatti
9464 \end_layout
9465
9466 \end_inset
9467 </cell>
9468 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9469 \begin_inset Text
9470
9471 \begin_layout Plain Layout
9472 Luciano
9473 \end_layout
9474
9475 \end_inset
9476 </cell>
9477 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9478 \begin_inset Text
9479
9480 \begin_layout Plain Layout
9481 555
9482 \end_layout
9483
9484 \end_inset
9485 </cell>
9486 </row>
9487 <row>
9488 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9489 \begin_inset Text
9490
9491 \begin_layout Plain Layout
9492
9493 \series bold
9494 Malfatti
9495 \end_layout
9496
9497 \end_inset
9498 </cell>
9499 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9500 \begin_inset Text
9501
9502 \begin_layout Plain Layout
9503 Valeriano
9504 \end_layout
9505
9506 \end_inset
9507 </cell>
9508 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9509 \begin_inset Text
9510
9511 \begin_layout Plain Layout
9512 555
9513 \end_layout
9514
9515 \end_inset
9516 </cell>
9517 </row>
9518 <row>
9519 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9520 \begin_inset Text
9521
9522 \begin_layout Plain Layout
9523
9524 \series bold
9525 Meneguzzo
9526 \end_layout
9527
9528 \end_inset
9529 </cell>
9530 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9531 \begin_inset Text
9532
9533 \begin_layout Plain Layout
9534 Roberto
9535 \end_layout
9536
9537 \end_inset
9538 </cell>
9539 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9540 \begin_inset Text
9541
9542 \begin_layout Plain Layout
9543 555
9544 \end_layout
9545
9546 \end_inset
9547 </cell>
9548 </row>
9549 <row>
9550 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9551 \begin_inset Text
9552
9553 \begin_layout Plain Layout
9554
9555 \series bold
9556 Mezzadra
9557 \end_layout
9558
9559 \end_inset
9560 </cell>
9561 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
9562 \begin_inset Text
9563
9564 \begin_layout Plain Layout
9565 Roberto
9566 \end_layout
9567
9568 \end_inset
9569 </cell>
9570 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9571 \begin_inset Text
9572
9573 \begin_layout Plain Layout
9574 555
9575 \end_layout
9576
9577 \end_inset
9578 </cell>
9579 </row>
9580 </lyxtabular>
9581
9582 \end_inset
9583
9584
9585 \end_layout
9586
9587 \begin_layout Section
9588 Special Multi-page Table Issues
9589 \begin_inset CommandInset label
9590 LatexCommand label
9591 name "sec:Special-Longtable-Issues"
9592
9593 \end_inset
9594
9595
9596 \end_layout
9597
9598 \begin_layout Subsection
9599 Multi-page Table Calculation
9600 \begin_inset Index idx
9601 status collapsed
9602
9603 \begin_layout Plain Layout
9604 Table ! Multi-page Table ! Calculation
9605 \end_layout
9606
9607 \end_inset
9608
9609
9610 \end_layout
9611
9612 \begin_layout Standard
9613 \SpecialChar LaTeX
9614  calculates the height of table pages and their page breaks using so called
9615  chunks.
9616  Chunks are parts of tables that held at the same time in \SpecialChar LaTeX
9617 's memory.
9618  The default value was historically set to only 20
9619 \begin_inset space ~
9620 \end_inset
9621
9622 table rows.
9623  If you are using multi-page tables with many pages this may slow down the
9624  creation of your document.
9625  You can safely increase the chunk size to values of 100
9626 \begin_inset space \thinspace{}
9627 \end_inset
9628
9629 --
9630 \begin_inset space \thinspace{}
9631 \end_inset
9632
9633 1000 by adding this command line to your document preamble:
9634 \end_layout
9635
9636 \begin_layout Standard
9637
9638 \series bold
9639
9640 \backslash
9641 setcounter{LTchunksize}{100}
9642 \end_layout
9643
9644 \begin_layout Subsection
9645 Floats and Multi-page Tables
9646 \begin_inset Index idx
9647 status collapsed
9648
9649 \begin_layout Plain Layout
9650 Table ! Multi-page Table ! Floats
9651 \end_layout
9652
9653 \end_inset
9654
9655
9656 \end_layout
9657
9658 \begin_layout Standard
9659 There might be problems when a float appears on the same page where a multi-page
9660  table starts.
9661  To avoid such a situation, insert a 
9662 \begin_inset Quotes eld
9663 \end_inset
9664
9665 clear page
9666 \begin_inset Quotes erd
9667 \end_inset
9668
9669  (menu 
9670 \family sans
9671 Insert\SpecialChar menuseparator
9672 Formatting\SpecialChar menuseparator
9673 Clear
9674 \begin_inset space ~
9675 \end_inset
9676
9677 Page
9678 \family default
9679 ) before your multi-page table.
9680 \end_layout
9681
9682 \begin_layout Subsection
9683 Forced Page Breaks
9684 \begin_inset Index idx
9685 status collapsed
9686
9687 \begin_layout Plain Layout
9688 Table ! Multi-page Table ! Forced Page Breaks
9689 \end_layout
9690
9691 \end_inset
9692
9693
9694 \end_layout
9695
9696 \begin_layout Standard
9697 By default tables are only broken between rows.
9698  If you have a cell with multiples lines and want to have a page break within
9699  the cell, insert the new line command 
9700 \begin_inset Quotes eld
9701 \end_inset
9702
9703
9704 \series bold
9705
9706 \backslash
9707
9708 \backslash
9709
9710 \series default
9711
9712 \begin_inset Quotes erd
9713 \end_inset
9714
9715  as \SpecialChar TeX
9716  Code at the point of the cell where it can be broken.
9717  Before the 
9718 \series bold
9719
9720 \backslash
9721
9722 \backslash
9723
9724 \series default
9725  command you have to insert in \SpecialChar TeX
9726  Code as many 
9727 \begin_inset Quotes eld
9728 \end_inset
9729
9730
9731 \series bold
9732 &
9733 \series default
9734
9735 \begin_inset Quotes erd
9736 \end_inset
9737
9738  characters as the number of the following table columns.
9739  The 
9740 \series bold
9741 &
9742 \series default
9743  is the character to separate table cells.
9744  Write in \SpecialChar TeX
9745  Code after each 
9746 \series bold
9747 &
9748 \series default
9749  the content of the corresponding following cell and delete the content
9750  of these cells.
9751 \begin_inset Newline newline
9752 \end_inset
9753
9754 After the 
9755 \series bold
9756
9757 \backslash
9758
9759 \backslash
9760
9761 \series default
9762  command, insert as many 
9763 \series bold
9764 &
9765 \series default
9766  characters as the number of table columns before the current column.
9767  In Table
9768 \begin_inset space ~
9769 \end_inset
9770
9771
9772 \begin_inset CommandInset ref
9773 LatexCommand ref
9774 reference "tab:ForcedPagebreak"
9775
9776 \end_inset
9777
9778  the cell that should be broken is in the second column followed by another
9779  column.
9780  Therefore the following command was inserted in the cell as \SpecialChar TeX
9781  Code after
9782  
9783 \begin_inset Quotes eld
9784 \end_inset
9785
9786
9787 \emph on
9788 Castelchiodato,
9789 \emph default
9790
9791 \begin_inset Quotes erd
9792 \end_inset
9793
9794 :
9795 \end_layout
9796
9797 \begin_layout Standard
9798
9799 \series bold
9800 & 111
9801 \backslash
9802
9803 \backslash
9804  
9805 \backslash
9806 newpage
9807 \begin_inset Newline newline
9808 \end_inset
9809
9810 &
9811 \end_layout
9812
9813 \begin_layout Standard
9814 The 
9815 \begin_inset Quotes eld
9816 \end_inset
9817
9818 111
9819 \begin_inset Quotes erd
9820 \end_inset
9821
9822  in the third column of the row was deleted.
9823  
9824 \series bold
9825
9826 \backslash
9827 newpage
9828 \series default
9829  is only needed when a page break should definitely occur at this position,
9830  otherwise it would be a conditional break.
9831  If your footer row of the multi-page table has for a certain reason no
9832  upper line but you would have a horizontal line where the cell is broken,
9833  use this command instead:
9834 \end_layout
9835
9836 \begin_layout Standard
9837
9838 \series bold
9839 & 111
9840 \backslash
9841
9842 \backslash
9843
9844 \begin_inset Newline newline
9845 \end_inset
9846
9847
9848 \backslash
9849 hline &
9850 \end_layout
9851
9852 \begin_layout Standard
9853 When the cell to be broken is in the last column, the command
9854 \end_layout
9855
9856 \begin_layout Standard
9857
9858 \series bold
9859
9860 \backslash
9861 setlength{
9862 \backslash
9863 parfillskip}{0pt}
9864 \end_layout
9865
9866 \begin_layout Standard
9867 must be inserted as \SpecialChar TeX
9868  Code at the beginning of the cell.
9869  This ensures that the part of the cell that will be displayed on the new
9870  page appears with the full width.
9871 \end_layout
9872
9873 \begin_layout Standard
9874 \align center
9875 \begin_inset Tabular
9876 <lyxtabular version="3" rows="38" columns="3">
9877 <features islongtable="true" longtabularalignment="center">
9878 <column alignment="left" valignment="top" width="0cm">
9879 <column alignment="left" valignment="top" width="3cm">
9880 <column alignment="center" valignment="top" width="0pt">
9881 <row endfirsthead="true" caption="true">
9882 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9883 \begin_inset Text
9884
9885 \begin_layout Plain Layout
9886 \begin_inset Caption Standard
9887
9888 \begin_layout Plain Layout
9889 Table with forced page break in table cell
9890 \begin_inset CommandInset label
9891 LatexCommand label
9892 name "tab:ForcedPagebreak"
9893
9894 \end_inset
9895
9896
9897 \begin_inset Argument 1
9898 status collapsed
9899
9900 \begin_layout Plain Layout
9901 Table with forced page break in table cell
9902 \end_layout
9903
9904 \end_inset
9905
9906
9907 \end_layout
9908
9909 \end_inset
9910
9911
9912 \end_layout
9913
9914 \end_inset
9915 </cell>
9916 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9917 \begin_inset Text
9918
9919 \begin_layout Plain Layout
9920
9921 \end_layout
9922
9923 \end_inset
9924 </cell>
9925 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9926 \begin_inset Text
9927
9928 \begin_layout Plain Layout
9929
9930 \end_layout
9931
9932 \end_inset
9933 </cell>
9934 </row>
9935 <row endfirsthead="true">
9936 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9937 \begin_inset Text
9938
9939 \begin_layout Plain Layout
9940
9941 \series bold
9942 Example Phone List (ignore the names)
9943 \end_layout
9944
9945 \end_inset
9946 </cell>
9947 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9948 \begin_inset Text
9949
9950 \begin_layout Plain Layout
9951
9952 \end_layout
9953
9954 \end_inset
9955 </cell>
9956 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9957 \begin_inset Text
9958
9959 \begin_layout Plain Layout
9960
9961 \end_layout
9962
9963 \end_inset
9964 </cell>
9965 </row>
9966 <row endfirsthead="true">
9967 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9968 \begin_inset Text
9969
9970 \begin_layout Plain Layout
9971
9972 \series bold
9973 NAME
9974 \end_layout
9975
9976 \end_inset
9977 </cell>
9978 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9979 \begin_inset Text
9980
9981 \begin_layout Plain Layout
9982
9983 \end_layout
9984
9985 \end_inset
9986 </cell>
9987 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9988 \begin_inset Text
9989
9990 \begin_layout Plain Layout
9991
9992 \series bold
9993 TEL.
9994 \end_layout
9995
9996 \end_inset
9997 </cell>
9998 </row>
9999 <row endhead="true" caption="true">
10000 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10001 \begin_inset Text
10002
10003 \begin_layout Plain Layout
10004 \begin_inset Caption Unnumbered
10005
10006 \begin_layout Plain Layout
10007 Continued Example Phone List
10008 \end_layout
10009
10010 \end_inset
10011
10012
10013 \end_layout
10014
10015 \end_inset
10016 </cell>
10017 <cell multicolumn="2" alignment="left" valignment="top" rightline="true" usebox="none">
10018 \begin_inset Text
10019
10020 \begin_layout Plain Layout
10021
10022 \end_layout
10023
10024 \end_inset
10025 </cell>
10026 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
10027 \begin_inset Text
10028
10029 \begin_layout Plain Layout
10030
10031 \end_layout
10032
10033 \end_inset
10034 </cell>
10035 </row>
10036 <row endhead="true">
10037 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10038 \begin_inset Text
10039
10040 \begin_layout Plain Layout
10041
10042 \series bold
10043 Example Phone List
10044 \end_layout
10045
10046 \end_inset
10047 </cell>
10048 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10049 \begin_inset Text
10050
10051 \begin_layout Plain Layout
10052
10053 \end_layout
10054
10055 \end_inset
10056 </cell>
10057 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10058 \begin_inset Text
10059
10060 \begin_layout Plain Layout
10061
10062 \end_layout
10063
10064 \end_inset
10065 </cell>
10066 </row>
10067 <row endhead="true">
10068 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10069 \begin_inset Text
10070
10071 \begin_layout Plain Layout
10072
10073 \series bold
10074 NAME
10075 \end_layout
10076
10077 \end_inset
10078 </cell>
10079 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10080 \begin_inset Text
10081
10082 \begin_layout Plain Layout
10083
10084 \end_layout
10085
10086 \end_inset
10087 </cell>
10088 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10089 \begin_inset Text
10090
10091 \begin_layout Plain Layout
10092
10093 \series bold
10094 TEL.
10095 \end_layout
10096
10097 \end_inset
10098 </cell>
10099 </row>
10100 <row endfoot="true">
10101 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10102 \begin_inset Text
10103
10104 \begin_layout Plain Layout
10105 continued on next page
10106 \end_layout
10107
10108 \end_inset
10109 </cell>
10110 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10111 \begin_inset Text
10112
10113 \begin_layout Plain Layout
10114
10115 \end_layout
10116
10117 \end_inset
10118 </cell>
10119 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10120 \begin_inset Text
10121
10122 \begin_layout Plain Layout
10123
10124 \end_layout
10125
10126 \end_inset
10127 </cell>
10128 </row>
10129 <row>
10130 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10131 \begin_inset Text
10132
10133 \begin_layout Plain Layout
10134
10135 \series bold
10136 Annovi
10137 \end_layout
10138
10139 \end_inset
10140 </cell>
10141 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10142 \begin_inset Text
10143
10144 \begin_layout Plain Layout
10145 Silvia
10146 \end_layout
10147
10148 \end_inset
10149 </cell>
10150 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10151 \begin_inset Text
10152
10153 \begin_layout Plain Layout
10154 111
10155 \end_layout
10156
10157 \end_inset
10158 </cell>
10159 </row>
10160 <row>
10161 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10162 \begin_inset Text
10163
10164 \begin_layout Plain Layout
10165
10166 \series bold
10167 Bertoli
10168 \end_layout
10169
10170 \end_inset
10171 </cell>
10172 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10173 \begin_inset Text
10174
10175 \begin_layout Plain Layout
10176 Stefano
10177 \end_layout
10178
10179 \end_inset
10180 </cell>
10181 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10182 \begin_inset Text
10183
10184 \begin_layout Plain Layout
10185 111
10186 \end_layout
10187
10188 \end_inset
10189 </cell>
10190 </row>
10191 <row>
10192 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10193 \begin_inset Text
10194
10195 \begin_layout Plain Layout
10196
10197 \series bold
10198 Bozzi
10199 \end_layout
10200
10201 \end_inset
10202 </cell>
10203 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10204 \begin_inset Text
10205
10206 \begin_layout Plain Layout
10207 Walter
10208 \end_layout
10209
10210 \end_inset
10211 </cell>
10212 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10213 \begin_inset Text
10214
10215 \begin_layout Plain Layout
10216 111
10217 \end_layout
10218
10219 \end_inset
10220 </cell>
10221 </row>
10222 <row>
10223 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10224 \begin_inset Text
10225
10226 \begin_layout Plain Layout
10227
10228 \series bold
10229 Cachia
10230 \end_layout
10231
10232 \end_inset
10233 </cell>
10234 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10235 \begin_inset Text
10236
10237 \begin_layout Plain Layout
10238 Maria
10239 \end_layout
10240
10241 \end_inset
10242 </cell>
10243 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10244 \begin_inset Text
10245
10246 \begin_layout Plain Layout
10247 111
10248 \end_layout
10249
10250 \end_inset
10251 </cell>
10252 </row>
10253 <row>
10254 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10255 \begin_inset Text
10256
10257 \begin_layout Plain Layout
10258
10259 \series bold
10260 Cachia
10261 \end_layout
10262
10263 \end_inset
10264 </cell>
10265 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10266 \begin_inset Text
10267
10268 \begin_layout Plain Layout
10269 Maurizio
10270 \end_layout
10271
10272 \end_inset
10273 </cell>
10274 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10275 \begin_inset Text
10276
10277 \begin_layout Plain Layout
10278 111
10279 \end_layout
10280
10281 \end_inset
10282 </cell>
10283 </row>
10284 <row>
10285 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10286 \begin_inset Text
10287
10288 \begin_layout Plain Layout
10289
10290 \series bold
10291 Cinquemani
10292 \end_layout
10293
10294 \end_inset
10295 </cell>
10296 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10297 \begin_inset Text
10298
10299 \begin_layout Plain Layout
10300 Giusi
10301 \end_layout
10302
10303 \end_inset
10304 </cell>
10305 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10306 \begin_inset Text
10307
10308 \begin_layout Plain Layout
10309 111
10310 \end_layout
10311
10312 \end_inset
10313 </cell>
10314 </row>
10315 <row>
10316 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10317 \begin_inset Text
10318
10319 \begin_layout Plain Layout
10320
10321 \series bold
10322 Colin
10323 \end_layout
10324
10325 \end_inset
10326 </cell>
10327 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10328 \begin_inset Text
10329
10330 \begin_layout Plain Layout
10331 Bernard
10332 \end_layout
10333
10334 \end_inset
10335 </cell>
10336 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10337 \begin_inset Text
10338
10339 \begin_layout Plain Layout
10340 111
10341 \end_layout
10342
10343 \end_inset
10344 </cell>
10345 </row>
10346 <row>
10347 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10348 \begin_inset Text
10349
10350 \begin_layout Plain Layout
10351
10352 \series bold
10353 Concli
10354 \end_layout
10355
10356 \end_inset
10357 </cell>
10358 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10359 \begin_inset Text
10360
10361 \begin_layout Plain Layout
10362 Gianfranco
10363 \end_layout
10364
10365 \end_inset
10366 </cell>
10367 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10368 \begin_inset Text
10369
10370 \begin_layout Plain Layout
10371 111
10372 \end_layout
10373
10374 \end_inset
10375 </cell>
10376 </row>
10377 <row>
10378 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10379 \begin_inset Text
10380
10381 \begin_layout Plain Layout
10382
10383 \series bold
10384 Dal Bosco
10385 \end_layout
10386
10387 \end_inset
10388 </cell>
10389 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10390 \begin_inset Text
10391
10392 \begin_layout Plain Layout
10393 Carolina
10394 \end_layout
10395
10396 \end_inset
10397 </cell>
10398 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10399 \begin_inset Text
10400
10401 \begin_layout Plain Layout
10402 111
10403 \end_layout
10404
10405 \end_inset
10406 </cell>
10407 </row>
10408 <row>
10409 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10410 \begin_inset Text
10411
10412 \begin_layout Plain Layout
10413
10414 \series bold
10415 Dalpiaz
10416 \end_layout
10417
10418 \end_inset
10419 </cell>
10420 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10421 \begin_inset Text
10422
10423 \begin_layout Plain Layout
10424 Annamaria
10425 \end_layout
10426
10427 \end_inset
10428 </cell>
10429 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10430 \begin_inset Text
10431
10432 \begin_layout Plain Layout
10433 111
10434 \end_layout
10435
10436 \end_inset
10437 </cell>
10438 </row>
10439 <row>
10440 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10441 \begin_inset Text
10442
10443 \begin_layout Plain Layout
10444
10445 \series bold
10446 Feliciello
10447 \end_layout
10448
10449 \end_inset
10450 </cell>
10451 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10452 \begin_inset Text
10453
10454 \begin_layout Plain Layout
10455 Domenico
10456 \end_layout
10457
10458 \end_inset
10459 </cell>
10460 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10461 \begin_inset Text
10462
10463 \begin_layout Plain Layout
10464 111
10465 \end_layout
10466
10467 \end_inset
10468 </cell>
10469 </row>
10470 <row>
10471 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10472 \begin_inset Text
10473
10474 \begin_layout Plain Layout
10475
10476 \series bold
10477 Focarelli
10478 \end_layout
10479
10480 \end_inset
10481 </cell>
10482 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10483 \begin_inset Text
10484
10485 \begin_layout Plain Layout
10486 Paola
10487 \end_layout
10488
10489 \end_inset
10490 </cell>
10491 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10492 \begin_inset Text
10493
10494 \begin_layout Plain Layout
10495 111
10496 \end_layout
10497
10498 \end_inset
10499 </cell>
10500 </row>
10501 <row>
10502 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10503 \begin_inset Text
10504
10505 \begin_layout Plain Layout
10506
10507 \series bold
10508 Galletti
10509 \end_layout
10510
10511 \end_inset
10512 </cell>
10513 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10514 \begin_inset Text
10515
10516 \begin_layout Plain Layout
10517 Oreste
10518 \end_layout
10519
10520 \end_inset
10521 </cell>
10522 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10523 \begin_inset Text
10524
10525 \begin_layout Plain Layout
10526 111
10527 \end_layout
10528
10529 \end_inset
10530 </cell>
10531 </row>
10532 <row>
10533 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10534 \begin_inset Text
10535
10536 \begin_layout Plain Layout
10537
10538 \series bold
10539 Gasparini
10540 \end_layout
10541
10542 \end_inset
10543 </cell>
10544 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10545 \begin_inset Text
10546
10547 \begin_layout Plain Layout
10548 Franca
10549 \end_layout
10550
10551 \end_inset
10552 </cell>
10553 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10554 \begin_inset Text
10555
10556 \begin_layout Plain Layout
10557 111
10558 \end_layout
10559
10560 \end_inset
10561 </cell>
10562 </row>
10563 <row>
10564 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10565 \begin_inset Text
10566
10567 \begin_layout Plain Layout
10568
10569 \series bold
10570 Lassini
10571 \end_layout
10572
10573 \end_inset
10574 </cell>
10575 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10576 \begin_inset Text
10577
10578 \begin_layout Plain Layout
10579 Giancarlo
10580 \end_layout
10581
10582 \end_inset
10583 </cell>
10584 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10585 \begin_inset Text
10586
10587 \begin_layout Plain Layout
10588 111
10589 \end_layout
10590
10591 \end_inset
10592 </cell>
10593 </row>
10594 <row>
10595 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10596 \begin_inset Text
10597
10598 \begin_layout Plain Layout
10599
10600 \series bold
10601 Malfatti
10602 \end_layout
10603
10604 \end_inset
10605 </cell>
10606 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10607 \begin_inset Text
10608
10609 \begin_layout Plain Layout
10610 Luciano
10611 \end_layout
10612
10613 \end_inset
10614 </cell>
10615 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10616 \begin_inset Text
10617
10618 \begin_layout Plain Layout
10619 111
10620 \end_layout
10621
10622 \end_inset
10623 </cell>
10624 </row>
10625 <row>
10626 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10627 \begin_inset Text
10628
10629 \begin_layout Plain Layout
10630
10631 \series bold
10632 Malfatti
10633 \end_layout
10634
10635 \end_inset
10636 </cell>
10637 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10638 \begin_inset Text
10639
10640 \begin_layout Plain Layout
10641 Valeriano
10642 \end_layout
10643
10644 \end_inset
10645 </cell>
10646 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10647 \begin_inset Text
10648
10649 \begin_layout Plain Layout
10650 111
10651 \end_layout
10652
10653 \end_inset
10654 </cell>
10655 </row>
10656 <row>
10657 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10658 \begin_inset Text
10659
10660 \begin_layout Plain Layout
10661
10662 \series bold
10663 Meneguzzo
10664 \end_layout
10665
10666 \end_inset
10667 </cell>
10668 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10669 \begin_inset Text
10670
10671 \begin_layout Plain Layout
10672 Roberto
10673 \end_layout
10674
10675 \end_inset
10676 </cell>
10677 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10678 \begin_inset Text
10679
10680 \begin_layout Plain Layout
10681 111
10682 \end_layout
10683
10684 \end_inset
10685 </cell>
10686 </row>
10687 <row>
10688 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10689 \begin_inset Text
10690
10691 \begin_layout Plain Layout
10692
10693 \series bold
10694 Mezzadra
10695 \end_layout
10696
10697 \end_inset
10698 </cell>
10699 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10700 \begin_inset Text
10701
10702 \begin_layout Plain Layout
10703 Roberto
10704 \end_layout
10705
10706 \end_inset
10707 </cell>
10708 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10709 \begin_inset Text
10710
10711 \begin_layout Plain Layout
10712 111
10713 \end_layout
10714
10715 \end_inset
10716 </cell>
10717 </row>
10718 <row>
10719 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10720 \begin_inset Text
10721
10722 \begin_layout Plain Layout
10723
10724 \series bold
10725 Pirpamer
10726 \end_layout
10727
10728 \end_inset
10729 </cell>
10730 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10731 \begin_inset Text
10732
10733 \begin_layout Plain Layout
10734 Erich
10735 \end_layout
10736
10737 \end_inset
10738 </cell>
10739 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10740 \begin_inset Text
10741
10742 \begin_layout Plain Layout
10743 111
10744 \end_layout
10745
10746 \end_inset
10747 </cell>
10748 </row>
10749 <row>
10750 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10751 \begin_inset Text
10752
10753 \begin_layout Plain Layout
10754
10755 \series bold
10756 Pochiesa
10757 \end_layout
10758
10759 \end_inset
10760 </cell>
10761 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10762 \begin_inset Text
10763
10764 \begin_layout Plain Layout
10765 Paolo
10766 \end_layout
10767
10768 \end_inset
10769 </cell>
10770 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10771 \begin_inset Text
10772
10773 \begin_layout Plain Layout
10774 111, 222
10775 \end_layout
10776
10777 \end_inset
10778 </cell>
10779 </row>
10780 <row>
10781 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10782 \begin_inset Text
10783
10784 \begin_layout Plain Layout
10785
10786 \series bold
10787 Radina
10788 \end_layout
10789
10790 \end_inset
10791 </cell>
10792 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10793 \begin_inset Text
10794
10795 \begin_layout Plain Layout
10796 Claudio
10797 \end_layout
10798
10799 \end_inset
10800 </cell>
10801 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10802 \begin_inset Text
10803
10804 \begin_layout Plain Layout
10805 111
10806 \end_layout
10807
10808 \end_inset
10809 </cell>
10810 </row>
10811 <row>
10812 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10813 \begin_inset Text
10814
10815 \begin_layout Plain Layout
10816
10817 \series bold
10818 Rizzardi
10819 \end_layout
10820
10821 \end_inset
10822 </cell>
10823 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10824 \begin_inset Text
10825
10826 \begin_layout Plain Layout
10827 Paolo, 11.
10828  Fürst von Montecompatri, 11.
10829  Fürst von Sulmona und Vivaro, 10.
10830  Fürst von Rossano, 5.
10831  Herzog von Canemorte, 11.
10832  Herzog von Palombara, 5.
10833  Herzog von Castelchiodato,
10834 \begin_inset ERT
10835 status open
10836
10837 \begin_layout Plain Layout
10838
10839 & 111
10840 \backslash
10841
10842 \backslash
10843  
10844 \backslash
10845 newpage
10846 \end_layout
10847
10848 \begin_layout Plain Layout
10849
10850 &
10851 \end_layout
10852
10853 \end_inset
10854
10855  11.
10856  Herzog von Poggionativo, 11.
10857  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10858  Graf von Valinfreda, 11.
10859  Baron von Cropalati, 11.
10860  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10861 \end_layout
10862
10863 \end_inset
10864 </cell>
10865 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10866 \begin_inset Text
10867
10868 \begin_layout Plain Layout
10869
10870 \end_layout
10871
10872 \end_inset
10873 </cell>
10874 </row>
10875 <row>
10876 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10877 \begin_inset Text
10878
10879 \begin_layout Plain Layout
10880
10881 \series bold
10882 Stuffer
10883 \end_layout
10884
10885 \end_inset
10886 </cell>
10887 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10888 \begin_inset Text
10889
10890 \begin_layout Plain Layout
10891 Oskar
10892 \end_layout
10893
10894 \end_inset
10895 </cell>
10896 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10897 \begin_inset Text
10898
10899 \begin_layout Plain Layout
10900 111
10901 \end_layout
10902
10903 \end_inset
10904 </cell>
10905 </row>
10906 <row>
10907 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10908 \begin_inset Text
10909
10910 \begin_layout Plain Layout
10911
10912 \series bold
10913 Tacchelli
10914 \end_layout
10915
10916 \end_inset
10917 </cell>
10918 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10919 \begin_inset Text
10920
10921 \begin_layout Plain Layout
10922 Ugo
10923 \end_layout
10924
10925 \end_inset
10926 </cell>
10927 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10928 \begin_inset Text
10929
10930 \begin_layout Plain Layout
10931 111
10932 \end_layout
10933
10934 \end_inset
10935 </cell>
10936 </row>
10937 <row>
10938 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10939 \begin_inset Text
10940
10941 \begin_layout Plain Layout
10942
10943 \series bold
10944 Tezzele
10945 \end_layout
10946
10947 \end_inset
10948 </cell>
10949 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10950 \begin_inset Text
10951
10952 \begin_layout Plain Layout
10953 Margit
10954 \end_layout
10955
10956 \end_inset
10957 </cell>
10958 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10959 \begin_inset Text
10960
10961 \begin_layout Plain Layout
10962 111
10963 \end_layout
10964
10965 \end_inset
10966 </cell>
10967 </row>
10968 <row>
10969 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10970 \begin_inset Text
10971
10972 \begin_layout Plain Layout
10973
10974 \series bold
10975 Unterkalmsteiner
10976 \end_layout
10977
10978 \end_inset
10979 </cell>
10980 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10981 \begin_inset Text
10982
10983 \begin_layout Plain Layout
10984 Frieda
10985 \end_layout
10986
10987 \end_inset
10988 </cell>
10989 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10990 \begin_inset Text
10991
10992 \begin_layout Plain Layout
10993 111
10994 \end_layout
10995
10996 \end_inset
10997 </cell>
10998 </row>
10999 <row>
11000 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11001 \begin_inset Text
11002
11003 \begin_layout Plain Layout
11004
11005 \series bold
11006 Vieider
11007 \end_layout
11008
11009 \end_inset
11010 </cell>
11011 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11012 \begin_inset Text
11013
11014 \begin_layout Plain Layout
11015 Hilde
11016 \end_layout
11017
11018 \end_inset
11019 </cell>
11020 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11021 \begin_inset Text
11022
11023 \begin_layout Plain Layout
11024 111
11025 \end_layout
11026
11027 \end_inset
11028 </cell>
11029 </row>
11030 <row>
11031 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11032 \begin_inset Text
11033
11034 \begin_layout Plain Layout
11035
11036 \series bold
11037 Vigna
11038 \end_layout
11039
11040 \end_inset
11041 </cell>
11042 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11043 \begin_inset Text
11044
11045 \begin_layout Plain Layout
11046 Jürgen
11047 \end_layout
11048
11049 \end_inset
11050 </cell>
11051 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11052 \begin_inset Text
11053
11054 \begin_layout Plain Layout
11055 111
11056 \end_layout
11057
11058 \end_inset
11059 </cell>
11060 </row>
11061 <row>
11062 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11063 \begin_inset Text
11064
11065 \begin_layout Plain Layout
11066
11067 \series bold
11068 Weber
11069 \end_layout
11070
11071 \end_inset
11072 </cell>
11073 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11074 \begin_inset Text
11075
11076 \begin_layout Plain Layout
11077 Maurizio
11078 \end_layout
11079
11080 \end_inset
11081 </cell>
11082 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11083 \begin_inset Text
11084
11085 \begin_layout Plain Layout
11086 111
11087 \end_layout
11088
11089 \end_inset
11090 </cell>
11091 </row>
11092 <row>
11093 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11094 \begin_inset Text
11095
11096 \begin_layout Plain Layout
11097
11098 \series bold
11099 Winkler
11100 \end_layout
11101
11102 \end_inset
11103 </cell>
11104 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
11105 \begin_inset Text
11106
11107 \begin_layout Plain Layout
11108 Franz
11109 \end_layout
11110
11111 \end_inset
11112 </cell>
11113 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11114 \begin_inset Text
11115
11116 \begin_layout Plain Layout
11117 111
11118 \end_layout
11119
11120 \end_inset
11121 </cell>
11122 </row>
11123 </lyxtabular>
11124
11125 \end_inset
11126
11127
11128 \end_layout
11129
11130 \begin_layout Section
11131 Multiple Lines, Columns and Rows
11132 \end_layout
11133
11134 \begin_layout Subsection
11135 Multiple Lines in Table Cells
11136 \begin_inset CommandInset label
11137 LatexCommand label
11138 name "subsec:Multiple-Lines-in"
11139
11140 \end_inset
11141
11142
11143 \begin_inset Index idx
11144 status collapsed
11145
11146 \begin_layout Plain Layout
11147 Multiple Lines in Table Cells
11148 \end_layout
11149
11150 \end_inset
11151
11152
11153 \begin_inset Index idx
11154 status collapsed
11155
11156 \begin_layout Plain Layout
11157 Table ! Linebreaks
11158 \end_layout
11159
11160 \end_inset
11161
11162
11163 \end_layout
11164
11165 \begin_layout Standard
11166 \noindent
11167 \begin_inset Float table
11168 placement H
11169 wide false
11170 sideways false
11171 status open
11172
11173 \begin_layout Plain Layout
11174 \begin_inset Caption Standard
11175
11176 \begin_layout Plain Layout
11177 \begin_inset CommandInset label
11178 LatexCommand label
11179 name "tab:Table-with-multiple"
11180
11181 \end_inset
11182
11183 Table with multiple lines in cells
11184 \end_layout
11185
11186 \end_inset
11187
11188
11189 \end_layout
11190
11191 \begin_layout Plain Layout
11192 \align center
11193 \begin_inset Tabular
11194 <lyxtabular version="3" rows="3" columns="3">
11195 <features tabularvalignment="middle">
11196 <column alignment="center" valignment="middle" width="2.5cm">
11197 <column alignment="center" valignment="middle">
11198 <column alignment="center" valignment="middle">
11199 <row>
11200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11201 \begin_inset Text
11202
11203 \begin_layout Plain Layout
11204 multiple
11205 \begin_inset Newline linebreak
11206 \end_inset
11207
11208 lines
11209 \end_layout
11210
11211 \end_inset
11212 </cell>
11213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11214 \begin_inset Text
11215
11216 \begin_layout Plain Layout
11217 b
11218 \end_layout
11219
11220 \end_inset
11221 </cell>
11222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11223 \begin_inset Text
11224
11225 \begin_layout Plain Layout
11226 c
11227 \end_layout
11228
11229 \end_inset
11230 </cell>
11231 </row>
11232 <row>
11233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11234 \begin_inset Text
11235
11236 \begin_layout Plain Layout
11237 d
11238 \end_layout
11239
11240 \end_inset
11241 </cell>
11242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11243 \begin_inset Text
11244
11245 \begin_layout Plain Layout
11246 e
11247 \end_layout
11248
11249 \end_inset
11250 </cell>
11251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11252 \begin_inset Text
11253
11254 \begin_layout Plain Layout
11255 f
11256 \end_layout
11257
11258 \end_inset
11259 </cell>
11260 </row>
11261 <row>
11262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11263 \begin_inset Text
11264
11265 \begin_layout Plain Layout
11266 g
11267 \end_layout
11268
11269 \end_inset
11270 </cell>
11271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11272 \begin_inset Text
11273
11274 \begin_layout Plain Layout
11275 h
11276 \end_layout
11277
11278 \end_inset
11279 </cell>
11280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11281 \begin_inset Text
11282
11283 \begin_layout Plain Layout
11284 i
11285 \end_layout
11286
11287 \end_inset
11288 </cell>
11289 </row>
11290 </lyxtabular>
11291
11292 \end_inset
11293
11294
11295 \end_layout
11296
11297 \end_inset
11298
11299
11300 \end_layout
11301
11302 \begin_layout Standard
11303 Setting a fixed width for a column enables you to enter text as a paragraph
11304  with multiple lines and hyphenation.
11305 \end_layout
11306
11307 \begin_layout Standard
11308 To produce Table
11309 \begin_inset space ~
11310 \end_inset
11311
11312
11313 \begin_inset CommandInset ref
11314 LatexCommand ref
11315 reference "tab:Table-with-multiple"
11316
11317 \end_inset
11318
11319 , create a 3×3 table, mark the first cell and right-click on it.
11320  In the appearing table dialog we set a cell width of 2.5
11321 \begin_inset space \thinspace{}
11322 \end_inset
11323
11324 cm and choose centered for the vertical and horizontal alignment.
11325  The vertical alignment is used for all cells of the row.
11326  As our text is smaller than 2.5
11327 \begin_inset space \thinspace{}
11328 \end_inset
11329
11330 cm, only one line will appear.
11331  To get two lines, a justified line break (shortcut 
11332 \begin_inset Info
11333 type  "shortcut"
11334 arg   "newline-insert linebreak"
11335 \end_inset
11336
11337 ) was added.
11338  If the text is wider than the set cell width, it will automatically be
11339  broken to several lines.
11340 \end_layout
11341
11342 \begin_layout Standard
11343 If you have a long word in a cell with a fixed width, it cannot be hyphenated
11344  by \SpecialChar LaTeX
11345  if it is the first entry.
11346  Therefore you need to insert something to prevent the word not being the
11347  first entry.
11348  So add a horizontal space of 0
11349 \begin_inset space \thinspace{}
11350 \end_inset
11351
11352 pt before the word.
11353  As the space is zero, it doesn't change the output.
11354  Table
11355 \begin_inset space ~
11356 \end_inset
11357
11358
11359 \begin_inset CommandInset ref
11360 LatexCommand ref
11361 reference "tab:Table-with-and"
11362
11363 \end_inset
11364
11365  shows the effect.
11366 \end_layout
11367
11368 \begin_layout Standard
11369 \begin_inset Float table
11370 placement h
11371 wide false
11372 sideways false
11373 status open
11374
11375 \begin_layout Plain Layout
11376 \begin_inset Caption Standard
11377
11378 \begin_layout Plain Layout
11379 \begin_inset CommandInset label
11380 LatexCommand label
11381 name "tab:Table-with-and"
11382
11383 \end_inset
11384
11385 Table with and without hyphenation
11386 \end_layout
11387
11388 \end_inset
11389
11390
11391 \end_layout
11392
11393 \begin_layout Plain Layout
11394 \begin_inset space \hfill{}
11395 \end_inset
11396
11397
11398 \begin_inset Tabular
11399 <lyxtabular version="3" rows="3" columns="3">
11400 <features tabularvalignment="middle">
11401 <column alignment="center" valignment="middle" width="2.5cm">
11402 <column alignment="center" valignment="middle">
11403 <column alignment="center" valignment="middle">
11404 <row>
11405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11406 \begin_inset Text
11407
11408 \begin_layout Plain Layout
11409 verylongtablecellword
11410 \end_layout
11411
11412 \end_inset
11413 </cell>
11414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11415 \begin_inset Text
11416
11417 \begin_layout Plain Layout
11418 b
11419 \end_layout
11420
11421 \end_inset
11422 </cell>
11423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11424 \begin_inset Text
11425
11426 \begin_layout Plain Layout
11427 c
11428 \end_layout
11429
11430 \end_inset
11431 </cell>
11432 </row>
11433 <row>
11434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11435 \begin_inset Text
11436
11437 \begin_layout Plain Layout
11438 d
11439 \end_layout
11440
11441 \end_inset
11442 </cell>
11443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11444 \begin_inset Text
11445
11446 \begin_layout Plain Layout
11447 e
11448 \end_layout
11449
11450 \end_inset
11451 </cell>
11452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11453 \begin_inset Text
11454
11455 \begin_layout Plain Layout
11456 f
11457 \end_layout
11458
11459 \end_inset
11460 </cell>
11461 </row>
11462 <row>
11463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11464 \begin_inset Text
11465
11466 \begin_layout Plain Layout
11467 g
11468 \end_layout
11469
11470 \end_inset
11471 </cell>
11472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11473 \begin_inset Text
11474
11475 \begin_layout Plain Layout
11476 h
11477 \end_layout
11478
11479 \end_inset
11480 </cell>
11481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11482 \begin_inset Text
11483
11484 \begin_layout Plain Layout
11485 i
11486 \end_layout
11487
11488 \end_inset
11489 </cell>
11490 </row>
11491 </lyxtabular>
11492
11493 \end_inset
11494
11495
11496 \begin_inset space \hfill{}
11497 \end_inset
11498
11499
11500 \begin_inset Tabular
11501 <lyxtabular version="3" rows="3" columns="3">
11502 <features tabularvalignment="middle">
11503 <column alignment="center" valignment="middle" width="2.5cm">
11504 <column alignment="center" valignment="middle">
11505 <column alignment="center" valignment="middle">
11506 <row>
11507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11508 \begin_inset Text
11509
11510 \begin_layout Plain Layout
11511 \begin_inset space \hspace{}
11512 \length 0pt
11513 \end_inset
11514
11515 verylongtablecellword
11516 \end_layout
11517
11518 \end_inset
11519 </cell>
11520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11521 \begin_inset Text
11522
11523 \begin_layout Plain Layout
11524 b
11525 \end_layout
11526
11527 \end_inset
11528 </cell>
11529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11530 \begin_inset Text
11531
11532 \begin_layout Plain Layout
11533 c
11534 \end_layout
11535
11536 \end_inset
11537 </cell>
11538 </row>
11539 <row>
11540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11541 \begin_inset Text
11542
11543 \begin_layout Plain Layout
11544 d
11545 \end_layout
11546
11547 \end_inset
11548 </cell>
11549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11550 \begin_inset Text
11551
11552 \begin_layout Plain Layout
11553 e
11554 \end_layout
11555
11556 \end_inset
11557 </cell>
11558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11559 \begin_inset Text
11560
11561 \begin_layout Plain Layout
11562 f
11563 \end_layout
11564
11565 \end_inset
11566 </cell>
11567 </row>
11568 <row>
11569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11570 \begin_inset Text
11571
11572 \begin_layout Plain Layout
11573 g
11574 \end_layout
11575
11576 \end_inset
11577 </cell>
11578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11579 \begin_inset Text
11580
11581 \begin_layout Plain Layout
11582 h
11583 \end_layout
11584
11585 \end_inset
11586 </cell>
11587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11588 \begin_inset Text
11589
11590 \begin_layout Plain Layout
11591 i
11592 \end_layout
11593
11594 \end_inset
11595 </cell>
11596 </row>
11597 </lyxtabular>
11598
11599 \end_inset
11600
11601
11602 \begin_inset space \hfill{}
11603 \end_inset
11604
11605
11606 \end_layout
11607
11608 \end_inset
11609
11610
11611 \end_layout
11612
11613 \begin_layout Subsection
11614 Multicolumns
11615 \begin_inset CommandInset label
11616 LatexCommand label
11617 name "subsec:Multicolumns"
11618
11619 \end_inset
11620
11621
11622 \begin_inset Index idx
11623 status collapsed
11624
11625 \begin_layout Plain Layout
11626 Multicolumns
11627 \end_layout
11628
11629 \end_inset
11630
11631
11632 \begin_inset Index idx
11633 status collapsed
11634
11635 \begin_layout Plain Layout
11636 Table ! Multicolumns
11637 \end_layout
11638
11639 \end_inset
11640
11641
11642 \end_layout
11643
11644 \begin_layout Subsubsection
11645 Multicolumn Basics
11646 \end_layout
11647
11648 \begin_layout Standard
11649 To merge cells over multiple columns, select as many cells within a row
11650  as you want to merge and use either the table-toolbar button 
11651 \begin_inset Info
11652 type  "icon"
11653 arg   "tabular-feature multicolumn"
11654 \end_inset
11655
11656 , or the menu 
11657 \family sans
11658 Edit\SpecialChar menuseparator
11659 Table\SpecialChar menuseparator
11660 Multicolumn
11661 \family default
11662 , or right click on the marked cells and choose 
11663 \family sans
11664 Multicolumn
11665 \family default
11666  in the context menu.
11667 \end_layout
11668
11669 \begin_layout Standard
11670 Multicolumns have their own cell settings.
11671  That means changing cell borders, cell alignment, and the width only affects
11672  the multicolumn.
11673  Here is an example table with a multicolumn cell in the first row and one
11674  in the last row without the upper border:
11675 \end_layout
11676
11677 \begin_layout Standard
11678 \align center
11679 \begin_inset Tabular
11680 <lyxtabular version="3" rows="3" columns="4">
11681 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11682 <column alignment="center" valignment="top" width="0pt">
11683 <column alignment="center" valignment="middle">
11684 <column alignment="center" valignment="top" width="0in">
11685 <column alignment="center" valignment="top" width="0pt">
11686 <row>
11687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11688 \begin_inset Text
11689
11690 \begin_layout Plain Layout
11691 abc
11692 \end_layout
11693
11694 \end_inset
11695 </cell>
11696 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11697 \begin_inset Text
11698
11699 \begin_layout Plain Layout
11700 def ghi
11701 \end_layout
11702
11703 \end_inset
11704 </cell>
11705 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11706 \begin_inset Text
11707
11708 \begin_layout Plain Layout
11709
11710 \end_layout
11711
11712 \end_inset
11713 </cell>
11714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11715 \begin_inset Text
11716
11717 \begin_layout Plain Layout
11718 jkl
11719 \end_layout
11720
11721 \end_inset
11722 </cell>
11723 </row>
11724 <row>
11725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11726 \begin_inset Text
11727
11728 \begin_layout Plain Layout
11729
11730 \family roman
11731 \series medium
11732 \shape up
11733 \size normal
11734 \emph off
11735 \bar no
11736 \noun off
11737 \color none
11738 A
11739 \end_layout
11740
11741 \end_inset
11742 </cell>
11743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11744 \begin_inset Text
11745
11746 \begin_layout Plain Layout
11747 B
11748 \end_layout
11749
11750 \end_inset
11751 </cell>
11752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11753 \begin_inset Text
11754
11755 \begin_layout Plain Layout
11756 C
11757 \end_layout
11758
11759 \end_inset
11760 </cell>
11761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11762 \begin_inset Text
11763
11764 \begin_layout Plain Layout
11765 D
11766 \end_layout
11767
11768 \end_inset
11769 </cell>
11770 </row>
11771 <row>
11772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11773 \begin_inset Text
11774
11775 \begin_layout Plain Layout
11776 1
11777 \end_layout
11778
11779 \end_inset
11780 </cell>
11781 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11782 \begin_inset Text
11783
11784 \begin_layout Plain Layout
11785 2
11786 \end_layout
11787
11788 \end_inset
11789 </cell>
11790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11791 \begin_inset Text
11792
11793 \begin_layout Plain Layout
11794 3
11795 \end_layout
11796
11797 \end_inset
11798 </cell>
11799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11800 \begin_inset Text
11801
11802 \begin_layout Plain Layout
11803 4
11804 \end_layout
11805
11806 \end_inset
11807 </cell>
11808 </row>
11809 </lyxtabular>
11810
11811 \end_inset
11812
11813
11814 \end_layout
11815
11816 \begin_layout Subsubsection
11817 Multicolumn Calculations
11818 \begin_inset CommandInset label
11819 LatexCommand label
11820 name "subsec:Multicolumn-Calculations"
11821
11822 \end_inset
11823
11824
11825 \begin_inset Index idx
11826 status collapsed
11827
11828 \begin_layout Plain Layout
11829 Multicolumns ! Calculations
11830 \end_layout
11831
11832 \end_inset
11833
11834
11835 \end_layout
11836
11837 \begin_layout Standard
11838 \SpecialChar LyX
11839  supports multicolumns directly, but we have to take account of the cell
11840  width of the columns spanned by the multicolumn cell.
11841 \end_layout
11842
11843 \begin_layout Standard
11844 \begin_inset Float table
11845 placement h
11846 wide false
11847 sideways false
11848 status open
11849
11850 \begin_layout Plain Layout
11851 \begin_inset Caption Standard
11852
11853 \begin_layout Plain Layout
11854 \begin_inset CommandInset label
11855 LatexCommand label
11856 name "tab:Table-with-centered"
11857
11858 \end_inset
11859
11860 Table with centered multicolumn text above two columns that have exactly
11861  half the width of the multicolumn cell
11862 \begin_inset Argument 1
11863 status collapsed
11864
11865 \begin_layout Plain Layout
11866 Perfect multicolumn table
11867 \end_layout
11868
11869 \end_inset
11870
11871
11872 \end_layout
11873
11874 \end_inset
11875
11876
11877 \end_layout
11878
11879 \begin_layout Plain Layout
11880 \align center
11881 \begin_inset Tabular
11882 <lyxtabular version="3" rows="3" columns="3">
11883 <features tabularvalignment="middle">
11884 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
11885 <column alignment="center" valignment="middle">
11886 <column alignment="center" valignment="top">
11887 <row>
11888 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11889 \begin_inset Text
11890
11891 \begin_layout Plain Layout
11892 multiple lines multicolumn
11893 \end_layout
11894
11895 \end_inset
11896 </cell>
11897 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11898 \begin_inset Text
11899
11900 \begin_layout Plain Layout
11901
11902 \end_layout
11903
11904 \end_inset
11905 </cell>
11906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11907 \begin_inset Text
11908
11909 \begin_layout Plain Layout
11910 c
11911 \end_layout
11912
11913 \end_inset
11914 </cell>
11915 </row>
11916 <row>
11917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11918 \begin_inset Text
11919
11920 \begin_layout Plain Layout
11921 d
11922 \end_layout
11923
11924 \end_inset
11925 </cell>
11926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11927 \begin_inset Text
11928
11929 \begin_layout Plain Layout
11930 e
11931 \end_layout
11932
11933 \end_inset
11934 </cell>
11935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11936 \begin_inset Text
11937
11938 \begin_layout Plain Layout
11939 f
11940 \end_layout
11941
11942 \end_inset
11943 </cell>
11944 </row>
11945 <row>
11946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11947 \begin_inset Text
11948
11949 \begin_layout Plain Layout
11950 g
11951 \end_layout
11952
11953 \end_inset
11954 </cell>
11955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11956 \begin_inset Text
11957
11958 \begin_layout Plain Layout
11959 h
11960 \end_layout
11961
11962 \end_inset
11963 </cell>
11964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11965 \begin_inset Text
11966
11967 \begin_layout Plain Layout
11968 i
11969 \end_layout
11970
11971 \end_inset
11972 </cell>
11973 </row>
11974 </lyxtabular>
11975
11976 \end_inset
11977
11978
11979 \end_layout
11980
11981 \end_inset
11982
11983
11984 \end_layout
11985
11986 \begin_layout Standard
11987 To create for example Table
11988 \begin_inset space ~
11989 \end_inset
11990
11991
11992 \begin_inset CommandInset ref
11993 LatexCommand ref
11994 reference "tab:Table-with-centered"
11995
11996 \end_inset
11997
11998 , mark the first two cells in the first row of a 3×3 table and right-click
11999  on them.
12000  Now choose for this cell 
12001 \emph on
12002 multicolumn
12003 \emph default
12004
12005 \emph on
12006 centered alignment
12007 \emph default
12008  and a width of 2.5
12009 \begin_inset space \thinspace{}
12010 \end_inset
12011
12012 cm in the table dialog.
12013  The merged columns should have exactly half the width of the multicolumn
12014  cell, so that you would set a width of 1.25
12015 \begin_inset space \thinspace{}
12016 \end_inset
12017
12018 cm for the first column.
12019  The second column has then automatically a width of 1.25
12020 \begin_inset space \thinspace{}
12021 \end_inset
12022
12023 cm (multicolumn width - width of first column).
12024  This was done for Table
12025 \begin_inset space ~
12026 \end_inset
12027
12028
12029 \begin_inset CommandInset ref
12030 LatexCommand ref
12031 reference "tab:Table-without-half"
12032
12033 \end_inset
12034
12035 .
12036 \end_layout
12037
12038 \begin_layout Standard
12039 \begin_inset Float table
12040 wide false
12041 sideways false
12042 status open
12043
12044 \begin_layout Plain Layout
12045 \begin_inset Caption Standard
12046
12047 \begin_layout Plain Layout
12048 \begin_inset CommandInset label
12049 LatexCommand label
12050 name "tab:Table-without-half"
12051
12052 \end_inset
12053
12054 Table where the spanned table columns are not exactly half the width of
12055  the multicolumn cell
12056 \begin_inset Argument 1
12057 status collapsed
12058
12059 \begin_layout Plain Layout
12060 Imperfect multicolumn table
12061 \end_layout
12062
12063 \end_inset
12064
12065
12066 \end_layout
12067
12068 \end_inset
12069
12070
12071 \end_layout
12072
12073 \begin_layout Plain Layout
12074 \align center
12075 \begin_inset Tabular
12076 <lyxtabular version="3" rows="3" columns="3">
12077 <features tabularvalignment="middle">
12078 <column alignment="center" valignment="top" width="1.25cm">
12079 <column alignment="center" valignment="top">
12080 <column alignment="center" valignment="top">
12081 <row>
12082 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12083 \begin_inset Text
12084
12085 \begin_layout Plain Layout
12086 multiple lines multicolumn
12087 \end_layout
12088
12089 \end_inset
12090 </cell>
12091 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12092 \begin_inset Text
12093
12094 \begin_layout Plain Layout
12095
12096 \end_layout
12097
12098 \end_inset
12099 </cell>
12100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12101 \begin_inset Text
12102
12103 \begin_layout Plain Layout
12104 c
12105 \end_layout
12106
12107 \end_inset
12108 </cell>
12109 </row>
12110 <row>
12111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12112 \begin_inset Text
12113
12114 \begin_layout Plain Layout
12115 d
12116 \end_layout
12117
12118 \end_inset
12119 </cell>
12120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12121 \begin_inset Text
12122
12123 \begin_layout Plain Layout
12124 e
12125 \end_layout
12126
12127 \end_inset
12128 </cell>
12129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12130 \begin_inset Text
12131
12132 \begin_layout Plain Layout
12133 f
12134 \end_layout
12135
12136 \end_inset
12137 </cell>
12138 </row>
12139 <row>
12140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12141 \begin_inset Text
12142
12143 \begin_layout Plain Layout
12144 g
12145 \end_layout
12146
12147 \end_inset
12148 </cell>
12149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12150 \begin_inset Text
12151
12152 \begin_layout Plain Layout
12153 h
12154 \end_layout
12155
12156 \end_inset
12157 </cell>
12158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12159 \begin_inset Text
12160
12161 \begin_layout Plain Layout
12162 i
12163 \end_layout
12164
12165 \end_inset
12166 </cell>
12167 </row>
12168 </lyxtabular>
12169
12170 \end_inset
12171
12172
12173 \end_layout
12174
12175 \end_inset
12176
12177
12178 \end_layout
12179
12180 \begin_layout Standard
12181 You can see that the first column is not half the width of the multicolumn
12182  cell, it is a bit bigger.
12183  The reason is that the specified width of a cell 
12184 \begin_inset Formula $W_{g}$
12185 \end_inset
12186
12187  is not its total width 
12188 \begin_inset Formula $W_{\mathrm{tot}}$
12189 \end_inset
12190
12191  because a cell is always a bit larger than specified.
12192  Appendix
12193 \begin_inset space ~
12194 \end_inset
12195
12196
12197 \begin_inset CommandInset ref
12198 LatexCommand ref
12199 reference "cha:Explanation-of-Equation"
12200
12201 \end_inset
12202
12203  explains this in detail.
12204 \end_layout
12205
12206 \begin_layout Standard
12207 The width 
12208 \begin_inset Formula $W_{g\,n}$
12209 \end_inset
12210
12211  which the user needs to set when 
12212 \emph on
12213 n
12214 \emph default
12215  columns are spanned can be calculated, so that each column has a total
12216  width of 
12217 \begin_inset Formula $W_{\mathrm{tot\,multicolumn}}/n$
12218 \end_inset
12219
12220 :
12221 \begin_inset Formula 
12222 \begin{equation}
12223 W_{g\,n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12224 \end{equation}
12225
12226 \end_inset
12227
12228
12229 \end_layout
12230
12231 \begin_layout Standard
12232 In our case we have 
12233 \begin_inset Formula $n=2$
12234 \end_inset
12235
12236
12237 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12238 \end_inset
12239
12240 cm and the default values for the lengths, so that equation 
12241 \begin_inset CommandInset ref
12242 LatexCommand ref
12243 reference "eq:Wgn"
12244
12245 \end_inset
12246
12247  becomes
12248 \begin_inset Formula 
12249 \begin{equation}
12250 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12251 \end{equation}
12252
12253 \end_inset
12254
12255
12256 \end_layout
12257
12258 \begin_layout Standard
12259 To enable calculations in \SpecialChar LaTeX
12260 , the \SpecialChar LaTeX
12261 -package 
12262 \series bold
12263 calc
12264 \series default
12265  must be loaded with the document preamble line
12266 \begin_inset Index idx
12267 status collapsed
12268
12269 \begin_layout Plain Layout
12270 \SpecialChar LaTeX
12271 -packages ! calc
12272 \end_layout
12273
12274 \end_inset
12275
12276
12277 \end_layout
12278
12279 \begin_layout Standard
12280
12281 \series bold
12282
12283 \backslash
12284 usepackage{calc}
12285 \end_layout
12286
12287 \begin_layout Standard
12288 \SpecialChar LyX
12289  does not allow you to calculate lengths in the 
12290 \family sans
12291 Width
12292 \family default
12293  field of the table dialog.
12294  Therefore you have to format the column by inserting a \SpecialChar LaTeX
12295 -argument in the
12296  dialog.
12297  Here is an overview about the arguments:
12298 \end_layout
12299
12300 \begin_layout Itemize
12301
12302 \series bold
12303 p{width}
12304 \series default
12305  creates cell with a fixed width, its text is vertically top-aligned
12306 \end_layout
12307
12308 \begin_layout Itemize
12309
12310 \series bold
12311 m{width}
12312 \series default
12313  creates cell with a fixed width, its text is vertically centered
12314 \end_layout
12315
12316 \begin_layout Itemize
12317
12318 \series bold
12319 b{width}
12320 \series default
12321  creates cell with a fixed width, its text is vertically bottom-aligned
12322 \end_layout
12323
12324 \begin_layout Standard
12325 By entering a \SpecialChar LaTeX
12326 -argument, all cell settings set in the table dialog are overwritt
12327 en.
12328 \end_layout
12329
12330 \begin_layout Standard
12331 \begin_inset Note Greyedout
12332 status open
12333
12334 \begin_layout Plain Layout
12335
12336 \series bold
12337 Note:
12338 \series default
12339  Due to a bug, \SpecialChar LyX
12340  shows the overwritten settings anyway.
12341 \end_layout
12342
12343 \end_inset
12344
12345
12346 \end_layout
12347
12348 \begin_layout Standard
12349 As the text should be horizontally centered, the command 
12350 \series bold
12351
12352 \backslash
12353 centering
12354 \series default
12355  is added.
12356  You can now enter the following \SpecialChar LaTeX
12357 -argument for the first spanned column:
12358 \end_layout
12359
12360 \begin_layout Standard
12361
12362 \series bold
12363 >{
12364 \backslash
12365 centering}m{1.25cm-6.2pt}
12366 \end_layout
12367
12368 \begin_layout Standard
12369 The command 
12370 \series bold
12371 >{ }
12372 \series default
12373  means, that the commands inside the braces are applied before the cell
12374  is created.
12375 \end_layout
12376
12377 \begin_layout Standard
12378 Although we have chosen centered alignment for the text of the multicolumn
12379  cell, it is still left aligned.
12380  This is because \SpecialChar LyX
12381  only applies the alignment to single columns.
12382  So for the multicolumn cell we have to use the \SpecialChar LaTeX
12383 -argument
12384 \end_layout
12385
12386 \begin_layout Standard
12387
12388 \series bold
12389 >{
12390 \backslash
12391 centering}m{2.5cm}
12392 \end_layout
12393
12394 \begin_layout Subsection
12395 Multirows
12396 \begin_inset CommandInset label
12397 LatexCommand label
12398 name "subsec:Multirows"
12399
12400 \end_inset
12401
12402
12403 \begin_inset Index idx
12404 status collapsed
12405
12406 \begin_layout Plain Layout
12407 Multirows
12408 \end_layout
12409
12410 \end_inset
12411
12412
12413 \begin_inset Index idx
12414 status collapsed
12415
12416 \begin_layout Plain Layout
12417 Table ! Multirows
12418 \end_layout
12419
12420 \end_inset
12421
12422
12423 \end_layout
12424
12425 \begin_layout Standard
12426 To merge cells over multiple rows, select as many cells within a column
12427  as you want to merge and use either the table-toolbar button 
12428 \begin_inset Info
12429 type  "icon"
12430 arg   "tabular-feature multirow"
12431 \end_inset
12432
12433 , or the menu 
12434 \family sans
12435 Edit\SpecialChar menuseparator
12436 Table\SpecialChar menuseparator
12437 Multirow
12438 \family default
12439 , or right click on the marked cells and choose 
12440 \family sans
12441 Multirow
12442 \family default
12443  in the context menu.
12444 \end_layout
12445
12446 \begin_layout Standard
12447 Here is an example table with a multirow in the first column:
12448 \end_layout
12449
12450 \begin_layout Standard
12451 \align center
12452 \begin_inset Tabular
12453 <lyxtabular version="3" rows="3" columns="3">
12454 <features tabularvalignment="middle">
12455 <column alignment="center" valignment="top" width="0pt">
12456 <column alignment="center" valignment="top">
12457 <column alignment="center" valignment="top">
12458 <row>
12459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12460 \begin_inset Text
12461
12462 \begin_layout Plain Layout
12463 a long cell entry
12464 \end_layout
12465
12466 \end_inset
12467 </cell>
12468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12469 \begin_inset Text
12470
12471 \begin_layout Plain Layout
12472 b
12473 \end_layout
12474
12475 \end_inset
12476 </cell>
12477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12478 \begin_inset Text
12479
12480 \begin_layout Plain Layout
12481 c
12482 \end_layout
12483
12484 \end_inset
12485 </cell>
12486 </row>
12487 <row>
12488 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12489 \begin_inset Text
12490
12491 \begin_layout Plain Layout
12492 multirow
12493 \end_layout
12494
12495 \end_inset
12496 </cell>
12497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12498 \begin_inset Text
12499
12500 \begin_layout Plain Layout
12501 e
12502 \end_layout
12503
12504 \end_inset
12505 </cell>
12506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12507 \begin_inset Text
12508
12509 \begin_layout Plain Layout
12510 f
12511 \end_layout
12512
12513 \end_inset
12514 </cell>
12515 </row>
12516 <row>
12517 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12518 \begin_inset Text
12519
12520 \begin_layout Plain Layout
12521
12522 \end_layout
12523
12524 \end_inset
12525 </cell>
12526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12527 \begin_inset Text
12528
12529 \begin_layout Plain Layout
12530 h
12531 \end_layout
12532
12533 \end_inset
12534 </cell>
12535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12536 \begin_inset Text
12537
12538 \begin_layout Plain Layout
12539 i
12540 \end_layout
12541
12542 \end_inset
12543 </cell>
12544 </row>
12545 </lyxtabular>
12546
12547 \end_inset
12548
12549
12550 \end_layout
12551
12552 \begin_layout Standard
12553 The width of multirow cells is set by setting the width and alignment for
12554  the whole column.
12555  The 
12556 \family sans
12557 Vertical Offset
12558 \family default
12559  shifts the content of the multirow up/down if the offset is positive/negative.
12560 \end_layout
12561
12562 \begin_layout Standard
12563 If the column of a multirow cell has no explicit width, the multirow cell
12564  inherits the alignment of the column.
12565  Otherwise it is by default left-aligned.
12566  To override the default, renew the command 
12567 \series bold
12568
12569 \backslash
12570 multirowsetup
12571 \series default
12572  with the command
12573 \end_layout
12574
12575 \begin_layout Standard
12576
12577 \series bold
12578
12579 \backslash
12580 renewcommand{
12581 \backslash
12582 multirowsetup}{
12583 \backslash
12584 centering}
12585 \end_layout
12586
12587 \begin_layout Standard
12588 in the document preamble.
12589  Then all entries of multirow cells in the document are centered.
12590  If centering is only needed for several tables, you can renew the command
12591  in a \SpecialChar TeX
12592  Code box just before the table instead of the preamble.
12593  If the text should be right-aligned, replace 
12594 \series bold
12595
12596 \backslash
12597 centering
12598 \series default
12599  by 
12600 \series bold
12601
12602 \backslash
12603 raggedleft
12604 \series default
12605 .
12606  To return to left-alignment 
12607 \series bold
12608
12609 \backslash
12610 raggedright
12611 \series default
12612  is used.
12613 \end_layout
12614
12615 \begin_layout Standard
12616 This is an example table with a right-aligned multirow cell that has a vertical
12617  offset of -4
12618 \begin_inset space \thinspace{}
12619 \end_inset
12620
12621 mm and is in a 3
12622 \begin_inset space \thinspace{}
12623 \end_inset
12624
12625 cm wide column:
12626 \end_layout
12627
12628 \begin_layout Standard
12629 \noindent
12630 \align center
12631 \begin_inset ERT
12632 status collapsed
12633
12634 \begin_layout Plain Layout
12635
12636
12637 \backslash
12638 renewcommand{
12639 \backslash
12640 multirowsetup}{
12641 \backslash
12642 raggedleft}
12643 \end_layout
12644
12645 \end_inset
12646
12647
12648 \begin_inset Tabular
12649 <lyxtabular version="3" rows="4" columns="3">
12650 <features tabularvalignment="middle">
12651 <column alignment="center" valignment="top" width="3cm">
12652 <column alignment="center" valignment="top">
12653 <column alignment="center" valignment="top">
12654 <row>
12655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12656 \begin_inset Text
12657
12658 \begin_layout Plain Layout
12659 a long cell entry
12660 \end_layout
12661
12662 \end_inset
12663 </cell>
12664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12665 \begin_inset Text
12666
12667 \begin_layout Plain Layout
12668 b
12669 \end_layout
12670
12671 \end_inset
12672 </cell>
12673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12674 \begin_inset Text
12675
12676 \begin_layout Plain Layout
12677 c
12678 \end_layout
12679
12680 \end_inset
12681 </cell>
12682 </row>
12683 <row>
12684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12685 \begin_inset Text
12686
12687 \begin_layout Plain Layout
12688 t
12689 \end_layout
12690
12691 \end_inset
12692 </cell>
12693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12694 \begin_inset Text
12695
12696 \begin_layout Plain Layout
12697 n
12698 \end_layout
12699
12700 \end_inset
12701 </cell>
12702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12703 \begin_inset Text
12704
12705 \begin_layout Plain Layout
12706 m
12707 \end_layout
12708
12709 \end_inset
12710 </cell>
12711 </row>
12712 <row>
12713 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12714 \begin_inset Text
12715
12716 \begin_layout Plain Layout
12717 multirow
12718 \end_layout
12719
12720 \end_inset
12721 </cell>
12722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12723 \begin_inset Text
12724
12725 \begin_layout Plain Layout
12726 e
12727 \end_layout
12728
12729 \end_inset
12730 </cell>
12731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12732 \begin_inset Text
12733
12734 \begin_layout Plain Layout
12735 f
12736 \end_layout
12737
12738 \end_inset
12739 </cell>
12740 </row>
12741 <row>
12742 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12743 \begin_inset Text
12744
12745 \begin_layout Plain Layout
12746
12747 \end_layout
12748
12749 \end_inset
12750 </cell>
12751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12752 \begin_inset Text
12753
12754 \begin_layout Plain Layout
12755 h
12756 \end_layout
12757
12758 \end_inset
12759 </cell>
12760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12761 \begin_inset Text
12762
12763 \begin_layout Plain Layout
12764 i
12765 \end_layout
12766
12767 \end_inset
12768 </cell>
12769 </row>
12770 </lyxtabular>
12771
12772 \end_inset
12773
12774
12775 \begin_inset ERT
12776 status collapsed
12777
12778 \begin_layout Plain Layout
12779
12780
12781 \backslash
12782 renewcommand{
12783 \backslash
12784 multirowsetup}{
12785 \backslash
12786 raggedright}
12787 \end_layout
12788
12789 \end_inset
12790
12791
12792 \end_layout
12793
12794 \begin_layout Standard
12795 To start a new line in a multirow you can use a forced line break (shortcut
12796  
12797 \begin_inset Info
12798 type  "shortcut"
12799 arg   "newline-insert newline"
12800 \end_inset
12801
12802 ) but this will not respect the cell lines as demonstrated in this table:
12803 \end_layout
12804
12805 \begin_layout Standard
12806 \noindent
12807 \align center
12808 \begin_inset Tabular
12809 <lyxtabular version="3" rows="3" columns="2">
12810 <features tabularvalignment="middle">
12811 <column alignment="left" valignment="middle" width="2cm">
12812 <column alignment="center" valignment="top">
12813 <row>
12814 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12815 \begin_inset Text
12816
12817 \begin_layout Plain Layout
12818 aaa
12819 \begin_inset Newline newline
12820 \end_inset
12821
12822 aaa
12823 \begin_inset Newline newline
12824 \end_inset
12825
12826 wrong cell
12827 \end_layout
12828
12829 \end_inset
12830 </cell>
12831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12832 \begin_inset Text
12833
12834 \begin_layout Plain Layout
12835 ccc
12836 \end_layout
12837
12838 \end_inset
12839 </cell>
12840 </row>
12841 <row>
12842 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12843 \begin_inset Text
12844
12845 \begin_layout Plain Layout
12846
12847 \end_layout
12848
12849 \end_inset
12850 </cell>
12851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12852 \begin_inset Text
12853
12854 \begin_layout Plain Layout
12855 ddd
12856 \end_layout
12857
12858 \end_inset
12859 </cell>
12860 </row>
12861 <row>
12862 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12863 \begin_inset Text
12864
12865 \begin_layout Plain Layout
12866 bbb
12867 \end_layout
12868
12869 \end_inset
12870 </cell>
12871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12872 \begin_inset Text
12873
12874 \begin_layout Plain Layout
12875 eee
12876 \end_layout
12877
12878 \end_inset
12879 </cell>
12880 </row>
12881 </lyxtabular>
12882
12883 \end_inset
12884
12885
12886 \end_layout
12887
12888 \begin_layout Standard
12889 Therefore be careful with forced line breaks.
12890 \end_layout
12891
12892 \begin_layout Subsection
12893 Cells with diagonal line(s)
12894 \end_layout
12895
12896 \begin_layout Standard
12897 To tell the reader what is meant by column and row headings in a table,
12898  it is helpful to split the first cell of the table by one or two diagonal
12899  lines.
12900  This can be achieved by loading the \SpecialChar LaTeX
12901  package 
12902 \series bold
12903 diagbox
12904 \series default
12905
12906 \begin_inset Index idx
12907 status collapsed
12908
12909 \begin_layout Plain Layout
12910 \SpecialChar LaTeX
12911 -packages ! picinpar
12912 \end_layout
12913
12914 \end_inset
12915
12916  in the document preamble.
12917  The package provides the command 
12918 \series bold
12919
12920 \backslash
12921 diagbox
12922 \series default
12923  that is inserted as \SpecialChar TeX
12924  Code and that can take 2 or 3
12925 \begin_inset space ~
12926 \end_inset
12927
12928 arguments:
12929 \end_layout
12930
12931 \begin_layout Standard
12932
12933 \series bold
12934
12935 \backslash
12936 diagbox[options]{lower left}{upper right}
12937 \end_layout
12938
12939 \begin_layout Standard
12940
12941 \series bold
12942
12943 \backslash
12944 diagbox[options]{lower left}{upper left}{upper right}
12945 \end_layout
12946
12947 \begin_layout Standard
12948 The first scheme divides the cell by a single diagonal line and the arguments
12949  are placed below and above this line.
12950  The second scheme divides the cell by 2
12951 \begin_inset space ~
12952 \end_inset
12953
12954 lines.
12955 \end_layout
12956
12957 \begin_layout Standard
12958 \begin_inset ERT
12959 status collapsed
12960
12961 \begin_layout Plain Layout
12962
12963
12964 \backslash
12965 ifdiagbox
12966 \end_layout
12967
12968 \end_inset
12969
12970
12971 \begin_inset Note Note
12972 status open
12973
12974 \begin_layout Plain Layout
12975 The following section will only be displayed when the \SpecialChar LaTeX
12976 -package 
12977 \series bold
12978 diagbox
12979 \series default
12980  is installed.
12981 \end_layout
12982
12983 \end_inset
12984
12985
12986 \end_layout
12987
12988 \begin_layout Standard
12989 Here is an example table where 
12990 \series bold
12991
12992 \backslash
12993 diagbox 
12994 \series default
12995 is used in the 2-argument scheme in the first cell:
12996 \begin_inset VSpace medskip
12997 \end_inset
12998
12999
13000 \end_layout
13001
13002 \begin_layout Standard
13003 \noindent
13004 \begin_inset Tabular
13005 <lyxtabular version="3" rows="4" columns="4">
13006 <features tabularvalignment="middle">
13007 <column alignment="center" valignment="top">
13008 <column alignment="center" valignment="top">
13009 <column alignment="center" valignment="top">
13010 <column alignment="center" valignment="top">
13011 <row>
13012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13013 \begin_inset Text
13014
13015 \begin_layout Plain Layout
13016 \begin_inset ERT
13017 status collapsed
13018
13019 \begin_layout Plain Layout
13020
13021
13022 \backslash
13023 diagbox{
13024 \end_layout
13025
13026 \end_inset
13027
13028 Name
13029 \begin_inset ERT
13030 status collapsed
13031
13032 \begin_layout Plain Layout
13033
13034 }{
13035 \end_layout
13036
13037 \end_inset
13038
13039 Parameter
13040 \begin_inset ERT
13041 status collapsed
13042
13043 \begin_layout Plain Layout
13044
13045 }
13046 \end_layout
13047
13048 \end_inset
13049
13050
13051 \end_layout
13052
13053 \end_inset
13054 </cell>
13055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13056 \begin_inset Text
13057
13058 \begin_layout Plain Layout
13059 Thickness in nm
13060 \end_layout
13061
13062 \end_inset
13063 </cell>
13064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13065 \begin_inset Text
13066
13067 \begin_layout Plain Layout
13068 Transparency in %
13069 \end_layout
13070
13071 \end_inset
13072 </cell>
13073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13074 \begin_inset Text
13075
13076 \begin_layout Plain Layout
13077 Hardness in MPa
13078 \end_layout
13079
13080 \end_inset
13081 </cell>
13082 </row>
13083 <row>
13084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13085 \begin_inset Text
13086
13087 \begin_layout Plain Layout
13088 Perfect Green
13089 \end_layout
13090
13091 \end_inset
13092 </cell>
13093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13094 \begin_inset Text
13095
13096 \begin_layout Plain Layout
13097 45
13098 \end_layout
13099
13100 \end_inset
13101 </cell>
13102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13103 \begin_inset Text
13104
13105 \begin_layout Plain Layout
13106 80
13107 \end_layout
13108
13109 \end_inset
13110 </cell>
13111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13112 \begin_inset Text
13113
13114 \begin_layout Plain Layout
13115 504
13116 \end_layout
13117
13118 \end_inset
13119 </cell>
13120 </row>
13121 <row>
13122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13123 \begin_inset Text
13124
13125 \begin_layout Plain Layout
13126 Dark Multi-P
13127 \end_layout
13128
13129 \end_inset
13130 </cell>
13131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13132 \begin_inset Text
13133
13134 \begin_layout Plain Layout
13135 60
13136 \end_layout
13137
13138 \end_inset
13139 </cell>
13140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13141 \begin_inset Text
13142
13143 \begin_layout Plain Layout
13144 72
13145 \end_layout
13146
13147 \end_inset
13148 </cell>
13149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13150 \begin_inset Text
13151
13152 \begin_layout Plain Layout
13153 982
13154 \end_layout
13155
13156 \end_inset
13157 </cell>
13158 </row>
13159 <row>
13160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13161 \begin_inset Text
13162
13163 \begin_layout Plain Layout
13164 Crystal Clear Pro
13165 \end_layout
13166
13167 \end_inset
13168 </cell>
13169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13170 \begin_inset Text
13171
13172 \begin_layout Plain Layout
13173 18
13174 \end_layout
13175
13176 \end_inset
13177 </cell>
13178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13179 \begin_inset Text
13180
13181 \begin_layout Plain Layout
13182 86
13183 \end_layout
13184
13185 \end_inset
13186 </cell>
13187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13188 \begin_inset Text
13189
13190 \begin_layout Plain Layout
13191 374
13192 \end_layout
13193
13194 \end_inset
13195 </cell>
13196 </row>
13197 </lyxtabular>
13198
13199 \end_inset
13200
13201
13202 \begin_inset VSpace medskip
13203 \end_inset
13204
13205
13206 \end_layout
13207
13208 \begin_layout Standard
13209 The 3-argument scheme is for example useful for cross-tables of sports leagues
13210  or distances:
13211 \end_layout
13212
13213 \begin_layout Standard
13214 \noindent
13215 \align center
13216 \begin_inset Tabular
13217 <lyxtabular version="3" rows="4" columns="4">
13218 <features tabularvalignment="middle">
13219 <column alignment="center" valignment="top" width="0pt">
13220 <column alignment="center" valignment="top">
13221 <column alignment="center" valignment="top">
13222 <column alignment="center" valignment="top">
13223 <row>
13224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13225 \begin_inset Text
13226
13227 \begin_layout Plain Layout
13228 \begin_inset ERT
13229 status collapsed
13230
13231 \begin_layout Plain Layout
13232
13233
13234 \backslash
13235 diagbox{
13236 \end_layout
13237
13238 \end_inset
13239
13240 Team home
13241 \begin_inset ERT
13242 status collapsed
13243
13244 \begin_layout Plain Layout
13245
13246 }{
13247 \end_layout
13248
13249 \end_inset
13250
13251 Result
13252 \begin_inset ERT
13253 status collapsed
13254
13255 \begin_layout Plain Layout
13256
13257 }{
13258 \end_layout
13259
13260 \end_inset
13261
13262 Team away
13263 \begin_inset ERT
13264 status collapsed
13265
13266 \begin_layout Plain Layout
13267
13268 }
13269 \end_layout
13270
13271 \end_inset
13272
13273
13274 \end_layout
13275
13276 \end_inset
13277 </cell>
13278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13279 \begin_inset Text
13280
13281 \begin_layout Plain Layout
13282 Tigers
13283 \end_layout
13284
13285 \end_inset
13286 </cell>
13287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13288 \begin_inset Text
13289
13290 \begin_layout Plain Layout
13291 Panthers
13292 \end_layout
13293
13294 \end_inset
13295 </cell>
13296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13297 \begin_inset Text
13298
13299 \begin_layout Plain Layout
13300 Falcons
13301 \end_layout
13302
13303 \end_inset
13304 </cell>
13305 </row>
13306 <row>
13307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13308 \begin_inset Text
13309
13310 \begin_layout Plain Layout
13311 Tigers
13312 \end_layout
13313
13314 \end_inset
13315 </cell>
13316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13317 \begin_inset Text
13318
13319 \begin_layout Plain Layout
13320 —
13321 \end_layout
13322
13323 \end_inset
13324 </cell>
13325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13326 \begin_inset Text
13327
13328 \begin_layout Plain Layout
13329 1:3
13330 \end_layout
13331
13332 \end_inset
13333 </cell>
13334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13335 \begin_inset Text
13336
13337 \begin_layout Plain Layout
13338 0:1
13339 \end_layout
13340
13341 \end_inset
13342 </cell>
13343 </row>
13344 <row>
13345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13346 \begin_inset Text
13347
13348 \begin_layout Plain Layout
13349 Panthers
13350 \end_layout
13351
13352 \end_inset
13353 </cell>
13354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13355 \begin_inset Text
13356
13357 \begin_layout Plain Layout
13358 3:1
13359 \end_layout
13360
13361 \end_inset
13362 </cell>
13363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13364 \begin_inset Text
13365
13366 \begin_layout Plain Layout
13367 —
13368 \end_layout
13369
13370 \end_inset
13371 </cell>
13372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13373 \begin_inset Text
13374
13375 \begin_layout Plain Layout
13376 0:0
13377 \end_layout
13378
13379 \end_inset
13380 </cell>
13381 </row>
13382 <row>
13383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13384 \begin_inset Text
13385
13386 \begin_layout Plain Layout
13387 Falcons
13388 \end_layout
13389
13390 \end_inset
13391 </cell>
13392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13393 \begin_inset Text
13394
13395 \begin_layout Plain Layout
13396 1:0
13397 \end_layout
13398
13399 \end_inset
13400 </cell>
13401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13402 \begin_inset Text
13403
13404 \begin_layout Plain Layout
13405 0:0
13406 \end_layout
13407
13408 \end_inset
13409 </cell>
13410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13411 \begin_inset Text
13412
13413 \begin_layout Plain Layout
13414 —
13415 \end_layout
13416
13417 \end_inset
13418 </cell>
13419 </row>
13420 </lyxtabular>
13421
13422 \end_inset
13423
13424
13425 \end_layout
13426
13427 \begin_layout Standard
13428 For larger cross-tables one might use split cells in 2 or every corner of
13429  the table like in this example:
13430 \end_layout
13431
13432 \begin_layout Standard
13433 \noindent
13434 \align center
13435 \begin_inset Tabular
13436 <lyxtabular version="3" rows="5" columns="5">
13437 <features tabularvalignment="middle">
13438 <column alignment="center" valignment="top" width="0pt">
13439 <column alignment="center" valignment="top">
13440 <column alignment="center" valignment="top">
13441 <column alignment="center" valignment="top">
13442 <column alignment="center" valignment="top">
13443 <row>
13444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13445 \begin_inset Text
13446
13447 \begin_layout Plain Layout
13448 \begin_inset ERT
13449 status open
13450
13451 \begin_layout Plain Layout
13452
13453
13454 \backslash
13455 diagbox{
13456 \end_layout
13457
13458 \end_inset
13459
13460 Team home
13461 \begin_inset ERT
13462 status collapsed
13463
13464 \begin_layout Plain Layout
13465
13466 }{
13467 \end_layout
13468
13469 \end_inset
13470
13471 Result
13472 \begin_inset ERT
13473 status collapsed
13474
13475 \begin_layout Plain Layout
13476
13477 }{
13478 \end_layout
13479
13480 \end_inset
13481
13482 Team away
13483 \begin_inset ERT
13484 status collapsed
13485
13486 \begin_layout Plain Layout
13487
13488 }
13489 \end_layout
13490
13491 \end_inset
13492
13493
13494 \end_layout
13495
13496 \end_inset
13497 </cell>
13498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13499 \begin_inset Text
13500
13501 \begin_layout Plain Layout
13502 Tigers
13503 \end_layout
13504
13505 \end_inset
13506 </cell>
13507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13508 \begin_inset Text
13509
13510 \begin_layout Plain Layout
13511 Panthers
13512 \end_layout
13513
13514 \end_inset
13515 </cell>
13516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13517 \begin_inset Text
13518
13519 \begin_layout Plain Layout
13520 Falcons
13521 \end_layout
13522
13523 \end_inset
13524 </cell>
13525 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13526 \begin_inset Text
13527
13528 \begin_layout Plain Layout
13529 \begin_inset ERT
13530 status open
13531
13532 \begin_layout Plain Layout
13533
13534
13535 \backslash
13536 diagbox[dir=NE]{
13537 \end_layout
13538
13539 \end_inset
13540
13541 Team home
13542 \begin_inset ERT
13543 status collapsed
13544
13545 \begin_layout Plain Layout
13546
13547 }{
13548 \end_layout
13549
13550 \end_inset
13551
13552 Result
13553 \begin_inset ERT
13554 status collapsed
13555
13556 \begin_layout Plain Layout
13557
13558 }{
13559 \end_layout
13560
13561 \end_inset
13562
13563 Team away
13564 \begin_inset ERT
13565 status collapsed
13566
13567 \begin_layout Plain Layout
13568
13569 }
13570 \end_layout
13571
13572 \end_inset
13573
13574
13575 \end_layout
13576
13577 \end_inset
13578 </cell>
13579 </row>
13580 <row>
13581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13582 \begin_inset Text
13583
13584 \begin_layout Plain Layout
13585 Tigers
13586 \end_layout
13587
13588 \end_inset
13589 </cell>
13590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13591 \begin_inset Text
13592
13593 \begin_layout Plain Layout
13594 —
13595 \end_layout
13596
13597 \end_inset
13598 </cell>
13599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13600 \begin_inset Text
13601
13602 \begin_layout Plain Layout
13603 1:3
13604 \end_layout
13605
13606 \end_inset
13607 </cell>
13608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13609 \begin_inset Text
13610
13611 \begin_layout Plain Layout
13612 0:1
13613 \end_layout
13614
13615 \end_inset
13616 </cell>
13617 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13618 \begin_inset Text
13619
13620 \begin_layout Plain Layout
13621 Tigers
13622 \end_layout
13623
13624 \end_inset
13625 </cell>
13626 </row>
13627 <row>
13628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13629 \begin_inset Text
13630
13631 \begin_layout Plain Layout
13632 Panthers
13633 \end_layout
13634
13635 \end_inset
13636 </cell>
13637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13638 \begin_inset Text
13639
13640 \begin_layout Plain Layout
13641 3:1
13642 \end_layout
13643
13644 \end_inset
13645 </cell>
13646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13647 \begin_inset Text
13648
13649 \begin_layout Plain Layout
13650 —
13651 \end_layout
13652
13653 \end_inset
13654 </cell>
13655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13656 \begin_inset Text
13657
13658 \begin_layout Plain Layout
13659 0:0
13660 \end_layout
13661
13662 \end_inset
13663 </cell>
13664 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13665 \begin_inset Text
13666
13667 \begin_layout Plain Layout
13668 Panthers
13669 \end_layout
13670
13671 \end_inset
13672 </cell>
13673 </row>
13674 <row>
13675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13676 \begin_inset Text
13677
13678 \begin_layout Plain Layout
13679 Falcons
13680 \end_layout
13681
13682 \end_inset
13683 </cell>
13684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13685 \begin_inset Text
13686
13687 \begin_layout Plain Layout
13688 1:0
13689 \end_layout
13690
13691 \end_inset
13692 </cell>
13693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13694 \begin_inset Text
13695
13696 \begin_layout Plain Layout
13697 0:0
13698 \end_layout
13699
13700 \end_inset
13701 </cell>
13702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13703 \begin_inset Text
13704
13705 \begin_layout Plain Layout
13706 —
13707 \end_layout
13708
13709 \end_inset
13710 </cell>
13711 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13712 \begin_inset Text
13713
13714 \begin_layout Plain Layout
13715 Falcons
13716 \end_layout
13717
13718 \end_inset
13719 </cell>
13720 </row>
13721 <row>
13722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13723 \begin_inset Text
13724
13725 \begin_layout Plain Layout
13726 \begin_inset ERT
13727 status open
13728
13729 \begin_layout Plain Layout
13730
13731
13732 \backslash
13733 diagbox[dir=SW]{
13734 \end_layout
13735
13736 \end_inset
13737
13738 Team home
13739 \begin_inset ERT
13740 status collapsed
13741
13742 \begin_layout Plain Layout
13743
13744 }{
13745 \end_layout
13746
13747 \end_inset
13748
13749 Result
13750 \begin_inset ERT
13751 status collapsed
13752
13753 \begin_layout Plain Layout
13754
13755 }{
13756 \end_layout
13757
13758 \end_inset
13759
13760 Team away
13761 \begin_inset ERT
13762 status collapsed
13763
13764 \begin_layout Plain Layout
13765
13766 }
13767 \end_layout
13768
13769 \end_inset
13770
13771
13772 \end_layout
13773
13774 \end_inset
13775 </cell>
13776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13777 \begin_inset Text
13778
13779 \begin_layout Plain Layout
13780 Tigers
13781 \end_layout
13782
13783 \end_inset
13784 </cell>
13785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13786 \begin_inset Text
13787
13788 \begin_layout Plain Layout
13789 Panthers
13790 \end_layout
13791
13792 \end_inset
13793 </cell>
13794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13795 \begin_inset Text
13796
13797 \begin_layout Plain Layout
13798 Falcons
13799 \end_layout
13800
13801 \end_inset
13802 </cell>
13803 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13804 \begin_inset Text
13805
13806 \begin_layout Plain Layout
13807 \begin_inset ERT
13808 status open
13809
13810 \begin_layout Plain Layout
13811
13812
13813 \backslash
13814 diagbox[dir=SE]{
13815 \end_layout
13816
13817 \end_inset
13818
13819 Team home
13820 \begin_inset ERT
13821 status collapsed
13822
13823 \begin_layout Plain Layout
13824
13825 }{
13826 \end_layout
13827
13828 \end_inset
13829
13830 Result
13831 \begin_inset ERT
13832 status collapsed
13833
13834 \begin_layout Plain Layout
13835
13836 }{
13837 \end_layout
13838
13839 \end_inset
13840
13841 Team away
13842 \begin_inset ERT
13843 status collapsed
13844
13845 \begin_layout Plain Layout
13846
13847 }
13848 \end_layout
13849
13850 \end_inset
13851
13852
13853 \end_layout
13854
13855 \end_inset
13856 </cell>
13857 </row>
13858 </lyxtabular>
13859
13860 \end_inset
13861
13862
13863 \end_layout
13864
13865 \begin_layout Standard
13866 To rotate the diagonal lines, the command option 
13867 \series bold
13868 dir=direction
13869 \series default
13870  is used.
13871  
13872 \emph on
13873 direction
13874 \emph default
13875  is either 
13876 \series bold
13877 NE
13878 \series default
13879
13880 \series bold
13881 SE
13882 \series default
13883
13884 \series bold
13885 SW
13886 \series default
13887  or 
13888 \series bold
13889 NW
13890 \series default
13891  and represent a point of a compass.
13892  
13893 \series bold
13894 SW
13895 \series default
13896  is for example the south-west corner.
13897  Thus in the lower left cell of the above table the command
13898 \end_layout
13899
13900 \begin_layout Standard
13901
13902 \series bold
13903
13904 \backslash
13905 diagbox[dir=SW]{Team home}{Result}{Team away}
13906 \end_layout
13907
13908 \begin_layout Standard
13909 is used.
13910  If no direction is given, it will be NW.
13911 \end_layout
13912
13913 \begin_layout Standard
13914 The necessary width of split cells is automatically calculated.
13915  Thus if you set a fixed column width smaller than the calculated one, the
13916  cell's content will protrude the cell borders:
13917 \end_layout
13918
13919 \begin_layout Standard
13920 \noindent
13921 \align center
13922 \begin_inset Tabular
13923 <lyxtabular version="3" rows="2" columns="2">
13924 <features tabularvalignment="middle">
13925 <column alignment="center" valignment="top" width="3cm">
13926 <column alignment="center" valignment="top">
13927 <row>
13928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13929 \begin_inset Text
13930
13931 \begin_layout Plain Layout
13932 \begin_inset ERT
13933 status collapsed
13934
13935 \begin_layout Plain Layout
13936
13937
13938 \backslash
13939 diagbox{
13940 \end_layout
13941
13942 \end_inset
13943
13944 Name
13945 \begin_inset ERT
13946 status collapsed
13947
13948 \begin_layout Plain Layout
13949
13950 }{
13951 \end_layout
13952
13953 \end_inset
13954
13955 Parameter
13956 \begin_inset ERT
13957 status collapsed
13958
13959 \begin_layout Plain Layout
13960
13961 }
13962 \end_layout
13963
13964 \end_inset
13965
13966
13967 \end_layout
13968
13969 \end_inset
13970 </cell>
13971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13972 \begin_inset Text
13973
13974 \begin_layout Plain Layout
13975 Thickness in nm
13976 \end_layout
13977
13978 \end_inset
13979 </cell>
13980 </row>
13981 <row>
13982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13983 \begin_inset Text
13984
13985 \begin_layout Plain Layout
13986 Perfect Green
13987 \end_layout
13988
13989 \end_inset
13990 </cell>
13991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13992 \begin_inset Text
13993
13994 \begin_layout Plain Layout
13995 45
13996 \end_layout
13997
13998 \end_inset
13999 </cell>
14000 </row>
14001 </lyxtabular>
14002
14003 \end_inset
14004
14005
14006 \end_layout
14007
14008 \begin_layout Standard
14009 If you need a certain width for columns with a split cell, use the command
14010  option 
14011 \series bold
14012 width=3cm
14013 \series default
14014  (replace '3cm' by the width you need).
14015  In the following table the width of the first column is set to 4
14016 \begin_inset space \thinspace{}
14017 \end_inset
14018
14019 cm.
14020  For 
14021 \series bold
14022
14023 \backslash
14024 diagbox
14025 \series default
14026  a width of 4
14027 \begin_inset space \thinspace{}
14028 \end_inset
14029
14030 cm + 2
14031 \begin_inset space \thinspace{}
14032 \end_inset
14033
14034
14035 \backslash
14036 tabcolsep is necessary because the overall width is the width for the text
14037  (in this case the 4
14038 \begin_inset space \thinspace{}
14039 \end_inset
14040
14041 cm) plus two times the separation of the text and the cell border.
14042  The calculation of the width cannot be done in the command option of 
14043 \series bold
14044
14045 \backslash
14046 diagbox
14047 \series default
14048  so one needs to create a new length which can be used later.
14049  This is done with the \SpecialChar TeX
14050  Code commands
14051 \end_layout
14052
14053 \begin_layout Standard
14054
14055 \series bold
14056
14057 \backslash
14058 newlength{
14059 \backslash
14060 diagtest}
14061 \begin_inset Newline newline
14062 \end_inset
14063
14064
14065 \backslash
14066 setlength{
14067 \backslash
14068 diagtest}{4cm+2
14069 \backslash
14070 tabcolsep}
14071 \end_layout
14072
14073 \begin_layout Standard
14074 \begin_inset ERT
14075 status collapsed
14076
14077 \begin_layout Plain Layout
14078
14079
14080 \backslash
14081 newlength{
14082 \backslash
14083 diagtest}
14084 \end_layout
14085
14086 \begin_layout Plain Layout
14087
14088
14089 \backslash
14090 setlength{
14091 \backslash
14092 diagtest}{4cm+2
14093 \backslash
14094 tabcolsep}
14095 \end_layout
14096
14097 \end_inset
14098
14099
14100 \end_layout
14101
14102 \begin_layout Standard
14103 To enable calculations in \SpecialChar LaTeX
14104  one needs to load the package 
14105 \series bold
14106 calc
14107 \series default
14108
14109 \begin_inset Index idx
14110 status collapsed
14111
14112 \begin_layout Plain Layout
14113 \SpecialChar LaTeX
14114 -packages ! calc
14115 \end_layout
14116
14117 \end_inset
14118
14119  in the document preamble.
14120 \end_layout
14121
14122 \begin_layout Standard
14123 In this table you can now use the command
14124 \end_layout
14125
14126 \begin_layout Standard
14127
14128 \series bold
14129
14130 \backslash
14131 diagbox[width=
14132 \backslash
14133 diagtest]{A}{B}
14134 \end_layout
14135
14136 \begin_layout Standard
14137 in the first cell:
14138 \end_layout
14139
14140 \begin_layout Standard
14141 \noindent
14142 \align center
14143 \begin_inset Tabular
14144 <lyxtabular version="3" rows="2" columns="2">
14145 <features tabularvalignment="middle">
14146 <column alignment="center" valignment="top" width="4cm">
14147 <column alignment="center" valignment="top">
14148 <row>
14149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14150 \begin_inset Text
14151
14152 \begin_layout Plain Layout
14153 \begin_inset ERT
14154 status open
14155
14156 \begin_layout Plain Layout
14157
14158
14159 \backslash
14160 diagbox[width=
14161 \backslash
14162 diagtest]{
14163 \end_layout
14164
14165 \end_inset
14166
14167 A
14168 \begin_inset ERT
14169 status collapsed
14170
14171 \begin_layout Plain Layout
14172
14173 }{
14174 \end_layout
14175
14176 \end_inset
14177
14178 B
14179 \begin_inset ERT
14180 status collapsed
14181
14182 \begin_layout Plain Layout
14183
14184 }
14185 \end_layout
14186
14187 \end_inset
14188
14189
14190 \end_layout
14191
14192 \end_inset
14193 </cell>
14194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14195 \begin_inset Text
14196
14197 \begin_layout Plain Layout
14198 Thickness in nm
14199 \end_layout
14200
14201 \end_inset
14202 </cell>
14203 </row>
14204 <row>
14205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14206 \begin_inset Text
14207
14208 \begin_layout Plain Layout
14209 Perfect Green
14210 \end_layout
14211
14212 \end_inset
14213 </cell>
14214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14215 \begin_inset Text
14216
14217 \begin_layout Plain Layout
14218 45
14219 \end_layout
14220
14221 \end_inset
14222 </cell>
14223 </row>
14224 </lyxtabular>
14225
14226 \end_inset
14227
14228
14229 \end_layout
14230
14231 \begin_layout Standard
14232 Note that the split cell needs to be the widest one in the column.
14233  Otherwise the length of the diagonal line cannot be calculated correctly
14234  like in this table:
14235 \end_layout
14236
14237 \begin_layout Standard
14238 \noindent
14239 \align center
14240 \begin_inset Tabular
14241 <lyxtabular version="3" rows="2" columns="2">
14242 <features tabularvalignment="middle">
14243 <column alignment="center" valignment="top" width="0pt">
14244 <column alignment="center" valignment="top">
14245 <row>
14246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14247 \begin_inset Text
14248
14249 \begin_layout Plain Layout
14250 \begin_inset ERT
14251 status collapsed
14252
14253 \begin_layout Plain Layout
14254
14255
14256 \backslash
14257 diagbox{
14258 \end_layout
14259
14260 \end_inset
14261
14262 A
14263 \begin_inset ERT
14264 status collapsed
14265
14266 \begin_layout Plain Layout
14267
14268 }{
14269 \end_layout
14270
14271 \end_inset
14272
14273 B
14274 \begin_inset ERT
14275 status collapsed
14276
14277 \begin_layout Plain Layout
14278
14279 }
14280 \end_layout
14281
14282 \end_inset
14283
14284
14285 \end_layout
14286
14287 \end_inset
14288 </cell>
14289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14290 \begin_inset Text
14291
14292 \begin_layout Plain Layout
14293 Thickness in nm
14294 \end_layout
14295
14296 \end_inset
14297 </cell>
14298 </row>
14299 <row>
14300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14301 \begin_inset Text
14302
14303 \begin_layout Plain Layout
14304 Perfect Green
14305 \end_layout
14306
14307 \end_inset
14308 </cell>
14309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14310 \begin_inset Text
14311
14312 \begin_layout Plain Layout
14313 45
14314 \end_layout
14315
14316 \end_inset
14317 </cell>
14318 </row>
14319 </lyxtabular>
14320
14321 \end_inset
14322
14323
14324 \end_layout
14325
14326 \begin_layout Standard
14327 In this case use the 
14328 \series bold
14329 width
14330 \series default
14331  option of the 
14332 \series bold
14333
14334 \backslash
14335 diagbox
14336 \series default
14337  command.
14338  It is then not necessary to add 2
14339 \backslash
14340 tabcolsep because the cell width is now the width of the column.
14341  In this table a width of 3
14342 \begin_inset space \thinspace{}
14343 \end_inset
14344
14345 cm is used:
14346 \end_layout
14347
14348 \begin_layout Standard
14349 \noindent
14350 \align center
14351 \begin_inset Tabular
14352 <lyxtabular version="3" rows="2" columns="2">
14353 <features tabularvalignment="middle">
14354 <column alignment="center" valignment="top" width="0pt">
14355 <column alignment="center" valignment="top">
14356 <row>
14357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14358 \begin_inset Text
14359
14360 \begin_layout Plain Layout
14361 \begin_inset ERT
14362 status open
14363
14364 \begin_layout Plain Layout
14365
14366
14367 \backslash
14368 diagbox[width=3cm]{
14369 \end_layout
14370
14371 \end_inset
14372
14373 A
14374 \begin_inset ERT
14375 status collapsed
14376
14377 \begin_layout Plain Layout
14378
14379 }{
14380 \end_layout
14381
14382 \end_inset
14383
14384 B
14385 \begin_inset ERT
14386 status collapsed
14387
14388 \begin_layout Plain Layout
14389
14390 }
14391 \end_layout
14392
14393 \end_inset
14394
14395
14396 \end_layout
14397
14398 \end_inset
14399 </cell>
14400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14401 \begin_inset Text
14402
14403 \begin_layout Plain Layout
14404 Thickness in nm
14405 \end_layout
14406
14407 \end_inset
14408 </cell>
14409 </row>
14410 <row>
14411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14412 \begin_inset Text
14413
14414 \begin_layout Plain Layout
14415 Perfect Green
14416 \end_layout
14417
14418 \end_inset
14419 </cell>
14420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14421 \begin_inset Text
14422
14423 \begin_layout Plain Layout
14424 45
14425 \end_layout
14426
14427 \end_inset
14428 </cell>
14429 </row>
14430 </lyxtabular>
14431
14432 \end_inset
14433
14434
14435 \end_layout
14436
14437 \begin_layout Standard
14438 For multiple text lines in split cells one needs some extra height to fit
14439  the text to the cell.
14440  This can be achieved with the 
14441 \series bold
14442
14443 \backslash
14444 diagbox
14445 \series default
14446  option 
14447 \series bold
14448 height=3cm
14449 \series default
14450  (replace '3cm' by the height you need).
14451  In the following table the command
14452 \end_layout
14453
14454 \begin_layout Standard
14455
14456 \series bold
14457
14458 \backslash
14459 diagbox[width=3cm,height=1.4cm]{A
14460 \backslash
14461
14462 \backslash
14463 B}{C
14464 \backslash
14465
14466 \backslash
14467 D}
14468 \end_layout
14469
14470 \begin_layout Standard
14471 is used in the first cell.
14472  The command 
14473 \series bold
14474
14475 \backslash
14476
14477 \backslash
14478
14479 \series default
14480  creates hereby the line break.
14481 \begin_inset Foot
14482 status collapsed
14483
14484 \begin_layout Plain Layout
14485 Breaking lines with 
14486 \family sans
14487 Ctrl+Return
14488 \family default
14489  is only possible when the column has a fixed width.
14490 \end_layout
14491
14492 \end_inset
14493
14494
14495 \end_layout
14496
14497 \begin_layout Standard
14498 \noindent
14499 \align center
14500 \begin_inset Tabular
14501 <lyxtabular version="3" rows="2" columns="2">
14502 <features tabularvalignment="middle">
14503 <column alignment="center" valignment="top">
14504 <column alignment="center" valignment="top">
14505 <row>
14506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14507 \begin_inset Text
14508
14509 \begin_layout Plain Layout
14510 \begin_inset ERT
14511 status open
14512
14513 \begin_layout Plain Layout
14514
14515
14516 \backslash
14517 diagbox[width=3cm,height=1.4cm]{
14518 \end_layout
14519
14520 \end_inset
14521
14522 A
14523 \begin_inset ERT
14524 status collapsed
14525
14526 \begin_layout Plain Layout
14527
14528
14529 \backslash
14530
14531 \backslash
14532
14533 \end_layout
14534
14535 \end_inset
14536
14537 B
14538 \begin_inset ERT
14539 status collapsed
14540
14541 \begin_layout Plain Layout
14542
14543 }{
14544 \end_layout
14545
14546 \end_inset
14547
14548 C
14549 \begin_inset ERT
14550 status collapsed
14551
14552 \begin_layout Plain Layout
14553
14554
14555 \backslash
14556
14557 \backslash
14558
14559 \end_layout
14560
14561 \end_inset
14562
14563 D
14564 \begin_inset ERT
14565 status collapsed
14566
14567 \begin_layout Plain Layout
14568
14569 }
14570 \end_layout
14571
14572 \end_inset
14573
14574
14575 \end_layout
14576
14577 \end_inset
14578 </cell>
14579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14580 \begin_inset Text
14581
14582 \begin_layout Plain Layout
14583 Thickness in nm
14584 \end_layout
14585
14586 \end_inset
14587 </cell>
14588 </row>
14589 <row>
14590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14591 \begin_inset Text
14592
14593 \begin_layout Plain Layout
14594 Perfect Green
14595 \end_layout
14596
14597 \end_inset
14598 </cell>
14599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14600 \begin_inset Text
14601
14602 \begin_layout Plain Layout
14603 45
14604 \end_layout
14605
14606 \end_inset
14607 </cell>
14608 </row>
14609 </lyxtabular>
14610
14611 \end_inset
14612
14613
14614 \end_layout
14615
14616 \begin_layout Standard
14617 \begin_inset ERT
14618 status collapsed
14619
14620 \begin_layout Plain Layout
14621
14622
14623 \backslash
14624 else
14625 \end_layout
14626
14627 \end_inset
14628
14629
14630 \begin_inset Note Note
14631 status open
14632
14633 \begin_layout Plain Layout
14634 The following will be displayed when the \SpecialChar LaTeX
14635 -package 
14636 \series bold
14637 diagbox
14638 \series default
14639  is not installed:
14640 \end_layout
14641
14642 \end_inset
14643
14644
14645 \end_layout
14646
14647 \begin_layout Standard
14648 You need to install the \SpecialChar LaTeX
14649 -package 
14650 \series bold
14651 diagbox
14652 \series default
14653  to see the following part of this section in the output.
14654 \end_layout
14655
14656 \begin_layout Standard
14657 \begin_inset ERT
14658 status collapsed
14659
14660 \begin_layout Plain Layout
14661
14662
14663 \backslash
14664 fi
14665 \end_layout
14666
14667 \end_inset
14668
14669
14670 \end_layout
14671
14672 \begin_layout Standard
14673 For more info about the \SpecialChar LaTeX
14674 -package 
14675 \series bold
14676 diagbox
14677 \series default
14678 , see its documentation, 
14679 \begin_inset CommandInset citation
14680 LatexCommand cite
14681 key "diagbox"
14682 literal "true"
14683
14684 \end_inset
14685
14686 .
14687 \end_layout
14688
14689 \begin_layout Section
14690 Formal Tables
14691 \begin_inset CommandInset label
14692 LatexCommand label
14693 name "sec:Formal-Tables"
14694
14695 \end_inset
14696
14697
14698 \begin_inset Index idx
14699 status collapsed
14700
14701 \begin_layout Plain Layout
14702 Table ! Formal
14703 \end_layout
14704
14705 \end_inset
14706
14707
14708 \end_layout
14709
14710 \begin_layout Standard
14711 Tables are often typeset in books similar to Table
14712 \begin_inset space ~
14713 \end_inset
14714
14715
14716 \begin_inset CommandInset ref
14717 LatexCommand ref
14718 reference "tab:Example-booktabs-table"
14719
14720 \end_inset
14721
14722 .
14723  This kind of tables is called 
14724 \begin_inset Quotes eld
14725 \end_inset
14726
14727
14728 \emph on
14729 formal
14730 \emph default
14731
14732 \begin_inset Quotes erd
14733 \end_inset
14734
14735 .
14736  To make a table a formal table use the option 
14737 \family sans
14738 Formal
14739 \family default
14740  in the 
14741 \family sans
14742 Borders
14743 \family default
14744  tab of the table dialog.
14745 \end_layout
14746
14747 \begin_layout Standard
14748 \begin_inset Float table
14749 placement h
14750 wide false
14751 sideways false
14752 status open
14753
14754 \begin_layout Plain Layout
14755 \begin_inset Caption Standard
14756
14757 \begin_layout Plain Layout
14758 \begin_inset CommandInset label
14759 LatexCommand label
14760 name "tab:Example-booktabs-table"
14761
14762 \end_inset
14763
14764 Example booktabs-table
14765 \end_layout
14766
14767 \end_inset
14768
14769
14770 \end_layout
14771
14772 \begin_layout Plain Layout
14773 \align center
14774 \begin_inset Tabular
14775 <lyxtabular version="3" rows="8" columns="4">
14776 <features booktabs="true" tabularvalignment="middle">
14777 <column alignment="center" valignment="top">
14778 <column alignment="center" valignment="top">
14779 <column alignment="center" valignment="top">
14780 <column alignment="center" valignment="top">
14781 <row>
14782 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14783 \begin_inset Text
14784
14785 \begin_layout Plain Layout
14786 System
14787 \end_layout
14788
14789 \end_inset
14790 </cell>
14791 <cell alignment="center" valignment="top" topline="true" usebox="none">
14792 \begin_inset Text
14793
14794 \begin_layout Plain Layout
14795 Chip
14796 \begin_inset space \thinspace{}
14797 \end_inset
14798
14799 1
14800 \end_layout
14801
14802 \end_inset
14803 </cell>
14804 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14805 \begin_inset Text
14806
14807 \begin_layout Plain Layout
14808 Chip
14809 \begin_inset space \thinspace{}
14810 \end_inset
14811
14812 2
14813 \end_layout
14814
14815 \end_inset
14816 </cell>
14817 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14818 \begin_inset Text
14819
14820 \begin_layout Plain Layout
14821
14822 \end_layout
14823
14824 \end_inset
14825 </cell>
14826 </row>
14827 <row>
14828 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14829 \begin_inset Text
14830
14831 \begin_layout Plain Layout
14832 \begin_inset ERT
14833 status collapsed
14834
14835 \begin_layout Plain Layout
14836
14837
14838 \backslash
14839 cmidrule(r){2-2}
14840 \end_layout
14841
14842 \end_inset
14843
14844
14845 \begin_inset ERT
14846 status collapsed
14847
14848 \begin_layout Plain Layout
14849
14850
14851 \backslash
14852 cmidrule(l){3-4}
14853 \end_layout
14854
14855 \end_inset
14856
14857 Detector thickness in Âµm
14858 \end_layout
14859
14860 \end_inset
14861 </cell>
14862 <cell alignment="center" valignment="top" usebox="none">
14863 \begin_inset Text
14864
14865 \begin_layout Plain Layout
14866 300
14867 \end_layout
14868
14869 \end_inset
14870 </cell>
14871 <cell alignment="center" valignment="top" usebox="none">
14872 \begin_inset Text
14873
14874 \begin_layout Plain Layout
14875 300
14876 \end_layout
14877
14878 \end_inset
14879 </cell>
14880 <cell alignment="center" valignment="top" usebox="none">
14881 \begin_inset Text
14882
14883 \begin_layout Plain Layout
14884 700
14885 \end_layout
14886
14887 \end_inset
14888 </cell>
14889 </row>
14890 <row>
14891 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14892 \begin_inset Text
14893
14894 \begin_layout Plain Layout
14895 Edge angle in Â°
14896 \end_layout
14897
14898 \end_inset
14899 </cell>
14900 <cell alignment="center" valignment="top" topline="true" usebox="none">
14901 \begin_inset Text
14902
14903 \begin_layout Plain Layout
14904 3.55
14905 \end_layout
14906
14907 \end_inset
14908 </cell>
14909 <cell alignment="center" valignment="top" topline="true" usebox="none">
14910 \begin_inset Text
14911
14912 \begin_layout Plain Layout
14913 2.71
14914 \end_layout
14915
14916 \end_inset
14917 </cell>
14918 <cell alignment="center" valignment="top" topline="true" usebox="none">
14919 \begin_inset Text
14920
14921 \begin_layout Plain Layout
14922 7.99
14923 \end_layout
14924
14925 \end_inset
14926 </cell>
14927 </row>
14928 <row topspace="default">
14929 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14930 \begin_inset Text
14931
14932 \begin_layout Plain Layout
14933 Spatial resolution in Âµm
14934 \end_layout
14935
14936 \end_inset
14937 </cell>
14938 <cell alignment="center" valignment="top" usebox="none">
14939 \begin_inset Text
14940
14941 \begin_layout Plain Layout
14942 4.26
14943 \end_layout
14944
14945 \end_inset
14946 </cell>
14947 <cell alignment="center" valignment="top" usebox="none">
14948 \begin_inset Text
14949
14950 \begin_layout Plain Layout
14951 10.17
14952 \end_layout
14953
14954 \end_inset
14955 </cell>
14956 <cell alignment="center" valignment="top" usebox="none">
14957 \begin_inset Text
14958
14959 \begin_layout Plain Layout
14960 10.56
14961 \end_layout
14962
14963 \end_inset
14964 </cell>
14965 </row>
14966 <row topspace="default">
14967 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14968 \begin_inset Text
14969
14970 \begin_layout Plain Layout
14971 MTF at 
14972 \begin_inset Formula $f_{\mathrm{max}}$
14973 \end_inset
14974
14975
14976 \end_layout
14977
14978 \end_inset
14979 </cell>
14980 <cell alignment="center" valignment="top" usebox="none">
14981 \begin_inset Text
14982
14983 \begin_layout Plain Layout
14984 0.53
14985 \end_layout
14986
14987 \end_inset
14988 </cell>
14989 <cell alignment="center" valignment="top" usebox="none">
14990 \begin_inset Text
14991
14992 \begin_layout Plain Layout
14993 0.37
14994 \end_layout
14995
14996 \end_inset
14997 </cell>
14998 <cell alignment="center" valignment="top" usebox="none">
14999 \begin_inset Text
15000
15001 \begin_layout Plain Layout
15002 0.39
15003 \end_layout
15004
15005 \end_inset
15006 </cell>
15007 </row>
15008 <row topspace="default">
15009 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15010 \begin_inset Text
15011
15012 \begin_layout Plain Layout
15013 \begin_inset ERT
15014 status collapsed
15015
15016 \begin_layout Plain Layout
15017
15018
15019 \backslash
15020 cmidrule[2pt](l{10pt}){1-1}
15021 \end_layout
15022
15023 \end_inset
15024
15025 LSF-spatial resolution
15026 \end_layout
15027
15028 \end_inset
15029 </cell>
15030 <cell alignment="center" valignment="top" usebox="none">
15031 \begin_inset Text
15032
15033 \begin_layout Plain Layout
15034
15035 \end_layout
15036
15037 \end_inset
15038 </cell>
15039 <cell alignment="center" valignment="top" usebox="none">
15040 \begin_inset Text
15041
15042 \begin_layout Plain Layout
15043
15044 \end_layout
15045
15046 \end_inset
15047 </cell>
15048 <cell alignment="center" valignment="top" usebox="none">
15049 \begin_inset Text
15050
15051 \begin_layout Plain Layout
15052
15053 \end_layout
15054
15055 \end_inset
15056 </cell>
15057 </row>
15058 <row>
15059 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15060 \begin_inset Text
15061
15062 \begin_layout Plain Layout
15063 in Âµm
15064 \end_layout
15065
15066 \end_inset
15067 </cell>
15068 <cell alignment="center" valignment="top" usebox="none">
15069 \begin_inset Text
15070
15071 \begin_layout Plain Layout
15072 129.7
15073 \end_layout
15074
15075 \end_inset
15076 </cell>
15077 <cell alignment="center" valignment="top" usebox="none">
15078 \begin_inset Text
15079
15080 \begin_layout Plain Layout
15081 52.75
15082 \end_layout
15083
15084 \end_inset
15085 </cell>
15086 <cell alignment="center" valignment="top" usebox="none">
15087 \begin_inset Text
15088
15089 \begin_layout Plain Layout
15090 50.78
15091 \end_layout
15092
15093 \end_inset
15094 </cell>
15095 </row>
15096 <row>
15097 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15098 \begin_inset Text
15099
15100 \begin_layout Plain Layout
15101 in % of pixel size
15102 \end_layout
15103
15104 \end_inset
15105 </cell>
15106 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15107 \begin_inset Text
15108
15109 \begin_layout Plain Layout
15110 76.3
15111 \end_layout
15112
15113 \end_inset
15114 </cell>
15115 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15116 \begin_inset Text
15117
15118 \begin_layout Plain Layout
15119 95.9
15120 \end_layout
15121
15122 \end_inset
15123 </cell>
15124 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15125 \begin_inset Text
15126
15127 \begin_layout Plain Layout
15128 92.3
15129 \end_layout
15130
15131 \end_inset
15132 </cell>
15133 </row>
15134 </lyxtabular>
15135
15136 \end_inset
15137
15138
15139 \end_layout
15140
15141 \end_inset
15142
15143
15144 \end_layout
15145
15146 \begin_layout Standard
15147 Spaces to table rows can be added using the 
15148 \family sans
15149 Borders
15150 \family default
15151  tab of the table dialog as described in section
15152 \begin_inset space ~
15153 \end_inset
15154
15155
15156 \begin_inset CommandInset ref
15157 LatexCommand ref
15158 reference "subsec:Row-Spacing"
15159
15160 \end_inset
15161
15162 .
15163 \end_layout
15164
15165 \begin_layout Standard
15166 Unlike normal tables, formal tables have no vertical table lines.
15167  The horizontal table lines can be set as for normal tables but they appear
15168  with different widths in the output:
15169 \begin_inset Newline newline
15170 \end_inset
15171
15172 The first and the last table line have a default width of 0.08
15173 \begin_inset space \thinspace{}
15174 \end_inset
15175
15176 em while the other lines have a default width of 0.05
15177 \begin_inset space \thinspace{}
15178 \end_inset
15179
15180 em.
15181 \end_layout
15182
15183 \begin_layout Standard
15184 The default widths can be changed with the following preamble lines
15185 \end_layout
15186
15187 \begin_layout Standard
15188
15189 \series bold
15190
15191 \backslash
15192 let
15193 \backslash
15194 mytoprule
15195 \backslash
15196 toprule
15197 \begin_inset Newline newline
15198 \end_inset
15199
15200
15201 \backslash
15202 renewcommand{
15203 \backslash
15204 toprule}{
15205 \backslash
15206 mytoprule[width]}
15207 \end_layout
15208
15209 \begin_layout Standard
15210 This example is for the first line, the so called 
15211 \series bold
15212 toprule
15213 \series default
15214 .
15215  If you want to change the width for the last line, replace 
15216 \series bold
15217 toprule
15218 \series default
15219  by 
15220 \series bold
15221 bottomrule
15222 \series default
15223 .
15224  To change the width for the other lines replace 
15225 \series bold
15226 toprule
15227 \series default
15228  by 
15229 \series bold
15230 midrule
15231 \series default
15232 .
15233  You can use all units listed in appendix
15234 \begin_inset space ~
15235 \end_inset
15236
15237
15238 \begin_inset CommandInset ref
15239 LatexCommand ref
15240 reference "cha:Units-available-in"
15241
15242 \end_inset
15243
15244  to set the width.
15245 \end_layout
15246
15247 \begin_layout Standard
15248 Lines that do not span all table columns can be created by setting a table
15249  line for multicolumn cells.
15250  \SpecialChar LyX
15251  will then internally use the command 
15252 \series bold
15253
15254 \backslash
15255 cmidrule
15256 \series default
15257  to create this line.
15258  Its full scheme is
15259 \end_layout
15260
15261 \begin_layout Standard
15262
15263 \series bold
15264
15265 \backslash
15266 cmidrule[height](trim){startcol-endcol}
15267 \end_layout
15268
15269 \begin_layout Standard
15270 The options of 
15271 \series bold
15272
15273 \backslash
15274 cmidrule
15275 \series default
15276  are currently not supported by \SpecialChar LyX
15277  so you have to use \SpecialChar TeX
15278  Code to be able to
15279  use them.
15280  
15281 \series bold
15282
15283 \backslash
15284 cmidrule
15285 \series default
15286 s can manually be created by inserting the command as \SpecialChar TeX
15287  Code as the first
15288  cell entry of the first cell of a row.
15289  The line is then drawn in the output above the current row.
15290 \end_layout
15291
15292 \begin_layout Standard
15293 The default for the optional 
15294 \series bold
15295 height
15296 \series default
15297  is 0.03
15298 \begin_inset space \thinspace{}
15299 \end_inset
15300
15301 em.
15302  
15303 \series bold
15304 startcol
15305 \series default
15306  is the number of the column where the line starts and 
15307 \series bold
15308 endcol
15309 \series default
15310  the column number where the line ends.
15311  The 
15312 \series bold
15313 endcol
15314 \series default
15315  always needs to be specified, also when the line should span only one column.
15316  The optional parameter 
15317 \series bold
15318 trim
15319 \series default
15320  could either be 
15321 \emph on
15322 l{trimwidth}
15323 \emph default
15324  or 
15325 \emph on
15326 r{trimwidth}
15327 \emph default
15328  where the 
15329 \emph on
15330 trimwidth
15331 \emph default
15332  is also optional.
15333  Using for example the parameter 
15334 \emph on
15335 l{2pt}
15336 \emph default
15337  means that the line is trimmed from its left end by 2
15338 \begin_inset space \thinspace{}
15339 \end_inset
15340
15341 pt.
15342  If you don't specify the 
15343 \emph on
15344 trimwidth
15345 \emph default
15346  the line is trimmed by the default of 0.5
15347 \begin_inset space \thinspace{}
15348 \end_inset
15349
15350 em.
15351 \end_layout
15352
15353 \begin_layout Standard
15354 \begin_inset VSpace bigskip
15355 \end_inset
15356
15357 Table
15358 \begin_inset space ~
15359 \end_inset
15360
15361
15362 \begin_inset CommandInset ref
15363 LatexCommand ref
15364 reference "tab:Example-booktabs-table"
15365
15366 \end_inset
15367
15368  was created using the commands
15369 \end_layout
15370
15371 \begin_layout Standard
15372
15373 \series bold
15374
15375 \backslash
15376 cmidrule(r){2-2}
15377 \backslash
15378 cmidrule(l){3-4}
15379 \end_layout
15380
15381 \begin_layout Standard
15382 at the beginning of the second row and
15383 \end_layout
15384
15385 \begin_layout Standard
15386
15387 \series bold
15388
15389 \backslash
15390 cmidrule[2pt](l{10pt}){1-1}
15391 \end_layout
15392
15393 \begin_layout Standard
15394 in the sixth row.
15395 \end_layout
15396
15397 \begin_layout Standard
15398 \begin_inset VSpace bigskip
15399 \end_inset
15400
15401
15402 \end_layout
15403
15404 \begin_layout Standard
15405 You might want to have overlapping 
15406 \series bold
15407
15408 \backslash
15409 cmidrule
15410 \series default
15411 s as in in Table
15412 \begin_inset space ~
15413 \end_inset
15414
15415
15416 \begin_inset CommandInset ref
15417 LatexCommand ref
15418 reference "tab:Special-booktabs-table"
15419
15420 \end_inset
15421
15422 .
15423  This can be achieved with the \SpecialChar TeX
15424  Code command
15425 \end_layout
15426
15427 \begin_layout Standard
15428
15429 \series bold
15430
15431 \backslash
15432 morecmidrules
15433 \end_layout
15434
15435 \begin_layout Standard
15436 The command that was used for the second row of Table
15437 \begin_inset space ~
15438 \end_inset
15439
15440
15441 \begin_inset CommandInset ref
15442 LatexCommand ref
15443 reference "tab:Special-booktabs-table"
15444
15445 \end_inset
15446
15447  is
15448 \end_layout
15449
15450 \begin_layout Standard
15451
15452 \series bold
15453
15454 \backslash
15455 cmidrule(r){2-2}
15456 \backslash
15457 cmidrule(l){3-4}
15458 \backslash
15459 morecmidrules
15460 \backslash
15461 cmidrule{2-4}
15462 \end_layout
15463
15464 \begin_layout Standard
15465 The command for the sixth row is
15466 \end_layout
15467
15468 \begin_layout Standard
15469
15470 \series bold
15471
15472 \backslash
15473 midrule
15474 \backslash
15475 morecmidrules
15476 \backslash
15477 cmidrule{3-4}
15478 \end_layout
15479
15480 \begin_layout Standard
15481 \begin_inset VSpace bigskip
15482 \end_inset
15483
15484
15485 \end_layout
15486
15487 \begin_layout Standard
15488 If you are in any way not satisfied with the border line spacing, you can
15489  use the following command to produce lines that span over all table columns
15490 \series bold
15491 :
15492 \end_layout
15493
15494 \begin_layout Standard
15495
15496 \series bold
15497
15498 \backslash
15499 specialrule{width}{space above}{space below}
15500 \end_layout
15501
15502 \begin_layout Standard
15503 For more information about these features, refer to the manual of the \SpecialChar LaTeX
15504 -package
15505  
15506 \series bold
15507 booktabs
15508 \series default
15509  
15510 \begin_inset CommandInset citation
15511 LatexCommand cite
15512 key "booktabs"
15513 literal "true"
15514
15515 \end_inset
15516
15517 .
15518 \begin_inset Index idx
15519 status collapsed
15520
15521 \begin_layout Plain Layout
15522 \SpecialChar LaTeX
15523 -packages ! booktabs
15524 \end_layout
15525
15526 \end_inset
15527
15528
15529 \end_layout
15530
15531 \begin_layout Standard
15532 \begin_inset Float table
15533 placement h
15534 wide false
15535 sideways false
15536 status open
15537
15538 \begin_layout Plain Layout
15539 \begin_inset Caption Standard
15540
15541 \begin_layout Plain Layout
15542 \begin_inset CommandInset label
15543 LatexCommand label
15544 name "tab:Special-booktabs-table"
15545
15546 \end_inset
15547
15548 Special booktabs-table
15549 \end_layout
15550
15551 \end_inset
15552
15553
15554 \end_layout
15555
15556 \begin_layout Plain Layout
15557 \align center
15558 \begin_inset Tabular
15559 <lyxtabular version="3" rows="8" columns="4">
15560 <features booktabs="true" tabularvalignment="middle">
15561 <column alignment="center" valignment="top">
15562 <column alignment="center" valignment="top">
15563 <column alignment="center" valignment="top">
15564 <column alignment="center" valignment="top">
15565 <row>
15566 <cell alignment="center" valignment="top" topline="true" usebox="none">
15567 \begin_inset Text
15568
15569 \begin_layout Plain Layout
15570 System
15571 \end_layout
15572
15573 \end_inset
15574 </cell>
15575 <cell alignment="center" valignment="top" topline="true" usebox="none">
15576 \begin_inset Text
15577
15578 \begin_layout Plain Layout
15579 Chip
15580 \begin_inset space \thinspace{}
15581 \end_inset
15582
15583 1
15584 \end_layout
15585
15586 \end_inset
15587 </cell>
15588 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15589 \begin_inset Text
15590
15591 \begin_layout Plain Layout
15592 Chip
15593 \begin_inset space \thinspace{}
15594 \end_inset
15595
15596 2
15597 \end_layout
15598
15599 \end_inset
15600 </cell>
15601 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15602 \begin_inset Text
15603
15604 \begin_layout Plain Layout
15605
15606 \end_layout
15607
15608 \end_inset
15609 </cell>
15610 </row>
15611 <row>
15612 <cell alignment="center" valignment="top" usebox="none">
15613 \begin_inset Text
15614
15615 \begin_layout Plain Layout
15616 \begin_inset ERT
15617 status collapsed
15618
15619 \begin_layout Plain Layout
15620
15621
15622 \backslash
15623 cmidrule(r){2-2}
15624 \end_layout
15625
15626 \end_inset
15627
15628
15629 \begin_inset ERT
15630 status collapsed
15631
15632 \begin_layout Plain Layout
15633
15634
15635 \backslash
15636 cmidrule(l){3-4}
15637 \end_layout
15638
15639 \end_inset
15640
15641
15642 \begin_inset ERT
15643 status collapsed
15644
15645 \begin_layout Plain Layout
15646
15647
15648 \backslash
15649 morecmidrules 
15650 \end_layout
15651
15652 \end_inset
15653
15654
15655 \begin_inset ERT
15656 status collapsed
15657
15658 \begin_layout Plain Layout
15659
15660
15661 \backslash
15662 cmidrule{2-4}
15663 \end_layout
15664
15665 \end_inset
15666
15667 Detector thickness in Âµm
15668 \end_layout
15669
15670 \end_inset
15671 </cell>
15672 <cell alignment="center" valignment="top" usebox="none">
15673 \begin_inset Text
15674
15675 \begin_layout Plain Layout
15676 300
15677 \end_layout
15678
15679 \end_inset
15680 </cell>
15681 <cell alignment="center" valignment="top" usebox="none">
15682 \begin_inset Text
15683
15684 \begin_layout Plain Layout
15685 300
15686 \end_layout
15687
15688 \end_inset
15689 </cell>
15690 <cell alignment="center" valignment="top" usebox="none">
15691 \begin_inset Text
15692
15693 \begin_layout Plain Layout
15694 700
15695 \end_layout
15696
15697 \end_inset
15698 </cell>
15699 </row>
15700 <row>
15701 <cell alignment="center" valignment="top" topline="true" usebox="none">
15702 \begin_inset Text
15703
15704 \begin_layout Plain Layout
15705 Edge angle in Â°
15706 \end_layout
15707
15708 \end_inset
15709 </cell>
15710 <cell alignment="center" valignment="top" topline="true" usebox="none">
15711 \begin_inset Text
15712
15713 \begin_layout Plain Layout
15714 3.55
15715 \end_layout
15716
15717 \end_inset
15718 </cell>
15719 <cell alignment="center" valignment="top" topline="true" usebox="none">
15720 \begin_inset Text
15721
15722 \begin_layout Plain Layout
15723 2.71
15724 \end_layout
15725
15726 \end_inset
15727 </cell>
15728 <cell alignment="center" valignment="top" topline="true" usebox="none">
15729 \begin_inset Text
15730
15731 \begin_layout Plain Layout
15732 7.99
15733 \end_layout
15734
15735 \end_inset
15736 </cell>
15737 </row>
15738 <row topspace="default">
15739 <cell alignment="center" valignment="top" usebox="none">
15740 \begin_inset Text
15741
15742 \begin_layout Plain Layout
15743 Spatial resolution in Âµm
15744 \end_layout
15745
15746 \end_inset
15747 </cell>
15748 <cell alignment="center" valignment="top" usebox="none">
15749 \begin_inset Text
15750
15751 \begin_layout Plain Layout
15752 4.26
15753 \end_layout
15754
15755 \end_inset
15756 </cell>
15757 <cell alignment="center" valignment="top" usebox="none">
15758 \begin_inset Text
15759
15760 \begin_layout Plain Layout
15761 10.17
15762 \end_layout
15763
15764 \end_inset
15765 </cell>
15766 <cell alignment="center" valignment="top" usebox="none">
15767 \begin_inset Text
15768
15769 \begin_layout Plain Layout
15770 10.56
15771 \end_layout
15772
15773 \end_inset
15774 </cell>
15775 </row>
15776 <row topspace="default">
15777 <cell alignment="center" valignment="top" usebox="none">
15778 \begin_inset Text
15779
15780 \begin_layout Plain Layout
15781 MTF at 
15782 \begin_inset Formula $f_{\mathrm{max}}$
15783 \end_inset
15784
15785
15786 \end_layout
15787
15788 \end_inset
15789 </cell>
15790 <cell alignment="center" valignment="top" usebox="none">
15791 \begin_inset Text
15792
15793 \begin_layout Plain Layout
15794 0.53
15795 \end_layout
15796
15797 \end_inset
15798 </cell>
15799 <cell alignment="center" valignment="top" usebox="none">
15800 \begin_inset Text
15801
15802 \begin_layout Plain Layout
15803 0.37
15804 \end_layout
15805
15806 \end_inset
15807 </cell>
15808 <cell alignment="center" valignment="top" usebox="none">
15809 \begin_inset Text
15810
15811 \begin_layout Plain Layout
15812 0.39
15813 \end_layout
15814
15815 \end_inset
15816 </cell>
15817 </row>
15818 <row>
15819 <cell alignment="center" valignment="top" topline="true" usebox="none">
15820 \begin_inset Text
15821
15822 \begin_layout Plain Layout
15823 \begin_inset ERT
15824 status collapsed
15825
15826 \begin_layout Plain Layout
15827
15828
15829 \backslash
15830 morecmidrules 
15831 \end_layout
15832
15833 \end_inset
15834
15835
15836 \begin_inset ERT
15837 status collapsed
15838
15839 \begin_layout Plain Layout
15840
15841
15842 \backslash
15843 cmidrule{3-4}
15844 \end_layout
15845
15846 \end_inset
15847
15848 LSF-spatial resolution
15849 \end_layout
15850
15851 \end_inset
15852 </cell>
15853 <cell alignment="center" valignment="top" topline="true" usebox="none">
15854 \begin_inset Text
15855
15856 \begin_layout Plain Layout
15857
15858 \end_layout
15859
15860 \end_inset
15861 </cell>
15862 <cell alignment="center" valignment="top" topline="true" usebox="none">
15863 \begin_inset Text
15864
15865 \begin_layout Plain Layout
15866
15867 \end_layout
15868
15869 \end_inset
15870 </cell>
15871 <cell alignment="center" valignment="top" topline="true" usebox="none">
15872 \begin_inset Text
15873
15874 \begin_layout Plain Layout
15875
15876 \end_layout
15877
15878 \end_inset
15879 </cell>
15880 </row>
15881 <row>
15882 <cell alignment="center" valignment="top" usebox="none">
15883 \begin_inset Text
15884
15885 \begin_layout Plain Layout
15886 in Âµm
15887 \end_layout
15888
15889 \end_inset
15890 </cell>
15891 <cell alignment="center" valignment="top" usebox="none">
15892 \begin_inset Text
15893
15894 \begin_layout Plain Layout
15895 129.7
15896 \end_layout
15897
15898 \end_inset
15899 </cell>
15900 <cell alignment="center" valignment="top" usebox="none">
15901 \begin_inset Text
15902
15903 \begin_layout Plain Layout
15904 52.75
15905 \end_layout
15906
15907 \end_inset
15908 </cell>
15909 <cell alignment="center" valignment="top" usebox="none">
15910 \begin_inset Text
15911
15912 \begin_layout Plain Layout
15913 50.78
15914 \end_layout
15915
15916 \end_inset
15917 </cell>
15918 </row>
15919 <row>
15920 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15921 \begin_inset Text
15922
15923 \begin_layout Plain Layout
15924 in % of pixel size
15925 \end_layout
15926
15927 \end_inset
15928 </cell>
15929 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15930 \begin_inset Text
15931
15932 \begin_layout Plain Layout
15933 76.3
15934 \end_layout
15935
15936 \end_inset
15937 </cell>
15938 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15939 \begin_inset Text
15940
15941 \begin_layout Plain Layout
15942 95.9
15943 \end_layout
15944
15945 \end_inset
15946 </cell>
15947 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15948 \begin_inset Text
15949
15950 \begin_layout Plain Layout
15951 92.3
15952 \end_layout
15953
15954 \end_inset
15955 </cell>
15956 </row>
15957 </lyxtabular>
15958
15959 \end_inset
15960
15961
15962 \end_layout
15963
15964 \end_inset
15965
15966
15967 \end_layout
15968
15969 \begin_layout Section
15970 Vertical Table Alignment
15971 \begin_inset Index idx
15972 status collapsed
15973
15974 \begin_layout Plain Layout
15975 Table ! Alignment
15976 \end_layout
15977
15978 \end_inset
15979
15980
15981 \end_layout
15982
15983 \begin_layout Standard
15984 To align tables vertically in a text line, the table must be inside a box.
15985  The box can then be vertically aligned as described in section
15986 \begin_inset space ~
15987 \end_inset
15988
15989
15990 \begin_inset CommandInset ref
15991 LatexCommand ref
15992 reference "sec:Box-Dialog"
15993
15994 \end_inset
15995
15996 .
15997 \end_layout
15998
15999 \begin_layout Standard
16000 In the following example the tables are inside a minipage
16001 \begin_inset Foot
16002 status collapsed
16003
16004 \begin_layout Plain Layout
16005 Minipages are described in section
16006 \begin_inset space ~
16007 \end_inset
16008
16009
16010 \begin_inset CommandInset ref
16011 LatexCommand ref
16012 reference "sec:Minipages"
16013
16014 \end_inset
16015
16016 .
16017 \end_layout
16018
16019 \end_inset
16020
16021  box that has a width of 15
16022 \begin_inset space \thinspace{}
16023 \end_inset
16024
16025 col%:
16026 \end_layout
16027
16028 \begin_layout Itemize
16029 test 
16030 \begin_inset Box Frameless
16031 position "t"
16032 hor_pos "c"
16033 has_inner_box 1
16034 inner_pos "c"
16035 use_parbox 0
16036 use_makebox 0
16037 width "15col%"
16038 special "none"
16039 height "1in"
16040 height_special "totalheight"
16041 thickness "0.4pt"
16042 separation "3pt"
16043 shadowsize "4pt"
16044 framecolor "black"
16045 backgroundcolor "none"
16046 status collapsed
16047
16048 \begin_layout Plain Layout
16049 \begin_inset Tabular
16050 <lyxtabular version="3" rows="3" columns="3">
16051 <features tabularvalignment="middle">
16052 <column alignment="center" valignment="top">
16053 <column alignment="center" valignment="top">
16054 <column alignment="center" valignment="top">
16055 <row>
16056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16057 \begin_inset Text
16058
16059 \begin_layout Plain Layout
16060 a
16061 \end_layout
16062
16063 \end_inset
16064 </cell>
16065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16066 \begin_inset Text
16067
16068 \begin_layout Plain Layout
16069 d
16070 \end_layout
16071
16072 \end_inset
16073 </cell>
16074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16075 \begin_inset Text
16076
16077 \begin_layout Plain Layout
16078 g
16079 \end_layout
16080
16081 \end_inset
16082 </cell>
16083 </row>
16084 <row>
16085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16086 \begin_inset Text
16087
16088 \begin_layout Plain Layout
16089 b
16090 \end_layout
16091
16092 \end_inset
16093 </cell>
16094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16095 \begin_inset Text
16096
16097 \begin_layout Plain Layout
16098 e
16099 \end_layout
16100
16101 \end_inset
16102 </cell>
16103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16104 \begin_inset Text
16105
16106 \begin_layout Plain Layout
16107 h
16108 \end_layout
16109
16110 \end_inset
16111 </cell>
16112 </row>
16113 <row>
16114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16115 \begin_inset Text
16116
16117 \begin_layout Plain Layout
16118 c
16119 \end_layout
16120
16121 \end_inset
16122 </cell>
16123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16124 \begin_inset Text
16125
16126 \begin_layout Plain Layout
16127 f
16128 \end_layout
16129
16130 \end_inset
16131 </cell>
16132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16133 \begin_inset Text
16134
16135 \begin_layout Plain Layout
16136 i
16137 \end_layout
16138
16139 \end_inset
16140 </cell>
16141 </row>
16142 </lyxtabular>
16143
16144 \end_inset
16145
16146
16147 \end_layout
16148
16149 \end_inset
16150
16151  test 
16152 \begin_inset ERT
16153 status collapsed
16154
16155 \begin_layout Plain Layout
16156
16157
16158 \backslash
16159 raisebox{0.85
16160 \backslash
16161 baselineskip}{
16162 \end_layout
16163
16164 \end_inset
16165
16166
16167 \begin_inset Box Frameless
16168 position "t"
16169 hor_pos "c"
16170 has_inner_box 1
16171 inner_pos "c"
16172 use_parbox 0
16173 use_makebox 0
16174 width "15col%"
16175 special "none"
16176 height "1in"
16177 height_special "totalheight"
16178 thickness "0.4pt"
16179 separation "3pt"
16180 shadowsize "4pt"
16181 framecolor "black"
16182 backgroundcolor "none"
16183 status collapsed
16184
16185 \begin_layout Plain Layout
16186 \begin_inset Tabular
16187 <lyxtabular version="3" rows="3" columns="3">
16188 <features tabularvalignment="middle">
16189 <column alignment="center" valignment="top">
16190 <column alignment="center" valignment="top">
16191 <column alignment="center" valignment="top">
16192 <row>
16193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16194 \begin_inset Text
16195
16196 \begin_layout Plain Layout
16197 a
16198 \end_layout
16199
16200 \end_inset
16201 </cell>
16202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16203 \begin_inset Text
16204
16205 \begin_layout Plain Layout
16206 d
16207 \end_layout
16208
16209 \end_inset
16210 </cell>
16211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16212 \begin_inset Text
16213
16214 \begin_layout Plain Layout
16215 g
16216 \end_layout
16217
16218 \end_inset
16219 </cell>
16220 </row>
16221 <row>
16222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16223 \begin_inset Text
16224
16225 \begin_layout Plain Layout
16226 b
16227 \end_layout
16228
16229 \end_inset
16230 </cell>
16231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16232 \begin_inset Text
16233
16234 \begin_layout Plain Layout
16235 e
16236 \end_layout
16237
16238 \end_inset
16239 </cell>
16240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16241 \begin_inset Text
16242
16243 \begin_layout Plain Layout
16244 h
16245 \end_layout
16246
16247 \end_inset
16248 </cell>
16249 </row>
16250 <row>
16251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16252 \begin_inset Text
16253
16254 \begin_layout Plain Layout
16255 c
16256 \end_layout
16257
16258 \end_inset
16259 </cell>
16260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16261 \begin_inset Text
16262
16263 \begin_layout Plain Layout
16264 f
16265 \end_layout
16266
16267 \end_inset
16268 </cell>
16269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16270 \begin_inset Text
16271
16272 \begin_layout Plain Layout
16273 i
16274 \end_layout
16275
16276 \end_inset
16277 </cell>
16278 </row>
16279 </lyxtabular>
16280
16281 \end_inset
16282
16283
16284 \end_layout
16285
16286 \end_inset
16287
16288
16289 \begin_inset ERT
16290 status collapsed
16291
16292 \begin_layout Plain Layout
16293
16294 }
16295 \end_layout
16296
16297 \end_inset
16298
16299
16300 \end_layout
16301
16302 \begin_layout Itemize
16303 test 
16304 \begin_inset Box Frameless
16305 position "c"
16306 hor_pos "c"
16307 has_inner_box 1
16308 inner_pos "c"
16309 use_parbox 0
16310 use_makebox 0
16311 width "15col%"
16312 special "none"
16313 height "1in"
16314 height_special "totalheight"
16315 thickness "0.4pt"
16316 separation "3pt"
16317 shadowsize "4pt"
16318 framecolor "black"
16319 backgroundcolor "none"
16320 status collapsed
16321
16322 \begin_layout Plain Layout
16323 \begin_inset Tabular
16324 <lyxtabular version="3" rows="3" columns="3">
16325 <features tabularvalignment="middle">
16326 <column alignment="center" valignment="top">
16327 <column alignment="center" valignment="top">
16328 <column alignment="center" valignment="top">
16329 <row>
16330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16331 \begin_inset Text
16332
16333 \begin_layout Plain Layout
16334 a
16335 \end_layout
16336
16337 \end_inset
16338 </cell>
16339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16340 \begin_inset Text
16341
16342 \begin_layout Plain Layout
16343 d
16344 \end_layout
16345
16346 \end_inset
16347 </cell>
16348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16349 \begin_inset Text
16350
16351 \begin_layout Plain Layout
16352 g
16353 \end_layout
16354
16355 \end_inset
16356 </cell>
16357 </row>
16358 <row>
16359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16360 \begin_inset Text
16361
16362 \begin_layout Plain Layout
16363 b
16364 \end_layout
16365
16366 \end_inset
16367 </cell>
16368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16369 \begin_inset Text
16370
16371 \begin_layout Plain Layout
16372 e
16373 \end_layout
16374
16375 \end_inset
16376 </cell>
16377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16378 \begin_inset Text
16379
16380 \begin_layout Plain Layout
16381 h
16382 \end_layout
16383
16384 \end_inset
16385 </cell>
16386 </row>
16387 <row>
16388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16389 \begin_inset Text
16390
16391 \begin_layout Plain Layout
16392 c
16393 \end_layout
16394
16395 \end_inset
16396 </cell>
16397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16398 \begin_inset Text
16399
16400 \begin_layout Plain Layout
16401 f
16402 \end_layout
16403
16404 \end_inset
16405 </cell>
16406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16407 \begin_inset Text
16408
16409 \begin_layout Plain Layout
16410 i
16411 \end_layout
16412
16413 \end_inset
16414 </cell>
16415 </row>
16416 </lyxtabular>
16417
16418 \end_inset
16419
16420
16421 \end_layout
16422
16423 \end_inset
16424
16425
16426 \end_layout
16427
16428 \begin_layout Itemize
16429 test 
16430 \begin_inset Box Frameless
16431 position "b"
16432 hor_pos "c"
16433 has_inner_box 1
16434 inner_pos "c"
16435 use_parbox 0
16436 use_makebox 0
16437 width "15col%"
16438 special "none"
16439 height "1in"
16440 height_special "totalheight"
16441 thickness "0.4pt"
16442 separation "3pt"
16443 shadowsize "4pt"
16444 framecolor "black"
16445 backgroundcolor "none"
16446 status collapsed
16447
16448 \begin_layout Plain Layout
16449 \begin_inset Tabular
16450 <lyxtabular version="3" rows="3" columns="3">
16451 <features tabularvalignment="middle">
16452 <column alignment="center" valignment="top">
16453 <column alignment="center" valignment="top">
16454 <column alignment="center" valignment="top">
16455 <row>
16456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16457 \begin_inset Text
16458
16459 \begin_layout Plain Layout
16460 a
16461 \end_layout
16462
16463 \end_inset
16464 </cell>
16465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16466 \begin_inset Text
16467
16468 \begin_layout Plain Layout
16469 d
16470 \end_layout
16471
16472 \end_inset
16473 </cell>
16474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16475 \begin_inset Text
16476
16477 \begin_layout Plain Layout
16478 g
16479 \end_layout
16480
16481 \end_inset
16482 </cell>
16483 </row>
16484 <row>
16485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16486 \begin_inset Text
16487
16488 \begin_layout Plain Layout
16489 b
16490 \end_layout
16491
16492 \end_inset
16493 </cell>
16494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16495 \begin_inset Text
16496
16497 \begin_layout Plain Layout
16498 e
16499 \end_layout
16500
16501 \end_inset
16502 </cell>
16503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16504 \begin_inset Text
16505
16506 \begin_layout Plain Layout
16507 h
16508 \end_layout
16509
16510 \end_inset
16511 </cell>
16512 </row>
16513 <row>
16514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16515 \begin_inset Text
16516
16517 \begin_layout Plain Layout
16518 c
16519 \end_layout
16520
16521 \end_inset
16522 </cell>
16523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16524 \begin_inset Text
16525
16526 \begin_layout Plain Layout
16527 f
16528 \end_layout
16529
16530 \end_inset
16531 </cell>
16532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16533 \begin_inset Text
16534
16535 \begin_layout Plain Layout
16536 i
16537 \end_layout
16538
16539 \end_inset
16540 </cell>
16541 </row>
16542 </lyxtabular>
16543
16544 \end_inset
16545
16546
16547 \end_layout
16548
16549 \end_inset
16550
16551  test 
16552 \begin_inset ERT
16553 status collapsed
16554
16555 \begin_layout Plain Layout
16556
16557
16558 \backslash
16559 raisebox{-0.32
16560 \backslash
16561 baselineskip}{
16562 \end_layout
16563
16564 \end_inset
16565
16566
16567 \begin_inset Box Frameless
16568 position "b"
16569 hor_pos "c"
16570 has_inner_box 1
16571 inner_pos "c"
16572 use_parbox 0
16573 use_makebox 0
16574 width "15col%"
16575 special "none"
16576 height "1in"
16577 height_special "totalheight"
16578 thickness "0.4pt"
16579 separation "3pt"
16580 shadowsize "4pt"
16581 framecolor "black"
16582 backgroundcolor "none"
16583 status collapsed
16584
16585 \begin_layout Plain Layout
16586 \begin_inset Tabular
16587 <lyxtabular version="3" rows="3" columns="3">
16588 <features tabularvalignment="middle">
16589 <column alignment="center" valignment="top">
16590 <column alignment="center" valignment="top">
16591 <column alignment="center" valignment="top">
16592 <row>
16593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16594 \begin_inset Text
16595
16596 \begin_layout Plain Layout
16597 a
16598 \end_layout
16599
16600 \end_inset
16601 </cell>
16602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16603 \begin_inset Text
16604
16605 \begin_layout Plain Layout
16606 d
16607 \end_layout
16608
16609 \end_inset
16610 </cell>
16611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16612 \begin_inset Text
16613
16614 \begin_layout Plain Layout
16615 g
16616 \end_layout
16617
16618 \end_inset
16619 </cell>
16620 </row>
16621 <row>
16622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16623 \begin_inset Text
16624
16625 \begin_layout Plain Layout
16626 b
16627 \end_layout
16628
16629 \end_inset
16630 </cell>
16631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16632 \begin_inset Text
16633
16634 \begin_layout Plain Layout
16635 e
16636 \end_layout
16637
16638 \end_inset
16639 </cell>
16640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16641 \begin_inset Text
16642
16643 \begin_layout Plain Layout
16644 h
16645 \end_layout
16646
16647 \end_inset
16648 </cell>
16649 </row>
16650 <row>
16651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16652 \begin_inset Text
16653
16654 \begin_layout Plain Layout
16655 c
16656 \end_layout
16657
16658 \end_inset
16659 </cell>
16660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16661 \begin_inset Text
16662
16663 \begin_layout Plain Layout
16664 f
16665 \end_layout
16666
16667 \end_inset
16668 </cell>
16669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16670 \begin_inset Text
16671
16672 \begin_layout Plain Layout
16673 i
16674 \end_layout
16675
16676 \end_inset
16677 </cell>
16678 </row>
16679 </lyxtabular>
16680
16681 \end_inset
16682
16683
16684 \end_layout
16685
16686 \end_inset
16687
16688
16689 \begin_inset ERT
16690 status collapsed
16691
16692 \begin_layout Plain Layout
16693
16694 }
16695 \end_layout
16696
16697 \end_inset
16698
16699
16700 \end_layout
16701
16702 \begin_layout Standard
16703 As you will see, the content of the first and last table row is not correctly
16704  aligned.
16705  To get this alignment, the minipage box must be set into a raisebox.
16706 \begin_inset Foot
16707 status collapsed
16708
16709 \begin_layout Plain Layout
16710 Raiseboxes are described in section
16711 \begin_inset space ~
16712 \end_inset
16713
16714
16715 \begin_inset CommandInset ref
16716 LatexCommand ref
16717 reference "subsec:Vertical-Alignment"
16718
16719 \end_inset
16720
16721 .
16722 \end_layout
16723
16724 \end_inset
16725
16726  In the example above the second table in the first item is aligned using
16727  the \SpecialChar TeX
16728  Code command
16729 \end_layout
16730
16731 \begin_layout Standard
16732
16733 \series bold
16734
16735 \backslash
16736 raisebox{0.85
16737 \backslash
16738 baselineskip}{
16739 \end_layout
16740
16741 \begin_layout Standard
16742 before the box.
16743  After the box the closing brace 
16744 \series bold
16745 }
16746 \series default
16747  is inserted as \SpecialChar TeX
16748  Code.
16749  For the second table in the last item the command
16750 \end_layout
16751
16752 \begin_layout Standard
16753
16754 \series bold
16755
16756 \backslash
16757 raisebox{-0.32
16758 \backslash
16759 baselineskip}{
16760 \end_layout
16761
16762 \begin_layout Standard
16763 is used.
16764 \end_layout
16765
16766 \begin_layout Standard
16767 \begin_inset Note Greyedout
16768 status open
16769
16770 \begin_layout Plain Layout
16771
16772 \series bold
16773 Note:
16774 \series default
16775  The alignment of the table row content to the surrounding text line is
16776  not exact.
16777  The required value for the 
16778 \series bold
16779
16780 \backslash
16781 raisebox
16782 \series default
16783  command for this alignment depends on the document font, the font size,
16784  and the table line thickness.
16785 \end_layout
16786
16787 \end_inset
16788
16789
16790 \end_layout
16791
16792 \begin_layout Section
16793 Colored Tables
16794 \begin_inset CommandInset label
16795 LatexCommand label
16796 name "sec:Colored-Tables"
16797
16798 \end_inset
16799
16800
16801 \begin_inset Index idx
16802 status collapsed
16803
16804 \begin_layout Plain Layout
16805 Table ! Color
16806 \end_layout
16807
16808 \end_inset
16809
16810
16811 \end_layout
16812
16813 \begin_layout Subsection
16814 Colored Cells
16815 \begin_inset Index idx
16816 status collapsed
16817
16818 \begin_layout Plain Layout
16819 Table Color ! for Cells
16820 \end_layout
16821
16822 \end_inset
16823
16824
16825 \begin_inset Index idx
16826 status collapsed
16827
16828 \begin_layout Plain Layout
16829 Color ! for Table Cells
16830 \end_layout
16831
16832 \end_inset
16833
16834
16835 \end_layout
16836
16837 \begin_layout Standard
16838 \begin_inset Float table
16839 placement h
16840 wide false
16841 sideways false
16842 status open
16843
16844 \begin_layout Plain Layout
16845 \begin_inset Caption Standard
16846
16847 \begin_layout Plain Layout
16848 \begin_inset CommandInset label
16849 LatexCommand label
16850 name "tab:Table-colored-without"
16851
16852 \end_inset
16853
16854 Table colored without using the package 
16855 \series bold
16856 colortbl
16857 \series default
16858
16859 \begin_inset Argument 1
16860 status collapsed
16861
16862 \begin_layout Plain Layout
16863 Table without colortbl
16864 \end_layout
16865
16866 \end_inset
16867
16868
16869 \end_layout
16870
16871 \end_inset
16872
16873
16874 \end_layout
16875
16876 \begin_layout Plain Layout
16877 \align center
16878 \begin_inset Tabular
16879 <lyxtabular version="3" rows="3" columns="3">
16880 <features tabularvalignment="middle">
16881 <column alignment="center" valignment="top">
16882 <column alignment="center" valignment="top">
16883 <column alignment="center" valignment="top">
16884 <row>
16885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16886 \begin_inset Text
16887
16888 \begin_layout Plain Layout
16889
16890 \color green
16891 a
16892 \end_layout
16893
16894 \end_inset
16895 </cell>
16896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16897 \begin_inset Text
16898
16899 \begin_layout Plain Layout
16900
16901 \color red
16902 b
16903 \end_layout
16904
16905 \end_inset
16906 </cell>
16907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16908 \begin_inset Text
16909
16910 \begin_layout Plain Layout
16911
16912 \color red
16913 c
16914 \end_layout
16915
16916 \end_inset
16917 </cell>
16918 </row>
16919 <row>
16920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16921 \begin_inset Text
16922
16923 \begin_layout Plain Layout
16924
16925 \color green
16926 d
16927 \end_layout
16928
16929 \end_inset
16930 </cell>
16931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16932 \begin_inset Text
16933
16934 \begin_layout Plain Layout
16935
16936 \color blue
16937 e
16938 \end_layout
16939
16940 \end_inset
16941 </cell>
16942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16943 \begin_inset Text
16944
16945 \begin_layout Plain Layout
16946
16947 \color blue
16948 f
16949 \end_layout
16950
16951 \end_inset
16952 </cell>
16953 </row>
16954 <row>
16955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16956 \begin_inset Text
16957
16958 \begin_layout Plain Layout
16959
16960 \color green
16961 g
16962 \end_layout
16963
16964 \end_inset
16965 </cell>
16966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16967 \begin_inset Text
16968
16969 \begin_layout Plain Layout
16970
16971 \color blue
16972 h
16973 \end_layout
16974
16975 \end_inset
16976 </cell>
16977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16978 \begin_inset Text
16979
16980 \begin_layout Plain Layout
16981
16982 \color blue
16983 i
16984 \end_layout
16985
16986 \end_inset
16987 </cell>
16988 </row>
16989 </lyxtabular>
16990
16991 \end_inset
16992
16993
16994 \end_layout
16995
16996 \end_inset
16997
16998
16999 \end_layout
17000
17001 \begin_layout Standard
17002 If you only need colored text, mark the cells and choose a color in the
17003  
17004 \family sans
17005 Text
17006 \begin_inset space ~
17007 \end_inset
17008
17009 Style
17010 \family default
17011  dialog (toolbar button 
17012 \begin_inset Info
17013 type  "icon"
17014 arg   "dialog-show character"
17015 \end_inset
17016
17017 ).
17018  This was used to create Table
17019 \begin_inset space ~
17020 \end_inset
17021
17022
17023 \begin_inset CommandInset ref
17024 LatexCommand ref
17025 reference "tab:Table-colored-without"
17026
17027 \end_inset
17028
17029 .
17030  In any other case you have to use the \SpecialChar LaTeX
17031 -package 
17032 \series bold
17033 colortbl
17034 \series default
17035 .
17036 \begin_inset Index idx
17037 status collapsed
17038
17039 \begin_layout Plain Layout
17040 \SpecialChar LaTeX
17041 -packages ! colortbl
17042 \end_layout
17043
17044 \end_inset
17045
17046
17047 \end_layout
17048
17049 \begin_layout Standard
17050 \begin_inset ERT
17051 status collapsed
17052
17053 \begin_layout Plain Layout
17054
17055
17056 \backslash
17057 ifcolortbl
17058 \end_layout
17059
17060 \end_inset
17061
17062
17063 \begin_inset Note Note
17064 status open
17065
17066 \begin_layout Plain Layout
17067 The following section part will only be displayed when the \SpecialChar LaTeX
17068 -package 
17069 \series bold
17070 colortbl
17071 \series default
17072  is installed.
17073 \end_layout
17074
17075 \end_inset
17076
17077
17078 \end_layout
17079
17080 \begin_layout Standard
17081 To create colored tables, 
17082 \series bold
17083 colortbl
17084 \series default
17085  must be loaded in the preamble with the line
17086 \end_layout
17087
17088 \begin_layout Standard
17089
17090 \series bold
17091
17092 \backslash
17093 usepackage{colortbl}
17094 \end_layout
17095
17096 \begin_layout Standard
17097 The color of a column is adjusted with the command
17098 \end_layout
17099
17100 \begin_layout Standard
17101
17102 \series bold
17103
17104 \backslash
17105 columncolor{name of color}
17106 \end_layout
17107
17108 \begin_layout Standard
17109 inside the command 
17110 \series bold
17111 >{ }
17112 \series default
17113 .
17114  More about the command 
17115 \series bold
17116 >{}
17117 \series default
17118  is contained in section
17119 \begin_inset space ~
17120 \end_inset
17121
17122
17123 \begin_inset CommandInset ref
17124 LatexCommand ref
17125 reference "subsec:Multicolumn-Calculations"
17126
17127 \end_inset
17128
17129 .
17130 \end_layout
17131
17132 \begin_layout Standard
17133 The following color names are predefined:
17134 \end_layout
17135
17136 \begin_layout Standard
17137
17138 \family sans
17139 red
17140 \family default
17141
17142 \family sans
17143 green
17144 \family default
17145
17146 \family sans
17147 yellow
17148 \family default
17149
17150 \family sans
17151 blue
17152 \family default
17153
17154 \family sans
17155 cyan
17156 \family default
17157
17158 \family sans
17159 magenta
17160 \family default
17161
17162 \family sans
17163 black
17164 \family default
17165  and 
17166 \family sans
17167 white
17168 \end_layout
17169
17170 \begin_layout Standard
17171 \begin_inset VSpace medskip
17172 \end_inset
17173
17174
17175 \end_layout
17176
17177 \begin_layout Standard
17178 If you add the option
17179 \end_layout
17180
17181 \begin_layout Standard
17182
17183 \series bold
17184 dvipsnames
17185 \end_layout
17186
17187 \begin_layout Standard
17188 to the document class options in the document settings, you can additionally
17189  use further 61
17190 \begin_inset space ~
17191 \end_inset
17192
17193 colors.
17194  These colors are listed in appendix
17195 \begin_inset space ~
17196 \end_inset
17197
17198
17199 \begin_inset CommandInset ref
17200 LatexCommand ref
17201 reference "chap:List-of-dvips-colornames"
17202
17203 \end_inset
17204
17205 .
17206  One of these colors, 
17207 \family sans
17208 Maroon
17209 \family default
17210 , is used as example in Table
17211 \begin_inset space ~
17212 \end_inset
17213
17214
17215 \begin_inset CommandInset ref
17216 LatexCommand ref
17217 reference "tab:Table-colored-using"
17218
17219 \end_inset
17220
17221 .
17222 \end_layout
17223
17224 \begin_layout Standard
17225 \begin_inset VSpace medskip
17226 \end_inset
17227
17228
17229 \end_layout
17230
17231 \begin_layout Standard
17232 You can also define your own color with the command
17233 \end_layout
17234
17235 \begin_layout Standard
17236
17237 \series bold
17238
17239 \backslash
17240 definecolor{color name}{color model}{color values}
17241 \end_layout
17242
17243 \begin_layout Standard
17244 The color model can be
17245 \end_layout
17246
17247 \begin_layout Labeling
17248 \labelwidthstring 00.00.0000
17249 cmyk: cyan, magenta, yellow, black
17250 \end_layout
17251
17252 \begin_layout Labeling
17253 \labelwidthstring 00.00.0000
17254 rgb: red, green blue
17255 \end_layout
17256
17257 \begin_layout Labeling
17258 \labelwidthstring 00.00.0000
17259 gray gray
17260 \end_layout
17261
17262 \begin_layout Standard
17263 and the color values are comma separated numbers between 0 and 1 describing
17264  the factor for the corresponding color of the color model.
17265 \end_layout
17266
17267 \begin_layout Standard
17268 You can e.
17269 \begin_inset space \thinspace{}
17270 \end_inset
17271
17272 g.
17273 \begin_inset space \space{}
17274 \end_inset
17275
17276 define the color "
17277 \emph on
17278 darkgreen
17279 \emph default
17280 " in the preamble with
17281 \end_layout
17282
17283 \begin_layout Standard
17284
17285 \series bold
17286
17287 \backslash
17288 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
17289 \end_layout
17290
17291 \begin_layout Standard
17292 and the color "
17293 \emph on
17294 lightgray
17295 \emph default
17296 " with
17297 \end_layout
17298
17299 \begin_layout Standard
17300
17301 \series bold
17302
17303 \backslash
17304 definecolor{lightgray}{gray}{0.8}
17305 \end_layout
17306
17307 \begin_layout Standard
17308 \begin_inset VSpace medskip
17309 \end_inset
17310
17311
17312 \end_layout
17313
17314 \begin_layout Standard
17315 Lines are colored with the command
17316 \end_layout
17317
17318 \begin_layout Standard
17319
17320 \series bold
17321
17322 \backslash
17323 rowcolor{name of color}
17324 \end_layout
17325
17326 \begin_layout Standard
17327 and cells are colored with the command
17328 \end_layout
17329
17330 \begin_layout Standard
17331
17332 \series bold
17333
17334 \backslash
17335 cellcolor{name of color}
17336 \end_layout
17337
17338 \begin_layout Standard
17339 Both commands are inserted at the beginning of a cell as \SpecialChar TeX
17340  Code.
17341 \end_layout
17342
17343 \begin_layout Standard
17344 To color characters in the table, mark the cells and use the 
17345 \family sans
17346 Text
17347 \begin_inset space ~
17348 \end_inset
17349
17350 Style
17351 \family default
17352  dialog.
17353  If a cell contains \SpecialChar TeX
17354  Code mark only the characters, otherwise the colored
17355  \SpecialChar TeX
17356  Code will cause \SpecialChar LaTeX
17357  errors.
17358 \end_layout
17359
17360 \begin_layout Standard
17361 \begin_inset Note Greyedout
17362 status open
17363
17364 \begin_layout Plain Layout
17365
17366 \series bold
17367 Note:
17368 \series default
17369  Not all DVI-viewers are able to display self-defined colors.
17370 \end_layout
17371
17372 \end_inset
17373
17374
17375 \end_layout
17376
17377 \begin_layout Standard
17378 \begin_inset VSpace bigskip
17379 \end_inset
17380
17381
17382 \end_layout
17383
17384 \begin_layout Standard
17385 To create Table
17386 \begin_inset space ~
17387 \end_inset
17388
17389
17390 \begin_inset CommandInset ref
17391 LatexCommand ref
17392 reference "tab:Table-colored-using"
17393
17394 \end_inset
17395
17396  do the following: The color of the first column should be 
17397 \emph on
17398 darkgreen
17399 \emph default
17400 .
17401  So insert
17402 \end_layout
17403
17404 \begin_layout Standard
17405
17406 \series bold
17407 >{
17408 \backslash
17409 columncolor{darkgreen}
17410 \backslash
17411 centering}c
17412 \end_layout
17413
17414 \begin_layout Standard
17415 as \SpecialChar LaTeX
17416 -argument for this column.
17417  The first row should be light blue, therefore the \SpecialChar TeX
17418  Code command
17419 \end_layout
17420
17421 \begin_layout Standard
17422
17423 \series bold
17424
17425 \backslash
17426 rowcolor{cyan}
17427 \end_layout
17428
17429 \begin_layout Standard
17430 is inserted to the first cell of this row.
17431  Note that this overwrites the column color for the first cell.
17432  The last cell of the last row is colored maroon by inserting the \SpecialChar TeX
17433  Code
17434  command
17435 \end_layout
17436
17437 \begin_layout Standard
17438
17439 \series bold
17440
17441 \backslash
17442 cellcolor{Maroon}
17443 \end_layout
17444
17445 \begin_layout Standard
17446 The characters could now be colored using the menu 
17447 \family sans
17448 Edit\SpecialChar menuseparator
17449 Text
17450 \begin_inset space ~
17451 \end_inset
17452
17453 Style
17454 \family default
17455 .
17456 \end_layout
17457
17458 \begin_layout Standard
17459 \begin_inset Float table
17460 placement h
17461 wide false
17462 sideways false
17463 status open
17464
17465 \begin_layout Plain Layout
17466 \begin_inset Caption Standard
17467
17468 \begin_layout Plain Layout
17469 \begin_inset CommandInset label
17470 LatexCommand label
17471 name "tab:Table-colored-using"
17472
17473 \end_inset
17474
17475 Table colored using the package 
17476 \series bold
17477 colortbl
17478 \series default
17479
17480 \begin_inset Argument 1
17481 status collapsed
17482
17483 \begin_layout Plain Layout
17484 Table with colortbl
17485 \end_layout
17486
17487 \end_inset
17488
17489
17490 \end_layout
17491
17492 \end_inset
17493
17494
17495 \end_layout
17496
17497 \begin_layout Plain Layout
17498 \align center
17499 \begin_inset Tabular
17500 <lyxtabular version="3" rows="3" columns="3">
17501 <features tabularvalignment="middle">
17502 <column alignment="center" valignment="top" special=">{\columncolor{darkgreen}\centering}c">
17503 <column alignment="center" valignment="top">
17504 <column alignment="center" valignment="top">
17505 <row>
17506 <cell alignment="center" valignment="top" usebox="none">
17507 \begin_inset Text
17508
17509 \begin_layout Plain Layout
17510 \begin_inset ERT
17511 status collapsed
17512
17513 \begin_layout Plain Layout
17514
17515
17516 \backslash
17517 rowcolor{cyan}
17518 \end_layout
17519
17520 \end_inset
17521
17522
17523 \color magenta
17524 a
17525 \end_layout
17526
17527 \end_inset
17528 </cell>
17529 <cell alignment="center" valignment="top" usebox="none">
17530 \begin_inset Text
17531
17532 \begin_layout Plain Layout
17533
17534 \color red
17535 b
17536 \end_layout
17537
17538 \end_inset
17539 </cell>
17540 <cell alignment="center" valignment="top" usebox="none">
17541 \begin_inset Text
17542
17543 \begin_layout Plain Layout
17544
17545 \color red
17546 c
17547 \end_layout
17548
17549 \end_inset
17550 </cell>
17551 </row>
17552 <row>
17553 <cell alignment="center" valignment="top" usebox="none">
17554 \begin_inset Text
17555
17556 \begin_layout Plain Layout
17557
17558 \color yellow
17559 d
17560 \end_layout
17561
17562 \end_inset
17563 </cell>
17564 <cell alignment="center" valignment="top" usebox="none">
17565 \begin_inset Text
17566
17567 \begin_layout Plain Layout
17568
17569 \color blue
17570 e
17571 \end_layout
17572
17573 \end_inset
17574 </cell>
17575 <cell alignment="center" valignment="top" usebox="none">
17576 \begin_inset Text
17577
17578 \begin_layout Plain Layout
17579
17580 \color blue
17581 f
17582 \end_layout
17583
17584 \end_inset
17585 </cell>
17586 </row>
17587 <row>
17588 <cell alignment="center" valignment="top" usebox="none">
17589 \begin_inset Text
17590
17591 \begin_layout Plain Layout
17592
17593 \color yellow
17594 g
17595 \end_layout
17596
17597 \end_inset
17598 </cell>
17599 <cell alignment="center" valignment="top" usebox="none">
17600 \begin_inset Text
17601
17602 \begin_layout Plain Layout
17603
17604 \color blue
17605 h
17606 \end_layout
17607
17608 \end_inset
17609 </cell>
17610 <cell alignment="center" valignment="top" usebox="none">
17611 \begin_inset Text
17612
17613 \begin_layout Plain Layout
17614 \begin_inset ERT
17615 status collapsed
17616
17617 \begin_layout Plain Layout
17618
17619
17620 \backslash
17621 cellcolor{Maroon}
17622 \end_layout
17623
17624 \end_inset
17625
17626
17627 \color green
17628 i
17629 \end_layout
17630
17631 \end_inset
17632 </cell>
17633 </row>
17634 </lyxtabular>
17635
17636 \end_inset
17637
17638
17639 \end_layout
17640
17641 \end_inset
17642
17643
17644 \end_layout
17645
17646 \begin_layout Standard
17647 \begin_inset ERT
17648 status collapsed
17649
17650 \begin_layout Plain Layout
17651
17652
17653 \backslash
17654 else
17655 \end_layout
17656
17657 \end_inset
17658
17659
17660 \begin_inset Note Note
17661 status open
17662
17663 \begin_layout Plain Layout
17664 The following will be displayed when the \SpecialChar LaTeX
17665 -package 
17666 \series bold
17667 colortbl
17668 \series default
17669  is not installed:
17670 \end_layout
17671
17672 \end_inset
17673
17674
17675 \end_layout
17676
17677 \begin_layout Standard
17678 You need to install the package 
17679 \series bold
17680 colortbl
17681 \series default
17682  to see the content of this section in the output.
17683 \end_layout
17684
17685 \begin_layout Standard
17686 \begin_inset ERT
17687 status collapsed
17688
17689 \begin_layout Plain Layout
17690
17691
17692 \backslash
17693 fi
17694 \end_layout
17695
17696 \end_inset
17697
17698
17699 \end_layout
17700
17701 \begin_layout Subsection
17702 Colored Rows
17703 \begin_inset Index idx
17704 status collapsed
17705
17706 \begin_layout Plain Layout
17707 Table Color ! for Rows
17708 \end_layout
17709
17710 \end_inset
17711
17712
17713 \begin_inset Index idx
17714 status collapsed
17715
17716 \begin_layout Plain Layout
17717 Color ! for Table Rows
17718 \end_layout
17719
17720 \end_inset
17721
17722
17723 \end_layout
17724
17725 \begin_layout Standard
17726 In case every second table row needs to be colored there is an alternative
17727  to the method described in the previous section: One loads the package
17728  
17729 \series bold
17730 xcolor
17731 \series default
17732
17733 \begin_inset Index idx
17734 status collapsed
17735
17736 \begin_layout Plain Layout
17737 \SpecialChar LaTeX
17738 -packages ! xcolor
17739 \begin_inset ERT
17740 status collapsed
17741
17742 \begin_layout Plain Layout
17743
17744
17745 \backslash
17746 vspace{4mm}
17747 \end_layout
17748
17749 \end_inset
17750
17751
17752 \end_layout
17753
17754 \end_inset
17755
17756  in the document preamble with the command
17757 \end_layout
17758
17759 \begin_layout Standard
17760
17761 \series bold
17762
17763 \backslash
17764 usepackage[table]{xcolor}
17765 \end_layout
17766
17767 \begin_layout Standard
17768
17769 \series bold
17770 xcolor
17771 \series default
17772  automatically loads also the package 
17773 \series bold
17774 colortbl
17775 \series default
17776
17777 \begin_inset Index idx
17778 status collapsed
17779
17780 \begin_layout Plain Layout
17781 \SpecialChar LaTeX
17782 -packages ! colortbl
17783 \end_layout
17784
17785 \end_inset
17786
17787 , so 
17788 \series bold
17789 colortbl
17790 \series default
17791  must be installed in your \SpecialChar LaTeX
17792 -distribution, otherwise you get \SpecialChar LaTeX
17793 -errors.
17794 \end_layout
17795
17796 \begin_layout Standard
17797 \begin_inset ERT
17798 status collapsed
17799
17800 \begin_layout Plain Layout
17801
17802
17803 \backslash
17804 ifcolortbl
17805 \end_layout
17806
17807 \end_inset
17808
17809
17810 \begin_inset Note Note
17811 status open
17812
17813 \begin_layout Plain Layout
17814 The following section part will only be displayed when the \SpecialChar LaTeX
17815 -package 
17816 \series bold
17817 colortbl
17818 \series default
17819  is installed.
17820 \end_layout
17821
17822 \end_inset
17823
17824
17825 \end_layout
17826
17827 \begin_layout Standard
17828 The table rows are colored with the command
17829 \end_layout
17830
17831 \begin_layout Standard
17832
17833 \series bold
17834
17835 \backslash
17836 rowcolors[commands]{row number}{odd row color}{even row color}
17837 \end_layout
17838
17839 \begin_layout Standard
17840 that is either inserted in the document preamble or as \SpecialChar TeX
17841  Code before the
17842  first table to be colored.
17843  row
17844 \begin_inset space ~
17845 \end_inset
17846
17847 number is the number of the first row which should be colored according
17848  to the odd row color.
17849  commands can be additional commands that are executed before every table
17850  row.
17851  So for example the command
17852 \end_layout
17853
17854 \begin_layout Standard
17855
17856 \series bold
17857
17858 \backslash
17859 rowcolors{1}{white}{lightgray}
17860 \end_layout
17861
17862 \begin_layout Standard
17863 leads to the coloring scheme of Table
17864 \begin_inset space ~
17865 \end_inset
17866
17867
17868 \begin_inset CommandInset ref
17869 LatexCommand ref
17870 reference "tab:Table-rowcolors"
17871
17872 \end_inset
17873
17874 .
17875  The command
17876 \end_layout
17877
17878 \begin_layout Standard
17879
17880 \series bold
17881
17882 \backslash
17883 rowcolors[
17884 \backslash
17885 hline]{1}{lightgray}{cyan}
17886 \end_layout
17887
17888 \begin_layout Standard
17889 leads to the coloring scheme of Table
17890 \begin_inset space ~
17891 \end_inset
17892
17893
17894 \begin_inset CommandInset ref
17895 LatexCommand ref
17896 reference "tab:Table-rowcolors-2"
17897
17898 \end_inset
17899
17900 .
17901  If odd
17902 \begin_inset space ~
17903 \end_inset
17904
17905 row
17906 \begin_inset space ~
17907 \end_inset
17908
17909 color and/or even
17910 \begin_inset space ~
17911 \end_inset
17912
17913 row
17914 \begin_inset space ~
17915 \end_inset
17916
17917 color are left empty, no color will be used so that the command
17918 \end_layout
17919
17920 \begin_layout Standard
17921
17922 \series bold
17923
17924 \backslash
17925 rowcolors{1}{}{}
17926 \end_layout
17927
17928 \begin_layout Standard
17929 deletes all colors.
17930  
17931 \series bold
17932
17933 \backslash
17934 rowcolors
17935 \series default
17936  affects all tables following that command.
17937 \end_layout
17938
17939 \begin_layout Standard
17940 \begin_inset ERT
17941 status open
17942
17943 \begin_layout Plain Layout
17944
17945
17946 \backslash
17947 rowcolors{1}{white}{lightgray}
17948 \end_layout
17949
17950 \end_inset
17951
17952
17953 \end_layout
17954
17955 \begin_layout Standard
17956 \begin_inset Float table
17957 placement h
17958 wide false
17959 sideways false
17960 status open
17961
17962 \begin_layout Plain Layout
17963 \begin_inset Caption Standard
17964
17965 \begin_layout Plain Layout
17966 \begin_inset CommandInset label
17967 LatexCommand label
17968 name "tab:Table-rowcolors"
17969
17970 \end_inset
17971
17972 Table where every second row is colored light gray.
17973 \end_layout
17974
17975 \end_inset
17976
17977
17978 \end_layout
17979
17980 \begin_layout Plain Layout
17981 \align center
17982 \begin_inset Tabular
17983 <lyxtabular version="3" rows="4" columns="3">
17984 <features tabularvalignment="middle">
17985 <column alignment="center" valignment="top">
17986 <column alignment="center" valignment="top" width="0pt">
17987 <column alignment="center" valignment="top" width="0pt">
17988 <row>
17989 <cell alignment="center" valignment="top" usebox="none">
17990 \begin_inset Text
17991
17992 \begin_layout Plain Layout
17993 X
17994 \end_layout
17995
17996 \end_inset
17997 </cell>
17998 <cell alignment="center" valignment="top" usebox="none">
17999 \begin_inset Text
18000
18001 \begin_layout Plain Layout
18002 Y
18003 \end_layout
18004
18005 \end_inset
18006 </cell>
18007 <cell alignment="center" valignment="top" usebox="none">
18008 \begin_inset Text
18009
18010 \begin_layout Plain Layout
18011 Z
18012 \end_layout
18013
18014 \end_inset
18015 </cell>
18016 </row>
18017 <row>
18018 <cell alignment="center" valignment="top" usebox="none">
18019 \begin_inset Text
18020
18021 \begin_layout Plain Layout
18022 1
18023 \end_layout
18024
18025 \end_inset
18026 </cell>
18027 <cell alignment="center" valignment="top" usebox="none">
18028 \begin_inset Text
18029
18030 \begin_layout Plain Layout
18031 2
18032 \end_layout
18033
18034 \end_inset
18035 </cell>
18036 <cell alignment="center" valignment="top" usebox="none">
18037 \begin_inset Text
18038
18039 \begin_layout Plain Layout
18040 3
18041 \end_layout
18042
18043 \end_inset
18044 </cell>
18045 </row>
18046 <row>
18047 <cell alignment="center" valignment="top" usebox="none">
18048 \begin_inset Text
18049
18050 \begin_layout Plain Layout
18051 4
18052 \end_layout
18053
18054 \end_inset
18055 </cell>
18056 <cell alignment="center" valignment="top" usebox="none">
18057 \begin_inset Text
18058
18059 \begin_layout Plain Layout
18060 5
18061 \end_layout
18062
18063 \end_inset
18064 </cell>
18065 <cell alignment="center" valignment="top" usebox="none">
18066 \begin_inset Text
18067
18068 \begin_layout Plain Layout
18069 6
18070 \end_layout
18071
18072 \end_inset
18073 </cell>
18074 </row>
18075 <row>
18076 <cell alignment="center" valignment="top" usebox="none">
18077 \begin_inset Text
18078
18079 \begin_layout Plain Layout
18080 7
18081 \end_layout
18082
18083 \end_inset
18084 </cell>
18085 <cell alignment="center" valignment="top" usebox="none">
18086 \begin_inset Text
18087
18088 \begin_layout Plain Layout
18089 8
18090 \end_layout
18091
18092 \end_inset
18093 </cell>
18094 <cell alignment="center" valignment="top" usebox="none">
18095 \begin_inset Text
18096
18097 \begin_layout Plain Layout
18098 9
18099 \end_layout
18100
18101 \end_inset
18102 </cell>
18103 </row>
18104 </lyxtabular>
18105
18106 \end_inset
18107
18108
18109 \end_layout
18110
18111 \end_inset
18112
18113
18114 \end_layout
18115
18116 \begin_layout Standard
18117 \begin_inset ERT
18118 status open
18119
18120 \begin_layout Plain Layout
18121
18122
18123 \backslash
18124 rowcolors[
18125 \backslash
18126 hline]{1}{lightgray}{cyan}
18127 \end_layout
18128
18129 \end_inset
18130
18131
18132 \end_layout
18133
18134 \begin_layout Standard
18135 \begin_inset Float table
18136 placement h
18137 wide false
18138 sideways false
18139 status open
18140
18141 \begin_layout Plain Layout
18142 \begin_inset Caption Standard
18143
18144 \begin_layout Plain Layout
18145 \begin_inset CommandInset label
18146 LatexCommand label
18147 name "tab:Table-rowcolors-2"
18148
18149 \end_inset
18150
18151 Table where every second row is colored cyan and at which there is a line
18152  between each row.
18153 \end_layout
18154
18155 \end_inset
18156
18157
18158 \end_layout
18159
18160 \begin_layout Plain Layout
18161 \align center
18162 \begin_inset Tabular
18163 <lyxtabular version="3" rows="4" columns="3">
18164 <features tabularvalignment="middle">
18165 <column alignment="center" valignment="top">
18166 <column alignment="center" valignment="top">
18167 <column alignment="center" valignment="top" width="0pt">
18168 <row>
18169 <cell alignment="center" valignment="top" usebox="none">
18170 \begin_inset Text
18171
18172 \begin_layout Plain Layout
18173 X
18174 \end_layout
18175
18176 \end_inset
18177 </cell>
18178 <cell alignment="center" valignment="top" usebox="none">
18179 \begin_inset Text
18180
18181 \begin_layout Plain Layout
18182 Y
18183 \end_layout
18184
18185 \end_inset
18186 </cell>
18187 <cell alignment="center" valignment="top" usebox="none">
18188 \begin_inset Text
18189
18190 \begin_layout Plain Layout
18191 Z
18192 \end_layout
18193
18194 \end_inset
18195 </cell>
18196 </row>
18197 <row>
18198 <cell alignment="center" valignment="top" usebox="none">
18199 \begin_inset Text
18200
18201 \begin_layout Plain Layout
18202 1
18203 \end_layout
18204
18205 \end_inset
18206 </cell>
18207 <cell alignment="center" valignment="top" usebox="none">
18208 \begin_inset Text
18209
18210 \begin_layout Plain Layout
18211 2
18212 \end_layout
18213
18214 \end_inset
18215 </cell>
18216 <cell alignment="center" valignment="top" usebox="none">
18217 \begin_inset Text
18218
18219 \begin_layout Plain Layout
18220 3
18221 \end_layout
18222
18223 \end_inset
18224 </cell>
18225 </row>
18226 <row>
18227 <cell alignment="center" valignment="top" usebox="none">
18228 \begin_inset Text
18229
18230 \begin_layout Plain Layout
18231 4
18232 \end_layout
18233
18234 \end_inset
18235 </cell>
18236 <cell alignment="center" valignment="top" usebox="none">
18237 \begin_inset Text
18238
18239 \begin_layout Plain Layout
18240 5
18241 \end_layout
18242
18243 \end_inset
18244 </cell>
18245 <cell alignment="center" valignment="top" usebox="none">
18246 \begin_inset Text
18247
18248 \begin_layout Plain Layout
18249 6
18250 \end_layout
18251
18252 \end_inset
18253 </cell>
18254 </row>
18255 <row>
18256 <cell alignment="center" valignment="top" usebox="none">
18257 \begin_inset Text
18258
18259 \begin_layout Plain Layout
18260 7
18261 \end_layout
18262
18263 \end_inset
18264 </cell>
18265 <cell alignment="center" valignment="top" usebox="none">
18266 \begin_inset Text
18267
18268 \begin_layout Plain Layout
18269 8
18270 \end_layout
18271
18272 \end_inset
18273 </cell>
18274 <cell alignment="center" valignment="top" usebox="none">
18275 \begin_inset Text
18276
18277 \begin_layout Plain Layout
18278 9
18279 \end_layout
18280
18281 \end_inset
18282 </cell>
18283 </row>
18284 </lyxtabular>
18285
18286 \end_inset
18287
18288
18289 \end_layout
18290
18291 \end_inset
18292
18293
18294 \end_layout
18295
18296 \begin_layout Standard
18297 \begin_inset ERT
18298 status collapsed
18299
18300 \begin_layout Plain Layout
18301
18302
18303 \backslash
18304 rowcolors{1}{}{}
18305 \end_layout
18306
18307 \end_inset
18308
18309
18310 \begin_inset Note Note
18311 status collapsed
18312
18313 \begin_layout Plain Layout
18314 turns off the row coloring
18315 \end_layout
18316
18317 \end_inset
18318
18319
18320 \end_layout
18321
18322 \begin_layout Standard
18323 \begin_inset ERT
18324 status collapsed
18325
18326 \begin_layout Plain Layout
18327
18328
18329 \backslash
18330 else
18331 \end_layout
18332
18333 \end_inset
18334
18335
18336 \begin_inset Note Note
18337 status open
18338
18339 \begin_layout Plain Layout
18340 The following will be displayed when the \SpecialChar LaTeX
18341 -package 
18342 \series bold
18343 colortbl
18344 \series default
18345  is not installed:
18346 \end_layout
18347
18348 \end_inset
18349
18350
18351 \end_layout
18352
18353 \begin_layout Standard
18354 You need to install the package 
18355 \series bold
18356 colortbl
18357 \series default
18358  to see the content of this section in the output.
18359 \end_layout
18360
18361 \begin_layout Standard
18362 \begin_inset ERT
18363 status collapsed
18364
18365 \begin_layout Plain Layout
18366
18367
18368 \backslash
18369 fi
18370 \end_layout
18371
18372 \end_inset
18373
18374
18375 \end_layout
18376
18377 \begin_layout Subsection
18378 Colored Lines
18379 \begin_inset Index idx
18380 status collapsed
18381
18382 \begin_layout Plain Layout
18383 Table Color ! for Lines
18384 \end_layout
18385
18386 \end_inset
18387
18388
18389 \begin_inset Index idx
18390 status collapsed
18391
18392 \begin_layout Plain Layout
18393 Color ! for Table Lines
18394 \end_layout
18395
18396 \end_inset
18397
18398
18399 \end_layout
18400
18401 \begin_layout Standard
18402 As described in section
18403 \begin_inset space ~
18404 \end_inset
18405
18406
18407 \begin_inset CommandInset ref
18408 LatexCommand ref
18409 reference "subsec:Line-Thickness"
18410
18411 \end_inset
18412
18413 , the line thickness for all lines in a table can be adjusted with the length
18414  
18415 \series bold
18416
18417 \backslash
18418 arrayrulewidth
18419 \series default
18420 .
18421  It is set to 1.5
18422 \begin_inset space \thinspace{}
18423 \end_inset
18424
18425 pt for all tables of this section.
18426 \begin_inset ERT
18427 status collapsed
18428
18429 \begin_layout Plain Layout
18430
18431
18432 \backslash
18433 setlength{
18434 \backslash
18435 arrayrulewidth}{1.5pt}
18436 \end_layout
18437
18438 \end_inset
18439
18440
18441 \end_layout
18442
18443 \begin_layout Standard
18444 To color vertical lines for example with green, create the following column
18445  format in the document preamble, according to the description in section
18446 \begin_inset space ~
18447 \end_inset
18448
18449
18450 \begin_inset CommandInset ref
18451 LatexCommand ref
18452 reference "subsec:Customized-Format"
18453
18454 \end_inset
18455
18456 :
18457 \end_layout
18458
18459 \begin_layout Standard
18460
18461 \series bold
18462
18463 \backslash
18464 newcolumntype{W}{!{
18465 \backslash
18466 color{green}
18467 \backslash
18468 vline}}
18469 \end_layout
18470
18471 \begin_layout Standard
18472 For Table
18473 \begin_inset space ~
18474 \end_inset
18475
18476
18477 \begin_inset CommandInset ref
18478 LatexCommand ref
18479 reference "tab:Table-with-vertical-colored"
18480
18481 \end_inset
18482
18483  the \SpecialChar LaTeX
18484 -argument
18485 \series bold
18486  WcW
18487 \series default
18488  was used for the last column and
18489 \series bold
18490  Wc
18491 \series default
18492  for the other columns.
18493 \end_layout
18494
18495 \begin_layout Standard
18496 If you want to have several colors, define more column formats.
18497 \end_layout
18498
18499 \begin_layout Standard
18500 \begin_inset Float table
18501 placement h
18502 wide false
18503 sideways false
18504 status open
18505
18506 \begin_layout Plain Layout
18507 \begin_inset Caption Standard
18508
18509 \begin_layout Plain Layout
18510 \begin_inset CommandInset label
18511 LatexCommand label
18512 name "tab:Table-with-vertical-colored"
18513
18514 \end_inset
18515
18516 Table with colored vertical lines
18517 \end_layout
18518
18519 \end_inset
18520
18521
18522 \end_layout
18523
18524 \begin_layout Plain Layout
18525 \align center
18526 \begin_inset Tabular
18527 <lyxtabular version="3" rows="3" columns="3">
18528 <features tabularvalignment="middle">
18529 <column alignment="center" valignment="top" special="Wc">
18530 <column alignment="center" valignment="top" special="Wc">
18531 <column alignment="center" valignment="top" special="WcW">
18532 <row>
18533 <cell alignment="center" valignment="top" topline="true" usebox="none">
18534 \begin_inset Text
18535
18536 \begin_layout Plain Layout
18537 sd
18538 \end_layout
18539
18540 \end_inset
18541 </cell>
18542 <cell alignment="center" valignment="top" topline="true" usebox="none">
18543 \begin_inset Text
18544
18545 \begin_layout Plain Layout
18546
18547 \end_layout
18548
18549 \end_inset
18550 </cell>
18551 <cell alignment="center" valignment="top" topline="true" usebox="none">
18552 \begin_inset Text
18553
18554 \begin_layout Plain Layout
18555
18556 \end_layout
18557
18558 \end_inset
18559 </cell>
18560 </row>
18561 <row>
18562 <cell alignment="center" valignment="top" topline="true" usebox="none">
18563 \begin_inset Text
18564
18565 \begin_layout Plain Layout
18566
18567 \end_layout
18568
18569 \end_inset
18570 </cell>
18571 <cell alignment="center" valignment="top" topline="true" usebox="none">
18572 \begin_inset Text
18573
18574 \begin_layout Plain Layout
18575 sd
18576 \end_layout
18577
18578 \end_inset
18579 </cell>
18580 <cell alignment="center" valignment="top" topline="true" usebox="none">
18581 \begin_inset Text
18582
18583 \begin_layout Plain Layout
18584
18585 \end_layout
18586
18587 \end_inset
18588 </cell>
18589 </row>
18590 <row>
18591 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18592 \begin_inset Text
18593
18594 \begin_layout Plain Layout
18595
18596 \end_layout
18597
18598 \end_inset
18599 </cell>
18600 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18601 \begin_inset Text
18602
18603 \begin_layout Plain Layout
18604
18605 \end_layout
18606
18607 \end_inset
18608 </cell>
18609 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18610 \begin_inset Text
18611
18612 \begin_layout Plain Layout
18613 sd
18614 \end_layout
18615
18616 \end_inset
18617 </cell>
18618 </row>
18619 </lyxtabular>
18620
18621 \end_inset
18622
18623
18624 \end_layout
18625
18626 \end_inset
18627
18628
18629 \end_layout
18630
18631 \begin_layout Standard
18632 \begin_inset VSpace bigskip
18633 \end_inset
18634
18635 To color all horizontal lines for example with red, as in Table
18636 \begin_inset space ~
18637 \end_inset
18638
18639
18640 \begin_inset CommandInset ref
18641 LatexCommand ref
18642 reference "tab:Table-with-horizontal-colored"
18643
18644 \end_inset
18645
18646 , insert these commands in \SpecialChar TeX
18647  code before the table or table float:
18648 \end_layout
18649
18650 \begin_layout Standard
18651
18652 \series bold
18653
18654 \backslash
18655 let
18656 \backslash
18657 myHlineC
18658 \backslash
18659 hline
18660 \begin_inset Newline newline
18661 \end_inset
18662
18663
18664 \backslash
18665 renewcommand{
18666 \backslash
18667 hline}
18668 \begin_inset Newline newline
18669 \end_inset
18670
18671
18672 \begin_inset Phantom HPhantom
18673 status open
18674
18675 \begin_layout Plain Layout
18676
18677 \series bold
18678 \begin_inset space ~
18679 \end_inset
18680
18681
18682 \end_layout
18683
18684 \end_inset
18685
18686 {
18687 \backslash
18688 arrayrulecolor{red}
18689 \backslash
18690 myHlineC
18691 \backslash
18692 arrayrulecolor{black}}
18693 \end_layout
18694
18695 \begin_layout Standard
18696 \begin_inset ERT
18697 status collapsed
18698
18699 \begin_layout Plain Layout
18700
18701
18702 \backslash
18703 let
18704 \backslash
18705 myHlineC
18706 \backslash
18707 hline
18708 \end_layout
18709
18710 \begin_layout Plain Layout
18711
18712
18713 \backslash
18714 renewcommand{
18715 \backslash
18716 hline}
18717 \end_layout
18718
18719 \begin_layout Plain Layout
18720
18721  {
18722 \backslash
18723 arrayrulecolor{red}
18724 \backslash
18725 myHlineC
18726 \backslash
18727 arrayrulecolor{black}}
18728 \end_layout
18729
18730 \end_inset
18731
18732
18733 \begin_inset Float table
18734 placement h
18735 wide false
18736 sideways false
18737 status open
18738
18739 \begin_layout Plain Layout
18740 \begin_inset Caption Standard
18741
18742 \begin_layout Plain Layout
18743 \begin_inset CommandInset label
18744 LatexCommand label
18745 name "tab:Table-with-horizontal-colored"
18746
18747 \end_inset
18748
18749 Table with colored horizontal lines
18750 \end_layout
18751
18752 \end_inset
18753
18754
18755 \end_layout
18756
18757 \begin_layout Plain Layout
18758 \align center
18759 \begin_inset Tabular
18760 <lyxtabular version="3" rows="3" columns="3">
18761 <features tabularvalignment="middle">
18762 <column alignment="center" valignment="top">
18763 <column alignment="center" valignment="top">
18764 <column alignment="center" valignment="top">
18765 <row>
18766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18767 \begin_inset Text
18768
18769 \begin_layout Plain Layout
18770 sd
18771 \end_layout
18772
18773 \end_inset
18774 </cell>
18775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18776 \begin_inset Text
18777
18778 \begin_layout Plain Layout
18779
18780 \end_layout
18781
18782 \end_inset
18783 </cell>
18784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18785 \begin_inset Text
18786
18787 \begin_layout Plain Layout
18788
18789 \end_layout
18790
18791 \end_inset
18792 </cell>
18793 </row>
18794 <row>
18795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18796 \begin_inset Text
18797
18798 \begin_layout Plain Layout
18799
18800 \end_layout
18801
18802 \end_inset
18803 </cell>
18804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18805 \begin_inset Text
18806
18807 \begin_layout Plain Layout
18808 sd
18809 \end_layout
18810
18811 \end_inset
18812 </cell>
18813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18814 \begin_inset Text
18815
18816 \begin_layout Plain Layout
18817
18818 \end_layout
18819
18820 \end_inset
18821 </cell>
18822 </row>
18823 <row>
18824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18825 \begin_inset Text
18826
18827 \begin_layout Plain Layout
18828
18829 \end_layout
18830
18831 \end_inset
18832 </cell>
18833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18834 \begin_inset Text
18835
18836 \begin_layout Plain Layout
18837
18838 \end_layout
18839
18840 \end_inset
18841 </cell>
18842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18843 \begin_inset Text
18844
18845 \begin_layout Plain Layout
18846 sd
18847 \end_layout
18848
18849 \end_inset
18850 </cell>
18851 </row>
18852 </lyxtabular>
18853
18854 \end_inset
18855
18856
18857 \end_layout
18858
18859 \end_inset
18860
18861
18862 \end_layout
18863
18864 \begin_layout Standard
18865 To return to the default line color black, insert this command in \SpecialChar TeX
18866  code
18867  after the table or table float:
18868 \end_layout
18869
18870 \begin_layout Standard
18871
18872 \series bold
18873
18874 \backslash
18875 renewcommand{
18876 \backslash
18877 hline}{
18878 \backslash
18879 myHlineC}
18880 \end_layout
18881
18882 \begin_layout Standard
18883 Table
18884 \begin_inset space ~
18885 \end_inset
18886
18887
18888 \begin_inset CommandInset ref
18889 LatexCommand ref
18890 reference "tab:Table-with-colored"
18891
18892 \end_inset
18893
18894  is an example with colored vertical and horizontal lines.
18895 \end_layout
18896
18897 \begin_layout Standard
18898 \begin_inset Float table
18899 placement h
18900 wide false
18901 sideways false
18902 status open
18903
18904 \begin_layout Plain Layout
18905 \begin_inset Caption Standard
18906
18907 \begin_layout Plain Layout
18908 \begin_inset CommandInset label
18909 LatexCommand label
18910 name "tab:Table-with-colored"
18911
18912 \end_inset
18913
18914 Table with colored lines
18915 \end_layout
18916
18917 \end_inset
18918
18919
18920 \end_layout
18921
18922 \begin_layout Plain Layout
18923 \align center
18924 \begin_inset Tabular
18925 <lyxtabular version="3" rows="3" columns="3">
18926 <features tabularvalignment="middle">
18927 <column alignment="center" valignment="top" special="Wc">
18928 <column alignment="center" valignment="top" special="Wc">
18929 <column alignment="center" valignment="top" special="WcW">
18930 <row>
18931 <cell alignment="center" valignment="top" topline="true" usebox="none">
18932 \begin_inset Text
18933
18934 \begin_layout Plain Layout
18935 sd
18936 \end_layout
18937
18938 \end_inset
18939 </cell>
18940 <cell alignment="center" valignment="top" topline="true" usebox="none">
18941 \begin_inset Text
18942
18943 \begin_layout Plain Layout
18944
18945 \end_layout
18946
18947 \end_inset
18948 </cell>
18949 <cell alignment="center" valignment="top" topline="true" usebox="none">
18950 \begin_inset Text
18951
18952 \begin_layout Plain Layout
18953
18954 \end_layout
18955
18956 \end_inset
18957 </cell>
18958 </row>
18959 <row>
18960 <cell alignment="center" valignment="top" topline="true" usebox="none">
18961 \begin_inset Text
18962
18963 \begin_layout Plain Layout
18964
18965 \end_layout
18966
18967 \end_inset
18968 </cell>
18969 <cell alignment="center" valignment="top" topline="true" usebox="none">
18970 \begin_inset Text
18971
18972 \begin_layout Plain Layout
18973 sd
18974 \end_layout
18975
18976 \end_inset
18977 </cell>
18978 <cell alignment="center" valignment="top" topline="true" usebox="none">
18979 \begin_inset Text
18980
18981 \begin_layout Plain Layout
18982
18983 \end_layout
18984
18985 \end_inset
18986 </cell>
18987 </row>
18988 <row topspace="default">
18989 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18990 \begin_inset Text
18991
18992 \begin_layout Plain Layout
18993
18994 \end_layout
18995
18996 \end_inset
18997 </cell>
18998 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18999 \begin_inset Text
19000
19001 \begin_layout Plain Layout
19002
19003 \end_layout
19004
19005 \end_inset
19006 </cell>
19007 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19008 \begin_inset Text
19009
19010 \begin_layout Plain Layout
19011 sd
19012 \end_layout
19013
19014 \end_inset
19015 </cell>
19016 </row>
19017 </lyxtabular>
19018
19019 \end_inset
19020
19021
19022 \end_layout
19023
19024 \end_inset
19025
19026
19027 \end_layout
19028
19029 \begin_layout Standard
19030 \begin_inset ERT
19031 status collapsed
19032
19033 \begin_layout Plain Layout
19034
19035
19036 \backslash
19037 renewcommand{
19038 \backslash
19039 hline}{
19040 \backslash
19041 myHlineC}
19042 \end_layout
19043
19044 \end_inset
19045
19046
19047 \end_layout
19048
19049 \begin_layout Standard
19050 \begin_inset ERT
19051 status collapsed
19052
19053 \begin_layout Plain Layout
19054
19055
19056 \backslash
19057 setlength{
19058 \backslash
19059 arrayrulewidth}{1.2pt}
19060 \end_layout
19061
19062 \end_inset
19063
19064
19065 \end_layout
19066
19067 \begin_layout Standard
19068 To color only some of the table lines another strategy is necessary.
19069  To color all following horizontal lines, insert this command as \SpecialChar TeX
19070  code as
19071  last thing in the row that should be above the first colored line:
19072 \end_layout
19073
19074 \begin_layout Standard
19075
19076 \series bold
19077
19078 \backslash
19079
19080 \backslash
19081
19082 \backslash
19083 arrayrulecolor{blue}%
19084 \end_layout
19085
19086 \begin_layout Standard
19087 To go back to black lines, add this command as first thing in the row that
19088  is above the black lines:
19089 \end_layout
19090
19091 \begin_layout Standard
19092
19093 \series bold
19094
19095 \backslash
19096 arrayrulecolor{black}
19097 \end_layout
19098
19099 \begin_layout Standard
19100 With this one can color table lines like in Table
19101 \begin_inset space ~
19102 \end_inset
19103
19104
19105 \begin_inset CommandInset ref
19106 LatexCommand ref
19107 reference "tab:Table-with-different-hor"
19108
19109 \end_inset
19110
19111 .
19112  However, with this method it is not possible to color the line above the
19113  first row of a table.
19114 \end_layout
19115
19116 \begin_layout Standard
19117 \begin_inset Float table
19118 wide false
19119 sideways false
19120 status open
19121
19122 \begin_layout Plain Layout
19123 \begin_inset Caption Standard
19124
19125 \begin_layout Plain Layout
19126 \begin_inset CommandInset label
19127 LatexCommand label
19128 name "tab:Table-with-different-hor"
19129
19130 \end_inset
19131
19132 Table with different horizontal line colors.
19133 \end_layout
19134
19135 \end_inset
19136
19137
19138 \end_layout
19139
19140 \begin_layout Plain Layout
19141 \align center
19142 \begin_inset Tabular
19143 <lyxtabular version="3" rows="6" columns="7">
19144 <features tabularvalignment="middle">
19145 <column alignment="center" valignment="top">
19146 <column alignment="center" valignment="top">
19147 <column alignment="center" valignment="top">
19148 <column alignment="center" valignment="top">
19149 <column alignment="center" valignment="top">
19150 <column alignment="center" valignment="top">
19151 <column alignment="center" valignment="top">
19152 <row>
19153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19154 \begin_inset Text
19155
19156 \begin_layout Plain Layout
19157
19158 \end_layout
19159
19160 \end_inset
19161 </cell>
19162 <cell alignment="center" valignment="top" topline="true" usebox="none">
19163 \begin_inset Text
19164
19165 \begin_layout Plain Layout
19166
19167 \end_layout
19168
19169 \end_inset
19170 </cell>
19171 <cell alignment="center" valignment="top" topline="true" usebox="none">
19172 \begin_inset Text
19173
19174 \begin_layout Plain Layout
19175
19176 \end_layout
19177
19178 \end_inset
19179 </cell>
19180 <cell alignment="center" valignment="top" topline="true" usebox="none">
19181 \begin_inset Text
19182
19183 \begin_layout Plain Layout
19184
19185 \end_layout
19186
19187 \end_inset
19188 </cell>
19189 <cell alignment="center" valignment="top" topline="true" usebox="none">
19190 \begin_inset Text
19191
19192 \begin_layout Plain Layout
19193
19194 \end_layout
19195
19196 \end_inset
19197 </cell>
19198 <cell alignment="center" valignment="top" topline="true" usebox="none">
19199 \begin_inset Text
19200
19201 \begin_layout Plain Layout
19202
19203 \end_layout
19204
19205 \end_inset
19206 </cell>
19207 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
19208 \begin_inset Text
19209
19210 \begin_layout Plain Layout
19211 \begin_inset ERT
19212 status open
19213
19214 \begin_layout Plain Layout
19215
19216
19217 \backslash
19218
19219 \backslash
19220
19221 \backslash
19222 arrayrulecolor{blue}%
19223 \end_layout
19224
19225 \end_inset
19226
19227
19228 \end_layout
19229
19230 \end_inset
19231 </cell>
19232 </row>
19233 <row>
19234 <cell alignment="center" valignment="top" usebox="none">
19235 \begin_inset Text
19236
19237 \begin_layout Plain Layout
19238 Y
19239 \end_layout
19240
19241 \end_inset
19242 </cell>
19243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19244 \begin_inset Text
19245
19246 \begin_layout Plain Layout
19247
19248 \end_layout
19249
19250 \end_inset
19251 </cell>
19252 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19253 \begin_inset Text
19254
19255 \begin_layout Plain Layout
19256
19257 \end_layout
19258
19259 \end_inset
19260 </cell>
19261 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19262 \begin_inset Text
19263
19264 \begin_layout Plain Layout
19265
19266 \end_layout
19267
19268 \end_inset
19269 </cell>
19270 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19271 \begin_inset Text
19272
19273 \begin_layout Plain Layout
19274
19275 \end_layout
19276
19277 \end_inset
19278 </cell>
19279 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
19280 \begin_inset Text
19281
19282 \begin_layout Plain Layout
19283
19284 \end_layout
19285
19286 \end_inset
19287 </cell>
19288 <cell alignment="center" valignment="top" usebox="none">
19289 \begin_inset Text
19290
19291 \begin_layout Plain Layout
19292 Y
19293 \end_layout
19294
19295 \end_inset
19296 </cell>
19297 </row>
19298 <row>
19299 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19300 \begin_inset Text
19301
19302 \begin_layout Plain Layout
19303 \begin_inset ERT
19304 status open
19305
19306 \begin_layout Plain Layout
19307
19308
19309 \backslash
19310 arrayrulecolor{black}
19311 \end_layout
19312
19313 \end_inset
19314
19315
19316 \end_layout
19317
19318 \end_inset
19319 </cell>
19320 <cell alignment="center" valignment="top" usebox="none">
19321 \begin_inset Text
19322
19323 \begin_layout Plain Layout
19324
19325 \end_layout
19326
19327 \end_inset
19328 </cell>
19329 <cell alignment="center" valignment="top" usebox="none">
19330 \begin_inset Text
19331
19332 \begin_layout Plain Layout
19333
19334 \end_layout
19335
19336 \end_inset
19337 </cell>
19338 <cell alignment="center" valignment="top" usebox="none">
19339 \begin_inset Text
19340
19341 \begin_layout Plain Layout
19342
19343 \end_layout
19344
19345 \end_inset
19346 </cell>
19347 <cell alignment="center" valignment="top" usebox="none">
19348 \begin_inset Text
19349
19350 \begin_layout Plain Layout
19351
19352 \end_layout
19353
19354 \end_inset
19355 </cell>
19356 <cell alignment="center" valignment="top" usebox="none">
19357 \begin_inset Text
19358
19359 \begin_layout Plain Layout
19360
19361 \end_layout
19362
19363 \end_inset
19364 </cell>
19365 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19366 \begin_inset Text
19367
19368 \begin_layout Plain Layout
19369
19370 \end_layout
19371
19372 \end_inset
19373 </cell>
19374 </row>
19375 <row>
19376 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19377 \begin_inset Text
19378
19379 \begin_layout Plain Layout
19380
19381 \end_layout
19382
19383 \end_inset
19384 </cell>
19385 <cell alignment="center" valignment="top" usebox="none">
19386 \begin_inset Text
19387
19388 \begin_layout Plain Layout
19389
19390 \end_layout
19391
19392 \end_inset
19393 </cell>
19394 <cell alignment="center" valignment="top" usebox="none">
19395 \begin_inset Text
19396
19397 \begin_layout Plain Layout
19398
19399 \end_layout
19400
19401 \end_inset
19402 </cell>
19403 <cell alignment="center" valignment="top" usebox="none">
19404 \begin_inset Text
19405
19406 \begin_layout Plain Layout
19407
19408 \end_layout
19409
19410 \end_inset
19411 </cell>
19412 <cell alignment="center" valignment="top" usebox="none">
19413 \begin_inset Text
19414
19415 \begin_layout Plain Layout
19416
19417 \end_layout
19418
19419 \end_inset
19420 </cell>
19421 <cell alignment="center" valignment="top" usebox="none">
19422 \begin_inset Text
19423
19424 \begin_layout Plain Layout
19425
19426 \end_layout
19427
19428 \end_inset
19429 </cell>
19430 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19431 \begin_inset Text
19432
19433 \begin_layout Plain Layout
19434 \begin_inset ERT
19435 status collapsed
19436
19437 \begin_layout Plain Layout
19438
19439
19440 \backslash
19441
19442 \backslash
19443
19444 \backslash
19445 arrayrulecolor{green}%
19446 \end_layout
19447
19448 \end_inset
19449
19450
19451 \end_layout
19452
19453 \end_inset
19454 </cell>
19455 </row>
19456 <row>
19457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19458 \begin_inset Text
19459
19460 \begin_layout Plain Layout
19461
19462 \end_layout
19463
19464 \end_inset
19465 </cell>
19466 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19467 \begin_inset Text
19468
19469 \begin_layout Plain Layout
19470
19471 \end_layout
19472
19473 \end_inset
19474 </cell>
19475 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19476 \begin_inset Text
19477
19478 \begin_layout Plain Layout
19479
19480 \end_layout
19481
19482 \end_inset
19483 </cell>
19484 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19485 \begin_inset Text
19486
19487 \begin_layout Plain Layout
19488
19489 \end_layout
19490
19491 \end_inset
19492 </cell>
19493 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19494 \begin_inset Text
19495
19496 \begin_layout Plain Layout
19497
19498 \end_layout
19499
19500 \end_inset
19501 </cell>
19502 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19503 \begin_inset Text
19504
19505 \begin_layout Plain Layout
19506
19507 \end_layout
19508
19509 \end_inset
19510 </cell>
19511 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
19512 \begin_inset Text
19513
19514 \begin_layout Plain Layout
19515
19516 \end_layout
19517
19518 \end_inset
19519 </cell>
19520 </row>
19521 <row>
19522 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19523 \begin_inset Text
19524
19525 \begin_layout Plain Layout
19526 \begin_inset ERT
19527 status collapsed
19528
19529 \begin_layout Plain Layout
19530
19531
19532 \backslash
19533 arrayrulecolor{black}
19534 \end_layout
19535
19536 \end_inset
19537
19538 B
19539 \end_layout
19540
19541 \end_inset
19542 </cell>
19543 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19544 \begin_inset Text
19545
19546 \begin_layout Plain Layout
19547
19548 \end_layout
19549
19550 \end_inset
19551 </cell>
19552 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19553 \begin_inset Text
19554
19555 \begin_layout Plain Layout
19556
19557 \end_layout
19558
19559 \end_inset
19560 </cell>
19561 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19562 \begin_inset Text
19563
19564 \begin_layout Plain Layout
19565
19566 \end_layout
19567
19568 \end_inset
19569 </cell>
19570 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19571 \begin_inset Text
19572
19573 \begin_layout Plain Layout
19574
19575 \end_layout
19576
19577 \end_inset
19578 </cell>
19579 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19580 \begin_inset Text
19581
19582 \begin_layout Plain Layout
19583
19584 \end_layout
19585
19586 \end_inset
19587 </cell>
19588 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
19589 \begin_inset Text
19590
19591 \begin_layout Plain Layout
19592 \begin_inset ERT
19593 status collapsed
19594
19595 \begin_layout Plain Layout
19596
19597
19598 \backslash
19599
19600 \backslash
19601
19602 \backslash
19603 arrayrulecolor{blue}%
19604 \end_layout
19605
19606 \end_inset
19607
19608
19609 \end_layout
19610
19611 \end_inset
19612 </cell>
19613 </row>
19614 </lyxtabular>
19615
19616 \end_inset
19617
19618
19619 \end_layout
19620
19621 \end_inset
19622
19623
19624 \end_layout
19625
19626 \begin_layout Standard
19627 To change the color of vertical lines within a row, like in Table
19628 \begin_inset space ~
19629 \end_inset
19630
19631
19632 \begin_inset CommandInset ref
19633 LatexCommand ref
19634 reference "tab:Table-with-different-ver"
19635
19636 \end_inset
19637
19638 , one needs to use multicolumns.
19639  At first one needs to remove all vertical lines that don't run along the
19640  whole column.
19641  Now one colors all lines using the command
19642 \end_layout
19643
19644 \begin_layout Standard
19645
19646 \series bold
19647
19648 \backslash
19649
19650 \backslash
19651
19652 \backslash
19653 arrayrulecolor{blue}%
19654 \end_layout
19655
19656 \begin_layout Standard
19657 as above.
19658  Finally one inserts this command as \SpecialChar TeX
19659  code to every cell in the row where
19660  one needs a vertical line in a different color:
19661 \end_layout
19662
19663 \begin_layout Standard
19664
19665 \series bold
19666
19667 \backslash
19668 multicolumn{1}{!{
19669 \backslash
19670 color{green}
19671 \backslash
19672 vline}c!{
19673 \backslash
19674 color{red}
19675 \backslash
19676 vline}}{
19677 \end_layout
19678
19679 \begin_layout Standard
19680 This adds a vertical line to both sides of the cell.
19681  The left one will be green, the right one red.
19682  If no color change is necessary one can omit the 
19683 \series bold
19684
19685 \backslash
19686 color
19687 \series default
19688  command in the above command.
19689  To get for example a black left line and a blue right line you can write:
19690 \end_layout
19691
19692 \begin_layout Standard
19693
19694 \series bold
19695
19696 \backslash
19697 multicolumn{1}{!{
19698 \backslash
19699 color{black}
19700 \backslash
19701 vline}c|}{
19702 \end_layout
19703
19704 \begin_layout Standard
19705 because the color blue was already set for all lines.
19706  The 
19707 \series bold
19708 |
19709 \series default
19710  creates hereby the vertical line while 
19711 \series bold
19712
19713 \backslash
19714 vline
19715 \series default
19716  does this when 
19717 \series bold
19718
19719 \backslash
19720 color
19721 \series default
19722  is used.
19723  To set vertical lines without changing any color use
19724 \end_layout
19725
19726 \begin_layout Standard
19727
19728 \series bold
19729
19730 \backslash
19731 multicolumn{1}{|c|}{
19732 \end_layout
19733
19734 \begin_layout Standard
19735 After this command insert the cell content the normal way and end the cell
19736  with a closing brace 
19737 \series bold
19738 }
19739 \series default
19740  in \SpecialChar TeX
19741  code.
19742 \end_layout
19743
19744 \begin_layout Standard
19745 \begin_inset Float table
19746 wide false
19747 sideways false
19748 status open
19749
19750 \begin_layout Plain Layout
19751 \begin_inset Caption Standard
19752
19753 \begin_layout Plain Layout
19754 \begin_inset CommandInset label
19755 LatexCommand label
19756 name "tab:Table-with-different-ver"
19757
19758 \end_inset
19759
19760 Table with different vertical line colors in one row.
19761 \end_layout
19762
19763 \end_inset
19764
19765
19766 \end_layout
19767
19768 \begin_layout Plain Layout
19769 \align center
19770 \begin_inset Tabular
19771 <lyxtabular version="3" rows="5" columns="7">
19772 <features tabularvalignment="middle">
19773 <column alignment="center" valignment="top">
19774 <column alignment="center" valignment="top">
19775 <column alignment="center" valignment="top">
19776 <column alignment="center" valignment="top">
19777 <column alignment="center" valignment="top">
19778 <column alignment="center" valignment="top">
19779 <column alignment="center" valignment="top">
19780 <row>
19781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19782 \begin_inset Text
19783
19784 \begin_layout Plain Layout
19785
19786 \end_layout
19787
19788 \end_inset
19789 </cell>
19790 <cell alignment="center" valignment="top" topline="true" usebox="none">
19791 \begin_inset Text
19792
19793 \begin_layout Plain Layout
19794
19795 \end_layout
19796
19797 \end_inset
19798 </cell>
19799 <cell alignment="center" valignment="top" topline="true" usebox="none">
19800 \begin_inset Text
19801
19802 \begin_layout Plain Layout
19803
19804 \end_layout
19805
19806 \end_inset
19807 </cell>
19808 <cell alignment="center" valignment="top" topline="true" usebox="none">
19809 \begin_inset Text
19810
19811 \begin_layout Plain Layout
19812
19813 \end_layout
19814
19815 \end_inset
19816 </cell>
19817 <cell alignment="center" valignment="top" topline="true" usebox="none">
19818 \begin_inset Text
19819
19820 \begin_layout Plain Layout
19821
19822 \end_layout
19823
19824 \end_inset
19825 </cell>
19826 <cell alignment="center" valignment="top" topline="true" usebox="none">
19827 \begin_inset Text
19828
19829 \begin_layout Plain Layout
19830
19831 \end_layout
19832
19833 \end_inset
19834 </cell>
19835 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
19836 \begin_inset Text
19837
19838 \begin_layout Plain Layout
19839 \begin_inset ERT
19840 status open
19841
19842 \begin_layout Plain Layout
19843
19844
19845 \backslash
19846
19847 \backslash
19848
19849 \backslash
19850 arrayrulecolor{red}%
19851 \end_layout
19852
19853 \end_inset
19854
19855
19856 \end_layout
19857
19858 \end_inset
19859 </cell>
19860 </row>
19861 <row>
19862 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19863 \begin_inset Text
19864
19865 \begin_layout Plain Layout
19866 \begin_inset ERT
19867 status open
19868
19869 \begin_layout Plain Layout
19870
19871
19872 \backslash
19873 multicolumn{1}{!{
19874 \backslash
19875 color{black}
19876 \backslash
19877 vline}c|}{
19878 \end_layout
19879
19880 \end_inset
19881
19882 Y
19883 \begin_inset ERT
19884 status collapsed
19885
19886 \begin_layout Plain Layout
19887
19888 }
19889 \end_layout
19890
19891 \end_inset
19892
19893
19894 \end_layout
19895
19896 \end_inset
19897 </cell>
19898 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19899 \begin_inset Text
19900
19901 \begin_layout Plain Layout
19902
19903 \end_layout
19904
19905 \end_inset
19906 </cell>
19907 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19908 \begin_inset Text
19909
19910 \begin_layout Plain Layout
19911
19912 \end_layout
19913
19914 \end_inset
19915 </cell>
19916 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19917 \begin_inset Text
19918
19919 \begin_layout Plain Layout
19920
19921 \end_layout
19922
19923 \end_inset
19924 </cell>
19925 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19926 \begin_inset Text
19927
19928 \begin_layout Plain Layout
19929
19930 \end_layout
19931
19932 \end_inset
19933 </cell>
19934 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19935 \begin_inset Text
19936
19937 \begin_layout Plain Layout
19938 \begin_inset ERT
19939 status open
19940
19941 \begin_layout Plain Layout
19942
19943
19944 \backslash
19945 multicolumn{1}{c|}{
19946 \end_layout
19947
19948 \end_inset
19949
19950
19951 \begin_inset ERT
19952 status collapsed
19953
19954 \begin_layout Plain Layout
19955
19956 }
19957 \end_layout
19958
19959 \end_inset
19960
19961
19962 \end_layout
19963
19964 \end_inset
19965 </cell>
19966 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19967 \begin_inset Text
19968
19969 \begin_layout Plain Layout
19970 \begin_inset ERT
19971 status open
19972
19973 \begin_layout Plain Layout
19974
19975
19976 \backslash
19977 multicolumn{1}{c!{
19978 \backslash
19979 color{black}
19980 \backslash
19981 vline}}{
19982 \end_layout
19983
19984 \end_inset
19985
19986 Y
19987 \begin_inset ERT
19988 status collapsed
19989
19990 \begin_layout Plain Layout
19991
19992 }
19993 \end_layout
19994
19995 \end_inset
19996
19997
19998 \end_layout
19999
20000 \end_inset
20001 </cell>
20002 </row>
20003 <row>
20004 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20005 \begin_inset Text
20006
20007 \begin_layout Plain Layout
20008 \begin_inset ERT
20009 status collapsed
20010
20011 \begin_layout Plain Layout
20012
20013
20014 \backslash
20015 arrayrulecolor{black}
20016 \end_layout
20017
20018 \end_inset
20019
20020
20021 \end_layout
20022
20023 \end_inset
20024 </cell>
20025 <cell alignment="center" valignment="top" usebox="none">
20026 \begin_inset Text
20027
20028 \begin_layout Plain Layout
20029
20030 \end_layout
20031
20032 \end_inset
20033 </cell>
20034 <cell alignment="center" valignment="top" usebox="none">
20035 \begin_inset Text
20036
20037 \begin_layout Plain Layout
20038
20039 \end_layout
20040
20041 \end_inset
20042 </cell>
20043 <cell alignment="center" valignment="top" usebox="none">
20044 \begin_inset Text
20045
20046 \begin_layout Plain Layout
20047
20048 \end_layout
20049
20050 \end_inset
20051 </cell>
20052 <cell alignment="center" valignment="top" usebox="none">
20053 \begin_inset Text
20054
20055 \begin_layout Plain Layout
20056
20057 \end_layout
20058
20059 \end_inset
20060 </cell>
20061 <cell alignment="center" valignment="top" usebox="none">
20062 \begin_inset Text
20063
20064 \begin_layout Plain Layout
20065
20066 \end_layout
20067
20068 \end_inset
20069 </cell>
20070 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20071 \begin_inset Text
20072
20073 \begin_layout Plain Layout
20074 \begin_inset ERT
20075 status collapsed
20076
20077 \begin_layout Plain Layout
20078
20079
20080 \backslash
20081
20082 \backslash
20083
20084 \backslash
20085 arrayrulecolor{magenta}%
20086 \end_layout
20087
20088 \end_inset
20089
20090
20091 \end_layout
20092
20093 \end_inset
20094 </cell>
20095 </row>
20096 <row>
20097 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20098 \begin_inset Text
20099
20100 \begin_layout Plain Layout
20101 \begin_inset ERT
20102 status collapsed
20103
20104 \begin_layout Plain Layout
20105
20106
20107 \backslash
20108 multicolumn{1}{|c!{
20109 \backslash
20110 color{red}
20111 \backslash
20112 vline}}{
20113 \end_layout
20114
20115 \end_inset
20116
20117
20118 \begin_inset ERT
20119 status collapsed
20120
20121 \begin_layout Plain Layout
20122
20123 }
20124 \end_layout
20125
20126 \end_inset
20127
20128
20129 \end_layout
20130
20131 \end_inset
20132 </cell>
20133 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20134 \begin_inset Text
20135
20136 \begin_layout Plain Layout
20137 \begin_inset ERT
20138 status collapsed
20139
20140 \begin_layout Plain Layout
20141
20142
20143 \backslash
20144 multicolumn{1}{c!{
20145 \backslash
20146 color{green}
20147 \backslash
20148 vline}}{
20149 \end_layout
20150
20151 \end_inset
20152
20153
20154 \begin_inset ERT
20155 status collapsed
20156
20157 \begin_layout Plain Layout
20158
20159 }
20160 \end_layout
20161
20162 \end_inset
20163
20164
20165 \end_layout
20166
20167 \end_inset
20168 </cell>
20169 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20170 \begin_inset Text
20171
20172 \begin_layout Plain Layout
20173 \begin_inset ERT
20174 status collapsed
20175
20176 \begin_layout Plain Layout
20177
20178
20179 \backslash
20180 multicolumn{1}{c!{
20181 \backslash
20182 color{yellow}
20183 \backslash
20184 vline}}{
20185 \end_layout
20186
20187 \end_inset
20188
20189
20190 \begin_inset ERT
20191 status collapsed
20192
20193 \begin_layout Plain Layout
20194
20195 }
20196 \end_layout
20197
20198 \end_inset
20199
20200
20201 \end_layout
20202
20203 \end_inset
20204 </cell>
20205 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20206 \begin_inset Text
20207
20208 \begin_layout Plain Layout
20209 \begin_inset ERT
20210 status collapsed
20211
20212 \begin_layout Plain Layout
20213
20214
20215 \backslash
20216 multicolumn{1}{c!{
20217 \backslash
20218 color{blue}
20219 \backslash
20220 vline}}{
20221 \end_layout
20222
20223 \end_inset
20224
20225
20226 \begin_inset ERT
20227 status collapsed
20228
20229 \begin_layout Plain Layout
20230
20231 }
20232 \end_layout
20233
20234 \end_inset
20235
20236
20237 \end_layout
20238
20239 \end_inset
20240 </cell>
20241 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20242 \begin_inset Text
20243
20244 \begin_layout Plain Layout
20245 \begin_inset ERT
20246 status collapsed
20247
20248 \begin_layout Plain Layout
20249
20250
20251 \backslash
20252 multicolumn{1}{c!{
20253 \backslash
20254 color{cyan}
20255 \backslash
20256 vline}}{
20257 \end_layout
20258
20259 \end_inset
20260
20261
20262 \begin_inset ERT
20263 status collapsed
20264
20265 \begin_layout Plain Layout
20266
20267 }
20268 \end_layout
20269
20270 \end_inset
20271
20272
20273 \end_layout
20274
20275 \end_inset
20276 </cell>
20277 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20278 \begin_inset Text
20279
20280 \begin_layout Plain Layout
20281 \begin_inset ERT
20282 status collapsed
20283
20284 \begin_layout Plain Layout
20285
20286
20287 \backslash
20288 multicolumn{1}{c!{
20289 \backslash
20290 color{black}
20291 \backslash
20292 vline}}{
20293 \end_layout
20294
20295 \end_inset
20296
20297
20298 \begin_inset ERT
20299 status collapsed
20300
20301 \begin_layout Plain Layout
20302
20303 }
20304 \end_layout
20305
20306 \end_inset
20307
20308
20309 \end_layout
20310
20311 \end_inset
20312 </cell>
20313 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20314 \begin_inset Text
20315
20316 \begin_layout Plain Layout
20317 \begin_inset ERT
20318 status collapsed
20319
20320 \begin_layout Plain Layout
20321
20322
20323 \backslash
20324 multicolumn{1}{c|}{
20325 \end_layout
20326
20327 \end_inset
20328
20329
20330 \begin_inset ERT
20331 status collapsed
20332
20333 \begin_layout Plain Layout
20334
20335 }
20336 \end_layout
20337
20338 \end_inset
20339
20340
20341 \end_layout
20342
20343 \end_inset
20344 </cell>
20345 </row>
20346 <row>
20347 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20348 \begin_inset Text
20349
20350 \begin_layout Plain Layout
20351 \begin_inset ERT
20352 status collapsed
20353
20354 \begin_layout Plain Layout
20355
20356
20357 \backslash
20358 arrayrulecolor{black}
20359 \end_layout
20360
20361 \end_inset
20362
20363 B
20364 \end_layout
20365
20366 \end_inset
20367 </cell>
20368 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20369 \begin_inset Text
20370
20371 \begin_layout Plain Layout
20372
20373 \end_layout
20374
20375 \end_inset
20376 </cell>
20377 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20378 \begin_inset Text
20379
20380 \begin_layout Plain Layout
20381
20382 \end_layout
20383
20384 \end_inset
20385 </cell>
20386 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20387 \begin_inset Text
20388
20389 \begin_layout Plain Layout
20390
20391 \end_layout
20392
20393 \end_inset
20394 </cell>
20395 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20396 \begin_inset Text
20397
20398 \begin_layout Plain Layout
20399
20400 \end_layout
20401
20402 \end_inset
20403 </cell>
20404 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20405 \begin_inset Text
20406
20407 \begin_layout Plain Layout
20408
20409 \end_layout
20410
20411 \end_inset
20412 </cell>
20413 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20414 \begin_inset Text
20415
20416 \begin_layout Plain Layout
20417
20418 \end_layout
20419
20420 \end_inset
20421 </cell>
20422 </row>
20423 </lyxtabular>
20424
20425 \end_inset
20426
20427
20428 \end_layout
20429
20430 \end_inset
20431
20432
20433 \end_layout
20434
20435 \begin_layout Standard
20436 \begin_inset ERT
20437 status collapsed
20438
20439 \begin_layout Plain Layout
20440
20441
20442 \backslash
20443 setlength{
20444 \backslash
20445 arrayrulewidth}{0.4pt}
20446 \end_layout
20447
20448 \end_inset
20449
20450
20451 \end_layout
20452
20453 \begin_layout Section
20454 Rotated Table Cells
20455 \begin_inset CommandInset label
20456 LatexCommand label
20457 name "sec:Rotated-Table-Cells"
20458
20459 \end_inset
20460
20461
20462 \begin_inset Index idx
20463 status collapsed
20464
20465 \begin_layout Plain Layout
20466 Table ! Rotated Cells
20467 \end_layout
20468
20469 \end_inset
20470
20471
20472 \begin_inset Index idx
20473 status collapsed
20474
20475 \begin_layout Plain Layout
20476 Rotated Material
20477 \end_layout
20478
20479 \end_inset
20480
20481
20482 \end_layout
20483
20484 \begin_layout Standard
20485 \begin_inset Note Greyedout
20486 status open
20487
20488 \begin_layout Plain Layout
20489
20490 \series bold
20491 Note:
20492 \series default
20493  Not all DVI-viewers are able to display rotations.
20494 \end_layout
20495
20496 \end_inset
20497
20498
20499 \end_layout
20500
20501 \begin_layout Standard
20502 Table
20503 \begin_inset space ~
20504 \end_inset
20505
20506
20507 \begin_inset CommandInset ref
20508 LatexCommand ref
20509 reference "tab:Table-with-rotated-multi"
20510
20511 \end_inset
20512
20513  is an example where 3
20514 \begin_inset space ~
20515 \end_inset
20516
20517 cells were rotated by 45
20518 \begin_inset space \thinspace{}
20519 \end_inset
20520
20521 °.
20522 \end_layout
20523
20524 \begin_layout Standard
20525 \begin_inset Float table
20526 placement h
20527 wide false
20528 sideways false
20529 status open
20530
20531 \begin_layout Plain Layout
20532 \begin_inset Caption Standard
20533
20534 \begin_layout Plain Layout
20535 \begin_inset CommandInset label
20536 LatexCommand label
20537 name "tab:Table-with-rotated"
20538
20539 \end_inset
20540
20541 Table with rotated cells in the first row.
20542 \end_layout
20543
20544 \end_inset
20545
20546
20547 \end_layout
20548
20549 \begin_layout Plain Layout
20550 \noindent
20551 \align center
20552 \begin_inset Tabular
20553 <lyxtabular version="3" rows="2" columns="3">
20554 <features tabularvalignment="middle">
20555 <column alignment="center" valignment="top" width="0pt">
20556 <column alignment="center" valignment="top" width="0pt">
20557 <column alignment="center" valignment="top" width="0pt">
20558 <row>
20559 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20560 \begin_inset Text
20561
20562 \begin_layout Plain Layout
20563 cups
20564 \end_layout
20565
20566 \end_inset
20567 </cell>
20568 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20569 \begin_inset Text
20570
20571 \begin_layout Plain Layout
20572 plates
20573 \end_layout
20574
20575 \end_inset
20576 </cell>
20577 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20578 \begin_inset Text
20579
20580 \begin_layout Plain Layout
20581 saucers
20582 \end_layout
20583
20584 \end_inset
20585 </cell>
20586 </row>
20587 <row>
20588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20589 \begin_inset Text
20590
20591 \begin_layout Plain Layout
20592 45
20593 \end_layout
20594
20595 \end_inset
20596 </cell>
20597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20598 \begin_inset Text
20599
20600 \begin_layout Plain Layout
20601 33
20602 \end_layout
20603
20604 \end_inset
20605 </cell>
20606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20607 \begin_inset Text
20608
20609 \begin_layout Plain Layout
20610 21
20611 \end_layout
20612
20613 \end_inset
20614 </cell>
20615 </row>
20616 </lyxtabular>
20617
20618 \end_inset
20619
20620
20621 \end_layout
20622
20623 \end_inset
20624
20625
20626 \end_layout
20627
20628 \begin_layout Standard
20629 \begin_inset Note Greyedout
20630 status open
20631
20632 \begin_layout Plain Layout
20633
20634 \series bold
20635 Note:
20636 \series default
20637  Line breaks (shortcut 
20638 \begin_inset Info
20639 type  "shortcut"
20640 arg   "newline-insert newline"
20641 \end_inset
20642
20643 ) are not allowed in rotated cells.
20644 \end_layout
20645
20646 \end_inset
20647
20648
20649 \end_layout
20650
20651 \begin_layout Standard
20652 If you want to rotate table cells containing line breaks, you have to put
20653  the cell content into a minipage or a parbox.
20654 \begin_inset Foot
20655 status collapsed
20656
20657 \begin_layout Plain Layout
20658 For more about these boxes see sec.
20659 \begin_inset space \thinspace{}
20660 \end_inset
20661
20662
20663 \begin_inset CommandInset ref
20664 LatexCommand ref
20665 reference "sec:Minipages"
20666
20667 \end_inset
20668
20669  and 
20670 \begin_inset CommandInset ref
20671 LatexCommand ref
20672 reference "sec:Parboxes"
20673
20674 \end_inset
20675
20676 .
20677 \end_layout
20678
20679 \end_inset
20680
20681  If you rotate this cell by 90
20682 \begin_inset space \thinspace{}
20683 \end_inset
20684
20685 ° the width of the box is the height of the cell.
20686  Table
20687 \begin_inset space ~
20688 \end_inset
20689
20690
20691 \begin_inset CommandInset ref
20692 LatexCommand ref
20693 reference "tab:Table-with-rotated-multi"
20694
20695 \end_inset
20696
20697  is an example for a rotated multiline cell where the box width was set
20698  to 3
20699 \begin_inset space \thinspace{}
20700 \end_inset
20701
20702 cm.
20703 \end_layout
20704
20705 \begin_layout Standard
20706 \begin_inset Float table
20707 wide false
20708 sideways false
20709 status open
20710
20711 \begin_layout Plain Layout
20712 \begin_inset Caption Standard
20713
20714 \begin_layout Plain Layout
20715 \begin_inset CommandInset label
20716 LatexCommand label
20717 name "tab:Table-with-rotated-multi"
20718
20719 \end_inset
20720
20721 Table with rotated multiline cell.
20722 \end_layout
20723
20724 \end_inset
20725
20726
20727 \end_layout
20728
20729 \begin_layout Plain Layout
20730 \noindent
20731 \align center
20732 \begin_inset Tabular
20733 <lyxtabular version="3" rows="2" columns="3">
20734 <features tabularvalignment="middle">
20735 <column alignment="center" valignment="top">
20736 <column alignment="center" valignment="top" width="0pt">
20737 <column alignment="center" valignment="top">
20738 <row>
20739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20740 \begin_inset Text
20741
20742 \begin_layout Plain Layout
20743 a
20744 \end_layout
20745
20746 \end_inset
20747 </cell>
20748 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
20749 \begin_inset Text
20750
20751 \begin_layout Plain Layout
20752 \begin_inset Box Frameless
20753 position "t"
20754 hor_pos "c"
20755 has_inner_box 1
20756 inner_pos "t"
20757 use_parbox 0
20758 use_makebox 0
20759 width "3cm"
20760 special "none"
20761 height "1in"
20762 height_special "totalheight"
20763 thickness "0.4pt"
20764 separation "3pt"
20765 shadowsize "4pt"
20766 framecolor "black"
20767 backgroundcolor "none"
20768 status open
20769
20770 \begin_layout Plain Layout
20771 rotated cell
20772 \begin_inset Newline newline
20773 \end_inset
20774
20775 with line break
20776 \end_layout
20777
20778 \end_inset
20779
20780
20781 \end_layout
20782
20783 \end_inset
20784 </cell>
20785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20786 \begin_inset Text
20787
20788 \begin_layout Plain Layout
20789 e
20790 \end_layout
20791
20792 \end_inset
20793 </cell>
20794 </row>
20795 <row>
20796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20797 \begin_inset Text
20798
20799 \begin_layout Plain Layout
20800 b
20801 \end_layout
20802
20803 \end_inset
20804 </cell>
20805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20806 \begin_inset Text
20807
20808 \begin_layout Plain Layout
20809 c
20810 \end_layout
20811
20812 \end_inset
20813 </cell>
20814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20815 \begin_inset Text
20816
20817 \begin_layout Plain Layout
20818 d
20819 \end_layout
20820
20821 \end_inset
20822 </cell>
20823 </row>
20824 </lyxtabular>
20825
20826 \end_inset
20827
20828
20829 \end_layout
20830
20831 \end_inset
20832
20833
20834 \end_layout
20835
20836 \begin_layout Section
20837 Table Width Calculation
20838 \begin_inset CommandInset label
20839 LatexCommand label
20840 name "sec:Table-Width-Calculation"
20841
20842 \end_inset
20843
20844
20845 \end_layout
20846
20847 \begin_layout Standard
20848 For wide tables it is sometimes difficult to assure that the table does
20849  not protrude over the page margin.
20850  Setting a fixed width for every column of the table is the solution, but
20851  what amount of space is needed for each column?
20852 \end_layout
20853
20854 \begin_layout Standard
20855 The table width 
20856 \begin_inset Formula $W_{\mathrm{table}}$
20857 \end_inset
20858
20859  can be calculated: Every column has the width of the specified column width
20860  
20861 \begin_inset Formula $W_{\mathrm{column}}$
20862 \end_inset
20863
20864  (that the content of the column can consume) plus two times the separation
20865  between the column content and the column border (\SpecialChar LaTeX
20866  length
20867 \series bold
20868  
20869 \backslash
20870 tabcolsep
20871 \series default
20872 , default 6
20873 \begin_inset space \thinspace{}
20874 \end_inset
20875
20876 pt) plus the width of a border line (\SpecialChar LaTeX
20877  length 
20878 \series bold
20879
20880 \backslash
20881 arrayrulewidth
20882 \series default
20883 , default 0.4
20884 \begin_inset space \thinspace{}
20885 \end_inset
20886
20887 pt): So if all 
20888 \begin_inset Formula $n$
20889 \end_inset
20890
20891
20892 \begin_inset space ~
20893 \end_inset
20894
20895 columns have the same width, the table width is
20896 \begin_inset Formula 
20897 \begin{equation}
20898 W_{\mathrm{table}}=n\left(W_{\mathrm{column}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
20899 \end{equation}
20900
20901 \end_inset
20902
20903
20904 \end_layout
20905
20906 \begin_layout Standard
20907 The available width for a table is the space between the page margins or
20908  the width of a text column (for a two-column document) (\SpecialChar LaTeX
20909  length 
20910 \series bold
20911
20912 \backslash
20913 columnwidth
20914 \series default
20915 ).
20916  If all table columns should have the same width and 
20917 \begin_inset Formula $W_{\mathrm{table}}$
20918 \end_inset
20919
20920  should be 1
20921 \begin_inset space \thinspace{}
20922 \end_inset
20923
20924
20925 \backslash
20926 columnwidth, 
20927 \begin_inset Formula $W_{\mathrm{column}}$
20928 \end_inset
20929
20930  can easily be calculated.
20931 \end_layout
20932
20933 \begin_layout Standard
20934 To be able to perform calculations you need to load the \SpecialChar LaTeX
20935 -package 
20936 \series bold
20937 calc
20938 \series default
20939
20940 \begin_inset Index idx
20941 status collapsed
20942
20943 \begin_layout Plain Layout
20944 \SpecialChar LaTeX
20945 -packages ! calc
20946 \end_layout
20947
20948 \end_inset
20949
20950  in the document preamble.
20951  To set the width in the table dialog you have to use the field 
20952 \family sans
20953 \SpecialChar LaTeX
20954  argument
20955 \family default
20956 .
20957  The command scheme for this field is the same that is explained in section
20958 \begin_inset space ~
20959 \end_inset
20960
20961
20962 \begin_inset CommandInset ref
20963 LatexCommand ref
20964 reference "subsec:Multicolumn-Calculations"
20965
20966 \end_inset
20967
20968 .
20969  For a table with 5
20970 \begin_inset space \thinspace{}
20971 \end_inset
20972
20973 columns with an uniform width and centered text, enter there for each column
20974  the command
20975 \end_layout
20976
20977 \begin_layout Standard
20978
20979 \series bold
20980 >{
20981 \backslash
20982 centering}p{(1
20983 \backslash
20984 columnwidth-62.4pt)/5}
20985 \end_layout
20986
20987 \begin_layout Standard
20988 For a table with 5
20989 \begin_inset space \thinspace{}
20990 \end_inset
20991
20992 columns where 2 should have 0.75
20993 \begin_inset space ~
20994 \end_inset
20995
20996 times the width than the 3 others, the calculation is
20997 \begin_inset Formula 
20998 \begin{align}
20999 \backslash\mbox{columnwidth} & =3\,W_{\mathrm{column}}+2\cdot0.75\,W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
21000  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
21001  & =4.5\,W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
21002 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
21003 \end{align}
21004
21005 \end_inset
21006
21007
21008 \end_layout
21009
21010 \begin_layout Standard
21011 In the table therefore the command
21012 \end_layout
21013
21014 \begin_layout Standard
21015
21016 \series bold
21017 >{
21018 \backslash
21019 centering}p{(1
21020 \backslash
21021 columnwidth-62.4pt)/
21022 \backslash
21023 real{4.5}}
21024 \end_layout
21025
21026 \begin_layout Standard
21027 is used for the wider columns and
21028 \end_layout
21029
21030 \begin_layout Standard
21031
21032 \series bold
21033 >{
21034 \backslash
21035 centering}p{(1
21036 \backslash
21037 columnwidth-62.4pt)/
21038 \backslash
21039 real{4.5}*
21040 \backslash
21041 real{0.75}}
21042 \end_layout
21043
21044 \begin_layout Standard
21045 for the smaller ones:
21046 \end_layout
21047
21048 \begin_layout Standard
21049 \begin_inset Tabular
21050 <lyxtabular version="3" rows="2" columns="5">
21051 <features tabularvalignment="middle">
21052 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21053 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
21054 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21055 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
21056 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21057 <row>
21058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21059 \begin_inset Text
21060
21061 \begin_layout Plain Layout
21062 1
21063 \end_layout
21064
21065 \end_inset
21066 </cell>
21067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21068 \begin_inset Text
21069
21070 \begin_layout Plain Layout
21071 2
21072 \end_layout
21073
21074 \end_inset
21075 </cell>
21076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21077 \begin_inset Text
21078
21079 \begin_layout Plain Layout
21080 3
21081 \end_layout
21082
21083 \end_inset
21084 </cell>
21085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21086 \begin_inset Text
21087
21088 \begin_layout Plain Layout
21089 4
21090 \end_layout
21091
21092 \end_inset
21093 </cell>
21094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21095 \begin_inset Text
21096
21097 \begin_layout Plain Layout
21098 5
21099 \end_layout
21100
21101 \end_inset
21102 </cell>
21103 </row>
21104 <row>
21105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21106 \begin_inset Text
21107
21108 \begin_layout Plain Layout
21109 111111 1111111 111111 111111111 11111 11111 1111
21110 \end_layout
21111
21112 \end_inset
21113 </cell>
21114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21115 \begin_inset Text
21116
21117 \begin_layout Plain Layout
21118
21119 \end_layout
21120
21121 \end_inset
21122 </cell>
21123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21124 \begin_inset Text
21125
21126 \begin_layout Plain Layout
21127 2222 22222 222222 222222222 2222222 22 22222
21128 \end_layout
21129
21130 \end_inset
21131 </cell>
21132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21133 \begin_inset Text
21134
21135 \begin_layout Plain Layout
21136
21137 \end_layout
21138
21139 \end_inset
21140 </cell>
21141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21142 \begin_inset Text
21143
21144 \begin_layout Plain Layout
21145 333333 333333 333333 33333 3333333 333
21146 \end_layout
21147
21148 \end_inset
21149 </cell>
21150 </row>
21151 </lyxtabular>
21152
21153 \end_inset
21154
21155
21156 \end_layout
21157
21158 \begin_layout Section
21159 Table Customization
21160 \begin_inset Index idx
21161 status collapsed
21162
21163 \begin_layout Plain Layout
21164 Table Customization
21165 \end_layout
21166
21167 \end_inset
21168
21169
21170 \begin_inset Index idx
21171 status collapsed
21172
21173 \begin_layout Plain Layout
21174 Table ! Customization
21175 \end_layout
21176
21177 \end_inset
21178
21179
21180 \end_layout
21181
21182 \begin_layout Subsection
21183 Row Spacing
21184 \begin_inset CommandInset label
21185 LatexCommand label
21186 name "subsec:Row-Spacing"
21187
21188 \end_inset
21189
21190
21191 \begin_inset Index idx
21192 status collapsed
21193
21194 \begin_layout Plain Layout
21195 Table Customization ! Row Spacing
21196 \end_layout
21197
21198 \end_inset
21199
21200
21201 \end_layout
21202
21203 \begin_layout Standard
21204 You can add vertical space to table rows in the 
21205 \family sans
21206 Borders
21207 \family default
21208  tab of the table dialog.
21209  You find there three possibilities:
21210 \end_layout
21211
21212 \begin_layout Description
21213 Top
21214 \begin_inset space ~
21215 \end_inset
21216
21217 of
21218 \begin_inset space ~
21219 \end_inset
21220
21221 row will add space above the characters of the table row.
21222  If the table is a formal table
21223 \begin_inset Foot
21224 status collapsed
21225
21226 \begin_layout Plain Layout
21227 Formal tables are explained in section
21228 \begin_inset space ~
21229 \end_inset
21230
21231
21232 \begin_inset CommandInset ref
21233 LatexCommand ref
21234 reference "sec:Formal-Tables"
21235
21236 \end_inset
21237
21238 .
21239 \end_layout
21240
21241 \end_inset
21242
21243  \SpecialChar LyX
21244  will insert as default 0.5
21245 \begin_inset space \thinspace{}
21246 \end_inset
21247
21248 em space.
21249  For normal tables the inserted space will unfortunately destroy the vertical
21250  table lines as in the following table:
21251 \begin_inset VSpace medskip
21252 \end_inset
21253
21254
21255 \begin_inset Newline newline
21256 \end_inset
21257
21258
21259 \begin_inset space \hspace*{}
21260 \length 0pt
21261 \end_inset
21262
21263
21264 \begin_inset space \hfill{}
21265 \end_inset
21266
21267
21268 \begin_inset Tabular
21269 <lyxtabular version="3" rows="3" columns="1">
21270 <features tabularvalignment="middle">
21271 <column alignment="center" valignment="top">
21272 <row>
21273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21274 \begin_inset Text
21275
21276 \begin_layout Plain Layout
21277 A
21278 \end_layout
21279
21280 \end_inset
21281 </cell>
21282 </row>
21283 <row topspace="3mm">
21284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21285 \begin_inset Text
21286
21287 \begin_layout Plain Layout
21288 3
21289 \begin_inset space \thinspace{}
21290 \end_inset
21291
21292 mm space top of row
21293 \end_layout
21294
21295 \end_inset
21296 </cell>
21297 </row>
21298 <row>
21299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21300 \begin_inset Text
21301
21302 \begin_layout Plain Layout
21303 C
21304 \end_layout
21305
21306 \end_inset
21307 </cell>
21308 </row>
21309 </lyxtabular>
21310
21311 \end_inset
21312
21313
21314 \begin_inset space \hfill{}
21315 \end_inset
21316
21317
21318 \begin_inset space \hspace*{}
21319 \length 0pt
21320 \end_inset
21321
21322
21323 \begin_inset VSpace medskip
21324 \end_inset
21325
21326
21327 \begin_inset Newline newline
21328 \end_inset
21329
21330 So inserting space in the top of row for normal tables is only useful when
21331  you don't have vertical lines.
21332 \end_layout
21333
21334 \begin_layout Description
21335 Bottom
21336 \begin_inset space ~
21337 \end_inset
21338
21339 of
21340 \begin_inset space ~
21341 \end_inset
21342
21343 row will add space below the characters of the table row.
21344  If the table is a formal table \SpecialChar LyX
21345  will insert as default 0.5
21346 \begin_inset space \thinspace{}
21347 \end_inset
21348
21349 em space, for normal tables the default size is 2
21350 \begin_inset space \thinspace{}
21351 \end_inset
21352
21353 pt.
21354 \end_layout
21355
21356 \begin_layout Description
21357 Between
21358 \begin_inset space ~
21359 \end_inset
21360
21361 rows adds space between the current and the following row.
21362  If the table is a formal table \SpecialChar LyX
21363  will insert as default 0.5
21364 \begin_inset space \thinspace{}
21365 \end_inset
21366
21367 em space.
21368  For normal tables the inserted space will unfortunately destroy the vertical
21369  table lines as in the following table:
21370 \begin_inset VSpace medskip
21371 \end_inset
21372
21373
21374 \begin_inset Newline newline
21375 \end_inset
21376
21377
21378 \begin_inset space \hspace*{}
21379 \length 0pt
21380 \end_inset
21381
21382
21383 \begin_inset space \hfill{}
21384 \end_inset
21385
21386
21387 \begin_inset Tabular
21388 <lyxtabular version="3" rows="3" columns="1">
21389 <features tabularvalignment="middle">
21390 <column alignment="center" valignment="top">
21391 <row>
21392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21393 \begin_inset Text
21394
21395 \begin_layout Plain Layout
21396 A
21397 \end_layout
21398
21399 \end_inset
21400 </cell>
21401 </row>
21402 <row interlinespace="3mm">
21403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21404 \begin_inset Text
21405
21406 \begin_layout Plain Layout
21407 \begin_inset Formula $\downarrow$
21408 \end_inset
21409
21410  3
21411 \begin_inset space \thinspace{}
21412 \end_inset
21413
21414 mm space between row 
21415 \begin_inset Formula $\downarrow$
21416 \end_inset
21417
21418
21419 \end_layout
21420
21421 \end_inset
21422 </cell>
21423 </row>
21424 <row>
21425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21426 \begin_inset Text
21427
21428 \begin_layout Plain Layout
21429 \begin_inset Formula $\uparrow$
21430 \end_inset
21431
21432  3
21433 \begin_inset space \thinspace{}
21434 \end_inset
21435
21436 mm space between row 
21437 \begin_inset Formula $\uparrow$
21438 \end_inset
21439
21440
21441 \end_layout
21442
21443 \end_inset
21444 </cell>
21445 </row>
21446 </lyxtabular>
21447
21448 \end_inset
21449
21450
21451 \begin_inset space \hfill{}
21452 \end_inset
21453
21454
21455 \begin_inset space \hspace*{}
21456 \length 0pt
21457 \end_inset
21458
21459
21460 \begin_inset VSpace medskip
21461 \end_inset
21462
21463
21464 \begin_inset Newline newline
21465 \end_inset
21466
21467 So inserting space between rows for normal tables is only useful when you
21468  don't have vertical lines.
21469 \end_layout
21470
21471 \begin_layout Standard
21472 \begin_inset VSpace bigskip
21473 \end_inset
21474
21475 When you want to add extra height to all cells of all tables, you can do
21476  this with the following preamble lines:
21477 \end_layout
21478
21479 \begin_layout Standard
21480
21481 \series bold
21482
21483 \backslash
21484 @ifundefined{extrarowheight}
21485 \begin_inset Newline newline
21486 \end_inset
21487
21488
21489 \begin_inset Phantom HPhantom
21490 status open
21491
21492 \begin_layout Plain Layout
21493
21494 \series bold
21495 \begin_inset space ~
21496 \end_inset
21497
21498
21499 \end_layout
21500
21501 \end_inset
21502
21503 {
21504 \backslash
21505 usepackage{array}}{}
21506 \begin_inset Newline newline
21507 \end_inset
21508
21509
21510 \backslash
21511 setlength{
21512 \backslash
21513 extrarowheight}{height}
21514 \series default
21515
21516 \begin_inset Note Note
21517 status collapsed
21518
21519 \begin_layout Plain Layout
21520 The package 
21521 \series bold
21522 array
21523 \series default
21524  will be loaded automatically by \SpecialChar LyX
21525  when you use self defined table formats.
21526  To avoid that it being loaded twice the command 
21527 \series bold
21528
21529 \backslash
21530 @ifundefined
21531 \series default
21532  is used in the above command.
21533 \end_layout
21534
21535 \end_inset
21536
21537
21538 \end_layout
21539
21540 \begin_layout Standard
21541 where the 
21542 \family sans
21543 height
21544 \family default
21545  can have one of the units listed in appendix
21546 \begin_inset space ~
21547 \end_inset
21548
21549
21550 \begin_inset CommandInset ref
21551 LatexCommand ref
21552 reference "cha:Units-available-in"
21553
21554 \end_inset
21555
21556 .
21557  But this has the disadvantage that the cell texts are no longer exactly
21558  vertically centered.
21559 \end_layout
21560
21561 \begin_layout Standard
21562 If you are using font sizes larger than the normal size, the table borders
21563  are often too close to the letters.
21564  This can be corrected by inserting the command 
21565 \series bold
21566
21567 \backslash
21568 strut
21569 \series default
21570  in \SpecialChar TeX
21571  Code at the beginning of a table row.
21572  Table
21573 \begin_inset space ~
21574 \end_inset
21575
21576
21577 \begin_inset CommandInset ref
21578 LatexCommand ref
21579 reference "tab:Vertical-alignment-of"
21580
21581 \end_inset
21582
21583  illustrates the effect.
21584 \end_layout
21585
21586 \begin_layout Standard
21587 \noindent
21588 \begin_inset Float table
21589 placement h
21590 wide false
21591 sideways false
21592 status open
21593
21594 \begin_layout Plain Layout
21595 \begin_inset Caption Standard
21596
21597 \begin_layout Plain Layout
21598 \begin_inset CommandInset label
21599 LatexCommand label
21600 name "tab:Vertical-alignment-of"
21601
21602 \end_inset
21603
21604 Vertical alignment of text with large font sizes.
21605 \end_layout
21606
21607 \end_inset
21608
21609
21610 \end_layout
21611
21612 \begin_layout Plain Layout
21613 \begin_inset space \hfill{}
21614 \end_inset
21615
21616
21617 \begin_inset Float table
21618 wide false
21619 sideways false
21620 status collapsed
21621
21622 \begin_layout Plain Layout
21623 \begin_inset Caption Standard
21624
21625 \begin_layout Plain Layout
21626 Normal table.
21627 \end_layout
21628
21629 \end_inset
21630
21631
21632 \end_layout
21633
21634 \begin_layout Plain Layout
21635 \noindent
21636 \align center
21637 \begin_inset Tabular
21638 <lyxtabular version="3" rows="6" columns="1">
21639 <features tabularvalignment="middle">
21640 <column alignment="left" valignment="top">
21641 <row>
21642 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21643 \begin_inset Text
21644
21645 \begin_layout Plain Layout
21646 Normal, g
21647 \end_layout
21648
21649 \end_inset
21650 </cell>
21651 </row>
21652 <row>
21653 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21654 \begin_inset Text
21655
21656 \begin_layout Plain Layout
21657
21658 \size large
21659 Large
21660 \end_layout
21661
21662 \end_inset
21663 </cell>
21664 </row>
21665 <row>
21666 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21667 \begin_inset Text
21668
21669 \begin_layout Plain Layout
21670
21671 \size larger
21672 Larger
21673 \end_layout
21674
21675 \end_inset
21676 </cell>
21677 </row>
21678 <row>
21679 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21680 \begin_inset Text
21681
21682 \begin_layout Plain Layout
21683
21684 \size largest
21685 Largest
21686 \end_layout
21687
21688 \end_inset
21689 </cell>
21690 </row>
21691 <row>
21692 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21693 \begin_inset Text
21694
21695 \begin_layout Plain Layout
21696
21697 \size huge
21698 Huge
21699 \end_layout
21700
21701 \end_inset
21702 </cell>
21703 </row>
21704 <row>
21705 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21706 \begin_inset Text
21707
21708 \begin_layout Plain Layout
21709
21710 \size huge
21711 Huger
21712 \end_layout
21713
21714 \end_inset
21715 </cell>
21716 </row>
21717 </lyxtabular>
21718
21719 \end_inset
21720
21721
21722 \end_layout
21723
21724 \end_inset
21725
21726
21727 \begin_inset space \hfill{}
21728 \end_inset
21729
21730
21731 \begin_inset Float table
21732 wide false
21733 sideways false
21734 status collapsed
21735
21736 \begin_layout Plain Layout
21737 \begin_inset Caption Standard
21738
21739 \begin_layout Plain Layout
21740 Table using the command 
21741 \series bold
21742
21743 \backslash
21744 strut
21745 \series default
21746 .
21747 \end_layout
21748
21749 \end_inset
21750
21751
21752 \end_layout
21753
21754 \begin_layout Plain Layout
21755 \noindent
21756 \align center
21757 \begin_inset Tabular
21758 <lyxtabular version="3" rows="6" columns="1">
21759 <features tabularvalignment="middle">
21760 <column alignment="left" valignment="top">
21761 <row>
21762 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21763 \begin_inset Text
21764
21765 \begin_layout Plain Layout
21766 Normal, g
21767 \end_layout
21768
21769 \end_inset
21770 </cell>
21771 </row>
21772 <row>
21773 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21774 \begin_inset Text
21775
21776 \begin_layout Plain Layout
21777
21778 \size large
21779 \begin_inset ERT
21780 status collapsed
21781
21782 \begin_layout Plain Layout
21783
21784
21785 \backslash
21786 strut 
21787 \end_layout
21788
21789 \end_inset
21790
21791 Large
21792 \end_layout
21793
21794 \end_inset
21795 </cell>
21796 </row>
21797 <row>
21798 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21799 \begin_inset Text
21800
21801 \begin_layout Plain Layout
21802
21803 \size larger
21804 \begin_inset ERT
21805 status collapsed
21806
21807 \begin_layout Plain Layout
21808
21809
21810 \backslash
21811 strut 
21812 \end_layout
21813
21814 \end_inset
21815
21816 Larger
21817 \end_layout
21818
21819 \end_inset
21820 </cell>
21821 </row>
21822 <row>
21823 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21824 \begin_inset Text
21825
21826 \begin_layout Plain Layout
21827
21828 \size largest
21829 \begin_inset ERT
21830 status collapsed
21831
21832 \begin_layout Plain Layout
21833
21834
21835 \backslash
21836 strut 
21837 \end_layout
21838
21839 \end_inset
21840
21841 Largest
21842 \end_layout
21843
21844 \end_inset
21845 </cell>
21846 </row>
21847 <row>
21848 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21849 \begin_inset Text
21850
21851 \begin_layout Plain Layout
21852
21853 \size huge
21854 \begin_inset ERT
21855 status collapsed
21856
21857 \begin_layout Plain Layout
21858
21859
21860 \backslash
21861 strut 
21862 \end_layout
21863
21864 \end_inset
21865
21866 Huge
21867 \end_layout
21868
21869 \end_inset
21870 </cell>
21871 </row>
21872 <row>
21873 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21874 \begin_inset Text
21875
21876 \begin_layout Plain Layout
21877
21878 \size giant
21879 \begin_inset ERT
21880 status collapsed
21881
21882 \begin_layout Plain Layout
21883
21884
21885 \backslash
21886 strut 
21887 \end_layout
21888
21889 \end_inset
21890
21891
21892 \size huge
21893 Huger
21894 \end_layout
21895
21896 \end_inset
21897 </cell>
21898 </row>
21899 </lyxtabular>
21900
21901 \end_inset
21902
21903
21904 \end_layout
21905
21906 \end_inset
21907
21908
21909 \begin_inset space \hfill{}
21910 \end_inset
21911
21912
21913 \end_layout
21914
21915 \end_inset
21916
21917
21918 \end_layout
21919
21920 \begin_layout Subsection
21921 Special Cell Alignment
21922 \begin_inset CommandInset label
21923 LatexCommand label
21924 name "subsec:Special-Cell-Alignment"
21925
21926 \end_inset
21927
21928
21929 \begin_inset Index idx
21930 status collapsed
21931
21932 \begin_layout Plain Layout
21933 Table Customization ! Special Cell Alignment
21934 \end_layout
21935
21936 \end_inset
21937
21938
21939 \end_layout
21940
21941 \begin_layout Standard
21942 Sometimes it looks better when the cell entries of a column are aligned
21943  with a special character, e.
21944 \begin_inset space \thinspace{}
21945 \end_inset
21946
21947 g.
21948 \begin_inset space \space{}
21949 \end_inset
21950
21951 with the decimal separator as in Table
21952 \begin_inset space ~
21953 \end_inset
21954
21955
21956 \begin_inset CommandInset ref
21957 LatexCommand ref
21958 reference "tab:Table-cells-align"
21959
21960 \end_inset
21961
21962 .
21963  This alignment is achieved by setting the cursor into the column and then
21964  either pressing the toolbar button 
21965 \begin_inset Info
21966 type  "icon"
21967 arg   "tabular-feature align-decimal"
21968 \end_inset
21969
21970  or setting the alignment in the table settings to 
21971 \family sans
21972 At
21973 \begin_inset space ~
21974 \end_inset
21975
21976 Decimal
21977 \begin_inset space ~
21978 \end_inset
21979
21980 Separator
21981 \family default
21982 .
21983  The alignment character can be a character of your choice and is specified
21984  in the table settings.
21985 \end_layout
21986
21987 \begin_layout Standard
21988 \begin_inset Float table
21989 placement h
21990 wide false
21991 sideways false
21992 status open
21993
21994 \begin_layout Plain Layout
21995 \begin_inset Caption Standard
21996
21997 \begin_layout Plain Layout
21998 \begin_inset CommandInset label
21999 LatexCommand label
22000 name "tab:Table-cells-align"
22001
22002 \end_inset
22003
22004 Table cells of a column aligned with the decimal separator.
22005 \end_layout
22006
22007 \end_inset
22008
22009
22010 \end_layout
22011
22012 \begin_layout Plain Layout
22013 \align center
22014 \begin_inset Tabular
22015 <lyxtabular version="3" rows="4" columns="1">
22016 <features booktabs="true" tabularvalignment="middle">
22017 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
22018 <row>
22019 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22020 \begin_inset Text
22021
22022 \begin_layout Plain Layout
22023 heading
22024 \end_layout
22025
22026 \end_inset
22027 </cell>
22028 </row>
22029 <row>
22030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22031 \begin_inset Text
22032
22033 \begin_layout Plain Layout
22034 12.6
22035 \end_layout
22036
22037 \end_inset
22038 </cell>
22039 </row>
22040 <row>
22041 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22042 \begin_inset Text
22043
22044 \begin_layout Plain Layout
22045 0.68
22046 \end_layout
22047
22048 \end_inset
22049 </cell>
22050 </row>
22051 <row>
22052 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22053 \begin_inset Text
22054
22055 \begin_layout Plain Layout
22056 -123.0
22057 \end_layout
22058
22059 \end_inset
22060 </cell>
22061 </row>
22062 </lyxtabular>
22063
22064 \end_inset
22065
22066
22067 \end_layout
22068
22069 \end_inset
22070
22071
22072 \end_layout
22073
22074 \begin_layout Standard
22075 \begin_inset Float table
22076 placement h
22077 wide false
22078 sideways false
22079 status open
22080
22081 \begin_layout Plain Layout
22082 \begin_inset Caption Standard
22083
22084 \begin_layout Plain Layout
22085 \begin_inset CommandInset label
22086 LatexCommand label
22087 name "tab:Table-align-operator"
22088
22089 \end_inset
22090
22091 Table cells of a column aligned with the operators.
22092 \end_layout
22093
22094 \end_inset
22095
22096
22097 \end_layout
22098
22099 \begin_layout Plain Layout
22100 \align center
22101 \begin_inset Tabular
22102 <lyxtabular version="3" rows="4" columns="2">
22103 <features booktabs="true" tabularvalignment="middle">
22104 <column alignment="right" valignment="top" width="0pt">
22105 <column alignment="left" valignment="top" width="0pt" special="@{}l">
22106 <row>
22107 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22108 \begin_inset Text
22109
22110 \begin_layout Plain Layout
22111 heading
22112 \end_layout
22113
22114 \end_inset
22115 </cell>
22116 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22117 \begin_inset Text
22118
22119 \begin_layout Plain Layout
22120
22121 \end_layout
22122
22123 \end_inset
22124 </cell>
22125 </row>
22126 <row>
22127 <cell alignment="center" valignment="top" usebox="none">
22128 \begin_inset Text
22129
22130 \begin_layout Plain Layout
22131 \begin_inset Formula $12\,+$
22132 \end_inset
22133
22134
22135 \end_layout
22136
22137 \end_inset
22138 </cell>
22139 <cell alignment="center" valignment="top" usebox="none">
22140 \begin_inset Text
22141
22142 \begin_layout Plain Layout
22143 \begin_inset Formula $\,6$
22144 \end_inset
22145
22146
22147 \end_layout
22148
22149 \end_inset
22150 </cell>
22151 </row>
22152 <row>
22153 <cell alignment="center" valignment="top" usebox="none">
22154 \begin_inset Text
22155
22156 \begin_layout Plain Layout
22157 \begin_inset Formula $0\,-$
22158 \end_inset
22159
22160
22161 \end_layout
22162
22163 \end_inset
22164 </cell>
22165 <cell alignment="center" valignment="top" usebox="none">
22166 \begin_inset Text
22167
22168 \begin_layout Plain Layout
22169 \begin_inset Formula $\,68$
22170 \end_inset
22171
22172
22173 \end_layout
22174
22175 \end_inset
22176 </cell>
22177 </row>
22178 <row>
22179 <cell alignment="center" valignment="top" usebox="none">
22180 \begin_inset Text
22181
22182 \begin_layout Plain Layout
22183 \begin_inset Formula $-123\,/$
22184 \end_inset
22185
22186
22187 \end_layout
22188
22189 \end_inset
22190 </cell>
22191 <cell alignment="center" valignment="top" usebox="none">
22192 \begin_inset Text
22193
22194 \begin_layout Plain Layout
22195 \begin_inset Formula $\,0$
22196 \end_inset
22197
22198
22199 \end_layout
22200
22201 \end_inset
22202 </cell>
22203 </row>
22204 </lyxtabular>
22205
22206 \end_inset
22207
22208
22209 \end_layout
22210
22211 \end_inset
22212
22213
22214 \end_layout
22215
22216 \begin_layout Standard
22217 For alignments at characters in formulas this method does not work because
22218  the field to specify the alignment character does not allow formulas.
22219  In this case one need to use the method from Table
22220 \begin_inset space ~
22221 \end_inset
22222
22223
22224 \begin_inset CommandInset ref
22225 LatexCommand ref
22226 reference "tab:Table-align-operator"
22227
22228 \end_inset
22229
22230 .
22231  This table was created with a 4×2 table.
22232  The heading is a centered multicolumn.
22233  The first column is right-aligned and contains the first part including
22234  the operator.
22235  The second column is left aligned and contains the rest.
22236  A small space was added at the beginning of each cell of the second column
22237  to get the space that is usually around operators.
22238  To omit the space that is normally between two table columns, the following
22239  \SpecialChar LaTeX
22240 -argument was used for the second column:
22241 \end_layout
22242
22243 \begin_layout Standard
22244
22245 \series bold
22246 @{}l
22247 \end_layout
22248
22249 \begin_layout Standard
22250 Table
22251 \begin_inset space ~
22252 \end_inset
22253
22254
22255 \begin_inset CommandInset ref
22256 LatexCommand ref
22257 reference "tab:Several-table-cell"
22258
22259 \end_inset
22260
22261  shows some example alignments.
22262  For the alignment with the relation sign, a small space was added like
22263  for the second column of Table
22264 \begin_inset space ~
22265 \end_inset
22266
22267
22268 \begin_inset CommandInset ref
22269 LatexCommand ref
22270 reference "tab:Table-align-operator"
22271
22272 \end_inset
22273
22274 .
22275 \end_layout
22276
22277 \begin_layout Standard
22278 \begin_inset Float table
22279 placement h
22280 wide false
22281 sideways false
22282 status open
22283
22284 \begin_layout Plain Layout
22285 \begin_inset Caption Standard
22286
22287 \begin_layout Plain Layout
22288 \begin_inset CommandInset label
22289 LatexCommand label
22290 name "tab:Several-table-cell"
22291
22292 \end_inset
22293
22294 Several table cell alignments.
22295 \end_layout
22296
22297 \end_inset
22298
22299
22300 \end_layout
22301
22302 \begin_layout Plain Layout
22303 \align center
22304 \begin_inset Tabular
22305 <lyxtabular version="3" rows="4" columns="6">
22306 <features tabularvalignment="middle">
22307 <column alignment="right" valignment="top">
22308 <column alignment="left" valignment="top" special="@{}l">
22309 <column alignment="right" valignment="top">
22310 <column alignment="left" valignment="top" special="@{}l">
22311 <column alignment="right" valignment="top">
22312 <column alignment="left" valignment="top" special="@{}l">
22313 <row>
22314 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
22315 \begin_inset Text
22316
22317 \begin_layout Plain Layout
22318 units
22319 \end_layout
22320
22321 \end_inset
22322 </cell>
22323 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22324 \begin_inset Text
22325
22326 \begin_layout Plain Layout
22327
22328 \end_layout
22329
22330 \end_inset
22331 </cell>
22332 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
22333 \begin_inset Text
22334
22335 \begin_layout Plain Layout
22336 exponents
22337 \end_layout
22338
22339 \end_inset
22340 </cell>
22341 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22342 \begin_inset Text
22343
22344 \begin_layout Plain Layout
22345
22346 \end_layout
22347
22348 \end_inset
22349 </cell>
22350 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22351 \begin_inset Text
22352
22353 \begin_layout Plain Layout
22354 relations
22355 \end_layout
22356
22357 \end_inset
22358 </cell>
22359 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22360 \begin_inset Text
22361
22362 \begin_layout Plain Layout
22363
22364 \end_layout
22365
22366 \end_inset
22367 </cell>
22368 </row>
22369 <row>
22370 <cell alignment="center" valignment="top" usebox="none">
22371 \begin_inset Text
22372
22373 \begin_layout Plain Layout
22374 12×
22375 \end_layout
22376
22377 \end_inset
22378 </cell>
22379 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22380 \begin_inset Text
22381
22382 \begin_layout Plain Layout
22383 24
22384 \begin_inset space \thinspace{}
22385 \end_inset
22386
22387 bottles
22388 \end_layout
22389
22390 \end_inset
22391 </cell>
22392 <cell alignment="center" valignment="top" usebox="none">
22393 \begin_inset Text
22394
22395 \begin_layout Plain Layout
22396 \begin_inset Formula $10\cdot$
22397 \end_inset
22398
22399
22400 \end_layout
22401
22402 \end_inset
22403 </cell>
22404 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22405 \begin_inset Text
22406
22407 \begin_layout Plain Layout
22408 \begin_inset Formula $10^{\mbox{-}17}$
22409 \end_inset
22410
22411
22412 \end_layout
22413
22414 \end_inset
22415 </cell>
22416 <cell alignment="center" valignment="top" usebox="none">
22417 \begin_inset Text
22418
22419 \begin_layout Plain Layout
22420 \begin_inset Formula $\Gamma(t)\propto$
22421 \end_inset
22422
22423
22424 \end_layout
22425
22426 \end_inset
22427 </cell>
22428 <cell alignment="center" valignment="top" usebox="none">
22429 \begin_inset Text
22430
22431 \begin_layout Plain Layout
22432 \begin_inset Formula $\:\Upsilon(t)$
22433 \end_inset
22434
22435
22436 \end_layout
22437
22438 \end_inset
22439 </cell>
22440 </row>
22441 <row>
22442 <cell alignment="center" valignment="top" usebox="none">
22443 \begin_inset Text
22444
22445 \begin_layout Plain Layout
22446 1024×
22447 \end_layout
22448
22449 \end_inset
22450 </cell>
22451 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22452 \begin_inset Text
22453
22454 \begin_layout Plain Layout
22455 768
22456 \begin_inset space \thinspace{}
22457 \end_inset
22458
22459 Pixels
22460 \end_layout
22461
22462 \end_inset
22463 </cell>
22464 <cell alignment="center" valignment="top" usebox="none">
22465 \begin_inset Text
22466
22467 \begin_layout Plain Layout
22468 \begin_inset Formula $5.78\cdot$
22469 \end_inset
22470
22471
22472 \end_layout
22473
22474 \end_inset
22475 </cell>
22476 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22477 \begin_inset Text
22478
22479 \begin_layout Plain Layout
22480 \begin_inset Formula $10^{7}$
22481 \end_inset
22482
22483
22484 \end_layout
22485
22486 \end_inset
22487 </cell>
22488 <cell alignment="center" valignment="top" usebox="none">
22489 \begin_inset Text
22490
22491 \begin_layout Plain Layout
22492 \begin_inset Formula $A\ne$
22493 \end_inset
22494
22495
22496 \end_layout
22497
22498 \end_inset
22499 </cell>
22500 <cell alignment="center" valignment="top" usebox="none">
22501 \begin_inset Text
22502
22503 \begin_layout Plain Layout
22504 \begin_inset Formula $\:B_{\mathrm{red}}$
22505 \end_inset
22506
22507
22508 \end_layout
22509
22510 \end_inset
22511 </cell>
22512 </row>
22513 <row>
22514 <cell alignment="center" valignment="top" usebox="none">
22515 \begin_inset Text
22516
22517 \begin_layout Plain Layout
22518 32×
22519 \end_layout
22520
22521 \end_inset
22522 </cell>
22523 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22524 \begin_inset Text
22525
22526 \begin_layout Plain Layout
22527 6
22528 \begin_inset space \thinspace{}
22529 \end_inset
22530
22531 cm
22532 \end_layout
22533
22534 \end_inset
22535 </cell>
22536 <cell alignment="center" valignment="top" usebox="none">
22537 \begin_inset Text
22538
22539 \begin_layout Plain Layout
22540 -
22541 \begin_inset Formula $33.5\cdot$
22542 \end_inset
22543
22544
22545 \end_layout
22546
22547 \end_inset
22548 </cell>
22549 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22550 \begin_inset Text
22551
22552 \begin_layout Plain Layout
22553 \begin_inset Formula $10^{4}$
22554 \end_inset
22555
22556
22557 \end_layout
22558
22559 \end_inset
22560 </cell>
22561 <cell alignment="center" valignment="top" usebox="none">
22562 \begin_inset Text
22563
22564 \begin_layout Plain Layout
22565 \begin_inset Formula $\sin(\alpha)\ge$
22566 \end_inset
22567
22568
22569 \end_layout
22570
22571 \end_inset
22572 </cell>
22573 <cell alignment="center" valignment="top" usebox="none">
22574 \begin_inset Text
22575
22576 \begin_layout Plain Layout
22577 \begin_inset Formula $\:\sin(\beta)$
22578 \end_inset
22579
22580
22581 \end_layout
22582
22583 \end_inset
22584 </cell>
22585 </row>
22586 </lyxtabular>
22587
22588 \end_inset
22589
22590
22591 \end_layout
22592
22593 \end_inset
22594
22595
22596 \end_layout
22597
22598 \begin_layout Subsection
22599 Customized Cell/Column Format
22600 \begin_inset CommandInset label
22601 LatexCommand label
22602 name "subsec:Customized-Format"
22603
22604 \end_inset
22605
22606
22607 \begin_inset Index idx
22608 status collapsed
22609
22610 \begin_layout Plain Layout
22611 Table Customization ! Cell/Column Format
22612 \end_layout
22613
22614 \end_inset
22615
22616
22617 \end_layout
22618
22619 \begin_layout Standard
22620 Calculating the required width for normal columns as described in section
22621 \begin_inset space ~
22622 \end_inset
22623
22624
22625 \begin_inset CommandInset ref
22626 LatexCommand ref
22627 reference "sec:Table-Width-Calculation"
22628
22629 \end_inset
22630
22631  or for spanned columns as described in section
22632 \begin_inset space ~
22633 \end_inset
22634
22635
22636 \begin_inset CommandInset ref
22637 LatexCommand ref
22638 reference "subsec:Multicolumn-Calculations"
22639
22640 \end_inset
22641
22642  is very annoying if you have several tables where a calculation is necessary.
22643  To make life easier, you can define a cell/column format in the preamble,
22644  that can be used in all tables of the document.
22645  The format is defined with the command
22646 \end_layout
22647
22648 \begin_layout Standard
22649
22650 \series bold
22651
22652 \backslash
22653 newcolumntype{name of format}[number of arguments]{commands}
22654 \end_layout
22655
22656 \begin_layout Standard
22657 The format name may only consist of one letter.
22658  The letters 
22659 \emph on
22660 b
22661 \emph default
22662
22663 \emph on
22664 c
22665 \emph default
22666
22667 \emph on
22668 l
22669 \emph default
22670
22671 \emph on
22672 m
22673 \emph default
22674
22675 \emph on
22676 p
22677 \emph default
22678  and 
22679 \emph on
22680 r
22681 \emph default
22682  are predefined and cannot be used.
22683  But all letters are allowed as capitals.
22684 \end_layout
22685
22686 \begin_layout Standard
22687 \begin_inset VSpace medskip
22688 \end_inset
22689
22690
22691 \end_layout
22692
22693 \begin_layout Standard
22694 For vertically and horizontally centered multicolumn cells with a fixed
22695  width you can define the cell format
22696 \end_layout
22697
22698 \begin_layout Standard
22699
22700 \series bold
22701
22702 \backslash
22703 newcolumntype{M}[1]{>{
22704 \backslash
22705 centering
22706 \backslash
22707 hspace{0pt}}m{#1}}
22708 \end_layout
22709
22710 \begin_layout Standard
22711 where 
22712 \series bold
22713
22714 \backslash
22715 hspace{0pt}
22716 \series default
22717  avoids the problem of hyphenating the first word, as described in section
22718 \begin_inset space ~
22719 \end_inset
22720
22721
22722 \begin_inset CommandInset ref
22723 LatexCommand ref
22724 reference "subsec:Multiple-Lines-in"
22725
22726 \end_inset
22727
22728 .
22729  Now you can simply enter
22730 \end_layout
22731
22732 \begin_layout Standard
22733
22734 \series bold
22735 M{width}
22736 \end_layout
22737
22738 \begin_layout Standard
22739 as 
22740 \family sans
22741 \SpecialChar LaTeX
22742 -argument
22743 \family default
22744  in the table dialog to create a multicolumn.
22745 \end_layout
22746
22747 \begin_layout Standard
22748 \begin_inset VSpace bigskip
22749 \end_inset
22750
22751
22752 \end_layout
22753
22754 \begin_layout Standard
22755 For cells spanned by a multicolumn cell, you can define the format
22756 \end_layout
22757
22758 \begin_layout Standard
22759
22760 \series bold
22761
22762 \backslash
22763 newcolumntype{S}[2]{>{
22764 \backslash
22765 centering
22766 \backslash
22767 hspace{0pt}}
22768 \begin_inset Newline newline
22769 \end_inset
22770
22771
22772 \begin_inset Phantom HPhantom
22773 status open
22774
22775 \begin_layout Plain Layout
22776
22777 \series bold
22778
22779 \backslash
22780 newcolumntype
22781 \end_layout
22782
22783 \end_inset
22784
22785 m{(#1+(2
22786 \backslash
22787 tabcolsep+
22788 \backslash
22789 arrayrulewidth)*(1-#2))/#2}}
22790 \end_layout
22791
22792 \begin_layout Standard
22793 This format uses equation 
22794 \begin_inset CommandInset ref
22795 LatexCommand eqref
22796 reference "eq:Wgn"
22797
22798 \end_inset
22799
22800  to calculate the required width so that each spanned cell has the same
22801  width.
22802 \end_layout
22803
22804 \begin_layout Standard
22805 You can now enter
22806 \end_layout
22807
22808 \begin_layout Standard
22809
22810 \series bold
22811 S{width of multicolumn cell}{number of spanned columns}
22812 \end_layout
22813
22814 \begin_layout Standard
22815 as \SpecialChar LaTeX
22816 -argument of the column.
22817 \end_layout
22818
22819 \begin_layout Standard
22820 \begin_inset VSpace bigskip
22821 \end_inset
22822
22823
22824 \end_layout
22825
22826 \begin_layout Standard
22827 For colored columns, you can define
22828 \end_layout
22829
22830 \begin_layout Standard
22831
22832 \series bold
22833
22834 \backslash
22835 newcolumntype{K}[1]{>{
22836 \backslash
22837 columncolor{#1}
22838 \backslash
22839 hspace{0pt}}c}
22840 \end_layout
22841
22842 \begin_layout Standard
22843 The 
22844 \begin_inset Quotes eld
22845 \end_inset
22846
22847 c
22848 \begin_inset Quotes erd
22849 \end_inset
22850
22851  at the end creates a column with a flexible width whose text is horizontally
22852  centered.
22853  You can now enter
22854 \end_layout
22855
22856 \begin_layout Standard
22857
22858 \series bold
22859 K{color name}
22860 \end_layout
22861
22862 \begin_layout Standard
22863 as \SpecialChar LaTeX
22864 -argument.
22865 \end_layout
22866
22867 \begin_layout Standard
22868 \begin_inset VSpace bigskip
22869 \end_inset
22870
22871
22872 \end_layout
22873
22874 \begin_layout Standard
22875 To create Table
22876 \begin_inset space ~
22877 \end_inset
22878
22879
22880 \begin_inset CommandInset ref
22881 LatexCommand ref
22882 reference "tab:Table-using-user-defined"
22883
22884 \end_inset
22885
22886  use the \SpecialChar LaTeX
22887 -arguments
22888 \end_layout
22889
22890 \begin_layout Standard
22891
22892 \series bold
22893 M{2.5cm}
22894 \end_layout
22895
22896 \begin_layout Standard
22897 for the first column and the multicolumn,
22898 \end_layout
22899
22900 \begin_layout Standard
22901
22902 \series bold
22903 K{red}
22904 \end_layout
22905
22906 \begin_layout Standard
22907 for the last column, and
22908 \end_layout
22909
22910 \begin_layout Standard
22911
22912 \series bold
22913 S{2.5cm}{2}
22914 \end_layout
22915
22916 \begin_layout Standard
22917 for the cells in the second column.
22918 \end_layout
22919
22920 \begin_layout Standard
22921 \begin_inset Float table
22922 placement h
22923 wide false
22924 sideways false
22925 status open
22926
22927 \begin_layout Plain Layout
22928 \begin_inset Caption Standard
22929
22930 \begin_layout Plain Layout
22931 \begin_inset CommandInset label
22932 LatexCommand label
22933 name "tab:Table-using-user-defined"
22934
22935 \end_inset
22936
22937 Table using user-defined table formats
22938 \end_layout
22939
22940 \end_inset
22941
22942
22943 \end_layout
22944
22945 \begin_layout Plain Layout
22946 \align center
22947 \begin_inset Tabular
22948 <lyxtabular version="3" rows="3" columns="4">
22949 <features tabularvalignment="middle">
22950 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
22951 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
22952 <column alignment="center" valignment="middle">
22953 <column alignment="center" valignment="middle" special="K{red}">
22954 <row>
22955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22956 \begin_inset Text
22957
22958 \begin_layout Plain Layout
22959 verylongtablecellword
22960 \end_layout
22961
22962 \end_inset
22963 </cell>
22964 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
22965 \begin_inset Text
22966
22967 \begin_layout Plain Layout
22968 multiple lines multicolumn
22969 \end_layout
22970
22971 \end_inset
22972 </cell>
22973 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22974 \begin_inset Text
22975
22976 \begin_layout Plain Layout
22977
22978 \end_layout
22979
22980 \end_inset
22981 </cell>
22982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22983 \begin_inset Text
22984
22985 \begin_layout Plain Layout
22986 c
22987 \end_layout
22988
22989 \end_inset
22990 </cell>
22991 </row>
22992 <row>
22993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22994 \begin_inset Text
22995
22996 \begin_layout Plain Layout
22997 d
22998 \end_layout
22999
23000 \end_inset
23001 </cell>
23002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23003 \begin_inset Text
23004
23005 \begin_layout Plain Layout
23006 e
23007 \end_layout
23008
23009 \end_inset
23010 </cell>
23011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23012 \begin_inset Text
23013
23014 \begin_layout Plain Layout
23015 f
23016 \end_layout
23017
23018 \end_inset
23019 </cell>
23020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23021 \begin_inset Text
23022
23023 \begin_layout Plain Layout
23024 g
23025 \end_layout
23026
23027 \end_inset
23028 </cell>
23029 </row>
23030 <row>
23031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23032 \begin_inset Text
23033
23034 \begin_layout Plain Layout
23035 h
23036 \end_layout
23037
23038 \end_inset
23039 </cell>
23040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23041 \begin_inset Text
23042
23043 \begin_layout Plain Layout
23044 i
23045 \end_layout
23046
23047 \end_inset
23048 </cell>
23049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23050 \begin_inset Text
23051
23052 \begin_layout Plain Layout
23053 j
23054 \end_layout
23055
23056 \end_inset
23057 </cell>
23058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23059 \begin_inset Text
23060
23061 \begin_layout Plain Layout
23062 k
23063 \end_layout
23064
23065 \end_inset
23066 </cell>
23067 </row>
23068 </lyxtabular>
23069
23070 \end_inset
23071
23072
23073 \end_layout
23074
23075 \end_inset
23076
23077
23078 \end_layout
23079
23080 \begin_layout Subsection
23081 Line Thickness
23082 \begin_inset CommandInset label
23083 LatexCommand label
23084 name "subsec:Line-Thickness"
23085
23086 \end_inset
23087
23088
23089 \begin_inset Index idx
23090 status collapsed
23091
23092 \begin_layout Plain Layout
23093 Table Customization ! Line Thickness
23094 \end_layout
23095
23096 \end_inset
23097
23098
23099 \end_layout
23100
23101 \begin_layout Standard
23102 The line thickness for all lines in a table can be adjusted with the length
23103  
23104 \series bold
23105
23106 \backslash
23107 arrayrulewidth
23108 \series default
23109 .
23110  To set for example a line thickness of 1.5
23111 \begin_inset space \thinspace{}
23112 \end_inset
23113
23114 pt, as in Table
23115 \begin_inset space ~
23116 \end_inset
23117
23118
23119 \begin_inset CommandInset ref
23120 LatexCommand ref
23121 reference "tab:Table-with-1.5"
23122
23123 \end_inset
23124
23125 , insert the command
23126 \end_layout
23127
23128 \begin_layout Standard
23129
23130 \series bold
23131
23132 \backslash
23133 setlength{
23134 \backslash
23135 arrayrulewidth}{1.5pt}
23136 \end_layout
23137
23138 \begin_layout Standard
23139 in \SpecialChar TeX
23140  Code before the table or table float.
23141  The changed thickness is valid for all subsequent tables.
23142  To use the default value again, set 
23143 \series bold
23144
23145 \backslash
23146 arrayrulewidth
23147 \series default
23148  to 0.4
23149 \begin_inset space \thinspace{}
23150 \end_inset
23151
23152 pt in \SpecialChar TeX
23153  Code after the table or table float.
23154 \end_layout
23155
23156 \begin_layout Standard
23157 \begin_inset ERT
23158 status collapsed
23159
23160 \begin_layout Plain Layout
23161
23162
23163 \backslash
23164 setlength{
23165 \backslash
23166 arrayrulewidth}{1.5pt}
23167 \end_layout
23168
23169 \end_inset
23170
23171
23172 \begin_inset Float table
23173 wide false
23174 sideways false
23175 status open
23176
23177 \begin_layout Plain Layout
23178 \begin_inset Caption Standard
23179
23180 \begin_layout Plain Layout
23181 \begin_inset CommandInset label
23182 LatexCommand label
23183 name "tab:Table-with-1.5"
23184
23185 \end_inset
23186
23187 Table with 1.5
23188 \begin_inset space \thinspace{}
23189 \end_inset
23190
23191 pt thick lines
23192 \end_layout
23193
23194 \end_inset
23195
23196
23197 \end_layout
23198
23199 \begin_layout Plain Layout
23200 \align center
23201 \begin_inset Tabular
23202 <lyxtabular version="3" rows="3" columns="3">
23203 <features tabularvalignment="middle">
23204 <column alignment="center" valignment="top">
23205 <column alignment="center" valignment="top">
23206 <column alignment="center" valignment="top">
23207 <row>
23208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23209 \begin_inset Text
23210
23211 \begin_layout Plain Layout
23212 sd
23213 \end_layout
23214
23215 \end_inset
23216 </cell>
23217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23218 \begin_inset Text
23219
23220 \begin_layout Plain Layout
23221
23222 \end_layout
23223
23224 \end_inset
23225 </cell>
23226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23227 \begin_inset Text
23228
23229 \begin_layout Plain Layout
23230
23231 \end_layout
23232
23233 \end_inset
23234 </cell>
23235 </row>
23236 <row>
23237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23238 \begin_inset Text
23239
23240 \begin_layout Plain Layout
23241
23242 \end_layout
23243
23244 \end_inset
23245 </cell>
23246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23247 \begin_inset Text
23248
23249 \begin_layout Plain Layout
23250 sd
23251 \end_layout
23252
23253 \end_inset
23254 </cell>
23255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23256 \begin_inset Text
23257
23258 \begin_layout Plain Layout
23259
23260 \end_layout
23261
23262 \end_inset
23263 </cell>
23264 </row>
23265 <row>
23266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23267 \begin_inset Text
23268
23269 \begin_layout Plain Layout
23270
23271 \end_layout
23272
23273 \end_inset
23274 </cell>
23275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23276 \begin_inset Text
23277
23278 \begin_layout Plain Layout
23279
23280 \end_layout
23281
23282 \end_inset
23283 </cell>
23284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23285 \begin_inset Text
23286
23287 \begin_layout Plain Layout
23288 sd
23289 \end_layout
23290
23291 \end_inset
23292 </cell>
23293 </row>
23294 </lyxtabular>
23295
23296 \end_inset
23297
23298
23299 \end_layout
23300
23301 \end_inset
23302
23303
23304 \begin_inset ERT
23305 status collapsed
23306
23307 \begin_layout Plain Layout
23308
23309
23310 \backslash
23311 setlength{
23312 \backslash
23313 arrayrulewidth}{0.4pt}
23314 \end_layout
23315
23316 \end_inset
23317
23318
23319 \end_layout
23320
23321 \begin_layout Standard
23322 \begin_inset VSpace bigskip
23323 \end_inset
23324
23325 To set the line thickness to 1.5
23326 \begin_inset space \thinspace{}
23327 \end_inset
23328
23329 pt only for horizontal lines, as in Table
23330 \begin_inset space ~
23331 \end_inset
23332
23333
23334 \begin_inset CommandInset ref
23335 LatexCommand ref
23336 reference "tab:Table-with-horizontal"
23337
23338 \end_inset
23339
23340 , insert these commands in \SpecialChar TeX
23341  Code before the table or table float:
23342 \end_layout
23343
23344 \begin_layout Standard
23345
23346 \series bold
23347
23348 \backslash
23349 let
23350 \backslash
23351 myHline
23352 \backslash
23353 hline
23354 \begin_inset Newline newline
23355 \end_inset
23356
23357
23358 \backslash
23359 renewcommand{
23360 \backslash
23361 hline}
23362 \begin_inset Newline newline
23363 \end_inset
23364
23365  {
23366 \backslash
23367 noalign{
23368 \backslash
23369 global
23370 \backslash
23371 arrayrulewidth 1.5pt}
23372 \begin_inset Newline newline
23373 \end_inset
23374
23375  
23376 \backslash
23377 myHline
23378 \backslash
23379 noalign{
23380 \backslash
23381 global
23382 \backslash
23383 arrayrulewidth 0.4pt}}
23384 \end_layout
23385
23386 \begin_layout Standard
23387 To return to the default line thickness, insert this command in \SpecialChar TeX
23388  Code after
23389  the table or table float:
23390 \end_layout
23391
23392 \begin_layout Standard
23393
23394 \series bold
23395
23396 \backslash
23397 renewcommand{
23398 \backslash
23399 hline}{
23400 \backslash
23401 myHline}
23402 \end_layout
23403
23404 \begin_layout Standard
23405 \begin_inset ERT
23406 status collapsed
23407
23408 \begin_layout Plain Layout
23409
23410
23411 \backslash
23412 let
23413 \backslash
23414 myHline
23415 \backslash
23416 hline
23417 \end_layout
23418
23419 \begin_layout Plain Layout
23420
23421
23422 \backslash
23423 renewcommand{
23424 \backslash
23425 hline}
23426 \end_layout
23427
23428 \begin_layout Plain Layout
23429
23430  {
23431 \backslash
23432 noalign{
23433 \backslash
23434 global
23435 \backslash
23436 arrayrulewidth 1.5pt}
23437 \end_layout
23438
23439 \begin_layout Plain Layout
23440
23441   
23442 \backslash
23443 myHline
23444 \backslash
23445 noalign{
23446 \backslash
23447 global
23448 \backslash
23449 arrayrulewidth 0.4pt}}
23450 \end_layout
23451
23452 \end_inset
23453
23454
23455 \begin_inset Float table
23456 wide false
23457 sideways false
23458 status open
23459
23460 \begin_layout Plain Layout
23461 \begin_inset Caption Standard
23462
23463 \begin_layout Plain Layout
23464 \begin_inset CommandInset label
23465 LatexCommand label
23466 name "tab:Table-with-horizontal"
23467
23468 \end_inset
23469
23470 Table with 1.5
23471 \begin_inset space \thinspace{}
23472 \end_inset
23473
23474 pt thick horizontal lines
23475 \end_layout
23476
23477 \end_inset
23478
23479
23480 \end_layout
23481
23482 \begin_layout Plain Layout
23483 \align center
23484 \begin_inset Tabular
23485 <lyxtabular version="3" rows="3" columns="3">
23486 <features tabularvalignment="middle">
23487 <column alignment="center" valignment="top">
23488 <column alignment="center" valignment="top">
23489 <column alignment="center" valignment="top">
23490 <row>
23491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23492 \begin_inset Text
23493
23494 \begin_layout Plain Layout
23495 sd
23496 \end_layout
23497
23498 \end_inset
23499 </cell>
23500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23501 \begin_inset Text
23502
23503 \begin_layout Plain Layout
23504
23505 \end_layout
23506
23507 \end_inset
23508 </cell>
23509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23510 \begin_inset Text
23511
23512 \begin_layout Plain Layout
23513
23514 \end_layout
23515
23516 \end_inset
23517 </cell>
23518 </row>
23519 <row>
23520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23521 \begin_inset Text
23522
23523 \begin_layout Plain Layout
23524
23525 \end_layout
23526
23527 \end_inset
23528 </cell>
23529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23530 \begin_inset Text
23531
23532 \begin_layout Plain Layout
23533 sd
23534 \end_layout
23535
23536 \end_inset
23537 </cell>
23538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23539 \begin_inset Text
23540
23541 \begin_layout Plain Layout
23542
23543 \end_layout
23544
23545 \end_inset
23546 </cell>
23547 </row>
23548 <row>
23549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23550 \begin_inset Text
23551
23552 \begin_layout Plain Layout
23553
23554 \end_layout
23555
23556 \end_inset
23557 </cell>
23558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23559 \begin_inset Text
23560
23561 \begin_layout Plain Layout
23562
23563 \end_layout
23564
23565 \end_inset
23566 </cell>
23567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23568 \begin_inset Text
23569
23570 \begin_layout Plain Layout
23571 sd
23572 \end_layout
23573
23574 \end_inset
23575 </cell>
23576 </row>
23577 </lyxtabular>
23578
23579 \end_inset
23580
23581
23582 \end_layout
23583
23584 \end_inset
23585
23586
23587 \begin_inset ERT
23588 status collapsed
23589
23590 \begin_layout Plain Layout
23591
23592
23593 \backslash
23594 renewcommand{
23595 \backslash
23596 hline}{
23597 \backslash
23598 myHline}
23599 \end_layout
23600
23601 \end_inset
23602
23603
23604 \end_layout
23605
23606 \begin_layout Standard
23607 \begin_inset VSpace bigskip
23608 \end_inset
23609
23610 To set the line thickness to 1.5
23611 \begin_inset space \thinspace{}
23612 \end_inset
23613
23614 pt only for vertical lines, create the following column format in the document
23615  preamble, according to the description in section
23616 \begin_inset space ~
23617 \end_inset
23618
23619
23620 \begin_inset CommandInset ref
23621 LatexCommand ref
23622 reference "subsec:Customized-Format"
23623
23624 \end_inset
23625
23626 :
23627 \end_layout
23628
23629 \begin_layout Standard
23630
23631 \series bold
23632
23633 \backslash
23634 newcolumntype{V}{!{
23635 \backslash
23636 vrule width 1.5pt}}
23637 \end_layout
23638
23639 \begin_layout Standard
23640 For Table
23641 \begin_inset space ~
23642 \end_inset
23643
23644
23645 \begin_inset CommandInset ref
23646 LatexCommand ref
23647 reference "tab:Table-with-vertical"
23648
23649 \end_inset
23650
23651  the \SpecialChar LaTeX
23652 -argument
23653 \end_layout
23654
23655 \begin_layout Standard
23656
23657 \series bold
23658 VcV
23659 \end_layout
23660
23661 \begin_layout Standard
23662 was used for the last column and
23663 \end_layout
23664
23665 \begin_layout Standard
23666
23667 \series bold
23668 Vc
23669 \end_layout
23670
23671 \begin_layout Standard
23672 for the other columns.
23673 \end_layout
23674
23675 \begin_layout Standard
23676 \begin_inset Float table
23677 wide false
23678 sideways false
23679 status open
23680
23681 \begin_layout Plain Layout
23682 \begin_inset Caption Standard
23683
23684 \begin_layout Plain Layout
23685 \begin_inset CommandInset label
23686 LatexCommand label
23687 name "tab:Table-with-vertical"
23688
23689 \end_inset
23690
23691 Table with 1.5
23692 \begin_inset space \thinspace{}
23693 \end_inset
23694
23695 pt thick vertical lines
23696 \end_layout
23697
23698 \end_inset
23699
23700
23701 \end_layout
23702
23703 \begin_layout Plain Layout
23704 \align center
23705 \begin_inset Tabular
23706 <lyxtabular version="3" rows="3" columns="3">
23707 <features tabularvalignment="middle">
23708 <column alignment="center" valignment="top" special="Vc">
23709 <column alignment="center" valignment="top" special="Vc">
23710 <column alignment="center" valignment="top" special="VcV">
23711 <row>
23712 <cell alignment="center" valignment="top" topline="true" usebox="none">
23713 \begin_inset Text
23714
23715 \begin_layout Plain Layout
23716 sd
23717 \end_layout
23718
23719 \end_inset
23720 </cell>
23721 <cell alignment="center" valignment="top" topline="true" usebox="none">
23722 \begin_inset Text
23723
23724 \begin_layout Plain Layout
23725
23726 \end_layout
23727
23728 \end_inset
23729 </cell>
23730 <cell alignment="center" valignment="top" topline="true" usebox="none">
23731 \begin_inset Text
23732
23733 \begin_layout Plain Layout
23734
23735 \end_layout
23736
23737 \end_inset
23738 </cell>
23739 </row>
23740 <row>
23741 <cell alignment="center" valignment="top" topline="true" usebox="none">
23742 \begin_inset Text
23743
23744 \begin_layout Plain Layout
23745
23746 \end_layout
23747
23748 \end_inset
23749 </cell>
23750 <cell alignment="center" valignment="top" topline="true" usebox="none">
23751 \begin_inset Text
23752
23753 \begin_layout Plain Layout
23754 sd
23755 \end_layout
23756
23757 \end_inset
23758 </cell>
23759 <cell alignment="center" valignment="top" topline="true" usebox="none">
23760 \begin_inset Text
23761
23762 \begin_layout Plain Layout
23763
23764 \end_layout
23765
23766 \end_inset
23767 </cell>
23768 </row>
23769 <row>
23770 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23771 \begin_inset Text
23772
23773 \begin_layout Plain Layout
23774
23775 \end_layout
23776
23777 \end_inset
23778 </cell>
23779 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23780 \begin_inset Text
23781
23782 \begin_layout Plain Layout
23783
23784 \end_layout
23785
23786 \end_inset
23787 </cell>
23788 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23789 \begin_inset Text
23790
23791 \begin_layout Plain Layout
23792 sd
23793 \end_layout
23794
23795 \end_inset
23796 </cell>
23797 </row>
23798 </lyxtabular>
23799
23800 \end_inset
23801
23802
23803 \end_layout
23804
23805 \end_inset
23806
23807
23808 \end_layout
23809
23810 \begin_layout Subsection
23811 Dashed Lines
23812 \begin_inset Index idx
23813 status collapsed
23814
23815 \begin_layout Plain Layout
23816 Table Customization ! Dashed Lines
23817 \end_layout
23818
23819 \end_inset
23820
23821
23822 \end_layout
23823
23824 \begin_layout Standard
23825 \begin_inset ERT
23826 status collapsed
23827
23828 \begin_layout Plain Layout
23829
23830
23831 \backslash
23832 ifarydshln
23833 \end_layout
23834
23835 \end_inset
23836
23837
23838 \begin_inset Note Note
23839 status open
23840
23841 \begin_layout Plain Layout
23842 The following section will only be displayed when the \SpecialChar LaTeX
23843 -package 
23844 \series bold
23845 arydshln
23846 \series default
23847  is installed.
23848 \end_layout
23849
23850 \end_inset
23851
23852
23853 \end_layout
23854
23855 \begin_layout Standard
23856 \begin_inset Float table
23857 placement H
23858 wide false
23859 sideways false
23860 status open
23861
23862 \begin_layout Plain Layout
23863 \begin_inset Caption Standard
23864
23865 \begin_layout Plain Layout
23866 \begin_inset CommandInset label
23867 LatexCommand label
23868 name "tab:Table-with-dashed"
23869
23870 \end_inset
23871
23872 Table with dashed lines
23873 \end_layout
23874
23875 \end_inset
23876
23877
23878 \end_layout
23879
23880 \begin_layout Plain Layout
23881 \align center
23882 \begin_inset Tabular
23883 <lyxtabular version="3" rows="5" columns="5">
23884 <features tabularvalignment="middle">
23885 <column alignment="center" valignment="top">
23886 <column alignment="center" valignment="top">
23887 <column alignment="center" valignment="top" special=":c">
23888 <column alignment="center" valignment="top">
23889 <column alignment="center" valignment="top">
23890 <row>
23891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23892 \begin_inset Text
23893
23894 \begin_layout Plain Layout
23895 a
23896 \end_layout
23897
23898 \end_inset
23899 </cell>
23900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23901 \begin_inset Text
23902
23903 \begin_layout Plain Layout
23904 b
23905 \end_layout
23906
23907 \end_inset
23908 </cell>
23909 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23910 \begin_inset Text
23911
23912 \begin_layout Plain Layout
23913 c
23914 \end_layout
23915
23916 \end_inset
23917 </cell>
23918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23919 \begin_inset Text
23920
23921 \begin_layout Plain Layout
23922 d
23923 \end_layout
23924
23925 \end_inset
23926 </cell>
23927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23928 \begin_inset Text
23929
23930 \begin_layout Plain Layout
23931 e
23932 \end_layout
23933
23934 \end_inset
23935 </cell>
23936 </row>
23937 <row>
23938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23939 \begin_inset Text
23940
23941 \begin_layout Plain Layout
23942 f
23943 \end_layout
23944
23945 \end_inset
23946 </cell>
23947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23948 \begin_inset Text
23949
23950 \begin_layout Plain Layout
23951 g
23952 \end_layout
23953
23954 \end_inset
23955 </cell>
23956 <cell alignment="center" valignment="top" topline="true" usebox="none">
23957 \begin_inset Text
23958
23959 \begin_layout Plain Layout
23960 h
23961 \end_layout
23962
23963 \end_inset
23964 </cell>
23965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23966 \begin_inset Text
23967
23968 \begin_layout Plain Layout
23969 i
23970 \end_layout
23971
23972 \end_inset
23973 </cell>
23974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23975 \begin_inset Text
23976
23977 \begin_layout Plain Layout
23978 j
23979 \end_layout
23980
23981 \end_inset
23982 </cell>
23983 </row>
23984 <row>
23985 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23986 \begin_inset Text
23987
23988 \begin_layout Plain Layout
23989 \begin_inset ERT
23990 status collapsed
23991
23992 \begin_layout Plain Layout
23993
23994
23995 \backslash
23996 hdashline 
23997 \end_layout
23998
23999 \end_inset
24000
24001 k
24002 \end_layout
24003
24004 \end_inset
24005 </cell>
24006 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24007 \begin_inset Text
24008
24009 \begin_layout Plain Layout
24010 l
24011 \end_layout
24012
24013 \end_inset
24014 </cell>
24015 <cell alignment="center" valignment="top" usebox="none">
24016 \begin_inset Text
24017
24018 \begin_layout Plain Layout
24019 m
24020 \end_layout
24021
24022 \end_inset
24023 </cell>
24024 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24025 \begin_inset Text
24026
24027 \begin_layout Plain Layout
24028 n
24029 \end_layout
24030
24031 \end_inset
24032 </cell>
24033 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24034 \begin_inset Text
24035
24036 \begin_layout Plain Layout
24037 o
24038 \end_layout
24039
24040 \end_inset
24041 </cell>
24042 </row>
24043 <row>
24044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24045 \begin_inset Text
24046
24047 \begin_layout Plain Layout
24048 \begin_inset ERT
24049 status collapsed
24050
24051 \begin_layout Plain Layout
24052
24053
24054 \backslash
24055 cdashline{4-5}
24056 \end_layout
24057
24058 \end_inset
24059
24060 p
24061 \end_layout
24062
24063 \end_inset
24064 </cell>
24065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24066 \begin_inset Text
24067
24068 \begin_layout Plain Layout
24069 q
24070 \end_layout
24071
24072 \end_inset
24073 </cell>
24074 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
24075 \begin_inset Text
24076
24077 \begin_layout Plain Layout
24078 r
24079 \end_layout
24080
24081 \end_inset
24082 </cell>
24083 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24084 \begin_inset Text
24085
24086 \begin_layout Plain Layout
24087 s
24088 \end_layout
24089
24090 \end_inset
24091 </cell>
24092 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24093 \begin_inset Text
24094
24095 \begin_layout Plain Layout
24096
24097 \end_layout
24098
24099 \end_inset
24100 </cell>
24101 </row>
24102 <row>
24103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24104 \begin_inset Text
24105
24106 \begin_layout Plain Layout
24107 t
24108 \end_layout
24109
24110 \end_inset
24111 </cell>
24112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24113 \begin_inset Text
24114
24115 \begin_layout Plain Layout
24116 u
24117 \end_layout
24118
24119 \end_inset
24120 </cell>
24121 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24122 \begin_inset Text
24123
24124 \begin_layout Plain Layout
24125 v
24126 \end_layout
24127
24128 \end_inset
24129 </cell>
24130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24131 \begin_inset Text
24132
24133 \begin_layout Plain Layout
24134 w
24135 \end_layout
24136
24137 \end_inset
24138 </cell>
24139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24140 \begin_inset Text
24141
24142 \begin_layout Plain Layout
24143 x
24144 \end_layout
24145
24146 \end_inset
24147 </cell>
24148 </row>
24149 </lyxtabular>
24150
24151 \end_inset
24152
24153
24154 \end_layout
24155
24156 \end_inset
24157
24158
24159 \end_layout
24160
24161 \begin_layout Standard
24162 \SpecialChar LyX
24163  does not natively support dashed lines, so you have to use \SpecialChar TeX
24164  Code.
24165  As a prerequisite the \SpecialChar LaTeX
24166  package 
24167 \series bold
24168 arydshln
24169 \series default
24170
24171 \begin_inset Index idx
24172 status collapsed
24173
24174 \begin_layout Plain Layout
24175 \SpecialChar LaTeX
24176 -packages ! arydshln
24177 \end_layout
24178
24179 \end_inset
24180
24181  must be loaded in the document preamble with the command
24182 \end_layout
24183
24184 \begin_layout Standard
24185
24186 \series bold
24187
24188 \backslash
24189 usepackage{arydshln}
24190 \end_layout
24191
24192 \begin_layout Standard
24193 To make a vertical line dashed, enter the colon 
24194 \begin_inset Quotes eld
24195 \end_inset
24196
24197 :
24198 \begin_inset Quotes erd
24199 \end_inset
24200
24201  together with the character for the horizontal alignment as \SpecialChar LaTeX
24202  argument in
24203  the table cell dialog.
24204 \end_layout
24205
24206 \begin_layout Standard
24207 For a horizontal dashed line add the command
24208 \end_layout
24209
24210 \begin_layout Standard
24211
24212 \series bold
24213
24214 \backslash
24215 hdashline
24216 \end_layout
24217
24218 \begin_layout Standard
24219 in \SpecialChar TeX
24220  Code as first element of the first cell in the table row.
24221 \end_layout
24222
24223 \begin_layout Standard
24224 For dashed multicolumn lines use the command
24225 \end_layout
24226
24227 \begin_layout Standard
24228
24229 \series bold
24230
24231 \backslash
24232 cdashline{line number
24233 \series default
24234 }
24235 \end_layout
24236
24237 \begin_layout Standard
24238 in \SpecialChar TeX
24239  Code as the first element of the first cell in the table row.
24240  If you have for example a multicolumn spanning columns 2 to 4 and you want
24241  to have a dashed line above, add the command
24242 \end_layout
24243
24244 \begin_layout Standard
24245
24246 \series bold
24247
24248 \backslash
24249 cdashline{2-4}
24250 \end_layout
24251
24252 \begin_layout Standard
24253 as the first element of the first cell in the row of the multicolumn.
24254 \end_layout
24255
24256 \begin_layout Standard
24257 \begin_inset VSpace bigskip
24258 \end_inset
24259
24260
24261 \end_layout
24262
24263 \begin_layout Standard
24264 Table
24265 \begin_inset space ~
24266 \end_inset
24267
24268
24269 \begin_inset CommandInset ref
24270 LatexCommand ref
24271 reference "tab:Table-with-dashed"
24272
24273 \end_inset
24274
24275  was created using 
24276 \begin_inset Quotes eld
24277 \end_inset
24278
24279
24280 \series bold
24281 :c
24282 \series default
24283
24284 \begin_inset Quotes erd
24285 \end_inset
24286
24287  as \SpecialChar LaTeX
24288  argument of the third column.
24289  The \SpecialChar TeX
24290  Code command 
24291 \series bold
24292
24293 \backslash
24294 hdashline
24295 \series default
24296  was inserted in the first cell of the third row and the \SpecialChar TeX
24297  Code command
24298 \begin_inset Newline newline
24299 \end_inset
24300
24301  
24302 \series bold
24303
24304 \backslash
24305 cdashline{4-5}
24306 \series default
24307  was inserted in the first cell of the fourth row.
24308 \end_layout
24309
24310 \begin_layout Standard
24311 \begin_inset VSpace bigskip
24312 \end_inset
24313
24314
24315 \end_layout
24316
24317 \begin_layout Standard
24318 Tables with dashed lines can also be colored as shown by Table
24319 \begin_inset space ~
24320 \end_inset
24321
24322
24323 \begin_inset CommandInset ref
24324 LatexCommand ref
24325 reference "tab:Colored-table-with"
24326
24327 \end_inset
24328
24329 .
24330 \end_layout
24331
24332 \begin_layout Standard
24333 \begin_inset ERT
24334 status collapsed
24335
24336 \begin_layout Plain Layout
24337
24338
24339 \backslash
24340 setlength{
24341 \backslash
24342 arrayrulewidth}{1pt}
24343 \end_layout
24344
24345 \end_inset
24346
24347
24348 \begin_inset Note Note
24349 status collapsed
24350
24351 \begin_layout Plain Layout
24352 thicker lines for better visualization of the line color
24353 \end_layout
24354
24355 \end_inset
24356
24357
24358 \end_layout
24359
24360 \begin_layout Standard
24361 \begin_inset ERT
24362 status collapsed
24363
24364 \begin_layout Plain Layout
24365
24366
24367 \backslash
24368 dashgapcolor{green}
24369 \end_layout
24370
24371 \end_inset
24372
24373
24374 \begin_inset Note Note
24375 status collapsed
24376
24377 \begin_layout Plain Layout
24378 color gaps between dashes green
24379 \end_layout
24380
24381 \end_inset
24382
24383
24384 \end_layout
24385
24386 \begin_layout Standard
24387 \begin_inset ERT
24388 status collapsed
24389
24390 \begin_layout Plain Layout
24391
24392
24393 \backslash
24394 let
24395 \backslash
24396 myHdashline
24397 \backslash
24398 hdashline
24399 \end_layout
24400
24401 \begin_layout Plain Layout
24402
24403
24404 \backslash
24405 renewcommand{
24406 \backslash
24407 hdashline}
24408 \end_layout
24409
24410 \begin_layout Plain Layout
24411
24412  {
24413 \backslash
24414 arrayrulecolor{red}
24415 \backslash
24416 myHdashline
24417 \backslash
24418 arrayrulecolor{black}}
24419 \end_layout
24420
24421 \end_inset
24422
24423
24424 \begin_inset Note Note
24425 status collapsed
24426
24427 \begin_layout Plain Layout
24428 color horizontal, dashed lines red
24429 \end_layout
24430
24431 \end_inset
24432
24433
24434 \end_layout
24435
24436 \begin_layout Standard
24437 \begin_inset ERT
24438 status collapsed
24439
24440 \begin_layout Plain Layout
24441
24442
24443 \backslash
24444 let
24445 \backslash
24446 myCdashline
24447 \backslash
24448 cdashline
24449 \end_layout
24450
24451 \begin_layout Plain Layout
24452
24453
24454 \backslash
24455 renewcommand{
24456 \backslash
24457 cdashline}[1]
24458 \end_layout
24459
24460 \begin_layout Plain Layout
24461
24462  {
24463 \backslash
24464 arrayrulecolor{yellow}
24465 \backslash
24466 myCdashline{#1}
24467 \backslash
24468 arrayrulecolor{black}}
24469 \end_layout
24470
24471 \end_inset
24472
24473
24474 \begin_inset Note Note
24475 status collapsed
24476
24477 \begin_layout Plain Layout
24478 color partial horizontal, dashed lines yellow
24479 \end_layout
24480
24481 \end_inset
24482
24483
24484 \end_layout
24485
24486 \begin_layout Standard
24487 \begin_inset Float table
24488 placement h
24489 wide false
24490 sideways false
24491 status open
24492
24493 \begin_layout Plain Layout
24494 \begin_inset Caption Standard
24495
24496 \begin_layout Plain Layout
24497 \begin_inset CommandInset label
24498 LatexCommand label
24499 name "tab:Colored-table-with"
24500
24501 \end_inset
24502
24503 Colored table with dashed lines
24504 \end_layout
24505
24506 \end_inset
24507
24508
24509 \end_layout
24510
24511 \begin_layout Plain Layout
24512 \align center
24513 \begin_inset Tabular
24514 <lyxtabular version="3" rows="5" columns="5">
24515 <features tabularvalignment="middle">
24516 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
24517 <column alignment="center" valignment="top" width="0pt">
24518 <column alignment="center" valignment="top" width="0pt" special=":c">
24519 <column alignment="center" valignment="top">
24520 <column alignment="center" valignment="top">
24521 <row>
24522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24523 \begin_inset Text
24524
24525 \begin_layout Plain Layout
24526 a
24527 \end_layout
24528
24529 \end_inset
24530 </cell>
24531 <cell alignment="center" valignment="top" topline="true" usebox="none">
24532 \begin_inset Text
24533
24534 \begin_layout Plain Layout
24535 b
24536 \end_layout
24537
24538 \end_inset
24539 </cell>
24540 <cell alignment="center" valignment="top" topline="true" usebox="none">
24541 \begin_inset Text
24542
24543 \begin_layout Plain Layout
24544 c
24545 \end_layout
24546
24547 \end_inset
24548 </cell>
24549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24550 \begin_inset Text
24551
24552 \begin_layout Plain Layout
24553 d
24554 \end_layout
24555
24556 \end_inset
24557 </cell>
24558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24559 \begin_inset Text
24560
24561 \begin_layout Plain Layout
24562 e
24563 \end_layout
24564
24565 \end_inset
24566 </cell>
24567 </row>
24568 <row>
24569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24570 \begin_inset Text
24571
24572 \begin_layout Plain Layout
24573 f
24574 \end_layout
24575
24576 \end_inset
24577 </cell>
24578 <cell alignment="center" valignment="top" topline="true" usebox="none">
24579 \begin_inset Text
24580
24581 \begin_layout Plain Layout
24582 g
24583 \end_layout
24584
24585 \end_inset
24586 </cell>
24587 <cell alignment="center" valignment="top" topline="true" usebox="none">
24588 \begin_inset Text
24589
24590 \begin_layout Plain Layout
24591 h
24592 \end_layout
24593
24594 \end_inset
24595 </cell>
24596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24597 \begin_inset Text
24598
24599 \begin_layout Plain Layout
24600 i
24601 \end_layout
24602
24603 \end_inset
24604 </cell>
24605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24606 \begin_inset Text
24607
24608 \begin_layout Plain Layout
24609 j
24610 \end_layout
24611
24612 \end_inset
24613 </cell>
24614 </row>
24615 <row>
24616 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24617 \begin_inset Text
24618
24619 \begin_layout Plain Layout
24620 \begin_inset ERT
24621 status collapsed
24622
24623 \begin_layout Plain Layout
24624
24625
24626 \backslash
24627 hdashline 
24628 \end_layout
24629
24630 \end_inset
24631
24632
24633 \begin_inset ERT
24634 status collapsed
24635
24636 \begin_layout Plain Layout
24637
24638
24639 \backslash
24640 rowcolor{Gray}
24641 \end_layout
24642
24643 \end_inset
24644
24645 k
24646 \end_layout
24647
24648 \end_inset
24649 </cell>
24650 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24651 \begin_inset Text
24652
24653 \begin_layout Plain Layout
24654 l
24655 \end_layout
24656
24657 \end_inset
24658 </cell>
24659 <cell alignment="center" valignment="top" usebox="none">
24660 \begin_inset Text
24661
24662 \begin_layout Plain Layout
24663 m
24664 \end_layout
24665
24666 \end_inset
24667 </cell>
24668 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24669 \begin_inset Text
24670
24671 \begin_layout Plain Layout
24672 n
24673 \end_layout
24674
24675 \end_inset
24676 </cell>
24677 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24678 \begin_inset Text
24679
24680 \begin_layout Plain Layout
24681 o
24682 \end_layout
24683
24684 \end_inset
24685 </cell>
24686 </row>
24687 <row>
24688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24689 \begin_inset Text
24690
24691 \begin_layout Plain Layout
24692 \begin_inset ERT
24693 status collapsed
24694
24695 \begin_layout Plain Layout
24696
24697
24698 \backslash
24699 cdashline{4-5}
24700 \end_layout
24701
24702 \end_inset
24703
24704 p
24705 \end_layout
24706
24707 \end_inset
24708 </cell>
24709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24710 \begin_inset Text
24711
24712 \begin_layout Plain Layout
24713 q
24714 \end_layout
24715
24716 \end_inset
24717 </cell>
24718 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
24719 \begin_inset Text
24720
24721 \begin_layout Plain Layout
24722 r
24723 \end_layout
24724
24725 \end_inset
24726 </cell>
24727 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24728 \begin_inset Text
24729
24730 \begin_layout Plain Layout
24731 s
24732 \end_layout
24733
24734 \end_inset
24735 </cell>
24736 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24737 \begin_inset Text
24738
24739 \begin_layout Plain Layout
24740
24741 \end_layout
24742
24743 \end_inset
24744 </cell>
24745 </row>
24746 <row>
24747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24748 \begin_inset Text
24749
24750 \begin_layout Plain Layout
24751 t
24752 \end_layout
24753
24754 \end_inset
24755 </cell>
24756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24757 \begin_inset Text
24758
24759 \begin_layout Plain Layout
24760 u
24761 \end_layout
24762
24763 \end_inset
24764 </cell>
24765 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24766 \begin_inset Text
24767
24768 \begin_layout Plain Layout
24769 v
24770 \end_layout
24771
24772 \end_inset
24773 </cell>
24774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24775 \begin_inset Text
24776
24777 \begin_layout Plain Layout
24778 w
24779 \end_layout
24780
24781 \end_inset
24782 </cell>
24783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24784 \begin_inset Text
24785
24786 \begin_layout Plain Layout
24787 \begin_inset ERT
24788 status collapsed
24789
24790 \begin_layout Plain Layout
24791
24792
24793 \backslash
24794 cellcolor{Maroon}
24795 \end_layout
24796
24797 \end_inset
24798
24799 i
24800 \end_layout
24801
24802 \end_inset
24803 </cell>
24804 </row>
24805 </lyxtabular>
24806
24807 \end_inset
24808
24809
24810 \end_layout
24811
24812 \end_inset
24813
24814
24815 \end_layout
24816
24817 \begin_layout Standard
24818 \begin_inset ERT
24819 status collapsed
24820
24821 \begin_layout Plain Layout
24822
24823
24824 \backslash
24825 renewcommand{
24826 \backslash
24827 hdashline}{
24828 \backslash
24829 myHdashline}
24830 \end_layout
24831
24832 \end_inset
24833
24834
24835 \begin_inset Note Note
24836 status collapsed
24837
24838 \begin_layout Plain Layout
24839 reset to default
24840 \end_layout
24841
24842 \end_inset
24843
24844
24845 \end_layout
24846
24847 \begin_layout Standard
24848 \begin_inset ERT
24849 status collapsed
24850
24851 \begin_layout Plain Layout
24852
24853
24854 \backslash
24855 renewcommand{
24856 \backslash
24857 cdashline}{
24858 \backslash
24859 myCdashline}
24860 \end_layout
24861
24862 \end_inset
24863
24864
24865 \begin_inset Note Note
24866 status collapsed
24867
24868 \begin_layout Plain Layout
24869 reset to default
24870 \end_layout
24871
24872 \end_inset
24873
24874
24875 \end_layout
24876
24877 \begin_layout Standard
24878 \begin_inset ERT
24879 status collapsed
24880
24881 \begin_layout Plain Layout
24882
24883
24884 \backslash
24885 nodashgapcolor
24886 \end_layout
24887
24888 \end_inset
24889
24890
24891 \begin_inset Note Note
24892 status collapsed
24893
24894 \begin_layout Plain Layout
24895 reset to default
24896 \end_layout
24897
24898 \end_inset
24899
24900
24901 \end_layout
24902
24903 \begin_layout Standard
24904 \begin_inset ERT
24905 status collapsed
24906
24907 \begin_layout Plain Layout
24908
24909
24910 \backslash
24911 setlength{
24912 \backslash
24913 arrayrulewidth}{0.4pt}
24914 \end_layout
24915
24916 \end_inset
24917
24918
24919 \begin_inset Note Note
24920 status collapsed
24921
24922 \begin_layout Plain Layout
24923 reset to default
24924 \end_layout
24925
24926 \end_inset
24927
24928
24929 \end_layout
24930
24931 \begin_layout Standard
24932 The coloring of lines, columns and lines works as decribed in section
24933 \begin_inset space ~
24934 \end_inset
24935
24936
24937 \begin_inset CommandInset ref
24938 LatexCommand ref
24939 reference "sec:Colored-Tables"
24940
24941 \end_inset
24942
24943 .
24944  Coloring horizontal lines works analogically as described there as well,
24945  one only needs to replace in the commands 
24946 \series bold
24947
24948 \backslash
24949 myHlineC
24950 \series default
24951  by 
24952 \series bold
24953
24954 \backslash
24955 myHdashline
24956 \series default
24957  and 
24958 \backslash
24959
24960 \series bold
24961 hline
24962 \series default
24963  by 
24964 \series bold
24965
24966 \backslash
24967 hdashline
24968 \series default
24969 ; so one uses the command
24970 \end_layout
24971
24972 \begin_layout Standard
24973
24974 \series bold
24975
24976 \backslash
24977 let
24978 \backslash
24979 myHdashline
24980 \backslash
24981 hdashline
24982 \begin_inset Newline newline
24983 \end_inset
24984
24985
24986 \backslash
24987 renewcommand{
24988 \backslash
24989 hdashline}
24990 \begin_inset Newline newline
24991 \end_inset
24992
24993
24994 \begin_inset Phantom HPhantom
24995 status open
24996
24997 \begin_layout Plain Layout
24998 \begin_inset space ~
24999 \end_inset
25000
25001
25002 \end_layout
25003
25004 \end_inset
25005
25006 {
25007 \backslash
25008 arrayrulecolor{red}
25009 \backslash
25010 myHdashline
25011 \backslash
25012 arrayrulecolor{black}}
25013 \end_layout
25014
25015 \begin_layout Standard
25016 To color 
25017 \series bold
25018
25019 \backslash
25020 cdashline
25021 \series default
25022 , the command is
25023 \end_layout
25024
25025 \begin_layout Standard
25026
25027 \series bold
25028
25029 \backslash
25030 let
25031 \backslash
25032 myCdashline
25033 \backslash
25034 cdashline
25035 \begin_inset Newline newline
25036 \end_inset
25037
25038
25039 \backslash
25040 renewcommand{
25041 \backslash
25042 cdashline}[1]
25043 \begin_inset Newline newline
25044 \end_inset
25045
25046
25047 \begin_inset Phantom HPhantom
25048 status open
25049
25050 \begin_layout Plain Layout
25051 \begin_inset space ~
25052 \end_inset
25053
25054
25055 \end_layout
25056
25057 \end_inset
25058
25059 {
25060 \backslash
25061 arrayrulecolor{red}
25062 \backslash
25063 myCdashline{#1}
25064 \backslash
25065 arrayrulecolor{black}}
25066 \end_layout
25067
25068 \begin_layout Standard
25069 To get back the black line color, one needs to insert the following commands
25070  as \SpecialChar TeX
25071  Code behind the table:
25072 \end_layout
25073
25074 \begin_layout Standard
25075 For 
25076 \series bold
25077
25078 \backslash
25079 hdashline
25080 \end_layout
25081
25082 \begin_layout Standard
25083
25084 \series bold
25085
25086 \backslash
25087 renewcommand{
25088 \backslash
25089 hdashline}{
25090 \backslash
25091 myHdashline}
25092 \end_layout
25093
25094 \begin_layout Standard
25095 and for 
25096 \series bold
25097
25098 \backslash
25099 cdashline
25100 \end_layout
25101
25102 \begin_layout Standard
25103
25104 \series bold
25105
25106 \backslash
25107 renewcommand{
25108 \backslash
25109 cdashline}{
25110 \backslash
25111 myCdashline}
25112 \end_layout
25113
25114 \begin_layout Standard
25115 To color the gaps between the dashes the command
25116 \end_layout
25117
25118 \begin_layout Standard
25119
25120 \series bold
25121
25122 \backslash
25123 dashgapcolor{color}
25124 \end_layout
25125
25126 \begin_layout Standard
25127 can be used in front of a table as \SpecialChar TeX
25128  Code.
25129  color is hereby the name of a defined color.
25130  The command
25131 \end_layout
25132
25133 \begin_layout Standard
25134
25135 \series bold
25136
25137 \backslash
25138 nodashgapcolor
25139 \end_layout
25140
25141 \begin_layout Standard
25142 unsets the changes made by 
25143 \series bold
25144
25145 \backslash
25146 dashgapcolor
25147 \series default
25148 .
25149 \end_layout
25150
25151 \begin_layout Standard
25152 \begin_inset Note Greyedout
25153 status open
25154
25155 \begin_layout Plain Layout
25156
25157 \series bold
25158 \color none
25159 Note
25160 \series default
25161 : If there are multiple commands in a cell, the command of 
25162 \series bold
25163 arydshln
25164 \series default
25165  needs to be the first one in the cell.
25166  Therefore in cell 
25167 \emph on
25168 k
25169 \emph default
25170  of Table
25171 \begin_inset space ~
25172 \end_inset
25173
25174
25175 \begin_inset CommandInset ref
25176 LatexCommand ref
25177 reference "tab:Colored-table-with"
25178
25179 \end_inset
25180
25181  the command 
25182 \series bold
25183
25184 \backslash
25185 hdashline
25186 \series default
25187  is before 
25188 \series bold
25189
25190 \backslash
25191 rowcolor
25192 \series default
25193 .
25194 \end_layout
25195
25196 \end_inset
25197
25198
25199 \end_layout
25200
25201 \begin_layout Standard
25202 \begin_inset Note Greyedout
25203 status open
25204
25205 \begin_layout Plain Layout
25206
25207 \series bold
25208 \color none
25209 Note:
25210 \series default
25211  The \SpecialChar LaTeX
25212 -package 
25213 \series bold
25214 arydshln
25215 \series default
25216  must be loaded in the document preamble before the \SpecialChar LaTeX
25217 -package 
25218 \series bold
25219 colortbl
25220 \series default
25221
25222 \begin_inset Index idx
25223 status collapsed
25224
25225 \begin_layout Plain Layout
25226 \SpecialChar LaTeX
25227 -packages ! colortbl
25228 \end_layout
25229
25230 \end_inset
25231
25232 .
25233 \end_layout
25234
25235 \end_inset
25236
25237
25238 \end_layout
25239
25240 \begin_layout Standard
25241 \begin_inset ERT
25242 status collapsed
25243
25244 \begin_layout Plain Layout
25245
25246
25247 \backslash
25248 else
25249 \end_layout
25250
25251 \end_inset
25252
25253
25254 \begin_inset Note Note
25255 status open
25256
25257 \begin_layout Plain Layout
25258 The following will be displayed when the \SpecialChar LaTeX
25259 -package 
25260 \series bold
25261 arydshln
25262 \series default
25263  is not installed:
25264 \end_layout
25265
25266 \end_inset
25267
25268
25269 \end_layout
25270
25271 \begin_layout Standard
25272 You need to install the package 
25273 \series bold
25274 arydshln
25275 \series default
25276  to see the content of this section in the output.
25277 \end_layout
25278
25279 \begin_layout Standard
25280 \begin_inset ERT
25281 status collapsed
25282
25283 \begin_layout Plain Layout
25284
25285
25286 \backslash
25287 fi
25288 \end_layout
25289
25290 \end_inset
25291
25292
25293 \end_layout
25294
25295 \begin_layout Standard
25296 For more information about dashed lines see the documentation of 
25297 \series bold
25298 arydshln
25299 \series default
25300
25301 \begin_inset CommandInset citation
25302 LatexCommand cite
25303 key "arydshln"
25304 literal "true"
25305
25306 \end_inset
25307
25308 .
25309 \end_layout
25310
25311 \begin_layout Chapter
25312 Floats
25313 \begin_inset CommandInset label
25314 LatexCommand label
25315 name "chap:Floats"
25316
25317 \end_inset
25318
25319
25320 \begin_inset Index idx
25321 status collapsed
25322
25323 \begin_layout Plain Layout
25324 Floats
25325 \end_layout
25326
25327 \end_inset
25328
25329
25330 \end_layout
25331
25332 \begin_layout Section
25333 Introduction
25334 \begin_inset CommandInset label
25335 LatexCommand label
25336 name "sec:FloatIntroduction"
25337
25338 \end_inset
25339
25340
25341 \begin_inset Index idx
25342 status collapsed
25343
25344 \begin_layout Plain Layout
25345 Floats ! Introduction
25346 \end_layout
25347
25348 \end_inset
25349
25350
25351 \end_layout
25352
25353 \begin_layout Standard
25354 A float is a block of text associated with some sort of label, which doesn't
25355  have a fixed location.
25356  It can 
25357 \begin_inset Quotes eld
25358 \end_inset
25359
25360 float
25361 \begin_inset Quotes erd
25362 \end_inset
25363
25364  forward or backward a page or two, to wherever it fits best.
25365  
25366 \family sans
25367 Footnotes
25368 \family default
25369  and 
25370 \family sans
25371 Margin
25372 \begin_inset space ~
25373 \end_inset
25374
25375 Notes
25376 \family default
25377  are also floats because they can float to the next page when there are
25378  too many notes on the page.
25379 \end_layout
25380
25381 \begin_layout Standard
25382 Floats allow a high quality layout.
25383  Images and tables can be spread evenly among the pages to avoid white space
25384  and pages without text.
25385  As the floating often destroys the context between the text and the image/table
25386 , every float can be referenced in the text.
25387  Floats are therefore numbered.
25388  Referencing is described in section
25389 \begin_inset space ~
25390 \end_inset
25391
25392
25393 \begin_inset CommandInset ref
25394 LatexCommand ref
25395 reference "sec:Referencing-Floats"
25396
25397 \end_inset
25398
25399 .
25400 \end_layout
25401
25402 \begin_layout Standard
25403 To insert a float, use the menu 
25404 \family sans
25405 Insert\SpecialChar menuseparator
25406 Float
25407 \family default
25408  (toolbar button 
25409 \begin_inset Info
25410 type  "icon"
25411 arg   "float-insert figure"
25412 \end_inset
25413
25414  or 
25415 \begin_inset Info
25416 type  "icon"
25417 arg   "float-insert table"
25418 \end_inset
25419
25420 ).
25421  This inserts the 
25422 \family sans
25423 Caption
25424 \family default
25425  inset, a box with a label.
25426  The label will automatically be translated to the document language in
25427  the output.
25428  After the label you can insert the caption text.
25429  The image or table is inserted above or below the caption in a separate
25430  paragraph within the float.
25431  More about the caption placement is contained in section
25432 \begin_inset space ~
25433 \end_inset
25434
25435
25436 \begin_inset CommandInset ref
25437 LatexCommand ref
25438 reference "sec:Caption-Placement"
25439
25440 \end_inset
25441
25442 .
25443  To keep your \SpecialChar LyX
25444  document readable, you can open and close the float box by
25445  left-clicking on the box label.
25446  A closed float box looks like this: 
25447 \begin_inset Graphics
25448         filename clipart/float.png
25449         scale 95
25450         scaleBeforeRotation
25451
25452 \end_inset
25453
25454  â€“ a gray button with a red label.
25455 \end_layout
25456
25457 \begin_layout Standard
25458 It is recommended that you insert floats as separate standard paragraphs
25459  to avoid possible \SpecialChar LaTeX
25460 -errors that can occur when the surrounding text is specially
25461  formatted.
25462 \end_layout
25463
25464 \begin_layout Standard
25465 Existing figures or tables can be put into a float by highlighting them
25466  and then pressing the corresponding toolbar button for a new float.
25467 \end_layout
25468
25469 \begin_layout Section
25470 Float Types
25471 \end_layout
25472
25473 \begin_layout Standard
25474 Besides figure and table floats that are described in sections
25475 \begin_inset space ~
25476 \end_inset
25477
25478
25479 \begin_inset CommandInset ref
25480 LatexCommand ref
25481 reference "sec:Figure-Floats"
25482
25483 \end_inset
25484
25485  and 
25486 \begin_inset CommandInset ref
25487 LatexCommand ref
25488 reference "sec:Table-Floats"
25489
25490 \end_inset
25491
25492  respectively, \SpecialChar LyX
25493  offers the float types 
25494 \family sans
25495 Algorithm
25496 \family default
25497  and 
25498 \family sans
25499 Wrap
25500 \family default
25501 .
25502  The latter are explained in sec.
25503 \begin_inset space \thinspace{}
25504 \end_inset
25505
25506
25507 \begin_inset CommandInset ref
25508 LatexCommand ref
25509 reference "sec:Wrap-Floats"
25510
25511 \end_inset
25512
25513 .
25514 \end_layout
25515
25516 \begin_layout Subsection
25517 Algorithm Floats
25518 \begin_inset Index idx
25519 status collapsed
25520
25521 \begin_layout Plain Layout
25522 Floats ! Algorithms
25523 \end_layout
25524
25525 \end_inset
25526
25527
25528 \end_layout
25529
25530 \begin_layout Standard
25531 \begin_inset Float algorithm
25532 placement h
25533 wide false
25534 sideways false
25535 status open
25536
25537 \begin_layout Plain Layout
25538 \begin_inset Caption Standard
25539
25540 \begin_layout Plain Layout
25541 \begin_inset CommandInset label
25542 LatexCommand label
25543 name "alg:Example-Algorithm-float"
25544
25545 \end_inset
25546
25547 Example Algorithm float
25548 \end_layout
25549
25550 \end_inset
25551
25552
25553 \end_layout
25554
25555 \begin_layout LyX-Code
25556 for I in 1..N loop
25557 \begin_inset Newline newline
25558 \end_inset
25559
25560  Sum:= Sum + A(I); /*comment*/
25561 \begin_inset Newline newline
25562 \end_inset
25563
25564 end loop
25565 \begin_inset VSpace -4mm
25566 \end_inset
25567
25568
25569 \end_layout
25570
25571 \end_inset
25572
25573
25574 \end_layout
25575
25576 \begin_layout Standard
25577 This float type is inserted with the menu 
25578 \family sans
25579 Insert\SpecialChar menuseparator
25580 Float\SpecialChar menuseparator
25581 Algorithm
25582 \family default
25583 .
25584  It is used for program codes and descriptions of algorithms and can be
25585  seen as an alternative to program code listings that are explained in chapter
25586 \begin_inset space ~
25587 \end_inset
25588
25589
25590 \begin_inset CommandInset ref
25591 LatexCommand ref
25592 reference "cha:Program-Code-Listings"
25593
25594 \end_inset
25595
25596 .
25597  A possible environment for algorithms is the 
25598 \family sans
25599 \SpecialChar LyX
25600  Code
25601 \family default
25602 , described in \SpecialChar LyX
25603 's 
25604 \emph on
25605 Userguide
25606 \emph default
25607 .
25608  Algorithm
25609 \begin_inset space ~
25610 \end_inset
25611
25612
25613 \begin_inset CommandInset ref
25614 LatexCommand ref
25615 reference "alg:Example-Algorithm-float"
25616
25617 \end_inset
25618
25619  is an example of an algorithm float where -4
25620 \begin_inset space \thinspace{}
25621 \end_inset
25622
25623 mm vertical space was added at the end of the float to have the bottom rule
25624  exactly below the last text line.
25625 \end_layout
25626
25627 \begin_layout Standard
25628 The float label is not automatically translated into the document language.
25629  If your document is not in English, you have to do this manually by adding
25630  the following line to the document preamble
25631 \series bold
25632 :
25633 \end_layout
25634
25635 \begin_layout Standard
25636
25637 \series bold
25638
25639 \backslash
25640 floatname{algorithm}{your
25641 \begin_inset space ~
25642 \end_inset
25643
25644 name}
25645 \end_layout
25646
25647 \begin_layout Standard
25648 where 
25649 \family sans
25650 your
25651 \begin_inset space ~
25652 \end_inset
25653
25654 name
25655 \family default
25656  is the word 
25657 \begin_inset Quotes eld
25658 \end_inset
25659
25660
25661 \emph on
25662 algorithm
25663 \emph default
25664
25665 \begin_inset Quotes erd
25666 \end_inset
25667
25668  in your language.
25669 \end_layout
25670
25671 \begin_layout Standard
25672 To insert the list of algorithms you can use the menu 
25673 \family sans
25674 Insert\SpecialChar menuseparator
25675 List
25676 \begin_inset space \thinspace{}
25677 \end_inset
25678
25679 /
25680 \begin_inset space \thinspace{}
25681 \end_inset
25682
25683 TOC\SpecialChar menuseparator
25684 List of Algorithms
25685 \family default
25686  when your document has the same language as \SpecialChar LyX
25687 's menu names.
25688  In other cases use this command in \SpecialChar TeX
25689  Code instead:
25690 \end_layout
25691
25692 \begin_layout Standard
25693
25694 \series bold
25695
25696 \backslash
25697 listof{algorithm}{your
25698 \begin_inset space ~
25699 \end_inset
25700
25701 name}
25702 \end_layout
25703
25704 \begin_layout Standard
25705 where 
25706 \family sans
25707 your
25708 \begin_inset space ~
25709 \end_inset
25710
25711 name
25712 \family default
25713  is the word 
25714 \begin_inset Quotes eld
25715 \end_inset
25716
25717
25718 \emph on
25719 List of Algorithm
25720 \emph default
25721 s
25722 \begin_inset Quotes erd
25723 \end_inset
25724
25725  in your language.
25726 \end_layout
25727
25728 \begin_layout Standard
25729 Algorithm floats are not by default numbered in the scheme 
25730 \begin_inset Quotes eld
25731 \end_inset
25732
25733 chapter.algorithm
25734 \begin_inset Quotes erd
25735 \end_inset
25736
25737  as is the case for table and figure floats in many document-classes.
25738  To number algorithm floats in the same scheme, add this command to your
25739  document preamble:
25740 \end_layout
25741
25742 \begin_layout Standard
25743
25744 \series bold
25745
25746 \backslash
25747 numberwithin{algorithm}{chapter}
25748 \end_layout
25749
25750 \begin_layout Standard
25751 To be able to use the command 
25752 \series bold
25753
25754 \backslash
25755 numberwithin
25756 \series default
25757 , set in the tab 
25758 \family sans
25759 Math
25760 \begin_inset space ~
25761 \end_inset
25762
25763 Options
25764 \family default
25765  in the document settings the option 
25766 \family sans
25767 Use
25768 \begin_inset space ~
25769 \end_inset
25770
25771 AMS
25772 \begin_inset space ~
25773 \end_inset
25774
25775 math
25776 \begin_inset space ~
25777 \end_inset
25778
25779 package
25780 \family default
25781 .
25782 \end_layout
25783
25784 \begin_layout Section
25785 Float Numbering
25786 \begin_inset Index idx
25787 status collapsed
25788
25789 \begin_layout Plain Layout
25790 Floats ! Numbering
25791 \end_layout
25792
25793 \end_inset
25794
25795
25796 \end_layout
25797
25798 \begin_layout Standard
25799 Floats are usually numbered either independently from the sections the floats
25800  are in, or in the scheme 
25801 \begin_inset Quotes eld
25802 \end_inset
25803
25804 chapter.number
25805 \begin_inset Quotes erd
25806 \end_inset
25807
25808  or 
25809 \begin_inset Quotes eld
25810 \end_inset
25811
25812 section.number
25813 \begin_inset Quotes erd
25814 \end_inset
25815
25816 .
25817  This depends on the document class used.
25818 \end_layout
25819
25820 \begin_layout Standard
25821 To change section-independent numbering, you can use this command in the
25822  document preamble:
25823 \end_layout
25824
25825 \begin_layout Standard
25826
25827 \series bold
25828
25829 \backslash
25830 renewcommand{
25831 \backslash
25832 thetable}{
25833 \backslash
25834 roman{table}}
25835 \end_layout
25836
25837 \begin_layout Standard
25838
25839 \series bold
25840
25841 \backslash
25842 thetable
25843 \series default
25844  is the command that prints the table number.
25845  For figure floats, the command would be 
25846 \series bold
25847
25848 \backslash
25849 thefigure
25850 \series default
25851 .
25852  
25853 \series bold
25854
25855 \backslash
25856 roman
25857 \series default
25858  in the command above prints the table number as a small roman number.
25859 \end_layout
25860
25861 \begin_layout Standard
25862 To change the numbering scheme for example to 
25863 \begin_inset Quotes eld
25864 \end_inset
25865
25866 subsection.number
25867 \begin_inset Quotes erd
25868 \end_inset
25869
25870 , use this command in the preamble:
25871 \end_layout
25872
25873 \begin_layout Standard
25874
25875 \series bold
25876
25877 \backslash
25878 numberwithin{table}{subsection}
25879 \end_layout
25880
25881 \begin_layout Standard
25882 To be able to use the command 
25883 \series bold
25884
25885 \backslash
25886 numberwithin
25887 \series default
25888 , set in the tab 
25889 \family sans
25890 Math
25891 \begin_inset space ~
25892 \end_inset
25893
25894 Options
25895 \family default
25896  in the document settings the option 
25897 \family sans
25898 Use
25899 \begin_inset space ~
25900 \end_inset
25901
25902 AMS
25903 \begin_inset space ~
25904 \end_inset
25905
25906 math
25907 \begin_inset space ~
25908 \end_inset
25909
25910 package
25911 \family default
25912 .
25913 \end_layout
25914
25915 \begin_layout Standard
25916 Please also have a look at section
25917 \begin_inset space ~
25918 \end_inset
25919
25920
25921 \begin_inset CommandInset ref
25922 LatexCommand ref
25923 reference "subsec:Footnote-Numbering"
25924
25925 \end_inset
25926
25927  for the details and important notes about the numbering commands.
25928 \end_layout
25929
25930 \begin_layout Section
25931 Referencing Floats
25932 \begin_inset CommandInset label
25933 LatexCommand label
25934 name "sec:Referencing-Floats"
25935
25936 \end_inset
25937
25938
25939 \begin_inset Index idx
25940 status collapsed
25941
25942 \begin_layout Plain Layout
25943 Floats ! References
25944 \end_layout
25945
25946 \end_inset
25947
25948
25949 \begin_inset Index idx
25950 status collapsed
25951
25952 \begin_layout Plain Layout
25953 References ! to Floats
25954 \end_layout
25955
25956 \end_inset
25957
25958
25959 \end_layout
25960
25961 \begin_layout Standard
25962 To reference a float, insert a label into its caption using the menu 
25963 \family sans
25964 Insert\SpecialChar menuseparator
25965 Label
25966 \family default
25967  or the toolbar button 
25968 \begin_inset Info
25969 type  "icon"
25970 arg   "label-insert"
25971 \end_inset
25972
25973 .
25974  A grey label box like this one: 
25975 \begin_inset Graphics
25976         filename clipart/label.png
25977         scaleBeforeRotation
25978
25979 \end_inset
25980
25981  will be inserted and the label window pops up asking for the label text.
25982  \SpecialChar LyX
25983  offers as text the first words of the caption with a prefix.
25984  The prefix depends on the float type, e.
25985 \begin_inset space \thinspace{}
25986 \end_inset
25987
25988 g.
25989 \begin_inset space \space{}
25990 \end_inset
25991
25992 for figure floats the prefix will be "
25993 \family sans
25994 fig:
25995 \family default
25996 ".
25997 \end_layout
25998
25999 \begin_layout Standard
26000 The label is used as anchor and name for the reference.
26001  You can refer to the label using the menu 
26002 \family sans
26003 Insert\SpecialChar menuseparator
26004 Cross-reference
26005 \family default
26006  or the toolbar button 
26007 \begin_inset Info
26008 type  "icon"
26009 arg   "dialog-show-new-inset ref"
26010 \end_inset
26011
26012 .
26013  The cross-reference window appears showing all labels of the document.
26014  If you have multiple \SpecialChar LyX
26015  documents opened, choose the one you are working
26016  on from the drop-list at the top of the dialog.
26017  You can now sort the labels alphabetically and then choose one.
26018  A grey cross-reference box like this one: 
26019 \begin_inset Graphics
26020         filename clipart/reference.png
26021         scaleBeforeRotation
26022
26023 \end_inset
26024
26025  will be inserted.
26026  At the position of the cross-reference box the float number will appear
26027  in the output.
26028 \end_layout
26029
26030 \begin_layout Standard
26031 It is recommended that you use a protected space between the cross-reference
26032  name and its number to avoid line breaks between them.
26033  If a cross-reference refers to a non-existing label, you will see two question
26034  marks in the output instead of the reference.
26035 \end_layout
26036
26037 \begin_layout Standard
26038 You can change labels at any time by clicking on the label box.
26039  References to the changed label will automatically update their links to
26040  the new label text.
26041 \end_layout
26042
26043 \begin_layout Standard
26044 The button 
26045 \family sans
26046 Go
26047 \begin_inset space ~
26048 \end_inset
26049
26050 to
26051 \begin_inset space ~
26052 \end_inset
26053
26054 Label
26055 \family default
26056  in the cross-reference window sets the cursor before the referred label.
26057  The button text changes then to Go
26058 \begin_inset space ~
26059 \end_inset
26060
26061 Back and you can use it to set the cursor back to the cross-reference.
26062 \end_layout
26063
26064 \begin_layout Subsection
26065 Cross-Reference Formats
26066 \begin_inset CommandInset label
26067 LatexCommand label
26068 name "subsec:Cross-Reference-Formats"
26069
26070 \end_inset
26071
26072
26073 \begin_inset Index idx
26074 status collapsed
26075
26076 \begin_layout Plain Layout
26077 References ! Formats
26078 \end_layout
26079
26080 \end_inset
26081
26082
26083 \end_layout
26084
26085 \begin_layout Standard
26086 There are six varieties of cross-references:
26087 \end_layout
26088
26089 \begin_layout Description
26090 <reference>: prints the float number, this is the default: 
26091 \begin_inset CommandInset ref
26092 LatexCommand ref
26093 reference "fig:Two-distorted-images"
26094
26095 \end_inset
26096
26097
26098 \end_layout
26099
26100 \begin_layout Description
26101 (<reference>): prints the float number within two parentheses, this is the
26102  style normally used to reference formulas, especially when the reference
26103  name 
26104 \begin_inset Quotes eld
26105 \end_inset
26106
26107 Equation
26108 \begin_inset Quotes erd
26109 \end_inset
26110
26111  is omitted: 
26112 \begin_inset CommandInset ref
26113 LatexCommand eqref
26114 reference "eq:Wgn"
26115
26116 \end_inset
26117
26118
26119 \end_layout
26120
26121 \begin_layout Description
26122 <page>: prints the page number: Page
26123 \begin_inset space ~
26124 \end_inset
26125
26126
26127 \begin_inset CommandInset ref
26128 LatexCommand pageref
26129 reference "fig:Two-distorted-images"
26130
26131 \end_inset
26132
26133
26134 \end_layout
26135
26136 \begin_layout Description
26137 on
26138 \begin_inset space ~
26139 \end_inset
26140
26141 page
26142 \begin_inset space ~
26143 \end_inset
26144
26145 <page>: prints the text "on page" and the page number: 
26146 \begin_inset CommandInset ref
26147 LatexCommand vpageref
26148 reference "fig:Two-distorted-images"
26149
26150 \end_inset
26151
26152
26153 \end_layout
26154
26155 \begin_layout Description
26156 <reference>
26157 \begin_inset space ~
26158 \end_inset
26159
26160 on
26161 \begin_inset space ~
26162 \end_inset
26163
26164 page
26165 \begin_inset space ~
26166 \end_inset
26167
26168 <page>: prints the float number, the text "on page", and the page number:
26169  
26170 \begin_inset CommandInset ref
26171 LatexCommand vref
26172 reference "fig:Two-distorted-images"
26173
26174 \end_inset
26175
26176
26177 \end_layout
26178
26179 \begin_layout Description
26180 Formatted
26181 \begin_inset space ~
26182 \end_inset
26183
26184 reference: prints a self-defined cross-reference format.
26185 \begin_inset Newline newline
26186 \end_inset
26187
26188
26189 \begin_inset Note Greyedout
26190 status open
26191
26192 \begin_layout Plain Layout
26193
26194 \series bold
26195 Note:
26196 \series default
26197  This feature is only available when you have the \SpecialChar LaTeX
26198 -package 
26199 \series bold
26200 prettyref
26201 \series default
26202  or 
26203 \series bold
26204 refstyle
26205 \series default
26206
26207 \begin_inset Index idx
26208 status collapsed
26209
26210 \begin_layout Plain Layout
26211 \SpecialChar LaTeX
26212 -packages ! prettyref
26213 \end_layout
26214
26215 \end_inset
26216
26217
26218 \begin_inset Index idx
26219 status collapsed
26220
26221 \begin_layout Plain Layout
26222 \SpecialChar LaTeX
26223 -packages ! refstyle
26224 \end_layout
26225
26226 \end_inset
26227
26228  installed.
26229 \end_layout
26230
26231 \end_inset
26232
26233
26234 \begin_inset Newline newline
26235 \end_inset
26236
26237 You can select which \SpecialChar LaTeX
26238 -package should be used for this feature by setting
26239  the option 
26240 \family sans
26241 Use refstyle (not prettyref) for cross-references
26242 \family default
26243  in the menu 
26244 \family sans
26245 Document\SpecialChar menuseparator
26246 Settings\SpecialChar menuseparator
26247 Document Class
26248 \family default
26249 .
26250  The format is specified by adding the command 
26251 \series bold
26252
26253 \backslash
26254 newrefformat
26255 \series default
26256  (prettyref) or 
26257 \series bold
26258
26259 \backslash
26260 newref
26261 \series default
26262  (refstyle) to the preamble of the document.
26263  For example redefining all references to figures (which have the label
26264  shortcut 
26265 \begin_inset Quotes eld
26266 \end_inset
26267
26268
26269 \family sans
26270 fig
26271 \family default
26272
26273 \begin_inset Quotes erd
26274 \end_inset
26275
26276 ) can be done with this command
26277 \begin_inset Newline newline
26278 \end_inset
26279
26280
26281 \series bold
26282
26283 \backslash
26284 newref{fig}{refcmd={Image on page 
26285 \backslash
26286 pageref{#1}}}
26287 \series default
26288
26289 \begin_inset Newline newline
26290 \end_inset
26291
26292 For more information about the format, have a look at the package documentations
26293
26294 \begin_inset CommandInset citation
26295 LatexCommand cite
26296 key "prettyref,refstyle"
26297 literal "true"
26298
26299 \end_inset
26300
26301 .
26302 \change_inserted 424524441 1483414725
26303
26304 \begin_inset Newline newline
26305 \end_inset
26306
26307 The `Plural' and `Capitalized' options will be available with formatted
26308  references only if you are using the 
26309 \series bold
26310 refstyle
26311 \series default
26312  package.
26313  See its documentation, again, for more information.
26314 \change_unchanged
26315
26316 \end_layout
26317
26318 \begin_layout Description
26319 Textual
26320 \begin_inset space ~
26321 \end_inset
26322
26323 reference: prints the caption of the reference: 
26324 \begin_inset CommandInset ref
26325 LatexCommand nameref
26326 reference "fig:Two-distorted-images"
26327
26328 \end_inset
26329
26330
26331 \change_inserted 424524441 1483414735
26332
26333 \end_layout
26334
26335 \begin_layout Description
26336
26337 \change_inserted 424524441 1483817911
26338 Label
26339 \begin_inset space ~
26340 \end_inset
26341
26342 only: prints only the \SpecialChar LaTeX
26343  label for the reference.
26344  This allows for customization, using ERT, if you want to issue a command
26345  that LyX does not support.
26346  If you are using 
26347 \series bold
26348 refstyle
26349 \series default
26350 , then you may want to use the 
26351 \begin_inset Quotes eld
26352 \end_inset
26353
26354 No prefix
26355 \begin_inset Quotes erd
26356 \end_inset
26357
26358  option, which will output only the part of the reference following the
26359  
26360 \begin_inset Quotes eld
26361 \end_inset
26362
26363 :
26364 \begin_inset Quotes erd
26365 \end_inset
26366
26367  separator.
26368  This is the form needed for, e.g., 
26369 \series bold
26370 refstyle
26371 \series default
26372 's range commands.
26373 \change_unchanged
26374
26375 \end_layout
26376
26377 \begin_layout Standard
26378
26379 \family sans
26380 <page>
26381 \family default
26382  will not print the page number if the label is on the previous, the same,
26383  or the next page.
26384  You will e.
26385 \begin_inset space \thinspace{}
26386 \end_inset
26387
26388 g.
26389 \begin_inset space \space{}
26390 \end_inset
26391
26392 see the text 
26393 \begin_inset Quotes eld
26394 \end_inset
26395
26396
26397 \family sans
26398 on this page
26399 \family default
26400
26401 \begin_inset Quotes erd
26402 \end_inset
26403
26404  instead.
26405  The style 
26406 \family sans
26407 <reference> on page <page>
26408 \family default
26409  will not print anything about the page if the label is on the same page.
26410 \end_layout
26411
26412 \begin_layout Standard
26413 The number and current page of the part of the document referred to in the
26414  output is automatically calculated by \SpecialChar LaTeX
26415 .
26416  The varieties are adjusted in the field 
26417 \family sans
26418 Format
26419 \family default
26420  of the cross-reference window that appears when you click on the cross-referenc
26421 e box.
26422 \end_layout
26423
26424 \begin_layout Standard
26425 \begin_inset Note Greyedout
26426 status open
26427
26428 \begin_layout Plain Layout
26429
26430 \series bold
26431 Note:
26432 \series default
26433  It is recommended to use the \SpecialChar LaTeX
26434 -package 
26435 \series bold
26436 refstyle
26437 \series default
26438
26439 \begin_inset Index idx
26440 status collapsed
26441
26442 \begin_layout Plain Layout
26443 \SpecialChar LaTeX
26444 -packages ! refstyle
26445 \end_layout
26446
26447 \end_inset
26448
26449  because 
26450 \series bold
26451 prettyref
26452 \series default
26453
26454 \begin_inset Index idx
26455 status collapsed
26456
26457 \begin_layout Plain Layout
26458 \SpecialChar LaTeX
26459 -packages ! prettyref
26460 \end_layout
26461
26462 \end_inset
26463
26464  does not know all of \SpecialChar LyX
26465 's possible label shortcuts
26466 \begin_inset Foot
26467 status collapsed
26468
26469 \begin_layout Plain Layout
26470 \begin_inset Quotes eld
26471 \end_inset
26472
26473 fig:
26474 \begin_inset Quotes erd
26475 \end_inset
26476
26477  is for example \SpecialChar LyX
26478 's shortcut for labels in figure captions.
26479 \end_layout
26480
26481 \end_inset
26482
26483  and is not internationalized.
26484 \end_layout
26485
26486 \end_inset
26487
26488
26489 \end_layout
26490
26491 \begin_layout Subsection
26492 Automatic Reference Naming
26493 \begin_inset Index idx
26494 status collapsed
26495
26496 \begin_layout Plain Layout
26497 References ! Automatic Reference Naming
26498 \end_layout
26499
26500 \end_inset
26501
26502
26503 \end_layout
26504
26505 \begin_layout Standard
26506 The \SpecialChar LaTeX
26507 -package 
26508 \series bold
26509 hyperref
26510 \series default
26511
26512 \begin_inset Index idx
26513 status collapsed
26514
26515 \begin_layout Plain Layout
26516 \SpecialChar LaTeX
26517 -packages ! hyperref
26518 \end_layout
26519
26520 \end_inset
26521
26522 , that is enabled in the 
26523 \family sans
26524 PDF Properties
26525 \family default
26526  of the 
26527 \family sans
26528 Document Settings
26529 \family default
26530  dialog, provides a very useful feature that cross-references automatically
26531  include the name of the referenced floats (or text parts like 
26532 \emph on
26533 section
26534 \emph default
26535 ).
26536  So you will save having to write e.
26537 \begin_inset space \thinspace{}
26538 \end_inset
26539
26540 g.
26541 \begin_inset space \space{}
26542 \end_inset
26543
26544 the name 
26545 \begin_inset Quotes eld
26546 \end_inset
26547
26548 Figure
26549 \begin_inset Quotes erd
26550 \end_inset
26551
26552  before every reference to a figure.
26553  To use this feature, enable 
26554 \series bold
26555 hyperref
26556 \series default
26557  and insert this line to the \SpecialChar LaTeX
26558  preamble:
26559 \end_layout
26560
26561 \begin_layout Standard
26562
26563 \series bold
26564
26565 \backslash
26566 AtBeginDocument{
26567 \backslash
26568 renewcommand{
26569 \backslash
26570 ref}[1]{
26571 \backslash
26572 mbox{
26573 \backslash
26574 autoref{#1}}}}
26575 \end_layout
26576
26577 \begin_layout Standard
26578 When you prefer other reference names than the default ones, for example
26579  you want instead of 
26580 \begin_inset Quotes eld
26581 \end_inset
26582
26583 section
26584 \begin_inset Quotes erd
26585 \end_inset
26586
26587  the name 
26588 \begin_inset Quotes eld
26589 \end_inset
26590
26591 sec.
26592 \begin_inset space \thinspace{}
26593 \end_inset
26594
26595
26596 \begin_inset Quotes eld
26597 \end_inset
26598
26599 , you can redefine the name by inserting this in the preamble:
26600 \end_layout
26601
26602 \begin_layout Standard
26603
26604 \series bold
26605
26606 \backslash
26607 addto
26608 \backslash
26609 extrasenglish{
26610 \backslash
26611 renewcommand{
26612 \backslash
26613 sectionautorefname}
26614 \begin_inset Newline newline
26615 \end_inset
26616
26617
26618 \begin_inset Phantom HPhantom
26619 status open
26620
26621 \begin_layout Plain Layout
26622
26623 \series bold
26624 \begin_inset space ~
26625 \end_inset
26626
26627
26628 \end_layout
26629
26630 \end_inset
26631
26632 {sec.
26633 \backslash
26634 negthinspace}}
26635 \end_layout
26636
26637 \begin_layout Standard
26638 When you are using another document language than English, replace
26639 \begin_inset Newline newline
26640 \end_inset
26641
26642
26643 \series bold
26644
26645 \backslash
26646 extrasenglish
26647 \series default
26648  by 
26649 \series bold
26650
26651 \backslash
26652 extras***
26653 \series default
26654 , where *** is the name of the language used.
26655 \end_layout
26656
26657 \begin_layout Standard
26658 To get automatic names, but not for certain reference types, for example
26659  not for equations, use this preamble code:
26660 \end_layout
26661
26662 \begin_layout Standard
26663
26664 \series bold
26665
26666 \backslash
26667 addto
26668 \backslash
26669 extrasenglish{
26670 \backslash
26671 renewcommand*{
26672 \backslash
26673 equationautorefname}[1]{}}
26674 \end_layout
26675
26676 \begin_layout Standard
26677 More about this topic can be found in 
26678 \series bold
26679 hyperref
26680 \series default
26681 's documentation 
26682 \begin_inset CommandInset citation
26683 LatexCommand cite
26684 key "hyperref"
26685 literal "true"
26686
26687 \end_inset
26688
26689 .
26690 \end_layout
26691
26692 \begin_layout Standard
26693 \begin_inset Note Greyedout
26694 status open
26695
26696 \begin_layout Plain Layout
26697
26698 \series bold
26699 Note:
26700 \series default
26701  Automatic reference naming cannot be used when you use cross-references
26702  in the 
26703 \family sans
26704 Formatted
26705 \begin_inset space ~
26706 \end_inset
26707
26708 reference
26709 \family default
26710  style, as described in section
26711 \begin_inset space ~
26712 \end_inset
26713
26714
26715 \begin_inset CommandInset ref
26716 LatexCommand ref
26717 reference "subsec:Cross-Reference-Formats"
26718
26719 \end_inset
26720
26721 .
26722 \end_layout
26723
26724 \end_inset
26725
26726
26727 \end_layout
26728
26729 \begin_layout Standard
26730 The 
26731 \emph on
26732 Math
26733 \emph default
26734  manual is an example where automatic reference naming is used.
26735 \end_layout
26736
26737 \begin_layout Subsection
26738 Reference Position
26739 \begin_inset CommandInset label
26740 LatexCommand label
26741 name "subsec:Reference-Position"
26742
26743 \end_inset
26744
26745
26746 \begin_inset Index idx
26747 status collapsed
26748
26749 \begin_layout Plain Layout
26750 References ! Reference Position
26751 \end_layout
26752
26753 \end_inset
26754
26755
26756 \end_layout
26757
26758 \begin_layout Standard
26759 If you use 
26760 \series bold
26761 hyperref
26762 \series default
26763
26764 \begin_inset Index idx
26765 status collapsed
26766
26767 \begin_layout Plain Layout
26768 \SpecialChar LaTeX
26769 -packages ! hyperref
26770 \end_layout
26771
26772 \end_inset
26773
26774  in the 
26775 \family sans
26776 PDF Properties
26777 \family default
26778  of the 
26779 \family sans
26780 Document Settings
26781 \family default
26782  dialog to link cross-references in the output, you will see that clicking
26783  on an image float reference jumps to the image label.
26784  The caption will be the first text part on the screen, so that you cannot
26785  see the image without scrolling.
26786  This is because the reference link anchor is placed at the position of
26787  the label.
26788  With the use of the package 
26789 \series bold
26790 hypcap
26791 \series default
26792
26793 \begin_inset Index idx
26794 status collapsed
26795
26796 \begin_layout Plain Layout
26797 \SpecialChar LaTeX
26798 -packages ! hypcap
26799 \end_layout
26800
26801 \end_inset
26802
26803 , which is part of the \SpecialChar LaTeX
26804 -package 
26805 \series bold
26806 oberdiek
26807 \series default
26808
26809 \begin_inset Index idx
26810 status collapsed
26811
26812 \begin_layout Plain Layout
26813 \SpecialChar LaTeX
26814 -packages ! oberdiek
26815 \end_layout
26816
26817 \end_inset
26818
26819 , the link anchor is placed at the beginning of a float.
26820  To use this feature for figure floats, load 
26821 \series bold
26822 hypcap
26823 \series default
26824  in the document preamble with the line
26825 \end_layout
26826
26827 \begin_layout Standard
26828
26829 \series bold
26830
26831 \backslash
26832 usepackage[figure]{hypcap}
26833 \end_layout
26834
26835 \begin_layout Standard
26836 You can also use 
26837 \series bold
26838 hypcap
26839 \series default
26840  for all float types but this is not recommended for stability reasons.
26841  For more information, have a look at 
26842 \series bold
26843 hypcap
26844 \series default
26845 's manual 
26846 \begin_inset CommandInset citation
26847 LatexCommand cite
26848 key "hypcap"
26849 literal "true"
26850
26851 \end_inset
26852
26853 .
26854 \end_layout
26855
26856 \begin_layout Standard
26857 \begin_inset Note Greyedout
26858 status open
26859
26860 \begin_layout Plain Layout
26861
26862 \series bold
26863 Note:
26864 \series default
26865  
26866 \series bold
26867 hypcap
26868 \series default
26869  has no effect on references to subfigures.
26870 \end_layout
26871
26872 \end_inset
26873
26874
26875 \end_layout
26876
26877 \begin_layout Section
26878 Float Placement
26879 \begin_inset CommandInset label
26880 LatexCommand label
26881 name "sec:Float-Placement"
26882
26883 \end_inset
26884
26885
26886 \begin_inset Index idx
26887 status collapsed
26888
26889 \begin_layout Plain Layout
26890 Floats ! Placement
26891 \end_layout
26892
26893 \end_inset
26894
26895
26896 \end_layout
26897
26898 \begin_layout Standard
26899 Right-clicking on a float-box and clicking on 
26900 \family sans
26901 Settings
26902 \family default
26903  opens a dialog where you can alter the placement options that \SpecialChar LaTeX
26904  uses for
26905  positioning the float.
26906 \begin_inset Newline newline
26907 \end_inset
26908
26909 The option 
26910 \family sans
26911 Span
26912 \begin_inset space ~
26913 \end_inset
26914
26915 columns
26916 \family default
26917  is only useful for two-column documents: If you select it, the float will
26918  span both columns on the page instead of being confined to just one.
26919 \begin_inset Newline newline
26920 \end_inset
26921
26922 The option 
26923 \family sans
26924 Rotate
26925 \begin_inset space ~
26926 \end_inset
26927
26928 sideways
26929 \family default
26930  is used to rotate floats, see section 
26931 \begin_inset CommandInset ref
26932 LatexCommand ref
26933 reference "sec:Rotated-Floats"
26934
26935 \end_inset
26936
26937 .
26938 \end_layout
26939
26940 \begin_layout Standard
26941 You can use one or more of the following options in the float dialog to
26942  set the placement for a particular float when you uncheck the option 
26943 \family sans
26944 Use
26945 \begin_inset space ~
26946 \end_inset
26947
26948 default
26949 \begin_inset space ~
26950 \end_inset
26951
26952 placement
26953 \family default
26954 :
26955 \end_layout
26956
26957 \begin_layout Description
26958 Here
26959 \begin_inset space ~
26960 \end_inset
26961
26962 if
26963 \begin_inset space ~
26964 \end_inset
26965
26966 possible try to place the float on the position where it has been inserted
26967 \end_layout
26968
26969 \begin_layout Description
26970 Top
26971 \begin_inset space ~
26972 \end_inset
26973
26974 of
26975 \begin_inset space ~
26976 \end_inset
26977
26978 page try to place the float at the top of the current page
26979 \end_layout
26980
26981 \begin_layout Description
26982 Bottom
26983 \begin_inset space ~
26984 \end_inset
26985
26986 of
26987 \begin_inset space ~
26988 \end_inset
26989
26990 page try to place the float at the bottom of the current page
26991 \end_layout
26992
26993 \begin_layout Description
26994 Page
26995 \begin_inset space ~
26996 \end_inset
26997
26998 of
26999 \begin_inset space ~
27000 \end_inset
27001
27002 floats try to place the float on its own page
27003 \end_layout
27004
27005 \begin_layout Standard
27006 The order of the above option is 
27007 \emph on
27008 always
27009 \emph default
27010  used by \SpecialChar LaTeX
27011 .
27012  That means, if you use the default placement, \SpecialChar LaTeX
27013  will first try out 
27014 \family sans
27015 Here
27016 \begin_inset space ~
27017 \end_inset
27018
27019 if
27020 \begin_inset space ~
27021 \end_inset
27022
27023 possible
27024 \family default
27025 , then 
27026 \family sans
27027 Top
27028 \begin_inset space ~
27029 \end_inset
27030
27031 of
27032 \begin_inset space ~
27033 \end_inset
27034
27035 page
27036 \family default
27037 , and then the others.
27038  If you do not use the default, \SpecialChar LaTeX
27039  will try only the checked options but in
27040  the same order.
27041  If none of the 4
27042 \begin_inset space ~
27043 \end_inset
27044
27045 placements is possible the procedure is internally repeated trying to put
27046  the float on the following page.
27047 \end_layout
27048
27049 \begin_layout Standard
27050 By default, each option has its own rules:
27051 \end_layout
27052
27053 \begin_layout Labeling
27054 \labelwidthstring 00.00.0000
27055
27056 \family sans
27057 Top
27058 \begin_inset space ~
27059 \end_inset
27060
27061 of
27062 \begin_inset space ~
27063 \end_inset
27064
27065 page
27066 \family default
27067  only floats occupying less than 70
27068 \begin_inset space \thinspace{}
27069 \end_inset
27070
27071 % of the page can be placed at the top of a page (
27072 \series bold
27073
27074 \backslash
27075 topfraction
27076 \series default
27077 )
27078 \end_layout
27079
27080 \begin_layout Labeling
27081 \labelwidthstring 00.00.0000
27082
27083 \family sans
27084 Bottom
27085 \begin_inset space ~
27086 \end_inset
27087
27088 of
27089 \begin_inset space ~
27090 \end_inset
27091
27092 page
27093 \family default
27094 : only floats occupying less than 30
27095 \begin_inset space \thinspace{}
27096 \end_inset
27097
27098 % of the page can be placed at the bottom of a page.
27099  (
27100 \series bold
27101
27102 \backslash
27103 bottomfraction
27104 \series default
27105 )
27106 \end_layout
27107
27108 \begin_layout Labeling
27109 \labelwidthstring 00.00.0000
27110
27111 \family sans
27112 Page
27113 \begin_inset space ~
27114 \end_inset
27115
27116 of
27117 \begin_inset space ~
27118 \end_inset
27119
27120 floats
27121 \family default
27122 : only if more than 50
27123 \begin_inset space \thinspace{}
27124 \end_inset
27125
27126 % of the page is occupied by floats, several floats can be set together
27127  on a page.
27128  (
27129 \series bold
27130
27131 \backslash
27132 floatpagefraction
27133 \series default
27134 )
27135 \end_layout
27136
27137 \begin_layout Standard
27138 If you don't like these rules, you can ignore them by using the additional
27139  option 
27140 \family sans
27141 Ignore
27142 \begin_inset space ~
27143 \end_inset
27144
27145 \SpecialChar LaTeX
27146
27147 \begin_inset space ~
27148 \end_inset
27149
27150 rules
27151 \family default
27152 .
27153 \begin_inset Newline newline
27154 \end_inset
27155
27156 You can also redefine the rules with \SpecialChar LaTeX
27157 -commands that are given in parentheses
27158  after the rules description above.
27159  To increase for example the often too small default of the bottom-rule
27160  to 50
27161 \begin_inset space \thinspace{}
27162 \end_inset
27163
27164 % of the page, add this line to your document preamble:
27165 \end_layout
27166
27167 \begin_layout Standard
27168
27169 \series bold
27170
27171 \backslash
27172 renewcommand{
27173 \backslash
27174 bottomfraction}{0.5}
27175 \end_layout
27176
27177 \begin_layout Standard
27178 Sometimes you might need, under all circumstances, a float to be placed
27179  exactly at the position where it is inserted.
27180  For this case you can use the option 
27181 \family sans
27182 Here
27183 \begin_inset space ~
27184 \end_inset
27185
27186 definitely
27187 \family default
27188 .
27189  Use this option very rarely and only if the document is almost ready to
27190  be printed, because the float is then no longer able to 
27191 \begin_inset Quotes eld
27192 \end_inset
27193
27194 float
27195 \begin_inset Quotes erd
27196 \end_inset
27197
27198  when you change your document and this will often destroy the page layout.
27199 \end_layout
27200
27201 \begin_layout Standard
27202 There are no placement options for text wrap floats, because they are always
27203  surrounded by the text of a certain paragraph.
27204 \begin_inset VSpace bigskip
27205 \end_inset
27206
27207
27208 \end_layout
27209
27210 \begin_layout Standard
27211 Sometimes you have the problem that a float is placed at the top of a page
27212  while its corresponding section starts at the middle of the page, so that
27213  the reader could think the float is part of the previous section.
27214  To avoid this the \SpecialChar LaTeX
27215 -command 
27216 \series bold
27217
27218 \backslash
27219 suppressfloats
27220 \series default
27221  can be used.
27222  It suppresses a given float placement for the page where it is inserted
27223  and can therefore be used to avoid floats being set before a section starts.
27224  To get this, add these commands to your document preamble:
27225 \end_layout
27226
27227 \begin_layout Standard
27228
27229 \series bold
27230
27231 \backslash
27232 let
27233 \backslash
27234 mySection
27235 \backslash
27236 section
27237 \begin_inset Newline newline
27238 \end_inset
27239
27240
27241 \backslash
27242 renewcommand{
27243 \backslash
27244 section}{
27245 \backslash
27246 suppressfloats[t]
27247 \backslash
27248 mySection}
27249 \end_layout
27250
27251 \begin_layout Standard
27252 You can define the same for all section headings, like chapters and subsections.
27253  This definition is not recommended to be used for small text parts like
27254  subsubsections because \SpecialChar LaTeX
27255  may then have problems finding a suitable placement.
27256 \end_layout
27257
27258 \begin_layout Standard
27259 \begin_inset VSpace bigskip
27260 \end_inset
27261
27262 In some cases it is required to have all figures/tables at the end of the
27263  document.
27264  For this purpose the \SpecialChar LaTeX
27265 -package 
27266 \series bold
27267 endfloat
27268 \series default
27269
27270 \begin_inset Index idx
27271 status collapsed
27272
27273 \begin_layout Plain Layout
27274 \SpecialChar LaTeX
27275 -packages ! endfloat
27276 \end_layout
27277
27278 \end_inset
27279
27280  was developed.
27281  It puts all figure and table floats at the end of the document into their
27282  own sections.
27283  At the original float position a text hint like 
27284 \begin_inset Quotes eld
27285 \end_inset
27286
27287
27288 \family sans
27289 [Figure
27290 \begin_inset space ~
27291 \end_inset
27292
27293 3.2 about here.]
27294 \family default
27295
27296 \begin_inset Quotes erd
27297 \end_inset
27298
27299  is inserted.
27300  The endfloat-package is loaded in the preamble with the line
27301 \end_layout
27302
27303 \begin_layout Standard
27304
27305 \series bold
27306
27307 \backslash
27308 usepackage[options]{endfloat}
27309 \end_layout
27310
27311 \begin_layout Standard
27312 There are various package options to format the created figure/table sections.
27313  For more information we refer you to the 
27314 \series bold
27315 endfloat
27316 \series default
27317  documentation 
27318 \begin_inset CommandInset citation
27319 LatexCommand cite
27320 key "endfloat"
27321 literal "true"
27322
27323 \end_inset
27324
27325 .
27326 \begin_inset Newline newline
27327 \end_inset
27328
27329
27330 \begin_inset Note Greyedout
27331 status open
27332
27333 \begin_layout Plain Layout
27334
27335 \series bold
27336 Note: endfloat
27337 \series default
27338  doesn't provide an automatic translation for the text hint, you have to
27339  do this manually, see section
27340 \begin_inset space ~
27341 \end_inset
27342
27343 4 in 
27344 \begin_inset CommandInset citation
27345 LatexCommand cite
27346 key "endfloat"
27347 literal "true"
27348
27349 \end_inset
27350
27351 .
27352 \end_layout
27353
27354 \end_inset
27355
27356
27357 \begin_inset Newline newline
27358 \end_inset
27359
27360
27361 \begin_inset Note Greyedout
27362 status open
27363
27364 \begin_layout Plain Layout
27365
27366 \series bold
27367 Note:
27368 \series default
27369  There is currently a bug in 
27370 \series bold
27371 endfloat
27372 \series default
27373  when the caption contains a German 
27374 \begin_inset Quotes eld
27375 \end_inset
27376
27377 ß
27378 \begin_inset Quotes erd
27379 \end_inset
27380
27381 .
27382  Use in this case the command 
27383 \begin_inset Quotes eld
27384 \end_inset
27385
27386
27387 \series bold
27388
27389 \backslash
27390 ss
27391 \series default
27392
27393 \begin_inset Quotes erd
27394 \end_inset
27395
27396  in \SpecialChar TeX
27397  Code instead of 
27398 \begin_inset Quotes eld
27399 \end_inset
27400
27401 ß
27402 \begin_inset Quotes erd
27403 \end_inset
27404
27405 .
27406 \end_layout
27407
27408 \end_inset
27409
27410
27411 \end_layout
27412
27413 \begin_layout Standard
27414 \begin_inset VSpace bigskip
27415 \end_inset
27416
27417 For more details about float placements, have a look at \SpecialChar LaTeX
27418  books, 
27419 \begin_inset CommandInset citation
27420 LatexCommand cite
27421 key "latexcompanion,latexguide,latexbook"
27422 literal "true"
27423
27424 \end_inset
27425
27426 .
27427 \end_layout
27428
27429 \begin_layout Section
27430 Rotated Floats
27431 \begin_inset CommandInset label
27432 LatexCommand label
27433 name "sec:Rotated-Floats"
27434
27435 \end_inset
27436
27437
27438 \begin_inset Index idx
27439 status collapsed
27440
27441 \begin_layout Plain Layout
27442 Floats ! Rotating
27443 \end_layout
27444
27445 \end_inset
27446
27447
27448 \end_layout
27449
27450 \begin_layout Standard
27451 Especially for wide tables you might have floats rotated.
27452  To rotate a whole float including the caption, right-click on the float-box
27453  and use the option 
27454 \family sans
27455 Rotate
27456 \begin_inset space ~
27457 \end_inset
27458
27459 sideways
27460 \family default
27461 .
27462 \end_layout
27463
27464 \begin_layout Standard
27465 Rotated floats are always placed on a page of their own (or column of their
27466  own; in case you have a multi-column document).
27467  You can let them span several columns using the float settings option 
27468 \family sans
27469 Span
27470 \begin_inset space ~
27471 \end_inset
27472
27473 columns
27474 \family default
27475 .
27476  Floats are rotated so that you can read them from the outside margin.
27477  To force a certain rotation direction for all pages, you can add either
27478  the option 
27479 \series bold
27480 figuresleft
27481 \series default
27482  or 
27483 \series bold
27484 figuresright
27485 \series default
27486  to the document class options.
27487 \end_layout
27488
27489 \begin_layout Standard
27490 Referencing rotated floats is the same as for normal floats, the caption
27491  format is also the same: Table
27492 \begin_inset space ~
27493 \end_inset
27494
27495
27496 \begin_inset CommandInset ref
27497 LatexCommand ref
27498 reference "tab:Rotated-table"
27499
27500 \end_inset
27501
27502  is an example of a rotated table float.
27503 \end_layout
27504
27505 \begin_layout Standard
27506 \begin_inset Note Greyedout
27507 status open
27508
27509 \begin_layout Plain Layout
27510
27511 \series bold
27512 Note:
27513 \series default
27514  Not all DVI-viewers are able to display rotated floats.
27515 \end_layout
27516
27517 \end_inset
27518
27519
27520 \end_layout
27521
27522 \begin_layout Standard
27523 \begin_inset Float table
27524 wide false
27525 sideways true
27526 status open
27527
27528 \begin_layout Plain Layout
27529 \begin_inset Caption Standard
27530
27531 \begin_layout Plain Layout
27532 \begin_inset CommandInset label
27533 LatexCommand label
27534 name "tab:Rotated-table"
27535
27536 \end_inset
27537
27538  Rotated table
27539 \end_layout
27540
27541 \end_inset
27542
27543
27544 \end_layout
27545
27546 \begin_layout Plain Layout
27547 \align center
27548 \begin_inset Tabular
27549 <lyxtabular version="3" rows="1" columns="5">
27550 <features tabularvalignment="middle">
27551 <column alignment="center" valignment="top">
27552 <column alignment="center" valignment="top">
27553 <column alignment="center" valignment="top">
27554 <column alignment="center" valignment="top">
27555 <column alignment="center" valignment="top">
27556 <row>
27557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27558 \begin_inset Text
27559
27560 \begin_layout Plain Layout
27561 test
27562 \end_layout
27563
27564 \end_inset
27565 </cell>
27566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27567 \begin_inset Text
27568
27569 \begin_layout Plain Layout
27570 b
27571 \end_layout
27572
27573 \end_inset
27574 </cell>
27575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27576 \begin_inset Text
27577
27578 \begin_layout Plain Layout
27579 c
27580 \end_layout
27581
27582 \end_inset
27583 </cell>
27584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27585 \begin_inset Text
27586
27587 \begin_layout Plain Layout
27588 d
27589 \end_layout
27590
27591 \end_inset
27592 </cell>
27593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27594 \begin_inset Text
27595
27596 \begin_layout Plain Layout
27597 e
27598 \end_layout
27599
27600 \end_inset
27601 </cell>
27602 </row>
27603 </lyxtabular>
27604
27605 \end_inset
27606
27607
27608 \end_layout
27609
27610 \end_inset
27611
27612
27613 \end_layout
27614
27615 \begin_layout Section
27616 Subfloats
27617 \begin_inset Index idx
27618 status collapsed
27619
27620 \begin_layout Plain Layout
27621 Floats ! Subfloats
27622 \end_layout
27623
27624 \end_inset
27625
27626
27627 \end_layout
27628
27629 \begin_layout Standard
27630 Subfloats are for example used when a figure consists of several images.
27631  They are created by inserting a float into an existing float.
27632  The placement of the subfloats can be controlled in the same way as for
27633  paragraphs as shown in table
27634 \begin_inset space ~
27635 \end_inset
27636
27637
27638 \begin_inset CommandInset ref
27639 LatexCommand ref
27640 reference "tab:Two-subtables-side"
27641
27642 \end_inset
27643
27644  and 
27645 \begin_inset CommandInset ref
27646 LatexCommand ref
27647 reference "tab:Two-subtables-upon"
27648
27649 \end_inset
27650
27651 .
27652 \end_layout
27653
27654 \begin_layout Standard
27655 Referencing subfloats works as for normal floats: Table
27656 \begin_inset space ~
27657 \end_inset
27658
27659
27660 \begin_inset CommandInset ref
27661 LatexCommand ref
27662 reference "tab:This-is-subtable-a"
27663
27664 \end_inset
27665
27666  and 
27667 \begin_inset CommandInset ref
27668 LatexCommand ref
27669 reference "tab:This-is-subtable-b"
27670
27671 \end_inset
27672
27673  are subtables of table
27674 \begin_inset space ~
27675 \end_inset
27676
27677
27678 \begin_inset CommandInset ref
27679 LatexCommand ref
27680 reference "tab:Two-subtables-side"
27681
27682 \end_inset
27683
27684 .
27685 \end_layout
27686
27687 \begin_layout Standard
27688 \begin_inset Float table
27689 wide false
27690 sideways false
27691 status open
27692
27693 \begin_layout Plain Layout
27694 \begin_inset Caption Standard
27695
27696 \begin_layout Plain Layout
27697 \begin_inset CommandInset label
27698 LatexCommand label
27699 name "tab:Two-subtables-side"
27700
27701 \end_inset
27702
27703 Two subtables placed side by side.
27704 \end_layout
27705
27706 \end_inset
27707
27708
27709 \end_layout
27710
27711 \begin_layout Plain Layout
27712 \align center
27713 \begin_inset space \hfill{}
27714 \end_inset
27715
27716
27717 \begin_inset Float table
27718 wide false
27719 sideways false
27720 status collapsed
27721
27722 \begin_layout Plain Layout
27723 \begin_inset Caption Standard
27724
27725 \begin_layout Plain Layout
27726 \begin_inset CommandInset label
27727 LatexCommand label
27728 name "tab:This-is-subtable-a"
27729
27730 \end_inset
27731
27732 This is subtable a.
27733 \end_layout
27734
27735 \end_inset
27736
27737
27738 \end_layout
27739
27740 \begin_layout Plain Layout
27741 \align center
27742 \begin_inset Tabular
27743 <lyxtabular version="3" rows="1" columns="5">
27744 <features tabularvalignment="middle">
27745 <column alignment="center" valignment="top">
27746 <column alignment="center" valignment="top">
27747 <column alignment="center" valignment="top">
27748 <column alignment="center" valignment="top">
27749 <column alignment="center" valignment="top">
27750 <row>
27751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27752 \begin_inset Text
27753
27754 \begin_layout Plain Layout
27755 test
27756 \end_layout
27757
27758 \end_inset
27759 </cell>
27760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27761 \begin_inset Text
27762
27763 \begin_layout Plain Layout
27764 b
27765 \end_layout
27766
27767 \end_inset
27768 </cell>
27769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27770 \begin_inset Text
27771
27772 \begin_layout Plain Layout
27773 c
27774 \end_layout
27775
27776 \end_inset
27777 </cell>
27778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27779 \begin_inset Text
27780
27781 \begin_layout Plain Layout
27782 d
27783 \end_layout
27784
27785 \end_inset
27786 </cell>
27787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27788 \begin_inset Text
27789
27790 \begin_layout Plain Layout
27791 e
27792 \end_layout
27793
27794 \end_inset
27795 </cell>
27796 </row>
27797 </lyxtabular>
27798
27799 \end_inset
27800
27801
27802 \end_layout
27803
27804 \end_inset
27805
27806
27807 \begin_inset space \hfill{}
27808 \end_inset
27809
27810
27811 \begin_inset Float table
27812 wide false
27813 sideways false
27814 status collapsed
27815
27816 \begin_layout Plain Layout
27817 \begin_inset Caption Standard
27818
27819 \begin_layout Plain Layout
27820 \begin_inset CommandInset label
27821 LatexCommand label
27822 name "tab:This-is-subtable-b"
27823
27824 \end_inset
27825
27826 This is subtable b.
27827 \end_layout
27828
27829 \end_inset
27830
27831
27832 \end_layout
27833
27834 \begin_layout Plain Layout
27835 \align center
27836 \begin_inset Tabular
27837 <lyxtabular version="3" rows="1" columns="5">
27838 <features tabularvalignment="middle">
27839 <column alignment="center" valignment="top">
27840 <column alignment="center" valignment="top">
27841 <column alignment="center" valignment="top">
27842 <column alignment="center" valignment="top">
27843 <column alignment="center" valignment="top">
27844 <row>
27845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27846 \begin_inset Text
27847
27848 \begin_layout Plain Layout
27849 e
27850 \end_layout
27851
27852 \end_inset
27853 </cell>
27854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27855 \begin_inset Text
27856
27857 \begin_layout Plain Layout
27858 d
27859 \end_layout
27860
27861 \end_inset
27862 </cell>
27863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27864 \begin_inset Text
27865
27866 \begin_layout Plain Layout
27867 c
27868 \end_layout
27869
27870 \end_inset
27871 </cell>
27872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27873 \begin_inset Text
27874
27875 \begin_layout Plain Layout
27876 b
27877 \end_layout
27878
27879 \end_inset
27880 </cell>
27881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27882 \begin_inset Text
27883
27884 \begin_layout Plain Layout
27885 test
27886 \end_layout
27887
27888 \end_inset
27889 </cell>
27890 </row>
27891 </lyxtabular>
27892
27893 \end_inset
27894
27895
27896 \end_layout
27897
27898 \end_inset
27899
27900
27901 \begin_inset space \hfill{}
27902 \end_inset
27903
27904
27905 \end_layout
27906
27907 \end_inset
27908
27909
27910 \end_layout
27911
27912 \begin_layout Standard
27913 \begin_inset Float table
27914 wide false
27915 sideways false
27916 status open
27917
27918 \begin_layout Plain Layout
27919 \begin_inset Caption Standard
27920
27921 \begin_layout Plain Layout
27922 \begin_inset CommandInset label
27923 LatexCommand label
27924 name "tab:Two-subtables-upon"
27925
27926 \end_inset
27927
27928 Two subtables placed one above the other.
27929  (a) table with 4 cells, (b) table with 5 cells.
27930 \end_layout
27931
27932 \end_inset
27933
27934
27935 \end_layout
27936
27937 \begin_layout Plain Layout
27938 \align center
27939 \begin_inset Float table
27940 wide false
27941 sideways false
27942 status collapsed
27943
27944 \begin_layout Plain Layout
27945 \begin_inset Caption Standard
27946
27947 \begin_layout Plain Layout
27948
27949 \end_layout
27950
27951 \end_inset
27952
27953
27954 \end_layout
27955
27956 \begin_layout Plain Layout
27957 \align center
27958 \begin_inset Tabular
27959 <lyxtabular version="3" rows="1" columns="4">
27960 <features tabularvalignment="middle">
27961 <column alignment="center" valignment="top">
27962 <column alignment="center" valignment="top">
27963 <column alignment="center" valignment="top">
27964 <column alignment="center" valignment="top">
27965 <row>
27966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27967 \begin_inset Text
27968
27969 \begin_layout Plain Layout
27970 test
27971 \end_layout
27972
27973 \end_inset
27974 </cell>
27975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27976 \begin_inset Text
27977
27978 \begin_layout Plain Layout
27979 test
27980 \end_layout
27981
27982 \end_inset
27983 </cell>
27984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27985 \begin_inset Text
27986
27987 \begin_layout Plain Layout
27988 test
27989 \end_layout
27990
27991 \end_inset
27992 </cell>
27993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27994 \begin_inset Text
27995
27996 \begin_layout Plain Layout
27997 test
27998 \end_layout
27999
28000 \end_inset
28001 </cell>
28002 </row>
28003 </lyxtabular>
28004
28005 \end_inset
28006
28007
28008 \end_layout
28009
28010 \end_inset
28011
28012
28013 \end_layout
28014
28015 \begin_layout Plain Layout
28016 \align center
28017 \begin_inset Float table
28018 wide false
28019 sideways false
28020 status collapsed
28021
28022 \begin_layout Plain Layout
28023 \begin_inset Caption Standard
28024
28025 \begin_layout Plain Layout
28026
28027 \end_layout
28028
28029 \end_inset
28030
28031
28032 \end_layout
28033
28034 \begin_layout Plain Layout
28035 \align center
28036 \begin_inset Tabular
28037 <lyxtabular version="3" rows="1" columns="5">
28038 <features tabularvalignment="middle">
28039 <column alignment="center" valignment="top">
28040 <column alignment="center" valignment="top">
28041 <column alignment="center" valignment="top">
28042 <column alignment="center" valignment="top">
28043 <column alignment="center" valignment="top">
28044 <row>
28045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28046 \begin_inset Text
28047
28048 \begin_layout Plain Layout
28049 a
28050 \end_layout
28051
28052 \end_inset
28053 </cell>
28054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28055 \begin_inset Text
28056
28057 \begin_layout Plain Layout
28058 b
28059 \end_layout
28060
28061 \end_inset
28062 </cell>
28063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28064 \begin_inset Text
28065
28066 \begin_layout Plain Layout
28067 c
28068 \end_layout
28069
28070 \end_inset
28071 </cell>
28072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28073 \begin_inset Text
28074
28075 \begin_layout Plain Layout
28076 d
28077 \end_layout
28078
28079 \end_inset
28080 </cell>
28081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28082 \begin_inset Text
28083
28084 \begin_layout Plain Layout
28085 e
28086 \end_layout
28087
28088 \end_inset
28089 </cell>
28090 </row>
28091 </lyxtabular>
28092
28093 \end_inset
28094
28095
28096 \end_layout
28097
28098 \end_inset
28099
28100
28101 \end_layout
28102
28103 \end_inset
28104
28105
28106 \end_layout
28107
28108 \begin_layout Section
28109 Floats Side by Side
28110 \begin_inset Index idx
28111 status collapsed
28112
28113 \begin_layout Plain Layout
28114 Floats ! Side by side
28115 \end_layout
28116
28117 \end_inset
28118
28119
28120 \end_layout
28121
28122 \begin_layout Standard
28123 To place floats side by side, as in Figures
28124 \begin_inset space ~
28125 \end_inset
28126
28127
28128 \begin_inset CommandInset ref
28129 LatexCommand ref
28130 reference "fig:Float-left"
28131
28132 \end_inset
28133
28134  and 
28135 \begin_inset CommandInset ref
28136 LatexCommand ref
28137 reference "fig:Float-right"
28138
28139 \end_inset
28140
28141 , only 
28142 \emph on
28143 one
28144 \emph default
28145  float is used.
28146  In it two minipage boxes are inserted.
28147 \begin_inset Foot
28148 status collapsed
28149
28150 \begin_layout Plain Layout
28151 Minipages are explained in section
28152 \begin_inset space ~
28153 \end_inset
28154
28155
28156 \begin_inset CommandInset ref
28157 LatexCommand ref
28158 reference "sec:Minipages"
28159
28160 \end_inset
28161
28162 .
28163 \end_layout
28164
28165 \end_inset
28166
28167  The width is set to 45
28168 \begin_inset space \thinspace{}
28169 \end_inset
28170
28171 -50
28172 \begin_inset space \thinspace{}
28173 \end_inset
28174
28175 column% and the box alignment to 
28176 \family sans
28177 Bottom
28178 \family default
28179  for each minipage.
28180  The minipage boxes contain the image and the caption in the same way as
28181  they are in a float.
28182  The only difference is that the image unit 
28183 \family sans
28184 Column
28185 \begin_inset space ~
28186 \end_inset
28187
28188 Width
28189 \begin_inset space ~
28190 \end_inset
28191
28192 %
28193 \family default
28194  is now calculated according to the width of the minipage boxes.
28195 \end_layout
28196
28197 \begin_layout Standard
28198 \begin_inset Float figure
28199 wide false
28200 sideways false
28201 status open
28202
28203 \begin_layout Plain Layout
28204 \begin_inset Box Frameless
28205 position "b"
28206 hor_pos "c"
28207 has_inner_box 1
28208 inner_pos "t"
28209 use_parbox 0
28210 use_makebox 0
28211 width "45col%"
28212 special "none"
28213 height "1in"
28214 height_special "totalheight"
28215 thickness "0.4pt"
28216 separation "3pt"
28217 shadowsize "4pt"
28218 framecolor "black"
28219 backgroundcolor "none"
28220 status open
28221
28222 \begin_layout Plain Layout
28223 \align center
28224 \begin_inset Graphics
28225         filename clipart/mobius.eps
28226         lyxscale 50
28227         width 100col%
28228         scaleBeforeRotation
28229
28230 \end_inset
28231
28232
28233 \end_layout
28234
28235 \begin_layout Plain Layout
28236 \begin_inset Caption Standard
28237
28238 \begin_layout Plain Layout
28239 \begin_inset CommandInset label
28240 LatexCommand label
28241 name "fig:Float-left"
28242
28243 \end_inset
28244
28245 Float on the left side.
28246 \end_layout
28247
28248 \end_inset
28249
28250
28251 \end_layout
28252
28253 \end_inset
28254
28255
28256 \begin_inset space \hfill{}
28257 \end_inset
28258
28259
28260 \begin_inset Box Frameless
28261 position "b"
28262 hor_pos "c"
28263 has_inner_box 1
28264 inner_pos "t"
28265 use_parbox 0
28266 use_makebox 0
28267 width "45col%"
28268 special "none"
28269 height "1in"
28270 height_special "totalheight"
28271 thickness "0.4pt"
28272 separation "3pt"
28273 shadowsize "4pt"
28274 framecolor "black"
28275 backgroundcolor "none"
28276 status open
28277
28278 \begin_layout Plain Layout
28279 \align center
28280 \begin_inset Graphics
28281         filename clipart/platypus.eps
28282         lyxscale 50
28283         width 100col%
28284         scaleBeforeRotation
28285
28286 \end_inset
28287
28288
28289 \end_layout
28290
28291 \begin_layout Plain Layout
28292 \begin_inset Caption Standard
28293
28294 \begin_layout Plain Layout
28295 \begin_inset CommandInset label
28296 LatexCommand label
28297 name "fig:Float-right"
28298
28299 \end_inset
28300
28301 Float on the right side.
28302 \end_layout
28303
28304 \end_inset
28305
28306
28307 \end_layout
28308
28309 \end_inset
28310
28311
28312 \end_layout
28313
28314 \end_inset
28315
28316
28317 \end_layout
28318
28319 \begin_layout Standard
28320 An alternative and simpler solution is to use the module 
28321 \family sans
28322 Variable-width Minipages
28323 \family default
28324 , see sec.
28325 \begin_inset space \thinspace{}
28326 \end_inset
28327
28328
28329 \begin_inset CommandInset ref
28330 LatexCommand ref
28331 reference "sec:Minipages"
28332
28333 \end_inset
28334
28335 .
28336  Variable-width minipages adapt automatically to the width of the figures
28337  and tables.
28338  They do not require an explicit width to be given, and they improve the
28339  horizontal alignment of the figures.
28340  The LyX example file 
28341 \emph on
28342 varwidth-floats-side-by-side
28343 \emph default
28344  gives examples of how to do this.
28345 \end_layout
28346
28347 \begin_layout Section
28348 Caption Formatting
28349 \begin_inset Index idx
28350 status collapsed
28351
28352 \begin_layout Plain Layout
28353 Caption ! Formatting
28354 \end_layout
28355
28356 \end_inset
28357
28358
28359 \begin_inset Index idx
28360 status collapsed
28361
28362 \begin_layout Plain Layout
28363 Floats ! Caption Formatting
28364 \end_layout
28365
28366 \end_inset
28367
28368
28369 \begin_inset CommandInset label
28370 LatexCommand label
28371 name "sec:Caption-Formatting"
28372
28373 \end_inset
28374
28375
28376 \end_layout
28377
28378 \begin_layout Standard
28379 The 
28380 \family sans
28381 Caption
28382 \family default
28383  environment is the default paragraph environment for 
28384 \family sans
28385 Floats
28386 \family default
28387 .
28388  On the \SpecialChar LyX
28389  screen captions appear as a label, e.
28390 \begin_inset space \thinspace{}
28391 \end_inset
28392
28393 g.
28394 \begin_inset space \space{}
28395 \end_inset
28396
28397
28398 \begin_inset Quotes eld
28399 \end_inset
28400
28401
28402 \family sans
28403 Figure #:
28404 \family default
28405
28406 \begin_inset Quotes erd
28407 \end_inset
28408
28409  followed by the caption text.
28410  
28411 \begin_inset Quotes eld
28412 \end_inset
28413
28414 #
28415 \begin_inset Quotes erd
28416 \end_inset
28417
28418  is the actual reference number.
28419  By default the label and the number are in the same font as the caption
28420  text and a colon follows the number to divide the label from the text.
28421  This caption format is suitable for many but not all documents.
28422  
28423 \end_layout
28424
28425 \begin_layout Standard
28426 To change the default caption format, load the \SpecialChar LaTeX
28427 -package 
28428 \series bold
28429 caption
28430 \series default
28431
28432 \begin_inset Index idx
28433 status collapsed
28434
28435 \begin_layout Plain Layout
28436 \SpecialChar LaTeX
28437 -packages ! caption
28438 \end_layout
28439
28440 \end_inset
28441
28442  in the document preamble with this line:
28443 \end_layout
28444
28445 \begin_layout Standard
28446
28447 \series bold
28448
28449 \backslash
28450 usepackage[format definition]{caption}
28451 \end_layout
28452
28453 \begin_layout Standard
28454 To have for example the label and the number in sans-serif, bold font and
28455  the table captions always above the table as in this document, use the
28456  following command:
28457 \end_layout
28458
28459 \begin_layout Standard
28460
28461 \series bold
28462
28463 \backslash
28464 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
28465 \end_layout
28466
28467 \begin_layout Standard
28468 You can also define different caption formats for the different float types.
28469  In this case load the 
28470 \series bold
28471 caption
28472 \series default
28473  package without format specific options and define the different formats
28474  with the help of the command
28475 \end_layout
28476
28477 \begin_layout Standard
28478
28479 \series bold
28480
28481 \backslash
28482 captionsetup[float type]{format definition}
28483 \end_layout
28484
28485 \begin_layout Standard
28486 in the document preamble.
28487  For example the caption formats of Figure
28488 \begin_inset space ~
28489 \end_inset
28490
28491
28492 \begin_inset CommandInset ref
28493 LatexCommand ref
28494 reference "fig:This-is-an-fig"
28495
28496 \end_inset
28497
28498  and Table
28499 \begin_inset space ~
28500 \end_inset
28501
28502
28503 \begin_inset CommandInset ref
28504 LatexCommand ref
28505 reference "tab:This-is-an-tab"
28506
28507 \end_inset
28508
28509  can be created using these commands in the document preamble:
28510 \end_layout
28511
28512 \begin_layout Standard
28513
28514 \series bold
28515
28516 \backslash
28517 usepackage[tableposition=top]{caption}
28518 \series default
28519
28520 \begin_inset Newline newline
28521 \end_inset
28522
28523
28524 \series bold
28525
28526 \backslash
28527 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
28528 \begin_inset Newline newline
28529 \end_inset
28530
28531
28532 \begin_inset Phantom HPhantom
28533 status open
28534
28535 \begin_layout Plain Layout
28536
28537 \series bold
28538
28539 \backslash
28540 captionsetup[figure]{
28541 \end_layout
28542
28543 \end_inset
28544
28545 labelsep=period}
28546 \begin_inset Newline newline
28547 \end_inset
28548
28549
28550 \backslash
28551 captionsetup[table]{labelfont={bf,sf}}
28552 \end_layout
28553
28554 \begin_layout Standard
28555 \begin_inset Note Greyedout
28556 status open
28557
28558 \begin_layout Plain Layout
28559
28560 \series bold
28561 Note:
28562 \series default
28563  The option 
28564 \series bold
28565 tableposition=top
28566 \series default
28567  has no effect when a 
28568 \series bold
28569 KOMA-Script
28570 \series default
28571
28572 \begin_inset Index idx
28573 status collapsed
28574
28575 \begin_layout Plain Layout
28576 \SpecialChar LaTeX
28577 -packages ! KOMA-Script
28578 \end_layout
28579
28580 \end_inset
28581
28582  document class is used.
28583  In this case the document class option 
28584 \series bold
28585 captions=tableheading
28586 \series default
28587  must be used.
28588 \end_layout
28589
28590 \end_inset
28591
28592
28593 \end_layout
28594
28595 \begin_layout Standard
28596 For more information about the package 
28597 \series bold
28598 caption
28599 \series default
28600  we refer to its documentation 
28601 \begin_inset CommandInset citation
28602 LatexCommand cite
28603 key "caption"
28604 literal "true"
28605
28606 \end_inset
28607
28608 .
28609 \end_layout
28610
28611 \begin_layout Standard
28612 To change the label name from e.
28613 \begin_inset space \thinspace{}
28614 \end_inset
28615
28616 g.
28617 \begin_inset space \space{}
28618 \end_inset
28619
28620
28621 \begin_inset Quotes eld
28622 \end_inset
28623
28624 Figure
28625 \begin_inset Quotes erd
28626 \end_inset
28627
28628  to 
28629 \begin_inset Quotes eld
28630 \end_inset
28631
28632 Image
28633 \begin_inset Quotes erd
28634 \end_inset
28635
28636  use this preamble command:
28637 \end_layout
28638
28639 \begin_layout Standard
28640
28641 \series bold
28642
28643 \backslash
28644 renewcommand{
28645 \backslash
28646 fnum@figure}{Image~
28647 \backslash
28648 thefigure}
28649 \end_layout
28650
28651 \begin_layout Standard
28652 where 
28653 \series bold
28654
28655 \backslash
28656 thefigure
28657 \series default
28658  inserts the figure number and
28659 \series bold
28660  
28661 \begin_inset Quotes eld
28662 \end_inset
28663
28664 ~
28665 \series default
28666
28667 \begin_inset Quotes erd
28668 \end_inset
28669
28670  creates a protected space.
28671 \end_layout
28672
28673 \begin_layout Standard
28674 \begin_inset VSpace bigskip
28675 \end_inset
28676
28677 If you are using a 
28678 \series bold
28679 KOMA-Script
28680 \series default
28681
28682 \begin_inset Index idx
28683 status collapsed
28684
28685 \begin_layout Plain Layout
28686 \SpecialChar LaTeX
28687 -packages ! KOMA-Script
28688 \end_layout
28689
28690 \end_inset
28691
28692  document class (
28693 \family sans
28694 article (KOMA-Script)
28695 \family default
28696
28697 \family sans
28698 book (KOMA-Script)
28699 \family default
28700
28701 \family sans
28702 letter (KOMA-Script)
28703 \family default
28704 , or 
28705 \family sans
28706 report (KOMA-Script)
28707 \family default
28708
28709 \begin_inset space \thinspace{}
28710 \end_inset
28711
28712 ), you can alternatively to the 
28713 \series bold
28714 caption
28715 \series default
28716  package use 
28717 \series bold
28718 KOMA-Script
28719 \series default
28720 's built-in command 
28721 \series bold
28722
28723 \backslash
28724 setkomafont
28725 \series default
28726 .
28727  For example, to have the caption label in bold, add this command to your
28728  document preamble:
28729 \end_layout
28730
28731 \begin_layout Standard
28732
28733 \series bold
28734
28735 \backslash
28736 setkomafont{captionlabel}{
28737 \backslash
28738 bfseries}
28739 \end_layout
28740
28741 \begin_layout Standard
28742 For more information about 
28743 \series bold
28744
28745 \backslash
28746 setkomafont
28747 \series default
28748  we refer to the 
28749 \series bold
28750 KOMA-Script
28751 \series default
28752  documentation 
28753 \begin_inset CommandInset citation
28754 LatexCommand cite
28755 key "KOMA-Script"
28756 literal "true"
28757
28758 \end_inset
28759
28760 .
28761 \end_layout
28762
28763 \begin_layout Standard
28764 \begin_inset ERT
28765 status collapsed
28766
28767 \begin_layout Plain Layout
28768
28769
28770 \backslash
28771 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
28772 }
28773 \end_layout
28774
28775 \end_inset
28776
28777
28778 \begin_inset Note Note
28779 status open
28780
28781 \begin_layout Plain Layout
28782 The caption format is changed only for this example.
28783 \end_layout
28784
28785 \end_inset
28786
28787
28788 \end_layout
28789
28790 \begin_layout Standard
28791 \begin_inset Float figure
28792 placement !p
28793 wide false
28794 sideways false
28795 status open
28796
28797 \begin_layout Plain Layout
28798 \align center
28799 \begin_inset Graphics
28800         filename clipart/mobius.eps
28801         lyxscale 50
28802         scale 50
28803         scaleBeforeRotation
28804
28805 \end_inset
28806
28807
28808 \end_layout
28809
28810 \begin_layout Plain Layout
28811 \begin_inset Caption Standard
28812
28813 \begin_layout Plain Layout
28814 \begin_inset CommandInset label
28815 LatexCommand label
28816 name "fig:This-is-an-fig"
28817
28818 \end_inset
28819
28820 This is an example figure caption that is longer than one line to show the
28821  different caption format.
28822  Here a self-defined caption format is used.
28823 \end_layout
28824
28825 \end_inset
28826
28827
28828 \end_layout
28829
28830 \end_inset
28831
28832
28833 \end_layout
28834
28835 \begin_layout Standard
28836 \begin_inset ERT
28837 status collapsed
28838
28839 \begin_layout Plain Layout
28840
28841
28842 \backslash
28843 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
28844 on}
28845 \end_layout
28846
28847 \end_inset
28848
28849
28850 \end_layout
28851
28852 \begin_layout Standard
28853 \begin_inset Float table
28854 placement !p
28855 wide false
28856 sideways false
28857 status open
28858
28859 \begin_layout Plain Layout
28860 \begin_inset Caption Standard
28861
28862 \begin_layout Plain Layout
28863 \begin_inset CommandInset label
28864 LatexCommand label
28865 name "tab:This-is-an-tab"
28866
28867 \end_inset
28868
28869 This is an example table caption that is longer than one line to show the
28870  different caption format.
28871  Here the standard caption format for tables in this document is used.
28872 \end_layout
28873
28874 \end_inset
28875
28876
28877 \end_layout
28878
28879 \begin_layout Plain Layout
28880 \align center
28881 \begin_inset Tabular
28882 <lyxtabular version="3" rows="1" columns="5">
28883 <features tabularvalignment="middle">
28884 <column alignment="center" valignment="top">
28885 <column alignment="center" valignment="top">
28886 <column alignment="center" valignment="top">
28887 <column alignment="center" valignment="top">
28888 <column alignment="center" valignment="top">
28889 <row>
28890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28891 \begin_inset Text
28892
28893 \begin_layout Plain Layout
28894 a
28895 \end_layout
28896
28897 \end_inset
28898 </cell>
28899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28900 \begin_inset Text
28901
28902 \begin_layout Plain Layout
28903 b
28904 \end_layout
28905
28906 \end_inset
28907 </cell>
28908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28909 \begin_inset Text
28910
28911 \begin_layout Plain Layout
28912 c
28913 \end_layout
28914
28915 \end_inset
28916 </cell>
28917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28918 \begin_inset Text
28919
28920 \begin_layout Plain Layout
28921 d
28922 \end_layout
28923
28924 \end_inset
28925 </cell>
28926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28927 \begin_inset Text
28928
28929 \begin_layout Plain Layout
28930 e
28931 \end_layout
28932
28933 \end_inset
28934 </cell>
28935 </row>
28936 </lyxtabular>
28937
28938 \end_inset
28939
28940
28941 \end_layout
28942
28943 \end_inset
28944
28945
28946 \end_layout
28947
28948 \begin_layout Section
28949 Caption Placement
28950 \begin_inset Index idx
28951 status collapsed
28952
28953 \begin_layout Plain Layout
28954 Caption ! Placement
28955 \end_layout
28956
28957 \end_inset
28958
28959
28960 \begin_inset Index idx
28961 status collapsed
28962
28963 \begin_layout Plain Layout
28964 Floats ! Caption Placement
28965 \end_layout
28966
28967 \end_inset
28968
28969
28970 \begin_inset CommandInset label
28971 LatexCommand label
28972 name "sec:Caption-Placement"
28973
28974 \end_inset
28975
28976
28977 \end_layout
28978
28979 \begin_layout Standard
28980 The common caption placement rule is:
28981 \end_layout
28982
28983 \begin_layout Description
28984 Figure: Caption is set below the figure
28985 \end_layout
28986
28987 \begin_layout Description
28988 Table: Caption is set above the table
28989 \end_layout
28990
28991 \begin_layout Standard
28992 Having the caption above the table is unfortunately not supported in \SpecialChar LaTeX
28993 's
28994  standard classes.
28995  That means if you are using the document classes 
28996 \family sans
28997 article
28998 \family default
28999
29000 \family sans
29001 book
29002 \family default
29003
29004 \family sans
29005 letter
29006 \family default
29007 , or 
29008 \family sans
29009 report
29010 \family default
29011  there will be no space between the caption and the table.
29012  To insert the necessary space, load the \SpecialChar LaTeX
29013 -package 
29014 \series bold
29015 caption
29016 \series default
29017
29018 \begin_inset Index idx
29019 status collapsed
29020
29021 \begin_layout Plain Layout
29022 \SpecialChar LaTeX
29023 -packages ! caption
29024 \end_layout
29025
29026 \end_inset
29027
29028  in your document preamble with the option
29029 \begin_inset Foot
29030 status collapsed
29031
29032 \begin_layout Plain Layout
29033 See section
29034 \begin_inset space ~
29035 \end_inset
29036
29037
29038 \begin_inset CommandInset ref
29039 LatexCommand ref
29040 reference "sec:Caption-Formatting"
29041
29042 \end_inset
29043
29044  for more information of the package 
29045 \series bold
29046 caption
29047 \series default
29048 .
29049 \end_layout
29050
29051 \end_inset
29052
29053
29054 \end_layout
29055
29056 \begin_layout Standard
29057
29058 \series bold
29059 tableposition=top
29060 \end_layout
29061
29062 \begin_layout Standard
29063 If you are using a 
29064 \series bold
29065 KOMA-Script
29066 \series default
29067
29068 \begin_inset Index idx
29069 status collapsed
29070
29071 \begin_layout Plain Layout
29072 \SpecialChar LaTeX
29073 -packages ! KOMA-Script
29074 \end_layout
29075
29076 \end_inset
29077
29078  document class (
29079 \family sans
29080 article (KOMA-Script)
29081 \family default
29082
29083 \family sans
29084 book (KOMA-Script)
29085 \family default
29086
29087 \family sans
29088 letter (KOMA-Script)
29089 \family default
29090 , or 
29091 \family sans
29092 report (KOMA-Script)
29093 \family default
29094
29095 \begin_inset space \thinspace{}
29096 \end_inset
29097
29098 ), you can alternatively to the 
29099 \series bold
29100 caption
29101 \series default
29102  package set the document class option
29103 \begin_inset Foot
29104 status collapsed
29105
29106 \begin_layout Plain Layout
29107 That option is used in this document.
29108 \end_layout
29109
29110 \end_inset
29111
29112
29113 \end_layout
29114
29115 \begin_layout Standard
29116
29117 \series bold
29118 captions=tableheading
29119 \end_layout
29120
29121 \begin_layout Standard
29122 In documents with a KOMA-Script document class you can also right-click
29123  on a caption and mark in the context menu if this should be a caption above
29124  or below the table/figure.
29125  This way you can override the document-wide caption placement for certain
29126  captions.
29127  Table
29128 \begin_inset space ~
29129 \end_inset
29130
29131
29132 \begin_inset CommandInset ref
29133 LatexCommand ref
29134 reference "tab:A-caption-marked"
29135
29136 \end_inset
29137
29138  is an example where the caption is marked a being below the table while
29139  it is above.
29140  For comparison the caption in Table
29141 \begin_inset space ~
29142 \end_inset
29143
29144
29145 \begin_inset CommandInset ref
29146 LatexCommand ref
29147 reference "tab:A-standard-table"
29148
29149 \end_inset
29150
29151  is not marked.
29152 \end_layout
29153
29154 \begin_layout Standard
29155 \begin_inset Float table
29156 wide false
29157 sideways false
29158 status open
29159
29160 \begin_layout Plain Layout
29161 \begin_inset Caption Below
29162
29163 \begin_layout Plain Layout
29164 \begin_inset CommandInset label
29165 LatexCommand label
29166 name "tab:A-caption-marked"
29167
29168 \end_inset
29169
29170 A caption marked as being below the table.
29171 \end_layout
29172
29173 \end_inset
29174
29175
29176 \end_layout
29177
29178 \begin_layout Plain Layout
29179 \align center
29180 \begin_inset Tabular
29181 <lyxtabular version="3" rows="3" columns="3">
29182 <features tabularvalignment="middle">
29183 <column alignment="center" valignment="top" width="0pt">
29184 <column alignment="center" valignment="top" width="0pt">
29185 <column alignment="center" valignment="top" width="0pt">
29186 <row>
29187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29188 \begin_inset Text
29189
29190 \begin_layout Plain Layout
29191 1
29192 \end_layout
29193
29194 \end_inset
29195 </cell>
29196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29197 \begin_inset Text
29198
29199 \begin_layout Plain Layout
29200 2
29201 \end_layout
29202
29203 \end_inset
29204 </cell>
29205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29206 \begin_inset Text
29207
29208 \begin_layout Plain Layout
29209 3
29210 \end_layout
29211
29212 \end_inset
29213 </cell>
29214 </row>
29215 <row>
29216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29217 \begin_inset Text
29218
29219 \begin_layout Plain Layout
29220 Joe
29221 \end_layout
29222
29223 \end_inset
29224 </cell>
29225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29226 \begin_inset Text
29227
29228 \begin_layout Plain Layout
29229 Mary
29230 \end_layout
29231
29232 \end_inset
29233 </cell>
29234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29235 \begin_inset Text
29236
29237 \begin_layout Plain Layout
29238 Ted
29239 \end_layout
29240
29241 \end_inset
29242 </cell>
29243 </row>
29244 <row>
29245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29246 \begin_inset Text
29247
29248 \begin_layout Plain Layout
29249 \begin_inset Formula $\int x^{2}dx$
29250 \end_inset
29251
29252
29253 \end_layout
29254
29255 \end_inset
29256 </cell>
29257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29258 \begin_inset Text
29259
29260 \begin_layout Plain Layout
29261 \begin_inset Formula $\left[\begin{array}{cc}
29262 a & b\\
29263 c & d
29264 \end{array}\right]$
29265 \end_inset
29266
29267
29268 \end_layout
29269
29270 \end_inset
29271 </cell>
29272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29273 \begin_inset Text
29274
29275 \begin_layout Plain Layout
29276 \begin_inset Formula $1+1=2$
29277 \end_inset
29278
29279
29280 \end_layout
29281
29282 \end_inset
29283 </cell>
29284 </row>
29285 </lyxtabular>
29286
29287 \end_inset
29288
29289
29290 \end_layout
29291
29292 \end_inset
29293
29294
29295 \end_layout
29296
29297 \begin_layout Standard
29298 \begin_inset Float table
29299 wide false
29300 sideways false
29301 status open
29302
29303 \begin_layout Plain Layout
29304 \begin_inset Caption Standard
29305
29306 \begin_layout Plain Layout
29307 \begin_inset CommandInset label
29308 LatexCommand label
29309 name "tab:A-standard-table"
29310
29311 \end_inset
29312
29313 A standard table caption.
29314 \end_layout
29315
29316 \end_inset
29317
29318
29319 \end_layout
29320
29321 \begin_layout Plain Layout
29322 \align center
29323 \begin_inset Tabular
29324 <lyxtabular version="3" rows="3" columns="3">
29325 <features tabularvalignment="middle">
29326 <column alignment="center" valignment="top" width="0pt">
29327 <column alignment="center" valignment="top" width="0pt">
29328 <column alignment="center" valignment="top" width="0pt">
29329 <row>
29330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29331 \begin_inset Text
29332
29333 \begin_layout Plain Layout
29334 1
29335 \end_layout
29336
29337 \end_inset
29338 </cell>
29339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29340 \begin_inset Text
29341
29342 \begin_layout Plain Layout
29343 2
29344 \end_layout
29345
29346 \end_inset
29347 </cell>
29348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29349 \begin_inset Text
29350
29351 \begin_layout Plain Layout
29352 3
29353 \end_layout
29354
29355 \end_inset
29356 </cell>
29357 </row>
29358 <row>
29359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29360 \begin_inset Text
29361
29362 \begin_layout Plain Layout
29363 Joe
29364 \end_layout
29365
29366 \end_inset
29367 </cell>
29368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29369 \begin_inset Text
29370
29371 \begin_layout Plain Layout
29372 Mary
29373 \end_layout
29374
29375 \end_inset
29376 </cell>
29377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29378 \begin_inset Text
29379
29380 \begin_layout Plain Layout
29381 Ted
29382 \end_layout
29383
29384 \end_inset
29385 </cell>
29386 </row>
29387 <row>
29388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29389 \begin_inset Text
29390
29391 \begin_layout Plain Layout
29392 \begin_inset Formula $\int x^{2}dx$
29393 \end_inset
29394
29395
29396 \end_layout
29397
29398 \end_inset
29399 </cell>
29400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29401 \begin_inset Text
29402
29403 \begin_layout Plain Layout
29404 \begin_inset Formula $\left[\begin{array}{cc}
29405 a & b\\
29406 c & d
29407 \end{array}\right]$
29408 \end_inset
29409
29410
29411 \end_layout
29412
29413 \end_inset
29414 </cell>
29415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29416 \begin_inset Text
29417
29418 \begin_layout Plain Layout
29419 \begin_inset Formula $1+1=2$
29420 \end_inset
29421
29422
29423 \end_layout
29424
29425 \end_inset
29426 </cell>
29427 </row>
29428 </lyxtabular>
29429
29430 \end_inset
29431
29432
29433 \end_layout
29434
29435 \end_inset
29436
29437
29438 \end_layout
29439
29440 \begin_layout Standard
29441 \begin_inset VSpace bigskip
29442 \end_inset
29443
29444 It is also possible to set the caption beside a figure or table.
29445  To get this the \SpecialChar LaTeX
29446 -package 
29447 \series bold
29448 sidecap
29449 \series default
29450
29451 \begin_inset Index idx
29452 status collapsed
29453
29454 \begin_layout Plain Layout
29455 \SpecialChar LaTeX
29456 -packages ! sidecap
29457 \end_layout
29458
29459 \end_inset
29460
29461  has to be loaded in the document preamble with the line
29462 \end_layout
29463
29464 \begin_layout Standard
29465
29466 \series bold
29467
29468 \backslash
29469 usepackage[option]{sidecap}
29470 \end_layout
29471
29472 \begin_layout Standard
29473 If you set no option, the caption is placed on the side of the outer page
29474  margin â€“ to the right on odd pages, to the left on even pages.
29475  You can change the placement to inner margin with the option 
29476 \series bold
29477 innercaption
29478 \series default
29479 .
29480  To force the placement always to the right or left, use the option 
29481 \series bold
29482 rightcaption
29483 \series default
29484  or 
29485 \series bold
29486 leftcaption
29487 \series default
29488 , respectively.
29489 \end_layout
29490
29491 \begin_layout Standard
29492 \begin_inset ERT
29493 status collapsed
29494
29495 \begin_layout Plain Layout
29496
29497
29498 \backslash
29499 ifsidecap
29500 \end_layout
29501
29502 \end_inset
29503
29504
29505 \begin_inset Note Note
29506 status open
29507
29508 \begin_layout Plain Layout
29509 The following section will only be displayed when the \SpecialChar LaTeX
29510 -package 
29511 \series bold
29512 sidecap
29513 \series default
29514  is installed.
29515 \end_layout
29516
29517 \end_inset
29518
29519
29520 \end_layout
29521
29522 \begin_layout Standard
29523 To place in \SpecialChar LyX
29524  the caption of a float on the side, it is necessary to add
29525  these commands to the document preamble:
29526 \end_layout
29527
29528 \begin_layout Standard
29529 \noindent
29530 \begin_inset CommandInset line
29531 LatexCommand rule
29532 offset "0.5ex"
29533 width "100line%"
29534 height "1pt"
29535
29536 \end_inset
29537
29538
29539 \end_layout
29540
29541 \begin_layout Standard
29542
29543 \series bold
29544
29545 \backslash
29546 newcommand{
29547 \backslash
29548 TabBesBeg}[1][1.0]{%
29549 \begin_inset Newline newline
29550 \end_inset
29551
29552
29553 \begin_inset Phantom HPhantom
29554 status open
29555
29556 \begin_layout Plain Layout
29557 \begin_inset space ~
29558 \end_inset
29559
29560
29561 \end_layout
29562
29563 \end_inset
29564
29565
29566 \backslash
29567 let
29568 \backslash
29569 MyTable
29570 \backslash
29571 table
29572 \begin_inset Newline newline
29573 \end_inset
29574
29575
29576 \begin_inset Phantom HPhantom
29577 status open
29578
29579 \begin_layout Plain Layout
29580
29581 \series medium
29582 \begin_inset space ~
29583 \end_inset
29584
29585
29586 \end_layout
29587
29588 \end_inset
29589
29590
29591 \backslash
29592 let
29593 \backslash
29594 MyEndtable
29595 \backslash
29596 endtable
29597 \begin_inset Newline newline
29598 \end_inset
29599
29600
29601 \begin_inset Phantom HPhantom
29602 status open
29603
29604 \begin_layout Plain Layout
29605
29606 \series medium
29607 \begin_inset space ~
29608 \end_inset
29609
29610
29611 \end_layout
29612
29613 \end_inset
29614
29615
29616 \backslash
29617 renewenvironment{table}[1]{
29618 \backslash
29619 begin{SCtable}[#1]##1}{
29620 \backslash
29621 end{SCtable}}}
29622 \end_layout
29623
29624 \begin_layout Standard
29625
29626 \series bold
29627
29628 \backslash
29629 newcommand{
29630 \backslash
29631 TabBesEnd}{%
29632 \begin_inset Newline newline
29633 \end_inset
29634
29635
29636 \begin_inset Phantom HPhantom
29637 status open
29638
29639 \begin_layout Plain Layout
29640 \begin_inset space ~
29641 \end_inset
29642
29643
29644 \end_layout
29645
29646 \end_inset
29647
29648
29649 \backslash
29650 let
29651 \backslash
29652 table
29653 \backslash
29654 MyTable
29655 \begin_inset Newline newline
29656 \end_inset
29657
29658
29659 \begin_inset Phantom HPhantom
29660 status open
29661
29662 \begin_layout Plain Layout
29663 \begin_inset space ~
29664 \end_inset
29665
29666
29667 \end_layout
29668
29669 \end_inset
29670
29671
29672 \backslash
29673 let
29674 \backslash
29675 endtable
29676 \backslash
29677 MyEndtable
29678 \end_layout
29679
29680 \begin_layout Standard
29681
29682 \series bold
29683
29684 \backslash
29685 newcommand{
29686 \backslash
29687 FigBesBeg}[1][1.0]{%
29688 \begin_inset Newline newline
29689 \end_inset
29690
29691
29692 \begin_inset Phantom HPhantom
29693 status open
29694
29695 \begin_layout Plain Layout
29696 \begin_inset space ~
29697 \end_inset
29698
29699
29700 \end_layout
29701
29702 \end_inset
29703
29704
29705 \backslash
29706 let
29707 \backslash
29708 MyFigure
29709 \backslash
29710 figure
29711 \begin_inset Newline newline
29712 \end_inset
29713
29714
29715 \begin_inset Phantom HPhantom
29716 status open
29717
29718 \begin_layout Plain Layout
29719 \begin_inset space ~
29720 \end_inset
29721
29722
29723 \end_layout
29724
29725 \end_inset
29726
29727
29728 \backslash
29729 let
29730 \backslash
29731 MyEndfigure
29732 \backslash
29733 endfigure
29734 \begin_inset Newline newline
29735 \end_inset
29736
29737
29738 \begin_inset Phantom HPhantom
29739 status open
29740
29741 \begin_layout Plain Layout
29742 \begin_inset space ~
29743 \end_inset
29744
29745
29746 \end_layout
29747
29748 \end_inset
29749
29750
29751 \backslash
29752 renewenvironment{figure}[1]{
29753 \backslash
29754 begin{SCfigure}[#1]##1}{
29755 \backslash
29756 end{SCfigure}}}
29757 \end_layout
29758
29759 \begin_layout Standard
29760
29761 \series bold
29762
29763 \backslash
29764 newcommand{
29765 \backslash
29766 FigBesEnd}{%
29767 \begin_inset Newline newline
29768 \end_inset
29769
29770
29771 \begin_inset Phantom HPhantom
29772 status open
29773
29774 \begin_layout Plain Layout
29775 \begin_inset space ~
29776 \end_inset
29777
29778
29779 \end_layout
29780
29781 \end_inset
29782
29783
29784 \backslash
29785 let
29786 \backslash
29787 figure
29788 \backslash
29789 MyFigure
29790 \begin_inset Newline newline
29791 \end_inset
29792
29793
29794 \begin_inset Phantom HPhantom
29795 status open
29796
29797 \begin_layout Plain Layout
29798 \begin_inset space ~
29799 \end_inset
29800
29801
29802 \end_layout
29803
29804 \end_inset
29805
29806
29807 \backslash
29808 let
29809 \backslash
29810 endfigure
29811 \backslash
29812 MyEndfigure}
29813 \end_layout
29814
29815 \begin_layout Standard
29816 \noindent
29817 \begin_inset CommandInset line
29818 LatexCommand rule
29819 offset "0.5ex"
29820 width "100line%"
29821 height "1pt"
29822
29823 \end_inset
29824
29825
29826 \end_layout
29827
29828 \begin_layout Standard
29829 The commands allow you to redefine the floats so that the caption is set
29830  on the side.
29831  For figure floats use the command
29832 \end_layout
29833
29834 \begin_layout Standard
29835
29836 \series bold
29837
29838 \backslash
29839 FigBesBeg
29840 \end_layout
29841
29842 \begin_layout Standard
29843 in \SpecialChar TeX
29844  Code before the float.
29845  And insert the command
29846 \end_layout
29847
29848 \begin_layout Standard
29849
29850 \series bold
29851
29852 \backslash
29853 FigBesEnd
29854 \end_layout
29855
29856 \begin_layout Standard
29857 in \SpecialChar TeX
29858  Code at the point where you want to get back to the original float definitio
29859 n.
29860 \end_layout
29861
29862 \begin_layout Standard
29863 For table floats use the corresponding commands
29864 \end_layout
29865
29866 \begin_layout Standard
29867
29868 \series bold
29869
29870 \backslash
29871 TabBesBeg
29872 \series default
29873  and 
29874 \series bold
29875
29876 \backslash
29877 TabBesEnd
29878 \end_layout
29879
29880 \begin_layout Standard
29881 Figure
29882 \begin_inset space ~
29883 \end_inset
29884
29885
29886 \begin_inset CommandInset ref
29887 LatexCommand ref
29888 reference "fig:cap-beside-fig"
29889
29890 \end_inset
29891
29892  and Table
29893 \begin_inset space ~
29894 \end_inset
29895
29896
29897 \begin_inset CommandInset ref
29898 LatexCommand ref
29899 reference "tab:cap-beside-tab"
29900
29901 \end_inset
29902
29903  are examples where the caption is set beside.
29904 \end_layout
29905
29906 \begin_layout Standard
29907 You can see in the examples that the caption text appears at the top of
29908  the floats for table floats and at the bottom for figure floats.
29909  To change this, you can use the command
29910 \end_layout
29911
29912 \begin_layout Standard
29913
29914 \series bold
29915
29916 \backslash
29917 sidecaptionvpos{float type}{placement}
29918 \end_layout
29919
29920 \begin_layout Standard
29921 in the document preamble or in \SpecialChar TeX
29922  Code before the float.
29923  The float type is either 
29924 \family sans
29925 figure
29926 \family default
29927  or 
29928 \family sans
29929 table
29930 \family default
29931 , the placement can be 
29932 \begin_inset Quotes eld
29933 \end_inset
29934
29935
29936 \family sans
29937 t
29938 \family default
29939
29940 \begin_inset Quotes erd
29941 \end_inset
29942
29943  for top, 
29944 \begin_inset Quotes eld
29945 \end_inset
29946
29947
29948 \family sans
29949 c
29950 \family default
29951
29952 \begin_inset Quotes erd
29953 \end_inset
29954
29955  for center, or 
29956 \begin_inset Quotes eld
29957 \end_inset
29958
29959
29960 \family sans
29961 b
29962 \family default
29963
29964 \begin_inset Quotes erd
29965 \end_inset
29966
29967  for bottom.
29968  To have for example the caption of figure floats vertically centered, use
29969  the command
29970 \end_layout
29971
29972 \begin_layout Standard
29973
29974 \series bold
29975
29976 \backslash
29977 sidecaptionvpos{figure}{c}
29978 \end_layout
29979
29980 \begin_layout Standard
29981 This was used for Figure
29982 \begin_inset space ~
29983 \end_inset
29984
29985
29986 \begin_inset CommandInset ref
29987 LatexCommand ref
29988 reference "fig:cap-beside-fig-2"
29989
29990 \end_inset
29991
29992 .
29993 \end_layout
29994
29995 \begin_layout Standard
29996 \begin_inset VSpace medskip
29997 \end_inset
29998
29999
30000 \end_layout
30001
30002 \begin_layout Standard
30003 The default caption width is the width of the image/table.
30004  For thin image/tables, like in Table
30005 \begin_inset space ~
30006 \end_inset
30007
30008
30009 \begin_inset CommandInset ref
30010 LatexCommand ref
30011 reference "tab:cap-beside-tab"
30012
30013 \end_inset
30014
30015 , this leads to captions that are too thin.
30016  You can increase the width by specifying a factor that will be multiplied
30017  with the image/table width to get the caption width.
30018  The caption width will automatically be recalculated in case it would protrude
30019  over the page or column margin due to the specified width.
30020  The 
30021 \emph on
30022 factor
30023 \emph default
30024  can either be given as optional argument for 
30025 \series bold
30026
30027 \backslash
30028 FigBesBeg
30029 \series default
30030 :
30031 \end_layout
30032
30033 \begin_layout Standard
30034
30035 \series bold
30036
30037 \backslash
30038 FigBesBeg[factor]
30039 \end_layout
30040
30041 \begin_layout Standard
30042 or in the definition of 
30043 \series bold
30044
30045 \backslash
30046 FigBesBeg
30047 \series default
30048  by replacing the 
30049 \series bold
30050 1.0
30051 \series default
30052  with another value.
30053  If you do the latter, your factor will be the default if 
30054 \series bold
30055
30056 \backslash
30057 FigBesBeg
30058 \series default
30059  is used without an argument.
30060  For Table
30061 \begin_inset space ~
30062 \end_inset
30063
30064
30065 \begin_inset CommandInset ref
30066 LatexCommand ref
30067 reference "tab:cap-beside-tab-wider"
30068
30069 \end_inset
30070
30071  the factor 5 was used.
30072 \end_layout
30073
30074 \begin_layout Standard
30075 \begin_inset Note Greyedout
30076 status open
30077
30078 \begin_layout Plain Layout
30079
30080 \series bold
30081 Note:
30082 \series default
30083  For floats with captions set beside, you cannot use the float placement
30084  option 
30085 \family sans
30086 Here
30087 \begin_inset space ~
30088 \end_inset
30089
30090 definitely
30091 \family default
30092  because it is not supported by 
30093 \series bold
30094 sidecap
30095 \series default
30096 .
30097 \end_layout
30098
30099 \end_inset
30100
30101
30102 \end_layout
30103
30104 \begin_layout Standard
30105 \begin_inset VSpace medskip
30106 \end_inset
30107
30108 For more information about the package 
30109 \series bold
30110 sidecap
30111 \series default
30112  we refer to its documentation 
30113 \begin_inset CommandInset citation
30114 LatexCommand cite
30115 key "sidecap"
30116 literal "true"
30117
30118 \end_inset
30119
30120 .
30121 \end_layout
30122
30123 \begin_layout Standard
30124 \begin_inset Note Greyedout
30125 status open
30126
30127 \begin_layout Plain Layout
30128
30129 \series bold
30130 Note:
30131 \series default
30132  The \SpecialChar LaTeX
30133 -package 
30134 \series bold
30135 hypcap
30136 \series default
30137
30138 \begin_inset Index idx
30139 status collapsed
30140
30141 \begin_layout Plain Layout
30142 \SpecialChar LaTeX
30143 -packages ! hypcap
30144 \end_layout
30145
30146 \end_inset
30147
30148 , described in section
30149 \begin_inset space ~
30150 \end_inset
30151
30152
30153 \begin_inset CommandInset ref
30154 LatexCommand ref
30155 reference "subsec:Reference-Position"
30156
30157 \end_inset
30158
30159 , has no effect on floats with the caption set beside.
30160 \end_layout
30161
30162 \end_inset
30163
30164
30165 \end_layout
30166
30167 \begin_layout Standard
30168 \begin_inset ERT
30169 status collapsed
30170
30171 \begin_layout Plain Layout
30172
30173
30174 \backslash
30175 FigBesBeg
30176 \end_layout
30177
30178 \end_inset
30179
30180
30181 \end_layout
30182
30183 \begin_layout Standard
30184 \begin_inset Float figure
30185 wide false
30186 sideways false
30187 status open
30188
30189 \begin_layout Plain Layout
30190 \begin_inset Graphics
30191         filename clipart/escher-lsd.eps
30192         scale 75
30193         scaleBeforeRotation
30194
30195 \end_inset
30196
30197
30198 \end_layout
30199
30200 \begin_layout Plain Layout
30201 \begin_inset Caption Standard
30202
30203 \begin_layout Plain Layout
30204 \begin_inset CommandInset label
30205 LatexCommand label
30206 name "fig:cap-beside-fig"
30207
30208 \end_inset
30209
30210 This is a caption beside a figure.
30211 \end_layout
30212
30213 \end_inset
30214
30215
30216 \end_layout
30217
30218 \end_inset
30219
30220
30221 \end_layout
30222
30223 \begin_layout Standard
30224 \begin_inset ERT
30225 status collapsed
30226
30227 \begin_layout Plain Layout
30228
30229
30230 \backslash
30231 FigBesEnd
30232 \end_layout
30233
30234 \end_inset
30235
30236
30237 \end_layout
30238
30239 \begin_layout Standard
30240 \begin_inset ERT
30241 status collapsed
30242
30243 \begin_layout Plain Layout
30244
30245
30246 \backslash
30247 TabBesBeg
30248 \end_layout
30249
30250 \end_inset
30251
30252
30253 \end_layout
30254
30255 \begin_layout Standard
30256 \begin_inset Float table
30257 wide false
30258 sideways false
30259 status open
30260
30261 \begin_layout Plain Layout
30262 \begin_inset Caption Standard
30263
30264 \begin_layout Plain Layout
30265 \begin_inset CommandInset label
30266 LatexCommand label
30267 name "tab:cap-beside-tab"
30268
30269 \end_inset
30270
30271 This is a caption beside a table.
30272 \end_layout
30273
30274 \end_inset
30275
30276
30277 \end_layout
30278
30279 \begin_layout Plain Layout
30280 \begin_inset Tabular
30281 <lyxtabular version="3" rows="4" columns="5">
30282 <features tabularvalignment="middle">
30283 <column alignment="center" valignment="top">
30284 <column alignment="center" valignment="top">
30285 <column alignment="center" valignment="top">
30286 <column alignment="center" valignment="top">
30287 <column alignment="center" valignment="top">
30288 <row>
30289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30290 \begin_inset Text
30291
30292 \begin_layout Plain Layout
30293 a
30294 \end_layout
30295
30296 \end_inset
30297 </cell>
30298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30299 \begin_inset Text
30300
30301 \begin_layout Plain Layout
30302
30303 \end_layout
30304
30305 \end_inset
30306 </cell>
30307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30308 \begin_inset Text
30309
30310 \begin_layout Plain Layout
30311 b
30312 \end_layout
30313
30314 \end_inset
30315 </cell>
30316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30317 \begin_inset Text
30318
30319 \begin_layout Plain Layout
30320
30321 \end_layout
30322
30323 \end_inset
30324 </cell>
30325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30326 \begin_inset Text
30327
30328 \begin_layout Plain Layout
30329 c
30330 \end_layout
30331
30332 \end_inset
30333 </cell>
30334 </row>
30335 <row>
30336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30337 \begin_inset Text
30338
30339 \begin_layout Plain Layout
30340
30341 \end_layout
30342
30343 \end_inset
30344 </cell>
30345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30346 \begin_inset Text
30347
30348 \begin_layout Plain Layout
30349 d
30350 \end_layout
30351
30352 \end_inset
30353 </cell>
30354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30355 \begin_inset Text
30356
30357 \begin_layout Plain Layout
30358
30359 \end_layout
30360
30361 \end_inset
30362 </cell>
30363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30364 \begin_inset Text
30365
30366 \begin_layout Plain Layout
30367 e
30368 \end_layout
30369
30370 \end_inset
30371 </cell>
30372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30373 \begin_inset Text
30374
30375 \begin_layout Plain Layout
30376
30377 \end_layout
30378
30379 \end_inset
30380 </cell>
30381 </row>
30382 <row>
30383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30384 \begin_inset Text
30385
30386 \begin_layout Plain Layout
30387 f
30388 \end_layout
30389
30390 \end_inset
30391 </cell>
30392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30393 \begin_inset Text
30394
30395 \begin_layout Plain Layout
30396
30397 \end_layout
30398
30399 \end_inset
30400 </cell>
30401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30402 \begin_inset Text
30403
30404 \begin_layout Plain Layout
30405 g
30406 \end_layout
30407
30408 \end_inset
30409 </cell>
30410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30411 \begin_inset Text
30412
30413 \begin_layout Plain Layout
30414
30415 \end_layout
30416
30417 \end_inset
30418 </cell>
30419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30420 \begin_inset Text
30421
30422 \begin_layout Plain Layout
30423 h
30424 \end_layout
30425
30426 \end_inset
30427 </cell>
30428 </row>
30429 <row>
30430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30431 \begin_inset Text
30432
30433 \begin_layout Plain Layout
30434
30435 \end_layout
30436
30437 \end_inset
30438 </cell>
30439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30440 \begin_inset Text
30441
30442 \begin_layout Plain Layout
30443 i
30444 \end_layout
30445
30446 \end_inset
30447 </cell>
30448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30449 \begin_inset Text
30450
30451 \begin_layout Plain Layout
30452
30453 \end_layout
30454
30455 \end_inset
30456 </cell>
30457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30458 \begin_inset Text
30459
30460 \begin_layout Plain Layout
30461 j
30462 \end_layout
30463
30464 \end_inset
30465 </cell>
30466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30467 \begin_inset Text
30468
30469 \begin_layout Plain Layout
30470
30471 \end_layout
30472
30473 \end_inset
30474 </cell>
30475 </row>
30476 </lyxtabular>
30477
30478 \end_inset
30479
30480
30481 \end_layout
30482
30483 \end_inset
30484
30485
30486 \end_layout
30487
30488 \begin_layout Standard
30489 \begin_inset ERT
30490 status collapsed
30491
30492 \begin_layout Plain Layout
30493
30494
30495 \backslash
30496 TabBesEnd
30497 \end_layout
30498
30499 \end_inset
30500
30501
30502 \end_layout
30503
30504 \begin_layout Standard
30505 \begin_inset ERT
30506 status collapsed
30507
30508 \begin_layout Plain Layout
30509
30510
30511 \backslash
30512 FigBesBeg
30513 \end_layout
30514
30515 \end_inset
30516
30517
30518 \begin_inset ERT
30519 status collapsed
30520
30521 \begin_layout Plain Layout
30522
30523
30524 \backslash
30525 sidecaptionvpos{figure}{c}
30526 \end_layout
30527
30528 \end_inset
30529
30530
30531 \begin_inset Float figure
30532 wide false
30533 sideways false
30534 status open
30535
30536 \begin_layout Plain Layout
30537 \begin_inset Graphics
30538         filename clipart/escher-lsd.eps
30539         scale 75
30540         scaleBeforeRotation
30541
30542 \end_inset
30543
30544
30545 \end_layout
30546
30547 \begin_layout Plain Layout
30548 \begin_inset Caption Standard
30549
30550 \begin_layout Plain Layout
30551 \begin_inset CommandInset label
30552 LatexCommand label
30553 name "fig:cap-beside-fig-2"
30554
30555 \end_inset
30556
30557 This is a vertically centered caption beside a figure.
30558 \end_layout
30559
30560 \end_inset
30561
30562
30563 \end_layout
30564
30565 \end_inset
30566
30567
30568 \end_layout
30569
30570 \begin_layout Standard
30571 \begin_inset ERT
30572 status collapsed
30573
30574 \begin_layout Plain Layout
30575
30576
30577 \backslash
30578 FigBesEnd
30579 \end_layout
30580
30581 \end_inset
30582
30583
30584 \end_layout
30585
30586 \begin_layout Standard
30587 \begin_inset ERT
30588 status collapsed
30589
30590 \begin_layout Plain Layout
30591
30592
30593 \backslash
30594 TabBesBeg[5]
30595 \end_layout
30596
30597 \end_inset
30598
30599
30600 \end_layout
30601
30602 \begin_layout Standard
30603 \begin_inset Float table
30604 wide false
30605 sideways false
30606 status open
30607
30608 \begin_layout Plain Layout
30609 \begin_inset Caption Standard
30610
30611 \begin_layout Plain Layout
30612 \begin_inset CommandInset label
30613 LatexCommand label
30614 name "tab:cap-beside-tab-wider"
30615
30616 \end_inset
30617
30618 This caption is wider than the one in Table
30619 \begin_inset space ~
30620 \end_inset
30621
30622
30623 \begin_inset CommandInset ref
30624 LatexCommand ref
30625 reference "tab:cap-beside-tab"
30626
30627 \end_inset
30628
30629 .
30630 \end_layout
30631
30632 \end_inset
30633
30634
30635 \end_layout
30636
30637 \begin_layout Plain Layout
30638 \begin_inset Tabular
30639 <lyxtabular version="3" rows="4" columns="5">
30640 <features tabularvalignment="middle">
30641 <column alignment="center" valignment="top">
30642 <column alignment="center" valignment="top">
30643 <column alignment="center" valignment="top">
30644 <column alignment="center" valignment="top">
30645 <column alignment="center" valignment="top">
30646 <row>
30647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30648 \begin_inset Text
30649
30650 \begin_layout Plain Layout
30651 a
30652 \end_layout
30653
30654 \end_inset
30655 </cell>
30656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30657 \begin_inset Text
30658
30659 \begin_layout Plain Layout
30660
30661 \end_layout
30662
30663 \end_inset
30664 </cell>
30665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30666 \begin_inset Text
30667
30668 \begin_layout Plain Layout
30669 b
30670 \end_layout
30671
30672 \end_inset
30673 </cell>
30674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30675 \begin_inset Text
30676
30677 \begin_layout Plain Layout
30678
30679 \end_layout
30680
30681 \end_inset
30682 </cell>
30683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30684 \begin_inset Text
30685
30686 \begin_layout Plain Layout
30687 c
30688 \end_layout
30689
30690 \end_inset
30691 </cell>
30692 </row>
30693 <row>
30694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30695 \begin_inset Text
30696
30697 \begin_layout Plain Layout
30698
30699 \end_layout
30700
30701 \end_inset
30702 </cell>
30703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30704 \begin_inset Text
30705
30706 \begin_layout Plain Layout
30707 d
30708 \end_layout
30709
30710 \end_inset
30711 </cell>
30712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30713 \begin_inset Text
30714
30715 \begin_layout Plain Layout
30716
30717 \end_layout
30718
30719 \end_inset
30720 </cell>
30721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30722 \begin_inset Text
30723
30724 \begin_layout Plain Layout
30725 e
30726 \end_layout
30727
30728 \end_inset
30729 </cell>
30730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30731 \begin_inset Text
30732
30733 \begin_layout Plain Layout
30734
30735 \end_layout
30736
30737 \end_inset
30738 </cell>
30739 </row>
30740 <row>
30741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30742 \begin_inset Text
30743
30744 \begin_layout Plain Layout
30745 f
30746 \end_layout
30747
30748 \end_inset
30749 </cell>
30750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30751 \begin_inset Text
30752
30753 \begin_layout Plain Layout
30754
30755 \end_layout
30756
30757 \end_inset
30758 </cell>
30759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30760 \begin_inset Text
30761
30762 \begin_layout Plain Layout
30763 g
30764 \end_layout
30765
30766 \end_inset
30767 </cell>
30768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30769 \begin_inset Text
30770
30771 \begin_layout Plain Layout
30772
30773 \end_layout
30774
30775 \end_inset
30776 </cell>
30777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30778 \begin_inset Text
30779
30780 \begin_layout Plain Layout
30781 h
30782 \end_layout
30783
30784 \end_inset
30785 </cell>
30786 </row>
30787 <row>
30788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30789 \begin_inset Text
30790
30791 \begin_layout Plain Layout
30792
30793 \end_layout
30794
30795 \end_inset
30796 </cell>
30797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30798 \begin_inset Text
30799
30800 \begin_layout Plain Layout
30801 i
30802 \end_layout
30803
30804 \end_inset
30805 </cell>
30806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30807 \begin_inset Text
30808
30809 \begin_layout Plain Layout
30810
30811 \end_layout
30812
30813 \end_inset
30814 </cell>
30815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30816 \begin_inset Text
30817
30818 \begin_layout Plain Layout
30819 j
30820 \end_layout
30821
30822 \end_inset
30823 </cell>
30824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30825 \begin_inset Text
30826
30827 \begin_layout Plain Layout
30828
30829 \end_layout
30830
30831 \end_inset
30832 </cell>
30833 </row>
30834 </lyxtabular>
30835
30836 \end_inset
30837
30838
30839 \end_layout
30840
30841 \end_inset
30842
30843
30844 \end_layout
30845
30846 \begin_layout Standard
30847 \begin_inset ERT
30848 status collapsed
30849
30850 \begin_layout Plain Layout
30851
30852
30853 \backslash
30854 TabBesEnd
30855 \end_layout
30856
30857 \end_inset
30858
30859
30860 \end_layout
30861
30862 \begin_layout Standard
30863 \begin_inset ERT
30864 status collapsed
30865
30866 \begin_layout Plain Layout
30867
30868
30869 \backslash
30870 else
30871 \end_layout
30872
30873 \end_inset
30874
30875
30876 \begin_inset Note Note
30877 status open
30878
30879 \begin_layout Plain Layout
30880 The following will be displayed when the \SpecialChar LaTeX
30881 -package 
30882 \series bold
30883 sidecap
30884 \series default
30885  is not installed:
30886 \end_layout
30887
30888 \end_inset
30889
30890
30891 \end_layout
30892
30893 \begin_layout Standard
30894 You need to install the \SpecialChar LaTeX
30895 -package 
30896 \series bold
30897 sidecap
30898 \series default
30899  to see the following part of this section in the output.
30900 \end_layout
30901
30902 \begin_layout Standard
30903 \begin_inset ERT
30904 status collapsed
30905
30906 \begin_layout Plain Layout
30907
30908
30909 \backslash
30910 fi
30911 \end_layout
30912
30913 \end_inset
30914
30915
30916 \end_layout
30917
30918 \begin_layout Section
30919 Listings of Floats
30920 \begin_inset Index idx
30921 status collapsed
30922
30923 \begin_layout Plain Layout
30924 Floats ! Float Lists
30925 \end_layout
30926
30927 \end_inset
30928
30929
30930 \end_layout
30931
30932 \begin_layout Standard
30933 Similar to the table of contents where the sections of the document are
30934  listed, there are listings for all float types, like the figures of the
30935  documents.
30936  You can insert them via the 
30937 \family sans
30938 Insert\SpecialChar menuseparator
30939 List
30940 \begin_inset space ~
30941 \end_inset
30942
30943 /
30944 \begin_inset space ~
30945 \end_inset
30946
30947 TOC
30948 \family default
30949  sub menus.
30950 \end_layout
30951
30952 \begin_layout Standard
30953 The list entries are the float captions or its short title, the float number,
30954  and the page number where they appear in the document.
30955 \end_layout
30956
30957 \begin_layout Standard
30958 You can find the list of figures and tables at the end of this document.
30959 \end_layout
30960
30961 \begin_layout Chapter
30962 Notes
30963 \end_layout
30964
30965 \begin_layout Section
30966 \SpecialChar LyX
30967  Notes
30968 \begin_inset Index idx
30969 status collapsed
30970
30971 \begin_layout Plain Layout
30972 Notes ! \SpecialChar LyX
30973  Notes
30974 \end_layout
30975
30976 \end_inset
30977
30978
30979 \end_layout
30980
30981 \begin_layout Standard
30982 Notes are inserted with the toolbar button 
30983 \begin_inset Info
30984 type  "icon"
30985 arg   "note-insert"
30986 \end_inset
30987
30988  or the menu 
30989 \family sans
30990 Insert\SpecialChar menuseparator
30991 Note
30992 \family default
30993 .
30994  There are three types of notes:
30995 \end_layout
30996
30997 \begin_layout Description
30998 \SpecialChar LyX
30999
31000 \begin_inset space ~
31001 \end_inset
31002
31003 Note This note type is for internal notes that won't appear in the output.
31004  Its note-box looks like this:
31005 \begin_inset Newline newline
31006 \end_inset
31007
31008
31009 \begin_inset Newline newline
31010 \end_inset
31011
31012
31013 \begin_inset Graphics
31014         filename clipart/LyXNoteImage.png
31015         display false
31016         scaleBeforeRotation
31017
31018 \end_inset
31019
31020  
31021 \begin_inset Note Note
31022 status open
31023
31024 \begin_layout Plain Layout
31025 This is text in a note box that doesn't appear in the output.
31026 \end_layout
31027
31028 \end_inset
31029
31030
31031 \end_layout
31032
31033 \begin_layout Description
31034 Comment This note also doesn't appear in the output but it appears as \SpecialChar LaTeX
31035 -comment,
31036  when you export the document to \SpecialChar LaTeX
31037  via the menu 
31038 \family sans
31039 File\SpecialChar menuseparator
31040 Export\SpecialChar menuseparator
31041 LaTeX
31042 \begin_inset space ~
31043 \end_inset
31044
31045 (pdflatex) / (plain)
31046 \family default
31047 .
31048  Its note-box looks like this:
31049 \begin_inset Newline newline
31050 \end_inset
31051
31052
31053 \begin_inset Newline newline
31054 \end_inset
31055
31056
31057 \begin_inset Graphics
31058         filename clipart/CommentNoteImage.png
31059         display false
31060         scaleBeforeRotation
31061
31062 \end_inset
31063
31064  
31065 \begin_inset Note Comment
31066 status open
31067
31068 \begin_layout Plain Layout
31069 This is text in a note box that only appears as comment in \SpecialChar LaTeX
31070 -files.
31071 \end_layout
31072
31073 \end_inset
31074
31075
31076 \end_layout
31077
31078 \begin_layout Description
31079 Greyed
31080 \begin_inset space ~
31081 \end_inset
31082
31083 Out This note will appear in the output as grey text.
31084  Its note-box looks like this:
31085 \begin_inset Newline newline
31086 \end_inset
31087
31088
31089 \begin_inset Newline newline
31090 \end_inset
31091
31092
31093 \begin_inset Graphics
31094         filename clipart/GreyedOutNoteImage.png
31095         display false
31096         scaleBeforeRotation
31097
31098 \end_inset
31099
31100
31101 \begin_inset Newline newline
31102 \end_inset
31103
31104
31105 \begin_inset ERT
31106 status collapsed
31107
31108 \begin_layout Plain Layout
31109
31110
31111 \backslash
31112 renewenvironment{lyxgreyedout}
31113 \end_layout
31114
31115 \begin_layout Plain Layout
31116
31117 {
31118 \backslash
31119 textcolor[gray]{0.8}
31120 \backslash
31121 bgroup}{
31122 \backslash
31123 egroup}
31124 \end_layout
31125
31126 \end_inset
31127
31128
31129 \begin_inset Note Greyedout
31130 status open
31131
31132 \begin_layout Plain Layout
31133 This is text of a comment that appears grey in the output.
31134 \end_layout
31135
31136 \end_inset
31137
31138
31139 \begin_inset ERT
31140 status collapsed
31141
31142 \begin_layout Plain Layout
31143
31144
31145 \backslash
31146 renewenvironment{lyxgreyedout}
31147 \end_layout
31148
31149 \begin_layout Plain Layout
31150
31151 {
31152 \backslash
31153 textcolor{blue}
31154 \backslash
31155 bgroup}{
31156 \backslash
31157 egroup}
31158 \end_layout
31159
31160 \end_inset
31161
31162
31163 \begin_inset Note Note
31164 status collapsed
31165
31166 \begin_layout Plain Layout
31167 The greyed out note is here redefined to show it with the original \SpecialChar LyX
31168  definition
31169  because greyed out notes are redefined in the preamble of this document,
31170  as described below, to have blue text.
31171 \end_layout
31172
31173 \end_inset
31174
31175
31176 \begin_inset Newline newline
31177 \end_inset
31178
31179
31180 \begin_inset Newline newline
31181 \end_inset
31182
31183 As you can see in the example, the first line of greyed out notes is a bit
31184  indented and greyed out notes can have footnotes.
31185 \end_layout
31186
31187 \begin_layout Standard
31188 \begin_inset VSpace bigskip
31189 \end_inset
31190
31191 When you use the toolbar button 
31192 \begin_inset Info
31193 type  "icon"
31194 arg   "note-insert"
31195 \end_inset
31196
31197  to insert notes, a 
31198 \family sans
31199 \SpecialChar LyX
31200
31201 \begin_inset space ~
31202 \end_inset
31203
31204 Note
31205 \family default
31206  is inserted.
31207  You can switch between the three note types by right-clicking on the note-box.
31208  
31209 \family roman
31210 \series medium
31211 \bar no
31212 If you want to turn existing text into a note, mark it and click on the
31213  note
31214 \family default
31215 \series default
31216 \bar default
31217  toolbar 
31218 \family roman
31219 \series medium
31220 \bar no
31221 button
31222 \family default
31223 \series default
31224 \bar default
31225 .
31226  To change a note to text, press the backspace key when the cursor is in
31227  the first position of a note, or press the delete key when the cursor is
31228  in the very last position of the note, respectively.
31229 \end_layout
31230
31231 \begin_layout Standard
31232 \begin_inset VSpace bigskip
31233 \end_inset
31234
31235 You can change the text color of the greyed out notes in the menu 
31236 \family sans
31237 Document\SpecialChar menuseparator
31238 Settings\SpecialChar menuseparator
31239 Colors
31240 \family default
31241 .
31242 \end_layout
31243
31244 \begin_layout Section
31245 Footnotes
31246 \begin_inset CommandInset label
31247 LatexCommand label
31248 name "sec:Footnotes"
31249
31250 \end_inset
31251
31252
31253 \begin_inset Index idx
31254 status collapsed
31255
31256 \begin_layout Plain Layout
31257 Notes ! Footnotes
31258 \end_layout
31259
31260 \end_inset
31261
31262
31263 \begin_inset Index idx
31264 status collapsed
31265
31266 \begin_layout Plain Layout
31267 Footnotes
31268 \end_layout
31269
31270 \end_inset
31271
31272
31273 \end_layout
31274
31275 \begin_layout Standard
31276 Footnotes can be inserted using the toolbar button 
31277 \begin_inset Info
31278 type  "icon"
31279 arg   "footnote-insert"
31280 \end_inset
31281
31282  or the menu 
31283 \family sans
31284 Insert\SpecialChar menuseparator
31285 Footnote
31286 \family default
31287 .
31288  You will then see the following footnote-box: 
31289 \begin_inset Graphics
31290         filename clipart/footnote.png
31291         scale 95
31292         scaleBeforeRotation
31293
31294 \end_inset
31295
31296  
31297 \family roman
31298 \series medium
31299 \bar no
31300 where you can enter the footnote text.
31301  If you want to turn existing text into a footnote, mark it and click on
31302  the footnote
31303 \family default
31304 \series default
31305 \bar default
31306  toolbar 
31307 \family roman
31308 \series medium
31309 \bar no
31310 button
31311 \family default
31312 \series default
31313 \bar default
31314 .
31315  To change a 
31316 \family roman
31317 \series medium
31318 \bar no
31319 footnote
31320 \family default
31321 \series default
31322 \bar default
31323  to text, press the 
31324 \family sans
31325 Backspace
31326 \family default
31327  key when the cursor is in the first position of a 
31328 \family roman
31329 \series medium
31330 \bar no
31331 footnote
31332 \family default
31333 \series default
31334 \bar default
31335 , or press the 
31336 \family sans
31337 Delete
31338 \family default
31339  key when the cursor is in the very last position of the 
31340 \family roman
31341 \series medium
31342 \bar no
31343 footnote
31344 \family default
31345 \series default
31346 \bar default
31347 , respectively.
31348 \end_layout
31349
31350 \begin_layout Standard
31351 Here is an example footnote:
31352 \family roman
31353 \series medium
31354 \bar no
31355
31356 \begin_inset Foot
31357 status open
31358
31359 \begin_layout Plain Layout
31360 \begin_inset CommandInset label
31361 LatexCommand label
31362 name "foot:This-is-an"
31363
31364 \end_inset
31365
31366 This is an example footnote.
31367 \end_layout
31368
31369 \end_inset
31370
31371
31372 \family default
31373 \series default
31374 \bar default
31375
31376 \begin_inset ERT
31377 status collapsed
31378
31379 \begin_layout Plain Layout
31380
31381
31382 \backslash
31383 newcounter{MyRepeatFoot}
31384 \end_layout
31385
31386 \begin_layout Plain Layout
31387
31388
31389 \backslash
31390 setcounter{MyRepeatFoot}{
31391 \backslash
31392 thefootnote}
31393 \end_layout
31394
31395 \end_inset
31396
31397
31398 \end_layout
31399
31400 \begin_layout Standard
31401 The footnote will appear in the output as a superscript number at the text
31402  position where the footnote box is placed.
31403  The footnote text is placed at the bottom of the current page.
31404  The footnote number is calculated by \SpecialChar LaTeX
31405 ; the numbers are consecutive.
31406  Whether the footnote number is reset for every chapter depends on your
31407  document class.
31408 \end_layout
31409
31410 \begin_layout Standard
31411 Footnotes can be referenced like floats: Insert a label into the footnote
31412  and cross-reference this label in the text as described in section
31413 \begin_inset space ~
31414 \end_inset
31415
31416
31417 \begin_inset CommandInset ref
31418 LatexCommand ref
31419 reference "sec:Referencing-Floats"
31420
31421 \end_inset
31422
31423 .
31424 \begin_inset Newline newline
31425 \end_inset
31426
31427 This is a cross-reference of Footnote
31428 \begin_inset space ~
31429 \end_inset
31430
31431
31432 \begin_inset CommandInset ref
31433 LatexCommand ref
31434 reference "foot:This-is-an"
31435
31436 \end_inset
31437
31438 .
31439 \end_layout
31440
31441 \begin_layout Standard
31442 \begin_inset VSpace defskip
31443 \end_inset
31444
31445 Footnotes in title environments are usually not numbered with symbols and
31446  they cannot contain several paragraphs.
31447  See for example the footnote in the titling of this document.
31448 \end_layout
31449
31450 \begin_layout Standard
31451 \begin_inset VSpace defskip
31452 \end_inset
31453
31454 Footnotes in tables are not printed by \SpecialChar LaTeX
31455  due to technical reasons.
31456  However there exists another method to print them: Instead of the footnote
31457  the command 
31458 \series bold
31459
31460 \backslash
31461 footnotemark{}
31462 \series default
31463  is inserted as \SpecialChar TeX
31464  code.
31465  The text of the footnote is entered as an argument of the \SpecialChar TeX
31466  code command
31467  
31468 \series bold
31469
31470 \backslash
31471 footnotetext
31472 \series default
31473  after the table.
31474 \begin_inset Newline newline
31475 \end_inset
31476
31477 This was done for the following table with the command
31478 \end_layout
31479
31480 \begin_layout Standard
31481
31482 \series bold
31483
31484 \backslash
31485 footnotetext{
31486 \series default
31487 Printed table footnote.
31488 \series bold
31489 }
31490 \end_layout
31491
31492 \begin_layout Standard
31493 \begin_inset Tabular
31494 <lyxtabular version="3" rows="2" columns="1">
31495 <features tabularvalignment="middle">
31496 <column alignment="center" valignment="top">
31497 <row>
31498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31499 \begin_inset Text
31500
31501 \begin_layout Plain Layout
31502 This an example text.
31503 \begin_inset Foot
31504 status open
31505
31506 \begin_layout Plain Layout
31507 This footnote will not be printed!
31508 \end_layout
31509
31510 \end_inset
31511
31512
31513 \end_layout
31514
31515 \end_inset
31516 </cell>
31517 </row>
31518 <row>
31519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31520 \begin_inset Text
31521
31522 \begin_layout Plain Layout
31523 This an example text.
31524 \begin_inset ERT
31525 status collapsed
31526
31527 \begin_layout Plain Layout
31528
31529
31530 \backslash
31531 footnotemark{}
31532 \end_layout
31533
31534 \end_inset
31535
31536
31537 \end_layout
31538
31539 \end_inset
31540 </cell>
31541 </row>
31542 </lyxtabular>
31543
31544 \end_inset
31545
31546
31547 \begin_inset ERT
31548 status collapsed
31549
31550 \begin_layout Plain Layout
31551
31552
31553 \backslash
31554 footnotetext{
31555 \end_layout
31556
31557 \end_inset
31558
31559 Printed table footnote.
31560 \begin_inset ERT
31561 status collapsed
31562
31563 \begin_layout Plain Layout
31564
31565 }
31566 \end_layout
31567
31568 \end_inset
31569
31570
31571 \end_layout
31572
31573 \begin_layout Standard
31574 Footnotes in multi-page tables are described in section
31575 \begin_inset space ~
31576 \end_inset
31577
31578
31579 \begin_inset CommandInset ref
31580 LatexCommand ref
31581 reference "subsec:Footnotes-in-Multi-page"
31582
31583 \end_inset
31584
31585 .
31586 \end_layout
31587
31588 \begin_layout Standard
31589 Footnotes in minipage boxes are printed, but inside the box and with a different
31590  numbering because a minipage box is like a page inside a page.
31591  (For more about minipages, see section
31592 \begin_inset space ~
31593 \end_inset
31594
31595
31596 \begin_inset CommandInset ref
31597 LatexCommand ref
31598 reference "sec:Minipages"
31599
31600 \end_inset
31601
31602 .) To get a footnote in the minipage that is output at the bottom of the
31603  page like normal footnotes, also use the method of 
31604 \series bold
31605
31606 \backslash
31607 footnotemark{}
31608 \series default
31609  and 
31610 \series bold
31611
31612 \backslash
31613 footnotetext
31614 \series default
31615 .
31616 \end_layout
31617
31618 \begin_layout Standard
31619 \begin_inset Box Frameless
31620 position "t"
31621 hor_pos "c"
31622 has_inner_box 1
31623 inner_pos "t"
31624 use_parbox 0
31625 use_makebox 0
31626 width "100col%"
31627 special "none"
31628 height "1in"
31629 height_special "totalheight"
31630 thickness "0.4pt"
31631 separation "3pt"
31632 shadowsize "4pt"
31633 framecolor "black"
31634 backgroundcolor "none"
31635 status open
31636
31637 \begin_layout Plain Layout
31638 This an example text in a minipage.
31639 \begin_inset Foot
31640 status open
31641
31642 \begin_layout Plain Layout
31643 Footnote in the minipage.
31644 \end_layout
31645
31646 \end_inset
31647
31648
31649 \end_layout
31650
31651 \begin_layout Plain Layout
31652 This an example text in a minipage.
31653 \begin_inset ERT
31654 status collapsed
31655
31656 \begin_layout Plain Layout
31657
31658
31659 \backslash
31660 footnotemark{}
31661 \end_layout
31662
31663 \end_inset
31664
31665
31666 \end_layout
31667
31668 \end_inset
31669
31670
31671 \end_layout
31672
31673 \begin_layout Standard
31674 \begin_inset ERT
31675 status collapsed
31676
31677 \begin_layout Plain Layout
31678
31679
31680 \backslash
31681 footnotetext{
31682 \end_layout
31683
31684 \end_inset
31685
31686 Footnote outside the minipage.
31687 \begin_inset ERT
31688 status collapsed
31689
31690 \begin_layout Plain Layout
31691
31692 }
31693 \end_layout
31694
31695 \end_inset
31696
31697
31698 \end_layout
31699
31700 \begin_layout Standard
31701 \begin_inset VSpace defskip
31702 \end_inset
31703
31704
31705 \end_layout
31706
31707 \begin_layout Standard
31708 To refer to the same footnote several times without printing the footnote
31709  text every time, use the command 
31710 \series bold
31711
31712 \backslash
31713 footnotemark[number]
31714 \series default
31715  in \SpecialChar TeX
31716  code.
31717 \begin_inset Newline newline
31718 \end_inset
31719
31720 As you do not know the number of the repeating footnote while you are writing
31721  the text, you have to store its number.
31722  For the following footnote mark example, these commands were inserted in
31723  \SpecialChar TeX
31724  code after Footnote
31725 \begin_inset space ~
31726 \end_inset
31727
31728
31729 \begin_inset CommandInset ref
31730 LatexCommand ref
31731 reference "foot:This-is-an"
31732
31733 \end_inset
31734
31735  to store the footnote number:
31736 \end_layout
31737
31738 \begin_layout Standard
31739
31740 \series bold
31741
31742 \backslash
31743 newcounter{MyRepeatFoot}
31744 \begin_inset Newline newline
31745 \end_inset
31746
31747
31748 \backslash
31749 setcounter{MyRepeatFoot}{
31750 \backslash
31751 thefootnote}
31752 \end_layout
31753
31754 \begin_layout Standard
31755 The footnote mark was then created with this command:
31756 \end_layout
31757
31758 \begin_layout Standard
31759
31760 \series bold
31761
31762 \backslash
31763 footnotemark[
31764 \backslash
31765 theMyRepeatFoot]
31766 \end_layout
31767
31768 \begin_layout Standard
31769 Here is a repeated footnote:
31770 \family roman
31771 \series medium
31772 \bar no
31773
31774 \begin_inset ERT
31775 status collapsed
31776
31777 \begin_layout Plain Layout
31778
31779
31780 \backslash
31781 footnotemark[
31782 \backslash
31783 theMyRepeatFoot]
31784 \end_layout
31785
31786 \end_inset
31787
31788
31789 \end_layout
31790
31791 \begin_layout Standard
31792 If you want to repeat the previous footnote, you can omit the storage of
31793  the footnote number and just use this command instead:
31794 \end_layout
31795
31796 \begin_layout Standard
31797
31798 \series bold
31799
31800 \backslash
31801 footnotemark[
31802 \backslash
31803 thefootnote]
31804 \end_layout
31805
31806 \begin_layout Standard
31807 Here is another repeated footnote:
31808 \family roman
31809 \series medium
31810 \bar no
31811
31812 \begin_inset ERT
31813 status collapsed
31814
31815 \begin_layout Plain Layout
31816
31817
31818 \backslash
31819 footnotemark[
31820 \backslash
31821 thefootnote]
31822 \end_layout
31823
31824 \end_inset
31825
31826
31827 \end_layout
31828
31829 \begin_layout Subsection
31830 Footnote Numbering
31831 \begin_inset CommandInset label
31832 LatexCommand label
31833 name "subsec:Footnote-Numbering"
31834
31835 \end_inset
31836
31837
31838 \begin_inset Index idx
31839 status collapsed
31840
31841 \begin_layout Plain Layout
31842 Footnotes ! Numbering
31843 \end_layout
31844
31845 \end_inset
31846
31847
31848 \end_layout
31849
31850 \begin_layout Standard
31851 To reset the footnote number back to 1 after each section
31852 \family roman
31853 , add this command to your document preamble:
31854 \end_layout
31855
31856 \begin_layout Standard
31857
31858 \series bold
31859
31860 \backslash
31861 @addtoreset{footnote}{section}
31862 \end_layout
31863
31864 \begin_layout Standard
31865 \begin_inset VSpace bigskip
31866 \end_inset
31867
31868 The following preamble command changes the footnote numbering style to small
31869  roman numerals:
31870 \end_layout
31871
31872 \begin_layout Standard
31873
31874 \series bold
31875
31876 \backslash
31877 renewcommand{
31878 \backslash
31879 thefootnote}{
31880 \backslash
31881 roman{footnote}}
31882 \end_layout
31883
31884 \begin_layout Standard
31885 \begin_inset ERT
31886 status collapsed
31887
31888 \begin_layout Plain Layout
31889
31890
31891 \backslash
31892 renewcommand{
31893 \backslash
31894 thefootnote}{
31895 \backslash
31896 roman{footnote}}
31897 \end_layout
31898
31899 \end_inset
31900
31901  This is a footnote with roman numbering:
31902 \begin_inset Foot
31903 status open
31904
31905 \begin_layout Plain Layout
31906 This is an example footnote with roman numbering.
31907 \end_layout
31908
31909 \end_inset
31910
31911
31912 \end_layout
31913
31914 \begin_layout Standard
31915 To change the numbering style to capital roman numerals replace in the command
31916  above 
31917 \series bold
31918
31919 \backslash
31920 roman
31921 \series default
31922  by 
31923 \series bold
31924
31925 \backslash
31926 Roman
31927 \series default
31928 .
31929  To 
31930 \begin_inset Quotes eld
31931 \end_inset
31932
31933 number
31934 \begin_inset Quotes erd
31935 \end_inset
31936
31937  footnotes with capital or small Latin letters use 
31938 \series bold
31939
31940 \backslash
31941 Alph
31942 \series default
31943  or 
31944 \series bold
31945
31946 \backslash
31947 alph
31948 \series default
31949 , respectively.
31950  To 
31951 \begin_inset Quotes eld
31952 \end_inset
31953
31954 number
31955 \begin_inset Quotes erd
31956 \end_inset
31957
31958  footnotes with symbols use 
31959 \series bold
31960
31961 \backslash
31962 fnsymbol
31963 \series default
31964 .
31965 \end_layout
31966
31967 \begin_layout Standard
31968 \begin_inset Note Greyedout
31969 status open
31970
31971 \begin_layout Plain Layout
31972
31973 \series bold
31974 Note:
31975 \series default
31976  You can only number 26 footnotes with Latin letters, because this numbering
31977  is limited to single letters.
31978 \end_layout
31979
31980 \end_inset
31981
31982
31983 \begin_inset Newline newline
31984 \end_inset
31985
31986
31987 \begin_inset Note Greyedout
31988 status open
31989
31990 \begin_layout Plain Layout
31991
31992 \series bold
31993 Note:
31994 \series default
31995  You can only number 9 footnotes with symbols.
31996 \end_layout
31997
31998 \end_inset
31999
32000
32001 \end_layout
32002
32003 \begin_layout Standard
32004 To return to the default numbering style after you have changed to another
32005  one, use 
32006 \series bold
32007
32008 \backslash
32009 arabic
32010 \series default
32011  instead of 
32012 \series bold
32013
32014 \backslash
32015 roman
32016 \series default
32017  in the command above.
32018 \begin_inset ERT
32019 status collapsed
32020
32021 \begin_layout Plain Layout
32022
32023
32024 \backslash
32025 renewcommand{
32026 \backslash
32027 thefootnote}{
32028 \backslash
32029 arabic{footnote}}
32030 \end_layout
32031
32032 \end_inset
32033
32034
32035 \end_layout
32036
32037 \begin_layout Standard
32038 \begin_inset VSpace bigskip
32039 \end_inset
32040
32041
32042 \end_layout
32043
32044 \begin_layout Standard
32045 If you want to have footnotes numbered in the scheme 
32046 \begin_inset Quotes eld
32047 \end_inset
32048
32049 chapter.footnote
32050 \begin_inset Quotes erd
32051 \end_inset
32052
32053 , add the following command to your document preamble:
32054 \end_layout
32055
32056 \begin_layout Standard
32057
32058 \series bold
32059
32060 \backslash
32061 numberwithin{footnote}{chapter}
32062 \end_layout
32063
32064 \begin_layout Standard
32065 To be able to use the command 
32066 \series bold
32067
32068 \backslash
32069 numberwithin
32070 \series default
32071 , set in the tab 
32072 \family sans
32073 Math
32074 \begin_inset space ~
32075 \end_inset
32076
32077 Options
32078 \family default
32079  in the document settings the option 
32080 \family sans
32081 Use
32082 \begin_inset space ~
32083 \end_inset
32084
32085 AMS
32086 \begin_inset space ~
32087 \end_inset
32088
32089 math
32090 \begin_inset space ~
32091 \end_inset
32092
32093 package
32094 \family default
32095 .
32096 \end_layout
32097
32098 \begin_layout Standard
32099 \begin_inset ERT
32100 status collapsed
32101
32102 \begin_layout Plain Layout
32103
32104
32105 \backslash
32106 numberwithin{footnote}{chapter}
32107 \end_layout
32108
32109 \end_inset
32110
32111 This is another example footnote:
32112 \series bold
32113
32114 \begin_inset Foot
32115 status open
32116
32117 \begin_layout Plain Layout
32118 This is a footnote numbered in the scheme 
32119 \begin_inset Quotes eld
32120 \end_inset
32121
32122 chapter.footnote
32123 \begin_inset Quotes erd
32124 \end_inset
32125
32126 .
32127 \end_layout
32128
32129 \end_inset
32130
32131
32132 \series default
32133
32134 \begin_inset ERT
32135 status collapsed
32136
32137 \begin_layout Plain Layout
32138
32139
32140 \backslash
32141 renewcommand{
32142 \backslash
32143 thefootnote}{
32144 \backslash
32145 arabic{footnote}}
32146 \end_layout
32147
32148 \end_inset
32149
32150
32151 \end_layout
32152
32153 \begin_layout Standard
32154 \begin_inset Note Greyedout
32155 status open
32156
32157 \begin_layout Plain Layout
32158
32159 \series bold
32160 Note:
32161 \series default
32162  
32163 \series bold
32164
32165 \backslash
32166 numberwithin
32167 \series default
32168  always prints out the footnote number as arabic number; previous redefinitions
32169  to get non-arabic numbers are overwritten.
32170 \end_layout
32171
32172 \end_inset
32173
32174
32175 \end_layout
32176
32177 \begin_layout Standard
32178 So to get for example the scheme 
32179 \begin_inset Quotes eld
32180 \end_inset
32181
32182 chapter.
32183 \backslash
32184 Roman{footnote}
32185 \begin_inset Quotes erd
32186 \end_inset
32187
32188 , use this command instead of 
32189 \series bold
32190
32191 \backslash
32192 numberwithin
32193 \series default
32194 :
32195 \end_layout
32196
32197 \begin_layout Standard
32198
32199 \series bold
32200
32201 \backslash
32202 renewcommand{
32203 \backslash
32204 thefootnote}{
32205 \backslash
32206 thechapter.
32207 \backslash
32208 Roman{footnote}}
32209 \end_layout
32210
32211 \begin_layout Subsection
32212 Footnote Placement
32213 \begin_inset Index idx
32214 status collapsed
32215
32216 \begin_layout Plain Layout
32217 Footnotes ! Placement
32218 \end_layout
32219
32220 \end_inset
32221
32222
32223 \end_layout
32224
32225 \begin_layout Standard
32226 If you have several footnotes in one page, they appear without vertical
32227  space between them at the bottom of the page.
32228  To make them more readable you can e.
32229 \begin_inset space \thinspace{}
32230 \end_inset
32231
32232 g.
32233 \begin_inset space \space{}
32234 \end_inset
32235
32236 add 1.5
32237 \begin_inset space \thinspace{}
32238 \end_inset
32239
32240 mm space with the following preamble command:
32241 \end_layout
32242
32243 \begin_layout Standard
32244
32245 \series bold
32246
32247 \backslash
32248 let
32249 \backslash
32250 myFoot
32251 \backslash
32252 footnote
32253 \begin_inset Newline newline
32254 \end_inset
32255
32256
32257 \backslash
32258 renewcommand{
32259 \backslash
32260 footnote}[1]{
32261 \backslash
32262 myFoot{#1
32263 \backslash
32264 vspace{1.5mm}}}
32265 \end_layout
32266
32267 \begin_layout Standard
32268 \begin_inset VSpace bigskip
32269 \end_inset
32270
32271 In a two-column document the footnotes appear at the bottom of every column,
32272  see Figure
32273 \begin_inset space ~
32274 \end_inset
32275
32276
32277 \begin_inset CommandInset ref
32278 LatexCommand ref
32279 reference "fig:Standard-footnote-placement"
32280
32281 \end_inset
32282
32283 .
32284  If the footnotes should only appear at the bottom of the right column,
32285  as in Figure
32286 \begin_inset space ~
32287 \end_inset
32288
32289
32290 \begin_inset CommandInset ref
32291 LatexCommand ref
32292 reference "fig:Footnote-placement-in"
32293
32294 \end_inset
32295
32296 , use the \SpecialChar LaTeX
32297 -package 
32298 \series bold
32299 ftnright
32300 \series default
32301
32302 \begin_inset Index idx
32303 status collapsed
32304
32305 \begin_layout Plain Layout
32306 \SpecialChar LaTeX
32307 -packages ! ftnright
32308 \end_layout
32309
32310 \end_inset
32311
32312  with this command in the document preamble:
32313 \end_layout
32314
32315 \begin_layout Standard
32316
32317 \series bold
32318
32319 \backslash
32320 usepackage{ftnright}
32321 \end_layout
32322
32323 \begin_layout Standard
32324 \begin_inset Float figure
32325 placement !h
32326 wide false
32327 sideways false
32328 status open
32329
32330 \begin_layout Plain Layout
32331 \noindent
32332 \align center
32333 \begin_inset Box Boxed
32334 position "t"
32335 hor_pos "c"
32336 has_inner_box 0
32337 inner_pos "t"
32338 use_parbox 0
32339 use_makebox 0
32340 width ""
32341 special "none"
32342 height "1in"
32343 height_special "totalheight"
32344 thickness "0.4pt"
32345 separation "3pt"
32346 shadowsize "4pt"
32347 framecolor "black"
32348 backgroundcolor "none"
32349 status open
32350
32351 \begin_layout Plain Layout
32352 \begin_inset Graphics
32353         filename clipart/without_fntright.pdf
32354         width 100col%
32355         scaleBeforeRotation
32356
32357 \end_inset
32358
32359
32360 \end_layout
32361
32362 \end_inset
32363
32364
32365 \end_layout
32366
32367 \begin_layout Plain Layout
32368 \begin_inset Caption Standard
32369
32370 \begin_layout Plain Layout
32371 \begin_inset CommandInset label
32372 LatexCommand label
32373 name "fig:Standard-footnote-placement"
32374
32375 \end_inset
32376
32377 Standard footnote placement in two-column documents.
32378 \end_layout
32379
32380 \end_inset
32381
32382
32383 \end_layout
32384
32385 \end_inset
32386
32387
32388 \end_layout
32389
32390 \begin_layout Standard
32391 \begin_inset Float figure
32392 placement !h
32393 wide false
32394 sideways false
32395 status open
32396
32397 \begin_layout Plain Layout
32398 \noindent
32399 \align center
32400 \begin_inset Box Boxed
32401 position "t"
32402 hor_pos "c"
32403 has_inner_box 0
32404 inner_pos "t"
32405 use_parbox 0
32406 use_makebox 0
32407 width ""
32408 special "none"
32409 height "1in"
32410 height_special "totalheight"
32411 thickness "0.4pt"
32412 separation "3pt"
32413 shadowsize "4pt"
32414 framecolor "black"
32415 backgroundcolor "none"
32416 status open
32417
32418 \begin_layout Plain Layout
32419 \begin_inset Graphics
32420         filename clipart/with_fntright.pdf
32421         width 100col%
32422         scaleBeforeRotation
32423
32424 \end_inset
32425
32426
32427 \end_layout
32428
32429 \end_inset
32430
32431
32432 \end_layout
32433
32434 \begin_layout Plain Layout
32435 \begin_inset Caption Standard
32436
32437 \begin_layout Plain Layout
32438 \begin_inset CommandInset label
32439 LatexCommand label
32440 name "fig:Footnote-placement-in"
32441
32442 \end_inset
32443
32444 Footnote placement in two-column documents when the \SpecialChar LaTeX
32445 -package 
32446 \series bold
32447 ftnright
32448 \series default
32449  is used.
32450 \end_layout
32451
32452 \end_inset
32453
32454
32455 \end_layout
32456
32457 \end_inset
32458
32459
32460 \end_layout
32461
32462 \begin_layout Standard
32463 \begin_inset VSpace bigskip
32464 \end_inset
32465
32466 In some scientific literature it is usual to collect the footnotes and print
32467  them in a separate paragraph at the end of a section, as in Figure
32468 \begin_inset space ~
32469 \end_inset
32470
32471
32472 \begin_inset CommandInset ref
32473 LatexCommand ref
32474 reference "fig:Endnotes"
32475
32476 \end_inset
32477
32478 .
32479  They are then called 
32480 \begin_inset Quotes eld
32481 \end_inset
32482
32483 endnotes
32484 \begin_inset Quotes erd
32485 \end_inset
32486
32487 .
32488 \begin_inset Index idx
32489 status collapsed
32490
32491 \begin_layout Plain Layout
32492 Endnotes
32493 \end_layout
32494
32495 \end_inset
32496
32497  To use endnotes instead of footnotes in your document, load in the menu
32498  
32499 \family sans
32500 Document\SpecialChar menuseparator
32501 Settings\SpecialChar menuseparator
32502 Modules 
32503 \family default
32504 the module 
32505 \family sans
32506 Foot
32507 \begin_inset space ~
32508 \end_inset
32509
32510 to
32511 \begin_inset space ~
32512 \end_inset
32513
32514 End
32515 \family default
32516 .
32517  To insert the collected footnotes, insert the command
32518 \end_layout
32519
32520 \begin_layout Standard
32521
32522 \series bold
32523
32524 \backslash
32525 theendnotes
32526 \end_layout
32527
32528 \begin_layout Standard
32529 in \SpecialChar TeX
32530  Code at the end of a section or chapter.
32531 \end_layout
32532
32533 \begin_layout Standard
32534 \begin_inset Float figure
32535 wide false
32536 sideways false
32537 status open
32538
32539 \begin_layout Plain Layout
32540 \noindent
32541 \align center
32542 \begin_inset Box Boxed
32543 position "t"
32544 hor_pos "c"
32545 has_inner_box 0
32546 inner_pos "t"
32547 use_parbox 0
32548 use_makebox 0
32549 width ""
32550 special "none"
32551 height "1in"
32552 height_special "totalheight"
32553 thickness "0.4pt"
32554 separation "3pt"
32555 shadowsize "4pt"
32556 framecolor "black"
32557 backgroundcolor "none"
32558 status open
32559
32560 \begin_layout Plain Layout
32561 \begin_inset Graphics
32562         filename clipart/endnotes.pdf
32563         width 100col%
32564         scaleBeforeRotation
32565
32566 \end_inset
32567
32568
32569 \end_layout
32570
32571 \end_inset
32572
32573
32574 \end_layout
32575
32576 \begin_layout Plain Layout
32577 \begin_inset Caption Standard
32578
32579 \begin_layout Plain Layout
32580 \begin_inset CommandInset label
32581 LatexCommand label
32582 name "fig:Endnotes"
32583
32584 \end_inset
32585
32586 Endnotes â€“ footnotes are printed in a separate paragraph at the end of sections
32587  or chapters.
32588 \end_layout
32589
32590 \end_inset
32591
32592
32593 \end_layout
32594
32595 \end_inset
32596
32597
32598 \end_layout
32599
32600 \begin_layout Standard
32601 \begin_inset VSpace medskip
32602 \end_inset
32603
32604 The paragraph heading for the endnotes isn't automatically translated into
32605  the document language, this must be done manually.
32606  The following preamble command translates the default English 
32607 \begin_inset Quotes eld
32608 \end_inset
32609
32610 Notes
32611 \begin_inset Quotes erd
32612 \end_inset
32613
32614  into the German 
32615 \begin_inset Quotes eld
32616 \end_inset
32617
32618 Anmerkungen
32619 \begin_inset Quotes erd
32620 \end_inset
32621
32622 :
32623 \end_layout
32624
32625 \begin_layout Standard
32626
32627 \series bold
32628
32629 \backslash
32630 renewcommand{
32631 \backslash
32632 notesname}{Anmerkungen}
32633 \end_layout
32634
32635 \begin_layout Standard
32636 \begin_inset VSpace medskip
32637 \end_inset
32638
32639 The numbering of endnotes can be changed like the footnote numbering as
32640  described in section
32641 \begin_inset space ~
32642 \end_inset
32643
32644
32645 \begin_inset CommandInset ref
32646 LatexCommand ref
32647 reference "subsec:Footnote-Numbering"
32648
32649 \end_inset
32650
32651 ; just replace the command 
32652 \series bold
32653
32654 \backslash
32655 thefootnote
32656 \series default
32657  by 
32658 \series bold
32659
32660 \backslash
32661 theendnote
32662 \series default
32663 .
32664  To reset the endnote number use the command 
32665 \series bold
32666
32667 \backslash
32668 @addtoreset
32669 \series default
32670  as described in section
32671 \begin_inset space ~
32672 \end_inset
32673
32674
32675 \begin_inset CommandInset ref
32676 LatexCommand ref
32677 reference "subsec:Footnote-Numbering"
32678
32679 \end_inset
32680
32681  and replace the command parameter 
32682 \series bold
32683 footnote
32684 \series default
32685  by 
32686 \series bold
32687 endnote
32688 \series default
32689 .
32690 \end_layout
32691
32692 \begin_layout Standard
32693 For endnotes there is the command 
32694 \series bold
32695
32696 \backslash
32697 endnotemark[number]
32698 \series default
32699  similar to the command 
32700 \series bold
32701
32702 \backslash
32703 footnotemark
32704 \series default
32705 , that is described in section
32706 \begin_inset space ~
32707 \end_inset
32708
32709
32710 \begin_inset CommandInset ref
32711 LatexCommand ref
32712 reference "sec:Footnotes"
32713
32714 \end_inset
32715
32716 .
32717 \end_layout
32718
32719 \begin_layout Standard
32720 \begin_inset VSpace bigskip
32721 \end_inset
32722
32723 Footnotes can also be placed in the page margin and the footnote text alignment
32724  can be changed, see the \SpecialChar LaTeX
32725 -package 
32726 \series bold
32727 footmisc
32728 \series default
32729
32730 \begin_inset Index idx
32731 status collapsed
32732
32733 \begin_layout Plain Layout
32734 \SpecialChar LaTeX
32735 -packages ! footmisc
32736 \end_layout
32737
32738 \end_inset
32739
32740
32741 \begin_inset CommandInset citation
32742 LatexCommand cite
32743 key "footmisc"
32744 literal "true"
32745
32746 \end_inset
32747
32748  for more information about this.
32749 \end_layout
32750
32751 \begin_layout Standard
32752 For various further footnote formatting issues have a look at \SpecialChar LaTeX
32753 -books, 
32754 \begin_inset CommandInset citation
32755 LatexCommand cite
32756 key "latexcompanion,latexguide,latexbook"
32757 literal "true"
32758
32759 \end_inset
32760
32761 .
32762  If you are using a 
32763 \series bold
32764 KOMA-Script
32765 \series default
32766
32767 \begin_inset Index idx
32768 status collapsed
32769
32770 \begin_layout Plain Layout
32771 \SpecialChar LaTeX
32772 -packages ! KOMA-Script
32773 \end_layout
32774
32775 \end_inset
32776
32777  document class, you can adjust all footnote settings using class-specific
32778  commands, see 
32779 \begin_inset CommandInset citation
32780 LatexCommand cite
32781 key "KOMA-Script"
32782 literal "true"
32783
32784 \end_inset
32785
32786 .
32787 \end_layout
32788
32789 \begin_layout Section
32790 Margin Notes
32791 \begin_inset Index idx
32792 status collapsed
32793
32794 \begin_layout Plain Layout
32795 Notes ! Margin Notes
32796 \end_layout
32797
32798 \end_inset
32799
32800
32801 \end_layout
32802
32803 \begin_layout Standard
32804 Margin notes look and behave in \SpecialChar LyX
32805  like footnotes.
32806  They are inserted via the menu 
32807 \family sans
32808 Insert\SpecialChar menuseparator
32809 Marginal
32810 \begin_inset space ~
32811 \end_inset
32812
32813 Note
32814 \family default
32815  or the toolbar button 
32816 \begin_inset Info
32817 type  "icon"
32818 arg   "marginalnote-insert"
32819 \end_inset
32820
32821 .
32822  A grey 
32823 \family roman
32824 \series medium
32825 box with the
32826 \family default
32827 \series default
32828  red 
32829 \family roman
32830 \series medium
32831 label 
32832 \begin_inset Quotes eld
32833 \end_inset
32834
32835 margin
32836 \begin_inset Quotes erd
32837 \end_inset
32838
32839  appears where you can enter the text of the margin note.
32840 \end_layout
32841
32842 \begin_layout Standard
32843 At the side is an example margin note.
32844
32845 \family roman
32846 \series medium
32847  
32848 \begin_inset Marginal
32849 status open
32850
32851 \begin_layout Plain Layout
32852 This is a margin note.
32853 \end_layout
32854
32855 \end_inset
32856
32857
32858 \end_layout
32859
32860 \begin_layout Standard
32861 Margin notes appear at the right side in single-sided documents.
32862  In double-sided documents they appear in the outer margin â€“ left on even
32863  pages, right on odd pages.
32864  The text of margin notes is aligned opposite to the outer margin â€“ right-aligne
32865 d when the note appears in the left margin.
32866  The first line of the margin note is placed at the position of the text
32867  line where it is inserted in the document.
32868 \end_layout
32869
32870 \begin_layout Standard
32871 \begin_inset VSpace bigskip
32872 \end_inset
32873
32874 To place the margin note in the inner margin, add the command
32875 \end_layout
32876
32877 \begin_layout Standard
32878
32879 \series bold
32880
32881 \backslash
32882 reversemarginpar
32883 \end_layout
32884
32885 \begin_layout Standard
32886 in \SpecialChar TeX
32887  Code before a margin note.
32888  The new placement is valid for all subsequent margin notes.
32889  
32890 \begin_inset ERT
32891 status collapsed
32892
32893 \begin_layout Plain Layout
32894
32895
32896 \backslash
32897 reversemarginpar 
32898 \end_layout
32899
32900 \end_inset
32901
32902
32903 \begin_inset Marginal
32904 status open
32905
32906 \begin_layout Plain Layout
32907 This is a margin note in the inner margin.
32908 \end_layout
32909
32910 \end_inset
32911
32912
32913 \series bold
32914
32915 \begin_inset Newline newline
32916 \end_inset
32917
32918
32919 \series default
32920
32921 \begin_inset Note Greyedout
32922 status open
32923
32924 \begin_layout Plain Layout
32925
32926 \series bold
32927 Note:
32928 \series default
32929  There is often not enough space in the inner margin so that the notes are
32930  not correctly displayed in the output.
32931 \end_layout
32932
32933 \end_inset
32934
32935
32936 \end_layout
32937
32938 \begin_layout Standard
32939 To return to the default placement insert the command
32940 \end_layout
32941
32942 \begin_layout Standard
32943
32944 \series bold
32945
32946 \backslash
32947 normalmarginpar
32948 \end_layout
32949
32950 \begin_layout Standard
32951 in \SpecialChar TeX
32952  Code.
32953 \begin_inset ERT
32954 status collapsed
32955
32956 \begin_layout Plain Layout
32957
32958
32959 \backslash
32960 normalmarginpar 
32961 \end_layout
32962
32963 \end_inset
32964
32965  
32966 \begin_inset Note Greyedout
32967 status open
32968
32969 \begin_layout Plain Layout
32970
32971 \series bold
32972 Note:
32973 \series default
32974  The command is ignored when it is within a paragraph where also the command
32975  
32976 \series bold
32977
32978 \backslash
32979 reversemarginpar
32980 \series default
32981  is inserted.
32982 \end_layout
32983
32984 \end_inset
32985
32986
32987 \end_layout
32988
32989 \begin_layout Standard
32990 \begin_inset VSpace bigskip
32991 \end_inset
32992
32993
32994 \family roman
32995 \series medium
32996
32997 \begin_inset Marginal
32998 status open
32999
33000 \begin_layout Plain Layout
33001 AVeryLongMarginParWord that isn't hyphenated.
33002 \end_layout
33003
33004 \end_inset
33005
33006
33007 \family default
33008 \series default
33009  Similar to the case described in section
33010 \begin_inset space ~
33011 \end_inset
33012
33013
33014 \begin_inset CommandInset ref
33015 LatexCommand ref
33016 reference "subsec:Multiple-Lines-in"
33017
33018 \end_inset
33019
33020 , long words cannot be hyphenated when they are the first word in a margin
33021  note.
33022  To avoid this, insert 0
33023 \begin_inset space \thinspace{}
33024 \end_inset
33025
33026 pt horizontal space before the word
33027 \family roman
33028 \series medium
33029 .
33030  
33031 \begin_inset Marginal
33032 status open
33033
33034 \begin_layout Plain Layout
33035 \begin_inset space \hspace*{}
33036 \length 0pt
33037 \end_inset
33038
33039 AVeryLongMarginParWord that is hyphenated.
33040 \end_layout
33041
33042 \end_inset
33043
33044
33045 \end_layout
33046
33047 \begin_layout Standard
33048 \begin_inset VSpace bigskip
33049 \end_inset
33050
33051
33052 \end_layout
33053
33054 \begin_layout Standard
33055 \begin_inset Note Greyedout
33056 status open
33057
33058 \begin_layout Plain Layout
33059
33060 \series bold
33061 Note:
33062 \series default
33063  Margin notes can normally not be used inside tables, floats, and footnotes.
33064 \end_layout
33065
33066 \end_inset
33067
33068
33069 \end_layout
33070
33071 \begin_layout Standard
33072 \begin_inset VSpace bigskip
33073 \end_inset
33074
33075
33076 \end_layout
33077
33078 \begin_layout Standard
33079 \begin_inset ERT
33080 status collapsed
33081
33082 \begin_layout Plain Layout
33083
33084
33085 \backslash
33086 ifmarginnote
33087 \end_layout
33088
33089 \end_inset
33090
33091
33092 \begin_inset Note Note
33093 status open
33094
33095 \begin_layout Plain Layout
33096 The following section will only be displayed when the \SpecialChar LaTeX
33097 -package 
33098 \series bold
33099 marginnote
33100 \series default
33101  is installed.
33102 \end_layout
33103
33104 \end_inset
33105
33106
33107 \end_layout
33108
33109 \begin_layout Standard
33110 This restriction can be evaded by using the \SpecialChar LaTeX
33111 -package 
33112 \series bold
33113 marginnote
33114 \series default
33115
33116 \begin_inset Index idx
33117 status collapsed
33118
33119 \begin_layout Plain Layout
33120 \SpecialChar LaTeX
33121 -packages ! marginnote
33122 \end_layout
33123
33124 \end_inset
33125
33126 .
33127  By adding these two lines to your document preamble, the command used by
33128  \SpecialChar LyX
33129  for margin notes is redefined to use the command provided by the 
33130 \series bold
33131 marginnote
33132 \series default
33133 -package:
33134 \end_layout
33135
33136 \begin_layout Standard
33137
33138 \series bold
33139
33140 \backslash
33141 usepackage{marginnote}
33142 \begin_inset Newline newline
33143 \end_inset
33144
33145
33146 \backslash
33147 let
33148 \backslash
33149 marginpar
33150 \backslash
33151 marginnote
33152 \end_layout
33153
33154 \begin_layout Standard
33155 This is also used in this document because 
33156 \series bold
33157 marginnote
33158 \series default
33159  has another useful feature: You can set a vertical offset for the note.
33160  This is often needed when too many margin notes are too close together
33161  or for a better page layout.
33162  The offset is set in \SpecialChar LyX
33163  as \SpecialChar TeX
33164  Code directly after the margin note in the scheme
33165 \end_layout
33166
33167 \begin_layout Standard
33168
33169 \series bold
33170 [offset]
33171 \end_layout
33172
33173 \begin_layout Standard
33174 where the offset is a length with one of the units listed in Table
33175 \begin_inset space ~
33176 \end_inset
33177
33178
33179 \begin_inset CommandInset ref
33180 LatexCommand ref
33181 reference "tab:Units"
33182
33183 \end_inset
33184
33185 .
33186  A negative value shifts the note up, a positive value shifts it down.
33187  
33188 \family roman
33189 \series medium
33190 For example the margin note beside this text line is shifted up 1.5
33191 \begin_inset space \thinspace{}
33192 \end_inset
33193
33194 cm with the \SpecialChar TeX
33195  Code command 
33196 \begin_inset Quotes eld
33197 \end_inset
33198
33199
33200 \family default
33201 \series bold
33202 [-1.5cm]
33203 \family roman
33204 \series medium
33205
33206 \begin_inset Quotes erd
33207 \end_inset
33208
33209
33210 \begin_inset Marginal
33211 status open
33212
33213 \begin_layout Plain Layout
33214 This margin note is shifted up 1.5
33215 \begin_inset space \thinspace{}
33216 \end_inset
33217
33218 cm from its original position.
33219 \end_layout
33220
33221 \end_inset
33222
33223
33224 \family default
33225 \series default
33226
33227 \begin_inset ERT
33228 status collapsed
33229
33230 \begin_layout Plain Layout
33231
33232 [-1.5cm]
33233 \end_layout
33234
33235 \end_inset
33236
33237
33238 \end_layout
33239
33240 \begin_layout Standard
33241 \begin_inset VSpace medskip
33242 \end_inset
33243
33244 With 
33245 \series bold
33246 marginnote
33247 \series default
33248  you can also change the alignment of the text in the margin note.
33249  For example the commands
33250 \end_layout
33251
33252 \begin_layout Standard
33253
33254 \series bold
33255
33256 \backslash
33257 renewcommand*{
33258 \backslash
33259 raggedleftmarginnote}{
33260 \backslash
33261 centering}
33262 \begin_inset Newline newline
33263 \end_inset
33264
33265
33266 \backslash
33267 renewcommand*{
33268 \backslash
33269 raggedrightmarginnote}{
33270 \backslash
33271 centering}
33272 \end_layout
33273
33274 \begin_layout Standard
33275 set the alignment to centered.
33276  
33277 \series bold
33278
33279 \backslash
33280 raggedleftmarginnote
33281 \series default
33282  denotes margin notes that appear at the left side.
33283 \family roman
33284 \series medium
33285
33286 \begin_inset ERT
33287 status collapsed
33288
33289 \begin_layout Plain Layout
33290
33291
33292 \backslash
33293 renewcommand*{
33294 \backslash
33295 raggedleftmarginnote}{
33296 \backslash
33297 centering}
33298 \end_layout
33299
33300 \begin_layout Plain Layout
33301
33302
33303 \backslash
33304 renewcommand*{
33305 \backslash
33306 raggedrightmarginnote}{
33307 \backslash
33308 centering}
33309 \end_layout
33310
33311 \end_inset
33312
33313
33314 \begin_inset Marginal
33315 status open
33316
33317 \begin_layout Plain Layout
33318 The text of this margin note is centered.
33319 \end_layout
33320
33321 \end_inset
33322
33323
33324 \family default
33325 \series default
33326  The default is
33327 \end_layout
33328
33329 \begin_layout Standard
33330
33331 \series bold
33332
33333 \backslash
33334 renewcommand*{
33335 \backslash
33336 raggedleftmarginnote}{
33337 \backslash
33338 raggedleft}
33339 \begin_inset Newline newline
33340 \end_inset
33341
33342
33343 \backslash
33344 renewcommand*{
33345 \backslash
33346 raggedrightmarginnote}{
33347 \backslash
33348 raggedright}
33349 \family roman
33350 \series medium
33351
33352 \begin_inset ERT
33353 status collapsed
33354
33355 \begin_layout Plain Layout
33356
33357
33358 \backslash
33359 renewcommand*{
33360 \backslash
33361 raggedleftmarginnote}{
33362 \backslash
33363 raggedleft}
33364 \end_layout
33365
33366 \begin_layout Plain Layout
33367
33368
33369 \backslash
33370 renewcommand*{
33371 \backslash
33372 raggedrightmarginnote}{
33373 \backslash
33374 raggedright}
33375 \end_layout
33376
33377 \end_inset
33378
33379
33380 \end_layout
33381
33382 \begin_layout Standard
33383 \begin_inset VSpace medskip
33384 \end_inset
33385
33386 For the other features of 
33387 \series bold
33388 marginnote
33389 \series default
33390  refer to its documentation 
33391 \begin_inset CommandInset citation
33392 LatexCommand cite
33393 key "marginnote"
33394 literal "true"
33395
33396 \end_inset
33397
33398 .
33399 \end_layout
33400
33401 \begin_layout Standard
33402 \begin_inset VSpace bigskip
33403 \end_inset
33404
33405 You can adjust the layout of margin notes by changing its definition.
33406  To create for example a header for all margin notes with the underlined,
33407  sans-serif, and bold header text 
33408 \begin_inset Quotes eld
33409 \end_inset
33410
33411
33412 \family sans
33413 \series bold
33414 \bar under
33415 Attention!
33416 \family default
33417 \series default
33418 \bar default
33419
33420 \begin_inset Quotes erd
33421 \end_inset
33422
33423 , add this to your document preamble:
33424 \end_layout
33425
33426 \begin_layout Standard
33427
33428 \series bold
33429
33430 \backslash
33431 let
33432 \backslash
33433 myMarginpar
33434 \backslash
33435 marginpar
33436 \begin_inset Newline newline
33437 \end_inset
33438
33439
33440 \backslash
33441 renewcommand{
33442 \backslash
33443 marginpar}[1]{
33444 \backslash
33445 myMarginpar{%
33446 \begin_inset Newline newline
33447 \end_inset
33448
33449
33450 \begin_inset Phantom HPhantom
33451 status open
33452
33453 \begin_layout Plain Layout
33454
33455 \series bold
33456 \begin_inset space ~
33457 \end_inset
33458
33459
33460 \end_layout
33461
33462 \end_inset
33463
33464
33465 \backslash
33466 hspace{0pt}
33467 \backslash
33468 textsf{
33469 \backslash
33470 textbf{
33471 \backslash
33472 underbar{Attention!}}}%
33473 \begin_inset Newline newline
33474 \end_inset
33475
33476
33477 \begin_inset Phantom HPhantom
33478 status open
33479
33480 \begin_layout Plain Layout
33481
33482 \series bold
33483 \begin_inset space ~
33484 \end_inset
33485
33486
33487 \end_layout
33488
33489 \end_inset
33490
33491
33492 \backslash
33493 vspace{1.5mm}
33494 \backslash
33495
33496 \backslash
33497 #1}}
33498 \end_layout
33499
33500 \begin_layout Standard
33501
33502 \family roman
33503 \series medium
33504 \begin_inset ERT
33505 status collapsed
33506
33507 \begin_layout Plain Layout
33508
33509
33510 \backslash
33511 let
33512 \backslash
33513 myMarginpar
33514 \backslash
33515 marginpar
33516 \end_layout
33517
33518 \begin_layout Plain Layout
33519
33520
33521 \backslash
33522 renewcommand{
33523 \backslash
33524 marginpar}[1]{
33525 \backslash
33526 myMarginpar{%
33527 \end_layout
33528
33529 \begin_layout Plain Layout
33530
33531    
33532 \backslash
33533 textsf{
33534 \backslash
33535 textbf{
33536 \backslash
33537 underbar{Attention!}}}%
33538 \end_layout
33539
33540 \begin_layout Plain Layout
33541
33542    
33543 \backslash
33544 vspace{1.5mm}
33545 \backslash
33546
33547 \backslash
33548 #1}}
33549 \end_layout
33550
33551 \end_inset
33552
33553
33554 \begin_inset Marginal
33555 status open
33556
33557 \begin_layout Plain Layout
33558 This is a margin note with a defined heading.
33559 \end_layout
33560
33561 \end_inset
33562
33563
33564 \family default
33565 \series default
33566
33567 \begin_inset ERT
33568 status collapsed
33569
33570 \begin_layout Plain Layout
33571
33572 [-1.5cm]
33573 \end_layout
33574
33575 \end_inset
33576
33577
33578 \family roman
33579 \series medium
33580
33581 \begin_inset ERT
33582 status collapsed
33583
33584 \begin_layout Plain Layout
33585
33586
33587 \backslash
33588 renewcommand{
33589 \backslash
33590 marginpar}[1]{
33591 \backslash
33592 myMarginpar{#1}}
33593 \end_layout
33594
33595 \end_inset
33596
33597
33598 \family default
33599 \series default
33600
33601 \begin_inset Note Note
33602 status collapsed
33603
33604 \begin_layout Plain Layout
33605 The margin note format is changed only for this example.
33606 \end_layout
33607
33608 \end_inset
33609
33610
33611 \end_layout
33612
33613 \begin_layout Standard
33614 \begin_inset ERT
33615 status collapsed
33616
33617 \begin_layout Plain Layout
33618
33619
33620 \backslash
33621 else
33622 \end_layout
33623
33624 \end_inset
33625
33626
33627 \begin_inset Note Note
33628 status open
33629
33630 \begin_layout Plain Layout
33631 The following will be displayed when the \SpecialChar LaTeX
33632 -package 
33633 \series bold
33634 marginnote
33635 \series default
33636  is not installed:
33637 \end_layout
33638
33639 \end_inset
33640
33641
33642 \end_layout
33643
33644 \begin_layout Standard
33645 You need to install the \SpecialChar LaTeX
33646 -package 
33647 \series bold
33648 marginnote
33649 \series default
33650  to see the following part of this section in the output.
33651 \end_layout
33652
33653 \begin_layout Standard
33654 \begin_inset ERT
33655 status collapsed
33656
33657 \begin_layout Plain Layout
33658
33659
33660 \backslash
33661 fi
33662 \end_layout
33663
33664 \end_inset
33665
33666
33667 \end_layout
33668
33669 \begin_layout Chapter
33670 Boxes
33671 \end_layout
33672
33673 \begin_layout Section
33674 Introduction
33675 \begin_inset Index idx
33676 status collapsed
33677
33678 \begin_layout Plain Layout
33679 Boxes ! Introduction
33680 \end_layout
33681
33682 \end_inset
33683
33684
33685 \end_layout
33686
33687 \begin_layout Standard
33688 Boxes are used to format a block of text.
33689  Boxes can be used to write documents with multiple languages, see section
33690 \begin_inset space ~
33691 \end_inset
33692
33693
33694 \begin_inset CommandInset ref
33695 LatexCommand ref
33696 reference "sec:Minipages"
33697
33698 \end_inset
33699
33700 , to frame texts, see section
33701 \begin_inset space ~
33702 \end_inset
33703
33704
33705 \begin_inset CommandInset ref
33706 LatexCommand ref
33707 reference "sec:Decoration"
33708
33709 \end_inset
33710
33711 , to prevent words from being hyphenated, see section
33712 \begin_inset space ~
33713 \end_inset
33714
33715
33716 \begin_inset CommandInset ref
33717 LatexCommand ref
33718 reference "sec:Prevent-Hyphenation"
33719
33720 \end_inset
33721
33722 , to align text, see section
33723 \begin_inset space ~
33724 \end_inset
33725
33726
33727 \begin_inset CommandInset ref
33728 LatexCommand ref
33729 reference "subsec:Vertical-Alignment"
33730
33731 \end_inset
33732
33733 , or to set the background color of texts, see section
33734 \begin_inset space ~
33735 \end_inset
33736
33737
33738 \begin_inset CommandInset ref
33739 LatexCommand ref
33740 reference "sec:Colored-Boxes"
33741
33742 \end_inset
33743
33744 .
33745 \end_layout
33746
33747 \begin_layout Standard
33748 Boxes can be inserted with the menu 
33749 \family sans
33750 Insert\SpecialChar menuseparator
33751 Box
33752 \family default
33753  or the toolbar button 
33754 \begin_inset Info
33755 type  "icon"
33756 arg   "box-insert Frameless"
33757 \end_inset
33758
33759 .
33760  A grey box with the label 
33761 \family sans
33762 Box (Minipage)
33763 \family default
33764
33765 \begin_inset Graphics
33766         filename clipart/BoxInsetDefault.png
33767         scale 95
33768         scaleBeforeRotation
33769
33770 \end_inset
33771
33772  will be inserted.
33773  The box type can be specified by right-clicking on the box and selecting
33774  
33775 \family sans
33776 Settings
33777 \family default
33778 .
33779  The box dialog offers the 
33780 \family sans
33781 Inner
33782 \begin_inset space ~
33783 \end_inset
33784
33785 Box
33786 \family default
33787  types 
33788 \family sans
33789 Makebox
33790 \family default
33791
33792 \family sans
33793 Parbox
33794 \family default
33795  and 
33796 \family sans
33797 Minipage
33798 \family default
33799 .
33800  The type 
33801 \family sans
33802 Minipage
33803 \family default
33804  is the default for new boxes and is explained in section
33805 \begin_inset space ~
33806 \end_inset
33807
33808
33809 \begin_inset CommandInset ref
33810 LatexCommand ref
33811 reference "sec:Minipages"
33812
33813 \end_inset
33814
33815 ; the type 
33816 \family sans
33817 Parbox
33818 \family default
33819  is described in section
33820 \begin_inset space ~
33821 \end_inset
33822
33823
33824 \begin_inset CommandInset ref
33825 LatexCommand ref
33826 reference "sec:Parboxes"
33827
33828 \end_inset
33829
33830  and the type 
33831 \family sans
33832 Makebox
33833 \family default
33834  in 
33835 \begin_inset CommandInset ref
33836 LatexCommand ref
33837 reference "sec:Prevent-Hyphenation"
33838
33839 \end_inset
33840
33841 .
33842 \end_layout
33843
33844 \begin_layout Standard
33845 Boxes are not numbered and can therefore not be referenced like floats or
33846  footnotes.
33847 \end_layout
33848
33849 \begin_layout Standard
33850 \begin_inset Note Greyedout
33851 status open
33852
33853 \begin_layout Plain Layout
33854
33855 \series bold
33856 Note:
33857 \series default
33858  Boxes must not be the item in an 
33859 \family sans
33860 Itemize
33861 \family default
33862  or 
33863 \family sans
33864 Description
33865 \family default
33866  environment.
33867 \end_layout
33868
33869 \end_inset
33870
33871
33872 \end_layout
33873
33874 \begin_layout Standard
33875 \begin_inset Note Greyedout
33876 status open
33877
33878 \begin_layout Plain Layout
33879
33880 \series bold
33881 Note:
33882 \series default
33883  For an unknown reason you can only set the 
33884 \family sans
33885 Inner
33886 \begin_inset space ~
33887 \end_inset
33888
33889 Box
33890 \family default
33891  type to 
33892 \family sans
33893 None
33894 \family default
33895  when you use a framed box.
33896  Boxes without an 
33897 \family sans
33898 Inner
33899 \begin_inset space ~
33900 \end_inset
33901
33902 Box
33903 \family default
33904  type and without frames are explained in section
33905 \begin_inset space ~
33906 \end_inset
33907
33908
33909 \begin_inset CommandInset ref
33910 LatexCommand ref
33911 reference "sec:Prevent-Hyphenation"
33912
33913 \end_inset
33914
33915 .
33916 \end_layout
33917
33918 \end_inset
33919
33920
33921 \end_layout
33922
33923 \begin_layout Section
33924 Box Dialog
33925 \begin_inset CommandInset label
33926 LatexCommand label
33927 name "sec:Box-Dialog"
33928
33929 \end_inset
33930
33931
33932 \begin_inset Index idx
33933 status collapsed
33934
33935 \begin_layout Plain Layout
33936 Boxes ! Box Dialog
33937 \end_layout
33938
33939 \end_inset
33940
33941
33942 \end_layout
33943
33944 \begin_layout Subsection
33945 Size
33946 \begin_inset Index idx
33947 status collapsed
33948
33949 \begin_layout Plain Layout
33950 Boxes ! Size
33951 \end_layout
33952
33953 \end_inset
33954
33955
33956 \end_layout
33957
33958 \begin_layout Standard
33959 In the box dialog you can adjust the box geometry in the fields 
33960 \family sans
33961 Width
33962 \family default
33963  and 
33964 \family sans
33965 Height
33966 \family default
33967 .
33968  The available units for the geometry are explained in Table
33969 \begin_inset space ~
33970 \end_inset
33971
33972
33973 \begin_inset CommandInset ref
33974 LatexCommand ref
33975 reference "tab:Units"
33976
33977 \end_inset
33978
33979 .
33980  The field 
33981 \family sans
33982 Height
33983 \family default
33984  offers the following additional sizes:
33985 \end_layout
33986
33987 \begin_layout Description
33988 Depth This is the plain text 
33989 \begin_inset Quotes eld
33990 \end_inset
33991
33992 height
33993 \begin_inset Quotes erd
33994 \end_inset
33995
33996 .
33997  It ignores the total depth when there are multiple text lines in the box:
33998 \begin_inset Newline newline
33999 \end_inset
34000
34001
34002 \begin_inset Newline newline
34003 \end_inset
34004
34005
34006 \begin_inset Newline newline
34007 \end_inset
34008
34009
34010 \begin_inset Box Boxed
34011 position "c"
34012 hor_pos "c"
34013 has_inner_box 1
34014 inner_pos "c"
34015 use_parbox 0
34016 use_makebox 0
34017 width "12col%"
34018 special "none"
34019 height "1in"
34020 height_special "depth"
34021 thickness "0.4pt"
34022 separation "3pt"
34023 shadowsize "4pt"
34024 framecolor "black"
34025 backgroundcolor "none"
34026 status collapsed
34027
34028 \begin_layout Plain Layout
34029 \align center
34030 Box height set to 1
34031 \begin_inset space \thinspace{}
34032 \end_inset
34033
34034 Depth
34035 \end_layout
34036
34037 \end_inset
34038
34039
34040 \begin_inset Newline newline
34041 \end_inset
34042
34043
34044 \begin_inset Newline newline
34045 \end_inset
34046
34047
34048 \end_layout
34049
34050 \begin_layout Description
34051 Height This is the height of the text that is inside the box.
34052  A value of e.
34053 \begin_inset space \thinspace{}
34054 \end_inset
34055
34056 g.
34057 \begin_inset space \space{}
34058 \end_inset
34059
34060 2 for this size will set the box height to 2
34061 \begin_inset space ~
34062 \end_inset
34063
34064 times the text height: 
34065 \begin_inset Box Boxed
34066 position "c"
34067 hor_pos "c"
34068 has_inner_box 1
34069 inner_pos "c"
34070 use_parbox 0
34071 use_makebox 0
34072 width "20col%"
34073 special "none"
34074 height "2in"
34075 height_special "height"
34076 thickness "0.4pt"
34077 separation "3pt"
34078 shadowsize "4pt"
34079 framecolor "black"
34080 backgroundcolor "none"
34081 status collapsed
34082
34083 \begin_layout Plain Layout
34084 \align center
34085 Box height set to 2
34086 \begin_inset space \thinspace{}
34087 \end_inset
34088
34089 Height
34090 \end_layout
34091
34092 \end_inset
34093
34094
34095 \end_layout
34096
34097 \begin_layout Description
34098 Total
34099 \begin_inset space ~
34100 \end_inset
34101
34102 Height This is the Height
34103 \begin_inset space \thinspace{}
34104 \end_inset
34105
34106 +
34107 \begin_inset space \thinspace{}
34108 \end_inset
34109
34110 Depth: 
34111 \begin_inset Box Boxed
34112 position "c"
34113 hor_pos "c"
34114 has_inner_box 1
34115 inner_pos "c"
34116 use_parbox 0
34117 use_makebox 0
34118 width "20col%"
34119 special "none"
34120 height "1in"
34121 height_special "totalheight"
34122 thickness "0.4pt"
34123 separation "3pt"
34124 shadowsize "4pt"
34125 framecolor "black"
34126 backgroundcolor "none"
34127 status collapsed
34128
34129 \begin_layout Plain Layout
34130 \align center
34131 Box height set to 1
34132 \begin_inset space \thinspace{}
34133 \end_inset
34134
34135 Total
34136 \begin_inset space ~
34137 \end_inset
34138
34139 Height
34140 \end_layout
34141
34142 \end_inset
34143
34144
34145 \end_layout
34146
34147 \begin_layout Description
34148 Width This sets the width of the box as height: 
34149 \begin_inset Box Boxed
34150 position "c"
34151 hor_pos "c"
34152 has_inner_box 1
34153 inner_pos "c"
34154 use_parbox 0
34155 use_makebox 0
34156 width "12col%"
34157 special "none"
34158 height "1in"
34159 height_special "width"
34160 thickness "0.4pt"
34161 separation "3pt"
34162 shadowsize "4pt"
34163 framecolor "black"
34164 backgroundcolor "none"
34165 status collapsed
34166
34167 \begin_layout Plain Layout
34168 \align center
34169 Box height set to 1
34170 \begin_inset space \thinspace{}
34171 \end_inset
34172
34173 Width
34174 \end_layout
34175
34176 \end_inset
34177
34178
34179 \end_layout
34180
34181 \begin_layout Subsection
34182 Alignment
34183 \begin_inset Index idx
34184 status collapsed
34185
34186 \begin_layout Plain Layout
34187 Boxes ! Alignment
34188 \end_layout
34189
34190 \end_inset
34191
34192
34193 \end_layout
34194
34195 \begin_layout Standard
34196 When you have chosen an 
34197 \family sans
34198 Inner
34199 \begin_inset space ~
34200 \end_inset
34201
34202 Box
34203 \family default
34204 , the vertical box alignment can be:
34205 \end_layout
34206
34207 \begin_layout Description
34208 Top This is an example text line.
34209  
34210 \begin_inset Box Boxed
34211 position "t"
34212 hor_pos "c"
34213 has_inner_box 1
34214 inner_pos "c"
34215 use_parbox 0
34216 use_makebox 0
34217 width "12col%"
34218 special "none"
34219 height "1in"
34220 height_special "totalheight"
34221 thickness "0.4pt"
34222 separation "3pt"
34223 shadowsize "4pt"
34224 framecolor "black"
34225 backgroundcolor "none"
34226 status collapsed
34227
34228 \begin_layout Plain Layout
34229 \align center
34230 This box is top-aligned.
34231 \end_layout
34232
34233 \end_inset
34234
34235  This is an example text line.
34236 \end_layout
34237
34238 \begin_layout Description
34239 Middle This is an example text line.
34240  
34241 \begin_inset Box Boxed
34242 position "c"
34243 hor_pos "c"
34244 has_inner_box 1
34245 inner_pos "c"
34246 use_parbox 0
34247 use_makebox 0
34248 width "12col%"
34249 special "none"
34250 height "1in"
34251 height_special "totalheight"
34252 thickness "0.4pt"
34253 separation "3pt"
34254 shadowsize "4pt"
34255 framecolor "black"
34256 backgroundcolor "none"
34257 status collapsed
34258
34259 \begin_layout Plain Layout
34260 \align center
34261 This box is middle-aligned.
34262 \end_layout
34263
34264 \end_inset
34265
34266  This is an example text line.
34267 \end_layout
34268
34269 \begin_layout Description
34270 Bottom This is an example text line.
34271  
34272 \begin_inset Box Boxed
34273 position "b"
34274 hor_pos "c"
34275 has_inner_box 1
34276 inner_pos "c"
34277 use_parbox 0
34278 use_makebox 0
34279 width "12col%"
34280 special "none"
34281 height "1in"
34282 height_special "totalheight"
34283 thickness "0.4pt"
34284 separation "3pt"
34285 shadowsize "4pt"
34286 framecolor "black"
34287 backgroundcolor "none"
34288 status collapsed
34289
34290 \begin_layout Plain Layout
34291 \align center
34292 This box is bottom-aligned.
34293 \end_layout
34294
34295 \end_inset
34296
34297  This is an example text line.
34298 \end_layout
34299
34300 \begin_layout Standard
34301 \begin_inset Note Greyedout
34302 status open
34303
34304 \begin_layout Plain Layout
34305
34306 \series bold
34307 Note:
34308 \series default
34309  The vertical box alignment can be lost in the output when you have two
34310  boxes in a line and one has e.
34311 \begin_inset space \thinspace{}
34312 \end_inset
34313
34314 g.
34315 \begin_inset space \space{}
34316 \end_inset
34317
34318 a shadow and the other one not.
34319 \end_layout
34320
34321 \end_inset
34322
34323
34324 \end_layout
34325
34326 \begin_layout Standard
34327 The horizontal box alignment can be set via \SpecialChar LyX
34328 's paragraph dialog when you
34329  set the box into its own paragraph.
34330 \end_layout
34331
34332 \begin_layout Standard
34333 \begin_inset VSpace bigskip
34334 \end_inset
34335
34336 When you have chosen an 
34337 \family sans
34338 Inner
34339 \begin_inset space ~
34340 \end_inset
34341
34342 Box
34343 \family default
34344 , the box content can be aligned vertically to:
34345 \end_layout
34346
34347 \begin_layout Description
34348 top This is an example text line.
34349  
34350 \begin_inset Box Boxed
34351 position "c"
34352 hor_pos "c"
34353 has_inner_box 1
34354 inner_pos "t"
34355 use_parbox 0
34356 use_makebox 0
34357 width "12col%"
34358 special "none"
34359 height "1.5in"
34360 height_special "totalheight"
34361 thickness "0.4pt"
34362 separation "3pt"
34363 shadowsize "4pt"
34364 framecolor "black"
34365 backgroundcolor "none"
34366 status collapsed
34367
34368 \begin_layout Plain Layout
34369 \align center
34370 This box text is top-aligned.
34371 \end_layout
34372
34373 \end_inset
34374
34375  This is an example text line.
34376 \end_layout
34377
34378 \begin_layout Description
34379 middle This is an example text line.
34380  
34381 \begin_inset Box Boxed
34382 position "c"
34383 hor_pos "c"
34384 has_inner_box 1
34385 inner_pos "c"
34386 use_parbox 0
34387 use_makebox 0
34388 width "12col%"
34389 special "none"
34390 height "1.5in"
34391 height_special "totalheight"
34392 thickness "0.4pt"
34393 separation "3pt"
34394 shadowsize "4pt"
34395 framecolor "black"
34396 backgroundcolor "none"
34397 status collapsed
34398
34399 \begin_layout Plain Layout
34400 \align center
34401 This box text is middle-aligned.
34402 \end_layout
34403
34404 \end_inset
34405
34406  This is an example text line.
34407 \end_layout
34408
34409 \begin_layout Description
34410 bottom This is an example text line.
34411  
34412 \begin_inset Box Boxed
34413 position "c"
34414 hor_pos "c"
34415 has_inner_box 1
34416 inner_pos "b"
34417 use_parbox 0
34418 use_makebox 0
34419 width "12col%"
34420 special "none"
34421 height "1.5in"
34422 height_special "totalheight"
34423 thickness "0.4pt"
34424 separation "3pt"
34425 shadowsize "4pt"
34426 framecolor "black"
34427 backgroundcolor "none"
34428 status collapsed
34429
34430 \begin_layout Plain Layout
34431 \align center
34432 This box text is bottom-aligned.
34433 \end_layout
34434
34435 \end_inset
34436
34437  This is an example text line.
34438 \end_layout
34439
34440 \begin_layout Description
34441 stretch This is an example text line.
34442  
34443 \begin_inset Box Boxed
34444 position "c"
34445 hor_pos "c"
34446 has_inner_box 1
34447 inner_pos "s"
34448 use_parbox 0
34449 use_makebox 0
34450 width "12col%"
34451 special "none"
34452 height "1.5in"
34453 height_special "totalheight"
34454 thickness "0.4pt"
34455 separation "3pt"
34456 shadowsize "4pt"
34457 framecolor "black"
34458 backgroundcolor "none"
34459 status collapsed
34460
34461 \begin_layout Plain Layout
34462 \align center
34463 This box
34464 \end_layout
34465
34466 \begin_layout Plain Layout
34467 \align center
34468 text is
34469 \end_layout
34470
34471 \begin_layout Plain Layout
34472 \align center
34473 stretched.
34474 \end_layout
34475
34476 \end_inset
34477
34478  This is an example text line.
34479 \end_layout
34480
34481 \begin_layout Standard
34482 To stretch the box content, it must consist of more than one paragraph.
34483  In the example above every text line is in an own paragraph.
34484 \end_layout
34485
34486 \begin_layout Standard
34487 \begin_inset VSpace bigskip
34488 \end_inset
34489
34490 To align the box content horizontally you can use \SpecialChar LyX
34491 's paragraph dialog when
34492  you have chosen an 
34493 \family sans
34494 Inner
34495 \begin_inset space ~
34496 \end_inset
34497
34498 Box
34499 \family default
34500 .
34501 \end_layout
34502
34503 \begin_layout Standard
34504 \align center
34505 \begin_inset Box Boxed
34506 position "c"
34507 hor_pos "c"
34508 has_inner_box 1
34509 inner_pos "s"
34510 use_parbox 0
34511 use_makebox 0
34512 width "15col%"
34513 special "none"
34514 height "1.25in"
34515 height_special "totalheight"
34516 thickness "0.4pt"
34517 separation "3pt"
34518 shadowsize "4pt"
34519 framecolor "black"
34520 backgroundcolor "none"
34521 status collapsed
34522
34523 \begin_layout Plain Layout
34524 \align left
34525 This box
34526 \end_layout
34527
34528 \begin_layout Plain Layout
34529 \align center
34530 text is
34531 \end_layout
34532
34533 \begin_layout Plain Layout
34534 \align right
34535 stretched.
34536 \end_layout
34537
34538 \end_inset
34539
34540
34541 \end_layout
34542
34543 \begin_layout Standard
34544 If you have not set an 
34545 \family sans
34546 Inner
34547 \begin_inset space ~
34548 \end_inset
34549
34550 Box
34551 \family default
34552 , you can align the box content horizontally in the box dialog.
34553 \end_layout
34554
34555 \begin_layout Standard
34556 \align center
34557 \begin_inset Box Boxed
34558 position "c"
34559 hor_pos "s"
34560 has_inner_box 0
34561 inner_pos "s"
34562 use_parbox 0
34563 use_makebox 0
34564 width "90col%"
34565 special "none"
34566 height "1.25in"
34567 height_special "totalheight"
34568 thickness "0.4pt"
34569 separation "3pt"
34570 shadowsize "4pt"
34571 framecolor "black"
34572 backgroundcolor "none"
34573 status collapsed
34574
34575 \begin_layout Plain Layout
34576 This box text is horizontally stretched.
34577 \end_layout
34578
34579 \end_inset
34580
34581
34582 \end_layout
34583
34584 \begin_layout Subsection
34585 Decoration
34586 \begin_inset CommandInset label
34587 LatexCommand label
34588 name "sec:Decoration"
34589
34590 \end_inset
34591
34592
34593 \begin_inset Index idx
34594 status collapsed
34595
34596 \begin_layout Plain Layout
34597 Boxes ! Decoration
34598 \end_layout
34599
34600 \end_inset
34601
34602
34603 \end_layout
34604
34605 \begin_layout Standard
34606 The type of the box can be specified in the box dialog in the drop-down
34607  list 
34608 \family sans
34609 Decoration
34610 \family default
34611 .
34612  The following types are possible:
34613 \end_layout
34614
34615 \begin_layout Description
34616 No
34617 \begin_inset space ~
34618 \end_inset
34619
34620 frame Nothing is drawn.
34621 \end_layout
34622
34623 \begin_layout Description
34624 Simple
34625 \begin_inset space ~
34626 \end_inset
34627
34628 rectangular
34629 \begin_inset space ~
34630 \end_inset
34631
34632 frame This draws a rectangular frame around the box.
34633  The frame line thickness can be specified.
34634  
34635 \begin_inset Box Boxed
34636 position "c"
34637 hor_pos "c"
34638 has_inner_box 1
34639 inner_pos "c"
34640 use_parbox 0
34641 use_makebox 0
34642 width "20col%"
34643 special "none"
34644 height "1in"
34645 height_special "totalheight"
34646 thickness "0.4pt"
34647 separation "3pt"
34648 shadowsize "4pt"
34649 framecolor "black"
34650 backgroundcolor "none"
34651 status collapsed
34652
34653 \begin_layout Plain Layout
34654 \align center
34655 Rectangular box
34656 \end_layout
34657
34658 \end_inset
34659
34660
34661 \end_layout
34662
34663 \begin_layout Description
34664 Oval
34665 \begin_inset space ~
34666 \end_inset
34667
34668 box,
34669 \begin_inset space ~
34670 \end_inset
34671
34672 thin This draws an oval frame around the box.
34673  The frame line thickness has the size 0.4
34674 \begin_inset space \thinspace{}
34675 \end_inset
34676
34677 pt.
34678  
34679 \begin_inset Box ovalbox
34680 position "c"
34681 hor_pos "c"
34682 has_inner_box 1
34683 inner_pos "c"
34684 use_parbox 0
34685 use_makebox 0
34686 width "20col%"
34687 special "none"
34688 height "1in"
34689 height_special "totalheight"
34690 thickness "0.4pt"
34691 separation "3pt"
34692 shadowsize "4pt"
34693 framecolor "black"
34694 backgroundcolor "none"
34695 status collapsed
34696
34697 \begin_layout Plain Layout
34698 \align center
34699 Oval box, thin
34700 \end_layout
34701
34702 \end_inset
34703
34704
34705 \end_layout
34706
34707 \begin_layout Description
34708 Oval
34709 \begin_inset space ~
34710 \end_inset
34711
34712 box,
34713 \begin_inset space ~
34714 \end_inset
34715
34716 thick This draws an oval frame around the box.
34717  The frame line thickness has the size 0.8
34718 \begin_inset space \thinspace{}
34719 \end_inset
34720
34721 pt.
34722  
34723 \begin_inset Box Ovalbox
34724 position "c"
34725 hor_pos "c"
34726 has_inner_box 1
34727 inner_pos "c"
34728 use_parbox 0
34729 use_makebox 0
34730 width "20col%"
34731 special "none"
34732 height "1in"
34733 height_special "totalheight"
34734 thickness "0.4pt"
34735 separation "3pt"
34736 shadowsize "4pt"
34737 framecolor "black"
34738 backgroundcolor "none"
34739 status collapsed
34740
34741 \begin_layout Plain Layout
34742 \align center
34743 Oval box, thick
34744 \end_layout
34745
34746 \end_inset
34747
34748
34749 \end_layout
34750
34751 \begin_layout Description
34752 Drop
34753 \begin_inset space ~
34754 \end_inset
34755
34756 shadow This draws a rectangular frame with a shadow around the box.
34757  The frame line thickness and the shadow can be specified.
34758  
34759 \begin_inset Box Shadowbox
34760 position "c"
34761 hor_pos "c"
34762 has_inner_box 1
34763 inner_pos "c"
34764 use_parbox 0
34765 use_makebox 0
34766 width "20col%"
34767 special "none"
34768 height "1in"
34769 height_special "totalheight"
34770 thickness "0.4pt"
34771 separation "3pt"
34772 shadowsize "4pt"
34773 framecolor "black"
34774 backgroundcolor "none"
34775 status collapsed
34776
34777 \begin_layout Plain Layout
34778 \align center
34779 Shadow box
34780 \end_layout
34781
34782 \end_inset
34783
34784
34785 \end_layout
34786
34787 \begin_layout Description
34788 Shaded
34789 \begin_inset space ~
34790 \end_inset
34791
34792 background This draws a box with a red background.
34793  Unlike colored boxes
34794 \begin_inset Foot
34795 status collapsed
34796
34797 \begin_layout Plain Layout
34798 see sec.
34799 \begin_inset space \thinspace{}
34800 \end_inset
34801
34802
34803 \begin_inset CommandInset ref
34804 LatexCommand ref
34805 reference "sec:Colored-Boxes"
34806
34807 \end_inset
34808
34809
34810 \end_layout
34811
34812 \end_inset
34813
34814 , it always uses the whole column width and the box is set as its own paragraph.
34815  
34816 \begin_inset Box Shaded
34817 position "t"
34818 hor_pos "c"
34819 has_inner_box 0
34820 inner_pos "t"
34821 use_parbox 0
34822 use_makebox 0
34823 width "50col%"
34824 special "none"
34825 height "1in"
34826 height_special "totalheight"
34827 thickness "0.4pt"
34828 separation "3pt"
34829 shadowsize "4pt"
34830 framecolor "black"
34831 backgroundcolor "none"
34832 status collapsed
34833
34834 \begin_layout Plain Layout
34835 Shaded background box
34836 \end_layout
34837
34838 \end_inset
34839
34840
34841 \end_layout
34842
34843 \begin_layout Description
34844 Double
34845 \begin_inset space ~
34846 \end_inset
34847
34848 rectangular
34849 \begin_inset space ~
34850 \end_inset
34851
34852 frame This draws a double-line rectangular frame around the box.
34853  The line thickness of the inner frame is 0.75
34854 \begin_inset space \thinspace{}
34855 \end_inset
34856
34857 line
34858 \begin_inset space ~
34859 \end_inset
34860
34861 thickness, the thickness of the outer frame is 1.5
34862 \begin_inset space \thinspace{}
34863 \end_inset
34864
34865 line
34866 \begin_inset space ~
34867 \end_inset
34868
34869 thickness.
34870  The distance between the lines is 1.5
34871 \begin_inset space \thinspace{}
34872 \end_inset
34873
34874 line
34875 \begin_inset space ~
34876 \end_inset
34877
34878 thickness
34879 \begin_inset space \thinspace{}
34880 \end_inset
34881
34882 +
34883 \begin_inset space \thinspace{}
34884 \end_inset
34885
34886 0.5
34887 \begin_inset space \thinspace{}
34888 \end_inset
34889
34890 pt.
34891  
34892 \begin_inset Box Doublebox
34893 position "c"
34894 hor_pos "c"
34895 has_inner_box 1
34896 inner_pos "c"
34897 use_parbox 0
34898 use_makebox 0
34899 width "20col%"
34900 special "none"
34901 height "1in"
34902 height_special "totalheight"
34903 thickness "0.4pt"
34904 separation "3pt"
34905 shadowsize "4pt"
34906 framecolor "black"
34907 backgroundcolor "none"
34908 status collapsed
34909
34910 \begin_layout Plain Layout
34911 \align center
34912 Double rectangular box
34913 \end_layout
34914
34915 \end_inset
34916
34917
34918 \end_layout
34919
34920 \begin_layout Standard
34921 \begin_inset VSpace bigskip
34922 \end_inset
34923
34924 \SpecialChar LyX
34925 's box label will reflect the different frame types.
34926  To be able to use all types, the \SpecialChar LaTeX
34927 -package 
34928 \series bold
34929 fancybox
34930 \series default
34931
34932 \begin_inset Index idx
34933 status collapsed
34934
34935 \begin_layout Plain Layout
34936 \SpecialChar LaTeX
34937 -packages ! fancybox
34938 \end_layout
34939
34940 \end_inset
34941
34942  must be installed.
34943 \end_layout
34944
34945 \begin_layout Standard
34946 \begin_inset VSpace bigskip
34947 \end_inset
34948
34949 When you use the decoration 
34950 \family sans
34951 simple rectangular frame
34952 \family default
34953  and no inner box, you can allow page breaks within a box.
34954  Note that then, unlike other framed boxes, the frame always uses the whole
34955  column width and the box is set as its own paragraph: 
34956 \begin_inset Box Framed
34957 position "t"
34958 hor_pos "c"
34959 has_inner_box 0
34960 inner_pos "t"
34961 use_parbox 0
34962 use_makebox 0
34963 width "100col%"
34964 special "none"
34965 height "1in"
34966 height_special "totalheight"
34967 thickness "0.4pt"
34968 separation "3pt"
34969 shadowsize "4pt"
34970 framecolor "black"
34971 backgroundcolor "none"
34972 status collapsed
34973
34974 \begin_layout Plain Layout
34975 Allow page break box
34976 \end_layout
34977
34978 \end_inset
34979
34980
34981 \end_layout
34982
34983 \begin_layout Section
34984 Box Customization
34985 \begin_inset Index idx
34986 status collapsed
34987
34988 \begin_layout Plain Layout
34989 Boxes ! Customization
34990 \end_layout
34991
34992 \end_inset
34993
34994
34995 \end_layout
34996
34997 \begin_layout Standard
34998 The diameter of the round corners of the oval boxes can be set with the
34999  command 
35000 \series bold
35001
35002 \backslash
35003 cornersize
35004 \series default
35005 .
35006  The command
35007 \end_layout
35008
35009 \begin_layout Standard
35010
35011 \series bold
35012
35013 \backslash
35014 cornersize*{1cm}
35015 \end_layout
35016
35017 \begin_layout Standard
35018 sets the diameter to 1
35019 \begin_inset space \thinspace{}
35020 \end_inset
35021
35022 cm.
35023  The command
35024 \end_layout
35025
35026 \begin_layout Standard
35027
35028 \series bold
35029
35030 \backslash
35031 cornersize{num}
35032 \end_layout
35033
35034 \begin_layout Standard
35035 sets the diameter to 
35036 \family sans
35037 num
35038 \begin_inset space \thinspace{}
35039 \end_inset
35040
35041 ×
35042 \begin_inset space \thinspace{}
35043 \end_inset
35044
35045 minimum(width and height of box)
35046 \family default
35047 .
35048  The default is 
35049 \series bold
35050
35051 \backslash
35052 cornersize{0.5}
35053 \series default
35054 .
35055 \end_layout
35056
35057 \begin_layout Standard
35058 \begin_inset ERT
35059 status collapsed
35060
35061 \begin_layout Plain Layout
35062
35063
35064 \backslash
35065 cornersize*{1.5cm}
35066 \end_layout
35067
35068 \end_inset
35069
35070
35071 \begin_inset Box Ovalbox
35072 position "c"
35073 hor_pos "c"
35074 has_inner_box 1
35075 inner_pos "c"
35076 use_parbox 0
35077 use_makebox 0
35078 width "25col%"
35079 special "none"
35080 height "1in"
35081 height_special "totalheight"
35082 thickness "0.4pt"
35083 separation "3pt"
35084 shadowsize "4pt"
35085 framecolor "black"
35086 backgroundcolor "none"
35087 status open
35088
35089 \begin_layout Plain Layout
35090 \align center
35091 Oval box with 
35092 \series bold
35093
35094 \backslash
35095 cornersize
35096 \series default
35097
35098 \begin_inset space \thinspace{}
35099 \end_inset
35100
35101 =
35102 \begin_inset space \thinspace{}
35103 \end_inset
35104
35105 1.5
35106 \begin_inset space \thinspace{}
35107 \end_inset
35108
35109 cm
35110 \end_layout
35111
35112 \end_inset
35113
35114
35115 \begin_inset ERT
35116 status collapsed
35117
35118 \begin_layout Plain Layout
35119
35120
35121 \backslash
35122 cornersize{0.5}
35123 \end_layout
35124
35125 \end_inset
35126
35127
35128 \end_layout
35129
35130 \begin_layout Standard
35131 \begin_inset VSpace bigskip
35132 \end_inset
35133
35134
35135 \end_layout
35136
35137 \begin_layout Standard
35138 The default background color red of 
35139 \family sans
35140 shaded background
35141 \family default
35142  boxes can either be changed locally with the command 
35143 \series bold
35144
35145 \backslash
35146 definecolor{shadecolor}
35147 \series default
35148  or globally with the menu 
35149 \family sans
35150 Tools\SpecialChar menuseparator
35151 Preferences\SpecialChar menuseparator
35152 Colors\SpecialChar menuseparator
35153 shaded
35154 \begin_inset space ~
35155 \end_inset
35156
35157 box
35158 \family default
35159 .
35160  The scheme of the 
35161 \series bold
35162
35163 \backslash
35164 definecolor
35165 \series default
35166  command is explained in section
35167 \begin_inset space ~
35168 \end_inset
35169
35170
35171 \begin_inset CommandInset ref
35172 LatexCommand ref
35173 reference "sec:Colored-Tables"
35174
35175 \end_inset
35176
35177 .
35178 \begin_inset Foot
35179 status collapsed
35180
35181 \begin_layout Plain Layout
35182 Note that 
35183 \series bold
35184
35185 \backslash
35186 definecolor
35187 \series default
35188  requires the \SpecialChar LaTeX
35189 -package 
35190 \series bold
35191 color
35192 \series default
35193  in the preamble, see section
35194 \begin_inset space ~
35195 \end_inset
35196
35197
35198 \begin_inset CommandInset ref
35199 LatexCommand ref
35200 reference "sec:Colored-Boxes"
35201
35202 \end_inset
35203
35204 .
35205 \end_layout
35206
35207 \end_inset
35208
35209  For example the appearance of the following shaded background box is set
35210  with the \SpecialChar TeX
35211  Code command
35212 \end_layout
35213
35214 \begin_layout Standard
35215
35216 \series bold
35217
35218 \backslash
35219 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
35220 \end_layout
35221
35222 \begin_layout Standard
35223 \begin_inset ERT
35224 status collapsed
35225
35226 \begin_layout Plain Layout
35227
35228
35229 \backslash
35230 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
35231 \end_layout
35232
35233 \end_inset
35234
35235
35236 \begin_inset Box Shaded
35237 position "t"
35238 hor_pos "c"
35239 has_inner_box 0
35240 inner_pos "t"
35241 use_parbox 0
35242 use_makebox 0
35243 width "100col%"
35244 special "none"
35245 height "1in"
35246 height_special "totalheight"
35247 thickness "0.4pt"
35248 separation "3pt"
35249 shadowsize "4pt"
35250 framecolor "black"
35251 backgroundcolor "none"
35252 status open
35253
35254 \begin_layout Plain Layout
35255
35256 \color yellow
35257 This is yellow text in a
35258 \color none
35259  
35260 \family sans
35261 \color yellow
35262 shaded background
35263 \family default
35264 \color none
35265  
35266 \color yellow
35267 box with dark green background.
35268 \end_layout
35269
35270 \end_inset
35271
35272
35273 \begin_inset ERT
35274 status collapsed
35275
35276 \begin_layout Plain Layout
35277
35278
35279 \backslash
35280 definecolor{shadecolor}{rgb}{1,0,0}
35281 \end_layout
35282
35283 \end_inset
35284
35285
35286 \end_layout
35287
35288 \begin_layout Standard
35289 \begin_inset VSpace bigskip
35290 \end_inset
35291
35292 Manually changed sizes and colors are valid for all boxes following the
35293  commands that change them.
35294 \end_layout
35295
35296 \begin_layout Section
35297 Minipages
35298 \begin_inset CommandInset label
35299 LatexCommand label
35300 name "sec:Minipages"
35301
35302 \end_inset
35303
35304
35305 \begin_inset Index idx
35306 status collapsed
35307
35308 \begin_layout Plain Layout
35309 Boxes ! Minipages
35310 \end_layout
35311
35312 \end_inset
35313
35314
35315 \end_layout
35316
35317 \begin_layout Standard
35318 Minipages are treated by \SpecialChar LaTeX
35319  as pages within pages and can therefore for example
35320  have their own footnotes.
35321 \end_layout
35322
35323 \begin_layout Standard
35324 Minipages are useful when you write documents with different languages.
35325 \end_layout
35326
35327 \begin_layout Standard
35328 Below are two example minipages side by side.
35329  Their width is set to 45
35330 \begin_inset space \thinspace{}
35331 \end_inset
35332
35333 col% and they are separated by a horizontal fill, that was inserted via
35334  the menu 
35335 \family sans
35336 Insert\SpecialChar menuseparator
35337 Special
35338 \begin_inset space ~
35339 \end_inset
35340
35341 Formatting\SpecialChar menuseparator
35342 Horizontal
35343 \begin_inset space ~
35344 \end_inset
35345
35346 Fill
35347 \family default
35348 .
35349 \begin_inset Newpage newpage
35350 \end_inset
35351
35352
35353 \end_layout
35354
35355 \begin_layout Standard
35356 \begin_inset Box Frameless
35357 position "t"
35358 hor_pos "c"
35359 has_inner_box 1
35360 inner_pos "c"
35361 use_parbox 0
35362 use_makebox 0
35363 width "45col%"
35364 special "none"
35365 height "1in"
35366 height_special "totalheight"
35367 thickness "0.4pt"
35368 separation "3pt"
35369 shadowsize "4pt"
35370 framecolor "black"
35371 backgroundcolor "none"
35372 status open
35373
35374 \begin_layout Plain Layout
35375
35376 \lang ngerman
35377 Dies ist ein deutscher Text.
35378  Dies ist ein deutscher Text.
35379  Dies ist ein deutscher Text.
35380  Dies ist ein deutscher Text.
35381  Dies ist ein deutscher Text.
35382  Dies ist ein deutscher Text.
35383  Dies ist ein deutscher Text.
35384  Dies ist ein deutscher Text.
35385  Dies ist ein deutscher Text.
35386  Dies ist ein deutscher Text.
35387  Dies ist ein deutscher Text.
35388  Dies ist ein deutscher Text.
35389  Dies ist ein deutscher Text
35390 \begin_inset Foot
35391 status collapsed
35392
35393 \begin_layout Plain Layout
35394
35395 \lang ngerman
35396 Dies ist eine deutsche Fußnote.
35397 \end_layout
35398
35399 \end_inset
35400
35401 .
35402  Dies ist ein deutscher Text.
35403  Dies ist ein deutscher Text.
35404 \end_layout
35405
35406 \end_inset
35407
35408
35409 \begin_inset space \hfill{}
35410 \end_inset
35411
35412
35413 \begin_inset Box Frameless
35414 position "t"
35415 hor_pos "c"
35416 has_inner_box 1
35417 inner_pos "c"
35418 use_parbox 0
35419 use_makebox 0
35420 width "45col%"
35421 special "none"
35422 height "1in"
35423 height_special "totalheight"
35424 thickness "0.4pt"
35425 separation "3pt"
35426 shadowsize "4pt"
35427 framecolor "black"
35428 backgroundcolor "none"
35429 status open
35430
35431 \begin_layout Plain Layout
35432 This is an English Text.
35433  This is an English Text.
35434  This is an English Text.
35435  This is an English Text.
35436  This is an English Text.
35437  This is an English Text.
35438  This is an English Text.
35439  This is an English Text.
35440  This is an English Text.
35441  This is an English Text.
35442  This is an English Text.
35443  This is an English Text.
35444  This is an English Text.
35445  This is an English Text.
35446  This is an English Text.
35447  This is an English Text.
35448 \begin_inset Foot
35449 status collapsed
35450
35451 \begin_layout Plain Layout
35452 This is an English footnote.
35453 \end_layout
35454
35455 \end_inset
35456
35457  This is an English Text.
35458 \end_layout
35459
35460 \end_inset
35461
35462
35463 \end_layout
35464
35465 \begin_layout Standard
35466 \begin_inset VSpace bigskip
35467 \end_inset
35468
35469 The document-wide paragraph settings are ignored within minipages.
35470  That means that there will be no space between paragraphs in minipages
35471  although you set it to e.
35472 \begin_inset space \thinspace{}
35473 \end_inset
35474
35475 g.
35476 \begin_inset space \space{}
35477 \end_inset
35478
35479
35480 \family sans
35481 MedSkip
35482 \family default
35483  in the document settings.
35484 \end_layout
35485
35486 \begin_layout Standard
35487 Minipages can also be used to set a background color for text parts, see
35488  section
35489 \begin_inset space ~
35490 \end_inset
35491
35492
35493 \begin_inset CommandInset ref
35494 LatexCommand ref
35495 reference "sec:Colored-Boxes"
35496
35497 \end_inset
35498
35499 .
35500 \end_layout
35501
35502 \begin_layout Standard
35503 \begin_inset Note Greyedout
35504 status open
35505
35506 \begin_layout Plain Layout
35507
35508 \series bold
35509 Note:
35510 \series default
35511  You cannot have floats or margin notes inside minipages but minipages can
35512  be used inside tables, floats, and other boxes.
35513 \end_layout
35514
35515 \end_inset
35516
35517
35518 \end_layout
35519
35520 \begin_layout Standard
35521 \begin_inset VSpace bigskip
35522 \end_inset
35523
35524
35525 \end_layout
35526
35527 \begin_layout Standard
35528 \SpecialChar LyX
35529  has also basic support for minipages whose size is automatically determined
35530  by the width of their contents, via the module 
35531 \family sans
35532 Variable-width Minipages
35533 \family default
35534 .
35535  The \SpecialChar LyX
35536  example file 
35537 \emph on
35538 varwidth-floats-side-by-side
35539 \emph default
35540  gives examples of variable-width minipages used for placing two floats
35541  side-by-side.
35542 \end_layout
35543
35544 \begin_layout Section
35545 Parboxes
35546 \begin_inset CommandInset label
35547 LatexCommand label
35548 name "sec:Parboxes"
35549
35550 \end_inset
35551
35552
35553 \begin_inset Index idx
35554 status collapsed
35555
35556 \begin_layout Plain Layout
35557 Boxes ! Parboxes
35558 \end_layout
35559
35560 \end_inset
35561
35562
35563 \end_layout
35564
35565 \begin_layout Standard
35566 Parboxes are very similar to minipages with the difference that they cannot
35567  have footnotes.
35568 \end_layout
35569
35570 \begin_layout Standard
35571 \align center
35572 \begin_inset Box Frameless
35573 position "t"
35574 hor_pos "c"
35575 has_inner_box 1
35576 inner_pos "t"
35577 use_parbox 1
35578 use_makebox 0
35579 width "33col%"
35580 special "none"
35581 height "1in"
35582 height_special "totalheight"
35583 thickness "0.4pt"
35584 separation "3pt"
35585 shadowsize "4pt"
35586 framecolor "black"
35587 backgroundcolor "none"
35588 status open
35589
35590 \begin_layout Plain Layout
35591 This a text within a parbox.
35592  This a text within a parbox.
35593 \end_layout
35594
35595 \begin_layout Plain Layout
35596 This footnote won't appear:
35597 \begin_inset Foot
35598 status collapsed
35599
35600 \begin_layout Plain Layout
35601 This footnote is inside a parbox and will therefore not appear.
35602 \end_layout
35603
35604 \end_inset
35605
35606
35607 \end_layout
35608
35609 \end_inset
35610
35611
35612 \end_layout
35613
35614 \begin_layout Section
35615 Boxes for Words and Characters
35616 \begin_inset Index idx
35617 status collapsed
35618
35619 \begin_layout Plain Layout
35620 Boxes ! for Characters
35621 \end_layout
35622
35623 \end_inset
35624
35625
35626 \end_layout
35627
35628 \begin_layout Subsection
35629 Prevent Hyphenation
35630 \begin_inset CommandInset label
35631 LatexCommand label
35632 name "sec:Prevent-Hyphenation"
35633
35634 \end_inset
35635
35636
35637 \begin_inset Index idx
35638 status collapsed
35639
35640 \begin_layout Plain Layout
35641 Boxes ! to Prevent Hyphenation
35642 \end_layout
35643
35644 \end_inset
35645
35646
35647 \end_layout
35648
35649 \begin_layout Standard
35650 You can use the box type 
35651 \family sans
35652 Makebox
35653 \family default
35654  to prevent words or text from being hyphenated.
35655 \begin_inset Newline newline
35656 \end_inset
35657
35658 Here is an example text:
35659 \end_layout
35660
35661 \begin_layout Standard
35662 This line is an example to show how you can prevent the hyphenation of 
35663 \begin_inset Quotes eld
35664 \end_inset
35665
35666 veryverylongword
35667 \begin_inset Quotes erd
35668 \end_inset
35669
35670 .
35671 \end_layout
35672
35673 \begin_layout Standard
35674 To prevent the hyphenation of the word 
35675 \begin_inset Quotes eld
35676 \end_inset
35677
35678 veryverylongword
35679 \begin_inset Quotes erd
35680 \end_inset
35681
35682 , put the word into a box, set the 
35683 \family sans
35684 Inner
35685 \begin_inset space ~
35686 \end_inset
35687
35688 box
35689 \family default
35690  to 
35691 \family sans
35692 Makebox
35693 \family default
35694  and use no explicit width.
35695 \end_layout
35696
35697 \begin_layout Standard
35698 This is the result:
35699 \end_layout
35700
35701 \begin_layout Standard
35702 This line is an example to show how you can prevent the hyphenation of 
35703 \begin_inset Box Frameless
35704 position "t"
35705 hor_pos "c"
35706 has_inner_box 1
35707 inner_pos "t"
35708 use_parbox 0
35709 use_makebox 1
35710 width ""
35711 special "none"
35712 height "1in"
35713 height_special "totalheight"
35714 thickness "0.4pt"
35715 separation "3pt"
35716 shadowsize "4pt"
35717 framecolor "black"
35718 backgroundcolor "none"
35719 status open
35720
35721 \begin_layout Plain Layout
35722 \begin_inset Quotes eld
35723 \end_inset
35724
35725 veryverylongword
35726 \begin_inset Quotes erd
35727 \end_inset
35728
35729
35730 \end_layout
35731
35732 \end_inset
35733
35734 .
35735 \end_layout
35736
35737 \begin_layout Standard
35738 You can alternatively set the command 
35739 \begin_inset Quotes eld
35740 \end_inset
35741
35742
35743 \series bold
35744
35745 \backslash
35746 -
35747 \series default
35748
35749 \begin_inset Quotes grd
35750 \end_inset
35751
35752  as \SpecialChar TeX
35753  Code directly before the word:
35754 \end_layout
35755
35756 \begin_layout Standard
35757 This line is an example to show how you can prevent the hyphenation of 
35758 \begin_inset Quotes eld
35759 \end_inset
35760
35761
35762 \begin_inset ERT
35763 status collapsed
35764
35765 \begin_layout Plain Layout
35766
35767
35768 \backslash
35769 -
35770 \end_layout
35771
35772 \end_inset
35773
35774 veryverylongword
35775 \begin_inset Quotes erd
35776 \end_inset
35777
35778 .
35779 \end_layout
35780
35781 \begin_layout Standard
35782 Of course the word now protrudes over the side margin.
35783  To avoid this, add via the menu 
35784 \family sans
35785 Insert\SpecialChar menuseparator
35786 Formatting\SpecialChar menuseparator
35787 Ragged
35788 \begin_inset space ~
35789 \end_inset
35790
35791 Line
35792 \begin_inset space ~
35793 \end_inset
35794
35795 Break
35796 \family default
35797  (shortcut 
35798 \begin_inset Info
35799 type  "shortcut"
35800 arg   "newline-insert newline"
35801 \end_inset
35802
35803 ) a line break before the word:
35804 \end_layout
35805
35806 \begin_layout Standard
35807 This line is an example to show how you can prevent the hyphenation of 
35808 \begin_inset Newline newline
35809 \end_inset
35810
35811
35812 \begin_inset Box Frameless
35813 position "t"
35814 hor_pos "c"
35815 has_inner_box 1
35816 inner_pos "t"
35817 use_parbox 0
35818 use_makebox 1
35819 width ""
35820 special "none"
35821 height "1in"
35822 height_special "totalheight"
35823 thickness "0.4pt"
35824 separation "3pt"
35825 shadowsize "4pt"
35826 framecolor "black"
35827 backgroundcolor "none"
35828 status open
35829
35830 \begin_layout Plain Layout
35831 \begin_inset Quotes eld
35832 \end_inset
35833
35834 veryverylongword
35835 \begin_inset Quotes erd
35836 \end_inset
35837
35838
35839 \end_layout
35840
35841 \end_inset
35842
35843 .
35844 \end_layout
35845
35846 \begin_layout Subsection
35847 Vertical Alignment
35848 \begin_inset CommandInset label
35849 LatexCommand label
35850 name "subsec:Vertical-Alignment"
35851
35852 \end_inset
35853
35854
35855 \begin_inset Index idx
35856 status collapsed
35857
35858 \begin_layout Plain Layout
35859 Boxes ! for Vertical Alignment
35860 \end_layout
35861
35862 \end_inset
35863
35864
35865 \begin_inset Index idx
35866 status collapsed
35867
35868 \begin_layout Plain Layout
35869 Boxes ! Raiseboxes
35870 \end_layout
35871
35872 \end_inset
35873
35874
35875 \end_layout
35876
35877 \begin_layout Standard
35878 With the help of the command 
35879 \series bold
35880
35881 \backslash
35882 raisebox
35883 \series default
35884  you can align words, characters or other boxes vertically relative to the
35885  surrounding text.
35886  
35887 \series bold
35888
35889 \backslash
35890 raisebox
35891 \series default
35892  is used with the following scheme:
35893 \end_layout
35894
35895 \begin_layout Standard
35896
35897 \series bold
35898
35899 \backslash
35900 raisebox{lift}[height][depth]{box content}
35901 \end_layout
35902
35903 \begin_layout Standard
35904 The lift can be a positive value to raise the box or a negative value to
35905  lower the box.
35906 \end_layout
35907
35908 \begin_layout Standard
35909 To align for example the word 
35910 \begin_inset Quotes eld
35911 \end_inset
35912
35913 preventing
35914 \begin_inset Quotes erd
35915 \end_inset
35916
35917  so that the bottom of the 
35918 \begin_inset Quotes eld
35919 \end_inset
35920
35921 deepest
35922 \begin_inset Quotes erd
35923 \end_inset
35924
35925  character 
35926 \begin_inset Quotes eld
35927 \end_inset
35928
35929 p
35930 \begin_inset Quotes erd
35931 \end_inset
35932
35933  is at the baseline, insert the command
35934 \end_layout
35935
35936 \begin_layout Standard
35937
35938 \series bold
35939
35940 \backslash
35941 raisebox{
35942 \backslash
35943 depth}{
35944 \end_layout
35945
35946 \begin_layout Standard
35947 in \SpecialChar TeX
35948  Code before the word.
35949  After the word insert a closing brace 
35950 \begin_inset Quotes eld
35951 \end_inset
35952
35953
35954 \series bold
35955 }
35956 \series default
35957
35958 \begin_inset Quotes erd
35959 \end_inset
35960
35961  in \SpecialChar TeX
35962  Code.
35963 \begin_inset Newline newline
35964 \end_inset
35965
35966 This is the result:
35967 \end_layout
35968
35969 \begin_layout Standard
35970 This is a text line with the word 
35971 \begin_inset ERT
35972 status collapsed
35973
35974 \begin_layout Plain Layout
35975
35976
35977 \backslash
35978 raisebox{
35979 \backslash
35980 depth}{
35981 \end_layout
35982
35983 \end_inset
35984
35985
35986 \begin_inset Quotes eld
35987 \end_inset
35988
35989 preventing
35990 \begin_inset Quotes erd
35991 \end_inset
35992
35993
35994 \begin_inset ERT
35995 status collapsed
35996
35997 \begin_layout Plain Layout
35998
35999 }
36000 \end_layout
36001
36002 \end_inset
36003
36004  as a raised word.
36005 \end_layout
36006
36007 \begin_layout Standard
36008 \begin_inset VSpace bigskip
36009 \end_inset
36010
36011 When you raise or lower characters in a line, the line distance will be
36012  spread:
36013 \end_layout
36014
36015 \begin_layout Standard
36016 This is a text line with the word 
36017 \begin_inset ERT
36018 status collapsed
36019
36020 \begin_layout Plain Layout
36021
36022
36023 \backslash
36024 raisebox{-
36025 \backslash
36026 depth}{
36027 \end_layout
36028
36029 \end_inset
36030
36031
36032 \begin_inset Quotes eld
36033 \end_inset
36034
36035 preventing
36036 \begin_inset Quotes erd
36037 \end_inset
36038
36039
36040 \begin_inset ERT
36041 status collapsed
36042
36043 \begin_layout Plain Layout
36044
36045 }
36046 \end_layout
36047
36048 \end_inset
36049
36050  as a lowered word.
36051 \begin_inset Newline newline
36052 \end_inset
36053
36054 This is a text line with the word 
36055 \begin_inset ERT
36056 status collapsed
36057
36058 \begin_layout Plain Layout
36059
36060
36061 \backslash
36062 raisebox{0.5cm}{
36063 \end_layout
36064
36065 \end_inset
36066
36067
36068 \begin_inset Quotes eld
36069 \end_inset
36070
36071 testing
36072 \begin_inset Quotes erd
36073 \end_inset
36074
36075
36076 \begin_inset ERT
36077 status collapsed
36078
36079 \begin_layout Plain Layout
36080
36081 }
36082 \end_layout
36083
36084 \end_inset
36085
36086  as a raised word.
36087 \end_layout
36088
36089 \begin_layout Standard
36090 If you want to prevent this for a certain reason, set the box height to
36091  a zero value.
36092  For example use
36093 \end_layout
36094
36095 \begin_layout Standard
36096
36097 \series bold
36098
36099 \backslash
36100 raisebox{-
36101 \backslash
36102 depth}[0pt]{
36103 \end_layout
36104
36105 \begin_layout Standard
36106 This is a text line with the word 
36107 \begin_inset ERT
36108 status collapsed
36109
36110 \begin_layout Plain Layout
36111
36112
36113 \backslash
36114 raisebox{-
36115 \backslash
36116 depth}[0pt]{
36117 \end_layout
36118
36119 \end_inset
36120
36121
36122 \begin_inset Quotes eld
36123 \end_inset
36124
36125 preventing
36126 \begin_inset Quotes erd
36127 \end_inset
36128
36129
36130 \begin_inset ERT
36131 status collapsed
36132
36133 \begin_layout Plain Layout
36134
36135 }
36136 \end_layout
36137
36138 \end_inset
36139
36140  as a lowered word.
36141 \begin_inset Newline newline
36142 \end_inset
36143
36144
36145 \begin_inset Newline newline
36146 \end_inset
36147
36148 This is a text line with the word 
36149 \begin_inset ERT
36150 status collapsed
36151
36152 \begin_layout Plain Layout
36153
36154
36155 \backslash
36156 raisebox{0.5cm}[0pt]{
36157 \end_layout
36158
36159 \end_inset
36160
36161
36162 \begin_inset Quotes eld
36163 \end_inset
36164
36165 testing
36166 \begin_inset Quotes erd
36167 \end_inset
36168
36169
36170 \begin_inset ERT
36171 status collapsed
36172
36173 \begin_layout Plain Layout
36174
36175 }
36176 \end_layout
36177
36178 \end_inset
36179
36180  as a raised word.
36181 \end_layout
36182
36183 \begin_layout Section
36184 Colored Boxes
36185 \begin_inset CommandInset label
36186 LatexCommand label
36187 name "sec:Colored-Boxes"
36188
36189 \end_inset
36190
36191
36192 \begin_inset Index idx
36193 status collapsed
36194
36195 \begin_layout Plain Layout
36196 Boxes ! Color
36197 \end_layout
36198
36199 \end_inset
36200
36201
36202 \end_layout
36203
36204 \begin_layout Standard
36205 To color the background of a box just select the color you like in the box
36206  dialog.
36207  This is for example a box with orange background: 
36208 \begin_inset Box Frameless
36209 position "t"
36210 hor_pos "c"
36211 has_inner_box 1
36212 inner_pos "t"
36213 use_parbox 0
36214 use_makebox 1
36215 width ""
36216 special "none"
36217 height "1in"
36218 height_special "totalheight"
36219 thickness "0.4pt"
36220 separation "3pt"
36221 shadowsize "4pt"
36222 framecolor "black"
36223 backgroundcolor "orange"
36224 status open
36225
36226 \begin_layout Plain Layout
36227 Box with orange background
36228 \end_layout
36229
36230 \end_inset
36231
36232
36233 \end_layout
36234
36235 \begin_layout Standard
36236 If you use the decoration 
36237 \family sans
36238 Simple
36239 \begin_inset space ~
36240 \end_inset
36241
36242 rectangular
36243 \begin_inset space ~
36244 \end_inset
36245
36246 frame
36247 \family default
36248  you can set a frame color.
36249  In this case you must also specify a background color (LyX sets white as
36250  default).
36251  Here is an example: 
36252 \begin_inset Box Boxed
36253 position "t"
36254 hor_pos "c"
36255 has_inner_box 0
36256 inner_pos "t"
36257 use_parbox 0
36258 use_makebox 0
36259 width ""
36260 special "none"
36261 height "1in"
36262 height_special "totalheight"
36263 thickness "0.4pt"
36264 separation "3pt"
36265 shadowsize "4pt"
36266 framecolor "teal"
36267 backgroundcolor "yellow"
36268 status open
36269
36270 \begin_layout Plain Layout
36271 Box with teal frame color and yellow background color
36272 \end_layout
36273
36274 \end_inset
36275
36276
36277 \end_layout
36278
36279 \begin_layout Standard
36280 \begin_inset VSpace bigskip
36281 \end_inset
36282
36283 Of course you can also have colored text inside a colored box:
36284 \begin_inset Newline newline
36285 \end_inset
36286
36287
36288 \begin_inset Box Boxed
36289 position "t"
36290 hor_pos "c"
36291 has_inner_box 0
36292 inner_pos "t"
36293 use_parbox 0
36294 use_makebox 0
36295 width ""
36296 special "none"
36297 height "1in"
36298 height_special "totalheight"
36299 thickness "0.4pt"
36300 separation "3pt"
36301 shadowsize "4pt"
36302 framecolor "cyan"
36303 backgroundcolor "magenta"
36304 status open
36305
36306 \begin_layout Plain Layout
36307
36308 \color yellow
36309 This is colored text within a colored, framed box
36310 \end_layout
36311
36312 \end_inset
36313
36314
36315 \end_layout
36316
36317 \begin_layout Standard
36318 \begin_inset VSpace bigskip
36319 \end_inset
36320
36321
36322 \end_layout
36323
36324 \begin_layout Standard
36325 If you need another color than the predefined ones, you can define your
36326  own color as described in section
36327 \begin_inset space ~
36328 \end_inset
36329
36330
36331 \begin_inset CommandInset ref
36332 LatexCommand ref
36333 reference "sec:Colored-Tables"
36334
36335 \end_inset
36336
36337 .
36338  To use your own color you must typeset the box by using TeX code:
36339 \end_layout
36340
36341 \begin_layout Standard
36342 Colored boxes without frame are created with the command 
36343 \series bold
36344
36345 \backslash
36346 colorbox
36347 \series default
36348 .
36349  It has the following scheme:
36350 \end_layout
36351
36352 \begin_layout Standard
36353
36354 \series bold
36355
36356 \backslash
36357 colorbox{color}{box content}
36358 \end_layout
36359
36360 \begin_layout Standard
36361 The box content can also be a box and colored boxes can also be within other
36362  boxes.
36363  To have e.
36364 \begin_inset space \thinspace{}
36365 \end_inset
36366
36367 g.
36368 \begin_inset space \space{}
36369 \end_inset
36370
36371 a darkgreen background for a word, insert the command
36372 \end_layout
36373
36374 \begin_layout Standard
36375
36376 \series bold
36377
36378 \backslash
36379 colorbox{darkgreen}{
36380 \end_layout
36381
36382 \begin_layout Standard
36383 before the word in \SpecialChar TeX
36384  Code.
36385  After the word insert a closing brace 
36386 \begin_inset Quotes eld
36387 \end_inset
36388
36389
36390 \series bold
36391 }
36392 \series default
36393
36394 \begin_inset Quotes erd
36395 \end_inset
36396
36397  in \SpecialChar TeX
36398  Code.
36399 \begin_inset Newline newline
36400 \end_inset
36401
36402 This is the result:
36403 \end_layout
36404
36405 \begin_layout Standard
36406 This is a line where the word 
36407 \begin_inset ERT
36408 status collapsed
36409
36410 \begin_layout Plain Layout
36411
36412
36413 \backslash
36414 colorbox{darkgreen}{
36415 \end_layout
36416
36417 \end_inset
36418
36419
36420 \begin_inset Quotes eld
36421 \end_inset
36422
36423 Attention!
36424 \begin_inset Quotes erd
36425 \end_inset
36426
36427
36428 \begin_inset ERT
36429 status collapsed
36430
36431 \begin_layout Plain Layout
36432
36433 }
36434 \end_layout
36435
36436 \end_inset
36437
36438  has a darkgreen background.
36439 \end_layout
36440
36441 \begin_layout Standard
36442 Framed, colored boxes are created with the command 
36443 \series bold
36444
36445 \backslash
36446 fcolorbox
36447 \series default
36448 .
36449  It has the following scheme:
36450 \end_layout
36451
36452 \begin_layout Standard
36453
36454 \series bold
36455
36456 \backslash
36457 fcolorbox{frame color}{box color}{box content}
36458 \end_layout
36459
36460 \begin_layout Section
36461 Rotated and Scaled Boxes
36462 \end_layout
36463
36464 \begin_layout Standard
36465 To use the boxes described in this section, the module 
36466 \family sans
36467 GraphicBoxes
36468 \family default
36469  must be loaded in the document settings.
36470 \end_layout
36471
36472 \begin_layout Standard
36473 \begin_inset Note Greyedout
36474 status open
36475
36476 \begin_layout Plain Layout
36477
36478 \series bold
36479 Note:
36480 \series default
36481  Not all DVI viewers are able to display rotated or scaled material.
36482 \end_layout
36483
36484 \end_inset
36485
36486
36487 \end_layout
36488
36489 \begin_layout Standard
36490 \begin_inset Note Greyedout
36491 status open
36492
36493 \begin_layout Plain Layout
36494
36495 \series bold
36496 Note:
36497 \series default
36498  Floats are not allowed inside a rotated or scaled box.
36499 \end_layout
36500
36501 \end_inset
36502
36503
36504 \end_layout
36505
36506 \begin_layout Subsection
36507 Rotated Boxes
36508 \begin_inset Index idx
36509 status collapsed
36510
36511 \begin_layout Plain Layout
36512 Boxes ! rotated
36513 \end_layout
36514
36515 \end_inset
36516
36517
36518 \begin_inset Index idx
36519 status collapsed
36520
36521 \begin_layout Plain Layout
36522 Rotated Material
36523 \end_layout
36524
36525 \end_inset
36526
36527
36528 \end_layout
36529
36530 \begin_layout Standard
36531 To rotate material, you can put it into a 
36532 \family sans
36533 Rotatebox
36534 \family default
36535 .
36536  Such a box is inserted via the menu 
36537 \family sans
36538 Insert\SpecialChar menuseparator
36539 Custom Insets\SpecialChar menuseparator
36540 Rotatebox
36541 \family default
36542 .
36543 \end_layout
36544
36545 \begin_layout Standard
36546 The rotation origin can be specified via the inset 
36547 \family sans
36548 Origin
36549 \family default
36550  (menu 
36551 \family sans
36552 Insert\SpecialChar menuseparator
36553 Origin
36554 \family default
36555 ) in the form 
36556 \series bold
36557 origin=position
36558 \series default
36559 .
36560  The following positions are possible: 
36561 \emph on
36562 c
36563 \emph default
36564  (center), 
36565 \emph on
36566 l
36567 \emph default
36568  (left), 
36569 \emph on
36570 r
36571 \emph default
36572  (right), 
36573 \emph on
36574 b
36575 \emph default
36576  (bottom), 
36577 \emph on
36578 t
36579 \emph default
36580  (top), along with meaningful combinations of the four base positions.
36581  For example 
36582 \emph on
36583 lt
36584 \emph default
36585  means that the rotation origin is at the top left corner of the box.
36586  When no rotation origin is specified, the position 
36587 \emph on
36588 l
36589 \emph default
36590  will be used.
36591  The rotation angle is a number that can be negative that specifies the
36592  angle in degrees.
36593  The rotation direction is counterclockwise.
36594 \end_layout
36595
36596 \begin_layout Standard
36597 In the following example 
36598 \series bold
36599 origin=c
36600 \series default
36601  was inserted to the 
36602 \family sans
36603 Origin
36604 \family default
36605  inset and 
36606 \series bold
36607 60
36608 \series default
36609  was inserted to the 
36610 \family sans
36611 Angle
36612 \family default
36613  inset.
36614 \end_layout
36615
36616 \begin_layout Standard
36617 This is a line 
36618 \begin_inset Flex Rotatebox
36619 status open
36620
36621 \begin_layout Plain Layout
36622 \begin_inset Argument 1
36623 status open
36624
36625 \begin_layout Plain Layout
36626 origin=c
36627 \end_layout
36628
36629 \end_inset
36630
36631
36632 \begin_inset Argument 2
36633 status open
36634
36635 \begin_layout Plain Layout
36636 60
36637 \end_layout
36638
36639 \end_inset
36640
36641 with rotated
36642 \end_layout
36643
36644 \end_inset
36645
36646  text.
36647 \end_layout
36648
36649 \begin_layout Standard
36650 The box content can also be another box or an inline formula:
36651 \end_layout
36652
36653 \begin_layout Standard
36654 This is a line 
36655 \begin_inset Flex Rotatebox
36656 status open
36657
36658 \begin_layout Plain Layout
36659 \begin_inset Argument 1
36660 status open
36661
36662 \begin_layout Plain Layout
36663 origin=r
36664 \end_layout
36665
36666 \end_inset
36667
36668
36669 \begin_inset Argument 2
36670 status open
36671
36672 \begin_layout Plain Layout
36673 -60
36674 \end_layout
36675
36676 \end_inset
36677
36678
36679 \begin_inset Box Doublebox
36680 position "c"
36681 hor_pos "c"
36682 has_inner_box 0
36683 inner_pos "c"
36684 use_parbox 0
36685 use_makebox 0
36686 width "1in"
36687 special "width"
36688 height "1in"
36689 height_special "totalheight"
36690 thickness "0.4pt"
36691 separation "3pt"
36692 shadowsize "4pt"
36693 framecolor "black"
36694 backgroundcolor "none"
36695 status collapsed
36696
36697 \begin_layout Plain Layout
36698 with rotated
36699 \end_layout
36700
36701 \end_inset
36702
36703
36704 \end_layout
36705
36706 \end_inset
36707
36708  framed text 
36709 \begin_inset Flex Rotatebox
36710 status open
36711
36712 \begin_layout Plain Layout
36713 \begin_inset Argument 1
36714 status open
36715
36716 \begin_layout Plain Layout
36717 origin=lb
36718 \end_layout
36719
36720 \end_inset
36721
36722
36723 \begin_inset Argument 2
36724 status open
36725
36726 \begin_layout Plain Layout
36727 60
36728 \end_layout
36729
36730 \end_inset
36731
36732
36733 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36734 \end_inset
36735
36736
36737 \end_layout
36738
36739 \end_inset
36740
36741  and a formula.
36742 \end_layout
36743
36744 \begin_layout Standard
36745 or an image or table:
36746 \end_layout
36747
36748 \begin_layout Standard
36749 This is a line 
36750 \begin_inset Flex Rotatebox
36751 status open
36752
36753 \begin_layout Plain Layout
36754 \begin_inset Argument 1
36755 status open
36756
36757 \begin_layout Plain Layout
36758 origin=lb
36759 \end_layout
36760
36761 \end_inset
36762
36763
36764 \begin_inset Argument 2
36765 status open
36766
36767 \begin_layout Plain Layout
36768 90
36769 \end_layout
36770
36771 \end_inset
36772
36773
36774 \begin_inset Graphics
36775         filename clipart/platypus.eps
36776         lyxscale 50
36777         width 25col%
36778
36779 \end_inset
36780
36781
36782 \end_layout
36783
36784 \end_inset
36785
36786  with a rotated image 
36787 \begin_inset Flex Rotatebox
36788 status open
36789
36790 \begin_layout Plain Layout
36791 \begin_inset Argument 2
36792 status open
36793
36794 \begin_layout Plain Layout
36795 -90
36796 \end_layout
36797
36798 \end_inset
36799
36800
36801 \begin_inset Tabular
36802 <lyxtabular version="3" rows="2" columns="2">
36803 <features tabularvalignment="middle">
36804 <column alignment="center" valignment="top">
36805 <column alignment="center" valignment="top">
36806 <row>
36807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36808 \begin_inset Text
36809
36810 \begin_layout Plain Layout
36811 q
36812 \end_layout
36813
36814 \end_inset
36815 </cell>
36816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36817 \begin_inset Text
36818
36819 \begin_layout Plain Layout
36820 w
36821 \end_layout
36822
36823 \end_inset
36824 </cell>
36825 </row>
36826 <row>
36827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36828 \begin_inset Text
36829
36830 \begin_layout Plain Layout
36831 e
36832 \end_layout
36833
36834 \end_inset
36835 </cell>
36836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36837 \begin_inset Text
36838
36839 \begin_layout Plain Layout
36840 r
36841 \end_layout
36842
36843 \end_inset
36844 </cell>
36845 </row>
36846 </lyxtabular>
36847
36848 \end_inset
36849
36850
36851 \end_layout
36852
36853 \end_inset
36854
36855  and table.
36856 \begin_inset Index idx
36857 status collapsed
36858
36859 \begin_layout Plain Layout
36860 Figures ! rotated
36861 \end_layout
36862
36863 \end_inset
36864
36865
36866 \begin_inset Index idx
36867 status collapsed
36868
36869 \begin_layout Plain Layout
36870 Table Customization ! Rotating
36871 \end_layout
36872
36873 \end_inset
36874
36875
36876 \end_layout
36877
36878 \begin_layout Standard
36879 \begin_inset Note Greyedout
36880 status open
36881
36882 \begin_layout Plain Layout
36883
36884 \series bold
36885 Note:
36886 \series default
36887  If the 
36888 \family sans
36889 Angle
36890 \family default
36891  inset is empty or contains other characters than numbers you will get \SpecialChar LaTeX
36892
36893  errors when viewing/exporting the document.
36894 \end_layout
36895
36896 \end_inset
36897
36898
36899 \end_layout
36900
36901 \begin_layout Subsection
36902 Scaled Boxes
36903 \begin_inset Index idx
36904 status collapsed
36905
36906 \begin_layout Plain Layout
36907 Boxes ! scaled
36908 \end_layout
36909
36910 \end_inset
36911
36912
36913 \begin_inset Index idx
36914 status collapsed
36915
36916 \begin_layout Plain Layout
36917 Scaled Material
36918 \end_layout
36919
36920 \end_inset
36921
36922
36923 \end_layout
36924
36925 \begin_layout Standard
36926 To scale material put it into a 
36927 \family sans
36928 Scalebox
36929 \family default
36930 .
36931  Such a box is inserted via the menu 
36932 \family sans
36933 Insert\SpecialChar menuseparator
36934 Custom Insets\SpecialChar menuseparator
36935 Scalebox
36936 \family default
36937 .
36938 \end_layout
36939
36940 \begin_layout Standard
36941 The 
36942 \family sans
36943 Scalebox
36944 \family default
36945  inset has the mandatory inset 
36946 \family sans
36947 H-Factor
36948 \family default
36949  and the optional inset 
36950 \family sans
36951 V-Factor
36952 \family default
36953  (inserted via the menu 
36954 \family sans
36955 Insert\SpecialChar menuseparator
36956 V-Factor)
36957 \family default
36958 .
36959  Input there the horizontal and vertical scale factor, respectively.
36960  If no 
36961 \family sans
36962 V-Factor
36963 \family default
36964  inset is used, the horizontal factor will also be used as the vertical
36965  one.
36966 \end_layout
36967
36968 \begin_layout Standard
36969 To get for example the double text size, compared to the document text size,
36970  insert 
36971 \series bold
36972 2
36973 \series default
36974  into the 
36975 \family sans
36976 H-Factor
36977 \family default
36978  inset.
36979  An example: 
36980 \begin_inset Flex Scalebox
36981 status open
36982
36983 \begin_layout Plain Layout
36984 \begin_inset Argument 1
36985 status open
36986
36987 \begin_layout Plain Layout
36988 2
36989 \end_layout
36990
36991 \end_inset
36992
36993 Hello
36994 \end_layout
36995
36996 \end_inset
36997
36998
36999 \end_layout
37000
37001 \begin_layout Standard
37002
37003 \series bold
37004 2
37005 \series default
37006  as 
37007 \family sans
37008 H-Factor
37009 \family default
37010  and 
37011 \series bold
37012 1
37013 \series default
37014  as 
37015 \family sans
37016 V-Factor
37017 \family default
37018  distorts the 
37019 \begin_inset Flex Scalebox
37020 status open
37021
37022 \begin_layout Plain Layout
37023 \begin_inset Argument 1
37024 status open
37025
37026 \begin_layout Plain Layout
37027 2
37028 \end_layout
37029
37030 \end_inset
37031
37032
37033 \begin_inset Argument 2
37034 status open
37035
37036 \begin_layout Plain Layout
37037 1
37038 \end_layout
37039
37040 \end_inset
37041
37042 Hello
37043 \end_layout
37044
37045 \end_inset
37046
37047 .
37048 \end_layout
37049
37050 \begin_layout Standard
37051 If the scaling factor is negative, the box content will be mirrored.
37052  Therefore 
37053 \series bold
37054 -1
37055 \series default
37056  as 
37057 \family sans
37058 H-Factor
37059 \family default
37060  and 
37061 \series bold
37062 1
37063 \series default
37064  as 
37065 \family sans
37066 V-Factor
37067 \family default
37068  can be used to create mirror writing: 
37069 \begin_inset Flex Scalebox
37070 status open
37071
37072 \begin_layout Plain Layout
37073 \begin_inset Argument 1
37074 status open
37075
37076 \begin_layout Plain Layout
37077 -1
37078 \end_layout
37079
37080 \end_inset
37081
37082
37083 \begin_inset Argument 2
37084 status open
37085
37086 \begin_layout Plain Layout
37087 1
37088 \end_layout
37089
37090 \end_inset
37091
37092 Hello
37093 \end_layout
37094
37095 \end_inset
37096
37097
37098 \end_layout
37099
37100 \begin_layout Standard
37101
37102 \series bold
37103 1
37104 \series default
37105  as 
37106 \family sans
37107 H-Factor
37108 \family default
37109  and 
37110 \series bold
37111 -1
37112 \series default
37113  as 
37114 \family sans
37115 V-Factor
37116 \family default
37117  reflects the 
37118 \begin_inset Flex Scalebox
37119 status open
37120
37121 \begin_layout Plain Layout
37122 \begin_inset Argument 1
37123 status open
37124
37125 \begin_layout Plain Layout
37126 1
37127 \end_layout
37128
37129 \end_inset
37130
37131
37132 \begin_inset Argument 2
37133 status open
37134
37135 \begin_layout Plain Layout
37136 -1
37137 \end_layout
37138
37139 \end_inset
37140
37141 Hello
37142 \end_layout
37143
37144 \end_inset
37145
37146  at the base line.
37147 \end_layout
37148
37149 \begin_layout Standard
37150 The 
37151 \family sans
37152 Reflectbox
37153 \family default
37154  (menu 
37155 \family sans
37156 Insert\SpecialChar menuseparator
37157 Custom Insets\SpecialChar menuseparator
37158 Reflectbox
37159 \family default
37160 ) is equivalent to 
37161 \series bold
37162 -1
37163 \series default
37164  as 
37165 \family sans
37166 H-Factor
37167 \family default
37168  and 
37169 \series bold
37170 1
37171 \series default
37172  as 
37173 \family sans
37174 V-Factor 
37175 \family default
37176 for a 
37177 \family sans
37178 Scalebox
37179 \family default
37180 .
37181 \end_layout
37182
37183 \begin_layout Standard
37184 \begin_inset Note Greyedout
37185 status open
37186
37187 \begin_layout Plain Layout
37188
37189 \series bold
37190 Note:
37191 \series default
37192  If the 
37193 \family sans
37194 H-Factor
37195 \family default
37196  inset is empty or contains other characters than numbers you will get LaTeX
37197  errors when viewing/exporting the document.
37198 \end_layout
37199
37200 \end_inset
37201
37202
37203 \end_layout
37204
37205 \begin_layout Standard
37206 \begin_inset VSpace bigskip
37207 \end_inset
37208
37209 The 
37210 \family sans
37211 Resizebox
37212 \family default
37213  (menu 
37214 \family sans
37215 Insert\SpecialChar menuseparator
37216 Custom Insets\SpecialChar menuseparator
37217 Resizebox
37218 \family default
37219 ) is used to scale the content to a defined width and height.
37220  The 
37221 \family sans
37222 Resizebox
37223 \family default
37224  inset has the mandatory inset 
37225 \family sans
37226 Width
37227 \family default
37228  and the optional inset 
37229 \family sans
37230 Height
37231 \family default
37232  (inserted via the menu 
37233 \family sans
37234 Insert\SpecialChar menuseparator
37235 Height)
37236 \family default
37237 .
37238  Input there the width and height, respectively, as value with a unit.
37239  
37240 \begin_inset CommandInset ref
37241 LatexCommand ref
37242 reference "tab:Units"
37243
37244 \end_inset
37245
37246  lists the possible units.
37247  If there is an exclamation mark 
37248 \series bold
37249 !
37250 \series default
37251  in of of the two insets, the size is set so that the aspect ratio of the
37252  box content is kept.
37253  If no 
37254 \family sans
37255 Height
37256 \family default
37257  inset is used an exclamation mark will internally be used for the height.
37258 \end_layout
37259
37260 \begin_layout Standard
37261
37262 \series bold
37263 2cm
37264 \series default
37265  as 
37266 \family sans
37267 Width
37268 \family default
37269  and 
37270 \series bold
37271 1cm
37272 \series default
37273  as 
37274 \family sans
37275 Height
37276 \family default
37277  produces: 
37278 \begin_inset Flex Resizebox
37279 status open
37280
37281 \begin_layout Plain Layout
37282 \begin_inset Argument 1
37283 status open
37284
37285 \begin_layout Plain Layout
37286 2cm
37287 \end_layout
37288
37289 \end_inset
37290
37291
37292 \begin_inset Argument 2
37293 status open
37294
37295 \begin_layout Plain Layout
37296 1cm
37297 \end_layout
37298
37299 \end_inset
37300
37301 Hello
37302 \end_layout
37303
37304 \end_inset
37305
37306
37307 \begin_inset Newline newline
37308 \end_inset
37309
37310
37311 \series bold
37312 2cm
37313 \series default
37314  as 
37315 \family sans
37316 Width
37317 \family default
37318  and 
37319 \series bold
37320 !
37321 \series default
37322  as 
37323 \family sans
37324 Height
37325 \family default
37326  (or no 
37327 \family sans
37328 Height
37329 \family default
37330 ) produces: 
37331 \begin_inset Flex Resizebox
37332 status open
37333
37334 \begin_layout Plain Layout
37335 \begin_inset Argument 1
37336 status open
37337
37338 \begin_layout Plain Layout
37339 2cm
37340 \end_layout
37341
37342 \end_inset
37343
37344
37345 \begin_inset Argument 2
37346 status open
37347
37348 \begin_layout Plain Layout
37349 !
37350 \end_layout
37351
37352 \end_inset
37353
37354 Hello
37355 \end_layout
37356
37357 \end_inset
37358
37359
37360 \end_layout
37361
37362 \begin_layout Standard
37363 \begin_inset Note Greyedout
37364 status open
37365
37366 \begin_layout Plain Layout
37367
37368 \series bold
37369 Note:
37370 \series default
37371  If the 
37372 \family sans
37373 Width
37374 \family default
37375  inset is empty or contains an invalid unit you will get LaTeX errors when
37376  viewing/exporting the document.
37377 \end_layout
37378
37379 \end_inset
37380
37381
37382 \end_layout
37383
37384 \begin_layout Standard
37385 \begin_inset VSpace bigskip
37386 \end_inset
37387
37388
37389 \end_layout
37390
37391 \begin_layout Standard
37392 The boxes can be combined in any order.
37393  As example a 
37394 \family sans
37395 Reflectbox
37396 \family default
37397  inside a 
37398 \family sans
37399 Resizebox
37400 \family default
37401  which is in turn inside a 
37402 \family sans
37403 Rotatebox
37404 \family default
37405 :
37406 \end_layout
37407
37408 \begin_layout Standard
37409 \noindent
37410 \align center
37411 \begin_inset Flex Rotatebox
37412 status open
37413
37414 \begin_layout Plain Layout
37415 \begin_inset Argument 1
37416 status open
37417
37418 \begin_layout Plain Layout
37419 origin=c
37420 \end_layout
37421
37422 \end_inset
37423
37424
37425 \begin_inset Argument 2
37426 status open
37427
37428 \begin_layout Plain Layout
37429 -45
37430 \end_layout
37431
37432 \end_inset
37433
37434
37435 \begin_inset Flex Resizebox
37436 status open
37437
37438 \begin_layout Plain Layout
37439 \begin_inset Argument 1
37440 status open
37441
37442 \begin_layout Plain Layout
37443 2cm
37444 \end_layout
37445
37446 \end_inset
37447
37448
37449 \begin_inset Flex Reflectbox
37450 status open
37451
37452 \begin_layout Plain Layout
37453 Hello
37454 \end_layout
37455
37456 \end_inset
37457
37458
37459 \end_layout
37460
37461 \end_inset
37462
37463
37464 \end_layout
37465
37466 \end_inset
37467
37468
37469 \end_layout
37470
37471 \begin_layout Standard
37472 \noindent
37473 Images, tables, and inline formulas are allowed as box content:
37474 \end_layout
37475
37476 \begin_layout Standard
37477 \noindent
37478 \align center
37479 \begin_inset Flex Resizebox
37480 status open
37481
37482 \begin_layout Plain Layout
37483 \begin_inset Argument 1
37484 status open
37485
37486 \begin_layout Plain Layout
37487 2cm
37488 \end_layout
37489
37490 \end_inset
37491
37492
37493 \begin_inset Flex Reflectbox
37494 status open
37495
37496 \begin_layout Plain Layout
37497 \begin_inset Graphics
37498         filename clipart/platypus.eps
37499         lyxscale 50
37500         width 25col%
37501
37502 \end_inset
37503
37504
37505 \end_layout
37506
37507 \end_inset
37508
37509
37510 \end_layout
37511
37512 \end_inset
37513
37514  
37515 \begin_inset Flex Resizebox
37516 status open
37517
37518 \begin_layout Plain Layout
37519 \begin_inset Argument 1
37520 status open
37521
37522 \begin_layout Plain Layout
37523 2cm
37524 \end_layout
37525
37526 \end_inset
37527
37528
37529 \begin_inset Flex Reflectbox
37530 status open
37531
37532 \begin_layout Plain Layout
37533 \begin_inset Tabular
37534 <lyxtabular version="3" rows="2" columns="2">
37535 <features tabularvalignment="middle">
37536 <column alignment="center" valignment="top">
37537 <column alignment="center" valignment="top">
37538 <row>
37539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37540 \begin_inset Text
37541
37542 \begin_layout Plain Layout
37543 q
37544 \end_layout
37545
37546 \end_inset
37547 </cell>
37548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37549 \begin_inset Text
37550
37551 \begin_layout Plain Layout
37552 w
37553 \end_layout
37554
37555 \end_inset
37556 </cell>
37557 </row>
37558 <row>
37559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37560 \begin_inset Text
37561
37562 \begin_layout Plain Layout
37563 e
37564 \end_layout
37565
37566 \end_inset
37567 </cell>
37568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37569 \begin_inset Text
37570
37571 \begin_layout Plain Layout
37572 r
37573 \end_layout
37574
37575 \end_inset
37576 </cell>
37577 </row>
37578 </lyxtabular>
37579
37580 \end_inset
37581
37582
37583 \end_layout
37584
37585 \end_inset
37586
37587
37588 \end_layout
37589
37590 \end_inset
37591
37592  
37593 \begin_inset Flex Resizebox
37594 status open
37595
37596 \begin_layout Plain Layout
37597 \begin_inset Argument 1
37598 status open
37599
37600 \begin_layout Plain Layout
37601 3cm
37602 \end_layout
37603
37604 \end_inset
37605
37606
37607 \begin_inset Flex Reflectbox
37608 status open
37609
37610 \begin_layout Plain Layout
37611 \begin_inset Formula $\int A\,\mathrm{d}x=B$
37612 \end_inset
37613
37614
37615 \end_layout
37616
37617 \end_inset
37618
37619
37620 \end_layout
37621
37622 \end_inset
37623
37624
37625 \begin_inset Index idx
37626 status collapsed
37627
37628 \begin_layout Plain Layout
37629 Figures ! scaled
37630 \end_layout
37631
37632 \end_inset
37633
37634
37635 \begin_inset Index idx
37636 status collapsed
37637
37638 \begin_layout Plain Layout
37639 Table Customization ! Scaling
37640 \end_layout
37641
37642 \end_inset
37643
37644
37645 \end_layout
37646
37647 \begin_layout Standard
37648 When the global formula style 
37649 \series bold
37650 fleqn
37651 \series default
37652  is used in the document
37653 \begin_inset Foot
37654 status collapsed
37655
37656 \begin_layout Plain Layout
37657 When 
37658 \begin_inset Quotes eld
37659 \end_inset
37660
37661 fleqn
37662 \begin_inset Quotes erd
37663 \end_inset
37664
37665  is added to the document class options.
37666 \end_layout
37667
37668 \end_inset
37669
37670 , display style formulas can also be scaled.
37671 \end_layout
37672
37673 \begin_layout Chapter
37674 Objects Surrounded by Text
37675 \begin_inset Index idx
37676 status collapsed
37677
37678 \begin_layout Plain Layout
37679 Surrounded by text
37680 \end_layout
37681
37682 \end_inset
37683
37684
37685 \end_layout
37686
37687 \begin_layout Section
37688 Wrap Floats
37689 \begin_inset CommandInset label
37690 LatexCommand label
37691 name "sec:Wrap-Floats"
37692
37693 \end_inset
37694
37695
37696 \begin_inset Index idx
37697 status collapsed
37698
37699 \begin_layout Plain Layout
37700 Floats ! Wrap Floats
37701 \end_layout
37702
37703 \end_inset
37704
37705
37706 \begin_inset Index idx
37707 status collapsed
37708
37709 \begin_layout Plain Layout
37710 Surrounded by text ! Wrap Floats
37711 \end_layout
37712
37713 \end_inset
37714
37715
37716 \end_layout
37717
37718 \begin_layout Standard
37719 \begin_inset Wrap figure
37720 lines 0
37721 placement l
37722 overhang 1cm
37723 width "40col%"
37724 status open
37725
37726 \begin_layout Plain Layout
37727 \begin_inset Graphics
37728         filename clipart/mobius.eps
37729         width 40col%
37730         scaleBeforeRotation
37731         rotateOrigin center
37732
37733 \end_inset
37734
37735
37736 \end_layout
37737
37738 \begin_layout Plain Layout
37739 \begin_inset Caption Standard
37740
37741 \begin_layout Plain Layout
37742 \begin_inset CommandInset label
37743 LatexCommand label
37744 name "fig:This-is-a"
37745
37746 \end_inset
37747
37748 This is a figure wrap float.
37749 \end_layout
37750
37751 \end_inset
37752
37753
37754 \end_layout
37755
37756 \end_inset
37757
37758  This float type is used if you want to wrap text around a figure or table
37759  so that it only occupies some fraction of the column width.
37760  It can be inserted using the menu 
37761 \family sans
37762 Insert\SpecialChar menuseparator
37763 Floats\SpecialChar menuseparator
37764 Figure
37765 \begin_inset space ~
37766 \end_inset
37767
37768 Wrap
37769 \begin_inset space ~
37770 \end_inset
37771
37772 Float
37773 \family default
37774  or 
37775 \family sans
37776 Table
37777 \begin_inset space ~
37778 \end_inset
37779
37780 Wrap
37781 \begin_inset space ~
37782 \end_inset
37783
37784 Float
37785 \family default
37786  if the \SpecialChar LaTeX
37787 -package 
37788 \series bold
37789 wrapfig
37790 \series default
37791
37792 \begin_inset Index idx
37793 status collapsed
37794
37795 \begin_layout Plain Layout
37796 \SpecialChar LaTeX
37797 -packages ! wrapfig
37798 \end_layout
37799
37800 \end_inset
37801
37802  is installed.
37803 \begin_inset Foot
37804 status collapsed
37805
37806 \begin_layout Plain Layout
37807 Installing a \SpecialChar LaTeX
37808 -package is explained it in the 
37809 \emph on
37810 \SpecialChar LaTeX
37811
37812 \begin_inset space ~
37813 \end_inset
37814
37815 Configuration
37816 \emph default
37817  manual.
37818 \end_layout
37819
37820 \end_inset
37821
37822  The settings of the float can be modified by right-clicking on the float
37823  box.
37824  The mandatory settings are the float 
37825 \family sans
37826 Placement
37827 \family default
37828  and its 
37829 \family sans
37830 Width
37831 \family default
37832 .
37833  Optional are the 
37834 \family sans
37835 Overhang
37836 \family default
37837  that specifies how much the float is set into the paragraph
37838 \begin_inset space \thinspace{}
37839 \end_inset
37840
37841 /
37842 \begin_inset space \thinspace{}
37843 \end_inset
37844
37845 page margin, and the 
37846 \family sans
37847 Line
37848 \begin_inset space ~
37849 \end_inset
37850
37851 span
37852 \family default
37853  that specifies how many text lines the float will approximately need.
37854  The line span is often hard to approximate; so it is better only to use
37855  it when you encounter float placement problems.
37856  You can furthermore decide if \SpecialChar LaTeX
37857  is allowed to let the float float within
37858  the paragraph or to surrounding paragraphs.
37859  Figure
37860 \begin_inset space ~
37861 \end_inset
37862
37863
37864 \begin_inset CommandInset ref
37865 LatexCommand ref
37866 reference "fig:This-is-a"
37867
37868 \end_inset
37869
37870  is an example text wrap float with a width of 40
37871 \begin_inset space \thinspace{}
37872 \end_inset
37873
37874 col%, 1
37875 \begin_inset space \thinspace{}
37876 \end_inset
37877
37878 cm overhang, set to the left.
37879 \end_layout
37880
37881 \begin_layout Standard
37882 \begin_inset Note Greyedout
37883 status open
37884
37885 \begin_layout Plain Layout
37886
37887 \series bold
37888 Note:
37889 \series default
37890  Text
37891 \begin_inset space ~
37892 \end_inset
37893
37894 wrap float floats are fragile! E.
37895 \begin_inset space \thinspace{}
37896 \end_inset
37897
37898 g.
37899 \begin_inset space \space{}
37900 \end_inset
37901
37902 having a figure too close to the bottom of the page can mess things up in
37903  such a way that the float does not appear in the output or that it is placed
37904  over some other text.
37905 \end_layout
37906
37907 \end_inset
37908
37909
37910 \end_layout
37911
37912 \begin_layout Standard
37913 In general, the following applies for wrap floats:
37914 \end_layout
37915
37916 \begin_layout Itemize
37917 They should not be placed in paragraphs that run over a page break.
37918  That means that wrap floats are better inserted in their exact place when
37919  the document is almost finished and you are able to estimate where page
37920  breaks will appear.
37921 \end_layout
37922
37923 \begin_layout Itemize
37924 They should either be placed in their own paragraph before the paragraph
37925  where they should wrap into or within a paragraph.
37926 \end_layout
37927
37928 \begin_layout Itemize
37929 In consecutive paragraphs they may cause troubles, so ensure that there
37930  is a text paragraph between them as separator.
37931 \end_layout
37932
37933 \begin_layout Itemize
37934 They are not allowed in section headings or tables.
37935 \end_layout
37936
37937 \begin_layout Itemize
37938 Their numbering and referencing works as described in chap.
37939 \begin_inset space \thinspace{}
37940 \end_inset
37941
37942
37943 \begin_inset CommandInset ref
37944 LatexCommand ref
37945 reference "chap:Floats"
37946
37947 \end_inset
37948
37949 .
37950 \end_layout
37951
37952 \begin_layout Section
37953 Surrounded Fixed Objects
37954 \begin_inset Index idx
37955 status collapsed
37956
37957 \begin_layout Plain Layout
37958 Surrounded by text ! Fixed objects
37959 \end_layout
37960
37961 \end_inset
37962
37963
37964 \end_layout
37965
37966 \begin_layout Standard
37967 The wrap floats described in sec.
37968 \begin_inset space \thinspace{}
37969 \end_inset
37970
37971
37972 \begin_inset CommandInset ref
37973 LatexCommand ref
37974 reference "sec:Wrap-Floats"
37975
37976 \end_inset
37977
37978  have these positions in the paragraph:
37979 \end_layout
37980
37981 \begin_layout Standard
37982 \noindent
37983 \align center
37984 \begin_inset Tabular
37985 <lyxtabular version="3" rows="2" columns="2">
37986 <features tabularvalignment="middle">
37987 <column alignment="center" valignment="top">
37988 <column alignment="center" valignment="top">
37989 <row>
37990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37991 \begin_inset Text
37992
37993 \begin_layout Plain Layout
37994 \begin_inset Info
37995 type  "icon"
37996 arg   "dialog-show-new-inset graphics"
37997 \end_inset
37998
37999
38000 \end_layout
38001
38002 \end_inset
38003 </cell>
38004 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38005 \begin_inset Text
38006
38007 \begin_layout Plain Layout
38008 text
38009 \end_layout
38010
38011 \end_inset
38012 </cell>
38013 </row>
38014 <row>
38015 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38016 \begin_inset Text
38017
38018 \begin_layout Plain Layout
38019 text
38020 \end_layout
38021
38022 \end_inset
38023 </cell>
38024 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38025 \begin_inset Text
38026
38027 \begin_layout Plain Layout
38028 text
38029 \end_layout
38030
38031 \end_inset
38032 </cell>
38033 </row>
38034 </lyxtabular>
38035
38036 \end_inset
38037
38038  or 
38039 \begin_inset Tabular
38040 <lyxtabular version="3" rows="2" columns="2">
38041 <features tabularvalignment="middle">
38042 <column alignment="center" valignment="top">
38043 <column alignment="center" valignment="top">
38044 <row>
38045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38046 \begin_inset Text
38047
38048 \begin_layout Plain Layout
38049 text
38050 \end_layout
38051
38052 \end_inset
38053 </cell>
38054 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38055 \begin_inset Text
38056
38057 \begin_layout Plain Layout
38058 \begin_inset Info
38059 type  "icon"
38060 arg   "dialog-show-new-inset graphics"
38061 \end_inset
38062
38063
38064 \end_layout
38065
38066 \end_inset
38067 </cell>
38068 </row>
38069 <row>
38070 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38071 \begin_inset Text
38072
38073 \begin_layout Plain Layout
38074 text
38075 \end_layout
38076
38077 \end_inset
38078 </cell>
38079 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38080 \begin_inset Text
38081
38082 \begin_layout Plain Layout
38083 text
38084 \end_layout
38085
38086 \end_inset
38087 </cell>
38088 </row>
38089 </lyxtabular>
38090
38091 \end_inset
38092
38093
38094 \end_layout
38095
38096 \begin_layout Standard
38097 To get an object exactly at the position where it is inserted, for example
38098  to get one of these positions:
38099 \begin_inset VSpace defskip
38100 \end_inset
38101
38102
38103 \end_layout
38104
38105 \begin_layout Standard
38106 \noindent
38107 \align center
38108 \begin_inset Tabular
38109 <lyxtabular version="3" rows="2" columns="2">
38110 <features tabularvalignment="middle">
38111 <column alignment="center" valignment="top">
38112 <column alignment="center" valignment="top">
38113 <row>
38114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38115 \begin_inset Text
38116
38117 \begin_layout Plain Layout
38118 text
38119 \end_layout
38120
38121 \end_inset
38122 </cell>
38123 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38124 \begin_inset Text
38125
38126 \begin_layout Plain Layout
38127 text
38128 \end_layout
38129
38130 \end_inset
38131 </cell>
38132 </row>
38133 <row>
38134 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38135 \begin_inset Text
38136
38137 \begin_layout Plain Layout
38138 \begin_inset Info
38139 type  "icon"
38140 arg   "dialog-show-new-inset graphics"
38141 \end_inset
38142
38143
38144 \end_layout
38145
38146 \end_inset
38147 </cell>
38148 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38149 \begin_inset Text
38150
38151 \begin_layout Plain Layout
38152 text
38153 \end_layout
38154
38155 \end_inset
38156 </cell>
38157 </row>
38158 </lyxtabular>
38159
38160 \end_inset
38161
38162  
38163 \begin_inset Tabular
38164 <lyxtabular version="3" rows="2" columns="2">
38165 <features tabularvalignment="middle">
38166 <column alignment="center" valignment="top">
38167 <column alignment="center" valignment="top">
38168 <row>
38169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38170 \begin_inset Text
38171
38172 \begin_layout Plain Layout
38173 text
38174 \end_layout
38175
38176 \end_inset
38177 </cell>
38178 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38179 \begin_inset Text
38180
38181 \begin_layout Plain Layout
38182 text
38183 \end_layout
38184
38185 \end_inset
38186 </cell>
38187 </row>
38188 <row>
38189 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38190 \begin_inset Text
38191
38192 \begin_layout Plain Layout
38193 text
38194 \end_layout
38195
38196 \end_inset
38197 </cell>
38198 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38199 \begin_inset Text
38200
38201 \begin_layout Plain Layout
38202 \begin_inset Info
38203 type  "icon"
38204 arg   "dialog-show-new-inset graphics"
38205 \end_inset
38206
38207
38208 \end_layout
38209
38210 \end_inset
38211 </cell>
38212 </row>
38213 </lyxtabular>
38214
38215 \end_inset
38216
38217  
38218 \begin_inset Tabular
38219 <lyxtabular version="3" rows="2" columns="3">
38220 <features tabularvalignment="middle">
38221 <column alignment="center" valignment="top">
38222 <column alignment="center" valignment="top">
38223 <column alignment="center" valignment="top">
38224 <row>
38225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38226 \begin_inset Text
38227
38228 \begin_layout Plain Layout
38229 text
38230 \end_layout
38231
38232 \end_inset
38233 </cell>
38234 <cell alignment="center" valignment="top" topline="true" usebox="none">
38235 \begin_inset Text
38236
38237 \begin_layout Plain Layout
38238 \begin_inset Info
38239 type  "icon"
38240 arg   "dialog-show-new-inset graphics"
38241 \end_inset
38242
38243
38244 \end_layout
38245
38246 \end_inset
38247 </cell>
38248 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38249 \begin_inset Text
38250
38251 \begin_layout Plain Layout
38252 text
38253 \end_layout
38254
38255 \end_inset
38256 </cell>
38257 </row>
38258 <row>
38259 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38260 \begin_inset Text
38261
38262 \begin_layout Plain Layout
38263 text
38264 \end_layout
38265
38266 \end_inset
38267 </cell>
38268 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38269 \begin_inset Text
38270
38271 \begin_layout Plain Layout
38272 text
38273 \end_layout
38274
38275 \end_inset
38276 </cell>
38277 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38278 \begin_inset Text
38279
38280 \begin_layout Plain Layout
38281 text
38282 \end_layout
38283
38284 \end_inset
38285 </cell>
38286 </row>
38287 </lyxtabular>
38288
38289 \end_inset
38290
38291  
38292 \begin_inset Tabular
38293 <lyxtabular version="3" rows="2" columns="3">
38294 <features tabularvalignment="middle">
38295 <column alignment="center" valignment="top">
38296 <column alignment="center" valignment="top">
38297 <column alignment="center" valignment="top">
38298 <row>
38299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38300 \begin_inset Text
38301
38302 \begin_layout Plain Layout
38303 text
38304 \end_layout
38305
38306 \end_inset
38307 </cell>
38308 <cell alignment="center" valignment="top" topline="true" usebox="none">
38309 \begin_inset Text
38310
38311 \begin_layout Plain Layout
38312 text
38313 \end_layout
38314
38315 \end_inset
38316 </cell>
38317 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38318 \begin_inset Text
38319
38320 \begin_layout Plain Layout
38321 text
38322 \end_layout
38323
38324 \end_inset
38325 </cell>
38326 </row>
38327 <row>
38328 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38329 \begin_inset Text
38330
38331 \begin_layout Plain Layout
38332 text
38333 \end_layout
38334
38335 \end_inset
38336 </cell>
38337 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38338 \begin_inset Text
38339
38340 \begin_layout Plain Layout
38341 \begin_inset Info
38342 type  "icon"
38343 arg   "dialog-show-new-inset graphics"
38344 \end_inset
38345
38346
38347 \end_layout
38348
38349 \end_inset
38350 </cell>
38351 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38352 \begin_inset Text
38353
38354 \begin_layout Plain Layout
38355 text
38356 \end_layout
38357
38358 \end_inset
38359 </cell>
38360 </row>
38361 </lyxtabular>
38362
38363 \end_inset
38364
38365
38366 \end_layout
38367
38368 \begin_layout Standard
38369 \noindent
38370 \align center
38371 \begin_inset Tabular
38372 <lyxtabular version="3" rows="3" columns="2">
38373 <features tabularvalignment="middle">
38374 <column alignment="center" valignment="top">
38375 <column alignment="center" valignment="top">
38376 <row>
38377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38378 \begin_inset Text
38379
38380 \begin_layout Plain Layout
38381 text
38382 \end_layout
38383
38384 \end_inset
38385 </cell>
38386 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38387 \begin_inset Text
38388
38389 \begin_layout Plain Layout
38390 text
38391 \end_layout
38392
38393 \end_inset
38394 </cell>
38395 </row>
38396 <row>
38397 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38398 \begin_inset Text
38399
38400 \begin_layout Plain Layout
38401 \begin_inset Info
38402 type  "icon"
38403 arg   "dialog-show-new-inset graphics"
38404 \end_inset
38405
38406
38407 \end_layout
38408
38409 \end_inset
38410 </cell>
38411 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38412 \begin_inset Text
38413
38414 \begin_layout Plain Layout
38415 text
38416 \end_layout
38417
38418 \end_inset
38419 </cell>
38420 </row>
38421 <row>
38422 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38423 \begin_inset Text
38424
38425 \begin_layout Plain Layout
38426 text
38427 \end_layout
38428
38429 \end_inset
38430 </cell>
38431 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38432 \begin_inset Text
38433
38434 \begin_layout Plain Layout
38435 text
38436 \end_layout
38437
38438 \end_inset
38439 </cell>
38440 </row>
38441 </lyxtabular>
38442
38443 \end_inset
38444
38445  
38446 \begin_inset Tabular
38447 <lyxtabular version="3" rows="3" columns="3">
38448 <features tabularvalignment="middle">
38449 <column alignment="center" valignment="top">
38450 <column alignment="center" valignment="top">
38451 <column alignment="center" valignment="top">
38452 <row>
38453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38454 \begin_inset Text
38455
38456 \begin_layout Plain Layout
38457 text
38458 \end_layout
38459
38460 \end_inset
38461 </cell>
38462 <cell alignment="center" valignment="top" topline="true" usebox="none">
38463 \begin_inset Text
38464
38465 \begin_layout Plain Layout
38466 text
38467 \end_layout
38468
38469 \end_inset
38470 </cell>
38471 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38472 \begin_inset Text
38473
38474 \begin_layout Plain Layout
38475 text
38476 \end_layout
38477
38478 \end_inset
38479 </cell>
38480 </row>
38481 <row>
38482 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38483 \begin_inset Text
38484
38485 \begin_layout Plain Layout
38486 text
38487 \end_layout
38488
38489 \end_inset
38490 </cell>
38491 <cell alignment="center" valignment="top" usebox="none">
38492 \begin_inset Text
38493
38494 \begin_layout Plain Layout
38495 \begin_inset Info
38496 type  "icon"
38497 arg   "dialog-show-new-inset graphics"
38498 \end_inset
38499
38500
38501 \end_layout
38502
38503 \end_inset
38504 </cell>
38505 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38506 \begin_inset Text
38507
38508 \begin_layout Plain Layout
38509 text
38510 \end_layout
38511
38512 \end_inset
38513 </cell>
38514 </row>
38515 <row>
38516 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38517 \begin_inset Text
38518
38519 \begin_layout Plain Layout
38520 text
38521 \end_layout
38522
38523 \end_inset
38524 </cell>
38525 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38526 \begin_inset Text
38527
38528 \begin_layout Plain Layout
38529 text
38530 \end_layout
38531
38532 \end_inset
38533 </cell>
38534 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38535 \begin_inset Text
38536
38537 \begin_layout Plain Layout
38538 text
38539 \end_layout
38540
38541 \end_inset
38542 </cell>
38543 </row>
38544 </lyxtabular>
38545
38546 \end_inset
38547
38548  
38549 \begin_inset Tabular
38550 <lyxtabular version="3" rows="3" columns="2">
38551 <features tabularvalignment="middle">
38552 <column alignment="center" valignment="top">
38553 <column alignment="center" valignment="top">
38554 <row>
38555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38556 \begin_inset Text
38557
38558 \begin_layout Plain Layout
38559 text
38560 \end_layout
38561
38562 \end_inset
38563 </cell>
38564 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38565 \begin_inset Text
38566
38567 \begin_layout Plain Layout
38568 text
38569 \end_layout
38570
38571 \end_inset
38572 </cell>
38573 </row>
38574 <row>
38575 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38576 \begin_inset Text
38577
38578 \begin_layout Plain Layout
38579 text
38580 \end_layout
38581
38582 \end_inset
38583 </cell>
38584 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38585 \begin_inset Text
38586
38587 \begin_layout Plain Layout
38588 \begin_inset Info
38589 type  "icon"
38590 arg   "dialog-show-new-inset graphics"
38591 \end_inset
38592
38593
38594 \end_layout
38595
38596 \end_inset
38597 </cell>
38598 </row>
38599 <row>
38600 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38601 \begin_inset Text
38602
38603 \begin_layout Plain Layout
38604 text
38605 \end_layout
38606
38607 \end_inset
38608 </cell>
38609 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38610 \begin_inset Text
38611
38612 \begin_layout Plain Layout
38613 text
38614 \end_layout
38615
38616 \end_inset
38617 </cell>
38618 </row>
38619 </lyxtabular>
38620
38621 \end_inset
38622
38623
38624 \end_layout
38625
38626 \begin_layout Standard
38627 \noindent
38628 you can use the \SpecialChar LaTeX
38629 -package 
38630 \series bold
38631 picinpar
38632 \series default
38633
38634 \begin_inset Index idx
38635 status collapsed
38636
38637 \begin_layout Plain Layout
38638 \SpecialChar LaTeX
38639 -packages ! picinpar
38640 \end_layout
38641
38642 \end_inset
38643
38644 .
38645  Here is an example:
38646 \end_layout
38647
38648 \begin_layout Standard
38649 \begin_inset ERT
38650 status collapsed
38651
38652 \begin_layout Plain Layout
38653
38654
38655 \backslash
38656 ifpicinpar
38657 \end_layout
38658
38659 \end_inset
38660
38661
38662 \begin_inset Note Note
38663 status open
38664
38665 \begin_layout Plain Layout
38666 The following section will only be displayed when the \SpecialChar LaTeX
38667 -package 
38668 \series bold
38669 picinpar
38670 \series default
38671  is installed.
38672 \end_layout
38673
38674 \end_inset
38675
38676
38677 \end_layout
38678
38679 \begin_layout Standard
38680 \begin_inset ERT
38681 status collapsed
38682
38683 \begin_layout Plain Layout
38684
38685
38686 \backslash
38687 begin{window}[2,c,{
38688 \end_layout
38689
38690 \end_inset
38691
38692
38693 \begin_inset Graphics
38694         filename clipart/mobius.eps
38695         lyxscale 60
38696         width 40col%
38697         scaleBeforeRotation
38698         rotateOrigin center
38699
38700 \end_inset
38701
38702
38703 \begin_inset ERT
38704 status collapsed
38705
38706 \begin_layout Plain Layout
38707
38708 },]
38709 \end_layout
38710
38711 \begin_layout Plain Layout
38712
38713 {}
38714 \end_layout
38715
38716 \end_inset
38717
38718
38719 \size small
38720 It was in the spring of the year 1894 that all London was interested, and
38721  the fashionable world dismayed, by the murder of the Honourable Ronald
38722  Adair under most unusual and inexplicable circumstances.
38723  The public has already learned those particulars of the crime which
38724 \size default
38725
38726 \begin_inset ERT
38727 status collapsed
38728
38729 \begin_layout Plain Layout
38730
38731
38732 \backslash
38733 footnotemark{}
38734 \end_layout
38735
38736 \end_inset
38737
38738
38739 \size small
38740  came out in the police investigation, but a good deal was suppressed upon
38741  that occasion, since the case for the prosecution was so overwhelmingly
38742  strong that it was not necessary to bring forward all the facts.
38743  Only now, at the end of nearly ten years, am I allowed to supply those
38744  missing links which make up the whole of that remarkable chain.
38745 \size default
38746
38747 \begin_inset ERT
38748 status collapsed
38749
38750 \begin_layout Plain Layout
38751
38752
38753 \backslash
38754 end{window}
38755 \end_layout
38756
38757 \end_inset
38758
38759
38760 \end_layout
38761
38762 \begin_layout Standard
38763 \begin_inset ERT
38764 status collapsed
38765
38766 \begin_layout Plain Layout
38767
38768
38769 \backslash
38770 footnotetext{
38771 \end_layout
38772
38773 \end_inset
38774
38775 Footnote of the paragraph with the fixed object.
38776 \begin_inset ERT
38777 status collapsed
38778
38779 \begin_layout Plain Layout
38780
38781 }
38782 \end_layout
38783
38784 \end_inset
38785
38786
38787 \end_layout
38788
38789 \begin_layout Standard
38790 Surrounded fixed objects are used to let text float around them, at which
38791  the object's position in the paragraph can be determined by the number
38792  of lines above it.
38793  In contrary to floats is it not possible to have a numbered caption.
38794 \end_layout
38795
38796 \begin_layout Standard
38797 A fixed object is inserted by adding the command
38798 \end_layout
38799
38800 \begin_layout Standard
38801
38802 \series bold
38803
38804 \backslash
38805 begin{window}[2,c,{
38806 \end_layout
38807
38808 \begin_layout Standard
38809 as \SpecialChar TeX
38810  Code at the beginning of the paragraph.
38811  The first parameter in the bracket, here '2', defines the number of lines
38812  above the object, the second, here 'c', the position of the object.
38813  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
38814  Behind the command you insert the object.
38815  In this example an image with a width of 40
38816 \begin_inset space \thinspace{}
38817 \end_inset
38818
38819 % of the text column width was inserted.
38820  The object can also be a table, a box or an equation.
38821  Behind the object the command
38822 \end_layout
38823
38824 \begin_layout Standard
38825
38826 \series bold
38827 },description text]
38828 \begin_inset Newline newline
38829 \end_inset
38830
38831 {}
38832 \end_layout
38833
38834 \begin_layout Standard
38835 is inserted.
38836  Note that the 
38837 \begin_inset Quotes eld
38838 \end_inset
38839
38840
38841 \series bold
38842 {}
38843 \series default
38844
38845 \begin_inset Quotes erd
38846 \end_inset
38847
38848  is in the second line.
38849  The description text is optional.
38850  The text surrounding the object must be in the same paragraph as the object,
38851  so it must begin directly after the 
38852 \series bold
38853 {}
38854 \series default
38855 .
38856  At the end of the paragraph insert the command:
38857 \end_layout
38858
38859 \begin_layout Standard
38860
38861 \series bold
38862
38863 \backslash
38864 end{window}
38865 \end_layout
38866
38867 \begin_layout Standard
38868 Within a paragraph with a fixed object, you cannot insert footnotes in the
38869  normal way.
38870  You have to use instead the command 
38871 \series bold
38872
38873 \backslash
38874 footnotemark
38875 \series default
38876  inside the paragraph and outside the command 
38877 \series bold
38878
38879 \backslash
38880 footnotetext
38881 \series default
38882  as described in sec.
38883 \begin_inset space \thinspace{}
38884 \end_inset
38885
38886
38887 \begin_inset CommandInset ref
38888 LatexCommand ref
38889 reference "sec:Footnotes"
38890
38891 \end_inset
38892
38893 .
38894 \end_layout
38895
38896 \begin_layout Standard
38897 \begin_inset ERT
38898 status collapsed
38899
38900 \begin_layout Plain Layout
38901
38902
38903 \backslash
38904 else
38905 \end_layout
38906
38907 \end_inset
38908
38909
38910 \begin_inset Note Note
38911 status open
38912
38913 \begin_layout Plain Layout
38914 The following will be displayed when the \SpecialChar LaTeX
38915 -package 
38916 \series bold
38917 picinpar
38918 \series default
38919  is not installed:
38920 \end_layout
38921
38922 \end_inset
38923
38924
38925 \end_layout
38926
38927 \begin_layout Standard
38928 You need to install the \SpecialChar LaTeX
38929 -package 
38930 \series bold
38931 picinpar
38932 \series default
38933  to see the following part of this section in the output.
38934 \end_layout
38935
38936 \begin_layout Standard
38937 \begin_inset ERT
38938 status collapsed
38939
38940 \begin_layout Plain Layout
38941
38942
38943 \backslash
38944 fi
38945 \end_layout
38946
38947 \end_inset
38948
38949
38950 \end_layout
38951
38952 \begin_layout Section
38953 Initials
38954 \begin_inset Index idx
38955 status collapsed
38956
38957 \begin_layout Plain Layout
38958 Initials
38959 \end_layout
38960
38961 \end_inset
38962
38963
38964 \begin_inset Index idx
38965 status collapsed
38966
38967 \begin_layout Plain Layout
38968 Surrounded by text ! Initials
38969 \end_layout
38970
38971 \end_inset
38972
38973
38974 \end_layout
38975
38976 \begin_layout Standard
38977 To use initials, you must have the \SpecialChar LaTeX
38978 -package 
38979 \series bold
38980 lettrine
38981 \series default
38982
38983 \begin_inset Index idx
38984 status collapsed
38985
38986 \begin_layout Plain Layout
38987 \SpecialChar LaTeX
38988 -packages ! lettrine
38989 \end_layout
38990
38991 \end_inset
38992
38993  installed and use the module 
38994 \family sans
38995 Initials
38996 \family default
38997  in your document (menu 
38998 \family sans
38999 Document\SpecialChar menuseparator
39000 Settings\SpecialChar menuseparator
39001 Modules
39002 \family default
39003 ).
39004  To insert an initial, use the style 
39005 \family sans
39006 Initial
39007 \family default
39008 .
39009  This style has a mandatory and two optional arguments.
39010  The arguments are inserted via the 
39011 \family sans
39012 Insert
39013 \family default
39014  menu.
39015  The mandatory argument 
39016 \family sans
39017 Initial
39018 \family default
39019  contains the letter(s) that is the initial, the argument 
39020 \family sans
39021 Rest
39022 \begin_inset space ~
39023 \end_inset
39024
39025 of
39026 \begin_inset space ~
39027 \end_inset
39028
39029 Initial
39030 \family default
39031  contains the rest of the word or text of the initial letter(s).
39032  The argument 
39033 \family sans
39034 Options
39035 \family default
39036  contains parameters to modify the initial.
39037  For more information about the possible parameters see the documentation
39038  of 
39039 \series bold
39040 lettrine
39041 \series default
39042
39043 \begin_inset CommandInset citation
39044 LatexCommand cite
39045 key "lettrine"
39046 literal "true"
39047
39048 \end_inset
39049
39050 .
39051  The style itself contains the text that is surrounding the initial.
39052  The usual style is hereby that the word whose first letter is the initial,
39053  is printed with 
39054 \shape smallcaps
39055 small caps
39056 \shape default
39057 .
39058 \end_layout
39059
39060 \begin_layout Standard
39061 Here are some examples:
39062 \end_layout
39063
39064 \begin_layout Standard
39065 \begin_inset ERT
39066 status collapsed
39067
39068 \begin_layout Plain Layout
39069
39070
39071 \backslash
39072 iflettrine
39073 \end_layout
39074
39075 \end_inset
39076
39077
39078 \begin_inset Note Note
39079 status open
39080
39081 \begin_layout Plain Layout
39082 The following section will only be displayed when the \SpecialChar LaTeX
39083 -package 
39084 \series bold
39085 lettrine
39086 \series default
39087  is installed.
39088 \end_layout
39089
39090 \end_inset
39091
39092
39093 \end_layout
39094
39095 \begin_layout Enumerate
39096 No optional argument, the initial is the letter 'I' in the math font 
39097 \begin_inset Formula $\mathfrak{Fraktur}$
39098 \end_inset
39099
39100 :
39101 \end_layout
39102
39103 \begin_deeper
39104 \begin_layout Initial
39105 \begin_inset Argument 2
39106 status open
39107
39108 \begin_layout Plain Layout
39109 \begin_inset Formula $\mathfrak{I}$
39110 \end_inset
39111
39112
39113 \end_layout
39114
39115 \end_inset
39116
39117
39118 \begin_inset Argument 3
39119 status open
39120
39121 \begin_layout Plain Layout
39122 t
39123 \end_layout
39124
39125 \end_inset
39126
39127  was in the spring of the year 1894 that all London was interested, and
39128  the fashionable world dismayed, by the murder of the Honourable Ronald
39129  Adair under most unusual and inexplicable circumstances.
39130  The public has already learned those particulars of the crime which came
39131  out in the police investigation, but a good deal was suppressed upon that
39132  occasion, since the case for the prosecution was so overwhelmingly strong
39133  that it was not necessary to bring forward all the facts.
39134 \begin_inset Newpage newpage
39135 \end_inset
39136
39137
39138 \end_layout
39139
39140 \end_deeper
39141 \begin_layout Enumerate
39142 Only one line is surrounding the initial, which is formed by two letters
39143  in standard font and no text is printed in small caps:
39144 \end_layout
39145
39146 \begin_deeper
39147 \begin_layout Initial
39148 \begin_inset Argument 1
39149 status open
39150
39151 \begin_layout Plain Layout
39152 lines=1
39153 \end_layout
39154
39155 \end_inset
39156
39157
39158 \begin_inset Argument 2
39159 status open
39160
39161 \begin_layout Plain Layout
39162 It
39163 \end_layout
39164
39165 \end_inset
39166
39167  was in the spring of the year 1894 that all London was interested, and
39168  the fashionable world dismayed, by the murder of the Honourable Ronald
39169  Adair under most unusual and inexplicable circumstances.
39170  The public has already learned those particulars of the crime which came
39171  out in the police investigation, but a good deal was suppressed upon that
39172  occasion, since the case for the prosecution was so overwhelmingly strong
39173  that it was not necessary to bring forward all the facts.
39174 \end_layout
39175
39176 \end_deeper
39177 \begin_layout Enumerate
39178 Magenta, hanging initial over 3
39179 \begin_inset space ~
39180 \end_inset
39181
39182 lines in the math font 
39183 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
39184 \end_inset
39185
39186 , the text 
39187 \begin_inset Quotes eld
39188 \end_inset
39189
39190 t was in the spring
39191 \begin_inset Quotes erd
39192 \end_inset
39193
39194  is in 
39195 \shape smallcaps
39196 small caps
39197 \shape default
39198 ; to color the initial, you must insert this command before the initial:
39199 \begin_inset Newline newline
39200 \end_inset
39201
39202
39203 \series bold
39204
39205 \backslash
39206 renewcommand{
39207 \backslash
39208 LettrineFontHook}{
39209 \backslash
39210 color{color}}
39211 \series default
39212
39213 \begin_inset Newline newline
39214 \end_inset
39215
39216 where the second 
39217 \emph on
39218 color
39219 \emph default
39220  can be 
39221 \begin_inset Quotes eld
39222 \end_inset
39223
39224 red
39225 \begin_inset Quotes erd
39226 \end_inset
39227
39228
39229 \begin_inset Quotes eld
39230 \end_inset
39231
39232 blue
39233 \begin_inset Quotes erd
39234 \end_inset
39235
39236
39237 \begin_inset Quotes eld
39238 \end_inset
39239
39240 green
39241 \begin_inset Quotes erd
39242 \end_inset
39243
39244
39245 \begin_inset Quotes eld
39246 \end_inset
39247
39248 yellow
39249 \begin_inset Quotes erd
39250 \end_inset
39251
39252
39253 \begin_inset Quotes eld
39254 \end_inset
39255
39256 cyan
39257 \begin_inset Quotes erd
39258 \end_inset
39259
39260
39261 \begin_inset Quotes eld
39262 \end_inset
39263
39264 magenta
39265 \begin_inset Quotes erd
39266 \end_inset
39267
39268
39269 \begin_inset Quotes eld
39270 \end_inset
39271
39272 black
39273 \begin_inset Quotes erd
39274 \end_inset
39275
39276  or 
39277 \begin_inset Quotes eld
39278 \end_inset
39279
39280 white
39281 \begin_inset Quotes erd
39282 \end_inset
39283
39284 , and add this command to the document preamble:
39285 \begin_inset Newline newline
39286 \end_inset
39287
39288
39289 \series bold
39290
39291 \backslash
39292 @ifundefined{textcolor}
39293 \begin_inset Newline newline
39294 \end_inset
39295
39296
39297 \begin_inset space ~
39298 \end_inset
39299
39300 {
39301 \backslash
39302 usepackage{color}}{}
39303 \end_layout
39304
39305 \begin_deeper
39306 \begin_layout Standard
39307 \begin_inset ERT
39308 status collapsed
39309
39310 \begin_layout Plain Layout
39311
39312
39313 \backslash
39314 renewcommand{
39315 \backslash
39316 LettrineFontHook}{
39317 \backslash
39318 color{magenta}}
39319 \end_layout
39320
39321 \end_inset
39322
39323
39324 \begin_inset Note Note
39325 status collapsed
39326
39327 \begin_layout Plain Layout
39328 makes the initial magenta
39329 \end_layout
39330
39331 \end_inset
39332
39333
39334 \end_layout
39335
39336 \begin_layout Initial
39337 \begin_inset Argument 1
39338 status open
39339
39340 \begin_layout Plain Layout
39341 lines=3, lhang=0.33, loversize=0.25
39342 \end_layout
39343
39344 \end_inset
39345
39346
39347 \begin_inset Argument 2
39348 status open
39349
39350 \begin_layout Plain Layout
39351 \begin_inset Formula $\mathcal{I}$
39352 \end_inset
39353
39354
39355 \end_layout
39356
39357 \end_inset
39358
39359
39360 \begin_inset Argument 3
39361 status open
39362
39363 \begin_layout Plain Layout
39364 t was in the spring
39365 \end_layout
39366
39367 \end_inset
39368
39369  of the year 1894 that all London was interested, and the fashionable world
39370  dismayed, by the murder of the Honourable Ronald Adair under most unusual
39371  and inexplicable circumstances.
39372  The public has already learned those particulars of the crime which came
39373  out in the police investigation, but a good deal was suppressed upon that
39374  occasion, since the case for the prosecution was so overwhelmingly strong
39375  that it was not necessary to bring forward all the facts.
39376 \end_layout
39377
39378 \end_deeper
39379 \begin_layout Standard
39380 \begin_inset ERT
39381 status collapsed
39382
39383 \begin_layout Plain Layout
39384
39385
39386 \backslash
39387 else
39388 \end_layout
39389
39390 \end_inset
39391
39392
39393 \begin_inset Note Note
39394 status open
39395
39396 \begin_layout Plain Layout
39397 The following will be displayed when the \SpecialChar LaTeX
39398 -package 
39399 \series bold
39400 lettrine
39401 \series default
39402  is not installed:
39403 \end_layout
39404
39405 \end_inset
39406
39407
39408 \end_layout
39409
39410 \begin_layout Standard
39411 You need to install the \SpecialChar LaTeX
39412 -package 
39413 \series bold
39414 lettrine
39415 \series default
39416  to see the following part of this section in the output.
39417 \end_layout
39418
39419 \begin_layout Standard
39420 \begin_inset ERT
39421 status collapsed
39422
39423 \begin_layout Plain Layout
39424
39425
39426 \backslash
39427 fi
39428 \end_layout
39429
39430 \end_inset
39431
39432
39433 \end_layout
39434
39435 \begin_layout Chapter
39436 External Document Parts
39437 \begin_inset Index idx
39438 status collapsed
39439
39440 \begin_layout Plain Layout
39441 External Document Parts
39442 \end_layout
39443
39444 \end_inset
39445
39446
39447 \end_layout
39448
39449 \begin_layout Standard
39450 With the menu 
39451 \family sans
39452 Insert\SpecialChar menuseparator
39453 File
39454 \family default
39455  you can insert external material into your document.
39456  This can be:
39457 \end_layout
39458
39459 \begin_layout Description
39460 LyX
39461 \begin_inset space ~
39462 \end_inset
39463
39464 Document Another \SpecialChar LyX
39465  document; its content is directly inserted to your document.
39466 \end_layout
39467
39468 \begin_layout Description
39469 Plain
39470 \begin_inset space ~
39471 \end_inset
39472
39473 Text A text document; each line is inserted in your document as a separate
39474  paragraph.
39475 \end_layout
39476
39477 \begin_layout Description
39478 Plain
39479 \begin_inset space ~
39480 \end_inset
39481
39482 Text,
39483 \begin_inset space ~
39484 \end_inset
39485
39486 Join
39487 \begin_inset space ~
39488 \end_inset
39489
39490 Lines A text document; text lines are inserted in your document continuously
39491  but an empty text line creates a new paragraph.
39492 \end_layout
39493
39494 \begin_layout Description
39495 External
39496 \begin_inset space ~
39497 \end_inset
39498
39499 Material Files in various formats.
39500 \end_layout
39501
39502 \begin_layout Description
39503 Child
39504 \begin_inset space ~
39505 \end_inset
39506
39507 Document \SpecialChar LyX
39508  or \SpecialChar LaTeX
39509  documents.
39510 \end_layout
39511
39512 \begin_layout Section
39513 External Material
39514 \begin_inset Index idx
39515 status collapsed
39516
39517 \begin_layout Plain Layout
39518 External Document Parts ! External Material
39519 \end_layout
39520
39521 \end_inset
39522
39523
39524 \end_layout
39525
39526 \begin_layout Standard
39527 The external material feature allows you to insert files into your document
39528  without converting them to a format that can be read by the document output
39529  format.
39530  \SpecialChar LyX
39531  takes care of the necessary conversions.
39532  This is similar to images that can be inserted in various image formats
39533  in \SpecialChar LyX
39534  documents.
39535  When you have enabled Instant Preview in \SpecialChar LyX
39536 's preferences under 
39537 \family sans
39538 Look
39539 \begin_inset space ~
39540 \end_inset
39541
39542 and
39543 \begin_inset space ~
39544 \end_inset
39545
39546 feel\SpecialChar menuseparator
39547 Graphics
39548 \family default
39549 , the external material types Dia and Xfig are directly shown in \SpecialChar LyX
39550 .
39551 \end_layout
39552
39553 \begin_layout Standard
39554 External material can be inserted via the 
39555 \family sans
39556 External Material
39557 \family default
39558  dialog that is accessible with the menu 
39559 \family sans
39560 Insert\SpecialChar menuseparator
39561 File\SpecialChar menuseparator
39562 External
39563 \begin_inset space ~
39564 \end_inset
39565
39566 Material
39567 \family default
39568 .
39569  Currently the following file types (
39570 \family sans
39571 Templates
39572 \family default
39573 ) are allowed:
39574 \end_layout
39575
39576 \begin_layout Description
39577 Chess
39578 \begin_inset space ~
39579 \end_inset
39580
39581 diagram This template supports chess position diagrams made with the program
39582  
39583 \series bold
39584
39585 \begin_inset CommandInset href
39586 LatexCommand href
39587 name "XBoard"
39588 target "http://en.wikipedia.org/wiki/XBoard"
39589 literal "false"
39590
39591 \end_inset
39592
39593
39594 \series default
39595 .
39596 \end_layout
39597
39598 \begin_layout Description
39599 Dia
39600 \begin_inset space ~
39601 \end_inset
39602
39603 diagram This template supports diagrams created with the program 
39604 \series bold
39605
39606 \begin_inset CommandInset href
39607 LatexCommand href
39608 name "Dia"
39609 target "http://en.wikipedia.org/wiki/Dia_(software)"
39610 literal "false"
39611
39612 \end_inset
39613
39614
39615 \series default
39616 .
39617 \end_layout
39618
39619 \begin_layout Description
39620 Spreadsheet With this template you can insert spreadsheets
39621 \begin_inset space \thinspace{}
39622 \end_inset
39623
39624 /
39625 \begin_inset space \thinspace{}
39626 \end_inset
39627
39628 tables in the format of 
39629 \series bold
39630
39631 \begin_inset CommandInset href
39632 LatexCommand href
39633 name "Gnumeric"
39634 target "http://en.wikipedia.org/wiki/Gnumeric"
39635 literal "false"
39636
39637 \end_inset
39638
39639
39640 \series default
39641
39642 \begin_inset CommandInset href
39643 LatexCommand href
39644 name "OpenDocument"
39645 target "http://en.wikipedia.org/wiki/OpenDocument"
39646 literal "false"
39647
39648 \end_inset
39649
39650
39651 \begin_inset CommandInset href
39652 LatexCommand href
39653 name "Microsoft Office XML"
39654 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
39655 literal "false"
39656
39657 \end_inset
39658
39659  and 
39660 \begin_inset CommandInset href
39661 LatexCommand href
39662 name "Office Open XML"
39663 target "http://en.wikipedia.org/wiki/Office_Open_XML"
39664 literal "false"
39665
39666 \end_inset
39667
39668 .
39669  For this feature \SpecialChar LyX
39670  must have found the program 
39671 \family typewriter
39672 ssconvert
39673 \family default
39674  during its configuration.
39675  This program is part of Gnumeric, so that you must have Gnumeric installed,
39676  also if you don't have tables in the Gnumeric format.
39677  For examples and possible limitations have a look at \SpecialChar LyX
39678 's example file 
39679 \emph on
39680 spreadsheet.lyx
39681 \emph default
39682 .
39683 \end_layout
39684
39685 \begin_layout Description
39686 Lilypond
39687 \begin_inset space ~
39688 \end_inset
39689
39690 typeset
39691 \begin_inset space ~
39692 \end_inset
39693
39694 music This template is used for music notation typeset with the program
39695 \begin_inset Newline linebreak
39696 \end_inset
39697
39698
39699 \series bold
39700
39701 \begin_inset CommandInset href
39702 LatexCommand href
39703 name "LilyPond"
39704 target "http://en.wikipedia.org/wiki/LilyPond"
39705 literal "false"
39706
39707 \end_inset
39708
39709
39710 \series default
39711 .
39712  For \SpecialChar LyX
39713 's extended support for LilyPond have a look at \SpecialChar LyX
39714 's example file 
39715 \emph on
39716 lilypond.lyx
39717 \emph default
39718 .
39719 \end_layout
39720
39721 \begin_layout Description
39722 PDF
39723 \begin_inset space ~
39724 \end_inset
39725
39726 pages With this template you can insert PDF documents to your document.
39727  To specify the range of pages that should be included, use the option 
39728 \series bold
39729 pages
39730 \series default
39731  in the 
39732 \family sans
39733 Option
39734 \family default
39735  field in the 
39736 \family sans
39737 LaTeX and LyX options
39738 \family default
39739  tab.
39740  The argument of this option is a comma separated list, containing page
39741  numbers (insert as option 
39742 \series bold
39743 pages={3,5,6,8}
39744 \series default
39745 ), ranges of page numbers (
39746 \series bold
39747 pages={4-9}
39748 \series default
39749 ) or any combination.
39750  To insert empty pages use {}.
39751  E.
39752 \begin_inset space \thinspace{}
39753 \end_inset
39754
39755 g.
39756 \begin_inset space ~
39757 \end_inset
39758
39759
39760 \series bold
39761 pages={3,{},8-11,15}
39762 \series default
39763  will insert page 3, an empty page, and pages 8, 9, 10, 11 and 15.
39764  Page ranges are specified in the syntax 
39765 \emph on
39766 start
39767 \emph default
39768 -
39769 \emph on
39770 stop
39771 \emph default
39772 .
39773  This selects all pages from 
39774 \emph on
39775 start
39776 \emph default
39777  to 
39778 \emph on
39779 stop
39780 \emph default
39781 .
39782  Omitting 
39783 \emph on
39784 start
39785 \emph default
39786  defaults to the first page; omitting 
39787 \emph on
39788 stop
39789 \emph default
39790  defaults to the last page of the document.
39791  The last page can also be selected with the keyword 
39792 \series bold
39793 last
39794 \series default
39795 .
39796  (This is only permitted in a page range.) So 
39797 \series bold
39798 pages=-
39799 \series default
39800  will insert all pages of the document and 
39801 \series bold
39802 pages=last-1
39803 \series default
39804  will insert all pages in reverse order.
39805  If the pages option is not specified, only the first page of the PDF is
39806  inserted.
39807 \begin_inset Newline newline
39808 \end_inset
39809
39810 The option 
39811 \series bold
39812 noautoscale
39813 \series default
39814  inserts the pages with their original size, if this option is not given,
39815  the pages will be resized to fith the width of the page of your document.
39816  In the tab 
39817 \family sans
39818 Size and Rotation
39819 \family default
39820  you can specify the width and height of the input pages and their rotation.
39821  If another width than 100
39822 \begin_inset space \thinspace{}
39823 \end_inset
39824
39825 Scale% is used, the option 
39826 \series bold
39827 noautoscale
39828 \series default
39829  will be overwritten.
39830  For more info and possible options, have a look into the documentation
39831  of the \SpecialChar LaTeX
39832 -package 
39833 \series bold
39834 pdfpages
39835 \series default
39836  
39837 \begin_inset CommandInset citation
39838 LatexCommand cite
39839 key "pdfpages"
39840 literal "true"
39841
39842 \end_inset
39843
39844 .
39845 \begin_inset Index idx
39846 status collapsed
39847
39848 \begin_layout Plain Layout
39849 \SpecialChar LaTeX
39850 -packages ! pdfpages
39851 \end_layout
39852
39853 \end_inset
39854
39855
39856 \begin_inset Newline newline
39857 \end_inset
39858
39859 To use this template in a 
39860 \family sans
39861 Beamer
39862 \family default
39863  presentation you need to first insert an 
39864 \family sans
39865 EndFrame
39866 \family default
39867  environment and in a subsequent paragraph a \SpecialChar TeX
39868  Code box containing the command
39869  
39870 \series bold
39871
39872 \backslash
39873 setbeamertemplate{background canvas}{}
39874 \series default
39875 .
39876  Then you can insert as many paragraphs containing the PDFPages template
39877  as you wish.
39878  Behind the included PDF pages you can resume the Beamer presentation by
39879  beginning a new frame or by starting a new section.
39880  To avoid stray blank pages prior to the PDF pages, make sure to use the
39881  
39882 \family sans
39883 Default
39884 \family default
39885  alignment for the paragraph containing the template.
39886 \begin_inset Newline newline
39887 \end_inset
39888
39889 Here is an included PDF which is rotated by -5°: 
39890 \begin_inset External
39891         template PDFPages
39892         filename clipart/Abstract.pdf
39893         extra LaTeX "noautoscale, pages=-"
39894         rotateAngle -5
39895         rotateOrigin bottomleft
39896
39897 \end_inset
39898
39899
39900 \end_layout
39901
39902 \begin_layout Description
39903 Raster
39904 \begin_inset space ~
39905 \end_inset
39906
39907 image This can be used for bitmap images.
39908  The image can be treated in the 
39909 \family sans
39910 External material
39911 \family default
39912  dialog like the images that are usually included via the 
39913 \family sans
39914 Graphics
39915 \family default
39916  dialog as described in section
39917 \begin_inset space ~
39918 \end_inset
39919
39920
39921 \begin_inset CommandInset ref
39922 LatexCommand ref
39923 reference "sec:Graphics-Dialog"
39924
39925 \end_inset
39926
39927 .
39928  Here is an inserted raster image: 
39929 \begin_inset External
39930         template RasterImage
39931         filename clipart/ToolbarEnvBox.png
39932
39933 \end_inset
39934
39935
39936 \end_layout
39937
39938 \begin_layout Description
39939 Vector
39940 \begin_inset space ~
39941 \end_inset
39942
39943 graphics This can be used for vector graphics.
39944  The image can be treated in the 
39945 \family sans
39946 External material
39947 \family default
39948  dialog like the images that are usually included via the 
39949 \family sans
39950 Graphics
39951 \family default
39952  dialog as described in section
39953 \begin_inset space ~
39954 \end_inset
39955
39956
39957 \begin_inset CommandInset ref
39958 LatexCommand ref
39959 reference "sec:Graphics-Dialog"
39960
39961 \end_inset
39962
39963 .
39964  Here is an inserted vector graphics: 
39965 \begin_inset External
39966         template VectorGraphics
39967         filename clipart/SVG-Drawing.svg
39968         lyxscale 50
39969         scale 33
39970
39971 \end_inset
39972
39973
39974 \end_layout
39975
39976 \begin_layout Description
39977 Xfig
39978 \begin_inset space ~
39979 \end_inset
39980
39981 figure This template supports images created with the program 
39982 \series bold
39983
39984 \begin_inset CommandInset href
39985 LatexCommand href
39986 name "Xfig"
39987 target "http://en.wikipedia.org/wiki/Xfig"
39988 literal "false"
39989
39990 \end_inset
39991
39992
39993 \series default
39994 .
39995 \change_inserted 227574939 1473131626
39996
39997 \end_layout
39998
39999 \begin_layout Description
40000
40001 \change_inserted 227574939 1473131628
40002 Inkscape
40003 \begin_inset space ~
40004 \end_inset
40005
40006 figure This experimental template supports 
40007 \change_inserted 2047637253 1475533187
40008 SVG 
40009 \change_inserted 227574939 1473131628
40010 images
40011 \change_inserted 2047637253 1475533525
40012  that contain text written in \SpecialChar LaTeX
40013 .
40014
40015 \change_inserted 227574939 1473131628
40016  
40017 \change_inserted 2047637253 1475533551
40018 It relies on the PDF/PS+\SpecialChar LaTeX
40019  option of 
40020 \change_deleted 2047637253 1475533556
40021 created with 
40022 \change_inserted 227574939 1473131628
40023 the program 
40024 \begin_inset CommandInset href
40025 LatexCommand href
40026 name "Inkscape"
40027 target "https://en.wikipedia.org/wiki/Inkscape"
40028 literal "false"
40029
40030 \end_inset
40031
40032 .
40033  
40034 \change_inserted 2047637253 1475534005
40035 As described by the CTAN demonstration package 
40036 \emph on
40037 svg-inkscape
40038 \emph default
40039 ,
40040 \end_layout
40041
40042 \begin_deeper
40043 \begin_layout Quote
40044
40045 \change_inserted 2047637253 1475534064
40046
40047 \emph on
40048 using the 
40049 \begin_inset Quotes eld
40050 \end_inset
40051
40052 PDF+\SpecialChar LaTeX
40053  output
40054 \begin_inset Quotes erd
40055 \end_inset
40056
40057  option of Inkscape, it is possible to include SVG in documents, in which
40058  \SpecialChar LaTeX
40059  typesets the text.
40060  This results in uniform text style throughout the document, including text
40061  in images; moreover, \SpecialChar LaTeX
40062  commands may be used in the image’s text, providing
40063  such things as mathematics and references.
40064 \end_layout
40065
40066 \begin_layout Standard
40067
40068 \change_inserted 2047637253 1475534692
40069 With Inkscape, even the size of the font is taken from the surrounding \SpecialChar LaTeX
40070
40071  document.
40072  Of course, you can always embed \SpecialChar LaTeX
40073  modifiers like 
40074 \family typewriter
40075
40076 \backslash
40077 Large
40078 \family default
40079
40080 \family typewriter
40081
40082 \backslash
40083 small
40084 \family default
40085 , etc.
40086  into your figure text strings.
40087  Refer to the 
40088 \emph on
40089 svg-inkscape
40090 \emph default
40091  documentation package for more information and examples.
40092 \end_layout
40093
40094 \begin_layout Standard
40095
40096 \change_inserted 2047637253 1475534902
40097 It should be noted that while the image takes into account the surrounding
40098  font, its preview in \SpecialChar LyX
40099  does not.
40100  Wrapping the external inset in a preview inset gives better results in
40101  this regard.
40102 \end_layout
40103
40104 \begin_layout Standard
40105
40106 \change_deleted 2047637253 1475534821
40107 It
40108 \change_inserted 2047637253 1475534913
40109 The template
40110 \change_inserted 227574939 1473131628
40111  works very similarly to Xfig support, except that Inkscape is a more modern
40112  image editor than Xfig, which uses Scalable Vector Graphics (SVG) as its
40113  native format.
40114
40115 \change_unchanged
40116  
40117 \change_inserted 227574939 1473131628
40118 LyX will process the image file in much the same way as it does an Xfig
40119  image, extracting the text into a separate TeX file for the text strings,
40120  and a PDF file for the rest.
40121 \end_layout
40122
40123 \begin_layout Description
40124
40125 \change_inserted 227574939 1473131628
40126 Warning: Unfortunately the latest version of Inkscape, 0.91, contains a bug:
40127  with multi-page PDFs, the TeX file will sometimes reference more pages
40128  than the PDF file contains.
40129  This is the version that ships with Ubuntu 16.04.
40130  Its use with LyX can therefore not be recommended, until the bug is fixed
40131 \begin_inset Foot
40132 status open
40133
40134 \begin_layout Plain Layout
40135
40136 \change_inserted 227574939 1473131628
40137 A workaround for those who have already SVG figures in their document is,
40138  to manually do the LaTeX+PDF output from Inkscape, edit the 
40139 \family typewriter
40140 .pdf_tex
40141 \family default
40142  file to remove the erroneous references, and 
40143 \family typewriter
40144
40145 \backslash
40146 input
40147 \family default
40148  it directly into LyX, i.e., not use the external-template mechanism:
40149 \end_layout
40150
40151 \begin_layout Plain Layout
40152
40153 \change_inserted 227574939 1473131628
40154 \begin_inset Graphics
40155         filename clipart/workaround.png
40156         scale 50
40157
40158 \end_inset
40159
40160
40161 \end_layout
40162
40163 \begin_layout Plain Layout
40164
40165 \change_inserted 227574939 1473131628
40166 Here, the child document input inset (
40167 \family sans
40168 Insert\SpecialChar menuseparator
40169 File\SpecialChar menuseparator
40170 Child Document
40171 \family default
40172 ) was used, which allows you do directly edit the 
40173 \family typewriter
40174 .pdf_tex
40175 \family default
40176  file in a text editor.
40177  The LaTeX output is based on this edited snippet as re-generation from
40178  the SVG file has been commented out.
40179 \end_layout
40180
40181 \end_inset
40182
40183 .
40184 \change_deleted 2047637253 1475534230
40185
40186 \end_layout
40187
40188 \begin_layout Standard
40189
40190 \change_deleted 2047637253 1475534225
40191 The reason why we would use this complicated process at all, like in the
40192  case of Xfig, is that it makes the text strings inside the figure of the
40193  same font type and attributes as the surrounding text, which looks so much
40194  more professional.
40195  With Inkscape, even the 
40196 \emph on
40197 size
40198 \emph default
40199  of the font is taken from the surrounding LaTeX document â€“ in Xfig, you
40200  have to set it by hand to be the same.
40201  Of course you can always embed LaTeX modifiers like 
40202 \family typewriter
40203
40204 \backslash
40205 Large
40206 \family default
40207
40208 \family typewriter
40209
40210 \backslash
40211 small
40212 \family default
40213 , etc.
40214  into your figure text strings.
40215 \change_inserted 227574939 1473131628
40216
40217 \end_layout
40218
40219 \end_deeper
40220 \begin_layout Standard
40221 \begin_inset Float table
40222 placement !h
40223 wide false
40224 sideways false
40225 status open
40226
40227 \begin_layout Plain Layout
40228 \begin_inset Caption Standard
40229
40230 \begin_layout Plain Layout
40231 \begin_inset CommandInset label
40232 LatexCommand label
40233 name "tab:Comparison-of-the"
40234
40235 \end_inset
40236
40237 Comparison of the date input methods.
40238 \end_layout
40239
40240 \end_inset
40241
40242
40243 \end_layout
40244
40245 \begin_layout Plain Layout
40246 \align center
40247 \begin_inset Tabular
40248 <lyxtabular version="3" rows="4" columns="3">
40249 <features tabularvalignment="middle">
40250 <column alignment="center" valignment="top">
40251 <column alignment="center" valignment="top">
40252 <column alignment="center" valignment="top">
40253 <row>
40254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40255 \begin_inset Text
40256
40257 \begin_layout Plain Layout
40258 Document format
40259 \end_layout
40260
40261 \end_inset
40262 </cell>
40263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40264 \begin_inset Text
40265
40266 \begin_layout Plain Layout
40267
40268 \family sans
40269 Insert\SpecialChar menuseparator
40270 Date
40271 \end_layout
40272
40273 \end_inset
40274 </cell>
40275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40276 \begin_inset Text
40277
40278 \begin_layout Plain Layout
40279 command 
40280 \series bold
40281
40282 \backslash
40283 today
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 LyX
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 \SpecialChar TeX
40314  Code inset box
40315 \end_layout
40316
40317 \end_inset
40318 </cell>
40319 </row>
40320 <row>
40321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40322 \begin_inset Text
40323
40324 \begin_layout Plain Layout
40325 \SpecialChar LaTeX
40326
40327 \end_layout
40328
40329 \end_inset
40330 </cell>
40331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40332 \begin_inset Text
40333
40334 \begin_layout Plain Layout
40335 as date
40336 \end_layout
40337
40338 \end_inset
40339 </cell>
40340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40341 \begin_inset Text
40342
40343 \begin_layout Plain Layout
40344 as command
40345 \end_layout
40346
40347 \end_inset
40348 </cell>
40349 </row>
40350 <row>
40351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40352 \begin_inset Text
40353
40354 \begin_layout Plain Layout
40355 DVI, PDF, PS
40356 \end_layout
40357
40358 \end_inset
40359 </cell>
40360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40361 \begin_inset Text
40362
40363 \begin_layout Plain Layout
40364 as date
40365 \end_layout
40366
40367 \end_inset
40368 </cell>
40369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40370 \begin_inset Text
40371
40372 \begin_layout Plain Layout
40373 as date
40374 \end_layout
40375
40376 \end_inset
40377 </cell>
40378 </row>
40379 </lyxtabular>
40380
40381 \end_inset
40382
40383
40384 \end_layout
40385
40386 \end_inset
40387
40388
40389 \end_layout
40390
40391 \begin_layout Standard
40392 When you use the option 
40393 \family sans
40394 Draft
40395 \family default
40396  in the 
40397 \family sans
40398 File
40399 \family default
40400  tab of the 
40401 \family sans
40402 External Material
40403 \family default
40404  dialog, only the path to the inserted file is shown in the output.
40405 \begin_inset Newline newline
40406 \end_inset
40407
40408 External material is displayed in \SpecialChar LyX
40409  either as a box like this: 
40410 \begin_inset Graphics
40411         filename clipart/ExternalMaterial.png
40412         scale 95
40413         scaleBeforeRotation
40414
40415 \end_inset
40416
40417  or as image, depending on the option 
40418 \family sans
40419 Show in LyX
40420 \family default
40421  in the 
40422 \family sans
40423 LaTeX and LyX options
40424 \family default
40425  tab of the dialog.
40426 \end_layout
40427
40428 \begin_layout Standard
40429 The 
40430 \family sans
40431 \emph on
40432 Customization
40433 \family default
40434 \emph default
40435  manual explains how you can define your own templates.
40436 \end_layout
40437
40438 \begin_layout Section
40439 Child Documents
40440 \begin_inset CommandInset label
40441 LatexCommand label
40442 name "sec:Child-Documents"
40443
40444 \end_inset
40445
40446
40447 \begin_inset Index idx
40448 status collapsed
40449
40450 \begin_layout Plain Layout
40451 External Document Parts ! Child Documents
40452 \end_layout
40453
40454 \end_inset
40455
40456
40457 \begin_inset Index idx
40458 status collapsed
40459
40460 \begin_layout Plain Layout
40461 Files ! Include
40462 \end_layout
40463
40464 \end_inset
40465
40466
40467 \end_layout
40468
40469 \begin_layout Standard
40470 Child documents are used if you have a long document consisting of several
40471  larger parts or sections.
40472  For maintenance it is often useful and sometimes even required to split
40473  the document into several files that can be revised separately.
40474  The different documents are then the so called 
40475 \begin_inset Quotes eld
40476 \end_inset
40477
40478 child documents
40479 \begin_inset Quotes erd
40480 \end_inset
40481
40482 , and a master document connects them to print the full document or parts
40483  of it.
40484  A child document inherits elements from its master, for example the \SpecialChar LaTeX
40485  preamble,
40486  the bibliography, and labels for cross-references.
40487 \end_layout
40488
40489 \begin_layout Standard
40490 To be able to work on child documents without the need to open their master,
40491  specify in the child document the master in the menu
40492 \family sans
40493  Document\SpecialChar menuseparator
40494 Settings\SpecialChar menuseparator
40495 Document
40496 \begin_inset space ~
40497 \end_inset
40498
40499 Class
40500 \family default
40501 .
40502  This master document will then be used in the background by \SpecialChar LyX
40503  when you edit
40504  the child document.
40505 \end_layout
40506
40507 \begin_layout Standard
40508 Included documents are displayed in \SpecialChar LyX
40509  as a box like this: 
40510 \begin_inset Graphics
40511         filename clipart/ChildDocument.png
40512         scale 95
40513         scaleBeforeRotation
40514
40515 \end_inset
40516
40517  To include child documents in a master document use the menu 
40518 \family sans
40519 Insert\SpecialChar menuseparator
40520 File\SpecialChar menuseparator
40521 Child
40522 \begin_inset space ~
40523 \end_inset
40524
40525 Documents
40526 \family default
40527 .
40528  A dialog pops up where you can choose between four include methods:
40529 \end_layout
40530
40531 \begin_layout Description
40532 Include You can include \SpecialChar LyX
40533  and \SpecialChar LaTeX
40534  documents.
40535  When you press the 
40536 \family sans
40537 Edit
40538 \family default
40539  button in the 
40540 \family sans
40541 Child Document
40542 \family default
40543  dialog, the included document will be opened in \SpecialChar LyX
40544  in a new file tab so that
40545  you can modify it.
40546 \begin_inset Newline newline
40547 \end_inset
40548
40549
40550 \end_layout
40551
40552 \begin_layout Standard
40553 Here is a child document inserted using 
40554 \family sans
40555 Include
40556 \family default
40557
40558 \begin_inset CommandInset include
40559 LatexCommand include
40560 filename "DummyDocument1.lyx"
40561
40562 \end_inset
40563
40564
40565 \end_layout
40566
40567 \begin_layout Standard
40568 The section numbering includes the sections of the included files in the
40569  order they are inserted in the master document.
40570  The included example document has for example a subsection that is numbered
40571  as a subsection of this section.
40572  Labels of included documents can be referenced: Subsection
40573 \begin_inset space ~
40574 \end_inset
40575
40576
40577 \begin_inset CommandInset ref
40578 LatexCommand ref
40579 reference "subsec:External-Subsection-1"
40580
40581 \end_inset
40582
40583 .
40584 \end_layout
40585
40586 \begin_layout Standard
40587 The preamble of the child document is ignored; only the preamble of the
40588  master document is used.
40589  Branches in child documents will be ignored by the master document when
40590  the master document does not have a branch with the same name.
40591  Included documents are inserted starting on a new page and ending with
40592  a page break.
40593 \end_layout
40594
40595 \begin_layout Standard
40596 \begin_inset Note Greyedout
40597 status open
40598
40599 \begin_layout Plain Layout
40600
40601 \series bold
40602 Note:
40603 \series default
40604  If you have included a \SpecialChar LyX
40605  or \SpecialChar LaTeX
40606  file, you are warned when you export/view the
40607  document in case the child document uses another document class than the
40608  master document as this will lead to unexpected outputs.
40609 \end_layout
40610
40611 \end_inset
40612
40613
40614 \end_layout
40615
40616 \begin_layout Description
40617 Input This method is very similar to the Include method.
40618  The differences are:
40619 \end_layout
40620
40621 \begin_deeper
40622 \begin_layout Itemize
40623 Input files don't start with a new page and don't end with a page break.
40624 \end_layout
40625
40626 \begin_layout Itemize
40627 Input files can be previewed in \SpecialChar LyX
40628  when 
40629 \family sans
40630 Instant
40631 \begin_inset space ~
40632 \end_inset
40633
40634 Preview
40635 \family default
40636  is enabled in \SpecialChar LyX
40637 's preferences under 
40638 \family sans
40639 Look
40640 \begin_inset space ~
40641 \end_inset
40642
40643 and
40644 \begin_inset space ~
40645 \end_inset
40646
40647 feel\SpecialChar menuseparator
40648 Graphics
40649 \family default
40650 .
40651 \end_layout
40652
40653 \begin_layout Itemize
40654 You cannot exclude Input files via the menu 
40655 \family sans
40656 Document\SpecialChar menuseparator
40657 Settings\SpecialChar menuseparator
40658 Child Documents
40659 \family default
40660 .
40661 \end_layout
40662
40663 \end_deeper
40664 \begin_layout Standard
40665 Here is a child document inserted using 
40666 \family sans
40667 Input
40668 \family default
40669
40670 \begin_inset CommandInset include
40671 LatexCommand input
40672 filename "DummyDocument2.lyx"
40673
40674 \end_inset
40675
40676
40677 \end_layout
40678
40679 \begin_layout Description
40680 Verbatim With this method any text file can be included.
40681  The file is shown in the output with its source code; no command used in
40682  the text is invoked.
40683  You can use the option 
40684 \family sans
40685 Mark spaces in output
40686 \family default
40687  that displays the character 
40688 \begin_inset Quotes eld
40689 \end_inset
40690
40691
40692 \begin_inset ERT
40693 status collapsed
40694
40695 \begin_layout Plain Layout
40696
40697
40698 \backslash
40699 textvisiblespace 
40700 \end_layout
40701
40702 \end_inset
40703
40704
40705 \begin_inset Quotes erd
40706 \end_inset
40707
40708  for every space character in the source code.
40709  The difference from the method via the menu 
40710 \family sans
40711 Insert\SpecialChar menuseparator
40712 File\SpecialChar menuseparator
40713 Plain
40714 \begin_inset space ~
40715 \end_inset
40716
40717 Text
40718 \family default
40719  is that the document content is not shown in \SpecialChar LyX
40720 .
40721 \end_layout
40722
40723 \begin_layout Standard
40724 Here is a child document inserted as Verbatim: 
40725 \begin_inset CommandInset include
40726 LatexCommand verbatiminput
40727 filename "DummyTextDocument.txt"
40728
40729 \end_inset
40730
40731
40732 \begin_inset VSpace bigskip
40733 \end_inset
40734
40735  Here is a child document inserted as Verbatim using the 
40736 \family sans
40737 Mark spaces in output
40738 \family default
40739  option: 
40740 \begin_inset CommandInset include
40741 LatexCommand verbatiminput*
40742 filename "DummyTextDocument.txt"
40743
40744 \end_inset
40745
40746
40747 \end_layout
40748
40749 \begin_layout Standard
40750 \begin_inset VSpace bigskip
40751 \end_inset
40752
40753
40754 \end_layout
40755
40756 \begin_layout Standard
40757 \begin_inset Note Greyedout
40758 status open
40759
40760 \begin_layout Plain Layout
40761
40762 \series bold
40763 Note:
40764 \series default
40765  As you can see in the examples above, the text of the documents included
40766  as 
40767 \family sans
40768 verbatim
40769 \family default
40770  is not broken at the end of the document lines.
40771 \end_layout
40772
40773 \end_inset
40774
40775
40776 \end_layout
40777
40778 \begin_layout Description
40779 Listings This type is described in chapter
40780 \begin_inset space ~
40781 \end_inset
40782
40783
40784 \begin_inset CommandInset ref
40785 LatexCommand ref
40786 reference "cha:Program-Code-Listings"
40787
40788 \end_inset
40789
40790 .
40791 \end_layout
40792
40793 \begin_layout Standard
40794 \begin_inset Note Greyedout
40795 status open
40796
40797 \begin_layout Plain Layout
40798
40799 \series bold
40800 Note:
40801 \series default
40802  Including the same document twice in a document using different methods
40803  could cause \SpecialChar LaTeX
40804 -problems.
40805 \end_layout
40806
40807 \end_inset
40808
40809
40810 \end_layout
40811
40812 \begin_layout Standard
40813 If you want to view/export only selected children of your master document,
40814  either because you want to save compiling time or because you want to distribut
40815 e single chapters of the book you are just writing, you can exclude children
40816  from the output.
40817  This is done via the menu 
40818 \family sans
40819 Document\SpecialChar menuseparator
40820 Settings\SpecialChar menuseparator
40821 Child Documents
40822 \family default
40823 .
40824  You can exclude\SpecialChar breakableslash
40825 include children by double-clicking on the 
40826 \family sans
40827 include to output
40828 \family default
40829  column of the respective child document in the list (note that this only
40830  works for documents embedded via 
40831 \begin_inset Quotes eld
40832 \end_inset
40833
40834 Include
40835 \begin_inset Quotes erd
40836 \end_inset
40837
40838 , not with 
40839 \begin_inset Quotes eld
40840 \end_inset
40841
40842 Input
40843 \begin_inset Quotes erd
40844 \end_inset
40845
40846 ).
40847  If the option 
40848 \family sans
40849 Maintain counters and references
40850 \family default
40851  is enabled, \SpecialChar LyX
40852  will assure that all page numbers, references etc.
40853 \begin_inset space ~
40854 \end_inset
40855
40856 are correct as if the whole document was processed.
40857  This is useful if you want the selected sub-documents to look exactly as
40858  in the context of the whole document.
40859  However, \SpecialChar LyX
40860  needs to process the whole document in the background for this
40861  feature.
40862  So if you want to save compile time and if counters and references do not
40863  need to be correct, disable this checkbox.
40864 \end_layout
40865
40866 \begin_layout Standard
40867 Alternatively, you can put each included file into a branch.
40868 \begin_inset Foot
40869 status collapsed
40870
40871 \begin_layout Plain Layout
40872 Branches are described in section 
40873 \emph on
40874 Branches
40875 \emph default
40876  of the \SpecialChar LyX
40877  
40878 \emph on
40879 Userguide
40880 \emph default
40881 .
40882 \end_layout
40883
40884 \end_inset
40885
40886  By enabling\SpecialChar breakableslash
40887 disabling branches you can decide which included files will
40888  appear in the output.
40889  This has the advantage that it also works with Input'ed sub-documents.
40890  However, counters and references will not be maintained with this approach.
40891 \end_layout
40892
40893 \begin_layout Chapter
40894 Program Code Listings
40895 \begin_inset CommandInset label
40896 LatexCommand label
40897 name "cha:Program-Code-Listings"
40898
40899 \end_inset
40900
40901
40902 \begin_inset Index idx
40903 status collapsed
40904
40905 \begin_layout Plain Layout
40906 Listings
40907 \end_layout
40908
40909 \end_inset
40910
40911
40912 \begin_inset Index idx
40913 status collapsed
40914
40915 \begin_layout Plain Layout
40916 Program Code
40917 \end_layout
40918
40919 \end_inset
40920
40921
40922 \begin_inset Index idx
40923 status collapsed
40924
40925 \begin_layout Plain Layout
40926 Floats ! Listings
40927 \end_layout
40928
40929 \end_inset
40930
40931
40932 \end_layout
40933
40934 \begin_layout Standard
40935 To include and typeset program code you can use the 
40936 \family sans
40937 Listings
40938 \family default
40939  inset that can be inserted via the menu 
40940 \family sans
40941 Insert\SpecialChar menuseparator
40942 Program Listing
40943 \family default
40944 .
40945  The \SpecialChar LaTeX
40946 -package 
40947 \series bold
40948 listings
40949 \series default
40950
40951 \begin_inset Index idx
40952 status collapsed
40953
40954 \begin_layout Plain Layout
40955 \SpecialChar LaTeX
40956 -packages ! listings
40957 \end_layout
40958
40959 \end_inset
40960
40961  provides a powerful and flexible way to insert program source code into
40962  your document.
40963 \end_layout
40964
40965 \begin_layout Standard
40966 Right-clicking on a listings inset opens the context menu containing where
40967  you can set the listings format.
40968 \end_layout
40969
40970 \begin_layout Standard
40971 By default, a listing starts a new paragraph in the output.
40972  The placement option 
40973 \family sans
40974 Inline
40975 \begin_inset space ~
40976 \end_inset
40977
40978 listing
40979 \family default
40980  prints the listing inline like this: 
40981 \begin_inset listings
40982 lstparams "language={C++}"
40983 inline true
40984 status open
40985
40986 \begin_layout Plain Layout
40987
40988 int a=5;
40989 \end_layout
40990
40991 \end_inset
40992
40993
40994 \begin_inset Newline newline
40995 \end_inset
40996
40997 The option 
40998 \family sans
40999 Float
41000 \family default
41001  creates a listings float where you can specify the placement options 
41002 \begin_inset Quotes eld
41003 \end_inset
41004
41005
41006 \family sans
41007 h
41008 \family default
41009
41010 \begin_inset Quotes erd
41011 \end_inset
41012
41013
41014 \begin_inset Quotes eld
41015 \end_inset
41016
41017
41018 \family sans
41019 t
41020 \family default
41021
41022 \begin_inset Quotes erd
41023 \end_inset
41024
41025
41026 \begin_inset Quotes eld
41027 \end_inset
41028
41029
41030 \family sans
41031 b
41032 \family default
41033
41034 \begin_inset Quotes erd
41035 \end_inset
41036
41037 , and 
41038 \begin_inset Quotes eld
41039 \end_inset
41040
41041
41042 \family sans
41043 p
41044 \family default
41045
41046 \begin_inset Quotes erd
41047 \end_inset
41048
41049  corresponding to the float placement options described in section
41050 \begin_inset space ~
41051 \end_inset
41052
41053
41054 \begin_inset CommandInset ref
41055 LatexCommand ref
41056 reference "sec:Float-Placement"
41057
41058 \end_inset
41059
41060 .
41061  The placement options can be mixed and are inserted without any separation,
41062  e.
41063 \begin_inset space \thinspace{}
41064 \end_inset
41065
41066 g.
41067 \begin_inset space \space{}
41068 \end_inset
41069
41070
41071 \begin_inset Quotes eld
41072 \end_inset
41073
41074
41075 \family sans
41076 htbp
41077 \family default
41078
41079 \begin_inset Quotes erd
41080 \end_inset
41081
41082 .
41083  The option 
41084 \begin_inset Quotes eld
41085 \end_inset
41086
41087 h
41088 \begin_inset Quotes erd
41089 \end_inset
41090
41091  has sometimes no effect, but you don't need to use the 
41092 \family sans
41093 Float
41094 \family default
41095  option in this case as also non-float listings can have captions and be
41096  referenced.
41097 \end_layout
41098
41099 \begin_layout Standard
41100 You can add captions to listings with the menu 
41101 \family sans
41102 Insert\SpecialChar menuseparator
41103 Caption
41104 \family default
41105 .
41106  Listings can be referenced like floats: Listing
41107 \begin_inset space ~
41108 \end_inset
41109
41110
41111 \begin_inset CommandInset ref
41112 LatexCommand ref
41113 reference "lst:Example-Listing"
41114
41115 \end_inset
41116
41117 .
41118  A list of listings which contains all listings with captions can be created
41119  via the menu 
41120 \family sans
41121 Insert\SpecialChar menuseparator
41122 List
41123 \begin_inset space ~
41124 \end_inset
41125
41126 /
41127 \begin_inset space ~
41128 \end_inset
41129
41130 TOC\SpecialChar menuseparator
41131 List of Listings
41132 \family default
41133 .
41134  The list entries are the listing caption and the listing number.
41135 \end_layout
41136
41137 \begin_layout Standard
41138 \begin_inset listings
41139 lstparams "language=Python"
41140 inline false
41141 status open
41142
41143 \begin_layout Plain Layout
41144
41145 \begin_inset Caption Standard
41146
41147 \begin_layout Plain Layout
41148 \begin_inset CommandInset label
41149 LatexCommand label
41150 name "lst:Example-Listing"
41151
41152 \end_inset
41153
41154 Example Listing float
41155 \end_layout
41156
41157 \end_inset
41158
41159 # Example listing float
41160 \end_layout
41161
41162 \begin_layout Plain Layout
41163
41164 def func(param):
41165 \end_layout
41166
41167 \begin_layout Plain Layout
41168
41169     'this is a python function'
41170 \end_layout
41171
41172 \begin_layout Plain Layout
41173
41174     pass
41175 \end_layout
41176
41177 \end_inset
41178
41179
41180 \end_layout
41181
41182 \begin_layout Standard
41183 When you have set a programming language in the listings dialog, the keywords
41184  of this language will be recognized and specially typeset in the output.
41185  In the example listings the Python keyword 
41186 \begin_inset Quotes eld
41187 \end_inset
41188
41189 def
41190 \begin_inset Quotes erd
41191 \end_inset
41192
41193  is recognized and printed bold in the output.
41194 \end_layout
41195
41196 \begin_layout Standard
41197 \begin_inset Note Greyedout
41198 status open
41199
41200 \begin_layout Plain Layout
41201
41202 \series bold
41203 Note:
41204 \series default
41205  If you don't get bold keywords when using typewriter fonts, your 
41206 \family typewriter
41207 typewriter
41208 \family default
41209  font probably doesn't provide a bold shape.
41210  In this case select a different one in the menu 
41211 \family sans
41212 Document\SpecialChar menuseparator
41213 Settings\SpecialChar menuseparator
41214 Fonts
41215 \family default
41216 .
41217  (The fonts 
41218 \emph on
41219 LuxiMono, BeraMono
41220 \emph default
41221  and 
41222 \emph on
41223 Courier
41224 \emph default
41225  provide bold shapes.)
41226 \end_layout
41227
41228 \end_inset
41229
41230
41231 \end_layout
41232
41233 \begin_layout Standard
41234 In section 
41235 \family sans
41236 Line
41237 \begin_inset space ~
41238 \end_inset
41239
41240 numbering
41241 \family default
41242  of the listings dialog you can specify the line numbering style.
41243  You can insert a number to specify which lines are numbered in the field
41244  
41245 \family sans
41246 Step
41247 \family default
41248 .
41249  When you insert e.
41250 \begin_inset space \thinspace{}
41251 \end_inset
41252
41253 g.
41254 \begin_inset space \space{}
41255 \end_inset
41256
41257
41258 \begin_inset Quotes eld
41259 \end_inset
41260
41261 3
41262 \begin_inset Quotes erd
41263 \end_inset
41264
41265 , only every 3rd line will be numbered.
41266 \end_layout
41267
41268 \begin_layout Standard
41269 You can furthermore specify a range of lines; only these will then appear
41270  in the output.
41271  The option 
41272 \family sans
41273 Extended character table
41274 \family default
41275  should be used when you use national characters like the German umlauts
41276  in the listing.
41277 \begin_inset Newline newline
41278 \end_inset
41279
41280 Here is an example listing with left line numbering, step 
41281 \begin_inset Quotes eld
41282 \end_inset
41283
41284 3
41285 \begin_inset Quotes erd
41286 \end_inset
41287
41288 , language 
41289 \begin_inset Quotes eld
41290 \end_inset
41291
41292 Python
41293 \begin_inset Quotes erd
41294 \end_inset
41295
41296 , options 
41297 \begin_inset Quotes eld
41298 \end_inset
41299
41300 Extended character table
41301 \begin_inset Quotes erd
41302 \end_inset
41303
41304  and 
41305 \begin_inset Quotes eld
41306 \end_inset
41307
41308 Space
41309 \begin_inset space ~
41310 \end_inset
41311
41312 as
41313 \begin_inset space ~
41314 \end_inset
41315
41316 symbol
41317 \begin_inset Quotes erd
41318 \end_inset
41319
41320 , range lines 3
41321 \begin_inset space \thinspace{}
41322 \end_inset
41323
41324 -
41325 \begin_inset space \thinspace{}
41326 \end_inset
41327
41328 8:
41329 \end_layout
41330
41331 \begin_layout Standard
41332 \begin_inset listings
41333 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
41334 inline false
41335 status open
41336
41337 \begin_layout Plain Layout
41338
41339 def func(param):
41340 \end_layout
41341
41342 \begin_layout Plain Layout
41343
41344     'this is a python function'
41345 \end_layout
41346
41347 \begin_layout Plain Layout
41348
41349     pass
41350 \end_layout
41351
41352 \begin_layout Plain Layout
41353
41354 def func(param):
41355 \end_layout
41356
41357 \begin_layout Plain Layout
41358
41359 'This is a German word: Tschüß'
41360 \end_layout
41361
41362 \begin_layout Plain Layout
41363
41364 pass
41365 \end_layout
41366
41367 \begin_layout Plain Layout
41368
41369 def func(param):
41370 \end_layout
41371
41372 \begin_layout Plain Layout
41373
41374 'this is a python function'
41375 \end_layout
41376
41377 \begin_layout Plain Layout
41378
41379 pass
41380 \end_layout
41381
41382 \end_inset
41383
41384
41385 \end_layout
41386
41387 \begin_layout Standard
41388 When you have tabulators in your listing, you can specify the number of
41389  characters that are spanned by a tabulator in the field 
41390 \family sans
41391 Tabulator
41392 \begin_inset space ~
41393 \end_inset
41394
41395 size
41396 \family default
41397 .
41398 \end_layout
41399
41400 \begin_layout Standard
41401 \begin_inset Note Greyedout
41402 status open
41403
41404 \begin_layout Plain Layout
41405
41406 \series bold
41407 Note:
41408 \series default
41409  Due to a bug in the 
41410 \series bold
41411 listings
41412 \series default
41413  package the line numbering is shifted by a line by every previous listing.
41414  That's the reason why the lines 2 and 5 are numbered in the above listing
41415  and not the lines 3 and 6.
41416 \end_layout
41417
41418 \end_inset
41419
41420
41421 \end_layout
41422
41423 \begin_layout Standard
41424 \begin_inset VSpace bigskip
41425 \end_inset
41426
41427
41428 \end_layout
41429
41430 \begin_layout Standard
41431 It is also possible to print lines from a file as listing.
41432  To do this, use the menu 
41433 \family sans
41434 Insert\SpecialChar menuseparator
41435 File\SpecialChar menuseparator
41436 Child Document
41437 \family default
41438  and choose the type 
41439 \family sans
41440 Listings
41441 \family default
41442 .
41443 \begin_inset Foot
41444 status collapsed
41445
41446 \begin_layout Plain Layout
41447 The other child document types are described in section
41448 \begin_inset space ~
41449 \end_inset
41450
41451
41452 \begin_inset CommandInset ref
41453 LatexCommand ref
41454 reference "sec:Child-Documents"
41455
41456 \end_inset
41457
41458 .
41459 \end_layout
41460
41461 \end_inset
41462
41463  In the child document dialog you can specify the listing parameters in
41464  a text box.
41465  To show a list of all available parameters, type in a question mark 
41466 \begin_inset Quotes eld
41467 \end_inset
41468
41469 ?
41470 \begin_inset Quotes erd
41471 \end_inset
41472
41473  in the text box.
41474 \end_layout
41475
41476 \begin_layout Standard
41477 To reference child document listings, write a label text into the corresponding
41478  field of the child document dialog.
41479  The label can then be referenced using the menu 
41480 \family sans
41481 Insert\SpecialChar menuseparator
41482 Cross-Reference
41483 \family default
41484 .
41485 \end_layout
41486
41487 \begin_layout Standard
41488 Listing
41489 \begin_inset space ~
41490 \end_inset
41491
41492
41493 \begin_inset CommandInset ref
41494 LatexCommand ref
41495 reference "lst:file-listing"
41496
41497 \end_inset
41498
41499  is an example for a listing of a file; there the lines 10
41500 \begin_inset space \thinspace{}
41501 \end_inset
41502
41503 -
41504 \begin_inset space \thinspace{}
41505 \end_inset
41506
41507 15 of this \SpecialChar LyX
41508  file are listed.
41509 \end_layout
41510
41511 \begin_layout Standard
41512 \begin_inset CommandInset include
41513 LatexCommand lstinputlisting
41514 filename "EmbeddedObjects.lyx"
41515 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
41516
41517 \end_inset
41518
41519
41520 \end_layout
41521
41522 \begin_layout Standard
41523 \begin_inset VSpace bigskip
41524 \end_inset
41525
41526
41527 \end_layout
41528
41529 \begin_layout Standard
41530 Inserting a formula into a listing can be done the following way:
41531 \end_layout
41532
41533 \begin_layout Enumerate
41534 Open the listings dialog and add
41535 \begin_inset Newline newline
41536 \end_inset
41537
41538
41539 \family sans
41540 mathescape=true
41541 \family default
41542
41543 \begin_inset Newline newline
41544 \end_inset
41545
41546 to the field of the 
41547 \family sans
41548 Advanced
41549 \family default
41550  tab.
41551 \end_layout
41552
41553 \begin_layout Enumerate
41554 Create a formula outside the listing
41555 \end_layout
41556
41557 \begin_layout Enumerate
41558 Copy the content of the formula (not the formula inset) to the clipboard
41559  (shortcut 
41560 \begin_inset Info
41561 type  "shortcut"
41562 arg   "copy"
41563 \end_inset
41564
41565 )
41566 \end_layout
41567
41568 \begin_layout Enumerate
41569 In the listing write 
41570 \begin_inset Quotes eld
41571 \end_inset
41572
41573
41574 \family sans
41575 $$
41576 \family default
41577
41578 \begin_inset Quotes erd
41579 \end_inset
41580
41581  and copy from the clipboard between the dollar-signs (shortcut 
41582 \begin_inset Info
41583 type  "shortcut"
41584 arg   "paste"
41585 \end_inset
41586
41587 )
41588 \end_layout
41589
41590 \begin_layout Standard
41591 \begin_inset listings
41592 lstparams "language=Python,mathescape=true"
41593 inline false
41594 status open
41595
41596 \begin_layout Plain Layout
41597
41598 \begin_inset Caption Standard
41599
41600 \begin_layout Plain Layout
41601 Example Listing float containing a formula
41602 \end_layout
41603
41604 \end_inset
41605
41606 # Example listing float
41607 \end_layout
41608
41609 \begin_layout Plain Layout
41610
41611 def func(param):
41612 \end_layout
41613
41614 \begin_layout Plain Layout
41615
41616     # $
41617 \backslash
41618 prod_{n=1}^{
41619 \backslash
41620 infty}
41621 \backslash
41622 ,
41623 \backslash
41624 frac{1}{x^{2}}$
41625 \end_layout
41626
41627 \begin_layout Plain Layout
41628
41629     pass
41630 \end_layout
41631
41632 \end_inset
41633
41634
41635 \end_layout
41636
41637 \begin_layout Standard
41638 \begin_inset VSpace bigskip
41639 \end_inset
41640
41641
41642 \end_layout
41643
41644 \begin_layout Standard
41645 Global listings settings can be set in the 
41646 \family sans
41647 Document\SpecialChar menuseparator
41648 Settings\SpecialChar menuseparator
41649 Listings
41650 \family default
41651  dialog.
41652  To get there a list of available options, type in a question mark 
41653 \begin_inset Quotes eld
41654 \end_inset
41655
41656 ?
41657 \begin_inset Quotes erd
41658 \end_inset
41659
41660 .
41661 \end_layout
41662
41663 \begin_layout Standard
41664 For more information about the 
41665 \series bold
41666 listings
41667 \series default
41668  package, we refer to its documentation 
41669 \begin_inset CommandInset citation
41670 LatexCommand cite
41671 key "listings"
41672 literal "true"
41673
41674 \end_inset
41675
41676 .
41677 \end_layout
41678
41679 \begin_layout Standard
41680 \begin_inset Newpage newpage
41681 \end_inset
41682
41683
41684 \end_layout
41685
41686 \begin_layout Chapter
41687 \start_of_appendix
41688 Units available in \SpecialChar LyX
41689
41690 \begin_inset Index idx
41691 status collapsed
41692
41693 \begin_layout Plain Layout
41694 Units
41695 \end_layout
41696
41697 \end_inset
41698
41699
41700 \begin_inset CommandInset label
41701 LatexCommand label
41702 name "cha:Units-available-in"
41703
41704 \end_inset
41705
41706
41707 \end_layout
41708
41709 \begin_layout Standard
41710 To understand the units described in this documentation, Table
41711 \begin_inset space ~
41712 \end_inset
41713
41714
41715 \begin_inset CommandInset ref
41716 LatexCommand ref
41717 reference "tab:Units"
41718
41719 \end_inset
41720
41721  explains all units available in \SpecialChar LyX
41722 .
41723 \end_layout
41724
41725 \begin_layout Standard
41726 \begin_inset Float table
41727 placement h
41728 wide false
41729 sideways false
41730 status open
41731
41732 \begin_layout Plain Layout
41733 \begin_inset Caption Standard
41734
41735 \begin_layout Plain Layout
41736 \begin_inset CommandInset label
41737 LatexCommand label
41738 name "tab:Units"
41739
41740 \end_inset
41741
41742 Units
41743 \end_layout
41744
41745 \end_inset
41746
41747
41748 \end_layout
41749
41750 \begin_layout Plain Layout
41751 \begin_inset VSpace medskip
41752 \end_inset
41753
41754
41755 \end_layout
41756
41757 \begin_layout Plain Layout
41758 \align center
41759 \begin_inset Tabular
41760 <lyxtabular version="3" rows="20" columns="3">
41761 <features tabularvalignment="middle">
41762 <column alignment="center" valignment="top">
41763 <column alignment="center" valignment="top">
41764 <column alignment="center" valignment="top">
41765 <row>
41766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41767 \begin_inset Text
41768
41769 \begin_layout Plain Layout
41770 unit
41771 \end_layout
41772
41773 \end_inset
41774 </cell>
41775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41776 \begin_inset Text
41777
41778 \begin_layout Plain Layout
41779 name/description
41780 \end_layout
41781
41782 \end_inset
41783 </cell>
41784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41785 \begin_inset Text
41786
41787 \begin_layout Plain Layout
41788 \SpecialChar LaTeX
41789  command
41790 \end_layout
41791
41792 \end_inset
41793 </cell>
41794 </row>
41795 <row>
41796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41797 \begin_inset Text
41798
41799 \begin_layout Plain Layout
41800 mm
41801 \end_layout
41802
41803 \end_inset
41804 </cell>
41805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41806 \begin_inset Text
41807
41808 \begin_layout Plain Layout
41809 millimeter
41810 \end_layout
41811
41812 \end_inset
41813 </cell>
41814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41815 \begin_inset Text
41816
41817 \begin_layout Plain Layout
41818 -
41819 \end_layout
41820
41821 \end_inset
41822 </cell>
41823 </row>
41824 <row>
41825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41826 \begin_inset Text
41827
41828 \begin_layout Plain Layout
41829 cm
41830 \end_layout
41831
41832 \end_inset
41833 </cell>
41834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41835 \begin_inset Text
41836
41837 \begin_layout Plain Layout
41838 centimeter
41839 \end_layout
41840
41841 \end_inset
41842 </cell>
41843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41844 \begin_inset Text
41845
41846 \begin_layout Plain Layout
41847 -
41848 \end_layout
41849
41850 \end_inset
41851 </cell>
41852 </row>
41853 <row>
41854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41855 \begin_inset Text
41856
41857 \begin_layout Plain Layout
41858 in
41859 \end_layout
41860
41861 \end_inset
41862 </cell>
41863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41864 \begin_inset Text
41865
41866 \begin_layout Plain Layout
41867 inch
41868 \end_layout
41869
41870 \end_inset
41871 </cell>
41872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41873 \begin_inset Text
41874
41875 \begin_layout Plain Layout
41876 -
41877 \end_layout
41878
41879 \end_inset
41880 </cell>
41881 </row>
41882 <row>
41883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41884 \begin_inset Text
41885
41886 \begin_layout Plain Layout
41887 pt
41888 \end_layout
41889
41890 \end_inset
41891 </cell>
41892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41893 \begin_inset Text
41894
41895 \begin_layout Plain Layout
41896 point (72.27
41897 \begin_inset space \thinspace{}
41898 \end_inset
41899
41900 pt = 1
41901 \begin_inset space \thinspace{}
41902 \end_inset
41903
41904 in)
41905 \end_layout
41906
41907 \end_inset
41908 </cell>
41909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41910 \begin_inset Text
41911
41912 \begin_layout Plain Layout
41913 -
41914 \end_layout
41915
41916 \end_inset
41917 </cell>
41918 </row>
41919 <row>
41920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41921 \begin_inset Text
41922
41923 \begin_layout Plain Layout
41924 pc
41925 \end_layout
41926
41927 \end_inset
41928 </cell>
41929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41930 \begin_inset Text
41931
41932 \begin_layout Plain Layout
41933 pica (1
41934 \begin_inset space \thinspace{}
41935 \end_inset
41936
41937 pc = 12
41938 \begin_inset space \thinspace{}
41939 \end_inset
41940
41941 pt)
41942 \end_layout
41943
41944 \end_inset
41945 </cell>
41946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41947 \begin_inset Text
41948
41949 \begin_layout Plain Layout
41950 -
41951 \end_layout
41952
41953 \end_inset
41954 </cell>
41955 </row>
41956 <row>
41957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41958 \begin_inset Text
41959
41960 \begin_layout Plain Layout
41961 sp
41962 \end_layout
41963
41964 \end_inset
41965 </cell>
41966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41967 \begin_inset Text
41968
41969 \begin_layout Plain Layout
41970 scaled point (65536
41971 \begin_inset space \thinspace{}
41972 \end_inset
41973
41974 sp = 1
41975 \begin_inset space \thinspace{}
41976 \end_inset
41977
41978 pt)
41979 \end_layout
41980
41981 \end_inset
41982 </cell>
41983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41984 \begin_inset Text
41985
41986 \begin_layout Plain Layout
41987 -
41988 \end_layout
41989
41990 \end_inset
41991 </cell>
41992 </row>
41993 <row>
41994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41995 \begin_inset Text
41996
41997 \begin_layout Plain Layout
41998 bp
41999 \end_layout
42000
42001 \end_inset
42002 </cell>
42003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42004 \begin_inset Text
42005
42006 \begin_layout Plain Layout
42007 big point (72
42008 \begin_inset space \thinspace{}
42009 \end_inset
42010
42011 bp = 1
42012 \begin_inset space \thinspace{}
42013 \end_inset
42014
42015 in)
42016 \end_layout
42017
42018 \end_inset
42019 </cell>
42020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42021 \begin_inset Text
42022
42023 \begin_layout Plain Layout
42024 -
42025 \end_layout
42026
42027 \end_inset
42028 </cell>
42029 </row>
42030 <row>
42031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42032 \begin_inset Text
42033
42034 \begin_layout Plain Layout
42035 dd
42036 \end_layout
42037
42038 \end_inset
42039 </cell>
42040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42041 \begin_inset Text
42042
42043 \begin_layout Plain Layout
42044 didot (1
42045 \begin_inset space \thinspace{}
42046 \end_inset
42047
42048 dd 
42049 \begin_inset Formula $\approx$
42050 \end_inset
42051
42052  0.376
42053 \begin_inset space \thinspace{}
42054 \end_inset
42055
42056 mm)
42057 \end_layout
42058
42059 \end_inset
42060 </cell>
42061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42062 \begin_inset Text
42063
42064 \begin_layout Plain Layout
42065 -
42066 \end_layout
42067
42068 \end_inset
42069 </cell>
42070 </row>
42071 <row>
42072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42073 \begin_inset Text
42074
42075 \begin_layout Plain Layout
42076 cc
42077 \end_layout
42078
42079 \end_inset
42080 </cell>
42081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42082 \begin_inset Text
42083
42084 \begin_layout Plain Layout
42085 cicero (1
42086 \begin_inset space \thinspace{}
42087 \end_inset
42088
42089 cc = 12
42090 \begin_inset space \thinspace{}
42091 \end_inset
42092
42093 dd)
42094 \end_layout
42095
42096 \end_inset
42097 </cell>
42098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42099 \begin_inset Text
42100
42101 \begin_layout Plain Layout
42102 -
42103 \end_layout
42104
42105 \end_inset
42106 </cell>
42107 </row>
42108 <row>
42109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42110 \begin_inset Text
42111
42112 \begin_layout Plain Layout
42113 Scale Graphics %
42114 \end_layout
42115
42116 \end_inset
42117 </cell>
42118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42119 \begin_inset Text
42120
42121 \begin_layout Plain Layout
42122 % of original image width
42123 \end_layout
42124
42125 \end_inset
42126 </cell>
42127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42128 \begin_inset Text
42129
42130 \begin_layout Plain Layout
42131
42132 \end_layout
42133
42134 \end_inset
42135 </cell>
42136 </row>
42137 <row>
42138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42139 \begin_inset Text
42140
42141 \begin_layout Plain Layout
42142 Text Width %
42143 \end_layout
42144
42145 \end_inset
42146 </cell>
42147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42148 \begin_inset Text
42149
42150 \begin_layout Plain Layout
42151 % of text width
42152 \end_layout
42153
42154 \end_inset
42155 </cell>
42156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42157 \begin_inset Text
42158
42159 \begin_layout Plain Layout
42160
42161 \backslash
42162 textwidth
42163 \end_layout
42164
42165 \end_inset
42166 </cell>
42167 </row>
42168 <row>
42169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42170 \begin_inset Text
42171
42172 \begin_layout Plain Layout
42173 Column Width %
42174 \end_layout
42175
42176 \end_inset
42177 </cell>
42178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42179 \begin_inset Text
42180
42181 \begin_layout Plain Layout
42182 % of column width
42183 \end_layout
42184
42185 \end_inset
42186 </cell>
42187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42188 \begin_inset Text
42189
42190 \begin_layout Plain Layout
42191
42192 \backslash
42193 columnwidth
42194 \end_layout
42195
42196 \end_inset
42197 </cell>
42198 </row>
42199 <row>
42200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42201 \begin_inset Text
42202
42203 \begin_layout Plain Layout
42204 Page Width %
42205 \end_layout
42206
42207 \end_inset
42208 </cell>
42209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42210 \begin_inset Text
42211
42212 \begin_layout Plain Layout
42213 % of paper width
42214 \end_layout
42215
42216 \end_inset
42217 </cell>
42218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42219 \begin_inset Text
42220
42221 \begin_layout Plain Layout
42222
42223 \backslash
42224 paperwidth
42225 \end_layout
42226
42227 \end_inset
42228 </cell>
42229 </row>
42230 <row>
42231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42232 \begin_inset Text
42233
42234 \begin_layout Plain Layout
42235 Line Width %
42236 \end_layout
42237
42238 \end_inset
42239 </cell>
42240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42241 \begin_inset Text
42242
42243 \begin_layout Plain Layout
42244 % of line width
42245 \end_layout
42246
42247 \end_inset
42248 </cell>
42249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42250 \begin_inset Text
42251
42252 \begin_layout Plain Layout
42253
42254 \backslash
42255 linewidth
42256 \end_layout
42257
42258 \end_inset
42259 </cell>
42260 </row>
42261 <row>
42262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42263 \begin_inset Text
42264
42265 \begin_layout Plain Layout
42266 Text Height %
42267 \end_layout
42268
42269 \end_inset
42270 </cell>
42271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42272 \begin_inset Text
42273
42274 \begin_layout Plain Layout
42275 % of text height
42276 \end_layout
42277
42278 \end_inset
42279 </cell>
42280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42281 \begin_inset Text
42282
42283 \begin_layout Plain Layout
42284
42285 \backslash
42286 textheight
42287 \end_layout
42288
42289 \end_inset
42290 </cell>
42291 </row>
42292 <row>
42293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42294 \begin_inset Text
42295
42296 \begin_layout Plain Layout
42297 Page Height %
42298 \end_layout
42299
42300 \end_inset
42301 </cell>
42302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42303 \begin_inset Text
42304
42305 \begin_layout Plain Layout
42306 % of paper height
42307 \end_layout
42308
42309 \end_inset
42310 </cell>
42311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42312 \begin_inset Text
42313
42314 \begin_layout Plain Layout
42315
42316 \backslash
42317 paperheight
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 ex
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 height of letter 
42338 \emph on
42339 x
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" leftline="true" usebox="none">
42358 \begin_inset Text
42359
42360 \begin_layout Plain Layout
42361 em
42362 \end_layout
42363
42364 \end_inset
42365 </cell>
42366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42367 \begin_inset Text
42368
42369 \begin_layout Plain Layout
42370 width of letter 
42371 \emph on
42372 M
42373 \emph default
42374  in current font
42375 \end_layout
42376
42377 \end_inset
42378 </cell>
42379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42380 \begin_inset Text
42381
42382 \begin_layout Plain Layout
42383 -
42384 \end_layout
42385
42386 \end_inset
42387 </cell>
42388 </row>
42389 <row>
42390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42391 \begin_inset Text
42392
42393 \begin_layout Plain Layout
42394 mu
42395 \end_layout
42396
42397 \end_inset
42398 </cell>
42399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42400 \begin_inset Text
42401
42402 \begin_layout Plain Layout
42403 math unit (1
42404 \begin_inset space \thinspace{}
42405 \end_inset
42406
42407 mu = 1/18
42408 \begin_inset space \thinspace{}
42409 \end_inset
42410
42411 em)
42412 \end_layout
42413
42414 \end_inset
42415 </cell>
42416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
42417 \begin_inset Text
42418
42419 \begin_layout Plain Layout
42420 -
42421 \end_layout
42422
42423 \end_inset
42424 </cell>
42425 </row>
42426 </lyxtabular>
42427
42428 \end_inset
42429
42430
42431 \end_layout
42432
42433 \end_inset
42434
42435
42436 \end_layout
42437
42438 \begin_layout Chapter
42439 Output File Formats with Graphics
42440 \begin_inset CommandInset label
42441 LatexCommand label
42442 name "cha:Output-File-Formats"
42443
42444 \end_inset
42445
42446
42447 \end_layout
42448
42449 \begin_layout Section
42450 DVI
42451 \begin_inset Index idx
42452 status collapsed
42453
42454 \begin_layout Plain Layout
42455 File Formats ! DVI
42456 \end_layout
42457
42458 \end_inset
42459
42460
42461 \begin_inset Index idx
42462 status collapsed
42463
42464 \begin_layout Plain Layout
42465 DVI|see
42466 \begin_inset ERT
42467 status collapsed
42468
42469 \begin_layout Plain Layout
42470
42471 {
42472 \end_layout
42473
42474 \end_inset
42475
42476 File Formats
42477 \begin_inset ERT
42478 status collapsed
42479
42480 \begin_layout Plain Layout
42481
42482 }
42483 \end_layout
42484
42485 \end_inset
42486
42487
42488 \end_layout
42489
42490 \end_inset
42491
42492
42493 \end_layout
42494
42495 \begin_layout Standard
42496 This file type has the extension 
42497 \begin_inset Quotes eld
42498 \end_inset
42499
42500
42501 \family typewriter
42502 .dvi
42503 \family default
42504
42505 \begin_inset Quotes erd
42506 \end_inset
42507
42508 .
42509  It is called 
42510 \begin_inset Quotes eld
42511 \end_inset
42512
42513 device-independent
42514 \begin_inset Quotes erd
42515 \end_inset
42516
42517  (DVI), because it is completely portable; you can move them from one machine
42518  to another without needing to do any sort of conversion.
42519  At the time when this file-format was developed, this was no matter of
42520  course.
42521  DVIs are used for quick previews and as pre-stage for other output formats,
42522  like PostScript.
42523 \end_layout
42524
42525 \begin_layout Standard
42526 \begin_inset Note Greyedout
42527 status open
42528
42529 \begin_layout Plain Layout
42530
42531 \series bold
42532 Note:
42533 \series default
42534  DVI-files do not contain images; they will only be a linked.
42535 \end_layout
42536
42537 \end_inset
42538
42539  So don't forget this, if you move your 
42540 \family typewriter
42541 .dvi
42542 \family default
42543  file to another computer.
42544  This property can also slow down your computer when you view the DVI, because
42545  the DVI-viewer has to convert the image in the background to make it visible
42546  when you scroll in the DVI.
42547  So it is recommended that you use PDF for files with many images.
42548 \end_layout
42549
42550 \begin_layout Standard
42551 You can export your document to DVI by using the menu 
42552 \family sans
42553 File\SpecialChar menuseparator
42554 Export\SpecialChar menuseparator
42555 DVI
42556 \family default
42557 .
42558  You can view your document as DVI via the 
42559 \family sans
42560 View
42561 \family default
42562  menu.
42563 \end_layout
42564
42565 \begin_layout Section
42566 PostScript
42567 \begin_inset Index idx
42568 status collapsed
42569
42570 \begin_layout Plain Layout
42571 File Formats ! PostScript
42572 \end_layout
42573
42574 \end_inset
42575
42576
42577 \begin_inset Index idx
42578 status collapsed
42579
42580 \begin_layout Plain Layout
42581 PostScript|see
42582 \begin_inset ERT
42583 status collapsed
42584
42585 \begin_layout Plain Layout
42586
42587 {
42588 \end_layout
42589
42590 \end_inset
42591
42592 File Formats
42593 \begin_inset ERT
42594 status collapsed
42595
42596 \begin_layout Plain Layout
42597
42598 }
42599 \end_layout
42600
42601 \end_inset
42602
42603
42604 \end_layout
42605
42606 \end_inset
42607
42608
42609 \end_layout
42610
42611 \begin_layout Standard
42612 This file type has the extension 
42613 \begin_inset Quotes eld
42614 \end_inset
42615
42616
42617 \family typewriter
42618 .ps
42619 \family default
42620
42621 \begin_inset Quotes erd
42622 \end_inset
42623
42624 .
42625  PostScript was developed by the company 
42626 \family typewriter
42627 Adobe
42628 \family default
42629  as a printer language.
42630  The file therefore contains commands that the printer uses to print the
42631  file.
42632  PostScript can be seen as a 
42633 \begin_inset Quotes eld
42634 \end_inset
42635
42636 programming language
42637 \begin_inset Quotes erd
42638 \end_inset
42639
42640 ; you can calculate with it and draw diagrams and images.
42641 \begin_inset Foot
42642 status collapsed
42643
42644 \begin_layout Plain Layout
42645 If you are interested to learn more about this, have a look at the \SpecialChar LaTeX
42646 -package
42647  
42648 \series bold
42649 PSTricks
42650 \series default
42651  
42652 \begin_inset CommandInset citation
42653 LatexCommand cite
42654 key "pstricks"
42655 literal "true"
42656
42657 \end_inset
42658
42659 .
42660 \end_layout
42661
42662 \end_inset
42663
42664  Due to this ability, the files are often bigger than PDFs.
42665 \end_layout
42666
42667 \begin_layout Standard
42668 PostScript can only contain images in the format 
42669 \begin_inset Quotes eld
42670 \end_inset
42671
42672 Encapsulated PostScript
42673 \begin_inset Quotes erd
42674 \end_inset
42675
42676  (EPS, file extension 
42677 \begin_inset Quotes eld
42678 \end_inset
42679
42680
42681 \family typewriter
42682 .eps
42683 \family default
42684
42685 \begin_inset Quotes erd
42686 \end_inset
42687
42688 ).
42689  As \SpecialChar LyX
42690  allows you to use any known image format in your document, it has to
42691  convert images in the background to EPS.
42692  If you have e.g.
42693 \begin_inset space ~
42694 \end_inset
42695
42696 50
42697 \begin_inset space ~
42698 \end_inset
42699
42700 images in your document, \SpecialChar LyX
42701  has to do 50
42702 \begin_inset space ~
42703 \end_inset
42704
42705 conversions whenever you view or export your document.
42706  This will slow down your work flow with \SpecialChar LyX
42707  drastically.
42708  So if you plan to use PostScript, you can insert your images directly as
42709  EPS to avoid this problem.
42710 \end_layout
42711
42712 \begin_layout Standard
42713 You can export your document to PostScript using the menu 
42714 \family sans
42715 File\SpecialChar menuseparator
42716 Export\SpecialChar menuseparator
42717 Postscript
42718 \family default
42719 .
42720  You can view your document as PostScript via the 
42721 \family sans
42722 View
42723 \family default
42724  menu.
42725 \end_layout
42726
42727 \begin_layout Section
42728 PDF
42729 \begin_inset Index idx
42730 status collapsed
42731
42732 \begin_layout Plain Layout
42733 File Formats ! PDF
42734 \end_layout
42735
42736 \end_inset
42737
42738
42739 \begin_inset Index idx
42740 status collapsed
42741
42742 \begin_layout Plain Layout
42743 PDF
42744 \end_layout
42745
42746 \end_inset
42747
42748
42749 \end_layout
42750
42751 \begin_layout Standard
42752 This file type has the extension 
42753 \begin_inset Quotes eld
42754 \end_inset
42755
42756
42757 \family typewriter
42758 .pdf
42759 \family default
42760
42761 \begin_inset Quotes erd
42762 \end_inset
42763
42764 .
42765  The 
42766 \begin_inset Quotes eld
42767 \end_inset
42768
42769 Portable Document Format
42770 \begin_inset Quotes erd
42771 \end_inset
42772
42773  (PDF) was developed by 
42774 \family typewriter
42775 Adobe
42776 \family default
42777  as a derivative of PostScript.
42778  It is more compressed and it uses fewer commands than PostScript.
42779  As the name 
42780 \begin_inset Quotes eld
42781 \end_inset
42782
42783 portable
42784 \begin_inset Quotes erd
42785 \end_inset
42786
42787  implies, it can be processed at any computer system and the printed output
42788  looks exactly the same.
42789 \end_layout
42790
42791 \begin_layout Standard
42792 PDF can contain images in its own PDF format, in the format 
42793 \begin_inset Quotes eld
42794 \end_inset
42795
42796 Joint Photographic Experts Group
42797 \begin_inset Quotes erd
42798 \end_inset
42799
42800  (JPG, file extension 
42801 \begin_inset Quotes eld
42802 \end_inset
42803
42804
42805 \family typewriter
42806 .jpg
42807 \family default
42808
42809 \begin_inset Quotes erd
42810 \end_inset
42811
42812  or 
42813 \begin_inset Quotes eld
42814 \end_inset
42815
42816
42817 \family typewriter
42818 .jpeg
42819 \family default
42820
42821 \begin_inset Quotes erd
42822 \end_inset
42823
42824 ), and in the format 
42825 \begin_inset Quotes eld
42826 \end_inset
42827
42828 Portable Network Graphics
42829 \begin_inset Quotes erd
42830 \end_inset
42831
42832  (PNG, file extension 
42833 \begin_inset Quotes eld
42834 \end_inset
42835
42836
42837 \family typewriter
42838 .png
42839 \family default
42840
42841 \begin_inset Quotes erd
42842 \end_inset
42843
42844 ).
42845  Nevertheless you can use any other image format, because \SpecialChar LyX
42846  converts them
42847  in the background to one of these formats.
42848  But as described in the section about PostScript, the image conversion
42849  will slow down your work flow.
42850  So it is recommended that you use images in one of the three mentioned
42851  formats.
42852 \end_layout
42853
42854 \begin_layout Standard
42855 You can export your document to PDF via the menu 
42856 \family sans
42857 File\SpecialChar menuseparator
42858 Export
42859 \family default
42860  in three different ways:
42861 \end_layout
42862
42863 \begin_layout Description
42864 PDF
42865 \begin_inset space ~
42866 \end_inset
42867
42868 (ps2pdf) This uses the program 
42869 \family typewriter
42870 ps2pdf
42871 \family default
42872  that creates a PDF from a PostScript-version of your file.
42873  The PostScript-version is produced by the program 
42874 \family typewriter
42875 dvips
42876 \family default
42877  which uses a DVI-version as intermediate step.
42878  So this export variant consists of three conversions.
42879 \end_layout
42880
42881 \begin_layout Description
42882 PDF
42883 \begin_inset space ~
42884 \end_inset
42885
42886 (dvipdfm) This uses the program 
42887 \family typewriter
42888 dvipdfm
42889 \family default
42890  that converts your file in the background to DVI and in a second step to
42891  PDF.
42892 \end_layout
42893
42894 \begin_layout Description
42895 PDF
42896 \begin_inset space ~
42897 \end_inset
42898
42899 (pdflatex) This uses the program 
42900 \family typewriter
42901 pdftex
42902 \family default
42903  that converts your file directly to PDF.
42904 \end_layout
42905
42906 \begin_layout Standard
42907 It is recommended that you use 
42908 \family sans
42909 PDF
42910 \begin_inset space ~
42911 \end_inset
42912
42913 (pdflatex)
42914 \family default
42915  because 
42916 \family typewriter
42917 pdftex
42918 \family default
42919  supports all features of actual PDF-versions, is quick and works stable.
42920  The program 
42921 \family typewriter
42922 dvipdfm
42923 \family default
42924  is not under development and therefore a bit outdated.
42925 \end_layout
42926
42927 \begin_layout Standard
42928 You can view your document as PDF via the 
42929 \family sans
42930 View
42931 \family default
42932  menu or by using a toolbar button.
42933 \end_layout
42934
42935 \begin_layout Chapter
42936 List of dvips color names
42937 \begin_inset CommandInset label
42938 LatexCommand label
42939 name "chap:List-of-dvips-colornames"
42940
42941 \end_inset
42942
42943
42944 \end_layout
42945
42946 \begin_layout Standard
42947 \begin_inset Tabular
42948 <lyxtabular version="3" rows="17" columns="4">
42949 <features tabularvalignment="middle">
42950 <column alignment="left" valignment="top" width="0pt">
42951 <column alignment="left" valignment="top" width="0pt">
42952 <column alignment="left" valignment="top" width="0pt">
42953 <column alignment="left" valignment="top" width="0pt">
42954 <row>
42955 <cell alignment="left" valignment="top" usebox="none">
42956 \begin_inset Text
42957
42958 \begin_layout Plain Layout
42959 \begin_inset ERT
42960 status collapsed
42961
42962 \begin_layout Plain Layout
42963
42964
42965 \backslash
42966 fcolorbox{black}{
42967 \end_layout
42968
42969 \end_inset
42970
42971 white
42972 \begin_inset ERT
42973 status collapsed
42974
42975 \begin_layout Plain Layout
42976
42977 }{
42978 \end_layout
42979
42980 \end_inset
42981
42982 Color
42983 \begin_inset ERT
42984 status collapsed
42985
42986 \begin_layout Plain Layout
42987
42988 }
42989 \end_layout
42990
42991 \end_inset
42992
42993  Color name
42994 \end_layout
42995
42996 \end_inset
42997 </cell>
42998 <cell alignment="left" valignment="top" usebox="none">
42999 \begin_inset Text
43000
43001 \begin_layout Plain Layout
43002 \begin_inset ERT
43003 status collapsed
43004
43005 \begin_layout Plain Layout
43006
43007
43008 \backslash
43009 fcolorbox{black}{
43010 \end_layout
43011
43012 \end_inset
43013
43014 white
43015 \begin_inset ERT
43016 status collapsed
43017
43018 \begin_layout Plain Layout
43019
43020 }{
43021 \end_layout
43022
43023 \end_inset
43024
43025 Color
43026 \begin_inset ERT
43027 status collapsed
43028
43029 \begin_layout Plain Layout
43030
43031 }
43032 \end_layout
43033
43034 \end_inset
43035
43036  Color name
43037 \end_layout
43038
43039 \end_inset
43040 </cell>
43041 <cell alignment="left" valignment="top" usebox="none">
43042 \begin_inset Text
43043
43044 \begin_layout Plain Layout
43045 \begin_inset ERT
43046 status collapsed
43047
43048 \begin_layout Plain Layout
43049
43050
43051 \backslash
43052 fcolorbox{black}{
43053 \end_layout
43054
43055 \end_inset
43056
43057 white
43058 \begin_inset ERT
43059 status collapsed
43060
43061 \begin_layout Plain Layout
43062
43063 }{
43064 \end_layout
43065
43066 \end_inset
43067
43068 Color
43069 \begin_inset ERT
43070 status collapsed
43071
43072 \begin_layout Plain Layout
43073
43074 }
43075 \end_layout
43076
43077 \end_inset
43078
43079  Color name
43080 \end_layout
43081
43082 \end_inset
43083 </cell>
43084 <cell alignment="left" valignment="top" usebox="none">
43085 \begin_inset Text
43086
43087 \begin_layout Plain Layout
43088 \begin_inset ERT
43089 status collapsed
43090
43091 \begin_layout Plain Layout
43092
43093
43094 \backslash
43095 fcolorbox{black}{
43096 \end_layout
43097
43098 \end_inset
43099
43100 white
43101 \begin_inset ERT
43102 status collapsed
43103
43104 \begin_layout Plain Layout
43105
43106 }{
43107 \end_layout
43108
43109 \end_inset
43110
43111 Color
43112 \begin_inset ERT
43113 status collapsed
43114
43115 \begin_layout Plain Layout
43116
43117 }
43118 \end_layout
43119
43120 \end_inset
43121
43122  Color name
43123 \end_layout
43124
43125 \end_inset
43126 </cell>
43127 </row>
43128 <row>
43129 <cell alignment="center" valignment="top" usebox="none">
43130 \begin_inset Text
43131
43132 \begin_layout Plain Layout
43133 \begin_inset ERT
43134 status collapsed
43135
43136 \begin_layout Plain Layout
43137
43138
43139 \backslash
43140 fcolorbox{black}{
43141 \end_layout
43142
43143 \end_inset
43144
43145 Apricot
43146 \begin_inset ERT
43147 status collapsed
43148
43149 \begin_layout Plain Layout
43150
43151 }{
43152 \end_layout
43153
43154 \end_inset
43155
43156
43157 \begin_inset Phantom Phantom
43158 status open
43159
43160 \begin_layout Plain Layout
43161 W
43162 \end_layout
43163
43164 \end_inset
43165
43166
43167 \begin_inset ERT
43168 status collapsed
43169
43170 \begin_layout Plain Layout
43171
43172 }
43173 \end_layout
43174
43175 \end_inset
43176
43177  Apricot
43178 \end_layout
43179
43180 \end_inset
43181 </cell>
43182 <cell alignment="center" valignment="top" usebox="none">
43183 \begin_inset Text
43184
43185 \begin_layout Plain Layout
43186 \begin_inset ERT
43187 status collapsed
43188
43189 \begin_layout Plain Layout
43190
43191
43192 \backslash
43193 fcolorbox{black}{
43194 \end_layout
43195
43196 \end_inset
43197
43198 Aquamarine
43199 \begin_inset ERT
43200 status collapsed
43201
43202 \begin_layout Plain Layout
43203
43204 }{
43205 \end_layout
43206
43207 \end_inset
43208
43209
43210 \begin_inset Phantom Phantom
43211 status open
43212
43213 \begin_layout Plain Layout
43214 W
43215 \end_layout
43216
43217 \end_inset
43218
43219
43220 \begin_inset ERT
43221 status collapsed
43222
43223 \begin_layout Plain Layout
43224
43225 }
43226 \end_layout
43227
43228 \end_inset
43229
43230  Aquamarine
43231 \end_layout
43232
43233 \end_inset
43234 </cell>
43235 <cell alignment="center" valignment="top" usebox="none">
43236 \begin_inset Text
43237
43238 \begin_layout Plain Layout
43239 \begin_inset ERT
43240 status collapsed
43241
43242 \begin_layout Plain Layout
43243
43244
43245 \backslash
43246 fcolorbox{black}{
43247 \end_layout
43248
43249 \end_inset
43250
43251 Bittersweet
43252 \begin_inset ERT
43253 status collapsed
43254
43255 \begin_layout Plain Layout
43256
43257 }{
43258 \end_layout
43259
43260 \end_inset
43261
43262
43263 \begin_inset Phantom Phantom
43264 status open
43265
43266 \begin_layout Plain Layout
43267 W
43268 \end_layout
43269
43270 \end_inset
43271
43272
43273 \begin_inset ERT
43274 status collapsed
43275
43276 \begin_layout Plain Layout
43277
43278 }
43279 \end_layout
43280
43281 \end_inset
43282
43283  Bittersweet
43284 \end_layout
43285
43286 \end_inset
43287 </cell>
43288 <cell alignment="center" valignment="top" usebox="none">
43289 \begin_inset Text
43290
43291 \begin_layout Plain Layout
43292 \begin_inset ERT
43293 status collapsed
43294
43295 \begin_layout Plain Layout
43296
43297
43298 \backslash
43299 fcolorbox{black}{
43300 \end_layout
43301
43302 \end_inset
43303
43304 BlueGreen
43305 \begin_inset ERT
43306 status collapsed
43307
43308 \begin_layout Plain Layout
43309
43310 }{
43311 \end_layout
43312
43313 \end_inset
43314
43315
43316 \begin_inset Phantom Phantom
43317 status open
43318
43319 \begin_layout Plain Layout
43320 W
43321 \end_layout
43322
43323 \end_inset
43324
43325
43326 \begin_inset ERT
43327 status collapsed
43328
43329 \begin_layout Plain Layout
43330
43331 }
43332 \end_layout
43333
43334 \end_inset
43335
43336  BlueGreen
43337 \end_layout
43338
43339 \end_inset
43340 </cell>
43341 </row>
43342 <row>
43343 <cell alignment="left" valignment="top" usebox="none">
43344 \begin_inset Text
43345
43346 \begin_layout Plain Layout
43347 \begin_inset ERT
43348 status collapsed
43349
43350 \begin_layout Plain Layout
43351
43352
43353 \backslash
43354 fcolorbox{black}{
43355 \end_layout
43356
43357 \end_inset
43358
43359 BlueViolet
43360 \begin_inset ERT
43361 status collapsed
43362
43363 \begin_layout Plain Layout
43364
43365 }{
43366 \end_layout
43367
43368 \end_inset
43369
43370
43371 \begin_inset Phantom Phantom
43372 status open
43373
43374 \begin_layout Plain Layout
43375 W
43376 \end_layout
43377
43378 \end_inset
43379
43380
43381 \begin_inset ERT
43382 status collapsed
43383
43384 \begin_layout Plain Layout
43385
43386 }
43387 \end_layout
43388
43389 \end_inset
43390
43391  BlueViolet
43392 \end_layout
43393
43394 \end_inset
43395 </cell>
43396 <cell alignment="left" valignment="top" usebox="none">
43397 \begin_inset Text
43398
43399 \begin_layout Plain Layout
43400 \begin_inset ERT
43401 status collapsed
43402
43403 \begin_layout Plain Layout
43404
43405
43406 \backslash
43407 fcolorbox{black}{
43408 \end_layout
43409
43410 \end_inset
43411
43412 BrickRed
43413 \begin_inset ERT
43414 status collapsed
43415
43416 \begin_layout Plain Layout
43417
43418 }{
43419 \end_layout
43420
43421 \end_inset
43422
43423
43424 \begin_inset Phantom Phantom
43425 status open
43426
43427 \begin_layout Plain Layout
43428 W
43429 \end_layout
43430
43431 \end_inset
43432
43433
43434 \begin_inset ERT
43435 status collapsed
43436
43437 \begin_layout Plain Layout
43438
43439 }
43440 \end_layout
43441
43442 \end_inset
43443
43444  BrickRed
43445 \end_layout
43446
43447 \end_inset
43448 </cell>
43449 <cell alignment="left" valignment="top" usebox="none">
43450 \begin_inset Text
43451
43452 \begin_layout Plain Layout
43453 \begin_inset ERT
43454 status collapsed
43455
43456 \begin_layout Plain Layout
43457
43458
43459 \backslash
43460 fcolorbox{black}{
43461 \end_layout
43462
43463 \end_inset
43464
43465 Brown
43466 \begin_inset ERT
43467 status collapsed
43468
43469 \begin_layout Plain Layout
43470
43471 }{
43472 \end_layout
43473
43474 \end_inset
43475
43476
43477 \begin_inset Phantom Phantom
43478 status open
43479
43480 \begin_layout Plain Layout
43481 W
43482 \end_layout
43483
43484 \end_inset
43485
43486
43487 \begin_inset ERT
43488 status collapsed
43489
43490 \begin_layout Plain Layout
43491
43492 }
43493 \end_layout
43494
43495 \end_inset
43496
43497  Brown
43498 \end_layout
43499
43500 \end_inset
43501 </cell>
43502 <cell alignment="left" valignment="top" usebox="none">
43503 \begin_inset Text
43504
43505 \begin_layout Plain Layout
43506 \begin_inset ERT
43507 status collapsed
43508
43509 \begin_layout Plain Layout
43510
43511
43512 \backslash
43513 fcolorbox{black}{
43514 \end_layout
43515
43516 \end_inset
43517
43518 BurntOrange
43519 \begin_inset ERT
43520 status collapsed
43521
43522 \begin_layout Plain Layout
43523
43524 }{
43525 \end_layout
43526
43527 \end_inset
43528
43529
43530 \begin_inset Phantom Phantom
43531 status open
43532
43533 \begin_layout Plain Layout
43534 W
43535 \end_layout
43536
43537 \end_inset
43538
43539
43540 \begin_inset ERT
43541 status collapsed
43542
43543 \begin_layout Plain Layout
43544
43545 }
43546 \end_layout
43547
43548 \end_inset
43549
43550  BurntOrange
43551 \end_layout
43552
43553 \end_inset
43554 </cell>
43555 </row>
43556 <row>
43557 <cell alignment="left" valignment="top" usebox="none">
43558 \begin_inset Text
43559
43560 \begin_layout Plain Layout
43561 \begin_inset ERT
43562 status collapsed
43563
43564 \begin_layout Plain Layout
43565
43566
43567 \backslash
43568 fcolorbox{black}{
43569 \end_layout
43570
43571 \end_inset
43572
43573 CadetBlue
43574 \begin_inset ERT
43575 status collapsed
43576
43577 \begin_layout Plain Layout
43578
43579 }{
43580 \end_layout
43581
43582 \end_inset
43583
43584
43585 \begin_inset Phantom Phantom
43586 status open
43587
43588 \begin_layout Plain Layout
43589 W
43590 \end_layout
43591
43592 \end_inset
43593
43594
43595 \begin_inset ERT
43596 status collapsed
43597
43598 \begin_layout Plain Layout
43599
43600 }
43601 \end_layout
43602
43603 \end_inset
43604
43605  CadetBlue
43606 \end_layout
43607
43608 \end_inset
43609 </cell>
43610 <cell alignment="left" valignment="top" usebox="none">
43611 \begin_inset Text
43612
43613 \begin_layout Plain Layout
43614 \begin_inset ERT
43615 status collapsed
43616
43617 \begin_layout Plain Layout
43618
43619
43620 \backslash
43621 fcolorbox{black}{
43622 \end_layout
43623
43624 \end_inset
43625
43626 CarnationPink
43627 \begin_inset ERT
43628 status collapsed
43629
43630 \begin_layout Plain Layout
43631
43632 }{
43633 \end_layout
43634
43635 \end_inset
43636
43637
43638 \begin_inset Phantom Phantom
43639 status open
43640
43641 \begin_layout Plain Layout
43642 W
43643 \end_layout
43644
43645 \end_inset
43646
43647
43648 \begin_inset ERT
43649 status collapsed
43650
43651 \begin_layout Plain Layout
43652
43653 }
43654 \end_layout
43655
43656 \end_inset
43657
43658  CarnationPink
43659 \end_layout
43660
43661 \end_inset
43662 </cell>
43663 <cell alignment="left" valignment="top" usebox="none">
43664 \begin_inset Text
43665
43666 \begin_layout Plain Layout
43667 \begin_inset ERT
43668 status collapsed
43669
43670 \begin_layout Plain Layout
43671
43672
43673 \backslash
43674 fcolorbox{black}{
43675 \end_layout
43676
43677 \end_inset
43678
43679 Cerulean
43680 \begin_inset ERT
43681 status collapsed
43682
43683 \begin_layout Plain Layout
43684
43685 }{
43686 \end_layout
43687
43688 \end_inset
43689
43690
43691 \begin_inset Phantom Phantom
43692 status open
43693
43694 \begin_layout Plain Layout
43695 W
43696 \end_layout
43697
43698 \end_inset
43699
43700
43701 \begin_inset ERT
43702 status collapsed
43703
43704 \begin_layout Plain Layout
43705
43706 }
43707 \end_layout
43708
43709 \end_inset
43710
43711  Cerulean
43712 \end_layout
43713
43714 \end_inset
43715 </cell>
43716 <cell alignment="left" valignment="top" usebox="none">
43717 \begin_inset Text
43718
43719 \begin_layout Plain Layout
43720 \begin_inset ERT
43721 status collapsed
43722
43723 \begin_layout Plain Layout
43724
43725
43726 \backslash
43727 fcolorbox{black}{
43728 \end_layout
43729
43730 \end_inset
43731
43732 CornflowerBlue
43733 \begin_inset ERT
43734 status collapsed
43735
43736 \begin_layout Plain Layout
43737
43738 }{
43739 \end_layout
43740
43741 \end_inset
43742
43743
43744 \begin_inset Phantom Phantom
43745 status open
43746
43747 \begin_layout Plain Layout
43748 W
43749 \end_layout
43750
43751 \end_inset
43752
43753
43754 \begin_inset ERT
43755 status collapsed
43756
43757 \begin_layout Plain Layout
43758
43759 }
43760 \end_layout
43761
43762 \end_inset
43763
43764  CornflowerBlue
43765 \end_layout
43766
43767 \end_inset
43768 </cell>
43769 </row>
43770 <row>
43771 <cell alignment="left" valignment="top" usebox="none">
43772 \begin_inset Text
43773
43774 \begin_layout Plain Layout
43775 \begin_inset ERT
43776 status collapsed
43777
43778 \begin_layout Plain Layout
43779
43780
43781 \backslash
43782 fcolorbox{black}{
43783 \end_layout
43784
43785 \end_inset
43786
43787 Dandelion
43788 \begin_inset ERT
43789 status collapsed
43790
43791 \begin_layout Plain Layout
43792
43793 }{
43794 \end_layout
43795
43796 \end_inset
43797
43798
43799 \begin_inset Phantom Phantom
43800 status open
43801
43802 \begin_layout Plain Layout
43803 W
43804 \end_layout
43805
43806 \end_inset
43807
43808
43809 \begin_inset ERT
43810 status collapsed
43811
43812 \begin_layout Plain Layout
43813
43814 }
43815 \end_layout
43816
43817 \end_inset
43818
43819  Dandelion
43820 \end_layout
43821
43822 \end_inset
43823 </cell>
43824 <cell alignment="left" valignment="top" usebox="none">
43825 \begin_inset Text
43826
43827 \begin_layout Plain Layout
43828 \begin_inset ERT
43829 status collapsed
43830
43831 \begin_layout Plain Layout
43832
43833
43834 \backslash
43835 fcolorbox{black}{
43836 \end_layout
43837
43838 \end_inset
43839
43840 DarkOrchid
43841 \begin_inset ERT
43842 status collapsed
43843
43844 \begin_layout Plain Layout
43845
43846 }{
43847 \end_layout
43848
43849 \end_inset
43850
43851
43852 \begin_inset Phantom Phantom
43853 status open
43854
43855 \begin_layout Plain Layout
43856 W
43857 \end_layout
43858
43859 \end_inset
43860
43861
43862 \begin_inset ERT
43863 status collapsed
43864
43865 \begin_layout Plain Layout
43866
43867 }
43868 \end_layout
43869
43870 \end_inset
43871
43872  DarkOrchid
43873 \end_layout
43874
43875 \end_inset
43876 </cell>
43877 <cell alignment="left" valignment="top" usebox="none">
43878 \begin_inset Text
43879
43880 \begin_layout Plain Layout
43881 \begin_inset ERT
43882 status collapsed
43883
43884 \begin_layout Plain Layout
43885
43886
43887 \backslash
43888 fcolorbox{black}{
43889 \end_layout
43890
43891 \end_inset
43892
43893 Emerald
43894 \begin_inset ERT
43895 status collapsed
43896
43897 \begin_layout Plain Layout
43898
43899 }{
43900 \end_layout
43901
43902 \end_inset
43903
43904
43905 \begin_inset Phantom Phantom
43906 status open
43907
43908 \begin_layout Plain Layout
43909 W
43910 \end_layout
43911
43912 \end_inset
43913
43914
43915 \begin_inset ERT
43916 status collapsed
43917
43918 \begin_layout Plain Layout
43919
43920 }
43921 \end_layout
43922
43923 \end_inset
43924
43925  Emerald
43926 \end_layout
43927
43928 \end_inset
43929 </cell>
43930 <cell alignment="left" valignment="top" usebox="none">
43931 \begin_inset Text
43932
43933 \begin_layout Plain Layout
43934 \begin_inset ERT
43935 status collapsed
43936
43937 \begin_layout Plain Layout
43938
43939
43940 \backslash
43941 fcolorbox{black}{
43942 \end_layout
43943
43944 \end_inset
43945
43946 ForestGreen
43947 \begin_inset ERT
43948 status collapsed
43949
43950 \begin_layout Plain Layout
43951
43952 }{
43953 \end_layout
43954
43955 \end_inset
43956
43957
43958 \begin_inset Phantom Phantom
43959 status open
43960
43961 \begin_layout Plain Layout
43962 W
43963 \end_layout
43964
43965 \end_inset
43966
43967
43968 \begin_inset ERT
43969 status collapsed
43970
43971 \begin_layout Plain Layout
43972
43973 }
43974 \end_layout
43975
43976 \end_inset
43977
43978  ForestGreen
43979 \end_layout
43980
43981 \end_inset
43982 </cell>
43983 </row>
43984 <row>
43985 <cell alignment="left" valignment="top" usebox="none">
43986 \begin_inset Text
43987
43988 \begin_layout Plain Layout
43989 \begin_inset ERT
43990 status collapsed
43991
43992 \begin_layout Plain Layout
43993
43994
43995 \backslash
43996 fcolorbox{black}{
43997 \end_layout
43998
43999 \end_inset
44000
44001 Fuchsia
44002 \begin_inset ERT
44003 status collapsed
44004
44005 \begin_layout Plain Layout
44006
44007 }{
44008 \end_layout
44009
44010 \end_inset
44011
44012
44013 \begin_inset Phantom Phantom
44014 status open
44015
44016 \begin_layout Plain Layout
44017 W
44018 \end_layout
44019
44020 \end_inset
44021
44022
44023 \begin_inset ERT
44024 status collapsed
44025
44026 \begin_layout Plain Layout
44027
44028 }
44029 \end_layout
44030
44031 \end_inset
44032
44033  Fuchsia
44034 \end_layout
44035
44036 \end_inset
44037 </cell>
44038 <cell alignment="left" valignment="top" usebox="none">
44039 \begin_inset Text
44040
44041 \begin_layout Plain Layout
44042 \begin_inset ERT
44043 status collapsed
44044
44045 \begin_layout Plain Layout
44046
44047
44048 \backslash
44049 fcolorbox{black}{
44050 \end_layout
44051
44052 \end_inset
44053
44054 Goldenrod
44055 \begin_inset ERT
44056 status collapsed
44057
44058 \begin_layout Plain Layout
44059
44060 }{
44061 \end_layout
44062
44063 \end_inset
44064
44065
44066 \begin_inset Phantom Phantom
44067 status open
44068
44069 \begin_layout Plain Layout
44070 W
44071 \end_layout
44072
44073 \end_inset
44074
44075
44076 \begin_inset ERT
44077 status collapsed
44078
44079 \begin_layout Plain Layout
44080
44081 }
44082 \end_layout
44083
44084 \end_inset
44085
44086  Goldenrod
44087 \end_layout
44088
44089 \end_inset
44090 </cell>
44091 <cell alignment="left" valignment="top" usebox="none">
44092 \begin_inset Text
44093
44094 \begin_layout Plain Layout
44095 \begin_inset ERT
44096 status collapsed
44097
44098 \begin_layout Plain Layout
44099
44100
44101 \backslash
44102 fcolorbox{black}{
44103 \end_layout
44104
44105 \end_inset
44106
44107 Gray
44108 \begin_inset ERT
44109 status collapsed
44110
44111 \begin_layout Plain Layout
44112
44113 }{
44114 \end_layout
44115
44116 \end_inset
44117
44118
44119 \begin_inset Phantom Phantom
44120 status open
44121
44122 \begin_layout Plain Layout
44123 W
44124 \end_layout
44125
44126 \end_inset
44127
44128
44129 \begin_inset ERT
44130 status collapsed
44131
44132 \begin_layout Plain Layout
44133
44134 }
44135 \end_layout
44136
44137 \end_inset
44138
44139  Gray
44140 \end_layout
44141
44142 \end_inset
44143 </cell>
44144 <cell alignment="left" valignment="top" usebox="none">
44145 \begin_inset Text
44146
44147 \begin_layout Plain Layout
44148 \begin_inset ERT
44149 status collapsed
44150
44151 \begin_layout Plain Layout
44152
44153
44154 \backslash
44155 fcolorbox{black}{
44156 \end_layout
44157
44158 \end_inset
44159
44160 GreenYellow
44161 \begin_inset ERT
44162 status collapsed
44163
44164 \begin_layout Plain Layout
44165
44166 }{
44167 \end_layout
44168
44169 \end_inset
44170
44171
44172 \begin_inset Phantom Phantom
44173 status open
44174
44175 \begin_layout Plain Layout
44176 W
44177 \end_layout
44178
44179 \end_inset
44180
44181
44182 \begin_inset ERT
44183 status collapsed
44184
44185 \begin_layout Plain Layout
44186
44187 }
44188 \end_layout
44189
44190 \end_inset
44191
44192  GreenYellow
44193 \end_layout
44194
44195 \end_inset
44196 </cell>
44197 </row>
44198 <row>
44199 <cell alignment="center" valignment="top" usebox="none">
44200 \begin_inset Text
44201
44202 \begin_layout Plain Layout
44203 \begin_inset ERT
44204 status collapsed
44205
44206 \begin_layout Plain Layout
44207
44208
44209 \backslash
44210 fcolorbox{black}{
44211 \end_layout
44212
44213 \end_inset
44214
44215 JungleGreen
44216 \begin_inset ERT
44217 status collapsed
44218
44219 \begin_layout Plain Layout
44220
44221 }{
44222 \end_layout
44223
44224 \end_inset
44225
44226
44227 \begin_inset Phantom Phantom
44228 status open
44229
44230 \begin_layout Plain Layout
44231 W
44232 \end_layout
44233
44234 \end_inset
44235
44236
44237 \begin_inset ERT
44238 status collapsed
44239
44240 \begin_layout Plain Layout
44241
44242 }
44243 \end_layout
44244
44245 \end_inset
44246
44247  JungleGreen
44248 \end_layout
44249
44250 \end_inset
44251 </cell>
44252 <cell alignment="center" valignment="top" usebox="none">
44253 \begin_inset Text
44254
44255 \begin_layout Plain Layout
44256 \begin_inset ERT
44257 status collapsed
44258
44259 \begin_layout Plain Layout
44260
44261
44262 \backslash
44263 fcolorbox{black}{
44264 \end_layout
44265
44266 \end_inset
44267
44268 Lavender
44269 \begin_inset ERT
44270 status collapsed
44271
44272 \begin_layout Plain Layout
44273
44274 }{
44275 \end_layout
44276
44277 \end_inset
44278
44279
44280 \begin_inset Phantom Phantom
44281 status open
44282
44283 \begin_layout Plain Layout
44284 W
44285 \end_layout
44286
44287 \end_inset
44288
44289
44290 \begin_inset ERT
44291 status collapsed
44292
44293 \begin_layout Plain Layout
44294
44295 }
44296 \end_layout
44297
44298 \end_inset
44299
44300  Lavender
44301 \end_layout
44302
44303 \end_inset
44304 </cell>
44305 <cell alignment="center" valignment="top" usebox="none">
44306 \begin_inset Text
44307
44308 \begin_layout Plain Layout
44309 \begin_inset ERT
44310 status collapsed
44311
44312 \begin_layout Plain Layout
44313
44314
44315 \backslash
44316 fcolorbox{black}{
44317 \end_layout
44318
44319 \end_inset
44320
44321 LimeGreen
44322 \begin_inset ERT
44323 status collapsed
44324
44325 \begin_layout Plain Layout
44326
44327 }{
44328 \end_layout
44329
44330 \end_inset
44331
44332
44333 \begin_inset Phantom Phantom
44334 status open
44335
44336 \begin_layout Plain Layout
44337 W
44338 \end_layout
44339
44340 \end_inset
44341
44342
44343 \begin_inset ERT
44344 status collapsed
44345
44346 \begin_layout Plain Layout
44347
44348 }
44349 \end_layout
44350
44351 \end_inset
44352
44353  LimeGreen
44354 \end_layout
44355
44356 \end_inset
44357 </cell>
44358 <cell alignment="center" valignment="top" usebox="none">
44359 \begin_inset Text
44360
44361 \begin_layout Plain Layout
44362 \begin_inset ERT
44363 status collapsed
44364
44365 \begin_layout Plain Layout
44366
44367
44368 \backslash
44369 fcolorbox{black}{
44370 \end_layout
44371
44372 \end_inset
44373
44374 Mahogany
44375 \begin_inset ERT
44376 status collapsed
44377
44378 \begin_layout Plain Layout
44379
44380 }{
44381 \end_layout
44382
44383 \end_inset
44384
44385
44386 \begin_inset Phantom Phantom
44387 status open
44388
44389 \begin_layout Plain Layout
44390 W
44391 \end_layout
44392
44393 \end_inset
44394
44395
44396 \begin_inset ERT
44397 status collapsed
44398
44399 \begin_layout Plain Layout
44400
44401 }
44402 \end_layout
44403
44404 \end_inset
44405
44406  Mahogany
44407 \end_layout
44408
44409 \end_inset
44410 </cell>
44411 </row>
44412 <row>
44413 <cell alignment="left" valignment="top" usebox="none">
44414 \begin_inset Text
44415
44416 \begin_layout Plain Layout
44417 \begin_inset ERT
44418 status collapsed
44419
44420 \begin_layout Plain Layout
44421
44422
44423 \backslash
44424 fcolorbox{black}{
44425 \end_layout
44426
44427 \end_inset
44428
44429 Mahogany
44430 \begin_inset ERT
44431 status collapsed
44432
44433 \begin_layout Plain Layout
44434
44435 }{
44436 \end_layout
44437
44438 \end_inset
44439
44440
44441 \begin_inset Phantom Phantom
44442 status open
44443
44444 \begin_layout Plain Layout
44445 W
44446 \end_layout
44447
44448 \end_inset
44449
44450
44451 \begin_inset ERT
44452 status collapsed
44453
44454 \begin_layout Plain Layout
44455
44456 }
44457 \end_layout
44458
44459 \end_inset
44460
44461  Mahogany
44462 \end_layout
44463
44464 \end_inset
44465 </cell>
44466 <cell alignment="left" valignment="top" usebox="none">
44467 \begin_inset Text
44468
44469 \begin_layout Plain Layout
44470 \begin_inset ERT
44471 status collapsed
44472
44473 \begin_layout Plain Layout
44474
44475
44476 \backslash
44477 fcolorbox{black}{
44478 \end_layout
44479
44480 \end_inset
44481
44482 Maroon
44483 \begin_inset ERT
44484 status collapsed
44485
44486 \begin_layout Plain Layout
44487
44488 }{
44489 \end_layout
44490
44491 \end_inset
44492
44493
44494 \begin_inset Phantom Phantom
44495 status open
44496
44497 \begin_layout Plain Layout
44498 W
44499 \end_layout
44500
44501 \end_inset
44502
44503
44504 \begin_inset ERT
44505 status collapsed
44506
44507 \begin_layout Plain Layout
44508
44509 }
44510 \end_layout
44511
44512 \end_inset
44513
44514  Maroon
44515 \end_layout
44516
44517 \end_inset
44518 </cell>
44519 <cell alignment="left" valignment="top" usebox="none">
44520 \begin_inset Text
44521
44522 \begin_layout Plain Layout
44523 \begin_inset ERT
44524 status collapsed
44525
44526 \begin_layout Plain Layout
44527
44528
44529 \backslash
44530 fcolorbox{black}{
44531 \end_layout
44532
44533 \end_inset
44534
44535 Melon
44536 \begin_inset ERT
44537 status collapsed
44538
44539 \begin_layout Plain Layout
44540
44541 }{
44542 \end_layout
44543
44544 \end_inset
44545
44546
44547 \begin_inset Phantom Phantom
44548 status open
44549
44550 \begin_layout Plain Layout
44551 W
44552 \end_layout
44553
44554 \end_inset
44555
44556
44557 \begin_inset ERT
44558 status collapsed
44559
44560 \begin_layout Plain Layout
44561
44562 }
44563 \end_layout
44564
44565 \end_inset
44566
44567  Melon
44568 \end_layout
44569
44570 \end_inset
44571 </cell>
44572 <cell alignment="left" valignment="top" usebox="none">
44573 \begin_inset Text
44574
44575 \begin_layout Plain Layout
44576 \begin_inset ERT
44577 status collapsed
44578
44579 \begin_layout Plain Layout
44580
44581
44582 \backslash
44583 fcolorbox{black}{
44584 \end_layout
44585
44586 \end_inset
44587
44588 MidnightBlue
44589 \begin_inset ERT
44590 status collapsed
44591
44592 \begin_layout Plain Layout
44593
44594 }{
44595 \end_layout
44596
44597 \end_inset
44598
44599
44600 \begin_inset Phantom Phantom
44601 status open
44602
44603 \begin_layout Plain Layout
44604 W
44605 \end_layout
44606
44607 \end_inset
44608
44609
44610 \begin_inset ERT
44611 status collapsed
44612
44613 \begin_layout Plain Layout
44614
44615 }
44616 \end_layout
44617
44618 \end_inset
44619
44620  MidnightBlue
44621 \end_layout
44622
44623 \end_inset
44624 </cell>
44625 </row>
44626 <row>
44627 <cell alignment="left" valignment="top" usebox="none">
44628 \begin_inset Text
44629
44630 \begin_layout Plain Layout
44631 \begin_inset ERT
44632 status collapsed
44633
44634 \begin_layout Plain Layout
44635
44636
44637 \backslash
44638 fcolorbox{black}{
44639 \end_layout
44640
44641 \end_inset
44642
44643 Mulberry
44644 \begin_inset ERT
44645 status collapsed
44646
44647 \begin_layout Plain Layout
44648
44649 }{
44650 \end_layout
44651
44652 \end_inset
44653
44654
44655 \begin_inset Phantom Phantom
44656 status open
44657
44658 \begin_layout Plain Layout
44659 W
44660 \end_layout
44661
44662 \end_inset
44663
44664
44665 \begin_inset ERT
44666 status collapsed
44667
44668 \begin_layout Plain Layout
44669
44670 }
44671 \end_layout
44672
44673 \end_inset
44674
44675  Mulberry
44676 \end_layout
44677
44678 \end_inset
44679 </cell>
44680 <cell alignment="left" valignment="top" usebox="none">
44681 \begin_inset Text
44682
44683 \begin_layout Plain Layout
44684 \begin_inset ERT
44685 status collapsed
44686
44687 \begin_layout Plain Layout
44688
44689
44690 \backslash
44691 fcolorbox{black}{
44692 \end_layout
44693
44694 \end_inset
44695
44696 NavyBlue
44697 \begin_inset ERT
44698 status collapsed
44699
44700 \begin_layout Plain Layout
44701
44702 }{
44703 \end_layout
44704
44705 \end_inset
44706
44707
44708 \begin_inset Phantom Phantom
44709 status open
44710
44711 \begin_layout Plain Layout
44712 W
44713 \end_layout
44714
44715 \end_inset
44716
44717
44718 \begin_inset ERT
44719 status collapsed
44720
44721 \begin_layout Plain Layout
44722
44723 }
44724 \end_layout
44725
44726 \end_inset
44727
44728  NavyBlue
44729 \end_layout
44730
44731 \end_inset
44732 </cell>
44733 <cell alignment="left" valignment="top" usebox="none">
44734 \begin_inset Text
44735
44736 \begin_layout Plain Layout
44737 \begin_inset ERT
44738 status collapsed
44739
44740 \begin_layout Plain Layout
44741
44742
44743 \backslash
44744 fcolorbox{black}{
44745 \end_layout
44746
44747 \end_inset
44748
44749 OliveGreen
44750 \begin_inset ERT
44751 status collapsed
44752
44753 \begin_layout Plain Layout
44754
44755 }{
44756 \end_layout
44757
44758 \end_inset
44759
44760
44761 \begin_inset Phantom Phantom
44762 status open
44763
44764 \begin_layout Plain Layout
44765 W
44766 \end_layout
44767
44768 \end_inset
44769
44770
44771 \begin_inset ERT
44772 status collapsed
44773
44774 \begin_layout Plain Layout
44775
44776 }
44777 \end_layout
44778
44779 \end_inset
44780
44781  OliveGreen
44782 \end_layout
44783
44784 \end_inset
44785 </cell>
44786 <cell alignment="left" valignment="top" usebox="none">
44787 \begin_inset Text
44788
44789 \begin_layout Plain Layout
44790 \begin_inset ERT
44791 status collapsed
44792
44793 \begin_layout Plain Layout
44794
44795
44796 \backslash
44797 fcolorbox{black}{
44798 \end_layout
44799
44800 \end_inset
44801
44802 Orange
44803 \begin_inset ERT
44804 status collapsed
44805
44806 \begin_layout Plain Layout
44807
44808 }{
44809 \end_layout
44810
44811 \end_inset
44812
44813
44814 \begin_inset Phantom Phantom
44815 status open
44816
44817 \begin_layout Plain Layout
44818 W
44819 \end_layout
44820
44821 \end_inset
44822
44823
44824 \begin_inset ERT
44825 status collapsed
44826
44827 \begin_layout Plain Layout
44828
44829 }
44830 \end_layout
44831
44832 \end_inset
44833
44834  Orange
44835 \end_layout
44836
44837 \end_inset
44838 </cell>
44839 </row>
44840 <row>
44841 <cell alignment="left" valignment="top" usebox="none">
44842 \begin_inset Text
44843
44844 \begin_layout Plain Layout
44845 \begin_inset ERT
44846 status collapsed
44847
44848 \begin_layout Plain Layout
44849
44850
44851 \backslash
44852 fcolorbox{black}{
44853 \end_layout
44854
44855 \end_inset
44856
44857 OrangeRed
44858 \begin_inset ERT
44859 status collapsed
44860
44861 \begin_layout Plain Layout
44862
44863 }{
44864 \end_layout
44865
44866 \end_inset
44867
44868
44869 \begin_inset Phantom Phantom
44870 status open
44871
44872 \begin_layout Plain Layout
44873 W
44874 \end_layout
44875
44876 \end_inset
44877
44878
44879 \begin_inset ERT
44880 status collapsed
44881
44882 \begin_layout Plain Layout
44883
44884 }
44885 \end_layout
44886
44887 \end_inset
44888
44889  OrangeRed
44890 \end_layout
44891
44892 \end_inset
44893 </cell>
44894 <cell alignment="left" valignment="top" usebox="none">
44895 \begin_inset Text
44896
44897 \begin_layout Plain Layout
44898 \begin_inset ERT
44899 status collapsed
44900
44901 \begin_layout Plain Layout
44902
44903
44904 \backslash
44905 fcolorbox{black}{
44906 \end_layout
44907
44908 \end_inset
44909
44910 Orchid
44911 \begin_inset ERT
44912 status collapsed
44913
44914 \begin_layout Plain Layout
44915
44916 }{
44917 \end_layout
44918
44919 \end_inset
44920
44921
44922 \begin_inset Phantom Phantom
44923 status open
44924
44925 \begin_layout Plain Layout
44926 W
44927 \end_layout
44928
44929 \end_inset
44930
44931
44932 \begin_inset ERT
44933 status collapsed
44934
44935 \begin_layout Plain Layout
44936
44937 }
44938 \end_layout
44939
44940 \end_inset
44941
44942  Orchid
44943 \end_layout
44944
44945 \end_inset
44946 </cell>
44947 <cell alignment="left" valignment="top" usebox="none">
44948 \begin_inset Text
44949
44950 \begin_layout Plain Layout
44951 \begin_inset ERT
44952 status collapsed
44953
44954 \begin_layout Plain Layout
44955
44956
44957 \backslash
44958 fcolorbox{black}{
44959 \end_layout
44960
44961 \end_inset
44962
44963 Peach
44964 \begin_inset ERT
44965 status collapsed
44966
44967 \begin_layout Plain Layout
44968
44969 }{
44970 \end_layout
44971
44972 \end_inset
44973
44974
44975 \begin_inset Phantom Phantom
44976 status open
44977
44978 \begin_layout Plain Layout
44979 W
44980 \end_layout
44981
44982 \end_inset
44983
44984
44985 \begin_inset ERT
44986 status collapsed
44987
44988 \begin_layout Plain Layout
44989
44990 }
44991 \end_layout
44992
44993 \end_inset
44994
44995  Peach
44996 \end_layout
44997
44998 \end_inset
44999 </cell>
45000 <cell alignment="left" valignment="top" usebox="none">
45001 \begin_inset Text
45002
45003 \begin_layout Plain Layout
45004 \begin_inset ERT
45005 status collapsed
45006
45007 \begin_layout Plain Layout
45008
45009
45010 \backslash
45011 fcolorbox{black}{
45012 \end_layout
45013
45014 \end_inset
45015
45016 Periwinkle
45017 \begin_inset ERT
45018 status collapsed
45019
45020 \begin_layout Plain Layout
45021
45022 }{
45023 \end_layout
45024
45025 \end_inset
45026
45027
45028 \begin_inset Phantom Phantom
45029 status open
45030
45031 \begin_layout Plain Layout
45032 W
45033 \end_layout
45034
45035 \end_inset
45036
45037
45038 \begin_inset ERT
45039 status collapsed
45040
45041 \begin_layout Plain Layout
45042
45043 }
45044 \end_layout
45045
45046 \end_inset
45047
45048  Periwinkle
45049 \end_layout
45050
45051 \end_inset
45052 </cell>
45053 </row>
45054 <row>
45055 <cell alignment="left" valignment="top" usebox="none">
45056 \begin_inset Text
45057
45058 \begin_layout Plain Layout
45059 \begin_inset ERT
45060 status collapsed
45061
45062 \begin_layout Plain Layout
45063
45064
45065 \backslash
45066 fcolorbox{black}{
45067 \end_layout
45068
45069 \end_inset
45070
45071 PineGreen
45072 \begin_inset ERT
45073 status collapsed
45074
45075 \begin_layout Plain Layout
45076
45077 }{
45078 \end_layout
45079
45080 \end_inset
45081
45082
45083 \begin_inset Phantom Phantom
45084 status open
45085
45086 \begin_layout Plain Layout
45087 W
45088 \end_layout
45089
45090 \end_inset
45091
45092
45093 \begin_inset ERT
45094 status collapsed
45095
45096 \begin_layout Plain Layout
45097
45098 }
45099 \end_layout
45100
45101 \end_inset
45102
45103  PineGreen
45104 \end_layout
45105
45106 \end_inset
45107 </cell>
45108 <cell alignment="left" valignment="top" usebox="none">
45109 \begin_inset Text
45110
45111 \begin_layout Plain Layout
45112 \begin_inset ERT
45113 status collapsed
45114
45115 \begin_layout Plain Layout
45116
45117
45118 \backslash
45119 fcolorbox{black}{
45120 \end_layout
45121
45122 \end_inset
45123
45124 Plum
45125 \begin_inset ERT
45126 status collapsed
45127
45128 \begin_layout Plain Layout
45129
45130 }{
45131 \end_layout
45132
45133 \end_inset
45134
45135
45136 \begin_inset Phantom Phantom
45137 status open
45138
45139 \begin_layout Plain Layout
45140 W
45141 \end_layout
45142
45143 \end_inset
45144
45145
45146 \begin_inset ERT
45147 status collapsed
45148
45149 \begin_layout Plain Layout
45150
45151 }
45152 \end_layout
45153
45154 \end_inset
45155
45156  Plum
45157 \end_layout
45158
45159 \end_inset
45160 </cell>
45161 <cell alignment="left" valignment="top" usebox="none">
45162 \begin_inset Text
45163
45164 \begin_layout Plain Layout
45165 \begin_inset ERT
45166 status collapsed
45167
45168 \begin_layout Plain Layout
45169
45170
45171 \backslash
45172 fcolorbox{black}{
45173 \end_layout
45174
45175 \end_inset
45176
45177 ProcessBlue
45178 \begin_inset ERT
45179 status collapsed
45180
45181 \begin_layout Plain Layout
45182
45183 }{
45184 \end_layout
45185
45186 \end_inset
45187
45188
45189 \begin_inset Phantom Phantom
45190 status open
45191
45192 \begin_layout Plain Layout
45193 W
45194 \end_layout
45195
45196 \end_inset
45197
45198
45199 \begin_inset ERT
45200 status collapsed
45201
45202 \begin_layout Plain Layout
45203
45204 }
45205 \end_layout
45206
45207 \end_inset
45208
45209  ProcessBlue
45210 \end_layout
45211
45212 \end_inset
45213 </cell>
45214 <cell alignment="left" valignment="top" usebox="none">
45215 \begin_inset Text
45216
45217 \begin_layout Plain Layout
45218 \begin_inset ERT
45219 status collapsed
45220
45221 \begin_layout Plain Layout
45222
45223
45224 \backslash
45225 fcolorbox{black}{
45226 \end_layout
45227
45228 \end_inset
45229
45230 Purple
45231 \begin_inset ERT
45232 status collapsed
45233
45234 \begin_layout Plain Layout
45235
45236 }{
45237 \end_layout
45238
45239 \end_inset
45240
45241
45242 \begin_inset Phantom Phantom
45243 status open
45244
45245 \begin_layout Plain Layout
45246 W
45247 \end_layout
45248
45249 \end_inset
45250
45251
45252 \begin_inset ERT
45253 status collapsed
45254
45255 \begin_layout Plain Layout
45256
45257 }
45258 \end_layout
45259
45260 \end_inset
45261
45262  Purple
45263 \end_layout
45264
45265 \end_inset
45266 </cell>
45267 </row>
45268 <row>
45269 <cell alignment="left" valignment="top" usebox="none">
45270 \begin_inset Text
45271
45272 \begin_layout Plain Layout
45273 \begin_inset ERT
45274 status collapsed
45275
45276 \begin_layout Plain Layout
45277
45278
45279 \backslash
45280 fcolorbox{black}{
45281 \end_layout
45282
45283 \end_inset
45284
45285 RawSienna
45286 \begin_inset ERT
45287 status collapsed
45288
45289 \begin_layout Plain Layout
45290
45291 }{
45292 \end_layout
45293
45294 \end_inset
45295
45296
45297 \begin_inset Phantom Phantom
45298 status open
45299
45300 \begin_layout Plain Layout
45301 W
45302 \end_layout
45303
45304 \end_inset
45305
45306
45307 \begin_inset ERT
45308 status collapsed
45309
45310 \begin_layout Plain Layout
45311
45312 }
45313 \end_layout
45314
45315 \end_inset
45316
45317  RawSienna
45318 \end_layout
45319
45320 \end_inset
45321 </cell>
45322 <cell alignment="left" valignment="top" usebox="none">
45323 \begin_inset Text
45324
45325 \begin_layout Plain Layout
45326 \begin_inset ERT
45327 status collapsed
45328
45329 \begin_layout Plain Layout
45330
45331
45332 \backslash
45333 fcolorbox{black}{
45334 \end_layout
45335
45336 \end_inset
45337
45338 RedOrange
45339 \begin_inset ERT
45340 status collapsed
45341
45342 \begin_layout Plain Layout
45343
45344 }{
45345 \end_layout
45346
45347 \end_inset
45348
45349
45350 \begin_inset Phantom Phantom
45351 status open
45352
45353 \begin_layout Plain Layout
45354 W
45355 \end_layout
45356
45357 \end_inset
45358
45359
45360 \begin_inset ERT
45361 status collapsed
45362
45363 \begin_layout Plain Layout
45364
45365 }
45366 \end_layout
45367
45368 \end_inset
45369
45370  RedOrange
45371 \end_layout
45372
45373 \end_inset
45374 </cell>
45375 <cell alignment="left" valignment="top" usebox="none">
45376 \begin_inset Text
45377
45378 \begin_layout Plain Layout
45379 \begin_inset ERT
45380 status collapsed
45381
45382 \begin_layout Plain Layout
45383
45384
45385 \backslash
45386 fcolorbox{black}{
45387 \end_layout
45388
45389 \end_inset
45390
45391 RedViolet
45392 \begin_inset ERT
45393 status collapsed
45394
45395 \begin_layout Plain Layout
45396
45397 }{
45398 \end_layout
45399
45400 \end_inset
45401
45402
45403 \begin_inset Phantom Phantom
45404 status open
45405
45406 \begin_layout Plain Layout
45407 W
45408 \end_layout
45409
45410 \end_inset
45411
45412
45413 \begin_inset ERT
45414 status collapsed
45415
45416 \begin_layout Plain Layout
45417
45418 }
45419 \end_layout
45420
45421 \end_inset
45422
45423  RedViolet
45424 \end_layout
45425
45426 \end_inset
45427 </cell>
45428 <cell alignment="left" valignment="top" usebox="none">
45429 \begin_inset Text
45430
45431 \begin_layout Plain Layout
45432 \begin_inset ERT
45433 status collapsed
45434
45435 \begin_layout Plain Layout
45436
45437
45438 \backslash
45439 fcolorbox{black}{
45440 \end_layout
45441
45442 \end_inset
45443
45444 Rhodamine
45445 \begin_inset ERT
45446 status collapsed
45447
45448 \begin_layout Plain Layout
45449
45450 }{
45451 \end_layout
45452
45453 \end_inset
45454
45455
45456 \begin_inset Phantom Phantom
45457 status open
45458
45459 \begin_layout Plain Layout
45460 W
45461 \end_layout
45462
45463 \end_inset
45464
45465
45466 \begin_inset ERT
45467 status collapsed
45468
45469 \begin_layout Plain Layout
45470
45471 }
45472 \end_layout
45473
45474 \end_inset
45475
45476  Rhodamine
45477 \end_layout
45478
45479 \end_inset
45480 </cell>
45481 </row>
45482 <row>
45483 <cell alignment="left" valignment="top" usebox="none">
45484 \begin_inset Text
45485
45486 \begin_layout Plain Layout
45487 \begin_inset ERT
45488 status collapsed
45489
45490 \begin_layout Plain Layout
45491
45492
45493 \backslash
45494 fcolorbox{black}{
45495 \end_layout
45496
45497 \end_inset
45498
45499 RoyalBlue
45500 \begin_inset ERT
45501 status collapsed
45502
45503 \begin_layout Plain Layout
45504
45505 }{
45506 \end_layout
45507
45508 \end_inset
45509
45510
45511 \begin_inset Phantom Phantom
45512 status open
45513
45514 \begin_layout Plain Layout
45515 W
45516 \end_layout
45517
45518 \end_inset
45519
45520
45521 \begin_inset ERT
45522 status collapsed
45523
45524 \begin_layout Plain Layout
45525
45526 }
45527 \end_layout
45528
45529 \end_inset
45530
45531  RoyalBlue
45532 \end_layout
45533
45534 \end_inset
45535 </cell>
45536 <cell alignment="left" valignment="top" usebox="none">
45537 \begin_inset Text
45538
45539 \begin_layout Plain Layout
45540 \begin_inset ERT
45541 status collapsed
45542
45543 \begin_layout Plain Layout
45544
45545
45546 \backslash
45547 fcolorbox{black}{
45548 \end_layout
45549
45550 \end_inset
45551
45552 RoyalPurple
45553 \begin_inset ERT
45554 status collapsed
45555
45556 \begin_layout Plain Layout
45557
45558 }{
45559 \end_layout
45560
45561 \end_inset
45562
45563
45564 \begin_inset Phantom Phantom
45565 status open
45566
45567 \begin_layout Plain Layout
45568 W
45569 \end_layout
45570
45571 \end_inset
45572
45573
45574 \begin_inset ERT
45575 status collapsed
45576
45577 \begin_layout Plain Layout
45578
45579 }
45580 \end_layout
45581
45582 \end_inset
45583
45584  RoyalPurple
45585 \end_layout
45586
45587 \end_inset
45588 </cell>
45589 <cell alignment="left" valignment="top" usebox="none">
45590 \begin_inset Text
45591
45592 \begin_layout Plain Layout
45593 \begin_inset ERT
45594 status collapsed
45595
45596 \begin_layout Plain Layout
45597
45598
45599 \backslash
45600 fcolorbox{black}{
45601 \end_layout
45602
45603 \end_inset
45604
45605 RubineRed
45606 \begin_inset ERT
45607 status collapsed
45608
45609 \begin_layout Plain Layout
45610
45611 }{
45612 \end_layout
45613
45614 \end_inset
45615
45616
45617 \begin_inset Phantom Phantom
45618 status open
45619
45620 \begin_layout Plain Layout
45621 W
45622 \end_layout
45623
45624 \end_inset
45625
45626
45627 \begin_inset ERT
45628 status collapsed
45629
45630 \begin_layout Plain Layout
45631
45632 }
45633 \end_layout
45634
45635 \end_inset
45636
45637  RubineRed
45638 \end_layout
45639
45640 \end_inset
45641 </cell>
45642 <cell alignment="left" valignment="top" usebox="none">
45643 \begin_inset Text
45644
45645 \begin_layout Plain Layout
45646 \begin_inset ERT
45647 status collapsed
45648
45649 \begin_layout Plain Layout
45650
45651
45652 \backslash
45653 fcolorbox{black}{
45654 \end_layout
45655
45656 \end_inset
45657
45658 Salmon
45659 \begin_inset ERT
45660 status collapsed
45661
45662 \begin_layout Plain Layout
45663
45664 }{
45665 \end_layout
45666
45667 \end_inset
45668
45669
45670 \begin_inset Phantom Phantom
45671 status open
45672
45673 \begin_layout Plain Layout
45674 W
45675 \end_layout
45676
45677 \end_inset
45678
45679
45680 \begin_inset ERT
45681 status collapsed
45682
45683 \begin_layout Plain Layout
45684
45685 }
45686 \end_layout
45687
45688 \end_inset
45689
45690  Salmon
45691 \end_layout
45692
45693 \end_inset
45694 </cell>
45695 </row>
45696 <row>
45697 <cell alignment="left" valignment="top" usebox="none">
45698 \begin_inset Text
45699
45700 \begin_layout Plain Layout
45701 \begin_inset ERT
45702 status collapsed
45703
45704 \begin_layout Plain Layout
45705
45706
45707 \backslash
45708 fcolorbox{black}{
45709 \end_layout
45710
45711 \end_inset
45712
45713 SeaGreen
45714 \begin_inset ERT
45715 status collapsed
45716
45717 \begin_layout Plain Layout
45718
45719 }{
45720 \end_layout
45721
45722 \end_inset
45723
45724
45725 \begin_inset Phantom Phantom
45726 status open
45727
45728 \begin_layout Plain Layout
45729 W
45730 \end_layout
45731
45732 \end_inset
45733
45734
45735 \begin_inset ERT
45736 status collapsed
45737
45738 \begin_layout Plain Layout
45739
45740 }
45741 \end_layout
45742
45743 \end_inset
45744
45745  SeaGreen
45746 \end_layout
45747
45748 \end_inset
45749 </cell>
45750 <cell alignment="left" valignment="top" usebox="none">
45751 \begin_inset Text
45752
45753 \begin_layout Plain Layout
45754 \begin_inset ERT
45755 status collapsed
45756
45757 \begin_layout Plain Layout
45758
45759
45760 \backslash
45761 fcolorbox{black}{
45762 \end_layout
45763
45764 \end_inset
45765
45766 Sepia
45767 \begin_inset ERT
45768 status collapsed
45769
45770 \begin_layout Plain Layout
45771
45772 }{
45773 \end_layout
45774
45775 \end_inset
45776
45777
45778 \begin_inset Phantom Phantom
45779 status open
45780
45781 \begin_layout Plain Layout
45782 W
45783 \end_layout
45784
45785 \end_inset
45786
45787
45788 \begin_inset ERT
45789 status collapsed
45790
45791 \begin_layout Plain Layout
45792
45793 }
45794 \end_layout
45795
45796 \end_inset
45797
45798  Sepia
45799 \end_layout
45800
45801 \end_inset
45802 </cell>
45803 <cell alignment="left" valignment="top" usebox="none">
45804 \begin_inset Text
45805
45806 \begin_layout Plain Layout
45807 \begin_inset ERT
45808 status collapsed
45809
45810 \begin_layout Plain Layout
45811
45812
45813 \backslash
45814 fcolorbox{black}{
45815 \end_layout
45816
45817 \end_inset
45818
45819 SkyBlue
45820 \begin_inset ERT
45821 status collapsed
45822
45823 \begin_layout Plain Layout
45824
45825 }{
45826 \end_layout
45827
45828 \end_inset
45829
45830
45831 \begin_inset Phantom Phantom
45832 status open
45833
45834 \begin_layout Plain Layout
45835 W
45836 \end_layout
45837
45838 \end_inset
45839
45840
45841 \begin_inset ERT
45842 status collapsed
45843
45844 \begin_layout Plain Layout
45845
45846 }
45847 \end_layout
45848
45849 \end_inset
45850
45851  SkyBlue
45852 \end_layout
45853
45854 \end_inset
45855 </cell>
45856 <cell alignment="left" valignment="top" usebox="none">
45857 \begin_inset Text
45858
45859 \begin_layout Plain Layout
45860 \begin_inset ERT
45861 status collapsed
45862
45863 \begin_layout Plain Layout
45864
45865
45866 \backslash
45867 fcolorbox{black}{
45868 \end_layout
45869
45870 \end_inset
45871
45872 SpringGreen
45873 \begin_inset ERT
45874 status collapsed
45875
45876 \begin_layout Plain Layout
45877
45878 }{
45879 \end_layout
45880
45881 \end_inset
45882
45883
45884 \begin_inset Phantom Phantom
45885 status open
45886
45887 \begin_layout Plain Layout
45888 W
45889 \end_layout
45890
45891 \end_inset
45892
45893
45894 \begin_inset ERT
45895 status collapsed
45896
45897 \begin_layout Plain Layout
45898
45899 }
45900 \end_layout
45901
45902 \end_inset
45903
45904  SpringGreen
45905 \end_layout
45906
45907 \end_inset
45908 </cell>
45909 </row>
45910 <row>
45911 <cell alignment="left" valignment="top" usebox="none">
45912 \begin_inset Text
45913
45914 \begin_layout Plain Layout
45915 \begin_inset ERT
45916 status collapsed
45917
45918 \begin_layout Plain Layout
45919
45920
45921 \backslash
45922 fcolorbox{black}{
45923 \end_layout
45924
45925 \end_inset
45926
45927 Tan
45928 \begin_inset ERT
45929 status collapsed
45930
45931 \begin_layout Plain Layout
45932
45933 }{
45934 \end_layout
45935
45936 \end_inset
45937
45938
45939 \begin_inset Phantom Phantom
45940 status open
45941
45942 \begin_layout Plain Layout
45943 W
45944 \end_layout
45945
45946 \end_inset
45947
45948
45949 \begin_inset ERT
45950 status collapsed
45951
45952 \begin_layout Plain Layout
45953
45954 }
45955 \end_layout
45956
45957 \end_inset
45958
45959  Tan
45960 \end_layout
45961
45962 \end_inset
45963 </cell>
45964 <cell alignment="left" valignment="top" usebox="none">
45965 \begin_inset Text
45966
45967 \begin_layout Plain Layout
45968 \begin_inset ERT
45969 status collapsed
45970
45971 \begin_layout Plain Layout
45972
45973
45974 \backslash
45975 fcolorbox{black}{
45976 \end_layout
45977
45978 \end_inset
45979
45980 TealBlue
45981 \begin_inset ERT
45982 status collapsed
45983
45984 \begin_layout Plain Layout
45985
45986 }{
45987 \end_layout
45988
45989 \end_inset
45990
45991
45992 \begin_inset Phantom Phantom
45993 status open
45994
45995 \begin_layout Plain Layout
45996 W
45997 \end_layout
45998
45999 \end_inset
46000
46001
46002 \begin_inset ERT
46003 status collapsed
46004
46005 \begin_layout Plain Layout
46006
46007 }
46008 \end_layout
46009
46010 \end_inset
46011
46012  TealBlue
46013 \end_layout
46014
46015 \end_inset
46016 </cell>
46017 <cell alignment="left" valignment="top" usebox="none">
46018 \begin_inset Text
46019
46020 \begin_layout Plain Layout
46021 \begin_inset ERT
46022 status collapsed
46023
46024 \begin_layout Plain Layout
46025
46026
46027 \backslash
46028 fcolorbox{black}{
46029 \end_layout
46030
46031 \end_inset
46032
46033 Thistle
46034 \begin_inset ERT
46035 status collapsed
46036
46037 \begin_layout Plain Layout
46038
46039 }{
46040 \end_layout
46041
46042 \end_inset
46043
46044
46045 \begin_inset Phantom Phantom
46046 status open
46047
46048 \begin_layout Plain Layout
46049 W
46050 \end_layout
46051
46052 \end_inset
46053
46054
46055 \begin_inset ERT
46056 status collapsed
46057
46058 \begin_layout Plain Layout
46059
46060 }
46061 \end_layout
46062
46063 \end_inset
46064
46065  Thistle
46066 \end_layout
46067
46068 \end_inset
46069 </cell>
46070 <cell alignment="left" valignment="top" usebox="none">
46071 \begin_inset Text
46072
46073 \begin_layout Plain Layout
46074 \begin_inset ERT
46075 status collapsed
46076
46077 \begin_layout Plain Layout
46078
46079
46080 \backslash
46081 fcolorbox{black}{
46082 \end_layout
46083
46084 \end_inset
46085
46086 Turquoise
46087 \begin_inset ERT
46088 status collapsed
46089
46090 \begin_layout Plain Layout
46091
46092 }{
46093 \end_layout
46094
46095 \end_inset
46096
46097
46098 \begin_inset Phantom Phantom
46099 status open
46100
46101 \begin_layout Plain Layout
46102 W
46103 \end_layout
46104
46105 \end_inset
46106
46107
46108 \begin_inset ERT
46109 status collapsed
46110
46111 \begin_layout Plain Layout
46112
46113 }
46114 \end_layout
46115
46116 \end_inset
46117
46118  Turquoise
46119 \end_layout
46120
46121 \end_inset
46122 </cell>
46123 </row>
46124 <row>
46125 <cell alignment="left" valignment="top" usebox="none">
46126 \begin_inset Text
46127
46128 \begin_layout Plain Layout
46129 \begin_inset ERT
46130 status collapsed
46131
46132 \begin_layout Plain Layout
46133
46134
46135 \backslash
46136 fcolorbox{black}{
46137 \end_layout
46138
46139 \end_inset
46140
46141 Violet
46142 \begin_inset ERT
46143 status collapsed
46144
46145 \begin_layout Plain Layout
46146
46147 }{
46148 \end_layout
46149
46150 \end_inset
46151
46152
46153 \begin_inset Phantom Phantom
46154 status open
46155
46156 \begin_layout Plain Layout
46157 W
46158 \end_layout
46159
46160 \end_inset
46161
46162
46163 \begin_inset ERT
46164 status collapsed
46165
46166 \begin_layout Plain Layout
46167
46168 }
46169 \end_layout
46170
46171 \end_inset
46172
46173  Violet
46174 \end_layout
46175
46176 \end_inset
46177 </cell>
46178 <cell alignment="left" valignment="top" usebox="none">
46179 \begin_inset Text
46180
46181 \begin_layout Plain Layout
46182 \begin_inset ERT
46183 status collapsed
46184
46185 \begin_layout Plain Layout
46186
46187
46188 \backslash
46189 fcolorbox{black}{
46190 \end_layout
46191
46192 \end_inset
46193
46194 VioletRed
46195 \begin_inset ERT
46196 status collapsed
46197
46198 \begin_layout Plain Layout
46199
46200 }{
46201 \end_layout
46202
46203 \end_inset
46204
46205
46206 \begin_inset Phantom Phantom
46207 status open
46208
46209 \begin_layout Plain Layout
46210 W
46211 \end_layout
46212
46213 \end_inset
46214
46215
46216 \begin_inset ERT
46217 status collapsed
46218
46219 \begin_layout Plain Layout
46220
46221 }
46222 \end_layout
46223
46224 \end_inset
46225
46226  VioletRed
46227 \end_layout
46228
46229 \end_inset
46230 </cell>
46231 <cell alignment="left" valignment="top" usebox="none">
46232 \begin_inset Text
46233
46234 \begin_layout Plain Layout
46235 \begin_inset ERT
46236 status collapsed
46237
46238 \begin_layout Plain Layout
46239
46240
46241 \backslash
46242 fcolorbox{black}{
46243 \end_layout
46244
46245 \end_inset
46246
46247 WildStrawberry
46248 \begin_inset ERT
46249 status collapsed
46250
46251 \begin_layout Plain Layout
46252
46253 }{
46254 \end_layout
46255
46256 \end_inset
46257
46258
46259 \begin_inset Phantom Phantom
46260 status open
46261
46262 \begin_layout Plain Layout
46263 W
46264 \end_layout
46265
46266 \end_inset
46267
46268
46269 \begin_inset ERT
46270 status collapsed
46271
46272 \begin_layout Plain Layout
46273
46274 }
46275 \end_layout
46276
46277 \end_inset
46278
46279  WildStrawberry
46280 \end_layout
46281
46282 \end_inset
46283 </cell>
46284 <cell alignment="left" valignment="top" usebox="none">
46285 \begin_inset Text
46286
46287 \begin_layout Plain Layout
46288 \begin_inset ERT
46289 status collapsed
46290
46291 \begin_layout Plain Layout
46292
46293
46294 \backslash
46295 fcolorbox{black}{
46296 \end_layout
46297
46298 \end_inset
46299
46300 YellowGreen
46301 \begin_inset ERT
46302 status collapsed
46303
46304 \begin_layout Plain Layout
46305
46306 }{
46307 \end_layout
46308
46309 \end_inset
46310
46311
46312 \begin_inset Phantom Phantom
46313 status open
46314
46315 \begin_layout Plain Layout
46316 W
46317 \end_layout
46318
46319 \end_inset
46320
46321
46322 \begin_inset ERT
46323 status collapsed
46324
46325 \begin_layout Plain Layout
46326
46327 }
46328 \end_layout
46329
46330 \end_inset
46331
46332  YellowGreen
46333 \end_layout
46334
46335 \end_inset
46336 </cell>
46337 </row>
46338 <row>
46339 <cell alignment="left" valignment="top" usebox="none">
46340 \begin_inset Text
46341
46342 \begin_layout Plain Layout
46343 \begin_inset ERT
46344 status collapsed
46345
46346 \begin_layout Plain Layout
46347
46348
46349 \backslash
46350 fcolorbox{black}{
46351 \end_layout
46352
46353 \end_inset
46354
46355 YellowOrange
46356 \begin_inset ERT
46357 status collapsed
46358
46359 \begin_layout Plain Layout
46360
46361 }{
46362 \end_layout
46363
46364 \end_inset
46365
46366
46367 \begin_inset Phantom Phantom
46368 status open
46369
46370 \begin_layout Plain Layout
46371 W
46372 \end_layout
46373
46374 \end_inset
46375
46376
46377 \begin_inset ERT
46378 status collapsed
46379
46380 \begin_layout Plain Layout
46381
46382 }
46383 \end_layout
46384
46385 \end_inset
46386
46387  YellowOrange
46388 \end_layout
46389
46390 \end_inset
46391 </cell>
46392 <cell alignment="left" valignment="top" usebox="none">
46393 \begin_inset Text
46394
46395 \begin_layout Plain Layout
46396
46397 \end_layout
46398
46399 \end_inset
46400 </cell>
46401 <cell alignment="left" valignment="top" usebox="none">
46402 \begin_inset Text
46403
46404 \begin_layout Plain Layout
46405
46406 \end_layout
46407
46408 \end_inset
46409 </cell>
46410 <cell alignment="left" valignment="top" usebox="none">
46411 \begin_inset Text
46412
46413 \begin_layout Plain Layout
46414
46415 \end_layout
46416
46417 \end_inset
46418 </cell>
46419 </row>
46420 </lyxtabular>
46421
46422 \end_inset
46423
46424
46425 \end_layout
46426
46427 \begin_layout Chapter
46428 Explanation of Equation
46429 \begin_inset space ~
46430 \end_inset
46431
46432 (
46433 \begin_inset CommandInset ref
46434 LatexCommand ref
46435 reference "eq:Wgn"
46436
46437 \end_inset
46438
46439 )
46440 \begin_inset CommandInset label
46441 LatexCommand label
46442 name "cha:Explanation-of-Equation"
46443
46444 \end_inset
46445
46446
46447 \end_layout
46448
46449 \begin_layout Standard
46450 We can calculate the total width of 
46451 \emph on
46452 n
46453 \emph default
46454  table cells 
46455 \begin_inset Formula $W_{\mathrm{tot\,n}}$
46456 \end_inset
46457
46458  as follows:
46459 \begin_inset Formula 
46460 \begin{equation}
46461 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
46462 \end{equation}
46463
46464 \end_inset
46465
46466 where 
46467 \begin_inset Formula $W_{g\,n}$
46468 \end_inset
46469
46470  is the given width of all cells, 
46471 \series bold
46472
46473 \backslash
46474 tabcolsep
46475 \series default
46476  is the \SpecialChar LaTeX
46477 -length between the cell text and the cell border (its default value
46478  is 6
46479 \begin_inset space \thinspace{}
46480 \end_inset
46481
46482 pt).
46483  
46484 \series bold
46485
46486 \backslash
46487 arrayrulewidth
46488 \series default
46489  is the thickness of the cell border line, the default is 0.4
46490 \begin_inset space \thinspace{}
46491 \end_inset
46492
46493 pt.
46494 \end_layout
46495
46496 \begin_layout Standard
46497 Following equation
46498 \begin_inset space ~
46499 \end_inset
46500
46501
46502 \begin_inset CommandInset ref
46503 LatexCommand eqref
46504 reference "eq:Wtot_n"
46505
46506 \end_inset
46507
46508 , the total width of a multicolumn 
46509 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
46510 \end_inset
46511
46512  is
46513 \begin_inset Formula 
46514 \begin{equation}
46515 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
46516 \end{equation}
46517
46518 \end_inset
46519
46520
46521 \end_layout
46522
46523 \begin_layout Standard
46524 By setting equation
46525 \begin_inset space ~
46526 \end_inset
46527
46528
46529 \begin_inset CommandInset ref
46530 LatexCommand eqref
46531 reference "eq:Wtot_n"
46532
46533 \end_inset
46534
46535  and 
46536 \begin_inset CommandInset ref
46537 LatexCommand eqref
46538 reference "eq:Wtot_mult"
46539
46540 \end_inset
46541
46542  equal we can calculate the needed given width 
46543 \begin_inset Formula $W_{g\,n}$
46544 \end_inset
46545
46546  when 
46547 \emph on
46548 n
46549 \emph default
46550  columns are spanned, so that each column has a total width of 
46551 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
46552 \end_inset
46553
46554 :
46555 \begin_inset Formula 
46556 \begin{equation}
46557 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
46558 \end{equation}
46559
46560 \end_inset
46561
46562
46563 \end_layout
46564
46565 \begin_layout Bibliography
46566 \begin_inset CommandInset bibitem
46567 LatexCommand bibitem
46568 key "latexcompanion"
46569 literal "true"
46570
46571 \end_inset
46572
46573 Frank Mittelbach and Michel Goossens: 
46574 \emph on
46575 The \SpecialChar LaTeX
46576  Companion Second Edition.
46577
46578 \emph default
46579  Addison-Wesley, 2004
46580 \end_layout
46581
46582 \begin_layout Bibliography
46583 \begin_inset CommandInset bibitem
46584 LatexCommand bibitem
46585 key "latexguide"
46586 literal "true"
46587
46588 \end_inset
46589
46590 Helmut Kopka and Patrick W.
46591  Daly: 
46592 \emph on
46593 A Guide to \SpecialChar LaTeX
46594  Fourth Edition.
46595
46596 \emph default
46597  Addison-Wesley, 2003
46598 \end_layout
46599
46600 \begin_layout Bibliography
46601 \begin_inset CommandInset bibitem
46602 LatexCommand bibitem
46603 key "latexbook"
46604 literal "true"
46605
46606 \end_inset
46607
46608 Leslie Lamport: 
46609 \emph on
46610 \SpecialChar LaTeX
46611 : A Document Preparation System.
46612
46613 \emph default
46614  Addison-Wesley, second edition, 1994
46615 \end_layout
46616
46617 \begin_layout Bibliography
46618 \begin_inset CommandInset bibitem
46619 LatexCommand bibitem
46620 key "arydshln"
46621 literal "true"
46622
46623 \end_inset
46624
46625 Documentation of the \SpecialChar LaTeX
46626 -package 
46627 \series bold
46628
46629 \begin_inset CommandInset href
46630 LatexCommand href
46631 name "arydshln"
46632 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
46633 literal "false"
46634
46635 \end_inset
46636
46637
46638 \series default
46639
46640 \begin_inset Index idx
46641 status collapsed
46642
46643 \begin_layout Plain Layout
46644 \SpecialChar LaTeX
46645 -packages ! arydshln
46646 \end_layout
46647
46648 \end_inset
46649
46650
46651 \end_layout
46652
46653 \begin_layout Bibliography
46654 \begin_inset CommandInset bibitem
46655 LatexCommand bibitem
46656 key "booktabs"
46657 literal "true"
46658
46659 \end_inset
46660
46661 Documentation of the \SpecialChar LaTeX
46662 -package 
46663 \series bold
46664
46665 \begin_inset CommandInset href
46666 LatexCommand href
46667 name "booktabs"
46668 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
46669 literal "false"
46670
46671 \end_inset
46672
46673
46674 \series default
46675
46676 \begin_inset Index idx
46677 status collapsed
46678
46679 \begin_layout Plain Layout
46680 \SpecialChar LaTeX
46681 -packages ! booktabs
46682 \end_layout
46683
46684 \end_inset
46685
46686
46687 \end_layout
46688
46689 \begin_layout Bibliography
46690 \begin_inset CommandInset bibitem
46691 LatexCommand bibitem
46692 key "caption"
46693 literal "true"
46694
46695 \end_inset
46696
46697 Documentation of the \SpecialChar LaTeX
46698 -package 
46699 \series bold
46700
46701 \begin_inset CommandInset href
46702 LatexCommand href
46703 name "caption"
46704 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
46705 literal "false"
46706
46707 \end_inset
46708
46709
46710 \series default
46711
46712 \begin_inset Index idx
46713 status collapsed
46714
46715 \begin_layout Plain Layout
46716 \SpecialChar LaTeX
46717 -packages ! caption
46718 \end_layout
46719
46720 \end_inset
46721
46722
46723 \end_layout
46724
46725 \begin_layout Bibliography
46726 \begin_inset CommandInset bibitem
46727 LatexCommand bibitem
46728 key "diagbox"
46729 literal "true"
46730
46731 \end_inset
46732
46733 Documentation of the \SpecialChar LaTeX
46734 -package 
46735 \series bold
46736
46737 \begin_inset CommandInset href
46738 LatexCommand href
46739 name "diagbox"
46740 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
46741 literal "false"
46742
46743 \end_inset
46744
46745
46746 \series default
46747
46748 \begin_inset Index idx
46749 status collapsed
46750
46751 \begin_layout Plain Layout
46752 \SpecialChar LaTeX
46753 -packages ! diagbox
46754 \end_layout
46755
46756 \end_inset
46757
46758
46759 \end_layout
46760
46761 \begin_layout Bibliography
46762 \begin_inset CommandInset bibitem
46763 LatexCommand bibitem
46764 key "endfloat"
46765 literal "true"
46766
46767 \end_inset
46768
46769 Documentation of the \SpecialChar LaTeX
46770 -package 
46771 \series bold
46772
46773 \begin_inset CommandInset href
46774 LatexCommand href
46775 name "endfloat"
46776 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
46777 literal "false"
46778
46779 \end_inset
46780
46781
46782 \series default
46783
46784 \begin_inset Index idx
46785 status collapsed
46786
46787 \begin_layout Plain Layout
46788 \SpecialChar LaTeX
46789 -packages ! endfloat
46790 \end_layout
46791
46792 \end_inset
46793
46794
46795 \end_layout
46796
46797 \begin_layout Bibliography
46798 \begin_inset CommandInset bibitem
46799 LatexCommand bibitem
46800 key "footmisc"
46801 literal "true"
46802
46803 \end_inset
46804
46805 Documentation of the \SpecialChar LaTeX
46806 -package 
46807 \series bold
46808
46809 \begin_inset CommandInset href
46810 LatexCommand href
46811 name "footmisc"
46812 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
46813 literal "false"
46814
46815 \end_inset
46816
46817
46818 \series default
46819
46820 \begin_inset Index idx
46821 status collapsed
46822
46823 \begin_layout Plain Layout
46824 \SpecialChar LaTeX
46825 -packages ! footmisc
46826 \end_layout
46827
46828 \end_inset
46829
46830
46831 \end_layout
46832
46833 \begin_layout Bibliography
46834 \begin_inset CommandInset bibitem
46835 LatexCommand bibitem
46836 key "hypcap"
46837 literal "true"
46838
46839 \end_inset
46840
46841 Documentation of the \SpecialChar LaTeX
46842 -package 
46843 \series bold
46844
46845 \begin_inset CommandInset href
46846 LatexCommand href
46847 name "hypcap"
46848 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
46849 literal "false"
46850
46851 \end_inset
46852
46853
46854 \series default
46855
46856 \begin_inset Index idx
46857 status collapsed
46858
46859 \begin_layout Plain Layout
46860 \SpecialChar LaTeX
46861 -packages ! hyperref
46862 \end_layout
46863
46864 \end_inset
46865
46866
46867 \end_layout
46868
46869 \begin_layout Bibliography
46870 \begin_inset CommandInset bibitem
46871 LatexCommand bibitem
46872 key "hyperref"
46873 literal "true"
46874
46875 \end_inset
46876
46877 Documentation of the \SpecialChar LaTeX
46878 -package 
46879 \series bold
46880
46881 \begin_inset CommandInset href
46882 LatexCommand href
46883 name "hyperref"
46884 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
46885 literal "false"
46886
46887 \end_inset
46888
46889
46890 \series default
46891
46892 \begin_inset Index idx
46893 status collapsed
46894
46895 \begin_layout Plain Layout
46896 \SpecialChar LaTeX
46897 -packages ! hyperref
46898 \end_layout
46899
46900 \end_inset
46901
46902
46903 \end_layout
46904
46905 \begin_layout Bibliography
46906 \begin_inset CommandInset bibitem
46907 LatexCommand bibitem
46908 key "KOMA-Script"
46909 literal "true"
46910
46911 \end_inset
46912
46913 Documentation of the \SpecialChar LaTeX
46914 -package 
46915 \series bold
46916
46917 \begin_inset CommandInset href
46918 LatexCommand href
46919 name "KOMA-Script"
46920 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
46921 literal "false"
46922
46923 \end_inset
46924
46925
46926 \series default
46927
46928 \begin_inset Index idx
46929 status collapsed
46930
46931 \begin_layout Plain Layout
46932 \SpecialChar LaTeX
46933 -packages ! KOMA-Script
46934 \end_layout
46935
46936 \end_inset
46937
46938
46939 \end_layout
46940
46941 \begin_layout Bibliography
46942 \begin_inset CommandInset bibitem
46943 LatexCommand bibitem
46944 key "lettrine"
46945 literal "true"
46946
46947 \end_inset
46948
46949 Documentation of the \SpecialChar LaTeX
46950 -package 
46951 \series bold
46952
46953 \begin_inset CommandInset href
46954 LatexCommand href
46955 name "lettrine"
46956 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
46957 literal "false"
46958
46959 \end_inset
46960
46961
46962 \series default
46963  and an 
46964 \begin_inset CommandInset href
46965 LatexCommand href
46966 name "example"
46967 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
46968 literal "false"
46969
46970 \end_inset
46971
46972
46973 \begin_inset Index idx
46974 status collapsed
46975
46976 \begin_layout Plain Layout
46977 \SpecialChar LaTeX
46978 -packages ! lettrine
46979 \end_layout
46980
46981 \end_inset
46982
46983
46984 \end_layout
46985
46986 \begin_layout Bibliography
46987 \begin_inset CommandInset bibitem
46988 LatexCommand bibitem
46989 key "listings"
46990 literal "true"
46991
46992 \end_inset
46993
46994 Documentation of the \SpecialChar LaTeX
46995 -package 
46996 \series bold
46997
46998 \begin_inset CommandInset href
46999 LatexCommand href
47000 name "listings"
47001 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
47002 literal "false"
47003
47004 \end_inset
47005
47006
47007 \series default
47008
47009 \begin_inset Index idx
47010 status collapsed
47011
47012 \begin_layout Plain Layout
47013 \SpecialChar LaTeX
47014 -packages ! listings
47015 \end_layout
47016
47017 \end_inset
47018
47019
47020 \end_layout
47021
47022 \begin_layout Bibliography
47023 \begin_inset CommandInset bibitem
47024 LatexCommand bibitem
47025 key "marginnote"
47026 literal "true"
47027
47028 \end_inset
47029
47030 Documentation of the \SpecialChar LaTeX
47031 -package 
47032 \series bold
47033
47034 \begin_inset CommandInset href
47035 LatexCommand href
47036 name "marginnote"
47037 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
47038 literal "false"
47039
47040 \end_inset
47041
47042
47043 \series default
47044
47045 \begin_inset Index idx
47046 status collapsed
47047
47048 \begin_layout Plain Layout
47049 \SpecialChar LaTeX
47050 -packages ! marginnote
47051 \end_layout
47052
47053 \end_inset
47054
47055
47056 \end_layout
47057
47058 \begin_layout Bibliography
47059 \begin_inset CommandInset bibitem
47060 LatexCommand bibitem
47061 key "pdfpages"
47062 literal "true"
47063
47064 \end_inset
47065
47066 Documentation of the \SpecialChar LaTeX
47067 -package 
47068 \series bold
47069
47070 \begin_inset CommandInset href
47071 LatexCommand href
47072 name "pdfpages"
47073 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
47074 literal "false"
47075
47076 \end_inset
47077
47078
47079 \series default
47080
47081 \begin_inset Index idx
47082 status collapsed
47083
47084 \begin_layout Plain Layout
47085 \SpecialChar LaTeX
47086 -packages ! pdfpages
47087 \end_layout
47088
47089 \end_inset
47090
47091
47092 \end_layout
47093
47094 \begin_layout Bibliography
47095 \begin_inset CommandInset bibitem
47096 LatexCommand bibitem
47097 key "prettyref"
47098 literal "true"
47099
47100 \end_inset
47101
47102 Documentation of the \SpecialChar LaTeX
47103 -package 
47104 \series bold
47105
47106 \begin_inset CommandInset href
47107 LatexCommand href
47108 name "prettyref"
47109 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
47110 literal "false"
47111
47112 \end_inset
47113
47114
47115 \series default
47116
47117 \begin_inset Index idx
47118 status collapsed
47119
47120 \begin_layout Plain Layout
47121 \SpecialChar LaTeX
47122 -packages ! prettyref
47123 \end_layout
47124
47125 \end_inset
47126
47127
47128 \end_layout
47129
47130 \begin_layout Bibliography
47131 \begin_inset CommandInset bibitem
47132 LatexCommand bibitem
47133 key "pstricks"
47134 literal "true"
47135
47136 \end_inset
47137
47138 Web page of the \SpecialChar LaTeX
47139 -package 
47140 \series bold
47141
47142 \begin_inset CommandInset href
47143 LatexCommand href
47144 name "PSTricks"
47145 target "http://tug.org/PSTricks/"
47146 literal "false"
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 ! PSTricks
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 "refstyle"
47170 literal "true"
47171
47172 \end_inset
47173
47174 Documentation of the \SpecialChar LaTeX
47175 -package 
47176 \series bold
47177
47178 \begin_inset CommandInset href
47179 LatexCommand href
47180 name "refstyle"
47181 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
47182 literal "false"
47183
47184 \end_inset
47185
47186
47187 \series default
47188
47189 \begin_inset Index idx
47190 status collapsed
47191
47192 \begin_layout Plain Layout
47193 \SpecialChar LaTeX
47194 -packages ! refstyle
47195 \end_layout
47196
47197 \end_inset
47198
47199
47200 \end_layout
47201
47202 \begin_layout Bibliography
47203 \begin_inset CommandInset bibitem
47204 LatexCommand bibitem
47205 key "sidecap"
47206 literal "true"
47207
47208 \end_inset
47209
47210 Documentation of the \SpecialChar LaTeX
47211 -package 
47212 \series bold
47213
47214 \begin_inset CommandInset href
47215 LatexCommand href
47216 name "sidecap"
47217 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
47218 literal "false"
47219
47220 \end_inset
47221
47222
47223 \series default
47224
47225 \begin_inset Index idx
47226 status collapsed
47227
47228 \begin_layout Plain Layout
47229 \SpecialChar LaTeX
47230 -packages ! sidecap
47231 \end_layout
47232
47233 \end_inset
47234
47235
47236 \end_layout
47237
47238 \begin_layout Bibliography
47239 \begin_inset CommandInset bibitem
47240 LatexCommand bibitem
47241 key "NewInLyX20"
47242 literal "true"
47243
47244 \end_inset
47245
47246
47247 \begin_inset CommandInset href
47248 LatexCommand href
47249 name "Wiki page"
47250 target "http://wiki.lyx.org/LyX/NewInLyX20"
47251 literal "false"
47252
47253 \end_inset
47254
47255  about new features in 
47256 \family sans
47257 \SpecialChar LyX
47258  2.0
47259 \family default
47260 .
47261 \end_layout
47262
47263 \begin_layout Standard
47264 \begin_inset CommandInset index_print
47265 LatexCommand printindex
47266 type "idx"
47267 name "Index"
47268 literal "false"
47269
47270 \end_inset
47271
47272
47273 \end_layout
47274
47275 \end_body
47276 \end_document