]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
96d5672dbac5c0db3632569d285c33f72db2a5e0
[lyx.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 2.3 created this file. For more info see http://www.lyx.org/
2 \lyxformat 544
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 1
201 \use_package amssymb 1
202 \use_package cancel 1
203 \use_package esint 1
204 \use_package mathdots 1
205 \use_package mathtools 1
206 \use_package mhchem 1
207 \use_package stackrel 1
208 \use_package stmaryrd 1
209 \use_package undertilde 1
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 \use_minted 0
220 \notefontcolor #0000ff
221 \index Index
222 \shortcut idx
223 \color #008000
224 \end_index
225 \secnumdepth 3
226 \tocdepth 3
227 \paragraph_separation skip
228 \defskip medskip
229 \is_math_indent 0
230 \math_numbering_side default
231 \quotes_style english
232 \dynamic_quotes 0
233 \papercolumns 1
234 \papersides 2
235 \paperpagestyle default
236 \tracking_changes false
237 \output_changes false
238 \html_math_output 0
239 \html_css_as_file 0
240 \html_be_strict false
241 \end_header
242
243 \begin_body
244
245 \begin_layout Title
246 \SpecialChar LyX
247 's detailed Figure, Table, Floats, Notes, Boxes and External Material manual
248 \end_layout
249
250 \begin_layout Author
251 by the \SpecialChar LyX
252  Team
253 \begin_inset Foot
254 status collapsed
255
256 \begin_layout Plain Layout
257 \noindent
258 If you have comments or error corrections, please send them to the \SpecialChar LyX
259  Documentatio
260 n mailing list: 
261 \begin_inset CommandInset href
262 LatexCommand href
263 name "lyx-docs@lists.lyx.org"
264 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
265 type "mailto:"
266 literal "false"
267
268 \end_inset
269
270
271 \end_layout
272
273 \end_inset
274
275
276 \begin_inset Note Note
277 status collapsed
278
279 \begin_layout Plain Layout
280 author: Uwe Stöhr
281 \end_layout
282
283 \end_inset
284
285
286 \begin_inset Newline newline
287 \end_inset
288
289
290 \begin_inset Newline newline
291 \end_inset
292
293
294 \family sans
295 Version 2.3.x
296 \end_layout
297
298 \begin_layout Standard
299 \begin_inset CommandInset toc
300 LatexCommand tableofcontents
301
302 \end_inset
303
304
305 \end_layout
306
307 \begin_layout Standard
308 \begin_inset Note Note
309 status open
310
311 \begin_layout Plain Layout
312 To export all parts of this document to PDF, PS, or DVI the \SpecialChar LaTeX
313 -packages 
314 \series bold
315 arydshln
316 \series default
317
318 \series bold
319 colortbl
320 \series default
321
322 \series bold
323 diagbox, lettrine, marginnote, picinpar
324 \series default
325  and 
326 \series bold
327 sidecap
328 \series default
329  must be installed.
330  If they are not installed you can export the document anyway but the sections
331  where the packages are required won't appear in the output.
332 \end_layout
333
334 \begin_layout Plain Layout
335 The latest PDF-version of this document can be found here:
336 \begin_inset Newline newline
337 \end_inset
338
339
340 \series bold
341 http://wiki.lyx.org/LyX/Manuals#EmbeddedObjects
342 \end_layout
343
344 \end_inset
345
346
347 \end_layout
348
349 \begin_layout Chapter
350 Figures
351 \begin_inset Index idx
352 status collapsed
353
354 \begin_layout Plain Layout
355 Figures
356 \end_layout
357
358 \end_inset
359
360
361 \begin_inset Index idx
362 status collapsed
363
364 \begin_layout Plain Layout
365 Graphics|see
366 \begin_inset ERT
367 status collapsed
368
369 \begin_layout Plain Layout
370
371 {
372 \end_layout
373
374 \end_inset
375
376 Figures
377 \begin_inset ERT
378 status collapsed
379
380 \begin_layout Plain Layout
381
382 }
383 \end_layout
384
385 \end_inset
386
387
388 \end_layout
389
390 \end_inset
391
392
393 \end_layout
394
395 \begin_layout Section
396 Graphics Dialog
397 \begin_inset Index idx
398 status collapsed
399
400 \begin_layout Plain Layout
401 Figures ! Graphics Dialog
402 \end_layout
403
404 \end_inset
405
406
407 \begin_inset CommandInset label
408 LatexCommand label
409 name "sec:Graphics-Dialog"
410
411 \end_inset
412
413
414 \end_layout
415
416 \begin_layout Standard
417 To insert an image into your document, place the cursor at the text position
418  you want and click on the toolbar icon 
419 \begin_inset Info
420 type  "icon"
421 arg   "dialog-show-new-inset graphics"
422 \end_inset
423
424  or use the menu 
425 \family sans
426 Insert\SpecialChar menuseparator
427 Graphics
428 \family default
429 .
430  Then a dialog will appear to choose the file to load.
431  The image will appear in the output exactly at the position where it is
432  in the text.
433 \end_layout
434
435 \begin_layout Standard
436 The graphics dialog can be called at any time by clicking on an image.
437  This dialog has three tabs:
438 \end_layout
439
440 \begin_layout Description
441
442 \family sans
443 Graphics
444 \family default
445  Here you can choose an image file and adjust its appearance in the output.
446  The available units for the image size are explained in appendix
447 \begin_inset space ~
448 \end_inset
449
450
451 \begin_inset CommandInset ref
452 LatexCommand ref
453 reference "cha:Units-available-in"
454
455 \end_inset
456
457 .
458 \begin_inset Newline newline
459 \end_inset
460
461
462 \begin_inset Index idx
463 status collapsed
464
465 \begin_layout Plain Layout
466 Figures ! rotated
467 \end_layout
468
469 \end_inset
470
471 You can rotate images counter-clockwise by setting a rotation angle and
472  a rotation origin.
473  The image will also be rotated inside \SpecialChar LyX
474 .
475 \begin_inset Newline newline
476 \end_inset
477
478
479 \begin_inset Index idx
480 status collapsed
481
482 \begin_layout Plain Layout
483 Figures ! scaled
484 \end_layout
485
486 \end_inset
487
488 Images can be scaled by using a percentage value or by setting the width
489  and height explicitly.
490  If you set only the width or only the height, the other size will be determined
491  automatically.
492  If you set both, then the image will be transformed to the given size,
493  possibly distorting it.
494  To prevent the image from distortion, use the option 
495 \family sans
496 Maintain aspect ratio
497 \family default
498 .
499  The image will then be scaled so that its width and height don't exceed
500  the specified dimensions.
501 \begin_inset Newline newline
502 \end_inset
503
504 Images can be opened in a program of your choice by right-clicking on it
505  and choosing the entry 
506 \family sans
507 Edit
508 \begin_inset space ~
509 \end_inset
510
511 externally
512 \family default
513  in the context menu.
514  The program can be set for every image format in the file format settings
515  in \SpecialChar LyX
516 's preferences.
517 \end_layout
518
519 \begin_layout Description
520
521 \family sans
522 Clipping
523 \family default
524  Alternatively to the usage of scaling units it is possible to set image
525  coordinates to adjust the height and width of the image in the output.
526  The coordinates can also be calculated automatically by pressing the button
527  
528 \family sans
529 Get
530 \begin_inset space ~
531 \end_inset
532
533 from
534 \begin_inset space ~
535 \end_inset
536
537 File
538 \family default
539 .
540  The option 
541 \family sans
542 Clip
543 \begin_inset space ~
544 \end_inset
545
546 to
547 \begin_inset space ~
548 \end_inset
549
550 bounding
551 \begin_inset space ~
552 \end_inset
553
554 box
555 \family default
556  will only print the image region within the given coordinates.
557  Normally you don't need to worry about image coordinates and can ignore
558  this tab.
559 \end_layout
560
561 \begin_layout Description
562
563 \family sans
564 LaTeX
565 \begin_inset space ~
566 \end_inset
567
568 and
569 \begin_inset space ~
570 \end_inset
571
572 LyX
573 \begin_inset space ~
574 \end_inset
575
576 options
577 \family default
578  In this tab you can modify the appearance of the image within \SpecialChar LyX
579  and \SpecialChar LaTeX
580  experts
581  can specify additional \SpecialChar LaTeX
582  options.
583 \begin_inset Newline newline
584 \end_inset
585
586 The option 
587 \family sans
588 Draft
589 \begin_inset space ~
590 \end_inset
591
592 mode
593 \family default
594  makes the image appear in the output only as a frame with the size of the
595  image.
596 \begin_inset Newline newline
597 \end_inset
598
599 In the section 
600 \family sans
601 Graphics
602 \begin_inset space ~
603 \end_inset
604
605 Group
606 \family default
607  you can define or join an image settings group.
608 \begin_inset Index idx
609 status collapsed
610
611 \begin_layout Plain Layout
612 Figures ! Settings grouping
613 \end_layout
614
615 \end_inset
616
617  Images within such a group share their settings, so adjusting one image
618  of the group automatically also adjusts all other images of the group in
619  the same way.
620  So you can for example change the size for a bunch of images without the
621  need to manually change each of them.
622  Joining an existing group can also be done using the context menu of the
623  image by checking the name of the desired group.
624 \end_layout
625
626 \begin_layout Standard
627 \begin_inset VSpace bigskip
628 \end_inset
629
630
631 \end_layout
632
633 \begin_layout Standard
634 This is an example image in PDF format
635 \begin_inset Foot
636 status collapsed
637
638 \begin_layout Plain Layout
639 Image formats are explained in section
640 \begin_inset space ~
641 \end_inset
642
643
644 \begin_inset CommandInset ref
645 LatexCommand ref
646 reference "sec:Image-Formats"
647
648 \end_inset
649
650 .
651 \end_layout
652
653 \end_inset
654
655  within a separate, horizontally centered paragraph:
656 \end_layout
657
658 \begin_layout Standard
659 \align center
660 \begin_inset Graphics
661         filename clipart/2D-intensity-plot.pdf
662         scaleBeforeRotation
663         rotateOrigin center
664
665 \end_inset
666
667
668 \end_layout
669
670 \begin_layout Standard
671 This is the same image like the one above but in draft mode:
672 \end_layout
673
674 \begin_layout Standard
675 \align center
676 \begin_inset Graphics
677         filename clipart/2D-intensity-plot.pdf
678         draft
679         scaleBeforeRotation
680         rotateOrigin center
681
682 \end_inset
683
684
685 \end_layout
686
687 \begin_layout Standard
688 \begin_inset Newpage newpage
689 \end_inset
690
691
692 \end_layout
693
694 \begin_layout Section
695 Figure Floats
696 \begin_inset CommandInset label
697 LatexCommand label
698 name "sec:Figure-Floats"
699
700 \end_inset
701
702
703 \begin_inset Index idx
704 status collapsed
705
706 \begin_layout Plain Layout
707 Floats ! Figures
708 \end_layout
709
710 \end_inset
711
712
713 \begin_inset Index idx
714 status collapsed
715
716 \begin_layout Plain Layout
717 Figures ! Floats
718 \end_layout
719
720 \end_inset
721
722
723 \end_layout
724
725 \begin_layout Standard
726 For general explanations about floats, have a look at section
727 \begin_inset space ~
728 \end_inset
729
730
731 \begin_inset CommandInset ref
732 LatexCommand ref
733 reference "sec:FloatIntroduction"
734
735 \end_inset
736
737 .
738 \end_layout
739
740 \begin_layout Standard
741 The toolbar button 
742 \begin_inset Info
743 type  "icon"
744 arg   "float-insert figure"
745 \end_inset
746
747  and the menu 
748 \family sans
749 Insert\SpecialChar menuseparator
750 Float\SpecialChar menuseparator
751 Figure
752 \family default
753  inserts a float with a caption that has the label 
754 \begin_inset Quotes eld
755 \end_inset
756
757 Figure
758 \begin_inset space ~
759 \end_inset
760
761 #:
762 \begin_inset Quotes erd
763 \end_inset
764
765  (# is the actual number).
766  You can insert the image above the caption, like in Figure
767 \begin_inset space ~
768 \end_inset
769
770
771 \begin_inset CommandInset ref
772 LatexCommand ref
773 reference "fig:A-star-in"
774
775 \end_inset
776
777  or below the caption, like in Figure
778 \begin_inset space ~
779 \end_inset
780
781
782 \begin_inset CommandInset ref
783 LatexCommand ref
784 reference "fig:A-3D-object"
785
786 \end_inset
787
788 .
789  More about caption placement is described in section
790 \begin_inset space ~
791 \end_inset
792
793
794 \begin_inset CommandInset ref
795 LatexCommand ref
796 reference "sec:Caption-Placement"
797
798 \end_inset
799
800 .
801 \end_layout
802
803 \begin_layout Standard
804 \begin_inset Float figure
805 wide false
806 sideways false
807 status open
808
809 \begin_layout Plain Layout
810 \align center
811 \begin_inset Graphics
812         filename clipart/Star-structure.pdf
813         lyxscale 60
814         width 50col%
815         scaleBeforeRotation
816         rotateOrigin center
817
818 \end_inset
819
820
821 \end_layout
822
823 \begin_layout Plain Layout
824 \begin_inset Caption Standard
825
826 \begin_layout Plain Layout
827 \begin_inset CommandInset label
828 LatexCommand label
829 name "fig:A-star-in"
830
831 \end_inset
832
833 A star in a float.
834 \end_layout
835
836 \end_inset
837
838
839 \end_layout
840
841 \end_inset
842
843
844 \end_layout
845
846 \begin_layout Standard
847 \begin_inset Float figure
848 wide false
849 sideways false
850 status open
851
852 \begin_layout Plain Layout
853 \begin_inset Caption Standard
854
855 \begin_layout Plain Layout
856 \begin_inset CommandInset label
857 LatexCommand label
858 name "fig:A-3D-object"
859
860 \end_inset
861
862 A 3D object.
863 \end_layout
864
865 \end_inset
866
867
868 \end_layout
869
870 \begin_layout Plain Layout
871 \align center
872 \begin_inset Graphics
873         filename clipart/3D-structure-distort.pdf
874         lyxscale 60
875         scale 80
876         scaleBeforeRotation
877         rotateOrigin center
878
879 \end_inset
880
881
882 \end_layout
883
884 \end_inset
885
886
887 \end_layout
888
889 \begin_layout Standard
890 \begin_inset Index idx
891 status collapsed
892
893 \begin_layout Plain Layout
894 References ! to Figures
895 \end_layout
896
897 \end_inset
898
899 Figure
900 \begin_inset space ~
901 \end_inset
902
903
904 \begin_inset CommandInset ref
905 LatexCommand ref
906 reference "fig:A-star-in"
907
908 \end_inset
909
910  and 
911 \begin_inset CommandInset ref
912 LatexCommand ref
913 reference "fig:A-3D-object"
914
915 \end_inset
916
917  are examples of referenced figures.
918  Figures can be referenced in the text by referencing their label.
919  To do this insert a label in the caption using the menu 
920 \family sans
921 Insert\SpecialChar menuseparator
922 Label
923 \family default
924  or the toolbar button 
925 \begin_inset Info
926 type  "icon"
927 arg   "label-insert"
928 \end_inset
929
930 .
931  You can now refer to the label using the menu 
932 \family sans
933 Insert\SpecialChar menuseparator
934 Cross
935 \begin_inset space ~
936 \end_inset
937
938 reference
939 \family default
940  or the toolbar button 
941 \begin_inset Info
942 type  "icon"
943 arg   "dialog-show-new-inset ref"
944 \end_inset
945
946 .
947  It is important to use references to floats, rather than using vague references
948  like 
949 \begin_inset Quotes eld
950 \end_inset
951
952 the figure above
953 \begin_inset Quotes erd
954 \end_inset
955
956 , because \SpecialChar LaTeX
957  will reposition the floats in the final document and it might
958  not be 
959 \begin_inset Quotes eld
960 \end_inset
961
962 above
963 \begin_inset Quotes erd
964 \end_inset
965
966  at all.
967 \begin_inset Newline newline
968 \end_inset
969
970 Referencing is explained in detail in section
971 \begin_inset space ~
972 \end_inset
973
974
975 \begin_inset CommandInset ref
976 LatexCommand ref
977 reference "sec:Referencing-Floats"
978
979 \end_inset
980
981 .
982 \end_layout
983
984 \begin_layout Standard
985 Normally only one image is inserted to a figure float, but sometimes you
986  might want to use two images with separate subcaptions.
987  This can be done by inserting image floats into existing image floats.
988  Note that only the main caption of the float is added to the List of Figures.
989  Figure
990 \begin_inset space ~
991 \end_inset
992
993
994 \begin_inset CommandInset ref
995 LatexCommand ref
996 reference "fig:Two-distorted-images"
997
998 \end_inset
999
1000  is an example of a figure float with two images set side by side.
1001  You can also set the images one below the other.
1002  Figure
1003 \begin_inset space ~
1004 \end_inset
1005
1006
1007 \begin_inset CommandInset ref
1008 LatexCommand ref
1009 reference "fig:Pink-object"
1010
1011 \end_inset
1012
1013  and 
1014 \begin_inset CommandInset ref
1015 LatexCommand ref
1016 reference "fig:A-star"
1017
1018 \end_inset
1019
1020  are the subfigures.
1021 \end_layout
1022
1023 \begin_layout Standard
1024 \begin_inset Float figure
1025 wide false
1026 sideways false
1027 status open
1028
1029 \begin_layout Plain Layout
1030 \begin_inset space \hfill{}
1031 \end_inset
1032
1033
1034 \begin_inset Float figure
1035 wide false
1036 sideways false
1037 status collapsed
1038
1039 \begin_layout Plain Layout
1040 \begin_inset Caption Standard
1041
1042 \begin_layout Plain Layout
1043 \begin_inset CommandInset label
1044 LatexCommand label
1045 name "fig:Pink-object"
1046
1047 \end_inset
1048
1049 Pink object.
1050 \end_layout
1051
1052 \end_inset
1053
1054
1055 \end_layout
1056
1057 \begin_layout Plain Layout
1058 \begin_inset Graphics
1059         filename clipart/3D-structure-distort.pdf
1060         width 45col%
1061         scaleBeforeRotation
1062         groupId distorted
1063
1064 \end_inset
1065
1066
1067 \end_layout
1068
1069 \end_inset
1070
1071
1072 \begin_inset space \hfill{}
1073 \end_inset
1074
1075
1076 \begin_inset Float figure
1077 wide false
1078 sideways false
1079 status collapsed
1080
1081 \begin_layout Plain Layout
1082 \begin_inset Caption Standard
1083
1084 \begin_layout Plain Layout
1085 \begin_inset CommandInset label
1086 LatexCommand label
1087 name "fig:A-star"
1088
1089 \end_inset
1090
1091 A star.
1092 \end_layout
1093
1094 \end_inset
1095
1096
1097 \end_layout
1098
1099 \begin_layout Plain Layout
1100 \begin_inset Graphics
1101         filename clipart/Star-structure.pdf
1102         width 45col%
1103         scaleBeforeRotation
1104         groupId distorted
1105
1106 \end_inset
1107
1108
1109 \end_layout
1110
1111 \end_inset
1112
1113
1114 \begin_inset space \hfill{}
1115 \end_inset
1116
1117
1118 \end_layout
1119
1120 \begin_layout Plain Layout
1121 \begin_inset Caption Standard
1122
1123 \begin_layout Plain Layout
1124 \begin_inset CommandInset label
1125 LatexCommand label
1126 name "fig:Two-distorted-images"
1127
1128 \end_inset
1129
1130 Two distorted images.
1131  Both images are in the image settings group named 
1132 \begin_inset Quotes eld
1133 \end_inset
1134
1135 distorted
1136 \begin_inset Quotes erd
1137 \end_inset
1138
1139 .
1140 \end_layout
1141
1142 \end_inset
1143
1144
1145 \end_layout
1146
1147 \end_inset
1148
1149
1150 \end_layout
1151
1152 \begin_layout Standard
1153 \begin_inset Newpage newpage
1154 \end_inset
1155
1156
1157 \end_layout
1158
1159 \begin_layout Section
1160 Image Formats
1161 \begin_inset CommandInset label
1162 LatexCommand label
1163 name "sec:Image-Formats"
1164
1165 \end_inset
1166
1167
1168 \begin_inset Index idx
1169 status collapsed
1170
1171 \begin_layout Plain Layout
1172 Image Formats
1173 \end_layout
1174
1175 \end_inset
1176
1177
1178 \begin_inset Index idx
1179 status collapsed
1180
1181 \begin_layout Plain Layout
1182 Figures ! Image Formats
1183 \end_layout
1184
1185 \end_inset
1186
1187
1188 \end_layout
1189
1190 \begin_layout Standard
1191 You can insert images in any known file format.
1192  But as explained in appendix
1193 \begin_inset space ~
1194 \end_inset
1195
1196
1197 \begin_inset CommandInset ref
1198 LatexCommand ref
1199 reference "cha:Output-File-Formats"
1200
1201 \end_inset
1202
1203 , each output document format allows only a few image formats.
1204  \SpecialChar LyX
1205  uses therefore the program 
1206 \family typewriter
1207 ImageMagick
1208 \family default
1209  in the background to convert the images to the right format.
1210  To increase your work flow by avoiding these conversions in the background,
1211  you could choose to use only the image formats that can directly be embedded
1212  in the output file format.
1213  The output file formats are explained in appendix
1214 \begin_inset space ~
1215 \end_inset
1216
1217
1218 \begin_inset CommandInset ref
1219 LatexCommand ref
1220 reference "cha:Output-File-Formats"
1221
1222 \end_inset
1223
1224 .
1225 \end_layout
1226
1227 \begin_layout Standard
1228 Similar to fonts there are two types of image formats:
1229 \end_layout
1230
1231 \begin_layout Description
1232 Bitmap
1233 \begin_inset space ~
1234 \end_inset
1235
1236 images consist of pixel values, often in a compressed form.
1237  They are therefore not fully scalable and look pixelated in large zooms.
1238  Well-known bitmap image formats are 
1239 \begin_inset Quotes eld
1240 \end_inset
1241
1242 Graphics Interchange Format
1243 \begin_inset Quotes erd
1244 \end_inset
1245
1246  (GIF, file extension 
1247 \begin_inset Quotes eld
1248 \end_inset
1249
1250
1251 \family typewriter
1252 .gif
1253 \family default
1254
1255 \begin_inset Quotes erd
1256 \end_inset
1257
1258 )
1259 \begin_inset Index idx
1260 status collapsed
1261
1262 \begin_layout Plain Layout
1263 GIF|see
1264 \begin_inset ERT
1265 status collapsed
1266
1267 \begin_layout Plain Layout
1268
1269 {
1270 \end_layout
1271
1272 \end_inset
1273
1274 Image formats
1275 \begin_inset ERT
1276 status collapsed
1277
1278 \begin_layout Plain Layout
1279
1280 }
1281 \end_layout
1282
1283 \end_inset
1284
1285
1286 \end_layout
1287
1288 \end_inset
1289
1290
1291 \begin_inset Quotes eld
1292 \end_inset
1293
1294 Portable Network Graphics
1295 \begin_inset Quotes erd
1296 \end_inset
1297
1298  (PNG, file extension 
1299 \begin_inset Quotes eld
1300 \end_inset
1301
1302
1303 \family typewriter
1304 .png
1305 \family default
1306
1307 \begin_inset Quotes erd
1308 \end_inset
1309
1310 )
1311 \begin_inset Index idx
1312 status collapsed
1313
1314 \begin_layout Plain Layout
1315 PNG|see
1316 \begin_inset ERT
1317 status collapsed
1318
1319 \begin_layout Plain Layout
1320
1321 {
1322 \end_layout
1323
1324 \end_inset
1325
1326 Image formats
1327 \begin_inset ERT
1328 status collapsed
1329
1330 \begin_layout Plain Layout
1331
1332 }
1333 \end_layout
1334
1335 \end_inset
1336
1337
1338 \end_layout
1339
1340 \end_inset
1341
1342 , and 
1343 \begin_inset Quotes eld
1344 \end_inset
1345
1346 Joint Photographic Experts Group
1347 \begin_inset Quotes erd
1348 \end_inset
1349
1350  (JPG, file extension 
1351 \begin_inset Quotes eld
1352 \end_inset
1353
1354
1355 \family typewriter
1356 .jpg
1357 \family default
1358
1359 \begin_inset Quotes erd
1360 \end_inset
1361
1362  or 
1363 \begin_inset Quotes eld
1364 \end_inset
1365
1366
1367 \family typewriter
1368 .jpeg
1369 \family default
1370
1371 \begin_inset Quotes erd
1372 \end_inset
1373
1374 )
1375 \begin_inset Index idx
1376 status collapsed
1377
1378 \begin_layout Plain Layout
1379 JPG|see
1380 \begin_inset ERT
1381 status collapsed
1382
1383 \begin_layout Plain Layout
1384
1385 {
1386 \end_layout
1387
1388 \end_inset
1389
1390 Image formats
1391 \begin_inset ERT
1392 status collapsed
1393
1394 \begin_layout Plain Layout
1395
1396 }
1397 \end_layout
1398
1399 \end_inset
1400
1401
1402 \end_layout
1403
1404 \end_inset
1405
1406 .
1407 \end_layout
1408
1409 \begin_layout Description
1410 Vector
1411 \begin_inset space ~
1412 \end_inset
1413
1414 images consist of vectors and can therefore be scaled to any size without
1415  data loss.
1416  The scaling ability is necessary if you want to create presentations, because
1417  presentations are always scaled by the video projector.
1418  Scaling is also useful for online documents to let the user zoom into diagrams.
1419 \begin_inset Newline newline
1420 \end_inset
1421
1422 Well-known scalable image formats are 
1423 \begin_inset Quotes eld
1424 \end_inset
1425
1426 Scalable Vector Graphics
1427 \begin_inset Quotes erd
1428 \end_inset
1429
1430  (SVG, file extension 
1431 \begin_inset Quotes eld
1432 \end_inset
1433
1434
1435 \family typewriter
1436 .svg
1437 \family default
1438
1439 \begin_inset Quotes erd
1440 \end_inset
1441
1442 )
1443 \begin_inset Index idx
1444 status collapsed
1445
1446 \begin_layout Plain Layout
1447 SVG|see
1448 \begin_inset ERT
1449 status collapsed
1450
1451 \begin_layout Plain Layout
1452
1453 {
1454 \end_layout
1455
1456 \end_inset
1457
1458 Image formats
1459 \begin_inset ERT
1460 status collapsed
1461
1462 \begin_layout Plain Layout
1463
1464 }
1465 \end_layout
1466
1467 \end_inset
1468
1469
1470 \end_layout
1471
1472 \end_inset
1473
1474
1475 \begin_inset Quotes eld
1476 \end_inset
1477
1478 Encapsulated PostScript
1479 \begin_inset Quotes erd
1480 \end_inset
1481
1482  (EPS, file extension 
1483 \begin_inset Quotes eld
1484 \end_inset
1485
1486
1487 \family typewriter
1488 .eps
1489 \family default
1490
1491 \begin_inset Quotes erd
1492 \end_inset
1493
1494 )
1495 \begin_inset Index idx
1496 status collapsed
1497
1498 \begin_layout Plain Layout
1499 EPS|see
1500 \begin_inset ERT
1501 status collapsed
1502
1503 \begin_layout Plain Layout
1504
1505 {
1506 \end_layout
1507
1508 \end_inset
1509
1510 Image formats
1511 \begin_inset ERT
1512 status collapsed
1513
1514 \begin_layout Plain Layout
1515
1516 }
1517 \end_layout
1518
1519 \end_inset
1520
1521
1522 \end_layout
1523
1524 \end_inset
1525
1526
1527 \begin_inset Quotes eld
1528 \end_inset
1529
1530 Portable Document Format
1531 \begin_inset Quotes erd
1532 \end_inset
1533
1534  (PDF, file extension 
1535 \begin_inset Quotes eld
1536 \end_inset
1537
1538
1539 \family typewriter
1540 .pdf
1541 \family default
1542
1543 \begin_inset Quotes erd
1544 \end_inset
1545
1546 )
1547 \begin_inset Index idx
1548 status collapsed
1549
1550 \begin_layout Plain Layout
1551 PDF
1552 \end_layout
1553
1554 \end_inset
1555
1556 , and 
1557 \begin_inset Quotes eld
1558 \end_inset
1559
1560 Windows Metafile
1561 \begin_inset Quotes erd
1562 \end_inset
1563
1564  (WMF, file extension 
1565 \begin_inset Quotes eld
1566 \end_inset
1567
1568
1569 \family typewriter
1570 .wmf
1571 \family default
1572
1573 \begin_inset Quotes erd
1574 \end_inset
1575
1576 )
1577 \begin_inset Index idx
1578 status collapsed
1579
1580 \begin_layout Plain Layout
1581 SVG|see
1582 \begin_inset ERT
1583 status collapsed
1584
1585 \begin_layout Plain Layout
1586
1587 {
1588 \end_layout
1589
1590 \end_inset
1591
1592 Image formats
1593 \begin_inset ERT
1594 status collapsed
1595
1596 \begin_layout Plain Layout
1597
1598 }
1599 \end_layout
1600
1601 \end_inset
1602
1603
1604 \end_layout
1605
1606 \end_inset
1607
1608 .
1609  We wrote 
1610 \begin_inset Quotes eld
1611 \end_inset
1612
1613 can be
1614 \begin_inset Quotes erd
1615 \end_inset
1616
1617 , because you can convert any bitmap image to a PDF or EPS-image and the
1618  result will still be a bitmap image.
1619  In such cases only a header with the image properties is added to the original
1620  image
1621 \begin_inset Foot
1622 status collapsed
1623
1624 \begin_layout Plain Layout
1625 In the case of PDF, the original image is additionally compressed.
1626 \end_layout
1627
1628 \end_inset
1629
1630 .
1631  The PDF-files generated by 
1632 \family typewriter
1633 Adobe Photoshop
1634 \family default
1635  are for example bitmap images.
1636 \end_layout
1637
1638 \begin_layout Standard
1639 Normally it is not possible to convert a bitmap image into a scalable one,
1640  only vice versa.
1641  Only the image formats PDF and EPS can directly be embedded to PDF and
1642  PostScript output files, respectively.
1643  SVG and WMF-images are recalculated to bitmaps when the output file is
1644  generated because there is currently no adequate WMF/SVG
1645 \begin_inset Formula $\to$
1646 \end_inset
1647
1648 PDF/EPS converter available.
1649 \end_layout
1650
1651 \begin_layout Chapter
1652 Tables
1653 \begin_inset Index idx
1654 status collapsed
1655
1656 \begin_layout Plain Layout
1657 Table
1658 \end_layout
1659
1660 \end_inset
1661
1662
1663 \end_layout
1664
1665 \begin_layout Section
1666 Introduction
1667 \begin_inset Index idx
1668 status collapsed
1669
1670 \begin_layout Plain Layout
1671 Table ! Introduction
1672 \end_layout
1673
1674 \end_inset
1675
1676
1677 \end_layout
1678
1679 \begin_layout Standard
1680 You can insert a table using either the toolbar button 
1681 \begin_inset Info
1682 type  "icon"
1683 arg   "tabular-insert"
1684 \end_inset
1685
1686  or the menu 
1687 \family sans
1688 Insert\SpecialChar menuseparator
1689 Table
1690 \family default
1691 .
1692  The toolbar button offers you a graphical selection: move the mouse to
1693  set the column/row number of the table that should be created and then
1694  press a mouse button.
1695  When you use the menu to create a table, a dialog will appear, asking you
1696  for the number of rows and columns.
1697 \begin_inset Newline newline
1698 \end_inset
1699
1700 The default table has lines around any cell and the first row appears separated
1701  from the rest of the table.
1702  This separation occurs due to a double line: The cells of the first row
1703  have a line below them and the cells of the second row have a line above
1704  them.
1705  Here is an example table:
1706 \end_layout
1707
1708 \begin_layout Standard
1709 \align center
1710 \begin_inset Tabular
1711 <lyxtabular version="3" rows="4" columns="4">
1712 <features tabularvalignment="middle">
1713 <column alignment="center" valignment="top">
1714 <column alignment="center" valignment="top">
1715 <column alignment="center" valignment="top">
1716 <column alignment="center" valignment="top">
1717 <row>
1718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1719 \begin_inset Text
1720
1721 \begin_layout Plain Layout
1722
1723 \end_layout
1724
1725 \end_inset
1726 </cell>
1727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1728 \begin_inset Text
1729
1730 \begin_layout Plain Layout
1731
1732 \family roman
1733 \series medium
1734 \shape up
1735 \size normal
1736 \emph off
1737 \bar no
1738 \noun off
1739 \color none
1740 1
1741 \end_layout
1742
1743 \end_inset
1744 </cell>
1745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1746 \begin_inset Text
1747
1748 \begin_layout Plain Layout
1749 2
1750 \end_layout
1751
1752 \end_inset
1753 </cell>
1754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1755 \begin_inset Text
1756
1757 \begin_layout Plain Layout
1758 3
1759 \end_layout
1760
1761 \end_inset
1762 </cell>
1763 </row>
1764 <row>
1765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1766 \begin_inset Text
1767
1768 \begin_layout Plain Layout
1769
1770 \family roman
1771 \series medium
1772 \shape up
1773 \size normal
1774 \emph off
1775 \bar no
1776 \noun off
1777 \color none
1778 A
1779 \end_layout
1780
1781 \end_inset
1782 </cell>
1783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1784 \begin_inset Text
1785
1786 \begin_layout Plain Layout
1787
1788 \end_layout
1789
1790 \end_inset
1791 </cell>
1792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1793 \begin_inset Text
1794
1795 \begin_layout Plain Layout
1796
1797 \end_layout
1798
1799 \end_inset
1800 </cell>
1801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1802 \begin_inset Text
1803
1804 \begin_layout Plain Layout
1805
1806 \end_layout
1807
1808 \end_inset
1809 </cell>
1810 </row>
1811 <row>
1812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1813 \begin_inset Text
1814
1815 \begin_layout Plain Layout
1816
1817 \family roman
1818 \series medium
1819 \shape up
1820 \size normal
1821 \emph off
1822 \bar no
1823 \noun off
1824 \color none
1825 B
1826 \end_layout
1827
1828 \end_inset
1829 </cell>
1830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1831 \begin_inset Text
1832
1833 \begin_layout Plain Layout
1834
1835 \end_layout
1836
1837 \end_inset
1838 </cell>
1839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1840 \begin_inset Text
1841
1842 \begin_layout Plain Layout
1843
1844 \end_layout
1845
1846 \end_inset
1847 </cell>
1848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1849 \begin_inset Text
1850
1851 \begin_layout Plain Layout
1852
1853 \end_layout
1854
1855 \end_inset
1856 </cell>
1857 </row>
1858 <row>
1859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1860 \begin_inset Text
1861
1862 \begin_layout Plain Layout
1863
1864 \family roman
1865 \series medium
1866 \shape up
1867 \size normal
1868 \emph off
1869 \bar no
1870 \noun off
1871 \color none
1872 C
1873 \end_layout
1874
1875 \end_inset
1876 </cell>
1877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1878 \begin_inset Text
1879
1880 \begin_layout Plain Layout
1881
1882 \end_layout
1883
1884 \end_inset
1885 </cell>
1886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1887 \begin_inset Text
1888
1889 \begin_layout Plain Layout
1890
1891 \end_layout
1892
1893 \end_inset
1894 </cell>
1895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1896 \begin_inset Text
1897
1898 \begin_layout Plain Layout
1899
1900 \end_layout
1901
1902 \end_inset
1903 </cell>
1904 </row>
1905 </lyxtabular>
1906
1907 \end_inset
1908
1909
1910 \end_layout
1911
1912 \begin_layout Section
1913 Table Dialog
1914 \begin_inset Index idx
1915 status collapsed
1916
1917 \begin_layout Plain Layout
1918 Table ! Dialog
1919 \end_layout
1920
1921 \end_inset
1922
1923
1924 \end_layout
1925
1926 \begin_layout Standard
1927 You can alter a table by clicking on it with the right mouse button, which
1928  brings up the context menu.
1929  Under the menu entry 
1930 \family sans
1931 More
1932 \family default
1933  you can adjust the settings of that cell and row/column respectively where
1934  the cursor is currently placed.
1935  The context menu 
1936 \family sans
1937 More\SpecialChar menuseparator
1938 Settings
1939 \family default
1940  opens the table dialog where you can adjust more things.
1941  Most of the dialog options also work on selections.
1942  This means if you select more cells, columns or rows, the action is done
1943  for the whole selection.
1944  Note that there is a difference between selecting the 
1945 \emph on
1946 contents
1947 \emph default
1948  of the cell, and the cell itself.
1949 \begin_inset Newline newline
1950 \end_inset
1951
1952 With the dialog option 
1953 \family sans
1954 Immediate
1955 \begin_inset space ~
1956 \end_inset
1957
1958 Apply
1959 \family default
1960  every change you make in the dialog is directly applied.
1961  If you move the cursor to another table cell the dialog will then also
1962  be updated with the parameters of the new cell.
1963  If you change length values in the dialog you must press 
1964 \family sans
1965 Return
1966 \family default
1967  to get the change applied.
1968 \begin_inset Newline newline
1969 \end_inset
1970
1971 You can alter tables with the following tabs of the table dialog:
1972 \end_layout
1973
1974 \begin_layout Description
1975 Table
1976 \begin_inset space ~
1977 \end_inset
1978
1979 Settings Here you can set the table width
1980 \begin_inset Index idx
1981 status collapsed
1982
1983 \begin_layout Plain Layout
1984 Table ! Width
1985 \end_layout
1986
1987 \end_inset
1988
1989 , and the horizontal alignment and the width of the current column.
1990  The alignment 
1991 \family sans
1992 At
1993 \begin_inset space ~
1994 \end_inset
1995
1996 Decimal
1997 \begin_inset space ~
1998 \end_inset
1999
2000 Separator
2001 \family default
2002  is described in section
2003 \begin_inset space ~
2004 \end_inset
2005
2006
2007 \begin_inset CommandInset ref
2008 LatexCommand ref
2009 reference "subsec:Special-Cell-Alignment"
2010
2011 \end_inset
2012
2013 .
2014  When you have set a width you can also adjust the vertical alignment of
2015  the current row.
2016  A given width will allow the cell to have line breaks and multiple paragraphs
2017  of text, see sec.
2018 \begin_inset space \thinspace{}
2019 \end_inset
2020
2021
2022 \begin_inset CommandInset ref
2023 LatexCommand ref
2024 reference "subsec:Multiple-Lines-in"
2025
2026 \end_inset
2027
2028 .
2029  If you set no width, the column is as wide as the content of its widest
2030  cell.
2031 \begin_inset Newline newline
2032 \end_inset
2033
2034 Furthermore, you can mark one or multiple cells of one row as a multicolumn
2035  cell, see sec.
2036 \begin_inset space \thinspace{}
2037 \end_inset
2038
2039
2040 \begin_inset CommandInset ref
2041 LatexCommand ref
2042 reference "subsec:Multicolumns"
2043
2044 \end_inset
2045
2046  or the cells of one column as multirow cell, see sec.
2047 \begin_inset space \thinspace{}
2048 \end_inset
2049
2050
2051 \begin_inset CommandInset ref
2052 LatexCommand ref
2053 reference "subsec:Multirows"
2054
2055 \end_inset
2056
2057 .
2058 \begin_inset Newline newline
2059 \end_inset
2060
2061 The rotate check boxes rotate the current cell, a selection, or the whole
2062  table counter-clockwise by 90
2063 \begin_inset space \thinspace{}
2064 \end_inset
2065
2066 °.
2067  The rotation is not shown within \SpecialChar LyX
2068 , only in the output.
2069  For more information see sec.
2070 \begin_inset space \thinspace{}
2071 \end_inset
2072
2073
2074 \begin_inset CommandInset ref
2075 LatexCommand ref
2076 reference "sec:Rotated-Table-Cells"
2077
2078 \end_inset
2079
2080 .
2081 \begin_inset Newline newline
2082 \end_inset
2083
2084
2085 \begin_inset Note Greyedout
2086 status open
2087
2088 \begin_layout Plain Layout
2089
2090 \series bold
2091 Note:
2092 \series default
2093  Not all DVI-viewers are able to display rotations.
2094 \end_layout
2095
2096 \end_inset
2097
2098
2099 \begin_inset Newline newline
2100 \end_inset
2101
2102 The table-wide vertical alignment is used for tables within text lines:
2103 \begin_inset Newline newline
2104 \end_inset
2105
2106 A line with tables with different alignments: 
2107 \begin_inset Tabular
2108 <lyxtabular version="3" rows="2" columns="2">
2109 <features tabularvalignment="top">
2110 <column alignment="center" valignment="top" width="0pt">
2111 <column alignment="center" valignment="top">
2112 <row>
2113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2114 \begin_inset Text
2115
2116 \begin_layout Plain Layout
2117
2118 \end_layout
2119
2120 \end_inset
2121 </cell>
2122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2123 \begin_inset Text
2124
2125 \begin_layout Plain Layout
2126
2127 \family roman
2128 \series medium
2129 \shape up
2130 \size normal
2131 \emph off
2132 \bar no
2133 \noun off
2134 \color none
2135 1
2136 \end_layout
2137
2138 \end_inset
2139 </cell>
2140 </row>
2141 <row>
2142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2143 \begin_inset Text
2144
2145 \begin_layout Plain Layout
2146
2147 \family roman
2148 \series medium
2149 \shape up
2150 \size normal
2151 \emph off
2152 \bar no
2153 \noun off
2154 \color none
2155 A
2156 \end_layout
2157
2158 \end_inset
2159 </cell>
2160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2161 \begin_inset Text
2162
2163 \begin_layout Plain Layout
2164
2165 \end_layout
2166
2167 \end_inset
2168 </cell>
2169 </row>
2170 </lyxtabular>
2171
2172 \end_inset
2173
2174  
2175 \begin_inset Tabular
2176 <lyxtabular version="3" rows="2" columns="2">
2177 <features tabularvalignment="middle">
2178 <column alignment="center" valignment="top">
2179 <column alignment="center" valignment="top">
2180 <row>
2181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2182 \begin_inset Text
2183
2184 \begin_layout Plain Layout
2185
2186 \end_layout
2187
2188 \end_inset
2189 </cell>
2190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2191 \begin_inset Text
2192
2193 \begin_layout Plain Layout
2194
2195 \family roman
2196 \series medium
2197 \shape up
2198 \size normal
2199 \emph off
2200 \bar no
2201 \noun off
2202 \color none
2203 1
2204 \end_layout
2205
2206 \end_inset
2207 </cell>
2208 </row>
2209 <row>
2210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2211 \begin_inset Text
2212
2213 \begin_layout Plain Layout
2214
2215 \family roman
2216 \series medium
2217 \shape up
2218 \size normal
2219 \emph off
2220 \bar no
2221 \noun off
2222 \color none
2223 A
2224 \end_layout
2225
2226 \end_inset
2227 </cell>
2228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2229 \begin_inset Text
2230
2231 \begin_layout Plain Layout
2232
2233 \end_layout
2234
2235 \end_inset
2236 </cell>
2237 </row>
2238 </lyxtabular>
2239
2240 \end_inset
2241
2242  
2243 \begin_inset Tabular
2244 <lyxtabular version="3" rows="2" columns="2">
2245 <features tabularvalignment="bottom">
2246 <column alignment="center" valignment="top" width="0pt">
2247 <column alignment="center" valignment="top">
2248 <row>
2249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2250 \begin_inset Text
2251
2252 \begin_layout Plain Layout
2253
2254 \end_layout
2255
2256 \end_inset
2257 </cell>
2258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2259 \begin_inset Text
2260
2261 \begin_layout Plain Layout
2262
2263 \family roman
2264 \series medium
2265 \shape up
2266 \size normal
2267 \emph off
2268 \bar no
2269 \noun off
2270 \color none
2271 1
2272 \end_layout
2273
2274 \end_inset
2275 </cell>
2276 </row>
2277 <row>
2278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2279 \begin_inset Text
2280
2281 \begin_layout Plain Layout
2282
2283 \family roman
2284 \series medium
2285 \shape up
2286 \size normal
2287 \emph off
2288 \bar no
2289 \noun off
2290 \color none
2291 A
2292 \end_layout
2293
2294 \end_inset
2295 </cell>
2296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2297 \begin_inset Text
2298
2299 \begin_layout Plain Layout
2300
2301 \end_layout
2302
2303 \end_inset
2304 </cell>
2305 </row>
2306 </lyxtabular>
2307
2308 \end_inset
2309
2310
2311 \begin_inset Newline newline
2312 \end_inset
2313
2314 It is also possible to enter a \SpecialChar LaTeX
2315 -argument which is needed for special table
2316  formattings, see sec.
2317 \begin_inset space \thinspace{}
2318 \end_inset
2319
2320
2321 \begin_inset CommandInset ref
2322 LatexCommand ref
2323 reference "subsec:Multicolumn-Calculations"
2324
2325 \end_inset
2326
2327  and 
2328 \begin_inset CommandInset ref
2329 LatexCommand ref
2330 reference "sec:Colored-Tables"
2331
2332 \end_inset
2333
2334 .
2335 \end_layout
2336
2337 \begin_layout Description
2338 Borders In this tab you can add and delete border lines for the current
2339  row/column.
2340 \begin_inset Newline newline
2341 \end_inset
2342
2343 Using the style option 
2344 \family sans
2345 Formal
2346 \family default
2347  will convert the table to a formal table as described in sec.
2348 \begin_inset space \thinspace{}
2349 \end_inset
2350
2351
2352 \begin_inset CommandInset ref
2353 LatexCommand ref
2354 reference "sec:Formal-Tables"
2355
2356 \end_inset
2357
2358 .
2359 \begin_inset Newline newline
2360 \end_inset
2361
2362 You can also add space here to table rows as described in sec.
2363 \begin_inset space \thinspace{}
2364 \end_inset
2365
2366
2367 \begin_inset CommandInset ref
2368 LatexCommand ref
2369 reference "subsec:Row-Spacing"
2370
2371 \end_inset
2372
2373 .
2374 \end_layout
2375
2376 \begin_layout Description
2377 Multi-page
2378 \begin_inset space ~
2379 \end_inset
2380
2381 table This tab is to make a table a multi-page table that can run over several
2382  pages.
2383  Sections
2384 \begin_inset space ~
2385 \end_inset
2386
2387
2388 \begin_inset CommandInset ref
2389 LatexCommand ref
2390 reference "sec:Multi-page-Tables"
2391
2392 \end_inset
2393
2394  and 
2395 \begin_inset CommandInset ref
2396 LatexCommand ref
2397 reference "sec:Special-Longtable-Issues"
2398
2399 \end_inset
2400
2401  describe the multi-page table features in detail.
2402 \end_layout
2403
2404 \begin_layout Section
2405 Table Toolbar
2406 \begin_inset Index idx
2407 status collapsed
2408
2409 \begin_layout Plain Layout
2410 Table ! Toolbar
2411 \end_layout
2412
2413 \end_inset
2414
2415
2416 \end_layout
2417
2418 \begin_layout Standard
2419 The table toolbar is an alternative to the table dialog to be able to alter
2420  tables faster.
2421  It should normally appear at the bottom of \SpecialChar LyX
2422 's main window when the cursor
2423  is inside a table.
2424  You can alternatively switch it on to appear always, by right-clicking
2425  in \SpecialChar LyX
2426 's main menu bar.
2427 \end_layout
2428
2429 \begin_layout Standard
2430 The toolbar has the following icons:
2431 \end_layout
2432
2433 \begin_layout Labeling
2434 \labelwidthstring 00.00.0000
2435 \begin_inset Info
2436 type  "icon"
2437 arg   "tabular-feature append-row"
2438 \end_inset
2439
2440  adds a row below the current cell or selection
2441 \end_layout
2442
2443 \begin_layout Labeling
2444 \labelwidthstring 00.00.0000
2445 \begin_inset Info
2446 type  "icon"
2447 arg   "tabular-feature append-column"
2448 \end_inset
2449
2450  adds a column right beside the current cell or selection
2451 \end_layout
2452
2453 \begin_layout Labeling
2454 \labelwidthstring 00.00.0000
2455 \begin_inset Info
2456 type  "icon"
2457 arg   "tabular-feature delete-row"
2458 \end_inset
2459
2460  deletes the current row or selection
2461 \end_layout
2462
2463 \begin_layout Labeling
2464 \labelwidthstring 00.00.0000
2465 \begin_inset Info
2466 type  "icon"
2467 arg   "tabular-feature delete-column"
2468 \end_inset
2469
2470  deletes the current column or selection
2471 \end_layout
2472
2473 \begin_layout Labeling
2474 \labelwidthstring 00.00.0000
2475 \begin_inset Info
2476 type  "icon"
2477 arg   "tabular-feature move-row-up"
2478 \end_inset
2479
2480  moves the row up
2481 \end_layout
2482
2483 \begin_layout Labeling
2484 \labelwidthstring 00.00.0000
2485 \begin_inset Info
2486 type  "icon"
2487 arg   "tabular-feature move-column-left"
2488 \end_inset
2489
2490  moves the column to the left
2491 \end_layout
2492
2493 \begin_layout Labeling
2494 \labelwidthstring 00.00.0000
2495 \begin_inset Info
2496 type  "icon"
2497 arg   "tabular-feature move-row-down"
2498 \end_inset
2499
2500  moves the row down
2501 \end_layout
2502
2503 \begin_layout Labeling
2504 \labelwidthstring 00.00.0000
2505 \begin_inset Info
2506 type  "icon"
2507 arg   "tabular-feature move-column-right"
2508 \end_inset
2509
2510  moves the column to the right
2511 \end_layout
2512
2513 \begin_layout Labeling
2514 \labelwidthstring 00.00.0000
2515 \begin_inset Info
2516 type  "icon"
2517 arg   "tabular-feature toggle-line-top"
2518 \end_inset
2519
2520  adds a line at the top of the current cell / row or of a selection
2521 \end_layout
2522
2523 \begin_layout Labeling
2524 \labelwidthstring 00.00.0000
2525 \begin_inset Info
2526 type  "icon"
2527 arg   "tabular-feature toggle-line-bottom"
2528 \end_inset
2529
2530  adds a line at the bottom of the current cell / row or of a selection
2531 \end_layout
2532
2533 \begin_layout Labeling
2534 \labelwidthstring 00.00.0000
2535 \begin_inset Info
2536 type  "icon"
2537 arg   "tabular-feature toggle-line-left"
2538 \end_inset
2539
2540  adds a line at the left side of the current cell / row or of a selection
2541 \end_layout
2542
2543 \begin_layout Labeling
2544 \labelwidthstring 00.00.0000
2545 \begin_inset Info
2546 type  "icon"
2547 arg   "tabular-feature toggle-line-right"
2548 \end_inset
2549
2550  adds a line at the right side of the current cell / row or of a selection
2551 \end_layout
2552
2553 \begin_layout Labeling
2554 \labelwidthstring 00.00.0000
2555 \begin_inset Info
2556 type  "icon"
2557 arg   "tabular-feature set-all-lines"
2558 \end_inset
2559
2560  adds lines around the current or selected cells - if the current cell no
2561  multicolumn cell this also affects the current row and column
2562 \end_layout
2563
2564 \begin_layout Labeling
2565 \labelwidthstring 00.00.0000
2566 \begin_inset Info
2567 type  "icon"
2568 arg   "tabular-feature unset-all-lines"
2569 \end_inset
2570
2571  deletes all lines of the current or selected cells - if the current cell
2572  no multicolumn cell this also affects the current row and column
2573 \end_layout
2574
2575 \begin_layout Labeling
2576 \labelwidthstring 00.00.0000
2577 \begin_inset Info
2578 type  "icon"
2579 arg   "tabular-feature m-align-left"
2580 \end_inset
2581
2582  left-aligns the content of the current cell / column
2583 \end_layout
2584
2585 \begin_layout Labeling
2586 \labelwidthstring 00.00.0000
2587 \begin_inset Info
2588 type  "icon"
2589 arg   "tabular-feature m-align-center"
2590 \end_inset
2591
2592  centers the content of the current cell / column horizontally
2593 \end_layout
2594
2595 \begin_layout Labeling
2596 \labelwidthstring 00.00.0000
2597 \begin_inset Info
2598 type  "icon"
2599 arg   "tabular-feature m-align-right"
2600 \end_inset
2601
2602  right-aligns the content of the current cell / column
2603 \end_layout
2604
2605 \begin_layout Labeling
2606 \labelwidthstring 00.00.0000
2607 \begin_inset Info
2608 type  "icon"
2609 arg   "tabular-feature align-decimal"
2610 \end_inset
2611
2612  aligns the content of the current column at a character
2613 \end_layout
2614
2615 \begin_layout Labeling
2616 \labelwidthstring 00.00.0000
2617 \begin_inset Info
2618 type  "icon"
2619 arg   "tabular-feature m-valign-top"
2620 \end_inset
2621
2622  aligns the content of the current cell vertically to the top
2623 \end_layout
2624
2625 \begin_layout Labeling
2626 \labelwidthstring 00.00.0000
2627 \begin_inset Info
2628 type  "icon"
2629 arg   "tabular-feature m-valign-middle"
2630 \end_inset
2631
2632  centers the content of the current cell vertically
2633 \end_layout
2634
2635 \begin_layout Labeling
2636 \labelwidthstring 00.00.0000
2637 \begin_inset Info
2638 type  "icon"
2639 arg   "tabular-feature m-valign-bottom"
2640 \end_inset
2641
2642  aligns the content of the current cell vertically to the bottom
2643 \end_layout
2644
2645 \begin_layout Labeling
2646 \labelwidthstring 00.00.0000
2647 \begin_inset Info
2648 type  "icon"
2649 arg   "tabular-feature set-rotate-cell"
2650 \end_inset
2651
2652  rotates the current cell or selection counter-clockwise by 90°
2653 \end_layout
2654
2655 \begin_layout Labeling
2656 \labelwidthstring 00.00.0000
2657 \begin_inset Info
2658 type  "icon"
2659 arg   "tabular-feature set-rotate-tabular"
2660 \end_inset
2661
2662  rotates the whole table counter-clockwise by 90°
2663 \end_layout
2664
2665 \begin_layout Labeling
2666 \labelwidthstring 00.00.0000
2667 \begin_inset Info
2668 type  "icon"
2669 arg   "tabular-feature multicolumn"
2670 \end_inset
2671
2672  sets the current cell or selection as a multicolumn
2673 \end_layout
2674
2675 \begin_layout Labeling
2676 \labelwidthstring 00.00.0000
2677 \begin_inset Info
2678 type  "icon"
2679 arg   "tabular-feature multirow"
2680 \end_inset
2681
2682  sets the current cell or selection as a multirow
2683 \end_layout
2684
2685 \begin_layout Standard
2686 \begin_inset Note Greyedout
2687 status open
2688
2689 \begin_layout Plain Layout
2690
2691 \series bold
2692 Note:
2693 \series default
2694  For the output the vertical alignment of the first cell in a row is used
2695  for all following cells in the row.
2696 \end_layout
2697
2698 \end_inset
2699
2700
2701 \end_layout
2702
2703 \begin_layout Section
2704 Edit Table Menu
2705 \begin_inset Index idx
2706 status collapsed
2707
2708 \begin_layout Plain Layout
2709 Table ! Edit Menu
2710 \end_layout
2711
2712 \end_inset
2713
2714
2715 \end_layout
2716
2717 \begin_layout Standard
2718 In addition to the table dialog and toolbar, the menu 
2719 \family sans
2720 Edit\SpecialChar menuseparator
2721 Table
2722 \family default
2723  allows you to add and delete border lines for the current row/column and
2724  to set the current selection as multicolumn.
2725  The menu is only available when the cursor is inside a table.
2726 \end_layout
2727
2728 \begin_layout Section
2729 Table Floats
2730 \begin_inset CommandInset label
2731 LatexCommand label
2732 name "sec:Table-Floats"
2733
2734 \end_inset
2735
2736
2737 \begin_inset Index idx
2738 status collapsed
2739
2740 \begin_layout Plain Layout
2741 Floats ! Tables
2742 \end_layout
2743
2744 \end_inset
2745
2746
2747 \begin_inset Index idx
2748 status collapsed
2749
2750 \begin_layout Plain Layout
2751 Table ! Floats
2752 \end_layout
2753
2754 \end_inset
2755
2756
2757 \end_layout
2758
2759 \begin_layout Standard
2760 For general explanations about floats, have a look at section
2761 \begin_inset space ~
2762 \end_inset
2763
2764
2765 \begin_inset CommandInset ref
2766 LatexCommand ref
2767 reference "sec:FloatIntroduction"
2768
2769 \end_inset
2770
2771 .
2772 \end_layout
2773
2774 \begin_layout Standard
2775 \begin_inset Float table
2776 placement h
2777 wide false
2778 sideways false
2779 status open
2780
2781 \begin_layout Plain Layout
2782 \begin_inset Caption Standard
2783
2784 \begin_layout Plain Layout
2785 \begin_inset CommandInset label
2786 LatexCommand label
2787 name "tab:a table float"
2788
2789 \end_inset
2790
2791 A table float.
2792 \end_layout
2793
2794 \end_inset
2795
2796
2797 \end_layout
2798
2799 \begin_layout Plain Layout
2800 \align center
2801 \begin_inset Tabular
2802 <lyxtabular version="3" rows="3" columns="3">
2803 <features tabularvalignment="middle">
2804 <column alignment="center" valignment="top" width="0pt">
2805 <column alignment="center" valignment="top" width="0pt">
2806 <column alignment="center" valignment="top" width="0pt">
2807 <row>
2808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2809 \begin_inset Text
2810
2811 \begin_layout Plain Layout
2812
2813 \family roman
2814 \series medium
2815 \shape up
2816 \size normal
2817 \emph off
2818 \bar no
2819 \noun off
2820 \color none
2821 1
2822 \end_layout
2823
2824 \end_inset
2825 </cell>
2826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2827 \begin_inset Text
2828
2829 \begin_layout Plain Layout
2830
2831 \family roman
2832 \series medium
2833 \shape up
2834 \size normal
2835 \emph off
2836 \bar no
2837 \noun off
2838 \color none
2839 2
2840 \end_layout
2841
2842 \end_inset
2843 </cell>
2844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2845 \begin_inset Text
2846
2847 \begin_layout Plain Layout
2848
2849 \family roman
2850 \series medium
2851 \shape up
2852 \size normal
2853 \emph off
2854 \bar no
2855 \noun off
2856 \color none
2857 3
2858 \end_layout
2859
2860 \end_inset
2861 </cell>
2862 </row>
2863 <row>
2864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2865 \begin_inset Text
2866
2867 \begin_layout Plain Layout
2868
2869 \family roman
2870 \series medium
2871 \shape up
2872 \size normal
2873 \emph off
2874 \bar no
2875 \noun off
2876 \color none
2877 Joe
2878 \end_layout
2879
2880 \end_inset
2881 </cell>
2882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2883 \begin_inset Text
2884
2885 \begin_layout Plain Layout
2886
2887 \family roman
2888 \series medium
2889 \shape up
2890 \size normal
2891 \emph off
2892 \bar no
2893 \noun off
2894 \color none
2895 Mary
2896 \end_layout
2897
2898 \end_inset
2899 </cell>
2900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2901 \begin_inset Text
2902
2903 \begin_layout Plain Layout
2904
2905 \family roman
2906 \series medium
2907 \shape up
2908 \size normal
2909 \emph off
2910 \bar no
2911 \noun off
2912 \color none
2913 Ted
2914 \end_layout
2915
2916 \end_inset
2917 </cell>
2918 </row>
2919 <row>
2920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2921 \begin_inset Text
2922
2923 \begin_layout Plain Layout
2924
2925 \family roman
2926 \series medium
2927 \shape up
2928 \size normal
2929 \emph off
2930 \bar no
2931 \noun off
2932 \color none
2933 \begin_inset Formula $\int x^{2}dx$
2934 \end_inset
2935
2936
2937 \end_layout
2938
2939 \end_inset
2940 </cell>
2941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2942 \begin_inset Text
2943
2944 \begin_layout Plain Layout
2945
2946 \family roman
2947 \series medium
2948 \shape up
2949 \size normal
2950 \emph off
2951 \bar no
2952 \noun off
2953 \color none
2954 \begin_inset Formula $\left[\begin{array}{cc}
2955 a & b\\
2956 c & d
2957 \end{array}\right]$
2958 \end_inset
2959
2960
2961 \end_layout
2962
2963 \end_inset
2964 </cell>
2965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2966 \begin_inset Text
2967
2968 \begin_layout Plain Layout
2969
2970 \family roman
2971 \series medium
2972 \shape up
2973 \size normal
2974 \emph off
2975 \bar no
2976 \noun off
2977 \color none
2978 \begin_inset Formula $1+1=2$
2979 \end_inset
2980
2981
2982 \end_layout
2983
2984 \end_inset
2985 </cell>
2986 </row>
2987 </lyxtabular>
2988
2989 \end_inset
2990
2991
2992 \end_layout
2993
2994 \end_inset
2995
2996
2997 \end_layout
2998
2999 \begin_layout Standard
3000 Table floats can be inserted using the menu 
3001 \family sans
3002 Insert\SpecialChar menuseparator
3003 Float\SpecialChar menuseparator
3004 Table
3005 \family default
3006  or the toolbar button 
3007 \begin_inset Info
3008 type  "icon"
3009 arg   "float-insert table"
3010 \end_inset
3011
3012 .
3013 \end_layout
3014
3015 \begin_layout Standard
3016 The float appears as a collapsible box with a caption that has the label
3017  
3018 \begin_inset Quotes eld
3019 \end_inset
3020
3021 Table
3022 \begin_inset space ~
3023 \end_inset
3024
3025 #:
3026 \begin_inset Quotes erd
3027 \end_inset
3028
3029  (# is the actual table number).
3030  You can insert tables in the float above or below the caption.
3031 \end_layout
3032
3033 \begin_layout Standard
3034 Table
3035 \begin_inset space ~
3036 \end_inset
3037
3038
3039 \begin_inset CommandInset ref
3040 LatexCommand ref
3041 reference "tab:a table float"
3042
3043 \end_inset
3044
3045  is an example table within a table float.
3046 \end_layout
3047
3048 \begin_layout Standard
3049 Having the caption above the table is the common rule that is unfortunately
3050  not supported in \SpecialChar LaTeX
3051 's standard classes.
3052  This means that, if you are using the document classes 
3053 \family sans
3054 article
3055 \family default
3056
3057 \family sans
3058 book
3059 \family default
3060
3061 \family sans
3062 letter
3063 \family default
3064 , or 
3065 \family sans
3066 report
3067 \family default
3068 , there will be no space between the caption and the table.
3069  To insert the needed space, add the following option to the load command
3070  of the \SpecialChar LaTeX
3071 -package 
3072 \series bold
3073 caption
3074 \series default
3075
3076 \begin_inset Index idx
3077 status collapsed
3078
3079 \begin_layout Plain Layout
3080 \SpecialChar LaTeX
3081 -packages ! caption
3082 \end_layout
3083
3084 \end_inset
3085
3086  in your document preamble:
3087 \begin_inset Foot
3088 status collapsed
3089
3090 \begin_layout Plain Layout
3091 For more information have a look at section
3092 \begin_inset space ~
3093 \end_inset
3094
3095
3096 \begin_inset CommandInset ref
3097 LatexCommand ref
3098 reference "sec:Caption-Placement"
3099
3100 \end_inset
3101
3102 .
3103 \end_layout
3104
3105 \end_inset
3106
3107
3108 \end_layout
3109
3110 \begin_layout Standard
3111
3112 \series bold
3113 tableposition=top
3114 \end_layout
3115
3116 \begin_layout Standard
3117 The package 
3118 \series bold
3119 caption
3120 \series default
3121 , which is described in section
3122 \begin_inset space ~
3123 \end_inset
3124
3125
3126 \begin_inset CommandInset ref
3127 LatexCommand ref
3128 reference "sec:Caption-Formatting"
3129
3130 \end_inset
3131
3132 , is used to adjust the caption format.
3133 \end_layout
3134
3135 \begin_layout Standard
3136 \begin_inset Index idx
3137 status collapsed
3138
3139 \begin_layout Plain Layout
3140 References ! to Tables
3141 \end_layout
3142
3143 \end_inset
3144
3145 Tables can be cross-referenced in the text by referencing their label.
3146  To do this insert a label in the caption using the menu 
3147 \family sans
3148 Insert\SpecialChar menuseparator
3149 Label
3150 \family default
3151  or the toolbar button 
3152 \begin_inset Info
3153 type  "icon"
3154 arg   "label-insert"
3155 \end_inset
3156
3157 .
3158  You can now refer to the label using the menu 
3159 \family sans
3160 Insert\SpecialChar menuseparator
3161 Cross
3162 \begin_inset space ~
3163 \end_inset
3164
3165 reference
3166 \family default
3167  or the toolbar button 
3168 \begin_inset Info
3169 type  "icon"
3170 arg   "dialog-show-new-inset ref"
3171 \end_inset
3172
3173 .
3174 \begin_inset Newline newline
3175 \end_inset
3176
3177 Referencing is explained in detail in section
3178 \begin_inset space ~
3179 \end_inset
3180
3181
3182 \begin_inset CommandInset ref
3183 LatexCommand ref
3184 reference "sec:Referencing-Floats"
3185
3186 \end_inset
3187
3188 .
3189 \end_layout
3190
3191 \begin_layout Section
3192
3193 \family sans
3194 Multi-page Table
3195 \family default
3196 s
3197 \begin_inset CommandInset label
3198 LatexCommand label
3199 name "sec:Multi-page-Tables"
3200
3201 \end_inset
3202
3203
3204 \begin_inset Index idx
3205 status collapsed
3206
3207 \begin_layout Plain Layout
3208 Multi-page Table
3209 \end_layout
3210
3211 \end_inset
3212
3213
3214 \begin_inset Index idx
3215 status collapsed
3216
3217 \begin_layout Plain Layout
3218 Table ! Multi-page Table
3219 \end_layout
3220
3221 \end_inset
3222
3223
3224 \end_layout
3225
3226 \begin_layout Standard
3227 If the table is too long to fit on one page, you can use the option 
3228 \family sans
3229 Use
3230 \begin_inset space ~
3231 \end_inset
3232
3233 multi-page
3234 \family default
3235  table in the tab 
3236 \family sans
3237 Multi-page
3238 \begin_inset space ~
3239 \end_inset
3240
3241 table
3242 \family default
3243  of the table dialog to split the table automatically over more pages.
3244  Doing this enables the following options:
3245 \end_layout
3246
3247 \begin_layout Description
3248 Header: The current row is defined to be a header row that appears on all
3249  pages of the multi-page table; except for the first page, if 
3250 \family sans
3251 First
3252 \begin_inset space ~
3253 \end_inset
3254
3255 header
3256 \family default
3257  is defined.
3258  This is therefore called the main header.
3259 \end_layout
3260
3261 \begin_layout Description
3262 First
3263 \begin_inset space ~
3264 \end_inset
3265
3266 header: The current row is defined to be a header row that appears on the
3267  first page of the multi-page table.
3268 \end_layout
3269
3270 \begin_layout Description
3271 Footer: The current row is defined to be a footer row that appears on all
3272  pages of the multi-page table; except for the last page, if 
3273 \family sans
3274 Last
3275 \begin_inset space ~
3276 \end_inset
3277
3278 footer
3279 \family default
3280  is defined.
3281 \end_layout
3282
3283 \begin_layout Description
3284 Last
3285 \begin_inset space ~
3286 \end_inset
3287
3288 footer: The current row is defined to be a footer row that appears on the
3289  last page of the multi-page table.
3290 \end_layout
3291
3292 \begin_layout Description
3293 Caption: The current row contains the table caption.
3294  The row is reset as single column and a caption is inserted.
3295  More about multi-page table captions is explained in sec.
3296 \begin_inset space \thinspace{}
3297 \end_inset
3298
3299
3300 \begin_inset CommandInset ref
3301 LatexCommand ref
3302 reference "subsec:Multi-page-Table-Captions"
3303
3304 \end_inset
3305
3306 .
3307 \end_layout
3308
3309 \begin_layout Standard
3310 You can also specify a row where the table is split.
3311  See the following multi-page table to see how it works:
3312 \end_layout
3313
3314 \begin_layout Standard
3315 \align center
3316 \begin_inset Tabular
3317 <lyxtabular version="3" rows="69" columns="3">
3318 <features islongtable="true" longtabularalignment="center">
3319 <column alignment="left" valignment="top" width="0cm">
3320 <column alignment="left" valignment="top" width="0pt">
3321 <column alignment="center" valignment="top" width="0pt">
3322 <row endfirsthead="true">
3323 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3324 \begin_inset Text
3325
3326 \begin_layout Plain Layout
3327
3328 \series bold
3329 Example Phone List (ignore the names)
3330 \end_layout
3331
3332 \end_inset
3333 </cell>
3334 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3335 \begin_inset Text
3336
3337 \begin_layout Plain Layout
3338
3339 \end_layout
3340
3341 \end_inset
3342 </cell>
3343 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3344 \begin_inset Text
3345
3346 \begin_layout Plain Layout
3347
3348 \end_layout
3349
3350 \end_inset
3351 </cell>
3352 </row>
3353 <row endfirsthead="true">
3354 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3355 \begin_inset Text
3356
3357 \begin_layout Plain Layout
3358
3359 \series bold
3360 NAME
3361 \end_layout
3362
3363 \end_inset
3364 </cell>
3365 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3366 \begin_inset Text
3367
3368 \begin_layout Plain Layout
3369
3370 \end_layout
3371
3372 \end_inset
3373 </cell>
3374 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3375 \begin_inset Text
3376
3377 \begin_layout Plain Layout
3378
3379 \series bold
3380 TEL.
3381 \end_layout
3382
3383 \end_inset
3384 </cell>
3385 </row>
3386 <row endhead="true">
3387 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3388 \begin_inset Text
3389
3390 \begin_layout Plain Layout
3391
3392 \series bold
3393 Example Phone List
3394 \end_layout
3395
3396 \end_inset
3397 </cell>
3398 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3399 \begin_inset Text
3400
3401 \begin_layout Plain Layout
3402
3403 \end_layout
3404
3405 \end_inset
3406 </cell>
3407 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3408 \begin_inset Text
3409
3410 \begin_layout Plain Layout
3411
3412 \end_layout
3413
3414 \end_inset
3415 </cell>
3416 </row>
3417 <row endhead="true">
3418 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3419 \begin_inset Text
3420
3421 \begin_layout Plain Layout
3422
3423 \series bold
3424 NAME
3425 \end_layout
3426
3427 \end_inset
3428 </cell>
3429 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3430 \begin_inset Text
3431
3432 \begin_layout Plain Layout
3433
3434 \end_layout
3435
3436 \end_inset
3437 </cell>
3438 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3439 \begin_inset Text
3440
3441 \begin_layout Plain Layout
3442
3443 \series bold
3444 TEL.
3445 \end_layout
3446
3447 \end_inset
3448 </cell>
3449 </row>
3450 <row endfoot="true">
3451 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3452 \begin_inset Text
3453
3454 \begin_layout Plain Layout
3455  continued on next page
3456 \end_layout
3457
3458 \end_inset
3459 </cell>
3460 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3461 \begin_inset Text
3462
3463 \begin_layout Plain Layout
3464
3465 \end_layout
3466
3467 \end_inset
3468 </cell>
3469 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3470 \begin_inset Text
3471
3472 \begin_layout Plain Layout
3473
3474 \end_layout
3475
3476 \end_inset
3477 </cell>
3478 </row>
3479 <row>
3480 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3481 \begin_inset Text
3482
3483 \begin_layout Plain Layout
3484
3485 \series bold
3486 Annovi
3487 \end_layout
3488
3489 \end_inset
3490 </cell>
3491 <cell alignment="center" valignment="top" usebox="none">
3492 \begin_inset Text
3493
3494 \begin_layout Plain Layout
3495 Silvia
3496 \end_layout
3497
3498 \end_inset
3499 </cell>
3500 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3501 \begin_inset Text
3502
3503 \begin_layout Plain Layout
3504 111
3505 \end_layout
3506
3507 \end_inset
3508 </cell>
3509 </row>
3510 <row>
3511 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3512 \begin_inset Text
3513
3514 \begin_layout Plain Layout
3515
3516 \series bold
3517 Bertoli
3518 \end_layout
3519
3520 \end_inset
3521 </cell>
3522 <cell alignment="center" valignment="top" usebox="none">
3523 \begin_inset Text
3524
3525 \begin_layout Plain Layout
3526 Stefano
3527 \end_layout
3528
3529 \end_inset
3530 </cell>
3531 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3532 \begin_inset Text
3533
3534 \begin_layout Plain Layout
3535 111
3536 \end_layout
3537
3538 \end_inset
3539 </cell>
3540 </row>
3541 <row>
3542 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3543 \begin_inset Text
3544
3545 \begin_layout Plain Layout
3546
3547 \series bold
3548 Bozzi
3549 \end_layout
3550
3551 \end_inset
3552 </cell>
3553 <cell alignment="center" valignment="top" usebox="none">
3554 \begin_inset Text
3555
3556 \begin_layout Plain Layout
3557 Walter
3558 \end_layout
3559
3560 \end_inset
3561 </cell>
3562 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3563 \begin_inset Text
3564
3565 \begin_layout Plain Layout
3566 111
3567 \end_layout
3568
3569 \end_inset
3570 </cell>
3571 </row>
3572 <row>
3573 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3574 \begin_inset Text
3575
3576 \begin_layout Plain Layout
3577
3578 \series bold
3579 Cachia
3580 \end_layout
3581
3582 \end_inset
3583 </cell>
3584 <cell alignment="center" valignment="top" usebox="none">
3585 \begin_inset Text
3586
3587 \begin_layout Plain Layout
3588 Maria
3589 \end_layout
3590
3591 \end_inset
3592 </cell>
3593 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3594 \begin_inset Text
3595
3596 \begin_layout Plain Layout
3597 111
3598 \end_layout
3599
3600 \end_inset
3601 </cell>
3602 </row>
3603 <row>
3604 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3605 \begin_inset Text
3606
3607 \begin_layout Plain Layout
3608
3609 \series bold
3610 Cachia
3611 \end_layout
3612
3613 \end_inset
3614 </cell>
3615 <cell alignment="center" valignment="top" usebox="none">
3616 \begin_inset Text
3617
3618 \begin_layout Plain Layout
3619 Maurizio
3620 \end_layout
3621
3622 \end_inset
3623 </cell>
3624 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3625 \begin_inset Text
3626
3627 \begin_layout Plain Layout
3628 111
3629 \end_layout
3630
3631 \end_inset
3632 </cell>
3633 </row>
3634 <row>
3635 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3636 \begin_inset Text
3637
3638 \begin_layout Plain Layout
3639
3640 \series bold
3641 Cinquemani
3642 \end_layout
3643
3644 \end_inset
3645 </cell>
3646 <cell alignment="center" valignment="top" usebox="none">
3647 \begin_inset Text
3648
3649 \begin_layout Plain Layout
3650 Giusi
3651 \end_layout
3652
3653 \end_inset
3654 </cell>
3655 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3656 \begin_inset Text
3657
3658 \begin_layout Plain Layout
3659 111
3660 \end_layout
3661
3662 \end_inset
3663 </cell>
3664 </row>
3665 <row>
3666 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3667 \begin_inset Text
3668
3669 \begin_layout Plain Layout
3670
3671 \series bold
3672 Colin
3673 \end_layout
3674
3675 \end_inset
3676 </cell>
3677 <cell alignment="center" valignment="top" usebox="none">
3678 \begin_inset Text
3679
3680 \begin_layout Plain Layout
3681 Bernard
3682 \end_layout
3683
3684 \end_inset
3685 </cell>
3686 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3687 \begin_inset Text
3688
3689 \begin_layout Plain Layout
3690 111
3691 \end_layout
3692
3693 \end_inset
3694 </cell>
3695 </row>
3696 <row>
3697 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3698 \begin_inset Text
3699
3700 \begin_layout Plain Layout
3701
3702 \series bold
3703 Concli
3704 \end_layout
3705
3706 \end_inset
3707 </cell>
3708 <cell alignment="center" valignment="top" usebox="none">
3709 \begin_inset Text
3710
3711 \begin_layout Plain Layout
3712 Gianfranco
3713 \end_layout
3714
3715 \end_inset
3716 </cell>
3717 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3718 \begin_inset Text
3719
3720 \begin_layout Plain Layout
3721 111
3722 \end_layout
3723
3724 \end_inset
3725 </cell>
3726 </row>
3727 <row>
3728 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3729 \begin_inset Text
3730
3731 \begin_layout Plain Layout
3732
3733 \series bold
3734 Dal Bosco
3735 \end_layout
3736
3737 \end_inset
3738 </cell>
3739 <cell alignment="center" valignment="top" usebox="none">
3740 \begin_inset Text
3741
3742 \begin_layout Plain Layout
3743 Carolina
3744 \end_layout
3745
3746 \end_inset
3747 </cell>
3748 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3749 \begin_inset Text
3750
3751 \begin_layout Plain Layout
3752 111
3753 \end_layout
3754
3755 \end_inset
3756 </cell>
3757 </row>
3758 <row>
3759 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3760 \begin_inset Text
3761
3762 \begin_layout Plain Layout
3763
3764 \series bold
3765 Dalpiaz
3766 \end_layout
3767
3768 \end_inset
3769 </cell>
3770 <cell alignment="center" valignment="top" usebox="none">
3771 \begin_inset Text
3772
3773 \begin_layout Plain Layout
3774 Annamaria
3775 \end_layout
3776
3777 \end_inset
3778 </cell>
3779 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3780 \begin_inset Text
3781
3782 \begin_layout Plain Layout
3783 111
3784 \end_layout
3785
3786 \end_inset
3787 </cell>
3788 </row>
3789 <row>
3790 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3791 \begin_inset Text
3792
3793 \begin_layout Plain Layout
3794
3795 \series bold
3796 Feliciello
3797 \end_layout
3798
3799 \end_inset
3800 </cell>
3801 <cell alignment="center" valignment="top" usebox="none">
3802 \begin_inset Text
3803
3804 \begin_layout Plain Layout
3805 Domenico
3806 \end_layout
3807
3808 \end_inset
3809 </cell>
3810 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3811 \begin_inset Text
3812
3813 \begin_layout Plain Layout
3814 111
3815 \end_layout
3816
3817 \end_inset
3818 </cell>
3819 </row>
3820 <row>
3821 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3822 \begin_inset Text
3823
3824 \begin_layout Plain Layout
3825
3826 \series bold
3827 Focarelli
3828 \end_layout
3829
3830 \end_inset
3831 </cell>
3832 <cell alignment="center" valignment="top" usebox="none">
3833 \begin_inset Text
3834
3835 \begin_layout Plain Layout
3836 Paola
3837 \end_layout
3838
3839 \end_inset
3840 </cell>
3841 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3842 \begin_inset Text
3843
3844 \begin_layout Plain Layout
3845 111
3846 \end_layout
3847
3848 \end_inset
3849 </cell>
3850 </row>
3851 <row>
3852 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3853 \begin_inset Text
3854
3855 \begin_layout Plain Layout
3856
3857 \series bold
3858 Galletti
3859 \end_layout
3860
3861 \end_inset
3862 </cell>
3863 <cell alignment="center" valignment="top" usebox="none">
3864 \begin_inset Text
3865
3866 \begin_layout Plain Layout
3867 Oreste
3868 \end_layout
3869
3870 \end_inset
3871 </cell>
3872 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3873 \begin_inset Text
3874
3875 \begin_layout Plain Layout
3876 111
3877 \end_layout
3878
3879 \end_inset
3880 </cell>
3881 </row>
3882 <row>
3883 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3884 \begin_inset Text
3885
3886 \begin_layout Plain Layout
3887
3888 \series bold
3889 Gasparini
3890 \end_layout
3891
3892 \end_inset
3893 </cell>
3894 <cell alignment="center" valignment="top" usebox="none">
3895 \begin_inset Text
3896
3897 \begin_layout Plain Layout
3898 Franca
3899 \end_layout
3900
3901 \end_inset
3902 </cell>
3903 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3904 \begin_inset Text
3905
3906 \begin_layout Plain Layout
3907 111
3908 \end_layout
3909
3910 \end_inset
3911 </cell>
3912 </row>
3913 <row>
3914 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3915 \begin_inset Text
3916
3917 \begin_layout Plain Layout
3918
3919 \series bold
3920 Rizzardi
3921 \end_layout
3922
3923 \end_inset
3924 </cell>
3925 <cell alignment="center" valignment="top" usebox="none">
3926 \begin_inset Text
3927
3928 \begin_layout Plain Layout
3929 Paola
3930 \end_layout
3931
3932 \end_inset
3933 </cell>
3934 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3935 \begin_inset Text
3936
3937 \begin_layout Plain Layout
3938 111
3939 \end_layout
3940
3941 \end_inset
3942 </cell>
3943 </row>
3944 <row>
3945 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3946 \begin_inset Text
3947
3948 \begin_layout Plain Layout
3949
3950 \series bold
3951 Lassini
3952 \end_layout
3953
3954 \end_inset
3955 </cell>
3956 <cell alignment="center" valignment="top" usebox="none">
3957 \begin_inset Text
3958
3959 \begin_layout Plain Layout
3960 Giancarlo
3961 \end_layout
3962
3963 \end_inset
3964 </cell>
3965 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3966 \begin_inset Text
3967
3968 \begin_layout Plain Layout
3969 111
3970 \end_layout
3971
3972 \end_inset
3973 </cell>
3974 </row>
3975 <row>
3976 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3977 \begin_inset Text
3978
3979 \begin_layout Plain Layout
3980
3981 \series bold
3982 Malfatti
3983 \end_layout
3984
3985 \end_inset
3986 </cell>
3987 <cell alignment="center" valignment="top" usebox="none">
3988 \begin_inset Text
3989
3990 \begin_layout Plain Layout
3991 Luciano
3992 \end_layout
3993
3994 \end_inset
3995 </cell>
3996 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3997 \begin_inset Text
3998
3999 \begin_layout Plain Layout
4000 111
4001 \end_layout
4002
4003 \end_inset
4004 </cell>
4005 </row>
4006 <row>
4007 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4008 \begin_inset Text
4009
4010 \begin_layout Plain Layout
4011
4012 \series bold
4013 Malfatti
4014 \end_layout
4015
4016 \end_inset
4017 </cell>
4018 <cell alignment="center" valignment="top" usebox="none">
4019 \begin_inset Text
4020
4021 \begin_layout Plain Layout
4022 Valeriano
4023 \end_layout
4024
4025 \end_inset
4026 </cell>
4027 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4028 \begin_inset Text
4029
4030 \begin_layout Plain Layout
4031 111
4032 \end_layout
4033
4034 \end_inset
4035 </cell>
4036 </row>
4037 <row>
4038 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4039 \begin_inset Text
4040
4041 \begin_layout Plain Layout
4042
4043 \series bold
4044 Meneguzzo
4045 \end_layout
4046
4047 \end_inset
4048 </cell>
4049 <cell alignment="center" valignment="top" usebox="none">
4050 \begin_inset Text
4051
4052 \begin_layout Plain Layout
4053 Roberto
4054 \end_layout
4055
4056 \end_inset
4057 </cell>
4058 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4059 \begin_inset Text
4060
4061 \begin_layout Plain Layout
4062 111
4063 \end_layout
4064
4065 \end_inset
4066 </cell>
4067 </row>
4068 <row>
4069 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4070 \begin_inset Text
4071
4072 \begin_layout Plain Layout
4073
4074 \series bold
4075 Mezzadra
4076 \end_layout
4077
4078 \end_inset
4079 </cell>
4080 <cell alignment="center" valignment="top" usebox="none">
4081 \begin_inset Text
4082
4083 \begin_layout Plain Layout
4084 Roberto
4085 \end_layout
4086
4087 \end_inset
4088 </cell>
4089 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4090 \begin_inset Text
4091
4092 \begin_layout Plain Layout
4093 111
4094 \end_layout
4095
4096 \end_inset
4097 </cell>
4098 </row>
4099 <row>
4100 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4101 \begin_inset Text
4102
4103 \begin_layout Plain Layout
4104
4105 \series bold
4106 Pirpamer
4107 \end_layout
4108
4109 \end_inset
4110 </cell>
4111 <cell alignment="center" valignment="top" usebox="none">
4112 \begin_inset Text
4113
4114 \begin_layout Plain Layout
4115 Erich
4116 \end_layout
4117
4118 \end_inset
4119 </cell>
4120 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4121 \begin_inset Text
4122
4123 \begin_layout Plain Layout
4124 111
4125 \end_layout
4126
4127 \end_inset
4128 </cell>
4129 </row>
4130 <row>
4131 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4132 \begin_inset Text
4133
4134 \begin_layout Plain Layout
4135
4136 \series bold
4137 Pochiesa
4138 \end_layout
4139
4140 \end_inset
4141 </cell>
4142 <cell alignment="center" valignment="top" usebox="none">
4143 \begin_inset Text
4144
4145 \begin_layout Plain Layout
4146 Paolo
4147 \end_layout
4148
4149 \end_inset
4150 </cell>
4151 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4152 \begin_inset Text
4153
4154 \begin_layout Plain Layout
4155 111, 222
4156 \end_layout
4157
4158 \end_inset
4159 </cell>
4160 </row>
4161 <row>
4162 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4163 \begin_inset Text
4164
4165 \begin_layout Plain Layout
4166
4167 \series bold
4168 Radina
4169 \end_layout
4170
4171 \end_inset
4172 </cell>
4173 <cell alignment="center" valignment="top" usebox="none">
4174 \begin_inset Text
4175
4176 \begin_layout Plain Layout
4177 Claudio
4178 \end_layout
4179
4180 \end_inset
4181 </cell>
4182 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4183 \begin_inset Text
4184
4185 \begin_layout Plain Layout
4186 111
4187 \end_layout
4188
4189 \end_inset
4190 </cell>
4191 </row>
4192 <row>
4193 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4194 \begin_inset Text
4195
4196 \begin_layout Plain Layout
4197
4198 \series bold
4199 Stuffer
4200 \end_layout
4201
4202 \end_inset
4203 </cell>
4204 <cell alignment="center" valignment="top" usebox="none">
4205 \begin_inset Text
4206
4207 \begin_layout Plain Layout
4208 Oskar
4209 \end_layout
4210
4211 \end_inset
4212 </cell>
4213 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4214 \begin_inset Text
4215
4216 \begin_layout Plain Layout
4217 111
4218 \end_layout
4219
4220 \end_inset
4221 </cell>
4222 </row>
4223 <row>
4224 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4225 \begin_inset Text
4226
4227 \begin_layout Plain Layout
4228
4229 \series bold
4230 Tacchelli
4231 \end_layout
4232
4233 \end_inset
4234 </cell>
4235 <cell alignment="center" valignment="top" usebox="none">
4236 \begin_inset Text
4237
4238 \begin_layout Plain Layout
4239 Ugo
4240 \end_layout
4241
4242 \end_inset
4243 </cell>
4244 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4245 \begin_inset Text
4246
4247 \begin_layout Plain Layout
4248 111
4249 \end_layout
4250
4251 \end_inset
4252 </cell>
4253 </row>
4254 <row>
4255 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4256 \begin_inset Text
4257
4258 \begin_layout Plain Layout
4259
4260 \series bold
4261 Tezzele
4262 \end_layout
4263
4264 \end_inset
4265 </cell>
4266 <cell alignment="center" valignment="top" usebox="none">
4267 \begin_inset Text
4268
4269 \begin_layout Plain Layout
4270 Margit
4271 \end_layout
4272
4273 \end_inset
4274 </cell>
4275 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4276 \begin_inset Text
4277
4278 \begin_layout Plain Layout
4279 111
4280 \end_layout
4281
4282 \end_inset
4283 </cell>
4284 </row>
4285 <row>
4286 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4287 \begin_inset Text
4288
4289 \begin_layout Plain Layout
4290
4291 \series bold
4292 Unterkalmsteiner
4293 \end_layout
4294
4295 \end_inset
4296 </cell>
4297 <cell alignment="center" valignment="top" usebox="none">
4298 \begin_inset Text
4299
4300 \begin_layout Plain Layout
4301 Frieda
4302 \end_layout
4303
4304 \end_inset
4305 </cell>
4306 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4307 \begin_inset Text
4308
4309 \begin_layout Plain Layout
4310 111
4311 \end_layout
4312
4313 \end_inset
4314 </cell>
4315 </row>
4316 <row>
4317 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4318 \begin_inset Text
4319
4320 \begin_layout Plain Layout
4321
4322 \series bold
4323 Vieider
4324 \end_layout
4325
4326 \end_inset
4327 </cell>
4328 <cell alignment="center" valignment="top" usebox="none">
4329 \begin_inset Text
4330
4331 \begin_layout Plain Layout
4332 Hilde
4333 \end_layout
4334
4335 \end_inset
4336 </cell>
4337 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4338 \begin_inset Text
4339
4340 \begin_layout Plain Layout
4341 111
4342 \end_layout
4343
4344 \end_inset
4345 </cell>
4346 </row>
4347 <row>
4348 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4349 \begin_inset Text
4350
4351 \begin_layout Plain Layout
4352
4353 \series bold
4354 Vigna
4355 \end_layout
4356
4357 \end_inset
4358 </cell>
4359 <cell alignment="center" valignment="top" usebox="none">
4360 \begin_inset Text
4361
4362 \begin_layout Plain Layout
4363 Jürgen
4364 \end_layout
4365
4366 \end_inset
4367 </cell>
4368 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4369 \begin_inset Text
4370
4371 \begin_layout Plain Layout
4372 111
4373 \end_layout
4374
4375 \end_inset
4376 </cell>
4377 </row>
4378 <row>
4379 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4380 \begin_inset Text
4381
4382 \begin_layout Plain Layout
4383
4384 \series bold
4385 Weber
4386 \end_layout
4387
4388 \end_inset
4389 </cell>
4390 <cell alignment="center" valignment="top" usebox="none">
4391 \begin_inset Text
4392
4393 \begin_layout Plain Layout
4394 Maurizio
4395 \end_layout
4396
4397 \end_inset
4398 </cell>
4399 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4400 \begin_inset Text
4401
4402 \begin_layout Plain Layout
4403 111
4404 \end_layout
4405
4406 \end_inset
4407 </cell>
4408 </row>
4409 <row>
4410 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4411 \begin_inset Text
4412
4413 \begin_layout Plain Layout
4414
4415 \series bold
4416 Winkler
4417 \end_layout
4418
4419 \end_inset
4420 </cell>
4421 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4422 \begin_inset Text
4423
4424 \begin_layout Plain Layout
4425 Franz
4426 \end_layout
4427
4428 \end_inset
4429 </cell>
4430 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4431 \begin_inset Text
4432
4433 \begin_layout Plain Layout
4434 111
4435 \end_layout
4436
4437 \end_inset
4438 </cell>
4439 </row>
4440 <row>
4441 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4442 \begin_inset Text
4443
4444 \begin_layout Plain Layout
4445  
4446 \end_layout
4447
4448 \end_inset
4449 </cell>
4450 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4451 \begin_inset Text
4452
4453 \begin_layout Plain Layout
4454
4455 \end_layout
4456
4457 \end_inset
4458 </cell>
4459 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4460 \begin_inset Text
4461
4462 \begin_layout Plain Layout
4463
4464 \end_layout
4465
4466 \end_inset
4467 </cell>
4468 </row>
4469 <row>
4470 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4471 \begin_inset Text
4472
4473 \begin_layout Plain Layout
4474
4475 \series bold
4476 Annovi
4477 \end_layout
4478
4479 \end_inset
4480 </cell>
4481 <cell alignment="center" valignment="top" usebox="none">
4482 \begin_inset Text
4483
4484 \begin_layout Plain Layout
4485 Silvia
4486 \end_layout
4487
4488 \end_inset
4489 </cell>
4490 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4491 \begin_inset Text
4492
4493 \begin_layout Plain Layout
4494 555
4495 \end_layout
4496
4497 \end_inset
4498 </cell>
4499 </row>
4500 <row>
4501 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4502 \begin_inset Text
4503
4504 \begin_layout Plain Layout
4505
4506 \series bold
4507 Bertoli
4508 \end_layout
4509
4510 \end_inset
4511 </cell>
4512 <cell alignment="center" valignment="top" usebox="none">
4513 \begin_inset Text
4514
4515 \begin_layout Plain Layout
4516 Stefano
4517 \end_layout
4518
4519 \end_inset
4520 </cell>
4521 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4522 \begin_inset Text
4523
4524 \begin_layout Plain Layout
4525 555
4526 \end_layout
4527
4528 \end_inset
4529 </cell>
4530 </row>
4531 <row>
4532 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4533 \begin_inset Text
4534
4535 \begin_layout Plain Layout
4536
4537 \series bold
4538 Bozzi
4539 \end_layout
4540
4541 \end_inset
4542 </cell>
4543 <cell alignment="center" valignment="top" usebox="none">
4544 \begin_inset Text
4545
4546 \begin_layout Plain Layout
4547 Walter
4548 \end_layout
4549
4550 \end_inset
4551 </cell>
4552 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4553 \begin_inset Text
4554
4555 \begin_layout Plain Layout
4556 555
4557 \end_layout
4558
4559 \end_inset
4560 </cell>
4561 </row>
4562 <row>
4563 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4564 \begin_inset Text
4565
4566 \begin_layout Plain Layout
4567
4568 \series bold
4569 Cachia
4570 \end_layout
4571
4572 \end_inset
4573 </cell>
4574 <cell alignment="center" valignment="top" usebox="none">
4575 \begin_inset Text
4576
4577 \begin_layout Plain Layout
4578 Maria
4579 \end_layout
4580
4581 \end_inset
4582 </cell>
4583 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4584 \begin_inset Text
4585
4586 \begin_layout Plain Layout
4587 555
4588 \end_layout
4589
4590 \end_inset
4591 </cell>
4592 </row>
4593 <row>
4594 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4595 \begin_inset Text
4596
4597 \begin_layout Plain Layout
4598
4599 \series bold
4600 Cachia
4601 \end_layout
4602
4603 \end_inset
4604 </cell>
4605 <cell alignment="center" valignment="top" usebox="none">
4606 \begin_inset Text
4607
4608 \begin_layout Plain Layout
4609 Maurizio
4610 \end_layout
4611
4612 \end_inset
4613 </cell>
4614 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4615 \begin_inset Text
4616
4617 \begin_layout Plain Layout
4618 555
4619 \end_layout
4620
4621 \end_inset
4622 </cell>
4623 </row>
4624 <row>
4625 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4626 \begin_inset Text
4627
4628 \begin_layout Plain Layout
4629
4630 \series bold
4631 Cinquemani
4632 \end_layout
4633
4634 \end_inset
4635 </cell>
4636 <cell alignment="center" valignment="top" usebox="none">
4637 \begin_inset Text
4638
4639 \begin_layout Plain Layout
4640 Giusi
4641 \end_layout
4642
4643 \end_inset
4644 </cell>
4645 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4646 \begin_inset Text
4647
4648 \begin_layout Plain Layout
4649 555
4650 \end_layout
4651
4652 \end_inset
4653 </cell>
4654 </row>
4655 <row>
4656 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4657 \begin_inset Text
4658
4659 \begin_layout Plain Layout
4660
4661 \series bold
4662 Colin
4663 \end_layout
4664
4665 \end_inset
4666 </cell>
4667 <cell alignment="center" valignment="top" usebox="none">
4668 \begin_inset Text
4669
4670 \begin_layout Plain Layout
4671 Bernard
4672 \end_layout
4673
4674 \end_inset
4675 </cell>
4676 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4677 \begin_inset Text
4678
4679 \begin_layout Plain Layout
4680 555
4681 \end_layout
4682
4683 \end_inset
4684 </cell>
4685 </row>
4686 <row>
4687 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4688 \begin_inset Text
4689
4690 \begin_layout Plain Layout
4691
4692 \series bold
4693 Concli
4694 \end_layout
4695
4696 \end_inset
4697 </cell>
4698 <cell alignment="center" valignment="top" usebox="none">
4699 \begin_inset Text
4700
4701 \begin_layout Plain Layout
4702 Gianfranco
4703 \end_layout
4704
4705 \end_inset
4706 </cell>
4707 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4708 \begin_inset Text
4709
4710 \begin_layout Plain Layout
4711 555
4712 \end_layout
4713
4714 \end_inset
4715 </cell>
4716 </row>
4717 <row>
4718 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4719 \begin_inset Text
4720
4721 \begin_layout Plain Layout
4722
4723 \series bold
4724 Dal Bosco
4725 \end_layout
4726
4727 \end_inset
4728 </cell>
4729 <cell alignment="center" valignment="top" usebox="none">
4730 \begin_inset Text
4731
4732 \begin_layout Plain Layout
4733 Carolina
4734 \end_layout
4735
4736 \end_inset
4737 </cell>
4738 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4739 \begin_inset Text
4740
4741 \begin_layout Plain Layout
4742 555
4743 \end_layout
4744
4745 \end_inset
4746 </cell>
4747 </row>
4748 <row>
4749 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4750 \begin_inset Text
4751
4752 \begin_layout Plain Layout
4753
4754 \series bold
4755 Dalpiaz
4756 \end_layout
4757
4758 \end_inset
4759 </cell>
4760 <cell alignment="center" valignment="top" usebox="none">
4761 \begin_inset Text
4762
4763 \begin_layout Plain Layout
4764 Annamaria
4765 \end_layout
4766
4767 \end_inset
4768 </cell>
4769 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4770 \begin_inset Text
4771
4772 \begin_layout Plain Layout
4773 555
4774 \end_layout
4775
4776 \end_inset
4777 </cell>
4778 </row>
4779 <row>
4780 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4781 \begin_inset Text
4782
4783 \begin_layout Plain Layout
4784
4785 \series bold
4786 Feliciello
4787 \end_layout
4788
4789 \end_inset
4790 </cell>
4791 <cell alignment="center" valignment="top" usebox="none">
4792 \begin_inset Text
4793
4794 \begin_layout Plain Layout
4795 Domenico
4796 \end_layout
4797
4798 \end_inset
4799 </cell>
4800 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4801 \begin_inset Text
4802
4803 \begin_layout Plain Layout
4804 555
4805 \end_layout
4806
4807 \end_inset
4808 </cell>
4809 </row>
4810 <row>
4811 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4812 \begin_inset Text
4813
4814 \begin_layout Plain Layout
4815
4816 \series bold
4817 Focarelli
4818 \end_layout
4819
4820 \end_inset
4821 </cell>
4822 <cell alignment="center" valignment="top" usebox="none">
4823 \begin_inset Text
4824
4825 \begin_layout Plain Layout
4826 Paola
4827 \end_layout
4828
4829 \end_inset
4830 </cell>
4831 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4832 \begin_inset Text
4833
4834 \begin_layout Plain Layout
4835 555
4836 \end_layout
4837
4838 \end_inset
4839 </cell>
4840 </row>
4841 <row>
4842 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4843 \begin_inset Text
4844
4845 \begin_layout Plain Layout
4846
4847 \series bold
4848 Galletti
4849 \end_layout
4850
4851 \end_inset
4852 </cell>
4853 <cell alignment="center" valignment="top" usebox="none">
4854 \begin_inset Text
4855
4856 \begin_layout Plain Layout
4857 Oreste
4858 \end_layout
4859
4860 \end_inset
4861 </cell>
4862 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4863 \begin_inset Text
4864
4865 \begin_layout Plain Layout
4866 555
4867 \end_layout
4868
4869 \end_inset
4870 </cell>
4871 </row>
4872 <row>
4873 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4874 \begin_inset Text
4875
4876 \begin_layout Plain Layout
4877
4878 \series bold
4879 Gasparini
4880 \end_layout
4881
4882 \end_inset
4883 </cell>
4884 <cell alignment="center" valignment="top" usebox="none">
4885 \begin_inset Text
4886
4887 \begin_layout Plain Layout
4888 Franca
4889 \end_layout
4890
4891 \end_inset
4892 </cell>
4893 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4894 \begin_inset Text
4895
4896 \begin_layout Plain Layout
4897 555
4898 \end_layout
4899
4900 \end_inset
4901 </cell>
4902 </row>
4903 <row>
4904 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4905 \begin_inset Text
4906
4907 \begin_layout Plain Layout
4908
4909 \series bold
4910 Rizzardi
4911 \end_layout
4912
4913 \end_inset
4914 </cell>
4915 <cell alignment="center" valignment="top" usebox="none">
4916 \begin_inset Text
4917
4918 \begin_layout Plain Layout
4919 Paola
4920 \end_layout
4921
4922 \end_inset
4923 </cell>
4924 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4925 \begin_inset Text
4926
4927 \begin_layout Plain Layout
4928 555
4929 \end_layout
4930
4931 \end_inset
4932 </cell>
4933 </row>
4934 <row>
4935 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4936 \begin_inset Text
4937
4938 \begin_layout Plain Layout
4939
4940 \series bold
4941 Lassini
4942 \end_layout
4943
4944 \end_inset
4945 </cell>
4946 <cell alignment="center" valignment="top" usebox="none">
4947 \begin_inset Text
4948
4949 \begin_layout Plain Layout
4950 Giancarlo
4951 \end_layout
4952
4953 \end_inset
4954 </cell>
4955 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4956 \begin_inset Text
4957
4958 \begin_layout Plain Layout
4959 555
4960 \end_layout
4961
4962 \end_inset
4963 </cell>
4964 </row>
4965 <row>
4966 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4967 \begin_inset Text
4968
4969 \begin_layout Plain Layout
4970
4971 \series bold
4972 Malfatti
4973 \end_layout
4974
4975 \end_inset
4976 </cell>
4977 <cell alignment="center" valignment="top" usebox="none">
4978 \begin_inset Text
4979
4980 \begin_layout Plain Layout
4981 Luciano
4982 \end_layout
4983
4984 \end_inset
4985 </cell>
4986 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4987 \begin_inset Text
4988
4989 \begin_layout Plain Layout
4990 555
4991 \end_layout
4992
4993 \end_inset
4994 </cell>
4995 </row>
4996 <row>
4997 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4998 \begin_inset Text
4999
5000 \begin_layout Plain Layout
5001
5002 \series bold
5003 Malfatti
5004 \end_layout
5005
5006 \end_inset
5007 </cell>
5008 <cell alignment="center" valignment="top" usebox="none">
5009 \begin_inset Text
5010
5011 \begin_layout Plain Layout
5012 Valeriano
5013 \end_layout
5014
5015 \end_inset
5016 </cell>
5017 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5018 \begin_inset Text
5019
5020 \begin_layout Plain Layout
5021 555
5022 \end_layout
5023
5024 \end_inset
5025 </cell>
5026 </row>
5027 <row>
5028 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5029 \begin_inset Text
5030
5031 \begin_layout Plain Layout
5032
5033 \series bold
5034 Meneguzzo
5035 \end_layout
5036
5037 \end_inset
5038 </cell>
5039 <cell alignment="center" valignment="top" usebox="none">
5040 \begin_inset Text
5041
5042 \begin_layout Plain Layout
5043 Roberto
5044 \end_layout
5045
5046 \end_inset
5047 </cell>
5048 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5049 \begin_inset Text
5050
5051 \begin_layout Plain Layout
5052 555
5053 \end_layout
5054
5055 \end_inset
5056 </cell>
5057 </row>
5058 <row>
5059 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5060 \begin_inset Text
5061
5062 \begin_layout Plain Layout
5063
5064 \series bold
5065 Mezzadra
5066 \end_layout
5067
5068 \end_inset
5069 </cell>
5070 <cell alignment="center" valignment="top" usebox="none">
5071 \begin_inset Text
5072
5073 \begin_layout Plain Layout
5074 Roberto
5075 \end_layout
5076
5077 \end_inset
5078 </cell>
5079 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5080 \begin_inset Text
5081
5082 \begin_layout Plain Layout
5083 555
5084 \end_layout
5085
5086 \end_inset
5087 </cell>
5088 </row>
5089 <row>
5090 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5091 \begin_inset Text
5092
5093 \begin_layout Plain Layout
5094
5095 \series bold
5096 Pirpamer
5097 \end_layout
5098
5099 \end_inset
5100 </cell>
5101 <cell alignment="center" valignment="top" usebox="none">
5102 \begin_inset Text
5103
5104 \begin_layout Plain Layout
5105 Erich
5106 \end_layout
5107
5108 \end_inset
5109 </cell>
5110 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5111 \begin_inset Text
5112
5113 \begin_layout Plain Layout
5114 555
5115 \end_layout
5116
5117 \end_inset
5118 </cell>
5119 </row>
5120 <row>
5121 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5122 \begin_inset Text
5123
5124 \begin_layout Plain Layout
5125
5126 \series bold
5127 Pochiesa
5128 \end_layout
5129
5130 \end_inset
5131 </cell>
5132 <cell alignment="center" valignment="top" usebox="none">
5133 \begin_inset Text
5134
5135 \begin_layout Plain Layout
5136 Paolo
5137 \end_layout
5138
5139 \end_inset
5140 </cell>
5141 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5142 \begin_inset Text
5143
5144 \begin_layout Plain Layout
5145 555, 222
5146 \end_layout
5147
5148 \end_inset
5149 </cell>
5150 </row>
5151 <row>
5152 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5153 \begin_inset Text
5154
5155 \begin_layout Plain Layout
5156
5157 \series bold
5158 Radina
5159 \end_layout
5160
5161 \end_inset
5162 </cell>
5163 <cell alignment="center" valignment="top" usebox="none">
5164 \begin_inset Text
5165
5166 \begin_layout Plain Layout
5167 Claudio
5168 \end_layout
5169
5170 \end_inset
5171 </cell>
5172 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5173 \begin_inset Text
5174
5175 \begin_layout Plain Layout
5176 555
5177 \end_layout
5178
5179 \end_inset
5180 </cell>
5181 </row>
5182 <row>
5183 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5184 \begin_inset Text
5185
5186 \begin_layout Plain Layout
5187
5188 \series bold
5189 Stuffer
5190 \end_layout
5191
5192 \end_inset
5193 </cell>
5194 <cell alignment="center" valignment="top" usebox="none">
5195 \begin_inset Text
5196
5197 \begin_layout Plain Layout
5198 Oskar
5199 \end_layout
5200
5201 \end_inset
5202 </cell>
5203 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5204 \begin_inset Text
5205
5206 \begin_layout Plain Layout
5207 555
5208 \end_layout
5209
5210 \end_inset
5211 </cell>
5212 </row>
5213 <row>
5214 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5215 \begin_inset Text
5216
5217 \begin_layout Plain Layout
5218
5219 \series bold
5220 Tacchelli
5221 \end_layout
5222
5223 \end_inset
5224 </cell>
5225 <cell alignment="center" valignment="top" usebox="none">
5226 \begin_inset Text
5227
5228 \begin_layout Plain Layout
5229 Ugo
5230 \end_layout
5231
5232 \end_inset
5233 </cell>
5234 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5235 \begin_inset Text
5236
5237 \begin_layout Plain Layout
5238 555
5239 \end_layout
5240
5241 \end_inset
5242 </cell>
5243 </row>
5244 <row>
5245 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5246 \begin_inset Text
5247
5248 \begin_layout Plain Layout
5249
5250 \series bold
5251 Tezzele
5252 \end_layout
5253
5254 \end_inset
5255 </cell>
5256 <cell alignment="center" valignment="top" usebox="none">
5257 \begin_inset Text
5258
5259 \begin_layout Plain Layout
5260 Margit
5261 \end_layout
5262
5263 \end_inset
5264 </cell>
5265 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5266 \begin_inset Text
5267
5268 \begin_layout Plain Layout
5269 555
5270 \end_layout
5271
5272 \end_inset
5273 </cell>
5274 </row>
5275 <row>
5276 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5277 \begin_inset Text
5278
5279 \begin_layout Plain Layout
5280
5281 \series bold
5282 Unterkalmsteiner
5283 \end_layout
5284
5285 \end_inset
5286 </cell>
5287 <cell alignment="center" valignment="top" usebox="none">
5288 \begin_inset Text
5289
5290 \begin_layout Plain Layout
5291 Frieda
5292 \end_layout
5293
5294 \end_inset
5295 </cell>
5296 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5297 \begin_inset Text
5298
5299 \begin_layout Plain Layout
5300 555
5301 \end_layout
5302
5303 \end_inset
5304 </cell>
5305 </row>
5306 <row>
5307 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5308 \begin_inset Text
5309
5310 \begin_layout Plain Layout
5311
5312 \series bold
5313 Vieider
5314 \end_layout
5315
5316 \end_inset
5317 </cell>
5318 <cell alignment="center" valignment="top" usebox="none">
5319 \begin_inset Text
5320
5321 \begin_layout Plain Layout
5322 Hilde
5323 \end_layout
5324
5325 \end_inset
5326 </cell>
5327 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5328 \begin_inset Text
5329
5330 \begin_layout Plain Layout
5331 555
5332 \end_layout
5333
5334 \end_inset
5335 </cell>
5336 </row>
5337 <row>
5338 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5339 \begin_inset Text
5340
5341 \begin_layout Plain Layout
5342
5343 \series bold
5344 Vigna
5345 \end_layout
5346
5347 \end_inset
5348 </cell>
5349 <cell alignment="center" valignment="top" usebox="none">
5350 \begin_inset Text
5351
5352 \begin_layout Plain Layout
5353 Jürgen
5354 \end_layout
5355
5356 \end_inset
5357 </cell>
5358 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5359 \begin_inset Text
5360
5361 \begin_layout Plain Layout
5362 999
5363 \end_layout
5364
5365 \end_inset
5366 </cell>
5367 </row>
5368 <row>
5369 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5370 \begin_inset Text
5371
5372 \begin_layout Plain Layout
5373
5374 \series bold
5375 Weber
5376 \end_layout
5377
5378 \end_inset
5379 </cell>
5380 <cell alignment="center" valignment="top" usebox="none">
5381 \begin_inset Text
5382
5383 \begin_layout Plain Layout
5384 Maurizio
5385 \end_layout
5386
5387 \end_inset
5388 </cell>
5389 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5390 \begin_inset Text
5391
5392 \begin_layout Plain Layout
5393 555
5394 \end_layout
5395
5396 \end_inset
5397 </cell>
5398 </row>
5399 <row>
5400 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5401 \begin_inset Text
5402
5403 \begin_layout Plain Layout
5404
5405 \series bold
5406 Winkler
5407 \end_layout
5408
5409 \end_inset
5410 </cell>
5411 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5412 \begin_inset Text
5413
5414 \begin_layout Plain Layout
5415 Franz
5416 \end_layout
5417
5418 \end_inset
5419 </cell>
5420 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5421 \begin_inset Text
5422
5423 \begin_layout Plain Layout
5424 555
5425 \end_layout
5426
5427 \end_inset
5428 </cell>
5429 </row>
5430 <row endlastfoot="true">
5431 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5432 \begin_inset Text
5433
5434 \begin_layout Plain Layout
5435 end
5436 \end_layout
5437
5438 \end_inset
5439 </cell>
5440 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5441 \begin_inset Text
5442
5443 \begin_layout Plain Layout
5444
5445 \end_layout
5446
5447 \end_inset
5448 </cell>
5449 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5450 \begin_inset Text
5451
5452 \begin_layout Plain Layout
5453
5454 \end_layout
5455
5456 \end_inset
5457 </cell>
5458 </row>
5459 </lyxtabular>
5460
5461 \end_inset
5462
5463
5464 \begin_inset ERT
5465 status collapsed
5466
5467 \begin_layout Plain Layout
5468
5469
5470 \backslash
5471 addtocounter{table}{-1}
5472 \end_layout
5473
5474 \end_inset
5475
5476
5477 \begin_inset Note Note
5478 status collapsed
5479
5480 \begin_layout Plain Layout
5481 See the first greyed-out note in section
5482 \begin_inset space ~
5483 \end_inset
5484
5485
5486 \begin_inset CommandInset ref
5487 LatexCommand ref
5488 reference "subsec:Multi-page-Table-Captions"
5489
5490 \end_inset
5491
5492  for an explanation of this command.
5493 \end_layout
5494
5495 \end_inset
5496
5497
5498 \end_layout
5499
5500 \begin_layout Subsection
5501 Footnotes in Multi-page tables
5502 \begin_inset CommandInset label
5503 LatexCommand label
5504 name "subsec:Footnotes-in-Multi-page"
5505
5506 \end_inset
5507
5508
5509 \begin_inset Index idx
5510 status collapsed
5511
5512 \begin_layout Plain Layout
5513 Table ! Multi-page Table ! Footnotes
5514 \end_layout
5515
5516 \end_inset
5517
5518
5519 \end_layout
5520
5521 \begin_layout Standard
5522 Footnotes can be inserted to every Multi-page table cell.
5523  They appear at the bottom of the page where the table cell with the footnote
5524  appears.
5525  Table
5526 \begin_inset space ~
5527 \end_inset
5528
5529
5530 \begin_inset CommandInset ref
5531 LatexCommand ref
5532 reference "tab:DiffCaptions"
5533
5534 \end_inset
5535
5536  has for example a footnote.
5537 \end_layout
5538
5539 \begin_layout Subsection
5540 Multi-page Table Alignment
5541 \begin_inset Index idx
5542 status collapsed
5543
5544 \begin_layout Plain Layout
5545 Table ! Multi-page Table ! Alignment
5546 \end_layout
5547
5548 \end_inset
5549
5550
5551 \end_layout
5552
5553 \begin_layout Standard
5554 The horizontal alignment of multi-page tables can be set in the table settings
5555  dialog.
5556  For left- and right-alignment the table will be directly at the page border.
5557  To add space between the table and the border one has to set the alignment
5558  to center and change the value of the \SpecialChar LaTeX
5559 -lengths 
5560 \series bold
5561
5562 \backslash
5563 LTleft 
5564 \series default
5565 or 
5566 \series bold
5567
5568 \backslash
5569 LTright
5570 \series default
5571  by inserting this line as \SpecialChar TeX
5572  Code before the multi-page table:
5573 \end_layout
5574
5575 \begin_layout Standard
5576
5577 \series bold
5578
5579 \backslash
5580 setlength{
5581 \backslash
5582 LTleft}{value}
5583 \end_layout
5584
5585 \begin_layout Standard
5586 The value can have any of the units listed in Table
5587 \begin_inset space ~
5588 \end_inset
5589
5590
5591 \begin_inset CommandInset ref
5592 LatexCommand ref
5593 reference "tab:Units"
5594
5595 \end_inset
5596
5597 .
5598  
5599 \series bold
5600
5601 \backslash
5602 LTleft
5603 \series default
5604  controls the horizontal distance from the left page border to the multi-page
5605  table, 
5606 \series bold
5607
5608 \backslash
5609 LTright
5610 \series default
5611  the distance from the right side.
5612  The default value for both lengths is 
5613 \series bold
5614
5615 \backslash
5616 fill
5617 \series default
5618 , which is in this case the same as an horizontal fill in \SpecialChar LyX
5619 .
5620 \end_layout
5621
5622 \begin_layout Standard
5623 The following multi-page table was centered and 
5624 \series bold
5625
5626 \backslash
5627 LTleft
5628 \series default
5629  set to 
5630 \family sans
5631 0.1
5632 \backslash
5633 columnwidth
5634 \family default
5635 :
5636 \begin_inset ERT
5637 status collapsed
5638
5639 \begin_layout Plain Layout
5640
5641
5642 \backslash
5643 setlength{
5644 \backslash
5645 LTleft}{0.1
5646 \backslash
5647 columnwidth}
5648 \end_layout
5649
5650 \end_inset
5651
5652
5653 \end_layout
5654
5655 \begin_layout Standard
5656 \begin_inset Tabular
5657 <lyxtabular version="3" rows="5" columns="5">
5658 <features islongtable="true" longtabularalignment="center">
5659 <column alignment="center" valignment="top">
5660 <column alignment="center" valignment="top" width="0pt">
5661 <column alignment="center" valignment="top">
5662 <column alignment="center" valignment="top">
5663 <column alignment="center" valignment="top">
5664 <row>
5665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5666 \begin_inset Text
5667
5668 \begin_layout Plain Layout
5669 1
5670 \end_layout
5671
5672 \end_inset
5673 </cell>
5674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5675 \begin_inset Text
5676
5677 \begin_layout Plain Layout
5678 2
5679 \end_layout
5680
5681 \end_inset
5682 </cell>
5683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5684 \begin_inset Text
5685
5686 \begin_layout Plain Layout
5687 3
5688 \end_layout
5689
5690 \end_inset
5691 </cell>
5692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5693 \begin_inset Text
5694
5695 \begin_layout Plain Layout
5696 4
5697 \end_layout
5698
5699 \end_inset
5700 </cell>
5701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5702 \begin_inset Text
5703
5704 \begin_layout Plain Layout
5705 5
5706 \end_layout
5707
5708 \end_inset
5709 </cell>
5710 </row>
5711 <row>
5712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5713 \begin_inset Text
5714
5715 \begin_layout Plain Layout
5716 asd
5717 \end_layout
5718
5719 \end_inset
5720 </cell>
5721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5722 \begin_inset Text
5723
5724 \begin_layout Plain Layout
5725 s
5726 \end_layout
5727
5728 \end_inset
5729 </cell>
5730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5731 \begin_inset Text
5732
5733 \begin_layout Plain Layout
5734 s
5735 \end_layout
5736
5737 \end_inset
5738 </cell>
5739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5740 \begin_inset Text
5741
5742 \begin_layout Plain Layout
5743 s
5744 \end_layout
5745
5746 \end_inset
5747 </cell>
5748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5749 \begin_inset Text
5750
5751 \begin_layout Plain Layout
5752 asd
5753 \end_layout
5754
5755 \end_inset
5756 </cell>
5757 </row>
5758 <row>
5759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5760 \begin_inset Text
5761
5762 \begin_layout Plain Layout
5763 asd
5764 \end_layout
5765
5766 \end_inset
5767 </cell>
5768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5769 \begin_inset Text
5770
5771 \begin_layout Plain Layout
5772 s
5773 \end_layout
5774
5775 \end_inset
5776 </cell>
5777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5778 \begin_inset Text
5779
5780 \begin_layout Plain Layout
5781 s
5782 \end_layout
5783
5784 \end_inset
5785 </cell>
5786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5787 \begin_inset Text
5788
5789 \begin_layout Plain Layout
5790 s
5791 \end_layout
5792
5793 \end_inset
5794 </cell>
5795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5796 \begin_inset Text
5797
5798 \begin_layout Plain Layout
5799 asd
5800 \end_layout
5801
5802 \end_inset
5803 </cell>
5804 </row>
5805 <row>
5806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5807 \begin_inset Text
5808
5809 \begin_layout Plain Layout
5810 asd
5811 \end_layout
5812
5813 \end_inset
5814 </cell>
5815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5816 \begin_inset Text
5817
5818 \begin_layout Plain Layout
5819 s
5820 \end_layout
5821
5822 \end_inset
5823 </cell>
5824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5825 \begin_inset Text
5826
5827 \begin_layout Plain Layout
5828 s
5829 \end_layout
5830
5831 \end_inset
5832 </cell>
5833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5834 \begin_inset Text
5835
5836 \begin_layout Plain Layout
5837 s
5838 \end_layout
5839
5840 \end_inset
5841 </cell>
5842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5843 \begin_inset Text
5844
5845 \begin_layout Plain Layout
5846 asd
5847 \end_layout
5848
5849 \end_inset
5850 </cell>
5851 </row>
5852 <row>
5853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5854 \begin_inset Text
5855
5856 \begin_layout Plain Layout
5857 asd
5858 \end_layout
5859
5860 \end_inset
5861 </cell>
5862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5863 \begin_inset Text
5864
5865 \begin_layout Plain Layout
5866 asd
5867 \end_layout
5868
5869 \end_inset
5870 </cell>
5871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5872 \begin_inset Text
5873
5874 \begin_layout Plain Layout
5875 asd
5876 \end_layout
5877
5878 \end_inset
5879 </cell>
5880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5881 \begin_inset Text
5882
5883 \begin_layout Plain Layout
5884 asd
5885 \end_layout
5886
5887 \end_inset
5888 </cell>
5889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5890 \begin_inset Text
5891
5892 \begin_layout Plain Layout
5893 asd
5894 \end_layout
5895
5896 \end_inset
5897 </cell>
5898 </row>
5899 </lyxtabular>
5900
5901 \end_inset
5902
5903
5904 \begin_inset ERT
5905 status collapsed
5906
5907 \begin_layout Plain Layout
5908
5909
5910 \backslash
5911 setlength{
5912 \backslash
5913 LTleft}{
5914 \backslash
5915 fill}
5916 \end_layout
5917
5918 \end_inset
5919
5920
5921 \begin_inset ERT
5922 status collapsed
5923
5924 \begin_layout Plain Layout
5925
5926
5927 \backslash
5928 addtocounter{table}{-1}
5929 \end_layout
5930
5931 \end_inset
5932
5933
5934 \begin_inset Note Note
5935 status collapsed
5936
5937 \begin_layout Plain Layout
5938 See the first greyed-out note in section
5939 \begin_inset space ~
5940 \end_inset
5941
5942
5943 \begin_inset CommandInset ref
5944 LatexCommand ref
5945 reference "subsec:Multi-page-Table-Captions"
5946
5947 \end_inset
5948
5949  for an explanation of this command.
5950 \end_layout
5951
5952 \end_inset
5953
5954
5955 \end_layout
5956
5957 \begin_layout Subsection
5958 Multi-page Table Captions
5959 \begin_inset Index idx
5960 status collapsed
5961
5962 \begin_layout Plain Layout
5963 Table ! Multi-page Table ! Captions
5964 \end_layout
5965
5966 \end_inset
5967
5968
5969 \begin_inset CommandInset label
5970 LatexCommand label
5971 name "subsec:Multi-page-Table-Captions"
5972
5973 \end_inset
5974
5975
5976 \end_layout
5977
5978 \begin_layout Standard
5979 A multi-page table cannot be put into a table float because floats can only
5980  be on one page.
5981  But the caption environment of floats can also be used for multi-page tables
5982  when you use the multi-page table option 
5983 \family sans
5984 Caption
5985 \family default
5986  as described in sec.
5987 \begin_inset space \thinspace{}
5988 \end_inset
5989
5990
5991 \begin_inset CommandInset ref
5992 LatexCommand ref
5993 reference "sec:Multi-page-Tables"
5994
5995 \end_inset
5996
5997 .
5998  Only one table row should contain a caption, either a header or a footer
5999  row.
6000 \end_layout
6001
6002 \begin_layout Standard
6003 Here is a short multi-page table to see how it works:
6004 \end_layout
6005
6006 \begin_layout Standard
6007 \begin_inset Tabular
6008 <lyxtabular version="3" rows="6" columns="5">
6009 <features islongtable="true" longtabularalignment="center">
6010 <column alignment="center" valignment="top">
6011 <column alignment="center" valignment="top">
6012 <column alignment="center" valignment="top">
6013 <column alignment="center" valignment="top">
6014 <column alignment="center" valignment="top">
6015 <row endfirsthead="true" caption="true">
6016 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6017 \begin_inset Text
6018
6019 \begin_layout Plain Layout
6020 \begin_inset Caption Standard
6021
6022 \begin_layout Plain Layout
6023 Multi-page table with caption
6024 \begin_inset Argument 1
6025 status open
6026
6027 \begin_layout Plain Layout
6028 Multi-page table
6029 \end_layout
6030
6031 \end_inset
6032
6033
6034 \end_layout
6035
6036 \end_inset
6037
6038
6039 \end_layout
6040
6041 \end_inset
6042 </cell>
6043 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6044 \begin_inset Text
6045
6046 \begin_layout Plain Layout
6047
6048 \end_layout
6049
6050 \end_inset
6051 </cell>
6052 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6053 \begin_inset Text
6054
6055 \begin_layout Plain Layout
6056
6057 \end_layout
6058
6059 \end_inset
6060 </cell>
6061 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6062 \begin_inset Text
6063
6064 \begin_layout Plain Layout
6065
6066 \end_layout
6067
6068 \end_inset
6069 </cell>
6070 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6071 \begin_inset Text
6072
6073 \begin_layout Plain Layout
6074
6075 \end_layout
6076
6077 \end_inset
6078 </cell>
6079 </row>
6080 <row>
6081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6082 \begin_inset Text
6083
6084 \begin_layout Plain Layout
6085 1
6086 \end_layout
6087
6088 \end_inset
6089 </cell>
6090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6091 \begin_inset Text
6092
6093 \begin_layout Plain Layout
6094 2
6095 \end_layout
6096
6097 \end_inset
6098 </cell>
6099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6100 \begin_inset Text
6101
6102 \begin_layout Plain Layout
6103 3
6104 \end_layout
6105
6106 \end_inset
6107 </cell>
6108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6109 \begin_inset Text
6110
6111 \begin_layout Plain Layout
6112 4
6113 \end_layout
6114
6115 \end_inset
6116 </cell>
6117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6118 \begin_inset Text
6119
6120 \begin_layout Plain Layout
6121 5
6122 \end_layout
6123
6124 \end_inset
6125 </cell>
6126 </row>
6127 <row>
6128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6129 \begin_inset Text
6130
6131 \begin_layout Plain Layout
6132 asd
6133 \end_layout
6134
6135 \end_inset
6136 </cell>
6137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6138 \begin_inset Text
6139
6140 \begin_layout Plain Layout
6141 s
6142 \end_layout
6143
6144 \end_inset
6145 </cell>
6146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6147 \begin_inset Text
6148
6149 \begin_layout Plain Layout
6150 s
6151 \end_layout
6152
6153 \end_inset
6154 </cell>
6155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6156 \begin_inset Text
6157
6158 \begin_layout Plain Layout
6159 s
6160 \end_layout
6161
6162 \end_inset
6163 </cell>
6164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6165 \begin_inset Text
6166
6167 \begin_layout Plain Layout
6168 asd
6169 \end_layout
6170
6171 \end_inset
6172 </cell>
6173 </row>
6174 <row>
6175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6176 \begin_inset Text
6177
6178 \begin_layout Plain Layout
6179 asd
6180 \end_layout
6181
6182 \end_inset
6183 </cell>
6184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6185 \begin_inset Text
6186
6187 \begin_layout Plain Layout
6188 s
6189 \end_layout
6190
6191 \end_inset
6192 </cell>
6193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6194 \begin_inset Text
6195
6196 \begin_layout Plain Layout
6197 s
6198 \end_layout
6199
6200 \end_inset
6201 </cell>
6202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6203 \begin_inset Text
6204
6205 \begin_layout Plain Layout
6206 s
6207 \end_layout
6208
6209 \end_inset
6210 </cell>
6211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6212 \begin_inset Text
6213
6214 \begin_layout Plain Layout
6215 asd
6216 \end_layout
6217
6218 \end_inset
6219 </cell>
6220 </row>
6221 <row>
6222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6223 \begin_inset Text
6224
6225 \begin_layout Plain Layout
6226 asd
6227 \end_layout
6228
6229 \end_inset
6230 </cell>
6231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6232 \begin_inset Text
6233
6234 \begin_layout Plain Layout
6235 s
6236 \end_layout
6237
6238 \end_inset
6239 </cell>
6240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6241 \begin_inset Text
6242
6243 \begin_layout Plain Layout
6244 s
6245 \end_layout
6246
6247 \end_inset
6248 </cell>
6249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6250 \begin_inset Text
6251
6252 \begin_layout Plain Layout
6253 s
6254 \end_layout
6255
6256 \end_inset
6257 </cell>
6258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6259 \begin_inset Text
6260
6261 \begin_layout Plain Layout
6262 asd
6263 \end_layout
6264
6265 \end_inset
6266 </cell>
6267 </row>
6268 <row>
6269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6270 \begin_inset Text
6271
6272 \begin_layout Plain Layout
6273 asd
6274 \end_layout
6275
6276 \end_inset
6277 </cell>
6278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6279 \begin_inset Text
6280
6281 \begin_layout Plain Layout
6282 asd
6283 \end_layout
6284
6285 \end_inset
6286 </cell>
6287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6288 \begin_inset Text
6289
6290 \begin_layout Plain Layout
6291 asd
6292 \end_layout
6293
6294 \end_inset
6295 </cell>
6296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6297 \begin_inset Text
6298
6299 \begin_layout Plain Layout
6300 asd
6301 \end_layout
6302
6303 \end_inset
6304 </cell>
6305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6306 \begin_inset Text
6307
6308 \begin_layout Plain Layout
6309 asd
6310 \end_layout
6311
6312 \end_inset
6313 </cell>
6314 </row>
6315 </lyxtabular>
6316
6317 \end_inset
6318
6319
6320 \end_layout
6321
6322 \begin_layout Standard
6323 \begin_inset VSpace medskip
6324 \end_inset
6325
6326
6327 \begin_inset Note Greyedout
6328 status open
6329
6330 \begin_layout Plain Layout
6331
6332 \series bold
6333 Note
6334 \begin_inset space ~
6335 \end_inset
6336
6337 1:
6338 \series default
6339  The table number is increased for every multi-page table, even if you did
6340  not set a caption for it.
6341  For this reason you could have the case that e.
6342 \begin_inset space \thinspace{}
6343 \end_inset
6344
6345 g.
6346 \begin_inset space \space{}
6347 \end_inset
6348
6349 Table
6350 \begin_inset space ~
6351 \end_inset
6352
6353 2.4 follows Table
6354 \begin_inset space ~
6355 \end_inset
6356
6357 2.1 in the list of tables if there are two multi-page tables without captions.
6358  To avoid this you can add the following command in \SpecialChar TeX
6359  Code after every multi-page
6360  table without a caption:
6361 \end_layout
6362
6363 \begin_layout Plain Layout
6364
6365 \series bold
6366
6367 \backslash
6368 addtocounter{table}{-1}
6369 \end_layout
6370
6371 \begin_layout Plain Layout
6372 This is not needed when none of your multi-page tables has a caption and
6373  you add the following code to the document preamble:
6374 \end_layout
6375
6376 \begin_layout Plain Layout
6377
6378 \series bold
6379
6380 \backslash
6381 let
6382 \backslash
6383 myEnd
6384 \backslash
6385 endlongtable
6386 \begin_inset Newline newline
6387 \end_inset
6388
6389
6390 \backslash
6391 renewcommand{
6392 \backslash
6393 endlongtable}{
6394 \backslash
6395 myEnd
6396 \backslash
6397 addtocounter{table}{-1}}
6398 \end_layout
6399
6400 \end_inset
6401
6402
6403 \end_layout
6404
6405 \begin_layout Standard
6406 \begin_inset Note Greyedout
6407 status open
6408
6409 \begin_layout Plain Layout
6410
6411 \series bold
6412 Note
6413 \begin_inset space ~
6414 \end_inset
6415
6416 2:
6417 \series default
6418  If you are using
6419 \series bold
6420  hyperref
6421 \series default
6422
6423 \begin_inset Index idx
6424 status collapsed
6425
6426 \begin_layout Plain Layout
6427 \SpecialChar LaTeX
6428 -packages ! hyperref
6429 \end_layout
6430
6431 \end_inset
6432
6433  in the 
6434 \family sans
6435 PDF Properties
6436 \family default
6437  of the 
6438 \family sans
6439 Document Settings
6440 \family default
6441  dialog to link cross-references, the link to a multi-page table caption
6442  will always point to the beginning of the document.
6443 \end_layout
6444
6445 \end_inset
6446
6447
6448 \end_layout
6449
6450 \begin_layout Subsubsection
6451 References to multi-page tables
6452 \begin_inset Index idx
6453 status collapsed
6454
6455 \begin_layout Plain Layout
6456 Table ! Multi-page Table ! References
6457 \end_layout
6458
6459 \end_inset
6460
6461
6462 \end_layout
6463
6464 \begin_layout Standard
6465 \begin_inset Tabular
6466 <lyxtabular version="3" rows="6" columns="5">
6467 <features islongtable="true" longtabularalignment="center">
6468 <column alignment="center" valignment="top">
6469 <column alignment="center" valignment="top">
6470 <column alignment="center" valignment="top">
6471 <column alignment="center" valignment="top">
6472 <column alignment="center" valignment="top">
6473 <row endfirsthead="true" caption="true">
6474 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6475 \begin_inset Text
6476
6477 \begin_layout Plain Layout
6478 \begin_inset Caption Standard
6479
6480 \begin_layout Plain Layout
6481 Referenced multi-page table
6482 \begin_inset CommandInset label
6483 LatexCommand label
6484 name "tab:Referenced-multi-page-table"
6485
6486 \end_inset
6487
6488
6489 \end_layout
6490
6491 \end_inset
6492
6493
6494 \end_layout
6495
6496 \end_inset
6497 </cell>
6498 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6499 \begin_inset Text
6500
6501 \begin_layout Plain Layout
6502
6503 \end_layout
6504
6505 \end_inset
6506 </cell>
6507 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6508 \begin_inset Text
6509
6510 \begin_layout Plain Layout
6511
6512 \end_layout
6513
6514 \end_inset
6515 </cell>
6516 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6517 \begin_inset Text
6518
6519 \begin_layout Plain Layout
6520
6521 \end_layout
6522
6523 \end_inset
6524 </cell>
6525 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6526 \begin_inset Text
6527
6528 \begin_layout Plain Layout
6529
6530 \end_layout
6531
6532 \end_inset
6533 </cell>
6534 </row>
6535 <row>
6536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6537 \begin_inset Text
6538
6539 \begin_layout Plain Layout
6540 1
6541 \end_layout
6542
6543 \end_inset
6544 </cell>
6545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6546 \begin_inset Text
6547
6548 \begin_layout Plain Layout
6549 2
6550 \end_layout
6551
6552 \end_inset
6553 </cell>
6554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6555 \begin_inset Text
6556
6557 \begin_layout Plain Layout
6558 3
6559 \end_layout
6560
6561 \end_inset
6562 </cell>
6563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6564 \begin_inset Text
6565
6566 \begin_layout Plain Layout
6567 4
6568 \end_layout
6569
6570 \end_inset
6571 </cell>
6572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6573 \begin_inset Text
6574
6575 \begin_layout Plain Layout
6576 5
6577 \end_layout
6578
6579 \end_inset
6580 </cell>
6581 </row>
6582 <row>
6583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6584 \begin_inset Text
6585
6586 \begin_layout Plain Layout
6587 asd
6588 \end_layout
6589
6590 \end_inset
6591 </cell>
6592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6593 \begin_inset Text
6594
6595 \begin_layout Plain Layout
6596 s
6597 \end_layout
6598
6599 \end_inset
6600 </cell>
6601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6602 \begin_inset Text
6603
6604 \begin_layout Plain Layout
6605 s
6606 \end_layout
6607
6608 \end_inset
6609 </cell>
6610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6611 \begin_inset Text
6612
6613 \begin_layout Plain Layout
6614 s
6615 \end_layout
6616
6617 \end_inset
6618 </cell>
6619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6620 \begin_inset Text
6621
6622 \begin_layout Plain Layout
6623 asd
6624 \end_layout
6625
6626 \end_inset
6627 </cell>
6628 </row>
6629 <row>
6630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6631 \begin_inset Text
6632
6633 \begin_layout Plain Layout
6634 asd
6635 \end_layout
6636
6637 \end_inset
6638 </cell>
6639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6640 \begin_inset Text
6641
6642 \begin_layout Plain Layout
6643 s
6644 \end_layout
6645
6646 \end_inset
6647 </cell>
6648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6649 \begin_inset Text
6650
6651 \begin_layout Plain Layout
6652 s
6653 \end_layout
6654
6655 \end_inset
6656 </cell>
6657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6658 \begin_inset Text
6659
6660 \begin_layout Plain Layout
6661 s
6662 \end_layout
6663
6664 \end_inset
6665 </cell>
6666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6667 \begin_inset Text
6668
6669 \begin_layout Plain Layout
6670 asd
6671 \end_layout
6672
6673 \end_inset
6674 </cell>
6675 </row>
6676 <row>
6677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6678 \begin_inset Text
6679
6680 \begin_layout Plain Layout
6681 asd
6682 \end_layout
6683
6684 \end_inset
6685 </cell>
6686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6687 \begin_inset Text
6688
6689 \begin_layout Plain Layout
6690 s
6691 \end_layout
6692
6693 \end_inset
6694 </cell>
6695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6696 \begin_inset Text
6697
6698 \begin_layout Plain Layout
6699 s
6700 \end_layout
6701
6702 \end_inset
6703 </cell>
6704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6705 \begin_inset Text
6706
6707 \begin_layout Plain Layout
6708 s
6709 \end_layout
6710
6711 \end_inset
6712 </cell>
6713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6714 \begin_inset Text
6715
6716 \begin_layout Plain Layout
6717 asd
6718 \end_layout
6719
6720 \end_inset
6721 </cell>
6722 </row>
6723 <row>
6724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6725 \begin_inset Text
6726
6727 \begin_layout Plain Layout
6728 asd
6729 \end_layout
6730
6731 \end_inset
6732 </cell>
6733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6734 \begin_inset Text
6735
6736 \begin_layout Plain Layout
6737 sad
6738 \end_layout
6739
6740 \end_inset
6741 </cell>
6742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6743 \begin_inset Text
6744
6745 \begin_layout Plain Layout
6746 asd
6747 \end_layout
6748
6749 \end_inset
6750 </cell>
6751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6752 \begin_inset Text
6753
6754 \begin_layout Plain Layout
6755 asd
6756 \end_layout
6757
6758 \end_inset
6759 </cell>
6760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6761 \begin_inset Text
6762
6763 \begin_layout Plain Layout
6764 asd
6765 \end_layout
6766
6767 \end_inset
6768 </cell>
6769 </row>
6770 </lyxtabular>
6771
6772 \end_inset
6773
6774
6775 \end_layout
6776
6777 \begin_layout Standard
6778 To reference a multi-page table, insert a label into the caption.
6779 \end_layout
6780
6781 \begin_layout Standard
6782 This is a reference to Table
6783 \begin_inset space ~
6784 \end_inset
6785
6786
6787 \begin_inset CommandInset ref
6788 LatexCommand ref
6789 reference "tab:Referenced-multi-page-table"
6790
6791 \end_inset
6792
6793 .
6794 \end_layout
6795
6796 \begin_layout Standard
6797 The caption layout can be set together with all other captions of your document
6798  using the \SpecialChar LaTeX
6799 -package 
6800 \series bold
6801 caption
6802 \series default
6803
6804 \begin_inset Index idx
6805 status collapsed
6806
6807 \begin_layout Plain Layout
6808 \SpecialChar LaTeX
6809 -packages ! caption
6810 \end_layout
6811
6812 \end_inset
6813
6814 , see section
6815 \begin_inset space ~
6816 \end_inset
6817
6818
6819 \begin_inset CommandInset ref
6820 LatexCommand ref
6821 reference "sec:Caption-Formatting"
6822
6823 \end_inset
6824
6825 .
6826 \end_layout
6827
6828 \begin_layout Subsubsection
6829 Caption Width
6830 \begin_inset Index idx
6831 status collapsed
6832
6833 \begin_layout Plain Layout
6834 Table ! Multi-page Table ! Caption Width
6835 \end_layout
6836
6837 \end_inset
6838
6839
6840 \end_layout
6841
6842 \begin_layout Standard
6843 The maximal width of caption lines is defined by the length 
6844 \series bold
6845
6846 \backslash
6847 LTcapwidth
6848 \series default
6849 .
6850  Its default value is 4
6851 \begin_inset space \thinspace{}
6852 \end_inset
6853
6854 in.
6855  To change it add the following command to your document preamble or as
6856  \SpecialChar TeX
6857  Code into your document before the multi-page table that should be affected
6858 \end_layout
6859
6860 \begin_layout Standard
6861
6862 \series bold
6863
6864 \backslash
6865 setlength{
6866 \backslash
6867 LTcapwidth}{width}
6868 \end_layout
6869
6870 \begin_layout Standard
6871 where the 
6872 \family sans
6873 width
6874 \family default
6875  can have one of the units listed in appendix
6876 \begin_inset space ~
6877 \end_inset
6878
6879
6880 \begin_inset CommandInset ref
6881 LatexCommand ref
6882 reference "cha:Units-available-in"
6883
6884 \end_inset
6885
6886 .
6887 \end_layout
6888
6889 \begin_layout Standard
6890 The following tables show the difference:
6891 \end_layout
6892
6893 \begin_layout Standard
6894 \begin_inset Tabular
6895 <lyxtabular version="3" rows="6" columns="5">
6896 <features islongtable="true" longtabularalignment="center">
6897 <column alignment="center" valignment="top">
6898 <column alignment="center" valignment="top">
6899 <column alignment="center" valignment="top">
6900 <column alignment="center" valignment="top">
6901 <column alignment="center" valignment="top">
6902 <row endfirsthead="true" caption="true">
6903 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6904 \begin_inset Text
6905
6906 \begin_layout Plain Layout
6907 \begin_inset Caption Standard
6908
6909 \begin_layout Plain Layout
6910 Long full title with default width long full title with default width long
6911  full title with default width
6912 \begin_inset Argument 1
6913 status collapsed
6914
6915 \begin_layout Plain Layout
6916 caption with default width
6917 \end_layout
6918
6919 \end_inset
6920
6921
6922 \end_layout
6923
6924 \end_inset
6925
6926
6927 \end_layout
6928
6929 \end_inset
6930 </cell>
6931 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6932 \begin_inset Text
6933
6934 \begin_layout Plain Layout
6935
6936 \end_layout
6937
6938 \end_inset
6939 </cell>
6940 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6941 \begin_inset Text
6942
6943 \begin_layout Plain Layout
6944
6945 \end_layout
6946
6947 \end_inset
6948 </cell>
6949 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6950 \begin_inset Text
6951
6952 \begin_layout Plain Layout
6953
6954 \end_layout
6955
6956 \end_inset
6957 </cell>
6958 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6959 \begin_inset Text
6960
6961 \begin_layout Plain Layout
6962
6963 \end_layout
6964
6965 \end_inset
6966 </cell>
6967 </row>
6968 <row>
6969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6970 \begin_inset Text
6971
6972 \begin_layout Plain Layout
6973 1
6974 \end_layout
6975
6976 \end_inset
6977 </cell>
6978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6979 \begin_inset Text
6980
6981 \begin_layout Plain Layout
6982 2
6983 \end_layout
6984
6985 \end_inset
6986 </cell>
6987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6988 \begin_inset Text
6989
6990 \begin_layout Plain Layout
6991 3
6992 \end_layout
6993
6994 \end_inset
6995 </cell>
6996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6997 \begin_inset Text
6998
6999 \begin_layout Plain Layout
7000 4
7001 \end_layout
7002
7003 \end_inset
7004 </cell>
7005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7006 \begin_inset Text
7007
7008 \begin_layout Plain Layout
7009 5
7010 \end_layout
7011
7012 \end_inset
7013 </cell>
7014 </row>
7015 <row>
7016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7017 \begin_inset Text
7018
7019 \begin_layout Plain Layout
7020 asd
7021 \end_layout
7022
7023 \end_inset
7024 </cell>
7025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7026 \begin_inset Text
7027
7028 \begin_layout Plain Layout
7029 s
7030 \end_layout
7031
7032 \end_inset
7033 </cell>
7034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7035 \begin_inset Text
7036
7037 \begin_layout Plain Layout
7038 s
7039 \end_layout
7040
7041 \end_inset
7042 </cell>
7043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7044 \begin_inset Text
7045
7046 \begin_layout Plain Layout
7047 s
7048 \end_layout
7049
7050 \end_inset
7051 </cell>
7052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7053 \begin_inset Text
7054
7055 \begin_layout Plain Layout
7056 asd
7057 \end_layout
7058
7059 \end_inset
7060 </cell>
7061 </row>
7062 <row>
7063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7064 \begin_inset Text
7065
7066 \begin_layout Plain Layout
7067 asd
7068 \end_layout
7069
7070 \end_inset
7071 </cell>
7072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7073 \begin_inset Text
7074
7075 \begin_layout Plain Layout
7076 s
7077 \end_layout
7078
7079 \end_inset
7080 </cell>
7081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7082 \begin_inset Text
7083
7084 \begin_layout Plain Layout
7085 s
7086 \end_layout
7087
7088 \end_inset
7089 </cell>
7090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7091 \begin_inset Text
7092
7093 \begin_layout Plain Layout
7094 s
7095 \end_layout
7096
7097 \end_inset
7098 </cell>
7099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7100 \begin_inset Text
7101
7102 \begin_layout Plain Layout
7103 asd
7104 \end_layout
7105
7106 \end_inset
7107 </cell>
7108 </row>
7109 <row>
7110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7111 \begin_inset Text
7112
7113 \begin_layout Plain Layout
7114 asd
7115 \end_layout
7116
7117 \end_inset
7118 </cell>
7119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7120 \begin_inset Text
7121
7122 \begin_layout Plain Layout
7123 s
7124 \end_layout
7125
7126 \end_inset
7127 </cell>
7128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7129 \begin_inset Text
7130
7131 \begin_layout Plain Layout
7132 s
7133 \end_layout
7134
7135 \end_inset
7136 </cell>
7137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7138 \begin_inset Text
7139
7140 \begin_layout Plain Layout
7141 s
7142 \end_layout
7143
7144 \end_inset
7145 </cell>
7146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7147 \begin_inset Text
7148
7149 \begin_layout Plain Layout
7150 asd
7151 \end_layout
7152
7153 \end_inset
7154 </cell>
7155 </row>
7156 <row>
7157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7158 \begin_inset Text
7159
7160 \begin_layout Plain Layout
7161 asd
7162 \end_layout
7163
7164 \end_inset
7165 </cell>
7166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7167 \begin_inset Text
7168
7169 \begin_layout Plain Layout
7170 sad
7171 \end_layout
7172
7173 \end_inset
7174 </cell>
7175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7176 \begin_inset Text
7177
7178 \begin_layout Plain Layout
7179 asd
7180 \end_layout
7181
7182 \end_inset
7183 </cell>
7184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7185 \begin_inset Text
7186
7187 \begin_layout Plain Layout
7188 asd
7189 \end_layout
7190
7191 \end_inset
7192 </cell>
7193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7194 \begin_inset Text
7195
7196 \begin_layout Plain Layout
7197 asd
7198 \end_layout
7199
7200 \end_inset
7201 </cell>
7202 </row>
7203 </lyxtabular>
7204
7205 \end_inset
7206
7207
7208 \end_layout
7209
7210 \begin_layout Standard
7211 \begin_inset ERT
7212 status collapsed
7213
7214 \begin_layout Plain Layout
7215
7216
7217 \backslash
7218 setlength{
7219 \backslash
7220 LTcapwidth}{5cm}
7221 \end_layout
7222
7223 \end_inset
7224
7225
7226 \begin_inset Tabular
7227 <lyxtabular version="3" rows="6" columns="5">
7228 <features islongtable="true" longtabularalignment="center">
7229 <column alignment="center" valignment="top">
7230 <column alignment="center" valignment="top">
7231 <column alignment="center" valignment="top">
7232 <column alignment="center" valignment="top">
7233 <column alignment="center" valignment="top">
7234 <row endfirsthead="true" caption="true">
7235 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7236 \begin_inset Text
7237
7238 \begin_layout Plain Layout
7239 \begin_inset Caption Standard
7240
7241 \begin_layout Plain Layout
7242 Long full title with width set to 5
7243 \begin_inset space \thinspace{}
7244 \end_inset
7245
7246 cm long full title with width set to 5
7247 \begin_inset space \thinspace{}
7248 \end_inset
7249
7250 cm long full title with width set to 5
7251 \begin_inset space \thinspace{}
7252 \end_inset
7253
7254 cm
7255 \begin_inset Argument 1
7256 status collapsed
7257
7258 \begin_layout Plain Layout
7259 caption with width
7260 \begin_inset space \thinspace{}
7261 \end_inset
7262
7263 =
7264 \begin_inset space \thinspace{}
7265 \end_inset
7266
7267 5
7268 \begin_inset space \thinspace{}
7269 \end_inset
7270
7271 cm
7272 \end_layout
7273
7274 \end_inset
7275
7276
7277 \end_layout
7278
7279 \end_inset
7280
7281
7282 \end_layout
7283
7284 \end_inset
7285 </cell>
7286 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7287 \begin_inset Text
7288
7289 \begin_layout Plain Layout
7290
7291 \end_layout
7292
7293 \end_inset
7294 </cell>
7295 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7296 \begin_inset Text
7297
7298 \begin_layout Plain Layout
7299
7300 \end_layout
7301
7302 \end_inset
7303 </cell>
7304 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7305 \begin_inset Text
7306
7307 \begin_layout Plain Layout
7308
7309 \end_layout
7310
7311 \end_inset
7312 </cell>
7313 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7314 \begin_inset Text
7315
7316 \begin_layout Plain Layout
7317
7318 \end_layout
7319
7320 \end_inset
7321 </cell>
7322 </row>
7323 <row>
7324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7325 \begin_inset Text
7326
7327 \begin_layout Plain Layout
7328 1
7329 \end_layout
7330
7331 \end_inset
7332 </cell>
7333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7334 \begin_inset Text
7335
7336 \begin_layout Plain Layout
7337 2
7338 \end_layout
7339
7340 \end_inset
7341 </cell>
7342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7343 \begin_inset Text
7344
7345 \begin_layout Plain Layout
7346 3
7347 \end_layout
7348
7349 \end_inset
7350 </cell>
7351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7352 \begin_inset Text
7353
7354 \begin_layout Plain Layout
7355 4
7356 \end_layout
7357
7358 \end_inset
7359 </cell>
7360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7361 \begin_inset Text
7362
7363 \begin_layout Plain Layout
7364 5
7365 \end_layout
7366
7367 \end_inset
7368 </cell>
7369 </row>
7370 <row>
7371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7372 \begin_inset Text
7373
7374 \begin_layout Plain Layout
7375 asd
7376 \end_layout
7377
7378 \end_inset
7379 </cell>
7380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7381 \begin_inset Text
7382
7383 \begin_layout Plain Layout
7384 s
7385 \end_layout
7386
7387 \end_inset
7388 </cell>
7389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7390 \begin_inset Text
7391
7392 \begin_layout Plain Layout
7393 s
7394 \end_layout
7395
7396 \end_inset
7397 </cell>
7398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7399 \begin_inset Text
7400
7401 \begin_layout Plain Layout
7402 s
7403 \end_layout
7404
7405 \end_inset
7406 </cell>
7407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7408 \begin_inset Text
7409
7410 \begin_layout Plain Layout
7411 asd
7412 \end_layout
7413
7414 \end_inset
7415 </cell>
7416 </row>
7417 <row>
7418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7419 \begin_inset Text
7420
7421 \begin_layout Plain Layout
7422 asd
7423 \end_layout
7424
7425 \end_inset
7426 </cell>
7427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7428 \begin_inset Text
7429
7430 \begin_layout Plain Layout
7431 s
7432 \end_layout
7433
7434 \end_inset
7435 </cell>
7436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7437 \begin_inset Text
7438
7439 \begin_layout Plain Layout
7440 s
7441 \end_layout
7442
7443 \end_inset
7444 </cell>
7445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7446 \begin_inset Text
7447
7448 \begin_layout Plain Layout
7449 s
7450 \end_layout
7451
7452 \end_inset
7453 </cell>
7454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7455 \begin_inset Text
7456
7457 \begin_layout Plain Layout
7458 asd
7459 \end_layout
7460
7461 \end_inset
7462 </cell>
7463 </row>
7464 <row>
7465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7466 \begin_inset Text
7467
7468 \begin_layout Plain Layout
7469 asd
7470 \end_layout
7471
7472 \end_inset
7473 </cell>
7474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7475 \begin_inset Text
7476
7477 \begin_layout Plain Layout
7478 s
7479 \end_layout
7480
7481 \end_inset
7482 </cell>
7483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7484 \begin_inset Text
7485
7486 \begin_layout Plain Layout
7487 s
7488 \end_layout
7489
7490 \end_inset
7491 </cell>
7492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7493 \begin_inset Text
7494
7495 \begin_layout Plain Layout
7496 s
7497 \end_layout
7498
7499 \end_inset
7500 </cell>
7501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7502 \begin_inset Text
7503
7504 \begin_layout Plain Layout
7505 asd
7506 \end_layout
7507
7508 \end_inset
7509 </cell>
7510 </row>
7511 <row>
7512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7513 \begin_inset Text
7514
7515 \begin_layout Plain Layout
7516 asd
7517 \end_layout
7518
7519 \end_inset
7520 </cell>
7521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7522 \begin_inset Text
7523
7524 \begin_layout Plain Layout
7525 sad
7526 \end_layout
7527
7528 \end_inset
7529 </cell>
7530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7531 \begin_inset Text
7532
7533 \begin_layout Plain Layout
7534 asd
7535 \end_layout
7536
7537 \end_inset
7538 </cell>
7539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7540 \begin_inset Text
7541
7542 \begin_layout Plain Layout
7543 asd
7544 \end_layout
7545
7546 \end_inset
7547 </cell>
7548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7549 \begin_inset Text
7550
7551 \begin_layout Plain Layout
7552 asd
7553 \end_layout
7554
7555 \end_inset
7556 </cell>
7557 </row>
7558 </lyxtabular>
7559
7560 \end_inset
7561
7562
7563 \end_layout
7564
7565 \begin_layout Standard
7566 \begin_inset ERT
7567 status collapsed
7568
7569 \begin_layout Plain Layout
7570
7571
7572 \backslash
7573 setlength{
7574 \backslash
7575 LTcapwidth}{4in}
7576 \end_layout
7577
7578 \end_inset
7579
7580
7581 \end_layout
7582
7583 \begin_layout Standard
7584 \begin_inset Note Greyedout
7585 status open
7586
7587 \begin_layout Plain Layout
7588
7589 \series bold
7590 Note:
7591 \series default
7592  When the \SpecialChar LaTeX
7593 -package 
7594 \series bold
7595 caption
7596 \series default
7597
7598 \begin_inset Index idx
7599 status collapsed
7600
7601 \begin_layout Plain Layout
7602 \SpecialChar LaTeX
7603 -packages ! caption
7604 \end_layout
7605
7606 \end_inset
7607
7608  is used, as in this document, the full page width is used for the caption
7609  when you use the default value of 4
7610 \begin_inset space \thinspace{}
7611 \end_inset
7612
7613 in for 
7614 \series bold
7615
7616 \backslash
7617 LTcapwidth
7618 \series default
7619 .
7620  To get in this case exactly a 4
7621 \begin_inset space \thinspace{}
7622 \end_inset
7623
7624 in wide caption, you can either use a value slightly different from 4.0
7625 \begin_inset space \thinspace{}
7626 \end_inset
7627
7628 in, e.
7629 \begin_inset space \thinspace{}
7630 \end_inset
7631
7632 g.
7633 \begin_inset space \space{}
7634 \end_inset
7635
7636 3.99
7637 \begin_inset space \thinspace{}
7638 \end_inset
7639
7640 in, or the \SpecialChar LaTeX
7641 -command 
7642 \series bold
7643
7644 \backslash
7645 captionsetup{width=value}
7646 \series default
7647  that is provided by the 
7648 \series bold
7649 caption
7650 \series default
7651 -package.
7652 \end_layout
7653
7654 \end_inset
7655
7656
7657 \end_layout
7658
7659 \begin_layout Subsubsection
7660 Different Captions for Table Pages
7661 \begin_inset Index idx
7662 status collapsed
7663
7664 \begin_layout Plain Layout
7665 Table ! Multi-page Table ! Different Captions for Pages
7666 \end_layout
7667
7668 \end_inset
7669
7670
7671 \end_layout
7672
7673 \begin_layout Standard
7674 When the table captions for the following pages should differ from the one
7675  of the first table page, mark a empty row as header which contains a caption.
7676  Then right-click on the caption and select in the context menu 
7677 \family sans
7678 Caption
7679 \begin_inset space ~
7680 \end_inset
7681
7682 (Unnumbered)
7683 \family default
7684 .
7685  Table
7686 \begin_inset space ~
7687 \end_inset
7688
7689
7690 \begin_inset CommandInset ref
7691 LatexCommand ref
7692 reference "tab:DiffCaptions"
7693
7694 \end_inset
7695
7696  is an example of a multi-page table with different heading where the second
7697  caption does not include the table number.
7698 \end_layout
7699
7700 \begin_layout Standard
7701 \align center
7702 \begin_inset Tabular
7703 <lyxtabular version="3" rows="59" columns="3">
7704 <features islongtable="true" longtabularalignment="center">
7705 <column alignment="left" valignment="top" width="0cm">
7706 <column alignment="left" valignment="top" width="0pt">
7707 <column alignment="center" valignment="top" width="0pt">
7708 <row endfirsthead="true" caption="true">
7709 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7710 \begin_inset Text
7711
7712 \begin_layout Plain Layout
7713 \begin_inset Caption Standard
7714
7715 \begin_layout Plain Layout
7716 Example Phone List
7717 \begin_inset CommandInset label
7718 LatexCommand label
7719 name "tab:DiffCaptions"
7720
7721 \end_inset
7722
7723
7724 \begin_inset Argument 1
7725 status collapsed
7726
7727 \begin_layout Plain Layout
7728 Example Phone List
7729 \end_layout
7730
7731 \end_inset
7732
7733
7734 \end_layout
7735
7736 \end_inset
7737
7738
7739 \end_layout
7740
7741 \end_inset
7742 </cell>
7743 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7744 \begin_inset Text
7745
7746 \begin_layout Plain Layout
7747
7748 \end_layout
7749
7750 \end_inset
7751 </cell>
7752 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7753 \begin_inset Text
7754
7755 \begin_layout Plain Layout
7756
7757 \end_layout
7758
7759 \end_inset
7760 </cell>
7761 </row>
7762 <row endfirsthead="true">
7763 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7764 \begin_inset Text
7765
7766 \begin_layout Plain Layout
7767
7768 \series bold
7769 Example Phone List (ignore the names)
7770 \end_layout
7771
7772 \end_inset
7773 </cell>
7774 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7775 \begin_inset Text
7776
7777 \begin_layout Plain Layout
7778
7779 \end_layout
7780
7781 \end_inset
7782 </cell>
7783 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7784 \begin_inset Text
7785
7786 \begin_layout Plain Layout
7787
7788 \end_layout
7789
7790 \end_inset
7791 </cell>
7792 </row>
7793 <row endfirsthead="true">
7794 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7795 \begin_inset Text
7796
7797 \begin_layout Plain Layout
7798
7799 \series bold
7800 NAME
7801 \end_layout
7802
7803 \end_inset
7804 </cell>
7805 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7806 \begin_inset Text
7807
7808 \begin_layout Plain Layout
7809
7810 \end_layout
7811
7812 \end_inset
7813 </cell>
7814 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7815 \begin_inset Text
7816
7817 \begin_layout Plain Layout
7818
7819 \series bold
7820 TEL.
7821 \end_layout
7822
7823 \end_inset
7824 </cell>
7825 </row>
7826 <row endhead="true" caption="true">
7827 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7828 \begin_inset Text
7829
7830 \begin_layout Plain Layout
7831 \begin_inset Caption Unnumbered
7832
7833 \begin_layout Plain Layout
7834 Continued Example Phone List
7835 \end_layout
7836
7837 \end_inset
7838
7839
7840 \end_layout
7841
7842 \end_inset
7843 </cell>
7844 <cell multicolumn="2" alignment="left" valignment="top" leftline="true" usebox="none">
7845 \begin_inset Text
7846
7847 \begin_layout Plain Layout
7848
7849 \end_layout
7850
7851 \end_inset
7852 </cell>
7853 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7854 \begin_inset Text
7855
7856 \begin_layout Plain Layout
7857
7858 \end_layout
7859
7860 \end_inset
7861 </cell>
7862 </row>
7863 <row endhead="true">
7864 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7865 \begin_inset Text
7866
7867 \begin_layout Plain Layout
7868
7869 \series bold
7870 Example Phone List
7871 \end_layout
7872
7873 \end_inset
7874 </cell>
7875 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7876 \begin_inset Text
7877
7878 \begin_layout Plain Layout
7879
7880 \end_layout
7881
7882 \end_inset
7883 </cell>
7884 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7885 \begin_inset Text
7886
7887 \begin_layout Plain Layout
7888
7889 \end_layout
7890
7891 \end_inset
7892 </cell>
7893 </row>
7894 <row endhead="true">
7895 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7896 \begin_inset Text
7897
7898 \begin_layout Plain Layout
7899
7900 \series bold
7901 NAME
7902 \end_layout
7903
7904 \end_inset
7905 </cell>
7906 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7907 \begin_inset Text
7908
7909 \begin_layout Plain Layout
7910
7911 \end_layout
7912
7913 \end_inset
7914 </cell>
7915 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7916 \begin_inset Text
7917
7918 \begin_layout Plain Layout
7919
7920 \series bold
7921 TEL.
7922 \end_layout
7923
7924 \end_inset
7925 </cell>
7926 </row>
7927 <row endfoot="true">
7928 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7929 \begin_inset Text
7930
7931 \begin_layout Plain Layout
7932 continued on next page
7933 \end_layout
7934
7935 \end_inset
7936 </cell>
7937 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7938 \begin_inset Text
7939
7940 \begin_layout Plain Layout
7941
7942 \end_layout
7943
7944 \end_inset
7945 </cell>
7946 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7947 \begin_inset Text
7948
7949 \begin_layout Plain Layout
7950
7951 \end_layout
7952
7953 \end_inset
7954 </cell>
7955 </row>
7956 <row>
7957 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7958 \begin_inset Text
7959
7960 \begin_layout Plain Layout
7961
7962 \series bold
7963 Annovi
7964 \end_layout
7965
7966 \end_inset
7967 </cell>
7968 <cell alignment="left" valignment="top" rightline="true" usebox="none">
7969 \begin_inset Text
7970
7971 \begin_layout Plain Layout
7972 Silvia
7973 \end_layout
7974
7975 \end_inset
7976 </cell>
7977 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7978 \begin_inset Text
7979
7980 \begin_layout Plain Layout
7981 111
7982 \end_layout
7983
7984 \end_inset
7985 </cell>
7986 </row>
7987 <row>
7988 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7989 \begin_inset Text
7990
7991 \begin_layout Plain Layout
7992
7993 \series bold
7994 Bertoli
7995 \end_layout
7996
7997 \end_inset
7998 </cell>
7999 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8000 \begin_inset Text
8001
8002 \begin_layout Plain Layout
8003 Stefano
8004 \end_layout
8005
8006 \end_inset
8007 </cell>
8008 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8009 \begin_inset Text
8010
8011 \begin_layout Plain Layout
8012 111
8013 \end_layout
8014
8015 \end_inset
8016 </cell>
8017 </row>
8018 <row>
8019 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8020 \begin_inset Text
8021
8022 \begin_layout Plain Layout
8023
8024 \series bold
8025 Bozzi
8026 \end_layout
8027
8028 \end_inset
8029 </cell>
8030 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8031 \begin_inset Text
8032
8033 \begin_layout Plain Layout
8034 Walter
8035 \end_layout
8036
8037 \end_inset
8038 </cell>
8039 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8040 \begin_inset Text
8041
8042 \begin_layout Plain Layout
8043 111
8044 \end_layout
8045
8046 \end_inset
8047 </cell>
8048 </row>
8049 <row>
8050 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8051 \begin_inset Text
8052
8053 \begin_layout Plain Layout
8054
8055 \series bold
8056 Cachia
8057 \end_layout
8058
8059 \end_inset
8060 </cell>
8061 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8062 \begin_inset Text
8063
8064 \begin_layout Plain Layout
8065 Maria
8066 \end_layout
8067
8068 \end_inset
8069 </cell>
8070 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8071 \begin_inset Text
8072
8073 \begin_layout Plain Layout
8074 111
8075 \end_layout
8076
8077 \end_inset
8078 </cell>
8079 </row>
8080 <row>
8081 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8082 \begin_inset Text
8083
8084 \begin_layout Plain Layout
8085
8086 \series bold
8087 Cachia
8088 \end_layout
8089
8090 \end_inset
8091 </cell>
8092 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8093 \begin_inset Text
8094
8095 \begin_layout Plain Layout
8096 Maurizio
8097 \end_layout
8098
8099 \end_inset
8100 </cell>
8101 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8102 \begin_inset Text
8103
8104 \begin_layout Plain Layout
8105 111
8106 \end_layout
8107
8108 \end_inset
8109 </cell>
8110 </row>
8111 <row>
8112 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8113 \begin_inset Text
8114
8115 \begin_layout Plain Layout
8116
8117 \series bold
8118 Cinquemani
8119 \end_layout
8120
8121 \end_inset
8122 </cell>
8123 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8124 \begin_inset Text
8125
8126 \begin_layout Plain Layout
8127 Giusi
8128 \end_layout
8129
8130 \end_inset
8131 </cell>
8132 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8133 \begin_inset Text
8134
8135 \begin_layout Plain Layout
8136 111
8137 \end_layout
8138
8139 \end_inset
8140 </cell>
8141 </row>
8142 <row>
8143 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8144 \begin_inset Text
8145
8146 \begin_layout Plain Layout
8147
8148 \series bold
8149 Colin
8150 \end_layout
8151
8152 \end_inset
8153 </cell>
8154 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8155 \begin_inset Text
8156
8157 \begin_layout Plain Layout
8158 Bernard
8159 \end_layout
8160
8161 \end_inset
8162 </cell>
8163 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8164 \begin_inset Text
8165
8166 \begin_layout Plain Layout
8167 111
8168 \end_layout
8169
8170 \end_inset
8171 </cell>
8172 </row>
8173 <row>
8174 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8175 \begin_inset Text
8176
8177 \begin_layout Plain Layout
8178
8179 \series bold
8180 Concli
8181 \end_layout
8182
8183 \end_inset
8184 </cell>
8185 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8186 \begin_inset Text
8187
8188 \begin_layout Plain Layout
8189 Gianfranco
8190 \end_layout
8191
8192 \end_inset
8193 </cell>
8194 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8195 \begin_inset Text
8196
8197 \begin_layout Plain Layout
8198 111
8199 \end_layout
8200
8201 \end_inset
8202 </cell>
8203 </row>
8204 <row>
8205 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8206 \begin_inset Text
8207
8208 \begin_layout Plain Layout
8209
8210 \series bold
8211 Dal Bosco
8212 \end_layout
8213
8214 \end_inset
8215 </cell>
8216 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8217 \begin_inset Text
8218
8219 \begin_layout Plain Layout
8220 Carolina
8221 \end_layout
8222
8223 \end_inset
8224 </cell>
8225 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8226 \begin_inset Text
8227
8228 \begin_layout Plain Layout
8229 111
8230 \end_layout
8231
8232 \end_inset
8233 </cell>
8234 </row>
8235 <row>
8236 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8237 \begin_inset Text
8238
8239 \begin_layout Plain Layout
8240
8241 \series bold
8242 Dalpiaz
8243 \end_layout
8244
8245 \end_inset
8246 </cell>
8247 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8248 \begin_inset Text
8249
8250 \begin_layout Plain Layout
8251 Annamaria
8252 \end_layout
8253
8254 \end_inset
8255 </cell>
8256 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8257 \begin_inset Text
8258
8259 \begin_layout Plain Layout
8260 111
8261 \end_layout
8262
8263 \end_inset
8264 </cell>
8265 </row>
8266 <row>
8267 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8268 \begin_inset Text
8269
8270 \begin_layout Plain Layout
8271
8272 \series bold
8273 Feliciello
8274 \end_layout
8275
8276 \end_inset
8277 </cell>
8278 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8279 \begin_inset Text
8280
8281 \begin_layout Plain Layout
8282 Domenico
8283 \end_layout
8284
8285 \end_inset
8286 </cell>
8287 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8288 \begin_inset Text
8289
8290 \begin_layout Plain Layout
8291 111
8292 \end_layout
8293
8294 \end_inset
8295 </cell>
8296 </row>
8297 <row>
8298 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8299 \begin_inset Text
8300
8301 \begin_layout Plain Layout
8302
8303 \series bold
8304 Focarelli
8305 \end_layout
8306
8307 \end_inset
8308 </cell>
8309 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8310 \begin_inset Text
8311
8312 \begin_layout Plain Layout
8313 Paola
8314 \end_layout
8315
8316 \end_inset
8317 </cell>
8318 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8319 \begin_inset Text
8320
8321 \begin_layout Plain Layout
8322 111
8323 \end_layout
8324
8325 \end_inset
8326 </cell>
8327 </row>
8328 <row>
8329 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8330 \begin_inset Text
8331
8332 \begin_layout Plain Layout
8333
8334 \series bold
8335 Galletti
8336 \end_layout
8337
8338 \end_inset
8339 </cell>
8340 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8341 \begin_inset Text
8342
8343 \begin_layout Plain Layout
8344 Oreste
8345 \end_layout
8346
8347 \end_inset
8348 </cell>
8349 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8350 \begin_inset Text
8351
8352 \begin_layout Plain Layout
8353 111
8354 \end_layout
8355
8356 \end_inset
8357 </cell>
8358 </row>
8359 <row>
8360 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8361 \begin_inset Text
8362
8363 \begin_layout Plain Layout
8364
8365 \series bold
8366 Gasparini
8367 \end_layout
8368
8369 \end_inset
8370 </cell>
8371 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8372 \begin_inset Text
8373
8374 \begin_layout Plain Layout
8375 Franca
8376 \end_layout
8377
8378 \end_inset
8379 </cell>
8380 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8381 \begin_inset Text
8382
8383 \begin_layout Plain Layout
8384 111
8385 \end_layout
8386
8387 \end_inset
8388 </cell>
8389 </row>
8390 <row>
8391 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8392 \begin_inset Text
8393
8394 \begin_layout Plain Layout
8395
8396 \series bold
8397 Rizzardi
8398 \series default
8399
8400 \begin_inset Foot
8401 status open
8402
8403 \begin_layout Plain Layout
8404 Example footnote
8405 \end_layout
8406
8407 \end_inset
8408
8409
8410 \end_layout
8411
8412 \end_inset
8413 </cell>
8414 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8415 \begin_inset Text
8416
8417 \begin_layout Plain Layout
8418 Paola
8419 \end_layout
8420
8421 \end_inset
8422 </cell>
8423 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8424 \begin_inset Text
8425
8426 \begin_layout Plain Layout
8427 111
8428 \end_layout
8429
8430 \end_inset
8431 </cell>
8432 </row>
8433 <row>
8434 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8435 \begin_inset Text
8436
8437 \begin_layout Plain Layout
8438
8439 \series bold
8440 Lassini
8441 \end_layout
8442
8443 \end_inset
8444 </cell>
8445 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8446 \begin_inset Text
8447
8448 \begin_layout Plain Layout
8449 Giancarlo
8450 \end_layout
8451
8452 \end_inset
8453 </cell>
8454 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8455 \begin_inset Text
8456
8457 \begin_layout Plain Layout
8458 111
8459 \end_layout
8460
8461 \end_inset
8462 </cell>
8463 </row>
8464 <row>
8465 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8466 \begin_inset Text
8467
8468 \begin_layout Plain Layout
8469
8470 \series bold
8471 Malfatti
8472 \end_layout
8473
8474 \end_inset
8475 </cell>
8476 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8477 \begin_inset Text
8478
8479 \begin_layout Plain Layout
8480 Luciano
8481 \end_layout
8482
8483 \end_inset
8484 </cell>
8485 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8486 \begin_inset Text
8487
8488 \begin_layout Plain Layout
8489 111
8490 \end_layout
8491
8492 \end_inset
8493 </cell>
8494 </row>
8495 <row>
8496 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8497 \begin_inset Text
8498
8499 \begin_layout Plain Layout
8500
8501 \series bold
8502 Malfatti
8503 \end_layout
8504
8505 \end_inset
8506 </cell>
8507 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8508 \begin_inset Text
8509
8510 \begin_layout Plain Layout
8511 Valeriano
8512 \end_layout
8513
8514 \end_inset
8515 </cell>
8516 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8517 \begin_inset Text
8518
8519 \begin_layout Plain Layout
8520 111
8521 \end_layout
8522
8523 \end_inset
8524 </cell>
8525 </row>
8526 <row>
8527 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8528 \begin_inset Text
8529
8530 \begin_layout Plain Layout
8531
8532 \series bold
8533 Meneguzzo
8534 \end_layout
8535
8536 \end_inset
8537 </cell>
8538 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8539 \begin_inset Text
8540
8541 \begin_layout Plain Layout
8542 Roberto
8543 \end_layout
8544
8545 \end_inset
8546 </cell>
8547 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8548 \begin_inset Text
8549
8550 \begin_layout Plain Layout
8551 111
8552 \end_layout
8553
8554 \end_inset
8555 </cell>
8556 </row>
8557 <row>
8558 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8559 \begin_inset Text
8560
8561 \begin_layout Plain Layout
8562
8563 \series bold
8564 Mezzadra
8565 \end_layout
8566
8567 \end_inset
8568 </cell>
8569 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8570 \begin_inset Text
8571
8572 \begin_layout Plain Layout
8573 Roberto
8574 \end_layout
8575
8576 \end_inset
8577 </cell>
8578 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8579 \begin_inset Text
8580
8581 \begin_layout Plain Layout
8582 111
8583 \end_layout
8584
8585 \end_inset
8586 </cell>
8587 </row>
8588 <row>
8589 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8590 \begin_inset Text
8591
8592 \begin_layout Plain Layout
8593
8594 \series bold
8595 Pirpamer
8596 \end_layout
8597
8598 \end_inset
8599 </cell>
8600 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8601 \begin_inset Text
8602
8603 \begin_layout Plain Layout
8604 Erich
8605 \end_layout
8606
8607 \end_inset
8608 </cell>
8609 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8610 \begin_inset Text
8611
8612 \begin_layout Plain Layout
8613 111
8614 \end_layout
8615
8616 \end_inset
8617 </cell>
8618 </row>
8619 <row>
8620 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8621 \begin_inset Text
8622
8623 \begin_layout Plain Layout
8624
8625 \series bold
8626 Pochiesa
8627 \end_layout
8628
8629 \end_inset
8630 </cell>
8631 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8632 \begin_inset Text
8633
8634 \begin_layout Plain Layout
8635 Paolo
8636 \end_layout
8637
8638 \end_inset
8639 </cell>
8640 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8641 \begin_inset Text
8642
8643 \begin_layout Plain Layout
8644 111, 222
8645 \end_layout
8646
8647 \end_inset
8648 </cell>
8649 </row>
8650 <row>
8651 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8652 \begin_inset Text
8653
8654 \begin_layout Plain Layout
8655
8656 \series bold
8657 Radina
8658 \end_layout
8659
8660 \end_inset
8661 </cell>
8662 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8663 \begin_inset Text
8664
8665 \begin_layout Plain Layout
8666 Claudio
8667 \end_layout
8668
8669 \end_inset
8670 </cell>
8671 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8672 \begin_inset Text
8673
8674 \begin_layout Plain Layout
8675 111
8676 \end_layout
8677
8678 \end_inset
8679 </cell>
8680 </row>
8681 <row>
8682 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8683 \begin_inset Text
8684
8685 \begin_layout Plain Layout
8686
8687 \series bold
8688 Stuffer
8689 \end_layout
8690
8691 \end_inset
8692 </cell>
8693 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8694 \begin_inset Text
8695
8696 \begin_layout Plain Layout
8697 Oskar
8698 \end_layout
8699
8700 \end_inset
8701 </cell>
8702 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8703 \begin_inset Text
8704
8705 \begin_layout Plain Layout
8706 111
8707 \end_layout
8708
8709 \end_inset
8710 </cell>
8711 </row>
8712 <row>
8713 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8714 \begin_inset Text
8715
8716 \begin_layout Plain Layout
8717
8718 \series bold
8719 Tacchelli
8720 \end_layout
8721
8722 \end_inset
8723 </cell>
8724 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8725 \begin_inset Text
8726
8727 \begin_layout Plain Layout
8728 Ugo
8729 \end_layout
8730
8731 \end_inset
8732 </cell>
8733 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8734 \begin_inset Text
8735
8736 \begin_layout Plain Layout
8737 111
8738 \end_layout
8739
8740 \end_inset
8741 </cell>
8742 </row>
8743 <row>
8744 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8745 \begin_inset Text
8746
8747 \begin_layout Plain Layout
8748
8749 \series bold
8750 Tezzele
8751 \end_layout
8752
8753 \end_inset
8754 </cell>
8755 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8756 \begin_inset Text
8757
8758 \begin_layout Plain Layout
8759 Margit
8760 \end_layout
8761
8762 \end_inset
8763 </cell>
8764 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8765 \begin_inset Text
8766
8767 \begin_layout Plain Layout
8768 111
8769 \end_layout
8770
8771 \end_inset
8772 </cell>
8773 </row>
8774 <row>
8775 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8776 \begin_inset Text
8777
8778 \begin_layout Plain Layout
8779
8780 \series bold
8781 Unterkalmsteiner
8782 \end_layout
8783
8784 \end_inset
8785 </cell>
8786 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8787 \begin_inset Text
8788
8789 \begin_layout Plain Layout
8790 Frieda
8791 \end_layout
8792
8793 \end_inset
8794 </cell>
8795 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8796 \begin_inset Text
8797
8798 \begin_layout Plain Layout
8799 111
8800 \end_layout
8801
8802 \end_inset
8803 </cell>
8804 </row>
8805 <row>
8806 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8807 \begin_inset Text
8808
8809 \begin_layout Plain Layout
8810
8811 \series bold
8812 Vieider
8813 \end_layout
8814
8815 \end_inset
8816 </cell>
8817 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8818 \begin_inset Text
8819
8820 \begin_layout Plain Layout
8821 Hilde
8822 \end_layout
8823
8824 \end_inset
8825 </cell>
8826 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8827 \begin_inset Text
8828
8829 \begin_layout Plain Layout
8830 111
8831 \end_layout
8832
8833 \end_inset
8834 </cell>
8835 </row>
8836 <row>
8837 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8838 \begin_inset Text
8839
8840 \begin_layout Plain Layout
8841
8842 \series bold
8843 Vigna
8844 \end_layout
8845
8846 \end_inset
8847 </cell>
8848 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8849 \begin_inset Text
8850
8851 \begin_layout Plain Layout
8852 Jürgen
8853 \end_layout
8854
8855 \end_inset
8856 </cell>
8857 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8858 \begin_inset Text
8859
8860 \begin_layout Plain Layout
8861 111
8862 \end_layout
8863
8864 \end_inset
8865 </cell>
8866 </row>
8867 <row>
8868 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8869 \begin_inset Text
8870
8871 \begin_layout Plain Layout
8872
8873 \series bold
8874 Weber
8875 \end_layout
8876
8877 \end_inset
8878 </cell>
8879 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8880 \begin_inset Text
8881
8882 \begin_layout Plain Layout
8883 Maurizio
8884 \end_layout
8885
8886 \end_inset
8887 </cell>
8888 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8889 \begin_inset Text
8890
8891 \begin_layout Plain Layout
8892 111
8893 \end_layout
8894
8895 \end_inset
8896 </cell>
8897 </row>
8898 <row>
8899 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8900 \begin_inset Text
8901
8902 \begin_layout Plain Layout
8903
8904 \series bold
8905 Winkler
8906 \end_layout
8907
8908 \end_inset
8909 </cell>
8910 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
8911 \begin_inset Text
8912
8913 \begin_layout Plain Layout
8914 Franz
8915 \end_layout
8916
8917 \end_inset
8918 </cell>
8919 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8920 \begin_inset Text
8921
8922 \begin_layout Plain Layout
8923 111
8924 \end_layout
8925
8926 \end_inset
8927 </cell>
8928 </row>
8929 <row>
8930 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8931 \begin_inset Text
8932
8933 \begin_layout Plain Layout
8934  
8935 \end_layout
8936
8937 \end_inset
8938 </cell>
8939 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8940 \begin_inset Text
8941
8942 \begin_layout Plain Layout
8943
8944 \end_layout
8945
8946 \end_inset
8947 </cell>
8948 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8949 \begin_inset Text
8950
8951 \begin_layout Plain Layout
8952
8953 \end_layout
8954
8955 \end_inset
8956 </cell>
8957 </row>
8958 <row>
8959 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8960 \begin_inset Text
8961
8962 \begin_layout Plain Layout
8963
8964 \series bold
8965 Annovi
8966 \end_layout
8967
8968 \end_inset
8969 </cell>
8970 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8971 \begin_inset Text
8972
8973 \begin_layout Plain Layout
8974 Silvia
8975 \end_layout
8976
8977 \end_inset
8978 </cell>
8979 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8980 \begin_inset Text
8981
8982 \begin_layout Plain Layout
8983 555
8984 \end_layout
8985
8986 \end_inset
8987 </cell>
8988 </row>
8989 <row>
8990 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8991 \begin_inset Text
8992
8993 \begin_layout Plain Layout
8994
8995 \series bold
8996 Bertoli
8997 \end_layout
8998
8999 \end_inset
9000 </cell>
9001 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9002 \begin_inset Text
9003
9004 \begin_layout Plain Layout
9005 Stefano
9006 \end_layout
9007
9008 \end_inset
9009 </cell>
9010 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9011 \begin_inset Text
9012
9013 \begin_layout Plain Layout
9014 555
9015 \end_layout
9016
9017 \end_inset
9018 </cell>
9019 </row>
9020 <row>
9021 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9022 \begin_inset Text
9023
9024 \begin_layout Plain Layout
9025
9026 \series bold
9027 Bozzi
9028 \end_layout
9029
9030 \end_inset
9031 </cell>
9032 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9033 \begin_inset Text
9034
9035 \begin_layout Plain Layout
9036 Walter
9037 \end_layout
9038
9039 \end_inset
9040 </cell>
9041 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9042 \begin_inset Text
9043
9044 \begin_layout Plain Layout
9045 555
9046 \end_layout
9047
9048 \end_inset
9049 </cell>
9050 </row>
9051 <row>
9052 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9053 \begin_inset Text
9054
9055 \begin_layout Plain Layout
9056
9057 \series bold
9058 Cachia
9059 \end_layout
9060
9061 \end_inset
9062 </cell>
9063 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9064 \begin_inset Text
9065
9066 \begin_layout Plain Layout
9067 Maria
9068 \end_layout
9069
9070 \end_inset
9071 </cell>
9072 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9073 \begin_inset Text
9074
9075 \begin_layout Plain Layout
9076 555
9077 \end_layout
9078
9079 \end_inset
9080 </cell>
9081 </row>
9082 <row>
9083 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9084 \begin_inset Text
9085
9086 \begin_layout Plain Layout
9087
9088 \series bold
9089 Cachia
9090 \end_layout
9091
9092 \end_inset
9093 </cell>
9094 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9095 \begin_inset Text
9096
9097 \begin_layout Plain Layout
9098 Maurizio
9099 \end_layout
9100
9101 \end_inset
9102 </cell>
9103 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9104 \begin_inset Text
9105
9106 \begin_layout Plain Layout
9107 555
9108 \end_layout
9109
9110 \end_inset
9111 </cell>
9112 </row>
9113 <row>
9114 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9115 \begin_inset Text
9116
9117 \begin_layout Plain Layout
9118
9119 \series bold
9120 Cinquemani
9121 \end_layout
9122
9123 \end_inset
9124 </cell>
9125 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9126 \begin_inset Text
9127
9128 \begin_layout Plain Layout
9129 Giusi
9130 \end_layout
9131
9132 \end_inset
9133 </cell>
9134 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9135 \begin_inset Text
9136
9137 \begin_layout Plain Layout
9138 555
9139 \end_layout
9140
9141 \end_inset
9142 </cell>
9143 </row>
9144 <row>
9145 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9146 \begin_inset Text
9147
9148 \begin_layout Plain Layout
9149
9150 \series bold
9151 Colin
9152 \end_layout
9153
9154 \end_inset
9155 </cell>
9156 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9157 \begin_inset Text
9158
9159 \begin_layout Plain Layout
9160 Bernard
9161 \end_layout
9162
9163 \end_inset
9164 </cell>
9165 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9166 \begin_inset Text
9167
9168 \begin_layout Plain Layout
9169 555
9170 \end_layout
9171
9172 \end_inset
9173 </cell>
9174 </row>
9175 <row>
9176 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9177 \begin_inset Text
9178
9179 \begin_layout Plain Layout
9180
9181 \series bold
9182 Concli
9183 \end_layout
9184
9185 \end_inset
9186 </cell>
9187 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9188 \begin_inset Text
9189
9190 \begin_layout Plain Layout
9191 Gianfranco
9192 \end_layout
9193
9194 \end_inset
9195 </cell>
9196 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9197 \begin_inset Text
9198
9199 \begin_layout Plain Layout
9200 555
9201 \end_layout
9202
9203 \end_inset
9204 </cell>
9205 </row>
9206 <row>
9207 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9208 \begin_inset Text
9209
9210 \begin_layout Plain Layout
9211
9212 \series bold
9213 Dal Bosco
9214 \end_layout
9215
9216 \end_inset
9217 </cell>
9218 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9219 \begin_inset Text
9220
9221 \begin_layout Plain Layout
9222 Carolina
9223 \end_layout
9224
9225 \end_inset
9226 </cell>
9227 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9228 \begin_inset Text
9229
9230 \begin_layout Plain Layout
9231 555
9232 \end_layout
9233
9234 \end_inset
9235 </cell>
9236 </row>
9237 <row>
9238 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9239 \begin_inset Text
9240
9241 \begin_layout Plain Layout
9242
9243 \series bold
9244 Dalpiaz
9245 \end_layout
9246
9247 \end_inset
9248 </cell>
9249 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9250 \begin_inset Text
9251
9252 \begin_layout Plain Layout
9253 Annamaria
9254 \end_layout
9255
9256 \end_inset
9257 </cell>
9258 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9259 \begin_inset Text
9260
9261 \begin_layout Plain Layout
9262 555
9263 \end_layout
9264
9265 \end_inset
9266 </cell>
9267 </row>
9268 <row>
9269 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9270 \begin_inset Text
9271
9272 \begin_layout Plain Layout
9273
9274 \series bold
9275 Feliciello
9276 \end_layout
9277
9278 \end_inset
9279 </cell>
9280 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9281 \begin_inset Text
9282
9283 \begin_layout Plain Layout
9284 Domenico
9285 \end_layout
9286
9287 \end_inset
9288 </cell>
9289 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9290 \begin_inset Text
9291
9292 \begin_layout Plain Layout
9293 555
9294 \end_layout
9295
9296 \end_inset
9297 </cell>
9298 </row>
9299 <row>
9300 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9301 \begin_inset Text
9302
9303 \begin_layout Plain Layout
9304
9305 \series bold
9306 Focarelli
9307 \end_layout
9308
9309 \end_inset
9310 </cell>
9311 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9312 \begin_inset Text
9313
9314 \begin_layout Plain Layout
9315 Paola
9316 \end_layout
9317
9318 \end_inset
9319 </cell>
9320 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9321 \begin_inset Text
9322
9323 \begin_layout Plain Layout
9324 555
9325 \end_layout
9326
9327 \end_inset
9328 </cell>
9329 </row>
9330 <row>
9331 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9332 \begin_inset Text
9333
9334 \begin_layout Plain Layout
9335
9336 \series bold
9337 Galletti
9338 \end_layout
9339
9340 \end_inset
9341 </cell>
9342 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9343 \begin_inset Text
9344
9345 \begin_layout Plain Layout
9346 Oreste
9347 \end_layout
9348
9349 \end_inset
9350 </cell>
9351 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9352 \begin_inset Text
9353
9354 \begin_layout Plain Layout
9355 555
9356 \end_layout
9357
9358 \end_inset
9359 </cell>
9360 </row>
9361 <row>
9362 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9363 \begin_inset Text
9364
9365 \begin_layout Plain Layout
9366
9367 \series bold
9368 Gasparini
9369 \end_layout
9370
9371 \end_inset
9372 </cell>
9373 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9374 \begin_inset Text
9375
9376 \begin_layout Plain Layout
9377 Franca
9378 \end_layout
9379
9380 \end_inset
9381 </cell>
9382 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9383 \begin_inset Text
9384
9385 \begin_layout Plain Layout
9386 555
9387 \end_layout
9388
9389 \end_inset
9390 </cell>
9391 </row>
9392 <row>
9393 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9394 \begin_inset Text
9395
9396 \begin_layout Plain Layout
9397
9398 \series bold
9399 Rizzardi
9400 \end_layout
9401
9402 \end_inset
9403 </cell>
9404 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9405 \begin_inset Text
9406
9407 \begin_layout Plain Layout
9408 Paola
9409 \end_layout
9410
9411 \end_inset
9412 </cell>
9413 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9414 \begin_inset Text
9415
9416 \begin_layout Plain Layout
9417 555
9418 \end_layout
9419
9420 \end_inset
9421 </cell>
9422 </row>
9423 <row>
9424 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9425 \begin_inset Text
9426
9427 \begin_layout Plain Layout
9428
9429 \series bold
9430 Lassini
9431 \end_layout
9432
9433 \end_inset
9434 </cell>
9435 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9436 \begin_inset Text
9437
9438 \begin_layout Plain Layout
9439 Giancarlo
9440 \end_layout
9441
9442 \end_inset
9443 </cell>
9444 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9445 \begin_inset Text
9446
9447 \begin_layout Plain Layout
9448 555
9449 \end_layout
9450
9451 \end_inset
9452 </cell>
9453 </row>
9454 <row>
9455 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9456 \begin_inset Text
9457
9458 \begin_layout Plain Layout
9459
9460 \series bold
9461 Malfatti
9462 \end_layout
9463
9464 \end_inset
9465 </cell>
9466 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9467 \begin_inset Text
9468
9469 \begin_layout Plain Layout
9470 Luciano
9471 \end_layout
9472
9473 \end_inset
9474 </cell>
9475 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9476 \begin_inset Text
9477
9478 \begin_layout Plain Layout
9479 555
9480 \end_layout
9481
9482 \end_inset
9483 </cell>
9484 </row>
9485 <row>
9486 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9487 \begin_inset Text
9488
9489 \begin_layout Plain Layout
9490
9491 \series bold
9492 Malfatti
9493 \end_layout
9494
9495 \end_inset
9496 </cell>
9497 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9498 \begin_inset Text
9499
9500 \begin_layout Plain Layout
9501 Valeriano
9502 \end_layout
9503
9504 \end_inset
9505 </cell>
9506 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9507 \begin_inset Text
9508
9509 \begin_layout Plain Layout
9510 555
9511 \end_layout
9512
9513 \end_inset
9514 </cell>
9515 </row>
9516 <row>
9517 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9518 \begin_inset Text
9519
9520 \begin_layout Plain Layout
9521
9522 \series bold
9523 Meneguzzo
9524 \end_layout
9525
9526 \end_inset
9527 </cell>
9528 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9529 \begin_inset Text
9530
9531 \begin_layout Plain Layout
9532 Roberto
9533 \end_layout
9534
9535 \end_inset
9536 </cell>
9537 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9538 \begin_inset Text
9539
9540 \begin_layout Plain Layout
9541 555
9542 \end_layout
9543
9544 \end_inset
9545 </cell>
9546 </row>
9547 <row>
9548 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9549 \begin_inset Text
9550
9551 \begin_layout Plain Layout
9552
9553 \series bold
9554 Mezzadra
9555 \end_layout
9556
9557 \end_inset
9558 </cell>
9559 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
9560 \begin_inset Text
9561
9562 \begin_layout Plain Layout
9563 Roberto
9564 \end_layout
9565
9566 \end_inset
9567 </cell>
9568 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9569 \begin_inset Text
9570
9571 \begin_layout Plain Layout
9572 555
9573 \end_layout
9574
9575 \end_inset
9576 </cell>
9577 </row>
9578 </lyxtabular>
9579
9580 \end_inset
9581
9582
9583 \end_layout
9584
9585 \begin_layout Section
9586 Special Multi-page Table Issues
9587 \begin_inset CommandInset label
9588 LatexCommand label
9589 name "sec:Special-Longtable-Issues"
9590
9591 \end_inset
9592
9593
9594 \end_layout
9595
9596 \begin_layout Subsection
9597 Multi-page Table Calculation
9598 \begin_inset Index idx
9599 status collapsed
9600
9601 \begin_layout Plain Layout
9602 Table ! Multi-page Table ! Calculation
9603 \end_layout
9604
9605 \end_inset
9606
9607
9608 \end_layout
9609
9610 \begin_layout Standard
9611 \SpecialChar LaTeX
9612  calculates the height of table pages and their page breaks using so called
9613  chunks.
9614  Chunks are parts of tables that held at the same time in \SpecialChar LaTeX
9615 's memory.
9616  The default value was historically set to only 20
9617 \begin_inset space ~
9618 \end_inset
9619
9620 table rows.
9621  If you are using multi-page tables with many pages this may slow down the
9622  creation of your document.
9623  You can safely increase the chunk size to values of 100
9624 \begin_inset space \thinspace{}
9625 \end_inset
9626
9627 --
9628 \begin_inset space \thinspace{}
9629 \end_inset
9630
9631 1000 by adding this command line to your document preamble:
9632 \end_layout
9633
9634 \begin_layout Standard
9635
9636 \series bold
9637
9638 \backslash
9639 setcounter{LTchunksize}{100}
9640 \end_layout
9641
9642 \begin_layout Subsection
9643 Floats and Multi-page Tables
9644 \begin_inset Index idx
9645 status collapsed
9646
9647 \begin_layout Plain Layout
9648 Table ! Multi-page Table ! Floats
9649 \end_layout
9650
9651 \end_inset
9652
9653
9654 \end_layout
9655
9656 \begin_layout Standard
9657 There might be problems when a float appears on the same page where a multi-page
9658  table starts.
9659  To avoid such a situation, insert a 
9660 \begin_inset Quotes eld
9661 \end_inset
9662
9663 clear page
9664 \begin_inset Quotes erd
9665 \end_inset
9666
9667  (menu 
9668 \family sans
9669 Insert\SpecialChar menuseparator
9670 Formatting\SpecialChar menuseparator
9671 Clear
9672 \begin_inset space ~
9673 \end_inset
9674
9675 Page
9676 \family default
9677 ) before your multi-page table.
9678 \end_layout
9679
9680 \begin_layout Subsection
9681 Forced Page Breaks
9682 \begin_inset Index idx
9683 status collapsed
9684
9685 \begin_layout Plain Layout
9686 Table ! Multi-page Table ! Forced Page Breaks
9687 \end_layout
9688
9689 \end_inset
9690
9691
9692 \end_layout
9693
9694 \begin_layout Standard
9695 By default tables are only broken between rows.
9696  If you have a cell with multiples lines and want to have a page break within
9697  the cell, insert the new line command 
9698 \begin_inset Quotes eld
9699 \end_inset
9700
9701
9702 \series bold
9703
9704 \backslash
9705
9706 \backslash
9707
9708 \series default
9709
9710 \begin_inset Quotes erd
9711 \end_inset
9712
9713  as \SpecialChar TeX
9714  Code at the point of the cell where it can be broken.
9715  Before the 
9716 \series bold
9717
9718 \backslash
9719
9720 \backslash
9721
9722 \series default
9723  command you have to insert in \SpecialChar TeX
9724  Code as many 
9725 \begin_inset Quotes eld
9726 \end_inset
9727
9728
9729 \series bold
9730 &
9731 \series default
9732
9733 \begin_inset Quotes erd
9734 \end_inset
9735
9736  characters as the number of the following table columns.
9737  The 
9738 \series bold
9739 &
9740 \series default
9741  is the character to separate table cells.
9742  Write in \SpecialChar TeX
9743  Code after each 
9744 \series bold
9745 &
9746 \series default
9747  the content of the corresponding following cell and delete the content
9748  of these cells.
9749 \begin_inset Newline newline
9750 \end_inset
9751
9752 After the 
9753 \series bold
9754
9755 \backslash
9756
9757 \backslash
9758
9759 \series default
9760  command, insert as many 
9761 \series bold
9762 &
9763 \series default
9764  characters as the number of table columns before the current column.
9765  In Table
9766 \begin_inset space ~
9767 \end_inset
9768
9769
9770 \begin_inset CommandInset ref
9771 LatexCommand ref
9772 reference "tab:ForcedPagebreak"
9773
9774 \end_inset
9775
9776  the cell that should be broken is in the second column followed by another
9777  column.
9778  Therefore the following command was inserted in the cell as \SpecialChar TeX
9779  Code after
9780  
9781 \begin_inset Quotes eld
9782 \end_inset
9783
9784
9785 \emph on
9786 Castelchiodato,
9787 \emph default
9788
9789 \begin_inset Quotes erd
9790 \end_inset
9791
9792 :
9793 \end_layout
9794
9795 \begin_layout Standard
9796
9797 \series bold
9798 & 111
9799 \backslash
9800
9801 \backslash
9802  
9803 \backslash
9804 newpage
9805 \begin_inset Newline newline
9806 \end_inset
9807
9808 &
9809 \end_layout
9810
9811 \begin_layout Standard
9812 The 
9813 \begin_inset Quotes eld
9814 \end_inset
9815
9816 111
9817 \begin_inset Quotes erd
9818 \end_inset
9819
9820  in the third column of the row was deleted.
9821  
9822 \series bold
9823
9824 \backslash
9825 newpage
9826 \series default
9827  is only needed when a page break should definitely occur at this position,
9828  otherwise it would be a conditional break.
9829  If your footer row of the multi-page table has for a certain reason no
9830  upper line but you would have a horizontal line where the cell is broken,
9831  use this command instead:
9832 \end_layout
9833
9834 \begin_layout Standard
9835
9836 \series bold
9837 & 111
9838 \backslash
9839
9840 \backslash
9841
9842 \begin_inset Newline newline
9843 \end_inset
9844
9845
9846 \backslash
9847 hline &
9848 \end_layout
9849
9850 \begin_layout Standard
9851 When the cell to be broken is in the last column, the command
9852 \end_layout
9853
9854 \begin_layout Standard
9855
9856 \series bold
9857
9858 \backslash
9859 setlength{
9860 \backslash
9861 parfillskip}{0pt}
9862 \end_layout
9863
9864 \begin_layout Standard
9865 must be inserted as \SpecialChar TeX
9866  Code at the beginning of the cell.
9867  This ensures that the part of the cell that will be displayed on the new
9868  page appears with the full width.
9869 \end_layout
9870
9871 \begin_layout Standard
9872 \align center
9873 \begin_inset Tabular
9874 <lyxtabular version="3" rows="38" columns="3">
9875 <features islongtable="true" longtabularalignment="center">
9876 <column alignment="left" valignment="top" width="0cm">
9877 <column alignment="left" valignment="top" width="3cm">
9878 <column alignment="center" valignment="top" width="0pt">
9879 <row endfirsthead="true" caption="true">
9880 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9881 \begin_inset Text
9882
9883 \begin_layout Plain Layout
9884 \begin_inset Caption Standard
9885
9886 \begin_layout Plain Layout
9887 Table with forced page break in table cell
9888 \begin_inset CommandInset label
9889 LatexCommand label
9890 name "tab:ForcedPagebreak"
9891
9892 \end_inset
9893
9894
9895 \begin_inset Argument 1
9896 status collapsed
9897
9898 \begin_layout Plain Layout
9899 Table with forced page break in table cell
9900 \end_layout
9901
9902 \end_inset
9903
9904
9905 \end_layout
9906
9907 \end_inset
9908
9909
9910 \end_layout
9911
9912 \end_inset
9913 </cell>
9914 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9915 \begin_inset Text
9916
9917 \begin_layout Plain Layout
9918
9919 \end_layout
9920
9921 \end_inset
9922 </cell>
9923 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9924 \begin_inset Text
9925
9926 \begin_layout Plain Layout
9927
9928 \end_layout
9929
9930 \end_inset
9931 </cell>
9932 </row>
9933 <row endfirsthead="true">
9934 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9935 \begin_inset Text
9936
9937 \begin_layout Plain Layout
9938
9939 \series bold
9940 Example Phone List (ignore the names)
9941 \end_layout
9942
9943 \end_inset
9944 </cell>
9945 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9946 \begin_inset Text
9947
9948 \begin_layout Plain Layout
9949
9950 \end_layout
9951
9952 \end_inset
9953 </cell>
9954 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9955 \begin_inset Text
9956
9957 \begin_layout Plain Layout
9958
9959 \end_layout
9960
9961 \end_inset
9962 </cell>
9963 </row>
9964 <row endfirsthead="true">
9965 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9966 \begin_inset Text
9967
9968 \begin_layout Plain Layout
9969
9970 \series bold
9971 NAME
9972 \end_layout
9973
9974 \end_inset
9975 </cell>
9976 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9977 \begin_inset Text
9978
9979 \begin_layout Plain Layout
9980
9981 \end_layout
9982
9983 \end_inset
9984 </cell>
9985 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9986 \begin_inset Text
9987
9988 \begin_layout Plain Layout
9989
9990 \series bold
9991 TEL.
9992 \end_layout
9993
9994 \end_inset
9995 </cell>
9996 </row>
9997 <row endhead="true" caption="true">
9998 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9999 \begin_inset Text
10000
10001 \begin_layout Plain Layout
10002 \begin_inset Caption Unnumbered
10003
10004 \begin_layout Plain Layout
10005 Continued Example Phone List
10006 \end_layout
10007
10008 \end_inset
10009
10010
10011 \end_layout
10012
10013 \end_inset
10014 </cell>
10015 <cell multicolumn="2" alignment="left" valignment="top" rightline="true" usebox="none">
10016 \begin_inset Text
10017
10018 \begin_layout Plain Layout
10019
10020 \end_layout
10021
10022 \end_inset
10023 </cell>
10024 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
10025 \begin_inset Text
10026
10027 \begin_layout Plain Layout
10028
10029 \end_layout
10030
10031 \end_inset
10032 </cell>
10033 </row>
10034 <row endhead="true">
10035 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10036 \begin_inset Text
10037
10038 \begin_layout Plain Layout
10039
10040 \series bold
10041 Example Phone List
10042 \end_layout
10043
10044 \end_inset
10045 </cell>
10046 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10047 \begin_inset Text
10048
10049 \begin_layout Plain Layout
10050
10051 \end_layout
10052
10053 \end_inset
10054 </cell>
10055 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10056 \begin_inset Text
10057
10058 \begin_layout Plain Layout
10059
10060 \end_layout
10061
10062 \end_inset
10063 </cell>
10064 </row>
10065 <row endhead="true">
10066 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10067 \begin_inset Text
10068
10069 \begin_layout Plain Layout
10070
10071 \series bold
10072 NAME
10073 \end_layout
10074
10075 \end_inset
10076 </cell>
10077 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10078 \begin_inset Text
10079
10080 \begin_layout Plain Layout
10081
10082 \end_layout
10083
10084 \end_inset
10085 </cell>
10086 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10087 \begin_inset Text
10088
10089 \begin_layout Plain Layout
10090
10091 \series bold
10092 TEL.
10093 \end_layout
10094
10095 \end_inset
10096 </cell>
10097 </row>
10098 <row endfoot="true">
10099 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10100 \begin_inset Text
10101
10102 \begin_layout Plain Layout
10103 continued on next page
10104 \end_layout
10105
10106 \end_inset
10107 </cell>
10108 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10109 \begin_inset Text
10110
10111 \begin_layout Plain Layout
10112
10113 \end_layout
10114
10115 \end_inset
10116 </cell>
10117 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10118 \begin_inset Text
10119
10120 \begin_layout Plain Layout
10121
10122 \end_layout
10123
10124 \end_inset
10125 </cell>
10126 </row>
10127 <row>
10128 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10129 \begin_inset Text
10130
10131 \begin_layout Plain Layout
10132
10133 \series bold
10134 Annovi
10135 \end_layout
10136
10137 \end_inset
10138 </cell>
10139 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10140 \begin_inset Text
10141
10142 \begin_layout Plain Layout
10143 Silvia
10144 \end_layout
10145
10146 \end_inset
10147 </cell>
10148 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10149 \begin_inset Text
10150
10151 \begin_layout Plain Layout
10152 111
10153 \end_layout
10154
10155 \end_inset
10156 </cell>
10157 </row>
10158 <row>
10159 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10160 \begin_inset Text
10161
10162 \begin_layout Plain Layout
10163
10164 \series bold
10165 Bertoli
10166 \end_layout
10167
10168 \end_inset
10169 </cell>
10170 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10171 \begin_inset Text
10172
10173 \begin_layout Plain Layout
10174 Stefano
10175 \end_layout
10176
10177 \end_inset
10178 </cell>
10179 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10180 \begin_inset Text
10181
10182 \begin_layout Plain Layout
10183 111
10184 \end_layout
10185
10186 \end_inset
10187 </cell>
10188 </row>
10189 <row>
10190 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10191 \begin_inset Text
10192
10193 \begin_layout Plain Layout
10194
10195 \series bold
10196 Bozzi
10197 \end_layout
10198
10199 \end_inset
10200 </cell>
10201 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10202 \begin_inset Text
10203
10204 \begin_layout Plain Layout
10205 Walter
10206 \end_layout
10207
10208 \end_inset
10209 </cell>
10210 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10211 \begin_inset Text
10212
10213 \begin_layout Plain Layout
10214 111
10215 \end_layout
10216
10217 \end_inset
10218 </cell>
10219 </row>
10220 <row>
10221 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10222 \begin_inset Text
10223
10224 \begin_layout Plain Layout
10225
10226 \series bold
10227 Cachia
10228 \end_layout
10229
10230 \end_inset
10231 </cell>
10232 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10233 \begin_inset Text
10234
10235 \begin_layout Plain Layout
10236 Maria
10237 \end_layout
10238
10239 \end_inset
10240 </cell>
10241 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10242 \begin_inset Text
10243
10244 \begin_layout Plain Layout
10245 111
10246 \end_layout
10247
10248 \end_inset
10249 </cell>
10250 </row>
10251 <row>
10252 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10253 \begin_inset Text
10254
10255 \begin_layout Plain Layout
10256
10257 \series bold
10258 Cachia
10259 \end_layout
10260
10261 \end_inset
10262 </cell>
10263 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10264 \begin_inset Text
10265
10266 \begin_layout Plain Layout
10267 Maurizio
10268 \end_layout
10269
10270 \end_inset
10271 </cell>
10272 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10273 \begin_inset Text
10274
10275 \begin_layout Plain Layout
10276 111
10277 \end_layout
10278
10279 \end_inset
10280 </cell>
10281 </row>
10282 <row>
10283 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10284 \begin_inset Text
10285
10286 \begin_layout Plain Layout
10287
10288 \series bold
10289 Cinquemani
10290 \end_layout
10291
10292 \end_inset
10293 </cell>
10294 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10295 \begin_inset Text
10296
10297 \begin_layout Plain Layout
10298 Giusi
10299 \end_layout
10300
10301 \end_inset
10302 </cell>
10303 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10304 \begin_inset Text
10305
10306 \begin_layout Plain Layout
10307 111
10308 \end_layout
10309
10310 \end_inset
10311 </cell>
10312 </row>
10313 <row>
10314 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10315 \begin_inset Text
10316
10317 \begin_layout Plain Layout
10318
10319 \series bold
10320 Colin
10321 \end_layout
10322
10323 \end_inset
10324 </cell>
10325 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10326 \begin_inset Text
10327
10328 \begin_layout Plain Layout
10329 Bernard
10330 \end_layout
10331
10332 \end_inset
10333 </cell>
10334 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10335 \begin_inset Text
10336
10337 \begin_layout Plain Layout
10338 111
10339 \end_layout
10340
10341 \end_inset
10342 </cell>
10343 </row>
10344 <row>
10345 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10346 \begin_inset Text
10347
10348 \begin_layout Plain Layout
10349
10350 \series bold
10351 Concli
10352 \end_layout
10353
10354 \end_inset
10355 </cell>
10356 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10357 \begin_inset Text
10358
10359 \begin_layout Plain Layout
10360 Gianfranco
10361 \end_layout
10362
10363 \end_inset
10364 </cell>
10365 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10366 \begin_inset Text
10367
10368 \begin_layout Plain Layout
10369 111
10370 \end_layout
10371
10372 \end_inset
10373 </cell>
10374 </row>
10375 <row>
10376 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10377 \begin_inset Text
10378
10379 \begin_layout Plain Layout
10380
10381 \series bold
10382 Dal Bosco
10383 \end_layout
10384
10385 \end_inset
10386 </cell>
10387 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10388 \begin_inset Text
10389
10390 \begin_layout Plain Layout
10391 Carolina
10392 \end_layout
10393
10394 \end_inset
10395 </cell>
10396 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10397 \begin_inset Text
10398
10399 \begin_layout Plain Layout
10400 111
10401 \end_layout
10402
10403 \end_inset
10404 </cell>
10405 </row>
10406 <row>
10407 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10408 \begin_inset Text
10409
10410 \begin_layout Plain Layout
10411
10412 \series bold
10413 Dalpiaz
10414 \end_layout
10415
10416 \end_inset
10417 </cell>
10418 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10419 \begin_inset Text
10420
10421 \begin_layout Plain Layout
10422 Annamaria
10423 \end_layout
10424
10425 \end_inset
10426 </cell>
10427 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10428 \begin_inset Text
10429
10430 \begin_layout Plain Layout
10431 111
10432 \end_layout
10433
10434 \end_inset
10435 </cell>
10436 </row>
10437 <row>
10438 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10439 \begin_inset Text
10440
10441 \begin_layout Plain Layout
10442
10443 \series bold
10444 Feliciello
10445 \end_layout
10446
10447 \end_inset
10448 </cell>
10449 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10450 \begin_inset Text
10451
10452 \begin_layout Plain Layout
10453 Domenico
10454 \end_layout
10455
10456 \end_inset
10457 </cell>
10458 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10459 \begin_inset Text
10460
10461 \begin_layout Plain Layout
10462 111
10463 \end_layout
10464
10465 \end_inset
10466 </cell>
10467 </row>
10468 <row>
10469 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10470 \begin_inset Text
10471
10472 \begin_layout Plain Layout
10473
10474 \series bold
10475 Focarelli
10476 \end_layout
10477
10478 \end_inset
10479 </cell>
10480 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10481 \begin_inset Text
10482
10483 \begin_layout Plain Layout
10484 Paola
10485 \end_layout
10486
10487 \end_inset
10488 </cell>
10489 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10490 \begin_inset Text
10491
10492 \begin_layout Plain Layout
10493 111
10494 \end_layout
10495
10496 \end_inset
10497 </cell>
10498 </row>
10499 <row>
10500 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10501 \begin_inset Text
10502
10503 \begin_layout Plain Layout
10504
10505 \series bold
10506 Galletti
10507 \end_layout
10508
10509 \end_inset
10510 </cell>
10511 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10512 \begin_inset Text
10513
10514 \begin_layout Plain Layout
10515 Oreste
10516 \end_layout
10517
10518 \end_inset
10519 </cell>
10520 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10521 \begin_inset Text
10522
10523 \begin_layout Plain Layout
10524 111
10525 \end_layout
10526
10527 \end_inset
10528 </cell>
10529 </row>
10530 <row>
10531 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10532 \begin_inset Text
10533
10534 \begin_layout Plain Layout
10535
10536 \series bold
10537 Gasparini
10538 \end_layout
10539
10540 \end_inset
10541 </cell>
10542 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10543 \begin_inset Text
10544
10545 \begin_layout Plain Layout
10546 Franca
10547 \end_layout
10548
10549 \end_inset
10550 </cell>
10551 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10552 \begin_inset Text
10553
10554 \begin_layout Plain Layout
10555 111
10556 \end_layout
10557
10558 \end_inset
10559 </cell>
10560 </row>
10561 <row>
10562 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10563 \begin_inset Text
10564
10565 \begin_layout Plain Layout
10566
10567 \series bold
10568 Lassini
10569 \end_layout
10570
10571 \end_inset
10572 </cell>
10573 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10574 \begin_inset Text
10575
10576 \begin_layout Plain Layout
10577 Giancarlo
10578 \end_layout
10579
10580 \end_inset
10581 </cell>
10582 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10583 \begin_inset Text
10584
10585 \begin_layout Plain Layout
10586 111
10587 \end_layout
10588
10589 \end_inset
10590 </cell>
10591 </row>
10592 <row>
10593 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10594 \begin_inset Text
10595
10596 \begin_layout Plain Layout
10597
10598 \series bold
10599 Malfatti
10600 \end_layout
10601
10602 \end_inset
10603 </cell>
10604 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10605 \begin_inset Text
10606
10607 \begin_layout Plain Layout
10608 Luciano
10609 \end_layout
10610
10611 \end_inset
10612 </cell>
10613 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10614 \begin_inset Text
10615
10616 \begin_layout Plain Layout
10617 111
10618 \end_layout
10619
10620 \end_inset
10621 </cell>
10622 </row>
10623 <row>
10624 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10625 \begin_inset Text
10626
10627 \begin_layout Plain Layout
10628
10629 \series bold
10630 Malfatti
10631 \end_layout
10632
10633 \end_inset
10634 </cell>
10635 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10636 \begin_inset Text
10637
10638 \begin_layout Plain Layout
10639 Valeriano
10640 \end_layout
10641
10642 \end_inset
10643 </cell>
10644 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10645 \begin_inset Text
10646
10647 \begin_layout Plain Layout
10648 111
10649 \end_layout
10650
10651 \end_inset
10652 </cell>
10653 </row>
10654 <row>
10655 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10656 \begin_inset Text
10657
10658 \begin_layout Plain Layout
10659
10660 \series bold
10661 Meneguzzo
10662 \end_layout
10663
10664 \end_inset
10665 </cell>
10666 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10667 \begin_inset Text
10668
10669 \begin_layout Plain Layout
10670 Roberto
10671 \end_layout
10672
10673 \end_inset
10674 </cell>
10675 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10676 \begin_inset Text
10677
10678 \begin_layout Plain Layout
10679 111
10680 \end_layout
10681
10682 \end_inset
10683 </cell>
10684 </row>
10685 <row>
10686 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10687 \begin_inset Text
10688
10689 \begin_layout Plain Layout
10690
10691 \series bold
10692 Mezzadra
10693 \end_layout
10694
10695 \end_inset
10696 </cell>
10697 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10698 \begin_inset Text
10699
10700 \begin_layout Plain Layout
10701 Roberto
10702 \end_layout
10703
10704 \end_inset
10705 </cell>
10706 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10707 \begin_inset Text
10708
10709 \begin_layout Plain Layout
10710 111
10711 \end_layout
10712
10713 \end_inset
10714 </cell>
10715 </row>
10716 <row>
10717 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10718 \begin_inset Text
10719
10720 \begin_layout Plain Layout
10721
10722 \series bold
10723 Pirpamer
10724 \end_layout
10725
10726 \end_inset
10727 </cell>
10728 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10729 \begin_inset Text
10730
10731 \begin_layout Plain Layout
10732 Erich
10733 \end_layout
10734
10735 \end_inset
10736 </cell>
10737 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10738 \begin_inset Text
10739
10740 \begin_layout Plain Layout
10741 111
10742 \end_layout
10743
10744 \end_inset
10745 </cell>
10746 </row>
10747 <row>
10748 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10749 \begin_inset Text
10750
10751 \begin_layout Plain Layout
10752
10753 \series bold
10754 Pochiesa
10755 \end_layout
10756
10757 \end_inset
10758 </cell>
10759 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10760 \begin_inset Text
10761
10762 \begin_layout Plain Layout
10763 Paolo
10764 \end_layout
10765
10766 \end_inset
10767 </cell>
10768 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10769 \begin_inset Text
10770
10771 \begin_layout Plain Layout
10772 111, 222
10773 \end_layout
10774
10775 \end_inset
10776 </cell>
10777 </row>
10778 <row>
10779 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10780 \begin_inset Text
10781
10782 \begin_layout Plain Layout
10783
10784 \series bold
10785 Radina
10786 \end_layout
10787
10788 \end_inset
10789 </cell>
10790 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10791 \begin_inset Text
10792
10793 \begin_layout Plain Layout
10794 Claudio
10795 \end_layout
10796
10797 \end_inset
10798 </cell>
10799 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10800 \begin_inset Text
10801
10802 \begin_layout Plain Layout
10803 111
10804 \end_layout
10805
10806 \end_inset
10807 </cell>
10808 </row>
10809 <row>
10810 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10811 \begin_inset Text
10812
10813 \begin_layout Plain Layout
10814
10815 \series bold
10816 Rizzardi
10817 \end_layout
10818
10819 \end_inset
10820 </cell>
10821 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10822 \begin_inset Text
10823
10824 \begin_layout Plain Layout
10825 Paolo, 11.
10826  Fürst von Montecompatri, 11.
10827  Fürst von Sulmona und Vivaro, 10.
10828  Fürst von Rossano, 5.
10829  Herzog von Canemorte, 11.
10830  Herzog von Palombara, 5.
10831  Herzog von Castelchiodato,
10832 \begin_inset ERT
10833 status open
10834
10835 \begin_layout Plain Layout
10836
10837 & 111
10838 \backslash
10839
10840 \backslash
10841  
10842 \backslash
10843 newpage
10844 \end_layout
10845
10846 \begin_layout Plain Layout
10847
10848 &
10849 \end_layout
10850
10851 \end_inset
10852
10853  11.
10854  Herzog von Poggionativo, 11.
10855  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10856  Graf von Valinfreda, 11.
10857  Baron von Cropalati, 11.
10858  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10859 \end_layout
10860
10861 \end_inset
10862 </cell>
10863 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10864 \begin_inset Text
10865
10866 \begin_layout Plain Layout
10867
10868 \end_layout
10869
10870 \end_inset
10871 </cell>
10872 </row>
10873 <row>
10874 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10875 \begin_inset Text
10876
10877 \begin_layout Plain Layout
10878
10879 \series bold
10880 Stuffer
10881 \end_layout
10882
10883 \end_inset
10884 </cell>
10885 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10886 \begin_inset Text
10887
10888 \begin_layout Plain Layout
10889 Oskar
10890 \end_layout
10891
10892 \end_inset
10893 </cell>
10894 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10895 \begin_inset Text
10896
10897 \begin_layout Plain Layout
10898 111
10899 \end_layout
10900
10901 \end_inset
10902 </cell>
10903 </row>
10904 <row>
10905 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10906 \begin_inset Text
10907
10908 \begin_layout Plain Layout
10909
10910 \series bold
10911 Tacchelli
10912 \end_layout
10913
10914 \end_inset
10915 </cell>
10916 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10917 \begin_inset Text
10918
10919 \begin_layout Plain Layout
10920 Ugo
10921 \end_layout
10922
10923 \end_inset
10924 </cell>
10925 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10926 \begin_inset Text
10927
10928 \begin_layout Plain Layout
10929 111
10930 \end_layout
10931
10932 \end_inset
10933 </cell>
10934 </row>
10935 <row>
10936 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10937 \begin_inset Text
10938
10939 \begin_layout Plain Layout
10940
10941 \series bold
10942 Tezzele
10943 \end_layout
10944
10945 \end_inset
10946 </cell>
10947 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10948 \begin_inset Text
10949
10950 \begin_layout Plain Layout
10951 Margit
10952 \end_layout
10953
10954 \end_inset
10955 </cell>
10956 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10957 \begin_inset Text
10958
10959 \begin_layout Plain Layout
10960 111
10961 \end_layout
10962
10963 \end_inset
10964 </cell>
10965 </row>
10966 <row>
10967 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10968 \begin_inset Text
10969
10970 \begin_layout Plain Layout
10971
10972 \series bold
10973 Unterkalmsteiner
10974 \end_layout
10975
10976 \end_inset
10977 </cell>
10978 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10979 \begin_inset Text
10980
10981 \begin_layout Plain Layout
10982 Frieda
10983 \end_layout
10984
10985 \end_inset
10986 </cell>
10987 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10988 \begin_inset Text
10989
10990 \begin_layout Plain Layout
10991 111
10992 \end_layout
10993
10994 \end_inset
10995 </cell>
10996 </row>
10997 <row>
10998 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10999 \begin_inset Text
11000
11001 \begin_layout Plain Layout
11002
11003 \series bold
11004 Vieider
11005 \end_layout
11006
11007 \end_inset
11008 </cell>
11009 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11010 \begin_inset Text
11011
11012 \begin_layout Plain Layout
11013 Hilde
11014 \end_layout
11015
11016 \end_inset
11017 </cell>
11018 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11019 \begin_inset Text
11020
11021 \begin_layout Plain Layout
11022 111
11023 \end_layout
11024
11025 \end_inset
11026 </cell>
11027 </row>
11028 <row>
11029 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11030 \begin_inset Text
11031
11032 \begin_layout Plain Layout
11033
11034 \series bold
11035 Vigna
11036 \end_layout
11037
11038 \end_inset
11039 </cell>
11040 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11041 \begin_inset Text
11042
11043 \begin_layout Plain Layout
11044 Jürgen
11045 \end_layout
11046
11047 \end_inset
11048 </cell>
11049 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11050 \begin_inset Text
11051
11052 \begin_layout Plain Layout
11053 111
11054 \end_layout
11055
11056 \end_inset
11057 </cell>
11058 </row>
11059 <row>
11060 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11061 \begin_inset Text
11062
11063 \begin_layout Plain Layout
11064
11065 \series bold
11066 Weber
11067 \end_layout
11068
11069 \end_inset
11070 </cell>
11071 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11072 \begin_inset Text
11073
11074 \begin_layout Plain Layout
11075 Maurizio
11076 \end_layout
11077
11078 \end_inset
11079 </cell>
11080 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11081 \begin_inset Text
11082
11083 \begin_layout Plain Layout
11084 111
11085 \end_layout
11086
11087 \end_inset
11088 </cell>
11089 </row>
11090 <row>
11091 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11092 \begin_inset Text
11093
11094 \begin_layout Plain Layout
11095
11096 \series bold
11097 Winkler
11098 \end_layout
11099
11100 \end_inset
11101 </cell>
11102 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
11103 \begin_inset Text
11104
11105 \begin_layout Plain Layout
11106 Franz
11107 \end_layout
11108
11109 \end_inset
11110 </cell>
11111 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11112 \begin_inset Text
11113
11114 \begin_layout Plain Layout
11115 111
11116 \end_layout
11117
11118 \end_inset
11119 </cell>
11120 </row>
11121 </lyxtabular>
11122
11123 \end_inset
11124
11125
11126 \end_layout
11127
11128 \begin_layout Section
11129 Multiple Lines, Columns and Rows
11130 \end_layout
11131
11132 \begin_layout Subsection
11133 Multiple Lines in Table Cells
11134 \begin_inset CommandInset label
11135 LatexCommand label
11136 name "subsec:Multiple-Lines-in"
11137
11138 \end_inset
11139
11140
11141 \begin_inset Index idx
11142 status collapsed
11143
11144 \begin_layout Plain Layout
11145 Multiple Lines in Table Cells
11146 \end_layout
11147
11148 \end_inset
11149
11150
11151 \begin_inset Index idx
11152 status collapsed
11153
11154 \begin_layout Plain Layout
11155 Table ! Linebreaks
11156 \end_layout
11157
11158 \end_inset
11159
11160
11161 \end_layout
11162
11163 \begin_layout Standard
11164 \noindent
11165 \begin_inset Float table
11166 placement H
11167 wide false
11168 sideways false
11169 status open
11170
11171 \begin_layout Plain Layout
11172 \begin_inset Caption Standard
11173
11174 \begin_layout Plain Layout
11175 \begin_inset CommandInset label
11176 LatexCommand label
11177 name "tab:Table-with-multiple"
11178
11179 \end_inset
11180
11181 Table with multiple lines in cells
11182 \end_layout
11183
11184 \end_inset
11185
11186
11187 \end_layout
11188
11189 \begin_layout Plain Layout
11190 \align center
11191 \begin_inset Tabular
11192 <lyxtabular version="3" rows="3" columns="3">
11193 <features tabularvalignment="middle">
11194 <column alignment="center" valignment="middle" width="2.5cm">
11195 <column alignment="center" valignment="middle">
11196 <column alignment="center" valignment="middle">
11197 <row>
11198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11199 \begin_inset Text
11200
11201 \begin_layout Plain Layout
11202 multiple
11203 \begin_inset Newline linebreak
11204 \end_inset
11205
11206 lines
11207 \end_layout
11208
11209 \end_inset
11210 </cell>
11211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11212 \begin_inset Text
11213
11214 \begin_layout Plain Layout
11215 b
11216 \end_layout
11217
11218 \end_inset
11219 </cell>
11220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11221 \begin_inset Text
11222
11223 \begin_layout Plain Layout
11224 c
11225 \end_layout
11226
11227 \end_inset
11228 </cell>
11229 </row>
11230 <row>
11231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11232 \begin_inset Text
11233
11234 \begin_layout Plain Layout
11235 d
11236 \end_layout
11237
11238 \end_inset
11239 </cell>
11240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11241 \begin_inset Text
11242
11243 \begin_layout Plain Layout
11244 e
11245 \end_layout
11246
11247 \end_inset
11248 </cell>
11249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11250 \begin_inset Text
11251
11252 \begin_layout Plain Layout
11253 f
11254 \end_layout
11255
11256 \end_inset
11257 </cell>
11258 </row>
11259 <row>
11260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11261 \begin_inset Text
11262
11263 \begin_layout Plain Layout
11264 g
11265 \end_layout
11266
11267 \end_inset
11268 </cell>
11269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11270 \begin_inset Text
11271
11272 \begin_layout Plain Layout
11273 h
11274 \end_layout
11275
11276 \end_inset
11277 </cell>
11278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11279 \begin_inset Text
11280
11281 \begin_layout Plain Layout
11282 i
11283 \end_layout
11284
11285 \end_inset
11286 </cell>
11287 </row>
11288 </lyxtabular>
11289
11290 \end_inset
11291
11292
11293 \end_layout
11294
11295 \end_inset
11296
11297
11298 \end_layout
11299
11300 \begin_layout Standard
11301 Setting a fixed width for a column enables you to enter text as a paragraph
11302  with multiple lines and hyphenation.
11303 \end_layout
11304
11305 \begin_layout Standard
11306 To produce Table
11307 \begin_inset space ~
11308 \end_inset
11309
11310
11311 \begin_inset CommandInset ref
11312 LatexCommand ref
11313 reference "tab:Table-with-multiple"
11314
11315 \end_inset
11316
11317 , create a 3×3 table, mark the first cell and right-click on it.
11318  In the appearing table dialog we set a cell width of 2.5
11319 \begin_inset space \thinspace{}
11320 \end_inset
11321
11322 cm and choose centered for the vertical and horizontal alignment.
11323  The vertical alignment is used for all cells of the row.
11324  As our text is smaller than 2.5
11325 \begin_inset space \thinspace{}
11326 \end_inset
11327
11328 cm, only one line will appear.
11329  To get two lines, a justified line break (shortcut 
11330 \begin_inset Info
11331 type  "shortcut"
11332 arg   "newline-insert linebreak"
11333 \end_inset
11334
11335 ) was added.
11336  If the text is wider than the set cell width, it will automatically be
11337  broken to several lines.
11338 \end_layout
11339
11340 \begin_layout Standard
11341 If you have a long word in a cell with a fixed width, it cannot be hyphenated
11342  by \SpecialChar LaTeX
11343  if it is the first entry.
11344  Therefore you need to insert something to prevent the word not being the
11345  first entry.
11346  So add a horizontal space of 0
11347 \begin_inset space \thinspace{}
11348 \end_inset
11349
11350 pt before the word.
11351  As the space is zero, it doesn't change the output.
11352  Table
11353 \begin_inset space ~
11354 \end_inset
11355
11356
11357 \begin_inset CommandInset ref
11358 LatexCommand ref
11359 reference "tab:Table-with-and"
11360
11361 \end_inset
11362
11363  shows the effect.
11364 \end_layout
11365
11366 \begin_layout Standard
11367 \begin_inset Float table
11368 placement h
11369 wide false
11370 sideways false
11371 status open
11372
11373 \begin_layout Plain Layout
11374 \begin_inset Caption Standard
11375
11376 \begin_layout Plain Layout
11377 \begin_inset CommandInset label
11378 LatexCommand label
11379 name "tab:Table-with-and"
11380
11381 \end_inset
11382
11383 Table with and without hyphenation
11384 \end_layout
11385
11386 \end_inset
11387
11388
11389 \end_layout
11390
11391 \begin_layout Plain Layout
11392 \begin_inset space \hfill{}
11393 \end_inset
11394
11395
11396 \begin_inset Tabular
11397 <lyxtabular version="3" rows="3" columns="3">
11398 <features tabularvalignment="middle">
11399 <column alignment="center" valignment="middle" width="2.5cm">
11400 <column alignment="center" valignment="middle">
11401 <column alignment="center" valignment="middle">
11402 <row>
11403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11404 \begin_inset Text
11405
11406 \begin_layout Plain Layout
11407 verylongtablecellword
11408 \end_layout
11409
11410 \end_inset
11411 </cell>
11412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11413 \begin_inset Text
11414
11415 \begin_layout Plain Layout
11416 b
11417 \end_layout
11418
11419 \end_inset
11420 </cell>
11421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11422 \begin_inset Text
11423
11424 \begin_layout Plain Layout
11425 c
11426 \end_layout
11427
11428 \end_inset
11429 </cell>
11430 </row>
11431 <row>
11432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11433 \begin_inset Text
11434
11435 \begin_layout Plain Layout
11436 d
11437 \end_layout
11438
11439 \end_inset
11440 </cell>
11441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11442 \begin_inset Text
11443
11444 \begin_layout Plain Layout
11445 e
11446 \end_layout
11447
11448 \end_inset
11449 </cell>
11450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11451 \begin_inset Text
11452
11453 \begin_layout Plain Layout
11454 f
11455 \end_layout
11456
11457 \end_inset
11458 </cell>
11459 </row>
11460 <row>
11461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11462 \begin_inset Text
11463
11464 \begin_layout Plain Layout
11465 g
11466 \end_layout
11467
11468 \end_inset
11469 </cell>
11470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11471 \begin_inset Text
11472
11473 \begin_layout Plain Layout
11474 h
11475 \end_layout
11476
11477 \end_inset
11478 </cell>
11479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11480 \begin_inset Text
11481
11482 \begin_layout Plain Layout
11483 i
11484 \end_layout
11485
11486 \end_inset
11487 </cell>
11488 </row>
11489 </lyxtabular>
11490
11491 \end_inset
11492
11493
11494 \begin_inset space \hfill{}
11495 \end_inset
11496
11497
11498 \begin_inset Tabular
11499 <lyxtabular version="3" rows="3" columns="3">
11500 <features tabularvalignment="middle">
11501 <column alignment="center" valignment="middle" width="2.5cm">
11502 <column alignment="center" valignment="middle">
11503 <column alignment="center" valignment="middle">
11504 <row>
11505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11506 \begin_inset Text
11507
11508 \begin_layout Plain Layout
11509 \begin_inset space \hspace{}
11510 \length 0pt
11511 \end_inset
11512
11513 verylongtablecellword
11514 \end_layout
11515
11516 \end_inset
11517 </cell>
11518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11519 \begin_inset Text
11520
11521 \begin_layout Plain Layout
11522 b
11523 \end_layout
11524
11525 \end_inset
11526 </cell>
11527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11528 \begin_inset Text
11529
11530 \begin_layout Plain Layout
11531 c
11532 \end_layout
11533
11534 \end_inset
11535 </cell>
11536 </row>
11537 <row>
11538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11539 \begin_inset Text
11540
11541 \begin_layout Plain Layout
11542 d
11543 \end_layout
11544
11545 \end_inset
11546 </cell>
11547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11548 \begin_inset Text
11549
11550 \begin_layout Plain Layout
11551 e
11552 \end_layout
11553
11554 \end_inset
11555 </cell>
11556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11557 \begin_inset Text
11558
11559 \begin_layout Plain Layout
11560 f
11561 \end_layout
11562
11563 \end_inset
11564 </cell>
11565 </row>
11566 <row>
11567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11568 \begin_inset Text
11569
11570 \begin_layout Plain Layout
11571 g
11572 \end_layout
11573
11574 \end_inset
11575 </cell>
11576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11577 \begin_inset Text
11578
11579 \begin_layout Plain Layout
11580 h
11581 \end_layout
11582
11583 \end_inset
11584 </cell>
11585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11586 \begin_inset Text
11587
11588 \begin_layout Plain Layout
11589 i
11590 \end_layout
11591
11592 \end_inset
11593 </cell>
11594 </row>
11595 </lyxtabular>
11596
11597 \end_inset
11598
11599
11600 \begin_inset space \hfill{}
11601 \end_inset
11602
11603
11604 \end_layout
11605
11606 \end_inset
11607
11608
11609 \end_layout
11610
11611 \begin_layout Subsection
11612 Multicolumns
11613 \begin_inset CommandInset label
11614 LatexCommand label
11615 name "subsec:Multicolumns"
11616
11617 \end_inset
11618
11619
11620 \begin_inset Index idx
11621 status collapsed
11622
11623 \begin_layout Plain Layout
11624 Multicolumns
11625 \end_layout
11626
11627 \end_inset
11628
11629
11630 \begin_inset Index idx
11631 status collapsed
11632
11633 \begin_layout Plain Layout
11634 Table ! Multicolumns
11635 \end_layout
11636
11637 \end_inset
11638
11639
11640 \end_layout
11641
11642 \begin_layout Subsubsection
11643 Multicolumn Basics
11644 \end_layout
11645
11646 \begin_layout Standard
11647 To merge cells over multiple columns, select as many cells within a row
11648  as you want to merge and use either the table-toolbar button 
11649 \begin_inset Info
11650 type  "icon"
11651 arg   "tabular-feature multicolumn"
11652 \end_inset
11653
11654 , or the menu 
11655 \family sans
11656 Edit\SpecialChar menuseparator
11657 Table\SpecialChar menuseparator
11658 Multicolumn
11659 \family default
11660 , or right click on the marked cells and choose 
11661 \family sans
11662 Multicolumn
11663 \family default
11664  in the context menu.
11665 \end_layout
11666
11667 \begin_layout Standard
11668 Multicolumns have their own cell settings.
11669  That means changing cell borders, cell alignment, and the width only affects
11670  the multicolumn.
11671  Here is an example table with a multicolumn cell in the first row and one
11672  in the last row without the upper border:
11673 \end_layout
11674
11675 \begin_layout Standard
11676 \align center
11677 \begin_inset Tabular
11678 <lyxtabular version="3" rows="3" columns="4">
11679 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11680 <column alignment="center" valignment="top" width="0pt">
11681 <column alignment="center" valignment="middle">
11682 <column alignment="center" valignment="top" width="0in">
11683 <column alignment="center" valignment="top" width="0pt">
11684 <row>
11685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11686 \begin_inset Text
11687
11688 \begin_layout Plain Layout
11689 abc
11690 \end_layout
11691
11692 \end_inset
11693 </cell>
11694 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11695 \begin_inset Text
11696
11697 \begin_layout Plain Layout
11698 def ghi
11699 \end_layout
11700
11701 \end_inset
11702 </cell>
11703 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11704 \begin_inset Text
11705
11706 \begin_layout Plain Layout
11707
11708 \end_layout
11709
11710 \end_inset
11711 </cell>
11712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11713 \begin_inset Text
11714
11715 \begin_layout Plain Layout
11716 jkl
11717 \end_layout
11718
11719 \end_inset
11720 </cell>
11721 </row>
11722 <row>
11723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11724 \begin_inset Text
11725
11726 \begin_layout Plain Layout
11727
11728 \family roman
11729 \series medium
11730 \shape up
11731 \size normal
11732 \emph off
11733 \bar no
11734 \noun off
11735 \color none
11736 A
11737 \end_layout
11738
11739 \end_inset
11740 </cell>
11741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11742 \begin_inset Text
11743
11744 \begin_layout Plain Layout
11745 B
11746 \end_layout
11747
11748 \end_inset
11749 </cell>
11750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11751 \begin_inset Text
11752
11753 \begin_layout Plain Layout
11754 C
11755 \end_layout
11756
11757 \end_inset
11758 </cell>
11759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11760 \begin_inset Text
11761
11762 \begin_layout Plain Layout
11763 D
11764 \end_layout
11765
11766 \end_inset
11767 </cell>
11768 </row>
11769 <row>
11770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11771 \begin_inset Text
11772
11773 \begin_layout Plain Layout
11774 1
11775 \end_layout
11776
11777 \end_inset
11778 </cell>
11779 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11780 \begin_inset Text
11781
11782 \begin_layout Plain Layout
11783 2
11784 \end_layout
11785
11786 \end_inset
11787 </cell>
11788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11789 \begin_inset Text
11790
11791 \begin_layout Plain Layout
11792 3
11793 \end_layout
11794
11795 \end_inset
11796 </cell>
11797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11798 \begin_inset Text
11799
11800 \begin_layout Plain Layout
11801 4
11802 \end_layout
11803
11804 \end_inset
11805 </cell>
11806 </row>
11807 </lyxtabular>
11808
11809 \end_inset
11810
11811
11812 \end_layout
11813
11814 \begin_layout Subsubsection
11815 Multicolumn Calculations
11816 \begin_inset CommandInset label
11817 LatexCommand label
11818 name "subsec:Multicolumn-Calculations"
11819
11820 \end_inset
11821
11822
11823 \begin_inset Index idx
11824 status collapsed
11825
11826 \begin_layout Plain Layout
11827 Multicolumns ! Calculations
11828 \end_layout
11829
11830 \end_inset
11831
11832
11833 \end_layout
11834
11835 \begin_layout Standard
11836 \SpecialChar LyX
11837  supports multicolumns directly, but we have to take account of the cell
11838  width of the columns spanned by the multicolumn cell.
11839 \end_layout
11840
11841 \begin_layout Standard
11842 \begin_inset Float table
11843 placement h
11844 wide false
11845 sideways false
11846 status open
11847
11848 \begin_layout Plain Layout
11849 \begin_inset Caption Standard
11850
11851 \begin_layout Plain Layout
11852 \begin_inset CommandInset label
11853 LatexCommand label
11854 name "tab:Table-with-centered"
11855
11856 \end_inset
11857
11858 Table with centered multicolumn text above two columns that have exactly
11859  half the width of the multicolumn cell
11860 \begin_inset Argument 1
11861 status collapsed
11862
11863 \begin_layout Plain Layout
11864 Perfect multicolumn table
11865 \end_layout
11866
11867 \end_inset
11868
11869
11870 \end_layout
11871
11872 \end_inset
11873
11874
11875 \end_layout
11876
11877 \begin_layout Plain Layout
11878 \align center
11879 \begin_inset Tabular
11880 <lyxtabular version="3" rows="3" columns="3">
11881 <features tabularvalignment="middle">
11882 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
11883 <column alignment="center" valignment="middle">
11884 <column alignment="center" valignment="top">
11885 <row>
11886 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11887 \begin_inset Text
11888
11889 \begin_layout Plain Layout
11890 multiple lines multicolumn
11891 \end_layout
11892
11893 \end_inset
11894 </cell>
11895 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11896 \begin_inset Text
11897
11898 \begin_layout Plain Layout
11899
11900 \end_layout
11901
11902 \end_inset
11903 </cell>
11904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11905 \begin_inset Text
11906
11907 \begin_layout Plain Layout
11908 c
11909 \end_layout
11910
11911 \end_inset
11912 </cell>
11913 </row>
11914 <row>
11915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11916 \begin_inset Text
11917
11918 \begin_layout Plain Layout
11919 d
11920 \end_layout
11921
11922 \end_inset
11923 </cell>
11924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11925 \begin_inset Text
11926
11927 \begin_layout Plain Layout
11928 e
11929 \end_layout
11930
11931 \end_inset
11932 </cell>
11933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11934 \begin_inset Text
11935
11936 \begin_layout Plain Layout
11937 f
11938 \end_layout
11939
11940 \end_inset
11941 </cell>
11942 </row>
11943 <row>
11944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11945 \begin_inset Text
11946
11947 \begin_layout Plain Layout
11948 g
11949 \end_layout
11950
11951 \end_inset
11952 </cell>
11953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11954 \begin_inset Text
11955
11956 \begin_layout Plain Layout
11957 h
11958 \end_layout
11959
11960 \end_inset
11961 </cell>
11962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11963 \begin_inset Text
11964
11965 \begin_layout Plain Layout
11966 i
11967 \end_layout
11968
11969 \end_inset
11970 </cell>
11971 </row>
11972 </lyxtabular>
11973
11974 \end_inset
11975
11976
11977 \end_layout
11978
11979 \end_inset
11980
11981
11982 \end_layout
11983
11984 \begin_layout Standard
11985 To create for example Table
11986 \begin_inset space ~
11987 \end_inset
11988
11989
11990 \begin_inset CommandInset ref
11991 LatexCommand ref
11992 reference "tab:Table-with-centered"
11993
11994 \end_inset
11995
11996 , mark the first two cells in the first row of a 3×3 table and right-click
11997  on them.
11998  Now choose for this cell 
11999 \emph on
12000 multicolumn
12001 \emph default
12002
12003 \emph on
12004 centered alignment
12005 \emph default
12006  and a width of 2.5
12007 \begin_inset space \thinspace{}
12008 \end_inset
12009
12010 cm in the table dialog.
12011  The merged columns should have exactly half the width of the multicolumn
12012  cell, so that you would set a width of 1.25
12013 \begin_inset space \thinspace{}
12014 \end_inset
12015
12016 cm for the first column.
12017  The second column has then automatically a width of 1.25
12018 \begin_inset space \thinspace{}
12019 \end_inset
12020
12021 cm (multicolumn width - width of first column).
12022  This was done for Table
12023 \begin_inset space ~
12024 \end_inset
12025
12026
12027 \begin_inset CommandInset ref
12028 LatexCommand ref
12029 reference "tab:Table-without-half"
12030
12031 \end_inset
12032
12033 .
12034 \end_layout
12035
12036 \begin_layout Standard
12037 \begin_inset Float table
12038 wide false
12039 sideways false
12040 status open
12041
12042 \begin_layout Plain Layout
12043 \begin_inset Caption Standard
12044
12045 \begin_layout Plain Layout
12046 \begin_inset CommandInset label
12047 LatexCommand label
12048 name "tab:Table-without-half"
12049
12050 \end_inset
12051
12052 Table where the spanned table columns are not exactly half the width of
12053  the multicolumn cell
12054 \begin_inset Argument 1
12055 status collapsed
12056
12057 \begin_layout Plain Layout
12058 Imperfect multicolumn table
12059 \end_layout
12060
12061 \end_inset
12062
12063
12064 \end_layout
12065
12066 \end_inset
12067
12068
12069 \end_layout
12070
12071 \begin_layout Plain Layout
12072 \align center
12073 \begin_inset Tabular
12074 <lyxtabular version="3" rows="3" columns="3">
12075 <features tabularvalignment="middle">
12076 <column alignment="center" valignment="top" width="1.25cm">
12077 <column alignment="center" valignment="top">
12078 <column alignment="center" valignment="top">
12079 <row>
12080 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12081 \begin_inset Text
12082
12083 \begin_layout Plain Layout
12084 multiple lines multicolumn
12085 \end_layout
12086
12087 \end_inset
12088 </cell>
12089 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12090 \begin_inset Text
12091
12092 \begin_layout Plain Layout
12093
12094 \end_layout
12095
12096 \end_inset
12097 </cell>
12098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12099 \begin_inset Text
12100
12101 \begin_layout Plain Layout
12102 c
12103 \end_layout
12104
12105 \end_inset
12106 </cell>
12107 </row>
12108 <row>
12109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12110 \begin_inset Text
12111
12112 \begin_layout Plain Layout
12113 d
12114 \end_layout
12115
12116 \end_inset
12117 </cell>
12118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12119 \begin_inset Text
12120
12121 \begin_layout Plain Layout
12122 e
12123 \end_layout
12124
12125 \end_inset
12126 </cell>
12127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12128 \begin_inset Text
12129
12130 \begin_layout Plain Layout
12131 f
12132 \end_layout
12133
12134 \end_inset
12135 </cell>
12136 </row>
12137 <row>
12138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12139 \begin_inset Text
12140
12141 \begin_layout Plain Layout
12142 g
12143 \end_layout
12144
12145 \end_inset
12146 </cell>
12147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12148 \begin_inset Text
12149
12150 \begin_layout Plain Layout
12151 h
12152 \end_layout
12153
12154 \end_inset
12155 </cell>
12156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12157 \begin_inset Text
12158
12159 \begin_layout Plain Layout
12160 i
12161 \end_layout
12162
12163 \end_inset
12164 </cell>
12165 </row>
12166 </lyxtabular>
12167
12168 \end_inset
12169
12170
12171 \end_layout
12172
12173 \end_inset
12174
12175
12176 \end_layout
12177
12178 \begin_layout Standard
12179 You can see that the first column is not half the width of the multicolumn
12180  cell, it is a bit bigger.
12181  The reason is that the specified width of a cell 
12182 \begin_inset Formula $W_{g}$
12183 \end_inset
12184
12185  is not its total width 
12186 \begin_inset Formula $W_{\mathrm{tot}}$
12187 \end_inset
12188
12189  because a cell is always a bit larger than specified.
12190  Appendix
12191 \begin_inset space ~
12192 \end_inset
12193
12194
12195 \begin_inset CommandInset ref
12196 LatexCommand ref
12197 reference "cha:Explanation-of-Equation"
12198
12199 \end_inset
12200
12201  explains this in detail.
12202 \end_layout
12203
12204 \begin_layout Standard
12205 The width 
12206 \begin_inset Formula $W_{g\,n}$
12207 \end_inset
12208
12209  which the user needs to set when 
12210 \emph on
12211 n
12212 \emph default
12213  columns are spanned can be calculated, so that each column has a total
12214  width of 
12215 \begin_inset Formula $W_{\mathrm{tot\,multicolumn}}/n$
12216 \end_inset
12217
12218 :
12219 \begin_inset Formula 
12220 \begin{equation}
12221 W_{g\,n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12222 \end{equation}
12223
12224 \end_inset
12225
12226
12227 \end_layout
12228
12229 \begin_layout Standard
12230 In our case we have 
12231 \begin_inset Formula $n=2$
12232 \end_inset
12233
12234
12235 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12236 \end_inset
12237
12238 cm and the default values for the lengths, so that equation 
12239 \begin_inset CommandInset ref
12240 LatexCommand ref
12241 reference "eq:Wgn"
12242
12243 \end_inset
12244
12245  becomes
12246 \begin_inset Formula 
12247 \begin{equation}
12248 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12249 \end{equation}
12250
12251 \end_inset
12252
12253
12254 \end_layout
12255
12256 \begin_layout Standard
12257 To enable calculations in \SpecialChar LaTeX
12258 , the \SpecialChar LaTeX
12259 -package 
12260 \series bold
12261 calc
12262 \series default
12263  must be loaded with the document preamble line
12264 \begin_inset Index idx
12265 status collapsed
12266
12267 \begin_layout Plain Layout
12268 \SpecialChar LaTeX
12269 -packages ! calc
12270 \end_layout
12271
12272 \end_inset
12273
12274
12275 \end_layout
12276
12277 \begin_layout Standard
12278
12279 \series bold
12280
12281 \backslash
12282 usepackage{calc}
12283 \end_layout
12284
12285 \begin_layout Standard
12286 \SpecialChar LyX
12287  does not allow you to calculate lengths in the 
12288 \family sans
12289 Width
12290 \family default
12291  field of the table dialog.
12292  Therefore you have to format the column by inserting a \SpecialChar LaTeX
12293 -argument in the
12294  dialog.
12295  Here is an overview about the arguments:
12296 \end_layout
12297
12298 \begin_layout Itemize
12299
12300 \series bold
12301 p{width}
12302 \series default
12303  creates cell with a fixed width, its text is vertically top-aligned
12304 \end_layout
12305
12306 \begin_layout Itemize
12307
12308 \series bold
12309 m{width}
12310 \series default
12311  creates cell with a fixed width, its text is vertically centered
12312 \end_layout
12313
12314 \begin_layout Itemize
12315
12316 \series bold
12317 b{width}
12318 \series default
12319  creates cell with a fixed width, its text is vertically bottom-aligned
12320 \end_layout
12321
12322 \begin_layout Standard
12323 By entering a \SpecialChar LaTeX
12324 -argument, all cell settings set in the table dialog are overwritt
12325 en.
12326 \end_layout
12327
12328 \begin_layout Standard
12329 \begin_inset Note Greyedout
12330 status open
12331
12332 \begin_layout Plain Layout
12333
12334 \series bold
12335 Note:
12336 \series default
12337  Due to a bug, \SpecialChar LyX
12338  shows the overwritten settings anyway.
12339 \end_layout
12340
12341 \end_inset
12342
12343
12344 \end_layout
12345
12346 \begin_layout Standard
12347 As the text should be horizontally centered, the command 
12348 \series bold
12349
12350 \backslash
12351 centering
12352 \series default
12353  is added.
12354  You can now enter the following \SpecialChar LaTeX
12355 -argument for the first spanned column:
12356 \end_layout
12357
12358 \begin_layout Standard
12359
12360 \series bold
12361 >{
12362 \backslash
12363 centering}m{1.25cm-6.2pt}
12364 \end_layout
12365
12366 \begin_layout Standard
12367 The command 
12368 \series bold
12369 >{ }
12370 \series default
12371  means, that the commands inside the braces are applied before the cell
12372  is created.
12373 \end_layout
12374
12375 \begin_layout Standard
12376 Although we have chosen centered alignment for the text of the multicolumn
12377  cell, it is still left aligned.
12378  This is because \SpecialChar LyX
12379  only applies the alignment to single columns.
12380  So for the multicolumn cell we have to use the \SpecialChar LaTeX
12381 -argument
12382 \end_layout
12383
12384 \begin_layout Standard
12385
12386 \series bold
12387 >{
12388 \backslash
12389 centering}m{2.5cm}
12390 \end_layout
12391
12392 \begin_layout Subsection
12393 Multirows
12394 \begin_inset CommandInset label
12395 LatexCommand label
12396 name "subsec:Multirows"
12397
12398 \end_inset
12399
12400
12401 \begin_inset Index idx
12402 status collapsed
12403
12404 \begin_layout Plain Layout
12405 Multirows
12406 \end_layout
12407
12408 \end_inset
12409
12410
12411 \begin_inset Index idx
12412 status collapsed
12413
12414 \begin_layout Plain Layout
12415 Table ! Multirows
12416 \end_layout
12417
12418 \end_inset
12419
12420
12421 \end_layout
12422
12423 \begin_layout Standard
12424 To merge cells over multiple rows, select as many cells within a column
12425  as you want to merge and use either the table-toolbar button 
12426 \begin_inset Info
12427 type  "icon"
12428 arg   "tabular-feature multirow"
12429 \end_inset
12430
12431 , or the menu 
12432 \family sans
12433 Edit\SpecialChar menuseparator
12434 Table\SpecialChar menuseparator
12435 Multirow
12436 \family default
12437 , or right click on the marked cells and choose 
12438 \family sans
12439 Multirow
12440 \family default
12441  in the context menu.
12442 \end_layout
12443
12444 \begin_layout Standard
12445 Here is an example table with a multirow in the first column:
12446 \end_layout
12447
12448 \begin_layout Standard
12449 \align center
12450 \begin_inset Tabular
12451 <lyxtabular version="3" rows="3" columns="3">
12452 <features tabularvalignment="middle">
12453 <column alignment="center" valignment="top" width="0pt">
12454 <column alignment="center" valignment="top">
12455 <column alignment="center" valignment="top">
12456 <row>
12457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12458 \begin_inset Text
12459
12460 \begin_layout Plain Layout
12461 a long cell entry
12462 \end_layout
12463
12464 \end_inset
12465 </cell>
12466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12467 \begin_inset Text
12468
12469 \begin_layout Plain Layout
12470 b
12471 \end_layout
12472
12473 \end_inset
12474 </cell>
12475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12476 \begin_inset Text
12477
12478 \begin_layout Plain Layout
12479 c
12480 \end_layout
12481
12482 \end_inset
12483 </cell>
12484 </row>
12485 <row>
12486 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12487 \begin_inset Text
12488
12489 \begin_layout Plain Layout
12490 multirow
12491 \end_layout
12492
12493 \end_inset
12494 </cell>
12495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12496 \begin_inset Text
12497
12498 \begin_layout Plain Layout
12499 e
12500 \end_layout
12501
12502 \end_inset
12503 </cell>
12504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12505 \begin_inset Text
12506
12507 \begin_layout Plain Layout
12508 f
12509 \end_layout
12510
12511 \end_inset
12512 </cell>
12513 </row>
12514 <row>
12515 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12516 \begin_inset Text
12517
12518 \begin_layout Plain Layout
12519
12520 \end_layout
12521
12522 \end_inset
12523 </cell>
12524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12525 \begin_inset Text
12526
12527 \begin_layout Plain Layout
12528 h
12529 \end_layout
12530
12531 \end_inset
12532 </cell>
12533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12534 \begin_inset Text
12535
12536 \begin_layout Plain Layout
12537 i
12538 \end_layout
12539
12540 \end_inset
12541 </cell>
12542 </row>
12543 </lyxtabular>
12544
12545 \end_inset
12546
12547
12548 \end_layout
12549
12550 \begin_layout Standard
12551 The width of multirow cells is set by setting the width and alignment for
12552  the whole column.
12553  The 
12554 \family sans
12555 Vertical Offset
12556 \family default
12557  shifts the content of the multirow up/down if the offset is positive/negative.
12558 \end_layout
12559
12560 \begin_layout Standard
12561 If the column of a multirow cell has no explicit width, the multirow cell
12562  inherits the alignment of the column.
12563  Otherwise it is by default left-aligned.
12564  To override the default, renew the command 
12565 \series bold
12566
12567 \backslash
12568 multirowsetup
12569 \series default
12570  with the command
12571 \end_layout
12572
12573 \begin_layout Standard
12574
12575 \series bold
12576
12577 \backslash
12578 renewcommand{
12579 \backslash
12580 multirowsetup}{
12581 \backslash
12582 centering}
12583 \end_layout
12584
12585 \begin_layout Standard
12586 in the document preamble.
12587  Then all entries of multirow cells in the document are centered.
12588  If centering is only needed for several tables, you can renew the command
12589  in a \SpecialChar TeX
12590  Code box just before the table instead of the preamble.
12591  If the text should be right-aligned, replace 
12592 \series bold
12593
12594 \backslash
12595 centering
12596 \series default
12597  by 
12598 \series bold
12599
12600 \backslash
12601 raggedleft
12602 \series default
12603 .
12604  To return to left-alignment 
12605 \series bold
12606
12607 \backslash
12608 raggedright
12609 \series default
12610  is used.
12611 \end_layout
12612
12613 \begin_layout Standard
12614 This is an example table with a right-aligned multirow cell that has a vertical
12615  offset of -4
12616 \begin_inset space \thinspace{}
12617 \end_inset
12618
12619 mm and is in a 3
12620 \begin_inset space \thinspace{}
12621 \end_inset
12622
12623 cm wide column:
12624 \end_layout
12625
12626 \begin_layout Standard
12627 \noindent
12628 \align center
12629 \begin_inset ERT
12630 status collapsed
12631
12632 \begin_layout Plain Layout
12633
12634
12635 \backslash
12636 renewcommand{
12637 \backslash
12638 multirowsetup}{
12639 \backslash
12640 raggedleft}
12641 \end_layout
12642
12643 \end_inset
12644
12645
12646 \begin_inset Tabular
12647 <lyxtabular version="3" rows="4" columns="3">
12648 <features tabularvalignment="middle">
12649 <column alignment="center" valignment="top" width="3cm">
12650 <column alignment="center" valignment="top">
12651 <column alignment="center" valignment="top">
12652 <row>
12653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12654 \begin_inset Text
12655
12656 \begin_layout Plain Layout
12657 a long cell entry
12658 \end_layout
12659
12660 \end_inset
12661 </cell>
12662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12663 \begin_inset Text
12664
12665 \begin_layout Plain Layout
12666 b
12667 \end_layout
12668
12669 \end_inset
12670 </cell>
12671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12672 \begin_inset Text
12673
12674 \begin_layout Plain Layout
12675 c
12676 \end_layout
12677
12678 \end_inset
12679 </cell>
12680 </row>
12681 <row>
12682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12683 \begin_inset Text
12684
12685 \begin_layout Plain Layout
12686 t
12687 \end_layout
12688
12689 \end_inset
12690 </cell>
12691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12692 \begin_inset Text
12693
12694 \begin_layout Plain Layout
12695 n
12696 \end_layout
12697
12698 \end_inset
12699 </cell>
12700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12701 \begin_inset Text
12702
12703 \begin_layout Plain Layout
12704 m
12705 \end_layout
12706
12707 \end_inset
12708 </cell>
12709 </row>
12710 <row>
12711 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12712 \begin_inset Text
12713
12714 \begin_layout Plain Layout
12715 multirow
12716 \end_layout
12717
12718 \end_inset
12719 </cell>
12720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12721 \begin_inset Text
12722
12723 \begin_layout Plain Layout
12724 e
12725 \end_layout
12726
12727 \end_inset
12728 </cell>
12729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12730 \begin_inset Text
12731
12732 \begin_layout Plain Layout
12733 f
12734 \end_layout
12735
12736 \end_inset
12737 </cell>
12738 </row>
12739 <row>
12740 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12741 \begin_inset Text
12742
12743 \begin_layout Plain Layout
12744
12745 \end_layout
12746
12747 \end_inset
12748 </cell>
12749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12750 \begin_inset Text
12751
12752 \begin_layout Plain Layout
12753 h
12754 \end_layout
12755
12756 \end_inset
12757 </cell>
12758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12759 \begin_inset Text
12760
12761 \begin_layout Plain Layout
12762 i
12763 \end_layout
12764
12765 \end_inset
12766 </cell>
12767 </row>
12768 </lyxtabular>
12769
12770 \end_inset
12771
12772
12773 \begin_inset ERT
12774 status collapsed
12775
12776 \begin_layout Plain Layout
12777
12778
12779 \backslash
12780 renewcommand{
12781 \backslash
12782 multirowsetup}{
12783 \backslash
12784 raggedright}
12785 \end_layout
12786
12787 \end_inset
12788
12789
12790 \end_layout
12791
12792 \begin_layout Standard
12793 To start a new line in a multirow you can use a forced line break (shortcut
12794  
12795 \begin_inset Info
12796 type  "shortcut"
12797 arg   "newline-insert newline"
12798 \end_inset
12799
12800 ) but this will not respect the cell lines as demonstrated in this table:
12801 \end_layout
12802
12803 \begin_layout Standard
12804 \noindent
12805 \align center
12806 \begin_inset Tabular
12807 <lyxtabular version="3" rows="3" columns="2">
12808 <features tabularvalignment="middle">
12809 <column alignment="left" valignment="middle" width="2cm">
12810 <column alignment="center" valignment="top">
12811 <row>
12812 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12813 \begin_inset Text
12814
12815 \begin_layout Plain Layout
12816 aaa
12817 \begin_inset Newline newline
12818 \end_inset
12819
12820 aaa
12821 \begin_inset Newline newline
12822 \end_inset
12823
12824 wrong cell
12825 \end_layout
12826
12827 \end_inset
12828 </cell>
12829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12830 \begin_inset Text
12831
12832 \begin_layout Plain Layout
12833 ccc
12834 \end_layout
12835
12836 \end_inset
12837 </cell>
12838 </row>
12839 <row>
12840 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12841 \begin_inset Text
12842
12843 \begin_layout Plain Layout
12844
12845 \end_layout
12846
12847 \end_inset
12848 </cell>
12849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12850 \begin_inset Text
12851
12852 \begin_layout Plain Layout
12853 ddd
12854 \end_layout
12855
12856 \end_inset
12857 </cell>
12858 </row>
12859 <row>
12860 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12861 \begin_inset Text
12862
12863 \begin_layout Plain Layout
12864 bbb
12865 \end_layout
12866
12867 \end_inset
12868 </cell>
12869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12870 \begin_inset Text
12871
12872 \begin_layout Plain Layout
12873 eee
12874 \end_layout
12875
12876 \end_inset
12877 </cell>
12878 </row>
12879 </lyxtabular>
12880
12881 \end_inset
12882
12883
12884 \end_layout
12885
12886 \begin_layout Standard
12887 Therefore be careful with forced line breaks.
12888 \end_layout
12889
12890 \begin_layout Subsection
12891 Cells with diagonal line(s)
12892 \end_layout
12893
12894 \begin_layout Standard
12895 To tell the reader what is meant by column and row headings in a table,
12896  it is helpful to split the first cell of the table by one or two diagonal
12897  lines.
12898  This can be achieved by loading the \SpecialChar LaTeX
12899  package 
12900 \series bold
12901 diagbox
12902 \series default
12903
12904 \begin_inset Index idx
12905 status collapsed
12906
12907 \begin_layout Plain Layout
12908 \SpecialChar LaTeX
12909 -packages ! picinpar
12910 \end_layout
12911
12912 \end_inset
12913
12914  in the document preamble.
12915  The package provides the command 
12916 \series bold
12917
12918 \backslash
12919 diagbox
12920 \series default
12921  that is inserted as \SpecialChar TeX
12922  Code and that can take 2 or 3
12923 \begin_inset space ~
12924 \end_inset
12925
12926 arguments:
12927 \end_layout
12928
12929 \begin_layout Standard
12930
12931 \series bold
12932
12933 \backslash
12934 diagbox[options]{lower left}{upper right}
12935 \end_layout
12936
12937 \begin_layout Standard
12938
12939 \series bold
12940
12941 \backslash
12942 diagbox[options]{lower left}{upper left}{upper right}
12943 \end_layout
12944
12945 \begin_layout Standard
12946 The first scheme divides the cell by a single diagonal line and the arguments
12947  are placed below and above this line.
12948  The second scheme divides the cell by 2
12949 \begin_inset space ~
12950 \end_inset
12951
12952 lines.
12953 \end_layout
12954
12955 \begin_layout Standard
12956 \begin_inset ERT
12957 status collapsed
12958
12959 \begin_layout Plain Layout
12960
12961
12962 \backslash
12963 ifdiagbox
12964 \end_layout
12965
12966 \end_inset
12967
12968
12969 \begin_inset Note Note
12970 status open
12971
12972 \begin_layout Plain Layout
12973 The following section will only be displayed when the \SpecialChar LaTeX
12974 -package 
12975 \series bold
12976 diagbox
12977 \series default
12978  is installed.
12979 \end_layout
12980
12981 \end_inset
12982
12983
12984 \end_layout
12985
12986 \begin_layout Standard
12987 Here is an example table where 
12988 \series bold
12989
12990 \backslash
12991 diagbox 
12992 \series default
12993 is used in the 2-argument scheme in the first cell:
12994 \begin_inset VSpace medskip
12995 \end_inset
12996
12997
12998 \end_layout
12999
13000 \begin_layout Standard
13001 \noindent
13002 \begin_inset Tabular
13003 <lyxtabular version="3" rows="4" columns="4">
13004 <features tabularvalignment="middle">
13005 <column alignment="center" valignment="top">
13006 <column alignment="center" valignment="top">
13007 <column alignment="center" valignment="top">
13008 <column alignment="center" valignment="top">
13009 <row>
13010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13011 \begin_inset Text
13012
13013 \begin_layout Plain Layout
13014 \begin_inset ERT
13015 status collapsed
13016
13017 \begin_layout Plain Layout
13018
13019
13020 \backslash
13021 diagbox{
13022 \end_layout
13023
13024 \end_inset
13025
13026 Name
13027 \begin_inset ERT
13028 status collapsed
13029
13030 \begin_layout Plain Layout
13031
13032 }{
13033 \end_layout
13034
13035 \end_inset
13036
13037 Parameter
13038 \begin_inset ERT
13039 status collapsed
13040
13041 \begin_layout Plain Layout
13042
13043 }
13044 \end_layout
13045
13046 \end_inset
13047
13048
13049 \end_layout
13050
13051 \end_inset
13052 </cell>
13053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13054 \begin_inset Text
13055
13056 \begin_layout Plain Layout
13057 Thickness in nm
13058 \end_layout
13059
13060 \end_inset
13061 </cell>
13062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13063 \begin_inset Text
13064
13065 \begin_layout Plain Layout
13066 Transparency in %
13067 \end_layout
13068
13069 \end_inset
13070 </cell>
13071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13072 \begin_inset Text
13073
13074 \begin_layout Plain Layout
13075 Hardness in MPa
13076 \end_layout
13077
13078 \end_inset
13079 </cell>
13080 </row>
13081 <row>
13082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13083 \begin_inset Text
13084
13085 \begin_layout Plain Layout
13086 Perfect Green
13087 \end_layout
13088
13089 \end_inset
13090 </cell>
13091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13092 \begin_inset Text
13093
13094 \begin_layout Plain Layout
13095 45
13096 \end_layout
13097
13098 \end_inset
13099 </cell>
13100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13101 \begin_inset Text
13102
13103 \begin_layout Plain Layout
13104 80
13105 \end_layout
13106
13107 \end_inset
13108 </cell>
13109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13110 \begin_inset Text
13111
13112 \begin_layout Plain Layout
13113 504
13114 \end_layout
13115
13116 \end_inset
13117 </cell>
13118 </row>
13119 <row>
13120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13121 \begin_inset Text
13122
13123 \begin_layout Plain Layout
13124 Dark Multi-P
13125 \end_layout
13126
13127 \end_inset
13128 </cell>
13129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13130 \begin_inset Text
13131
13132 \begin_layout Plain Layout
13133 60
13134 \end_layout
13135
13136 \end_inset
13137 </cell>
13138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13139 \begin_inset Text
13140
13141 \begin_layout Plain Layout
13142 72
13143 \end_layout
13144
13145 \end_inset
13146 </cell>
13147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13148 \begin_inset Text
13149
13150 \begin_layout Plain Layout
13151 982
13152 \end_layout
13153
13154 \end_inset
13155 </cell>
13156 </row>
13157 <row>
13158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13159 \begin_inset Text
13160
13161 \begin_layout Plain Layout
13162 Crystal Clear Pro
13163 \end_layout
13164
13165 \end_inset
13166 </cell>
13167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13168 \begin_inset Text
13169
13170 \begin_layout Plain Layout
13171 18
13172 \end_layout
13173
13174 \end_inset
13175 </cell>
13176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13177 \begin_inset Text
13178
13179 \begin_layout Plain Layout
13180 86
13181 \end_layout
13182
13183 \end_inset
13184 </cell>
13185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13186 \begin_inset Text
13187
13188 \begin_layout Plain Layout
13189 374
13190 \end_layout
13191
13192 \end_inset
13193 </cell>
13194 </row>
13195 </lyxtabular>
13196
13197 \end_inset
13198
13199
13200 \begin_inset VSpace medskip
13201 \end_inset
13202
13203
13204 \end_layout
13205
13206 \begin_layout Standard
13207 The 3-argument scheme is for example useful for cross-tables of sports leagues
13208  or distances:
13209 \end_layout
13210
13211 \begin_layout Standard
13212 \noindent
13213 \align center
13214 \begin_inset Tabular
13215 <lyxtabular version="3" rows="4" columns="4">
13216 <features tabularvalignment="middle">
13217 <column alignment="center" valignment="top" width="0pt">
13218 <column alignment="center" valignment="top">
13219 <column alignment="center" valignment="top">
13220 <column alignment="center" valignment="top">
13221 <row>
13222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13223 \begin_inset Text
13224
13225 \begin_layout Plain Layout
13226 \begin_inset ERT
13227 status collapsed
13228
13229 \begin_layout Plain Layout
13230
13231
13232 \backslash
13233 diagbox{
13234 \end_layout
13235
13236 \end_inset
13237
13238 Team home
13239 \begin_inset ERT
13240 status collapsed
13241
13242 \begin_layout Plain Layout
13243
13244 }{
13245 \end_layout
13246
13247 \end_inset
13248
13249 Result
13250 \begin_inset ERT
13251 status collapsed
13252
13253 \begin_layout Plain Layout
13254
13255 }{
13256 \end_layout
13257
13258 \end_inset
13259
13260 Team away
13261 \begin_inset ERT
13262 status collapsed
13263
13264 \begin_layout Plain Layout
13265
13266 }
13267 \end_layout
13268
13269 \end_inset
13270
13271
13272 \end_layout
13273
13274 \end_inset
13275 </cell>
13276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13277 \begin_inset Text
13278
13279 \begin_layout Plain Layout
13280 Tigers
13281 \end_layout
13282
13283 \end_inset
13284 </cell>
13285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13286 \begin_inset Text
13287
13288 \begin_layout Plain Layout
13289 Panthers
13290 \end_layout
13291
13292 \end_inset
13293 </cell>
13294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13295 \begin_inset Text
13296
13297 \begin_layout Plain Layout
13298 Falcons
13299 \end_layout
13300
13301 \end_inset
13302 </cell>
13303 </row>
13304 <row>
13305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13306 \begin_inset Text
13307
13308 \begin_layout Plain Layout
13309 Tigers
13310 \end_layout
13311
13312 \end_inset
13313 </cell>
13314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13315 \begin_inset Text
13316
13317 \begin_layout Plain Layout
13318 —
13319 \end_layout
13320
13321 \end_inset
13322 </cell>
13323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13324 \begin_inset Text
13325
13326 \begin_layout Plain Layout
13327 1:3
13328 \end_layout
13329
13330 \end_inset
13331 </cell>
13332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13333 \begin_inset Text
13334
13335 \begin_layout Plain Layout
13336 0:1
13337 \end_layout
13338
13339 \end_inset
13340 </cell>
13341 </row>
13342 <row>
13343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13344 \begin_inset Text
13345
13346 \begin_layout Plain Layout
13347 Panthers
13348 \end_layout
13349
13350 \end_inset
13351 </cell>
13352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13353 \begin_inset Text
13354
13355 \begin_layout Plain Layout
13356 3:1
13357 \end_layout
13358
13359 \end_inset
13360 </cell>
13361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13362 \begin_inset Text
13363
13364 \begin_layout Plain Layout
13365 —
13366 \end_layout
13367
13368 \end_inset
13369 </cell>
13370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13371 \begin_inset Text
13372
13373 \begin_layout Plain Layout
13374 0:0
13375 \end_layout
13376
13377 \end_inset
13378 </cell>
13379 </row>
13380 <row>
13381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13382 \begin_inset Text
13383
13384 \begin_layout Plain Layout
13385 Falcons
13386 \end_layout
13387
13388 \end_inset
13389 </cell>
13390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13391 \begin_inset Text
13392
13393 \begin_layout Plain Layout
13394 1:0
13395 \end_layout
13396
13397 \end_inset
13398 </cell>
13399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13400 \begin_inset Text
13401
13402 \begin_layout Plain Layout
13403 0:0
13404 \end_layout
13405
13406 \end_inset
13407 </cell>
13408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13409 \begin_inset Text
13410
13411 \begin_layout Plain Layout
13412 —
13413 \end_layout
13414
13415 \end_inset
13416 </cell>
13417 </row>
13418 </lyxtabular>
13419
13420 \end_inset
13421
13422
13423 \end_layout
13424
13425 \begin_layout Standard
13426 For larger cross-tables one might use split cells in 2 or every corner of
13427  the table like in this example:
13428 \end_layout
13429
13430 \begin_layout Standard
13431 \noindent
13432 \align center
13433 \begin_inset Tabular
13434 <lyxtabular version="3" rows="5" columns="5">
13435 <features tabularvalignment="middle">
13436 <column alignment="center" valignment="top" width="0pt">
13437 <column alignment="center" valignment="top">
13438 <column alignment="center" valignment="top">
13439 <column alignment="center" valignment="top">
13440 <column alignment="center" valignment="top">
13441 <row>
13442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13443 \begin_inset Text
13444
13445 \begin_layout Plain Layout
13446 \begin_inset ERT
13447 status open
13448
13449 \begin_layout Plain Layout
13450
13451
13452 \backslash
13453 diagbox{
13454 \end_layout
13455
13456 \end_inset
13457
13458 Team home
13459 \begin_inset ERT
13460 status collapsed
13461
13462 \begin_layout Plain Layout
13463
13464 }{
13465 \end_layout
13466
13467 \end_inset
13468
13469 Result
13470 \begin_inset ERT
13471 status collapsed
13472
13473 \begin_layout Plain Layout
13474
13475 }{
13476 \end_layout
13477
13478 \end_inset
13479
13480 Team away
13481 \begin_inset ERT
13482 status collapsed
13483
13484 \begin_layout Plain Layout
13485
13486 }
13487 \end_layout
13488
13489 \end_inset
13490
13491
13492 \end_layout
13493
13494 \end_inset
13495 </cell>
13496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13497 \begin_inset Text
13498
13499 \begin_layout Plain Layout
13500 Tigers
13501 \end_layout
13502
13503 \end_inset
13504 </cell>
13505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13506 \begin_inset Text
13507
13508 \begin_layout Plain Layout
13509 Panthers
13510 \end_layout
13511
13512 \end_inset
13513 </cell>
13514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13515 \begin_inset Text
13516
13517 \begin_layout Plain Layout
13518 Falcons
13519 \end_layout
13520
13521 \end_inset
13522 </cell>
13523 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13524 \begin_inset Text
13525
13526 \begin_layout Plain Layout
13527 \begin_inset ERT
13528 status open
13529
13530 \begin_layout Plain Layout
13531
13532
13533 \backslash
13534 diagbox[dir=NE]{
13535 \end_layout
13536
13537 \end_inset
13538
13539 Team home
13540 \begin_inset ERT
13541 status collapsed
13542
13543 \begin_layout Plain Layout
13544
13545 }{
13546 \end_layout
13547
13548 \end_inset
13549
13550 Result
13551 \begin_inset ERT
13552 status collapsed
13553
13554 \begin_layout Plain Layout
13555
13556 }{
13557 \end_layout
13558
13559 \end_inset
13560
13561 Team away
13562 \begin_inset ERT
13563 status collapsed
13564
13565 \begin_layout Plain Layout
13566
13567 }
13568 \end_layout
13569
13570 \end_inset
13571
13572
13573 \end_layout
13574
13575 \end_inset
13576 </cell>
13577 </row>
13578 <row>
13579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13580 \begin_inset Text
13581
13582 \begin_layout Plain Layout
13583 Tigers
13584 \end_layout
13585
13586 \end_inset
13587 </cell>
13588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13589 \begin_inset Text
13590
13591 \begin_layout Plain Layout
13592 —
13593 \end_layout
13594
13595 \end_inset
13596 </cell>
13597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13598 \begin_inset Text
13599
13600 \begin_layout Plain Layout
13601 1:3
13602 \end_layout
13603
13604 \end_inset
13605 </cell>
13606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13607 \begin_inset Text
13608
13609 \begin_layout Plain Layout
13610 0:1
13611 \end_layout
13612
13613 \end_inset
13614 </cell>
13615 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13616 \begin_inset Text
13617
13618 \begin_layout Plain Layout
13619 Tigers
13620 \end_layout
13621
13622 \end_inset
13623 </cell>
13624 </row>
13625 <row>
13626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13627 \begin_inset Text
13628
13629 \begin_layout Plain Layout
13630 Panthers
13631 \end_layout
13632
13633 \end_inset
13634 </cell>
13635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13636 \begin_inset Text
13637
13638 \begin_layout Plain Layout
13639 3:1
13640 \end_layout
13641
13642 \end_inset
13643 </cell>
13644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13645 \begin_inset Text
13646
13647 \begin_layout Plain Layout
13648 —
13649 \end_layout
13650
13651 \end_inset
13652 </cell>
13653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13654 \begin_inset Text
13655
13656 \begin_layout Plain Layout
13657 0:0
13658 \end_layout
13659
13660 \end_inset
13661 </cell>
13662 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13663 \begin_inset Text
13664
13665 \begin_layout Plain Layout
13666 Panthers
13667 \end_layout
13668
13669 \end_inset
13670 </cell>
13671 </row>
13672 <row>
13673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13674 \begin_inset Text
13675
13676 \begin_layout Plain Layout
13677 Falcons
13678 \end_layout
13679
13680 \end_inset
13681 </cell>
13682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13683 \begin_inset Text
13684
13685 \begin_layout Plain Layout
13686 1:0
13687 \end_layout
13688
13689 \end_inset
13690 </cell>
13691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13692 \begin_inset Text
13693
13694 \begin_layout Plain Layout
13695 0:0
13696 \end_layout
13697
13698 \end_inset
13699 </cell>
13700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13701 \begin_inset Text
13702
13703 \begin_layout Plain Layout
13704 —
13705 \end_layout
13706
13707 \end_inset
13708 </cell>
13709 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13710 \begin_inset Text
13711
13712 \begin_layout Plain Layout
13713 Falcons
13714 \end_layout
13715
13716 \end_inset
13717 </cell>
13718 </row>
13719 <row>
13720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13721 \begin_inset Text
13722
13723 \begin_layout Plain Layout
13724 \begin_inset ERT
13725 status open
13726
13727 \begin_layout Plain Layout
13728
13729
13730 \backslash
13731 diagbox[dir=SW]{
13732 \end_layout
13733
13734 \end_inset
13735
13736 Team home
13737 \begin_inset ERT
13738 status collapsed
13739
13740 \begin_layout Plain Layout
13741
13742 }{
13743 \end_layout
13744
13745 \end_inset
13746
13747 Result
13748 \begin_inset ERT
13749 status collapsed
13750
13751 \begin_layout Plain Layout
13752
13753 }{
13754 \end_layout
13755
13756 \end_inset
13757
13758 Team away
13759 \begin_inset ERT
13760 status collapsed
13761
13762 \begin_layout Plain Layout
13763
13764 }
13765 \end_layout
13766
13767 \end_inset
13768
13769
13770 \end_layout
13771
13772 \end_inset
13773 </cell>
13774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13775 \begin_inset Text
13776
13777 \begin_layout Plain Layout
13778 Tigers
13779 \end_layout
13780
13781 \end_inset
13782 </cell>
13783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13784 \begin_inset Text
13785
13786 \begin_layout Plain Layout
13787 Panthers
13788 \end_layout
13789
13790 \end_inset
13791 </cell>
13792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13793 \begin_inset Text
13794
13795 \begin_layout Plain Layout
13796 Falcons
13797 \end_layout
13798
13799 \end_inset
13800 </cell>
13801 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13802 \begin_inset Text
13803
13804 \begin_layout Plain Layout
13805 \begin_inset ERT
13806 status open
13807
13808 \begin_layout Plain Layout
13809
13810
13811 \backslash
13812 diagbox[dir=SE]{
13813 \end_layout
13814
13815 \end_inset
13816
13817 Team home
13818 \begin_inset ERT
13819 status collapsed
13820
13821 \begin_layout Plain Layout
13822
13823 }{
13824 \end_layout
13825
13826 \end_inset
13827
13828 Result
13829 \begin_inset ERT
13830 status collapsed
13831
13832 \begin_layout Plain Layout
13833
13834 }{
13835 \end_layout
13836
13837 \end_inset
13838
13839 Team away
13840 \begin_inset ERT
13841 status collapsed
13842
13843 \begin_layout Plain Layout
13844
13845 }
13846 \end_layout
13847
13848 \end_inset
13849
13850
13851 \end_layout
13852
13853 \end_inset
13854 </cell>
13855 </row>
13856 </lyxtabular>
13857
13858 \end_inset
13859
13860
13861 \end_layout
13862
13863 \begin_layout Standard
13864 To rotate the diagonal lines, the command option 
13865 \series bold
13866 dir=direction
13867 \series default
13868  is used.
13869  
13870 \emph on
13871 direction
13872 \emph default
13873  is either 
13874 \series bold
13875 NE
13876 \series default
13877
13878 \series bold
13879 SE
13880 \series default
13881
13882 \series bold
13883 SW
13884 \series default
13885  or 
13886 \series bold
13887 NW
13888 \series default
13889  and represent a point of a compass.
13890  
13891 \series bold
13892 SW
13893 \series default
13894  is for example the south-west corner.
13895  Thus in the lower left cell of the above table the command
13896 \end_layout
13897
13898 \begin_layout Standard
13899
13900 \series bold
13901
13902 \backslash
13903 diagbox[dir=SW]{Team home}{Result}{Team away}
13904 \end_layout
13905
13906 \begin_layout Standard
13907 is used.
13908  If no direction is given, it will be NW.
13909 \end_layout
13910
13911 \begin_layout Standard
13912 The necessary width of split cells is automatically calculated.
13913  Thus if you set a fixed column width smaller than the calculated one, the
13914  cell's content will protrude the cell borders:
13915 \end_layout
13916
13917 \begin_layout Standard
13918 \noindent
13919 \align center
13920 \begin_inset Tabular
13921 <lyxtabular version="3" rows="2" columns="2">
13922 <features tabularvalignment="middle">
13923 <column alignment="center" valignment="top" width="3cm">
13924 <column alignment="center" valignment="top">
13925 <row>
13926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13927 \begin_inset Text
13928
13929 \begin_layout Plain Layout
13930 \begin_inset ERT
13931 status collapsed
13932
13933 \begin_layout Plain Layout
13934
13935
13936 \backslash
13937 diagbox{
13938 \end_layout
13939
13940 \end_inset
13941
13942 Name
13943 \begin_inset ERT
13944 status collapsed
13945
13946 \begin_layout Plain Layout
13947
13948 }{
13949 \end_layout
13950
13951 \end_inset
13952
13953 Parameter
13954 \begin_inset ERT
13955 status collapsed
13956
13957 \begin_layout Plain Layout
13958
13959 }
13960 \end_layout
13961
13962 \end_inset
13963
13964
13965 \end_layout
13966
13967 \end_inset
13968 </cell>
13969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13970 \begin_inset Text
13971
13972 \begin_layout Plain Layout
13973 Thickness in nm
13974 \end_layout
13975
13976 \end_inset
13977 </cell>
13978 </row>
13979 <row>
13980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13981 \begin_inset Text
13982
13983 \begin_layout Plain Layout
13984 Perfect Green
13985 \end_layout
13986
13987 \end_inset
13988 </cell>
13989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13990 \begin_inset Text
13991
13992 \begin_layout Plain Layout
13993 45
13994 \end_layout
13995
13996 \end_inset
13997 </cell>
13998 </row>
13999 </lyxtabular>
14000
14001 \end_inset
14002
14003
14004 \end_layout
14005
14006 \begin_layout Standard
14007 If you need a certain width for columns with a split cell, use the command
14008  option 
14009 \series bold
14010 width=3cm
14011 \series default
14012  (replace '3cm' by the width you need).
14013  In the following table the width of the first column is set to 4
14014 \begin_inset space \thinspace{}
14015 \end_inset
14016
14017 cm.
14018  For 
14019 \series bold
14020
14021 \backslash
14022 diagbox
14023 \series default
14024  a width of 4
14025 \begin_inset space \thinspace{}
14026 \end_inset
14027
14028 cm + 2
14029 \begin_inset space \thinspace{}
14030 \end_inset
14031
14032
14033 \backslash
14034 tabcolsep is necessary because the overall width is the width for the text
14035  (in this case the 4
14036 \begin_inset space \thinspace{}
14037 \end_inset
14038
14039 cm) plus two times the separation of the text and the cell border.
14040  The calculation of the width cannot be done in the command option of 
14041 \series bold
14042
14043 \backslash
14044 diagbox
14045 \series default
14046  so one needs to create a new length which can be used later.
14047  This is done with the \SpecialChar TeX
14048  Code commands
14049 \end_layout
14050
14051 \begin_layout Standard
14052
14053 \series bold
14054
14055 \backslash
14056 newlength{
14057 \backslash
14058 diagtest}
14059 \begin_inset Newline newline
14060 \end_inset
14061
14062
14063 \backslash
14064 setlength{
14065 \backslash
14066 diagtest}{4cm+2
14067 \backslash
14068 tabcolsep}
14069 \end_layout
14070
14071 \begin_layout Standard
14072 \begin_inset ERT
14073 status collapsed
14074
14075 \begin_layout Plain Layout
14076
14077
14078 \backslash
14079 newlength{
14080 \backslash
14081 diagtest}
14082 \end_layout
14083
14084 \begin_layout Plain Layout
14085
14086
14087 \backslash
14088 setlength{
14089 \backslash
14090 diagtest}{4cm+2
14091 \backslash
14092 tabcolsep}
14093 \end_layout
14094
14095 \end_inset
14096
14097
14098 \end_layout
14099
14100 \begin_layout Standard
14101 To enable calculations in \SpecialChar LaTeX
14102  one needs to load the package 
14103 \series bold
14104 calc
14105 \series default
14106
14107 \begin_inset Index idx
14108 status collapsed
14109
14110 \begin_layout Plain Layout
14111 \SpecialChar LaTeX
14112 -packages ! calc
14113 \end_layout
14114
14115 \end_inset
14116
14117  in the document preamble.
14118 \end_layout
14119
14120 \begin_layout Standard
14121 In this table you can now use the command
14122 \end_layout
14123
14124 \begin_layout Standard
14125
14126 \series bold
14127
14128 \backslash
14129 diagbox[width=
14130 \backslash
14131 diagtest]{A}{B}
14132 \end_layout
14133
14134 \begin_layout Standard
14135 in the first cell:
14136 \end_layout
14137
14138 \begin_layout Standard
14139 \noindent
14140 \align center
14141 \begin_inset Tabular
14142 <lyxtabular version="3" rows="2" columns="2">
14143 <features tabularvalignment="middle">
14144 <column alignment="center" valignment="top" width="4cm">
14145 <column alignment="center" valignment="top">
14146 <row>
14147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14148 \begin_inset Text
14149
14150 \begin_layout Plain Layout
14151 \begin_inset ERT
14152 status open
14153
14154 \begin_layout Plain Layout
14155
14156
14157 \backslash
14158 diagbox[width=
14159 \backslash
14160 diagtest]{
14161 \end_layout
14162
14163 \end_inset
14164
14165 A
14166 \begin_inset ERT
14167 status collapsed
14168
14169 \begin_layout Plain Layout
14170
14171 }{
14172 \end_layout
14173
14174 \end_inset
14175
14176 B
14177 \begin_inset ERT
14178 status collapsed
14179
14180 \begin_layout Plain Layout
14181
14182 }
14183 \end_layout
14184
14185 \end_inset
14186
14187
14188 \end_layout
14189
14190 \end_inset
14191 </cell>
14192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14193 \begin_inset Text
14194
14195 \begin_layout Plain Layout
14196 Thickness in nm
14197 \end_layout
14198
14199 \end_inset
14200 </cell>
14201 </row>
14202 <row>
14203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14204 \begin_inset Text
14205
14206 \begin_layout Plain Layout
14207 Perfect Green
14208 \end_layout
14209
14210 \end_inset
14211 </cell>
14212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14213 \begin_inset Text
14214
14215 \begin_layout Plain Layout
14216 45
14217 \end_layout
14218
14219 \end_inset
14220 </cell>
14221 </row>
14222 </lyxtabular>
14223
14224 \end_inset
14225
14226
14227 \end_layout
14228
14229 \begin_layout Standard
14230 Note that the split cell needs to be the widest one in the column.
14231  Otherwise the length of the diagonal line cannot be calculated correctly
14232  like in this table:
14233 \end_layout
14234
14235 \begin_layout Standard
14236 \noindent
14237 \align center
14238 \begin_inset Tabular
14239 <lyxtabular version="3" rows="2" columns="2">
14240 <features tabularvalignment="middle">
14241 <column alignment="center" valignment="top" width="0pt">
14242 <column alignment="center" valignment="top">
14243 <row>
14244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14245 \begin_inset Text
14246
14247 \begin_layout Plain Layout
14248 \begin_inset ERT
14249 status collapsed
14250
14251 \begin_layout Plain Layout
14252
14253
14254 \backslash
14255 diagbox{
14256 \end_layout
14257
14258 \end_inset
14259
14260 A
14261 \begin_inset ERT
14262 status collapsed
14263
14264 \begin_layout Plain Layout
14265
14266 }{
14267 \end_layout
14268
14269 \end_inset
14270
14271 B
14272 \begin_inset ERT
14273 status collapsed
14274
14275 \begin_layout Plain Layout
14276
14277 }
14278 \end_layout
14279
14280 \end_inset
14281
14282
14283 \end_layout
14284
14285 \end_inset
14286 </cell>
14287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14288 \begin_inset Text
14289
14290 \begin_layout Plain Layout
14291 Thickness in nm
14292 \end_layout
14293
14294 \end_inset
14295 </cell>
14296 </row>
14297 <row>
14298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14299 \begin_inset Text
14300
14301 \begin_layout Plain Layout
14302 Perfect Green
14303 \end_layout
14304
14305 \end_inset
14306 </cell>
14307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14308 \begin_inset Text
14309
14310 \begin_layout Plain Layout
14311 45
14312 \end_layout
14313
14314 \end_inset
14315 </cell>
14316 </row>
14317 </lyxtabular>
14318
14319 \end_inset
14320
14321
14322 \end_layout
14323
14324 \begin_layout Standard
14325 In this case use the 
14326 \series bold
14327 width
14328 \series default
14329  option of the 
14330 \series bold
14331
14332 \backslash
14333 diagbox
14334 \series default
14335  command.
14336  It is then not necessary to add 2
14337 \backslash
14338 tabcolsep because the cell width is now the width of the column.
14339  In this table a width of 3
14340 \begin_inset space \thinspace{}
14341 \end_inset
14342
14343 cm is used:
14344 \end_layout
14345
14346 \begin_layout Standard
14347 \noindent
14348 \align center
14349 \begin_inset Tabular
14350 <lyxtabular version="3" rows="2" columns="2">
14351 <features tabularvalignment="middle">
14352 <column alignment="center" valignment="top" width="0pt">
14353 <column alignment="center" valignment="top">
14354 <row>
14355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14356 \begin_inset Text
14357
14358 \begin_layout Plain Layout
14359 \begin_inset ERT
14360 status open
14361
14362 \begin_layout Plain Layout
14363
14364
14365 \backslash
14366 diagbox[width=3cm]{
14367 \end_layout
14368
14369 \end_inset
14370
14371 A
14372 \begin_inset ERT
14373 status collapsed
14374
14375 \begin_layout Plain Layout
14376
14377 }{
14378 \end_layout
14379
14380 \end_inset
14381
14382 B
14383 \begin_inset ERT
14384 status collapsed
14385
14386 \begin_layout Plain Layout
14387
14388 }
14389 \end_layout
14390
14391 \end_inset
14392
14393
14394 \end_layout
14395
14396 \end_inset
14397 </cell>
14398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14399 \begin_inset Text
14400
14401 \begin_layout Plain Layout
14402 Thickness in nm
14403 \end_layout
14404
14405 \end_inset
14406 </cell>
14407 </row>
14408 <row>
14409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14410 \begin_inset Text
14411
14412 \begin_layout Plain Layout
14413 Perfect Green
14414 \end_layout
14415
14416 \end_inset
14417 </cell>
14418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14419 \begin_inset Text
14420
14421 \begin_layout Plain Layout
14422 45
14423 \end_layout
14424
14425 \end_inset
14426 </cell>
14427 </row>
14428 </lyxtabular>
14429
14430 \end_inset
14431
14432
14433 \end_layout
14434
14435 \begin_layout Standard
14436 For multiple text lines in split cells one needs some extra height to fit
14437  the text to the cell.
14438  This can be achieved with the 
14439 \series bold
14440
14441 \backslash
14442 diagbox
14443 \series default
14444  option 
14445 \series bold
14446 height=3cm
14447 \series default
14448  (replace '3cm' by the height you need).
14449  In the following table the command
14450 \end_layout
14451
14452 \begin_layout Standard
14453
14454 \series bold
14455
14456 \backslash
14457 diagbox[width=3cm,height=1.4cm]{A
14458 \backslash
14459
14460 \backslash
14461 B}{C
14462 \backslash
14463
14464 \backslash
14465 D}
14466 \end_layout
14467
14468 \begin_layout Standard
14469 is used in the first cell.
14470  The command 
14471 \series bold
14472
14473 \backslash
14474
14475 \backslash
14476
14477 \series default
14478  creates hereby the line break.
14479 \begin_inset Foot
14480 status collapsed
14481
14482 \begin_layout Plain Layout
14483 Breaking lines with 
14484 \family sans
14485 Ctrl+Return
14486 \family default
14487  is only possible when the column has a fixed width.
14488 \end_layout
14489
14490 \end_inset
14491
14492
14493 \end_layout
14494
14495 \begin_layout Standard
14496 \noindent
14497 \align center
14498 \begin_inset Tabular
14499 <lyxtabular version="3" rows="2" columns="2">
14500 <features tabularvalignment="middle">
14501 <column alignment="center" valignment="top">
14502 <column alignment="center" valignment="top">
14503 <row>
14504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14505 \begin_inset Text
14506
14507 \begin_layout Plain Layout
14508 \begin_inset ERT
14509 status open
14510
14511 \begin_layout Plain Layout
14512
14513
14514 \backslash
14515 diagbox[width=3cm,height=1.4cm]{
14516 \end_layout
14517
14518 \end_inset
14519
14520 A
14521 \begin_inset ERT
14522 status collapsed
14523
14524 \begin_layout Plain Layout
14525
14526
14527 \backslash
14528
14529 \backslash
14530
14531 \end_layout
14532
14533 \end_inset
14534
14535 B
14536 \begin_inset ERT
14537 status collapsed
14538
14539 \begin_layout Plain Layout
14540
14541 }{
14542 \end_layout
14543
14544 \end_inset
14545
14546 C
14547 \begin_inset ERT
14548 status collapsed
14549
14550 \begin_layout Plain Layout
14551
14552
14553 \backslash
14554
14555 \backslash
14556
14557 \end_layout
14558
14559 \end_inset
14560
14561 D
14562 \begin_inset ERT
14563 status collapsed
14564
14565 \begin_layout Plain Layout
14566
14567 }
14568 \end_layout
14569
14570 \end_inset
14571
14572
14573 \end_layout
14574
14575 \end_inset
14576 </cell>
14577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14578 \begin_inset Text
14579
14580 \begin_layout Plain Layout
14581 Thickness in nm
14582 \end_layout
14583
14584 \end_inset
14585 </cell>
14586 </row>
14587 <row>
14588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14589 \begin_inset Text
14590
14591 \begin_layout Plain Layout
14592 Perfect Green
14593 \end_layout
14594
14595 \end_inset
14596 </cell>
14597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14598 \begin_inset Text
14599
14600 \begin_layout Plain Layout
14601 45
14602 \end_layout
14603
14604 \end_inset
14605 </cell>
14606 </row>
14607 </lyxtabular>
14608
14609 \end_inset
14610
14611
14612 \end_layout
14613
14614 \begin_layout Standard
14615 \begin_inset ERT
14616 status collapsed
14617
14618 \begin_layout Plain Layout
14619
14620
14621 \backslash
14622 else
14623 \end_layout
14624
14625 \end_inset
14626
14627
14628 \begin_inset Note Note
14629 status open
14630
14631 \begin_layout Plain Layout
14632 The following will be displayed when the \SpecialChar LaTeX
14633 -package 
14634 \series bold
14635 diagbox
14636 \series default
14637  is not installed:
14638 \end_layout
14639
14640 \end_inset
14641
14642
14643 \end_layout
14644
14645 \begin_layout Standard
14646 You need to install the \SpecialChar LaTeX
14647 -package 
14648 \series bold
14649 diagbox
14650 \series default
14651  to see the following part of this section in the output.
14652 \end_layout
14653
14654 \begin_layout Standard
14655 \begin_inset ERT
14656 status collapsed
14657
14658 \begin_layout Plain Layout
14659
14660
14661 \backslash
14662 fi
14663 \end_layout
14664
14665 \end_inset
14666
14667
14668 \end_layout
14669
14670 \begin_layout Standard
14671 For more info about the \SpecialChar LaTeX
14672 -package 
14673 \series bold
14674 diagbox
14675 \series default
14676 , see its documentation, 
14677 \begin_inset CommandInset citation
14678 LatexCommand cite
14679 key "diagbox"
14680 literal "true"
14681
14682 \end_inset
14683
14684 .
14685 \end_layout
14686
14687 \begin_layout Section
14688 Formal Tables
14689 \begin_inset CommandInset label
14690 LatexCommand label
14691 name "sec:Formal-Tables"
14692
14693 \end_inset
14694
14695
14696 \begin_inset Index idx
14697 status collapsed
14698
14699 \begin_layout Plain Layout
14700 Table ! Formal
14701 \end_layout
14702
14703 \end_inset
14704
14705
14706 \end_layout
14707
14708 \begin_layout Standard
14709 Tables are often typeset in books similar to Table
14710 \begin_inset space ~
14711 \end_inset
14712
14713
14714 \begin_inset CommandInset ref
14715 LatexCommand ref
14716 reference "tab:Example-booktabs-table"
14717
14718 \end_inset
14719
14720 .
14721  This kind of tables is called 
14722 \begin_inset Quotes eld
14723 \end_inset
14724
14725
14726 \emph on
14727 formal
14728 \emph default
14729
14730 \begin_inset Quotes erd
14731 \end_inset
14732
14733 .
14734  To make a table a formal table use the option 
14735 \family sans
14736 Formal
14737 \family default
14738  in the 
14739 \family sans
14740 Borders
14741 \family default
14742  tab of the table dialog.
14743 \end_layout
14744
14745 \begin_layout Standard
14746 \begin_inset Float table
14747 placement h
14748 wide false
14749 sideways false
14750 status open
14751
14752 \begin_layout Plain Layout
14753 \begin_inset Caption Standard
14754
14755 \begin_layout Plain Layout
14756 \begin_inset CommandInset label
14757 LatexCommand label
14758 name "tab:Example-booktabs-table"
14759
14760 \end_inset
14761
14762 Example booktabs-table
14763 \end_layout
14764
14765 \end_inset
14766
14767
14768 \end_layout
14769
14770 \begin_layout Plain Layout
14771 \align center
14772 \begin_inset Tabular
14773 <lyxtabular version="3" rows="8" columns="4">
14774 <features booktabs="true" tabularvalignment="middle">
14775 <column alignment="center" valignment="top">
14776 <column alignment="center" valignment="top">
14777 <column alignment="center" valignment="top">
14778 <column alignment="center" valignment="top">
14779 <row>
14780 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14781 \begin_inset Text
14782
14783 \begin_layout Plain Layout
14784 System
14785 \end_layout
14786
14787 \end_inset
14788 </cell>
14789 <cell alignment="center" valignment="top" topline="true" usebox="none">
14790 \begin_inset Text
14791
14792 \begin_layout Plain Layout
14793 Chip
14794 \begin_inset space \thinspace{}
14795 \end_inset
14796
14797 1
14798 \end_layout
14799
14800 \end_inset
14801 </cell>
14802 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14803 \begin_inset Text
14804
14805 \begin_layout Plain Layout
14806 Chip
14807 \begin_inset space \thinspace{}
14808 \end_inset
14809
14810 2
14811 \end_layout
14812
14813 \end_inset
14814 </cell>
14815 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14816 \begin_inset Text
14817
14818 \begin_layout Plain Layout
14819
14820 \end_layout
14821
14822 \end_inset
14823 </cell>
14824 </row>
14825 <row>
14826 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14827 \begin_inset Text
14828
14829 \begin_layout Plain Layout
14830 \begin_inset ERT
14831 status collapsed
14832
14833 \begin_layout Plain Layout
14834
14835
14836 \backslash
14837 cmidrule(r){2-2}
14838 \end_layout
14839
14840 \end_inset
14841
14842
14843 \begin_inset ERT
14844 status collapsed
14845
14846 \begin_layout Plain Layout
14847
14848
14849 \backslash
14850 cmidrule(l){3-4}
14851 \end_layout
14852
14853 \end_inset
14854
14855 Detector thickness in Âµm
14856 \end_layout
14857
14858 \end_inset
14859 </cell>
14860 <cell alignment="center" valignment="top" usebox="none">
14861 \begin_inset Text
14862
14863 \begin_layout Plain Layout
14864 300
14865 \end_layout
14866
14867 \end_inset
14868 </cell>
14869 <cell alignment="center" valignment="top" usebox="none">
14870 \begin_inset Text
14871
14872 \begin_layout Plain Layout
14873 300
14874 \end_layout
14875
14876 \end_inset
14877 </cell>
14878 <cell alignment="center" valignment="top" usebox="none">
14879 \begin_inset Text
14880
14881 \begin_layout Plain Layout
14882 700
14883 \end_layout
14884
14885 \end_inset
14886 </cell>
14887 </row>
14888 <row>
14889 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14890 \begin_inset Text
14891
14892 \begin_layout Plain Layout
14893 Edge angle in Â°
14894 \end_layout
14895
14896 \end_inset
14897 </cell>
14898 <cell alignment="center" valignment="top" topline="true" usebox="none">
14899 \begin_inset Text
14900
14901 \begin_layout Plain Layout
14902 3.55
14903 \end_layout
14904
14905 \end_inset
14906 </cell>
14907 <cell alignment="center" valignment="top" topline="true" usebox="none">
14908 \begin_inset Text
14909
14910 \begin_layout Plain Layout
14911 2.71
14912 \end_layout
14913
14914 \end_inset
14915 </cell>
14916 <cell alignment="center" valignment="top" topline="true" usebox="none">
14917 \begin_inset Text
14918
14919 \begin_layout Plain Layout
14920 7.99
14921 \end_layout
14922
14923 \end_inset
14924 </cell>
14925 </row>
14926 <row topspace="default">
14927 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14928 \begin_inset Text
14929
14930 \begin_layout Plain Layout
14931 Spatial resolution in Âµm
14932 \end_layout
14933
14934 \end_inset
14935 </cell>
14936 <cell alignment="center" valignment="top" usebox="none">
14937 \begin_inset Text
14938
14939 \begin_layout Plain Layout
14940 4.26
14941 \end_layout
14942
14943 \end_inset
14944 </cell>
14945 <cell alignment="center" valignment="top" usebox="none">
14946 \begin_inset Text
14947
14948 \begin_layout Plain Layout
14949 10.17
14950 \end_layout
14951
14952 \end_inset
14953 </cell>
14954 <cell alignment="center" valignment="top" usebox="none">
14955 \begin_inset Text
14956
14957 \begin_layout Plain Layout
14958 10.56
14959 \end_layout
14960
14961 \end_inset
14962 </cell>
14963 </row>
14964 <row topspace="default">
14965 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14966 \begin_inset Text
14967
14968 \begin_layout Plain Layout
14969 MTF at 
14970 \begin_inset Formula $f_{\mathrm{max}}$
14971 \end_inset
14972
14973
14974 \end_layout
14975
14976 \end_inset
14977 </cell>
14978 <cell alignment="center" valignment="top" usebox="none">
14979 \begin_inset Text
14980
14981 \begin_layout Plain Layout
14982 0.53
14983 \end_layout
14984
14985 \end_inset
14986 </cell>
14987 <cell alignment="center" valignment="top" usebox="none">
14988 \begin_inset Text
14989
14990 \begin_layout Plain Layout
14991 0.37
14992 \end_layout
14993
14994 \end_inset
14995 </cell>
14996 <cell alignment="center" valignment="top" usebox="none">
14997 \begin_inset Text
14998
14999 \begin_layout Plain Layout
15000 0.39
15001 \end_layout
15002
15003 \end_inset
15004 </cell>
15005 </row>
15006 <row topspace="default">
15007 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15008 \begin_inset Text
15009
15010 \begin_layout Plain Layout
15011 \begin_inset ERT
15012 status collapsed
15013
15014 \begin_layout Plain Layout
15015
15016
15017 \backslash
15018 cmidrule[2pt](l{10pt}){1-1}
15019 \end_layout
15020
15021 \end_inset
15022
15023 LSF-spatial resolution
15024 \end_layout
15025
15026 \end_inset
15027 </cell>
15028 <cell alignment="center" valignment="top" usebox="none">
15029 \begin_inset Text
15030
15031 \begin_layout Plain Layout
15032
15033 \end_layout
15034
15035 \end_inset
15036 </cell>
15037 <cell alignment="center" valignment="top" usebox="none">
15038 \begin_inset Text
15039
15040 \begin_layout Plain Layout
15041
15042 \end_layout
15043
15044 \end_inset
15045 </cell>
15046 <cell alignment="center" valignment="top" usebox="none">
15047 \begin_inset Text
15048
15049 \begin_layout Plain Layout
15050
15051 \end_layout
15052
15053 \end_inset
15054 </cell>
15055 </row>
15056 <row>
15057 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15058 \begin_inset Text
15059
15060 \begin_layout Plain Layout
15061 in Âµm
15062 \end_layout
15063
15064 \end_inset
15065 </cell>
15066 <cell alignment="center" valignment="top" usebox="none">
15067 \begin_inset Text
15068
15069 \begin_layout Plain Layout
15070 129.7
15071 \end_layout
15072
15073 \end_inset
15074 </cell>
15075 <cell alignment="center" valignment="top" usebox="none">
15076 \begin_inset Text
15077
15078 \begin_layout Plain Layout
15079 52.75
15080 \end_layout
15081
15082 \end_inset
15083 </cell>
15084 <cell alignment="center" valignment="top" usebox="none">
15085 \begin_inset Text
15086
15087 \begin_layout Plain Layout
15088 50.78
15089 \end_layout
15090
15091 \end_inset
15092 </cell>
15093 </row>
15094 <row>
15095 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15096 \begin_inset Text
15097
15098 \begin_layout Plain Layout
15099 in % of pixel size
15100 \end_layout
15101
15102 \end_inset
15103 </cell>
15104 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15105 \begin_inset Text
15106
15107 \begin_layout Plain Layout
15108 76.3
15109 \end_layout
15110
15111 \end_inset
15112 </cell>
15113 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15114 \begin_inset Text
15115
15116 \begin_layout Plain Layout
15117 95.9
15118 \end_layout
15119
15120 \end_inset
15121 </cell>
15122 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15123 \begin_inset Text
15124
15125 \begin_layout Plain Layout
15126 92.3
15127 \end_layout
15128
15129 \end_inset
15130 </cell>
15131 </row>
15132 </lyxtabular>
15133
15134 \end_inset
15135
15136
15137 \end_layout
15138
15139 \end_inset
15140
15141
15142 \end_layout
15143
15144 \begin_layout Standard
15145 Spaces to table rows can be added using the 
15146 \family sans
15147 Borders
15148 \family default
15149  tab of the table dialog as described in section
15150 \begin_inset space ~
15151 \end_inset
15152
15153
15154 \begin_inset CommandInset ref
15155 LatexCommand ref
15156 reference "subsec:Row-Spacing"
15157
15158 \end_inset
15159
15160 .
15161 \end_layout
15162
15163 \begin_layout Standard
15164 Unlike normal tables, formal tables have no vertical table lines.
15165  The horizontal table lines can be set as for normal tables but they appear
15166  with different widths in the output:
15167 \begin_inset Newline newline
15168 \end_inset
15169
15170 The first and the last table line have a default width of 0.08
15171 \begin_inset space \thinspace{}
15172 \end_inset
15173
15174 em while the other lines have a default width of 0.05
15175 \begin_inset space \thinspace{}
15176 \end_inset
15177
15178 em.
15179 \end_layout
15180
15181 \begin_layout Standard
15182 The default widths can be changed with the following preamble lines
15183 \end_layout
15184
15185 \begin_layout Standard
15186
15187 \series bold
15188
15189 \backslash
15190 let
15191 \backslash
15192 mytoprule
15193 \backslash
15194 toprule
15195 \begin_inset Newline newline
15196 \end_inset
15197
15198
15199 \backslash
15200 renewcommand{
15201 \backslash
15202 toprule}{
15203 \backslash
15204 mytoprule[width]}
15205 \end_layout
15206
15207 \begin_layout Standard
15208 This example is for the first line, the so called 
15209 \series bold
15210 toprule
15211 \series default
15212 .
15213  If you want to change the width for the last line, replace 
15214 \series bold
15215 toprule
15216 \series default
15217  by 
15218 \series bold
15219 bottomrule
15220 \series default
15221 .
15222  To change the width for the other lines replace 
15223 \series bold
15224 toprule
15225 \series default
15226  by 
15227 \series bold
15228 midrule
15229 \series default
15230 .
15231  You can use all units listed in appendix
15232 \begin_inset space ~
15233 \end_inset
15234
15235
15236 \begin_inset CommandInset ref
15237 LatexCommand ref
15238 reference "cha:Units-available-in"
15239
15240 \end_inset
15241
15242  to set the width.
15243 \end_layout
15244
15245 \begin_layout Standard
15246 Lines that do not span all table columns can be created by setting a table
15247  line for multicolumn cells.
15248  \SpecialChar LyX
15249  will then internally use the command 
15250 \series bold
15251
15252 \backslash
15253 cmidrule
15254 \series default
15255  to create this line.
15256  Its full scheme is
15257 \end_layout
15258
15259 \begin_layout Standard
15260
15261 \series bold
15262
15263 \backslash
15264 cmidrule[height](trim){startcol-endcol}
15265 \end_layout
15266
15267 \begin_layout Standard
15268 The options of 
15269 \series bold
15270
15271 \backslash
15272 cmidrule
15273 \series default
15274  are currently not supported by \SpecialChar LyX
15275  so you have to use \SpecialChar TeX
15276  Code to be able to
15277  use them.
15278  
15279 \series bold
15280
15281 \backslash
15282 cmidrule
15283 \series default
15284 s can manually be created by inserting the command as \SpecialChar TeX
15285  Code as the first
15286  cell entry of the first cell of a row.
15287  The line is then drawn in the output above the current row.
15288 \end_layout
15289
15290 \begin_layout Standard
15291 The default for the optional 
15292 \series bold
15293 height
15294 \series default
15295  is 0.03
15296 \begin_inset space \thinspace{}
15297 \end_inset
15298
15299 em.
15300  
15301 \series bold
15302 startcol
15303 \series default
15304  is the number of the column where the line starts and 
15305 \series bold
15306 endcol
15307 \series default
15308  the column number where the line ends.
15309  The 
15310 \series bold
15311 endcol
15312 \series default
15313  always needs to be specified, also when the line should span only one column.
15314  The optional parameter 
15315 \series bold
15316 trim
15317 \series default
15318  could either be 
15319 \emph on
15320 l{trimwidth}
15321 \emph default
15322  or 
15323 \emph on
15324 r{trimwidth}
15325 \emph default
15326  where the 
15327 \emph on
15328 trimwidth
15329 \emph default
15330  is also optional.
15331  Using for example the parameter 
15332 \emph on
15333 l{2pt}
15334 \emph default
15335  means that the line is trimmed from its left end by 2
15336 \begin_inset space \thinspace{}
15337 \end_inset
15338
15339 pt.
15340  If you don't specify the 
15341 \emph on
15342 trimwidth
15343 \emph default
15344  the line is trimmed by the default of 0.5
15345 \begin_inset space \thinspace{}
15346 \end_inset
15347
15348 em.
15349 \end_layout
15350
15351 \begin_layout Standard
15352 \begin_inset VSpace bigskip
15353 \end_inset
15354
15355 Table
15356 \begin_inset space ~
15357 \end_inset
15358
15359
15360 \begin_inset CommandInset ref
15361 LatexCommand ref
15362 reference "tab:Example-booktabs-table"
15363
15364 \end_inset
15365
15366  was created using the commands
15367 \end_layout
15368
15369 \begin_layout Standard
15370
15371 \series bold
15372
15373 \backslash
15374 cmidrule(r){2-2}
15375 \backslash
15376 cmidrule(l){3-4}
15377 \end_layout
15378
15379 \begin_layout Standard
15380 at the beginning of the second row and
15381 \end_layout
15382
15383 \begin_layout Standard
15384
15385 \series bold
15386
15387 \backslash
15388 cmidrule[2pt](l{10pt}){1-1}
15389 \end_layout
15390
15391 \begin_layout Standard
15392 in the sixth row.
15393 \end_layout
15394
15395 \begin_layout Standard
15396 \begin_inset VSpace bigskip
15397 \end_inset
15398
15399
15400 \end_layout
15401
15402 \begin_layout Standard
15403 You might want to have overlapping 
15404 \series bold
15405
15406 \backslash
15407 cmidrule
15408 \series default
15409 s as in in Table
15410 \begin_inset space ~
15411 \end_inset
15412
15413
15414 \begin_inset CommandInset ref
15415 LatexCommand ref
15416 reference "tab:Special-booktabs-table"
15417
15418 \end_inset
15419
15420 .
15421  This can be achieved with the \SpecialChar TeX
15422  Code command
15423 \end_layout
15424
15425 \begin_layout Standard
15426
15427 \series bold
15428
15429 \backslash
15430 morecmidrules
15431 \end_layout
15432
15433 \begin_layout Standard
15434 The command that was used for the second row of Table
15435 \begin_inset space ~
15436 \end_inset
15437
15438
15439 \begin_inset CommandInset ref
15440 LatexCommand ref
15441 reference "tab:Special-booktabs-table"
15442
15443 \end_inset
15444
15445  is
15446 \end_layout
15447
15448 \begin_layout Standard
15449
15450 \series bold
15451
15452 \backslash
15453 cmidrule(r){2-2}
15454 \backslash
15455 cmidrule(l){3-4}
15456 \backslash
15457 morecmidrules
15458 \backslash
15459 cmidrule{2-4}
15460 \end_layout
15461
15462 \begin_layout Standard
15463 The command for the sixth row is
15464 \end_layout
15465
15466 \begin_layout Standard
15467
15468 \series bold
15469
15470 \backslash
15471 midrule
15472 \backslash
15473 morecmidrules
15474 \backslash
15475 cmidrule{3-4}
15476 \end_layout
15477
15478 \begin_layout Standard
15479 \begin_inset VSpace bigskip
15480 \end_inset
15481
15482
15483 \end_layout
15484
15485 \begin_layout Standard
15486 If you are in any way not satisfied with the border line spacing, you can
15487  use the following command to produce lines that span over all table columns
15488 \series bold
15489 :
15490 \end_layout
15491
15492 \begin_layout Standard
15493
15494 \series bold
15495
15496 \backslash
15497 specialrule{width}{space above}{space below}
15498 \end_layout
15499
15500 \begin_layout Standard
15501 For more information about these features, refer to the manual of the \SpecialChar LaTeX
15502 -package
15503  
15504 \series bold
15505 booktabs
15506 \series default
15507  
15508 \begin_inset CommandInset citation
15509 LatexCommand cite
15510 key "booktabs"
15511 literal "true"
15512
15513 \end_inset
15514
15515 .
15516 \begin_inset Index idx
15517 status collapsed
15518
15519 \begin_layout Plain Layout
15520 \SpecialChar LaTeX
15521 -packages ! booktabs
15522 \end_layout
15523
15524 \end_inset
15525
15526
15527 \end_layout
15528
15529 \begin_layout Standard
15530 \begin_inset Float table
15531 placement h
15532 wide false
15533 sideways false
15534 status open
15535
15536 \begin_layout Plain Layout
15537 \begin_inset Caption Standard
15538
15539 \begin_layout Plain Layout
15540 \begin_inset CommandInset label
15541 LatexCommand label
15542 name "tab:Special-booktabs-table"
15543
15544 \end_inset
15545
15546 Special booktabs-table
15547 \end_layout
15548
15549 \end_inset
15550
15551
15552 \end_layout
15553
15554 \begin_layout Plain Layout
15555 \align center
15556 \begin_inset Tabular
15557 <lyxtabular version="3" rows="8" columns="4">
15558 <features booktabs="true" tabularvalignment="middle">
15559 <column alignment="center" valignment="top">
15560 <column alignment="center" valignment="top">
15561 <column alignment="center" valignment="top">
15562 <column alignment="center" valignment="top">
15563 <row>
15564 <cell alignment="center" valignment="top" topline="true" usebox="none">
15565 \begin_inset Text
15566
15567 \begin_layout Plain Layout
15568 System
15569 \end_layout
15570
15571 \end_inset
15572 </cell>
15573 <cell alignment="center" valignment="top" topline="true" usebox="none">
15574 \begin_inset Text
15575
15576 \begin_layout Plain Layout
15577 Chip
15578 \begin_inset space \thinspace{}
15579 \end_inset
15580
15581 1
15582 \end_layout
15583
15584 \end_inset
15585 </cell>
15586 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15587 \begin_inset Text
15588
15589 \begin_layout Plain Layout
15590 Chip
15591 \begin_inset space \thinspace{}
15592 \end_inset
15593
15594 2
15595 \end_layout
15596
15597 \end_inset
15598 </cell>
15599 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15600 \begin_inset Text
15601
15602 \begin_layout Plain Layout
15603
15604 \end_layout
15605
15606 \end_inset
15607 </cell>
15608 </row>
15609 <row>
15610 <cell alignment="center" valignment="top" usebox="none">
15611 \begin_inset Text
15612
15613 \begin_layout Plain Layout
15614 \begin_inset ERT
15615 status collapsed
15616
15617 \begin_layout Plain Layout
15618
15619
15620 \backslash
15621 cmidrule(r){2-2}
15622 \end_layout
15623
15624 \end_inset
15625
15626
15627 \begin_inset ERT
15628 status collapsed
15629
15630 \begin_layout Plain Layout
15631
15632
15633 \backslash
15634 cmidrule(l){3-4}
15635 \end_layout
15636
15637 \end_inset
15638
15639
15640 \begin_inset ERT
15641 status collapsed
15642
15643 \begin_layout Plain Layout
15644
15645
15646 \backslash
15647 morecmidrules 
15648 \end_layout
15649
15650 \end_inset
15651
15652
15653 \begin_inset ERT
15654 status collapsed
15655
15656 \begin_layout Plain Layout
15657
15658
15659 \backslash
15660 cmidrule{2-4}
15661 \end_layout
15662
15663 \end_inset
15664
15665 Detector thickness in Âµm
15666 \end_layout
15667
15668 \end_inset
15669 </cell>
15670 <cell alignment="center" valignment="top" usebox="none">
15671 \begin_inset Text
15672
15673 \begin_layout Plain Layout
15674 300
15675 \end_layout
15676
15677 \end_inset
15678 </cell>
15679 <cell alignment="center" valignment="top" usebox="none">
15680 \begin_inset Text
15681
15682 \begin_layout Plain Layout
15683 300
15684 \end_layout
15685
15686 \end_inset
15687 </cell>
15688 <cell alignment="center" valignment="top" usebox="none">
15689 \begin_inset Text
15690
15691 \begin_layout Plain Layout
15692 700
15693 \end_layout
15694
15695 \end_inset
15696 </cell>
15697 </row>
15698 <row>
15699 <cell alignment="center" valignment="top" topline="true" usebox="none">
15700 \begin_inset Text
15701
15702 \begin_layout Plain Layout
15703 Edge angle in Â°
15704 \end_layout
15705
15706 \end_inset
15707 </cell>
15708 <cell alignment="center" valignment="top" topline="true" usebox="none">
15709 \begin_inset Text
15710
15711 \begin_layout Plain Layout
15712 3.55
15713 \end_layout
15714
15715 \end_inset
15716 </cell>
15717 <cell alignment="center" valignment="top" topline="true" usebox="none">
15718 \begin_inset Text
15719
15720 \begin_layout Plain Layout
15721 2.71
15722 \end_layout
15723
15724 \end_inset
15725 </cell>
15726 <cell alignment="center" valignment="top" topline="true" usebox="none">
15727 \begin_inset Text
15728
15729 \begin_layout Plain Layout
15730 7.99
15731 \end_layout
15732
15733 \end_inset
15734 </cell>
15735 </row>
15736 <row topspace="default">
15737 <cell alignment="center" valignment="top" usebox="none">
15738 \begin_inset Text
15739
15740 \begin_layout Plain Layout
15741 Spatial resolution in Âµm
15742 \end_layout
15743
15744 \end_inset
15745 </cell>
15746 <cell alignment="center" valignment="top" usebox="none">
15747 \begin_inset Text
15748
15749 \begin_layout Plain Layout
15750 4.26
15751 \end_layout
15752
15753 \end_inset
15754 </cell>
15755 <cell alignment="center" valignment="top" usebox="none">
15756 \begin_inset Text
15757
15758 \begin_layout Plain Layout
15759 10.17
15760 \end_layout
15761
15762 \end_inset
15763 </cell>
15764 <cell alignment="center" valignment="top" usebox="none">
15765 \begin_inset Text
15766
15767 \begin_layout Plain Layout
15768 10.56
15769 \end_layout
15770
15771 \end_inset
15772 </cell>
15773 </row>
15774 <row topspace="default">
15775 <cell alignment="center" valignment="top" usebox="none">
15776 \begin_inset Text
15777
15778 \begin_layout Plain Layout
15779 MTF at 
15780 \begin_inset Formula $f_{\mathrm{max}}$
15781 \end_inset
15782
15783
15784 \end_layout
15785
15786 \end_inset
15787 </cell>
15788 <cell alignment="center" valignment="top" usebox="none">
15789 \begin_inset Text
15790
15791 \begin_layout Plain Layout
15792 0.53
15793 \end_layout
15794
15795 \end_inset
15796 </cell>
15797 <cell alignment="center" valignment="top" usebox="none">
15798 \begin_inset Text
15799
15800 \begin_layout Plain Layout
15801 0.37
15802 \end_layout
15803
15804 \end_inset
15805 </cell>
15806 <cell alignment="center" valignment="top" usebox="none">
15807 \begin_inset Text
15808
15809 \begin_layout Plain Layout
15810 0.39
15811 \end_layout
15812
15813 \end_inset
15814 </cell>
15815 </row>
15816 <row>
15817 <cell alignment="center" valignment="top" topline="true" usebox="none">
15818 \begin_inset Text
15819
15820 \begin_layout Plain Layout
15821 \begin_inset ERT
15822 status collapsed
15823
15824 \begin_layout Plain Layout
15825
15826
15827 \backslash
15828 morecmidrules 
15829 \end_layout
15830
15831 \end_inset
15832
15833
15834 \begin_inset ERT
15835 status collapsed
15836
15837 \begin_layout Plain Layout
15838
15839
15840 \backslash
15841 cmidrule{3-4}
15842 \end_layout
15843
15844 \end_inset
15845
15846 LSF-spatial resolution
15847 \end_layout
15848
15849 \end_inset
15850 </cell>
15851 <cell alignment="center" valignment="top" topline="true" usebox="none">
15852 \begin_inset Text
15853
15854 \begin_layout Plain Layout
15855
15856 \end_layout
15857
15858 \end_inset
15859 </cell>
15860 <cell alignment="center" valignment="top" topline="true" usebox="none">
15861 \begin_inset Text
15862
15863 \begin_layout Plain Layout
15864
15865 \end_layout
15866
15867 \end_inset
15868 </cell>
15869 <cell alignment="center" valignment="top" topline="true" usebox="none">
15870 \begin_inset Text
15871
15872 \begin_layout Plain Layout
15873
15874 \end_layout
15875
15876 \end_inset
15877 </cell>
15878 </row>
15879 <row>
15880 <cell alignment="center" valignment="top" usebox="none">
15881 \begin_inset Text
15882
15883 \begin_layout Plain Layout
15884 in Âµm
15885 \end_layout
15886
15887 \end_inset
15888 </cell>
15889 <cell alignment="center" valignment="top" usebox="none">
15890 \begin_inset Text
15891
15892 \begin_layout Plain Layout
15893 129.7
15894 \end_layout
15895
15896 \end_inset
15897 </cell>
15898 <cell alignment="center" valignment="top" usebox="none">
15899 \begin_inset Text
15900
15901 \begin_layout Plain Layout
15902 52.75
15903 \end_layout
15904
15905 \end_inset
15906 </cell>
15907 <cell alignment="center" valignment="top" usebox="none">
15908 \begin_inset Text
15909
15910 \begin_layout Plain Layout
15911 50.78
15912 \end_layout
15913
15914 \end_inset
15915 </cell>
15916 </row>
15917 <row>
15918 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15919 \begin_inset Text
15920
15921 \begin_layout Plain Layout
15922 in % of pixel size
15923 \end_layout
15924
15925 \end_inset
15926 </cell>
15927 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15928 \begin_inset Text
15929
15930 \begin_layout Plain Layout
15931 76.3
15932 \end_layout
15933
15934 \end_inset
15935 </cell>
15936 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15937 \begin_inset Text
15938
15939 \begin_layout Plain Layout
15940 95.9
15941 \end_layout
15942
15943 \end_inset
15944 </cell>
15945 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15946 \begin_inset Text
15947
15948 \begin_layout Plain Layout
15949 92.3
15950 \end_layout
15951
15952 \end_inset
15953 </cell>
15954 </row>
15955 </lyxtabular>
15956
15957 \end_inset
15958
15959
15960 \end_layout
15961
15962 \end_inset
15963
15964
15965 \end_layout
15966
15967 \begin_layout Section
15968 Vertical Table Alignment
15969 \begin_inset Index idx
15970 status collapsed
15971
15972 \begin_layout Plain Layout
15973 Table ! Alignment
15974 \end_layout
15975
15976 \end_inset
15977
15978
15979 \end_layout
15980
15981 \begin_layout Standard
15982 To align tables vertically in a text line, the table must be inside a box.
15983  The box can then be vertically aligned as described in section
15984 \begin_inset space ~
15985 \end_inset
15986
15987
15988 \begin_inset CommandInset ref
15989 LatexCommand ref
15990 reference "sec:Box-Dialog"
15991
15992 \end_inset
15993
15994 .
15995 \end_layout
15996
15997 \begin_layout Standard
15998 In the following example the tables are inside a minipage
15999 \begin_inset Foot
16000 status collapsed
16001
16002 \begin_layout Plain Layout
16003 Minipages are described in section
16004 \begin_inset space ~
16005 \end_inset
16006
16007
16008 \begin_inset CommandInset ref
16009 LatexCommand ref
16010 reference "sec:Minipages"
16011
16012 \end_inset
16013
16014 .
16015 \end_layout
16016
16017 \end_inset
16018
16019  box that has a width of 15
16020 \begin_inset space \thinspace{}
16021 \end_inset
16022
16023 col%:
16024 \end_layout
16025
16026 \begin_layout Itemize
16027 test 
16028 \begin_inset Box Frameless
16029 position "t"
16030 hor_pos "c"
16031 has_inner_box 1
16032 inner_pos "c"
16033 use_parbox 0
16034 use_makebox 0
16035 width "15col%"
16036 special "none"
16037 height "1in"
16038 height_special "totalheight"
16039 thickness "0.4pt"
16040 separation "3pt"
16041 shadowsize "4pt"
16042 framecolor "black"
16043 backgroundcolor "none"
16044 status collapsed
16045
16046 \begin_layout Plain Layout
16047 \begin_inset Tabular
16048 <lyxtabular version="3" rows="3" columns="3">
16049 <features tabularvalignment="middle">
16050 <column alignment="center" valignment="top">
16051 <column alignment="center" valignment="top">
16052 <column alignment="center" valignment="top">
16053 <row>
16054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16055 \begin_inset Text
16056
16057 \begin_layout Plain Layout
16058 a
16059 \end_layout
16060
16061 \end_inset
16062 </cell>
16063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16064 \begin_inset Text
16065
16066 \begin_layout Plain Layout
16067 d
16068 \end_layout
16069
16070 \end_inset
16071 </cell>
16072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16073 \begin_inset Text
16074
16075 \begin_layout Plain Layout
16076 g
16077 \end_layout
16078
16079 \end_inset
16080 </cell>
16081 </row>
16082 <row>
16083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16084 \begin_inset Text
16085
16086 \begin_layout Plain Layout
16087 b
16088 \end_layout
16089
16090 \end_inset
16091 </cell>
16092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16093 \begin_inset Text
16094
16095 \begin_layout Plain Layout
16096 e
16097 \end_layout
16098
16099 \end_inset
16100 </cell>
16101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16102 \begin_inset Text
16103
16104 \begin_layout Plain Layout
16105 h
16106 \end_layout
16107
16108 \end_inset
16109 </cell>
16110 </row>
16111 <row>
16112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16113 \begin_inset Text
16114
16115 \begin_layout Plain Layout
16116 c
16117 \end_layout
16118
16119 \end_inset
16120 </cell>
16121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16122 \begin_inset Text
16123
16124 \begin_layout Plain Layout
16125 f
16126 \end_layout
16127
16128 \end_inset
16129 </cell>
16130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16131 \begin_inset Text
16132
16133 \begin_layout Plain Layout
16134 i
16135 \end_layout
16136
16137 \end_inset
16138 </cell>
16139 </row>
16140 </lyxtabular>
16141
16142 \end_inset
16143
16144
16145 \end_layout
16146
16147 \end_inset
16148
16149  test 
16150 \begin_inset ERT
16151 status collapsed
16152
16153 \begin_layout Plain Layout
16154
16155
16156 \backslash
16157 raisebox{0.85
16158 \backslash
16159 baselineskip}{
16160 \end_layout
16161
16162 \end_inset
16163
16164
16165 \begin_inset Box Frameless
16166 position "t"
16167 hor_pos "c"
16168 has_inner_box 1
16169 inner_pos "c"
16170 use_parbox 0
16171 use_makebox 0
16172 width "15col%"
16173 special "none"
16174 height "1in"
16175 height_special "totalheight"
16176 thickness "0.4pt"
16177 separation "3pt"
16178 shadowsize "4pt"
16179 framecolor "black"
16180 backgroundcolor "none"
16181 status collapsed
16182
16183 \begin_layout Plain Layout
16184 \begin_inset Tabular
16185 <lyxtabular version="3" rows="3" columns="3">
16186 <features tabularvalignment="middle">
16187 <column alignment="center" valignment="top">
16188 <column alignment="center" valignment="top">
16189 <column alignment="center" valignment="top">
16190 <row>
16191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16192 \begin_inset Text
16193
16194 \begin_layout Plain Layout
16195 a
16196 \end_layout
16197
16198 \end_inset
16199 </cell>
16200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16201 \begin_inset Text
16202
16203 \begin_layout Plain Layout
16204 d
16205 \end_layout
16206
16207 \end_inset
16208 </cell>
16209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16210 \begin_inset Text
16211
16212 \begin_layout Plain Layout
16213 g
16214 \end_layout
16215
16216 \end_inset
16217 </cell>
16218 </row>
16219 <row>
16220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16221 \begin_inset Text
16222
16223 \begin_layout Plain Layout
16224 b
16225 \end_layout
16226
16227 \end_inset
16228 </cell>
16229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16230 \begin_inset Text
16231
16232 \begin_layout Plain Layout
16233 e
16234 \end_layout
16235
16236 \end_inset
16237 </cell>
16238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16239 \begin_inset Text
16240
16241 \begin_layout Plain Layout
16242 h
16243 \end_layout
16244
16245 \end_inset
16246 </cell>
16247 </row>
16248 <row>
16249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16250 \begin_inset Text
16251
16252 \begin_layout Plain Layout
16253 c
16254 \end_layout
16255
16256 \end_inset
16257 </cell>
16258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16259 \begin_inset Text
16260
16261 \begin_layout Plain Layout
16262 f
16263 \end_layout
16264
16265 \end_inset
16266 </cell>
16267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16268 \begin_inset Text
16269
16270 \begin_layout Plain Layout
16271 i
16272 \end_layout
16273
16274 \end_inset
16275 </cell>
16276 </row>
16277 </lyxtabular>
16278
16279 \end_inset
16280
16281
16282 \end_layout
16283
16284 \end_inset
16285
16286
16287 \begin_inset ERT
16288 status collapsed
16289
16290 \begin_layout Plain Layout
16291
16292 }
16293 \end_layout
16294
16295 \end_inset
16296
16297
16298 \end_layout
16299
16300 \begin_layout Itemize
16301 test 
16302 \begin_inset Box Frameless
16303 position "c"
16304 hor_pos "c"
16305 has_inner_box 1
16306 inner_pos "c"
16307 use_parbox 0
16308 use_makebox 0
16309 width "15col%"
16310 special "none"
16311 height "1in"
16312 height_special "totalheight"
16313 thickness "0.4pt"
16314 separation "3pt"
16315 shadowsize "4pt"
16316 framecolor "black"
16317 backgroundcolor "none"
16318 status collapsed
16319
16320 \begin_layout Plain Layout
16321 \begin_inset Tabular
16322 <lyxtabular version="3" rows="3" columns="3">
16323 <features tabularvalignment="middle">
16324 <column alignment="center" valignment="top">
16325 <column alignment="center" valignment="top">
16326 <column alignment="center" valignment="top">
16327 <row>
16328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16329 \begin_inset Text
16330
16331 \begin_layout Plain Layout
16332 a
16333 \end_layout
16334
16335 \end_inset
16336 </cell>
16337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16338 \begin_inset Text
16339
16340 \begin_layout Plain Layout
16341 d
16342 \end_layout
16343
16344 \end_inset
16345 </cell>
16346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16347 \begin_inset Text
16348
16349 \begin_layout Plain Layout
16350 g
16351 \end_layout
16352
16353 \end_inset
16354 </cell>
16355 </row>
16356 <row>
16357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16358 \begin_inset Text
16359
16360 \begin_layout Plain Layout
16361 b
16362 \end_layout
16363
16364 \end_inset
16365 </cell>
16366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16367 \begin_inset Text
16368
16369 \begin_layout Plain Layout
16370 e
16371 \end_layout
16372
16373 \end_inset
16374 </cell>
16375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16376 \begin_inset Text
16377
16378 \begin_layout Plain Layout
16379 h
16380 \end_layout
16381
16382 \end_inset
16383 </cell>
16384 </row>
16385 <row>
16386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16387 \begin_inset Text
16388
16389 \begin_layout Plain Layout
16390 c
16391 \end_layout
16392
16393 \end_inset
16394 </cell>
16395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16396 \begin_inset Text
16397
16398 \begin_layout Plain Layout
16399 f
16400 \end_layout
16401
16402 \end_inset
16403 </cell>
16404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16405 \begin_inset Text
16406
16407 \begin_layout Plain Layout
16408 i
16409 \end_layout
16410
16411 \end_inset
16412 </cell>
16413 </row>
16414 </lyxtabular>
16415
16416 \end_inset
16417
16418
16419 \end_layout
16420
16421 \end_inset
16422
16423
16424 \end_layout
16425
16426 \begin_layout Itemize
16427 test 
16428 \begin_inset Box Frameless
16429 position "b"
16430 hor_pos "c"
16431 has_inner_box 1
16432 inner_pos "c"
16433 use_parbox 0
16434 use_makebox 0
16435 width "15col%"
16436 special "none"
16437 height "1in"
16438 height_special "totalheight"
16439 thickness "0.4pt"
16440 separation "3pt"
16441 shadowsize "4pt"
16442 framecolor "black"
16443 backgroundcolor "none"
16444 status collapsed
16445
16446 \begin_layout Plain Layout
16447 \begin_inset Tabular
16448 <lyxtabular version="3" rows="3" columns="3">
16449 <features tabularvalignment="middle">
16450 <column alignment="center" valignment="top">
16451 <column alignment="center" valignment="top">
16452 <column alignment="center" valignment="top">
16453 <row>
16454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16455 \begin_inset Text
16456
16457 \begin_layout Plain Layout
16458 a
16459 \end_layout
16460
16461 \end_inset
16462 </cell>
16463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16464 \begin_inset Text
16465
16466 \begin_layout Plain Layout
16467 d
16468 \end_layout
16469
16470 \end_inset
16471 </cell>
16472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16473 \begin_inset Text
16474
16475 \begin_layout Plain Layout
16476 g
16477 \end_layout
16478
16479 \end_inset
16480 </cell>
16481 </row>
16482 <row>
16483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16484 \begin_inset Text
16485
16486 \begin_layout Plain Layout
16487 b
16488 \end_layout
16489
16490 \end_inset
16491 </cell>
16492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16493 \begin_inset Text
16494
16495 \begin_layout Plain Layout
16496 e
16497 \end_layout
16498
16499 \end_inset
16500 </cell>
16501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16502 \begin_inset Text
16503
16504 \begin_layout Plain Layout
16505 h
16506 \end_layout
16507
16508 \end_inset
16509 </cell>
16510 </row>
16511 <row>
16512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16513 \begin_inset Text
16514
16515 \begin_layout Plain Layout
16516 c
16517 \end_layout
16518
16519 \end_inset
16520 </cell>
16521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16522 \begin_inset Text
16523
16524 \begin_layout Plain Layout
16525 f
16526 \end_layout
16527
16528 \end_inset
16529 </cell>
16530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16531 \begin_inset Text
16532
16533 \begin_layout Plain Layout
16534 i
16535 \end_layout
16536
16537 \end_inset
16538 </cell>
16539 </row>
16540 </lyxtabular>
16541
16542 \end_inset
16543
16544
16545 \end_layout
16546
16547 \end_inset
16548
16549  test 
16550 \begin_inset ERT
16551 status collapsed
16552
16553 \begin_layout Plain Layout
16554
16555
16556 \backslash
16557 raisebox{-0.32
16558 \backslash
16559 baselineskip}{
16560 \end_layout
16561
16562 \end_inset
16563
16564
16565 \begin_inset Box Frameless
16566 position "b"
16567 hor_pos "c"
16568 has_inner_box 1
16569 inner_pos "c"
16570 use_parbox 0
16571 use_makebox 0
16572 width "15col%"
16573 special "none"
16574 height "1in"
16575 height_special "totalheight"
16576 thickness "0.4pt"
16577 separation "3pt"
16578 shadowsize "4pt"
16579 framecolor "black"
16580 backgroundcolor "none"
16581 status collapsed
16582
16583 \begin_layout Plain Layout
16584 \begin_inset Tabular
16585 <lyxtabular version="3" rows="3" columns="3">
16586 <features tabularvalignment="middle">
16587 <column alignment="center" valignment="top">
16588 <column alignment="center" valignment="top">
16589 <column alignment="center" valignment="top">
16590 <row>
16591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16592 \begin_inset Text
16593
16594 \begin_layout Plain Layout
16595 a
16596 \end_layout
16597
16598 \end_inset
16599 </cell>
16600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16601 \begin_inset Text
16602
16603 \begin_layout Plain Layout
16604 d
16605 \end_layout
16606
16607 \end_inset
16608 </cell>
16609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16610 \begin_inset Text
16611
16612 \begin_layout Plain Layout
16613 g
16614 \end_layout
16615
16616 \end_inset
16617 </cell>
16618 </row>
16619 <row>
16620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16621 \begin_inset Text
16622
16623 \begin_layout Plain Layout
16624 b
16625 \end_layout
16626
16627 \end_inset
16628 </cell>
16629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16630 \begin_inset Text
16631
16632 \begin_layout Plain Layout
16633 e
16634 \end_layout
16635
16636 \end_inset
16637 </cell>
16638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16639 \begin_inset Text
16640
16641 \begin_layout Plain Layout
16642 h
16643 \end_layout
16644
16645 \end_inset
16646 </cell>
16647 </row>
16648 <row>
16649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16650 \begin_inset Text
16651
16652 \begin_layout Plain Layout
16653 c
16654 \end_layout
16655
16656 \end_inset
16657 </cell>
16658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16659 \begin_inset Text
16660
16661 \begin_layout Plain Layout
16662 f
16663 \end_layout
16664
16665 \end_inset
16666 </cell>
16667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16668 \begin_inset Text
16669
16670 \begin_layout Plain Layout
16671 i
16672 \end_layout
16673
16674 \end_inset
16675 </cell>
16676 </row>
16677 </lyxtabular>
16678
16679 \end_inset
16680
16681
16682 \end_layout
16683
16684 \end_inset
16685
16686
16687 \begin_inset ERT
16688 status collapsed
16689
16690 \begin_layout Plain Layout
16691
16692 }
16693 \end_layout
16694
16695 \end_inset
16696
16697
16698 \end_layout
16699
16700 \begin_layout Standard
16701 As you will see, the content of the first and last table row is not correctly
16702  aligned.
16703  To get this alignment, the minipage box must be set into a raisebox.
16704 \begin_inset Foot
16705 status collapsed
16706
16707 \begin_layout Plain Layout
16708 Raiseboxes are described in section
16709 \begin_inset space ~
16710 \end_inset
16711
16712
16713 \begin_inset CommandInset ref
16714 LatexCommand ref
16715 reference "subsec:Vertical-Alignment"
16716
16717 \end_inset
16718
16719 .
16720 \end_layout
16721
16722 \end_inset
16723
16724  In the example above the second table in the first item is aligned using
16725  the \SpecialChar TeX
16726  Code command
16727 \end_layout
16728
16729 \begin_layout Standard
16730
16731 \series bold
16732
16733 \backslash
16734 raisebox{0.85
16735 \backslash
16736 baselineskip}{
16737 \end_layout
16738
16739 \begin_layout Standard
16740 before the box.
16741  After the box the closing brace 
16742 \series bold
16743 }
16744 \series default
16745  is inserted as \SpecialChar TeX
16746  Code.
16747  For the second table in the last item the command
16748 \end_layout
16749
16750 \begin_layout Standard
16751
16752 \series bold
16753
16754 \backslash
16755 raisebox{-0.32
16756 \backslash
16757 baselineskip}{
16758 \end_layout
16759
16760 \begin_layout Standard
16761 is used.
16762 \end_layout
16763
16764 \begin_layout Standard
16765 \begin_inset Note Greyedout
16766 status open
16767
16768 \begin_layout Plain Layout
16769
16770 \series bold
16771 Note:
16772 \series default
16773  The alignment of the table row content to the surrounding text line is
16774  not exact.
16775  The required value for the 
16776 \series bold
16777
16778 \backslash
16779 raisebox
16780 \series default
16781  command for this alignment depends on the document font, the font size,
16782  and the table line thickness.
16783 \end_layout
16784
16785 \end_inset
16786
16787
16788 \end_layout
16789
16790 \begin_layout Section
16791 Colored Tables
16792 \begin_inset CommandInset label
16793 LatexCommand label
16794 name "sec:Colored-Tables"
16795
16796 \end_inset
16797
16798
16799 \begin_inset Index idx
16800 status collapsed
16801
16802 \begin_layout Plain Layout
16803 Table ! Color
16804 \end_layout
16805
16806 \end_inset
16807
16808
16809 \end_layout
16810
16811 \begin_layout Subsection
16812 Colored Cells
16813 \begin_inset Index idx
16814 status collapsed
16815
16816 \begin_layout Plain Layout
16817 Table Color ! for Cells
16818 \end_layout
16819
16820 \end_inset
16821
16822
16823 \begin_inset Index idx
16824 status collapsed
16825
16826 \begin_layout Plain Layout
16827 Color ! for Table Cells
16828 \end_layout
16829
16830 \end_inset
16831
16832
16833 \end_layout
16834
16835 \begin_layout Standard
16836 \begin_inset Float table
16837 placement h
16838 wide false
16839 sideways false
16840 status open
16841
16842 \begin_layout Plain Layout
16843 \begin_inset Caption Standard
16844
16845 \begin_layout Plain Layout
16846 \begin_inset CommandInset label
16847 LatexCommand label
16848 name "tab:Table-colored-without"
16849
16850 \end_inset
16851
16852 Table colored without using the package 
16853 \series bold
16854 colortbl
16855 \series default
16856
16857 \begin_inset Argument 1
16858 status collapsed
16859
16860 \begin_layout Plain Layout
16861 Table without colortbl
16862 \end_layout
16863
16864 \end_inset
16865
16866
16867 \end_layout
16868
16869 \end_inset
16870
16871
16872 \end_layout
16873
16874 \begin_layout Plain Layout
16875 \align center
16876 \begin_inset Tabular
16877 <lyxtabular version="3" rows="3" columns="3">
16878 <features tabularvalignment="middle">
16879 <column alignment="center" valignment="top">
16880 <column alignment="center" valignment="top">
16881 <column alignment="center" valignment="top">
16882 <row>
16883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16884 \begin_inset Text
16885
16886 \begin_layout Plain Layout
16887
16888 \color green
16889 a
16890 \end_layout
16891
16892 \end_inset
16893 </cell>
16894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16895 \begin_inset Text
16896
16897 \begin_layout Plain Layout
16898
16899 \color red
16900 b
16901 \end_layout
16902
16903 \end_inset
16904 </cell>
16905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16906 \begin_inset Text
16907
16908 \begin_layout Plain Layout
16909
16910 \color red
16911 c
16912 \end_layout
16913
16914 \end_inset
16915 </cell>
16916 </row>
16917 <row>
16918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16919 \begin_inset Text
16920
16921 \begin_layout Plain Layout
16922
16923 \color green
16924 d
16925 \end_layout
16926
16927 \end_inset
16928 </cell>
16929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16930 \begin_inset Text
16931
16932 \begin_layout Plain Layout
16933
16934 \color blue
16935 e
16936 \end_layout
16937
16938 \end_inset
16939 </cell>
16940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16941 \begin_inset Text
16942
16943 \begin_layout Plain Layout
16944
16945 \color blue
16946 f
16947 \end_layout
16948
16949 \end_inset
16950 </cell>
16951 </row>
16952 <row>
16953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16954 \begin_inset Text
16955
16956 \begin_layout Plain Layout
16957
16958 \color green
16959 g
16960 \end_layout
16961
16962 \end_inset
16963 </cell>
16964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16965 \begin_inset Text
16966
16967 \begin_layout Plain Layout
16968
16969 \color blue
16970 h
16971 \end_layout
16972
16973 \end_inset
16974 </cell>
16975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16976 \begin_inset Text
16977
16978 \begin_layout Plain Layout
16979
16980 \color blue
16981 i
16982 \end_layout
16983
16984 \end_inset
16985 </cell>
16986 </row>
16987 </lyxtabular>
16988
16989 \end_inset
16990
16991
16992 \end_layout
16993
16994 \end_inset
16995
16996
16997 \end_layout
16998
16999 \begin_layout Standard
17000 If you only need colored text, mark the cells and choose a color in the
17001  
17002 \family sans
17003 Text
17004 \begin_inset space ~
17005 \end_inset
17006
17007 Style
17008 \family default
17009  dialog (toolbar button 
17010 \begin_inset Info
17011 type  "icon"
17012 arg   "dialog-show character"
17013 \end_inset
17014
17015 ).
17016  This was used to create Table
17017 \begin_inset space ~
17018 \end_inset
17019
17020
17021 \begin_inset CommandInset ref
17022 LatexCommand ref
17023 reference "tab:Table-colored-without"
17024
17025 \end_inset
17026
17027 .
17028  In any other case you have to use the \SpecialChar LaTeX
17029 -package 
17030 \series bold
17031 colortbl
17032 \series default
17033 .
17034 \begin_inset Index idx
17035 status collapsed
17036
17037 \begin_layout Plain Layout
17038 \SpecialChar LaTeX
17039 -packages ! colortbl
17040 \end_layout
17041
17042 \end_inset
17043
17044
17045 \end_layout
17046
17047 \begin_layout Standard
17048 \begin_inset ERT
17049 status collapsed
17050
17051 \begin_layout Plain Layout
17052
17053
17054 \backslash
17055 ifcolortbl
17056 \end_layout
17057
17058 \end_inset
17059
17060
17061 \begin_inset Note Note
17062 status open
17063
17064 \begin_layout Plain Layout
17065 The following section part will only be displayed when the \SpecialChar LaTeX
17066 -package 
17067 \series bold
17068 colortbl
17069 \series default
17070  is installed.
17071 \end_layout
17072
17073 \end_inset
17074
17075
17076 \end_layout
17077
17078 \begin_layout Standard
17079 To create colored tables, 
17080 \series bold
17081 colortbl
17082 \series default
17083  must be loaded in the preamble with the line
17084 \end_layout
17085
17086 \begin_layout Standard
17087
17088 \series bold
17089
17090 \backslash
17091 usepackage{colortbl}
17092 \end_layout
17093
17094 \begin_layout Standard
17095 The color of a column is adjusted with the command
17096 \end_layout
17097
17098 \begin_layout Standard
17099
17100 \series bold
17101
17102 \backslash
17103 columncolor{name of color}
17104 \end_layout
17105
17106 \begin_layout Standard
17107 inside the command 
17108 \series bold
17109 >{ }
17110 \series default
17111 .
17112  More about the command 
17113 \series bold
17114 >{}
17115 \series default
17116  is contained in section
17117 \begin_inset space ~
17118 \end_inset
17119
17120
17121 \begin_inset CommandInset ref
17122 LatexCommand ref
17123 reference "subsec:Multicolumn-Calculations"
17124
17125 \end_inset
17126
17127 .
17128 \end_layout
17129
17130 \begin_layout Standard
17131 The following color names are predefined:
17132 \end_layout
17133
17134 \begin_layout Standard
17135
17136 \family sans
17137 red
17138 \family default
17139
17140 \family sans
17141 green
17142 \family default
17143
17144 \family sans
17145 yellow
17146 \family default
17147
17148 \family sans
17149 blue
17150 \family default
17151
17152 \family sans
17153 cyan
17154 \family default
17155
17156 \family sans
17157 magenta
17158 \family default
17159
17160 \family sans
17161 black
17162 \family default
17163  and 
17164 \family sans
17165 white
17166 \end_layout
17167
17168 \begin_layout Standard
17169 \begin_inset VSpace medskip
17170 \end_inset
17171
17172
17173 \end_layout
17174
17175 \begin_layout Standard
17176 If you add the option
17177 \end_layout
17178
17179 \begin_layout Standard
17180
17181 \series bold
17182 dvipsnames
17183 \end_layout
17184
17185 \begin_layout Standard
17186 to the document class options in the document settings, you can additionally
17187  use further 61
17188 \begin_inset space ~
17189 \end_inset
17190
17191 colors.
17192  These colors are listed in appendix
17193 \begin_inset space ~
17194 \end_inset
17195
17196
17197 \begin_inset CommandInset ref
17198 LatexCommand ref
17199 reference "chap:List-of-dvips-colornames"
17200
17201 \end_inset
17202
17203 .
17204  One of these colors, 
17205 \family sans
17206 Maroon
17207 \family default
17208 , is used as example in Table
17209 \begin_inset space ~
17210 \end_inset
17211
17212
17213 \begin_inset CommandInset ref
17214 LatexCommand ref
17215 reference "tab:Table-colored-using"
17216
17217 \end_inset
17218
17219 .
17220 \end_layout
17221
17222 \begin_layout Standard
17223 \begin_inset VSpace medskip
17224 \end_inset
17225
17226
17227 \end_layout
17228
17229 \begin_layout Standard
17230 You can also define your own color with the command
17231 \end_layout
17232
17233 \begin_layout Standard
17234
17235 \series bold
17236
17237 \backslash
17238 definecolor{color name}{color model}{color values}
17239 \end_layout
17240
17241 \begin_layout Standard
17242 The color model can be
17243 \end_layout
17244
17245 \begin_layout Labeling
17246 \labelwidthstring 00.00.0000
17247 cmyk: cyan, magenta, yellow, black
17248 \end_layout
17249
17250 \begin_layout Labeling
17251 \labelwidthstring 00.00.0000
17252 rgb: red, green blue
17253 \end_layout
17254
17255 \begin_layout Labeling
17256 \labelwidthstring 00.00.0000
17257 gray gray
17258 \end_layout
17259
17260 \begin_layout Standard
17261 and the color values are comma separated numbers between 0 and 1 describing
17262  the factor for the corresponding color of the color model.
17263 \end_layout
17264
17265 \begin_layout Standard
17266 You can e.
17267 \begin_inset space \thinspace{}
17268 \end_inset
17269
17270 g.
17271 \begin_inset space \space{}
17272 \end_inset
17273
17274 define the color "
17275 \emph on
17276 darkgreen
17277 \emph default
17278 " in the preamble with
17279 \end_layout
17280
17281 \begin_layout Standard
17282
17283 \series bold
17284
17285 \backslash
17286 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
17287 \end_layout
17288
17289 \begin_layout Standard
17290 and the color "
17291 \emph on
17292 lightgray
17293 \emph default
17294 " with
17295 \end_layout
17296
17297 \begin_layout Standard
17298
17299 \series bold
17300
17301 \backslash
17302 definecolor{lightgray}{gray}{0.8}
17303 \end_layout
17304
17305 \begin_layout Standard
17306 \begin_inset VSpace medskip
17307 \end_inset
17308
17309
17310 \end_layout
17311
17312 \begin_layout Standard
17313 Lines are colored with the command
17314 \end_layout
17315
17316 \begin_layout Standard
17317
17318 \series bold
17319
17320 \backslash
17321 rowcolor{name of color}
17322 \end_layout
17323
17324 \begin_layout Standard
17325 and cells are colored with the command
17326 \end_layout
17327
17328 \begin_layout Standard
17329
17330 \series bold
17331
17332 \backslash
17333 cellcolor{name of color}
17334 \end_layout
17335
17336 \begin_layout Standard
17337 Both commands are inserted at the beginning of a cell as \SpecialChar TeX
17338  Code.
17339 \end_layout
17340
17341 \begin_layout Standard
17342 To color characters in the table, mark the cells and use the 
17343 \family sans
17344 Text
17345 \begin_inset space ~
17346 \end_inset
17347
17348 Style
17349 \family default
17350  dialog.
17351  If a cell contains \SpecialChar TeX
17352  Code mark only the characters, otherwise the colored
17353  \SpecialChar TeX
17354  Code will cause \SpecialChar LaTeX
17355  errors.
17356 \end_layout
17357
17358 \begin_layout Standard
17359 \begin_inset Note Greyedout
17360 status open
17361
17362 \begin_layout Plain Layout
17363
17364 \series bold
17365 Note:
17366 \series default
17367  Not all DVI-viewers are able to display self-defined colors.
17368 \end_layout
17369
17370 \end_inset
17371
17372
17373 \end_layout
17374
17375 \begin_layout Standard
17376 \begin_inset VSpace bigskip
17377 \end_inset
17378
17379
17380 \end_layout
17381
17382 \begin_layout Standard
17383 To create Table
17384 \begin_inset space ~
17385 \end_inset
17386
17387
17388 \begin_inset CommandInset ref
17389 LatexCommand ref
17390 reference "tab:Table-colored-using"
17391
17392 \end_inset
17393
17394  do the following: The color of the first column should be 
17395 \emph on
17396 darkgreen
17397 \emph default
17398 .
17399  So insert
17400 \end_layout
17401
17402 \begin_layout Standard
17403
17404 \series bold
17405 >{
17406 \backslash
17407 columncolor{darkgreen}
17408 \backslash
17409 centering}c
17410 \end_layout
17411
17412 \begin_layout Standard
17413 as \SpecialChar LaTeX
17414 -argument for this column.
17415  The first row should be light blue, therefore the \SpecialChar TeX
17416  Code command
17417 \end_layout
17418
17419 \begin_layout Standard
17420
17421 \series bold
17422
17423 \backslash
17424 rowcolor{cyan}
17425 \end_layout
17426
17427 \begin_layout Standard
17428 is inserted to the first cell of this row.
17429  Note that this overwrites the column color for the first cell.
17430  The last cell of the last row is colored maroon by inserting the \SpecialChar TeX
17431  Code
17432  command
17433 \end_layout
17434
17435 \begin_layout Standard
17436
17437 \series bold
17438
17439 \backslash
17440 cellcolor{Maroon}
17441 \end_layout
17442
17443 \begin_layout Standard
17444 The characters could now be colored using the menu 
17445 \family sans
17446 Edit\SpecialChar menuseparator
17447 Text
17448 \begin_inset space ~
17449 \end_inset
17450
17451 Style
17452 \family default
17453 .
17454 \end_layout
17455
17456 \begin_layout Standard
17457 \begin_inset Float table
17458 placement h
17459 wide false
17460 sideways false
17461 status open
17462
17463 \begin_layout Plain Layout
17464 \begin_inset Caption Standard
17465
17466 \begin_layout Plain Layout
17467 \begin_inset CommandInset label
17468 LatexCommand label
17469 name "tab:Table-colored-using"
17470
17471 \end_inset
17472
17473 Table colored using the package 
17474 \series bold
17475 colortbl
17476 \series default
17477
17478 \begin_inset Argument 1
17479 status collapsed
17480
17481 \begin_layout Plain Layout
17482 Table with colortbl
17483 \end_layout
17484
17485 \end_inset
17486
17487
17488 \end_layout
17489
17490 \end_inset
17491
17492
17493 \end_layout
17494
17495 \begin_layout Plain Layout
17496 \align center
17497 \begin_inset Tabular
17498 <lyxtabular version="3" rows="3" columns="3">
17499 <features tabularvalignment="middle">
17500 <column alignment="center" valignment="top" special=">{\columncolor{darkgreen}\centering}c">
17501 <column alignment="center" valignment="top">
17502 <column alignment="center" valignment="top">
17503 <row>
17504 <cell alignment="center" valignment="top" usebox="none">
17505 \begin_inset Text
17506
17507 \begin_layout Plain Layout
17508 \begin_inset ERT
17509 status collapsed
17510
17511 \begin_layout Plain Layout
17512
17513
17514 \backslash
17515 rowcolor{cyan}
17516 \end_layout
17517
17518 \end_inset
17519
17520
17521 \color magenta
17522 a
17523 \end_layout
17524
17525 \end_inset
17526 </cell>
17527 <cell alignment="center" valignment="top" usebox="none">
17528 \begin_inset Text
17529
17530 \begin_layout Plain Layout
17531
17532 \color red
17533 b
17534 \end_layout
17535
17536 \end_inset
17537 </cell>
17538 <cell alignment="center" valignment="top" usebox="none">
17539 \begin_inset Text
17540
17541 \begin_layout Plain Layout
17542
17543 \color red
17544 c
17545 \end_layout
17546
17547 \end_inset
17548 </cell>
17549 </row>
17550 <row>
17551 <cell alignment="center" valignment="top" usebox="none">
17552 \begin_inset Text
17553
17554 \begin_layout Plain Layout
17555
17556 \color yellow
17557 d
17558 \end_layout
17559
17560 \end_inset
17561 </cell>
17562 <cell alignment="center" valignment="top" usebox="none">
17563 \begin_inset Text
17564
17565 \begin_layout Plain Layout
17566
17567 \color blue
17568 e
17569 \end_layout
17570
17571 \end_inset
17572 </cell>
17573 <cell alignment="center" valignment="top" usebox="none">
17574 \begin_inset Text
17575
17576 \begin_layout Plain Layout
17577
17578 \color blue
17579 f
17580 \end_layout
17581
17582 \end_inset
17583 </cell>
17584 </row>
17585 <row>
17586 <cell alignment="center" valignment="top" usebox="none">
17587 \begin_inset Text
17588
17589 \begin_layout Plain Layout
17590
17591 \color yellow
17592 g
17593 \end_layout
17594
17595 \end_inset
17596 </cell>
17597 <cell alignment="center" valignment="top" usebox="none">
17598 \begin_inset Text
17599
17600 \begin_layout Plain Layout
17601
17602 \color blue
17603 h
17604 \end_layout
17605
17606 \end_inset
17607 </cell>
17608 <cell alignment="center" valignment="top" usebox="none">
17609 \begin_inset Text
17610
17611 \begin_layout Plain Layout
17612 \begin_inset ERT
17613 status collapsed
17614
17615 \begin_layout Plain Layout
17616
17617
17618 \backslash
17619 cellcolor{Maroon}
17620 \end_layout
17621
17622 \end_inset
17623
17624
17625 \color green
17626 i
17627 \end_layout
17628
17629 \end_inset
17630 </cell>
17631 </row>
17632 </lyxtabular>
17633
17634 \end_inset
17635
17636
17637 \end_layout
17638
17639 \end_inset
17640
17641
17642 \end_layout
17643
17644 \begin_layout Standard
17645 \begin_inset ERT
17646 status collapsed
17647
17648 \begin_layout Plain Layout
17649
17650
17651 \backslash
17652 else
17653 \end_layout
17654
17655 \end_inset
17656
17657
17658 \begin_inset Note Note
17659 status open
17660
17661 \begin_layout Plain Layout
17662 The following will be displayed when the \SpecialChar LaTeX
17663 -package 
17664 \series bold
17665 colortbl
17666 \series default
17667  is not installed:
17668 \end_layout
17669
17670 \end_inset
17671
17672
17673 \end_layout
17674
17675 \begin_layout Standard
17676 You need to install the package 
17677 \series bold
17678 colortbl
17679 \series default
17680  to see the content of this section in the output.
17681 \end_layout
17682
17683 \begin_layout Standard
17684 \begin_inset ERT
17685 status collapsed
17686
17687 \begin_layout Plain Layout
17688
17689
17690 \backslash
17691 fi
17692 \end_layout
17693
17694 \end_inset
17695
17696
17697 \end_layout
17698
17699 \begin_layout Subsection
17700 Colored Rows
17701 \begin_inset Index idx
17702 status collapsed
17703
17704 \begin_layout Plain Layout
17705 Table Color ! for Rows
17706 \end_layout
17707
17708 \end_inset
17709
17710
17711 \begin_inset Index idx
17712 status collapsed
17713
17714 \begin_layout Plain Layout
17715 Color ! for Table Rows
17716 \end_layout
17717
17718 \end_inset
17719
17720
17721 \end_layout
17722
17723 \begin_layout Standard
17724 In case every second table row needs to be colored there is an alternative
17725  to the method described in the previous section: One loads the package
17726  
17727 \series bold
17728 xcolor
17729 \series default
17730
17731 \begin_inset Index idx
17732 status collapsed
17733
17734 \begin_layout Plain Layout
17735 \SpecialChar LaTeX
17736 -packages ! xcolor
17737 \begin_inset ERT
17738 status collapsed
17739
17740 \begin_layout Plain Layout
17741
17742
17743 \backslash
17744 vspace{4mm}
17745 \end_layout
17746
17747 \end_inset
17748
17749
17750 \end_layout
17751
17752 \end_inset
17753
17754  in the document preamble with the command
17755 \end_layout
17756
17757 \begin_layout Standard
17758
17759 \series bold
17760
17761 \backslash
17762 usepackage[table]{xcolor}
17763 \end_layout
17764
17765 \begin_layout Standard
17766
17767 \series bold
17768 xcolor
17769 \series default
17770  automatically loads also the package 
17771 \series bold
17772 colortbl
17773 \series default
17774
17775 \begin_inset Index idx
17776 status collapsed
17777
17778 \begin_layout Plain Layout
17779 \SpecialChar LaTeX
17780 -packages ! colortbl
17781 \end_layout
17782
17783 \end_inset
17784
17785 , so 
17786 \series bold
17787 colortbl
17788 \series default
17789  must be installed in your \SpecialChar LaTeX
17790 -distribution, otherwise you get \SpecialChar LaTeX
17791 -errors.
17792 \end_layout
17793
17794 \begin_layout Standard
17795 \begin_inset ERT
17796 status collapsed
17797
17798 \begin_layout Plain Layout
17799
17800
17801 \backslash
17802 ifcolortbl
17803 \end_layout
17804
17805 \end_inset
17806
17807
17808 \begin_inset Note Note
17809 status open
17810
17811 \begin_layout Plain Layout
17812 The following section part will only be displayed when the \SpecialChar LaTeX
17813 -package 
17814 \series bold
17815 colortbl
17816 \series default
17817  is installed.
17818 \end_layout
17819
17820 \end_inset
17821
17822
17823 \end_layout
17824
17825 \begin_layout Standard
17826 The table rows are colored with the command
17827 \end_layout
17828
17829 \begin_layout Standard
17830
17831 \series bold
17832
17833 \backslash
17834 rowcolors[commands]{row number}{odd row color}{even row color}
17835 \end_layout
17836
17837 \begin_layout Standard
17838 that is either inserted in the document preamble or as \SpecialChar TeX
17839  Code before the
17840  first table to be colored.
17841  row
17842 \begin_inset space ~
17843 \end_inset
17844
17845 number is the number of the first row which should be colored according
17846  to the odd row color.
17847  commands can be additional commands that are executed before every table
17848  row.
17849  So for example the command
17850 \end_layout
17851
17852 \begin_layout Standard
17853
17854 \series bold
17855
17856 \backslash
17857 rowcolors{1}{white}{lightgray}
17858 \end_layout
17859
17860 \begin_layout Standard
17861 leads to the coloring scheme of Table
17862 \begin_inset space ~
17863 \end_inset
17864
17865
17866 \begin_inset CommandInset ref
17867 LatexCommand ref
17868 reference "tab:Table-rowcolors"
17869
17870 \end_inset
17871
17872 .
17873  The command
17874 \end_layout
17875
17876 \begin_layout Standard
17877
17878 \series bold
17879
17880 \backslash
17881 rowcolors[
17882 \backslash
17883 hline]{1}{lightgray}{cyan}
17884 \end_layout
17885
17886 \begin_layout Standard
17887 leads to the coloring scheme of Table
17888 \begin_inset space ~
17889 \end_inset
17890
17891
17892 \begin_inset CommandInset ref
17893 LatexCommand ref
17894 reference "tab:Table-rowcolors-2"
17895
17896 \end_inset
17897
17898 .
17899  If odd
17900 \begin_inset space ~
17901 \end_inset
17902
17903 row
17904 \begin_inset space ~
17905 \end_inset
17906
17907 color and/or even
17908 \begin_inset space ~
17909 \end_inset
17910
17911 row
17912 \begin_inset space ~
17913 \end_inset
17914
17915 color are left empty, no color will be used so that the command
17916 \end_layout
17917
17918 \begin_layout Standard
17919
17920 \series bold
17921
17922 \backslash
17923 rowcolors{1}{}{}
17924 \end_layout
17925
17926 \begin_layout Standard
17927 deletes all colors.
17928  
17929 \series bold
17930
17931 \backslash
17932 rowcolors
17933 \series default
17934  affects all tables following that command.
17935 \end_layout
17936
17937 \begin_layout Standard
17938 \begin_inset ERT
17939 status open
17940
17941 \begin_layout Plain Layout
17942
17943
17944 \backslash
17945 rowcolors{1}{white}{lightgray}
17946 \end_layout
17947
17948 \end_inset
17949
17950
17951 \end_layout
17952
17953 \begin_layout Standard
17954 \begin_inset Float table
17955 placement h
17956 wide false
17957 sideways false
17958 status open
17959
17960 \begin_layout Plain Layout
17961 \begin_inset Caption Standard
17962
17963 \begin_layout Plain Layout
17964 \begin_inset CommandInset label
17965 LatexCommand label
17966 name "tab:Table-rowcolors"
17967
17968 \end_inset
17969
17970 Table where every second row is colored light gray.
17971 \end_layout
17972
17973 \end_inset
17974
17975
17976 \end_layout
17977
17978 \begin_layout Plain Layout
17979 \align center
17980 \begin_inset Tabular
17981 <lyxtabular version="3" rows="4" columns="3">
17982 <features tabularvalignment="middle">
17983 <column alignment="center" valignment="top">
17984 <column alignment="center" valignment="top" width="0pt">
17985 <column alignment="center" valignment="top" width="0pt">
17986 <row>
17987 <cell alignment="center" valignment="top" usebox="none">
17988 \begin_inset Text
17989
17990 \begin_layout Plain Layout
17991 X
17992 \end_layout
17993
17994 \end_inset
17995 </cell>
17996 <cell alignment="center" valignment="top" usebox="none">
17997 \begin_inset Text
17998
17999 \begin_layout Plain Layout
18000 Y
18001 \end_layout
18002
18003 \end_inset
18004 </cell>
18005 <cell alignment="center" valignment="top" usebox="none">
18006 \begin_inset Text
18007
18008 \begin_layout Plain Layout
18009 Z
18010 \end_layout
18011
18012 \end_inset
18013 </cell>
18014 </row>
18015 <row>
18016 <cell alignment="center" valignment="top" usebox="none">
18017 \begin_inset Text
18018
18019 \begin_layout Plain Layout
18020 1
18021 \end_layout
18022
18023 \end_inset
18024 </cell>
18025 <cell alignment="center" valignment="top" usebox="none">
18026 \begin_inset Text
18027
18028 \begin_layout Plain Layout
18029 2
18030 \end_layout
18031
18032 \end_inset
18033 </cell>
18034 <cell alignment="center" valignment="top" usebox="none">
18035 \begin_inset Text
18036
18037 \begin_layout Plain Layout
18038 3
18039 \end_layout
18040
18041 \end_inset
18042 </cell>
18043 </row>
18044 <row>
18045 <cell alignment="center" valignment="top" usebox="none">
18046 \begin_inset Text
18047
18048 \begin_layout Plain Layout
18049 4
18050 \end_layout
18051
18052 \end_inset
18053 </cell>
18054 <cell alignment="center" valignment="top" usebox="none">
18055 \begin_inset Text
18056
18057 \begin_layout Plain Layout
18058 5
18059 \end_layout
18060
18061 \end_inset
18062 </cell>
18063 <cell alignment="center" valignment="top" usebox="none">
18064 \begin_inset Text
18065
18066 \begin_layout Plain Layout
18067 6
18068 \end_layout
18069
18070 \end_inset
18071 </cell>
18072 </row>
18073 <row>
18074 <cell alignment="center" valignment="top" usebox="none">
18075 \begin_inset Text
18076
18077 \begin_layout Plain Layout
18078 7
18079 \end_layout
18080
18081 \end_inset
18082 </cell>
18083 <cell alignment="center" valignment="top" usebox="none">
18084 \begin_inset Text
18085
18086 \begin_layout Plain Layout
18087 8
18088 \end_layout
18089
18090 \end_inset
18091 </cell>
18092 <cell alignment="center" valignment="top" usebox="none">
18093 \begin_inset Text
18094
18095 \begin_layout Plain Layout
18096 9
18097 \end_layout
18098
18099 \end_inset
18100 </cell>
18101 </row>
18102 </lyxtabular>
18103
18104 \end_inset
18105
18106
18107 \end_layout
18108
18109 \end_inset
18110
18111
18112 \end_layout
18113
18114 \begin_layout Standard
18115 \begin_inset ERT
18116 status open
18117
18118 \begin_layout Plain Layout
18119
18120
18121 \backslash
18122 rowcolors[
18123 \backslash
18124 hline]{1}{lightgray}{cyan}
18125 \end_layout
18126
18127 \end_inset
18128
18129
18130 \end_layout
18131
18132 \begin_layout Standard
18133 \begin_inset Float table
18134 placement h
18135 wide false
18136 sideways false
18137 status open
18138
18139 \begin_layout Plain Layout
18140 \begin_inset Caption Standard
18141
18142 \begin_layout Plain Layout
18143 \begin_inset CommandInset label
18144 LatexCommand label
18145 name "tab:Table-rowcolors-2"
18146
18147 \end_inset
18148
18149 Table where every second row is colored cyan and at which there is a line
18150  between each row.
18151 \end_layout
18152
18153 \end_inset
18154
18155
18156 \end_layout
18157
18158 \begin_layout Plain Layout
18159 \align center
18160 \begin_inset Tabular
18161 <lyxtabular version="3" rows="4" columns="3">
18162 <features tabularvalignment="middle">
18163 <column alignment="center" valignment="top">
18164 <column alignment="center" valignment="top">
18165 <column alignment="center" valignment="top" width="0pt">
18166 <row>
18167 <cell alignment="center" valignment="top" usebox="none">
18168 \begin_inset Text
18169
18170 \begin_layout Plain Layout
18171 X
18172 \end_layout
18173
18174 \end_inset
18175 </cell>
18176 <cell alignment="center" valignment="top" usebox="none">
18177 \begin_inset Text
18178
18179 \begin_layout Plain Layout
18180 Y
18181 \end_layout
18182
18183 \end_inset
18184 </cell>
18185 <cell alignment="center" valignment="top" usebox="none">
18186 \begin_inset Text
18187
18188 \begin_layout Plain Layout
18189 Z
18190 \end_layout
18191
18192 \end_inset
18193 </cell>
18194 </row>
18195 <row>
18196 <cell alignment="center" valignment="top" usebox="none">
18197 \begin_inset Text
18198
18199 \begin_layout Plain Layout
18200 1
18201 \end_layout
18202
18203 \end_inset
18204 </cell>
18205 <cell alignment="center" valignment="top" usebox="none">
18206 \begin_inset Text
18207
18208 \begin_layout Plain Layout
18209 2
18210 \end_layout
18211
18212 \end_inset
18213 </cell>
18214 <cell alignment="center" valignment="top" usebox="none">
18215 \begin_inset Text
18216
18217 \begin_layout Plain Layout
18218 3
18219 \end_layout
18220
18221 \end_inset
18222 </cell>
18223 </row>
18224 <row>
18225 <cell alignment="center" valignment="top" usebox="none">
18226 \begin_inset Text
18227
18228 \begin_layout Plain Layout
18229 4
18230 \end_layout
18231
18232 \end_inset
18233 </cell>
18234 <cell alignment="center" valignment="top" usebox="none">
18235 \begin_inset Text
18236
18237 \begin_layout Plain Layout
18238 5
18239 \end_layout
18240
18241 \end_inset
18242 </cell>
18243 <cell alignment="center" valignment="top" usebox="none">
18244 \begin_inset Text
18245
18246 \begin_layout Plain Layout
18247 6
18248 \end_layout
18249
18250 \end_inset
18251 </cell>
18252 </row>
18253 <row>
18254 <cell alignment="center" valignment="top" usebox="none">
18255 \begin_inset Text
18256
18257 \begin_layout Plain Layout
18258 7
18259 \end_layout
18260
18261 \end_inset
18262 </cell>
18263 <cell alignment="center" valignment="top" usebox="none">
18264 \begin_inset Text
18265
18266 \begin_layout Plain Layout
18267 8
18268 \end_layout
18269
18270 \end_inset
18271 </cell>
18272 <cell alignment="center" valignment="top" usebox="none">
18273 \begin_inset Text
18274
18275 \begin_layout Plain Layout
18276 9
18277 \end_layout
18278
18279 \end_inset
18280 </cell>
18281 </row>
18282 </lyxtabular>
18283
18284 \end_inset
18285
18286
18287 \end_layout
18288
18289 \end_inset
18290
18291
18292 \end_layout
18293
18294 \begin_layout Standard
18295 \begin_inset ERT
18296 status collapsed
18297
18298 \begin_layout Plain Layout
18299
18300
18301 \backslash
18302 rowcolors{1}{}{}
18303 \end_layout
18304
18305 \end_inset
18306
18307
18308 \begin_inset Note Note
18309 status collapsed
18310
18311 \begin_layout Plain Layout
18312 turns off the row coloring
18313 \end_layout
18314
18315 \end_inset
18316
18317
18318 \end_layout
18319
18320 \begin_layout Standard
18321 \begin_inset ERT
18322 status collapsed
18323
18324 \begin_layout Plain Layout
18325
18326
18327 \backslash
18328 else
18329 \end_layout
18330
18331 \end_inset
18332
18333
18334 \begin_inset Note Note
18335 status open
18336
18337 \begin_layout Plain Layout
18338 The following will be displayed when the \SpecialChar LaTeX
18339 -package 
18340 \series bold
18341 colortbl
18342 \series default
18343  is not installed:
18344 \end_layout
18345
18346 \end_inset
18347
18348
18349 \end_layout
18350
18351 \begin_layout Standard
18352 You need to install the package 
18353 \series bold
18354 colortbl
18355 \series default
18356  to see the content of this section in the output.
18357 \end_layout
18358
18359 \begin_layout Standard
18360 \begin_inset ERT
18361 status collapsed
18362
18363 \begin_layout Plain Layout
18364
18365
18366 \backslash
18367 fi
18368 \end_layout
18369
18370 \end_inset
18371
18372
18373 \end_layout
18374
18375 \begin_layout Subsection
18376 Colored Lines
18377 \begin_inset Index idx
18378 status collapsed
18379
18380 \begin_layout Plain Layout
18381 Table Color ! for Lines
18382 \end_layout
18383
18384 \end_inset
18385
18386
18387 \begin_inset Index idx
18388 status collapsed
18389
18390 \begin_layout Plain Layout
18391 Color ! for Table Lines
18392 \end_layout
18393
18394 \end_inset
18395
18396
18397 \end_layout
18398
18399 \begin_layout Standard
18400 As described in section
18401 \begin_inset space ~
18402 \end_inset
18403
18404
18405 \begin_inset CommandInset ref
18406 LatexCommand ref
18407 reference "subsec:Line-Thickness"
18408
18409 \end_inset
18410
18411 , the line thickness for all lines in a table can be adjusted with the length
18412  
18413 \series bold
18414
18415 \backslash
18416 arrayrulewidth
18417 \series default
18418 .
18419  It is set to 1.5
18420 \begin_inset space \thinspace{}
18421 \end_inset
18422
18423 pt for all tables of this section.
18424 \begin_inset ERT
18425 status collapsed
18426
18427 \begin_layout Plain Layout
18428
18429
18430 \backslash
18431 setlength{
18432 \backslash
18433 arrayrulewidth}{1.5pt}
18434 \end_layout
18435
18436 \end_inset
18437
18438
18439 \end_layout
18440
18441 \begin_layout Standard
18442 To color vertical lines for example with green, create the following column
18443  format in the document preamble, according to the description in section
18444 \begin_inset space ~
18445 \end_inset
18446
18447
18448 \begin_inset CommandInset ref
18449 LatexCommand ref
18450 reference "subsec:Customized-Format"
18451
18452 \end_inset
18453
18454 :
18455 \end_layout
18456
18457 \begin_layout Standard
18458
18459 \series bold
18460
18461 \backslash
18462 newcolumntype{W}{!{
18463 \backslash
18464 color{green}
18465 \backslash
18466 vline}}
18467 \end_layout
18468
18469 \begin_layout Standard
18470 For Table
18471 \begin_inset space ~
18472 \end_inset
18473
18474
18475 \begin_inset CommandInset ref
18476 LatexCommand ref
18477 reference "tab:Table-with-vertical-colored"
18478
18479 \end_inset
18480
18481  the \SpecialChar LaTeX
18482 -argument
18483 \series bold
18484  WcW
18485 \series default
18486  was used for the last column and
18487 \series bold
18488  Wc
18489 \series default
18490  for the other columns.
18491 \end_layout
18492
18493 \begin_layout Standard
18494 If you want to have several colors, define more column formats.
18495 \end_layout
18496
18497 \begin_layout Standard
18498 \begin_inset Float table
18499 placement h
18500 wide false
18501 sideways false
18502 status open
18503
18504 \begin_layout Plain Layout
18505 \begin_inset Caption Standard
18506
18507 \begin_layout Plain Layout
18508 \begin_inset CommandInset label
18509 LatexCommand label
18510 name "tab:Table-with-vertical-colored"
18511
18512 \end_inset
18513
18514 Table with colored vertical lines
18515 \end_layout
18516
18517 \end_inset
18518
18519
18520 \end_layout
18521
18522 \begin_layout Plain Layout
18523 \align center
18524 \begin_inset Tabular
18525 <lyxtabular version="3" rows="3" columns="3">
18526 <features tabularvalignment="middle">
18527 <column alignment="center" valignment="top" special="Wc">
18528 <column alignment="center" valignment="top" special="Wc">
18529 <column alignment="center" valignment="top" special="WcW">
18530 <row>
18531 <cell alignment="center" valignment="top" topline="true" usebox="none">
18532 \begin_inset Text
18533
18534 \begin_layout Plain Layout
18535 sd
18536 \end_layout
18537
18538 \end_inset
18539 </cell>
18540 <cell alignment="center" valignment="top" topline="true" usebox="none">
18541 \begin_inset Text
18542
18543 \begin_layout Plain Layout
18544
18545 \end_layout
18546
18547 \end_inset
18548 </cell>
18549 <cell alignment="center" valignment="top" topline="true" usebox="none">
18550 \begin_inset Text
18551
18552 \begin_layout Plain Layout
18553
18554 \end_layout
18555
18556 \end_inset
18557 </cell>
18558 </row>
18559 <row>
18560 <cell alignment="center" valignment="top" topline="true" usebox="none">
18561 \begin_inset Text
18562
18563 \begin_layout Plain Layout
18564
18565 \end_layout
18566
18567 \end_inset
18568 </cell>
18569 <cell alignment="center" valignment="top" topline="true" usebox="none">
18570 \begin_inset Text
18571
18572 \begin_layout Plain Layout
18573 sd
18574 \end_layout
18575
18576 \end_inset
18577 </cell>
18578 <cell alignment="center" valignment="top" topline="true" usebox="none">
18579 \begin_inset Text
18580
18581 \begin_layout Plain Layout
18582
18583 \end_layout
18584
18585 \end_inset
18586 </cell>
18587 </row>
18588 <row>
18589 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18590 \begin_inset Text
18591
18592 \begin_layout Plain Layout
18593
18594 \end_layout
18595
18596 \end_inset
18597 </cell>
18598 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18599 \begin_inset Text
18600
18601 \begin_layout Plain Layout
18602
18603 \end_layout
18604
18605 \end_inset
18606 </cell>
18607 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18608 \begin_inset Text
18609
18610 \begin_layout Plain Layout
18611 sd
18612 \end_layout
18613
18614 \end_inset
18615 </cell>
18616 </row>
18617 </lyxtabular>
18618
18619 \end_inset
18620
18621
18622 \end_layout
18623
18624 \end_inset
18625
18626
18627 \end_layout
18628
18629 \begin_layout Standard
18630 \begin_inset VSpace bigskip
18631 \end_inset
18632
18633 To color all horizontal lines for example with red, as in Table
18634 \begin_inset space ~
18635 \end_inset
18636
18637
18638 \begin_inset CommandInset ref
18639 LatexCommand ref
18640 reference "tab:Table-with-horizontal-colored"
18641
18642 \end_inset
18643
18644 , insert these commands in \SpecialChar TeX
18645  code before the table or table float:
18646 \end_layout
18647
18648 \begin_layout Standard
18649
18650 \series bold
18651
18652 \backslash
18653 let
18654 \backslash
18655 myHlineC
18656 \backslash
18657 hline
18658 \begin_inset Newline newline
18659 \end_inset
18660
18661
18662 \backslash
18663 renewcommand{
18664 \backslash
18665 hline}
18666 \begin_inset Newline newline
18667 \end_inset
18668
18669
18670 \begin_inset Phantom HPhantom
18671 status open
18672
18673 \begin_layout Plain Layout
18674
18675 \series bold
18676 \begin_inset space ~
18677 \end_inset
18678
18679
18680 \end_layout
18681
18682 \end_inset
18683
18684 {
18685 \backslash
18686 arrayrulecolor{red}
18687 \backslash
18688 myHlineC
18689 \backslash
18690 arrayrulecolor{black}}
18691 \end_layout
18692
18693 \begin_layout Standard
18694 \begin_inset ERT
18695 status collapsed
18696
18697 \begin_layout Plain Layout
18698
18699
18700 \backslash
18701 let
18702 \backslash
18703 myHlineC
18704 \backslash
18705 hline
18706 \end_layout
18707
18708 \begin_layout Plain Layout
18709
18710
18711 \backslash
18712 renewcommand{
18713 \backslash
18714 hline}
18715 \end_layout
18716
18717 \begin_layout Plain Layout
18718
18719  {
18720 \backslash
18721 arrayrulecolor{red}
18722 \backslash
18723 myHlineC
18724 \backslash
18725 arrayrulecolor{black}}
18726 \end_layout
18727
18728 \end_inset
18729
18730
18731 \begin_inset Float table
18732 placement h
18733 wide false
18734 sideways false
18735 status open
18736
18737 \begin_layout Plain Layout
18738 \begin_inset Caption Standard
18739
18740 \begin_layout Plain Layout
18741 \begin_inset CommandInset label
18742 LatexCommand label
18743 name "tab:Table-with-horizontal-colored"
18744
18745 \end_inset
18746
18747 Table with colored horizontal lines
18748 \end_layout
18749
18750 \end_inset
18751
18752
18753 \end_layout
18754
18755 \begin_layout Plain Layout
18756 \align center
18757 \begin_inset Tabular
18758 <lyxtabular version="3" rows="3" columns="3">
18759 <features tabularvalignment="middle">
18760 <column alignment="center" valignment="top">
18761 <column alignment="center" valignment="top">
18762 <column alignment="center" valignment="top">
18763 <row>
18764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18765 \begin_inset Text
18766
18767 \begin_layout Plain Layout
18768 sd
18769 \end_layout
18770
18771 \end_inset
18772 </cell>
18773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18774 \begin_inset Text
18775
18776 \begin_layout Plain Layout
18777
18778 \end_layout
18779
18780 \end_inset
18781 </cell>
18782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18783 \begin_inset Text
18784
18785 \begin_layout Plain Layout
18786
18787 \end_layout
18788
18789 \end_inset
18790 </cell>
18791 </row>
18792 <row>
18793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18794 \begin_inset Text
18795
18796 \begin_layout Plain Layout
18797
18798 \end_layout
18799
18800 \end_inset
18801 </cell>
18802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18803 \begin_inset Text
18804
18805 \begin_layout Plain Layout
18806 sd
18807 \end_layout
18808
18809 \end_inset
18810 </cell>
18811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18812 \begin_inset Text
18813
18814 \begin_layout Plain Layout
18815
18816 \end_layout
18817
18818 \end_inset
18819 </cell>
18820 </row>
18821 <row>
18822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18823 \begin_inset Text
18824
18825 \begin_layout Plain Layout
18826
18827 \end_layout
18828
18829 \end_inset
18830 </cell>
18831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18832 \begin_inset Text
18833
18834 \begin_layout Plain Layout
18835
18836 \end_layout
18837
18838 \end_inset
18839 </cell>
18840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18841 \begin_inset Text
18842
18843 \begin_layout Plain Layout
18844 sd
18845 \end_layout
18846
18847 \end_inset
18848 </cell>
18849 </row>
18850 </lyxtabular>
18851
18852 \end_inset
18853
18854
18855 \end_layout
18856
18857 \end_inset
18858
18859
18860 \end_layout
18861
18862 \begin_layout Standard
18863 To return to the default line color black, insert this command in \SpecialChar TeX
18864  code
18865  after the table or table float:
18866 \end_layout
18867
18868 \begin_layout Standard
18869
18870 \series bold
18871
18872 \backslash
18873 renewcommand{
18874 \backslash
18875 hline}{
18876 \backslash
18877 myHlineC}
18878 \end_layout
18879
18880 \begin_layout Standard
18881 Table
18882 \begin_inset space ~
18883 \end_inset
18884
18885
18886 \begin_inset CommandInset ref
18887 LatexCommand ref
18888 reference "tab:Table-with-colored"
18889
18890 \end_inset
18891
18892  is an example with colored vertical and horizontal lines.
18893 \end_layout
18894
18895 \begin_layout Standard
18896 \begin_inset Float table
18897 placement h
18898 wide false
18899 sideways false
18900 status open
18901
18902 \begin_layout Plain Layout
18903 \begin_inset Caption Standard
18904
18905 \begin_layout Plain Layout
18906 \begin_inset CommandInset label
18907 LatexCommand label
18908 name "tab:Table-with-colored"
18909
18910 \end_inset
18911
18912 Table with colored lines
18913 \end_layout
18914
18915 \end_inset
18916
18917
18918 \end_layout
18919
18920 \begin_layout Plain Layout
18921 \align center
18922 \begin_inset Tabular
18923 <lyxtabular version="3" rows="3" columns="3">
18924 <features tabularvalignment="middle">
18925 <column alignment="center" valignment="top" special="Wc">
18926 <column alignment="center" valignment="top" special="Wc">
18927 <column alignment="center" valignment="top" special="WcW">
18928 <row>
18929 <cell alignment="center" valignment="top" topline="true" usebox="none">
18930 \begin_inset Text
18931
18932 \begin_layout Plain Layout
18933 sd
18934 \end_layout
18935
18936 \end_inset
18937 </cell>
18938 <cell alignment="center" valignment="top" topline="true" usebox="none">
18939 \begin_inset Text
18940
18941 \begin_layout Plain Layout
18942
18943 \end_layout
18944
18945 \end_inset
18946 </cell>
18947 <cell alignment="center" valignment="top" topline="true" usebox="none">
18948 \begin_inset Text
18949
18950 \begin_layout Plain Layout
18951
18952 \end_layout
18953
18954 \end_inset
18955 </cell>
18956 </row>
18957 <row>
18958 <cell alignment="center" valignment="top" topline="true" usebox="none">
18959 \begin_inset Text
18960
18961 \begin_layout Plain Layout
18962
18963 \end_layout
18964
18965 \end_inset
18966 </cell>
18967 <cell alignment="center" valignment="top" topline="true" usebox="none">
18968 \begin_inset Text
18969
18970 \begin_layout Plain Layout
18971 sd
18972 \end_layout
18973
18974 \end_inset
18975 </cell>
18976 <cell alignment="center" valignment="top" topline="true" usebox="none">
18977 \begin_inset Text
18978
18979 \begin_layout Plain Layout
18980
18981 \end_layout
18982
18983 \end_inset
18984 </cell>
18985 </row>
18986 <row topspace="default">
18987 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18988 \begin_inset Text
18989
18990 \begin_layout Plain Layout
18991
18992 \end_layout
18993
18994 \end_inset
18995 </cell>
18996 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18997 \begin_inset Text
18998
18999 \begin_layout Plain Layout
19000
19001 \end_layout
19002
19003 \end_inset
19004 </cell>
19005 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19006 \begin_inset Text
19007
19008 \begin_layout Plain Layout
19009 sd
19010 \end_layout
19011
19012 \end_inset
19013 </cell>
19014 </row>
19015 </lyxtabular>
19016
19017 \end_inset
19018
19019
19020 \end_layout
19021
19022 \end_inset
19023
19024
19025 \end_layout
19026
19027 \begin_layout Standard
19028 \begin_inset ERT
19029 status collapsed
19030
19031 \begin_layout Plain Layout
19032
19033
19034 \backslash
19035 renewcommand{
19036 \backslash
19037 hline}{
19038 \backslash
19039 myHlineC}
19040 \end_layout
19041
19042 \end_inset
19043
19044
19045 \end_layout
19046
19047 \begin_layout Standard
19048 \begin_inset ERT
19049 status collapsed
19050
19051 \begin_layout Plain Layout
19052
19053
19054 \backslash
19055 setlength{
19056 \backslash
19057 arrayrulewidth}{1.2pt}
19058 \end_layout
19059
19060 \end_inset
19061
19062
19063 \end_layout
19064
19065 \begin_layout Standard
19066 To color only some of the table lines another strategy is necessary.
19067  To color all following horizontal lines, insert this command as \SpecialChar TeX
19068  code as
19069  last thing in the row that should be above the first colored line:
19070 \end_layout
19071
19072 \begin_layout Standard
19073
19074 \series bold
19075
19076 \backslash
19077
19078 \backslash
19079
19080 \backslash
19081 arrayrulecolor{blue}%
19082 \end_layout
19083
19084 \begin_layout Standard
19085 To go back to black lines, add this command as first thing in the row that
19086  is above the black lines:
19087 \end_layout
19088
19089 \begin_layout Standard
19090
19091 \series bold
19092
19093 \backslash
19094 arrayrulecolor{black}
19095 \end_layout
19096
19097 \begin_layout Standard
19098 With this one can color table lines like in Table
19099 \begin_inset space ~
19100 \end_inset
19101
19102
19103 \begin_inset CommandInset ref
19104 LatexCommand ref
19105 reference "tab:Table-with-different-hor"
19106
19107 \end_inset
19108
19109 .
19110  However, with this method it is not possible to color the line above the
19111  first row of a table.
19112 \end_layout
19113
19114 \begin_layout Standard
19115 \begin_inset Float table
19116 wide false
19117 sideways false
19118 status open
19119
19120 \begin_layout Plain Layout
19121 \begin_inset Caption Standard
19122
19123 \begin_layout Plain Layout
19124 \begin_inset CommandInset label
19125 LatexCommand label
19126 name "tab:Table-with-different-hor"
19127
19128 \end_inset
19129
19130 Table with different horizontal line colors.
19131 \end_layout
19132
19133 \end_inset
19134
19135
19136 \end_layout
19137
19138 \begin_layout Plain Layout
19139 \align center
19140 \begin_inset Tabular
19141 <lyxtabular version="3" rows="6" columns="7">
19142 <features tabularvalignment="middle">
19143 <column alignment="center" valignment="top">
19144 <column alignment="center" valignment="top">
19145 <column alignment="center" valignment="top">
19146 <column alignment="center" valignment="top">
19147 <column alignment="center" valignment="top">
19148 <column alignment="center" valignment="top">
19149 <column alignment="center" valignment="top">
19150 <row>
19151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19152 \begin_inset Text
19153
19154 \begin_layout Plain Layout
19155
19156 \end_layout
19157
19158 \end_inset
19159 </cell>
19160 <cell alignment="center" valignment="top" topline="true" usebox="none">
19161 \begin_inset Text
19162
19163 \begin_layout Plain Layout
19164
19165 \end_layout
19166
19167 \end_inset
19168 </cell>
19169 <cell alignment="center" valignment="top" topline="true" usebox="none">
19170 \begin_inset Text
19171
19172 \begin_layout Plain Layout
19173
19174 \end_layout
19175
19176 \end_inset
19177 </cell>
19178 <cell alignment="center" valignment="top" topline="true" usebox="none">
19179 \begin_inset Text
19180
19181 \begin_layout Plain Layout
19182
19183 \end_layout
19184
19185 \end_inset
19186 </cell>
19187 <cell alignment="center" valignment="top" topline="true" usebox="none">
19188 \begin_inset Text
19189
19190 \begin_layout Plain Layout
19191
19192 \end_layout
19193
19194 \end_inset
19195 </cell>
19196 <cell alignment="center" valignment="top" topline="true" usebox="none">
19197 \begin_inset Text
19198
19199 \begin_layout Plain Layout
19200
19201 \end_layout
19202
19203 \end_inset
19204 </cell>
19205 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
19206 \begin_inset Text
19207
19208 \begin_layout Plain Layout
19209 \begin_inset ERT
19210 status open
19211
19212 \begin_layout Plain Layout
19213
19214
19215 \backslash
19216
19217 \backslash
19218
19219 \backslash
19220 arrayrulecolor{blue}%
19221 \end_layout
19222
19223 \end_inset
19224
19225
19226 \end_layout
19227
19228 \end_inset
19229 </cell>
19230 </row>
19231 <row>
19232 <cell alignment="center" valignment="top" usebox="none">
19233 \begin_inset Text
19234
19235 \begin_layout Plain Layout
19236 Y
19237 \end_layout
19238
19239 \end_inset
19240 </cell>
19241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19242 \begin_inset Text
19243
19244 \begin_layout Plain Layout
19245
19246 \end_layout
19247
19248 \end_inset
19249 </cell>
19250 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19251 \begin_inset Text
19252
19253 \begin_layout Plain Layout
19254
19255 \end_layout
19256
19257 \end_inset
19258 </cell>
19259 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19260 \begin_inset Text
19261
19262 \begin_layout Plain Layout
19263
19264 \end_layout
19265
19266 \end_inset
19267 </cell>
19268 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19269 \begin_inset Text
19270
19271 \begin_layout Plain Layout
19272
19273 \end_layout
19274
19275 \end_inset
19276 </cell>
19277 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
19278 \begin_inset Text
19279
19280 \begin_layout Plain Layout
19281
19282 \end_layout
19283
19284 \end_inset
19285 </cell>
19286 <cell alignment="center" valignment="top" usebox="none">
19287 \begin_inset Text
19288
19289 \begin_layout Plain Layout
19290 Y
19291 \end_layout
19292
19293 \end_inset
19294 </cell>
19295 </row>
19296 <row>
19297 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19298 \begin_inset Text
19299
19300 \begin_layout Plain Layout
19301 \begin_inset ERT
19302 status open
19303
19304 \begin_layout Plain Layout
19305
19306
19307 \backslash
19308 arrayrulecolor{black}
19309 \end_layout
19310
19311 \end_inset
19312
19313
19314 \end_layout
19315
19316 \end_inset
19317 </cell>
19318 <cell alignment="center" valignment="top" usebox="none">
19319 \begin_inset Text
19320
19321 \begin_layout Plain Layout
19322
19323 \end_layout
19324
19325 \end_inset
19326 </cell>
19327 <cell alignment="center" valignment="top" usebox="none">
19328 \begin_inset Text
19329
19330 \begin_layout Plain Layout
19331
19332 \end_layout
19333
19334 \end_inset
19335 </cell>
19336 <cell alignment="center" valignment="top" usebox="none">
19337 \begin_inset Text
19338
19339 \begin_layout Plain Layout
19340
19341 \end_layout
19342
19343 \end_inset
19344 </cell>
19345 <cell alignment="center" valignment="top" usebox="none">
19346 \begin_inset Text
19347
19348 \begin_layout Plain Layout
19349
19350 \end_layout
19351
19352 \end_inset
19353 </cell>
19354 <cell alignment="center" valignment="top" usebox="none">
19355 \begin_inset Text
19356
19357 \begin_layout Plain Layout
19358
19359 \end_layout
19360
19361 \end_inset
19362 </cell>
19363 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19364 \begin_inset Text
19365
19366 \begin_layout Plain Layout
19367
19368 \end_layout
19369
19370 \end_inset
19371 </cell>
19372 </row>
19373 <row>
19374 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19375 \begin_inset Text
19376
19377 \begin_layout Plain Layout
19378
19379 \end_layout
19380
19381 \end_inset
19382 </cell>
19383 <cell alignment="center" valignment="top" usebox="none">
19384 \begin_inset Text
19385
19386 \begin_layout Plain Layout
19387
19388 \end_layout
19389
19390 \end_inset
19391 </cell>
19392 <cell alignment="center" valignment="top" usebox="none">
19393 \begin_inset Text
19394
19395 \begin_layout Plain Layout
19396
19397 \end_layout
19398
19399 \end_inset
19400 </cell>
19401 <cell alignment="center" valignment="top" usebox="none">
19402 \begin_inset Text
19403
19404 \begin_layout Plain Layout
19405
19406 \end_layout
19407
19408 \end_inset
19409 </cell>
19410 <cell alignment="center" valignment="top" usebox="none">
19411 \begin_inset Text
19412
19413 \begin_layout Plain Layout
19414
19415 \end_layout
19416
19417 \end_inset
19418 </cell>
19419 <cell alignment="center" valignment="top" usebox="none">
19420 \begin_inset Text
19421
19422 \begin_layout Plain Layout
19423
19424 \end_layout
19425
19426 \end_inset
19427 </cell>
19428 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19429 \begin_inset Text
19430
19431 \begin_layout Plain Layout
19432 \begin_inset ERT
19433 status collapsed
19434
19435 \begin_layout Plain Layout
19436
19437
19438 \backslash
19439
19440 \backslash
19441
19442 \backslash
19443 arrayrulecolor{green}%
19444 \end_layout
19445
19446 \end_inset
19447
19448
19449 \end_layout
19450
19451 \end_inset
19452 </cell>
19453 </row>
19454 <row>
19455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19456 \begin_inset Text
19457
19458 \begin_layout Plain Layout
19459
19460 \end_layout
19461
19462 \end_inset
19463 </cell>
19464 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19465 \begin_inset Text
19466
19467 \begin_layout Plain Layout
19468
19469 \end_layout
19470
19471 \end_inset
19472 </cell>
19473 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19474 \begin_inset Text
19475
19476 \begin_layout Plain Layout
19477
19478 \end_layout
19479
19480 \end_inset
19481 </cell>
19482 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19483 \begin_inset Text
19484
19485 \begin_layout Plain Layout
19486
19487 \end_layout
19488
19489 \end_inset
19490 </cell>
19491 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19492 \begin_inset Text
19493
19494 \begin_layout Plain Layout
19495
19496 \end_layout
19497
19498 \end_inset
19499 </cell>
19500 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19501 \begin_inset Text
19502
19503 \begin_layout Plain Layout
19504
19505 \end_layout
19506
19507 \end_inset
19508 </cell>
19509 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
19510 \begin_inset Text
19511
19512 \begin_layout Plain Layout
19513
19514 \end_layout
19515
19516 \end_inset
19517 </cell>
19518 </row>
19519 <row>
19520 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19521 \begin_inset Text
19522
19523 \begin_layout Plain Layout
19524 \begin_inset ERT
19525 status collapsed
19526
19527 \begin_layout Plain Layout
19528
19529
19530 \backslash
19531 arrayrulecolor{black}
19532 \end_layout
19533
19534 \end_inset
19535
19536 B
19537 \end_layout
19538
19539 \end_inset
19540 </cell>
19541 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19542 \begin_inset Text
19543
19544 \begin_layout Plain Layout
19545
19546 \end_layout
19547
19548 \end_inset
19549 </cell>
19550 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19551 \begin_inset Text
19552
19553 \begin_layout Plain Layout
19554
19555 \end_layout
19556
19557 \end_inset
19558 </cell>
19559 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19560 \begin_inset Text
19561
19562 \begin_layout Plain Layout
19563
19564 \end_layout
19565
19566 \end_inset
19567 </cell>
19568 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19569 \begin_inset Text
19570
19571 \begin_layout Plain Layout
19572
19573 \end_layout
19574
19575 \end_inset
19576 </cell>
19577 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19578 \begin_inset Text
19579
19580 \begin_layout Plain Layout
19581
19582 \end_layout
19583
19584 \end_inset
19585 </cell>
19586 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
19587 \begin_inset Text
19588
19589 \begin_layout Plain Layout
19590 \begin_inset ERT
19591 status collapsed
19592
19593 \begin_layout Plain Layout
19594
19595
19596 \backslash
19597
19598 \backslash
19599
19600 \backslash
19601 arrayrulecolor{blue}%
19602 \end_layout
19603
19604 \end_inset
19605
19606
19607 \end_layout
19608
19609 \end_inset
19610 </cell>
19611 </row>
19612 </lyxtabular>
19613
19614 \end_inset
19615
19616
19617 \end_layout
19618
19619 \end_inset
19620
19621
19622 \end_layout
19623
19624 \begin_layout Standard
19625 To change the color of vertical lines within a row, like in Table
19626 \begin_inset space ~
19627 \end_inset
19628
19629
19630 \begin_inset CommandInset ref
19631 LatexCommand ref
19632 reference "tab:Table-with-different-ver"
19633
19634 \end_inset
19635
19636 , one needs to use multicolumns.
19637  At first one needs to remove all vertical lines that don't run along the
19638  whole column.
19639  Now one colors all lines using the command
19640 \end_layout
19641
19642 \begin_layout Standard
19643
19644 \series bold
19645
19646 \backslash
19647
19648 \backslash
19649
19650 \backslash
19651 arrayrulecolor{blue}%
19652 \end_layout
19653
19654 \begin_layout Standard
19655 as above.
19656  Finally one inserts this command as \SpecialChar TeX
19657  code to every cell in the row where
19658  one needs a vertical line in a different color:
19659 \end_layout
19660
19661 \begin_layout Standard
19662
19663 \series bold
19664
19665 \backslash
19666 multicolumn{1}{!{
19667 \backslash
19668 color{green}
19669 \backslash
19670 vline}c!{
19671 \backslash
19672 color{red}
19673 \backslash
19674 vline}}{
19675 \end_layout
19676
19677 \begin_layout Standard
19678 This adds a vertical line to both sides of the cell.
19679  The left one will be green, the right one red.
19680  If no color change is necessary one can omit the 
19681 \series bold
19682
19683 \backslash
19684 color
19685 \series default
19686  command in the above command.
19687  To get for example a black left line and a blue right line you can write:
19688 \end_layout
19689
19690 \begin_layout Standard
19691
19692 \series bold
19693
19694 \backslash
19695 multicolumn{1}{!{
19696 \backslash
19697 color{black}
19698 \backslash
19699 vline}c|}{
19700 \end_layout
19701
19702 \begin_layout Standard
19703 because the color blue was already set for all lines.
19704  The 
19705 \series bold
19706 |
19707 \series default
19708  creates hereby the vertical line while 
19709 \series bold
19710
19711 \backslash
19712 vline
19713 \series default
19714  does this when 
19715 \series bold
19716
19717 \backslash
19718 color
19719 \series default
19720  is used.
19721  To set vertical lines without changing any color use
19722 \end_layout
19723
19724 \begin_layout Standard
19725
19726 \series bold
19727
19728 \backslash
19729 multicolumn{1}{|c|}{
19730 \end_layout
19731
19732 \begin_layout Standard
19733 After this command insert the cell content the normal way and end the cell
19734  with a closing brace 
19735 \series bold
19736 }
19737 \series default
19738  in \SpecialChar TeX
19739  code.
19740 \end_layout
19741
19742 \begin_layout Standard
19743 \begin_inset Float table
19744 wide false
19745 sideways false
19746 status open
19747
19748 \begin_layout Plain Layout
19749 \begin_inset Caption Standard
19750
19751 \begin_layout Plain Layout
19752 \begin_inset CommandInset label
19753 LatexCommand label
19754 name "tab:Table-with-different-ver"
19755
19756 \end_inset
19757
19758 Table with different vertical line colors in one row.
19759 \end_layout
19760
19761 \end_inset
19762
19763
19764 \end_layout
19765
19766 \begin_layout Plain Layout
19767 \align center
19768 \begin_inset Tabular
19769 <lyxtabular version="3" rows="5" columns="7">
19770 <features tabularvalignment="middle">
19771 <column alignment="center" valignment="top">
19772 <column alignment="center" valignment="top">
19773 <column alignment="center" valignment="top">
19774 <column alignment="center" valignment="top">
19775 <column alignment="center" valignment="top">
19776 <column alignment="center" valignment="top">
19777 <column alignment="center" valignment="top">
19778 <row>
19779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19780 \begin_inset Text
19781
19782 \begin_layout Plain Layout
19783
19784 \end_layout
19785
19786 \end_inset
19787 </cell>
19788 <cell alignment="center" valignment="top" topline="true" usebox="none">
19789 \begin_inset Text
19790
19791 \begin_layout Plain Layout
19792
19793 \end_layout
19794
19795 \end_inset
19796 </cell>
19797 <cell alignment="center" valignment="top" topline="true" usebox="none">
19798 \begin_inset Text
19799
19800 \begin_layout Plain Layout
19801
19802 \end_layout
19803
19804 \end_inset
19805 </cell>
19806 <cell alignment="center" valignment="top" topline="true" usebox="none">
19807 \begin_inset Text
19808
19809 \begin_layout Plain Layout
19810
19811 \end_layout
19812
19813 \end_inset
19814 </cell>
19815 <cell alignment="center" valignment="top" topline="true" usebox="none">
19816 \begin_inset Text
19817
19818 \begin_layout Plain Layout
19819
19820 \end_layout
19821
19822 \end_inset
19823 </cell>
19824 <cell alignment="center" valignment="top" topline="true" usebox="none">
19825 \begin_inset Text
19826
19827 \begin_layout Plain Layout
19828
19829 \end_layout
19830
19831 \end_inset
19832 </cell>
19833 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
19834 \begin_inset Text
19835
19836 \begin_layout Plain Layout
19837 \begin_inset ERT
19838 status open
19839
19840 \begin_layout Plain Layout
19841
19842
19843 \backslash
19844
19845 \backslash
19846
19847 \backslash
19848 arrayrulecolor{red}%
19849 \end_layout
19850
19851 \end_inset
19852
19853
19854 \end_layout
19855
19856 \end_inset
19857 </cell>
19858 </row>
19859 <row>
19860 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19861 \begin_inset Text
19862
19863 \begin_layout Plain Layout
19864 \begin_inset ERT
19865 status open
19866
19867 \begin_layout Plain Layout
19868
19869
19870 \backslash
19871 multicolumn{1}{!{
19872 \backslash
19873 color{black}
19874 \backslash
19875 vline}c|}{
19876 \end_layout
19877
19878 \end_inset
19879
19880 Y
19881 \begin_inset ERT
19882 status collapsed
19883
19884 \begin_layout Plain Layout
19885
19886 }
19887 \end_layout
19888
19889 \end_inset
19890
19891
19892 \end_layout
19893
19894 \end_inset
19895 </cell>
19896 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19897 \begin_inset Text
19898
19899 \begin_layout Plain Layout
19900
19901 \end_layout
19902
19903 \end_inset
19904 </cell>
19905 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19906 \begin_inset Text
19907
19908 \begin_layout Plain Layout
19909
19910 \end_layout
19911
19912 \end_inset
19913 </cell>
19914 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19915 \begin_inset Text
19916
19917 \begin_layout Plain Layout
19918
19919 \end_layout
19920
19921 \end_inset
19922 </cell>
19923 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19924 \begin_inset Text
19925
19926 \begin_layout Plain Layout
19927
19928 \end_layout
19929
19930 \end_inset
19931 </cell>
19932 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19933 \begin_inset Text
19934
19935 \begin_layout Plain Layout
19936 \begin_inset ERT
19937 status open
19938
19939 \begin_layout Plain Layout
19940
19941
19942 \backslash
19943 multicolumn{1}{c|}{
19944 \end_layout
19945
19946 \end_inset
19947
19948
19949 \begin_inset ERT
19950 status collapsed
19951
19952 \begin_layout Plain Layout
19953
19954 }
19955 \end_layout
19956
19957 \end_inset
19958
19959
19960 \end_layout
19961
19962 \end_inset
19963 </cell>
19964 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19965 \begin_inset Text
19966
19967 \begin_layout Plain Layout
19968 \begin_inset ERT
19969 status open
19970
19971 \begin_layout Plain Layout
19972
19973
19974 \backslash
19975 multicolumn{1}{c!{
19976 \backslash
19977 color{black}
19978 \backslash
19979 vline}}{
19980 \end_layout
19981
19982 \end_inset
19983
19984 Y
19985 \begin_inset ERT
19986 status collapsed
19987
19988 \begin_layout Plain Layout
19989
19990 }
19991 \end_layout
19992
19993 \end_inset
19994
19995
19996 \end_layout
19997
19998 \end_inset
19999 </cell>
20000 </row>
20001 <row>
20002 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20003 \begin_inset Text
20004
20005 \begin_layout Plain Layout
20006 \begin_inset ERT
20007 status collapsed
20008
20009 \begin_layout Plain Layout
20010
20011
20012 \backslash
20013 arrayrulecolor{black}
20014 \end_layout
20015
20016 \end_inset
20017
20018
20019 \end_layout
20020
20021 \end_inset
20022 </cell>
20023 <cell alignment="center" valignment="top" usebox="none">
20024 \begin_inset Text
20025
20026 \begin_layout Plain Layout
20027
20028 \end_layout
20029
20030 \end_inset
20031 </cell>
20032 <cell alignment="center" valignment="top" usebox="none">
20033 \begin_inset Text
20034
20035 \begin_layout Plain Layout
20036
20037 \end_layout
20038
20039 \end_inset
20040 </cell>
20041 <cell alignment="center" valignment="top" usebox="none">
20042 \begin_inset Text
20043
20044 \begin_layout Plain Layout
20045
20046 \end_layout
20047
20048 \end_inset
20049 </cell>
20050 <cell alignment="center" valignment="top" usebox="none">
20051 \begin_inset Text
20052
20053 \begin_layout Plain Layout
20054
20055 \end_layout
20056
20057 \end_inset
20058 </cell>
20059 <cell alignment="center" valignment="top" usebox="none">
20060 \begin_inset Text
20061
20062 \begin_layout Plain Layout
20063
20064 \end_layout
20065
20066 \end_inset
20067 </cell>
20068 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20069 \begin_inset Text
20070
20071 \begin_layout Plain Layout
20072 \begin_inset ERT
20073 status collapsed
20074
20075 \begin_layout Plain Layout
20076
20077
20078 \backslash
20079
20080 \backslash
20081
20082 \backslash
20083 arrayrulecolor{magenta}%
20084 \end_layout
20085
20086 \end_inset
20087
20088
20089 \end_layout
20090
20091 \end_inset
20092 </cell>
20093 </row>
20094 <row>
20095 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20096 \begin_inset Text
20097
20098 \begin_layout Plain Layout
20099 \begin_inset ERT
20100 status collapsed
20101
20102 \begin_layout Plain Layout
20103
20104
20105 \backslash
20106 multicolumn{1}{|c!{
20107 \backslash
20108 color{red}
20109 \backslash
20110 vline}}{
20111 \end_layout
20112
20113 \end_inset
20114
20115
20116 \begin_inset ERT
20117 status collapsed
20118
20119 \begin_layout Plain Layout
20120
20121 }
20122 \end_layout
20123
20124 \end_inset
20125
20126
20127 \end_layout
20128
20129 \end_inset
20130 </cell>
20131 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20132 \begin_inset Text
20133
20134 \begin_layout Plain Layout
20135 \begin_inset ERT
20136 status collapsed
20137
20138 \begin_layout Plain Layout
20139
20140
20141 \backslash
20142 multicolumn{1}{c!{
20143 \backslash
20144 color{green}
20145 \backslash
20146 vline}}{
20147 \end_layout
20148
20149 \end_inset
20150
20151
20152 \begin_inset ERT
20153 status collapsed
20154
20155 \begin_layout Plain Layout
20156
20157 }
20158 \end_layout
20159
20160 \end_inset
20161
20162
20163 \end_layout
20164
20165 \end_inset
20166 </cell>
20167 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20168 \begin_inset Text
20169
20170 \begin_layout Plain Layout
20171 \begin_inset ERT
20172 status collapsed
20173
20174 \begin_layout Plain Layout
20175
20176
20177 \backslash
20178 multicolumn{1}{c!{
20179 \backslash
20180 color{yellow}
20181 \backslash
20182 vline}}{
20183 \end_layout
20184
20185 \end_inset
20186
20187
20188 \begin_inset ERT
20189 status collapsed
20190
20191 \begin_layout Plain Layout
20192
20193 }
20194 \end_layout
20195
20196 \end_inset
20197
20198
20199 \end_layout
20200
20201 \end_inset
20202 </cell>
20203 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20204 \begin_inset Text
20205
20206 \begin_layout Plain Layout
20207 \begin_inset ERT
20208 status collapsed
20209
20210 \begin_layout Plain Layout
20211
20212
20213 \backslash
20214 multicolumn{1}{c!{
20215 \backslash
20216 color{blue}
20217 \backslash
20218 vline}}{
20219 \end_layout
20220
20221 \end_inset
20222
20223
20224 \begin_inset ERT
20225 status collapsed
20226
20227 \begin_layout Plain Layout
20228
20229 }
20230 \end_layout
20231
20232 \end_inset
20233
20234
20235 \end_layout
20236
20237 \end_inset
20238 </cell>
20239 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20240 \begin_inset Text
20241
20242 \begin_layout Plain Layout
20243 \begin_inset ERT
20244 status collapsed
20245
20246 \begin_layout Plain Layout
20247
20248
20249 \backslash
20250 multicolumn{1}{c!{
20251 \backslash
20252 color{cyan}
20253 \backslash
20254 vline}}{
20255 \end_layout
20256
20257 \end_inset
20258
20259
20260 \begin_inset ERT
20261 status collapsed
20262
20263 \begin_layout Plain Layout
20264
20265 }
20266 \end_layout
20267
20268 \end_inset
20269
20270
20271 \end_layout
20272
20273 \end_inset
20274 </cell>
20275 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20276 \begin_inset Text
20277
20278 \begin_layout Plain Layout
20279 \begin_inset ERT
20280 status collapsed
20281
20282 \begin_layout Plain Layout
20283
20284
20285 \backslash
20286 multicolumn{1}{c!{
20287 \backslash
20288 color{black}
20289 \backslash
20290 vline}}{
20291 \end_layout
20292
20293 \end_inset
20294
20295
20296 \begin_inset ERT
20297 status collapsed
20298
20299 \begin_layout Plain Layout
20300
20301 }
20302 \end_layout
20303
20304 \end_inset
20305
20306
20307 \end_layout
20308
20309 \end_inset
20310 </cell>
20311 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20312 \begin_inset Text
20313
20314 \begin_layout Plain Layout
20315 \begin_inset ERT
20316 status collapsed
20317
20318 \begin_layout Plain Layout
20319
20320
20321 \backslash
20322 multicolumn{1}{c|}{
20323 \end_layout
20324
20325 \end_inset
20326
20327
20328 \begin_inset ERT
20329 status collapsed
20330
20331 \begin_layout Plain Layout
20332
20333 }
20334 \end_layout
20335
20336 \end_inset
20337
20338
20339 \end_layout
20340
20341 \end_inset
20342 </cell>
20343 </row>
20344 <row>
20345 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20346 \begin_inset Text
20347
20348 \begin_layout Plain Layout
20349 \begin_inset ERT
20350 status collapsed
20351
20352 \begin_layout Plain Layout
20353
20354
20355 \backslash
20356 arrayrulecolor{black}
20357 \end_layout
20358
20359 \end_inset
20360
20361 B
20362 \end_layout
20363
20364 \end_inset
20365 </cell>
20366 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20367 \begin_inset Text
20368
20369 \begin_layout Plain Layout
20370
20371 \end_layout
20372
20373 \end_inset
20374 </cell>
20375 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20376 \begin_inset Text
20377
20378 \begin_layout Plain Layout
20379
20380 \end_layout
20381
20382 \end_inset
20383 </cell>
20384 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20385 \begin_inset Text
20386
20387 \begin_layout Plain Layout
20388
20389 \end_layout
20390
20391 \end_inset
20392 </cell>
20393 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20394 \begin_inset Text
20395
20396 \begin_layout Plain Layout
20397
20398 \end_layout
20399
20400 \end_inset
20401 </cell>
20402 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20403 \begin_inset Text
20404
20405 \begin_layout Plain Layout
20406
20407 \end_layout
20408
20409 \end_inset
20410 </cell>
20411 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20412 \begin_inset Text
20413
20414 \begin_layout Plain Layout
20415
20416 \end_layout
20417
20418 \end_inset
20419 </cell>
20420 </row>
20421 </lyxtabular>
20422
20423 \end_inset
20424
20425
20426 \end_layout
20427
20428 \end_inset
20429
20430
20431 \end_layout
20432
20433 \begin_layout Standard
20434 \begin_inset ERT
20435 status collapsed
20436
20437 \begin_layout Plain Layout
20438
20439
20440 \backslash
20441 setlength{
20442 \backslash
20443 arrayrulewidth}{0.4pt}
20444 \end_layout
20445
20446 \end_inset
20447
20448
20449 \end_layout
20450
20451 \begin_layout Section
20452 Rotated Table Cells
20453 \begin_inset CommandInset label
20454 LatexCommand label
20455 name "sec:Rotated-Table-Cells"
20456
20457 \end_inset
20458
20459
20460 \begin_inset Index idx
20461 status collapsed
20462
20463 \begin_layout Plain Layout
20464 Table ! Rotated Cells
20465 \end_layout
20466
20467 \end_inset
20468
20469
20470 \begin_inset Index idx
20471 status collapsed
20472
20473 \begin_layout Plain Layout
20474 Rotated Material
20475 \end_layout
20476
20477 \end_inset
20478
20479
20480 \end_layout
20481
20482 \begin_layout Standard
20483 \begin_inset Note Greyedout
20484 status open
20485
20486 \begin_layout Plain Layout
20487
20488 \series bold
20489 Note:
20490 \series default
20491  Not all DVI-viewers are able to display rotations.
20492 \end_layout
20493
20494 \end_inset
20495
20496
20497 \end_layout
20498
20499 \begin_layout Standard
20500 Table
20501 \begin_inset space ~
20502 \end_inset
20503
20504
20505 \begin_inset CommandInset ref
20506 LatexCommand ref
20507 reference "tab:Table-with-rotated"
20508 plural "false"
20509 caps "false"
20510 noprefix "false"
20511
20512 \end_inset
20513
20514  is an example where 3
20515 \begin_inset space ~
20516 \end_inset
20517
20518 cells were rotated by 45
20519 \begin_inset space \thinspace{}
20520 \end_inset
20521
20522 °.
20523 \end_layout
20524
20525 \begin_layout Standard
20526 \begin_inset Float table
20527 placement h
20528 wide false
20529 sideways false
20530 status open
20531
20532 \begin_layout Plain Layout
20533 \begin_inset Caption Standard
20534
20535 \begin_layout Plain Layout
20536 \begin_inset CommandInset label
20537 LatexCommand label
20538 name "tab:Table-with-rotated"
20539
20540 \end_inset
20541
20542 Table with rotated cells in the first row.
20543 \end_layout
20544
20545 \end_inset
20546
20547
20548 \end_layout
20549
20550 \begin_layout Plain Layout
20551 \noindent
20552 \align center
20553 \begin_inset Tabular
20554 <lyxtabular version="3" rows="2" columns="3">
20555 <features tabularvalignment="middle">
20556 <column alignment="center" valignment="top" width="0pt">
20557 <column alignment="center" valignment="top" width="0pt">
20558 <column alignment="center" valignment="top" width="0pt">
20559 <row>
20560 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20561 \begin_inset Text
20562
20563 \begin_layout Plain Layout
20564 cups
20565 \end_layout
20566
20567 \end_inset
20568 </cell>
20569 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20570 \begin_inset Text
20571
20572 \begin_layout Plain Layout
20573 plates
20574 \end_layout
20575
20576 \end_inset
20577 </cell>
20578 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20579 \begin_inset Text
20580
20581 \begin_layout Plain Layout
20582 saucers
20583 \end_layout
20584
20585 \end_inset
20586 </cell>
20587 </row>
20588 <row>
20589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20590 \begin_inset Text
20591
20592 \begin_layout Plain Layout
20593 45
20594 \end_layout
20595
20596 \end_inset
20597 </cell>
20598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20599 \begin_inset Text
20600
20601 \begin_layout Plain Layout
20602 33
20603 \end_layout
20604
20605 \end_inset
20606 </cell>
20607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20608 \begin_inset Text
20609
20610 \begin_layout Plain Layout
20611 21
20612 \end_layout
20613
20614 \end_inset
20615 </cell>
20616 </row>
20617 </lyxtabular>
20618
20619 \end_inset
20620
20621
20622 \end_layout
20623
20624 \end_inset
20625
20626
20627 \end_layout
20628
20629 \begin_layout Standard
20630 \begin_inset Note Greyedout
20631 status open
20632
20633 \begin_layout Plain Layout
20634
20635 \series bold
20636 Note:
20637 \series default
20638  Line breaks (shortcut 
20639 \begin_inset Info
20640 type  "shortcut"
20641 arg   "newline-insert newline"
20642 \end_inset
20643
20644 ) are not allowed in rotated cells.
20645 \end_layout
20646
20647 \end_inset
20648
20649
20650 \end_layout
20651
20652 \begin_layout Standard
20653 If you want to rotate table cells containing line breaks, you have to put
20654  the cell content into a minipage or a parbox.
20655 \begin_inset Foot
20656 status collapsed
20657
20658 \begin_layout Plain Layout
20659 For more about these boxes see sec.
20660 \begin_inset space \thinspace{}
20661 \end_inset
20662
20663
20664 \begin_inset CommandInset ref
20665 LatexCommand ref
20666 reference "sec:Minipages"
20667
20668 \end_inset
20669
20670  and 
20671 \begin_inset CommandInset ref
20672 LatexCommand ref
20673 reference "sec:Parboxes"
20674
20675 \end_inset
20676
20677 .
20678 \end_layout
20679
20680 \end_inset
20681
20682  If you rotate this cell by 90
20683 \begin_inset space \thinspace{}
20684 \end_inset
20685
20686 ° the width of the box is the height of the cell.
20687  Table
20688 \begin_inset space ~
20689 \end_inset
20690
20691
20692 \begin_inset CommandInset ref
20693 LatexCommand ref
20694 reference "tab:Table-with-rotated-multi"
20695
20696 \end_inset
20697
20698  is an example for a rotated multiline cell where the box width was set
20699  to 3
20700 \begin_inset space \thinspace{}
20701 \end_inset
20702
20703 cm.
20704 \end_layout
20705
20706 \begin_layout Standard
20707 \begin_inset Float table
20708 wide false
20709 sideways false
20710 status open
20711
20712 \begin_layout Plain Layout
20713 \begin_inset Caption Standard
20714
20715 \begin_layout Plain Layout
20716 \begin_inset CommandInset label
20717 LatexCommand label
20718 name "tab:Table-with-rotated-multi"
20719
20720 \end_inset
20721
20722 Table with rotated multiline cell.
20723 \end_layout
20724
20725 \end_inset
20726
20727
20728 \end_layout
20729
20730 \begin_layout Plain Layout
20731 \noindent
20732 \align center
20733 \begin_inset Tabular
20734 <lyxtabular version="3" rows="2" columns="3">
20735 <features tabularvalignment="middle">
20736 <column alignment="center" valignment="top">
20737 <column alignment="center" valignment="top" width="0pt">
20738 <column alignment="center" valignment="top">
20739 <row>
20740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20741 \begin_inset Text
20742
20743 \begin_layout Plain Layout
20744 a
20745 \end_layout
20746
20747 \end_inset
20748 </cell>
20749 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
20750 \begin_inset Text
20751
20752 \begin_layout Plain Layout
20753 \begin_inset Box Frameless
20754 position "t"
20755 hor_pos "c"
20756 has_inner_box 1
20757 inner_pos "t"
20758 use_parbox 0
20759 use_makebox 0
20760 width "3cm"
20761 special "none"
20762 height "1in"
20763 height_special "totalheight"
20764 thickness "0.4pt"
20765 separation "3pt"
20766 shadowsize "4pt"
20767 framecolor "black"
20768 backgroundcolor "none"
20769 status open
20770
20771 \begin_layout Plain Layout
20772 rotated cell
20773 \begin_inset Newline newline
20774 \end_inset
20775
20776 with line break
20777 \end_layout
20778
20779 \end_inset
20780
20781
20782 \end_layout
20783
20784 \end_inset
20785 </cell>
20786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20787 \begin_inset Text
20788
20789 \begin_layout Plain Layout
20790 e
20791 \end_layout
20792
20793 \end_inset
20794 </cell>
20795 </row>
20796 <row>
20797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20798 \begin_inset Text
20799
20800 \begin_layout Plain Layout
20801 b
20802 \end_layout
20803
20804 \end_inset
20805 </cell>
20806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20807 \begin_inset Text
20808
20809 \begin_layout Plain Layout
20810 c
20811 \end_layout
20812
20813 \end_inset
20814 </cell>
20815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20816 \begin_inset Text
20817
20818 \begin_layout Plain Layout
20819 d
20820 \end_layout
20821
20822 \end_inset
20823 </cell>
20824 </row>
20825 </lyxtabular>
20826
20827 \end_inset
20828
20829
20830 \end_layout
20831
20832 \end_inset
20833
20834
20835 \end_layout
20836
20837 \begin_layout Section
20838 Table Width Calculation
20839 \begin_inset CommandInset label
20840 LatexCommand label
20841 name "sec:Table-Width-Calculation"
20842
20843 \end_inset
20844
20845
20846 \end_layout
20847
20848 \begin_layout Standard
20849 For wide tables it is sometimes difficult to assure that the table does
20850  not protrude over the page margin.
20851  Setting a fixed width for every column of the table is the solution, but
20852  what amount of space is needed for each column?
20853 \end_layout
20854
20855 \begin_layout Standard
20856 The table width 
20857 \begin_inset Formula $W_{\mathrm{table}}$
20858 \end_inset
20859
20860  can be calculated: Every column has the width of the specified column width
20861  
20862 \begin_inset Formula $W_{\mathrm{column}}$
20863 \end_inset
20864
20865  (that the content of the column can consume) plus two times the separation
20866  between the column content and the column border (\SpecialChar LaTeX
20867  length
20868 \series bold
20869  
20870 \backslash
20871 tabcolsep
20872 \series default
20873 , default 6
20874 \begin_inset space \thinspace{}
20875 \end_inset
20876
20877 pt) plus the width of a border line (\SpecialChar LaTeX
20878  length 
20879 \series bold
20880
20881 \backslash
20882 arrayrulewidth
20883 \series default
20884 , default 0.4
20885 \begin_inset space \thinspace{}
20886 \end_inset
20887
20888 pt): So if all 
20889 \begin_inset Formula $n$
20890 \end_inset
20891
20892
20893 \begin_inset space ~
20894 \end_inset
20895
20896 columns have the same width, the table width is
20897 \begin_inset Formula 
20898 \begin{equation}
20899 W_{\mathrm{table}}=n\left(W_{\mathrm{column}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
20900 \end{equation}
20901
20902 \end_inset
20903
20904
20905 \end_layout
20906
20907 \begin_layout Standard
20908 The available width for a table is the space between the page margins or
20909  the width of a text column (for a two-column document) (\SpecialChar LaTeX
20910  length 
20911 \series bold
20912
20913 \backslash
20914 columnwidth
20915 \series default
20916 ).
20917  If all table columns should have the same width and 
20918 \begin_inset Formula $W_{\mathrm{table}}$
20919 \end_inset
20920
20921  should be 1
20922 \begin_inset space \thinspace{}
20923 \end_inset
20924
20925
20926 \backslash
20927 columnwidth, 
20928 \begin_inset Formula $W_{\mathrm{column}}$
20929 \end_inset
20930
20931  can easily be calculated.
20932 \end_layout
20933
20934 \begin_layout Standard
20935 To be able to perform calculations you need to load the \SpecialChar LaTeX
20936 -package 
20937 \series bold
20938 calc
20939 \series default
20940
20941 \begin_inset Index idx
20942 status collapsed
20943
20944 \begin_layout Plain Layout
20945 \SpecialChar LaTeX
20946 -packages ! calc
20947 \end_layout
20948
20949 \end_inset
20950
20951  in the document preamble.
20952  To set the width in the table dialog you have to use the field 
20953 \family sans
20954 \SpecialChar LaTeX
20955  argument
20956 \family default
20957 .
20958  The command scheme for this field is the same that is explained in section
20959 \begin_inset space ~
20960 \end_inset
20961
20962
20963 \begin_inset CommandInset ref
20964 LatexCommand ref
20965 reference "subsec:Multicolumn-Calculations"
20966
20967 \end_inset
20968
20969 .
20970  For a table with 5
20971 \begin_inset space \thinspace{}
20972 \end_inset
20973
20974 columns with an uniform width and centered text, enter there for each column
20975  the command
20976 \end_layout
20977
20978 \begin_layout Standard
20979
20980 \series bold
20981 >{
20982 \backslash
20983 centering}p{(1
20984 \backslash
20985 columnwidth-62.4pt)/5}
20986 \end_layout
20987
20988 \begin_layout Standard
20989 For a table with 5
20990 \begin_inset space \thinspace{}
20991 \end_inset
20992
20993 columns where 2 should have 0.75
20994 \begin_inset space ~
20995 \end_inset
20996
20997 times the width than the 3 others, the calculation is
20998 \begin_inset Formula 
20999 \begin{align}
21000 \backslash\mbox{columnwidth} & =3\,W_{\mathrm{column}}+2\cdot0.75\,W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
21001  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
21002  & =4.5\,W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
21003 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
21004 \end{align}
21005
21006 \end_inset
21007
21008
21009 \end_layout
21010
21011 \begin_layout Standard
21012 In the table therefore the command
21013 \end_layout
21014
21015 \begin_layout Standard
21016
21017 \series bold
21018 >{
21019 \backslash
21020 centering}p{(1
21021 \backslash
21022 columnwidth-62.4pt)/
21023 \backslash
21024 real{4.5}}
21025 \end_layout
21026
21027 \begin_layout Standard
21028 is used for the wider columns and
21029 \end_layout
21030
21031 \begin_layout Standard
21032
21033 \series bold
21034 >{
21035 \backslash
21036 centering}p{(1
21037 \backslash
21038 columnwidth-62.4pt)/
21039 \backslash
21040 real{4.5}*
21041 \backslash
21042 real{0.75}}
21043 \end_layout
21044
21045 \begin_layout Standard
21046 for the smaller ones:
21047 \end_layout
21048
21049 \begin_layout Standard
21050 \begin_inset Tabular
21051 <lyxtabular version="3" rows="2" columns="5">
21052 <features tabularvalignment="middle">
21053 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21054 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
21055 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21056 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
21057 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21058 <row>
21059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21060 \begin_inset Text
21061
21062 \begin_layout Plain Layout
21063 1
21064 \end_layout
21065
21066 \end_inset
21067 </cell>
21068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21069 \begin_inset Text
21070
21071 \begin_layout Plain Layout
21072 2
21073 \end_layout
21074
21075 \end_inset
21076 </cell>
21077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21078 \begin_inset Text
21079
21080 \begin_layout Plain Layout
21081 3
21082 \end_layout
21083
21084 \end_inset
21085 </cell>
21086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21087 \begin_inset Text
21088
21089 \begin_layout Plain Layout
21090 4
21091 \end_layout
21092
21093 \end_inset
21094 </cell>
21095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21096 \begin_inset Text
21097
21098 \begin_layout Plain Layout
21099 5
21100 \end_layout
21101
21102 \end_inset
21103 </cell>
21104 </row>
21105 <row>
21106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21107 \begin_inset Text
21108
21109 \begin_layout Plain Layout
21110 111111 1111111 111111 111111111 11111 11111 1111
21111 \end_layout
21112
21113 \end_inset
21114 </cell>
21115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21116 \begin_inset Text
21117
21118 \begin_layout Plain Layout
21119
21120 \end_layout
21121
21122 \end_inset
21123 </cell>
21124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21125 \begin_inset Text
21126
21127 \begin_layout Plain Layout
21128 2222 22222 222222 222222222 2222222 22 22222
21129 \end_layout
21130
21131 \end_inset
21132 </cell>
21133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21134 \begin_inset Text
21135
21136 \begin_layout Plain Layout
21137
21138 \end_layout
21139
21140 \end_inset
21141 </cell>
21142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21143 \begin_inset Text
21144
21145 \begin_layout Plain Layout
21146 333333 333333 333333 33333 3333333 333
21147 \end_layout
21148
21149 \end_inset
21150 </cell>
21151 </row>
21152 </lyxtabular>
21153
21154 \end_inset
21155
21156
21157 \end_layout
21158
21159 \begin_layout Section
21160 Table Customization
21161 \begin_inset Index idx
21162 status collapsed
21163
21164 \begin_layout Plain Layout
21165 Table Customization
21166 \end_layout
21167
21168 \end_inset
21169
21170
21171 \begin_inset Index idx
21172 status collapsed
21173
21174 \begin_layout Plain Layout
21175 Table ! Customization
21176 \end_layout
21177
21178 \end_inset
21179
21180
21181 \end_layout
21182
21183 \begin_layout Subsection
21184 Row Spacing
21185 \begin_inset CommandInset label
21186 LatexCommand label
21187 name "subsec:Row-Spacing"
21188
21189 \end_inset
21190
21191
21192 \begin_inset Index idx
21193 status collapsed
21194
21195 \begin_layout Plain Layout
21196 Table Customization ! Row Spacing
21197 \end_layout
21198
21199 \end_inset
21200
21201
21202 \end_layout
21203
21204 \begin_layout Standard
21205 You can add vertical space to table rows in the 
21206 \family sans
21207 Borders
21208 \family default
21209  tab of the table dialog.
21210  You find there three possibilities:
21211 \end_layout
21212
21213 \begin_layout Description
21214 Top
21215 \begin_inset space ~
21216 \end_inset
21217
21218 of
21219 \begin_inset space ~
21220 \end_inset
21221
21222 row will add space above the characters of the table row.
21223  If the table is a formal table
21224 \begin_inset Foot
21225 status collapsed
21226
21227 \begin_layout Plain Layout
21228 Formal tables are explained in section
21229 \begin_inset space ~
21230 \end_inset
21231
21232
21233 \begin_inset CommandInset ref
21234 LatexCommand ref
21235 reference "sec:Formal-Tables"
21236
21237 \end_inset
21238
21239 .
21240 \end_layout
21241
21242 \end_inset
21243
21244  \SpecialChar LyX
21245  will insert as default 0.5
21246 \begin_inset space \thinspace{}
21247 \end_inset
21248
21249 em space.
21250  For normal tables the inserted space will unfortunately destroy the vertical
21251  table lines as in the following table:
21252 \begin_inset VSpace medskip
21253 \end_inset
21254
21255
21256 \begin_inset Newline newline
21257 \end_inset
21258
21259
21260 \begin_inset space \hspace*{}
21261 \length 0pt
21262 \end_inset
21263
21264
21265 \begin_inset space \hfill{}
21266 \end_inset
21267
21268
21269 \begin_inset Tabular
21270 <lyxtabular version="3" rows="3" columns="1">
21271 <features tabularvalignment="middle">
21272 <column alignment="center" valignment="top">
21273 <row>
21274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21275 \begin_inset Text
21276
21277 \begin_layout Plain Layout
21278 A
21279 \end_layout
21280
21281 \end_inset
21282 </cell>
21283 </row>
21284 <row topspace="3mm">
21285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21286 \begin_inset Text
21287
21288 \begin_layout Plain Layout
21289 3
21290 \begin_inset space \thinspace{}
21291 \end_inset
21292
21293 mm space top of row
21294 \end_layout
21295
21296 \end_inset
21297 </cell>
21298 </row>
21299 <row>
21300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21301 \begin_inset Text
21302
21303 \begin_layout Plain Layout
21304 C
21305 \end_layout
21306
21307 \end_inset
21308 </cell>
21309 </row>
21310 </lyxtabular>
21311
21312 \end_inset
21313
21314
21315 \begin_inset space \hfill{}
21316 \end_inset
21317
21318
21319 \begin_inset space \hspace*{}
21320 \length 0pt
21321 \end_inset
21322
21323
21324 \begin_inset VSpace medskip
21325 \end_inset
21326
21327
21328 \begin_inset Newline newline
21329 \end_inset
21330
21331 So inserting space in the top of row for normal tables is only useful when
21332  you don't have vertical lines.
21333 \end_layout
21334
21335 \begin_layout Description
21336 Bottom
21337 \begin_inset space ~
21338 \end_inset
21339
21340 of
21341 \begin_inset space ~
21342 \end_inset
21343
21344 row will add space below the characters of the table row.
21345  If the table is a formal table \SpecialChar LyX
21346  will insert as default 0.5
21347 \begin_inset space \thinspace{}
21348 \end_inset
21349
21350 em space, for normal tables the default size is 2
21351 \begin_inset space \thinspace{}
21352 \end_inset
21353
21354 pt.
21355 \end_layout
21356
21357 \begin_layout Description
21358 Between
21359 \begin_inset space ~
21360 \end_inset
21361
21362 rows adds space between the current and the following row.
21363  If the table is a formal table \SpecialChar LyX
21364  will insert as default 0.5
21365 \begin_inset space \thinspace{}
21366 \end_inset
21367
21368 em space.
21369  For normal tables the inserted space will unfortunately destroy the vertical
21370  table lines as in the following table:
21371 \begin_inset VSpace medskip
21372 \end_inset
21373
21374
21375 \begin_inset Newline newline
21376 \end_inset
21377
21378
21379 \begin_inset space \hspace*{}
21380 \length 0pt
21381 \end_inset
21382
21383
21384 \begin_inset space \hfill{}
21385 \end_inset
21386
21387
21388 \begin_inset Tabular
21389 <lyxtabular version="3" rows="3" columns="1">
21390 <features tabularvalignment="middle">
21391 <column alignment="center" valignment="top">
21392 <row>
21393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21394 \begin_inset Text
21395
21396 \begin_layout Plain Layout
21397 A
21398 \end_layout
21399
21400 \end_inset
21401 </cell>
21402 </row>
21403 <row interlinespace="3mm">
21404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21405 \begin_inset Text
21406
21407 \begin_layout Plain Layout
21408 \begin_inset Formula $\downarrow$
21409 \end_inset
21410
21411  3
21412 \begin_inset space \thinspace{}
21413 \end_inset
21414
21415 mm space between row 
21416 \begin_inset Formula $\downarrow$
21417 \end_inset
21418
21419
21420 \end_layout
21421
21422 \end_inset
21423 </cell>
21424 </row>
21425 <row>
21426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21427 \begin_inset Text
21428
21429 \begin_layout Plain Layout
21430 \begin_inset Formula $\uparrow$
21431 \end_inset
21432
21433  3
21434 \begin_inset space \thinspace{}
21435 \end_inset
21436
21437 mm space between row 
21438 \begin_inset Formula $\uparrow$
21439 \end_inset
21440
21441
21442 \end_layout
21443
21444 \end_inset
21445 </cell>
21446 </row>
21447 </lyxtabular>
21448
21449 \end_inset
21450
21451
21452 \begin_inset space \hfill{}
21453 \end_inset
21454
21455
21456 \begin_inset space \hspace*{}
21457 \length 0pt
21458 \end_inset
21459
21460
21461 \begin_inset VSpace medskip
21462 \end_inset
21463
21464
21465 \begin_inset Newline newline
21466 \end_inset
21467
21468 So inserting space between rows for normal tables is only useful when you
21469  don't have vertical lines.
21470 \end_layout
21471
21472 \begin_layout Standard
21473 \begin_inset VSpace bigskip
21474 \end_inset
21475
21476 When you want to add extra height to all cells of all tables, you can do
21477  this with the following preamble lines:
21478 \end_layout
21479
21480 \begin_layout Standard
21481
21482 \series bold
21483
21484 \backslash
21485 @ifundefined{extrarowheight}
21486 \begin_inset Newline newline
21487 \end_inset
21488
21489
21490 \begin_inset Phantom HPhantom
21491 status open
21492
21493 \begin_layout Plain Layout
21494
21495 \series bold
21496 \begin_inset space ~
21497 \end_inset
21498
21499
21500 \end_layout
21501
21502 \end_inset
21503
21504 {
21505 \backslash
21506 usepackage{array}}{}
21507 \begin_inset Newline newline
21508 \end_inset
21509
21510
21511 \backslash
21512 setlength{
21513 \backslash
21514 extrarowheight}{height}
21515 \series default
21516
21517 \begin_inset Note Note
21518 status collapsed
21519
21520 \begin_layout Plain Layout
21521 The package 
21522 \series bold
21523 array
21524 \series default
21525  will be loaded automatically by \SpecialChar LyX
21526  when you use self defined table formats.
21527  To avoid that it is loaded twice the command 
21528 \series bold
21529
21530 \backslash
21531 @ifundefined
21532 \series default
21533  is used in the above command.
21534 \end_layout
21535
21536 \end_inset
21537
21538
21539 \end_layout
21540
21541 \begin_layout Standard
21542 where the 
21543 \family sans
21544 height
21545 \family default
21546  can have one of the units listed in appendix
21547 \begin_inset space ~
21548 \end_inset
21549
21550
21551 \begin_inset CommandInset ref
21552 LatexCommand ref
21553 reference "cha:Units-available-in"
21554
21555 \end_inset
21556
21557 .
21558  But this has the disadvantage that the cell texts are no longer exactly
21559  vertically centered.
21560 \end_layout
21561
21562 \begin_layout Standard
21563 If you are using font sizes larger than the normal size, the table borders
21564  are often too close to the letters.
21565  This can be corrected by inserting the command 
21566 \series bold
21567
21568 \backslash
21569 strut
21570 \series default
21571  in \SpecialChar TeX
21572  Code at the beginning of a table row.
21573  Table
21574 \begin_inset space ~
21575 \end_inset
21576
21577
21578 \begin_inset CommandInset ref
21579 LatexCommand ref
21580 reference "tab:Vertical-alignment-of"
21581
21582 \end_inset
21583
21584  illustrates the effect.
21585 \end_layout
21586
21587 \begin_layout Standard
21588 \noindent
21589 \begin_inset Float table
21590 placement h
21591 wide false
21592 sideways false
21593 status open
21594
21595 \begin_layout Plain Layout
21596 \begin_inset Caption Standard
21597
21598 \begin_layout Plain Layout
21599 \begin_inset CommandInset label
21600 LatexCommand label
21601 name "tab:Vertical-alignment-of"
21602
21603 \end_inset
21604
21605 Vertical alignment of text with large font sizes.
21606 \end_layout
21607
21608 \end_inset
21609
21610
21611 \end_layout
21612
21613 \begin_layout Plain Layout
21614 \begin_inset space \hfill{}
21615 \end_inset
21616
21617
21618 \begin_inset Float table
21619 wide false
21620 sideways false
21621 status collapsed
21622
21623 \begin_layout Plain Layout
21624 \begin_inset Caption Standard
21625
21626 \begin_layout Plain Layout
21627 Normal table.
21628 \end_layout
21629
21630 \end_inset
21631
21632
21633 \end_layout
21634
21635 \begin_layout Plain Layout
21636 \noindent
21637 \align center
21638 \begin_inset Tabular
21639 <lyxtabular version="3" rows="6" columns="1">
21640 <features tabularvalignment="middle">
21641 <column alignment="left" valignment="top">
21642 <row>
21643 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21644 \begin_inset Text
21645
21646 \begin_layout Plain Layout
21647 Normal, g
21648 \end_layout
21649
21650 \end_inset
21651 </cell>
21652 </row>
21653 <row>
21654 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21655 \begin_inset Text
21656
21657 \begin_layout Plain Layout
21658
21659 \size large
21660 Large
21661 \end_layout
21662
21663 \end_inset
21664 </cell>
21665 </row>
21666 <row>
21667 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21668 \begin_inset Text
21669
21670 \begin_layout Plain Layout
21671
21672 \size larger
21673 Larger
21674 \end_layout
21675
21676 \end_inset
21677 </cell>
21678 </row>
21679 <row>
21680 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21681 \begin_inset Text
21682
21683 \begin_layout Plain Layout
21684
21685 \size largest
21686 Largest
21687 \end_layout
21688
21689 \end_inset
21690 </cell>
21691 </row>
21692 <row>
21693 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21694 \begin_inset Text
21695
21696 \begin_layout Plain Layout
21697
21698 \size huge
21699 Huge
21700 \end_layout
21701
21702 \end_inset
21703 </cell>
21704 </row>
21705 <row>
21706 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21707 \begin_inset Text
21708
21709 \begin_layout Plain Layout
21710
21711 \size huge
21712 Huger
21713 \end_layout
21714
21715 \end_inset
21716 </cell>
21717 </row>
21718 </lyxtabular>
21719
21720 \end_inset
21721
21722
21723 \end_layout
21724
21725 \end_inset
21726
21727
21728 \begin_inset space \hfill{}
21729 \end_inset
21730
21731
21732 \begin_inset Float table
21733 wide false
21734 sideways false
21735 status collapsed
21736
21737 \begin_layout Plain Layout
21738 \begin_inset Caption Standard
21739
21740 \begin_layout Plain Layout
21741 Table using the command 
21742 \series bold
21743
21744 \backslash
21745 strut
21746 \series default
21747 .
21748 \end_layout
21749
21750 \end_inset
21751
21752
21753 \end_layout
21754
21755 \begin_layout Plain Layout
21756 \noindent
21757 \align center
21758 \begin_inset Tabular
21759 <lyxtabular version="3" rows="6" columns="1">
21760 <features tabularvalignment="middle">
21761 <column alignment="left" valignment="top">
21762 <row>
21763 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21764 \begin_inset Text
21765
21766 \begin_layout Plain Layout
21767 Normal, g
21768 \end_layout
21769
21770 \end_inset
21771 </cell>
21772 </row>
21773 <row>
21774 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21775 \begin_inset Text
21776
21777 \begin_layout Plain Layout
21778
21779 \size large
21780 \begin_inset ERT
21781 status collapsed
21782
21783 \begin_layout Plain Layout
21784
21785
21786 \backslash
21787 strut 
21788 \end_layout
21789
21790 \end_inset
21791
21792 Large
21793 \end_layout
21794
21795 \end_inset
21796 </cell>
21797 </row>
21798 <row>
21799 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21800 \begin_inset Text
21801
21802 \begin_layout Plain Layout
21803
21804 \size larger
21805 \begin_inset ERT
21806 status collapsed
21807
21808 \begin_layout Plain Layout
21809
21810
21811 \backslash
21812 strut 
21813 \end_layout
21814
21815 \end_inset
21816
21817 Larger
21818 \end_layout
21819
21820 \end_inset
21821 </cell>
21822 </row>
21823 <row>
21824 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21825 \begin_inset Text
21826
21827 \begin_layout Plain Layout
21828
21829 \size largest
21830 \begin_inset ERT
21831 status collapsed
21832
21833 \begin_layout Plain Layout
21834
21835
21836 \backslash
21837 strut 
21838 \end_layout
21839
21840 \end_inset
21841
21842 Largest
21843 \end_layout
21844
21845 \end_inset
21846 </cell>
21847 </row>
21848 <row>
21849 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21850 \begin_inset Text
21851
21852 \begin_layout Plain Layout
21853
21854 \size huge
21855 \begin_inset ERT
21856 status collapsed
21857
21858 \begin_layout Plain Layout
21859
21860
21861 \backslash
21862 strut 
21863 \end_layout
21864
21865 \end_inset
21866
21867 Huge
21868 \end_layout
21869
21870 \end_inset
21871 </cell>
21872 </row>
21873 <row>
21874 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21875 \begin_inset Text
21876
21877 \begin_layout Plain Layout
21878
21879 \size giant
21880 \begin_inset ERT
21881 status collapsed
21882
21883 \begin_layout Plain Layout
21884
21885
21886 \backslash
21887 strut 
21888 \end_layout
21889
21890 \end_inset
21891
21892
21893 \size huge
21894 Huger
21895 \end_layout
21896
21897 \end_inset
21898 </cell>
21899 </row>
21900 </lyxtabular>
21901
21902 \end_inset
21903
21904
21905 \end_layout
21906
21907 \end_inset
21908
21909
21910 \begin_inset space \hfill{}
21911 \end_inset
21912
21913
21914 \end_layout
21915
21916 \end_inset
21917
21918
21919 \end_layout
21920
21921 \begin_layout Subsection
21922 Special Cell Alignment
21923 \begin_inset CommandInset label
21924 LatexCommand label
21925 name "subsec:Special-Cell-Alignment"
21926
21927 \end_inset
21928
21929
21930 \begin_inset Index idx
21931 status collapsed
21932
21933 \begin_layout Plain Layout
21934 Table Customization ! Special Cell Alignment
21935 \end_layout
21936
21937 \end_inset
21938
21939
21940 \end_layout
21941
21942 \begin_layout Standard
21943 Sometimes it looks better when the cell entries of a column are aligned
21944  with a special character, e.
21945 \begin_inset space \thinspace{}
21946 \end_inset
21947
21948 g.
21949 \begin_inset space \space{}
21950 \end_inset
21951
21952 with the decimal separator as in Table
21953 \begin_inset space ~
21954 \end_inset
21955
21956
21957 \begin_inset CommandInset ref
21958 LatexCommand ref
21959 reference "tab:Table-cells-align"
21960
21961 \end_inset
21962
21963 .
21964  This alignment is achieved by setting the cursor into the column and then
21965  either pressing the toolbar button 
21966 \begin_inset Info
21967 type  "icon"
21968 arg   "tabular-feature align-decimal"
21969 \end_inset
21970
21971  or setting the alignment in the table settings to 
21972 \family sans
21973 At
21974 \begin_inset space ~
21975 \end_inset
21976
21977 Decimal
21978 \begin_inset space ~
21979 \end_inset
21980
21981 Separator
21982 \family default
21983 .
21984  The alignment character can be a character of your choice and is specified
21985  in the table settings.
21986 \end_layout
21987
21988 \begin_layout Standard
21989 \begin_inset Float table
21990 placement h
21991 wide false
21992 sideways false
21993 status open
21994
21995 \begin_layout Plain Layout
21996 \begin_inset Caption Standard
21997
21998 \begin_layout Plain Layout
21999 \begin_inset CommandInset label
22000 LatexCommand label
22001 name "tab:Table-cells-align"
22002
22003 \end_inset
22004
22005 Table cells of a column aligned with the decimal separator.
22006 \end_layout
22007
22008 \end_inset
22009
22010
22011 \end_layout
22012
22013 \begin_layout Plain Layout
22014 \align center
22015 \begin_inset Tabular
22016 <lyxtabular version="3" rows="4" columns="1">
22017 <features booktabs="true" tabularvalignment="middle">
22018 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
22019 <row>
22020 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22021 \begin_inset Text
22022
22023 \begin_layout Plain Layout
22024 heading
22025 \end_layout
22026
22027 \end_inset
22028 </cell>
22029 </row>
22030 <row>
22031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22032 \begin_inset Text
22033
22034 \begin_layout Plain Layout
22035 12.6
22036 \end_layout
22037
22038 \end_inset
22039 </cell>
22040 </row>
22041 <row>
22042 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22043 \begin_inset Text
22044
22045 \begin_layout Plain Layout
22046 0.68
22047 \end_layout
22048
22049 \end_inset
22050 </cell>
22051 </row>
22052 <row>
22053 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22054 \begin_inset Text
22055
22056 \begin_layout Plain Layout
22057 -123.0
22058 \end_layout
22059
22060 \end_inset
22061 </cell>
22062 </row>
22063 </lyxtabular>
22064
22065 \end_inset
22066
22067
22068 \end_layout
22069
22070 \end_inset
22071
22072
22073 \end_layout
22074
22075 \begin_layout Standard
22076 \begin_inset Float table
22077 placement h
22078 wide false
22079 sideways false
22080 status open
22081
22082 \begin_layout Plain Layout
22083 \begin_inset Caption Standard
22084
22085 \begin_layout Plain Layout
22086 \begin_inset CommandInset label
22087 LatexCommand label
22088 name "tab:Table-align-operator"
22089
22090 \end_inset
22091
22092 Table cells of a column aligned with the operators.
22093 \end_layout
22094
22095 \end_inset
22096
22097
22098 \end_layout
22099
22100 \begin_layout Plain Layout
22101 \align center
22102 \begin_inset Tabular
22103 <lyxtabular version="3" rows="4" columns="2">
22104 <features booktabs="true" tabularvalignment="middle">
22105 <column alignment="right" valignment="top" width="0pt">
22106 <column alignment="left" valignment="top" width="0pt" special="@{}l">
22107 <row>
22108 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22109 \begin_inset Text
22110
22111 \begin_layout Plain Layout
22112 heading
22113 \end_layout
22114
22115 \end_inset
22116 </cell>
22117 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22118 \begin_inset Text
22119
22120 \begin_layout Plain Layout
22121
22122 \end_layout
22123
22124 \end_inset
22125 </cell>
22126 </row>
22127 <row>
22128 <cell alignment="center" valignment="top" usebox="none">
22129 \begin_inset Text
22130
22131 \begin_layout Plain Layout
22132 \begin_inset Formula $12\,+$
22133 \end_inset
22134
22135
22136 \end_layout
22137
22138 \end_inset
22139 </cell>
22140 <cell alignment="center" valignment="top" usebox="none">
22141 \begin_inset Text
22142
22143 \begin_layout Plain Layout
22144 \begin_inset Formula $\,6$
22145 \end_inset
22146
22147
22148 \end_layout
22149
22150 \end_inset
22151 </cell>
22152 </row>
22153 <row>
22154 <cell alignment="center" valignment="top" usebox="none">
22155 \begin_inset Text
22156
22157 \begin_layout Plain Layout
22158 \begin_inset Formula $0\,-$
22159 \end_inset
22160
22161
22162 \end_layout
22163
22164 \end_inset
22165 </cell>
22166 <cell alignment="center" valignment="top" usebox="none">
22167 \begin_inset Text
22168
22169 \begin_layout Plain Layout
22170 \begin_inset Formula $\,68$
22171 \end_inset
22172
22173
22174 \end_layout
22175
22176 \end_inset
22177 </cell>
22178 </row>
22179 <row>
22180 <cell alignment="center" valignment="top" usebox="none">
22181 \begin_inset Text
22182
22183 \begin_layout Plain Layout
22184 \begin_inset Formula $-123\,/$
22185 \end_inset
22186
22187
22188 \end_layout
22189
22190 \end_inset
22191 </cell>
22192 <cell alignment="center" valignment="top" usebox="none">
22193 \begin_inset Text
22194
22195 \begin_layout Plain Layout
22196 \begin_inset Formula $\,0$
22197 \end_inset
22198
22199
22200 \end_layout
22201
22202 \end_inset
22203 </cell>
22204 </row>
22205 </lyxtabular>
22206
22207 \end_inset
22208
22209
22210 \end_layout
22211
22212 \end_inset
22213
22214
22215 \end_layout
22216
22217 \begin_layout Standard
22218 For alignments at characters in formulas this method does not work because
22219  the field to specify the alignment character does not allow formulas.
22220  In this case one need to use the method from Table
22221 \begin_inset space ~
22222 \end_inset
22223
22224
22225 \begin_inset CommandInset ref
22226 LatexCommand ref
22227 reference "tab:Table-align-operator"
22228
22229 \end_inset
22230
22231 .
22232  This table was created with a 4×2 table.
22233  The heading is a centered multicolumn.
22234  The first column is right-aligned and contains the first part including
22235  the operator.
22236  The second column is left aligned and contains the rest.
22237  A small space was added at the beginning of each cell of the second column
22238  to get the space that is usually around operators.
22239  To omit the space that is normally between two table columns, the following
22240  \SpecialChar LaTeX
22241 -argument was used for the second column:
22242 \end_layout
22243
22244 \begin_layout Standard
22245
22246 \series bold
22247 @{}l
22248 \end_layout
22249
22250 \begin_layout Standard
22251 Table
22252 \begin_inset space ~
22253 \end_inset
22254
22255
22256 \begin_inset CommandInset ref
22257 LatexCommand ref
22258 reference "tab:Several-table-cell"
22259
22260 \end_inset
22261
22262  shows some example alignments.
22263  For the alignment with the relation sign, a small space was added like
22264  for the second column of Table
22265 \begin_inset space ~
22266 \end_inset
22267
22268
22269 \begin_inset CommandInset ref
22270 LatexCommand ref
22271 reference "tab:Table-align-operator"
22272
22273 \end_inset
22274
22275 .
22276 \end_layout
22277
22278 \begin_layout Standard
22279 \begin_inset Float table
22280 placement h
22281 wide false
22282 sideways false
22283 status open
22284
22285 \begin_layout Plain Layout
22286 \begin_inset Caption Standard
22287
22288 \begin_layout Plain Layout
22289 \begin_inset CommandInset label
22290 LatexCommand label
22291 name "tab:Several-table-cell"
22292
22293 \end_inset
22294
22295 Several table cell alignments.
22296 \end_layout
22297
22298 \end_inset
22299
22300
22301 \end_layout
22302
22303 \begin_layout Plain Layout
22304 \align center
22305 \begin_inset Tabular
22306 <lyxtabular version="3" rows="4" columns="6">
22307 <features tabularvalignment="middle">
22308 <column alignment="right" valignment="top">
22309 <column alignment="left" valignment="top" special="@{}l">
22310 <column alignment="right" valignment="top">
22311 <column alignment="left" valignment="top" special="@{}l">
22312 <column alignment="right" valignment="top">
22313 <column alignment="left" valignment="top" special="@{}l">
22314 <row>
22315 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
22316 \begin_inset Text
22317
22318 \begin_layout Plain Layout
22319 units
22320 \end_layout
22321
22322 \end_inset
22323 </cell>
22324 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22325 \begin_inset Text
22326
22327 \begin_layout Plain Layout
22328
22329 \end_layout
22330
22331 \end_inset
22332 </cell>
22333 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
22334 \begin_inset Text
22335
22336 \begin_layout Plain Layout
22337 exponents
22338 \end_layout
22339
22340 \end_inset
22341 </cell>
22342 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22343 \begin_inset Text
22344
22345 \begin_layout Plain Layout
22346
22347 \end_layout
22348
22349 \end_inset
22350 </cell>
22351 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22352 \begin_inset Text
22353
22354 \begin_layout Plain Layout
22355 relations
22356 \end_layout
22357
22358 \end_inset
22359 </cell>
22360 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22361 \begin_inset Text
22362
22363 \begin_layout Plain Layout
22364
22365 \end_layout
22366
22367 \end_inset
22368 </cell>
22369 </row>
22370 <row>
22371 <cell alignment="center" valignment="top" usebox="none">
22372 \begin_inset Text
22373
22374 \begin_layout Plain Layout
22375 12×
22376 \end_layout
22377
22378 \end_inset
22379 </cell>
22380 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22381 \begin_inset Text
22382
22383 \begin_layout Plain Layout
22384 24
22385 \begin_inset space \thinspace{}
22386 \end_inset
22387
22388 bottles
22389 \end_layout
22390
22391 \end_inset
22392 </cell>
22393 <cell alignment="center" valignment="top" usebox="none">
22394 \begin_inset Text
22395
22396 \begin_layout Plain Layout
22397 \begin_inset Formula $10\cdot$
22398 \end_inset
22399
22400
22401 \end_layout
22402
22403 \end_inset
22404 </cell>
22405 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22406 \begin_inset Text
22407
22408 \begin_layout Plain Layout
22409 \begin_inset Formula $10^{\mbox{-}17}$
22410 \end_inset
22411
22412
22413 \end_layout
22414
22415 \end_inset
22416 </cell>
22417 <cell alignment="center" valignment="top" usebox="none">
22418 \begin_inset Text
22419
22420 \begin_layout Plain Layout
22421 \begin_inset Formula $\Gamma(t)\propto$
22422 \end_inset
22423
22424
22425 \end_layout
22426
22427 \end_inset
22428 </cell>
22429 <cell alignment="center" valignment="top" usebox="none">
22430 \begin_inset Text
22431
22432 \begin_layout Plain Layout
22433 \begin_inset Formula $\:\Upsilon(t)$
22434 \end_inset
22435
22436
22437 \end_layout
22438
22439 \end_inset
22440 </cell>
22441 </row>
22442 <row>
22443 <cell alignment="center" valignment="top" usebox="none">
22444 \begin_inset Text
22445
22446 \begin_layout Plain Layout
22447 1024×
22448 \end_layout
22449
22450 \end_inset
22451 </cell>
22452 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22453 \begin_inset Text
22454
22455 \begin_layout Plain Layout
22456 768
22457 \begin_inset space \thinspace{}
22458 \end_inset
22459
22460 Pixels
22461 \end_layout
22462
22463 \end_inset
22464 </cell>
22465 <cell alignment="center" valignment="top" usebox="none">
22466 \begin_inset Text
22467
22468 \begin_layout Plain Layout
22469 \begin_inset Formula $5.78\cdot$
22470 \end_inset
22471
22472
22473 \end_layout
22474
22475 \end_inset
22476 </cell>
22477 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22478 \begin_inset Text
22479
22480 \begin_layout Plain Layout
22481 \begin_inset Formula $10^{7}$
22482 \end_inset
22483
22484
22485 \end_layout
22486
22487 \end_inset
22488 </cell>
22489 <cell alignment="center" valignment="top" usebox="none">
22490 \begin_inset Text
22491
22492 \begin_layout Plain Layout
22493 \begin_inset Formula $A\ne$
22494 \end_inset
22495
22496
22497 \end_layout
22498
22499 \end_inset
22500 </cell>
22501 <cell alignment="center" valignment="top" usebox="none">
22502 \begin_inset Text
22503
22504 \begin_layout Plain Layout
22505 \begin_inset Formula $\:B_{\mathrm{red}}$
22506 \end_inset
22507
22508
22509 \end_layout
22510
22511 \end_inset
22512 </cell>
22513 </row>
22514 <row>
22515 <cell alignment="center" valignment="top" usebox="none">
22516 \begin_inset Text
22517
22518 \begin_layout Plain Layout
22519 32×
22520 \end_layout
22521
22522 \end_inset
22523 </cell>
22524 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22525 \begin_inset Text
22526
22527 \begin_layout Plain Layout
22528 6
22529 \begin_inset space \thinspace{}
22530 \end_inset
22531
22532 cm
22533 \end_layout
22534
22535 \end_inset
22536 </cell>
22537 <cell alignment="center" valignment="top" usebox="none">
22538 \begin_inset Text
22539
22540 \begin_layout Plain Layout
22541 -
22542 \begin_inset Formula $33.5\cdot$
22543 \end_inset
22544
22545
22546 \end_layout
22547
22548 \end_inset
22549 </cell>
22550 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22551 \begin_inset Text
22552
22553 \begin_layout Plain Layout
22554 \begin_inset Formula $10^{4}$
22555 \end_inset
22556
22557
22558 \end_layout
22559
22560 \end_inset
22561 </cell>
22562 <cell alignment="center" valignment="top" usebox="none">
22563 \begin_inset Text
22564
22565 \begin_layout Plain Layout
22566 \begin_inset Formula $\sin(\alpha)\ge$
22567 \end_inset
22568
22569
22570 \end_layout
22571
22572 \end_inset
22573 </cell>
22574 <cell alignment="center" valignment="top" usebox="none">
22575 \begin_inset Text
22576
22577 \begin_layout Plain Layout
22578 \begin_inset Formula $\:\sin(\beta)$
22579 \end_inset
22580
22581
22582 \end_layout
22583
22584 \end_inset
22585 </cell>
22586 </row>
22587 </lyxtabular>
22588
22589 \end_inset
22590
22591
22592 \end_layout
22593
22594 \end_inset
22595
22596
22597 \end_layout
22598
22599 \begin_layout Subsection
22600 Customized Cell/Column Format
22601 \begin_inset CommandInset label
22602 LatexCommand label
22603 name "subsec:Customized-Format"
22604
22605 \end_inset
22606
22607
22608 \begin_inset Index idx
22609 status collapsed
22610
22611 \begin_layout Plain Layout
22612 Table Customization ! Cell/Column Format
22613 \end_layout
22614
22615 \end_inset
22616
22617
22618 \end_layout
22619
22620 \begin_layout Standard
22621 Calculating the required width for normal columns as described in section
22622 \begin_inset space ~
22623 \end_inset
22624
22625
22626 \begin_inset CommandInset ref
22627 LatexCommand ref
22628 reference "sec:Table-Width-Calculation"
22629
22630 \end_inset
22631
22632  or for spanned columns as described in section
22633 \begin_inset space ~
22634 \end_inset
22635
22636
22637 \begin_inset CommandInset ref
22638 LatexCommand ref
22639 reference "subsec:Multicolumn-Calculations"
22640
22641 \end_inset
22642
22643  is very annoying if you have several tables where a calculation is necessary.
22644  To make life easier, you can define a cell/column format in the preamble,
22645  that can be used in all tables of the document.
22646  The format is defined with the command
22647 \end_layout
22648
22649 \begin_layout Standard
22650
22651 \series bold
22652
22653 \backslash
22654 newcolumntype{name of format}[number of arguments]{commands}
22655 \end_layout
22656
22657 \begin_layout Standard
22658 The format name may only consist of one letter.
22659  The letters 
22660 \emph on
22661 b
22662 \emph default
22663
22664 \emph on
22665 c
22666 \emph default
22667
22668 \emph on
22669 l
22670 \emph default
22671
22672 \emph on
22673 m
22674 \emph default
22675
22676 \emph on
22677 p
22678 \emph default
22679  and 
22680 \emph on
22681 r
22682 \emph default
22683  are predefined and cannot be used.
22684  But all letters are allowed as capitals.
22685 \end_layout
22686
22687 \begin_layout Standard
22688 \begin_inset VSpace medskip
22689 \end_inset
22690
22691
22692 \end_layout
22693
22694 \begin_layout Standard
22695 For vertically and horizontally centered multicolumn cells with a fixed
22696  width you can define the cell format
22697 \end_layout
22698
22699 \begin_layout Standard
22700
22701 \series bold
22702
22703 \backslash
22704 newcolumntype{M}[1]{>{
22705 \backslash
22706 centering
22707 \backslash
22708 hspace{0pt}}m{#1}}
22709 \end_layout
22710
22711 \begin_layout Standard
22712 where 
22713 \series bold
22714
22715 \backslash
22716 hspace{0pt}
22717 \series default
22718  avoids the problem of hyphenating the first word, as described in section
22719 \begin_inset space ~
22720 \end_inset
22721
22722
22723 \begin_inset CommandInset ref
22724 LatexCommand ref
22725 reference "subsec:Multiple-Lines-in"
22726
22727 \end_inset
22728
22729 .
22730  Now you can simply enter
22731 \end_layout
22732
22733 \begin_layout Standard
22734
22735 \series bold
22736 M{width}
22737 \end_layout
22738
22739 \begin_layout Standard
22740 as 
22741 \family sans
22742 \SpecialChar LaTeX
22743 -argument
22744 \family default
22745  in the table dialog to create a multicolumn.
22746 \end_layout
22747
22748 \begin_layout Standard
22749 \begin_inset VSpace bigskip
22750 \end_inset
22751
22752
22753 \end_layout
22754
22755 \begin_layout Standard
22756 For cells spanned by a multicolumn cell, you can define the format
22757 \end_layout
22758
22759 \begin_layout Standard
22760
22761 \series bold
22762
22763 \backslash
22764 newcolumntype{S}[2]{>{
22765 \backslash
22766 centering
22767 \backslash
22768 hspace{0pt}}
22769 \begin_inset Newline newline
22770 \end_inset
22771
22772
22773 \begin_inset Phantom HPhantom
22774 status open
22775
22776 \begin_layout Plain Layout
22777
22778 \series bold
22779
22780 \backslash
22781 newcolumntype
22782 \end_layout
22783
22784 \end_inset
22785
22786 m{(#1+(2
22787 \backslash
22788 tabcolsep+
22789 \backslash
22790 arrayrulewidth)*(1-#2))/#2}}
22791 \end_layout
22792
22793 \begin_layout Standard
22794 This format uses equation 
22795 \begin_inset CommandInset ref
22796 LatexCommand eqref
22797 reference "eq:Wgn"
22798
22799 \end_inset
22800
22801  to calculate the required width so that each spanned cell has the same
22802  width.
22803 \end_layout
22804
22805 \begin_layout Standard
22806 You can now enter
22807 \end_layout
22808
22809 \begin_layout Standard
22810
22811 \series bold
22812 S{width of multicolumn cell}{number of spanned columns}
22813 \end_layout
22814
22815 \begin_layout Standard
22816 as \SpecialChar LaTeX
22817 -argument of the column.
22818 \end_layout
22819
22820 \begin_layout Standard
22821 \begin_inset VSpace bigskip
22822 \end_inset
22823
22824
22825 \end_layout
22826
22827 \begin_layout Standard
22828 For colored columns, you can define
22829 \end_layout
22830
22831 \begin_layout Standard
22832
22833 \series bold
22834
22835 \backslash
22836 newcolumntype{K}[1]{>{
22837 \backslash
22838 columncolor{#1}
22839 \backslash
22840 hspace{0pt}}c}
22841 \end_layout
22842
22843 \begin_layout Standard
22844 The 
22845 \begin_inset Quotes eld
22846 \end_inset
22847
22848 c
22849 \begin_inset Quotes erd
22850 \end_inset
22851
22852  at the end creates a column with a flexible width whose text is horizontally
22853  centered.
22854  You can now enter
22855 \end_layout
22856
22857 \begin_layout Standard
22858
22859 \series bold
22860 K{color name}
22861 \end_layout
22862
22863 \begin_layout Standard
22864 as \SpecialChar LaTeX
22865 -argument.
22866 \end_layout
22867
22868 \begin_layout Standard
22869 \begin_inset VSpace bigskip
22870 \end_inset
22871
22872
22873 \end_layout
22874
22875 \begin_layout Standard
22876 To create Table
22877 \begin_inset space ~
22878 \end_inset
22879
22880
22881 \begin_inset CommandInset ref
22882 LatexCommand ref
22883 reference "tab:Table-using-user-defined"
22884
22885 \end_inset
22886
22887  use the \SpecialChar LaTeX
22888 -arguments
22889 \end_layout
22890
22891 \begin_layout Standard
22892
22893 \series bold
22894 M{2.5cm}
22895 \end_layout
22896
22897 \begin_layout Standard
22898 for the first column and the multicolumn,
22899 \end_layout
22900
22901 \begin_layout Standard
22902
22903 \series bold
22904 K{red}
22905 \end_layout
22906
22907 \begin_layout Standard
22908 for the last column, and
22909 \end_layout
22910
22911 \begin_layout Standard
22912
22913 \series bold
22914 S{2.5cm}{2}
22915 \end_layout
22916
22917 \begin_layout Standard
22918 for the cells in the second column.
22919 \end_layout
22920
22921 \begin_layout Standard
22922 \begin_inset Float table
22923 placement h
22924 wide false
22925 sideways false
22926 status open
22927
22928 \begin_layout Plain Layout
22929 \begin_inset Caption Standard
22930
22931 \begin_layout Plain Layout
22932 \begin_inset CommandInset label
22933 LatexCommand label
22934 name "tab:Table-using-user-defined"
22935
22936 \end_inset
22937
22938 Table using user-defined table formats
22939 \end_layout
22940
22941 \end_inset
22942
22943
22944 \end_layout
22945
22946 \begin_layout Plain Layout
22947 \align center
22948 \begin_inset Tabular
22949 <lyxtabular version="3" rows="3" columns="4">
22950 <features tabularvalignment="middle">
22951 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
22952 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
22953 <column alignment="center" valignment="middle">
22954 <column alignment="center" valignment="middle" special="K{red}">
22955 <row>
22956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22957 \begin_inset Text
22958
22959 \begin_layout Plain Layout
22960 verylongtablecellword
22961 \end_layout
22962
22963 \end_inset
22964 </cell>
22965 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
22966 \begin_inset Text
22967
22968 \begin_layout Plain Layout
22969 multiple lines multicolumn
22970 \end_layout
22971
22972 \end_inset
22973 </cell>
22974 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22975 \begin_inset Text
22976
22977 \begin_layout Plain Layout
22978
22979 \end_layout
22980
22981 \end_inset
22982 </cell>
22983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22984 \begin_inset Text
22985
22986 \begin_layout Plain Layout
22987 c
22988 \end_layout
22989
22990 \end_inset
22991 </cell>
22992 </row>
22993 <row>
22994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22995 \begin_inset Text
22996
22997 \begin_layout Plain Layout
22998 d
22999 \end_layout
23000
23001 \end_inset
23002 </cell>
23003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23004 \begin_inset Text
23005
23006 \begin_layout Plain Layout
23007 e
23008 \end_layout
23009
23010 \end_inset
23011 </cell>
23012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23013 \begin_inset Text
23014
23015 \begin_layout Plain Layout
23016 f
23017 \end_layout
23018
23019 \end_inset
23020 </cell>
23021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23022 \begin_inset Text
23023
23024 \begin_layout Plain Layout
23025 g
23026 \end_layout
23027
23028 \end_inset
23029 </cell>
23030 </row>
23031 <row>
23032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23033 \begin_inset Text
23034
23035 \begin_layout Plain Layout
23036 h
23037 \end_layout
23038
23039 \end_inset
23040 </cell>
23041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23042 \begin_inset Text
23043
23044 \begin_layout Plain Layout
23045 i
23046 \end_layout
23047
23048 \end_inset
23049 </cell>
23050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23051 \begin_inset Text
23052
23053 \begin_layout Plain Layout
23054 j
23055 \end_layout
23056
23057 \end_inset
23058 </cell>
23059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23060 \begin_inset Text
23061
23062 \begin_layout Plain Layout
23063 k
23064 \end_layout
23065
23066 \end_inset
23067 </cell>
23068 </row>
23069 </lyxtabular>
23070
23071 \end_inset
23072
23073
23074 \end_layout
23075
23076 \end_inset
23077
23078
23079 \end_layout
23080
23081 \begin_layout Subsection
23082 Line Thickness
23083 \begin_inset CommandInset label
23084 LatexCommand label
23085 name "subsec:Line-Thickness"
23086
23087 \end_inset
23088
23089
23090 \begin_inset Index idx
23091 status collapsed
23092
23093 \begin_layout Plain Layout
23094 Table Customization ! Line Thickness
23095 \end_layout
23096
23097 \end_inset
23098
23099
23100 \end_layout
23101
23102 \begin_layout Standard
23103 The line thickness for all lines in a table can be adjusted with the length
23104  
23105 \series bold
23106
23107 \backslash
23108 arrayrulewidth
23109 \series default
23110 .
23111  To set for example a line thickness of 1.5
23112 \begin_inset space \thinspace{}
23113 \end_inset
23114
23115 pt, as in Table
23116 \begin_inset space ~
23117 \end_inset
23118
23119
23120 \begin_inset CommandInset ref
23121 LatexCommand ref
23122 reference "tab:Table-with-1.5"
23123
23124 \end_inset
23125
23126 , insert the command
23127 \end_layout
23128
23129 \begin_layout Standard
23130
23131 \series bold
23132
23133 \backslash
23134 setlength{
23135 \backslash
23136 arrayrulewidth}{1.5pt}
23137 \end_layout
23138
23139 \begin_layout Standard
23140 in \SpecialChar TeX
23141  Code before the table or table float.
23142  The changed thickness is valid for all subsequent tables.
23143  To use the default value again, set 
23144 \series bold
23145
23146 \backslash
23147 arrayrulewidth
23148 \series default
23149  to 0.4
23150 \begin_inset space \thinspace{}
23151 \end_inset
23152
23153 pt in \SpecialChar TeX
23154  Code after the table or table float.
23155 \end_layout
23156
23157 \begin_layout Standard
23158 \begin_inset ERT
23159 status collapsed
23160
23161 \begin_layout Plain Layout
23162
23163
23164 \backslash
23165 setlength{
23166 \backslash
23167 arrayrulewidth}{1.5pt}
23168 \end_layout
23169
23170 \end_inset
23171
23172
23173 \begin_inset Float table
23174 wide false
23175 sideways false
23176 status open
23177
23178 \begin_layout Plain Layout
23179 \begin_inset Caption Standard
23180
23181 \begin_layout Plain Layout
23182 \begin_inset CommandInset label
23183 LatexCommand label
23184 name "tab:Table-with-1.5"
23185
23186 \end_inset
23187
23188 Table with 1.5
23189 \begin_inset space \thinspace{}
23190 \end_inset
23191
23192 pt thick lines
23193 \end_layout
23194
23195 \end_inset
23196
23197
23198 \end_layout
23199
23200 \begin_layout Plain Layout
23201 \align center
23202 \begin_inset Tabular
23203 <lyxtabular version="3" rows="3" columns="3">
23204 <features tabularvalignment="middle">
23205 <column alignment="center" valignment="top">
23206 <column alignment="center" valignment="top">
23207 <column alignment="center" valignment="top">
23208 <row>
23209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23210 \begin_inset Text
23211
23212 \begin_layout Plain Layout
23213 sd
23214 \end_layout
23215
23216 \end_inset
23217 </cell>
23218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23219 \begin_inset Text
23220
23221 \begin_layout Plain Layout
23222
23223 \end_layout
23224
23225 \end_inset
23226 </cell>
23227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23228 \begin_inset Text
23229
23230 \begin_layout Plain Layout
23231
23232 \end_layout
23233
23234 \end_inset
23235 </cell>
23236 </row>
23237 <row>
23238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23239 \begin_inset Text
23240
23241 \begin_layout Plain Layout
23242
23243 \end_layout
23244
23245 \end_inset
23246 </cell>
23247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23248 \begin_inset Text
23249
23250 \begin_layout Plain Layout
23251 sd
23252 \end_layout
23253
23254 \end_inset
23255 </cell>
23256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23257 \begin_inset Text
23258
23259 \begin_layout Plain Layout
23260
23261 \end_layout
23262
23263 \end_inset
23264 </cell>
23265 </row>
23266 <row>
23267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23268 \begin_inset Text
23269
23270 \begin_layout Plain Layout
23271
23272 \end_layout
23273
23274 \end_inset
23275 </cell>
23276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23277 \begin_inset Text
23278
23279 \begin_layout Plain Layout
23280
23281 \end_layout
23282
23283 \end_inset
23284 </cell>
23285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23286 \begin_inset Text
23287
23288 \begin_layout Plain Layout
23289 sd
23290 \end_layout
23291
23292 \end_inset
23293 </cell>
23294 </row>
23295 </lyxtabular>
23296
23297 \end_inset
23298
23299
23300 \end_layout
23301
23302 \end_inset
23303
23304
23305 \begin_inset ERT
23306 status collapsed
23307
23308 \begin_layout Plain Layout
23309
23310
23311 \backslash
23312 setlength{
23313 \backslash
23314 arrayrulewidth}{0.4pt}
23315 \end_layout
23316
23317 \end_inset
23318
23319
23320 \end_layout
23321
23322 \begin_layout Standard
23323 \begin_inset VSpace bigskip
23324 \end_inset
23325
23326 To set the line thickness to 1.5
23327 \begin_inset space \thinspace{}
23328 \end_inset
23329
23330 pt only for horizontal lines, as in Table
23331 \begin_inset space ~
23332 \end_inset
23333
23334
23335 \begin_inset CommandInset ref
23336 LatexCommand ref
23337 reference "tab:Table-with-horizontal"
23338
23339 \end_inset
23340
23341 , insert these commands in \SpecialChar TeX
23342  Code before the table or table float:
23343 \end_layout
23344
23345 \begin_layout Standard
23346
23347 \series bold
23348
23349 \backslash
23350 let
23351 \backslash
23352 myHline
23353 \backslash
23354 hline
23355 \begin_inset Newline newline
23356 \end_inset
23357
23358
23359 \backslash
23360 renewcommand{
23361 \backslash
23362 hline}
23363 \begin_inset Newline newline
23364 \end_inset
23365
23366  {
23367 \backslash
23368 noalign{
23369 \backslash
23370 global
23371 \backslash
23372 arrayrulewidth 1.5pt}
23373 \begin_inset Newline newline
23374 \end_inset
23375
23376  
23377 \backslash
23378 myHline
23379 \backslash
23380 noalign{
23381 \backslash
23382 global
23383 \backslash
23384 arrayrulewidth 0.4pt}}
23385 \end_layout
23386
23387 \begin_layout Standard
23388 To return to the default line thickness, insert this command in \SpecialChar TeX
23389  Code after
23390  the table or table float:
23391 \end_layout
23392
23393 \begin_layout Standard
23394
23395 \series bold
23396
23397 \backslash
23398 renewcommand{
23399 \backslash
23400 hline}{
23401 \backslash
23402 myHline}
23403 \end_layout
23404
23405 \begin_layout Standard
23406 \begin_inset ERT
23407 status collapsed
23408
23409 \begin_layout Plain Layout
23410
23411
23412 \backslash
23413 let
23414 \backslash
23415 myHline
23416 \backslash
23417 hline
23418 \end_layout
23419
23420 \begin_layout Plain Layout
23421
23422
23423 \backslash
23424 renewcommand{
23425 \backslash
23426 hline}
23427 \end_layout
23428
23429 \begin_layout Plain Layout
23430
23431  {
23432 \backslash
23433 noalign{
23434 \backslash
23435 global
23436 \backslash
23437 arrayrulewidth 1.5pt}
23438 \end_layout
23439
23440 \begin_layout Plain Layout
23441
23442   
23443 \backslash
23444 myHline
23445 \backslash
23446 noalign{
23447 \backslash
23448 global
23449 \backslash
23450 arrayrulewidth 0.4pt}}
23451 \end_layout
23452
23453 \end_inset
23454
23455
23456 \begin_inset Float table
23457 wide false
23458 sideways false
23459 status open
23460
23461 \begin_layout Plain Layout
23462 \begin_inset Caption Standard
23463
23464 \begin_layout Plain Layout
23465 \begin_inset CommandInset label
23466 LatexCommand label
23467 name "tab:Table-with-horizontal"
23468
23469 \end_inset
23470
23471 Table with 1.5
23472 \begin_inset space \thinspace{}
23473 \end_inset
23474
23475 pt thick horizontal lines
23476 \end_layout
23477
23478 \end_inset
23479
23480
23481 \end_layout
23482
23483 \begin_layout Plain Layout
23484 \align center
23485 \begin_inset Tabular
23486 <lyxtabular version="3" rows="3" columns="3">
23487 <features tabularvalignment="middle">
23488 <column alignment="center" valignment="top">
23489 <column alignment="center" valignment="top">
23490 <column alignment="center" valignment="top">
23491 <row>
23492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23493 \begin_inset Text
23494
23495 \begin_layout Plain Layout
23496 sd
23497 \end_layout
23498
23499 \end_inset
23500 </cell>
23501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23502 \begin_inset Text
23503
23504 \begin_layout Plain Layout
23505
23506 \end_layout
23507
23508 \end_inset
23509 </cell>
23510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23511 \begin_inset Text
23512
23513 \begin_layout Plain Layout
23514
23515 \end_layout
23516
23517 \end_inset
23518 </cell>
23519 </row>
23520 <row>
23521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23522 \begin_inset Text
23523
23524 \begin_layout Plain Layout
23525
23526 \end_layout
23527
23528 \end_inset
23529 </cell>
23530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23531 \begin_inset Text
23532
23533 \begin_layout Plain Layout
23534 sd
23535 \end_layout
23536
23537 \end_inset
23538 </cell>
23539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23540 \begin_inset Text
23541
23542 \begin_layout Plain Layout
23543
23544 \end_layout
23545
23546 \end_inset
23547 </cell>
23548 </row>
23549 <row>
23550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23551 \begin_inset Text
23552
23553 \begin_layout Plain Layout
23554
23555 \end_layout
23556
23557 \end_inset
23558 </cell>
23559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23560 \begin_inset Text
23561
23562 \begin_layout Plain Layout
23563
23564 \end_layout
23565
23566 \end_inset
23567 </cell>
23568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23569 \begin_inset Text
23570
23571 \begin_layout Plain Layout
23572 sd
23573 \end_layout
23574
23575 \end_inset
23576 </cell>
23577 </row>
23578 </lyxtabular>
23579
23580 \end_inset
23581
23582
23583 \end_layout
23584
23585 \end_inset
23586
23587
23588 \begin_inset ERT
23589 status collapsed
23590
23591 \begin_layout Plain Layout
23592
23593
23594 \backslash
23595 renewcommand{
23596 \backslash
23597 hline}{
23598 \backslash
23599 myHline}
23600 \end_layout
23601
23602 \end_inset
23603
23604
23605 \end_layout
23606
23607 \begin_layout Standard
23608 \begin_inset VSpace bigskip
23609 \end_inset
23610
23611 To set the line thickness to 1.5
23612 \begin_inset space \thinspace{}
23613 \end_inset
23614
23615 pt only for vertical lines, create the following column format in the document
23616  preamble, according to the description in section
23617 \begin_inset space ~
23618 \end_inset
23619
23620
23621 \begin_inset CommandInset ref
23622 LatexCommand ref
23623 reference "subsec:Customized-Format"
23624
23625 \end_inset
23626
23627 :
23628 \end_layout
23629
23630 \begin_layout Standard
23631
23632 \series bold
23633
23634 \backslash
23635 newcolumntype{V}{!{
23636 \backslash
23637 vrule width 1.5pt}}
23638 \end_layout
23639
23640 \begin_layout Standard
23641 For Table
23642 \begin_inset space ~
23643 \end_inset
23644
23645
23646 \begin_inset CommandInset ref
23647 LatexCommand ref
23648 reference "tab:Table-with-vertical"
23649
23650 \end_inset
23651
23652  the \SpecialChar LaTeX
23653 -argument
23654 \end_layout
23655
23656 \begin_layout Standard
23657
23658 \series bold
23659 VcV
23660 \end_layout
23661
23662 \begin_layout Standard
23663 was used for the last column and
23664 \end_layout
23665
23666 \begin_layout Standard
23667
23668 \series bold
23669 Vc
23670 \end_layout
23671
23672 \begin_layout Standard
23673 for the other columns.
23674 \end_layout
23675
23676 \begin_layout Standard
23677 \begin_inset Float table
23678 wide false
23679 sideways false
23680 status open
23681
23682 \begin_layout Plain Layout
23683 \begin_inset Caption Standard
23684
23685 \begin_layout Plain Layout
23686 \begin_inset CommandInset label
23687 LatexCommand label
23688 name "tab:Table-with-vertical"
23689
23690 \end_inset
23691
23692 Table with 1.5
23693 \begin_inset space \thinspace{}
23694 \end_inset
23695
23696 pt thick vertical lines
23697 \end_layout
23698
23699 \end_inset
23700
23701
23702 \end_layout
23703
23704 \begin_layout Plain Layout
23705 \align center
23706 \begin_inset Tabular
23707 <lyxtabular version="3" rows="3" columns="3">
23708 <features tabularvalignment="middle">
23709 <column alignment="center" valignment="top" special="Vc">
23710 <column alignment="center" valignment="top" special="Vc">
23711 <column alignment="center" valignment="top" special="VcV">
23712 <row>
23713 <cell alignment="center" valignment="top" topline="true" usebox="none">
23714 \begin_inset Text
23715
23716 \begin_layout Plain Layout
23717 sd
23718 \end_layout
23719
23720 \end_inset
23721 </cell>
23722 <cell alignment="center" valignment="top" topline="true" usebox="none">
23723 \begin_inset Text
23724
23725 \begin_layout Plain Layout
23726
23727 \end_layout
23728
23729 \end_inset
23730 </cell>
23731 <cell alignment="center" valignment="top" topline="true" usebox="none">
23732 \begin_inset Text
23733
23734 \begin_layout Plain Layout
23735
23736 \end_layout
23737
23738 \end_inset
23739 </cell>
23740 </row>
23741 <row>
23742 <cell alignment="center" valignment="top" topline="true" usebox="none">
23743 \begin_inset Text
23744
23745 \begin_layout Plain Layout
23746
23747 \end_layout
23748
23749 \end_inset
23750 </cell>
23751 <cell alignment="center" valignment="top" topline="true" usebox="none">
23752 \begin_inset Text
23753
23754 \begin_layout Plain Layout
23755 sd
23756 \end_layout
23757
23758 \end_inset
23759 </cell>
23760 <cell alignment="center" valignment="top" topline="true" usebox="none">
23761 \begin_inset Text
23762
23763 \begin_layout Plain Layout
23764
23765 \end_layout
23766
23767 \end_inset
23768 </cell>
23769 </row>
23770 <row>
23771 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23772 \begin_inset Text
23773
23774 \begin_layout Plain Layout
23775
23776 \end_layout
23777
23778 \end_inset
23779 </cell>
23780 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23781 \begin_inset Text
23782
23783 \begin_layout Plain Layout
23784
23785 \end_layout
23786
23787 \end_inset
23788 </cell>
23789 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23790 \begin_inset Text
23791
23792 \begin_layout Plain Layout
23793 sd
23794 \end_layout
23795
23796 \end_inset
23797 </cell>
23798 </row>
23799 </lyxtabular>
23800
23801 \end_inset
23802
23803
23804 \end_layout
23805
23806 \end_inset
23807
23808
23809 \end_layout
23810
23811 \begin_layout Subsection
23812 Dashed Lines
23813 \begin_inset Index idx
23814 status collapsed
23815
23816 \begin_layout Plain Layout
23817 Table Customization ! Dashed Lines
23818 \end_layout
23819
23820 \end_inset
23821
23822
23823 \end_layout
23824
23825 \begin_layout Standard
23826 \begin_inset ERT
23827 status collapsed
23828
23829 \begin_layout Plain Layout
23830
23831
23832 \backslash
23833 ifarydshln
23834 \end_layout
23835
23836 \end_inset
23837
23838
23839 \begin_inset Note Note
23840 status open
23841
23842 \begin_layout Plain Layout
23843 The following section will only be displayed when the \SpecialChar LaTeX
23844 -package 
23845 \series bold
23846 arydshln
23847 \series default
23848  is installed.
23849 \end_layout
23850
23851 \end_inset
23852
23853
23854 \end_layout
23855
23856 \begin_layout Standard
23857 \begin_inset Float table
23858 placement H
23859 wide false
23860 sideways false
23861 status open
23862
23863 \begin_layout Plain Layout
23864 \begin_inset Caption Standard
23865
23866 \begin_layout Plain Layout
23867 \begin_inset CommandInset label
23868 LatexCommand label
23869 name "tab:Table-with-dashed"
23870
23871 \end_inset
23872
23873 Table with dashed lines
23874 \end_layout
23875
23876 \end_inset
23877
23878
23879 \end_layout
23880
23881 \begin_layout Plain Layout
23882 \align center
23883 \begin_inset Tabular
23884 <lyxtabular version="3" rows="5" columns="5">
23885 <features tabularvalignment="middle">
23886 <column alignment="center" valignment="top">
23887 <column alignment="center" valignment="top">
23888 <column alignment="center" valignment="top" special=":c">
23889 <column alignment="center" valignment="top">
23890 <column alignment="center" valignment="top">
23891 <row>
23892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23893 \begin_inset Text
23894
23895 \begin_layout Plain Layout
23896 a
23897 \end_layout
23898
23899 \end_inset
23900 </cell>
23901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23902 \begin_inset Text
23903
23904 \begin_layout Plain Layout
23905 b
23906 \end_layout
23907
23908 \end_inset
23909 </cell>
23910 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23911 \begin_inset Text
23912
23913 \begin_layout Plain Layout
23914 c
23915 \end_layout
23916
23917 \end_inset
23918 </cell>
23919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23920 \begin_inset Text
23921
23922 \begin_layout Plain Layout
23923 d
23924 \end_layout
23925
23926 \end_inset
23927 </cell>
23928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23929 \begin_inset Text
23930
23931 \begin_layout Plain Layout
23932 e
23933 \end_layout
23934
23935 \end_inset
23936 </cell>
23937 </row>
23938 <row>
23939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23940 \begin_inset Text
23941
23942 \begin_layout Plain Layout
23943 f
23944 \end_layout
23945
23946 \end_inset
23947 </cell>
23948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23949 \begin_inset Text
23950
23951 \begin_layout Plain Layout
23952 g
23953 \end_layout
23954
23955 \end_inset
23956 </cell>
23957 <cell alignment="center" valignment="top" topline="true" usebox="none">
23958 \begin_inset Text
23959
23960 \begin_layout Plain Layout
23961 h
23962 \end_layout
23963
23964 \end_inset
23965 </cell>
23966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23967 \begin_inset Text
23968
23969 \begin_layout Plain Layout
23970 i
23971 \end_layout
23972
23973 \end_inset
23974 </cell>
23975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23976 \begin_inset Text
23977
23978 \begin_layout Plain Layout
23979 j
23980 \end_layout
23981
23982 \end_inset
23983 </cell>
23984 </row>
23985 <row>
23986 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23987 \begin_inset Text
23988
23989 \begin_layout Plain Layout
23990 \begin_inset ERT
23991 status collapsed
23992
23993 \begin_layout Plain Layout
23994
23995
23996 \backslash
23997 hdashline 
23998 \end_layout
23999
24000 \end_inset
24001
24002 k
24003 \end_layout
24004
24005 \end_inset
24006 </cell>
24007 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24008 \begin_inset Text
24009
24010 \begin_layout Plain Layout
24011 l
24012 \end_layout
24013
24014 \end_inset
24015 </cell>
24016 <cell alignment="center" valignment="top" usebox="none">
24017 \begin_inset Text
24018
24019 \begin_layout Plain Layout
24020 m
24021 \end_layout
24022
24023 \end_inset
24024 </cell>
24025 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24026 \begin_inset Text
24027
24028 \begin_layout Plain Layout
24029 n
24030 \end_layout
24031
24032 \end_inset
24033 </cell>
24034 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24035 \begin_inset Text
24036
24037 \begin_layout Plain Layout
24038 o
24039 \end_layout
24040
24041 \end_inset
24042 </cell>
24043 </row>
24044 <row>
24045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24046 \begin_inset Text
24047
24048 \begin_layout Plain Layout
24049 \begin_inset ERT
24050 status collapsed
24051
24052 \begin_layout Plain Layout
24053
24054
24055 \backslash
24056 cdashline{4-5}
24057 \end_layout
24058
24059 \end_inset
24060
24061 p
24062 \end_layout
24063
24064 \end_inset
24065 </cell>
24066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24067 \begin_inset Text
24068
24069 \begin_layout Plain Layout
24070 q
24071 \end_layout
24072
24073 \end_inset
24074 </cell>
24075 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
24076 \begin_inset Text
24077
24078 \begin_layout Plain Layout
24079 r
24080 \end_layout
24081
24082 \end_inset
24083 </cell>
24084 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24085 \begin_inset Text
24086
24087 \begin_layout Plain Layout
24088 s
24089 \end_layout
24090
24091 \end_inset
24092 </cell>
24093 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24094 \begin_inset Text
24095
24096 \begin_layout Plain Layout
24097
24098 \end_layout
24099
24100 \end_inset
24101 </cell>
24102 </row>
24103 <row>
24104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24105 \begin_inset Text
24106
24107 \begin_layout Plain Layout
24108 t
24109 \end_layout
24110
24111 \end_inset
24112 </cell>
24113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24114 \begin_inset Text
24115
24116 \begin_layout Plain Layout
24117 u
24118 \end_layout
24119
24120 \end_inset
24121 </cell>
24122 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24123 \begin_inset Text
24124
24125 \begin_layout Plain Layout
24126 v
24127 \end_layout
24128
24129 \end_inset
24130 </cell>
24131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24132 \begin_inset Text
24133
24134 \begin_layout Plain Layout
24135 w
24136 \end_layout
24137
24138 \end_inset
24139 </cell>
24140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24141 \begin_inset Text
24142
24143 \begin_layout Plain Layout
24144 x
24145 \end_layout
24146
24147 \end_inset
24148 </cell>
24149 </row>
24150 </lyxtabular>
24151
24152 \end_inset
24153
24154
24155 \end_layout
24156
24157 \end_inset
24158
24159
24160 \end_layout
24161
24162 \begin_layout Standard
24163 \SpecialChar LyX
24164  does not natively support dashed lines, so you have to use \SpecialChar TeX
24165  Code.
24166  As a prerequisite the \SpecialChar LaTeX
24167  package 
24168 \series bold
24169 arydshln
24170 \series default
24171
24172 \begin_inset Index idx
24173 status collapsed
24174
24175 \begin_layout Plain Layout
24176 \SpecialChar LaTeX
24177 -packages ! arydshln
24178 \end_layout
24179
24180 \end_inset
24181
24182  must be loaded in the document preamble with the command
24183 \end_layout
24184
24185 \begin_layout Standard
24186
24187 \series bold
24188
24189 \backslash
24190 usepackage{arydshln}
24191 \end_layout
24192
24193 \begin_layout Standard
24194 To make a vertical line dashed, enter the colon 
24195 \begin_inset Quotes eld
24196 \end_inset
24197
24198 :
24199 \begin_inset Quotes erd
24200 \end_inset
24201
24202  together with the character for the horizontal alignment as \SpecialChar LaTeX
24203  argument in
24204  the table cell dialog.
24205 \end_layout
24206
24207 \begin_layout Standard
24208 For a horizontal dashed line add the command
24209 \end_layout
24210
24211 \begin_layout Standard
24212
24213 \series bold
24214
24215 \backslash
24216 hdashline
24217 \end_layout
24218
24219 \begin_layout Standard
24220 in \SpecialChar TeX
24221  Code as first element of the first cell in the table row.
24222 \end_layout
24223
24224 \begin_layout Standard
24225 For dashed multicolumn lines use the command
24226 \end_layout
24227
24228 \begin_layout Standard
24229
24230 \series bold
24231
24232 \backslash
24233 cdashline{line number
24234 \series default
24235 }
24236 \end_layout
24237
24238 \begin_layout Standard
24239 in \SpecialChar TeX
24240  Code as the first element of the first cell in the table row.
24241  If you have for example a multicolumn spanning columns 2 to 4 and you want
24242  to have a dashed line above, add the command
24243 \end_layout
24244
24245 \begin_layout Standard
24246
24247 \series bold
24248
24249 \backslash
24250 cdashline{2-4}
24251 \end_layout
24252
24253 \begin_layout Standard
24254 as the first element of the first cell in the row of the multicolumn.
24255 \end_layout
24256
24257 \begin_layout Standard
24258 \begin_inset VSpace bigskip
24259 \end_inset
24260
24261
24262 \end_layout
24263
24264 \begin_layout Standard
24265 Table
24266 \begin_inset space ~
24267 \end_inset
24268
24269
24270 \begin_inset CommandInset ref
24271 LatexCommand ref
24272 reference "tab:Table-with-dashed"
24273
24274 \end_inset
24275
24276  was created using 
24277 \begin_inset Quotes eld
24278 \end_inset
24279
24280
24281 \series bold
24282 :c
24283 \series default
24284
24285 \begin_inset Quotes erd
24286 \end_inset
24287
24288  as \SpecialChar LaTeX
24289  argument of the third column.
24290  The \SpecialChar TeX
24291  Code command 
24292 \series bold
24293
24294 \backslash
24295 hdashline
24296 \series default
24297  was inserted in the first cell of the third row and the \SpecialChar TeX
24298  Code command
24299 \begin_inset Newline newline
24300 \end_inset
24301
24302  
24303 \series bold
24304
24305 \backslash
24306 cdashline{4-5}
24307 \series default
24308  was inserted in the first cell of the fourth row.
24309 \end_layout
24310
24311 \begin_layout Standard
24312 \begin_inset VSpace bigskip
24313 \end_inset
24314
24315
24316 \end_layout
24317
24318 \begin_layout Standard
24319 Tables with dashed lines can also be colored as shown by Table
24320 \begin_inset space ~
24321 \end_inset
24322
24323
24324 \begin_inset CommandInset ref
24325 LatexCommand ref
24326 reference "tab:Colored-table-with"
24327
24328 \end_inset
24329
24330 .
24331 \end_layout
24332
24333 \begin_layout Standard
24334 \begin_inset ERT
24335 status collapsed
24336
24337 \begin_layout Plain Layout
24338
24339
24340 \backslash
24341 setlength{
24342 \backslash
24343 arrayrulewidth}{1pt}
24344 \end_layout
24345
24346 \end_inset
24347
24348
24349 \begin_inset Note Note
24350 status collapsed
24351
24352 \begin_layout Plain Layout
24353 thicker lines for better visualization of the line color
24354 \end_layout
24355
24356 \end_inset
24357
24358
24359 \end_layout
24360
24361 \begin_layout Standard
24362 \begin_inset ERT
24363 status collapsed
24364
24365 \begin_layout Plain Layout
24366
24367
24368 \backslash
24369 dashgapcolor{green}
24370 \end_layout
24371
24372 \end_inset
24373
24374
24375 \begin_inset Note Note
24376 status collapsed
24377
24378 \begin_layout Plain Layout
24379 color gaps between dashes green
24380 \end_layout
24381
24382 \end_inset
24383
24384
24385 \end_layout
24386
24387 \begin_layout Standard
24388 \begin_inset ERT
24389 status collapsed
24390
24391 \begin_layout Plain Layout
24392
24393
24394 \backslash
24395 let
24396 \backslash
24397 myHdashline
24398 \backslash
24399 hdashline
24400 \end_layout
24401
24402 \begin_layout Plain Layout
24403
24404
24405 \backslash
24406 renewcommand{
24407 \backslash
24408 hdashline}
24409 \end_layout
24410
24411 \begin_layout Plain Layout
24412
24413  {
24414 \backslash
24415 arrayrulecolor{red}
24416 \backslash
24417 myHdashline
24418 \backslash
24419 arrayrulecolor{black}}
24420 \end_layout
24421
24422 \end_inset
24423
24424
24425 \begin_inset Note Note
24426 status collapsed
24427
24428 \begin_layout Plain Layout
24429 color horizontal, dashed lines red
24430 \end_layout
24431
24432 \end_inset
24433
24434
24435 \end_layout
24436
24437 \begin_layout Standard
24438 \begin_inset ERT
24439 status collapsed
24440
24441 \begin_layout Plain Layout
24442
24443
24444 \backslash
24445 let
24446 \backslash
24447 myCdashline
24448 \backslash
24449 cdashline
24450 \end_layout
24451
24452 \begin_layout Plain Layout
24453
24454
24455 \backslash
24456 renewcommand{
24457 \backslash
24458 cdashline}[1]
24459 \end_layout
24460
24461 \begin_layout Plain Layout
24462
24463  {
24464 \backslash
24465 arrayrulecolor{yellow}
24466 \backslash
24467 myCdashline{#1}
24468 \backslash
24469 arrayrulecolor{black}}
24470 \end_layout
24471
24472 \end_inset
24473
24474
24475 \begin_inset Note Note
24476 status collapsed
24477
24478 \begin_layout Plain Layout
24479 color partial horizontal, dashed lines yellow
24480 \end_layout
24481
24482 \end_inset
24483
24484
24485 \end_layout
24486
24487 \begin_layout Standard
24488 \begin_inset Float table
24489 placement h
24490 wide false
24491 sideways false
24492 status open
24493
24494 \begin_layout Plain Layout
24495 \begin_inset Caption Standard
24496
24497 \begin_layout Plain Layout
24498 \begin_inset CommandInset label
24499 LatexCommand label
24500 name "tab:Colored-table-with"
24501
24502 \end_inset
24503
24504 Colored table with dashed lines
24505 \end_layout
24506
24507 \end_inset
24508
24509
24510 \end_layout
24511
24512 \begin_layout Plain Layout
24513 \align center
24514 \begin_inset Tabular
24515 <lyxtabular version="3" rows="5" columns="5">
24516 <features tabularvalignment="middle">
24517 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
24518 <column alignment="center" valignment="top" width="0pt">
24519 <column alignment="center" valignment="top" width="0pt" special=":c">
24520 <column alignment="center" valignment="top">
24521 <column alignment="center" valignment="top">
24522 <row>
24523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24524 \begin_inset Text
24525
24526 \begin_layout Plain Layout
24527 a
24528 \end_layout
24529
24530 \end_inset
24531 </cell>
24532 <cell alignment="center" valignment="top" topline="true" usebox="none">
24533 \begin_inset Text
24534
24535 \begin_layout Plain Layout
24536 b
24537 \end_layout
24538
24539 \end_inset
24540 </cell>
24541 <cell alignment="center" valignment="top" topline="true" usebox="none">
24542 \begin_inset Text
24543
24544 \begin_layout Plain Layout
24545 c
24546 \end_layout
24547
24548 \end_inset
24549 </cell>
24550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24551 \begin_inset Text
24552
24553 \begin_layout Plain Layout
24554 d
24555 \end_layout
24556
24557 \end_inset
24558 </cell>
24559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24560 \begin_inset Text
24561
24562 \begin_layout Plain Layout
24563 e
24564 \end_layout
24565
24566 \end_inset
24567 </cell>
24568 </row>
24569 <row>
24570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24571 \begin_inset Text
24572
24573 \begin_layout Plain Layout
24574 f
24575 \end_layout
24576
24577 \end_inset
24578 </cell>
24579 <cell alignment="center" valignment="top" topline="true" usebox="none">
24580 \begin_inset Text
24581
24582 \begin_layout Plain Layout
24583 g
24584 \end_layout
24585
24586 \end_inset
24587 </cell>
24588 <cell alignment="center" valignment="top" topline="true" usebox="none">
24589 \begin_inset Text
24590
24591 \begin_layout Plain Layout
24592 h
24593 \end_layout
24594
24595 \end_inset
24596 </cell>
24597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24598 \begin_inset Text
24599
24600 \begin_layout Plain Layout
24601 i
24602 \end_layout
24603
24604 \end_inset
24605 </cell>
24606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24607 \begin_inset Text
24608
24609 \begin_layout Plain Layout
24610 j
24611 \end_layout
24612
24613 \end_inset
24614 </cell>
24615 </row>
24616 <row>
24617 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24618 \begin_inset Text
24619
24620 \begin_layout Plain Layout
24621 \begin_inset ERT
24622 status collapsed
24623
24624 \begin_layout Plain Layout
24625
24626
24627 \backslash
24628 hdashline 
24629 \end_layout
24630
24631 \end_inset
24632
24633
24634 \begin_inset ERT
24635 status collapsed
24636
24637 \begin_layout Plain Layout
24638
24639
24640 \backslash
24641 rowcolor{Gray}
24642 \end_layout
24643
24644 \end_inset
24645
24646 k
24647 \end_layout
24648
24649 \end_inset
24650 </cell>
24651 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24652 \begin_inset Text
24653
24654 \begin_layout Plain Layout
24655 l
24656 \end_layout
24657
24658 \end_inset
24659 </cell>
24660 <cell alignment="center" valignment="top" usebox="none">
24661 \begin_inset Text
24662
24663 \begin_layout Plain Layout
24664 m
24665 \end_layout
24666
24667 \end_inset
24668 </cell>
24669 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24670 \begin_inset Text
24671
24672 \begin_layout Plain Layout
24673 n
24674 \end_layout
24675
24676 \end_inset
24677 </cell>
24678 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24679 \begin_inset Text
24680
24681 \begin_layout Plain Layout
24682 o
24683 \end_layout
24684
24685 \end_inset
24686 </cell>
24687 </row>
24688 <row>
24689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24690 \begin_inset Text
24691
24692 \begin_layout Plain Layout
24693 \begin_inset ERT
24694 status collapsed
24695
24696 \begin_layout Plain Layout
24697
24698
24699 \backslash
24700 cdashline{4-5}
24701 \end_layout
24702
24703 \end_inset
24704
24705 p
24706 \end_layout
24707
24708 \end_inset
24709 </cell>
24710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24711 \begin_inset Text
24712
24713 \begin_layout Plain Layout
24714 q
24715 \end_layout
24716
24717 \end_inset
24718 </cell>
24719 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
24720 \begin_inset Text
24721
24722 \begin_layout Plain Layout
24723 r
24724 \end_layout
24725
24726 \end_inset
24727 </cell>
24728 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24729 \begin_inset Text
24730
24731 \begin_layout Plain Layout
24732 s
24733 \end_layout
24734
24735 \end_inset
24736 </cell>
24737 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24738 \begin_inset Text
24739
24740 \begin_layout Plain Layout
24741
24742 \end_layout
24743
24744 \end_inset
24745 </cell>
24746 </row>
24747 <row>
24748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24749 \begin_inset Text
24750
24751 \begin_layout Plain Layout
24752 t
24753 \end_layout
24754
24755 \end_inset
24756 </cell>
24757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24758 \begin_inset Text
24759
24760 \begin_layout Plain Layout
24761 u
24762 \end_layout
24763
24764 \end_inset
24765 </cell>
24766 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24767 \begin_inset Text
24768
24769 \begin_layout Plain Layout
24770 v
24771 \end_layout
24772
24773 \end_inset
24774 </cell>
24775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24776 \begin_inset Text
24777
24778 \begin_layout Plain Layout
24779 w
24780 \end_layout
24781
24782 \end_inset
24783 </cell>
24784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24785 \begin_inset Text
24786
24787 \begin_layout Plain Layout
24788 \begin_inset ERT
24789 status collapsed
24790
24791 \begin_layout Plain Layout
24792
24793
24794 \backslash
24795 cellcolor{Maroon}
24796 \end_layout
24797
24798 \end_inset
24799
24800 i
24801 \end_layout
24802
24803 \end_inset
24804 </cell>
24805 </row>
24806 </lyxtabular>
24807
24808 \end_inset
24809
24810
24811 \end_layout
24812
24813 \end_inset
24814
24815
24816 \end_layout
24817
24818 \begin_layout Standard
24819 \begin_inset ERT
24820 status collapsed
24821
24822 \begin_layout Plain Layout
24823
24824
24825 \backslash
24826 renewcommand{
24827 \backslash
24828 hdashline}{
24829 \backslash
24830 myHdashline}
24831 \end_layout
24832
24833 \end_inset
24834
24835
24836 \begin_inset Note Note
24837 status collapsed
24838
24839 \begin_layout Plain Layout
24840 reset to default
24841 \end_layout
24842
24843 \end_inset
24844
24845
24846 \end_layout
24847
24848 \begin_layout Standard
24849 \begin_inset ERT
24850 status collapsed
24851
24852 \begin_layout Plain Layout
24853
24854
24855 \backslash
24856 renewcommand{
24857 \backslash
24858 cdashline}{
24859 \backslash
24860 myCdashline}
24861 \end_layout
24862
24863 \end_inset
24864
24865
24866 \begin_inset Note Note
24867 status collapsed
24868
24869 \begin_layout Plain Layout
24870 reset to default
24871 \end_layout
24872
24873 \end_inset
24874
24875
24876 \end_layout
24877
24878 \begin_layout Standard
24879 \begin_inset ERT
24880 status collapsed
24881
24882 \begin_layout Plain Layout
24883
24884
24885 \backslash
24886 nodashgapcolor
24887 \end_layout
24888
24889 \end_inset
24890
24891
24892 \begin_inset Note Note
24893 status collapsed
24894
24895 \begin_layout Plain Layout
24896 reset to default
24897 \end_layout
24898
24899 \end_inset
24900
24901
24902 \end_layout
24903
24904 \begin_layout Standard
24905 \begin_inset ERT
24906 status collapsed
24907
24908 \begin_layout Plain Layout
24909
24910
24911 \backslash
24912 setlength{
24913 \backslash
24914 arrayrulewidth}{0.4pt}
24915 \end_layout
24916
24917 \end_inset
24918
24919
24920 \begin_inset Note Note
24921 status collapsed
24922
24923 \begin_layout Plain Layout
24924 reset to default
24925 \end_layout
24926
24927 \end_inset
24928
24929
24930 \end_layout
24931
24932 \begin_layout Standard
24933 The coloring of lines, columns and lines works as decribed in section
24934 \begin_inset space ~
24935 \end_inset
24936
24937
24938 \begin_inset CommandInset ref
24939 LatexCommand ref
24940 reference "sec:Colored-Tables"
24941
24942 \end_inset
24943
24944 .
24945  Coloring horizontal lines works analogically as described there as well,
24946  one only needs to replace in the commands 
24947 \series bold
24948
24949 \backslash
24950 myHlineC
24951 \series default
24952  by 
24953 \series bold
24954
24955 \backslash
24956 myHdashline
24957 \series default
24958  and 
24959 \backslash
24960
24961 \series bold
24962 hline
24963 \series default
24964  by 
24965 \series bold
24966
24967 \backslash
24968 hdashline
24969 \series default
24970 ; so one uses the command
24971 \end_layout
24972
24973 \begin_layout Standard
24974
24975 \series bold
24976
24977 \backslash
24978 let
24979 \backslash
24980 myHdashline
24981 \backslash
24982 hdashline
24983 \begin_inset Newline newline
24984 \end_inset
24985
24986
24987 \backslash
24988 renewcommand{
24989 \backslash
24990 hdashline}
24991 \begin_inset Newline newline
24992 \end_inset
24993
24994
24995 \begin_inset Phantom HPhantom
24996 status open
24997
24998 \begin_layout Plain Layout
24999 \begin_inset space ~
25000 \end_inset
25001
25002
25003 \end_layout
25004
25005 \end_inset
25006
25007 {
25008 \backslash
25009 arrayrulecolor{red}
25010 \backslash
25011 myHdashline
25012 \backslash
25013 arrayrulecolor{black}}
25014 \end_layout
25015
25016 \begin_layout Standard
25017 To color 
25018 \series bold
25019
25020 \backslash
25021 cdashline
25022 \series default
25023 , the command is
25024 \end_layout
25025
25026 \begin_layout Standard
25027
25028 \series bold
25029
25030 \backslash
25031 let
25032 \backslash
25033 myCdashline
25034 \backslash
25035 cdashline
25036 \begin_inset Newline newline
25037 \end_inset
25038
25039
25040 \backslash
25041 renewcommand{
25042 \backslash
25043 cdashline}[1]
25044 \begin_inset Newline newline
25045 \end_inset
25046
25047
25048 \begin_inset Phantom HPhantom
25049 status open
25050
25051 \begin_layout Plain Layout
25052 \begin_inset space ~
25053 \end_inset
25054
25055
25056 \end_layout
25057
25058 \end_inset
25059
25060 {
25061 \backslash
25062 arrayrulecolor{red}
25063 \backslash
25064 myCdashline{#1}
25065 \backslash
25066 arrayrulecolor{black}}
25067 \end_layout
25068
25069 \begin_layout Standard
25070 To get back the black line color, one needs to insert the following commands
25071  as \SpecialChar TeX
25072  Code behind the table:
25073 \end_layout
25074
25075 \begin_layout Standard
25076 For 
25077 \series bold
25078
25079 \backslash
25080 hdashline
25081 \end_layout
25082
25083 \begin_layout Standard
25084
25085 \series bold
25086
25087 \backslash
25088 renewcommand{
25089 \backslash
25090 hdashline}{
25091 \backslash
25092 myHdashline}
25093 \end_layout
25094
25095 \begin_layout Standard
25096 and for 
25097 \series bold
25098
25099 \backslash
25100 cdashline
25101 \end_layout
25102
25103 \begin_layout Standard
25104
25105 \series bold
25106
25107 \backslash
25108 renewcommand{
25109 \backslash
25110 cdashline}{
25111 \backslash
25112 myCdashline}
25113 \end_layout
25114
25115 \begin_layout Standard
25116 To color the gaps between the dashes the command
25117 \end_layout
25118
25119 \begin_layout Standard
25120
25121 \series bold
25122
25123 \backslash
25124 dashgapcolor{color}
25125 \end_layout
25126
25127 \begin_layout Standard
25128 can be used in front of a table as \SpecialChar TeX
25129  Code.
25130  color is hereby the name of a defined color.
25131  The command
25132 \end_layout
25133
25134 \begin_layout Standard
25135
25136 \series bold
25137
25138 \backslash
25139 nodashgapcolor
25140 \end_layout
25141
25142 \begin_layout Standard
25143 unsets the changes made by 
25144 \series bold
25145
25146 \backslash
25147 dashgapcolor
25148 \series default
25149 .
25150 \end_layout
25151
25152 \begin_layout Standard
25153 \begin_inset Note Greyedout
25154 status open
25155
25156 \begin_layout Plain Layout
25157
25158 \series bold
25159 \color none
25160 Note
25161 \series default
25162 : If there are multiple commands in a cell, the command of 
25163 \series bold
25164 arydshln
25165 \series default
25166  needs to be the first one in the cell.
25167  Therefore in cell 
25168 \emph on
25169 k
25170 \emph default
25171  of Table
25172 \begin_inset space ~
25173 \end_inset
25174
25175
25176 \begin_inset CommandInset ref
25177 LatexCommand ref
25178 reference "tab:Colored-table-with"
25179
25180 \end_inset
25181
25182  the command 
25183 \series bold
25184
25185 \backslash
25186 hdashline
25187 \series default
25188  is before 
25189 \series bold
25190
25191 \backslash
25192 rowcolor
25193 \series default
25194 .
25195 \end_layout
25196
25197 \end_inset
25198
25199
25200 \end_layout
25201
25202 \begin_layout Standard
25203 \begin_inset Note Greyedout
25204 status open
25205
25206 \begin_layout Plain Layout
25207
25208 \series bold
25209 \color none
25210 Note:
25211 \series default
25212  The \SpecialChar LaTeX
25213 -package 
25214 \series bold
25215 arydshln
25216 \series default
25217  must be loaded in the document preamble before the \SpecialChar LaTeX
25218 -package 
25219 \series bold
25220 colortbl
25221 \series default
25222
25223 \begin_inset Index idx
25224 status collapsed
25225
25226 \begin_layout Plain Layout
25227 \SpecialChar LaTeX
25228 -packages ! colortbl
25229 \end_layout
25230
25231 \end_inset
25232
25233 .
25234 \end_layout
25235
25236 \end_inset
25237
25238
25239 \end_layout
25240
25241 \begin_layout Standard
25242 \begin_inset ERT
25243 status collapsed
25244
25245 \begin_layout Plain Layout
25246
25247
25248 \backslash
25249 else
25250 \end_layout
25251
25252 \end_inset
25253
25254
25255 \begin_inset Note Note
25256 status open
25257
25258 \begin_layout Plain Layout
25259 The following will be displayed when the \SpecialChar LaTeX
25260 -package 
25261 \series bold
25262 arydshln
25263 \series default
25264  is not installed:
25265 \end_layout
25266
25267 \end_inset
25268
25269
25270 \end_layout
25271
25272 \begin_layout Standard
25273 You need to install the package 
25274 \series bold
25275 arydshln
25276 \series default
25277  to see the content of this section in the output.
25278 \end_layout
25279
25280 \begin_layout Standard
25281 \begin_inset ERT
25282 status collapsed
25283
25284 \begin_layout Plain Layout
25285
25286
25287 \backslash
25288 fi
25289 \end_layout
25290
25291 \end_inset
25292
25293
25294 \end_layout
25295
25296 \begin_layout Standard
25297 For more information about dashed lines see the documentation of 
25298 \series bold
25299 arydshln
25300 \series default
25301
25302 \begin_inset CommandInset citation
25303 LatexCommand cite
25304 key "arydshln"
25305 literal "true"
25306
25307 \end_inset
25308
25309 .
25310 \end_layout
25311
25312 \begin_layout Chapter
25313 Floats
25314 \begin_inset CommandInset label
25315 LatexCommand label
25316 name "chap:Floats"
25317
25318 \end_inset
25319
25320
25321 \begin_inset Index idx
25322 status collapsed
25323
25324 \begin_layout Plain Layout
25325 Floats
25326 \end_layout
25327
25328 \end_inset
25329
25330
25331 \end_layout
25332
25333 \begin_layout Section
25334 Introduction
25335 \begin_inset CommandInset label
25336 LatexCommand label
25337 name "sec:FloatIntroduction"
25338
25339 \end_inset
25340
25341
25342 \begin_inset Index idx
25343 status collapsed
25344
25345 \begin_layout Plain Layout
25346 Floats ! Introduction
25347 \end_layout
25348
25349 \end_inset
25350
25351
25352 \end_layout
25353
25354 \begin_layout Standard
25355 A float is a block of text associated with some sort of label, which doesn't
25356  have a fixed location.
25357  It can 
25358 \begin_inset Quotes eld
25359 \end_inset
25360
25361 float
25362 \begin_inset Quotes erd
25363 \end_inset
25364
25365  forward or backward a page or two, to wherever it fits best.
25366  
25367 \family sans
25368 Footnotes
25369 \family default
25370  and 
25371 \family sans
25372 Margin
25373 \begin_inset space ~
25374 \end_inset
25375
25376 Notes
25377 \family default
25378  are also floats because they can float to the next page when there are
25379  too many notes on the page.
25380 \end_layout
25381
25382 \begin_layout Standard
25383 Floats allow a high quality layout.
25384  Images and tables can be spread evenly among the pages to avoid white space
25385  and pages without text.
25386  As the floating often destroys the context between the text and the image/table
25387 , every float can be referenced in the text.
25388  Floats are therefore numbered.
25389  Referencing is described in section
25390 \begin_inset space ~
25391 \end_inset
25392
25393
25394 \begin_inset CommandInset ref
25395 LatexCommand ref
25396 reference "sec:Referencing-Floats"
25397
25398 \end_inset
25399
25400 .
25401 \end_layout
25402
25403 \begin_layout Standard
25404 To insert a float, use the menu 
25405 \family sans
25406 Insert\SpecialChar menuseparator
25407 Float
25408 \family default
25409  (toolbar button 
25410 \begin_inset Info
25411 type  "icon"
25412 arg   "float-insert figure"
25413 \end_inset
25414
25415  or 
25416 \begin_inset Info
25417 type  "icon"
25418 arg   "float-insert table"
25419 \end_inset
25420
25421 ).
25422  This inserts the 
25423 \family sans
25424 Caption
25425 \family default
25426  inset, a box with a label.
25427  The label will automatically be translated to the document language in
25428  the output.
25429  After the label you can insert the caption text.
25430  The image or table is inserted above or below the caption in a separate
25431  paragraph within the float.
25432  More about the caption placement is contained in section
25433 \begin_inset space ~
25434 \end_inset
25435
25436
25437 \begin_inset CommandInset ref
25438 LatexCommand ref
25439 reference "sec:Caption-Placement"
25440
25441 \end_inset
25442
25443 .
25444  To keep your \SpecialChar LyX
25445  document readable, you can open and close the float box by
25446  left-clicking on the box label.
25447  A closed float box looks like this: 
25448 \begin_inset Graphics
25449         filename clipart/float.png
25450         scale 95
25451         scaleBeforeRotation
25452
25453 \end_inset
25454
25455  â€“ a gray button with a red label.
25456 \end_layout
25457
25458 \begin_layout Standard
25459 It is recommended that you insert floats as separate standard paragraphs
25460  to avoid possible \SpecialChar LaTeX
25461 -errors that can occur when the surrounding text is specially
25462  formatted.
25463 \end_layout
25464
25465 \begin_layout Standard
25466 Existing figures or tables can be put into a float by highlighting them
25467  and then pressing the corresponding toolbar button for a new float.
25468 \end_layout
25469
25470 \begin_layout Section
25471 Float Types
25472 \end_layout
25473
25474 \begin_layout Standard
25475 Besides figure and table floats that are described in sections
25476 \begin_inset space ~
25477 \end_inset
25478
25479
25480 \begin_inset CommandInset ref
25481 LatexCommand ref
25482 reference "sec:Figure-Floats"
25483
25484 \end_inset
25485
25486  and 
25487 \begin_inset CommandInset ref
25488 LatexCommand ref
25489 reference "sec:Table-Floats"
25490
25491 \end_inset
25492
25493  respectively, \SpecialChar LyX
25494  offers the float types 
25495 \family sans
25496 Algorithm
25497 \family default
25498  and 
25499 \family sans
25500 Wrap
25501 \family default
25502 .
25503  The latter are explained in sec.
25504 \begin_inset space \thinspace{}
25505 \end_inset
25506
25507
25508 \begin_inset CommandInset ref
25509 LatexCommand ref
25510 reference "sec:Wrap-Floats"
25511
25512 \end_inset
25513
25514 .
25515 \end_layout
25516
25517 \begin_layout Subsection
25518 Algorithm Floats
25519 \begin_inset Index idx
25520 status collapsed
25521
25522 \begin_layout Plain Layout
25523 Floats ! Algorithms
25524 \end_layout
25525
25526 \end_inset
25527
25528
25529 \end_layout
25530
25531 \begin_layout Standard
25532 \begin_inset Float algorithm
25533 placement h
25534 wide false
25535 sideways false
25536 status open
25537
25538 \begin_layout Plain Layout
25539 \begin_inset Caption Standard
25540
25541 \begin_layout Plain Layout
25542 \begin_inset CommandInset label
25543 LatexCommand label
25544 name "alg:Example-Algorithm-float"
25545
25546 \end_inset
25547
25548 Example Algorithm float
25549 \end_layout
25550
25551 \end_inset
25552
25553
25554 \end_layout
25555
25556 \begin_layout LyX-Code
25557 for I in 1..N loop
25558 \begin_inset Newline newline
25559 \end_inset
25560
25561  Sum:= Sum + A(I); /*comment*/
25562 \begin_inset Newline newline
25563 \end_inset
25564
25565 end loop
25566 \begin_inset VSpace -4mm
25567 \end_inset
25568
25569
25570 \end_layout
25571
25572 \end_inset
25573
25574
25575 \end_layout
25576
25577 \begin_layout Standard
25578 This float type is inserted with the menu 
25579 \family sans
25580 Insert\SpecialChar menuseparator
25581 Float\SpecialChar menuseparator
25582 Algorithm
25583 \family default
25584 .
25585  It is used for program codes and descriptions of algorithms and can be
25586  seen as an alternative to program code listings that are explained in chapter
25587 \begin_inset space ~
25588 \end_inset
25589
25590
25591 \begin_inset CommandInset ref
25592 LatexCommand ref
25593 reference "cha:Program-Code-Listings"
25594
25595 \end_inset
25596
25597 .
25598  A possible environment for algorithms is the 
25599 \family sans
25600 \SpecialChar LyX
25601  Code
25602 \family default
25603 , described in \SpecialChar LyX
25604 's 
25605 \emph on
25606 Userguide
25607 \emph default
25608 .
25609  Algorithm
25610 \begin_inset space ~
25611 \end_inset
25612
25613
25614 \begin_inset CommandInset ref
25615 LatexCommand ref
25616 reference "alg:Example-Algorithm-float"
25617
25618 \end_inset
25619
25620  is an example of an algorithm float where -4
25621 \begin_inset space \thinspace{}
25622 \end_inset
25623
25624 mm vertical space was added at the end of the float to have the bottom rule
25625  exactly below the last text line.
25626 \end_layout
25627
25628 \begin_layout Standard
25629 The float label is not automatically translated into the document language.
25630  If your document is not in English, you have to do this manually by adding
25631  the following line to the document preamble
25632 \series bold
25633 :
25634 \end_layout
25635
25636 \begin_layout Standard
25637
25638 \series bold
25639
25640 \backslash
25641 floatname{algorithm}{your
25642 \begin_inset space ~
25643 \end_inset
25644
25645 name}
25646 \end_layout
25647
25648 \begin_layout Standard
25649 where 
25650 \family sans
25651 your
25652 \begin_inset space ~
25653 \end_inset
25654
25655 name
25656 \family default
25657  is the word 
25658 \begin_inset Quotes eld
25659 \end_inset
25660
25661
25662 \emph on
25663 algorithm
25664 \emph default
25665
25666 \begin_inset Quotes erd
25667 \end_inset
25668
25669  in your language.
25670 \end_layout
25671
25672 \begin_layout Standard
25673 To insert the list of algorithms you can use the menu 
25674 \family sans
25675 Insert\SpecialChar menuseparator
25676 List
25677 \begin_inset space \thinspace{}
25678 \end_inset
25679
25680 /
25681 \begin_inset space \thinspace{}
25682 \end_inset
25683
25684 TOC\SpecialChar menuseparator
25685 List of Algorithms
25686 \family default
25687  when your document has the same language as \SpecialChar LyX
25688 's menu names.
25689  In other cases use this command in \SpecialChar TeX
25690  Code instead:
25691 \end_layout
25692
25693 \begin_layout Standard
25694
25695 \series bold
25696
25697 \backslash
25698 listof{algorithm}{your
25699 \begin_inset space ~
25700 \end_inset
25701
25702 name}
25703 \end_layout
25704
25705 \begin_layout Standard
25706 where 
25707 \family sans
25708 your
25709 \begin_inset space ~
25710 \end_inset
25711
25712 name
25713 \family default
25714  is the word 
25715 \begin_inset Quotes eld
25716 \end_inset
25717
25718
25719 \emph on
25720 List of Algorithm
25721 \emph default
25722 s
25723 \begin_inset Quotes erd
25724 \end_inset
25725
25726  in your language.
25727 \end_layout
25728
25729 \begin_layout Standard
25730 Algorithm floats are not by default numbered in the scheme 
25731 \begin_inset Quotes eld
25732 \end_inset
25733
25734 chapter.algorithm
25735 \begin_inset Quotes erd
25736 \end_inset
25737
25738  as is the case for table and figure floats in many document-classes.
25739  To number algorithm floats in the same scheme, add this command to your
25740  document preamble:
25741 \end_layout
25742
25743 \begin_layout Standard
25744
25745 \series bold
25746
25747 \backslash
25748 numberwithin{algorithm}{chapter}
25749 \end_layout
25750
25751 \begin_layout Standard
25752 To be able to use the command 
25753 \series bold
25754
25755 \backslash
25756 numberwithin
25757 \series default
25758 , set in the tab 
25759 \family sans
25760 Math
25761 \begin_inset space ~
25762 \end_inset
25763
25764 Options
25765 \family default
25766  in the document settings the option 
25767 \family sans
25768 Use
25769 \begin_inset space ~
25770 \end_inset
25771
25772 AMS
25773 \begin_inset space ~
25774 \end_inset
25775
25776 math
25777 \begin_inset space ~
25778 \end_inset
25779
25780 package
25781 \family default
25782 .
25783 \end_layout
25784
25785 \begin_layout Section
25786 Float Numbering
25787 \begin_inset Index idx
25788 status collapsed
25789
25790 \begin_layout Plain Layout
25791 Floats ! Numbering
25792 \end_layout
25793
25794 \end_inset
25795
25796
25797 \end_layout
25798
25799 \begin_layout Standard
25800 Floats are usually numbered either independently from the sections the floats
25801  are in, or in the scheme 
25802 \begin_inset Quotes eld
25803 \end_inset
25804
25805 chapter.number
25806 \begin_inset Quotes erd
25807 \end_inset
25808
25809  or 
25810 \begin_inset Quotes eld
25811 \end_inset
25812
25813 section.number
25814 \begin_inset Quotes erd
25815 \end_inset
25816
25817 .
25818  This depends on the document class used.
25819 \end_layout
25820
25821 \begin_layout Standard
25822 To change section-independent numbering, you can use this command in the
25823  document preamble:
25824 \end_layout
25825
25826 \begin_layout Standard
25827
25828 \series bold
25829
25830 \backslash
25831 renewcommand{
25832 \backslash
25833 thetable}{
25834 \backslash
25835 roman{table}}
25836 \end_layout
25837
25838 \begin_layout Standard
25839
25840 \series bold
25841
25842 \backslash
25843 thetable
25844 \series default
25845  is the command that prints the table number.
25846  For figure floats, the command would be 
25847 \series bold
25848
25849 \backslash
25850 thefigure
25851 \series default
25852 .
25853  
25854 \series bold
25855
25856 \backslash
25857 roman
25858 \series default
25859  in the command above prints the table number as a small roman number.
25860 \end_layout
25861
25862 \begin_layout Standard
25863 To change the numbering scheme for example to 
25864 \begin_inset Quotes eld
25865 \end_inset
25866
25867 subsection.number
25868 \begin_inset Quotes erd
25869 \end_inset
25870
25871 , use this command in the preamble:
25872 \end_layout
25873
25874 \begin_layout Standard
25875
25876 \series bold
25877
25878 \backslash
25879 numberwithin{table}{subsection}
25880 \end_layout
25881
25882 \begin_layout Standard
25883 To be able to use the command 
25884 \series bold
25885
25886 \backslash
25887 numberwithin
25888 \series default
25889 , set in the tab 
25890 \family sans
25891 Math
25892 \begin_inset space ~
25893 \end_inset
25894
25895 Options
25896 \family default
25897  in the document settings the option 
25898 \family sans
25899 Use
25900 \begin_inset space ~
25901 \end_inset
25902
25903 AMS
25904 \begin_inset space ~
25905 \end_inset
25906
25907 math
25908 \begin_inset space ~
25909 \end_inset
25910
25911 package
25912 \family default
25913 .
25914 \end_layout
25915
25916 \begin_layout Standard
25917 Please also have a look at section
25918 \begin_inset space ~
25919 \end_inset
25920
25921
25922 \begin_inset CommandInset ref
25923 LatexCommand ref
25924 reference "subsec:Footnote-Numbering"
25925
25926 \end_inset
25927
25928  for the details and important notes about the numbering commands.
25929 \end_layout
25930
25931 \begin_layout Section
25932 Referencing Floats
25933 \begin_inset CommandInset label
25934 LatexCommand label
25935 name "sec:Referencing-Floats"
25936
25937 \end_inset
25938
25939
25940 \begin_inset Index idx
25941 status collapsed
25942
25943 \begin_layout Plain Layout
25944 Floats ! References
25945 \end_layout
25946
25947 \end_inset
25948
25949
25950 \begin_inset Index idx
25951 status collapsed
25952
25953 \begin_layout Plain Layout
25954 References ! to Floats
25955 \end_layout
25956
25957 \end_inset
25958
25959
25960 \end_layout
25961
25962 \begin_layout Standard
25963 To reference a float, insert a label into its caption using the menu 
25964 \family sans
25965 Insert\SpecialChar menuseparator
25966 Label
25967 \family default
25968  or the toolbar button 
25969 \begin_inset Info
25970 type  "icon"
25971 arg   "label-insert"
25972 \end_inset
25973
25974 .
25975  A grey label box like this one: 
25976 \begin_inset Graphics
25977         filename clipart/label.png
25978         scaleBeforeRotation
25979
25980 \end_inset
25981
25982  will be inserted and the label window pops up asking for the label text.
25983  \SpecialChar LyX
25984  offers as text the first words of the caption with a prefix.
25985  The prefix depends on the float type, e.
25986 \begin_inset space \thinspace{}
25987 \end_inset
25988
25989 g.
25990 \begin_inset space \space{}
25991 \end_inset
25992
25993 for figure floats the prefix will be "
25994 \family sans
25995 fig:
25996 \family default
25997 ".
25998 \end_layout
25999
26000 \begin_layout Standard
26001 The label is used as anchor and name for the reference.
26002  You can refer to the label using the menu 
26003 \family sans
26004 Insert\SpecialChar menuseparator
26005 Cross-reference
26006 \family default
26007  or the toolbar button 
26008 \begin_inset Info
26009 type  "icon"
26010 arg   "dialog-show-new-inset ref"
26011 \end_inset
26012
26013 .
26014  The cross-reference window appears showing all labels of the document.
26015  If you have multiple \SpecialChar LyX
26016  documents opened, choose the one you are working
26017  on from the drop-list at the top of the dialog.
26018  You can now sort the labels alphabetically and then choose one.
26019  A grey cross-reference box like this one: 
26020 \begin_inset Graphics
26021         filename clipart/reference.png
26022         scaleBeforeRotation
26023
26024 \end_inset
26025
26026  will be inserted.
26027  At the position of the cross-reference box the float number will appear
26028  in the output.
26029 \end_layout
26030
26031 \begin_layout Standard
26032 It is recommended that you use a protected space between the cross-reference
26033  name and its number to avoid line breaks between them.
26034  If a cross-reference refers to a non-existing label, you will see two question
26035  marks in the output instead of the reference.
26036 \end_layout
26037
26038 \begin_layout Standard
26039 You can change labels at any time by clicking on the label box.
26040  References to the changed label will automatically update their links to
26041  the new label text.
26042 \end_layout
26043
26044 \begin_layout Standard
26045 The button 
26046 \family sans
26047 Go
26048 \begin_inset space ~
26049 \end_inset
26050
26051 to
26052 \begin_inset space ~
26053 \end_inset
26054
26055 Label
26056 \family default
26057  in the cross-reference window sets the cursor before the referred label.
26058  The button text changes then to Go
26059 \begin_inset space ~
26060 \end_inset
26061
26062 Back and you can use it to set the cursor back to the cross-reference.
26063 \end_layout
26064
26065 \begin_layout Subsection
26066 Cross-Reference Formats
26067 \begin_inset CommandInset label
26068 LatexCommand label
26069 name "subsec:Cross-Reference-Formats"
26070
26071 \end_inset
26072
26073
26074 \begin_inset Index idx
26075 status collapsed
26076
26077 \begin_layout Plain Layout
26078 References ! Formats
26079 \end_layout
26080
26081 \end_inset
26082
26083
26084 \end_layout
26085
26086 \begin_layout Standard
26087 There are six varieties of cross-references:
26088 \end_layout
26089
26090 \begin_layout Description
26091 <reference>: prints the float number, this is the default: 
26092 \begin_inset CommandInset ref
26093 LatexCommand ref
26094 reference "fig:Two-distorted-images"
26095
26096 \end_inset
26097
26098
26099 \end_layout
26100
26101 \begin_layout Description
26102 (<reference>): prints the float number within two parentheses, this is the
26103  style normally used to reference formulas, especially when the reference
26104  name 
26105 \begin_inset Quotes eld
26106 \end_inset
26107
26108 Equation
26109 \begin_inset Quotes erd
26110 \end_inset
26111
26112  is omitted: 
26113 \begin_inset CommandInset ref
26114 LatexCommand eqref
26115 reference "eq:Wgn"
26116
26117 \end_inset
26118
26119
26120 \end_layout
26121
26122 \begin_layout Description
26123 <page>: prints the page number: Page
26124 \begin_inset space ~
26125 \end_inset
26126
26127
26128 \begin_inset CommandInset ref
26129 LatexCommand pageref
26130 reference "fig:Two-distorted-images"
26131
26132 \end_inset
26133
26134
26135 \end_layout
26136
26137 \begin_layout Description
26138 on
26139 \begin_inset space ~
26140 \end_inset
26141
26142 page
26143 \begin_inset space ~
26144 \end_inset
26145
26146 <page>: prints the text "on page" and the page number: 
26147 \begin_inset CommandInset ref
26148 LatexCommand vpageref
26149 reference "fig:Two-distorted-images"
26150
26151 \end_inset
26152
26153
26154 \end_layout
26155
26156 \begin_layout Description
26157 <reference>
26158 \begin_inset space ~
26159 \end_inset
26160
26161 on
26162 \begin_inset space ~
26163 \end_inset
26164
26165 page
26166 \begin_inset space ~
26167 \end_inset
26168
26169 <page>: prints the float number, the text "on page", and the page number:
26170  
26171 \begin_inset CommandInset ref
26172 LatexCommand vref
26173 reference "fig:Two-distorted-images"
26174
26175 \end_inset
26176
26177
26178 \end_layout
26179
26180 \begin_layout Description
26181 Formatted
26182 \begin_inset space ~
26183 \end_inset
26184
26185 reference: prints a self-defined cross-reference format.
26186 \begin_inset Newline newline
26187 \end_inset
26188
26189
26190 \begin_inset Note Greyedout
26191 status open
26192
26193 \begin_layout Plain Layout
26194
26195 \series bold
26196 Note:
26197 \series default
26198  This feature is only available when you have the \SpecialChar LaTeX
26199 -package 
26200 \series bold
26201 prettyref
26202 \series default
26203  or 
26204 \series bold
26205 refstyle
26206 \series default
26207
26208 \begin_inset Index idx
26209 status collapsed
26210
26211 \begin_layout Plain Layout
26212 \SpecialChar LaTeX
26213 -packages ! prettyref
26214 \end_layout
26215
26216 \end_inset
26217
26218
26219 \begin_inset Index idx
26220 status collapsed
26221
26222 \begin_layout Plain Layout
26223 \SpecialChar LaTeX
26224 -packages ! refstyle
26225 \end_layout
26226
26227 \end_inset
26228
26229  installed.
26230 \end_layout
26231
26232 \end_inset
26233
26234
26235 \begin_inset Newline newline
26236 \end_inset
26237
26238 You can select which \SpecialChar LaTeX
26239 -package should be used for this feature by setting
26240  the option 
26241 \family sans
26242 Use refstyle (not prettyref) for cross-references
26243 \family default
26244  in the menu 
26245 \family sans
26246 Document\SpecialChar menuseparator
26247 Settings\SpecialChar menuseparator
26248 Document Class
26249 \family default
26250 .
26251  The format is specified by adding the command 
26252 \series bold
26253
26254 \backslash
26255 newrefformat
26256 \series default
26257  (prettyref) or 
26258 \series bold
26259
26260 \backslash
26261 newref
26262 \series default
26263  (refstyle) to the preamble of the document.
26264  For example redefining all references to figures (which have the label
26265  prefix 
26266 \begin_inset Quotes eld
26267 \end_inset
26268
26269
26270 \family sans
26271 fig
26272 \family default
26273
26274 \begin_inset Quotes erd
26275 \end_inset
26276
26277 ) can be done with this command
26278 \begin_inset Newline newline
26279 \end_inset
26280
26281
26282 \series bold
26283
26284 \backslash
26285 newref{fig}{refcmd={Image on page 
26286 \backslash
26287 pageref{#1}}}
26288 \series default
26289
26290 \begin_inset Newline newline
26291 \end_inset
26292
26293 For more information about the format, have a look at the package documentations
26294
26295 \begin_inset CommandInset citation
26296 LatexCommand cite
26297 key "prettyref,refstyle"
26298 literal "true"
26299
26300 \end_inset
26301
26302 .
26303 \begin_inset Newline newline
26304 \end_inset
26305
26306 The options 
26307 \family sans
26308 Plural
26309 \family default
26310  and 
26311 \family sans
26312 Capitalized
26313 \family default
26314  are only available if you use the \SpecialChar LaTeX
26315 -package 
26316 \series bold
26317 refstyle
26318 \series default
26319 .
26320  
26321 \family sans
26322 Plural
26323 \family default
26324  adds an 
26325 \emph on
26326 s
26327 \emph default
26328  to the name, e.
26329 \begin_inset space \thinspace{}
26330 \end_inset
26331
26332 g.
26333 \begin_inset space \space{}
26334 \end_inset
26335
26336
26337 \begin_inset Quotes eld
26338 \end_inset
26339
26340 figures
26341 \begin_inset Quotes erd
26342 \end_inset
26343
26344
26345 \family sans
26346 Capitalized
26347 \family default
26348  outputs the name capitalized, e.
26349 \begin_inset space \thinspace{}
26350 \end_inset
26351
26352 g.
26353 \begin_inset space \space{}
26354 \end_inset
26355
26356
26357 \begin_inset Quotes eld
26358 \end_inset
26359
26360 Figure
26361 \begin_inset Quotes erd
26362 \end_inset
26363
26364 .
26365  Both options can be combined to get e.
26366 \begin_inset space \thinspace{}
26367 \end_inset
26368
26369 g.
26370 \begin_inset space \space{}
26371 \end_inset
26372
26373
26374 \begin_inset Quotes eld
26375 \end_inset
26376
26377 Figures
26378 \begin_inset Quotes erd
26379 \end_inset
26380
26381 .
26382 \end_layout
26383
26384 \begin_layout Description
26385 Textual
26386 \begin_inset space ~
26387 \end_inset
26388
26389 reference: prints the caption of the reference: 
26390 \begin_inset CommandInset ref
26391 LatexCommand nameref
26392 reference "fig:Two-distorted-images"
26393
26394 \end_inset
26395
26396
26397 \end_layout
26398
26399 \begin_layout Description
26400 Label
26401 \begin_inset space ~
26402 \end_inset
26403
26404 only: prints only the \SpecialChar LaTeX
26405  label for the reference: 
26406 \begin_inset CommandInset ref
26407 LatexCommand labelonly
26408 reference "fig:Two-distorted-images"
26409 plural "false"
26410 caps "false"
26411 noprefix "false"
26412
26413 \end_inset
26414
26415
26416 \begin_inset Newline newline
26417 \end_inset
26418
26419 This allows to use the label for commands in \SpecialChar TeX
26420  code.
26421  With the option 
26422 \family sans
26423 No Prefix
26424 \family default
26425  one can omit the prefix of the label name: 
26426 \begin_inset CommandInset ref
26427 LatexCommand labelonly
26428 reference "fig:Two-distorted-images"
26429 plural "false"
26430 caps "false"
26431 noprefix "true"
26432
26433 \end_inset
26434
26435
26436 \end_layout
26437
26438 \begin_layout Standard
26439
26440 \family sans
26441 <page>
26442 \family default
26443  will not print the page number if the label is on the previous, the same,
26444  or the next page.
26445  You will e.
26446 \begin_inset space \thinspace{}
26447 \end_inset
26448
26449 g.
26450 \begin_inset space \space{}
26451 \end_inset
26452
26453 see the text 
26454 \begin_inset Quotes eld
26455 \end_inset
26456
26457
26458 \family sans
26459 on this page
26460 \family default
26461
26462 \begin_inset Quotes erd
26463 \end_inset
26464
26465  instead.
26466  The style 
26467 \family sans
26468 <reference> on page <page>
26469 \family default
26470  will not print anything about the page if the label is on the same page.
26471 \end_layout
26472
26473 \begin_layout Standard
26474 The number and current page of the part of the document referred to in the
26475  output is automatically calculated by \SpecialChar LaTeX
26476 .
26477  The varieties are adjusted in the field 
26478 \family sans
26479 Format
26480 \family default
26481  of the cross-reference window that appears when you click on the cross-referenc
26482 e box.
26483 \end_layout
26484
26485 \begin_layout Standard
26486 \begin_inset Note Greyedout
26487 status open
26488
26489 \begin_layout Plain Layout
26490
26491 \series bold
26492 Note:
26493 \series default
26494  It is recommended to use the \SpecialChar LaTeX
26495 -package 
26496 \series bold
26497 refstyle
26498 \series default
26499
26500 \begin_inset Index idx
26501 status collapsed
26502
26503 \begin_layout Plain Layout
26504 \SpecialChar LaTeX
26505 -packages ! refstyle
26506 \end_layout
26507
26508 \end_inset
26509
26510  because 
26511 \series bold
26512 prettyref
26513 \series default
26514
26515 \begin_inset Index idx
26516 status collapsed
26517
26518 \begin_layout Plain Layout
26519 \SpecialChar LaTeX
26520 -packages ! prettyref
26521 \end_layout
26522
26523 \end_inset
26524
26525  does not know all of \SpecialChar LyX
26526 's possible label shortcuts
26527 \begin_inset Foot
26528 status collapsed
26529
26530 \begin_layout Plain Layout
26531 \begin_inset Quotes eld
26532 \end_inset
26533
26534 fig:
26535 \begin_inset Quotes erd
26536 \end_inset
26537
26538  is for example \SpecialChar LyX
26539 's shortcut for labels in figure captions.
26540 \end_layout
26541
26542 \end_inset
26543
26544  and is not internationalized.
26545 \end_layout
26546
26547 \end_inset
26548
26549
26550 \end_layout
26551
26552 \begin_layout Subsection
26553 Automatic Reference Naming
26554 \begin_inset Index idx
26555 status collapsed
26556
26557 \begin_layout Plain Layout
26558 References ! Automatic Reference Naming
26559 \end_layout
26560
26561 \end_inset
26562
26563
26564 \end_layout
26565
26566 \begin_layout Standard
26567 The \SpecialChar LaTeX
26568 -package 
26569 \series bold
26570 hyperref
26571 \series default
26572
26573 \begin_inset Index idx
26574 status collapsed
26575
26576 \begin_layout Plain Layout
26577 \SpecialChar LaTeX
26578 -packages ! hyperref
26579 \end_layout
26580
26581 \end_inset
26582
26583 , that is enabled in the 
26584 \family sans
26585 PDF Properties
26586 \family default
26587  of the 
26588 \family sans
26589 Document Settings
26590 \family default
26591  dialog, provides a very useful feature that cross-references automatically
26592  include the name of the referenced floats (or text parts like 
26593 \emph on
26594 section
26595 \emph default
26596 ).
26597  So you will save having to write e.
26598 \begin_inset space \thinspace{}
26599 \end_inset
26600
26601 g.
26602 \begin_inset space \space{}
26603 \end_inset
26604
26605 the name 
26606 \begin_inset Quotes eld
26607 \end_inset
26608
26609 Figure
26610 \begin_inset Quotes erd
26611 \end_inset
26612
26613  before every reference to a figure.
26614  To use this feature, enable 
26615 \series bold
26616 hyperref
26617 \series default
26618  and insert this line to the \SpecialChar LaTeX
26619  preamble:
26620 \end_layout
26621
26622 \begin_layout Standard
26623
26624 \series bold
26625
26626 \backslash
26627 AtBeginDocument{
26628 \backslash
26629 renewcommand{
26630 \backslash
26631 ref}[1]{
26632 \backslash
26633 mbox{
26634 \backslash
26635 autoref{#1}}}}
26636 \end_layout
26637
26638 \begin_layout Standard
26639 When you prefer other reference names than the default ones, for example
26640  you want instead of 
26641 \begin_inset Quotes eld
26642 \end_inset
26643
26644 section
26645 \begin_inset Quotes erd
26646 \end_inset
26647
26648  the name 
26649 \begin_inset Quotes eld
26650 \end_inset
26651
26652 sec.
26653 \begin_inset space \thinspace{}
26654 \end_inset
26655
26656
26657 \begin_inset Quotes eld
26658 \end_inset
26659
26660 , you can redefine the name by inserting this in the preamble:
26661 \end_layout
26662
26663 \begin_layout Standard
26664
26665 \series bold
26666
26667 \backslash
26668 addto
26669 \backslash
26670 extrasenglish{
26671 \backslash
26672 renewcommand{
26673 \backslash
26674 sectionautorefname}
26675 \begin_inset Newline newline
26676 \end_inset
26677
26678
26679 \begin_inset Phantom HPhantom
26680 status open
26681
26682 \begin_layout Plain Layout
26683
26684 \series bold
26685 \begin_inset space ~
26686 \end_inset
26687
26688
26689 \end_layout
26690
26691 \end_inset
26692
26693 {sec.
26694 \backslash
26695 negthinspace}}
26696 \end_layout
26697
26698 \begin_layout Standard
26699 When you are using another document language than English, replace
26700 \begin_inset Newline newline
26701 \end_inset
26702
26703
26704 \series bold
26705
26706 \backslash
26707 extrasenglish
26708 \series default
26709  by 
26710 \series bold
26711
26712 \backslash
26713 extras***
26714 \series default
26715 , where *** is the name of the language used.
26716 \end_layout
26717
26718 \begin_layout Standard
26719 To get automatic names, but not for certain reference types, for example
26720  not for equations, use this preamble code:
26721 \end_layout
26722
26723 \begin_layout Standard
26724
26725 \series bold
26726
26727 \backslash
26728 addto
26729 \backslash
26730 extrasenglish{
26731 \backslash
26732 renewcommand*{
26733 \backslash
26734 equationautorefname}[1]{}}
26735 \end_layout
26736
26737 \begin_layout Standard
26738 More about this topic can be found in 
26739 \series bold
26740 hyperref
26741 \series default
26742 's documentation 
26743 \begin_inset CommandInset citation
26744 LatexCommand cite
26745 key "hyperref"
26746 literal "true"
26747
26748 \end_inset
26749
26750 .
26751 \end_layout
26752
26753 \begin_layout Standard
26754 \begin_inset Note Greyedout
26755 status open
26756
26757 \begin_layout Plain Layout
26758
26759 \series bold
26760 Note:
26761 \series default
26762  Automatic reference naming cannot be used when you use cross-references
26763  in the 
26764 \family sans
26765 Formatted
26766 \begin_inset space ~
26767 \end_inset
26768
26769 reference
26770 \family default
26771  style, as described in section
26772 \begin_inset space ~
26773 \end_inset
26774
26775
26776 \begin_inset CommandInset ref
26777 LatexCommand ref
26778 reference "subsec:Cross-Reference-Formats"
26779
26780 \end_inset
26781
26782 .
26783 \end_layout
26784
26785 \end_inset
26786
26787
26788 \end_layout
26789
26790 \begin_layout Standard
26791 The 
26792 \emph on
26793 Math
26794 \emph default
26795  manual is an example where automatic reference naming is used.
26796 \end_layout
26797
26798 \begin_layout Subsection
26799 Reference Position
26800 \begin_inset CommandInset label
26801 LatexCommand label
26802 name "subsec:Reference-Position"
26803
26804 \end_inset
26805
26806
26807 \begin_inset Index idx
26808 status collapsed
26809
26810 \begin_layout Plain Layout
26811 References ! Reference Position
26812 \end_layout
26813
26814 \end_inset
26815
26816
26817 \end_layout
26818
26819 \begin_layout Standard
26820 If you use 
26821 \series bold
26822 hyperref
26823 \series default
26824
26825 \begin_inset Index idx
26826 status collapsed
26827
26828 \begin_layout Plain Layout
26829 \SpecialChar LaTeX
26830 -packages ! hyperref
26831 \end_layout
26832
26833 \end_inset
26834
26835  in the 
26836 \family sans
26837 PDF Properties
26838 \family default
26839  of the 
26840 \family sans
26841 Document Settings
26842 \family default
26843  dialog to link cross-references in the output, you will see that clicking
26844  on an image float reference jumps to the image label.
26845  The caption will be the first text part on the screen, so that you cannot
26846  see the image without scrolling.
26847  This is because the reference link anchor is placed at the position of
26848  the label.
26849  With the use of the package 
26850 \series bold
26851 hypcap
26852 \series default
26853
26854 \begin_inset Index idx
26855 status collapsed
26856
26857 \begin_layout Plain Layout
26858 \SpecialChar LaTeX
26859 -packages ! hypcap
26860 \end_layout
26861
26862 \end_inset
26863
26864 , which is part of the \SpecialChar LaTeX
26865 -package 
26866 \series bold
26867 oberdiek
26868 \series default
26869
26870 \begin_inset Index idx
26871 status collapsed
26872
26873 \begin_layout Plain Layout
26874 \SpecialChar LaTeX
26875 -packages ! oberdiek
26876 \end_layout
26877
26878 \end_inset
26879
26880 , the link anchor is placed at the beginning of a float.
26881  To use this feature for figure floats, load 
26882 \series bold
26883 hypcap
26884 \series default
26885  in the document preamble with the line
26886 \end_layout
26887
26888 \begin_layout Standard
26889
26890 \series bold
26891
26892 \backslash
26893 usepackage[figure]{hypcap}
26894 \end_layout
26895
26896 \begin_layout Standard
26897 You can also use 
26898 \series bold
26899 hypcap
26900 \series default
26901  for all float types but this is not recommended for stability reasons.
26902  For more information, have a look at 
26903 \series bold
26904 hypcap
26905 \series default
26906 's manual 
26907 \begin_inset CommandInset citation
26908 LatexCommand cite
26909 key "hypcap"
26910 literal "true"
26911
26912 \end_inset
26913
26914 .
26915 \end_layout
26916
26917 \begin_layout Standard
26918 \begin_inset Note Greyedout
26919 status open
26920
26921 \begin_layout Plain Layout
26922
26923 \series bold
26924 Note:
26925 \series default
26926  
26927 \series bold
26928 hypcap
26929 \series default
26930  has no effect on references to subfigures.
26931 \end_layout
26932
26933 \end_inset
26934
26935
26936 \end_layout
26937
26938 \begin_layout Section
26939 Float Placement
26940 \begin_inset CommandInset label
26941 LatexCommand label
26942 name "sec:Float-Placement"
26943
26944 \end_inset
26945
26946
26947 \begin_inset Index idx
26948 status collapsed
26949
26950 \begin_layout Plain Layout
26951 Floats ! Placement
26952 \end_layout
26953
26954 \end_inset
26955
26956
26957 \end_layout
26958
26959 \begin_layout Standard
26960 Right-clicking on a float-box and clicking on 
26961 \family sans
26962 Settings
26963 \family default
26964  opens a dialog where you can alter the placement options that \SpecialChar LaTeX
26965  uses for
26966  positioning the float.
26967 \begin_inset Newline newline
26968 \end_inset
26969
26970 The option 
26971 \family sans
26972 Span
26973 \begin_inset space ~
26974 \end_inset
26975
26976 columns
26977 \family default
26978  is only useful for two-column documents: If you select it, the float will
26979  span both columns on the page instead of being confined to just one.
26980 \begin_inset Newline newline
26981 \end_inset
26982
26983 The option 
26984 \family sans
26985 Rotate
26986 \begin_inset space ~
26987 \end_inset
26988
26989 sideways
26990 \family default
26991  is used to rotate floats, see section 
26992 \begin_inset CommandInset ref
26993 LatexCommand ref
26994 reference "sec:Rotated-Floats"
26995
26996 \end_inset
26997
26998 .
26999 \end_layout
27000
27001 \begin_layout Standard
27002 You can use one or more of the following options in the float dialog to
27003  set the placement for a particular float when you uncheck the option 
27004 \family sans
27005 Use
27006 \begin_inset space ~
27007 \end_inset
27008
27009 default
27010 \begin_inset space ~
27011 \end_inset
27012
27013 placement
27014 \family default
27015 :
27016 \end_layout
27017
27018 \begin_layout Description
27019 Here
27020 \begin_inset space ~
27021 \end_inset
27022
27023 if
27024 \begin_inset space ~
27025 \end_inset
27026
27027 possible try to place the float on the position where it has been inserted
27028 \end_layout
27029
27030 \begin_layout Description
27031 Top
27032 \begin_inset space ~
27033 \end_inset
27034
27035 of
27036 \begin_inset space ~
27037 \end_inset
27038
27039 page try to place the float at the top of the current page
27040 \end_layout
27041
27042 \begin_layout Description
27043 Bottom
27044 \begin_inset space ~
27045 \end_inset
27046
27047 of
27048 \begin_inset space ~
27049 \end_inset
27050
27051 page try to place the float at the bottom of the current page
27052 \end_layout
27053
27054 \begin_layout Description
27055 Page
27056 \begin_inset space ~
27057 \end_inset
27058
27059 of
27060 \begin_inset space ~
27061 \end_inset
27062
27063 floats try to place the float on its own page
27064 \end_layout
27065
27066 \begin_layout Standard
27067 The order of the above option is 
27068 \emph on
27069 always
27070 \emph default
27071  used by \SpecialChar LaTeX
27072 .
27073  That means, if you use the default placement, \SpecialChar LaTeX
27074  will first try out 
27075 \family sans
27076 Here
27077 \begin_inset space ~
27078 \end_inset
27079
27080 if
27081 \begin_inset space ~
27082 \end_inset
27083
27084 possible
27085 \family default
27086 , then 
27087 \family sans
27088 Top
27089 \begin_inset space ~
27090 \end_inset
27091
27092 of
27093 \begin_inset space ~
27094 \end_inset
27095
27096 page
27097 \family default
27098 , and then the others.
27099  If you do not use the default, \SpecialChar LaTeX
27100  will try only the checked options but in
27101  the same order.
27102  If none of the 4
27103 \begin_inset space ~
27104 \end_inset
27105
27106 placements is possible the procedure is internally repeated trying to put
27107  the float on the following page.
27108 \end_layout
27109
27110 \begin_layout Standard
27111 By default, each option has its own rules:
27112 \end_layout
27113
27114 \begin_layout Labeling
27115 \labelwidthstring 00.00.0000
27116
27117 \family sans
27118 Top
27119 \begin_inset space ~
27120 \end_inset
27121
27122 of
27123 \begin_inset space ~
27124 \end_inset
27125
27126 page
27127 \family default
27128  only floats occupying less than 70
27129 \begin_inset space \thinspace{}
27130 \end_inset
27131
27132 % of the page can be placed at the top of a page (
27133 \series bold
27134
27135 \backslash
27136 topfraction
27137 \series default
27138 )
27139 \end_layout
27140
27141 \begin_layout Labeling
27142 \labelwidthstring 00.00.0000
27143
27144 \family sans
27145 Bottom
27146 \begin_inset space ~
27147 \end_inset
27148
27149 of
27150 \begin_inset space ~
27151 \end_inset
27152
27153 page
27154 \family default
27155 : only floats occupying less than 30
27156 \begin_inset space \thinspace{}
27157 \end_inset
27158
27159 % of the page can be placed at the bottom of a page.
27160  (
27161 \series bold
27162
27163 \backslash
27164 bottomfraction
27165 \series default
27166 )
27167 \end_layout
27168
27169 \begin_layout Labeling
27170 \labelwidthstring 00.00.0000
27171
27172 \family sans
27173 Page
27174 \begin_inset space ~
27175 \end_inset
27176
27177 of
27178 \begin_inset space ~
27179 \end_inset
27180
27181 floats
27182 \family default
27183 : only if more than 50
27184 \begin_inset space \thinspace{}
27185 \end_inset
27186
27187 % of the page is occupied by floats, several floats can be set together
27188  on a page.
27189  (
27190 \series bold
27191
27192 \backslash
27193 floatpagefraction
27194 \series default
27195 )
27196 \end_layout
27197
27198 \begin_layout Standard
27199 If you don't like these rules, you can ignore them by using the additional
27200  option 
27201 \family sans
27202 Ignore
27203 \begin_inset space ~
27204 \end_inset
27205
27206 \SpecialChar LaTeX
27207
27208 \begin_inset space ~
27209 \end_inset
27210
27211 rules
27212 \family default
27213 .
27214 \begin_inset Newline newline
27215 \end_inset
27216
27217 You can also redefine the rules with \SpecialChar LaTeX
27218 -commands that are given in parentheses
27219  after the rules description above.
27220  To increase for example the often too small default of the bottom-rule
27221  to 50
27222 \begin_inset space \thinspace{}
27223 \end_inset
27224
27225 % of the page, add this line to your document preamble:
27226 \end_layout
27227
27228 \begin_layout Standard
27229
27230 \series bold
27231
27232 \backslash
27233 renewcommand{
27234 \backslash
27235 bottomfraction}{0.5}
27236 \end_layout
27237
27238 \begin_layout Standard
27239 Sometimes you might need, under all circumstances, a float to be placed
27240  exactly at the position where it is inserted.
27241  For this case you can use the option 
27242 \family sans
27243 Here
27244 \begin_inset space ~
27245 \end_inset
27246
27247 definitely
27248 \family default
27249 .
27250  Use this option very rarely and only if the document is almost ready to
27251  be printed, because the float is then no longer able to 
27252 \begin_inset Quotes eld
27253 \end_inset
27254
27255 float
27256 \begin_inset Quotes erd
27257 \end_inset
27258
27259  when you change your document and this will often destroy the page layout.
27260 \end_layout
27261
27262 \begin_layout Standard
27263 There are no placement options for text wrap floats, because they are always
27264  surrounded by the text of a certain paragraph.
27265 \begin_inset VSpace bigskip
27266 \end_inset
27267
27268
27269 \end_layout
27270
27271 \begin_layout Standard
27272 Sometimes you have the problem that a float is placed at the top of a page
27273  while its corresponding section starts at the middle of the page, so that
27274  the reader could think the float is part of the previous section.
27275  To avoid this the \SpecialChar LaTeX
27276 -command 
27277 \series bold
27278
27279 \backslash
27280 suppressfloats
27281 \series default
27282  can be used.
27283  It suppresses a given float placement for the page where it is inserted
27284  and can therefore be used to avoid floats being set before a section starts.
27285  To get this, add these commands to your document preamble:
27286 \end_layout
27287
27288 \begin_layout Standard
27289
27290 \series bold
27291
27292 \backslash
27293 let
27294 \backslash
27295 mySection
27296 \backslash
27297 section
27298 \begin_inset Newline newline
27299 \end_inset
27300
27301
27302 \backslash
27303 renewcommand{
27304 \backslash
27305 section}{
27306 \backslash
27307 suppressfloats[t]
27308 \backslash
27309 mySection}
27310 \end_layout
27311
27312 \begin_layout Standard
27313 You can define the same for all section headings, like chapters and subsections.
27314  This definition is not recommended to be used for small text parts like
27315  subsubsections because \SpecialChar LaTeX
27316  may then have problems finding a suitable placement.
27317 \end_layout
27318
27319 \begin_layout Standard
27320 \begin_inset VSpace bigskip
27321 \end_inset
27322
27323 In some cases it is required to have all figures/tables at the end of the
27324  document.
27325  For this purpose the \SpecialChar LaTeX
27326 -package 
27327 \series bold
27328 endfloat
27329 \series default
27330
27331 \begin_inset Index idx
27332 status collapsed
27333
27334 \begin_layout Plain Layout
27335 \SpecialChar LaTeX
27336 -packages ! endfloat
27337 \end_layout
27338
27339 \end_inset
27340
27341  was developed.
27342  It puts all figure and table floats at the end of the document into their
27343  own sections.
27344  At the original float position a text hint like 
27345 \begin_inset Quotes eld
27346 \end_inset
27347
27348
27349 \family sans
27350 [Figure
27351 \begin_inset space ~
27352 \end_inset
27353
27354 3.2 about here.]
27355 \family default
27356
27357 \begin_inset Quotes erd
27358 \end_inset
27359
27360  is inserted.
27361  The endfloat-package is loaded in the preamble with the line
27362 \end_layout
27363
27364 \begin_layout Standard
27365
27366 \series bold
27367
27368 \backslash
27369 usepackage[options]{endfloat}
27370 \end_layout
27371
27372 \begin_layout Standard
27373 There are various package options to format the created figure/table sections.
27374  For more information we refer you to the 
27375 \series bold
27376 endfloat
27377 \series default
27378  documentation 
27379 \begin_inset CommandInset citation
27380 LatexCommand cite
27381 key "endfloat"
27382 literal "true"
27383
27384 \end_inset
27385
27386 .
27387 \begin_inset Newline newline
27388 \end_inset
27389
27390
27391 \begin_inset Note Greyedout
27392 status open
27393
27394 \begin_layout Plain Layout
27395
27396 \series bold
27397 Note: endfloat
27398 \series default
27399  doesn't provide an automatic translation for the text hint, you have to
27400  do this manually, see section
27401 \begin_inset space ~
27402 \end_inset
27403
27404 4 in 
27405 \begin_inset CommandInset citation
27406 LatexCommand cite
27407 key "endfloat"
27408 literal "true"
27409
27410 \end_inset
27411
27412 .
27413 \end_layout
27414
27415 \end_inset
27416
27417
27418 \begin_inset Newline newline
27419 \end_inset
27420
27421
27422 \begin_inset Note Greyedout
27423 status open
27424
27425 \begin_layout Plain Layout
27426
27427 \series bold
27428 Note:
27429 \series default
27430  There is currently a bug in 
27431 \series bold
27432 endfloat
27433 \series default
27434  when the caption contains a German 
27435 \begin_inset Quotes eld
27436 \end_inset
27437
27438 ß
27439 \begin_inset Quotes erd
27440 \end_inset
27441
27442 .
27443  Use in this case the command 
27444 \begin_inset Quotes eld
27445 \end_inset
27446
27447
27448 \series bold
27449
27450 \backslash
27451 ss
27452 \series default
27453
27454 \begin_inset Quotes erd
27455 \end_inset
27456
27457  in \SpecialChar TeX
27458  Code instead of 
27459 \begin_inset Quotes eld
27460 \end_inset
27461
27462 ß
27463 \begin_inset Quotes erd
27464 \end_inset
27465
27466 .
27467 \end_layout
27468
27469 \end_inset
27470
27471
27472 \end_layout
27473
27474 \begin_layout Standard
27475 \begin_inset VSpace bigskip
27476 \end_inset
27477
27478 For more details about float placements, have a look at \SpecialChar LaTeX
27479  books, 
27480 \begin_inset CommandInset citation
27481 LatexCommand cite
27482 key "latexcompanion,latexguide,latexbook"
27483 literal "true"
27484
27485 \end_inset
27486
27487 .
27488 \end_layout
27489
27490 \begin_layout Section
27491 Rotated Floats
27492 \begin_inset CommandInset label
27493 LatexCommand label
27494 name "sec:Rotated-Floats"
27495
27496 \end_inset
27497
27498
27499 \begin_inset Index idx
27500 status collapsed
27501
27502 \begin_layout Plain Layout
27503 Floats ! Rotating
27504 \end_layout
27505
27506 \end_inset
27507
27508
27509 \end_layout
27510
27511 \begin_layout Standard
27512 Especially for wide tables you might have floats rotated.
27513  To rotate a whole float including the caption, right-click on the float-box
27514  and use the option 
27515 \family sans
27516 Rotate
27517 \begin_inset space ~
27518 \end_inset
27519
27520 sideways
27521 \family default
27522 .
27523 \end_layout
27524
27525 \begin_layout Standard
27526 Rotated floats are always placed on a page of their own (or column of their
27527  own; in case you have a multi-column document).
27528  You can let them span several columns using the float settings option 
27529 \family sans
27530 Span
27531 \begin_inset space ~
27532 \end_inset
27533
27534 columns
27535 \family default
27536 .
27537  Floats are rotated so that you can read them from the outside margin.
27538  To force a certain rotation direction for all pages, you can add either
27539  the option 
27540 \series bold
27541 figuresleft
27542 \series default
27543  or 
27544 \series bold
27545 figuresright
27546 \series default
27547  to the document class options.
27548 \end_layout
27549
27550 \begin_layout Standard
27551 Referencing rotated floats is the same as for normal floats, the caption
27552  format is also the same: Table
27553 \begin_inset space ~
27554 \end_inset
27555
27556
27557 \begin_inset CommandInset ref
27558 LatexCommand ref
27559 reference "tab:Rotated-table"
27560
27561 \end_inset
27562
27563  is an example of a rotated table float.
27564 \end_layout
27565
27566 \begin_layout Standard
27567 \begin_inset Note Greyedout
27568 status open
27569
27570 \begin_layout Plain Layout
27571
27572 \series bold
27573 Note:
27574 \series default
27575  Not all DVI-viewers are able to display rotated floats.
27576 \end_layout
27577
27578 \end_inset
27579
27580
27581 \end_layout
27582
27583 \begin_layout Standard
27584 \begin_inset Float table
27585 wide false
27586 sideways true
27587 status open
27588
27589 \begin_layout Plain Layout
27590 \begin_inset Caption Standard
27591
27592 \begin_layout Plain Layout
27593 \begin_inset CommandInset label
27594 LatexCommand label
27595 name "tab:Rotated-table"
27596
27597 \end_inset
27598
27599  Rotated table
27600 \end_layout
27601
27602 \end_inset
27603
27604
27605 \end_layout
27606
27607 \begin_layout Plain Layout
27608 \align center
27609 \begin_inset Tabular
27610 <lyxtabular version="3" rows="1" columns="5">
27611 <features tabularvalignment="middle">
27612 <column alignment="center" valignment="top">
27613 <column alignment="center" valignment="top">
27614 <column alignment="center" valignment="top">
27615 <column alignment="center" valignment="top">
27616 <column alignment="center" valignment="top">
27617 <row>
27618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27619 \begin_inset Text
27620
27621 \begin_layout Plain Layout
27622 test
27623 \end_layout
27624
27625 \end_inset
27626 </cell>
27627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27628 \begin_inset Text
27629
27630 \begin_layout Plain Layout
27631 b
27632 \end_layout
27633
27634 \end_inset
27635 </cell>
27636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27637 \begin_inset Text
27638
27639 \begin_layout Plain Layout
27640 c
27641 \end_layout
27642
27643 \end_inset
27644 </cell>
27645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27646 \begin_inset Text
27647
27648 \begin_layout Plain Layout
27649 d
27650 \end_layout
27651
27652 \end_inset
27653 </cell>
27654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27655 \begin_inset Text
27656
27657 \begin_layout Plain Layout
27658 e
27659 \end_layout
27660
27661 \end_inset
27662 </cell>
27663 </row>
27664 </lyxtabular>
27665
27666 \end_inset
27667
27668
27669 \end_layout
27670
27671 \end_inset
27672
27673
27674 \end_layout
27675
27676 \begin_layout Section
27677 Subfloats
27678 \begin_inset Index idx
27679 status collapsed
27680
27681 \begin_layout Plain Layout
27682 Floats ! Subfloats
27683 \end_layout
27684
27685 \end_inset
27686
27687
27688 \end_layout
27689
27690 \begin_layout Standard
27691 Subfloats are for example used when a figure consists of several images.
27692  They are created by inserting a float into an existing float.
27693  The placement of the subfloats can be controlled in the same way as for
27694  paragraphs as shown in table
27695 \begin_inset space ~
27696 \end_inset
27697
27698
27699 \begin_inset CommandInset ref
27700 LatexCommand ref
27701 reference "tab:Two-subtables-side"
27702
27703 \end_inset
27704
27705  and 
27706 \begin_inset CommandInset ref
27707 LatexCommand ref
27708 reference "tab:Two-subtables-upon"
27709
27710 \end_inset
27711
27712 .
27713 \end_layout
27714
27715 \begin_layout Standard
27716 Referencing subfloats works as for normal floats: Table
27717 \begin_inset space ~
27718 \end_inset
27719
27720
27721 \begin_inset CommandInset ref
27722 LatexCommand ref
27723 reference "tab:This-is-subtable-a"
27724
27725 \end_inset
27726
27727  and 
27728 \begin_inset CommandInset ref
27729 LatexCommand ref
27730 reference "tab:This-is-subtable-b"
27731
27732 \end_inset
27733
27734  are subtables of table
27735 \begin_inset space ~
27736 \end_inset
27737
27738
27739 \begin_inset CommandInset ref
27740 LatexCommand ref
27741 reference "tab:Two-subtables-side"
27742
27743 \end_inset
27744
27745 .
27746 \end_layout
27747
27748 \begin_layout Standard
27749 \begin_inset Float table
27750 wide false
27751 sideways false
27752 status open
27753
27754 \begin_layout Plain Layout
27755 \begin_inset Caption Standard
27756
27757 \begin_layout Plain Layout
27758 \begin_inset CommandInset label
27759 LatexCommand label
27760 name "tab:Two-subtables-side"
27761
27762 \end_inset
27763
27764 Two subtables placed side by side.
27765 \end_layout
27766
27767 \end_inset
27768
27769
27770 \end_layout
27771
27772 \begin_layout Plain Layout
27773 \align center
27774 \begin_inset space \hfill{}
27775 \end_inset
27776
27777
27778 \begin_inset Float table
27779 wide false
27780 sideways false
27781 status collapsed
27782
27783 \begin_layout Plain Layout
27784 \begin_inset Caption Standard
27785
27786 \begin_layout Plain Layout
27787 \begin_inset CommandInset label
27788 LatexCommand label
27789 name "tab:This-is-subtable-a"
27790
27791 \end_inset
27792
27793 This is subtable a.
27794 \end_layout
27795
27796 \end_inset
27797
27798
27799 \end_layout
27800
27801 \begin_layout Plain Layout
27802 \align center
27803 \begin_inset Tabular
27804 <lyxtabular version="3" rows="1" columns="5">
27805 <features tabularvalignment="middle">
27806 <column alignment="center" valignment="top">
27807 <column alignment="center" valignment="top">
27808 <column alignment="center" valignment="top">
27809 <column alignment="center" valignment="top">
27810 <column alignment="center" valignment="top">
27811 <row>
27812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27813 \begin_inset Text
27814
27815 \begin_layout Plain Layout
27816 test
27817 \end_layout
27818
27819 \end_inset
27820 </cell>
27821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27822 \begin_inset Text
27823
27824 \begin_layout Plain Layout
27825 b
27826 \end_layout
27827
27828 \end_inset
27829 </cell>
27830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27831 \begin_inset Text
27832
27833 \begin_layout Plain Layout
27834 c
27835 \end_layout
27836
27837 \end_inset
27838 </cell>
27839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27840 \begin_inset Text
27841
27842 \begin_layout Plain Layout
27843 d
27844 \end_layout
27845
27846 \end_inset
27847 </cell>
27848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27849 \begin_inset Text
27850
27851 \begin_layout Plain Layout
27852 e
27853 \end_layout
27854
27855 \end_inset
27856 </cell>
27857 </row>
27858 </lyxtabular>
27859
27860 \end_inset
27861
27862
27863 \end_layout
27864
27865 \end_inset
27866
27867
27868 \begin_inset space \hfill{}
27869 \end_inset
27870
27871
27872 \begin_inset Float table
27873 wide false
27874 sideways false
27875 status collapsed
27876
27877 \begin_layout Plain Layout
27878 \begin_inset Caption Standard
27879
27880 \begin_layout Plain Layout
27881 \begin_inset CommandInset label
27882 LatexCommand label
27883 name "tab:This-is-subtable-b"
27884
27885 \end_inset
27886
27887 This is subtable b.
27888 \end_layout
27889
27890 \end_inset
27891
27892
27893 \end_layout
27894
27895 \begin_layout Plain Layout
27896 \align center
27897 \begin_inset Tabular
27898 <lyxtabular version="3" rows="1" columns="5">
27899 <features tabularvalignment="middle">
27900 <column alignment="center" valignment="top">
27901 <column alignment="center" valignment="top">
27902 <column alignment="center" valignment="top">
27903 <column alignment="center" valignment="top">
27904 <column alignment="center" valignment="top">
27905 <row>
27906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27907 \begin_inset Text
27908
27909 \begin_layout Plain Layout
27910 e
27911 \end_layout
27912
27913 \end_inset
27914 </cell>
27915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27916 \begin_inset Text
27917
27918 \begin_layout Plain Layout
27919 d
27920 \end_layout
27921
27922 \end_inset
27923 </cell>
27924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27925 \begin_inset Text
27926
27927 \begin_layout Plain Layout
27928 c
27929 \end_layout
27930
27931 \end_inset
27932 </cell>
27933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27934 \begin_inset Text
27935
27936 \begin_layout Plain Layout
27937 b
27938 \end_layout
27939
27940 \end_inset
27941 </cell>
27942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27943 \begin_inset Text
27944
27945 \begin_layout Plain Layout
27946 test
27947 \end_layout
27948
27949 \end_inset
27950 </cell>
27951 </row>
27952 </lyxtabular>
27953
27954 \end_inset
27955
27956
27957 \end_layout
27958
27959 \end_inset
27960
27961
27962 \begin_inset space \hfill{}
27963 \end_inset
27964
27965
27966 \end_layout
27967
27968 \end_inset
27969
27970
27971 \end_layout
27972
27973 \begin_layout Standard
27974 \begin_inset Float table
27975 wide false
27976 sideways false
27977 status open
27978
27979 \begin_layout Plain Layout
27980 \begin_inset Caption Standard
27981
27982 \begin_layout Plain Layout
27983 \begin_inset CommandInset label
27984 LatexCommand label
27985 name "tab:Two-subtables-upon"
27986
27987 \end_inset
27988
27989 Two subtables placed one above the other.
27990  (a) table with 4 cells, (b) table with 5 cells.
27991 \end_layout
27992
27993 \end_inset
27994
27995
27996 \end_layout
27997
27998 \begin_layout Plain Layout
27999 \align center
28000 \begin_inset Float table
28001 wide false
28002 sideways false
28003 status collapsed
28004
28005 \begin_layout Plain Layout
28006 \begin_inset Caption Standard
28007
28008 \begin_layout Plain Layout
28009
28010 \end_layout
28011
28012 \end_inset
28013
28014
28015 \end_layout
28016
28017 \begin_layout Plain Layout
28018 \align center
28019 \begin_inset Tabular
28020 <lyxtabular version="3" rows="1" columns="4">
28021 <features tabularvalignment="middle">
28022 <column alignment="center" valignment="top">
28023 <column alignment="center" valignment="top">
28024 <column alignment="center" valignment="top">
28025 <column alignment="center" valignment="top">
28026 <row>
28027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28028 \begin_inset Text
28029
28030 \begin_layout Plain Layout
28031 test
28032 \end_layout
28033
28034 \end_inset
28035 </cell>
28036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28037 \begin_inset Text
28038
28039 \begin_layout Plain Layout
28040 test
28041 \end_layout
28042
28043 \end_inset
28044 </cell>
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 test
28050 \end_layout
28051
28052 \end_inset
28053 </cell>
28054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28055 \begin_inset Text
28056
28057 \begin_layout Plain Layout
28058 test
28059 \end_layout
28060
28061 \end_inset
28062 </cell>
28063 </row>
28064 </lyxtabular>
28065
28066 \end_inset
28067
28068
28069 \end_layout
28070
28071 \end_inset
28072
28073
28074 \end_layout
28075
28076 \begin_layout Plain Layout
28077 \align center
28078 \begin_inset Float table
28079 wide false
28080 sideways false
28081 status collapsed
28082
28083 \begin_layout Plain Layout
28084 \begin_inset Caption Standard
28085
28086 \begin_layout Plain Layout
28087
28088 \end_layout
28089
28090 \end_inset
28091
28092
28093 \end_layout
28094
28095 \begin_layout Plain Layout
28096 \align center
28097 \begin_inset Tabular
28098 <lyxtabular version="3" rows="1" columns="5">
28099 <features tabularvalignment="middle">
28100 <column alignment="center" valignment="top">
28101 <column alignment="center" valignment="top">
28102 <column alignment="center" valignment="top">
28103 <column alignment="center" valignment="top">
28104 <column alignment="center" valignment="top">
28105 <row>
28106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28107 \begin_inset Text
28108
28109 \begin_layout Plain Layout
28110 a
28111 \end_layout
28112
28113 \end_inset
28114 </cell>
28115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28116 \begin_inset Text
28117
28118 \begin_layout Plain Layout
28119 b
28120 \end_layout
28121
28122 \end_inset
28123 </cell>
28124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28125 \begin_inset Text
28126
28127 \begin_layout Plain Layout
28128 c
28129 \end_layout
28130
28131 \end_inset
28132 </cell>
28133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28134 \begin_inset Text
28135
28136 \begin_layout Plain Layout
28137 d
28138 \end_layout
28139
28140 \end_inset
28141 </cell>
28142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28143 \begin_inset Text
28144
28145 \begin_layout Plain Layout
28146 e
28147 \end_layout
28148
28149 \end_inset
28150 </cell>
28151 </row>
28152 </lyxtabular>
28153
28154 \end_inset
28155
28156
28157 \end_layout
28158
28159 \end_inset
28160
28161
28162 \end_layout
28163
28164 \end_inset
28165
28166
28167 \end_layout
28168
28169 \begin_layout Section
28170 Floats Side by Side
28171 \begin_inset Index idx
28172 status collapsed
28173
28174 \begin_layout Plain Layout
28175 Floats ! Side by side
28176 \end_layout
28177
28178 \end_inset
28179
28180
28181 \end_layout
28182
28183 \begin_layout Standard
28184 To place floats side by side, as in Figures
28185 \begin_inset space ~
28186 \end_inset
28187
28188
28189 \begin_inset CommandInset ref
28190 LatexCommand ref
28191 reference "fig:Float-left"
28192
28193 \end_inset
28194
28195  and 
28196 \begin_inset CommandInset ref
28197 LatexCommand ref
28198 reference "fig:Float-right"
28199
28200 \end_inset
28201
28202 , only 
28203 \emph on
28204 one
28205 \emph default
28206  float is used.
28207  In it two minipage boxes are inserted.
28208 \begin_inset Foot
28209 status collapsed
28210
28211 \begin_layout Plain Layout
28212 Minipages are explained in section
28213 \begin_inset space ~
28214 \end_inset
28215
28216
28217 \begin_inset CommandInset ref
28218 LatexCommand ref
28219 reference "sec:Minipages"
28220
28221 \end_inset
28222
28223 .
28224 \end_layout
28225
28226 \end_inset
28227
28228  The width is set to 45
28229 \begin_inset space \thinspace{}
28230 \end_inset
28231
28232 -50
28233 \begin_inset space \thinspace{}
28234 \end_inset
28235
28236 column% and the box alignment to 
28237 \family sans
28238 Bottom
28239 \family default
28240  for each minipage.
28241  The minipage boxes contain the image and the caption in the same way as
28242  they are in a float.
28243  The only difference is that the image unit 
28244 \family sans
28245 Column
28246 \begin_inset space ~
28247 \end_inset
28248
28249 Width
28250 \begin_inset space ~
28251 \end_inset
28252
28253 %
28254 \family default
28255  is now calculated according to the width of the minipage boxes.
28256 \end_layout
28257
28258 \begin_layout Standard
28259 \begin_inset Float figure
28260 wide false
28261 sideways false
28262 status open
28263
28264 \begin_layout Plain Layout
28265 \begin_inset Box Frameless
28266 position "b"
28267 hor_pos "c"
28268 has_inner_box 1
28269 inner_pos "t"
28270 use_parbox 0
28271 use_makebox 0
28272 width "45col%"
28273 special "none"
28274 height "1in"
28275 height_special "totalheight"
28276 thickness "0.4pt"
28277 separation "3pt"
28278 shadowsize "4pt"
28279 framecolor "black"
28280 backgroundcolor "none"
28281 status open
28282
28283 \begin_layout Plain Layout
28284 \align center
28285 \begin_inset Graphics
28286         filename clipart/2D-intensity-plot.pdf
28287         width 100col%
28288         scaleBeforeRotation
28289
28290 \end_inset
28291
28292
28293 \end_layout
28294
28295 \begin_layout Plain Layout
28296 \begin_inset Caption Standard
28297
28298 \begin_layout Plain Layout
28299 \begin_inset CommandInset label
28300 LatexCommand label
28301 name "fig:Float-left"
28302
28303 \end_inset
28304
28305 Float on the left side.
28306 \end_layout
28307
28308 \end_inset
28309
28310
28311 \end_layout
28312
28313 \end_inset
28314
28315
28316 \begin_inset space \hfill{}
28317 \end_inset
28318
28319
28320 \begin_inset Box Frameless
28321 position "b"
28322 hor_pos "c"
28323 has_inner_box 1
28324 inner_pos "t"
28325 use_parbox 0
28326 use_makebox 0
28327 width "45col%"
28328 special "none"
28329 height "1in"
28330 height_special "totalheight"
28331 thickness "0.4pt"
28332 separation "3pt"
28333 shadowsize "4pt"
28334 framecolor "black"
28335 backgroundcolor "none"
28336 status open
28337
28338 \begin_layout Plain Layout
28339 \align center
28340 \begin_inset Graphics
28341         filename clipart/Star-structure.pdf
28342         width 100col%
28343         scaleBeforeRotation
28344
28345 \end_inset
28346
28347
28348 \end_layout
28349
28350 \begin_layout Plain Layout
28351 \begin_inset Caption Standard
28352
28353 \begin_layout Plain Layout
28354 \begin_inset CommandInset label
28355 LatexCommand label
28356 name "fig:Float-right"
28357
28358 \end_inset
28359
28360 Float on the right side.
28361 \end_layout
28362
28363 \end_inset
28364
28365
28366 \end_layout
28367
28368 \end_inset
28369
28370
28371 \end_layout
28372
28373 \end_inset
28374
28375
28376 \end_layout
28377
28378 \begin_layout Standard
28379 An alternative and simpler solution is to use the module 
28380 \family sans
28381 Variable-width Minipages
28382 \family default
28383 , see sec.
28384 \begin_inset space \thinspace{}
28385 \end_inset
28386
28387
28388 \begin_inset CommandInset ref
28389 LatexCommand ref
28390 reference "sec:Minipages"
28391
28392 \end_inset
28393
28394 .
28395  Variable-width minipages adapt automatically to the width of the figures
28396  and tables.
28397  They do not require an explicit width to be given, and they improve the
28398  horizontal alignment of the figures.
28399  The LyX example file 
28400 \emph on
28401 varwidth-floats-side-by-side
28402 \emph default
28403  gives examples of how to do this.
28404 \end_layout
28405
28406 \begin_layout Section
28407 Caption Formatting
28408 \begin_inset Index idx
28409 status collapsed
28410
28411 \begin_layout Plain Layout
28412 Caption ! Formatting
28413 \end_layout
28414
28415 \end_inset
28416
28417
28418 \begin_inset Index idx
28419 status collapsed
28420
28421 \begin_layout Plain Layout
28422 Floats ! Caption Formatting
28423 \end_layout
28424
28425 \end_inset
28426
28427
28428 \begin_inset CommandInset label
28429 LatexCommand label
28430 name "sec:Caption-Formatting"
28431
28432 \end_inset
28433
28434
28435 \end_layout
28436
28437 \begin_layout Standard
28438 The 
28439 \family sans
28440 Caption
28441 \family default
28442  environment is the default paragraph environment for 
28443 \family sans
28444 Floats
28445 \family default
28446 .
28447  On the \SpecialChar LyX
28448  screen captions appear as a label, e.
28449 \begin_inset space \thinspace{}
28450 \end_inset
28451
28452 g.
28453 \begin_inset space \space{}
28454 \end_inset
28455
28456
28457 \begin_inset Quotes eld
28458 \end_inset
28459
28460
28461 \family sans
28462 Figure #:
28463 \family default
28464
28465 \begin_inset Quotes erd
28466 \end_inset
28467
28468  followed by the caption text.
28469  
28470 \begin_inset Quotes eld
28471 \end_inset
28472
28473 #
28474 \begin_inset Quotes erd
28475 \end_inset
28476
28477  is the actual reference number.
28478  By default the label and the number are in the same font as the caption
28479  text and a colon follows the number to divide the label from the text.
28480  This caption format is suitable for many but not all documents.
28481  
28482 \end_layout
28483
28484 \begin_layout Standard
28485 To change the default caption format, load the \SpecialChar LaTeX
28486 -package 
28487 \series bold
28488 caption
28489 \series default
28490
28491 \begin_inset Index idx
28492 status collapsed
28493
28494 \begin_layout Plain Layout
28495 \SpecialChar LaTeX
28496 -packages ! caption
28497 \end_layout
28498
28499 \end_inset
28500
28501  in the document preamble with this line:
28502 \end_layout
28503
28504 \begin_layout Standard
28505
28506 \series bold
28507
28508 \backslash
28509 usepackage[format definition]{caption}
28510 \end_layout
28511
28512 \begin_layout Standard
28513 To have for example the label and the number in sans-serif, bold font and
28514  the table captions always above the table as in this document, use the
28515  following command:
28516 \end_layout
28517
28518 \begin_layout Standard
28519
28520 \series bold
28521
28522 \backslash
28523 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
28524 \end_layout
28525
28526 \begin_layout Standard
28527 You can also define different caption formats for the different float types.
28528  In this case load the 
28529 \series bold
28530 caption
28531 \series default
28532  package without format specific options and define the different formats
28533  with the help of the command
28534 \end_layout
28535
28536 \begin_layout Standard
28537
28538 \series bold
28539
28540 \backslash
28541 captionsetup[float type]{format definition}
28542 \end_layout
28543
28544 \begin_layout Standard
28545 in the document preamble.
28546  For example the caption formats of Figure
28547 \begin_inset space ~
28548 \end_inset
28549
28550
28551 \begin_inset CommandInset ref
28552 LatexCommand ref
28553 reference "fig:This-is-an-fig"
28554
28555 \end_inset
28556
28557  and Table
28558 \begin_inset space ~
28559 \end_inset
28560
28561
28562 \begin_inset CommandInset ref
28563 LatexCommand ref
28564 reference "tab:This-is-an-tab"
28565
28566 \end_inset
28567
28568  can be created using these commands in the document preamble:
28569 \end_layout
28570
28571 \begin_layout Standard
28572
28573 \series bold
28574
28575 \backslash
28576 usepackage[tableposition=top]{caption}
28577 \series default
28578
28579 \begin_inset Newline newline
28580 \end_inset
28581
28582
28583 \series bold
28584
28585 \backslash
28586 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
28587 \begin_inset Newline newline
28588 \end_inset
28589
28590
28591 \begin_inset Phantom HPhantom
28592 status open
28593
28594 \begin_layout Plain Layout
28595
28596 \series bold
28597
28598 \backslash
28599 captionsetup[figure]{
28600 \end_layout
28601
28602 \end_inset
28603
28604 labelsep=period}
28605 \begin_inset Newline newline
28606 \end_inset
28607
28608
28609 \backslash
28610 captionsetup[table]{labelfont={bf,sf}}
28611 \end_layout
28612
28613 \begin_layout Standard
28614 \begin_inset Note Greyedout
28615 status open
28616
28617 \begin_layout Plain Layout
28618
28619 \series bold
28620 Note:
28621 \series default
28622  The option 
28623 \series bold
28624 tableposition=top
28625 \series default
28626  has no effect when a 
28627 \series bold
28628 KOMA-Script
28629 \series default
28630
28631 \begin_inset Index idx
28632 status collapsed
28633
28634 \begin_layout Plain Layout
28635 \SpecialChar LaTeX
28636 -packages ! KOMA-Script
28637 \end_layout
28638
28639 \end_inset
28640
28641  document class is used.
28642  In this case the document class option 
28643 \series bold
28644 captions=tableheading
28645 \series default
28646  must be used.
28647 \end_layout
28648
28649 \end_inset
28650
28651
28652 \end_layout
28653
28654 \begin_layout Standard
28655 For more information about the package 
28656 \series bold
28657 caption
28658 \series default
28659  we refer to its documentation 
28660 \begin_inset CommandInset citation
28661 LatexCommand cite
28662 key "caption"
28663 literal "true"
28664
28665 \end_inset
28666
28667 .
28668 \end_layout
28669
28670 \begin_layout Standard
28671 To change the label name from e.
28672 \begin_inset space \thinspace{}
28673 \end_inset
28674
28675 g.
28676 \begin_inset space \space{}
28677 \end_inset
28678
28679
28680 \begin_inset Quotes eld
28681 \end_inset
28682
28683 Figure
28684 \begin_inset Quotes erd
28685 \end_inset
28686
28687  to 
28688 \begin_inset Quotes eld
28689 \end_inset
28690
28691 Image
28692 \begin_inset Quotes erd
28693 \end_inset
28694
28695  use this preamble command:
28696 \end_layout
28697
28698 \begin_layout Standard
28699
28700 \series bold
28701
28702 \backslash
28703 renewcommand{
28704 \backslash
28705 fnum@figure}{Image~
28706 \backslash
28707 thefigure}
28708 \end_layout
28709
28710 \begin_layout Standard
28711 where 
28712 \series bold
28713
28714 \backslash
28715 thefigure
28716 \series default
28717  inserts the figure number and
28718 \series bold
28719  
28720 \begin_inset Quotes eld
28721 \end_inset
28722
28723 ~
28724 \series default
28725
28726 \begin_inset Quotes erd
28727 \end_inset
28728
28729  creates a protected space.
28730 \end_layout
28731
28732 \begin_layout Standard
28733 \begin_inset VSpace bigskip
28734 \end_inset
28735
28736 If you are using a 
28737 \series bold
28738 KOMA-Script
28739 \series default
28740
28741 \begin_inset Index idx
28742 status collapsed
28743
28744 \begin_layout Plain Layout
28745 \SpecialChar LaTeX
28746 -packages ! KOMA-Script
28747 \end_layout
28748
28749 \end_inset
28750
28751  document class (
28752 \family sans
28753 article (KOMA-Script)
28754 \family default
28755
28756 \family sans
28757 book (KOMA-Script)
28758 \family default
28759
28760 \family sans
28761 letter (KOMA-Script)
28762 \family default
28763 , or 
28764 \family sans
28765 report (KOMA-Script)
28766 \family default
28767
28768 \begin_inset space \thinspace{}
28769 \end_inset
28770
28771 ), you can alternatively to the 
28772 \series bold
28773 caption
28774 \series default
28775  package use 
28776 \series bold
28777 KOMA-Script
28778 \series default
28779 's built-in command 
28780 \series bold
28781
28782 \backslash
28783 setkomafont
28784 \series default
28785 .
28786  For example, to have the caption label in bold, add this command to your
28787  document preamble:
28788 \end_layout
28789
28790 \begin_layout Standard
28791
28792 \series bold
28793
28794 \backslash
28795 setkomafont{captionlabel}{
28796 \backslash
28797 bfseries}
28798 \end_layout
28799
28800 \begin_layout Standard
28801 For more information about 
28802 \series bold
28803
28804 \backslash
28805 setkomafont
28806 \series default
28807  we refer to the 
28808 \series bold
28809 KOMA-Script
28810 \series default
28811  documentation 
28812 \begin_inset CommandInset citation
28813 LatexCommand cite
28814 key "KOMA-Script"
28815 literal "true"
28816
28817 \end_inset
28818
28819 .
28820 \end_layout
28821
28822 \begin_layout Standard
28823 \begin_inset ERT
28824 status collapsed
28825
28826 \begin_layout Plain Layout
28827
28828
28829 \backslash
28830 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
28831 }
28832 \end_layout
28833
28834 \end_inset
28835
28836
28837 \begin_inset Note Note
28838 status open
28839
28840 \begin_layout Plain Layout
28841 The caption format is changed only for this example.
28842 \end_layout
28843
28844 \end_inset
28845
28846
28847 \end_layout
28848
28849 \begin_layout Standard
28850 \begin_inset Float figure
28851 placement !p
28852 wide false
28853 sideways false
28854 status open
28855
28856 \begin_layout Plain Layout
28857 \align center
28858 \begin_inset Graphics
28859         filename clipart/2D-intensity-plot.pdf
28860         scaleBeforeRotation
28861
28862 \end_inset
28863
28864
28865 \end_layout
28866
28867 \begin_layout Plain Layout
28868 \begin_inset Caption Standard
28869
28870 \begin_layout Plain Layout
28871 \begin_inset CommandInset label
28872 LatexCommand label
28873 name "fig:This-is-an-fig"
28874
28875 \end_inset
28876
28877 This is an example figure caption that is longer than one line to show the
28878  different caption format.
28879  Here a self-defined caption format is used.
28880 \end_layout
28881
28882 \end_inset
28883
28884
28885 \end_layout
28886
28887 \end_inset
28888
28889
28890 \end_layout
28891
28892 \begin_layout Standard
28893 \begin_inset ERT
28894 status collapsed
28895
28896 \begin_layout Plain Layout
28897
28898
28899 \backslash
28900 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
28901 on}
28902 \end_layout
28903
28904 \end_inset
28905
28906
28907 \end_layout
28908
28909 \begin_layout Standard
28910 \begin_inset Float table
28911 placement !p
28912 wide false
28913 sideways false
28914 status open
28915
28916 \begin_layout Plain Layout
28917 \begin_inset Caption Standard
28918
28919 \begin_layout Plain Layout
28920 \begin_inset CommandInset label
28921 LatexCommand label
28922 name "tab:This-is-an-tab"
28923
28924 \end_inset
28925
28926 This is an example table caption that is longer than one line to show the
28927  different caption format.
28928  Here the standard caption format for tables in this document is used.
28929 \end_layout
28930
28931 \end_inset
28932
28933
28934 \end_layout
28935
28936 \begin_layout Plain Layout
28937 \align center
28938 \begin_inset Tabular
28939 <lyxtabular version="3" rows="1" columns="5">
28940 <features tabularvalignment="middle">
28941 <column alignment="center" valignment="top">
28942 <column alignment="center" valignment="top">
28943 <column alignment="center" valignment="top">
28944 <column alignment="center" valignment="top">
28945 <column alignment="center" valignment="top">
28946 <row>
28947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28948 \begin_inset Text
28949
28950 \begin_layout Plain Layout
28951 a
28952 \end_layout
28953
28954 \end_inset
28955 </cell>
28956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28957 \begin_inset Text
28958
28959 \begin_layout Plain Layout
28960 b
28961 \end_layout
28962
28963 \end_inset
28964 </cell>
28965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28966 \begin_inset Text
28967
28968 \begin_layout Plain Layout
28969 c
28970 \end_layout
28971
28972 \end_inset
28973 </cell>
28974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28975 \begin_inset Text
28976
28977 \begin_layout Plain Layout
28978 d
28979 \end_layout
28980
28981 \end_inset
28982 </cell>
28983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28984 \begin_inset Text
28985
28986 \begin_layout Plain Layout
28987 e
28988 \end_layout
28989
28990 \end_inset
28991 </cell>
28992 </row>
28993 </lyxtabular>
28994
28995 \end_inset
28996
28997
28998 \end_layout
28999
29000 \end_inset
29001
29002
29003 \end_layout
29004
29005 \begin_layout Section
29006 Caption Placement
29007 \begin_inset Index idx
29008 status collapsed
29009
29010 \begin_layout Plain Layout
29011 Caption ! Placement
29012 \end_layout
29013
29014 \end_inset
29015
29016
29017 \begin_inset Index idx
29018 status collapsed
29019
29020 \begin_layout Plain Layout
29021 Floats ! Caption Placement
29022 \end_layout
29023
29024 \end_inset
29025
29026
29027 \begin_inset CommandInset label
29028 LatexCommand label
29029 name "sec:Caption-Placement"
29030
29031 \end_inset
29032
29033
29034 \end_layout
29035
29036 \begin_layout Standard
29037 The common caption placement rule is:
29038 \end_layout
29039
29040 \begin_layout Description
29041 Figure: Caption is set below the figure
29042 \end_layout
29043
29044 \begin_layout Description
29045 Table: Caption is set above the table
29046 \end_layout
29047
29048 \begin_layout Standard
29049 Having the caption above the table is unfortunately not supported in \SpecialChar LaTeX
29050 's
29051  standard classes.
29052  That means if you are using the document classes 
29053 \family sans
29054 article
29055 \family default
29056
29057 \family sans
29058 book
29059 \family default
29060
29061 \family sans
29062 letter
29063 \family default
29064 , or 
29065 \family sans
29066 report
29067 \family default
29068  there will be no space between the caption and the table.
29069  To insert the necessary space, load the \SpecialChar LaTeX
29070 -package 
29071 \series bold
29072 caption
29073 \series default
29074
29075 \begin_inset Index idx
29076 status collapsed
29077
29078 \begin_layout Plain Layout
29079 \SpecialChar LaTeX
29080 -packages ! caption
29081 \end_layout
29082
29083 \end_inset
29084
29085  in your document preamble with the option
29086 \begin_inset Foot
29087 status collapsed
29088
29089 \begin_layout Plain Layout
29090 See section
29091 \begin_inset space ~
29092 \end_inset
29093
29094
29095 \begin_inset CommandInset ref
29096 LatexCommand ref
29097 reference "sec:Caption-Formatting"
29098
29099 \end_inset
29100
29101  for more information of the package 
29102 \series bold
29103 caption
29104 \series default
29105 .
29106 \end_layout
29107
29108 \end_inset
29109
29110
29111 \end_layout
29112
29113 \begin_layout Standard
29114
29115 \series bold
29116 tableposition=top
29117 \end_layout
29118
29119 \begin_layout Standard
29120 If you are using a 
29121 \series bold
29122 KOMA-Script
29123 \series default
29124
29125 \begin_inset Index idx
29126 status collapsed
29127
29128 \begin_layout Plain Layout
29129 \SpecialChar LaTeX
29130 -packages ! KOMA-Script
29131 \end_layout
29132
29133 \end_inset
29134
29135  document class (
29136 \family sans
29137 article (KOMA-Script)
29138 \family default
29139
29140 \family sans
29141 book (KOMA-Script)
29142 \family default
29143
29144 \family sans
29145 letter (KOMA-Script)
29146 \family default
29147 , or 
29148 \family sans
29149 report (KOMA-Script)
29150 \family default
29151
29152 \begin_inset space \thinspace{}
29153 \end_inset
29154
29155 ), you can alternatively to the 
29156 \series bold
29157 caption
29158 \series default
29159  package set the document class option
29160 \begin_inset Foot
29161 status collapsed
29162
29163 \begin_layout Plain Layout
29164 That option is used in this document.
29165 \end_layout
29166
29167 \end_inset
29168
29169
29170 \end_layout
29171
29172 \begin_layout Standard
29173
29174 \series bold
29175 captions=tableheading
29176 \end_layout
29177
29178 \begin_layout Standard
29179 In documents with a KOMA-Script document class you can also right-click
29180  on a caption and mark in the context menu if this should be a caption above
29181  or below the table/figure.
29182  This way you can override the document-wide caption placement for certain
29183  captions.
29184  Table
29185 \begin_inset space ~
29186 \end_inset
29187
29188
29189 \begin_inset CommandInset ref
29190 LatexCommand ref
29191 reference "tab:A-caption-marked"
29192
29193 \end_inset
29194
29195  is an example where the caption is marked a being below the table while
29196  it is above.
29197  For comparison the caption in Table
29198 \begin_inset space ~
29199 \end_inset
29200
29201
29202 \begin_inset CommandInset ref
29203 LatexCommand ref
29204 reference "tab:A-standard-table"
29205
29206 \end_inset
29207
29208  is not marked.
29209 \end_layout
29210
29211 \begin_layout Standard
29212 \begin_inset Float table
29213 wide false
29214 sideways false
29215 status open
29216
29217 \begin_layout Plain Layout
29218 \begin_inset Caption Below
29219
29220 \begin_layout Plain Layout
29221 \begin_inset CommandInset label
29222 LatexCommand label
29223 name "tab:A-caption-marked"
29224
29225 \end_inset
29226
29227 A caption marked as being below the table.
29228 \end_layout
29229
29230 \end_inset
29231
29232
29233 \end_layout
29234
29235 \begin_layout Plain Layout
29236 \align center
29237 \begin_inset Tabular
29238 <lyxtabular version="3" rows="3" columns="3">
29239 <features tabularvalignment="middle">
29240 <column alignment="center" valignment="top" width="0pt">
29241 <column alignment="center" valignment="top" width="0pt">
29242 <column alignment="center" valignment="top" width="0pt">
29243 <row>
29244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29245 \begin_inset Text
29246
29247 \begin_layout Plain Layout
29248 1
29249 \end_layout
29250
29251 \end_inset
29252 </cell>
29253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29254 \begin_inset Text
29255
29256 \begin_layout Plain Layout
29257 2
29258 \end_layout
29259
29260 \end_inset
29261 </cell>
29262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29263 \begin_inset Text
29264
29265 \begin_layout Plain Layout
29266 3
29267 \end_layout
29268
29269 \end_inset
29270 </cell>
29271 </row>
29272 <row>
29273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29274 \begin_inset Text
29275
29276 \begin_layout Plain Layout
29277 Joe
29278 \end_layout
29279
29280 \end_inset
29281 </cell>
29282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29283 \begin_inset Text
29284
29285 \begin_layout Plain Layout
29286 Mary
29287 \end_layout
29288
29289 \end_inset
29290 </cell>
29291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29292 \begin_inset Text
29293
29294 \begin_layout Plain Layout
29295 Ted
29296 \end_layout
29297
29298 \end_inset
29299 </cell>
29300 </row>
29301 <row>
29302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29303 \begin_inset Text
29304
29305 \begin_layout Plain Layout
29306 \begin_inset Formula $\int x^{2}dx$
29307 \end_inset
29308
29309
29310 \end_layout
29311
29312 \end_inset
29313 </cell>
29314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29315 \begin_inset Text
29316
29317 \begin_layout Plain Layout
29318 \begin_inset Formula $\left[\begin{array}{cc}
29319 a & b\\
29320 c & d
29321 \end{array}\right]$
29322 \end_inset
29323
29324
29325 \end_layout
29326
29327 \end_inset
29328 </cell>
29329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29330 \begin_inset Text
29331
29332 \begin_layout Plain Layout
29333 \begin_inset Formula $1+1=2$
29334 \end_inset
29335
29336
29337 \end_layout
29338
29339 \end_inset
29340 </cell>
29341 </row>
29342 </lyxtabular>
29343
29344 \end_inset
29345
29346
29347 \end_layout
29348
29349 \end_inset
29350
29351
29352 \end_layout
29353
29354 \begin_layout Standard
29355 \begin_inset Float table
29356 wide false
29357 sideways false
29358 status open
29359
29360 \begin_layout Plain Layout
29361 \begin_inset Caption Standard
29362
29363 \begin_layout Plain Layout
29364 \begin_inset CommandInset label
29365 LatexCommand label
29366 name "tab:A-standard-table"
29367
29368 \end_inset
29369
29370 A standard table caption.
29371 \end_layout
29372
29373 \end_inset
29374
29375
29376 \end_layout
29377
29378 \begin_layout Plain Layout
29379 \align center
29380 \begin_inset Tabular
29381 <lyxtabular version="3" rows="3" columns="3">
29382 <features tabularvalignment="middle">
29383 <column alignment="center" valignment="top" width="0pt">
29384 <column alignment="center" valignment="top" width="0pt">
29385 <column alignment="center" valignment="top" width="0pt">
29386 <row>
29387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29388 \begin_inset Text
29389
29390 \begin_layout Plain Layout
29391 1
29392 \end_layout
29393
29394 \end_inset
29395 </cell>
29396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29397 \begin_inset Text
29398
29399 \begin_layout Plain Layout
29400 2
29401 \end_layout
29402
29403 \end_inset
29404 </cell>
29405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29406 \begin_inset Text
29407
29408 \begin_layout Plain Layout
29409 3
29410 \end_layout
29411
29412 \end_inset
29413 </cell>
29414 </row>
29415 <row>
29416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29417 \begin_inset Text
29418
29419 \begin_layout Plain Layout
29420 Joe
29421 \end_layout
29422
29423 \end_inset
29424 </cell>
29425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29426 \begin_inset Text
29427
29428 \begin_layout Plain Layout
29429 Mary
29430 \end_layout
29431
29432 \end_inset
29433 </cell>
29434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29435 \begin_inset Text
29436
29437 \begin_layout Plain Layout
29438 Ted
29439 \end_layout
29440
29441 \end_inset
29442 </cell>
29443 </row>
29444 <row>
29445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29446 \begin_inset Text
29447
29448 \begin_layout Plain Layout
29449 \begin_inset Formula $\int x^{2}dx$
29450 \end_inset
29451
29452
29453 \end_layout
29454
29455 \end_inset
29456 </cell>
29457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29458 \begin_inset Text
29459
29460 \begin_layout Plain Layout
29461 \begin_inset Formula $\left[\begin{array}{cc}
29462 a & b\\
29463 c & d
29464 \end{array}\right]$
29465 \end_inset
29466
29467
29468 \end_layout
29469
29470 \end_inset
29471 </cell>
29472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29473 \begin_inset Text
29474
29475 \begin_layout Plain Layout
29476 \begin_inset Formula $1+1=2$
29477 \end_inset
29478
29479
29480 \end_layout
29481
29482 \end_inset
29483 </cell>
29484 </row>
29485 </lyxtabular>
29486
29487 \end_inset
29488
29489
29490 \end_layout
29491
29492 \end_inset
29493
29494
29495 \end_layout
29496
29497 \begin_layout Standard
29498 \begin_inset VSpace bigskip
29499 \end_inset
29500
29501 It is also possible to set the caption beside a figure or table.
29502  To get this the \SpecialChar LaTeX
29503 -package 
29504 \series bold
29505 sidecap
29506 \series default
29507
29508 \begin_inset Index idx
29509 status collapsed
29510
29511 \begin_layout Plain Layout
29512 \SpecialChar LaTeX
29513 -packages ! sidecap
29514 \end_layout
29515
29516 \end_inset
29517
29518  has to be loaded in the document preamble with the line
29519 \end_layout
29520
29521 \begin_layout Standard
29522
29523 \series bold
29524
29525 \backslash
29526 usepackage[option]{sidecap}
29527 \end_layout
29528
29529 \begin_layout Standard
29530 If you set no option, the caption is placed on the side of the outer page
29531  margin â€“ to the right on odd pages, to the left on even pages.
29532  You can change the placement to inner margin with the option 
29533 \series bold
29534 innercaption
29535 \series default
29536 .
29537  To force the placement always to the right or left, use the option 
29538 \series bold
29539 rightcaption
29540 \series default
29541  or 
29542 \series bold
29543 leftcaption
29544 \series default
29545 , respectively.
29546 \end_layout
29547
29548 \begin_layout Standard
29549 \begin_inset ERT
29550 status collapsed
29551
29552 \begin_layout Plain Layout
29553
29554
29555 \backslash
29556 ifsidecap
29557 \end_layout
29558
29559 \end_inset
29560
29561
29562 \begin_inset Note Note
29563 status open
29564
29565 \begin_layout Plain Layout
29566 The following section will only be displayed when the \SpecialChar LaTeX
29567 -package 
29568 \series bold
29569 sidecap
29570 \series default
29571  is installed.
29572 \end_layout
29573
29574 \end_inset
29575
29576
29577 \end_layout
29578
29579 \begin_layout Standard
29580 To place in \SpecialChar LyX
29581  the caption of a float on the side, it is necessary to add
29582  these commands to the document preamble:
29583 \end_layout
29584
29585 \begin_layout Standard
29586 \noindent
29587 \begin_inset CommandInset line
29588 LatexCommand rule
29589 offset "0.5ex"
29590 width "100line%"
29591 height "1pt"
29592
29593 \end_inset
29594
29595
29596 \end_layout
29597
29598 \begin_layout Standard
29599
29600 \series bold
29601
29602 \backslash
29603 newcommand{
29604 \backslash
29605 TabBesBeg}[1][1.0]{%
29606 \begin_inset Newline newline
29607 \end_inset
29608
29609
29610 \begin_inset Phantom HPhantom
29611 status open
29612
29613 \begin_layout Plain Layout
29614 \begin_inset space ~
29615 \end_inset
29616
29617
29618 \end_layout
29619
29620 \end_inset
29621
29622
29623 \backslash
29624 let
29625 \backslash
29626 MyTable
29627 \backslash
29628 table
29629 \begin_inset Newline newline
29630 \end_inset
29631
29632
29633 \begin_inset Phantom HPhantom
29634 status open
29635
29636 \begin_layout Plain Layout
29637
29638 \series medium
29639 \begin_inset space ~
29640 \end_inset
29641
29642
29643 \end_layout
29644
29645 \end_inset
29646
29647
29648 \backslash
29649 let
29650 \backslash
29651 MyEndtable
29652 \backslash
29653 endtable
29654 \begin_inset Newline newline
29655 \end_inset
29656
29657
29658 \begin_inset Phantom HPhantom
29659 status open
29660
29661 \begin_layout Plain Layout
29662
29663 \series medium
29664 \begin_inset space ~
29665 \end_inset
29666
29667
29668 \end_layout
29669
29670 \end_inset
29671
29672
29673 \backslash
29674 renewenvironment{table}[1]{
29675 \backslash
29676 begin{SCtable}[#1]##1}{
29677 \backslash
29678 end{SCtable}}}
29679 \end_layout
29680
29681 \begin_layout Standard
29682
29683 \series bold
29684
29685 \backslash
29686 newcommand{
29687 \backslash
29688 TabBesEnd}{%
29689 \begin_inset Newline newline
29690 \end_inset
29691
29692
29693 \begin_inset Phantom HPhantom
29694 status open
29695
29696 \begin_layout Plain Layout
29697 \begin_inset space ~
29698 \end_inset
29699
29700
29701 \end_layout
29702
29703 \end_inset
29704
29705
29706 \backslash
29707 let
29708 \backslash
29709 table
29710 \backslash
29711 MyTable
29712 \begin_inset Newline newline
29713 \end_inset
29714
29715
29716 \begin_inset Phantom HPhantom
29717 status open
29718
29719 \begin_layout Plain Layout
29720 \begin_inset space ~
29721 \end_inset
29722
29723
29724 \end_layout
29725
29726 \end_inset
29727
29728
29729 \backslash
29730 let
29731 \backslash
29732 endtable
29733 \backslash
29734 MyEndtable
29735 \end_layout
29736
29737 \begin_layout Standard
29738
29739 \series bold
29740
29741 \backslash
29742 newcommand{
29743 \backslash
29744 FigBesBeg}[1][1.0]{%
29745 \begin_inset Newline newline
29746 \end_inset
29747
29748
29749 \begin_inset Phantom HPhantom
29750 status open
29751
29752 \begin_layout Plain Layout
29753 \begin_inset space ~
29754 \end_inset
29755
29756
29757 \end_layout
29758
29759 \end_inset
29760
29761
29762 \backslash
29763 let
29764 \backslash
29765 MyFigure
29766 \backslash
29767 figure
29768 \begin_inset Newline newline
29769 \end_inset
29770
29771
29772 \begin_inset Phantom HPhantom
29773 status open
29774
29775 \begin_layout Plain Layout
29776 \begin_inset space ~
29777 \end_inset
29778
29779
29780 \end_layout
29781
29782 \end_inset
29783
29784
29785 \backslash
29786 let
29787 \backslash
29788 MyEndfigure
29789 \backslash
29790 endfigure
29791 \begin_inset Newline newline
29792 \end_inset
29793
29794
29795 \begin_inset Phantom HPhantom
29796 status open
29797
29798 \begin_layout Plain Layout
29799 \begin_inset space ~
29800 \end_inset
29801
29802
29803 \end_layout
29804
29805 \end_inset
29806
29807
29808 \backslash
29809 renewenvironment{figure}[1]{
29810 \backslash
29811 begin{SCfigure}[#1]##1}{
29812 \backslash
29813 end{SCfigure}}}
29814 \end_layout
29815
29816 \begin_layout Standard
29817
29818 \series bold
29819
29820 \backslash
29821 newcommand{
29822 \backslash
29823 FigBesEnd}{%
29824 \begin_inset Newline newline
29825 \end_inset
29826
29827
29828 \begin_inset Phantom HPhantom
29829 status open
29830
29831 \begin_layout Plain Layout
29832 \begin_inset space ~
29833 \end_inset
29834
29835
29836 \end_layout
29837
29838 \end_inset
29839
29840
29841 \backslash
29842 let
29843 \backslash
29844 figure
29845 \backslash
29846 MyFigure
29847 \begin_inset Newline newline
29848 \end_inset
29849
29850
29851 \begin_inset Phantom HPhantom
29852 status open
29853
29854 \begin_layout Plain Layout
29855 \begin_inset space ~
29856 \end_inset
29857
29858
29859 \end_layout
29860
29861 \end_inset
29862
29863
29864 \backslash
29865 let
29866 \backslash
29867 endfigure
29868 \backslash
29869 MyEndfigure}
29870 \end_layout
29871
29872 \begin_layout Standard
29873 \noindent
29874 \begin_inset CommandInset line
29875 LatexCommand rule
29876 offset "0.5ex"
29877 width "100line%"
29878 height "1pt"
29879
29880 \end_inset
29881
29882
29883 \end_layout
29884
29885 \begin_layout Standard
29886 The commands allow you to redefine the floats so that the caption is set
29887  on the side.
29888  For figure floats use the command
29889 \end_layout
29890
29891 \begin_layout Standard
29892
29893 \series bold
29894
29895 \backslash
29896 FigBesBeg
29897 \end_layout
29898
29899 \begin_layout Standard
29900 in \SpecialChar TeX
29901  Code before the float.
29902  And insert the command
29903 \end_layout
29904
29905 \begin_layout Standard
29906
29907 \series bold
29908
29909 \backslash
29910 FigBesEnd
29911 \end_layout
29912
29913 \begin_layout Standard
29914 in \SpecialChar TeX
29915  Code at the point where you want to get back to the original float definitio
29916 n.
29917 \end_layout
29918
29919 \begin_layout Standard
29920 For table floats use the corresponding commands
29921 \end_layout
29922
29923 \begin_layout Standard
29924
29925 \series bold
29926
29927 \backslash
29928 TabBesBeg
29929 \series default
29930  and 
29931 \series bold
29932
29933 \backslash
29934 TabBesEnd
29935 \end_layout
29936
29937 \begin_layout Standard
29938 Figure
29939 \begin_inset space ~
29940 \end_inset
29941
29942
29943 \begin_inset CommandInset ref
29944 LatexCommand ref
29945 reference "fig:cap-beside-fig"
29946
29947 \end_inset
29948
29949  and Table
29950 \begin_inset space ~
29951 \end_inset
29952
29953
29954 \begin_inset CommandInset ref
29955 LatexCommand ref
29956 reference "tab:cap-beside-tab"
29957
29958 \end_inset
29959
29960  are examples where the caption is set beside.
29961 \end_layout
29962
29963 \begin_layout Standard
29964 You can see in the examples that the caption text appears at the top of
29965  the floats for table floats and at the bottom for figure floats.
29966  To change this, you can use the command
29967 \end_layout
29968
29969 \begin_layout Standard
29970
29971 \series bold
29972
29973 \backslash
29974 sidecaptionvpos{float type}{placement}
29975 \end_layout
29976
29977 \begin_layout Standard
29978 in the document preamble or in \SpecialChar TeX
29979  Code before the float.
29980  The float type is either 
29981 \family sans
29982 figure
29983 \family default
29984  or 
29985 \family sans
29986 table
29987 \family default
29988 , the placement can be 
29989 \begin_inset Quotes eld
29990 \end_inset
29991
29992
29993 \family sans
29994 t
29995 \family default
29996
29997 \begin_inset Quotes erd
29998 \end_inset
29999
30000  for top, 
30001 \begin_inset Quotes eld
30002 \end_inset
30003
30004
30005 \family sans
30006 c
30007 \family default
30008
30009 \begin_inset Quotes erd
30010 \end_inset
30011
30012  for center, or 
30013 \begin_inset Quotes eld
30014 \end_inset
30015
30016
30017 \family sans
30018 b
30019 \family default
30020
30021 \begin_inset Quotes erd
30022 \end_inset
30023
30024  for bottom.
30025  To have for example the caption of figure floats vertically centered, use
30026  the command
30027 \end_layout
30028
30029 \begin_layout Standard
30030
30031 \series bold
30032
30033 \backslash
30034 sidecaptionvpos{figure}{c}
30035 \end_layout
30036
30037 \begin_layout Standard
30038 This was used for Figure
30039 \begin_inset space ~
30040 \end_inset
30041
30042
30043 \begin_inset CommandInset ref
30044 LatexCommand ref
30045 reference "fig:cap-beside-fig-2"
30046
30047 \end_inset
30048
30049 .
30050 \end_layout
30051
30052 \begin_layout Standard
30053 \begin_inset VSpace medskip
30054 \end_inset
30055
30056
30057 \end_layout
30058
30059 \begin_layout Standard
30060 The default caption width is the width of the image/table.
30061  For thin image/tables, like in Table
30062 \begin_inset space ~
30063 \end_inset
30064
30065
30066 \begin_inset CommandInset ref
30067 LatexCommand ref
30068 reference "tab:cap-beside-tab"
30069
30070 \end_inset
30071
30072 , this leads to captions that are too thin.
30073  You can increase the width by specifying a factor that will be multiplied
30074  with the image/table width to get the caption width.
30075  The caption width will automatically be recalculated in case it would protrude
30076  over the page or column margin due to the specified width.
30077  The 
30078 \emph on
30079 factor
30080 \emph default
30081  can either be given as optional argument for 
30082 \series bold
30083
30084 \backslash
30085 FigBesBeg
30086 \series default
30087 :
30088 \end_layout
30089
30090 \begin_layout Standard
30091
30092 \series bold
30093
30094 \backslash
30095 FigBesBeg[factor]
30096 \end_layout
30097
30098 \begin_layout Standard
30099 or in the definition of 
30100 \series bold
30101
30102 \backslash
30103 FigBesBeg
30104 \series default
30105  by replacing the 
30106 \series bold
30107 1.0
30108 \series default
30109  with another value.
30110  If you do the latter, your factor will be the default if 
30111 \series bold
30112
30113 \backslash
30114 FigBesBeg
30115 \series default
30116  is used without an argument.
30117  For Table
30118 \begin_inset space ~
30119 \end_inset
30120
30121
30122 \begin_inset CommandInset ref
30123 LatexCommand ref
30124 reference "tab:cap-beside-tab-wider"
30125
30126 \end_inset
30127
30128  the factor 5 was used.
30129 \end_layout
30130
30131 \begin_layout Standard
30132 \begin_inset Note Greyedout
30133 status open
30134
30135 \begin_layout Plain Layout
30136
30137 \series bold
30138 Note:
30139 \series default
30140  For floats with captions set beside, you cannot use the float placement
30141  option 
30142 \family sans
30143 Here
30144 \begin_inset space ~
30145 \end_inset
30146
30147 definitely
30148 \family default
30149  because it is not supported by 
30150 \series bold
30151 sidecap
30152 \series default
30153 .
30154 \end_layout
30155
30156 \end_inset
30157
30158
30159 \end_layout
30160
30161 \begin_layout Standard
30162 \begin_inset VSpace medskip
30163 \end_inset
30164
30165 For more information about the package 
30166 \series bold
30167 sidecap
30168 \series default
30169  we refer to its documentation 
30170 \begin_inset CommandInset citation
30171 LatexCommand cite
30172 key "sidecap"
30173 literal "true"
30174
30175 \end_inset
30176
30177 .
30178 \end_layout
30179
30180 \begin_layout Standard
30181 \begin_inset Note Greyedout
30182 status open
30183
30184 \begin_layout Plain Layout
30185
30186 \series bold
30187 Note:
30188 \series default
30189  The \SpecialChar LaTeX
30190 -package 
30191 \series bold
30192 hypcap
30193 \series default
30194
30195 \begin_inset Index idx
30196 status collapsed
30197
30198 \begin_layout Plain Layout
30199 \SpecialChar LaTeX
30200 -packages ! hypcap
30201 \end_layout
30202
30203 \end_inset
30204
30205 , described in section
30206 \begin_inset space ~
30207 \end_inset
30208
30209
30210 \begin_inset CommandInset ref
30211 LatexCommand ref
30212 reference "subsec:Reference-Position"
30213
30214 \end_inset
30215
30216 , has no effect on floats with the caption set beside.
30217 \end_layout
30218
30219 \end_inset
30220
30221
30222 \end_layout
30223
30224 \begin_layout Standard
30225 \begin_inset ERT
30226 status collapsed
30227
30228 \begin_layout Plain Layout
30229
30230
30231 \backslash
30232 FigBesBeg
30233 \end_layout
30234
30235 \end_inset
30236
30237
30238 \end_layout
30239
30240 \begin_layout Standard
30241 \begin_inset Float figure
30242 wide false
30243 sideways false
30244 status open
30245
30246 \begin_layout Plain Layout
30247 \begin_inset Graphics
30248         filename clipart/3D-structure-distort.pdf
30249         scale 50
30250         scaleBeforeRotation
30251
30252 \end_inset
30253
30254
30255 \end_layout
30256
30257 \begin_layout Plain Layout
30258 \begin_inset Caption Standard
30259
30260 \begin_layout Plain Layout
30261 \begin_inset CommandInset label
30262 LatexCommand label
30263 name "fig:cap-beside-fig"
30264
30265 \end_inset
30266
30267 This is a caption beside a figure.
30268 \end_layout
30269
30270 \end_inset
30271
30272
30273 \end_layout
30274
30275 \end_inset
30276
30277
30278 \end_layout
30279
30280 \begin_layout Standard
30281 \begin_inset ERT
30282 status collapsed
30283
30284 \begin_layout Plain Layout
30285
30286
30287 \backslash
30288 FigBesEnd
30289 \end_layout
30290
30291 \end_inset
30292
30293
30294 \end_layout
30295
30296 \begin_layout Standard
30297 \begin_inset ERT
30298 status collapsed
30299
30300 \begin_layout Plain Layout
30301
30302
30303 \backslash
30304 TabBesBeg
30305 \end_layout
30306
30307 \end_inset
30308
30309
30310 \end_layout
30311
30312 \begin_layout Standard
30313 \begin_inset Float table
30314 wide false
30315 sideways false
30316 status open
30317
30318 \begin_layout Plain Layout
30319 \begin_inset Caption Standard
30320
30321 \begin_layout Plain Layout
30322 \begin_inset CommandInset label
30323 LatexCommand label
30324 name "tab:cap-beside-tab"
30325
30326 \end_inset
30327
30328 This is a caption beside a table.
30329 \end_layout
30330
30331 \end_inset
30332
30333
30334 \end_layout
30335
30336 \begin_layout Plain Layout
30337 \begin_inset Tabular
30338 <lyxtabular version="3" rows="4" columns="5">
30339 <features tabularvalignment="middle">
30340 <column alignment="center" valignment="top">
30341 <column alignment="center" valignment="top">
30342 <column alignment="center" valignment="top">
30343 <column alignment="center" valignment="top">
30344 <column alignment="center" valignment="top">
30345 <row>
30346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30347 \begin_inset Text
30348
30349 \begin_layout Plain Layout
30350 a
30351 \end_layout
30352
30353 \end_inset
30354 </cell>
30355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30356 \begin_inset Text
30357
30358 \begin_layout Plain Layout
30359
30360 \end_layout
30361
30362 \end_inset
30363 </cell>
30364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30365 \begin_inset Text
30366
30367 \begin_layout Plain Layout
30368 b
30369 \end_layout
30370
30371 \end_inset
30372 </cell>
30373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30374 \begin_inset Text
30375
30376 \begin_layout Plain Layout
30377
30378 \end_layout
30379
30380 \end_inset
30381 </cell>
30382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30383 \begin_inset Text
30384
30385 \begin_layout Plain Layout
30386 c
30387 \end_layout
30388
30389 \end_inset
30390 </cell>
30391 </row>
30392 <row>
30393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30394 \begin_inset Text
30395
30396 \begin_layout Plain Layout
30397
30398 \end_layout
30399
30400 \end_inset
30401 </cell>
30402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30403 \begin_inset Text
30404
30405 \begin_layout Plain Layout
30406 d
30407 \end_layout
30408
30409 \end_inset
30410 </cell>
30411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30412 \begin_inset Text
30413
30414 \begin_layout Plain Layout
30415
30416 \end_layout
30417
30418 \end_inset
30419 </cell>
30420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30421 \begin_inset Text
30422
30423 \begin_layout Plain Layout
30424 e
30425 \end_layout
30426
30427 \end_inset
30428 </cell>
30429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30430 \begin_inset Text
30431
30432 \begin_layout Plain Layout
30433
30434 \end_layout
30435
30436 \end_inset
30437 </cell>
30438 </row>
30439 <row>
30440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30441 \begin_inset Text
30442
30443 \begin_layout Plain Layout
30444 f
30445 \end_layout
30446
30447 \end_inset
30448 </cell>
30449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30450 \begin_inset Text
30451
30452 \begin_layout Plain Layout
30453
30454 \end_layout
30455
30456 \end_inset
30457 </cell>
30458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30459 \begin_inset Text
30460
30461 \begin_layout Plain Layout
30462 g
30463 \end_layout
30464
30465 \end_inset
30466 </cell>
30467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30468 \begin_inset Text
30469
30470 \begin_layout Plain Layout
30471
30472 \end_layout
30473
30474 \end_inset
30475 </cell>
30476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30477 \begin_inset Text
30478
30479 \begin_layout Plain Layout
30480 h
30481 \end_layout
30482
30483 \end_inset
30484 </cell>
30485 </row>
30486 <row>
30487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30488 \begin_inset Text
30489
30490 \begin_layout Plain Layout
30491
30492 \end_layout
30493
30494 \end_inset
30495 </cell>
30496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30497 \begin_inset Text
30498
30499 \begin_layout Plain Layout
30500 i
30501 \end_layout
30502
30503 \end_inset
30504 </cell>
30505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30506 \begin_inset Text
30507
30508 \begin_layout Plain Layout
30509
30510 \end_layout
30511
30512 \end_inset
30513 </cell>
30514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30515 \begin_inset Text
30516
30517 \begin_layout Plain Layout
30518 j
30519 \end_layout
30520
30521 \end_inset
30522 </cell>
30523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30524 \begin_inset Text
30525
30526 \begin_layout Plain Layout
30527
30528 \end_layout
30529
30530 \end_inset
30531 </cell>
30532 </row>
30533 </lyxtabular>
30534
30535 \end_inset
30536
30537
30538 \end_layout
30539
30540 \end_inset
30541
30542
30543 \end_layout
30544
30545 \begin_layout Standard
30546 \begin_inset ERT
30547 status collapsed
30548
30549 \begin_layout Plain Layout
30550
30551
30552 \backslash
30553 TabBesEnd
30554 \end_layout
30555
30556 \end_inset
30557
30558
30559 \end_layout
30560
30561 \begin_layout Standard
30562 \begin_inset ERT
30563 status collapsed
30564
30565 \begin_layout Plain Layout
30566
30567
30568 \backslash
30569 FigBesBeg
30570 \end_layout
30571
30572 \end_inset
30573
30574
30575 \begin_inset ERT
30576 status collapsed
30577
30578 \begin_layout Plain Layout
30579
30580
30581 \backslash
30582 sidecaptionvpos{figure}{c}
30583 \end_layout
30584
30585 \end_inset
30586
30587
30588 \begin_inset Float figure
30589 wide false
30590 sideways false
30591 status open
30592
30593 \begin_layout Plain Layout
30594 \begin_inset Graphics
30595         filename clipart/3D-structure-distort.pdf
30596         scale 50
30597         scaleBeforeRotation
30598
30599 \end_inset
30600
30601
30602 \end_layout
30603
30604 \begin_layout Plain Layout
30605 \begin_inset Caption Standard
30606
30607 \begin_layout Plain Layout
30608 \begin_inset CommandInset label
30609 LatexCommand label
30610 name "fig:cap-beside-fig-2"
30611
30612 \end_inset
30613
30614 This is a vertically centered caption beside a figure.
30615 \end_layout
30616
30617 \end_inset
30618
30619
30620 \end_layout
30621
30622 \end_inset
30623
30624
30625 \end_layout
30626
30627 \begin_layout Standard
30628 \begin_inset ERT
30629 status collapsed
30630
30631 \begin_layout Plain Layout
30632
30633
30634 \backslash
30635 FigBesEnd
30636 \end_layout
30637
30638 \end_inset
30639
30640
30641 \end_layout
30642
30643 \begin_layout Standard
30644 \begin_inset ERT
30645 status collapsed
30646
30647 \begin_layout Plain Layout
30648
30649
30650 \backslash
30651 TabBesBeg[5]
30652 \end_layout
30653
30654 \end_inset
30655
30656
30657 \end_layout
30658
30659 \begin_layout Standard
30660 \begin_inset Float table
30661 wide false
30662 sideways false
30663 status open
30664
30665 \begin_layout Plain Layout
30666 \begin_inset Caption Standard
30667
30668 \begin_layout Plain Layout
30669 \begin_inset CommandInset label
30670 LatexCommand label
30671 name "tab:cap-beside-tab-wider"
30672
30673 \end_inset
30674
30675 This caption is wider than the one in Table
30676 \begin_inset space ~
30677 \end_inset
30678
30679
30680 \begin_inset CommandInset ref
30681 LatexCommand ref
30682 reference "tab:cap-beside-tab"
30683
30684 \end_inset
30685
30686 .
30687 \end_layout
30688
30689 \end_inset
30690
30691
30692 \end_layout
30693
30694 \begin_layout Plain Layout
30695 \begin_inset Tabular
30696 <lyxtabular version="3" rows="4" columns="5">
30697 <features tabularvalignment="middle">
30698 <column alignment="center" valignment="top">
30699 <column alignment="center" valignment="top">
30700 <column alignment="center" valignment="top">
30701 <column alignment="center" valignment="top">
30702 <column alignment="center" valignment="top">
30703 <row>
30704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30705 \begin_inset Text
30706
30707 \begin_layout Plain Layout
30708 a
30709 \end_layout
30710
30711 \end_inset
30712 </cell>
30713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30714 \begin_inset Text
30715
30716 \begin_layout Plain Layout
30717
30718 \end_layout
30719
30720 \end_inset
30721 </cell>
30722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30723 \begin_inset Text
30724
30725 \begin_layout Plain Layout
30726 b
30727 \end_layout
30728
30729 \end_inset
30730 </cell>
30731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30732 \begin_inset Text
30733
30734 \begin_layout Plain Layout
30735
30736 \end_layout
30737
30738 \end_inset
30739 </cell>
30740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30741 \begin_inset Text
30742
30743 \begin_layout Plain Layout
30744 c
30745 \end_layout
30746
30747 \end_inset
30748 </cell>
30749 </row>
30750 <row>
30751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30752 \begin_inset Text
30753
30754 \begin_layout Plain Layout
30755
30756 \end_layout
30757
30758 \end_inset
30759 </cell>
30760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30761 \begin_inset Text
30762
30763 \begin_layout Plain Layout
30764 d
30765 \end_layout
30766
30767 \end_inset
30768 </cell>
30769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30770 \begin_inset Text
30771
30772 \begin_layout Plain Layout
30773
30774 \end_layout
30775
30776 \end_inset
30777 </cell>
30778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30779 \begin_inset Text
30780
30781 \begin_layout Plain Layout
30782 e
30783 \end_layout
30784
30785 \end_inset
30786 </cell>
30787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30788 \begin_inset Text
30789
30790 \begin_layout Plain Layout
30791
30792 \end_layout
30793
30794 \end_inset
30795 </cell>
30796 </row>
30797 <row>
30798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30799 \begin_inset Text
30800
30801 \begin_layout Plain Layout
30802 f
30803 \end_layout
30804
30805 \end_inset
30806 </cell>
30807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30808 \begin_inset Text
30809
30810 \begin_layout Plain Layout
30811
30812 \end_layout
30813
30814 \end_inset
30815 </cell>
30816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30817 \begin_inset Text
30818
30819 \begin_layout Plain Layout
30820 g
30821 \end_layout
30822
30823 \end_inset
30824 </cell>
30825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30826 \begin_inset Text
30827
30828 \begin_layout Plain Layout
30829
30830 \end_layout
30831
30832 \end_inset
30833 </cell>
30834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30835 \begin_inset Text
30836
30837 \begin_layout Plain Layout
30838 h
30839 \end_layout
30840
30841 \end_inset
30842 </cell>
30843 </row>
30844 <row>
30845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30846 \begin_inset Text
30847
30848 \begin_layout Plain Layout
30849
30850 \end_layout
30851
30852 \end_inset
30853 </cell>
30854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30855 \begin_inset Text
30856
30857 \begin_layout Plain Layout
30858 i
30859 \end_layout
30860
30861 \end_inset
30862 </cell>
30863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30864 \begin_inset Text
30865
30866 \begin_layout Plain Layout
30867
30868 \end_layout
30869
30870 \end_inset
30871 </cell>
30872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30873 \begin_inset Text
30874
30875 \begin_layout Plain Layout
30876 j
30877 \end_layout
30878
30879 \end_inset
30880 </cell>
30881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30882 \begin_inset Text
30883
30884 \begin_layout Plain Layout
30885
30886 \end_layout
30887
30888 \end_inset
30889 </cell>
30890 </row>
30891 </lyxtabular>
30892
30893 \end_inset
30894
30895
30896 \end_layout
30897
30898 \end_inset
30899
30900
30901 \end_layout
30902
30903 \begin_layout Standard
30904 \begin_inset ERT
30905 status collapsed
30906
30907 \begin_layout Plain Layout
30908
30909
30910 \backslash
30911 TabBesEnd
30912 \end_layout
30913
30914 \end_inset
30915
30916
30917 \end_layout
30918
30919 \begin_layout Standard
30920 \begin_inset ERT
30921 status collapsed
30922
30923 \begin_layout Plain Layout
30924
30925
30926 \backslash
30927 else
30928 \end_layout
30929
30930 \end_inset
30931
30932
30933 \begin_inset Note Note
30934 status open
30935
30936 \begin_layout Plain Layout
30937 The following will be displayed when the \SpecialChar LaTeX
30938 -package 
30939 \series bold
30940 sidecap
30941 \series default
30942  is not installed:
30943 \end_layout
30944
30945 \end_inset
30946
30947
30948 \end_layout
30949
30950 \begin_layout Standard
30951 You need to install the \SpecialChar LaTeX
30952 -package 
30953 \series bold
30954 sidecap
30955 \series default
30956  to see the following part of this section in the output.
30957 \end_layout
30958
30959 \begin_layout Standard
30960 \begin_inset ERT
30961 status collapsed
30962
30963 \begin_layout Plain Layout
30964
30965
30966 \backslash
30967 fi
30968 \end_layout
30969
30970 \end_inset
30971
30972
30973 \end_layout
30974
30975 \begin_layout Section
30976 Listings of Floats
30977 \begin_inset Index idx
30978 status collapsed
30979
30980 \begin_layout Plain Layout
30981 Floats ! Float Lists
30982 \end_layout
30983
30984 \end_inset
30985
30986
30987 \end_layout
30988
30989 \begin_layout Standard
30990 Similar to the table of contents where the sections of the document are
30991  listed, there are listings for all float types, like the figures of the
30992  documents.
30993  You can insert them via the 
30994 \family sans
30995 Insert\SpecialChar menuseparator
30996 List
30997 \begin_inset space ~
30998 \end_inset
30999
31000 /
31001 \begin_inset space ~
31002 \end_inset
31003
31004 TOC
31005 \family default
31006  sub menus.
31007 \end_layout
31008
31009 \begin_layout Standard
31010 The list entries are the float captions or its short title, the float number,
31011  and the page number where they appear in the document.
31012 \end_layout
31013
31014 \begin_layout Standard
31015 You can find the list of figures and tables at the end of this document.
31016 \end_layout
31017
31018 \begin_layout Chapter
31019 Notes
31020 \end_layout
31021
31022 \begin_layout Section
31023 \SpecialChar LyX
31024  Notes
31025 \begin_inset Index idx
31026 status collapsed
31027
31028 \begin_layout Plain Layout
31029 Notes ! \SpecialChar LyX
31030  Notes
31031 \end_layout
31032
31033 \end_inset
31034
31035
31036 \end_layout
31037
31038 \begin_layout Standard
31039 Notes are inserted with the toolbar button 
31040 \begin_inset Info
31041 type  "icon"
31042 arg   "note-insert"
31043 \end_inset
31044
31045  or the menu 
31046 \family sans
31047 Insert\SpecialChar menuseparator
31048 Note
31049 \family default
31050 .
31051  There are three types of notes:
31052 \end_layout
31053
31054 \begin_layout Description
31055 \SpecialChar LyX
31056
31057 \begin_inset space ~
31058 \end_inset
31059
31060 Note This note type is for internal notes that won't appear in the output.
31061  Its note-box looks like this:
31062 \begin_inset Newline newline
31063 \end_inset
31064
31065
31066 \begin_inset Newline newline
31067 \end_inset
31068
31069
31070 \begin_inset Graphics
31071         filename clipart/LyXNoteImage.png
31072         display false
31073         scaleBeforeRotation
31074
31075 \end_inset
31076
31077  
31078 \begin_inset Note Note
31079 status open
31080
31081 \begin_layout Plain Layout
31082 This is text in a note box that doesn't appear in the output.
31083 \end_layout
31084
31085 \end_inset
31086
31087
31088 \end_layout
31089
31090 \begin_layout Description
31091 Comment This note also doesn't appear in the output but it appears as \SpecialChar LaTeX
31092 -comment,
31093  when you export the document to \SpecialChar LaTeX
31094  via the menu 
31095 \family sans
31096 File\SpecialChar menuseparator
31097 Export\SpecialChar menuseparator
31098 LaTeX
31099 \begin_inset space ~
31100 \end_inset
31101
31102 (pdflatex) / (plain)
31103 \family default
31104 .
31105  Its note-box looks like this:
31106 \begin_inset Newline newline
31107 \end_inset
31108
31109
31110 \begin_inset Newline newline
31111 \end_inset
31112
31113
31114 \begin_inset Graphics
31115         filename clipart/CommentNoteImage.png
31116         display false
31117         scaleBeforeRotation
31118
31119 \end_inset
31120
31121  
31122 \begin_inset Note Comment
31123 status open
31124
31125 \begin_layout Plain Layout
31126 This is text in a note box that only appears as comment in \SpecialChar LaTeX
31127 -files.
31128 \end_layout
31129
31130 \end_inset
31131
31132
31133 \end_layout
31134
31135 \begin_layout Description
31136 Greyed
31137 \begin_inset space ~
31138 \end_inset
31139
31140 Out This note will appear in the output as grey text.
31141  Its note-box looks like this:
31142 \begin_inset Newline newline
31143 \end_inset
31144
31145
31146 \begin_inset Newline newline
31147 \end_inset
31148
31149
31150 \begin_inset Graphics
31151         filename clipart/GreyedOutNoteImage.png
31152         display false
31153         scaleBeforeRotation
31154
31155 \end_inset
31156
31157
31158 \begin_inset Newline newline
31159 \end_inset
31160
31161
31162 \begin_inset ERT
31163 status collapsed
31164
31165 \begin_layout Plain Layout
31166
31167
31168 \backslash
31169 renewenvironment{lyxgreyedout}
31170 \end_layout
31171
31172 \begin_layout Plain Layout
31173
31174 {
31175 \backslash
31176 textcolor[gray]{0.8}
31177 \backslash
31178 bgroup}{
31179 \backslash
31180 egroup}
31181 \end_layout
31182
31183 \end_inset
31184
31185
31186 \begin_inset Note Greyedout
31187 status open
31188
31189 \begin_layout Plain Layout
31190 This is text of a comment that appears grey in the output.
31191 \end_layout
31192
31193 \end_inset
31194
31195
31196 \begin_inset ERT
31197 status collapsed
31198
31199 \begin_layout Plain Layout
31200
31201
31202 \backslash
31203 renewenvironment{lyxgreyedout}
31204 \end_layout
31205
31206 \begin_layout Plain Layout
31207
31208 {
31209 \backslash
31210 textcolor{blue}
31211 \backslash
31212 bgroup}{
31213 \backslash
31214 egroup}
31215 \end_layout
31216
31217 \end_inset
31218
31219
31220 \begin_inset Note Note
31221 status collapsed
31222
31223 \begin_layout Plain Layout
31224 The greyed out note is here redefined to show it with the original \SpecialChar LyX
31225  definition
31226  because greyed out notes are redefined in the preamble of this document,
31227  as described below, to have blue text.
31228 \end_layout
31229
31230 \end_inset
31231
31232
31233 \begin_inset Newline newline
31234 \end_inset
31235
31236
31237 \begin_inset Newline newline
31238 \end_inset
31239
31240 As you can see in the example, the first line of greyed out notes is a bit
31241  indented and greyed out notes can have footnotes.
31242 \end_layout
31243
31244 \begin_layout Standard
31245 \begin_inset VSpace bigskip
31246 \end_inset
31247
31248 When you use the toolbar button 
31249 \begin_inset Info
31250 type  "icon"
31251 arg   "note-insert"
31252 \end_inset
31253
31254  to insert notes, a 
31255 \family sans
31256 \SpecialChar LyX
31257
31258 \begin_inset space ~
31259 \end_inset
31260
31261 Note
31262 \family default
31263  is inserted.
31264  You can switch between the three note types by right-clicking on the note-box.
31265  
31266 \family roman
31267 \series medium
31268 \bar no
31269 If you want to turn existing text into a note, mark it and click on the
31270  note
31271 \family default
31272 \series default
31273 \bar default
31274  toolbar 
31275 \family roman
31276 \series medium
31277 \bar no
31278 button
31279 \family default
31280 \series default
31281 \bar default
31282 .
31283  To change a note to text, press the backspace key when the cursor is in
31284  the first position of a note, or press the delete key when the cursor is
31285  in the very last position of the note, respectively.
31286 \end_layout
31287
31288 \begin_layout Standard
31289 \begin_inset VSpace bigskip
31290 \end_inset
31291
31292 You can change the text color of the greyed out notes in the menu 
31293 \family sans
31294 Document\SpecialChar menuseparator
31295 Settings\SpecialChar menuseparator
31296 Colors
31297 \family default
31298 .
31299 \end_layout
31300
31301 \begin_layout Section
31302 Footnotes
31303 \begin_inset CommandInset label
31304 LatexCommand label
31305 name "sec:Footnotes"
31306
31307 \end_inset
31308
31309
31310 \begin_inset Index idx
31311 status collapsed
31312
31313 \begin_layout Plain Layout
31314 Notes ! Footnotes
31315 \end_layout
31316
31317 \end_inset
31318
31319
31320 \begin_inset Index idx
31321 status collapsed
31322
31323 \begin_layout Plain Layout
31324 Footnotes
31325 \end_layout
31326
31327 \end_inset
31328
31329
31330 \end_layout
31331
31332 \begin_layout Standard
31333 Footnotes can be inserted using the toolbar button 
31334 \begin_inset Info
31335 type  "icon"
31336 arg   "footnote-insert"
31337 \end_inset
31338
31339  or the menu 
31340 \family sans
31341 Insert\SpecialChar menuseparator
31342 Footnote
31343 \family default
31344 .
31345  You will then see the following footnote-box: 
31346 \begin_inset Graphics
31347         filename clipart/footnote.png
31348         scale 95
31349         scaleBeforeRotation
31350
31351 \end_inset
31352
31353  
31354 \family roman
31355 \series medium
31356 \bar no
31357 where you can enter the footnote text.
31358  If you want to turn existing text into a footnote, mark it and click on
31359  the footnote
31360 \family default
31361 \series default
31362 \bar default
31363  toolbar 
31364 \family roman
31365 \series medium
31366 \bar no
31367 button
31368 \family default
31369 \series default
31370 \bar default
31371 .
31372  To change a 
31373 \family roman
31374 \series medium
31375 \bar no
31376 footnote
31377 \family default
31378 \series default
31379 \bar default
31380  to text, press the 
31381 \family sans
31382 Backspace
31383 \family default
31384  key when the cursor is in the first position of a 
31385 \family roman
31386 \series medium
31387 \bar no
31388 footnote
31389 \family default
31390 \series default
31391 \bar default
31392 , or press the 
31393 \family sans
31394 Delete
31395 \family default
31396  key when the cursor is in the very last position of the 
31397 \family roman
31398 \series medium
31399 \bar no
31400 footnote
31401 \family default
31402 \series default
31403 \bar default
31404 , respectively.
31405 \end_layout
31406
31407 \begin_layout Standard
31408 Here is an example footnote:
31409 \family roman
31410 \series medium
31411 \bar no
31412
31413 \begin_inset Foot
31414 status open
31415
31416 \begin_layout Plain Layout
31417 \begin_inset CommandInset label
31418 LatexCommand label
31419 name "foot:This-is-an"
31420
31421 \end_inset
31422
31423 This is an example footnote.
31424 \end_layout
31425
31426 \end_inset
31427
31428
31429 \family default
31430 \series default
31431 \bar default
31432
31433 \begin_inset ERT
31434 status collapsed
31435
31436 \begin_layout Plain Layout
31437
31438
31439 \backslash
31440 newcounter{MyRepeatFoot}
31441 \end_layout
31442
31443 \begin_layout Plain Layout
31444
31445
31446 \backslash
31447 setcounter{MyRepeatFoot}{
31448 \backslash
31449 thefootnote}
31450 \end_layout
31451
31452 \end_inset
31453
31454
31455 \end_layout
31456
31457 \begin_layout Standard
31458 The footnote will appear in the output as a superscript number at the text
31459  position where the footnote box is placed.
31460  The footnote text is placed at the bottom of the current page.
31461  The footnote number is calculated by \SpecialChar LaTeX
31462 ; the numbers are consecutive.
31463  Whether the footnote number is reset for every chapter depends on your
31464  document class.
31465 \end_layout
31466
31467 \begin_layout Standard
31468 Footnotes can be referenced like floats: Insert a label into the footnote
31469  and cross-reference this label in the text as described in section
31470 \begin_inset space ~
31471 \end_inset
31472
31473
31474 \begin_inset CommandInset ref
31475 LatexCommand ref
31476 reference "sec:Referencing-Floats"
31477
31478 \end_inset
31479
31480 .
31481 \begin_inset Newline newline
31482 \end_inset
31483
31484 This is a cross-reference of Footnote
31485 \begin_inset space ~
31486 \end_inset
31487
31488
31489 \begin_inset CommandInset ref
31490 LatexCommand ref
31491 reference "foot:This-is-an"
31492
31493 \end_inset
31494
31495 .
31496 \end_layout
31497
31498 \begin_layout Standard
31499 \begin_inset VSpace defskip
31500 \end_inset
31501
31502 Footnotes in title environments are usually not numbered with symbols and
31503  they cannot contain several paragraphs.
31504  See for example the footnote in the titling of this document.
31505 \end_layout
31506
31507 \begin_layout Standard
31508 Footnotes in multi-page tables are described in section
31509 \begin_inset space ~
31510 \end_inset
31511
31512
31513 \begin_inset CommandInset ref
31514 LatexCommand ref
31515 reference "subsec:Footnotes-in-Multi-page"
31516
31517 \end_inset
31518
31519 .
31520 \end_layout
31521
31522 \begin_layout Standard
31523 \begin_inset VSpace defskip
31524 \end_inset
31525
31526
31527 \end_layout
31528
31529 \begin_layout Standard
31530 Footnotes in minipage boxes are printed, but inside the box and with a different
31531  numbering because a minipage box is like a page inside a page.
31532  (For more about minipages, see section
31533 \begin_inset space ~
31534 \end_inset
31535
31536
31537 \begin_inset CommandInset ref
31538 LatexCommand ref
31539 reference "sec:Minipages"
31540
31541 \end_inset
31542
31543 .) To get a footnote in the minipage that is output at the bottom of the
31544  page like normal footnotes use this method: Instead of the footnote the
31545  command 
31546 \series bold
31547
31548 \backslash
31549 footnotemark{}
31550 \series default
31551  is inserted as \SpecialChar TeX
31552  code.
31553  The text of the footnote is entered as an argument of the \SpecialChar TeX
31554  code command
31555  
31556 \series bold
31557
31558 \backslash
31559 footnotetext
31560 \series default
31561  after the minipage.
31562 \begin_inset Newline newline
31563 \end_inset
31564
31565 This was done for the following minipage with the command
31566 \end_layout
31567
31568 \begin_layout Standard
31569
31570 \series bold
31571
31572 \backslash
31573 footnotetext{
31574 \series default
31575 Footnote outside the minipage.
31576 \series bold
31577 }
31578 \end_layout
31579
31580 \begin_layout Standard
31581 \begin_inset Box Frameless
31582 position "t"
31583 hor_pos "c"
31584 has_inner_box 1
31585 inner_pos "t"
31586 use_parbox 0
31587 use_makebox 0
31588 width "100col%"
31589 special "none"
31590 height "1in"
31591 height_special "totalheight"
31592 thickness "0.4pt"
31593 separation "3pt"
31594 shadowsize "4pt"
31595 framecolor "black"
31596 backgroundcolor "none"
31597 status open
31598
31599 \begin_layout Plain Layout
31600 This an example text in a minipage.
31601 \begin_inset Foot
31602 status open
31603
31604 \begin_layout Plain Layout
31605 Footnote in the minipage.
31606 \end_layout
31607
31608 \end_inset
31609
31610
31611 \end_layout
31612
31613 \begin_layout Plain Layout
31614 This an example text in a minipage.
31615 \begin_inset ERT
31616 status collapsed
31617
31618 \begin_layout Plain Layout
31619
31620
31621 \backslash
31622 footnotemark{}
31623 \end_layout
31624
31625 \end_inset
31626
31627
31628 \end_layout
31629
31630 \end_inset
31631
31632
31633 \end_layout
31634
31635 \begin_layout Standard
31636 \begin_inset ERT
31637 status collapsed
31638
31639 \begin_layout Plain Layout
31640
31641
31642 \backslash
31643 footnotetext{
31644 \end_layout
31645
31646 \end_inset
31647
31648 Footnote outside the minipage.
31649 \begin_inset ERT
31650 status collapsed
31651
31652 \begin_layout Plain Layout
31653
31654 }
31655 \end_layout
31656
31657 \end_inset
31658
31659
31660 \end_layout
31661
31662 \begin_layout Standard
31663 \begin_inset VSpace defskip
31664 \end_inset
31665
31666
31667 \end_layout
31668
31669 \begin_layout Standard
31670 To refer to the same footnote several times without printing the footnote
31671  text every time, use the command 
31672 \series bold
31673
31674 \backslash
31675 footnotemark[number]
31676 \series default
31677  in \SpecialChar TeX
31678  code.
31679 \begin_inset Newline newline
31680 \end_inset
31681
31682 As you do not know the number of the repeating footnote while you are writing
31683  the text, you have to store its number.
31684  For the following footnote mark example, these commands were inserted in
31685  \SpecialChar TeX
31686  code after Footnote
31687 \begin_inset space ~
31688 \end_inset
31689
31690
31691 \begin_inset CommandInset ref
31692 LatexCommand ref
31693 reference "foot:This-is-an"
31694
31695 \end_inset
31696
31697  to store the footnote number:
31698 \end_layout
31699
31700 \begin_layout Standard
31701
31702 \series bold
31703
31704 \backslash
31705 newcounter{MyRepeatFoot}
31706 \begin_inset Newline newline
31707 \end_inset
31708
31709
31710 \backslash
31711 setcounter{MyRepeatFoot}{
31712 \backslash
31713 thefootnote}
31714 \end_layout
31715
31716 \begin_layout Standard
31717 The footnote mark was then created with this command:
31718 \end_layout
31719
31720 \begin_layout Standard
31721
31722 \series bold
31723
31724 \backslash
31725 footnotemark[
31726 \backslash
31727 theMyRepeatFoot]
31728 \end_layout
31729
31730 \begin_layout Standard
31731 Here is a repeated footnote:
31732 \family roman
31733 \series medium
31734 \bar no
31735
31736 \begin_inset ERT
31737 status collapsed
31738
31739 \begin_layout Plain Layout
31740
31741
31742 \backslash
31743 footnotemark[
31744 \backslash
31745 theMyRepeatFoot]
31746 \end_layout
31747
31748 \end_inset
31749
31750
31751 \end_layout
31752
31753 \begin_layout Standard
31754 If you want to repeat the previous footnote, you can omit the storage of
31755  the footnote number and just use this command instead:
31756 \end_layout
31757
31758 \begin_layout Standard
31759
31760 \series bold
31761
31762 \backslash
31763 footnotemark[
31764 \backslash
31765 thefootnote]
31766 \end_layout
31767
31768 \begin_layout Standard
31769 Here is another 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 thefootnote]
31784 \end_layout
31785
31786 \end_inset
31787
31788
31789 \end_layout
31790
31791 \begin_layout Subsection
31792 Footnote Numbering
31793 \begin_inset CommandInset label
31794 LatexCommand label
31795 name "subsec:Footnote-Numbering"
31796
31797 \end_inset
31798
31799
31800 \begin_inset Index idx
31801 status collapsed
31802
31803 \begin_layout Plain Layout
31804 Footnotes ! Numbering
31805 \end_layout
31806
31807 \end_inset
31808
31809
31810 \end_layout
31811
31812 \begin_layout Standard
31813 To reset the footnote number back to 1 after each section
31814 \family roman
31815 , add this command to your document preamble:
31816 \end_layout
31817
31818 \begin_layout Standard
31819
31820 \series bold
31821
31822 \backslash
31823 @addtoreset{footnote}{section}
31824 \end_layout
31825
31826 \begin_layout Standard
31827 \begin_inset VSpace bigskip
31828 \end_inset
31829
31830 The following preamble command changes the footnote numbering style to small
31831  roman numerals:
31832 \end_layout
31833
31834 \begin_layout Standard
31835
31836 \series bold
31837
31838 \backslash
31839 renewcommand{
31840 \backslash
31841 thefootnote}{
31842 \backslash
31843 roman{footnote}}
31844 \end_layout
31845
31846 \begin_layout Standard
31847 \begin_inset ERT
31848 status collapsed
31849
31850 \begin_layout Plain Layout
31851
31852
31853 \backslash
31854 renewcommand{
31855 \backslash
31856 thefootnote}{
31857 \backslash
31858 roman{footnote}}
31859 \end_layout
31860
31861 \end_inset
31862
31863  This is a footnote with roman numbering:
31864 \begin_inset Foot
31865 status open
31866
31867 \begin_layout Plain Layout
31868 This is an example footnote with roman numbering.
31869 \end_layout
31870
31871 \end_inset
31872
31873
31874 \end_layout
31875
31876 \begin_layout Standard
31877 To change the numbering style to capital roman numerals replace in the command
31878  above 
31879 \series bold
31880
31881 \backslash
31882 roman
31883 \series default
31884  by 
31885 \series bold
31886
31887 \backslash
31888 Roman
31889 \series default
31890 .
31891  To 
31892 \begin_inset Quotes eld
31893 \end_inset
31894
31895 number
31896 \begin_inset Quotes erd
31897 \end_inset
31898
31899  footnotes with capital or small Latin letters use 
31900 \series bold
31901
31902 \backslash
31903 Alph
31904 \series default
31905  or 
31906 \series bold
31907
31908 \backslash
31909 alph
31910 \series default
31911 , respectively.
31912  To 
31913 \begin_inset Quotes eld
31914 \end_inset
31915
31916 number
31917 \begin_inset Quotes erd
31918 \end_inset
31919
31920  footnotes with symbols use 
31921 \series bold
31922
31923 \backslash
31924 fnsymbol
31925 \series default
31926 .
31927 \end_layout
31928
31929 \begin_layout Standard
31930 \begin_inset Note Greyedout
31931 status open
31932
31933 \begin_layout Plain Layout
31934
31935 \series bold
31936 Note:
31937 \series default
31938  You can only number 26 footnotes with Latin letters, because this numbering
31939  is limited to single letters.
31940 \end_layout
31941
31942 \end_inset
31943
31944
31945 \begin_inset Newline newline
31946 \end_inset
31947
31948
31949 \begin_inset Note Greyedout
31950 status open
31951
31952 \begin_layout Plain Layout
31953
31954 \series bold
31955 Note:
31956 \series default
31957  You can only number 9 footnotes with symbols.
31958 \end_layout
31959
31960 \end_inset
31961
31962
31963 \end_layout
31964
31965 \begin_layout Standard
31966 To return to the default numbering style after you have changed to another
31967  one, use 
31968 \series bold
31969
31970 \backslash
31971 arabic
31972 \series default
31973  instead of 
31974 \series bold
31975
31976 \backslash
31977 roman
31978 \series default
31979  in the command above.
31980 \begin_inset ERT
31981 status collapsed
31982
31983 \begin_layout Plain Layout
31984
31985
31986 \backslash
31987 renewcommand{
31988 \backslash
31989 thefootnote}{
31990 \backslash
31991 arabic{footnote}}
31992 \end_layout
31993
31994 \end_inset
31995
31996
31997 \end_layout
31998
31999 \begin_layout Standard
32000 \begin_inset VSpace bigskip
32001 \end_inset
32002
32003
32004 \end_layout
32005
32006 \begin_layout Standard
32007 If you want to have footnotes numbered in the scheme 
32008 \begin_inset Quotes eld
32009 \end_inset
32010
32011 chapter.footnote
32012 \begin_inset Quotes erd
32013 \end_inset
32014
32015 , add the following command to your document preamble:
32016 \end_layout
32017
32018 \begin_layout Standard
32019
32020 \series bold
32021
32022 \backslash
32023 numberwithin{footnote}{chapter}
32024 \end_layout
32025
32026 \begin_layout Standard
32027 To be able to use the command 
32028 \series bold
32029
32030 \backslash
32031 numberwithin
32032 \series default
32033 , set in the tab 
32034 \family sans
32035 Math
32036 \begin_inset space ~
32037 \end_inset
32038
32039 Options
32040 \family default
32041  in the document settings the option 
32042 \family sans
32043 Use
32044 \begin_inset space ~
32045 \end_inset
32046
32047 AMS
32048 \begin_inset space ~
32049 \end_inset
32050
32051 math
32052 \begin_inset space ~
32053 \end_inset
32054
32055 package
32056 \family default
32057 .
32058 \end_layout
32059
32060 \begin_layout Standard
32061 \begin_inset ERT
32062 status collapsed
32063
32064 \begin_layout Plain Layout
32065
32066
32067 \backslash
32068 numberwithin{footnote}{chapter}
32069 \end_layout
32070
32071 \end_inset
32072
32073 This is another example footnote:
32074 \series bold
32075
32076 \begin_inset Foot
32077 status open
32078
32079 \begin_layout Plain Layout
32080 This is a footnote numbered in the scheme 
32081 \begin_inset Quotes eld
32082 \end_inset
32083
32084 chapter.footnote
32085 \begin_inset Quotes erd
32086 \end_inset
32087
32088 .
32089 \end_layout
32090
32091 \end_inset
32092
32093
32094 \series default
32095
32096 \begin_inset ERT
32097 status collapsed
32098
32099 \begin_layout Plain Layout
32100
32101
32102 \backslash
32103 renewcommand{
32104 \backslash
32105 thefootnote}{
32106 \backslash
32107 arabic{footnote}}
32108 \end_layout
32109
32110 \end_inset
32111
32112
32113 \end_layout
32114
32115 \begin_layout Standard
32116 \begin_inset Note Greyedout
32117 status open
32118
32119 \begin_layout Plain Layout
32120
32121 \series bold
32122 Note:
32123 \series default
32124  
32125 \series bold
32126
32127 \backslash
32128 numberwithin
32129 \series default
32130  always prints out the footnote number as arabic number; previous redefinitions
32131  to get non-arabic numbers are overwritten.
32132 \end_layout
32133
32134 \end_inset
32135
32136
32137 \end_layout
32138
32139 \begin_layout Standard
32140 So to get for example the scheme 
32141 \begin_inset Quotes eld
32142 \end_inset
32143
32144 chapter.
32145 \backslash
32146 Roman{footnote}
32147 \begin_inset Quotes erd
32148 \end_inset
32149
32150 , use this command instead of 
32151 \series bold
32152
32153 \backslash
32154 numberwithin
32155 \series default
32156 :
32157 \end_layout
32158
32159 \begin_layout Standard
32160
32161 \series bold
32162
32163 \backslash
32164 renewcommand{
32165 \backslash
32166 thefootnote}{
32167 \backslash
32168 thechapter.
32169 \backslash
32170 Roman{footnote}}
32171 \end_layout
32172
32173 \begin_layout Subsection
32174 Footnote Placement
32175 \begin_inset Index idx
32176 status collapsed
32177
32178 \begin_layout Plain Layout
32179 Footnotes ! Placement
32180 \end_layout
32181
32182 \end_inset
32183
32184
32185 \end_layout
32186
32187 \begin_layout Standard
32188 If you have several footnotes in one page, they appear without vertical
32189  space between them at the bottom of the page.
32190  To make them more readable you can e.
32191 \begin_inset space \thinspace{}
32192 \end_inset
32193
32194 g.
32195 \begin_inset space \space{}
32196 \end_inset
32197
32198 add 1.5
32199 \begin_inset space \thinspace{}
32200 \end_inset
32201
32202 mm space with the following preamble command:
32203 \end_layout
32204
32205 \begin_layout Standard
32206
32207 \series bold
32208
32209 \backslash
32210 let
32211 \backslash
32212 myFoot
32213 \backslash
32214 footnote
32215 \begin_inset Newline newline
32216 \end_inset
32217
32218
32219 \backslash
32220 renewcommand{
32221 \backslash
32222 footnote}[1]{
32223 \backslash
32224 myFoot{#1
32225 \backslash
32226 vspace{1.5mm}}}
32227 \end_layout
32228
32229 \begin_layout Standard
32230 \begin_inset VSpace bigskip
32231 \end_inset
32232
32233 In a two-column document the footnotes appear at the bottom of every column,
32234  see Figure
32235 \begin_inset space ~
32236 \end_inset
32237
32238
32239 \begin_inset CommandInset ref
32240 LatexCommand ref
32241 reference "fig:Standard-footnote-placement"
32242
32243 \end_inset
32244
32245 .
32246  If the footnotes should only appear at the bottom of the right column,
32247  as in Figure
32248 \begin_inset space ~
32249 \end_inset
32250
32251
32252 \begin_inset CommandInset ref
32253 LatexCommand ref
32254 reference "fig:Footnote-placement-in"
32255
32256 \end_inset
32257
32258 , use the \SpecialChar LaTeX
32259 -package 
32260 \series bold
32261 ftnright
32262 \series default
32263
32264 \begin_inset Index idx
32265 status collapsed
32266
32267 \begin_layout Plain Layout
32268 \SpecialChar LaTeX
32269 -packages ! ftnright
32270 \end_layout
32271
32272 \end_inset
32273
32274  with this command in the document preamble:
32275 \end_layout
32276
32277 \begin_layout Standard
32278
32279 \series bold
32280
32281 \backslash
32282 usepackage{ftnright}
32283 \end_layout
32284
32285 \begin_layout Standard
32286 \begin_inset Float figure
32287 placement !h
32288 wide false
32289 sideways false
32290 status open
32291
32292 \begin_layout Plain Layout
32293 \noindent
32294 \align center
32295 \begin_inset Box Boxed
32296 position "t"
32297 hor_pos "c"
32298 has_inner_box 0
32299 inner_pos "t"
32300 use_parbox 0
32301 use_makebox 0
32302 width ""
32303 special "none"
32304 height "1in"
32305 height_special "totalheight"
32306 thickness "0.4pt"
32307 separation "3pt"
32308 shadowsize "4pt"
32309 framecolor "black"
32310 backgroundcolor "none"
32311 status open
32312
32313 \begin_layout Plain Layout
32314 \begin_inset Graphics
32315         filename clipart/without_fntright.pdf
32316         width 100col%
32317         scaleBeforeRotation
32318
32319 \end_inset
32320
32321
32322 \end_layout
32323
32324 \end_inset
32325
32326
32327 \end_layout
32328
32329 \begin_layout Plain Layout
32330 \begin_inset Caption Standard
32331
32332 \begin_layout Plain Layout
32333 \begin_inset CommandInset label
32334 LatexCommand label
32335 name "fig:Standard-footnote-placement"
32336
32337 \end_inset
32338
32339 Standard footnote placement in two-column documents.
32340 \end_layout
32341
32342 \end_inset
32343
32344
32345 \end_layout
32346
32347 \end_inset
32348
32349
32350 \end_layout
32351
32352 \begin_layout Standard
32353 \begin_inset Float figure
32354 placement !h
32355 wide false
32356 sideways false
32357 status open
32358
32359 \begin_layout Plain Layout
32360 \noindent
32361 \align center
32362 \begin_inset Box Boxed
32363 position "t"
32364 hor_pos "c"
32365 has_inner_box 0
32366 inner_pos "t"
32367 use_parbox 0
32368 use_makebox 0
32369 width ""
32370 special "none"
32371 height "1in"
32372 height_special "totalheight"
32373 thickness "0.4pt"
32374 separation "3pt"
32375 shadowsize "4pt"
32376 framecolor "black"
32377 backgroundcolor "none"
32378 status open
32379
32380 \begin_layout Plain Layout
32381 \begin_inset Graphics
32382         filename clipart/with_fntright.pdf
32383         width 100col%
32384         scaleBeforeRotation
32385
32386 \end_inset
32387
32388
32389 \end_layout
32390
32391 \end_inset
32392
32393
32394 \end_layout
32395
32396 \begin_layout Plain Layout
32397 \begin_inset Caption Standard
32398
32399 \begin_layout Plain Layout
32400 \begin_inset CommandInset label
32401 LatexCommand label
32402 name "fig:Footnote-placement-in"
32403
32404 \end_inset
32405
32406 Footnote placement in two-column documents when the \SpecialChar LaTeX
32407 -package 
32408 \series bold
32409 ftnright
32410 \series default
32411  is used.
32412 \end_layout
32413
32414 \end_inset
32415
32416
32417 \end_layout
32418
32419 \end_inset
32420
32421
32422 \end_layout
32423
32424 \begin_layout Standard
32425 \begin_inset VSpace bigskip
32426 \end_inset
32427
32428 In some scientific literature it is usual to collect the footnotes and print
32429  them in a separate paragraph at the end of a section, as in Figure
32430 \begin_inset space ~
32431 \end_inset
32432
32433
32434 \begin_inset CommandInset ref
32435 LatexCommand ref
32436 reference "fig:Endnotes"
32437
32438 \end_inset
32439
32440 .
32441  They are then called 
32442 \begin_inset Quotes eld
32443 \end_inset
32444
32445 endnotes
32446 \begin_inset Quotes erd
32447 \end_inset
32448
32449 .
32450 \begin_inset Index idx
32451 status collapsed
32452
32453 \begin_layout Plain Layout
32454 Endnotes
32455 \end_layout
32456
32457 \end_inset
32458
32459  To use endnotes instead of footnotes in your document, load in the menu
32460  
32461 \family sans
32462 Document\SpecialChar menuseparator
32463 Settings\SpecialChar menuseparator
32464 Modules 
32465 \family default
32466 the module 
32467 \family sans
32468 Foot
32469 \begin_inset space ~
32470 \end_inset
32471
32472 to
32473 \begin_inset space ~
32474 \end_inset
32475
32476 End
32477 \family default
32478 .
32479  To insert the collected footnotes, insert the command
32480 \end_layout
32481
32482 \begin_layout Standard
32483
32484 \series bold
32485
32486 \backslash
32487 theendnotes
32488 \end_layout
32489
32490 \begin_layout Standard
32491 in \SpecialChar TeX
32492  Code at the end of a section or chapter.
32493 \end_layout
32494
32495 \begin_layout Standard
32496 \begin_inset Float figure
32497 wide false
32498 sideways false
32499 status open
32500
32501 \begin_layout Plain Layout
32502 \noindent
32503 \align center
32504 \begin_inset Box Boxed
32505 position "t"
32506 hor_pos "c"
32507 has_inner_box 0
32508 inner_pos "t"
32509 use_parbox 0
32510 use_makebox 0
32511 width ""
32512 special "none"
32513 height "1in"
32514 height_special "totalheight"
32515 thickness "0.4pt"
32516 separation "3pt"
32517 shadowsize "4pt"
32518 framecolor "black"
32519 backgroundcolor "none"
32520 status open
32521
32522 \begin_layout Plain Layout
32523 \begin_inset Graphics
32524         filename clipart/endnotes.pdf
32525         width 100col%
32526         scaleBeforeRotation
32527
32528 \end_inset
32529
32530
32531 \end_layout
32532
32533 \end_inset
32534
32535
32536 \end_layout
32537
32538 \begin_layout Plain Layout
32539 \begin_inset Caption Standard
32540
32541 \begin_layout Plain Layout
32542 \begin_inset CommandInset label
32543 LatexCommand label
32544 name "fig:Endnotes"
32545
32546 \end_inset
32547
32548 Endnotes â€“ footnotes are printed in a separate paragraph at the end of sections
32549  or chapters.
32550 \end_layout
32551
32552 \end_inset
32553
32554
32555 \end_layout
32556
32557 \end_inset
32558
32559
32560 \end_layout
32561
32562 \begin_layout Standard
32563 \begin_inset VSpace medskip
32564 \end_inset
32565
32566 The paragraph heading for the endnotes isn't automatically translated into
32567  the document language, this must be done manually.
32568  The following preamble command translates the default English 
32569 \begin_inset Quotes eld
32570 \end_inset
32571
32572 Notes
32573 \begin_inset Quotes erd
32574 \end_inset
32575
32576  into the German 
32577 \begin_inset Quotes eld
32578 \end_inset
32579
32580 Anmerkungen
32581 \begin_inset Quotes erd
32582 \end_inset
32583
32584 :
32585 \end_layout
32586
32587 \begin_layout Standard
32588
32589 \series bold
32590
32591 \backslash
32592 renewcommand{
32593 \backslash
32594 notesname}{Anmerkungen}
32595 \end_layout
32596
32597 \begin_layout Standard
32598 \begin_inset VSpace medskip
32599 \end_inset
32600
32601 The numbering of endnotes can be changed like the footnote numbering as
32602  described in section
32603 \begin_inset space ~
32604 \end_inset
32605
32606
32607 \begin_inset CommandInset ref
32608 LatexCommand ref
32609 reference "subsec:Footnote-Numbering"
32610
32611 \end_inset
32612
32613 ; just replace the command 
32614 \series bold
32615
32616 \backslash
32617 thefootnote
32618 \series default
32619  by 
32620 \series bold
32621
32622 \backslash
32623 theendnote
32624 \series default
32625 .
32626  To reset the endnote number use the command 
32627 \series bold
32628
32629 \backslash
32630 @addtoreset
32631 \series default
32632  as described in section
32633 \begin_inset space ~
32634 \end_inset
32635
32636
32637 \begin_inset CommandInset ref
32638 LatexCommand ref
32639 reference "subsec:Footnote-Numbering"
32640
32641 \end_inset
32642
32643  and replace the command parameter 
32644 \series bold
32645 footnote
32646 \series default
32647  by 
32648 \series bold
32649 endnote
32650 \series default
32651 .
32652 \end_layout
32653
32654 \begin_layout Standard
32655 For endnotes there is the command 
32656 \series bold
32657
32658 \backslash
32659 endnotemark[number]
32660 \series default
32661  similar to the command 
32662 \series bold
32663
32664 \backslash
32665 footnotemark
32666 \series default
32667 , that is described in section
32668 \begin_inset space ~
32669 \end_inset
32670
32671
32672 \begin_inset CommandInset ref
32673 LatexCommand ref
32674 reference "sec:Footnotes"
32675
32676 \end_inset
32677
32678 .
32679 \end_layout
32680
32681 \begin_layout Standard
32682 \begin_inset VSpace bigskip
32683 \end_inset
32684
32685 Footnotes can also be placed in the page margin and the footnote text alignment
32686  can be changed, see the \SpecialChar LaTeX
32687 -package 
32688 \series bold
32689 footmisc
32690 \series default
32691
32692 \begin_inset Index idx
32693 status collapsed
32694
32695 \begin_layout Plain Layout
32696 \SpecialChar LaTeX
32697 -packages ! footmisc
32698 \end_layout
32699
32700 \end_inset
32701
32702
32703 \begin_inset CommandInset citation
32704 LatexCommand cite
32705 key "footmisc"
32706 literal "true"
32707
32708 \end_inset
32709
32710  for more information about this.
32711 \end_layout
32712
32713 \begin_layout Standard
32714 For various further footnote formatting issues have a look at \SpecialChar LaTeX
32715 -books, 
32716 \begin_inset CommandInset citation
32717 LatexCommand cite
32718 key "latexcompanion,latexguide,latexbook"
32719 literal "true"
32720
32721 \end_inset
32722
32723 .
32724  If you are using a 
32725 \series bold
32726 KOMA-Script
32727 \series default
32728
32729 \begin_inset Index idx
32730 status collapsed
32731
32732 \begin_layout Plain Layout
32733 \SpecialChar LaTeX
32734 -packages ! KOMA-Script
32735 \end_layout
32736
32737 \end_inset
32738
32739  document class, you can adjust all footnote settings using class-specific
32740  commands, see 
32741 \begin_inset CommandInset citation
32742 LatexCommand cite
32743 key "KOMA-Script"
32744 literal "true"
32745
32746 \end_inset
32747
32748 .
32749 \end_layout
32750
32751 \begin_layout Section
32752 Margin Notes
32753 \begin_inset Index idx
32754 status collapsed
32755
32756 \begin_layout Plain Layout
32757 Notes ! Margin Notes
32758 \end_layout
32759
32760 \end_inset
32761
32762
32763 \end_layout
32764
32765 \begin_layout Standard
32766 Margin notes look and behave in \SpecialChar LyX
32767  like footnotes.
32768  They are inserted via the menu 
32769 \family sans
32770 Insert\SpecialChar menuseparator
32771 Marginal
32772 \begin_inset space ~
32773 \end_inset
32774
32775 Note
32776 \family default
32777  or the toolbar button 
32778 \begin_inset Info
32779 type  "icon"
32780 arg   "marginalnote-insert"
32781 \end_inset
32782
32783 .
32784  A grey 
32785 \family roman
32786 \series medium
32787 box with the
32788 \family default
32789 \series default
32790  red 
32791 \family roman
32792 \series medium
32793 label 
32794 \begin_inset Quotes eld
32795 \end_inset
32796
32797 margin
32798 \begin_inset Quotes erd
32799 \end_inset
32800
32801  appears where you can enter the text of the margin note.
32802 \end_layout
32803
32804 \begin_layout Standard
32805 At the side is an example margin note.
32806
32807 \family roman
32808 \series medium
32809  
32810 \begin_inset Marginal
32811 status open
32812
32813 \begin_layout Plain Layout
32814 This is a margin note.
32815 \end_layout
32816
32817 \end_inset
32818
32819
32820 \end_layout
32821
32822 \begin_layout Standard
32823 Margin notes appear at the right side in single-sided documents.
32824  In double-sided documents they appear in the outer margin â€“ left on even
32825  pages, right on odd pages.
32826  The text of margin notes is aligned opposite to the outer margin â€“ right-aligne
32827 d when the note appears in the left margin.
32828  The first line of the margin note is placed at the position of the text
32829  line where it is inserted in the document.
32830 \end_layout
32831
32832 \begin_layout Standard
32833 \begin_inset VSpace bigskip
32834 \end_inset
32835
32836 To place the margin note in the inner margin, add the command
32837 \end_layout
32838
32839 \begin_layout Standard
32840
32841 \series bold
32842
32843 \backslash
32844 reversemarginpar
32845 \end_layout
32846
32847 \begin_layout Standard
32848 in \SpecialChar TeX
32849  Code before a margin note.
32850  The new placement is valid for all subsequent margin notes.
32851  
32852 \begin_inset ERT
32853 status collapsed
32854
32855 \begin_layout Plain Layout
32856
32857
32858 \backslash
32859 reversemarginpar 
32860 \end_layout
32861
32862 \end_inset
32863
32864
32865 \begin_inset Marginal
32866 status open
32867
32868 \begin_layout Plain Layout
32869 This is a margin note in the inner margin.
32870 \end_layout
32871
32872 \end_inset
32873
32874
32875 \series bold
32876
32877 \begin_inset Newline newline
32878 \end_inset
32879
32880
32881 \series default
32882
32883 \begin_inset Note Greyedout
32884 status open
32885
32886 \begin_layout Plain Layout
32887
32888 \series bold
32889 Note:
32890 \series default
32891  There is often not enough space in the inner margin so that the notes are
32892  not correctly displayed in the output.
32893 \end_layout
32894
32895 \end_inset
32896
32897
32898 \end_layout
32899
32900 \begin_layout Standard
32901 To return to the default placement insert the command
32902 \end_layout
32903
32904 \begin_layout Standard
32905
32906 \series bold
32907
32908 \backslash
32909 normalmarginpar
32910 \end_layout
32911
32912 \begin_layout Standard
32913 in \SpecialChar TeX
32914  Code.
32915 \begin_inset ERT
32916 status collapsed
32917
32918 \begin_layout Plain Layout
32919
32920
32921 \backslash
32922 normalmarginpar 
32923 \end_layout
32924
32925 \end_inset
32926
32927  
32928 \begin_inset Note Greyedout
32929 status open
32930
32931 \begin_layout Plain Layout
32932
32933 \series bold
32934 Note:
32935 \series default
32936  The command is ignored when it is within a paragraph where also the command
32937  
32938 \series bold
32939
32940 \backslash
32941 reversemarginpar
32942 \series default
32943  is inserted.
32944 \end_layout
32945
32946 \end_inset
32947
32948
32949 \end_layout
32950
32951 \begin_layout Standard
32952 \begin_inset VSpace bigskip
32953 \end_inset
32954
32955
32956 \family roman
32957 \series medium
32958
32959 \begin_inset Marginal
32960 status open
32961
32962 \begin_layout Plain Layout
32963 AVeryLongMarginParWord that isn't hyphenated.
32964 \end_layout
32965
32966 \end_inset
32967
32968
32969 \family default
32970 \series default
32971  Similar to the case described in section
32972 \begin_inset space ~
32973 \end_inset
32974
32975
32976 \begin_inset CommandInset ref
32977 LatexCommand ref
32978 reference "subsec:Multiple-Lines-in"
32979
32980 \end_inset
32981
32982 , long words cannot be hyphenated when they are the first word in a margin
32983  note.
32984  To avoid this, insert 0
32985 \begin_inset space \thinspace{}
32986 \end_inset
32987
32988 pt horizontal space before the word
32989 \family roman
32990 \series medium
32991 .
32992  
32993 \begin_inset Marginal
32994 status open
32995
32996 \begin_layout Plain Layout
32997 \begin_inset space \hspace*{}
32998 \length 0pt
32999 \end_inset
33000
33001 AVeryLongMarginParWord that is hyphenated.
33002 \end_layout
33003
33004 \end_inset
33005
33006
33007 \end_layout
33008
33009 \begin_layout Standard
33010 \begin_inset VSpace bigskip
33011 \end_inset
33012
33013
33014 \end_layout
33015
33016 \begin_layout Standard
33017 \begin_inset Note Greyedout
33018 status open
33019
33020 \begin_layout Plain Layout
33021
33022 \series bold
33023 Note:
33024 \series default
33025  Margin notes can normally not be used inside tables, floats, and footnotes.
33026 \end_layout
33027
33028 \end_inset
33029
33030
33031 \end_layout
33032
33033 \begin_layout Standard
33034 \begin_inset VSpace bigskip
33035 \end_inset
33036
33037
33038 \end_layout
33039
33040 \begin_layout Standard
33041 \begin_inset ERT
33042 status collapsed
33043
33044 \begin_layout Plain Layout
33045
33046
33047 \backslash
33048 ifmarginnote
33049 \end_layout
33050
33051 \end_inset
33052
33053
33054 \begin_inset Note Note
33055 status open
33056
33057 \begin_layout Plain Layout
33058 The following section will only be displayed when the \SpecialChar LaTeX
33059 -package 
33060 \series bold
33061 marginnote
33062 \series default
33063  is installed.
33064 \end_layout
33065
33066 \end_inset
33067
33068
33069 \end_layout
33070
33071 \begin_layout Standard
33072 This restriction can be evaded by using the \SpecialChar LaTeX
33073 -package 
33074 \series bold
33075 marginnote
33076 \series default
33077
33078 \begin_inset Index idx
33079 status collapsed
33080
33081 \begin_layout Plain Layout
33082 \SpecialChar LaTeX
33083 -packages ! marginnote
33084 \end_layout
33085
33086 \end_inset
33087
33088 .
33089  By adding these two lines to your document preamble, the command used by
33090  \SpecialChar LyX
33091  for margin notes is redefined to use the command provided by the 
33092 \series bold
33093 marginnote
33094 \series default
33095 -package:
33096 \end_layout
33097
33098 \begin_layout Standard
33099
33100 \series bold
33101
33102 \backslash
33103 usepackage{marginnote}
33104 \begin_inset Newline newline
33105 \end_inset
33106
33107
33108 \backslash
33109 let
33110 \backslash
33111 marginpar
33112 \backslash
33113 marginnote
33114 \end_layout
33115
33116 \begin_layout Standard
33117 This is also used in this document because 
33118 \series bold
33119 marginnote
33120 \series default
33121  has another useful feature: You can set a vertical offset for the note.
33122  This is often needed when too many margin notes are too close together
33123  or for a better page layout.
33124  The offset is set in \SpecialChar LyX
33125  as \SpecialChar TeX
33126  Code directly after the margin note in the scheme
33127 \end_layout
33128
33129 \begin_layout Standard
33130
33131 \series bold
33132 [offset]
33133 \end_layout
33134
33135 \begin_layout Standard
33136 where the offset is a length with one of the units listed in Table
33137 \begin_inset space ~
33138 \end_inset
33139
33140
33141 \begin_inset CommandInset ref
33142 LatexCommand ref
33143 reference "tab:Units"
33144
33145 \end_inset
33146
33147 .
33148  A negative value shifts the note up, a positive value shifts it down.
33149  
33150 \family roman
33151 \series medium
33152 For example the margin note beside this text line is shifted up 1.5
33153 \begin_inset space \thinspace{}
33154 \end_inset
33155
33156 cm with the \SpecialChar TeX
33157  Code command 
33158 \begin_inset Quotes eld
33159 \end_inset
33160
33161
33162 \family default
33163 \series bold
33164 [-1.5cm]
33165 \family roman
33166 \series medium
33167
33168 \begin_inset Quotes erd
33169 \end_inset
33170
33171
33172 \begin_inset Marginal
33173 status open
33174
33175 \begin_layout Plain Layout
33176 This margin note is shifted up 1.5
33177 \begin_inset space \thinspace{}
33178 \end_inset
33179
33180 cm from its original position.
33181 \end_layout
33182
33183 \end_inset
33184
33185
33186 \family default
33187 \series default
33188
33189 \begin_inset ERT
33190 status collapsed
33191
33192 \begin_layout Plain Layout
33193
33194 [-1.5cm]
33195 \end_layout
33196
33197 \end_inset
33198
33199
33200 \end_layout
33201
33202 \begin_layout Standard
33203 \begin_inset VSpace medskip
33204 \end_inset
33205
33206 With 
33207 \series bold
33208 marginnote
33209 \series default
33210  you can also change the alignment of the text in the margin note.
33211  For example the commands
33212 \end_layout
33213
33214 \begin_layout Standard
33215
33216 \series bold
33217
33218 \backslash
33219 renewcommand*{
33220 \backslash
33221 raggedleftmarginnote}{
33222 \backslash
33223 centering}
33224 \begin_inset Newline newline
33225 \end_inset
33226
33227
33228 \backslash
33229 renewcommand*{
33230 \backslash
33231 raggedrightmarginnote}{
33232 \backslash
33233 centering}
33234 \end_layout
33235
33236 \begin_layout Standard
33237 set the alignment to centered.
33238  
33239 \series bold
33240
33241 \backslash
33242 raggedleftmarginnote
33243 \series default
33244  denotes margin notes that appear at the left side.
33245 \family roman
33246 \series medium
33247
33248 \begin_inset ERT
33249 status collapsed
33250
33251 \begin_layout Plain Layout
33252
33253
33254 \backslash
33255 renewcommand*{
33256 \backslash
33257 raggedleftmarginnote}{
33258 \backslash
33259 centering}
33260 \end_layout
33261
33262 \begin_layout Plain Layout
33263
33264
33265 \backslash
33266 renewcommand*{
33267 \backslash
33268 raggedrightmarginnote}{
33269 \backslash
33270 centering}
33271 \end_layout
33272
33273 \end_inset
33274
33275
33276 \begin_inset Marginal
33277 status open
33278
33279 \begin_layout Plain Layout
33280 The text of this margin note is centered.
33281 \end_layout
33282
33283 \end_inset
33284
33285
33286 \family default
33287 \series default
33288  The default is
33289 \end_layout
33290
33291 \begin_layout Standard
33292
33293 \series bold
33294
33295 \backslash
33296 renewcommand*{
33297 \backslash
33298 raggedleftmarginnote}{
33299 \backslash
33300 raggedleft}
33301 \begin_inset Newline newline
33302 \end_inset
33303
33304
33305 \backslash
33306 renewcommand*{
33307 \backslash
33308 raggedrightmarginnote}{
33309 \backslash
33310 raggedright}
33311 \family roman
33312 \series medium
33313
33314 \begin_inset ERT
33315 status collapsed
33316
33317 \begin_layout Plain Layout
33318
33319
33320 \backslash
33321 renewcommand*{
33322 \backslash
33323 raggedleftmarginnote}{
33324 \backslash
33325 raggedleft}
33326 \end_layout
33327
33328 \begin_layout Plain Layout
33329
33330
33331 \backslash
33332 renewcommand*{
33333 \backslash
33334 raggedrightmarginnote}{
33335 \backslash
33336 raggedright}
33337 \end_layout
33338
33339 \end_inset
33340
33341
33342 \end_layout
33343
33344 \begin_layout Standard
33345 \begin_inset VSpace medskip
33346 \end_inset
33347
33348 For the other features of 
33349 \series bold
33350 marginnote
33351 \series default
33352  refer to its documentation 
33353 \begin_inset CommandInset citation
33354 LatexCommand cite
33355 key "marginnote"
33356 literal "true"
33357
33358 \end_inset
33359
33360 .
33361 \end_layout
33362
33363 \begin_layout Standard
33364 \begin_inset VSpace bigskip
33365 \end_inset
33366
33367 You can adjust the layout of margin notes by changing its definition.
33368  To create for example a header for all margin notes with the underlined,
33369  sans-serif, and bold header text 
33370 \begin_inset Quotes eld
33371 \end_inset
33372
33373
33374 \family sans
33375 \series bold
33376 \bar under
33377 Attention!
33378 \family default
33379 \series default
33380 \bar default
33381
33382 \begin_inset Quotes erd
33383 \end_inset
33384
33385 , add this to your document preamble:
33386 \end_layout
33387
33388 \begin_layout Standard
33389
33390 \series bold
33391
33392 \backslash
33393 let
33394 \backslash
33395 myMarginpar
33396 \backslash
33397 marginpar
33398 \begin_inset Newline newline
33399 \end_inset
33400
33401
33402 \backslash
33403 renewcommand{
33404 \backslash
33405 marginpar}[1]{
33406 \backslash
33407 myMarginpar{%
33408 \begin_inset Newline newline
33409 \end_inset
33410
33411
33412 \begin_inset Phantom HPhantom
33413 status open
33414
33415 \begin_layout Plain Layout
33416
33417 \series bold
33418 \begin_inset space ~
33419 \end_inset
33420
33421
33422 \end_layout
33423
33424 \end_inset
33425
33426
33427 \backslash
33428 hspace{0pt}
33429 \backslash
33430 textsf{
33431 \backslash
33432 textbf{
33433 \backslash
33434 underbar{Attention!}}}%
33435 \begin_inset Newline newline
33436 \end_inset
33437
33438
33439 \begin_inset Phantom HPhantom
33440 status open
33441
33442 \begin_layout Plain Layout
33443
33444 \series bold
33445 \begin_inset space ~
33446 \end_inset
33447
33448
33449 \end_layout
33450
33451 \end_inset
33452
33453
33454 \backslash
33455 vspace{1.5mm}
33456 \backslash
33457
33458 \backslash
33459 #1}}
33460 \end_layout
33461
33462 \begin_layout Standard
33463
33464 \family roman
33465 \series medium
33466 \begin_inset ERT
33467 status collapsed
33468
33469 \begin_layout Plain Layout
33470
33471
33472 \backslash
33473 let
33474 \backslash
33475 myMarginpar
33476 \backslash
33477 marginpar
33478 \end_layout
33479
33480 \begin_layout Plain Layout
33481
33482
33483 \backslash
33484 renewcommand{
33485 \backslash
33486 marginpar}[1]{
33487 \backslash
33488 myMarginpar{%
33489 \end_layout
33490
33491 \begin_layout Plain Layout
33492
33493    
33494 \backslash
33495 textsf{
33496 \backslash
33497 textbf{
33498 \backslash
33499 underbar{Attention!}}}%
33500 \end_layout
33501
33502 \begin_layout Plain Layout
33503
33504    
33505 \backslash
33506 vspace{1.5mm}
33507 \backslash
33508
33509 \backslash
33510 #1}}
33511 \end_layout
33512
33513 \end_inset
33514
33515
33516 \begin_inset Marginal
33517 status open
33518
33519 \begin_layout Plain Layout
33520 This is a margin note with a defined heading.
33521 \end_layout
33522
33523 \end_inset
33524
33525
33526 \family default
33527 \series default
33528
33529 \begin_inset ERT
33530 status collapsed
33531
33532 \begin_layout Plain Layout
33533
33534 [-1.5cm]
33535 \end_layout
33536
33537 \end_inset
33538
33539
33540 \family roman
33541 \series medium
33542
33543 \begin_inset ERT
33544 status collapsed
33545
33546 \begin_layout Plain Layout
33547
33548
33549 \backslash
33550 renewcommand{
33551 \backslash
33552 marginpar}[1]{
33553 \backslash
33554 myMarginpar{#1}}
33555 \end_layout
33556
33557 \end_inset
33558
33559
33560 \family default
33561 \series default
33562
33563 \begin_inset Note Note
33564 status collapsed
33565
33566 \begin_layout Plain Layout
33567 The margin note format is changed only for this example.
33568 \end_layout
33569
33570 \end_inset
33571
33572
33573 \end_layout
33574
33575 \begin_layout Standard
33576 \begin_inset ERT
33577 status collapsed
33578
33579 \begin_layout Plain Layout
33580
33581
33582 \backslash
33583 else
33584 \end_layout
33585
33586 \end_inset
33587
33588
33589 \begin_inset Note Note
33590 status open
33591
33592 \begin_layout Plain Layout
33593 The following will be displayed when the \SpecialChar LaTeX
33594 -package 
33595 \series bold
33596 marginnote
33597 \series default
33598  is not installed:
33599 \end_layout
33600
33601 \end_inset
33602
33603
33604 \end_layout
33605
33606 \begin_layout Standard
33607 You need to install the \SpecialChar LaTeX
33608 -package 
33609 \series bold
33610 marginnote
33611 \series default
33612  to see the following part of this section in the output.
33613 \end_layout
33614
33615 \begin_layout Standard
33616 \begin_inset ERT
33617 status collapsed
33618
33619 \begin_layout Plain Layout
33620
33621
33622 \backslash
33623 fi
33624 \end_layout
33625
33626 \end_inset
33627
33628
33629 \end_layout
33630
33631 \begin_layout Chapter
33632 Boxes
33633 \end_layout
33634
33635 \begin_layout Section
33636 Introduction
33637 \begin_inset Index idx
33638 status collapsed
33639
33640 \begin_layout Plain Layout
33641 Boxes ! Introduction
33642 \end_layout
33643
33644 \end_inset
33645
33646
33647 \end_layout
33648
33649 \begin_layout Standard
33650 Boxes are used to format a block of text.
33651  Boxes can be used to write documents with multiple languages, see section
33652 \begin_inset space ~
33653 \end_inset
33654
33655
33656 \begin_inset CommandInset ref
33657 LatexCommand ref
33658 reference "sec:Minipages"
33659
33660 \end_inset
33661
33662 , to frame texts, see section
33663 \begin_inset space ~
33664 \end_inset
33665
33666
33667 \begin_inset CommandInset ref
33668 LatexCommand ref
33669 reference "sec:Decoration"
33670
33671 \end_inset
33672
33673 , to prevent words from being hyphenated, see section
33674 \begin_inset space ~
33675 \end_inset
33676
33677
33678 \begin_inset CommandInset ref
33679 LatexCommand ref
33680 reference "sec:Prevent-Hyphenation"
33681
33682 \end_inset
33683
33684 , to align text, see section
33685 \begin_inset space ~
33686 \end_inset
33687
33688
33689 \begin_inset CommandInset ref
33690 LatexCommand ref
33691 reference "subsec:Vertical-Alignment"
33692
33693 \end_inset
33694
33695 , or to set the background color of texts, see section
33696 \begin_inset space ~
33697 \end_inset
33698
33699
33700 \begin_inset CommandInset ref
33701 LatexCommand ref
33702 reference "sec:Colored-Boxes"
33703
33704 \end_inset
33705
33706 .
33707 \end_layout
33708
33709 \begin_layout Standard
33710 Boxes can be inserted with the menu 
33711 \family sans
33712 Insert\SpecialChar menuseparator
33713 Box
33714 \family default
33715  or the toolbar button 
33716 \begin_inset Info
33717 type  "icon"
33718 arg   "box-insert Frameless"
33719 \end_inset
33720
33721 .
33722  A grey box with the label 
33723 \family sans
33724 Box (Minipage)
33725 \family default
33726
33727 \begin_inset Graphics
33728         filename clipart/BoxInsetDefault.png
33729         scale 95
33730         scaleBeforeRotation
33731
33732 \end_inset
33733
33734  will be inserted.
33735  The box type can be specified by right-clicking on the box and selecting
33736  
33737 \family sans
33738 Settings
33739 \family default
33740 .
33741  The box dialog offers the 
33742 \family sans
33743 Inner
33744 \begin_inset space ~
33745 \end_inset
33746
33747 Box
33748 \family default
33749  types 
33750 \family sans
33751 Makebox
33752 \family default
33753
33754 \family sans
33755 Parbox
33756 \family default
33757  and 
33758 \family sans
33759 Minipage
33760 \family default
33761 .
33762  The type 
33763 \family sans
33764 Minipage
33765 \family default
33766  is the default for new boxes and is explained in section
33767 \begin_inset space ~
33768 \end_inset
33769
33770
33771 \begin_inset CommandInset ref
33772 LatexCommand ref
33773 reference "sec:Minipages"
33774
33775 \end_inset
33776
33777 ; the type 
33778 \family sans
33779 Parbox
33780 \family default
33781  is described in section
33782 \begin_inset space ~
33783 \end_inset
33784
33785
33786 \begin_inset CommandInset ref
33787 LatexCommand ref
33788 reference "sec:Parboxes"
33789
33790 \end_inset
33791
33792  and the type 
33793 \family sans
33794 Makebox
33795 \family default
33796  in 
33797 \begin_inset CommandInset ref
33798 LatexCommand ref
33799 reference "sec:Prevent-Hyphenation"
33800
33801 \end_inset
33802
33803 .
33804 \end_layout
33805
33806 \begin_layout Standard
33807 Boxes are not numbered and can therefore not be referenced like floats or
33808  footnotes.
33809 \end_layout
33810
33811 \begin_layout Standard
33812 \begin_inset Note Greyedout
33813 status open
33814
33815 \begin_layout Plain Layout
33816
33817 \series bold
33818 Note:
33819 \series default
33820  Boxes must not be the item in an 
33821 \family sans
33822 Itemize
33823 \family default
33824  or 
33825 \family sans
33826 Description
33827 \family default
33828  environment.
33829 \end_layout
33830
33831 \end_inset
33832
33833
33834 \end_layout
33835
33836 \begin_layout Standard
33837 \begin_inset Note Greyedout
33838 status open
33839
33840 \begin_layout Plain Layout
33841
33842 \series bold
33843 Note:
33844 \series default
33845  For an unknown reason you can only set the 
33846 \family sans
33847 Inner
33848 \begin_inset space ~
33849 \end_inset
33850
33851 Box
33852 \family default
33853  type to 
33854 \family sans
33855 None
33856 \family default
33857  when you use a framed box.
33858  Boxes without an 
33859 \family sans
33860 Inner
33861 \begin_inset space ~
33862 \end_inset
33863
33864 Box
33865 \family default
33866  type and without frames are explained in section
33867 \begin_inset space ~
33868 \end_inset
33869
33870
33871 \begin_inset CommandInset ref
33872 LatexCommand ref
33873 reference "sec:Prevent-Hyphenation"
33874
33875 \end_inset
33876
33877 .
33878 \end_layout
33879
33880 \end_inset
33881
33882
33883 \end_layout
33884
33885 \begin_layout Section
33886 Box Dialog
33887 \begin_inset CommandInset label
33888 LatexCommand label
33889 name "sec:Box-Dialog"
33890
33891 \end_inset
33892
33893
33894 \begin_inset Index idx
33895 status collapsed
33896
33897 \begin_layout Plain Layout
33898 Boxes ! Box Dialog
33899 \end_layout
33900
33901 \end_inset
33902
33903
33904 \end_layout
33905
33906 \begin_layout Subsection
33907 Size
33908 \begin_inset Index idx
33909 status collapsed
33910
33911 \begin_layout Plain Layout
33912 Boxes ! Size
33913 \end_layout
33914
33915 \end_inset
33916
33917
33918 \end_layout
33919
33920 \begin_layout Standard
33921 In the box dialog you can adjust the box geometry in the fields 
33922 \family sans
33923 Width
33924 \family default
33925  and 
33926 \family sans
33927 Height
33928 \family default
33929 .
33930  The available units for the geometry are explained in Table
33931 \begin_inset space ~
33932 \end_inset
33933
33934
33935 \begin_inset CommandInset ref
33936 LatexCommand ref
33937 reference "tab:Units"
33938
33939 \end_inset
33940
33941 .
33942  The field 
33943 \family sans
33944 Height
33945 \family default
33946  offers the following additional sizes:
33947 \end_layout
33948
33949 \begin_layout Description
33950 Depth This is the plain text 
33951 \begin_inset Quotes eld
33952 \end_inset
33953
33954 height
33955 \begin_inset Quotes erd
33956 \end_inset
33957
33958 .
33959  It ignores the total depth when there are multiple text lines in the box:
33960 \begin_inset Newline newline
33961 \end_inset
33962
33963
33964 \begin_inset Newline newline
33965 \end_inset
33966
33967
33968 \begin_inset Newline newline
33969 \end_inset
33970
33971
33972 \begin_inset Box Boxed
33973 position "c"
33974 hor_pos "c"
33975 has_inner_box 1
33976 inner_pos "c"
33977 use_parbox 0
33978 use_makebox 0
33979 width "12col%"
33980 special "none"
33981 height "1in"
33982 height_special "depth"
33983 thickness "0.4pt"
33984 separation "3pt"
33985 shadowsize "4pt"
33986 framecolor "black"
33987 backgroundcolor "none"
33988 status collapsed
33989
33990 \begin_layout Plain Layout
33991 \align center
33992 Box height set to 1
33993 \begin_inset space \thinspace{}
33994 \end_inset
33995
33996 Depth
33997 \end_layout
33998
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 \end_layout
34011
34012 \begin_layout Description
34013 Height This is the height of the text that is inside the box.
34014  A value of e.
34015 \begin_inset space \thinspace{}
34016 \end_inset
34017
34018 g.
34019 \begin_inset space \space{}
34020 \end_inset
34021
34022 2 for this size will set the box height to 2
34023 \begin_inset space ~
34024 \end_inset
34025
34026 times the text height: 
34027 \begin_inset Box Boxed
34028 position "c"
34029 hor_pos "c"
34030 has_inner_box 1
34031 inner_pos "c"
34032 use_parbox 0
34033 use_makebox 0
34034 width "20col%"
34035 special "none"
34036 height "2in"
34037 height_special "height"
34038 thickness "0.4pt"
34039 separation "3pt"
34040 shadowsize "4pt"
34041 framecolor "black"
34042 backgroundcolor "none"
34043 status collapsed
34044
34045 \begin_layout Plain Layout
34046 \align center
34047 Box height set to 2
34048 \begin_inset space \thinspace{}
34049 \end_inset
34050
34051 Height
34052 \end_layout
34053
34054 \end_inset
34055
34056
34057 \end_layout
34058
34059 \begin_layout Description
34060 Total
34061 \begin_inset space ~
34062 \end_inset
34063
34064 Height This is the Height
34065 \begin_inset space \thinspace{}
34066 \end_inset
34067
34068 +
34069 \begin_inset space \thinspace{}
34070 \end_inset
34071
34072 Depth: 
34073 \begin_inset Box Boxed
34074 position "c"
34075 hor_pos "c"
34076 has_inner_box 1
34077 inner_pos "c"
34078 use_parbox 0
34079 use_makebox 0
34080 width "20col%"
34081 special "none"
34082 height "1in"
34083 height_special "totalheight"
34084 thickness "0.4pt"
34085 separation "3pt"
34086 shadowsize "4pt"
34087 framecolor "black"
34088 backgroundcolor "none"
34089 status collapsed
34090
34091 \begin_layout Plain Layout
34092 \align center
34093 Box height set to 1
34094 \begin_inset space \thinspace{}
34095 \end_inset
34096
34097 Total
34098 \begin_inset space ~
34099 \end_inset
34100
34101 Height
34102 \end_layout
34103
34104 \end_inset
34105
34106
34107 \end_layout
34108
34109 \begin_layout Description
34110 Width This sets the width of the box as height: 
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 "12col%"
34119 special "none"
34120 height "1in"
34121 height_special "width"
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 Width
34136 \end_layout
34137
34138 \end_inset
34139
34140
34141 \end_layout
34142
34143 \begin_layout Subsection
34144 Alignment
34145 \begin_inset Index idx
34146 status collapsed
34147
34148 \begin_layout Plain Layout
34149 Boxes ! Alignment
34150 \end_layout
34151
34152 \end_inset
34153
34154
34155 \end_layout
34156
34157 \begin_layout Standard
34158 When you have chosen an 
34159 \family sans
34160 Inner
34161 \begin_inset space ~
34162 \end_inset
34163
34164 Box
34165 \family default
34166 , the vertical box alignment can be:
34167 \end_layout
34168
34169 \begin_layout Description
34170 Top This is an example text line.
34171  
34172 \begin_inset Box Boxed
34173 position "t"
34174 hor_pos "c"
34175 has_inner_box 1
34176 inner_pos "c"
34177 use_parbox 0
34178 use_makebox 0
34179 width "12col%"
34180 special "none"
34181 height "1in"
34182 height_special "totalheight"
34183 thickness "0.4pt"
34184 separation "3pt"
34185 shadowsize "4pt"
34186 framecolor "black"
34187 backgroundcolor "none"
34188 status collapsed
34189
34190 \begin_layout Plain Layout
34191 \align center
34192 This box is top-aligned.
34193 \end_layout
34194
34195 \end_inset
34196
34197  This is an example text line.
34198 \end_layout
34199
34200 \begin_layout Description
34201 Middle This is an example text line.
34202  
34203 \begin_inset Box Boxed
34204 position "c"
34205 hor_pos "c"
34206 has_inner_box 1
34207 inner_pos "c"
34208 use_parbox 0
34209 use_makebox 0
34210 width "12col%"
34211 special "none"
34212 height "1in"
34213 height_special "totalheight"
34214 thickness "0.4pt"
34215 separation "3pt"
34216 shadowsize "4pt"
34217 framecolor "black"
34218 backgroundcolor "none"
34219 status collapsed
34220
34221 \begin_layout Plain Layout
34222 \align center
34223 This box is middle-aligned.
34224 \end_layout
34225
34226 \end_inset
34227
34228  This is an example text line.
34229 \end_layout
34230
34231 \begin_layout Description
34232 Bottom This is an example text line.
34233  
34234 \begin_inset Box Boxed
34235 position "b"
34236 hor_pos "c"
34237 has_inner_box 1
34238 inner_pos "c"
34239 use_parbox 0
34240 use_makebox 0
34241 width "12col%"
34242 special "none"
34243 height "1in"
34244 height_special "totalheight"
34245 thickness "0.4pt"
34246 separation "3pt"
34247 shadowsize "4pt"
34248 framecolor "black"
34249 backgroundcolor "none"
34250 status collapsed
34251
34252 \begin_layout Plain Layout
34253 \align center
34254 This box is bottom-aligned.
34255 \end_layout
34256
34257 \end_inset
34258
34259  This is an example text line.
34260 \end_layout
34261
34262 \begin_layout Standard
34263 \begin_inset Note Greyedout
34264 status open
34265
34266 \begin_layout Plain Layout
34267
34268 \series bold
34269 Note:
34270 \series default
34271  The vertical box alignment can be lost in the output when you have two
34272  boxes in a line and one has e.
34273 \begin_inset space \thinspace{}
34274 \end_inset
34275
34276 g.
34277 \begin_inset space \space{}
34278 \end_inset
34279
34280 a shadow and the other one not.
34281 \end_layout
34282
34283 \end_inset
34284
34285
34286 \end_layout
34287
34288 \begin_layout Standard
34289 The horizontal box alignment can be set via \SpecialChar LyX
34290 's paragraph dialog when you
34291  set the box into its own paragraph.
34292 \end_layout
34293
34294 \begin_layout Standard
34295 \begin_inset VSpace bigskip
34296 \end_inset
34297
34298 When you have chosen an 
34299 \family sans
34300 Inner
34301 \begin_inset space ~
34302 \end_inset
34303
34304 Box
34305 \family default
34306 , the box content can be aligned vertically to:
34307 \end_layout
34308
34309 \begin_layout Description
34310 top This is an example text line.
34311  
34312 \begin_inset Box Boxed
34313 position "c"
34314 hor_pos "c"
34315 has_inner_box 1
34316 inner_pos "t"
34317 use_parbox 0
34318 use_makebox 0
34319 width "12col%"
34320 special "none"
34321 height "1.5in"
34322 height_special "totalheight"
34323 thickness "0.4pt"
34324 separation "3pt"
34325 shadowsize "4pt"
34326 framecolor "black"
34327 backgroundcolor "none"
34328 status collapsed
34329
34330 \begin_layout Plain Layout
34331 \align center
34332 This box text is top-aligned.
34333 \end_layout
34334
34335 \end_inset
34336
34337  This is an example text line.
34338 \end_layout
34339
34340 \begin_layout Description
34341 middle This is an example text line.
34342  
34343 \begin_inset Box Boxed
34344 position "c"
34345 hor_pos "c"
34346 has_inner_box 1
34347 inner_pos "c"
34348 use_parbox 0
34349 use_makebox 0
34350 width "12col%"
34351 special "none"
34352 height "1.5in"
34353 height_special "totalheight"
34354 thickness "0.4pt"
34355 separation "3pt"
34356 shadowsize "4pt"
34357 framecolor "black"
34358 backgroundcolor "none"
34359 status collapsed
34360
34361 \begin_layout Plain Layout
34362 \align center
34363 This box text is middle-aligned.
34364 \end_layout
34365
34366 \end_inset
34367
34368  This is an example text line.
34369 \end_layout
34370
34371 \begin_layout Description
34372 bottom This is an example text line.
34373  
34374 \begin_inset Box Boxed
34375 position "c"
34376 hor_pos "c"
34377 has_inner_box 1
34378 inner_pos "b"
34379 use_parbox 0
34380 use_makebox 0
34381 width "12col%"
34382 special "none"
34383 height "1.5in"
34384 height_special "totalheight"
34385 thickness "0.4pt"
34386 separation "3pt"
34387 shadowsize "4pt"
34388 framecolor "black"
34389 backgroundcolor "none"
34390 status collapsed
34391
34392 \begin_layout Plain Layout
34393 \align center
34394 This box text is bottom-aligned.
34395 \end_layout
34396
34397 \end_inset
34398
34399  This is an example text line.
34400 \end_layout
34401
34402 \begin_layout Description
34403 stretch This is an example text line.
34404  
34405 \begin_inset Box Boxed
34406 position "c"
34407 hor_pos "c"
34408 has_inner_box 1
34409 inner_pos "s"
34410 use_parbox 0
34411 use_makebox 0
34412 width "12col%"
34413 special "none"
34414 height "1.5in"
34415 height_special "totalheight"
34416 thickness "0.4pt"
34417 separation "3pt"
34418 shadowsize "4pt"
34419 framecolor "black"
34420 backgroundcolor "none"
34421 status collapsed
34422
34423 \begin_layout Plain Layout
34424 \align center
34425 This box
34426 \end_layout
34427
34428 \begin_layout Plain Layout
34429 \align center
34430 text is
34431 \end_layout
34432
34433 \begin_layout Plain Layout
34434 \align center
34435 stretched.
34436 \end_layout
34437
34438 \end_inset
34439
34440  This is an example text line.
34441 \end_layout
34442
34443 \begin_layout Standard
34444 To stretch the box content, it must consist of more than one paragraph.
34445  In the example above every text line is in an own paragraph.
34446 \end_layout
34447
34448 \begin_layout Standard
34449 \begin_inset VSpace bigskip
34450 \end_inset
34451
34452 To align the box content horizontally you can use \SpecialChar LyX
34453 's paragraph dialog when
34454  you have chosen an 
34455 \family sans
34456 Inner
34457 \begin_inset space ~
34458 \end_inset
34459
34460 Box
34461 \family default
34462 .
34463 \end_layout
34464
34465 \begin_layout Standard
34466 \align center
34467 \begin_inset Box Boxed
34468 position "c"
34469 hor_pos "c"
34470 has_inner_box 1
34471 inner_pos "s"
34472 use_parbox 0
34473 use_makebox 0
34474 width "15col%"
34475 special "none"
34476 height "1.25in"
34477 height_special "totalheight"
34478 thickness "0.4pt"
34479 separation "3pt"
34480 shadowsize "4pt"
34481 framecolor "black"
34482 backgroundcolor "none"
34483 status collapsed
34484
34485 \begin_layout Plain Layout
34486 \align left
34487 This box
34488 \end_layout
34489
34490 \begin_layout Plain Layout
34491 \align center
34492 text is
34493 \end_layout
34494
34495 \begin_layout Plain Layout
34496 \align right
34497 stretched.
34498 \end_layout
34499
34500 \end_inset
34501
34502
34503 \end_layout
34504
34505 \begin_layout Standard
34506 If you have not set an 
34507 \family sans
34508 Inner
34509 \begin_inset space ~
34510 \end_inset
34511
34512 Box
34513 \family default
34514 , you can align the box content horizontally in the box dialog.
34515 \end_layout
34516
34517 \begin_layout Standard
34518 \align center
34519 \begin_inset Box Boxed
34520 position "c"
34521 hor_pos "s"
34522 has_inner_box 0
34523 inner_pos "s"
34524 use_parbox 0
34525 use_makebox 0
34526 width "90col%"
34527 special "none"
34528 height "1.25in"
34529 height_special "totalheight"
34530 thickness "0.4pt"
34531 separation "3pt"
34532 shadowsize "4pt"
34533 framecolor "black"
34534 backgroundcolor "none"
34535 status collapsed
34536
34537 \begin_layout Plain Layout
34538 This box text is horizontally stretched.
34539 \end_layout
34540
34541 \end_inset
34542
34543
34544 \end_layout
34545
34546 \begin_layout Subsection
34547 Decoration
34548 \begin_inset CommandInset label
34549 LatexCommand label
34550 name "sec:Decoration"
34551
34552 \end_inset
34553
34554
34555 \begin_inset Index idx
34556 status collapsed
34557
34558 \begin_layout Plain Layout
34559 Boxes ! Decoration
34560 \end_layout
34561
34562 \end_inset
34563
34564
34565 \end_layout
34566
34567 \begin_layout Standard
34568 The type of the box can be specified in the box dialog in the drop-down
34569  list 
34570 \family sans
34571 Decoration
34572 \family default
34573 .
34574  The following types are possible:
34575 \end_layout
34576
34577 \begin_layout Description
34578 No
34579 \begin_inset space ~
34580 \end_inset
34581
34582 frame Nothing is drawn.
34583 \end_layout
34584
34585 \begin_layout Description
34586 Simple
34587 \begin_inset space ~
34588 \end_inset
34589
34590 rectangular
34591 \begin_inset space ~
34592 \end_inset
34593
34594 frame This draws a rectangular frame around the box.
34595  The frame line thickness can be specified.
34596  
34597 \begin_inset Box Boxed
34598 position "c"
34599 hor_pos "c"
34600 has_inner_box 1
34601 inner_pos "c"
34602 use_parbox 0
34603 use_makebox 0
34604 width "20col%"
34605 special "none"
34606 height "1in"
34607 height_special "totalheight"
34608 thickness "0.4pt"
34609 separation "3pt"
34610 shadowsize "4pt"
34611 framecolor "black"
34612 backgroundcolor "none"
34613 status collapsed
34614
34615 \begin_layout Plain Layout
34616 \align center
34617 Rectangular box
34618 \end_layout
34619
34620 \end_inset
34621
34622
34623 \end_layout
34624
34625 \begin_layout Description
34626 Oval
34627 \begin_inset space ~
34628 \end_inset
34629
34630 box,
34631 \begin_inset space ~
34632 \end_inset
34633
34634 thin This draws an oval frame around the box.
34635  The frame line thickness has the size 0.4
34636 \begin_inset space \thinspace{}
34637 \end_inset
34638
34639 pt.
34640  
34641 \begin_inset Box ovalbox
34642 position "c"
34643 hor_pos "c"
34644 has_inner_box 1
34645 inner_pos "c"
34646 use_parbox 0
34647 use_makebox 0
34648 width "20col%"
34649 special "none"
34650 height "1in"
34651 height_special "totalheight"
34652 thickness "0.4pt"
34653 separation "3pt"
34654 shadowsize "4pt"
34655 framecolor "black"
34656 backgroundcolor "none"
34657 status collapsed
34658
34659 \begin_layout Plain Layout
34660 \align center
34661 Oval box, thin
34662 \end_layout
34663
34664 \end_inset
34665
34666
34667 \end_layout
34668
34669 \begin_layout Description
34670 Oval
34671 \begin_inset space ~
34672 \end_inset
34673
34674 box,
34675 \begin_inset space ~
34676 \end_inset
34677
34678 thick This draws an oval frame around the box.
34679  The frame line thickness has the size 0.8
34680 \begin_inset space \thinspace{}
34681 \end_inset
34682
34683 pt.
34684  
34685 \begin_inset Box Ovalbox
34686 position "c"
34687 hor_pos "c"
34688 has_inner_box 1
34689 inner_pos "c"
34690 use_parbox 0
34691 use_makebox 0
34692 width "20col%"
34693 special "none"
34694 height "1in"
34695 height_special "totalheight"
34696 thickness "0.4pt"
34697 separation "3pt"
34698 shadowsize "4pt"
34699 framecolor "black"
34700 backgroundcolor "none"
34701 status collapsed
34702
34703 \begin_layout Plain Layout
34704 \align center
34705 Oval box, thick
34706 \end_layout
34707
34708 \end_inset
34709
34710
34711 \end_layout
34712
34713 \begin_layout Description
34714 Drop
34715 \begin_inset space ~
34716 \end_inset
34717
34718 shadow This draws a rectangular frame with a shadow around the box.
34719  The frame line thickness and the shadow can be specified.
34720  
34721 \begin_inset Box Shadowbox
34722 position "c"
34723 hor_pos "c"
34724 has_inner_box 1
34725 inner_pos "c"
34726 use_parbox 0
34727 use_makebox 0
34728 width "20col%"
34729 special "none"
34730 height "1in"
34731 height_special "totalheight"
34732 thickness "0.4pt"
34733 separation "3pt"
34734 shadowsize "4pt"
34735 framecolor "black"
34736 backgroundcolor "none"
34737 status collapsed
34738
34739 \begin_layout Plain Layout
34740 \align center
34741 Shadow box
34742 \end_layout
34743
34744 \end_inset
34745
34746
34747 \end_layout
34748
34749 \begin_layout Description
34750 Shaded
34751 \begin_inset space ~
34752 \end_inset
34753
34754 background This draws a box with a red background.
34755  Unlike colored boxes
34756 \begin_inset Foot
34757 status collapsed
34758
34759 \begin_layout Plain Layout
34760 see sec.
34761 \begin_inset space \thinspace{}
34762 \end_inset
34763
34764
34765 \begin_inset CommandInset ref
34766 LatexCommand ref
34767 reference "sec:Colored-Boxes"
34768
34769 \end_inset
34770
34771
34772 \end_layout
34773
34774 \end_inset
34775
34776 , it always uses the whole column width and the box is set as its own paragraph.
34777  
34778 \begin_inset Box Shaded
34779 position "t"
34780 hor_pos "c"
34781 has_inner_box 0
34782 inner_pos "t"
34783 use_parbox 0
34784 use_makebox 0
34785 width "50col%"
34786 special "none"
34787 height "1in"
34788 height_special "totalheight"
34789 thickness "0.4pt"
34790 separation "3pt"
34791 shadowsize "4pt"
34792 framecolor "black"
34793 backgroundcolor "none"
34794 status collapsed
34795
34796 \begin_layout Plain Layout
34797 Shaded background box
34798 \end_layout
34799
34800 \end_inset
34801
34802
34803 \end_layout
34804
34805 \begin_layout Description
34806 Double
34807 \begin_inset space ~
34808 \end_inset
34809
34810 rectangular
34811 \begin_inset space ~
34812 \end_inset
34813
34814 frame This draws a double-line rectangular frame around the box.
34815  The line thickness of the inner frame is 0.75
34816 \begin_inset space \thinspace{}
34817 \end_inset
34818
34819 line
34820 \begin_inset space ~
34821 \end_inset
34822
34823 thickness, the thickness of the outer frame is 1.5
34824 \begin_inset space \thinspace{}
34825 \end_inset
34826
34827 line
34828 \begin_inset space ~
34829 \end_inset
34830
34831 thickness.
34832  The distance between the lines is 1.5
34833 \begin_inset space \thinspace{}
34834 \end_inset
34835
34836 line
34837 \begin_inset space ~
34838 \end_inset
34839
34840 thickness
34841 \begin_inset space \thinspace{}
34842 \end_inset
34843
34844 +
34845 \begin_inset space \thinspace{}
34846 \end_inset
34847
34848 0.5
34849 \begin_inset space \thinspace{}
34850 \end_inset
34851
34852 pt.
34853  
34854 \begin_inset Box Doublebox
34855 position "c"
34856 hor_pos "c"
34857 has_inner_box 1
34858 inner_pos "c"
34859 use_parbox 0
34860 use_makebox 0
34861 width "20col%"
34862 special "none"
34863 height "1in"
34864 height_special "totalheight"
34865 thickness "0.4pt"
34866 separation "3pt"
34867 shadowsize "4pt"
34868 framecolor "black"
34869 backgroundcolor "none"
34870 status collapsed
34871
34872 \begin_layout Plain Layout
34873 \align center
34874 Double rectangular box
34875 \end_layout
34876
34877 \end_inset
34878
34879
34880 \end_layout
34881
34882 \begin_layout Standard
34883 \begin_inset VSpace bigskip
34884 \end_inset
34885
34886 \SpecialChar LyX
34887 's box label will reflect the different frame types.
34888  To be able to use all types, the \SpecialChar LaTeX
34889 -package 
34890 \series bold
34891 fancybox
34892 \series default
34893
34894 \begin_inset Index idx
34895 status collapsed
34896
34897 \begin_layout Plain Layout
34898 \SpecialChar LaTeX
34899 -packages ! fancybox
34900 \end_layout
34901
34902 \end_inset
34903
34904  must be installed.
34905 \end_layout
34906
34907 \begin_layout Standard
34908 \begin_inset VSpace bigskip
34909 \end_inset
34910
34911 When you use the decoration 
34912 \family sans
34913 simple rectangular frame
34914 \family default
34915  and no inner box, you can allow page breaks within a box.
34916  Note that then, unlike other framed boxes, the frame always uses the whole
34917  column width and the box is set as its own paragraph: 
34918 \begin_inset Box Framed
34919 position "t"
34920 hor_pos "c"
34921 has_inner_box 0
34922 inner_pos "t"
34923 use_parbox 0
34924 use_makebox 0
34925 width "100col%"
34926 special "none"
34927 height "1in"
34928 height_special "totalheight"
34929 thickness "0.4pt"
34930 separation "3pt"
34931 shadowsize "4pt"
34932 framecolor "black"
34933 backgroundcolor "none"
34934 status collapsed
34935
34936 \begin_layout Plain Layout
34937 Allow page break box
34938 \end_layout
34939
34940 \end_inset
34941
34942
34943 \end_layout
34944
34945 \begin_layout Section
34946 Box Customization
34947 \begin_inset Index idx
34948 status collapsed
34949
34950 \begin_layout Plain Layout
34951 Boxes ! Customization
34952 \end_layout
34953
34954 \end_inset
34955
34956
34957 \end_layout
34958
34959 \begin_layout Standard
34960 The diameter of the round corners of the oval boxes can be set with the
34961  command 
34962 \series bold
34963
34964 \backslash
34965 cornersize
34966 \series default
34967 .
34968  The command
34969 \end_layout
34970
34971 \begin_layout Standard
34972
34973 \series bold
34974
34975 \backslash
34976 cornersize*{1cm}
34977 \end_layout
34978
34979 \begin_layout Standard
34980 sets the diameter to 1
34981 \begin_inset space \thinspace{}
34982 \end_inset
34983
34984 cm.
34985  The command
34986 \end_layout
34987
34988 \begin_layout Standard
34989
34990 \series bold
34991
34992 \backslash
34993 cornersize{num}
34994 \end_layout
34995
34996 \begin_layout Standard
34997 sets the diameter to 
34998 \family sans
34999 num
35000 \begin_inset space \thinspace{}
35001 \end_inset
35002
35003 ×
35004 \begin_inset space \thinspace{}
35005 \end_inset
35006
35007 minimum(width and height of box)
35008 \family default
35009 .
35010  The default is 
35011 \series bold
35012
35013 \backslash
35014 cornersize{0.5}
35015 \series default
35016 .
35017 \end_layout
35018
35019 \begin_layout Standard
35020 \begin_inset ERT
35021 status collapsed
35022
35023 \begin_layout Plain Layout
35024
35025
35026 \backslash
35027 cornersize*{1.5cm}
35028 \end_layout
35029
35030 \end_inset
35031
35032
35033 \begin_inset Box Ovalbox
35034 position "c"
35035 hor_pos "c"
35036 has_inner_box 1
35037 inner_pos "c"
35038 use_parbox 0
35039 use_makebox 0
35040 width "25col%"
35041 special "none"
35042 height "1in"
35043 height_special "totalheight"
35044 thickness "0.4pt"
35045 separation "3pt"
35046 shadowsize "4pt"
35047 framecolor "black"
35048 backgroundcolor "none"
35049 status open
35050
35051 \begin_layout Plain Layout
35052 \align center
35053 Oval box with 
35054 \series bold
35055
35056 \backslash
35057 cornersize
35058 \series default
35059
35060 \begin_inset space \thinspace{}
35061 \end_inset
35062
35063 =
35064 \begin_inset space \thinspace{}
35065 \end_inset
35066
35067 1.5
35068 \begin_inset space \thinspace{}
35069 \end_inset
35070
35071 cm
35072 \end_layout
35073
35074 \end_inset
35075
35076
35077 \begin_inset ERT
35078 status collapsed
35079
35080 \begin_layout Plain Layout
35081
35082
35083 \backslash
35084 cornersize{0.5}
35085 \end_layout
35086
35087 \end_inset
35088
35089
35090 \end_layout
35091
35092 \begin_layout Standard
35093 \begin_inset VSpace bigskip
35094 \end_inset
35095
35096
35097 \end_layout
35098
35099 \begin_layout Standard
35100 The default background color red of 
35101 \family sans
35102 shaded background
35103 \family default
35104  boxes can either be changed locally with the command 
35105 \series bold
35106
35107 \backslash
35108 definecolor{shadecolor}
35109 \series default
35110  or globally with the menu 
35111 \family sans
35112 Tools\SpecialChar menuseparator
35113 Preferences\SpecialChar menuseparator
35114 Colors\SpecialChar menuseparator
35115 shaded
35116 \begin_inset space ~
35117 \end_inset
35118
35119 box
35120 \family default
35121 .
35122  The scheme of the 
35123 \series bold
35124
35125 \backslash
35126 definecolor
35127 \series default
35128  command is explained in section
35129 \begin_inset space ~
35130 \end_inset
35131
35132
35133 \begin_inset CommandInset ref
35134 LatexCommand ref
35135 reference "sec:Colored-Tables"
35136
35137 \end_inset
35138
35139 .
35140 \begin_inset Foot
35141 status collapsed
35142
35143 \begin_layout Plain Layout
35144 Note that 
35145 \series bold
35146
35147 \backslash
35148 definecolor
35149 \series default
35150  requires the \SpecialChar LaTeX
35151 -package 
35152 \series bold
35153 color
35154 \series default
35155  in the preamble, see section
35156 \begin_inset space ~
35157 \end_inset
35158
35159
35160 \begin_inset CommandInset ref
35161 LatexCommand ref
35162 reference "sec:Colored-Boxes"
35163
35164 \end_inset
35165
35166 .
35167 \end_layout
35168
35169 \end_inset
35170
35171  For example the appearance of the following shaded background box is set
35172  with the \SpecialChar TeX
35173  Code command
35174 \end_layout
35175
35176 \begin_layout Standard
35177
35178 \series bold
35179
35180 \backslash
35181 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
35182 \end_layout
35183
35184 \begin_layout Standard
35185 \begin_inset ERT
35186 status collapsed
35187
35188 \begin_layout Plain Layout
35189
35190
35191 \backslash
35192 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
35193 \end_layout
35194
35195 \end_inset
35196
35197
35198 \begin_inset Box Shaded
35199 position "t"
35200 hor_pos "c"
35201 has_inner_box 0
35202 inner_pos "t"
35203 use_parbox 0
35204 use_makebox 0
35205 width "100col%"
35206 special "none"
35207 height "1in"
35208 height_special "totalheight"
35209 thickness "0.4pt"
35210 separation "3pt"
35211 shadowsize "4pt"
35212 framecolor "black"
35213 backgroundcolor "none"
35214 status open
35215
35216 \begin_layout Plain Layout
35217
35218 \color yellow
35219 This is yellow text in a
35220 \color none
35221  
35222 \family sans
35223 \color yellow
35224 shaded background
35225 \family default
35226 \color none
35227  
35228 \color yellow
35229 box with dark green background.
35230 \end_layout
35231
35232 \end_inset
35233
35234
35235 \begin_inset ERT
35236 status collapsed
35237
35238 \begin_layout Plain Layout
35239
35240
35241 \backslash
35242 definecolor{shadecolor}{rgb}{1,0,0}
35243 \end_layout
35244
35245 \end_inset
35246
35247
35248 \end_layout
35249
35250 \begin_layout Standard
35251 \begin_inset VSpace bigskip
35252 \end_inset
35253
35254 Manually changed sizes and colors are valid for all boxes following the
35255  commands that change them.
35256 \end_layout
35257
35258 \begin_layout Section
35259 Minipages
35260 \begin_inset CommandInset label
35261 LatexCommand label
35262 name "sec:Minipages"
35263
35264 \end_inset
35265
35266
35267 \begin_inset Index idx
35268 status collapsed
35269
35270 \begin_layout Plain Layout
35271 Boxes ! Minipages
35272 \end_layout
35273
35274 \end_inset
35275
35276
35277 \end_layout
35278
35279 \begin_layout Standard
35280 Minipages are treated by \SpecialChar LaTeX
35281  as pages within pages and can therefore for example
35282  have their own footnotes.
35283 \end_layout
35284
35285 \begin_layout Standard
35286 Minipages are useful when you write documents with different languages.
35287 \end_layout
35288
35289 \begin_layout Standard
35290 Below are two example minipages side by side.
35291  Their width is set to 45
35292 \begin_inset space \thinspace{}
35293 \end_inset
35294
35295 col% and they are separated by a horizontal fill, that was inserted via
35296  the menu 
35297 \family sans
35298 Insert\SpecialChar menuseparator
35299 Special
35300 \begin_inset space ~
35301 \end_inset
35302
35303 Formatting\SpecialChar menuseparator
35304 Horizontal
35305 \begin_inset space ~
35306 \end_inset
35307
35308 Fill
35309 \family default
35310 .
35311 \begin_inset Newpage newpage
35312 \end_inset
35313
35314
35315 \end_layout
35316
35317 \begin_layout Standard
35318 \begin_inset Box Frameless
35319 position "t"
35320 hor_pos "c"
35321 has_inner_box 1
35322 inner_pos "c"
35323 use_parbox 0
35324 use_makebox 0
35325 width "45col%"
35326 special "none"
35327 height "1in"
35328 height_special "totalheight"
35329 thickness "0.4pt"
35330 separation "3pt"
35331 shadowsize "4pt"
35332 framecolor "black"
35333 backgroundcolor "none"
35334 status open
35335
35336 \begin_layout Plain Layout
35337
35338 \lang ngerman
35339 Dies ist ein deutscher Text.
35340  Dies ist ein deutscher Text.
35341  Dies ist ein deutscher Text.
35342  Dies ist ein deutscher Text.
35343  Dies ist ein deutscher Text.
35344  Dies ist ein deutscher Text.
35345  Dies ist ein deutscher Text.
35346  Dies ist ein deutscher Text.
35347  Dies ist ein deutscher Text.
35348  Dies ist ein deutscher Text.
35349  Dies ist ein deutscher Text.
35350  Dies ist ein deutscher Text.
35351  Dies ist ein deutscher Text
35352 \begin_inset Foot
35353 status collapsed
35354
35355 \begin_layout Plain Layout
35356
35357 \lang ngerman
35358 Dies ist eine deutsche Fußnote.
35359 \end_layout
35360
35361 \end_inset
35362
35363 .
35364  Dies ist ein deutscher Text.
35365  Dies ist ein deutscher Text.
35366 \end_layout
35367
35368 \end_inset
35369
35370
35371 \begin_inset space \hfill{}
35372 \end_inset
35373
35374
35375 \begin_inset Box Frameless
35376 position "t"
35377 hor_pos "c"
35378 has_inner_box 1
35379 inner_pos "c"
35380 use_parbox 0
35381 use_makebox 0
35382 width "45col%"
35383 special "none"
35384 height "1in"
35385 height_special "totalheight"
35386 thickness "0.4pt"
35387 separation "3pt"
35388 shadowsize "4pt"
35389 framecolor "black"
35390 backgroundcolor "none"
35391 status open
35392
35393 \begin_layout Plain Layout
35394 This is an English Text.
35395  This is an English Text.
35396  This is an English Text.
35397  This is an English Text.
35398  This is an English Text.
35399  This is an English Text.
35400  This is an English Text.
35401  This is an English Text.
35402  This is an English Text.
35403  This is an English Text.
35404  This is an English Text.
35405  This is an English Text.
35406  This is an English Text.
35407  This is an English Text.
35408  This is an English Text.
35409  This is an English Text.
35410 \begin_inset Foot
35411 status collapsed
35412
35413 \begin_layout Plain Layout
35414 This is an English footnote.
35415 \end_layout
35416
35417 \end_inset
35418
35419  This is an English Text.
35420 \end_layout
35421
35422 \end_inset
35423
35424
35425 \end_layout
35426
35427 \begin_layout Standard
35428 \begin_inset VSpace bigskip
35429 \end_inset
35430
35431 The document-wide paragraph settings are ignored within minipages.
35432  That means that there will be no space between paragraphs in minipages
35433  although you set it to e.
35434 \begin_inset space \thinspace{}
35435 \end_inset
35436
35437 g.
35438 \begin_inset space \space{}
35439 \end_inset
35440
35441
35442 \family sans
35443 MedSkip
35444 \family default
35445  in the document settings.
35446 \end_layout
35447
35448 \begin_layout Standard
35449 Minipages can also be used to set a background color for text parts, see
35450  section
35451 \begin_inset space ~
35452 \end_inset
35453
35454
35455 \begin_inset CommandInset ref
35456 LatexCommand ref
35457 reference "sec:Colored-Boxes"
35458
35459 \end_inset
35460
35461 .
35462 \end_layout
35463
35464 \begin_layout Standard
35465 \begin_inset Note Greyedout
35466 status open
35467
35468 \begin_layout Plain Layout
35469
35470 \series bold
35471 Note:
35472 \series default
35473  You cannot have floats or margin notes inside minipages but minipages can
35474  be used inside tables, floats, and other boxes.
35475 \end_layout
35476
35477 \end_inset
35478
35479
35480 \end_layout
35481
35482 \begin_layout Standard
35483 \begin_inset VSpace bigskip
35484 \end_inset
35485
35486
35487 \end_layout
35488
35489 \begin_layout Standard
35490 \SpecialChar LyX
35491  has also basic support for minipages whose size is automatically determined
35492  by the width of their contents, via the module 
35493 \family sans
35494 Variable-width Minipages
35495 \family default
35496 .
35497  The \SpecialChar LyX
35498  example file 
35499 \emph on
35500 varwidth-floats-side-by-side
35501 \emph default
35502  gives examples of variable-width minipages used for placing two floats
35503  side-by-side.
35504 \end_layout
35505
35506 \begin_layout Section
35507 Parboxes
35508 \begin_inset CommandInset label
35509 LatexCommand label
35510 name "sec:Parboxes"
35511
35512 \end_inset
35513
35514
35515 \begin_inset Index idx
35516 status collapsed
35517
35518 \begin_layout Plain Layout
35519 Boxes ! Parboxes
35520 \end_layout
35521
35522 \end_inset
35523
35524
35525 \end_layout
35526
35527 \begin_layout Standard
35528 Parboxes are very similar to minipages with the difference that they cannot
35529  have footnotes.
35530 \end_layout
35531
35532 \begin_layout Standard
35533 \align center
35534 \begin_inset Box Frameless
35535 position "t"
35536 hor_pos "c"
35537 has_inner_box 1
35538 inner_pos "t"
35539 use_parbox 1
35540 use_makebox 0
35541 width "33col%"
35542 special "none"
35543 height "1in"
35544 height_special "totalheight"
35545 thickness "0.4pt"
35546 separation "3pt"
35547 shadowsize "4pt"
35548 framecolor "black"
35549 backgroundcolor "none"
35550 status open
35551
35552 \begin_layout Plain Layout
35553 This a text within a parbox.
35554  This a text within a parbox.
35555 \end_layout
35556
35557 \begin_layout Plain Layout
35558 This footnote won't appear:
35559 \begin_inset Foot
35560 status collapsed
35561
35562 \begin_layout Plain Layout
35563 This footnote is inside a parbox and will therefore not appear.
35564 \end_layout
35565
35566 \end_inset
35567
35568
35569 \end_layout
35570
35571 \end_inset
35572
35573
35574 \end_layout
35575
35576 \begin_layout Section
35577 Boxes for Words and Characters
35578 \begin_inset Index idx
35579 status collapsed
35580
35581 \begin_layout Plain Layout
35582 Boxes ! for Characters
35583 \end_layout
35584
35585 \end_inset
35586
35587
35588 \end_layout
35589
35590 \begin_layout Subsection
35591 Prevent Hyphenation
35592 \begin_inset CommandInset label
35593 LatexCommand label
35594 name "sec:Prevent-Hyphenation"
35595
35596 \end_inset
35597
35598
35599 \begin_inset Index idx
35600 status collapsed
35601
35602 \begin_layout Plain Layout
35603 Boxes ! to Prevent Hyphenation
35604 \end_layout
35605
35606 \end_inset
35607
35608
35609 \end_layout
35610
35611 \begin_layout Standard
35612 You can use the box type 
35613 \family sans
35614 Makebox
35615 \family default
35616  to prevent words or text from being hyphenated.
35617 \begin_inset Newline newline
35618 \end_inset
35619
35620 Here is an example text:
35621 \end_layout
35622
35623 \begin_layout Standard
35624 This line is an example to show how you can prevent the hyphenation of 
35625 \begin_inset Quotes eld
35626 \end_inset
35627
35628 veryverylongword
35629 \begin_inset Quotes erd
35630 \end_inset
35631
35632 .
35633 \end_layout
35634
35635 \begin_layout Standard
35636 To prevent the hyphenation of the word 
35637 \begin_inset Quotes eld
35638 \end_inset
35639
35640 veryverylongword
35641 \begin_inset Quotes erd
35642 \end_inset
35643
35644 , put the word into a box, set the 
35645 \family sans
35646 Inner
35647 \begin_inset space ~
35648 \end_inset
35649
35650 box
35651 \family default
35652  to 
35653 \family sans
35654 Makebox
35655 \family default
35656  and use no explicit width.
35657 \end_layout
35658
35659 \begin_layout Standard
35660 This is the result:
35661 \end_layout
35662
35663 \begin_layout Standard
35664 This line is an example to show how you can prevent the hyphenation of 
35665 \begin_inset Box Frameless
35666 position "t"
35667 hor_pos "c"
35668 has_inner_box 1
35669 inner_pos "t"
35670 use_parbox 0
35671 use_makebox 1
35672 width ""
35673 special "none"
35674 height "1in"
35675 height_special "totalheight"
35676 thickness "0.4pt"
35677 separation "3pt"
35678 shadowsize "4pt"
35679 framecolor "black"
35680 backgroundcolor "none"
35681 status open
35682
35683 \begin_layout Plain Layout
35684 \begin_inset Quotes eld
35685 \end_inset
35686
35687 veryverylongword
35688 \begin_inset Quotes erd
35689 \end_inset
35690
35691
35692 \end_layout
35693
35694 \end_inset
35695
35696 .
35697 \end_layout
35698
35699 \begin_layout Standard
35700 You can alternatively set the command 
35701 \begin_inset Quotes eld
35702 \end_inset
35703
35704
35705 \series bold
35706
35707 \backslash
35708 -
35709 \series default
35710
35711 \begin_inset Quotes grd
35712 \end_inset
35713
35714  as \SpecialChar TeX
35715  Code directly before the word:
35716 \end_layout
35717
35718 \begin_layout Standard
35719 This line is an example to show how you can prevent the hyphenation of 
35720 \begin_inset Quotes eld
35721 \end_inset
35722
35723
35724 \begin_inset ERT
35725 status collapsed
35726
35727 \begin_layout Plain Layout
35728
35729
35730 \backslash
35731 -
35732 \end_layout
35733
35734 \end_inset
35735
35736 veryverylongword
35737 \begin_inset Quotes erd
35738 \end_inset
35739
35740 .
35741 \end_layout
35742
35743 \begin_layout Standard
35744 Of course the word now protrudes over the side margin.
35745  To avoid this, add via the menu 
35746 \family sans
35747 Insert\SpecialChar menuseparator
35748 Formatting\SpecialChar menuseparator
35749 Ragged
35750 \begin_inset space ~
35751 \end_inset
35752
35753 Line
35754 \begin_inset space ~
35755 \end_inset
35756
35757 Break
35758 \family default
35759  (shortcut 
35760 \begin_inset Info
35761 type  "shortcut"
35762 arg   "newline-insert newline"
35763 \end_inset
35764
35765 ) a line break before the word:
35766 \end_layout
35767
35768 \begin_layout Standard
35769 This line is an example to show how you can prevent the hyphenation of 
35770 \begin_inset Newline newline
35771 \end_inset
35772
35773
35774 \begin_inset Box Frameless
35775 position "t"
35776 hor_pos "c"
35777 has_inner_box 1
35778 inner_pos "t"
35779 use_parbox 0
35780 use_makebox 1
35781 width ""
35782 special "none"
35783 height "1in"
35784 height_special "totalheight"
35785 thickness "0.4pt"
35786 separation "3pt"
35787 shadowsize "4pt"
35788 framecolor "black"
35789 backgroundcolor "none"
35790 status open
35791
35792 \begin_layout Plain Layout
35793 \begin_inset Quotes eld
35794 \end_inset
35795
35796 veryverylongword
35797 \begin_inset Quotes erd
35798 \end_inset
35799
35800
35801 \end_layout
35802
35803 \end_inset
35804
35805 .
35806 \end_layout
35807
35808 \begin_layout Subsection
35809 Vertical Alignment
35810 \begin_inset CommandInset label
35811 LatexCommand label
35812 name "subsec:Vertical-Alignment"
35813
35814 \end_inset
35815
35816
35817 \begin_inset Index idx
35818 status collapsed
35819
35820 \begin_layout Plain Layout
35821 Boxes ! for Vertical Alignment
35822 \end_layout
35823
35824 \end_inset
35825
35826
35827 \begin_inset Index idx
35828 status collapsed
35829
35830 \begin_layout Plain Layout
35831 Boxes ! Raiseboxes
35832 \end_layout
35833
35834 \end_inset
35835
35836
35837 \end_layout
35838
35839 \begin_layout Standard
35840 With the help of the command 
35841 \series bold
35842
35843 \backslash
35844 raisebox
35845 \series default
35846  you can align words, characters or other boxes vertically relative to the
35847  surrounding text.
35848  
35849 \series bold
35850
35851 \backslash
35852 raisebox
35853 \series default
35854  is used with the following scheme:
35855 \end_layout
35856
35857 \begin_layout Standard
35858
35859 \series bold
35860
35861 \backslash
35862 raisebox{lift}[height][depth]{box content}
35863 \end_layout
35864
35865 \begin_layout Standard
35866 The lift can be a positive value to raise the box or a negative value to
35867  lower the box.
35868 \end_layout
35869
35870 \begin_layout Standard
35871 To align for example the word 
35872 \begin_inset Quotes eld
35873 \end_inset
35874
35875 preventing
35876 \begin_inset Quotes erd
35877 \end_inset
35878
35879  so that the bottom of the 
35880 \begin_inset Quotes eld
35881 \end_inset
35882
35883 deepest
35884 \begin_inset Quotes erd
35885 \end_inset
35886
35887  character 
35888 \begin_inset Quotes eld
35889 \end_inset
35890
35891 p
35892 \begin_inset Quotes erd
35893 \end_inset
35894
35895  is at the baseline, insert the command
35896 \end_layout
35897
35898 \begin_layout Standard
35899
35900 \series bold
35901
35902 \backslash
35903 raisebox{
35904 \backslash
35905 depth}{
35906 \end_layout
35907
35908 \begin_layout Standard
35909 in \SpecialChar TeX
35910  Code before the word.
35911  After the word insert a closing brace 
35912 \begin_inset Quotes eld
35913 \end_inset
35914
35915
35916 \series bold
35917 }
35918 \series default
35919
35920 \begin_inset Quotes erd
35921 \end_inset
35922
35923  in \SpecialChar TeX
35924  Code.
35925 \begin_inset Newline newline
35926 \end_inset
35927
35928 This is the result:
35929 \end_layout
35930
35931 \begin_layout Standard
35932 This is a text line with the word 
35933 \begin_inset ERT
35934 status collapsed
35935
35936 \begin_layout Plain Layout
35937
35938
35939 \backslash
35940 raisebox{
35941 \backslash
35942 depth}{
35943 \end_layout
35944
35945 \end_inset
35946
35947
35948 \begin_inset Quotes eld
35949 \end_inset
35950
35951 preventing
35952 \begin_inset Quotes erd
35953 \end_inset
35954
35955
35956 \begin_inset ERT
35957 status collapsed
35958
35959 \begin_layout Plain Layout
35960
35961 }
35962 \end_layout
35963
35964 \end_inset
35965
35966  as a raised word.
35967 \end_layout
35968
35969 \begin_layout Standard
35970 \begin_inset VSpace bigskip
35971 \end_inset
35972
35973 When you raise or lower characters in a line, the line distance will be
35974  spread:
35975 \end_layout
35976
35977 \begin_layout Standard
35978 This is a text line with the word 
35979 \begin_inset ERT
35980 status collapsed
35981
35982 \begin_layout Plain Layout
35983
35984
35985 \backslash
35986 raisebox{-
35987 \backslash
35988 depth}{
35989 \end_layout
35990
35991 \end_inset
35992
35993
35994 \begin_inset Quotes eld
35995 \end_inset
35996
35997 preventing
35998 \begin_inset Quotes erd
35999 \end_inset
36000
36001
36002 \begin_inset ERT
36003 status collapsed
36004
36005 \begin_layout Plain Layout
36006
36007 }
36008 \end_layout
36009
36010 \end_inset
36011
36012  as a lowered word.
36013 \begin_inset Newline newline
36014 \end_inset
36015
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{0.5cm}{
36025 \end_layout
36026
36027 \end_inset
36028
36029
36030 \begin_inset Quotes eld
36031 \end_inset
36032
36033 testing
36034 \begin_inset Quotes erd
36035 \end_inset
36036
36037
36038 \begin_inset ERT
36039 status collapsed
36040
36041 \begin_layout Plain Layout
36042
36043 }
36044 \end_layout
36045
36046 \end_inset
36047
36048  as a raised word.
36049 \end_layout
36050
36051 \begin_layout Standard
36052 If you want to prevent this for a certain reason, set the box height to
36053  a zero value.
36054  For example use
36055 \end_layout
36056
36057 \begin_layout Standard
36058
36059 \series bold
36060
36061 \backslash
36062 raisebox{-
36063 \backslash
36064 depth}[0pt]{
36065 \end_layout
36066
36067 \begin_layout Standard
36068 This is a text line with the word 
36069 \begin_inset ERT
36070 status collapsed
36071
36072 \begin_layout Plain Layout
36073
36074
36075 \backslash
36076 raisebox{-
36077 \backslash
36078 depth}[0pt]{
36079 \end_layout
36080
36081 \end_inset
36082
36083
36084 \begin_inset Quotes eld
36085 \end_inset
36086
36087 preventing
36088 \begin_inset Quotes erd
36089 \end_inset
36090
36091
36092 \begin_inset ERT
36093 status collapsed
36094
36095 \begin_layout Plain Layout
36096
36097 }
36098 \end_layout
36099
36100 \end_inset
36101
36102  as a lowered word.
36103 \begin_inset Newline newline
36104 \end_inset
36105
36106
36107 \begin_inset Newline newline
36108 \end_inset
36109
36110 This is a text line with the word 
36111 \begin_inset ERT
36112 status collapsed
36113
36114 \begin_layout Plain Layout
36115
36116
36117 \backslash
36118 raisebox{0.5cm}[0pt]{
36119 \end_layout
36120
36121 \end_inset
36122
36123
36124 \begin_inset Quotes eld
36125 \end_inset
36126
36127 testing
36128 \begin_inset Quotes erd
36129 \end_inset
36130
36131
36132 \begin_inset ERT
36133 status collapsed
36134
36135 \begin_layout Plain Layout
36136
36137 }
36138 \end_layout
36139
36140 \end_inset
36141
36142  as a raised word.
36143 \end_layout
36144
36145 \begin_layout Section
36146 Colored Boxes
36147 \begin_inset CommandInset label
36148 LatexCommand label
36149 name "sec:Colored-Boxes"
36150
36151 \end_inset
36152
36153
36154 \begin_inset Index idx
36155 status collapsed
36156
36157 \begin_layout Plain Layout
36158 Boxes ! Color
36159 \end_layout
36160
36161 \end_inset
36162
36163
36164 \end_layout
36165
36166 \begin_layout Standard
36167 To color the background of a box just select the color you like in the box
36168  dialog.
36169  This is for example a box with orange background: 
36170 \begin_inset Box Frameless
36171 position "t"
36172 hor_pos "c"
36173 has_inner_box 1
36174 inner_pos "t"
36175 use_parbox 0
36176 use_makebox 1
36177 width ""
36178 special "none"
36179 height "1in"
36180 height_special "totalheight"
36181 thickness "0.4pt"
36182 separation "3pt"
36183 shadowsize "4pt"
36184 framecolor "black"
36185 backgroundcolor "orange"
36186 status open
36187
36188 \begin_layout Plain Layout
36189 Box with orange background
36190 \end_layout
36191
36192 \end_inset
36193
36194
36195 \end_layout
36196
36197 \begin_layout Standard
36198 If you use the decoration 
36199 \family sans
36200 Simple
36201 \begin_inset space ~
36202 \end_inset
36203
36204 rectangular
36205 \begin_inset space ~
36206 \end_inset
36207
36208 frame
36209 \family default
36210  you can set a frame color.
36211  In this case you must also specify a background color (LyX sets white as
36212  default).
36213  Here is an example: 
36214 \begin_inset Box Boxed
36215 position "t"
36216 hor_pos "c"
36217 has_inner_box 0
36218 inner_pos "t"
36219 use_parbox 0
36220 use_makebox 0
36221 width ""
36222 special "none"
36223 height "1in"
36224 height_special "totalheight"
36225 thickness "0.4pt"
36226 separation "3pt"
36227 shadowsize "4pt"
36228 framecolor "teal"
36229 backgroundcolor "yellow"
36230 status open
36231
36232 \begin_layout Plain Layout
36233 Box with teal frame color and yellow background color
36234 \end_layout
36235
36236 \end_inset
36237
36238
36239 \end_layout
36240
36241 \begin_layout Standard
36242 \begin_inset VSpace bigskip
36243 \end_inset
36244
36245 Of course you can also have colored text inside a colored box:
36246 \begin_inset Newline newline
36247 \end_inset
36248
36249
36250 \begin_inset Box Boxed
36251 position "t"
36252 hor_pos "c"
36253 has_inner_box 0
36254 inner_pos "t"
36255 use_parbox 0
36256 use_makebox 0
36257 width ""
36258 special "none"
36259 height "1in"
36260 height_special "totalheight"
36261 thickness "0.4pt"
36262 separation "3pt"
36263 shadowsize "4pt"
36264 framecolor "cyan"
36265 backgroundcolor "magenta"
36266 status open
36267
36268 \begin_layout Plain Layout
36269
36270 \color yellow
36271 This is colored text within a colored, framed box
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
36284 \end_layout
36285
36286 \begin_layout Standard
36287 If you need another color than the predefined ones, you can define your
36288  own color as described in section
36289 \begin_inset space ~
36290 \end_inset
36291
36292
36293 \begin_inset CommandInset ref
36294 LatexCommand ref
36295 reference "sec:Colored-Tables"
36296
36297 \end_inset
36298
36299 .
36300  To use your own color you must typeset the box by using TeX code:
36301 \end_layout
36302
36303 \begin_layout Standard
36304 Colored boxes without frame are created with the command 
36305 \series bold
36306
36307 \backslash
36308 colorbox
36309 \series default
36310 .
36311  It has the following scheme:
36312 \end_layout
36313
36314 \begin_layout Standard
36315
36316 \series bold
36317
36318 \backslash
36319 colorbox{color}{box content}
36320 \end_layout
36321
36322 \begin_layout Standard
36323 The box content can also be a box and colored boxes can also be within other
36324  boxes.
36325  To have e.
36326 \begin_inset space \thinspace{}
36327 \end_inset
36328
36329 g.
36330 \begin_inset space \space{}
36331 \end_inset
36332
36333 a darkgreen background for a word, insert the command
36334 \end_layout
36335
36336 \begin_layout Standard
36337
36338 \series bold
36339
36340 \backslash
36341 colorbox{darkgreen}{
36342 \end_layout
36343
36344 \begin_layout Standard
36345 before the word in \SpecialChar TeX
36346  Code.
36347  After the word insert a closing brace 
36348 \begin_inset Quotes eld
36349 \end_inset
36350
36351
36352 \series bold
36353 }
36354 \series default
36355
36356 \begin_inset Quotes erd
36357 \end_inset
36358
36359  in \SpecialChar TeX
36360  Code.
36361 \begin_inset Newline newline
36362 \end_inset
36363
36364 This is the result:
36365 \end_layout
36366
36367 \begin_layout Standard
36368 This is a line where the word 
36369 \begin_inset ERT
36370 status collapsed
36371
36372 \begin_layout Plain Layout
36373
36374
36375 \backslash
36376 colorbox{darkgreen}{
36377 \end_layout
36378
36379 \end_inset
36380
36381
36382 \begin_inset Quotes eld
36383 \end_inset
36384
36385 Attention!
36386 \begin_inset Quotes erd
36387 \end_inset
36388
36389
36390 \begin_inset ERT
36391 status collapsed
36392
36393 \begin_layout Plain Layout
36394
36395 }
36396 \end_layout
36397
36398 \end_inset
36399
36400  has a darkgreen background.
36401 \end_layout
36402
36403 \begin_layout Standard
36404 Framed, colored boxes are created with the command 
36405 \series bold
36406
36407 \backslash
36408 fcolorbox
36409 \series default
36410 .
36411  It has the following scheme:
36412 \end_layout
36413
36414 \begin_layout Standard
36415
36416 \series bold
36417
36418 \backslash
36419 fcolorbox{frame color}{box color}{box content}
36420 \end_layout
36421
36422 \begin_layout Section
36423 Rotated and Scaled Boxes
36424 \end_layout
36425
36426 \begin_layout Standard
36427 To use the boxes described in this section, the module 
36428 \family sans
36429 GraphicBoxes
36430 \family default
36431  must be loaded in the document settings.
36432 \end_layout
36433
36434 \begin_layout Standard
36435 \begin_inset Note Greyedout
36436 status open
36437
36438 \begin_layout Plain Layout
36439
36440 \series bold
36441 Note:
36442 \series default
36443  Not all DVI viewers are able to display rotated or scaled material.
36444 \end_layout
36445
36446 \end_inset
36447
36448
36449 \end_layout
36450
36451 \begin_layout Standard
36452 \begin_inset Note Greyedout
36453 status open
36454
36455 \begin_layout Plain Layout
36456
36457 \series bold
36458 Note:
36459 \series default
36460  Floats are not allowed inside a rotated or scaled box.
36461 \end_layout
36462
36463 \end_inset
36464
36465
36466 \end_layout
36467
36468 \begin_layout Subsection
36469 Rotated Boxes
36470 \begin_inset Index idx
36471 status collapsed
36472
36473 \begin_layout Plain Layout
36474 Boxes ! rotated
36475 \end_layout
36476
36477 \end_inset
36478
36479
36480 \begin_inset Index idx
36481 status collapsed
36482
36483 \begin_layout Plain Layout
36484 Rotated Material
36485 \end_layout
36486
36487 \end_inset
36488
36489
36490 \end_layout
36491
36492 \begin_layout Standard
36493 To rotate material, you can put it into a 
36494 \family sans
36495 Rotatebox
36496 \family default
36497 .
36498  Such a box is inserted via the menu 
36499 \family sans
36500 Insert\SpecialChar menuseparator
36501 Custom Insets\SpecialChar menuseparator
36502 Rotatebox
36503 \family default
36504 .
36505 \end_layout
36506
36507 \begin_layout Standard
36508 The rotation origin can be specified via the inset 
36509 \family sans
36510 Origin
36511 \family default
36512  (menu 
36513 \family sans
36514 Insert\SpecialChar menuseparator
36515 Origin
36516 \family default
36517 ) in the form 
36518 \series bold
36519 origin=position
36520 \series default
36521 .
36522  The following positions are possible: 
36523 \emph on
36524 c
36525 \emph default
36526  (center), 
36527 \emph on
36528 l
36529 \emph default
36530  (left), 
36531 \emph on
36532 r
36533 \emph default
36534  (right), 
36535 \emph on
36536 b
36537 \emph default
36538  (bottom), 
36539 \emph on
36540 t
36541 \emph default
36542  (top), along with meaningful combinations of the four base positions.
36543  For example 
36544 \emph on
36545 lt
36546 \emph default
36547  means that the rotation origin is at the top left corner of the box.
36548  When no rotation origin is specified, the position 
36549 \emph on
36550 l
36551 \emph default
36552  will be used.
36553  The rotation angle is a number that can be negative that specifies the
36554  angle in degrees.
36555  The rotation direction is counterclockwise.
36556 \end_layout
36557
36558 \begin_layout Standard
36559 In the following example 
36560 \series bold
36561 origin=c
36562 \series default
36563  was inserted to the 
36564 \family sans
36565 Origin
36566 \family default
36567  inset and 
36568 \series bold
36569 60
36570 \series default
36571  was inserted to the 
36572 \family sans
36573 Angle
36574 \family default
36575  inset.
36576 \end_layout
36577
36578 \begin_layout Standard
36579 This is a line 
36580 \begin_inset Flex Rotatebox
36581 status open
36582
36583 \begin_layout Plain Layout
36584 \begin_inset Argument 1
36585 status open
36586
36587 \begin_layout Plain Layout
36588 origin=c
36589 \end_layout
36590
36591 \end_inset
36592
36593
36594 \begin_inset Argument 2
36595 status open
36596
36597 \begin_layout Plain Layout
36598 60
36599 \end_layout
36600
36601 \end_inset
36602
36603 with rotated
36604 \end_layout
36605
36606 \end_inset
36607
36608  text.
36609 \end_layout
36610
36611 \begin_layout Standard
36612 The box content can also be another box or an inline formula:
36613 \end_layout
36614
36615 \begin_layout Standard
36616 This is a line 
36617 \begin_inset Flex Rotatebox
36618 status open
36619
36620 \begin_layout Plain Layout
36621 \begin_inset Argument 1
36622 status open
36623
36624 \begin_layout Plain Layout
36625 origin=r
36626 \end_layout
36627
36628 \end_inset
36629
36630
36631 \begin_inset Argument 2
36632 status open
36633
36634 \begin_layout Plain Layout
36635 -60
36636 \end_layout
36637
36638 \end_inset
36639
36640
36641 \begin_inset Box Doublebox
36642 position "c"
36643 hor_pos "c"
36644 has_inner_box 0
36645 inner_pos "c"
36646 use_parbox 0
36647 use_makebox 0
36648 width "1in"
36649 special "width"
36650 height "1in"
36651 height_special "totalheight"
36652 thickness "0.4pt"
36653 separation "3pt"
36654 shadowsize "4pt"
36655 framecolor "black"
36656 backgroundcolor "none"
36657 status collapsed
36658
36659 \begin_layout Plain Layout
36660 with rotated
36661 \end_layout
36662
36663 \end_inset
36664
36665
36666 \end_layout
36667
36668 \end_inset
36669
36670  framed text 
36671 \begin_inset Flex Rotatebox
36672 status open
36673
36674 \begin_layout Plain Layout
36675 \begin_inset Argument 1
36676 status open
36677
36678 \begin_layout Plain Layout
36679 origin=lb
36680 \end_layout
36681
36682 \end_inset
36683
36684
36685 \begin_inset Argument 2
36686 status open
36687
36688 \begin_layout Plain Layout
36689 60
36690 \end_layout
36691
36692 \end_inset
36693
36694
36695 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36696 \end_inset
36697
36698
36699 \end_layout
36700
36701 \end_inset
36702
36703  and a formula.
36704 \end_layout
36705
36706 \begin_layout Standard
36707 or an image or table:
36708 \end_layout
36709
36710 \begin_layout Standard
36711 This is a line 
36712 \begin_inset Flex Rotatebox
36713 status open
36714
36715 \begin_layout Plain Layout
36716 \begin_inset Argument 1
36717 status open
36718
36719 \begin_layout Plain Layout
36720 origin=lb
36721 \end_layout
36722
36723 \end_inset
36724
36725
36726 \begin_inset Argument 2
36727 status open
36728
36729 \begin_layout Plain Layout
36730 90
36731 \end_layout
36732
36733 \end_inset
36734
36735
36736 \begin_inset Graphics
36737         filename clipart/Star-structure.pdf
36738         lyxscale 50
36739         width 25col%
36740
36741 \end_inset
36742
36743
36744 \end_layout
36745
36746 \end_inset
36747
36748  with a rotated image 
36749 \begin_inset Flex Rotatebox
36750 status open
36751
36752 \begin_layout Plain Layout
36753 \begin_inset Argument 2
36754 status open
36755
36756 \begin_layout Plain Layout
36757 -90
36758 \end_layout
36759
36760 \end_inset
36761
36762
36763 \begin_inset Tabular
36764 <lyxtabular version="3" rows="2" columns="2">
36765 <features tabularvalignment="middle">
36766 <column alignment="center" valignment="top">
36767 <column alignment="center" valignment="top">
36768 <row>
36769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36770 \begin_inset Text
36771
36772 \begin_layout Plain Layout
36773 q
36774 \end_layout
36775
36776 \end_inset
36777 </cell>
36778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36779 \begin_inset Text
36780
36781 \begin_layout Plain Layout
36782 w
36783 \end_layout
36784
36785 \end_inset
36786 </cell>
36787 </row>
36788 <row>
36789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36790 \begin_inset Text
36791
36792 \begin_layout Plain Layout
36793 e
36794 \end_layout
36795
36796 \end_inset
36797 </cell>
36798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36799 \begin_inset Text
36800
36801 \begin_layout Plain Layout
36802 r
36803 \end_layout
36804
36805 \end_inset
36806 </cell>
36807 </row>
36808 </lyxtabular>
36809
36810 \end_inset
36811
36812
36813 \end_layout
36814
36815 \end_inset
36816
36817  and table.
36818 \begin_inset Index idx
36819 status collapsed
36820
36821 \begin_layout Plain Layout
36822 Figures ! rotated
36823 \end_layout
36824
36825 \end_inset
36826
36827
36828 \begin_inset Index idx
36829 status collapsed
36830
36831 \begin_layout Plain Layout
36832 Table Customization ! Rotating
36833 \end_layout
36834
36835 \end_inset
36836
36837
36838 \end_layout
36839
36840 \begin_layout Standard
36841 \begin_inset Note Greyedout
36842 status open
36843
36844 \begin_layout Plain Layout
36845
36846 \series bold
36847 Note:
36848 \series default
36849  If the 
36850 \family sans
36851 Angle
36852 \family default
36853  inset is empty or contains other characters than numbers you will get \SpecialChar LaTeX
36854
36855  errors when viewing/exporting the document.
36856 \end_layout
36857
36858 \end_inset
36859
36860
36861 \end_layout
36862
36863 \begin_layout Subsection
36864 Scaled Boxes
36865 \begin_inset Index idx
36866 status collapsed
36867
36868 \begin_layout Plain Layout
36869 Boxes ! scaled
36870 \end_layout
36871
36872 \end_inset
36873
36874
36875 \begin_inset Index idx
36876 status collapsed
36877
36878 \begin_layout Plain Layout
36879 Scaled Material
36880 \end_layout
36881
36882 \end_inset
36883
36884
36885 \end_layout
36886
36887 \begin_layout Standard
36888 To scale material put it into a 
36889 \family sans
36890 Scalebox
36891 \family default
36892 .
36893  Such a box is inserted via the menu 
36894 \family sans
36895 Insert\SpecialChar menuseparator
36896 Custom Insets\SpecialChar menuseparator
36897 Scalebox
36898 \family default
36899 .
36900 \end_layout
36901
36902 \begin_layout Standard
36903 The 
36904 \family sans
36905 Scalebox
36906 \family default
36907  inset has the mandatory inset 
36908 \family sans
36909 H-Factor
36910 \family default
36911  and the optional inset 
36912 \family sans
36913 V-Factor
36914 \family default
36915  (inserted via the menu 
36916 \family sans
36917 Insert\SpecialChar menuseparator
36918 V-Factor)
36919 \family default
36920 .
36921  Input there the horizontal and vertical scale factor, respectively.
36922  If no 
36923 \family sans
36924 V-Factor
36925 \family default
36926  inset is used, the horizontal factor will also be used as the vertical
36927  one.
36928 \end_layout
36929
36930 \begin_layout Standard
36931 To get for example the double text size, compared to the document text size,
36932  insert 
36933 \series bold
36934 2
36935 \series default
36936  into the 
36937 \family sans
36938 H-Factor
36939 \family default
36940  inset.
36941  An example: 
36942 \begin_inset Flex Scalebox
36943 status open
36944
36945 \begin_layout Plain Layout
36946 \begin_inset Argument 1
36947 status open
36948
36949 \begin_layout Plain Layout
36950 2
36951 \end_layout
36952
36953 \end_inset
36954
36955 Hello
36956 \end_layout
36957
36958 \end_inset
36959
36960
36961 \end_layout
36962
36963 \begin_layout Standard
36964
36965 \series bold
36966 2
36967 \series default
36968  as 
36969 \family sans
36970 H-Factor
36971 \family default
36972  and 
36973 \series bold
36974 1
36975 \series default
36976  as 
36977 \family sans
36978 V-Factor
36979 \family default
36980  distorts the 
36981 \begin_inset Flex Scalebox
36982 status open
36983
36984 \begin_layout Plain Layout
36985 \begin_inset Argument 1
36986 status open
36987
36988 \begin_layout Plain Layout
36989 2
36990 \end_layout
36991
36992 \end_inset
36993
36994
36995 \begin_inset Argument 2
36996 status open
36997
36998 \begin_layout Plain Layout
36999 1
37000 \end_layout
37001
37002 \end_inset
37003
37004 Hello
37005 \end_layout
37006
37007 \end_inset
37008
37009 .
37010 \end_layout
37011
37012 \begin_layout Standard
37013 If the scaling factor is negative, the box content will be mirrored.
37014  Therefore 
37015 \series bold
37016 -1
37017 \series default
37018  as 
37019 \family sans
37020 H-Factor
37021 \family default
37022  and 
37023 \series bold
37024 1
37025 \series default
37026  as 
37027 \family sans
37028 V-Factor
37029 \family default
37030  can be used to create mirror writing: 
37031 \begin_inset Flex Scalebox
37032 status open
37033
37034 \begin_layout Plain Layout
37035 \begin_inset Argument 1
37036 status open
37037
37038 \begin_layout Plain Layout
37039 -1
37040 \end_layout
37041
37042 \end_inset
37043
37044
37045 \begin_inset Argument 2
37046 status open
37047
37048 \begin_layout Plain Layout
37049 1
37050 \end_layout
37051
37052 \end_inset
37053
37054 Hello
37055 \end_layout
37056
37057 \end_inset
37058
37059
37060 \end_layout
37061
37062 \begin_layout Standard
37063
37064 \series bold
37065 1
37066 \series default
37067  as 
37068 \family sans
37069 H-Factor
37070 \family default
37071  and 
37072 \series bold
37073 -1
37074 \series default
37075  as 
37076 \family sans
37077 V-Factor
37078 \family default
37079  reflects the 
37080 \begin_inset Flex Scalebox
37081 status open
37082
37083 \begin_layout Plain Layout
37084 \begin_inset Argument 1
37085 status open
37086
37087 \begin_layout Plain Layout
37088 1
37089 \end_layout
37090
37091 \end_inset
37092
37093
37094 \begin_inset Argument 2
37095 status open
37096
37097 \begin_layout Plain Layout
37098 -1
37099 \end_layout
37100
37101 \end_inset
37102
37103 Hello
37104 \end_layout
37105
37106 \end_inset
37107
37108  at the base line.
37109 \end_layout
37110
37111 \begin_layout Standard
37112 The 
37113 \family sans
37114 Reflectbox
37115 \family default
37116  (menu 
37117 \family sans
37118 Insert\SpecialChar menuseparator
37119 Custom Insets\SpecialChar menuseparator
37120 Reflectbox
37121 \family default
37122 ) is equivalent to 
37123 \series bold
37124 -1
37125 \series default
37126  as 
37127 \family sans
37128 H-Factor
37129 \family default
37130  and 
37131 \series bold
37132 1
37133 \series default
37134  as 
37135 \family sans
37136 V-Factor 
37137 \family default
37138 for a 
37139 \family sans
37140 Scalebox
37141 \family default
37142 .
37143 \end_layout
37144
37145 \begin_layout Standard
37146 \begin_inset Note Greyedout
37147 status open
37148
37149 \begin_layout Plain Layout
37150
37151 \series bold
37152 Note:
37153 \series default
37154  If the 
37155 \family sans
37156 H-Factor
37157 \family default
37158  inset is empty or contains other characters than numbers you will get LaTeX
37159  errors when viewing/exporting the document.
37160 \end_layout
37161
37162 \end_inset
37163
37164
37165 \end_layout
37166
37167 \begin_layout Standard
37168 \begin_inset VSpace bigskip
37169 \end_inset
37170
37171 The 
37172 \family sans
37173 Resizebox
37174 \family default
37175  (menu 
37176 \family sans
37177 Insert\SpecialChar menuseparator
37178 Custom Insets\SpecialChar menuseparator
37179 Resizebox
37180 \family default
37181 ) is used to scale the content to a defined width and height.
37182  The 
37183 \family sans
37184 Resizebox
37185 \family default
37186  inset has the mandatory inset 
37187 \family sans
37188 Width
37189 \family default
37190  and the optional inset 
37191 \family sans
37192 Height
37193 \family default
37194  (inserted via the menu 
37195 \family sans
37196 Insert\SpecialChar menuseparator
37197 Height)
37198 \family default
37199 .
37200  Input there the width and height, respectively, as value with a unit.
37201  
37202 \begin_inset CommandInset ref
37203 LatexCommand ref
37204 reference "tab:Units"
37205
37206 \end_inset
37207
37208  lists the possible units.
37209  If there is an exclamation mark 
37210 \series bold
37211 !
37212 \series default
37213  in of of the two insets, the size is set so that the aspect ratio of the
37214  box content is kept.
37215  If no 
37216 \family sans
37217 Height
37218 \family default
37219  inset is used an exclamation mark will internally be used for the height.
37220 \end_layout
37221
37222 \begin_layout Standard
37223
37224 \series bold
37225 2cm
37226 \series default
37227  as 
37228 \family sans
37229 Width
37230 \family default
37231  and 
37232 \series bold
37233 1cm
37234 \series default
37235  as 
37236 \family sans
37237 Height
37238 \family default
37239  produces: 
37240 \begin_inset Flex Resizebox
37241 status open
37242
37243 \begin_layout Plain Layout
37244 \begin_inset Argument 1
37245 status open
37246
37247 \begin_layout Plain Layout
37248 2cm
37249 \end_layout
37250
37251 \end_inset
37252
37253
37254 \begin_inset Argument 2
37255 status open
37256
37257 \begin_layout Plain Layout
37258 1cm
37259 \end_layout
37260
37261 \end_inset
37262
37263 Hello
37264 \end_layout
37265
37266 \end_inset
37267
37268
37269 \begin_inset Newline newline
37270 \end_inset
37271
37272
37273 \series bold
37274 2cm
37275 \series default
37276  as 
37277 \family sans
37278 Width
37279 \family default
37280  and 
37281 \series bold
37282 !
37283 \series default
37284  as 
37285 \family sans
37286 Height
37287 \family default
37288  (or no 
37289 \family sans
37290 Height
37291 \family default
37292 ) produces: 
37293 \begin_inset Flex Resizebox
37294 status open
37295
37296 \begin_layout Plain Layout
37297 \begin_inset Argument 1
37298 status open
37299
37300 \begin_layout Plain Layout
37301 2cm
37302 \end_layout
37303
37304 \end_inset
37305
37306
37307 \begin_inset Argument 2
37308 status open
37309
37310 \begin_layout Plain Layout
37311 !
37312 \end_layout
37313
37314 \end_inset
37315
37316 Hello
37317 \end_layout
37318
37319 \end_inset
37320
37321
37322 \end_layout
37323
37324 \begin_layout Standard
37325 \begin_inset Note Greyedout
37326 status open
37327
37328 \begin_layout Plain Layout
37329
37330 \series bold
37331 Note:
37332 \series default
37333  If the 
37334 \family sans
37335 Width
37336 \family default
37337  inset is empty or contains an invalid unit you will get LaTeX errors when
37338  viewing/exporting the document.
37339 \end_layout
37340
37341 \end_inset
37342
37343
37344 \end_layout
37345
37346 \begin_layout Standard
37347 \begin_inset VSpace bigskip
37348 \end_inset
37349
37350
37351 \end_layout
37352
37353 \begin_layout Standard
37354 The boxes can be combined in any order.
37355  As example a 
37356 \family sans
37357 Reflectbox
37358 \family default
37359  inside a 
37360 \family sans
37361 Resizebox
37362 \family default
37363  which is in turn inside a 
37364 \family sans
37365 Rotatebox
37366 \family default
37367 :
37368 \end_layout
37369
37370 \begin_layout Standard
37371 \noindent
37372 \align center
37373 \begin_inset Flex Rotatebox
37374 status open
37375
37376 \begin_layout Plain Layout
37377 \begin_inset Argument 1
37378 status open
37379
37380 \begin_layout Plain Layout
37381 origin=c
37382 \end_layout
37383
37384 \end_inset
37385
37386
37387 \begin_inset Argument 2
37388 status open
37389
37390 \begin_layout Plain Layout
37391 -45
37392 \end_layout
37393
37394 \end_inset
37395
37396
37397 \begin_inset Flex Resizebox
37398 status open
37399
37400 \begin_layout Plain Layout
37401 \begin_inset Argument 1
37402 status open
37403
37404 \begin_layout Plain Layout
37405 2cm
37406 \end_layout
37407
37408 \end_inset
37409
37410
37411 \begin_inset Flex Reflectbox
37412 status open
37413
37414 \begin_layout Plain Layout
37415 Hello
37416 \end_layout
37417
37418 \end_inset
37419
37420
37421 \end_layout
37422
37423 \end_inset
37424
37425
37426 \end_layout
37427
37428 \end_inset
37429
37430
37431 \end_layout
37432
37433 \begin_layout Standard
37434 \noindent
37435 Images, tables, and inline formulas are allowed as box content:
37436 \end_layout
37437
37438 \begin_layout Standard
37439 \noindent
37440 \align center
37441 \begin_inset Flex Resizebox
37442 status open
37443
37444 \begin_layout Plain Layout
37445 \begin_inset Argument 1
37446 status open
37447
37448 \begin_layout Plain Layout
37449 2cm
37450 \end_layout
37451
37452 \end_inset
37453
37454
37455 \begin_inset Flex Reflectbox
37456 status open
37457
37458 \begin_layout Plain Layout
37459 \begin_inset Graphics
37460         filename clipart/Star-structure.pdf
37461         lyxscale 50
37462         width 25col%
37463
37464 \end_inset
37465
37466
37467 \end_layout
37468
37469 \end_inset
37470
37471
37472 \end_layout
37473
37474 \end_inset
37475
37476  
37477 \begin_inset Flex Resizebox
37478 status open
37479
37480 \begin_layout Plain Layout
37481 \begin_inset Argument 1
37482 status open
37483
37484 \begin_layout Plain Layout
37485 2cm
37486 \end_layout
37487
37488 \end_inset
37489
37490
37491 \begin_inset Flex Reflectbox
37492 status open
37493
37494 \begin_layout Plain Layout
37495 \begin_inset Tabular
37496 <lyxtabular version="3" rows="2" columns="2">
37497 <features tabularvalignment="middle">
37498 <column alignment="center" valignment="top">
37499 <column alignment="center" valignment="top">
37500 <row>
37501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37502 \begin_inset Text
37503
37504 \begin_layout Plain Layout
37505 q
37506 \end_layout
37507
37508 \end_inset
37509 </cell>
37510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37511 \begin_inset Text
37512
37513 \begin_layout Plain Layout
37514 w
37515 \end_layout
37516
37517 \end_inset
37518 </cell>
37519 </row>
37520 <row>
37521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37522 \begin_inset Text
37523
37524 \begin_layout Plain Layout
37525 e
37526 \end_layout
37527
37528 \end_inset
37529 </cell>
37530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37531 \begin_inset Text
37532
37533 \begin_layout Plain Layout
37534 r
37535 \end_layout
37536
37537 \end_inset
37538 </cell>
37539 </row>
37540 </lyxtabular>
37541
37542 \end_inset
37543
37544
37545 \end_layout
37546
37547 \end_inset
37548
37549
37550 \end_layout
37551
37552 \end_inset
37553
37554  
37555 \begin_inset Flex Resizebox
37556 status open
37557
37558 \begin_layout Plain Layout
37559 \begin_inset Argument 1
37560 status open
37561
37562 \begin_layout Plain Layout
37563 3cm
37564 \end_layout
37565
37566 \end_inset
37567
37568
37569 \begin_inset Flex Reflectbox
37570 status open
37571
37572 \begin_layout Plain Layout
37573 \begin_inset Formula $\int A\,\mathrm{d}x=B$
37574 \end_inset
37575
37576
37577 \end_layout
37578
37579 \end_inset
37580
37581
37582 \end_layout
37583
37584 \end_inset
37585
37586
37587 \begin_inset Index idx
37588 status collapsed
37589
37590 \begin_layout Plain Layout
37591 Figures ! scaled
37592 \end_layout
37593
37594 \end_inset
37595
37596
37597 \begin_inset Index idx
37598 status collapsed
37599
37600 \begin_layout Plain Layout
37601 Table Customization ! Scaling
37602 \end_layout
37603
37604 \end_inset
37605
37606
37607 \end_layout
37608
37609 \begin_layout Standard
37610 When the global formula style 
37611 \series bold
37612 fleqn
37613 \series default
37614  is used in the document
37615 \begin_inset Foot
37616 status collapsed
37617
37618 \begin_layout Plain Layout
37619 When 
37620 \begin_inset Quotes eld
37621 \end_inset
37622
37623 fleqn
37624 \begin_inset Quotes erd
37625 \end_inset
37626
37627  is added to the document class options.
37628 \end_layout
37629
37630 \end_inset
37631
37632 , display style formulas can also be scaled.
37633 \end_layout
37634
37635 \begin_layout Chapter
37636 Objects Surrounded by Text
37637 \begin_inset Index idx
37638 status collapsed
37639
37640 \begin_layout Plain Layout
37641 Surrounded by text
37642 \end_layout
37643
37644 \end_inset
37645
37646
37647 \end_layout
37648
37649 \begin_layout Section
37650 Wrap Floats
37651 \begin_inset CommandInset label
37652 LatexCommand label
37653 name "sec:Wrap-Floats"
37654
37655 \end_inset
37656
37657
37658 \begin_inset Index idx
37659 status collapsed
37660
37661 \begin_layout Plain Layout
37662 Floats ! Wrap Floats
37663 \end_layout
37664
37665 \end_inset
37666
37667
37668 \begin_inset Index idx
37669 status collapsed
37670
37671 \begin_layout Plain Layout
37672 Surrounded by text ! Wrap Floats
37673 \end_layout
37674
37675 \end_inset
37676
37677
37678 \end_layout
37679
37680 \begin_layout Standard
37681 \begin_inset Wrap figure
37682 lines 0
37683 placement l
37684 overhang 1cm
37685 width "40col%"
37686 status open
37687
37688 \begin_layout Plain Layout
37689 \begin_inset Graphics
37690         filename clipart/2D-intensity-plot.pdf
37691         width 40col%
37692         scaleBeforeRotation
37693         rotateOrigin center
37694
37695 \end_inset
37696
37697
37698 \end_layout
37699
37700 \begin_layout Plain Layout
37701 \begin_inset Caption Standard
37702
37703 \begin_layout Plain Layout
37704 \begin_inset CommandInset label
37705 LatexCommand label
37706 name "fig:This-is-a"
37707
37708 \end_inset
37709
37710 This is a figure wrap float.
37711 \end_layout
37712
37713 \end_inset
37714
37715
37716 \end_layout
37717
37718 \end_inset
37719
37720  This float type is used if you want to wrap text around a figure or table
37721  so that it only occupies some fraction of the column width.
37722  It can be inserted using the menu 
37723 \family sans
37724 Insert\SpecialChar menuseparator
37725 Floats\SpecialChar menuseparator
37726 Figure
37727 \begin_inset space ~
37728 \end_inset
37729
37730 Wrap
37731 \begin_inset space ~
37732 \end_inset
37733
37734 Float
37735 \family default
37736  or 
37737 \family sans
37738 Table
37739 \begin_inset space ~
37740 \end_inset
37741
37742 Wrap
37743 \begin_inset space ~
37744 \end_inset
37745
37746 Float
37747 \family default
37748  if the \SpecialChar LaTeX
37749 -package 
37750 \series bold
37751 wrapfig
37752 \series default
37753
37754 \begin_inset Index idx
37755 status collapsed
37756
37757 \begin_layout Plain Layout
37758 \SpecialChar LaTeX
37759 -packages ! wrapfig
37760 \end_layout
37761
37762 \end_inset
37763
37764  is installed.
37765 \begin_inset Foot
37766 status collapsed
37767
37768 \begin_layout Plain Layout
37769 Installing a \SpecialChar LaTeX
37770 -package is explained it in the 
37771 \emph on
37772 \SpecialChar LaTeX
37773
37774 \begin_inset space ~
37775 \end_inset
37776
37777 Configuration
37778 \emph default
37779  manual.
37780 \end_layout
37781
37782 \end_inset
37783
37784  The settings of the float can be modified by right-clicking on the float
37785  box.
37786  The mandatory settings are the float 
37787 \family sans
37788 Placement
37789 \family default
37790  and its 
37791 \family sans
37792 Width
37793 \family default
37794 .
37795  Optional are the 
37796 \family sans
37797 Overhang
37798 \family default
37799  that specifies how much the float is set into the paragraph
37800 \begin_inset space \thinspace{}
37801 \end_inset
37802
37803 /
37804 \begin_inset space \thinspace{}
37805 \end_inset
37806
37807 page margin, and the 
37808 \family sans
37809 Line
37810 \begin_inset space ~
37811 \end_inset
37812
37813 span
37814 \family default
37815  that specifies how many text lines the float will approximately need.
37816  The line span is often hard to approximate; so it is better only to use
37817  it when you encounter float placement problems.
37818  You can furthermore decide if \SpecialChar LaTeX
37819  is allowed to let the float float within
37820  the paragraph or to surrounding paragraphs.
37821  Figure
37822 \begin_inset space ~
37823 \end_inset
37824
37825
37826 \begin_inset CommandInset ref
37827 LatexCommand ref
37828 reference "fig:This-is-a"
37829
37830 \end_inset
37831
37832  is an example text wrap float with a width of 40
37833 \begin_inset space \thinspace{}
37834 \end_inset
37835
37836 col%, 1
37837 \begin_inset space \thinspace{}
37838 \end_inset
37839
37840 cm overhang, set to the left.
37841 \end_layout
37842
37843 \begin_layout Standard
37844 \begin_inset Note Greyedout
37845 status open
37846
37847 \begin_layout Plain Layout
37848
37849 \series bold
37850 Note:
37851 \series default
37852  Text
37853 \begin_inset space ~
37854 \end_inset
37855
37856 wrap float floats are fragile! E.
37857 \begin_inset space \thinspace{}
37858 \end_inset
37859
37860 g.
37861 \begin_inset space \space{}
37862 \end_inset
37863
37864 having a figure too close to the bottom of the page can mess things up in
37865  such a way that the float does not appear in the output or that it is placed
37866  over some other text.
37867 \end_layout
37868
37869 \end_inset
37870
37871
37872 \end_layout
37873
37874 \begin_layout Standard
37875 In general, the following applies for wrap floats:
37876 \end_layout
37877
37878 \begin_layout Itemize
37879 They should not be placed in paragraphs that run over a page break.
37880  That means that wrap floats are better inserted in their exact place when
37881  the document is almost finished and you are able to estimate where page
37882  breaks will appear.
37883 \end_layout
37884
37885 \begin_layout Itemize
37886 They should either be placed in their own paragraph before the paragraph
37887  where they should wrap into or within a paragraph.
37888 \end_layout
37889
37890 \begin_layout Itemize
37891 In consecutive paragraphs they may cause troubles, so ensure that there
37892  is a text paragraph between them as separator.
37893 \end_layout
37894
37895 \begin_layout Itemize
37896 They are not allowed in section headings or tables.
37897 \end_layout
37898
37899 \begin_layout Itemize
37900 Their numbering and referencing works as described in chap.
37901 \begin_inset space \thinspace{}
37902 \end_inset
37903
37904
37905 \begin_inset CommandInset ref
37906 LatexCommand ref
37907 reference "chap:Floats"
37908
37909 \end_inset
37910
37911 .
37912 \end_layout
37913
37914 \begin_layout Section
37915 Surrounded Fixed Objects
37916 \begin_inset Index idx
37917 status collapsed
37918
37919 \begin_layout Plain Layout
37920 Surrounded by text ! Fixed objects
37921 \end_layout
37922
37923 \end_inset
37924
37925
37926 \end_layout
37927
37928 \begin_layout Standard
37929 The wrap floats described in sec.
37930 \begin_inset space \thinspace{}
37931 \end_inset
37932
37933
37934 \begin_inset CommandInset ref
37935 LatexCommand ref
37936 reference "sec:Wrap-Floats"
37937
37938 \end_inset
37939
37940  have these positions in the paragraph:
37941 \end_layout
37942
37943 \begin_layout Standard
37944 \noindent
37945 \align center
37946 \begin_inset Tabular
37947 <lyxtabular version="3" rows="2" columns="2">
37948 <features tabularvalignment="middle">
37949 <column alignment="center" valignment="top">
37950 <column alignment="center" valignment="top">
37951 <row>
37952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37953 \begin_inset Text
37954
37955 \begin_layout Plain Layout
37956 \begin_inset Info
37957 type  "icon"
37958 arg   "dialog-show-new-inset graphics"
37959 \end_inset
37960
37961
37962 \end_layout
37963
37964 \end_inset
37965 </cell>
37966 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37967 \begin_inset Text
37968
37969 \begin_layout Plain Layout
37970 text
37971 \end_layout
37972
37973 \end_inset
37974 </cell>
37975 </row>
37976 <row>
37977 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37978 \begin_inset Text
37979
37980 \begin_layout Plain Layout
37981 text
37982 \end_layout
37983
37984 \end_inset
37985 </cell>
37986 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37987 \begin_inset Text
37988
37989 \begin_layout Plain Layout
37990 text
37991 \end_layout
37992
37993 \end_inset
37994 </cell>
37995 </row>
37996 </lyxtabular>
37997
37998 \end_inset
37999
38000  or 
38001 \begin_inset Tabular
38002 <lyxtabular version="3" rows="2" columns="2">
38003 <features tabularvalignment="middle">
38004 <column alignment="center" valignment="top">
38005 <column alignment="center" valignment="top">
38006 <row>
38007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38008 \begin_inset Text
38009
38010 \begin_layout Plain Layout
38011 text
38012 \end_layout
38013
38014 \end_inset
38015 </cell>
38016 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38017 \begin_inset Text
38018
38019 \begin_layout Plain Layout
38020 \begin_inset Info
38021 type  "icon"
38022 arg   "dialog-show-new-inset graphics"
38023 \end_inset
38024
38025
38026 \end_layout
38027
38028 \end_inset
38029 </cell>
38030 </row>
38031 <row>
38032 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38033 \begin_inset Text
38034
38035 \begin_layout Plain Layout
38036 text
38037 \end_layout
38038
38039 \end_inset
38040 </cell>
38041 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38042 \begin_inset Text
38043
38044 \begin_layout Plain Layout
38045 text
38046 \end_layout
38047
38048 \end_inset
38049 </cell>
38050 </row>
38051 </lyxtabular>
38052
38053 \end_inset
38054
38055
38056 \end_layout
38057
38058 \begin_layout Standard
38059 To get an object exactly at the position where it is inserted, for example
38060  to get one of these positions:
38061 \begin_inset VSpace defskip
38062 \end_inset
38063
38064
38065 \end_layout
38066
38067 \begin_layout Standard
38068 \noindent
38069 \align center
38070 \begin_inset Tabular
38071 <lyxtabular version="3" rows="2" columns="2">
38072 <features tabularvalignment="middle">
38073 <column alignment="center" valignment="top">
38074 <column alignment="center" valignment="top">
38075 <row>
38076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38077 \begin_inset Text
38078
38079 \begin_layout Plain Layout
38080 text
38081 \end_layout
38082
38083 \end_inset
38084 </cell>
38085 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38086 \begin_inset Text
38087
38088 \begin_layout Plain Layout
38089 text
38090 \end_layout
38091
38092 \end_inset
38093 </cell>
38094 </row>
38095 <row>
38096 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38097 \begin_inset Text
38098
38099 \begin_layout Plain Layout
38100 \begin_inset Info
38101 type  "icon"
38102 arg   "dialog-show-new-inset graphics"
38103 \end_inset
38104
38105
38106 \end_layout
38107
38108 \end_inset
38109 </cell>
38110 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38111 \begin_inset Text
38112
38113 \begin_layout Plain Layout
38114 text
38115 \end_layout
38116
38117 \end_inset
38118 </cell>
38119 </row>
38120 </lyxtabular>
38121
38122 \end_inset
38123
38124  
38125 \begin_inset Tabular
38126 <lyxtabular version="3" rows="2" columns="2">
38127 <features tabularvalignment="middle">
38128 <column alignment="center" valignment="top">
38129 <column alignment="center" valignment="top">
38130 <row>
38131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38132 \begin_inset Text
38133
38134 \begin_layout Plain Layout
38135 text
38136 \end_layout
38137
38138 \end_inset
38139 </cell>
38140 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38141 \begin_inset Text
38142
38143 \begin_layout Plain Layout
38144 text
38145 \end_layout
38146
38147 \end_inset
38148 </cell>
38149 </row>
38150 <row>
38151 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38152 \begin_inset Text
38153
38154 \begin_layout Plain Layout
38155 text
38156 \end_layout
38157
38158 \end_inset
38159 </cell>
38160 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38161 \begin_inset Text
38162
38163 \begin_layout Plain Layout
38164 \begin_inset Info
38165 type  "icon"
38166 arg   "dialog-show-new-inset graphics"
38167 \end_inset
38168
38169
38170 \end_layout
38171
38172 \end_inset
38173 </cell>
38174 </row>
38175 </lyxtabular>
38176
38177 \end_inset
38178
38179  
38180 \begin_inset Tabular
38181 <lyxtabular version="3" rows="2" columns="3">
38182 <features tabularvalignment="middle">
38183 <column alignment="center" valignment="top">
38184 <column alignment="center" valignment="top">
38185 <column alignment="center" valignment="top">
38186 <row>
38187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38188 \begin_inset Text
38189
38190 \begin_layout Plain Layout
38191 text
38192 \end_layout
38193
38194 \end_inset
38195 </cell>
38196 <cell alignment="center" valignment="top" topline="true" usebox="none">
38197 \begin_inset Text
38198
38199 \begin_layout Plain Layout
38200 \begin_inset Info
38201 type  "icon"
38202 arg   "dialog-show-new-inset graphics"
38203 \end_inset
38204
38205
38206 \end_layout
38207
38208 \end_inset
38209 </cell>
38210 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38211 \begin_inset Text
38212
38213 \begin_layout Plain Layout
38214 text
38215 \end_layout
38216
38217 \end_inset
38218 </cell>
38219 </row>
38220 <row>
38221 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38222 \begin_inset Text
38223
38224 \begin_layout Plain Layout
38225 text
38226 \end_layout
38227
38228 \end_inset
38229 </cell>
38230 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38231 \begin_inset Text
38232
38233 \begin_layout Plain Layout
38234 text
38235 \end_layout
38236
38237 \end_inset
38238 </cell>
38239 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38240 \begin_inset Text
38241
38242 \begin_layout Plain Layout
38243 text
38244 \end_layout
38245
38246 \end_inset
38247 </cell>
38248 </row>
38249 </lyxtabular>
38250
38251 \end_inset
38252
38253  
38254 \begin_inset Tabular
38255 <lyxtabular version="3" rows="2" columns="3">
38256 <features tabularvalignment="middle">
38257 <column alignment="center" valignment="top">
38258 <column alignment="center" valignment="top">
38259 <column alignment="center" valignment="top">
38260 <row>
38261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38262 \begin_inset Text
38263
38264 \begin_layout Plain Layout
38265 text
38266 \end_layout
38267
38268 \end_inset
38269 </cell>
38270 <cell alignment="center" valignment="top" topline="true" usebox="none">
38271 \begin_inset Text
38272
38273 \begin_layout Plain Layout
38274 text
38275 \end_layout
38276
38277 \end_inset
38278 </cell>
38279 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38280 \begin_inset Text
38281
38282 \begin_layout Plain Layout
38283 text
38284 \end_layout
38285
38286 \end_inset
38287 </cell>
38288 </row>
38289 <row>
38290 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38291 \begin_inset Text
38292
38293 \begin_layout Plain Layout
38294 text
38295 \end_layout
38296
38297 \end_inset
38298 </cell>
38299 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38300 \begin_inset Text
38301
38302 \begin_layout Plain Layout
38303 \begin_inset Info
38304 type  "icon"
38305 arg   "dialog-show-new-inset graphics"
38306 \end_inset
38307
38308
38309 \end_layout
38310
38311 \end_inset
38312 </cell>
38313 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38314 \begin_inset Text
38315
38316 \begin_layout Plain Layout
38317 text
38318 \end_layout
38319
38320 \end_inset
38321 </cell>
38322 </row>
38323 </lyxtabular>
38324
38325 \end_inset
38326
38327
38328 \end_layout
38329
38330 \begin_layout Standard
38331 \noindent
38332 \align center
38333 \begin_inset Tabular
38334 <lyxtabular version="3" rows="3" columns="2">
38335 <features tabularvalignment="middle">
38336 <column alignment="center" valignment="top">
38337 <column alignment="center" valignment="top">
38338 <row>
38339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38340 \begin_inset Text
38341
38342 \begin_layout Plain Layout
38343 text
38344 \end_layout
38345
38346 \end_inset
38347 </cell>
38348 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38349 \begin_inset Text
38350
38351 \begin_layout Plain Layout
38352 text
38353 \end_layout
38354
38355 \end_inset
38356 </cell>
38357 </row>
38358 <row>
38359 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38360 \begin_inset Text
38361
38362 \begin_layout Plain Layout
38363 \begin_inset Info
38364 type  "icon"
38365 arg   "dialog-show-new-inset graphics"
38366 \end_inset
38367
38368
38369 \end_layout
38370
38371 \end_inset
38372 </cell>
38373 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38374 \begin_inset Text
38375
38376 \begin_layout Plain Layout
38377 text
38378 \end_layout
38379
38380 \end_inset
38381 </cell>
38382 </row>
38383 <row>
38384 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38385 \begin_inset Text
38386
38387 \begin_layout Plain Layout
38388 text
38389 \end_layout
38390
38391 \end_inset
38392 </cell>
38393 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38394 \begin_inset Text
38395
38396 \begin_layout Plain Layout
38397 text
38398 \end_layout
38399
38400 \end_inset
38401 </cell>
38402 </row>
38403 </lyxtabular>
38404
38405 \end_inset
38406
38407  
38408 \begin_inset Tabular
38409 <lyxtabular version="3" rows="3" columns="3">
38410 <features tabularvalignment="middle">
38411 <column alignment="center" valignment="top">
38412 <column alignment="center" valignment="top">
38413 <column alignment="center" valignment="top">
38414 <row>
38415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38416 \begin_inset Text
38417
38418 \begin_layout Plain Layout
38419 text
38420 \end_layout
38421
38422 \end_inset
38423 </cell>
38424 <cell alignment="center" valignment="top" topline="true" usebox="none">
38425 \begin_inset Text
38426
38427 \begin_layout Plain Layout
38428 text
38429 \end_layout
38430
38431 \end_inset
38432 </cell>
38433 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38434 \begin_inset Text
38435
38436 \begin_layout Plain Layout
38437 text
38438 \end_layout
38439
38440 \end_inset
38441 </cell>
38442 </row>
38443 <row>
38444 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38445 \begin_inset Text
38446
38447 \begin_layout Plain Layout
38448 text
38449 \end_layout
38450
38451 \end_inset
38452 </cell>
38453 <cell alignment="center" valignment="top" usebox="none">
38454 \begin_inset Text
38455
38456 \begin_layout Plain Layout
38457 \begin_inset Info
38458 type  "icon"
38459 arg   "dialog-show-new-inset graphics"
38460 \end_inset
38461
38462
38463 \end_layout
38464
38465 \end_inset
38466 </cell>
38467 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38468 \begin_inset Text
38469
38470 \begin_layout Plain Layout
38471 text
38472 \end_layout
38473
38474 \end_inset
38475 </cell>
38476 </row>
38477 <row>
38478 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38479 \begin_inset Text
38480
38481 \begin_layout Plain Layout
38482 text
38483 \end_layout
38484
38485 \end_inset
38486 </cell>
38487 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38488 \begin_inset Text
38489
38490 \begin_layout Plain Layout
38491 text
38492 \end_layout
38493
38494 \end_inset
38495 </cell>
38496 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38497 \begin_inset Text
38498
38499 \begin_layout Plain Layout
38500 text
38501 \end_layout
38502
38503 \end_inset
38504 </cell>
38505 </row>
38506 </lyxtabular>
38507
38508 \end_inset
38509
38510  
38511 \begin_inset Tabular
38512 <lyxtabular version="3" rows="3" columns="2">
38513 <features tabularvalignment="middle">
38514 <column alignment="center" valignment="top">
38515 <column alignment="center" valignment="top">
38516 <row>
38517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38518 \begin_inset Text
38519
38520 \begin_layout Plain Layout
38521 text
38522 \end_layout
38523
38524 \end_inset
38525 </cell>
38526 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38527 \begin_inset Text
38528
38529 \begin_layout Plain Layout
38530 text
38531 \end_layout
38532
38533 \end_inset
38534 </cell>
38535 </row>
38536 <row>
38537 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38538 \begin_inset Text
38539
38540 \begin_layout Plain Layout
38541 text
38542 \end_layout
38543
38544 \end_inset
38545 </cell>
38546 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38547 \begin_inset Text
38548
38549 \begin_layout Plain Layout
38550 \begin_inset Info
38551 type  "icon"
38552 arg   "dialog-show-new-inset graphics"
38553 \end_inset
38554
38555
38556 \end_layout
38557
38558 \end_inset
38559 </cell>
38560 </row>
38561 <row>
38562 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38563 \begin_inset Text
38564
38565 \begin_layout Plain Layout
38566 text
38567 \end_layout
38568
38569 \end_inset
38570 </cell>
38571 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38572 \begin_inset Text
38573
38574 \begin_layout Plain Layout
38575 text
38576 \end_layout
38577
38578 \end_inset
38579 </cell>
38580 </row>
38581 </lyxtabular>
38582
38583 \end_inset
38584
38585
38586 \end_layout
38587
38588 \begin_layout Standard
38589 \noindent
38590 you can use the \SpecialChar LaTeX
38591 -package 
38592 \series bold
38593 picinpar
38594 \series default
38595
38596 \begin_inset Index idx
38597 status collapsed
38598
38599 \begin_layout Plain Layout
38600 \SpecialChar LaTeX
38601 -packages ! picinpar
38602 \end_layout
38603
38604 \end_inset
38605
38606 .
38607  Here is an example:
38608 \end_layout
38609
38610 \begin_layout Standard
38611 \begin_inset ERT
38612 status collapsed
38613
38614 \begin_layout Plain Layout
38615
38616
38617 \backslash
38618 ifpicinpar
38619 \end_layout
38620
38621 \end_inset
38622
38623
38624 \begin_inset Note Note
38625 status open
38626
38627 \begin_layout Plain Layout
38628 The following section will only be displayed when the \SpecialChar LaTeX
38629 -package 
38630 \series bold
38631 picinpar
38632 \series default
38633  is installed.
38634 \end_layout
38635
38636 \end_inset
38637
38638
38639 \end_layout
38640
38641 \begin_layout Standard
38642 \begin_inset ERT
38643 status collapsed
38644
38645 \begin_layout Plain Layout
38646
38647
38648 \backslash
38649 begin{window}[2,c,{
38650 \end_layout
38651
38652 \end_inset
38653
38654
38655 \begin_inset Graphics
38656         filename clipart/2D-intensity-plot.pdf
38657         lyxscale 60
38658         width 40col%
38659         scaleBeforeRotation
38660         rotateOrigin center
38661
38662 \end_inset
38663
38664
38665 \begin_inset ERT
38666 status collapsed
38667
38668 \begin_layout Plain Layout
38669
38670 },]
38671 \end_layout
38672
38673 \begin_layout Plain Layout
38674
38675 {}
38676 \end_layout
38677
38678 \end_inset
38679
38680
38681 \size small
38682 It was in the spring of the year 1894 that all London was interested, and
38683  the fashionable world dismayed, by the murder of the Honourable Ronald
38684  Adair under most unusual and inexplicable circumstances.
38685  The public has already learned those particulars of the crime which
38686 \size default
38687
38688 \begin_inset ERT
38689 status collapsed
38690
38691 \begin_layout Plain Layout
38692
38693
38694 \backslash
38695 footnotemark{}
38696 \end_layout
38697
38698 \end_inset
38699
38700
38701 \size small
38702  came out in the police investigation, but a good deal was suppressed upon
38703  that occasion, since the case for the prosecution was so overwhelmingly
38704  strong that it was not necessary to bring forward all the facts.
38705  Only now, at the end of nearly ten years, am I allowed to supply those
38706  missing links which make up the whole of that remarkable chain.
38707 \size default
38708
38709 \begin_inset ERT
38710 status collapsed
38711
38712 \begin_layout Plain Layout
38713
38714
38715 \backslash
38716 end{window}
38717 \end_layout
38718
38719 \end_inset
38720
38721
38722 \end_layout
38723
38724 \begin_layout Standard
38725 \begin_inset ERT
38726 status collapsed
38727
38728 \begin_layout Plain Layout
38729
38730
38731 \backslash
38732 footnotetext{
38733 \end_layout
38734
38735 \end_inset
38736
38737 Footnote of the paragraph with the fixed object.
38738 \begin_inset ERT
38739 status collapsed
38740
38741 \begin_layout Plain Layout
38742
38743 }
38744 \end_layout
38745
38746 \end_inset
38747
38748
38749 \end_layout
38750
38751 \begin_layout Standard
38752 Surrounded fixed objects are used to let text float around them, at which
38753  the object's position in the paragraph can be determined by the number
38754  of lines above it.
38755  In contrary to floats is it not possible to have a numbered caption.
38756 \end_layout
38757
38758 \begin_layout Standard
38759 A fixed object is inserted by adding the command
38760 \end_layout
38761
38762 \begin_layout Standard
38763
38764 \series bold
38765
38766 \backslash
38767 begin{window}[2,c,{
38768 \end_layout
38769
38770 \begin_layout Standard
38771 as \SpecialChar TeX
38772  Code at the beginning of the paragraph.
38773  The first parameter in the bracket, here '2', defines the number of lines
38774  above the object, the second, here 'c', the position of the object.
38775  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
38776  Behind the command you insert the object.
38777  In this example an image with a width of 40
38778 \begin_inset space \thinspace{}
38779 \end_inset
38780
38781 % of the text column width was inserted.
38782  The object can also be a table, a box or an equation.
38783  Behind the object the command
38784 \end_layout
38785
38786 \begin_layout Standard
38787
38788 \series bold
38789 },description text]
38790 \begin_inset Newline newline
38791 \end_inset
38792
38793 {}
38794 \end_layout
38795
38796 \begin_layout Standard
38797 is inserted.
38798  Note that the 
38799 \begin_inset Quotes eld
38800 \end_inset
38801
38802
38803 \series bold
38804 {}
38805 \series default
38806
38807 \begin_inset Quotes erd
38808 \end_inset
38809
38810  is in the second line.
38811  The description text is optional.
38812  The text surrounding the object must be in the same paragraph as the object,
38813  so it must begin directly after the 
38814 \series bold
38815 {}
38816 \series default
38817 .
38818  At the end of the paragraph insert the command:
38819 \end_layout
38820
38821 \begin_layout Standard
38822
38823 \series bold
38824
38825 \backslash
38826 end{window}
38827 \end_layout
38828
38829 \begin_layout Standard
38830 Within a paragraph with a fixed object, you cannot insert footnotes in the
38831  normal way.
38832  You have to use instead the command 
38833 \series bold
38834
38835 \backslash
38836 footnotemark
38837 \series default
38838  inside the paragraph and outside the command 
38839 \series bold
38840
38841 \backslash
38842 footnotetext
38843 \series default
38844  as described in sec.
38845 \begin_inset space \thinspace{}
38846 \end_inset
38847
38848
38849 \begin_inset CommandInset ref
38850 LatexCommand ref
38851 reference "sec:Footnotes"
38852
38853 \end_inset
38854
38855 .
38856 \end_layout
38857
38858 \begin_layout Standard
38859 \begin_inset ERT
38860 status collapsed
38861
38862 \begin_layout Plain Layout
38863
38864
38865 \backslash
38866 else
38867 \end_layout
38868
38869 \end_inset
38870
38871
38872 \begin_inset Note Note
38873 status open
38874
38875 \begin_layout Plain Layout
38876 The following will be displayed when the \SpecialChar LaTeX
38877 -package 
38878 \series bold
38879 picinpar
38880 \series default
38881  is not installed:
38882 \end_layout
38883
38884 \end_inset
38885
38886
38887 \end_layout
38888
38889 \begin_layout Standard
38890 You need to install the \SpecialChar LaTeX
38891 -package 
38892 \series bold
38893 picinpar
38894 \series default
38895  to see the following part of this section in the output.
38896 \end_layout
38897
38898 \begin_layout Standard
38899 \begin_inset ERT
38900 status collapsed
38901
38902 \begin_layout Plain Layout
38903
38904
38905 \backslash
38906 fi
38907 \end_layout
38908
38909 \end_inset
38910
38911
38912 \end_layout
38913
38914 \begin_layout Section
38915 Initials
38916 \begin_inset Index idx
38917 status collapsed
38918
38919 \begin_layout Plain Layout
38920 Initials
38921 \end_layout
38922
38923 \end_inset
38924
38925
38926 \begin_inset Index idx
38927 status collapsed
38928
38929 \begin_layout Plain Layout
38930 Surrounded by text ! Initials
38931 \end_layout
38932
38933 \end_inset
38934
38935
38936 \end_layout
38937
38938 \begin_layout Standard
38939 To use initials, you must have the \SpecialChar LaTeX
38940 -package 
38941 \series bold
38942 lettrine
38943 \series default
38944
38945 \begin_inset Index idx
38946 status collapsed
38947
38948 \begin_layout Plain Layout
38949 \SpecialChar LaTeX
38950 -packages ! lettrine
38951 \end_layout
38952
38953 \end_inset
38954
38955  installed and use the module 
38956 \family sans
38957 Initials
38958 \family default
38959  in your document (menu 
38960 \family sans
38961 Document\SpecialChar menuseparator
38962 Settings\SpecialChar menuseparator
38963 Modules
38964 \family default
38965 ).
38966  To insert an initial, use the style 
38967 \family sans
38968 Initial
38969 \family default
38970 .
38971  This style has a mandatory and two optional arguments.
38972  The arguments are inserted via the 
38973 \family sans
38974 Insert
38975 \family default
38976  menu.
38977  The mandatory argument 
38978 \family sans
38979 Initial
38980 \family default
38981  contains the letter(s) that is the initial, the argument 
38982 \family sans
38983 Rest
38984 \begin_inset space ~
38985 \end_inset
38986
38987 of
38988 \begin_inset space ~
38989 \end_inset
38990
38991 Initial
38992 \family default
38993  contains the rest of the word or text of the initial letter(s).
38994  The argument 
38995 \family sans
38996 Options
38997 \family default
38998  contains parameters to modify the initial.
38999  For more information about the possible parameters see the documentation
39000  of 
39001 \series bold
39002 lettrine
39003 \series default
39004
39005 \begin_inset CommandInset citation
39006 LatexCommand cite
39007 key "lettrine"
39008 literal "true"
39009
39010 \end_inset
39011
39012 .
39013  The style itself contains the text that is surrounding the initial.
39014  The usual style is hereby that the word whose first letter is the initial,
39015  is printed with 
39016 \shape smallcaps
39017 small caps
39018 \shape default
39019 .
39020 \end_layout
39021
39022 \begin_layout Standard
39023 Here are some examples:
39024 \end_layout
39025
39026 \begin_layout Standard
39027 \begin_inset ERT
39028 status collapsed
39029
39030 \begin_layout Plain Layout
39031
39032
39033 \backslash
39034 iflettrine
39035 \end_layout
39036
39037 \end_inset
39038
39039
39040 \begin_inset Note Note
39041 status open
39042
39043 \begin_layout Plain Layout
39044 The following section will only be displayed when the \SpecialChar LaTeX
39045 -package 
39046 \series bold
39047 lettrine
39048 \series default
39049  is installed.
39050 \end_layout
39051
39052 \end_inset
39053
39054
39055 \end_layout
39056
39057 \begin_layout Enumerate
39058 No optional argument, the initial is the letter 'I' in the math font 
39059 \begin_inset Formula $\mathfrak{Fraktur}$
39060 \end_inset
39061
39062 :
39063 \end_layout
39064
39065 \begin_deeper
39066 \begin_layout Initial
39067 \begin_inset Argument 2
39068 status open
39069
39070 \begin_layout Plain Layout
39071 \begin_inset Formula $\mathfrak{I}$
39072 \end_inset
39073
39074
39075 \end_layout
39076
39077 \end_inset
39078
39079
39080 \begin_inset Argument 3
39081 status open
39082
39083 \begin_layout Plain Layout
39084 t
39085 \end_layout
39086
39087 \end_inset
39088
39089  was in the spring of the year 1894 that all London was interested, and
39090  the fashionable world dismayed, by the murder of the Honourable Ronald
39091  Adair under most unusual and inexplicable circumstances.
39092  The public has already learned those particulars of the crime which came
39093  out in the police investigation, but a good deal was suppressed upon that
39094  occasion, since the case for the prosecution was so overwhelmingly strong
39095  that it was not necessary to bring forward all the facts.
39096 \begin_inset Newpage newpage
39097 \end_inset
39098
39099
39100 \end_layout
39101
39102 \end_deeper
39103 \begin_layout Enumerate
39104 Only one line is surrounding the initial, which is formed by two letters
39105  in standard font and no text is printed in small caps:
39106 \end_layout
39107
39108 \begin_deeper
39109 \begin_layout Initial
39110 \begin_inset Argument 1
39111 status open
39112
39113 \begin_layout Plain Layout
39114 lines=1
39115 \end_layout
39116
39117 \end_inset
39118
39119
39120 \begin_inset Argument 2
39121 status open
39122
39123 \begin_layout Plain Layout
39124 It
39125 \end_layout
39126
39127 \end_inset
39128
39129  was in the spring of the year 1894 that all London was interested, and
39130  the fashionable world dismayed, by the murder of the Honourable Ronald
39131  Adair under most unusual and inexplicable circumstances.
39132  The public has already learned those particulars of the crime which came
39133  out in the police investigation, but a good deal was suppressed upon that
39134  occasion, since the case for the prosecution was so overwhelmingly strong
39135  that it was not necessary to bring forward all the facts.
39136 \end_layout
39137
39138 \end_deeper
39139 \begin_layout Enumerate
39140 Magenta, hanging initial over 3
39141 \begin_inset space ~
39142 \end_inset
39143
39144 lines in the math font 
39145 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
39146 \end_inset
39147
39148 , the text 
39149 \begin_inset Quotes eld
39150 \end_inset
39151
39152 t was in the spring
39153 \begin_inset Quotes erd
39154 \end_inset
39155
39156  is in 
39157 \shape smallcaps
39158 small caps
39159 \shape default
39160 ; to color the initial, you must insert this command before the initial:
39161 \begin_inset Newline newline
39162 \end_inset
39163
39164
39165 \series bold
39166
39167 \backslash
39168 renewcommand{
39169 \backslash
39170 LettrineFontHook}{
39171 \backslash
39172 color{color}}
39173 \series default
39174
39175 \begin_inset Newline newline
39176 \end_inset
39177
39178 where the second 
39179 \emph on
39180 color
39181 \emph default
39182  can be 
39183 \begin_inset Quotes eld
39184 \end_inset
39185
39186 red
39187 \begin_inset Quotes erd
39188 \end_inset
39189
39190
39191 \begin_inset Quotes eld
39192 \end_inset
39193
39194 blue
39195 \begin_inset Quotes erd
39196 \end_inset
39197
39198
39199 \begin_inset Quotes eld
39200 \end_inset
39201
39202 green
39203 \begin_inset Quotes erd
39204 \end_inset
39205
39206
39207 \begin_inset Quotes eld
39208 \end_inset
39209
39210 yellow
39211 \begin_inset Quotes erd
39212 \end_inset
39213
39214
39215 \begin_inset Quotes eld
39216 \end_inset
39217
39218 cyan
39219 \begin_inset Quotes erd
39220 \end_inset
39221
39222
39223 \begin_inset Quotes eld
39224 \end_inset
39225
39226 magenta
39227 \begin_inset Quotes erd
39228 \end_inset
39229
39230
39231 \begin_inset Quotes eld
39232 \end_inset
39233
39234 black
39235 \begin_inset Quotes erd
39236 \end_inset
39237
39238  or 
39239 \begin_inset Quotes eld
39240 \end_inset
39241
39242 white
39243 \begin_inset Quotes erd
39244 \end_inset
39245
39246 , and add this command to the document preamble:
39247 \begin_inset Newline newline
39248 \end_inset
39249
39250
39251 \series bold
39252
39253 \backslash
39254 @ifundefined{textcolor}
39255 \begin_inset Newline newline
39256 \end_inset
39257
39258
39259 \begin_inset space ~
39260 \end_inset
39261
39262 {
39263 \backslash
39264 usepackage{color}}{}
39265 \end_layout
39266
39267 \begin_deeper
39268 \begin_layout Standard
39269 \begin_inset ERT
39270 status collapsed
39271
39272 \begin_layout Plain Layout
39273
39274
39275 \backslash
39276 renewcommand{
39277 \backslash
39278 LettrineFontHook}{
39279 \backslash
39280 color{magenta}}
39281 \end_layout
39282
39283 \end_inset
39284
39285
39286 \begin_inset Note Note
39287 status collapsed
39288
39289 \begin_layout Plain Layout
39290 makes the initial magenta
39291 \end_layout
39292
39293 \end_inset
39294
39295
39296 \end_layout
39297
39298 \begin_layout Initial
39299 \begin_inset Argument 1
39300 status open
39301
39302 \begin_layout Plain Layout
39303 lines=3, lhang=0.33, loversize=0.25
39304 \end_layout
39305
39306 \end_inset
39307
39308
39309 \begin_inset Argument 2
39310 status open
39311
39312 \begin_layout Plain Layout
39313 \begin_inset Formula $\mathcal{I}$
39314 \end_inset
39315
39316
39317 \end_layout
39318
39319 \end_inset
39320
39321
39322 \begin_inset Argument 3
39323 status open
39324
39325 \begin_layout Plain Layout
39326 t was in the spring
39327 \end_layout
39328
39329 \end_inset
39330
39331  of the year 1894 that all London was interested, and the fashionable world
39332  dismayed, by the murder of the Honourable Ronald Adair under most unusual
39333  and inexplicable circumstances.
39334  The public has already learned those particulars of the crime which came
39335  out in the police investigation, but a good deal was suppressed upon that
39336  occasion, since the case for the prosecution was so overwhelmingly strong
39337  that it was not necessary to bring forward all the facts.
39338 \end_layout
39339
39340 \end_deeper
39341 \begin_layout Standard
39342 \begin_inset ERT
39343 status collapsed
39344
39345 \begin_layout Plain Layout
39346
39347
39348 \backslash
39349 else
39350 \end_layout
39351
39352 \end_inset
39353
39354
39355 \begin_inset Note Note
39356 status open
39357
39358 \begin_layout Plain Layout
39359 The following will be displayed when the \SpecialChar LaTeX
39360 -package 
39361 \series bold
39362 lettrine
39363 \series default
39364  is not installed:
39365 \end_layout
39366
39367 \end_inset
39368
39369
39370 \end_layout
39371
39372 \begin_layout Standard
39373 You need to install the \SpecialChar LaTeX
39374 -package 
39375 \series bold
39376 lettrine
39377 \series default
39378  to see the following part of this section in the output.
39379 \end_layout
39380
39381 \begin_layout Standard
39382 \begin_inset ERT
39383 status collapsed
39384
39385 \begin_layout Plain Layout
39386
39387
39388 \backslash
39389 fi
39390 \end_layout
39391
39392 \end_inset
39393
39394
39395 \end_layout
39396
39397 \begin_layout Chapter
39398 External Document Parts
39399 \begin_inset Index idx
39400 status collapsed
39401
39402 \begin_layout Plain Layout
39403 External Document Parts
39404 \end_layout
39405
39406 \end_inset
39407
39408
39409 \end_layout
39410
39411 \begin_layout Standard
39412 With the menu 
39413 \family sans
39414 Insert\SpecialChar menuseparator
39415 File
39416 \family default
39417  you can insert external material into your document.
39418  This can be:
39419 \end_layout
39420
39421 \begin_layout Description
39422 LyX
39423 \begin_inset space ~
39424 \end_inset
39425
39426 Document Another \SpecialChar LyX
39427  document; its content is directly inserted to your document.
39428 \end_layout
39429
39430 \begin_layout Description
39431 Plain
39432 \begin_inset space ~
39433 \end_inset
39434
39435 Text A text document; each line is inserted in your document as a separate
39436  paragraph.
39437 \end_layout
39438
39439 \begin_layout Description
39440 Plain
39441 \begin_inset space ~
39442 \end_inset
39443
39444 Text,
39445 \begin_inset space ~
39446 \end_inset
39447
39448 Join
39449 \begin_inset space ~
39450 \end_inset
39451
39452 Lines A text document; text lines are inserted in your document continuously
39453  but an empty text line creates a new paragraph.
39454 \end_layout
39455
39456 \begin_layout Description
39457 External
39458 \begin_inset space ~
39459 \end_inset
39460
39461 Material Files in various formats.
39462 \end_layout
39463
39464 \begin_layout Description
39465 Child
39466 \begin_inset space ~
39467 \end_inset
39468
39469 Document \SpecialChar LyX
39470  or \SpecialChar LaTeX
39471  documents.
39472 \end_layout
39473
39474 \begin_layout Section
39475 External Material
39476 \begin_inset Index idx
39477 status collapsed
39478
39479 \begin_layout Plain Layout
39480 External Document Parts ! External Material
39481 \end_layout
39482
39483 \end_inset
39484
39485
39486 \end_layout
39487
39488 \begin_layout Standard
39489 The external material feature allows you to insert files into your document
39490  without converting them to a format that can be read by the document output
39491  format.
39492  \SpecialChar LyX
39493  takes care of the necessary conversions.
39494  This is similar to images that can be inserted in various image formats
39495  in \SpecialChar LyX
39496  documents.
39497  When you have enabled Instant Preview in \SpecialChar LyX
39498 's preferences under 
39499 \family sans
39500 Look
39501 \begin_inset space ~
39502 \end_inset
39503
39504 and
39505 \begin_inset space ~
39506 \end_inset
39507
39508 feel\SpecialChar menuseparator
39509 Graphics
39510 \family default
39511 , the external material types Dia and Xfig are directly shown in \SpecialChar LyX
39512 .
39513 \end_layout
39514
39515 \begin_layout Standard
39516 External material can be inserted via the 
39517 \family sans
39518 External Material
39519 \family default
39520  dialog that is accessible with the menu 
39521 \family sans
39522 Insert\SpecialChar menuseparator
39523 File\SpecialChar menuseparator
39524 External
39525 \begin_inset space ~
39526 \end_inset
39527
39528 Material
39529 \family default
39530 .
39531  Currently the following file types (
39532 \family sans
39533 Templates
39534 \family default
39535 ) are allowed:
39536 \end_layout
39537
39538 \begin_layout Description
39539 Chess
39540 \begin_inset space ~
39541 \end_inset
39542
39543 diagram This template supports chess position diagrams made with the program
39544  
39545 \series bold
39546
39547 \begin_inset CommandInset href
39548 LatexCommand href
39549 name "XBoard"
39550 target "http://en.wikipedia.org/wiki/XBoard"
39551 literal "false"
39552
39553 \end_inset
39554
39555
39556 \series default
39557 .
39558 \end_layout
39559
39560 \begin_layout Description
39561 Dia
39562 \begin_inset space ~
39563 \end_inset
39564
39565 diagram This template supports diagrams created with the program 
39566 \series bold
39567
39568 \begin_inset CommandInset href
39569 LatexCommand href
39570 name "Dia"
39571 target "http://en.wikipedia.org/wiki/Dia_(software)"
39572 literal "false"
39573
39574 \end_inset
39575
39576
39577 \series default
39578 .
39579 \end_layout
39580
39581 \begin_layout Description
39582 Inkscape
39583 \begin_inset space ~
39584 \end_inset
39585
39586 figure This template supports specific scalable images derived from scalable
39587  vector graphics (SVG), in which the contained text is replaced by a version
39588  typeset by \SpecialChar LaTeX
39589  (and hence in the current document font).
39590  It relies on a feature of the program 
39591 \series bold
39592
39593 \begin_inset CommandInset href
39594 LatexCommand href
39595 name "Inkscape"
39596 target "https://inkscape.org/"
39597 literal "false"
39598
39599 \end_inset
39600
39601
39602 \series default
39603  which creates a special PDF or EPS and \SpecialChar LaTeX
39604  file from a given SVG file (in
39605  
39606 \noun on
39607 Inkscape
39608 \noun default
39609  itself, the feature is available via the option 
39610 \family sans
39611 Omit text in PDF and create LaTeX file
39612 \family default
39613  when saving a drawing as PDF or EPS).
39614  The benefit of such files is a uniform text style throughout the whole
39615  document.
39616 \begin_inset Newline newline
39617 \end_inset
39618
39619 The external template reads SVG files and uses a converter program to generate
39620  the respective PDF\SpecialChar breakableslash
39621 EPS and \SpecialChar LaTeX
39622  files (via
39623 \noun on
39624  
39625 \noun default
39626 Inkscape
39627 \noun on
39628 )
39629 \noun default
39630  on the fly, so you don't have to export those files yourself.
39631  If you prefer the latter and want use given 
39632 \family typewriter
39633 *.pdf
39634 \family default
39635  and 
39636 \family typewriter
39637 *.pdf_tex
39638 \family default
39639  or 
39640 \family typewriter
39641 *.eps
39642 \family default
39643  and 
39644 \family typewriter
39645 *.eps_tex
39646 \family default
39647  files instead, simply input the respective 
39648 \family typewriter
39649 *.pdf_tex
39650 \family default
39651  or 
39652 \family typewriter
39653 *.eps_tex
39654 \family default
39655  file via the 
39656 \family sans
39657 Child Documents
39658 \family default
39659  dialog (see sec.
39660 \begin_inset space ~
39661 \end_inset
39662
39663
39664 \begin_inset CommandInset ref
39665 LatexCommand ref
39666 reference "sec:Child-Documents"
39667
39668 \end_inset
39669
39670 ) rather than using this template.
39671 \begin_inset Newline newline
39672 \end_inset
39673
39674 You can use \SpecialChar TeX
39675  code commands such as 
39676 \series bold
39677
39678 \backslash
39679 Large
39680 \series default
39681
39682 \series bold
39683
39684 \backslash
39685 small
39686 \series default
39687 , etc.
39688 \begin_inset space \space{}
39689 \end_inset
39690
39691 in the text of the SVG.
39692  The size of the font will be taken from the settings of the \SpecialChar LyX
39693  document.
39694  Please refer to 
39695 \begin_inset CommandInset citation
39696 LatexCommand cite
39697 key "Inkscape"
39698 literal "false"
39699
39700 \end_inset
39701
39702  for more information and examples.
39703 \end_layout
39704
39705 \begin_layout Description
39706 Lilypond
39707 \begin_inset space ~
39708 \end_inset
39709
39710 typeset
39711 \begin_inset space ~
39712 \end_inset
39713
39714 music This template is used for music notation typeset with the program
39715 \begin_inset Newline linebreak
39716 \end_inset
39717
39718
39719 \series bold
39720
39721 \begin_inset CommandInset href
39722 LatexCommand href
39723 name "LilyPond"
39724 target "http://en.wikipedia.org/wiki/LilyPond"
39725 literal "false"
39726
39727 \end_inset
39728
39729
39730 \series default
39731 .
39732  For \SpecialChar LyX
39733 's extended support for LilyPond have a look at \SpecialChar LyX
39734 's example file 
39735 \emph on
39736 lilypond.lyx
39737 \emph default
39738 .
39739 \end_layout
39740
39741 \begin_layout Description
39742 PDF
39743 \begin_inset space ~
39744 \end_inset
39745
39746 pages With this template you can insert PDF documents to your document.
39747  To specify the range of pages that should be included, use the option 
39748 \series bold
39749 pages
39750 \series default
39751  in the 
39752 \family sans
39753 Option
39754 \family default
39755  field in the 
39756 \family sans
39757 LaTeX and LyX options
39758 \family default
39759  tab.
39760  The argument of this option is a comma separated list, containing page
39761  numbers (insert as option 
39762 \series bold
39763 pages={3,5,6,8}
39764 \series default
39765 ), ranges of page numbers (
39766 \series bold
39767 pages={4-9}
39768 \series default
39769 ) or any combination.
39770  To insert empty pages use {}.
39771  E.
39772 \begin_inset space \thinspace{}
39773 \end_inset
39774
39775 g.
39776 \begin_inset space ~
39777 \end_inset
39778
39779
39780 \series bold
39781 pages={3,{},8-11,15}
39782 \series default
39783  will insert page 3, an empty page, and pages 8, 9, 10, 11 and 15.
39784  Page ranges are specified in the syntax 
39785 \emph on
39786 start
39787 \emph default
39788 -
39789 \emph on
39790 stop
39791 \emph default
39792 .
39793  This selects all pages from 
39794 \emph on
39795 start
39796 \emph default
39797  to 
39798 \emph on
39799 stop
39800 \emph default
39801 .
39802  Omitting 
39803 \emph on
39804 start
39805 \emph default
39806  defaults to the first page; omitting 
39807 \emph on
39808 stop
39809 \emph default
39810  defaults to the last page of the document.
39811  The last page can also be selected with the keyword 
39812 \series bold
39813 last
39814 \series default
39815 .
39816  (This is only permitted in a page range.) So 
39817 \series bold
39818 pages=-
39819 \series default
39820  will insert all pages of the document and 
39821 \series bold
39822 pages=last-1
39823 \series default
39824  will insert all pages in reverse order.
39825  If the pages option is not specified, only the first page of the PDF is
39826  inserted.
39827 \begin_inset Newline newline
39828 \end_inset
39829
39830 The option 
39831 \series bold
39832 noautoscale
39833 \series default
39834  inserts the pages with their original size, if this option is not given,
39835  the pages will be resized to fith the width of the page of your document.
39836  In the tab 
39837 \family sans
39838 Size and Rotation
39839 \family default
39840  you can specify the width and height of the input pages and their rotation.
39841  If another width than 100
39842 \begin_inset space \thinspace{}
39843 \end_inset
39844
39845 Scale% is used, the option 
39846 \series bold
39847 noautoscale
39848 \series default
39849  will be overwritten.
39850  For more info and possible options, have a look into the documentation
39851  of the \SpecialChar LaTeX
39852 -package 
39853 \series bold
39854 pdfpages
39855 \series default
39856  
39857 \begin_inset CommandInset citation
39858 LatexCommand cite
39859 key "pdfpages"
39860 literal "true"
39861
39862 \end_inset
39863
39864 .
39865 \begin_inset Index idx
39866 status collapsed
39867
39868 \begin_layout Plain Layout
39869 \SpecialChar LaTeX
39870 -packages ! pdfpages
39871 \end_layout
39872
39873 \end_inset
39874
39875
39876 \begin_inset Newline newline
39877 \end_inset
39878
39879 To use this template in a 
39880 \family sans
39881 Beamer
39882 \family default
39883  presentation you need to first insert an 
39884 \family sans
39885 EndFrame
39886 \family default
39887  environment and in a subsequent paragraph a \SpecialChar TeX
39888  Code box containing the command
39889  
39890 \series bold
39891
39892 \backslash
39893 setbeamertemplate{background canvas}{}
39894 \series default
39895 .
39896  Then you can insert as many paragraphs containing the PDFPages template
39897  as you wish.
39898  Behind the included PDF pages you can resume the Beamer presentation by
39899  beginning a new frame or by starting a new section.
39900  To avoid stray blank pages prior to the PDF pages, make sure to use the
39901  
39902 \family sans
39903 Default
39904 \family default
39905  alignment for the paragraph containing the template.
39906 \begin_inset Newline newline
39907 \end_inset
39908
39909 Here is an included PDF which is rotated by -5°: 
39910 \begin_inset External
39911         template PDFPages
39912         filename clipart/Abstract.pdf
39913         extra LaTeX "noautoscale, pages=-"
39914         rotateAngle -5
39915         rotateOrigin bottomleft
39916
39917 \end_inset
39918
39919
39920 \end_layout
39921
39922 \begin_layout Description
39923 Raster
39924 \begin_inset space ~
39925 \end_inset
39926
39927 image This can be used for bitmap images.
39928  The image can be treated in the 
39929 \family sans
39930 External material
39931 \family default
39932  dialog like the images that are usually included via the 
39933 \family sans
39934 Graphics
39935 \family default
39936  dialog as described in section
39937 \begin_inset space ~
39938 \end_inset
39939
39940
39941 \begin_inset CommandInset ref
39942 LatexCommand ref
39943 reference "sec:Graphics-Dialog"
39944
39945 \end_inset
39946
39947 .
39948  Here is an inserted raster image: 
39949 \begin_inset External
39950         template RasterImage
39951         filename clipart/ToolbarEnvBox.png
39952
39953 \end_inset
39954
39955
39956 \end_layout
39957
39958 \begin_layout Description
39959 Spreadsheet With this template you can insert spreadsheets
39960 \begin_inset space \thinspace{}
39961 \end_inset
39962
39963 /
39964 \begin_inset space \thinspace{}
39965 \end_inset
39966
39967 tables in the format of 
39968 \series bold
39969
39970 \begin_inset CommandInset href
39971 LatexCommand href
39972 name "Gnumeric"
39973 target "http://en.wikipedia.org/wiki/Gnumeric"
39974 literal "false"
39975
39976 \end_inset
39977
39978
39979 \series default
39980
39981 \begin_inset CommandInset href
39982 LatexCommand href
39983 name "OpenDocument"
39984 target "http://en.wikipedia.org/wiki/OpenDocument"
39985 literal "false"
39986
39987 \end_inset
39988
39989
39990 \begin_inset CommandInset href
39991 LatexCommand href
39992 name "Microsoft Office XML"
39993 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
39994 literal "false"
39995
39996 \end_inset
39997
39998  and 
39999 \begin_inset CommandInset href
40000 LatexCommand href
40001 name "Office Open XML"
40002 target "http://en.wikipedia.org/wiki/Office_Open_XML"
40003 literal "false"
40004
40005 \end_inset
40006
40007 .
40008  For this feature \SpecialChar LyX
40009  must have found the program 
40010 \family typewriter
40011 ssconvert
40012 \family default
40013  during its configuration.
40014  This program is part of Gnumeric, so that you must have Gnumeric installed,
40015  also if you don't have tables in the Gnumeric format.
40016  For examples and possible limitations have a look at \SpecialChar LyX
40017 's example file 
40018 \emph on
40019 spreadsheet.lyx
40020 \emph default
40021 .
40022 \end_layout
40023
40024 \begin_layout Description
40025 Vector
40026 \begin_inset space ~
40027 \end_inset
40028
40029 graphics This can be used for vector graphics.
40030  The image can be treated in the 
40031 \family sans
40032 External material
40033 \family default
40034  dialog like the images that are usually included via the 
40035 \family sans
40036 Graphics
40037 \family default
40038  dialog as described in section
40039 \begin_inset space ~
40040 \end_inset
40041
40042
40043 \begin_inset CommandInset ref
40044 LatexCommand ref
40045 reference "sec:Graphics-Dialog"
40046
40047 \end_inset
40048
40049 .
40050  Here is an inserted vector graphics: 
40051 \begin_inset External
40052         template VectorGraphics
40053         filename clipart/SVG-Drawing.svg
40054         lyxscale 50
40055         scale 33
40056
40057 \end_inset
40058
40059
40060 \end_layout
40061
40062 \begin_layout Description
40063 Xfig
40064 \begin_inset space ~
40065 \end_inset
40066
40067 figure This template supports images created with the program 
40068 \begin_inset CommandInset href
40069 LatexCommand href
40070 name "Xfig"
40071 target "http://en.wikipedia.org/wiki/Xfig"
40072 literal "false"
40073
40074 \end_inset
40075
40076 .
40077 \end_layout
40078
40079 \begin_layout Standard
40080 When you use the option 
40081 \family sans
40082 Draft
40083 \family default
40084  in the 
40085 \family sans
40086 File
40087 \family default
40088  tab of the 
40089 \family sans
40090 External Material
40091 \family default
40092  dialog, only the path to the inserted file is shown in the output.
40093 \begin_inset Newline newline
40094 \end_inset
40095
40096 External material is displayed in \SpecialChar LyX
40097  either as a box like this: 
40098 \begin_inset Graphics
40099         filename clipart/ExternalMaterial.png
40100         scale 95
40101         scaleBeforeRotation
40102
40103 \end_inset
40104
40105  or as image, depending on the option 
40106 \family sans
40107 Show in LyX
40108 \family default
40109  in the 
40110 \family sans
40111 LaTeX and LyX options
40112 \family default
40113  tab of the dialog.
40114 \end_layout
40115
40116 \begin_layout Standard
40117 The 
40118 \family sans
40119 \emph on
40120 Customization
40121 \family default
40122 \emph default
40123  manual explains how you can define your own templates.
40124 \end_layout
40125
40126 \begin_layout Section
40127 Child Documents
40128 \begin_inset CommandInset label
40129 LatexCommand label
40130 name "sec:Child-Documents"
40131
40132 \end_inset
40133
40134
40135 \begin_inset Index idx
40136 status collapsed
40137
40138 \begin_layout Plain Layout
40139 External Document Parts ! Child Documents
40140 \end_layout
40141
40142 \end_inset
40143
40144
40145 \begin_inset Index idx
40146 status collapsed
40147
40148 \begin_layout Plain Layout
40149 Files ! Include
40150 \end_layout
40151
40152 \end_inset
40153
40154
40155 \end_layout
40156
40157 \begin_layout Standard
40158 Child documents are used if you have a long document consisting of several
40159  larger parts or sections.
40160  For maintenance it is often useful and sometimes even required to split
40161  the document into several files that can be revised separately.
40162  The different documents are then the so called 
40163 \begin_inset Quotes eld
40164 \end_inset
40165
40166 child documents
40167 \begin_inset Quotes erd
40168 \end_inset
40169
40170 , and a master document connects them to print the full document or parts
40171  of it.
40172  A child document inherits elements from its master, for example the \SpecialChar LaTeX
40173  preamble,
40174  the bibliography, and labels for cross-references.
40175 \end_layout
40176
40177 \begin_layout Standard
40178 To be able to work on child documents without the need to open their master,
40179  specify in the child document the master in the menu
40180 \family sans
40181  Document\SpecialChar menuseparator
40182 Settings\SpecialChar menuseparator
40183 Document
40184 \begin_inset space ~
40185 \end_inset
40186
40187 Class
40188 \family default
40189 .
40190  This master document will then be used in the background by \SpecialChar LyX
40191  when you edit
40192  the child document.
40193 \end_layout
40194
40195 \begin_layout Standard
40196 Included documents are displayed in \SpecialChar LyX
40197  as a box like this: 
40198 \begin_inset Graphics
40199         filename clipart/ChildDocument.png
40200         scale 95
40201         scaleBeforeRotation
40202
40203 \end_inset
40204
40205  To include child documents in a master document use the menu 
40206 \family sans
40207 Insert\SpecialChar menuseparator
40208 File\SpecialChar menuseparator
40209 Child
40210 \begin_inset space ~
40211 \end_inset
40212
40213 Documents
40214 \family default
40215 .
40216  A dialog pops up where you can choose between four include methods:
40217 \end_layout
40218
40219 \begin_layout Description
40220 Include You can include \SpecialChar LyX
40221  and \SpecialChar LaTeX
40222  documents.
40223  When you press the 
40224 \family sans
40225 Edit
40226 \family default
40227  button in the 
40228 \family sans
40229 Child Document
40230 \family default
40231  dialog, the included document will be opened in \SpecialChar LyX
40232  in a new file tab so that
40233  you can modify it.
40234 \begin_inset Newline newline
40235 \end_inset
40236
40237
40238 \end_layout
40239
40240 \begin_layout Standard
40241 Here is a child document inserted using 
40242 \family sans
40243 Include
40244 \family default
40245
40246 \begin_inset CommandInset include
40247 LatexCommand include
40248 filename "DummyDocument1.lyx"
40249
40250 \end_inset
40251
40252
40253 \end_layout
40254
40255 \begin_layout Standard
40256 The section numbering includes the sections of the included files in the
40257  order they are inserted in the master document.
40258  The included example document has for example a subsection that is numbered
40259  as a subsection of this section.
40260  Labels of included documents can be referenced: Subsection
40261 \begin_inset space ~
40262 \end_inset
40263
40264
40265 \begin_inset CommandInset ref
40266 LatexCommand ref
40267 reference "subsec:External-Subsection-1"
40268
40269 \end_inset
40270
40271 .
40272 \end_layout
40273
40274 \begin_layout Standard
40275 The preamble of the child document is ignored; only the preamble of the
40276  master document is used.
40277  Branches in child documents will be ignored by the master document when
40278  the master document does not have a branch with the same name.
40279  Included documents are inserted starting on a new page and ending with
40280  a page break.
40281 \end_layout
40282
40283 \begin_layout Standard
40284 \begin_inset Note Greyedout
40285 status open
40286
40287 \begin_layout Plain Layout
40288
40289 \series bold
40290 Note:
40291 \series default
40292  If you have included a \SpecialChar LyX
40293  or \SpecialChar LaTeX
40294  file, you are warned when you export/view the
40295  document in case the child document uses another document class than the
40296  master document as this will lead to unexpected outputs.
40297 \end_layout
40298
40299 \end_inset
40300
40301
40302 \end_layout
40303
40304 \begin_layout Description
40305 Input This method is very similar to the Include method.
40306  The differences are:
40307 \end_layout
40308
40309 \begin_deeper
40310 \begin_layout Itemize
40311 Input files don't start with a new page and don't end with a page break.
40312 \end_layout
40313
40314 \begin_layout Itemize
40315 Input files can be previewed in \SpecialChar LyX
40316  when 
40317 \family sans
40318 Instant
40319 \begin_inset space ~
40320 \end_inset
40321
40322 Preview
40323 \family default
40324  is enabled in \SpecialChar LyX
40325 's preferences under 
40326 \family sans
40327 Look
40328 \begin_inset space ~
40329 \end_inset
40330
40331 and
40332 \begin_inset space ~
40333 \end_inset
40334
40335 feel\SpecialChar menuseparator
40336 Graphics
40337 \family default
40338 .
40339 \end_layout
40340
40341 \begin_layout Itemize
40342 You cannot exclude Input files via the menu 
40343 \family sans
40344 Document\SpecialChar menuseparator
40345 Settings\SpecialChar menuseparator
40346 Child Documents
40347 \family default
40348 .
40349 \end_layout
40350
40351 \end_deeper
40352 \begin_layout Standard
40353 Here is a child document inserted using 
40354 \family sans
40355 Input
40356 \family default
40357
40358 \begin_inset CommandInset include
40359 LatexCommand input
40360 filename "DummyDocument2.lyx"
40361
40362 \end_inset
40363
40364
40365 \end_layout
40366
40367 \begin_layout Description
40368 Verbatim With this method any text file can be included.
40369  The file is shown in the output with its source code; no command used in
40370  the text is invoked.
40371  You can use the option 
40372 \family sans
40373 Mark spaces in output
40374 \family default
40375  that displays the character 
40376 \begin_inset Quotes eld
40377 \end_inset
40378
40379
40380 \begin_inset ERT
40381 status collapsed
40382
40383 \begin_layout Plain Layout
40384
40385
40386 \backslash
40387 textvisiblespace 
40388 \end_layout
40389
40390 \end_inset
40391
40392
40393 \begin_inset Quotes erd
40394 \end_inset
40395
40396  for every space character in the source code.
40397  The difference from the method via the menu 
40398 \family sans
40399 Insert\SpecialChar menuseparator
40400 File\SpecialChar menuseparator
40401 Plain
40402 \begin_inset space ~
40403 \end_inset
40404
40405 Text
40406 \family default
40407  is that the document content is not shown in \SpecialChar LyX
40408 .
40409 \end_layout
40410
40411 \begin_layout Standard
40412 Here is a child document inserted as Verbatim: 
40413 \begin_inset CommandInset include
40414 LatexCommand verbatiminput
40415 filename "DummyTextDocument.txt"
40416
40417 \end_inset
40418
40419
40420 \begin_inset VSpace bigskip
40421 \end_inset
40422
40423  Here is a child document inserted as Verbatim using the 
40424 \family sans
40425 Mark spaces in output
40426 \family default
40427  option: 
40428 \begin_inset CommandInset include
40429 LatexCommand verbatiminput*
40430 filename "DummyTextDocument.txt"
40431
40432 \end_inset
40433
40434
40435 \end_layout
40436
40437 \begin_layout Standard
40438 \begin_inset VSpace bigskip
40439 \end_inset
40440
40441
40442 \end_layout
40443
40444 \begin_layout Standard
40445 \begin_inset Note Greyedout
40446 status open
40447
40448 \begin_layout Plain Layout
40449
40450 \series bold
40451 Note:
40452 \series default
40453  As you can see in the examples above, the text of the documents included
40454  as 
40455 \family sans
40456 verbatim
40457 \family default
40458  is not broken at the end of the document lines.
40459 \end_layout
40460
40461 \end_inset
40462
40463
40464 \end_layout
40465
40466 \begin_layout Description
40467 Listings This type is described in chapter
40468 \begin_inset space ~
40469 \end_inset
40470
40471
40472 \begin_inset CommandInset ref
40473 LatexCommand ref
40474 reference "cha:Program-Code-Listings"
40475
40476 \end_inset
40477
40478 .
40479 \end_layout
40480
40481 \begin_layout Standard
40482 \begin_inset Note Greyedout
40483 status open
40484
40485 \begin_layout Plain Layout
40486
40487 \series bold
40488 Note:
40489 \series default
40490  Including the same document twice in a document using different methods
40491  could cause \SpecialChar LaTeX
40492 -problems.
40493 \end_layout
40494
40495 \end_inset
40496
40497
40498 \end_layout
40499
40500 \begin_layout Standard
40501 If you want to view/export only selected children of your master document,
40502  either because you want to save compiling time or because you want to distribut
40503 e single chapters of the book you are just writing, you can exclude children
40504  from the output.
40505  This is done via the menu 
40506 \family sans
40507 Document\SpecialChar menuseparator
40508 Settings\SpecialChar menuseparator
40509 Child Documents
40510 \family default
40511 .
40512  You can exclude\SpecialChar breakableslash
40513 include children by double-clicking on the 
40514 \family sans
40515 include to output
40516 \family default
40517  column of the respective child document in the list (note that this only
40518  works for documents embedded via 
40519 \begin_inset Quotes eld
40520 \end_inset
40521
40522 Include
40523 \begin_inset Quotes erd
40524 \end_inset
40525
40526 , not with 
40527 \begin_inset Quotes eld
40528 \end_inset
40529
40530 Input
40531 \begin_inset Quotes erd
40532 \end_inset
40533
40534 ).
40535  If the option 
40536 \family sans
40537 Maintain counters and references
40538 \family default
40539  is enabled, \SpecialChar LyX
40540  will assure that all page numbers, references etc.
40541 \begin_inset space ~
40542 \end_inset
40543
40544 are correct as if the whole document was processed.
40545  This is useful if you want the selected sub-documents to look exactly as
40546  in the context of the whole document.
40547  However, \SpecialChar LyX
40548  needs to process the whole document in the background for this
40549  feature.
40550  So if you want to save compile time and if counters and references do not
40551  need to be correct, disable this checkbox.
40552 \end_layout
40553
40554 \begin_layout Standard
40555 Alternatively, you can put each included file into a branch.
40556 \begin_inset Foot
40557 status collapsed
40558
40559 \begin_layout Plain Layout
40560 Branches are described in section 
40561 \emph on
40562 Branches
40563 \emph default
40564  of the \SpecialChar LyX
40565  
40566 \emph on
40567 Userguide
40568 \emph default
40569 .
40570 \end_layout
40571
40572 \end_inset
40573
40574  By enabling\SpecialChar breakableslash
40575 disabling branches you can decide which included files will
40576  appear in the output.
40577  This has the advantage that it also works with Input'ed sub-documents.
40578  However, counters and references will not be maintained with this approach.
40579 \end_layout
40580
40581 \begin_layout Chapter
40582 Program Code Listings
40583 \begin_inset CommandInset label
40584 LatexCommand label
40585 name "cha:Program-Code-Listings"
40586
40587 \end_inset
40588
40589
40590 \begin_inset Index idx
40591 status collapsed
40592
40593 \begin_layout Plain Layout
40594 Listings
40595 \end_layout
40596
40597 \end_inset
40598
40599
40600 \begin_inset Index idx
40601 status collapsed
40602
40603 \begin_layout Plain Layout
40604 Program Code
40605 \end_layout
40606
40607 \end_inset
40608
40609
40610 \begin_inset Index idx
40611 status collapsed
40612
40613 \begin_layout Plain Layout
40614 Floats ! Listings
40615 \end_layout
40616
40617 \end_inset
40618
40619
40620 \end_layout
40621
40622 \begin_layout Standard
40623 To include and typeset program code you can use the 
40624 \family sans
40625 Listings
40626 \family default
40627  inset that can be inserted via the menu 
40628 \family sans
40629 Insert\SpecialChar menuseparator
40630 Program Listing
40631 \family default
40632 .
40633  The \SpecialChar LaTeX
40634 -packages 
40635 \series bold
40636 listings
40637 \series default
40638
40639 \begin_inset Index idx
40640 status collapsed
40641
40642 \begin_layout Plain Layout
40643 \SpecialChar LaTeX
40644 -packages ! listings
40645 \end_layout
40646
40647 \end_inset
40648
40649  or 
40650 \series bold
40651 minted
40652 \series default
40653
40654 \begin_inset Index idx
40655 status collapsed
40656
40657 \begin_layout Plain Layout
40658 \SpecialChar LaTeX
40659 -packages ! minted
40660 \end_layout
40661
40662 \end_inset
40663
40664  provide a powerful and flexible way to insert program source code into
40665  your document.
40666  One can only use one of these packages in a document.
40667  
40668 \series bold
40669 listings
40670 \series default
40671  is used by default.
40672 \end_layout
40673
40674 \begin_layout Standard
40675 \begin_inset Note Note
40676 status open
40677
40678 \begin_layout Plain Layout
40679
40680 \series bold
40681 Note:
40682 \series default
40683  \SpecialChar LyX
40684  does NOT want to encourage users to add the 
40685 \family typewriter
40686 -shell-escape
40687 \family default
40688  option to converter definitions.
40689  It works, but it is a huge security risk.
40690  There is an active discussion about how to handle this.
40691  Once that's been resolved, this can be updated appropriately.
40692 \end_layout
40693
40694 \begin_layout Plain Layout
40695 =====
40696 \end_layout
40697
40698 \begin_layout Plain Layout
40699 In order to use 
40700 \series bold
40701 minted
40702 \series default
40703 , you need to select it as the syntax highlighting package in the document
40704  settings under 
40705 \family sans
40706 Listings
40707 \family default
40708 .
40709  
40710 \series bold
40711 minted
40712 \series default
40713  requires also additionally the module 
40714 \family sans
40715 pygments
40716 \family default
40717  of the software 
40718 \noun on
40719 Python
40720 \noun default
40721
40722 \begin_inset Foot
40723 status collapsed
40724
40725 \begin_layout Plain Layout
40726 Under \SpecialChar LyX
40727  for Windows 
40728 \family sans
40729 pygments
40730 \family default
40731  is already installed.
40732 \end_layout
40733
40734 \end_inset
40735
40736  and the option 
40737 \family typewriter
40738 -shell-escape
40739 \family default
40740  for the \SpecialChar LaTeX
40741  processor.
40742  If you want for example view or export your document as the format 
40743 \family sans
40744 PDF
40745 \begin_inset space ~
40746 \end_inset
40747
40748 (pdflatex)
40749 \family default
40750 , go to the \SpecialChar LyX
40751  preferences and there to the section 
40752 \family sans
40753 File
40754 \begin_inset space ~
40755 \end_inset
40756
40757 Handling\SpecialChar menuseparator
40758 Converters
40759 \family default
40760 .
40761  There go to the entry 
40762 \family sans
40763 LaTeX
40764 \begin_inset space ~
40765 \end_inset
40766
40767 (pdflatex) -> PDF
40768 \begin_inset space ~
40769 \end_inset
40770
40771 (pdflatex)
40772 \family default
40773  and look at the field 
40774 \family sans
40775 Converter
40776 \family default
40777 .
40778  There you see by default the content
40779 \begin_inset Newline newline
40780 \end_inset
40781
40782
40783 \series bold
40784 pdflatex $$i
40785 \series default
40786
40787 \begin_inset Newline newline
40788 \end_inset
40789
40790 Now change it to
40791 \begin_inset Newline newline
40792 \end_inset
40793
40794
40795 \series bold
40796 pdflatex $$i -shell-escape
40797 \begin_inset Newline newline
40798 \end_inset
40799
40800
40801 \series default
40802 and press the 
40803 \family sans
40804 Modify
40805 \family default
40806  button and subsequently 
40807 \family sans
40808 Apply
40809 \family default
40810  or 
40811 \family sans
40812 Save
40813 \family default
40814 .
40815  The same can be done for the output formats 
40816 \family sans
40817 PDF
40818 \begin_inset space ~
40819 \end_inset
40820
40821 (LuaTeX)
40822 \family default
40823  and 
40824 \family sans
40825 PDF
40826 \begin_inset space ~
40827 \end_inset
40828
40829 (XeTeX)
40830 \family default
40831 .
40832 \end_layout
40833
40834 \end_inset
40835
40836
40837 \end_layout
40838
40839 \begin_layout Standard
40840 Right-clicking on a listings inset opens the context menu containing where
40841  you can set the listings format.
40842 \end_layout
40843
40844 \begin_layout Standard
40845 By default, a listing starts a new paragraph in the output.
40846  The placement option 
40847 \family sans
40848 Inline
40849 \begin_inset space ~
40850 \end_inset
40851
40852 listing
40853 \family default
40854  prints the listing inline like this: 
40855 \begin_inset listings
40856 lstparams "language={C++}"
40857 inline true
40858 status open
40859
40860 \begin_layout Plain Layout
40861
40862 int a=5;
40863 \end_layout
40864
40865 \end_inset
40866
40867
40868 \begin_inset Newline newline
40869 \end_inset
40870
40871 The option 
40872 \family sans
40873 Float
40874 \family default
40875  creates a listings float where you can specify the placement options 
40876 \begin_inset Quotes eld
40877 \end_inset
40878
40879
40880 \family sans
40881 h
40882 \family default
40883
40884 \begin_inset Quotes erd
40885 \end_inset
40886
40887
40888 \begin_inset Quotes eld
40889 \end_inset
40890
40891
40892 \family sans
40893 t
40894 \family default
40895
40896 \begin_inset Quotes erd
40897 \end_inset
40898
40899
40900 \begin_inset Quotes eld
40901 \end_inset
40902
40903
40904 \family sans
40905 b
40906 \family default
40907
40908 \begin_inset Quotes erd
40909 \end_inset
40910
40911 , and 
40912 \begin_inset Quotes eld
40913 \end_inset
40914
40915
40916 \family sans
40917 p
40918 \family default
40919
40920 \begin_inset Quotes erd
40921 \end_inset
40922
40923  corresponding to the float placement options described in section
40924 \begin_inset space ~
40925 \end_inset
40926
40927
40928 \begin_inset CommandInset ref
40929 LatexCommand ref
40930 reference "sec:Float-Placement"
40931
40932 \end_inset
40933
40934 .
40935  The placement options can be mixed and are inserted without any separation,
40936  e.
40937 \begin_inset space \thinspace{}
40938 \end_inset
40939
40940 g.
40941 \begin_inset space \space{}
40942 \end_inset
40943
40944
40945 \begin_inset Quotes eld
40946 \end_inset
40947
40948
40949 \family sans
40950 htbp
40951 \family default
40952
40953 \begin_inset Quotes erd
40954 \end_inset
40955
40956 .
40957  The option 
40958 \begin_inset Quotes eld
40959 \end_inset
40960
40961 h
40962 \begin_inset Quotes erd
40963 \end_inset
40964
40965  has sometimes no effect, but you don't need to use the 
40966 \family sans
40967 Float
40968 \family default
40969  option in this case as also non-float listings can have captions and be
40970  referenced.
40971 \end_layout
40972
40973 \begin_layout Standard
40974 You can add captions to listings that are not inline with the menu 
40975 \family sans
40976 Insert\SpecialChar menuseparator
40977 Caption
40978 \family default
40979 .
40980  Listings can be referenced like floats: Listing
40981 \begin_inset space ~
40982 \end_inset
40983
40984
40985 \begin_inset CommandInset ref
40986 LatexCommand ref
40987 reference "lst:Example-Listing"
40988
40989 \end_inset
40990
40991 .
40992  A list of listings which contains all listings with captions can be created
40993  via the menu 
40994 \family sans
40995 Insert\SpecialChar menuseparator
40996 List
40997 \begin_inset space ~
40998 \end_inset
40999
41000 /
41001 \begin_inset space ~
41002 \end_inset
41003
41004 TOC\SpecialChar menuseparator
41005 List of Listings
41006 \family default
41007 .
41008  The list entries are the listing caption and the listing number.
41009 \end_layout
41010
41011 \begin_layout Standard
41012 \begin_inset listings
41013 lstparams "language=Python"
41014 inline false
41015 status open
41016
41017 \begin_layout Plain Layout
41018
41019 \begin_inset Caption Standard
41020
41021 \begin_layout Plain Layout
41022 \begin_inset CommandInset label
41023 LatexCommand label
41024 name "lst:Example-Listing"
41025
41026 \end_inset
41027
41028 Example Listing float
41029 \end_layout
41030
41031 \end_inset
41032
41033 # Example listing float
41034 \end_layout
41035
41036 \begin_layout Plain Layout
41037
41038 def func(param):
41039 \end_layout
41040
41041 \begin_layout Plain Layout
41042
41043     'this is a python function'
41044 \end_layout
41045
41046 \begin_layout Plain Layout
41047
41048     pass
41049 \end_layout
41050
41051 \end_inset
41052
41053
41054 \end_layout
41055
41056 \begin_layout Standard
41057 \begin_inset Note Greyedout
41058 status open
41059
41060 \begin_layout Plain Layout
41061
41062 \series bold
41063 Note: 
41064 \series default
41065 The 
41066 \series bold
41067 listings
41068 \series default
41069  package places captions before the listing by default.
41070 \begin_inset Newline newline
41071 \end_inset
41072
41073 The 
41074 \series bold
41075 minted
41076 \series default
41077  package places them after the listing by default if it is floating.
41078  If tit is not floating caption will be typeset before the listing if it
41079  is inserted to its first line, otherwise it will be typeset after the listing.
41080  If you want to force the placement in avery case before the listing, you
41081  have to add the following lines as last thing to the preamble:
41082 \begin_inset Newline newline
41083 \end_inset
41084
41085
41086 \series bold
41087
41088 \backslash
41089 @ifundefined{newfloat}
41090 \begin_inset Newline newline
41091 \end_inset
41092
41093
41094 \begin_inset Phantom HPhantom
41095 status open
41096
41097 \begin_layout Plain Layout
41098
41099 \series bold
41100 \begin_inset space ~
41101 \end_inset
41102
41103
41104 \end_layout
41105
41106 \end_inset
41107
41108 {
41109 \backslash
41110 usepackage{float}}{}
41111 \begin_inset Newline newline
41112 \end_inset
41113
41114
41115 \backslash
41116 floatstyle{plaintop}
41117 \series default
41118
41119 \begin_inset Note Note
41120 status collapsed
41121
41122 \begin_layout Plain Layout
41123 The package 
41124 \series bold
41125 float
41126 \series default
41127  will be loaded automatically by \SpecialChar LyX
41128  when you use special document-wide float
41129  placement settings.
41130  To avoid that it is loaded twice the command 
41131 \series bold
41132
41133 \backslash
41134 @ifundefined
41135 \series default
41136  is used in the above command.
41137 \end_layout
41138
41139 \end_inset
41140
41141
41142 \end_layout
41143
41144 \end_inset
41145
41146
41147 \end_layout
41148
41149 \begin_layout Standard
41150 When you have set a programming language in the listings dialog, the keywords
41151  of this language will be recognized and specially typeset in the output.
41152  In the example listings the Python keyword 
41153 \begin_inset Quotes eld
41154 \end_inset
41155
41156 def
41157 \begin_inset Quotes erd
41158 \end_inset
41159
41160  is recognized and printed bold in the output.
41161 \end_layout
41162
41163 \begin_layout Standard
41164 \begin_inset Note Greyedout
41165 status open
41166
41167 \begin_layout Plain Layout
41168
41169 \series bold
41170 Note:
41171 \series default
41172  If you don't get bold keywords when using typewriter fonts, your 
41173 \family typewriter
41174 typewriter
41175 \family default
41176  font probably doesn't provide a bold shape.
41177  In this case select a different one in the menu 
41178 \family sans
41179 Document\SpecialChar menuseparator
41180 Settings\SpecialChar menuseparator
41181 Fonts
41182 \family default
41183 .
41184  (The fonts 
41185 \emph on
41186 LuxiMono, BeraMono
41187 \emph default
41188  and 
41189 \emph on
41190 Courier
41191 \emph default
41192  provide bold shapes.)
41193 \end_layout
41194
41195 \end_inset
41196
41197
41198 \end_layout
41199
41200 \begin_layout Standard
41201 In section 
41202 \family sans
41203 Line
41204 \begin_inset space ~
41205 \end_inset
41206
41207 numbering
41208 \family default
41209  of the listings dialog you can specify the line numbering style.
41210  You can insert a number to specify which lines are numbered in the field
41211  
41212 \family sans
41213 Step
41214 \family default
41215 .
41216  When you insert e.
41217 \begin_inset space \thinspace{}
41218 \end_inset
41219
41220 g.
41221 \begin_inset space \space{}
41222 \end_inset
41223
41224
41225 \begin_inset Quotes eld
41226 \end_inset
41227
41228 3
41229 \begin_inset Quotes erd
41230 \end_inset
41231
41232 , only every 3rd line will be numbered.
41233 \end_layout
41234
41235 \begin_layout Standard
41236 You can furthermore specify a range of lines; only these will then appear
41237  in the output.
41238  The option 
41239 \family sans
41240 Extended character table
41241 \family default
41242  is only meaningful for the 
41243 \series bold
41244 listings
41245 \series default
41246  package and should be used when you use national characters like the German
41247  umlauts in the listing.
41248 \begin_inset Newline newline
41249 \end_inset
41250
41251 Here is an example listing with left line numbering, step 
41252 \begin_inset Quotes eld
41253 \end_inset
41254
41255 3
41256 \begin_inset Quotes erd
41257 \end_inset
41258
41259 , language 
41260 \begin_inset Quotes eld
41261 \end_inset
41262
41263 Python
41264 \begin_inset Quotes erd
41265 \end_inset
41266
41267 , options 
41268 \begin_inset Quotes eld
41269 \end_inset
41270
41271 Extended character table
41272 \begin_inset Quotes erd
41273 \end_inset
41274
41275  and 
41276 \begin_inset Quotes eld
41277 \end_inset
41278
41279 Space
41280 \begin_inset space ~
41281 \end_inset
41282
41283 as
41284 \begin_inset space ~
41285 \end_inset
41286
41287 symbol
41288 \begin_inset Quotes erd
41289 \end_inset
41290
41291 , range lines 3
41292 \begin_inset space \thinspace{}
41293 \end_inset
41294
41295 -
41296 \begin_inset space \thinspace{}
41297 \end_inset
41298
41299 8:
41300 \end_layout
41301
41302 \begin_layout Standard
41303 \begin_inset listings
41304 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
41305 inline false
41306 status open
41307
41308 \begin_layout Plain Layout
41309
41310 def func(param):
41311 \end_layout
41312
41313 \begin_layout Plain Layout
41314
41315     'this is a python function'
41316 \end_layout
41317
41318 \begin_layout Plain Layout
41319
41320     pass
41321 \end_layout
41322
41323 \begin_layout Plain Layout
41324
41325 def func(param):
41326 \end_layout
41327
41328 \begin_layout Plain Layout
41329
41330 'This is a German word: Tschüß'
41331 \end_layout
41332
41333 \begin_layout Plain Layout
41334
41335 pass
41336 \end_layout
41337
41338 \begin_layout Plain Layout
41339
41340 def func(param):
41341 \end_layout
41342
41343 \begin_layout Plain Layout
41344
41345 'this is a python function'
41346 \end_layout
41347
41348 \begin_layout Plain Layout
41349
41350 pass
41351 \end_layout
41352
41353 \end_inset
41354
41355
41356 \end_layout
41357
41358 \begin_layout Standard
41359 When you have tabulators in your listing, you can specify the number of
41360  characters that are spanned by a tabulator in the field 
41361 \family sans
41362 Tabulator
41363 \begin_inset space ~
41364 \end_inset
41365
41366 size
41367 \family default
41368 .
41369 \end_layout
41370
41371 \begin_layout Standard
41372 \begin_inset Note Greyedout
41373 status open
41374
41375 \begin_layout Plain Layout
41376
41377 \series bold
41378 Note:
41379 \series default
41380  Due to a bug in the 
41381 \series bold
41382 listings
41383 \series default
41384  package the line numbering is shifted by a line by every previous listing.
41385  That's the reason why the lines 2 and 5 are numbered in the above listing
41386  and not the lines 3 and 6.
41387 \end_layout
41388
41389 \end_inset
41390
41391
41392 \end_layout
41393
41394 \begin_layout Standard
41395 \begin_inset VSpace bigskip
41396 \end_inset
41397
41398
41399 \end_layout
41400
41401 \begin_layout Standard
41402 It is also possible to print lines from a file as listing.
41403  To do this, use the menu 
41404 \family sans
41405 Insert\SpecialChar menuseparator
41406 File\SpecialChar menuseparator
41407 Child Document
41408 \family default
41409  and choose the type 
41410 \family sans
41411 Listings
41412 \family default
41413 .
41414 \begin_inset Foot
41415 status collapsed
41416
41417 \begin_layout Plain Layout
41418 The other child document types are described in section
41419 \begin_inset space ~
41420 \end_inset
41421
41422
41423 \begin_inset CommandInset ref
41424 LatexCommand ref
41425 reference "sec:Child-Documents"
41426
41427 \end_inset
41428
41429 .
41430 \end_layout
41431
41432 \end_inset
41433
41434  In the child document dialog you can specify the listing parameters in
41435  a text box.
41436  To show a list of all available parameters, type in a question mark 
41437 \begin_inset Quotes eld
41438 \end_inset
41439
41440 ?
41441 \begin_inset Quotes erd
41442 \end_inset
41443
41444  in the text box.
41445 \end_layout
41446
41447 \begin_layout Standard
41448 To reference child document listings, write a label text into the corresponding
41449  field of the child document dialog.
41450  The label can then be referenced using the menu 
41451 \family sans
41452 Insert\SpecialChar menuseparator
41453 Cross-Reference
41454 \family default
41455 .
41456 \end_layout
41457
41458 \begin_layout Standard
41459 Listing
41460 \begin_inset space ~
41461 \end_inset
41462
41463
41464 \begin_inset CommandInset ref
41465 LatexCommand ref
41466 reference "lst:file-listing"
41467
41468 \end_inset
41469
41470  is an example for a listing of a file; there the lines 10
41471 \begin_inset space \thinspace{}
41472 \end_inset
41473
41474 -
41475 \begin_inset space \thinspace{}
41476 \end_inset
41477
41478 15 of this \SpecialChar LyX
41479  file are listed.
41480 \end_layout
41481
41482 \begin_layout Standard
41483 \begin_inset CommandInset include
41484 LatexCommand lstinputlisting
41485 filename "EmbeddedObjects.lyx"
41486 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
41487
41488 \end_inset
41489
41490
41491 \end_layout
41492
41493 \begin_layout Standard
41494 \begin_inset VSpace bigskip
41495 \end_inset
41496
41497
41498 \end_layout
41499
41500 \begin_layout Standard
41501 Inserting a formula into a listing can be done the following way:
41502 \end_layout
41503
41504 \begin_layout Enumerate
41505 Open the listings dialog and add
41506 \begin_inset Newline newline
41507 \end_inset
41508
41509
41510 \family sans
41511 mathescape=true
41512 \family default
41513
41514 \begin_inset Newline newline
41515 \end_inset
41516
41517 to the field of the 
41518 \family sans
41519 Advanced
41520 \family default
41521  tab.
41522 \end_layout
41523
41524 \begin_layout Enumerate
41525 Create a formula outside the listing
41526 \end_layout
41527
41528 \begin_layout Enumerate
41529 Copy the content of the formula (not the formula inset) to the clipboard
41530  (shortcut 
41531 \begin_inset Info
41532 type  "shortcut"
41533 arg   "copy"
41534 \end_inset
41535
41536 )
41537 \end_layout
41538
41539 \begin_layout Enumerate
41540 In the listing write 
41541 \begin_inset Quotes eld
41542 \end_inset
41543
41544
41545 \family sans
41546 $$
41547 \family default
41548
41549 \begin_inset Quotes erd
41550 \end_inset
41551
41552  and copy from the clipboard between the dollar-signs (shortcut 
41553 \begin_inset Info
41554 type  "shortcut"
41555 arg   "paste"
41556 \end_inset
41557
41558 )
41559 \end_layout
41560
41561 \begin_layout Standard
41562 \begin_inset listings
41563 lstparams "language=Python,mathescape=true"
41564 inline false
41565 status open
41566
41567 \begin_layout Plain Layout
41568
41569 \begin_inset Caption Standard
41570
41571 \begin_layout Plain Layout
41572 Example Listing float containing a formula
41573 \end_layout
41574
41575 \end_inset
41576
41577 # Example listing float
41578 \end_layout
41579
41580 \begin_layout Plain Layout
41581
41582 def func(param):
41583 \end_layout
41584
41585 \begin_layout Plain Layout
41586
41587     # $
41588 \backslash
41589 prod_{n=1}^{
41590 \backslash
41591 infty}
41592 \backslash
41593 ,
41594 \backslash
41595 frac{1}{x^{2}}$
41596 \end_layout
41597
41598 \begin_layout Plain Layout
41599
41600     pass
41601 \end_layout
41602
41603 \end_inset
41604
41605
41606 \end_layout
41607
41608 \begin_layout Standard
41609 \begin_inset VSpace bigskip
41610 \end_inset
41611
41612
41613 \end_layout
41614
41615 \begin_layout Standard
41616 Global listings settings can be set in the 
41617 \family sans
41618 Document\SpecialChar menuseparator
41619 Settings\SpecialChar menuseparator
41620 Listings
41621 \family default
41622  dialog.
41623  To get there a list of available options, type in a question mark 
41624 \begin_inset Quotes eld
41625 \end_inset
41626
41627 ?
41628 \begin_inset Quotes erd
41629 \end_inset
41630
41631 .
41632 \end_layout
41633
41634 \begin_layout Standard
41635 For more information about the 
41636 \series bold
41637 listings
41638 \series default
41639  and 
41640 \series bold
41641 minted
41642 \series default
41643  packages, we refer to their documentation 
41644 \begin_inset CommandInset citation
41645 LatexCommand cite
41646 key "listings,minted"
41647 literal "true"
41648
41649 \end_inset
41650
41651 .
41652 \end_layout
41653
41654 \begin_layout Standard
41655 \begin_inset Newpage newpage
41656 \end_inset
41657
41658
41659 \end_layout
41660
41661 \begin_layout Chapter
41662 \start_of_appendix
41663 Units available in \SpecialChar LyX
41664
41665 \begin_inset Index idx
41666 status collapsed
41667
41668 \begin_layout Plain Layout
41669 Units
41670 \end_layout
41671
41672 \end_inset
41673
41674
41675 \begin_inset CommandInset label
41676 LatexCommand label
41677 name "cha:Units-available-in"
41678
41679 \end_inset
41680
41681
41682 \end_layout
41683
41684 \begin_layout Standard
41685 To understand the units described in this documentation, Table
41686 \begin_inset space ~
41687 \end_inset
41688
41689
41690 \begin_inset CommandInset ref
41691 LatexCommand ref
41692 reference "tab:Units"
41693
41694 \end_inset
41695
41696  explains all units available in \SpecialChar LyX
41697 .
41698 \end_layout
41699
41700 \begin_layout Standard
41701 \begin_inset Float table
41702 placement h
41703 wide false
41704 sideways false
41705 status open
41706
41707 \begin_layout Plain Layout
41708 \begin_inset Caption Standard
41709
41710 \begin_layout Plain Layout
41711 \begin_inset CommandInset label
41712 LatexCommand label
41713 name "tab:Units"
41714
41715 \end_inset
41716
41717 Units
41718 \end_layout
41719
41720 \end_inset
41721
41722
41723 \end_layout
41724
41725 \begin_layout Plain Layout
41726 \begin_inset VSpace medskip
41727 \end_inset
41728
41729
41730 \end_layout
41731
41732 \begin_layout Plain Layout
41733 \align center
41734 \begin_inset Tabular
41735 <lyxtabular version="3" rows="20" columns="3">
41736 <features tabularvalignment="middle">
41737 <column alignment="center" valignment="top">
41738 <column alignment="center" valignment="top">
41739 <column alignment="center" valignment="top">
41740 <row>
41741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41742 \begin_inset Text
41743
41744 \begin_layout Plain Layout
41745 unit
41746 \end_layout
41747
41748 \end_inset
41749 </cell>
41750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41751 \begin_inset Text
41752
41753 \begin_layout Plain Layout
41754 name/description
41755 \end_layout
41756
41757 \end_inset
41758 </cell>
41759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41760 \begin_inset Text
41761
41762 \begin_layout Plain Layout
41763 \SpecialChar LaTeX
41764  command
41765 \end_layout
41766
41767 \end_inset
41768 </cell>
41769 </row>
41770 <row>
41771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41772 \begin_inset Text
41773
41774 \begin_layout Plain Layout
41775 mm
41776 \end_layout
41777
41778 \end_inset
41779 </cell>
41780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41781 \begin_inset Text
41782
41783 \begin_layout Plain Layout
41784 millimeter
41785 \end_layout
41786
41787 \end_inset
41788 </cell>
41789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41790 \begin_inset Text
41791
41792 \begin_layout Plain Layout
41793 -
41794 \end_layout
41795
41796 \end_inset
41797 </cell>
41798 </row>
41799 <row>
41800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41801 \begin_inset Text
41802
41803 \begin_layout Plain Layout
41804 cm
41805 \end_layout
41806
41807 \end_inset
41808 </cell>
41809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41810 \begin_inset Text
41811
41812 \begin_layout Plain Layout
41813 centimeter
41814 \end_layout
41815
41816 \end_inset
41817 </cell>
41818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41819 \begin_inset Text
41820
41821 \begin_layout Plain Layout
41822 -
41823 \end_layout
41824
41825 \end_inset
41826 </cell>
41827 </row>
41828 <row>
41829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41830 \begin_inset Text
41831
41832 \begin_layout Plain Layout
41833 in
41834 \end_layout
41835
41836 \end_inset
41837 </cell>
41838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41839 \begin_inset Text
41840
41841 \begin_layout Plain Layout
41842 inch
41843 \end_layout
41844
41845 \end_inset
41846 </cell>
41847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41848 \begin_inset Text
41849
41850 \begin_layout Plain Layout
41851 -
41852 \end_layout
41853
41854 \end_inset
41855 </cell>
41856 </row>
41857 <row>
41858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41859 \begin_inset Text
41860
41861 \begin_layout Plain Layout
41862 pt
41863 \end_layout
41864
41865 \end_inset
41866 </cell>
41867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41868 \begin_inset Text
41869
41870 \begin_layout Plain Layout
41871 point (72.27
41872 \begin_inset space \thinspace{}
41873 \end_inset
41874
41875 pt = 1
41876 \begin_inset space \thinspace{}
41877 \end_inset
41878
41879 in)
41880 \end_layout
41881
41882 \end_inset
41883 </cell>
41884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41885 \begin_inset Text
41886
41887 \begin_layout Plain Layout
41888 -
41889 \end_layout
41890
41891 \end_inset
41892 </cell>
41893 </row>
41894 <row>
41895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41896 \begin_inset Text
41897
41898 \begin_layout Plain Layout
41899 pc
41900 \end_layout
41901
41902 \end_inset
41903 </cell>
41904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41905 \begin_inset Text
41906
41907 \begin_layout Plain Layout
41908 pica (1
41909 \begin_inset space \thinspace{}
41910 \end_inset
41911
41912 pc = 12
41913 \begin_inset space \thinspace{}
41914 \end_inset
41915
41916 pt)
41917 \end_layout
41918
41919 \end_inset
41920 </cell>
41921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41922 \begin_inset Text
41923
41924 \begin_layout Plain Layout
41925 -
41926 \end_layout
41927
41928 \end_inset
41929 </cell>
41930 </row>
41931 <row>
41932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41933 \begin_inset Text
41934
41935 \begin_layout Plain Layout
41936 sp
41937 \end_layout
41938
41939 \end_inset
41940 </cell>
41941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41942 \begin_inset Text
41943
41944 \begin_layout Plain Layout
41945 scaled point (65536
41946 \begin_inset space \thinspace{}
41947 \end_inset
41948
41949 sp = 1
41950 \begin_inset space \thinspace{}
41951 \end_inset
41952
41953 pt)
41954 \end_layout
41955
41956 \end_inset
41957 </cell>
41958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41959 \begin_inset Text
41960
41961 \begin_layout Plain Layout
41962 -
41963 \end_layout
41964
41965 \end_inset
41966 </cell>
41967 </row>
41968 <row>
41969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41970 \begin_inset Text
41971
41972 \begin_layout Plain Layout
41973 bp
41974 \end_layout
41975
41976 \end_inset
41977 </cell>
41978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41979 \begin_inset Text
41980
41981 \begin_layout Plain Layout
41982 big point (72
41983 \begin_inset space \thinspace{}
41984 \end_inset
41985
41986 bp = 1
41987 \begin_inset space \thinspace{}
41988 \end_inset
41989
41990 in)
41991 \end_layout
41992
41993 \end_inset
41994 </cell>
41995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41996 \begin_inset Text
41997
41998 \begin_layout Plain Layout
41999 -
42000 \end_layout
42001
42002 \end_inset
42003 </cell>
42004 </row>
42005 <row>
42006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42007 \begin_inset Text
42008
42009 \begin_layout Plain Layout
42010 dd
42011 \end_layout
42012
42013 \end_inset
42014 </cell>
42015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42016 \begin_inset Text
42017
42018 \begin_layout Plain Layout
42019 didot (1
42020 \begin_inset space \thinspace{}
42021 \end_inset
42022
42023 dd 
42024 \begin_inset Formula $\approx$
42025 \end_inset
42026
42027  0.376
42028 \begin_inset space \thinspace{}
42029 \end_inset
42030
42031 mm)
42032 \end_layout
42033
42034 \end_inset
42035 </cell>
42036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42037 \begin_inset Text
42038
42039 \begin_layout Plain Layout
42040 -
42041 \end_layout
42042
42043 \end_inset
42044 </cell>
42045 </row>
42046 <row>
42047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42048 \begin_inset Text
42049
42050 \begin_layout Plain Layout
42051 cc
42052 \end_layout
42053
42054 \end_inset
42055 </cell>
42056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42057 \begin_inset Text
42058
42059 \begin_layout Plain Layout
42060 cicero (1
42061 \begin_inset space \thinspace{}
42062 \end_inset
42063
42064 cc = 12
42065 \begin_inset space \thinspace{}
42066 \end_inset
42067
42068 dd)
42069 \end_layout
42070
42071 \end_inset
42072 </cell>
42073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42074 \begin_inset Text
42075
42076 \begin_layout Plain Layout
42077 -
42078 \end_layout
42079
42080 \end_inset
42081 </cell>
42082 </row>
42083 <row>
42084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42085 \begin_inset Text
42086
42087 \begin_layout Plain Layout
42088 Scale Graphics %
42089 \end_layout
42090
42091 \end_inset
42092 </cell>
42093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42094 \begin_inset Text
42095
42096 \begin_layout Plain Layout
42097 % of original image width
42098 \end_layout
42099
42100 \end_inset
42101 </cell>
42102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42103 \begin_inset Text
42104
42105 \begin_layout Plain Layout
42106
42107 \end_layout
42108
42109 \end_inset
42110 </cell>
42111 </row>
42112 <row>
42113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42114 \begin_inset Text
42115
42116 \begin_layout Plain Layout
42117 Text Width %
42118 \end_layout
42119
42120 \end_inset
42121 </cell>
42122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42123 \begin_inset Text
42124
42125 \begin_layout Plain Layout
42126 % of text width
42127 \end_layout
42128
42129 \end_inset
42130 </cell>
42131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42132 \begin_inset Text
42133
42134 \begin_layout Plain Layout
42135
42136 \backslash
42137 textwidth
42138 \end_layout
42139
42140 \end_inset
42141 </cell>
42142 </row>
42143 <row>
42144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42145 \begin_inset Text
42146
42147 \begin_layout Plain Layout
42148 Column Width %
42149 \end_layout
42150
42151 \end_inset
42152 </cell>
42153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42154 \begin_inset Text
42155
42156 \begin_layout Plain Layout
42157 % of column width
42158 \end_layout
42159
42160 \end_inset
42161 </cell>
42162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42163 \begin_inset Text
42164
42165 \begin_layout Plain Layout
42166
42167 \backslash
42168 columnwidth
42169 \end_layout
42170
42171 \end_inset
42172 </cell>
42173 </row>
42174 <row>
42175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42176 \begin_inset Text
42177
42178 \begin_layout Plain Layout
42179 Page Width %
42180 \end_layout
42181
42182 \end_inset
42183 </cell>
42184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42185 \begin_inset Text
42186
42187 \begin_layout Plain Layout
42188 % of paper width
42189 \end_layout
42190
42191 \end_inset
42192 </cell>
42193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42194 \begin_inset Text
42195
42196 \begin_layout Plain Layout
42197
42198 \backslash
42199 paperwidth
42200 \end_layout
42201
42202 \end_inset
42203 </cell>
42204 </row>
42205 <row>
42206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42207 \begin_inset Text
42208
42209 \begin_layout Plain Layout
42210 Line Width %
42211 \end_layout
42212
42213 \end_inset
42214 </cell>
42215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42216 \begin_inset Text
42217
42218 \begin_layout Plain Layout
42219 % of line width
42220 \end_layout
42221
42222 \end_inset
42223 </cell>
42224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42225 \begin_inset Text
42226
42227 \begin_layout Plain Layout
42228
42229 \backslash
42230 linewidth
42231 \end_layout
42232
42233 \end_inset
42234 </cell>
42235 </row>
42236 <row>
42237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42238 \begin_inset Text
42239
42240 \begin_layout Plain Layout
42241 Text Height %
42242 \end_layout
42243
42244 \end_inset
42245 </cell>
42246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42247 \begin_inset Text
42248
42249 \begin_layout Plain Layout
42250 % of text height
42251 \end_layout
42252
42253 \end_inset
42254 </cell>
42255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42256 \begin_inset Text
42257
42258 \begin_layout Plain Layout
42259
42260 \backslash
42261 textheight
42262 \end_layout
42263
42264 \end_inset
42265 </cell>
42266 </row>
42267 <row>
42268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42269 \begin_inset Text
42270
42271 \begin_layout Plain Layout
42272 Page Height %
42273 \end_layout
42274
42275 \end_inset
42276 </cell>
42277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42278 \begin_inset Text
42279
42280 \begin_layout Plain Layout
42281 % of paper height
42282 \end_layout
42283
42284 \end_inset
42285 </cell>
42286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42287 \begin_inset Text
42288
42289 \begin_layout Plain Layout
42290
42291 \backslash
42292 paperheight
42293 \end_layout
42294
42295 \end_inset
42296 </cell>
42297 </row>
42298 <row>
42299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42300 \begin_inset Text
42301
42302 \begin_layout Plain Layout
42303 ex
42304 \end_layout
42305
42306 \end_inset
42307 </cell>
42308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42309 \begin_inset Text
42310
42311 \begin_layout Plain Layout
42312 height of letter 
42313 \emph on
42314 x
42315 \emph default
42316  in current font
42317 \end_layout
42318
42319 \end_inset
42320 </cell>
42321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42322 \begin_inset Text
42323
42324 \begin_layout Plain Layout
42325 -
42326 \end_layout
42327
42328 \end_inset
42329 </cell>
42330 </row>
42331 <row>
42332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42333 \begin_inset Text
42334
42335 \begin_layout Plain Layout
42336 em
42337 \end_layout
42338
42339 \end_inset
42340 </cell>
42341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42342 \begin_inset Text
42343
42344 \begin_layout Plain Layout
42345 width of letter 
42346 \emph on
42347 M
42348 \emph default
42349  in current font
42350 \end_layout
42351
42352 \end_inset
42353 </cell>
42354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42355 \begin_inset Text
42356
42357 \begin_layout Plain Layout
42358 -
42359 \end_layout
42360
42361 \end_inset
42362 </cell>
42363 </row>
42364 <row>
42365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42366 \begin_inset Text
42367
42368 \begin_layout Plain Layout
42369 mu
42370 \end_layout
42371
42372 \end_inset
42373 </cell>
42374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42375 \begin_inset Text
42376
42377 \begin_layout Plain Layout
42378 math unit (1
42379 \begin_inset space \thinspace{}
42380 \end_inset
42381
42382 mu = 1/18
42383 \begin_inset space \thinspace{}
42384 \end_inset
42385
42386 em)
42387 \end_layout
42388
42389 \end_inset
42390 </cell>
42391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
42392 \begin_inset Text
42393
42394 \begin_layout Plain Layout
42395 -
42396 \end_layout
42397
42398 \end_inset
42399 </cell>
42400 </row>
42401 </lyxtabular>
42402
42403 \end_inset
42404
42405
42406 \end_layout
42407
42408 \end_inset
42409
42410
42411 \end_layout
42412
42413 \begin_layout Chapter
42414 Output File Formats with Graphics
42415 \begin_inset CommandInset label
42416 LatexCommand label
42417 name "cha:Output-File-Formats"
42418
42419 \end_inset
42420
42421
42422 \end_layout
42423
42424 \begin_layout Section
42425 DVI
42426 \begin_inset Index idx
42427 status collapsed
42428
42429 \begin_layout Plain Layout
42430 File Formats ! DVI
42431 \end_layout
42432
42433 \end_inset
42434
42435
42436 \begin_inset Index idx
42437 status collapsed
42438
42439 \begin_layout Plain Layout
42440 DVI|see
42441 \begin_inset ERT
42442 status collapsed
42443
42444 \begin_layout Plain Layout
42445
42446 {
42447 \end_layout
42448
42449 \end_inset
42450
42451 File Formats
42452 \begin_inset ERT
42453 status collapsed
42454
42455 \begin_layout Plain Layout
42456
42457 }
42458 \end_layout
42459
42460 \end_inset
42461
42462
42463 \end_layout
42464
42465 \end_inset
42466
42467
42468 \end_layout
42469
42470 \begin_layout Standard
42471 This file type has the extension 
42472 \begin_inset Quotes eld
42473 \end_inset
42474
42475
42476 \family typewriter
42477 .dvi
42478 \family default
42479
42480 \begin_inset Quotes erd
42481 \end_inset
42482
42483 .
42484  It is called 
42485 \begin_inset Quotes eld
42486 \end_inset
42487
42488 device-independent
42489 \begin_inset Quotes erd
42490 \end_inset
42491
42492  (DVI), because it is completely portable; you can move them from one machine
42493  to another without needing to do any sort of conversion.
42494  At the time when this file-format was developed, this was no matter of
42495  course.
42496  DVIs are used for quick previews and as pre-stage for other output formats,
42497  like PostScript.
42498 \end_layout
42499
42500 \begin_layout Standard
42501 \begin_inset Note Greyedout
42502 status open
42503
42504 \begin_layout Plain Layout
42505
42506 \series bold
42507 Note:
42508 \series default
42509  DVI-files do not contain images; they will only be a linked.
42510 \end_layout
42511
42512 \end_inset
42513
42514  So don't forget this, if you move your 
42515 \family typewriter
42516 .dvi
42517 \family default
42518  file to another computer.
42519  This property can also slow down your computer when you view the DVI, because
42520  the DVI-viewer has to convert the image in the background to make it visible
42521  when you scroll in the DVI.
42522  So it is recommended that you use PDF for files with many images.
42523 \end_layout
42524
42525 \begin_layout Standard
42526 You can export your document to DVI by using the menu 
42527 \family sans
42528 File\SpecialChar menuseparator
42529 Export\SpecialChar menuseparator
42530 DVI
42531 \family default
42532 .
42533  You can view your document as DVI via the 
42534 \family sans
42535 View
42536 \family default
42537  menu.
42538 \end_layout
42539
42540 \begin_layout Section
42541 PostScript
42542 \begin_inset Index idx
42543 status collapsed
42544
42545 \begin_layout Plain Layout
42546 File Formats ! PostScript
42547 \end_layout
42548
42549 \end_inset
42550
42551
42552 \begin_inset Index idx
42553 status collapsed
42554
42555 \begin_layout Plain Layout
42556 PostScript|see
42557 \begin_inset ERT
42558 status collapsed
42559
42560 \begin_layout Plain Layout
42561
42562 {
42563 \end_layout
42564
42565 \end_inset
42566
42567 File Formats
42568 \begin_inset ERT
42569 status collapsed
42570
42571 \begin_layout Plain Layout
42572
42573 }
42574 \end_layout
42575
42576 \end_inset
42577
42578
42579 \end_layout
42580
42581 \end_inset
42582
42583
42584 \end_layout
42585
42586 \begin_layout Standard
42587 This file type has the extension 
42588 \begin_inset Quotes eld
42589 \end_inset
42590
42591
42592 \family typewriter
42593 .ps
42594 \family default
42595
42596 \begin_inset Quotes erd
42597 \end_inset
42598
42599 .
42600  PostScript was developed by the company 
42601 \family typewriter
42602 Adobe
42603 \family default
42604  as a printer language.
42605  The file therefore contains commands that the printer uses to print the
42606  file.
42607  PostScript can be seen as a 
42608 \begin_inset Quotes eld
42609 \end_inset
42610
42611 programming language
42612 \begin_inset Quotes erd
42613 \end_inset
42614
42615 ; you can calculate with it and draw diagrams and images.
42616 \begin_inset Foot
42617 status collapsed
42618
42619 \begin_layout Plain Layout
42620 If you are interested to learn more about this, have a look at the \SpecialChar LaTeX
42621 -package
42622  
42623 \series bold
42624 PSTricks
42625 \series default
42626  
42627 \begin_inset CommandInset citation
42628 LatexCommand cite
42629 key "pstricks"
42630 literal "true"
42631
42632 \end_inset
42633
42634 .
42635 \end_layout
42636
42637 \end_inset
42638
42639  Due to this ability, the files are often bigger than PDFs.
42640 \end_layout
42641
42642 \begin_layout Standard
42643 PostScript can only contain images in the format 
42644 \begin_inset Quotes eld
42645 \end_inset
42646
42647 Encapsulated PostScript
42648 \begin_inset Quotes erd
42649 \end_inset
42650
42651  (EPS, file extension 
42652 \begin_inset Quotes eld
42653 \end_inset
42654
42655
42656 \family typewriter
42657 .eps
42658 \family default
42659
42660 \begin_inset Quotes erd
42661 \end_inset
42662
42663 ).
42664  As \SpecialChar LyX
42665  allows you to use any known image format in your document, it has to
42666  convert images in the background to EPS.
42667  If you have e.g.
42668 \begin_inset space ~
42669 \end_inset
42670
42671 50
42672 \begin_inset space ~
42673 \end_inset
42674
42675 images in your document, \SpecialChar LyX
42676  has to do 50
42677 \begin_inset space ~
42678 \end_inset
42679
42680 conversions whenever you view or export your document.
42681  This will slow down your work flow with \SpecialChar LyX
42682  drastically.
42683  So if you plan to use PostScript, you can insert your images directly as
42684  EPS to avoid this problem.
42685 \end_layout
42686
42687 \begin_layout Standard
42688 You can export your document to PostScript using the menu 
42689 \family sans
42690 File\SpecialChar menuseparator
42691 Export\SpecialChar menuseparator
42692 Postscript
42693 \family default
42694 .
42695  You can view your document as PostScript via the 
42696 \family sans
42697 View
42698 \family default
42699  menu.
42700 \end_layout
42701
42702 \begin_layout Section
42703 PDF
42704 \begin_inset Index idx
42705 status collapsed
42706
42707 \begin_layout Plain Layout
42708 File Formats ! PDF
42709 \end_layout
42710
42711 \end_inset
42712
42713
42714 \begin_inset Index idx
42715 status collapsed
42716
42717 \begin_layout Plain Layout
42718 PDF
42719 \end_layout
42720
42721 \end_inset
42722
42723
42724 \end_layout
42725
42726 \begin_layout Standard
42727 This file type has the extension 
42728 \begin_inset Quotes eld
42729 \end_inset
42730
42731
42732 \family typewriter
42733 .pdf
42734 \family default
42735
42736 \begin_inset Quotes erd
42737 \end_inset
42738
42739 .
42740  The 
42741 \begin_inset Quotes eld
42742 \end_inset
42743
42744 Portable Document Format
42745 \begin_inset Quotes erd
42746 \end_inset
42747
42748  (PDF) was developed by 
42749 \family typewriter
42750 Adobe
42751 \family default
42752  as a derivative of PostScript.
42753  It is more compressed and it uses fewer commands than PostScript.
42754  As the name 
42755 \begin_inset Quotes eld
42756 \end_inset
42757
42758 portable
42759 \begin_inset Quotes erd
42760 \end_inset
42761
42762  implies, it can be processed at any computer system and the printed output
42763  looks exactly the same.
42764 \end_layout
42765
42766 \begin_layout Standard
42767 PDF can contain images in its own PDF format, in the format 
42768 \begin_inset Quotes eld
42769 \end_inset
42770
42771 Joint Photographic Experts Group
42772 \begin_inset Quotes erd
42773 \end_inset
42774
42775  (JPG, file extension 
42776 \begin_inset Quotes eld
42777 \end_inset
42778
42779
42780 \family typewriter
42781 .jpg
42782 \family default
42783
42784 \begin_inset Quotes erd
42785 \end_inset
42786
42787  or 
42788 \begin_inset Quotes eld
42789 \end_inset
42790
42791
42792 \family typewriter
42793 .jpeg
42794 \family default
42795
42796 \begin_inset Quotes erd
42797 \end_inset
42798
42799 ), and in the format 
42800 \begin_inset Quotes eld
42801 \end_inset
42802
42803 Portable Network Graphics
42804 \begin_inset Quotes erd
42805 \end_inset
42806
42807  (PNG, file extension 
42808 \begin_inset Quotes eld
42809 \end_inset
42810
42811
42812 \family typewriter
42813 .png
42814 \family default
42815
42816 \begin_inset Quotes erd
42817 \end_inset
42818
42819 ).
42820  Nevertheless you can use any other image format, because \SpecialChar LyX
42821  converts them
42822  in the background to one of these formats.
42823  But as described in the section about PostScript, the image conversion
42824  will slow down your work flow.
42825  So it is recommended that you use images in one of the three mentioned
42826  formats.
42827 \end_layout
42828
42829 \begin_layout Standard
42830 You can export your document to PDF via the menu 
42831 \family sans
42832 File\SpecialChar menuseparator
42833 Export
42834 \family default
42835  in three different ways:
42836 \end_layout
42837
42838 \begin_layout Description
42839 PDF
42840 \begin_inset space ~
42841 \end_inset
42842
42843 (ps2pdf) This uses the program 
42844 \family typewriter
42845 ps2pdf
42846 \family default
42847  that creates a PDF from a PostScript-version of your file.
42848  The PostScript-version is produced by the program 
42849 \family typewriter
42850 dvips
42851 \family default
42852  which uses a DVI-version as intermediate step.
42853  So this export variant consists of three conversions.
42854 \end_layout
42855
42856 \begin_layout Description
42857 PDF
42858 \begin_inset space ~
42859 \end_inset
42860
42861 (dvipdfm) This uses the program 
42862 \family typewriter
42863 dvipdfm
42864 \family default
42865  that converts your file in the background to DVI and in a second step to
42866  PDF.
42867 \end_layout
42868
42869 \begin_layout Description
42870 PDF
42871 \begin_inset space ~
42872 \end_inset
42873
42874 (pdflatex) This uses the program 
42875 \family typewriter
42876 pdftex
42877 \family default
42878  that converts your file directly to PDF.
42879 \end_layout
42880
42881 \begin_layout Standard
42882 It is recommended that you use 
42883 \family sans
42884 PDF
42885 \begin_inset space ~
42886 \end_inset
42887
42888 (pdflatex)
42889 \family default
42890  because 
42891 \family typewriter
42892 pdftex
42893 \family default
42894  supports all features of actual PDF-versions, is quick and works stable.
42895  The program 
42896 \family typewriter
42897 dvipdfm
42898 \family default
42899  is not under development and therefore a bit outdated.
42900 \end_layout
42901
42902 \begin_layout Standard
42903 You can view your document as PDF via the 
42904 \family sans
42905 View
42906 \family default
42907  menu or by using a toolbar button.
42908 \end_layout
42909
42910 \begin_layout Chapter
42911 List of dvips color names
42912 \begin_inset CommandInset label
42913 LatexCommand label
42914 name "chap:List-of-dvips-colornames"
42915
42916 \end_inset
42917
42918
42919 \end_layout
42920
42921 \begin_layout Standard
42922 \begin_inset Tabular
42923 <lyxtabular version="3" rows="17" columns="4">
42924 <features tabularvalignment="middle">
42925 <column alignment="left" valignment="top" width="0pt">
42926 <column alignment="left" valignment="top" width="0pt">
42927 <column alignment="left" valignment="top" width="0pt">
42928 <column alignment="left" valignment="top" width="0pt">
42929 <row>
42930 <cell alignment="left" valignment="top" usebox="none">
42931 \begin_inset Text
42932
42933 \begin_layout Plain Layout
42934 \begin_inset ERT
42935 status collapsed
42936
42937 \begin_layout Plain Layout
42938
42939
42940 \backslash
42941 fcolorbox{black}{
42942 \end_layout
42943
42944 \end_inset
42945
42946 white
42947 \begin_inset ERT
42948 status collapsed
42949
42950 \begin_layout Plain Layout
42951
42952 }{
42953 \end_layout
42954
42955 \end_inset
42956
42957 Color
42958 \begin_inset ERT
42959 status collapsed
42960
42961 \begin_layout Plain Layout
42962
42963 }
42964 \end_layout
42965
42966 \end_inset
42967
42968  Color name
42969 \end_layout
42970
42971 \end_inset
42972 </cell>
42973 <cell alignment="left" valignment="top" usebox="none">
42974 \begin_inset Text
42975
42976 \begin_layout Plain Layout
42977 \begin_inset ERT
42978 status collapsed
42979
42980 \begin_layout Plain Layout
42981
42982
42983 \backslash
42984 fcolorbox{black}{
42985 \end_layout
42986
42987 \end_inset
42988
42989 white
42990 \begin_inset ERT
42991 status collapsed
42992
42993 \begin_layout Plain Layout
42994
42995 }{
42996 \end_layout
42997
42998 \end_inset
42999
43000 Color
43001 \begin_inset ERT
43002 status collapsed
43003
43004 \begin_layout Plain Layout
43005
43006 }
43007 \end_layout
43008
43009 \end_inset
43010
43011  Color name
43012 \end_layout
43013
43014 \end_inset
43015 </cell>
43016 <cell alignment="left" valignment="top" usebox="none">
43017 \begin_inset Text
43018
43019 \begin_layout Plain Layout
43020 \begin_inset ERT
43021 status collapsed
43022
43023 \begin_layout Plain Layout
43024
43025
43026 \backslash
43027 fcolorbox{black}{
43028 \end_layout
43029
43030 \end_inset
43031
43032 white
43033 \begin_inset ERT
43034 status collapsed
43035
43036 \begin_layout Plain Layout
43037
43038 }{
43039 \end_layout
43040
43041 \end_inset
43042
43043 Color
43044 \begin_inset ERT
43045 status collapsed
43046
43047 \begin_layout Plain Layout
43048
43049 }
43050 \end_layout
43051
43052 \end_inset
43053
43054  Color name
43055 \end_layout
43056
43057 \end_inset
43058 </cell>
43059 <cell alignment="left" valignment="top" usebox="none">
43060 \begin_inset Text
43061
43062 \begin_layout Plain Layout
43063 \begin_inset ERT
43064 status collapsed
43065
43066 \begin_layout Plain Layout
43067
43068
43069 \backslash
43070 fcolorbox{black}{
43071 \end_layout
43072
43073 \end_inset
43074
43075 white
43076 \begin_inset ERT
43077 status collapsed
43078
43079 \begin_layout Plain Layout
43080
43081 }{
43082 \end_layout
43083
43084 \end_inset
43085
43086 Color
43087 \begin_inset ERT
43088 status collapsed
43089
43090 \begin_layout Plain Layout
43091
43092 }
43093 \end_layout
43094
43095 \end_inset
43096
43097  Color name
43098 \end_layout
43099
43100 \end_inset
43101 </cell>
43102 </row>
43103 <row>
43104 <cell alignment="center" valignment="top" usebox="none">
43105 \begin_inset Text
43106
43107 \begin_layout Plain Layout
43108 \begin_inset ERT
43109 status collapsed
43110
43111 \begin_layout Plain Layout
43112
43113
43114 \backslash
43115 fcolorbox{black}{
43116 \end_layout
43117
43118 \end_inset
43119
43120 Apricot
43121 \begin_inset ERT
43122 status collapsed
43123
43124 \begin_layout Plain Layout
43125
43126 }{
43127 \end_layout
43128
43129 \end_inset
43130
43131
43132 \begin_inset Phantom Phantom
43133 status open
43134
43135 \begin_layout Plain Layout
43136 W
43137 \end_layout
43138
43139 \end_inset
43140
43141
43142 \begin_inset ERT
43143 status collapsed
43144
43145 \begin_layout Plain Layout
43146
43147 }
43148 \end_layout
43149
43150 \end_inset
43151
43152  Apricot
43153 \end_layout
43154
43155 \end_inset
43156 </cell>
43157 <cell alignment="center" valignment="top" usebox="none">
43158 \begin_inset Text
43159
43160 \begin_layout Plain Layout
43161 \begin_inset ERT
43162 status collapsed
43163
43164 \begin_layout Plain Layout
43165
43166
43167 \backslash
43168 fcolorbox{black}{
43169 \end_layout
43170
43171 \end_inset
43172
43173 Aquamarine
43174 \begin_inset ERT
43175 status collapsed
43176
43177 \begin_layout Plain Layout
43178
43179 }{
43180 \end_layout
43181
43182 \end_inset
43183
43184
43185 \begin_inset Phantom Phantom
43186 status open
43187
43188 \begin_layout Plain Layout
43189 W
43190 \end_layout
43191
43192 \end_inset
43193
43194
43195 \begin_inset ERT
43196 status collapsed
43197
43198 \begin_layout Plain Layout
43199
43200 }
43201 \end_layout
43202
43203 \end_inset
43204
43205  Aquamarine
43206 \end_layout
43207
43208 \end_inset
43209 </cell>
43210 <cell alignment="center" valignment="top" usebox="none">
43211 \begin_inset Text
43212
43213 \begin_layout Plain Layout
43214 \begin_inset ERT
43215 status collapsed
43216
43217 \begin_layout Plain Layout
43218
43219
43220 \backslash
43221 fcolorbox{black}{
43222 \end_layout
43223
43224 \end_inset
43225
43226 Bittersweet
43227 \begin_inset ERT
43228 status collapsed
43229
43230 \begin_layout Plain Layout
43231
43232 }{
43233 \end_layout
43234
43235 \end_inset
43236
43237
43238 \begin_inset Phantom Phantom
43239 status open
43240
43241 \begin_layout Plain Layout
43242 W
43243 \end_layout
43244
43245 \end_inset
43246
43247
43248 \begin_inset ERT
43249 status collapsed
43250
43251 \begin_layout Plain Layout
43252
43253 }
43254 \end_layout
43255
43256 \end_inset
43257
43258  Bittersweet
43259 \end_layout
43260
43261 \end_inset
43262 </cell>
43263 <cell alignment="center" valignment="top" usebox="none">
43264 \begin_inset Text
43265
43266 \begin_layout Plain Layout
43267 \begin_inset ERT
43268 status collapsed
43269
43270 \begin_layout Plain Layout
43271
43272
43273 \backslash
43274 fcolorbox{black}{
43275 \end_layout
43276
43277 \end_inset
43278
43279 BlueGreen
43280 \begin_inset ERT
43281 status collapsed
43282
43283 \begin_layout Plain Layout
43284
43285 }{
43286 \end_layout
43287
43288 \end_inset
43289
43290
43291 \begin_inset Phantom Phantom
43292 status open
43293
43294 \begin_layout Plain Layout
43295 W
43296 \end_layout
43297
43298 \end_inset
43299
43300
43301 \begin_inset ERT
43302 status collapsed
43303
43304 \begin_layout Plain Layout
43305
43306 }
43307 \end_layout
43308
43309 \end_inset
43310
43311  BlueGreen
43312 \end_layout
43313
43314 \end_inset
43315 </cell>
43316 </row>
43317 <row>
43318 <cell alignment="left" valignment="top" usebox="none">
43319 \begin_inset Text
43320
43321 \begin_layout Plain Layout
43322 \begin_inset ERT
43323 status collapsed
43324
43325 \begin_layout Plain Layout
43326
43327
43328 \backslash
43329 fcolorbox{black}{
43330 \end_layout
43331
43332 \end_inset
43333
43334 BlueViolet
43335 \begin_inset ERT
43336 status collapsed
43337
43338 \begin_layout Plain Layout
43339
43340 }{
43341 \end_layout
43342
43343 \end_inset
43344
43345
43346 \begin_inset Phantom Phantom
43347 status open
43348
43349 \begin_layout Plain Layout
43350 W
43351 \end_layout
43352
43353 \end_inset
43354
43355
43356 \begin_inset ERT
43357 status collapsed
43358
43359 \begin_layout Plain Layout
43360
43361 }
43362 \end_layout
43363
43364 \end_inset
43365
43366  BlueViolet
43367 \end_layout
43368
43369 \end_inset
43370 </cell>
43371 <cell alignment="left" valignment="top" usebox="none">
43372 \begin_inset Text
43373
43374 \begin_layout Plain Layout
43375 \begin_inset ERT
43376 status collapsed
43377
43378 \begin_layout Plain Layout
43379
43380
43381 \backslash
43382 fcolorbox{black}{
43383 \end_layout
43384
43385 \end_inset
43386
43387 BrickRed
43388 \begin_inset ERT
43389 status collapsed
43390
43391 \begin_layout Plain Layout
43392
43393 }{
43394 \end_layout
43395
43396 \end_inset
43397
43398
43399 \begin_inset Phantom Phantom
43400 status open
43401
43402 \begin_layout Plain Layout
43403 W
43404 \end_layout
43405
43406 \end_inset
43407
43408
43409 \begin_inset ERT
43410 status collapsed
43411
43412 \begin_layout Plain Layout
43413
43414 }
43415 \end_layout
43416
43417 \end_inset
43418
43419  BrickRed
43420 \end_layout
43421
43422 \end_inset
43423 </cell>
43424 <cell alignment="left" valignment="top" usebox="none">
43425 \begin_inset Text
43426
43427 \begin_layout Plain Layout
43428 \begin_inset ERT
43429 status collapsed
43430
43431 \begin_layout Plain Layout
43432
43433
43434 \backslash
43435 fcolorbox{black}{
43436 \end_layout
43437
43438 \end_inset
43439
43440 Brown
43441 \begin_inset ERT
43442 status collapsed
43443
43444 \begin_layout Plain Layout
43445
43446 }{
43447 \end_layout
43448
43449 \end_inset
43450
43451
43452 \begin_inset Phantom Phantom
43453 status open
43454
43455 \begin_layout Plain Layout
43456 W
43457 \end_layout
43458
43459 \end_inset
43460
43461
43462 \begin_inset ERT
43463 status collapsed
43464
43465 \begin_layout Plain Layout
43466
43467 }
43468 \end_layout
43469
43470 \end_inset
43471
43472  Brown
43473 \end_layout
43474
43475 \end_inset
43476 </cell>
43477 <cell alignment="left" valignment="top" usebox="none">
43478 \begin_inset Text
43479
43480 \begin_layout Plain Layout
43481 \begin_inset ERT
43482 status collapsed
43483
43484 \begin_layout Plain Layout
43485
43486
43487 \backslash
43488 fcolorbox{black}{
43489 \end_layout
43490
43491 \end_inset
43492
43493 BurntOrange
43494 \begin_inset ERT
43495 status collapsed
43496
43497 \begin_layout Plain Layout
43498
43499 }{
43500 \end_layout
43501
43502 \end_inset
43503
43504
43505 \begin_inset Phantom Phantom
43506 status open
43507
43508 \begin_layout Plain Layout
43509 W
43510 \end_layout
43511
43512 \end_inset
43513
43514
43515 \begin_inset ERT
43516 status collapsed
43517
43518 \begin_layout Plain Layout
43519
43520 }
43521 \end_layout
43522
43523 \end_inset
43524
43525  BurntOrange
43526 \end_layout
43527
43528 \end_inset
43529 </cell>
43530 </row>
43531 <row>
43532 <cell alignment="left" valignment="top" usebox="none">
43533 \begin_inset Text
43534
43535 \begin_layout Plain Layout
43536 \begin_inset ERT
43537 status collapsed
43538
43539 \begin_layout Plain Layout
43540
43541
43542 \backslash
43543 fcolorbox{black}{
43544 \end_layout
43545
43546 \end_inset
43547
43548 CadetBlue
43549 \begin_inset ERT
43550 status collapsed
43551
43552 \begin_layout Plain Layout
43553
43554 }{
43555 \end_layout
43556
43557 \end_inset
43558
43559
43560 \begin_inset Phantom Phantom
43561 status open
43562
43563 \begin_layout Plain Layout
43564 W
43565 \end_layout
43566
43567 \end_inset
43568
43569
43570 \begin_inset ERT
43571 status collapsed
43572
43573 \begin_layout Plain Layout
43574
43575 }
43576 \end_layout
43577
43578 \end_inset
43579
43580  CadetBlue
43581 \end_layout
43582
43583 \end_inset
43584 </cell>
43585 <cell alignment="left" valignment="top" usebox="none">
43586 \begin_inset Text
43587
43588 \begin_layout Plain Layout
43589 \begin_inset ERT
43590 status collapsed
43591
43592 \begin_layout Plain Layout
43593
43594
43595 \backslash
43596 fcolorbox{black}{
43597 \end_layout
43598
43599 \end_inset
43600
43601 CarnationPink
43602 \begin_inset ERT
43603 status collapsed
43604
43605 \begin_layout Plain Layout
43606
43607 }{
43608 \end_layout
43609
43610 \end_inset
43611
43612
43613 \begin_inset Phantom Phantom
43614 status open
43615
43616 \begin_layout Plain Layout
43617 W
43618 \end_layout
43619
43620 \end_inset
43621
43622
43623 \begin_inset ERT
43624 status collapsed
43625
43626 \begin_layout Plain Layout
43627
43628 }
43629 \end_layout
43630
43631 \end_inset
43632
43633  CarnationPink
43634 \end_layout
43635
43636 \end_inset
43637 </cell>
43638 <cell alignment="left" valignment="top" usebox="none">
43639 \begin_inset Text
43640
43641 \begin_layout Plain Layout
43642 \begin_inset ERT
43643 status collapsed
43644
43645 \begin_layout Plain Layout
43646
43647
43648 \backslash
43649 fcolorbox{black}{
43650 \end_layout
43651
43652 \end_inset
43653
43654 Cerulean
43655 \begin_inset ERT
43656 status collapsed
43657
43658 \begin_layout Plain Layout
43659
43660 }{
43661 \end_layout
43662
43663 \end_inset
43664
43665
43666 \begin_inset Phantom Phantom
43667 status open
43668
43669 \begin_layout Plain Layout
43670 W
43671 \end_layout
43672
43673 \end_inset
43674
43675
43676 \begin_inset ERT
43677 status collapsed
43678
43679 \begin_layout Plain Layout
43680
43681 }
43682 \end_layout
43683
43684 \end_inset
43685
43686  Cerulean
43687 \end_layout
43688
43689 \end_inset
43690 </cell>
43691 <cell alignment="left" valignment="top" usebox="none">
43692 \begin_inset Text
43693
43694 \begin_layout Plain Layout
43695 \begin_inset ERT
43696 status collapsed
43697
43698 \begin_layout Plain Layout
43699
43700
43701 \backslash
43702 fcolorbox{black}{
43703 \end_layout
43704
43705 \end_inset
43706
43707 CornflowerBlue
43708 \begin_inset ERT
43709 status collapsed
43710
43711 \begin_layout Plain Layout
43712
43713 }{
43714 \end_layout
43715
43716 \end_inset
43717
43718
43719 \begin_inset Phantom Phantom
43720 status open
43721
43722 \begin_layout Plain Layout
43723 W
43724 \end_layout
43725
43726 \end_inset
43727
43728
43729 \begin_inset ERT
43730 status collapsed
43731
43732 \begin_layout Plain Layout
43733
43734 }
43735 \end_layout
43736
43737 \end_inset
43738
43739  CornflowerBlue
43740 \end_layout
43741
43742 \end_inset
43743 </cell>
43744 </row>
43745 <row>
43746 <cell alignment="left" valignment="top" usebox="none">
43747 \begin_inset Text
43748
43749 \begin_layout Plain Layout
43750 \begin_inset ERT
43751 status collapsed
43752
43753 \begin_layout Plain Layout
43754
43755
43756 \backslash
43757 fcolorbox{black}{
43758 \end_layout
43759
43760 \end_inset
43761
43762 Dandelion
43763 \begin_inset ERT
43764 status collapsed
43765
43766 \begin_layout Plain Layout
43767
43768 }{
43769 \end_layout
43770
43771 \end_inset
43772
43773
43774 \begin_inset Phantom Phantom
43775 status open
43776
43777 \begin_layout Plain Layout
43778 W
43779 \end_layout
43780
43781 \end_inset
43782
43783
43784 \begin_inset ERT
43785 status collapsed
43786
43787 \begin_layout Plain Layout
43788
43789 }
43790 \end_layout
43791
43792 \end_inset
43793
43794  Dandelion
43795 \end_layout
43796
43797 \end_inset
43798 </cell>
43799 <cell alignment="left" valignment="top" usebox="none">
43800 \begin_inset Text
43801
43802 \begin_layout Plain Layout
43803 \begin_inset ERT
43804 status collapsed
43805
43806 \begin_layout Plain Layout
43807
43808
43809 \backslash
43810 fcolorbox{black}{
43811 \end_layout
43812
43813 \end_inset
43814
43815 DarkOrchid
43816 \begin_inset ERT
43817 status collapsed
43818
43819 \begin_layout Plain Layout
43820
43821 }{
43822 \end_layout
43823
43824 \end_inset
43825
43826
43827 \begin_inset Phantom Phantom
43828 status open
43829
43830 \begin_layout Plain Layout
43831 W
43832 \end_layout
43833
43834 \end_inset
43835
43836
43837 \begin_inset ERT
43838 status collapsed
43839
43840 \begin_layout Plain Layout
43841
43842 }
43843 \end_layout
43844
43845 \end_inset
43846
43847  DarkOrchid
43848 \end_layout
43849
43850 \end_inset
43851 </cell>
43852 <cell alignment="left" valignment="top" usebox="none">
43853 \begin_inset Text
43854
43855 \begin_layout Plain Layout
43856 \begin_inset ERT
43857 status collapsed
43858
43859 \begin_layout Plain Layout
43860
43861
43862 \backslash
43863 fcolorbox{black}{
43864 \end_layout
43865
43866 \end_inset
43867
43868 Emerald
43869 \begin_inset ERT
43870 status collapsed
43871
43872 \begin_layout Plain Layout
43873
43874 }{
43875 \end_layout
43876
43877 \end_inset
43878
43879
43880 \begin_inset Phantom Phantom
43881 status open
43882
43883 \begin_layout Plain Layout
43884 W
43885 \end_layout
43886
43887 \end_inset
43888
43889
43890 \begin_inset ERT
43891 status collapsed
43892
43893 \begin_layout Plain Layout
43894
43895 }
43896 \end_layout
43897
43898 \end_inset
43899
43900  Emerald
43901 \end_layout
43902
43903 \end_inset
43904 </cell>
43905 <cell alignment="left" valignment="top" usebox="none">
43906 \begin_inset Text
43907
43908 \begin_layout Plain Layout
43909 \begin_inset ERT
43910 status collapsed
43911
43912 \begin_layout Plain Layout
43913
43914
43915 \backslash
43916 fcolorbox{black}{
43917 \end_layout
43918
43919 \end_inset
43920
43921 ForestGreen
43922 \begin_inset ERT
43923 status collapsed
43924
43925 \begin_layout Plain Layout
43926
43927 }{
43928 \end_layout
43929
43930 \end_inset
43931
43932
43933 \begin_inset Phantom Phantom
43934 status open
43935
43936 \begin_layout Plain Layout
43937 W
43938 \end_layout
43939
43940 \end_inset
43941
43942
43943 \begin_inset ERT
43944 status collapsed
43945
43946 \begin_layout Plain Layout
43947
43948 }
43949 \end_layout
43950
43951 \end_inset
43952
43953  ForestGreen
43954 \end_layout
43955
43956 \end_inset
43957 </cell>
43958 </row>
43959 <row>
43960 <cell alignment="left" valignment="top" usebox="none">
43961 \begin_inset Text
43962
43963 \begin_layout Plain Layout
43964 \begin_inset ERT
43965 status collapsed
43966
43967 \begin_layout Plain Layout
43968
43969
43970 \backslash
43971 fcolorbox{black}{
43972 \end_layout
43973
43974 \end_inset
43975
43976 Fuchsia
43977 \begin_inset ERT
43978 status collapsed
43979
43980 \begin_layout Plain Layout
43981
43982 }{
43983 \end_layout
43984
43985 \end_inset
43986
43987
43988 \begin_inset Phantom Phantom
43989 status open
43990
43991 \begin_layout Plain Layout
43992 W
43993 \end_layout
43994
43995 \end_inset
43996
43997
43998 \begin_inset ERT
43999 status collapsed
44000
44001 \begin_layout Plain Layout
44002
44003 }
44004 \end_layout
44005
44006 \end_inset
44007
44008  Fuchsia
44009 \end_layout
44010
44011 \end_inset
44012 </cell>
44013 <cell alignment="left" valignment="top" usebox="none">
44014 \begin_inset Text
44015
44016 \begin_layout Plain Layout
44017 \begin_inset ERT
44018 status collapsed
44019
44020 \begin_layout Plain Layout
44021
44022
44023 \backslash
44024 fcolorbox{black}{
44025 \end_layout
44026
44027 \end_inset
44028
44029 Goldenrod
44030 \begin_inset ERT
44031 status collapsed
44032
44033 \begin_layout Plain Layout
44034
44035 }{
44036 \end_layout
44037
44038 \end_inset
44039
44040
44041 \begin_inset Phantom Phantom
44042 status open
44043
44044 \begin_layout Plain Layout
44045 W
44046 \end_layout
44047
44048 \end_inset
44049
44050
44051 \begin_inset ERT
44052 status collapsed
44053
44054 \begin_layout Plain Layout
44055
44056 }
44057 \end_layout
44058
44059 \end_inset
44060
44061  Goldenrod
44062 \end_layout
44063
44064 \end_inset
44065 </cell>
44066 <cell alignment="left" valignment="top" usebox="none">
44067 \begin_inset Text
44068
44069 \begin_layout Plain Layout
44070 \begin_inset ERT
44071 status collapsed
44072
44073 \begin_layout Plain Layout
44074
44075
44076 \backslash
44077 fcolorbox{black}{
44078 \end_layout
44079
44080 \end_inset
44081
44082 Gray
44083 \begin_inset ERT
44084 status collapsed
44085
44086 \begin_layout Plain Layout
44087
44088 }{
44089 \end_layout
44090
44091 \end_inset
44092
44093
44094 \begin_inset Phantom Phantom
44095 status open
44096
44097 \begin_layout Plain Layout
44098 W
44099 \end_layout
44100
44101 \end_inset
44102
44103
44104 \begin_inset ERT
44105 status collapsed
44106
44107 \begin_layout Plain Layout
44108
44109 }
44110 \end_layout
44111
44112 \end_inset
44113
44114  Gray
44115 \end_layout
44116
44117 \end_inset
44118 </cell>
44119 <cell alignment="left" valignment="top" usebox="none">
44120 \begin_inset Text
44121
44122 \begin_layout Plain Layout
44123 \begin_inset ERT
44124 status collapsed
44125
44126 \begin_layout Plain Layout
44127
44128
44129 \backslash
44130 fcolorbox{black}{
44131 \end_layout
44132
44133 \end_inset
44134
44135 GreenYellow
44136 \begin_inset ERT
44137 status collapsed
44138
44139 \begin_layout Plain Layout
44140
44141 }{
44142 \end_layout
44143
44144 \end_inset
44145
44146
44147 \begin_inset Phantom Phantom
44148 status open
44149
44150 \begin_layout Plain Layout
44151 W
44152 \end_layout
44153
44154 \end_inset
44155
44156
44157 \begin_inset ERT
44158 status collapsed
44159
44160 \begin_layout Plain Layout
44161
44162 }
44163 \end_layout
44164
44165 \end_inset
44166
44167  GreenYellow
44168 \end_layout
44169
44170 \end_inset
44171 </cell>
44172 </row>
44173 <row>
44174 <cell alignment="center" valignment="top" usebox="none">
44175 \begin_inset Text
44176
44177 \begin_layout Plain Layout
44178 \begin_inset ERT
44179 status collapsed
44180
44181 \begin_layout Plain Layout
44182
44183
44184 \backslash
44185 fcolorbox{black}{
44186 \end_layout
44187
44188 \end_inset
44189
44190 JungleGreen
44191 \begin_inset ERT
44192 status collapsed
44193
44194 \begin_layout Plain Layout
44195
44196 }{
44197 \end_layout
44198
44199 \end_inset
44200
44201
44202 \begin_inset Phantom Phantom
44203 status open
44204
44205 \begin_layout Plain Layout
44206 W
44207 \end_layout
44208
44209 \end_inset
44210
44211
44212 \begin_inset ERT
44213 status collapsed
44214
44215 \begin_layout Plain Layout
44216
44217 }
44218 \end_layout
44219
44220 \end_inset
44221
44222  JungleGreen
44223 \end_layout
44224
44225 \end_inset
44226 </cell>
44227 <cell alignment="center" valignment="top" usebox="none">
44228 \begin_inset Text
44229
44230 \begin_layout Plain Layout
44231 \begin_inset ERT
44232 status collapsed
44233
44234 \begin_layout Plain Layout
44235
44236
44237 \backslash
44238 fcolorbox{black}{
44239 \end_layout
44240
44241 \end_inset
44242
44243 Lavender
44244 \begin_inset ERT
44245 status collapsed
44246
44247 \begin_layout Plain Layout
44248
44249 }{
44250 \end_layout
44251
44252 \end_inset
44253
44254
44255 \begin_inset Phantom Phantom
44256 status open
44257
44258 \begin_layout Plain Layout
44259 W
44260 \end_layout
44261
44262 \end_inset
44263
44264
44265 \begin_inset ERT
44266 status collapsed
44267
44268 \begin_layout Plain Layout
44269
44270 }
44271 \end_layout
44272
44273 \end_inset
44274
44275  Lavender
44276 \end_layout
44277
44278 \end_inset
44279 </cell>
44280 <cell alignment="center" valignment="top" usebox="none">
44281 \begin_inset Text
44282
44283 \begin_layout Plain Layout
44284 \begin_inset ERT
44285 status collapsed
44286
44287 \begin_layout Plain Layout
44288
44289
44290 \backslash
44291 fcolorbox{black}{
44292 \end_layout
44293
44294 \end_inset
44295
44296 LimeGreen
44297 \begin_inset ERT
44298 status collapsed
44299
44300 \begin_layout Plain Layout
44301
44302 }{
44303 \end_layout
44304
44305 \end_inset
44306
44307
44308 \begin_inset Phantom Phantom
44309 status open
44310
44311 \begin_layout Plain Layout
44312 W
44313 \end_layout
44314
44315 \end_inset
44316
44317
44318 \begin_inset ERT
44319 status collapsed
44320
44321 \begin_layout Plain Layout
44322
44323 }
44324 \end_layout
44325
44326 \end_inset
44327
44328  LimeGreen
44329 \end_layout
44330
44331 \end_inset
44332 </cell>
44333 <cell alignment="center" valignment="top" usebox="none">
44334 \begin_inset Text
44335
44336 \begin_layout Plain Layout
44337 \begin_inset ERT
44338 status collapsed
44339
44340 \begin_layout Plain Layout
44341
44342
44343 \backslash
44344 fcolorbox{black}{
44345 \end_layout
44346
44347 \end_inset
44348
44349 Mahogany
44350 \begin_inset ERT
44351 status collapsed
44352
44353 \begin_layout Plain Layout
44354
44355 }{
44356 \end_layout
44357
44358 \end_inset
44359
44360
44361 \begin_inset Phantom Phantom
44362 status open
44363
44364 \begin_layout Plain Layout
44365 W
44366 \end_layout
44367
44368 \end_inset
44369
44370
44371 \begin_inset ERT
44372 status collapsed
44373
44374 \begin_layout Plain Layout
44375
44376 }
44377 \end_layout
44378
44379 \end_inset
44380
44381  Mahogany
44382 \end_layout
44383
44384 \end_inset
44385 </cell>
44386 </row>
44387 <row>
44388 <cell alignment="left" valignment="top" usebox="none">
44389 \begin_inset Text
44390
44391 \begin_layout Plain Layout
44392 \begin_inset ERT
44393 status collapsed
44394
44395 \begin_layout Plain Layout
44396
44397
44398 \backslash
44399 fcolorbox{black}{
44400 \end_layout
44401
44402 \end_inset
44403
44404 Mahogany
44405 \begin_inset ERT
44406 status collapsed
44407
44408 \begin_layout Plain Layout
44409
44410 }{
44411 \end_layout
44412
44413 \end_inset
44414
44415
44416 \begin_inset Phantom Phantom
44417 status open
44418
44419 \begin_layout Plain Layout
44420 W
44421 \end_layout
44422
44423 \end_inset
44424
44425
44426 \begin_inset ERT
44427 status collapsed
44428
44429 \begin_layout Plain Layout
44430
44431 }
44432 \end_layout
44433
44434 \end_inset
44435
44436  Mahogany
44437 \end_layout
44438
44439 \end_inset
44440 </cell>
44441 <cell alignment="left" valignment="top" usebox="none">
44442 \begin_inset Text
44443
44444 \begin_layout Plain Layout
44445 \begin_inset ERT
44446 status collapsed
44447
44448 \begin_layout Plain Layout
44449
44450
44451 \backslash
44452 fcolorbox{black}{
44453 \end_layout
44454
44455 \end_inset
44456
44457 Maroon
44458 \begin_inset ERT
44459 status collapsed
44460
44461 \begin_layout Plain Layout
44462
44463 }{
44464 \end_layout
44465
44466 \end_inset
44467
44468
44469 \begin_inset Phantom Phantom
44470 status open
44471
44472 \begin_layout Plain Layout
44473 W
44474 \end_layout
44475
44476 \end_inset
44477
44478
44479 \begin_inset ERT
44480 status collapsed
44481
44482 \begin_layout Plain Layout
44483
44484 }
44485 \end_layout
44486
44487 \end_inset
44488
44489  Maroon
44490 \end_layout
44491
44492 \end_inset
44493 </cell>
44494 <cell alignment="left" valignment="top" usebox="none">
44495 \begin_inset Text
44496
44497 \begin_layout Plain Layout
44498 \begin_inset ERT
44499 status collapsed
44500
44501 \begin_layout Plain Layout
44502
44503
44504 \backslash
44505 fcolorbox{black}{
44506 \end_layout
44507
44508 \end_inset
44509
44510 Melon
44511 \begin_inset ERT
44512 status collapsed
44513
44514 \begin_layout Plain Layout
44515
44516 }{
44517 \end_layout
44518
44519 \end_inset
44520
44521
44522 \begin_inset Phantom Phantom
44523 status open
44524
44525 \begin_layout Plain Layout
44526 W
44527 \end_layout
44528
44529 \end_inset
44530
44531
44532 \begin_inset ERT
44533 status collapsed
44534
44535 \begin_layout Plain Layout
44536
44537 }
44538 \end_layout
44539
44540 \end_inset
44541
44542  Melon
44543 \end_layout
44544
44545 \end_inset
44546 </cell>
44547 <cell alignment="left" valignment="top" usebox="none">
44548 \begin_inset Text
44549
44550 \begin_layout Plain Layout
44551 \begin_inset ERT
44552 status collapsed
44553
44554 \begin_layout Plain Layout
44555
44556
44557 \backslash
44558 fcolorbox{black}{
44559 \end_layout
44560
44561 \end_inset
44562
44563 MidnightBlue
44564 \begin_inset ERT
44565 status collapsed
44566
44567 \begin_layout Plain Layout
44568
44569 }{
44570 \end_layout
44571
44572 \end_inset
44573
44574
44575 \begin_inset Phantom Phantom
44576 status open
44577
44578 \begin_layout Plain Layout
44579 W
44580 \end_layout
44581
44582 \end_inset
44583
44584
44585 \begin_inset ERT
44586 status collapsed
44587
44588 \begin_layout Plain Layout
44589
44590 }
44591 \end_layout
44592
44593 \end_inset
44594
44595  MidnightBlue
44596 \end_layout
44597
44598 \end_inset
44599 </cell>
44600 </row>
44601 <row>
44602 <cell alignment="left" valignment="top" usebox="none">
44603 \begin_inset Text
44604
44605 \begin_layout Plain Layout
44606 \begin_inset ERT
44607 status collapsed
44608
44609 \begin_layout Plain Layout
44610
44611
44612 \backslash
44613 fcolorbox{black}{
44614 \end_layout
44615
44616 \end_inset
44617
44618 Mulberry
44619 \begin_inset ERT
44620 status collapsed
44621
44622 \begin_layout Plain Layout
44623
44624 }{
44625 \end_layout
44626
44627 \end_inset
44628
44629
44630 \begin_inset Phantom Phantom
44631 status open
44632
44633 \begin_layout Plain Layout
44634 W
44635 \end_layout
44636
44637 \end_inset
44638
44639
44640 \begin_inset ERT
44641 status collapsed
44642
44643 \begin_layout Plain Layout
44644
44645 }
44646 \end_layout
44647
44648 \end_inset
44649
44650  Mulberry
44651 \end_layout
44652
44653 \end_inset
44654 </cell>
44655 <cell alignment="left" valignment="top" usebox="none">
44656 \begin_inset Text
44657
44658 \begin_layout Plain Layout
44659 \begin_inset ERT
44660 status collapsed
44661
44662 \begin_layout Plain Layout
44663
44664
44665 \backslash
44666 fcolorbox{black}{
44667 \end_layout
44668
44669 \end_inset
44670
44671 NavyBlue
44672 \begin_inset ERT
44673 status collapsed
44674
44675 \begin_layout Plain Layout
44676
44677 }{
44678 \end_layout
44679
44680 \end_inset
44681
44682
44683 \begin_inset Phantom Phantom
44684 status open
44685
44686 \begin_layout Plain Layout
44687 W
44688 \end_layout
44689
44690 \end_inset
44691
44692
44693 \begin_inset ERT
44694 status collapsed
44695
44696 \begin_layout Plain Layout
44697
44698 }
44699 \end_layout
44700
44701 \end_inset
44702
44703  NavyBlue
44704 \end_layout
44705
44706 \end_inset
44707 </cell>
44708 <cell alignment="left" valignment="top" usebox="none">
44709 \begin_inset Text
44710
44711 \begin_layout Plain Layout
44712 \begin_inset ERT
44713 status collapsed
44714
44715 \begin_layout Plain Layout
44716
44717
44718 \backslash
44719 fcolorbox{black}{
44720 \end_layout
44721
44722 \end_inset
44723
44724 OliveGreen
44725 \begin_inset ERT
44726 status collapsed
44727
44728 \begin_layout Plain Layout
44729
44730 }{
44731 \end_layout
44732
44733 \end_inset
44734
44735
44736 \begin_inset Phantom Phantom
44737 status open
44738
44739 \begin_layout Plain Layout
44740 W
44741 \end_layout
44742
44743 \end_inset
44744
44745
44746 \begin_inset ERT
44747 status collapsed
44748
44749 \begin_layout Plain Layout
44750
44751 }
44752 \end_layout
44753
44754 \end_inset
44755
44756  OliveGreen
44757 \end_layout
44758
44759 \end_inset
44760 </cell>
44761 <cell alignment="left" valignment="top" usebox="none">
44762 \begin_inset Text
44763
44764 \begin_layout Plain Layout
44765 \begin_inset ERT
44766 status collapsed
44767
44768 \begin_layout Plain Layout
44769
44770
44771 \backslash
44772 fcolorbox{black}{
44773 \end_layout
44774
44775 \end_inset
44776
44777 Orange
44778 \begin_inset ERT
44779 status collapsed
44780
44781 \begin_layout Plain Layout
44782
44783 }{
44784 \end_layout
44785
44786 \end_inset
44787
44788
44789 \begin_inset Phantom Phantom
44790 status open
44791
44792 \begin_layout Plain Layout
44793 W
44794 \end_layout
44795
44796 \end_inset
44797
44798
44799 \begin_inset ERT
44800 status collapsed
44801
44802 \begin_layout Plain Layout
44803
44804 }
44805 \end_layout
44806
44807 \end_inset
44808
44809  Orange
44810 \end_layout
44811
44812 \end_inset
44813 </cell>
44814 </row>
44815 <row>
44816 <cell alignment="left" valignment="top" usebox="none">
44817 \begin_inset Text
44818
44819 \begin_layout Plain Layout
44820 \begin_inset ERT
44821 status collapsed
44822
44823 \begin_layout Plain Layout
44824
44825
44826 \backslash
44827 fcolorbox{black}{
44828 \end_layout
44829
44830 \end_inset
44831
44832 OrangeRed
44833 \begin_inset ERT
44834 status collapsed
44835
44836 \begin_layout Plain Layout
44837
44838 }{
44839 \end_layout
44840
44841 \end_inset
44842
44843
44844 \begin_inset Phantom Phantom
44845 status open
44846
44847 \begin_layout Plain Layout
44848 W
44849 \end_layout
44850
44851 \end_inset
44852
44853
44854 \begin_inset ERT
44855 status collapsed
44856
44857 \begin_layout Plain Layout
44858
44859 }
44860 \end_layout
44861
44862 \end_inset
44863
44864  OrangeRed
44865 \end_layout
44866
44867 \end_inset
44868 </cell>
44869 <cell alignment="left" valignment="top" usebox="none">
44870 \begin_inset Text
44871
44872 \begin_layout Plain Layout
44873 \begin_inset ERT
44874 status collapsed
44875
44876 \begin_layout Plain Layout
44877
44878
44879 \backslash
44880 fcolorbox{black}{
44881 \end_layout
44882
44883 \end_inset
44884
44885 Orchid
44886 \begin_inset ERT
44887 status collapsed
44888
44889 \begin_layout Plain Layout
44890
44891 }{
44892 \end_layout
44893
44894 \end_inset
44895
44896
44897 \begin_inset Phantom Phantom
44898 status open
44899
44900 \begin_layout Plain Layout
44901 W
44902 \end_layout
44903
44904 \end_inset
44905
44906
44907 \begin_inset ERT
44908 status collapsed
44909
44910 \begin_layout Plain Layout
44911
44912 }
44913 \end_layout
44914
44915 \end_inset
44916
44917  Orchid
44918 \end_layout
44919
44920 \end_inset
44921 </cell>
44922 <cell alignment="left" valignment="top" usebox="none">
44923 \begin_inset Text
44924
44925 \begin_layout Plain Layout
44926 \begin_inset ERT
44927 status collapsed
44928
44929 \begin_layout Plain Layout
44930
44931
44932 \backslash
44933 fcolorbox{black}{
44934 \end_layout
44935
44936 \end_inset
44937
44938 Peach
44939 \begin_inset ERT
44940 status collapsed
44941
44942 \begin_layout Plain Layout
44943
44944 }{
44945 \end_layout
44946
44947 \end_inset
44948
44949
44950 \begin_inset Phantom Phantom
44951 status open
44952
44953 \begin_layout Plain Layout
44954 W
44955 \end_layout
44956
44957 \end_inset
44958
44959
44960 \begin_inset ERT
44961 status collapsed
44962
44963 \begin_layout Plain Layout
44964
44965 }
44966 \end_layout
44967
44968 \end_inset
44969
44970  Peach
44971 \end_layout
44972
44973 \end_inset
44974 </cell>
44975 <cell alignment="left" valignment="top" usebox="none">
44976 \begin_inset Text
44977
44978 \begin_layout Plain Layout
44979 \begin_inset ERT
44980 status collapsed
44981
44982 \begin_layout Plain Layout
44983
44984
44985 \backslash
44986 fcolorbox{black}{
44987 \end_layout
44988
44989 \end_inset
44990
44991 Periwinkle
44992 \begin_inset ERT
44993 status collapsed
44994
44995 \begin_layout Plain Layout
44996
44997 }{
44998 \end_layout
44999
45000 \end_inset
45001
45002
45003 \begin_inset Phantom Phantom
45004 status open
45005
45006 \begin_layout Plain Layout
45007 W
45008 \end_layout
45009
45010 \end_inset
45011
45012
45013 \begin_inset ERT
45014 status collapsed
45015
45016 \begin_layout Plain Layout
45017
45018 }
45019 \end_layout
45020
45021 \end_inset
45022
45023  Periwinkle
45024 \end_layout
45025
45026 \end_inset
45027 </cell>
45028 </row>
45029 <row>
45030 <cell alignment="left" valignment="top" usebox="none">
45031 \begin_inset Text
45032
45033 \begin_layout Plain Layout
45034 \begin_inset ERT
45035 status collapsed
45036
45037 \begin_layout Plain Layout
45038
45039
45040 \backslash
45041 fcolorbox{black}{
45042 \end_layout
45043
45044 \end_inset
45045
45046 PineGreen
45047 \begin_inset ERT
45048 status collapsed
45049
45050 \begin_layout Plain Layout
45051
45052 }{
45053 \end_layout
45054
45055 \end_inset
45056
45057
45058 \begin_inset Phantom Phantom
45059 status open
45060
45061 \begin_layout Plain Layout
45062 W
45063 \end_layout
45064
45065 \end_inset
45066
45067
45068 \begin_inset ERT
45069 status collapsed
45070
45071 \begin_layout Plain Layout
45072
45073 }
45074 \end_layout
45075
45076 \end_inset
45077
45078  PineGreen
45079 \end_layout
45080
45081 \end_inset
45082 </cell>
45083 <cell alignment="left" valignment="top" usebox="none">
45084 \begin_inset Text
45085
45086 \begin_layout Plain Layout
45087 \begin_inset ERT
45088 status collapsed
45089
45090 \begin_layout Plain Layout
45091
45092
45093 \backslash
45094 fcolorbox{black}{
45095 \end_layout
45096
45097 \end_inset
45098
45099 Plum
45100 \begin_inset ERT
45101 status collapsed
45102
45103 \begin_layout Plain Layout
45104
45105 }{
45106 \end_layout
45107
45108 \end_inset
45109
45110
45111 \begin_inset Phantom Phantom
45112 status open
45113
45114 \begin_layout Plain Layout
45115 W
45116 \end_layout
45117
45118 \end_inset
45119
45120
45121 \begin_inset ERT
45122 status collapsed
45123
45124 \begin_layout Plain Layout
45125
45126 }
45127 \end_layout
45128
45129 \end_inset
45130
45131  Plum
45132 \end_layout
45133
45134 \end_inset
45135 </cell>
45136 <cell alignment="left" valignment="top" usebox="none">
45137 \begin_inset Text
45138
45139 \begin_layout Plain Layout
45140 \begin_inset ERT
45141 status collapsed
45142
45143 \begin_layout Plain Layout
45144
45145
45146 \backslash
45147 fcolorbox{black}{
45148 \end_layout
45149
45150 \end_inset
45151
45152 ProcessBlue
45153 \begin_inset ERT
45154 status collapsed
45155
45156 \begin_layout Plain Layout
45157
45158 }{
45159 \end_layout
45160
45161 \end_inset
45162
45163
45164 \begin_inset Phantom Phantom
45165 status open
45166
45167 \begin_layout Plain Layout
45168 W
45169 \end_layout
45170
45171 \end_inset
45172
45173
45174 \begin_inset ERT
45175 status collapsed
45176
45177 \begin_layout Plain Layout
45178
45179 }
45180 \end_layout
45181
45182 \end_inset
45183
45184  ProcessBlue
45185 \end_layout
45186
45187 \end_inset
45188 </cell>
45189 <cell alignment="left" valignment="top" usebox="none">
45190 \begin_inset Text
45191
45192 \begin_layout Plain Layout
45193 \begin_inset ERT
45194 status collapsed
45195
45196 \begin_layout Plain Layout
45197
45198
45199 \backslash
45200 fcolorbox{black}{
45201 \end_layout
45202
45203 \end_inset
45204
45205 Purple
45206 \begin_inset ERT
45207 status collapsed
45208
45209 \begin_layout Plain Layout
45210
45211 }{
45212 \end_layout
45213
45214 \end_inset
45215
45216
45217 \begin_inset Phantom Phantom
45218 status open
45219
45220 \begin_layout Plain Layout
45221 W
45222 \end_layout
45223
45224 \end_inset
45225
45226
45227 \begin_inset ERT
45228 status collapsed
45229
45230 \begin_layout Plain Layout
45231
45232 }
45233 \end_layout
45234
45235 \end_inset
45236
45237  Purple
45238 \end_layout
45239
45240 \end_inset
45241 </cell>
45242 </row>
45243 <row>
45244 <cell alignment="left" valignment="top" usebox="none">
45245 \begin_inset Text
45246
45247 \begin_layout Plain Layout
45248 \begin_inset ERT
45249 status collapsed
45250
45251 \begin_layout Plain Layout
45252
45253
45254 \backslash
45255 fcolorbox{black}{
45256 \end_layout
45257
45258 \end_inset
45259
45260 RawSienna
45261 \begin_inset ERT
45262 status collapsed
45263
45264 \begin_layout Plain Layout
45265
45266 }{
45267 \end_layout
45268
45269 \end_inset
45270
45271
45272 \begin_inset Phantom Phantom
45273 status open
45274
45275 \begin_layout Plain Layout
45276 W
45277 \end_layout
45278
45279 \end_inset
45280
45281
45282 \begin_inset ERT
45283 status collapsed
45284
45285 \begin_layout Plain Layout
45286
45287 }
45288 \end_layout
45289
45290 \end_inset
45291
45292  RawSienna
45293 \end_layout
45294
45295 \end_inset
45296 </cell>
45297 <cell alignment="left" valignment="top" usebox="none">
45298 \begin_inset Text
45299
45300 \begin_layout Plain Layout
45301 \begin_inset ERT
45302 status collapsed
45303
45304 \begin_layout Plain Layout
45305
45306
45307 \backslash
45308 fcolorbox{black}{
45309 \end_layout
45310
45311 \end_inset
45312
45313 RedOrange
45314 \begin_inset ERT
45315 status collapsed
45316
45317 \begin_layout Plain Layout
45318
45319 }{
45320 \end_layout
45321
45322 \end_inset
45323
45324
45325 \begin_inset Phantom Phantom
45326 status open
45327
45328 \begin_layout Plain Layout
45329 W
45330 \end_layout
45331
45332 \end_inset
45333
45334
45335 \begin_inset ERT
45336 status collapsed
45337
45338 \begin_layout Plain Layout
45339
45340 }
45341 \end_layout
45342
45343 \end_inset
45344
45345  RedOrange
45346 \end_layout
45347
45348 \end_inset
45349 </cell>
45350 <cell alignment="left" valignment="top" usebox="none">
45351 \begin_inset Text
45352
45353 \begin_layout Plain Layout
45354 \begin_inset ERT
45355 status collapsed
45356
45357 \begin_layout Plain Layout
45358
45359
45360 \backslash
45361 fcolorbox{black}{
45362 \end_layout
45363
45364 \end_inset
45365
45366 RedViolet
45367 \begin_inset ERT
45368 status collapsed
45369
45370 \begin_layout Plain Layout
45371
45372 }{
45373 \end_layout
45374
45375 \end_inset
45376
45377
45378 \begin_inset Phantom Phantom
45379 status open
45380
45381 \begin_layout Plain Layout
45382 W
45383 \end_layout
45384
45385 \end_inset
45386
45387
45388 \begin_inset ERT
45389 status collapsed
45390
45391 \begin_layout Plain Layout
45392
45393 }
45394 \end_layout
45395
45396 \end_inset
45397
45398  RedViolet
45399 \end_layout
45400
45401 \end_inset
45402 </cell>
45403 <cell alignment="left" valignment="top" usebox="none">
45404 \begin_inset Text
45405
45406 \begin_layout Plain Layout
45407 \begin_inset ERT
45408 status collapsed
45409
45410 \begin_layout Plain Layout
45411
45412
45413 \backslash
45414 fcolorbox{black}{
45415 \end_layout
45416
45417 \end_inset
45418
45419 Rhodamine
45420 \begin_inset ERT
45421 status collapsed
45422
45423 \begin_layout Plain Layout
45424
45425 }{
45426 \end_layout
45427
45428 \end_inset
45429
45430
45431 \begin_inset Phantom Phantom
45432 status open
45433
45434 \begin_layout Plain Layout
45435 W
45436 \end_layout
45437
45438 \end_inset
45439
45440
45441 \begin_inset ERT
45442 status collapsed
45443
45444 \begin_layout Plain Layout
45445
45446 }
45447 \end_layout
45448
45449 \end_inset
45450
45451  Rhodamine
45452 \end_layout
45453
45454 \end_inset
45455 </cell>
45456 </row>
45457 <row>
45458 <cell alignment="left" valignment="top" usebox="none">
45459 \begin_inset Text
45460
45461 \begin_layout Plain Layout
45462 \begin_inset ERT
45463 status collapsed
45464
45465 \begin_layout Plain Layout
45466
45467
45468 \backslash
45469 fcolorbox{black}{
45470 \end_layout
45471
45472 \end_inset
45473
45474 RoyalBlue
45475 \begin_inset ERT
45476 status collapsed
45477
45478 \begin_layout Plain Layout
45479
45480 }{
45481 \end_layout
45482
45483 \end_inset
45484
45485
45486 \begin_inset Phantom Phantom
45487 status open
45488
45489 \begin_layout Plain Layout
45490 W
45491 \end_layout
45492
45493 \end_inset
45494
45495
45496 \begin_inset ERT
45497 status collapsed
45498
45499 \begin_layout Plain Layout
45500
45501 }
45502 \end_layout
45503
45504 \end_inset
45505
45506  RoyalBlue
45507 \end_layout
45508
45509 \end_inset
45510 </cell>
45511 <cell alignment="left" valignment="top" usebox="none">
45512 \begin_inset Text
45513
45514 \begin_layout Plain Layout
45515 \begin_inset ERT
45516 status collapsed
45517
45518 \begin_layout Plain Layout
45519
45520
45521 \backslash
45522 fcolorbox{black}{
45523 \end_layout
45524
45525 \end_inset
45526
45527 RoyalPurple
45528 \begin_inset ERT
45529 status collapsed
45530
45531 \begin_layout Plain Layout
45532
45533 }{
45534 \end_layout
45535
45536 \end_inset
45537
45538
45539 \begin_inset Phantom Phantom
45540 status open
45541
45542 \begin_layout Plain Layout
45543 W
45544 \end_layout
45545
45546 \end_inset
45547
45548
45549 \begin_inset ERT
45550 status collapsed
45551
45552 \begin_layout Plain Layout
45553
45554 }
45555 \end_layout
45556
45557 \end_inset
45558
45559  RoyalPurple
45560 \end_layout
45561
45562 \end_inset
45563 </cell>
45564 <cell alignment="left" valignment="top" usebox="none">
45565 \begin_inset Text
45566
45567 \begin_layout Plain Layout
45568 \begin_inset ERT
45569 status collapsed
45570
45571 \begin_layout Plain Layout
45572
45573
45574 \backslash
45575 fcolorbox{black}{
45576 \end_layout
45577
45578 \end_inset
45579
45580 RubineRed
45581 \begin_inset ERT
45582 status collapsed
45583
45584 \begin_layout Plain Layout
45585
45586 }{
45587 \end_layout
45588
45589 \end_inset
45590
45591
45592 \begin_inset Phantom Phantom
45593 status open
45594
45595 \begin_layout Plain Layout
45596 W
45597 \end_layout
45598
45599 \end_inset
45600
45601
45602 \begin_inset ERT
45603 status collapsed
45604
45605 \begin_layout Plain Layout
45606
45607 }
45608 \end_layout
45609
45610 \end_inset
45611
45612  RubineRed
45613 \end_layout
45614
45615 \end_inset
45616 </cell>
45617 <cell alignment="left" valignment="top" usebox="none">
45618 \begin_inset Text
45619
45620 \begin_layout Plain Layout
45621 \begin_inset ERT
45622 status collapsed
45623
45624 \begin_layout Plain Layout
45625
45626
45627 \backslash
45628 fcolorbox{black}{
45629 \end_layout
45630
45631 \end_inset
45632
45633 Salmon
45634 \begin_inset ERT
45635 status collapsed
45636
45637 \begin_layout Plain Layout
45638
45639 }{
45640 \end_layout
45641
45642 \end_inset
45643
45644
45645 \begin_inset Phantom Phantom
45646 status open
45647
45648 \begin_layout Plain Layout
45649 W
45650 \end_layout
45651
45652 \end_inset
45653
45654
45655 \begin_inset ERT
45656 status collapsed
45657
45658 \begin_layout Plain Layout
45659
45660 }
45661 \end_layout
45662
45663 \end_inset
45664
45665  Salmon
45666 \end_layout
45667
45668 \end_inset
45669 </cell>
45670 </row>
45671 <row>
45672 <cell alignment="left" valignment="top" usebox="none">
45673 \begin_inset Text
45674
45675 \begin_layout Plain Layout
45676 \begin_inset ERT
45677 status collapsed
45678
45679 \begin_layout Plain Layout
45680
45681
45682 \backslash
45683 fcolorbox{black}{
45684 \end_layout
45685
45686 \end_inset
45687
45688 SeaGreen
45689 \begin_inset ERT
45690 status collapsed
45691
45692 \begin_layout Plain Layout
45693
45694 }{
45695 \end_layout
45696
45697 \end_inset
45698
45699
45700 \begin_inset Phantom Phantom
45701 status open
45702
45703 \begin_layout Plain Layout
45704 W
45705 \end_layout
45706
45707 \end_inset
45708
45709
45710 \begin_inset ERT
45711 status collapsed
45712
45713 \begin_layout Plain Layout
45714
45715 }
45716 \end_layout
45717
45718 \end_inset
45719
45720  SeaGreen
45721 \end_layout
45722
45723 \end_inset
45724 </cell>
45725 <cell alignment="left" valignment="top" usebox="none">
45726 \begin_inset Text
45727
45728 \begin_layout Plain Layout
45729 \begin_inset ERT
45730 status collapsed
45731
45732 \begin_layout Plain Layout
45733
45734
45735 \backslash
45736 fcolorbox{black}{
45737 \end_layout
45738
45739 \end_inset
45740
45741 Sepia
45742 \begin_inset ERT
45743 status collapsed
45744
45745 \begin_layout Plain Layout
45746
45747 }{
45748 \end_layout
45749
45750 \end_inset
45751
45752
45753 \begin_inset Phantom Phantom
45754 status open
45755
45756 \begin_layout Plain Layout
45757 W
45758 \end_layout
45759
45760 \end_inset
45761
45762
45763 \begin_inset ERT
45764 status collapsed
45765
45766 \begin_layout Plain Layout
45767
45768 }
45769 \end_layout
45770
45771 \end_inset
45772
45773  Sepia
45774 \end_layout
45775
45776 \end_inset
45777 </cell>
45778 <cell alignment="left" valignment="top" usebox="none">
45779 \begin_inset Text
45780
45781 \begin_layout Plain Layout
45782 \begin_inset ERT
45783 status collapsed
45784
45785 \begin_layout Plain Layout
45786
45787
45788 \backslash
45789 fcolorbox{black}{
45790 \end_layout
45791
45792 \end_inset
45793
45794 SkyBlue
45795 \begin_inset ERT
45796 status collapsed
45797
45798 \begin_layout Plain Layout
45799
45800 }{
45801 \end_layout
45802
45803 \end_inset
45804
45805
45806 \begin_inset Phantom Phantom
45807 status open
45808
45809 \begin_layout Plain Layout
45810 W
45811 \end_layout
45812
45813 \end_inset
45814
45815
45816 \begin_inset ERT
45817 status collapsed
45818
45819 \begin_layout Plain Layout
45820
45821 }
45822 \end_layout
45823
45824 \end_inset
45825
45826  SkyBlue
45827 \end_layout
45828
45829 \end_inset
45830 </cell>
45831 <cell alignment="left" valignment="top" usebox="none">
45832 \begin_inset Text
45833
45834 \begin_layout Plain Layout
45835 \begin_inset ERT
45836 status collapsed
45837
45838 \begin_layout Plain Layout
45839
45840
45841 \backslash
45842 fcolorbox{black}{
45843 \end_layout
45844
45845 \end_inset
45846
45847 SpringGreen
45848 \begin_inset ERT
45849 status collapsed
45850
45851 \begin_layout Plain Layout
45852
45853 }{
45854 \end_layout
45855
45856 \end_inset
45857
45858
45859 \begin_inset Phantom Phantom
45860 status open
45861
45862 \begin_layout Plain Layout
45863 W
45864 \end_layout
45865
45866 \end_inset
45867
45868
45869 \begin_inset ERT
45870 status collapsed
45871
45872 \begin_layout Plain Layout
45873
45874 }
45875 \end_layout
45876
45877 \end_inset
45878
45879  SpringGreen
45880 \end_layout
45881
45882 \end_inset
45883 </cell>
45884 </row>
45885 <row>
45886 <cell alignment="left" valignment="top" usebox="none">
45887 \begin_inset Text
45888
45889 \begin_layout Plain Layout
45890 \begin_inset ERT
45891 status collapsed
45892
45893 \begin_layout Plain Layout
45894
45895
45896 \backslash
45897 fcolorbox{black}{
45898 \end_layout
45899
45900 \end_inset
45901
45902 Tan
45903 \begin_inset ERT
45904 status collapsed
45905
45906 \begin_layout Plain Layout
45907
45908 }{
45909 \end_layout
45910
45911 \end_inset
45912
45913
45914 \begin_inset Phantom Phantom
45915 status open
45916
45917 \begin_layout Plain Layout
45918 W
45919 \end_layout
45920
45921 \end_inset
45922
45923
45924 \begin_inset ERT
45925 status collapsed
45926
45927 \begin_layout Plain Layout
45928
45929 }
45930 \end_layout
45931
45932 \end_inset
45933
45934  Tan
45935 \end_layout
45936
45937 \end_inset
45938 </cell>
45939 <cell alignment="left" valignment="top" usebox="none">
45940 \begin_inset Text
45941
45942 \begin_layout Plain Layout
45943 \begin_inset ERT
45944 status collapsed
45945
45946 \begin_layout Plain Layout
45947
45948
45949 \backslash
45950 fcolorbox{black}{
45951 \end_layout
45952
45953 \end_inset
45954
45955 TealBlue
45956 \begin_inset ERT
45957 status collapsed
45958
45959 \begin_layout Plain Layout
45960
45961 }{
45962 \end_layout
45963
45964 \end_inset
45965
45966
45967 \begin_inset Phantom Phantom
45968 status open
45969
45970 \begin_layout Plain Layout
45971 W
45972 \end_layout
45973
45974 \end_inset
45975
45976
45977 \begin_inset ERT
45978 status collapsed
45979
45980 \begin_layout Plain Layout
45981
45982 }
45983 \end_layout
45984
45985 \end_inset
45986
45987  TealBlue
45988 \end_layout
45989
45990 \end_inset
45991 </cell>
45992 <cell alignment="left" valignment="top" usebox="none">
45993 \begin_inset Text
45994
45995 \begin_layout Plain Layout
45996 \begin_inset ERT
45997 status collapsed
45998
45999 \begin_layout Plain Layout
46000
46001
46002 \backslash
46003 fcolorbox{black}{
46004 \end_layout
46005
46006 \end_inset
46007
46008 Thistle
46009 \begin_inset ERT
46010 status collapsed
46011
46012 \begin_layout Plain Layout
46013
46014 }{
46015 \end_layout
46016
46017 \end_inset
46018
46019
46020 \begin_inset Phantom Phantom
46021 status open
46022
46023 \begin_layout Plain Layout
46024 W
46025 \end_layout
46026
46027 \end_inset
46028
46029
46030 \begin_inset ERT
46031 status collapsed
46032
46033 \begin_layout Plain Layout
46034
46035 }
46036 \end_layout
46037
46038 \end_inset
46039
46040  Thistle
46041 \end_layout
46042
46043 \end_inset
46044 </cell>
46045 <cell alignment="left" valignment="top" usebox="none">
46046 \begin_inset Text
46047
46048 \begin_layout Plain Layout
46049 \begin_inset ERT
46050 status collapsed
46051
46052 \begin_layout Plain Layout
46053
46054
46055 \backslash
46056 fcolorbox{black}{
46057 \end_layout
46058
46059 \end_inset
46060
46061 Turquoise
46062 \begin_inset ERT
46063 status collapsed
46064
46065 \begin_layout Plain Layout
46066
46067 }{
46068 \end_layout
46069
46070 \end_inset
46071
46072
46073 \begin_inset Phantom Phantom
46074 status open
46075
46076 \begin_layout Plain Layout
46077 W
46078 \end_layout
46079
46080 \end_inset
46081
46082
46083 \begin_inset ERT
46084 status collapsed
46085
46086 \begin_layout Plain Layout
46087
46088 }
46089 \end_layout
46090
46091 \end_inset
46092
46093  Turquoise
46094 \end_layout
46095
46096 \end_inset
46097 </cell>
46098 </row>
46099 <row>
46100 <cell alignment="left" valignment="top" usebox="none">
46101 \begin_inset Text
46102
46103 \begin_layout Plain Layout
46104 \begin_inset ERT
46105 status collapsed
46106
46107 \begin_layout Plain Layout
46108
46109
46110 \backslash
46111 fcolorbox{black}{
46112 \end_layout
46113
46114 \end_inset
46115
46116 Violet
46117 \begin_inset ERT
46118 status collapsed
46119
46120 \begin_layout Plain Layout
46121
46122 }{
46123 \end_layout
46124
46125 \end_inset
46126
46127
46128 \begin_inset Phantom Phantom
46129 status open
46130
46131 \begin_layout Plain Layout
46132 W
46133 \end_layout
46134
46135 \end_inset
46136
46137
46138 \begin_inset ERT
46139 status collapsed
46140
46141 \begin_layout Plain Layout
46142
46143 }
46144 \end_layout
46145
46146 \end_inset
46147
46148  Violet
46149 \end_layout
46150
46151 \end_inset
46152 </cell>
46153 <cell alignment="left" valignment="top" usebox="none">
46154 \begin_inset Text
46155
46156 \begin_layout Plain Layout
46157 \begin_inset ERT
46158 status collapsed
46159
46160 \begin_layout Plain Layout
46161
46162
46163 \backslash
46164 fcolorbox{black}{
46165 \end_layout
46166
46167 \end_inset
46168
46169 VioletRed
46170 \begin_inset ERT
46171 status collapsed
46172
46173 \begin_layout Plain Layout
46174
46175 }{
46176 \end_layout
46177
46178 \end_inset
46179
46180
46181 \begin_inset Phantom Phantom
46182 status open
46183
46184 \begin_layout Plain Layout
46185 W
46186 \end_layout
46187
46188 \end_inset
46189
46190
46191 \begin_inset ERT
46192 status collapsed
46193
46194 \begin_layout Plain Layout
46195
46196 }
46197 \end_layout
46198
46199 \end_inset
46200
46201  VioletRed
46202 \end_layout
46203
46204 \end_inset
46205 </cell>
46206 <cell alignment="left" valignment="top" usebox="none">
46207 \begin_inset Text
46208
46209 \begin_layout Plain Layout
46210 \begin_inset ERT
46211 status collapsed
46212
46213 \begin_layout Plain Layout
46214
46215
46216 \backslash
46217 fcolorbox{black}{
46218 \end_layout
46219
46220 \end_inset
46221
46222 WildStrawberry
46223 \begin_inset ERT
46224 status collapsed
46225
46226 \begin_layout Plain Layout
46227
46228 }{
46229 \end_layout
46230
46231 \end_inset
46232
46233
46234 \begin_inset Phantom Phantom
46235 status open
46236
46237 \begin_layout Plain Layout
46238 W
46239 \end_layout
46240
46241 \end_inset
46242
46243
46244 \begin_inset ERT
46245 status collapsed
46246
46247 \begin_layout Plain Layout
46248
46249 }
46250 \end_layout
46251
46252 \end_inset
46253
46254  WildStrawberry
46255 \end_layout
46256
46257 \end_inset
46258 </cell>
46259 <cell alignment="left" valignment="top" usebox="none">
46260 \begin_inset Text
46261
46262 \begin_layout Plain Layout
46263 \begin_inset ERT
46264 status collapsed
46265
46266 \begin_layout Plain Layout
46267
46268
46269 \backslash
46270 fcolorbox{black}{
46271 \end_layout
46272
46273 \end_inset
46274
46275 YellowGreen
46276 \begin_inset ERT
46277 status collapsed
46278
46279 \begin_layout Plain Layout
46280
46281 }{
46282 \end_layout
46283
46284 \end_inset
46285
46286
46287 \begin_inset Phantom Phantom
46288 status open
46289
46290 \begin_layout Plain Layout
46291 W
46292 \end_layout
46293
46294 \end_inset
46295
46296
46297 \begin_inset ERT
46298 status collapsed
46299
46300 \begin_layout Plain Layout
46301
46302 }
46303 \end_layout
46304
46305 \end_inset
46306
46307  YellowGreen
46308 \end_layout
46309
46310 \end_inset
46311 </cell>
46312 </row>
46313 <row>
46314 <cell alignment="left" valignment="top" usebox="none">
46315 \begin_inset Text
46316
46317 \begin_layout Plain Layout
46318 \begin_inset ERT
46319 status collapsed
46320
46321 \begin_layout Plain Layout
46322
46323
46324 \backslash
46325 fcolorbox{black}{
46326 \end_layout
46327
46328 \end_inset
46329
46330 YellowOrange
46331 \begin_inset ERT
46332 status collapsed
46333
46334 \begin_layout Plain Layout
46335
46336 }{
46337 \end_layout
46338
46339 \end_inset
46340
46341
46342 \begin_inset Phantom Phantom
46343 status open
46344
46345 \begin_layout Plain Layout
46346 W
46347 \end_layout
46348
46349 \end_inset
46350
46351
46352 \begin_inset ERT
46353 status collapsed
46354
46355 \begin_layout Plain Layout
46356
46357 }
46358 \end_layout
46359
46360 \end_inset
46361
46362  YellowOrange
46363 \end_layout
46364
46365 \end_inset
46366 </cell>
46367 <cell alignment="left" valignment="top" usebox="none">
46368 \begin_inset Text
46369
46370 \begin_layout Plain Layout
46371
46372 \end_layout
46373
46374 \end_inset
46375 </cell>
46376 <cell alignment="left" valignment="top" usebox="none">
46377 \begin_inset Text
46378
46379 \begin_layout Plain Layout
46380
46381 \end_layout
46382
46383 \end_inset
46384 </cell>
46385 <cell alignment="left" valignment="top" usebox="none">
46386 \begin_inset Text
46387
46388 \begin_layout Plain Layout
46389
46390 \end_layout
46391
46392 \end_inset
46393 </cell>
46394 </row>
46395 </lyxtabular>
46396
46397 \end_inset
46398
46399
46400 \end_layout
46401
46402 \begin_layout Chapter
46403 Explanation of Equation
46404 \begin_inset space ~
46405 \end_inset
46406
46407 (
46408 \begin_inset CommandInset ref
46409 LatexCommand ref
46410 reference "eq:Wgn"
46411
46412 \end_inset
46413
46414 )
46415 \begin_inset CommandInset label
46416 LatexCommand label
46417 name "cha:Explanation-of-Equation"
46418
46419 \end_inset
46420
46421
46422 \end_layout
46423
46424 \begin_layout Standard
46425 We can calculate the total width of 
46426 \emph on
46427 n
46428 \emph default
46429  table cells 
46430 \begin_inset Formula $W_{\mathrm{tot\,n}}$
46431 \end_inset
46432
46433  as follows:
46434 \begin_inset Formula 
46435 \begin{equation}
46436 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
46437 \end{equation}
46438
46439 \end_inset
46440
46441 where 
46442 \begin_inset Formula $W_{g\,n}$
46443 \end_inset
46444
46445  is the given width of all cells, 
46446 \series bold
46447
46448 \backslash
46449 tabcolsep
46450 \series default
46451  is the \SpecialChar LaTeX
46452 -length between the cell text and the cell border (its default value
46453  is 6
46454 \begin_inset space \thinspace{}
46455 \end_inset
46456
46457 pt).
46458  
46459 \series bold
46460
46461 \backslash
46462 arrayrulewidth
46463 \series default
46464  is the thickness of the cell border line, the default is 0.4
46465 \begin_inset space \thinspace{}
46466 \end_inset
46467
46468 pt.
46469 \end_layout
46470
46471 \begin_layout Standard
46472 Following equation
46473 \begin_inset space ~
46474 \end_inset
46475
46476
46477 \begin_inset CommandInset ref
46478 LatexCommand eqref
46479 reference "eq:Wtot_n"
46480
46481 \end_inset
46482
46483 , the total width of a multicolumn 
46484 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
46485 \end_inset
46486
46487  is
46488 \begin_inset Formula 
46489 \begin{equation}
46490 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
46491 \end{equation}
46492
46493 \end_inset
46494
46495
46496 \end_layout
46497
46498 \begin_layout Standard
46499 By setting equation
46500 \begin_inset space ~
46501 \end_inset
46502
46503
46504 \begin_inset CommandInset ref
46505 LatexCommand eqref
46506 reference "eq:Wtot_n"
46507
46508 \end_inset
46509
46510  and 
46511 \begin_inset CommandInset ref
46512 LatexCommand eqref
46513 reference "eq:Wtot_mult"
46514
46515 \end_inset
46516
46517  equal we can calculate the needed given width 
46518 \begin_inset Formula $W_{g\,n}$
46519 \end_inset
46520
46521  when 
46522 \emph on
46523 n
46524 \emph default
46525  columns are spanned, so that each column has a total width of 
46526 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
46527 \end_inset
46528
46529 :
46530 \begin_inset Formula 
46531 \begin{equation}
46532 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
46533 \end{equation}
46534
46535 \end_inset
46536
46537
46538 \end_layout
46539
46540 \begin_layout Bibliography
46541 \begin_inset CommandInset bibitem
46542 LatexCommand bibitem
46543 key "latexcompanion"
46544 literal "true"
46545
46546 \end_inset
46547
46548 Frank Mittelbach and Michel Goossens: 
46549 \emph on
46550 The \SpecialChar LaTeX
46551  Companion Second Edition.
46552
46553 \emph default
46554  Addison-Wesley, 2004
46555 \end_layout
46556
46557 \begin_layout Bibliography
46558 \begin_inset CommandInset bibitem
46559 LatexCommand bibitem
46560 key "latexguide"
46561 literal "true"
46562
46563 \end_inset
46564
46565 Helmut Kopka and Patrick W.
46566  Daly: 
46567 \emph on
46568 A Guide to \SpecialChar LaTeX
46569  Fourth Edition.
46570
46571 \emph default
46572  Addison-Wesley, 2003
46573 \end_layout
46574
46575 \begin_layout Bibliography
46576 \begin_inset CommandInset bibitem
46577 LatexCommand bibitem
46578 key "latexbook"
46579 literal "true"
46580
46581 \end_inset
46582
46583 Leslie Lamport: 
46584 \emph on
46585 \SpecialChar LaTeX
46586 : A Document Preparation System.
46587
46588 \emph default
46589  Addison-Wesley, second edition, 1994
46590 \end_layout
46591
46592 \begin_layout Bibliography
46593 \begin_inset CommandInset bibitem
46594 LatexCommand bibitem
46595 key "arydshln"
46596 literal "true"
46597
46598 \end_inset
46599
46600 Documentation of the \SpecialChar LaTeX
46601 -package 
46602 \series bold
46603
46604 \begin_inset CommandInset href
46605 LatexCommand href
46606 name "arydshln"
46607 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
46608 literal "false"
46609
46610 \end_inset
46611
46612
46613 \series default
46614
46615 \begin_inset Index idx
46616 status collapsed
46617
46618 \begin_layout Plain Layout
46619 \SpecialChar LaTeX
46620 -packages ! arydshln
46621 \end_layout
46622
46623 \end_inset
46624
46625
46626 \end_layout
46627
46628 \begin_layout Bibliography
46629 \begin_inset CommandInset bibitem
46630 LatexCommand bibitem
46631 key "booktabs"
46632 literal "true"
46633
46634 \end_inset
46635
46636 Documentation of the \SpecialChar LaTeX
46637 -package 
46638 \series bold
46639
46640 \begin_inset CommandInset href
46641 LatexCommand href
46642 name "booktabs"
46643 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
46644 literal "false"
46645
46646 \end_inset
46647
46648
46649 \series default
46650
46651 \begin_inset Index idx
46652 status collapsed
46653
46654 \begin_layout Plain Layout
46655 \SpecialChar LaTeX
46656 -packages ! booktabs
46657 \end_layout
46658
46659 \end_inset
46660
46661
46662 \end_layout
46663
46664 \begin_layout Bibliography
46665 \begin_inset CommandInset bibitem
46666 LatexCommand bibitem
46667 key "caption"
46668 literal "true"
46669
46670 \end_inset
46671
46672 Documentation of the \SpecialChar LaTeX
46673 -package 
46674 \series bold
46675
46676 \begin_inset CommandInset href
46677 LatexCommand href
46678 name "caption"
46679 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
46680 literal "false"
46681
46682 \end_inset
46683
46684
46685 \series default
46686
46687 \begin_inset Index idx
46688 status collapsed
46689
46690 \begin_layout Plain Layout
46691 \SpecialChar LaTeX
46692 -packages ! caption
46693 \end_layout
46694
46695 \end_inset
46696
46697
46698 \end_layout
46699
46700 \begin_layout Bibliography
46701 \begin_inset CommandInset bibitem
46702 LatexCommand bibitem
46703 key "diagbox"
46704 literal "true"
46705
46706 \end_inset
46707
46708 Documentation of the \SpecialChar LaTeX
46709 -package 
46710 \series bold
46711
46712 \begin_inset CommandInset href
46713 LatexCommand href
46714 name "diagbox"
46715 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
46716 literal "false"
46717
46718 \end_inset
46719
46720
46721 \series default
46722
46723 \begin_inset Index idx
46724 status collapsed
46725
46726 \begin_layout Plain Layout
46727 \SpecialChar LaTeX
46728 -packages ! diagbox
46729 \end_layout
46730
46731 \end_inset
46732
46733
46734 \end_layout
46735
46736 \begin_layout Bibliography
46737 \begin_inset CommandInset bibitem
46738 LatexCommand bibitem
46739 key "endfloat"
46740 literal "true"
46741
46742 \end_inset
46743
46744 Documentation of the \SpecialChar LaTeX
46745 -package 
46746 \series bold
46747
46748 \begin_inset CommandInset href
46749 LatexCommand href
46750 name "endfloat"
46751 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
46752 literal "false"
46753
46754 \end_inset
46755
46756
46757 \series default
46758
46759 \begin_inset Index idx
46760 status collapsed
46761
46762 \begin_layout Plain Layout
46763 \SpecialChar LaTeX
46764 -packages ! endfloat
46765 \end_layout
46766
46767 \end_inset
46768
46769
46770 \end_layout
46771
46772 \begin_layout Bibliography
46773 \begin_inset CommandInset bibitem
46774 LatexCommand bibitem
46775 key "footmisc"
46776 literal "true"
46777
46778 \end_inset
46779
46780 Documentation of the \SpecialChar LaTeX
46781 -package 
46782 \series bold
46783
46784 \begin_inset CommandInset href
46785 LatexCommand href
46786 name "footmisc"
46787 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
46788 literal "false"
46789
46790 \end_inset
46791
46792
46793 \series default
46794
46795 \begin_inset Index idx
46796 status collapsed
46797
46798 \begin_layout Plain Layout
46799 \SpecialChar LaTeX
46800 -packages ! footmisc
46801 \end_layout
46802
46803 \end_inset
46804
46805
46806 \end_layout
46807
46808 \begin_layout Bibliography
46809 \begin_inset CommandInset bibitem
46810 LatexCommand bibitem
46811 key "hypcap"
46812 literal "true"
46813
46814 \end_inset
46815
46816 Documentation of the \SpecialChar LaTeX
46817 -package 
46818 \series bold
46819
46820 \begin_inset CommandInset href
46821 LatexCommand href
46822 name "hypcap"
46823 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
46824 literal "false"
46825
46826 \end_inset
46827
46828
46829 \series default
46830
46831 \begin_inset Index idx
46832 status collapsed
46833
46834 \begin_layout Plain Layout
46835 \SpecialChar LaTeX
46836 -packages ! hyperref
46837 \end_layout
46838
46839 \end_inset
46840
46841
46842 \end_layout
46843
46844 \begin_layout Bibliography
46845 \begin_inset CommandInset bibitem
46846 LatexCommand bibitem
46847 key "hyperref"
46848 literal "true"
46849
46850 \end_inset
46851
46852 Documentation of the \SpecialChar LaTeX
46853 -package 
46854 \series bold
46855
46856 \begin_inset CommandInset href
46857 LatexCommand href
46858 name "hyperref"
46859 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
46860 literal "false"
46861
46862 \end_inset
46863
46864
46865 \series default
46866
46867 \begin_inset Index idx
46868 status collapsed
46869
46870 \begin_layout Plain Layout
46871 \SpecialChar LaTeX
46872 -packages ! hyperref
46873 \end_layout
46874
46875 \end_inset
46876
46877
46878 \end_layout
46879
46880 \begin_layout Bibliography
46881 \begin_inset CommandInset bibitem
46882 LatexCommand bibitem
46883 key "KOMA-Script"
46884 literal "true"
46885
46886 \end_inset
46887
46888 Documentation of the \SpecialChar LaTeX
46889 -package 
46890 \series bold
46891
46892 \begin_inset CommandInset href
46893 LatexCommand href
46894 name "KOMA-Script"
46895 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
46896 literal "false"
46897
46898 \end_inset
46899
46900
46901 \series default
46902
46903 \begin_inset Index idx
46904 status collapsed
46905
46906 \begin_layout Plain Layout
46907 \SpecialChar LaTeX
46908 -packages ! KOMA-Script
46909 \end_layout
46910
46911 \end_inset
46912
46913
46914 \end_layout
46915
46916 \begin_layout Bibliography
46917 \begin_inset CommandInset bibitem
46918 LatexCommand bibitem
46919 key "lettrine"
46920 literal "true"
46921
46922 \end_inset
46923
46924 Documentation of the \SpecialChar LaTeX
46925 -package 
46926 \series bold
46927
46928 \begin_inset CommandInset href
46929 LatexCommand href
46930 name "lettrine"
46931 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
46932 literal "false"
46933
46934 \end_inset
46935
46936
46937 \series default
46938  and an 
46939 \begin_inset CommandInset href
46940 LatexCommand href
46941 name "example"
46942 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
46943 literal "false"
46944
46945 \end_inset
46946
46947
46948 \begin_inset Index idx
46949 status collapsed
46950
46951 \begin_layout Plain Layout
46952 \SpecialChar LaTeX
46953 -packages ! lettrine
46954 \end_layout
46955
46956 \end_inset
46957
46958
46959 \end_layout
46960
46961 \begin_layout Bibliography
46962 \begin_inset CommandInset bibitem
46963 LatexCommand bibitem
46964 key "listings"
46965 literal "true"
46966
46967 \end_inset
46968
46969 Documentation of the \SpecialChar LaTeX
46970 -package 
46971 \series bold
46972
46973 \begin_inset CommandInset href
46974 LatexCommand href
46975 name "listings"
46976 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
46977 literal "false"
46978
46979 \end_inset
46980
46981
46982 \series default
46983
46984 \begin_inset Index idx
46985 status collapsed
46986
46987 \begin_layout Plain Layout
46988 \SpecialChar LaTeX
46989 -packages ! listings
46990 \end_layout
46991
46992 \end_inset
46993
46994
46995 \end_layout
46996
46997 \begin_layout Bibliography
46998 \begin_inset CommandInset bibitem
46999 LatexCommand bibitem
47000 key "minted"
47001 literal "false"
47002
47003 \end_inset
47004
47005 Documentation of the \SpecialChar LaTeX
47006 -package 
47007 \series bold
47008
47009 \begin_inset CommandInset href
47010 LatexCommand href
47011 name "minted"
47012 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/minted/minted.pdf"
47013 literal "false"
47014
47015 \end_inset
47016
47017
47018 \series default
47019
47020 \begin_inset Index idx
47021 status collapsed
47022
47023 \begin_layout Plain Layout
47024 \SpecialChar LaTeX
47025 -packages ! minted
47026 \end_layout
47027
47028 \end_inset
47029
47030
47031 \end_layout
47032
47033 \begin_layout Bibliography
47034 \begin_inset CommandInset bibitem
47035 LatexCommand bibitem
47036 key "marginnote"
47037 literal "true"
47038
47039 \end_inset
47040
47041 Documentation of the \SpecialChar LaTeX
47042 -package 
47043 \series bold
47044
47045 \begin_inset CommandInset href
47046 LatexCommand href
47047 name "marginnote"
47048 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
47049 literal "false"
47050
47051 \end_inset
47052
47053
47054 \series default
47055
47056 \begin_inset Index idx
47057 status collapsed
47058
47059 \begin_layout Plain Layout
47060 \SpecialChar LaTeX
47061 -packages ! marginnote
47062 \end_layout
47063
47064 \end_inset
47065
47066
47067 \end_layout
47068
47069 \begin_layout Bibliography
47070 \begin_inset CommandInset bibitem
47071 LatexCommand bibitem
47072 key "pdfpages"
47073 literal "true"
47074
47075 \end_inset
47076
47077 Documentation of the \SpecialChar LaTeX
47078 -package 
47079 \series bold
47080
47081 \begin_inset CommandInset href
47082 LatexCommand href
47083 name "pdfpages"
47084 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
47085 literal "false"
47086
47087 \end_inset
47088
47089
47090 \series default
47091
47092 \begin_inset Index idx
47093 status collapsed
47094
47095 \begin_layout Plain Layout
47096 \SpecialChar LaTeX
47097 -packages ! pdfpages
47098 \end_layout
47099
47100 \end_inset
47101
47102
47103 \end_layout
47104
47105 \begin_layout Bibliography
47106 \begin_inset CommandInset bibitem
47107 LatexCommand bibitem
47108 key "prettyref"
47109 literal "true"
47110
47111 \end_inset
47112
47113 Documentation of the \SpecialChar LaTeX
47114 -package 
47115 \series bold
47116
47117 \begin_inset CommandInset href
47118 LatexCommand href
47119 name "prettyref"
47120 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
47121 literal "false"
47122
47123 \end_inset
47124
47125
47126 \series default
47127
47128 \begin_inset Index idx
47129 status collapsed
47130
47131 \begin_layout Plain Layout
47132 \SpecialChar LaTeX
47133 -packages ! prettyref
47134 \end_layout
47135
47136 \end_inset
47137
47138
47139 \end_layout
47140
47141 \begin_layout Bibliography
47142 \begin_inset CommandInset bibitem
47143 LatexCommand bibitem
47144 key "pstricks"
47145 literal "true"
47146
47147 \end_inset
47148
47149 Web page of the \SpecialChar LaTeX
47150 -package 
47151 \series bold
47152
47153 \begin_inset CommandInset href
47154 LatexCommand href
47155 name "PSTricks"
47156 target "http://tug.org/PSTricks/"
47157 literal "false"
47158
47159 \end_inset
47160
47161
47162 \series default
47163
47164 \begin_inset Index idx
47165 status collapsed
47166
47167 \begin_layout Plain Layout
47168 \SpecialChar LaTeX
47169 -packages ! PSTricks
47170 \end_layout
47171
47172 \end_inset
47173
47174
47175 \end_layout
47176
47177 \begin_layout Bibliography
47178 \begin_inset CommandInset bibitem
47179 LatexCommand bibitem
47180 key "refstyle"
47181 literal "true"
47182
47183 \end_inset
47184
47185 Documentation of the \SpecialChar LaTeX
47186 -package 
47187 \series bold
47188
47189 \begin_inset CommandInset href
47190 LatexCommand href
47191 name "refstyle"
47192 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
47193 literal "false"
47194
47195 \end_inset
47196
47197
47198 \series default
47199
47200 \begin_inset Index idx
47201 status collapsed
47202
47203 \begin_layout Plain Layout
47204 \SpecialChar LaTeX
47205 -packages ! refstyle
47206 \end_layout
47207
47208 \end_inset
47209
47210
47211 \end_layout
47212
47213 \begin_layout Bibliography
47214 \begin_inset CommandInset bibitem
47215 LatexCommand bibitem
47216 key "sidecap"
47217 literal "true"
47218
47219 \end_inset
47220
47221 Documentation of the \SpecialChar LaTeX
47222 -package 
47223 \series bold
47224
47225 \begin_inset CommandInset href
47226 LatexCommand href
47227 name "sidecap"
47228 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
47229 literal "false"
47230
47231 \end_inset
47232
47233
47234 \series default
47235
47236 \begin_inset Index idx
47237 status collapsed
47238
47239 \begin_layout Plain Layout
47240 \SpecialChar LaTeX
47241 -packages ! sidecap
47242 \end_layout
47243
47244 \end_inset
47245
47246
47247 \end_layout
47248
47249 \begin_layout Bibliography
47250 \begin_inset CommandInset bibitem
47251 LatexCommand bibitem
47252 key "Inkscape"
47253 literal "true"
47254
47255 \end_inset
47256
47257 Documentation of the option 
47258 \begin_inset CommandInset href
47259 LatexCommand href
47260 name "Omit text in PDF"
47261 target "http://tug.ctan.org/tex-archive/info/svg-inkscape/InkscapePDFLaTeX.pdf"
47262 literal "false"
47263
47264 \end_inset
47265
47266  of the program 
47267 \noun on
47268
47269 \begin_inset CommandInset href
47270 LatexCommand href
47271 name "Inkscape"
47272 target "https://inkscape.org"
47273 literal "false"
47274
47275 \end_inset
47276
47277
47278 \end_layout
47279
47280 \begin_layout Standard
47281 \begin_inset CommandInset index_print
47282 LatexCommand printindex
47283 type "idx"
47284 name "Index"
47285 literal "false"
47286
47287 \end_inset
47288
47289
47290 \end_layout
47291
47292 \end_body
47293 \end_document