]> git.lyx.org Git - features.git/blob - lib/doc/EmbeddedObjects.lyx
Remove external date inset
[features.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 2.3 created this file. For more info see http://www.lyx.org/
2 \lyxformat 510
3 \begin_document
4 \begin_header
5 \save_transient_properties true
6 \origin /systemlyxdir/doc/
7 \textclass scrbook
8 \begin_preamble
9 % that links to image floats jumps
10 % to the beginning of the float and 
11 % not to its caption
12 \usepackage[figure]{hypcap}
13
14 % the pages of the TOC is numbered roman
15 % and a PDF-bookmark for the TOC is added
16 \let\myTOC\tableofcontents
17 \renewcommand\tableofcontents{%
18   \frontmatter
19   \pdfbookmark[1]{\contentsname}{}
20   \myTOC
21   \mainmatter }
22
23 % provides caption formatting
24 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
25
26 % provides commands to set caption
27 % beside tables/images
28 \newcommand{\TabBesBeg}[1][1.0]{%
29  \let\MyTable\table
30  \let\MyEndtable\endtable
31  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
32
33 \newcommand{\TabBesEnd}{%
34  \let\table\MyTable
35  \let\endtable\MyEndtable}
36
37 \newcommand{\FigBesBeg}[1][1.0]{%
38  \let\MyFigure\figure
39  \let\MyEndfigure\endfigure
40  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
41
42 \newcommand{\FigBesEnd}{%
43  \let\figure\MyFigure
44  \let\endfigure\MyEndfigure}
45
46 % enables calculation of values,
47 \usepackage{calc}
48
49 % increase the bottom float placement fraction
50 \renewcommand{\bottomfraction}{0.5}
51
52 % avoids that floats are placed before their
53 % corresponding section starts
54 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
55
56 % speed up the longtable calculation
57 \setcounter{LTchunksize}{100}
58
59 % used for colored tables
60 \@ifundefined{textcolor}
61  {\usepackage{color}}{}
62 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
63 \definecolor{lightgrey}{gray}{0.8}
64
65 % check for package colortbl
66 % used for colored table cells
67 \newboolean{colortbl}
68 \IfFileExists{colortbl.sty}
69  {\usepackage{colortbl}
70   \setboolean{colortbl}{true}}
71  {\setboolean{colortbl}{false}}
72
73 % used to have extra space in table cells
74 \@ifundefined{extrarowheight}
75  {\usepackage{array}}{}
76 \setlength{\extrarowheight}{2pt}
77
78 % used for customized tables
79 % ---
80 \newcolumntype{M}[1]
81  {>{\centering\hspace{0pt}}m{#1}}
82
83 \newcolumntype{S}[2]
84  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
85
86 \newcolumntype{K}[1]
87  {>{\columncolor{#1}\hspace{0pt}}c}
88
89 \newcolumntype{V}{!{\vrule width 1.5pt}}
90
91 \newcolumntype{W}{!{\color{green}\vline}}
92 % ---
93
94 % insert additional vertical space of
95 % 1.5 mm between footnotes
96 \let\myFoot\footnote
97 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
98
99 % number algorithm floats within chapters
100 \numberwithin{algorithm}{chapter}
101
102 % ------------------------------------
103 % used to check for needed LaTeX packages
104 \usepackage{ifthen}
105
106 % check for package arydshln
107 % used for tables with dashed lines
108 \newboolean{arydshln}
109 \IfFileExists{arydshln.sty}
110  {\usepackage{arydshln}
111   \setboolean{arydshln}{true}}
112  {\setboolean{arydshln}{false}}
113
114 % check for package marginnote
115 % used for margin notes
116 \newboolean{marginnote}
117 \IfFileExists{marginnote.sty}
118  {\usepackage{marginnote}
119   \let\marginpar\marginnote
120   \setboolean{marginnote}{true}}
121  {\setboolean{marginnote}{false}}
122
123 % check for package sidecap
124 % used for captions on the side
125 \newboolean{sidecap}
126 \IfFileExists{sidecap.sty}
127  {\usepackage{sidecap}
128   \setboolean{sidecap}{true}}
129  {\setboolean{sidecap}{false}}
130
131 % check for picinpar
132 % used for surrounded fixed objects
133 \newboolean{picinpar}
134 \IfFileExists{picinpar.sty}
135  {\usepackage{picinpar}
136   \setboolean{picinpar}{true}}
137  {\setboolean{picinpar}{false}}
138
139 % check for lettrine
140 \newboolean{lettrine}
141 \IfFileExists{lettrine.sty}
142  {\usepackage{lettrine}
143   \setboolean{lettrine}{true}}
144  {\setboolean{lettrine}{false}}
145
146 % check for diagbox
147 \newboolean{diagbox}
148 \IfFileExists{diagbox.sty}
149  {\usepackage{diagbox}
150   \setboolean{diagbox}{true}}
151  {\setboolean{diagbox}{false}}
152 \end_preamble
153 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,dvipsnames,table
154 \use_default_options false
155 \begin_modules
156 initials
157 graphicboxes
158 \end_modules
159 \maintain_unincluded_children false
160 \language english
161 \language_package default
162 \inputencoding auto
163 \fontencoding global
164 \font_roman "lmodern" "default"
165 \font_sans "lmss" "default"
166 \font_typewriter "lmtt" "default"
167 \font_math "auto" "auto"
168 \font_default_family default
169 \use_non_tex_fonts false
170 \font_sc false
171 \font_osf false
172 \font_sf_scale 100 100
173 \font_tt_scale 100 100
174 \use_microtype false
175 \graphics default
176 \default_output_format pdf2
177 \output_sync 0
178 \bibtex_command default
179 \index_command default
180 \paperfontsize 12
181 \spacing single
182 \use_hyperref true
183 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
184 \pdf_author "LyX Team, Uwe Stöhr"
185 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
186 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
187 \pdf_bookmarks true
188 \pdf_bookmarksnumbered true
189 \pdf_bookmarksopen true
190 \pdf_bookmarksopenlevel 1
191 \pdf_breaklinks false
192 \pdf_pdfborder false
193 \pdf_colorlinks true
194 \pdf_backref false
195 \pdf_pdfusetitle false
196 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
197 \papersize default
198 \use_geometry false
199 \use_package amsmath 2
200 \use_package amssymb 2
201 \use_package cancel 0
202 \use_package esint 0
203 \use_package mathdots 1
204 \use_package mathtools 0
205 \use_package mhchem 1
206 \use_package stackrel 0
207 \use_package stmaryrd 0
208 \use_package undertilde 0
209 \cite_engine basic
210 \cite_engine_type default
211 \biblio_style plain
212 \use_bibtopic false
213 \use_indices false
214 \paperorientation portrait
215 \suppress_date false
216 \justification true
217 \use_refstyle 0
218 \notefontcolor #0000ff
219 \index Index
220 \shortcut idx
221 \color #008000
222 \end_index
223 \secnumdepth 3
224 \tocdepth 3
225 \paragraph_separation skip
226 \defskip medskip
227 \quotes_language english
228 \papercolumns 1
229 \papersides 2
230 \paperpagestyle default
231 \tracking_changes false
232 \output_changes false
233 \html_math_output 0
234 \html_css_as_file 0
235 \html_be_strict false
236 \end_header
237
238 \begin_body
239
240 \begin_layout Title
241 \SpecialChar LyX
242 's detailed Figure, Table, Floats, Notes, Boxes and External Material manual
243 \end_layout
244
245 \begin_layout Author
246 by the \SpecialChar LyX
247  Team
248 \begin_inset Foot
249 status collapsed
250
251 \begin_layout Plain Layout
252 \noindent
253 If you have comments or error corrections, please send them to the \SpecialChar LyX
254  Documentatio
255 n mailing list: 
256 \begin_inset CommandInset href
257 LatexCommand href
258 name "lyx-docs@lists.lyx.org"
259 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
260 type "mailto:"
261
262 \end_inset
263
264
265 \end_layout
266
267 \end_inset
268
269
270 \begin_inset Note Note
271 status collapsed
272
273 \begin_layout Plain Layout
274 author: Uwe Stöhr
275 \end_layout
276
277 \end_inset
278
279
280 \begin_inset Newline newline
281 \end_inset
282
283
284 \begin_inset Newline newline
285 \end_inset
286
287
288 \family sans
289 Version 2.2.x
290 \end_layout
291
292 \begin_layout Standard
293 \begin_inset CommandInset toc
294 LatexCommand tableofcontents
295
296 \end_inset
297
298
299 \end_layout
300
301 \begin_layout Standard
302 \begin_inset Note Note
303 status open
304
305 \begin_layout Plain Layout
306 To export all parts of this document to PDF, PS, or DVI the \SpecialChar LaTeX
307 -packages 
308 \series bold
309 arydshln
310 \series default
311
312 \series bold
313 colortbl
314 \series default
315
316 \series bold
317 diagbox, lettrine, marginnote, picinpar
318 \series default
319  and 
320 \series bold
321 sidecap
322 \series default
323  must be installed.
324  If they are not installed you can export the document anyway but the sections
325  where the packages are required won't appear in the output.
326 \end_layout
327
328 \begin_layout Plain Layout
329 The latest PDF-version of this document can be found here:
330 \begin_inset Newline newline
331 \end_inset
332
333
334 \series bold
335 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
336 \end_layout
337
338 \end_inset
339
340
341 \end_layout
342
343 \begin_layout Chapter
344 Figures
345 \begin_inset Index idx
346 status collapsed
347
348 \begin_layout Plain Layout
349 Figures
350 \end_layout
351
352 \end_inset
353
354
355 \begin_inset Index idx
356 status collapsed
357
358 \begin_layout Plain Layout
359 Graphics|see
360 \begin_inset ERT
361 status collapsed
362
363 \begin_layout Plain Layout
364
365 {
366 \end_layout
367
368 \end_inset
369
370 Figures
371 \begin_inset ERT
372 status collapsed
373
374 \begin_layout Plain Layout
375
376 }
377 \end_layout
378
379 \end_inset
380
381
382 \end_layout
383
384 \end_inset
385
386
387 \end_layout
388
389 \begin_layout Section
390 Graphics Dialog
391 \begin_inset Index idx
392 status collapsed
393
394 \begin_layout Plain Layout
395 Figures ! Graphics Dialog
396 \end_layout
397
398 \end_inset
399
400
401 \begin_inset CommandInset label
402 LatexCommand label
403 name "sec:Graphics-Dialog"
404
405 \end_inset
406
407
408 \end_layout
409
410 \begin_layout Standard
411 To insert an image into your document, place the cursor at the text position
412  you want and click on the toolbar icon 
413 \begin_inset Info
414 type  "icon"
415 arg   "dialog-show-new-inset graphics"
416 \end_inset
417
418  or use the menu 
419 \family sans
420 Insert\SpecialChar menuseparator
421 Graphics
422 \family default
423 .
424  Then a dialog will appear to choose the file to load.
425  The image will appear in the output exactly at the position where it is
426  in the text.
427 \end_layout
428
429 \begin_layout Standard
430 The graphics dialog can be called at any time by clicking on an image.
431  This dialog has three tabs:
432 \end_layout
433
434 \begin_layout Description
435
436 \family sans
437 Graphics
438 \family default
439  Here you can choose an image file and adjust its appearance in the output.
440  The available units for the image size are explained in appendix
441 \begin_inset space ~
442 \end_inset
443
444
445 \begin_inset CommandInset ref
446 LatexCommand ref
447 reference "cha:Units-available-in"
448
449 \end_inset
450
451 .
452 \begin_inset Newline newline
453 \end_inset
454
455
456 \begin_inset Index idx
457 status collapsed
458
459 \begin_layout Plain Layout
460 Figures ! rotated
461 \end_layout
462
463 \end_inset
464
465 You can rotate images counter-clockwise by setting a rotation angle and
466  a rotation origin.
467  The image will also be rotated inside \SpecialChar LyX
468 .
469 \begin_inset Newline newline
470 \end_inset
471
472
473 \begin_inset Index idx
474 status collapsed
475
476 \begin_layout Plain Layout
477 Figures ! scaled
478 \end_layout
479
480 \end_inset
481
482 Images can be scaled by using a percentage value or by setting the width
483  and height explicitly.
484  If you set only the width or only the height, the other size will be determined
485  automatically.
486  If you set both, then the image will be transformed to the given size,
487  possibly distorting it.
488  To prevent the image from distortion, use the option 
489 \family sans
490 Maintain aspect ratio
491 \family default
492 .
493  The image will then be scaled so that its width and height don't exceed
494  the specified dimensions.
495 \begin_inset Newline newline
496 \end_inset
497
498 Images can be opened in a program of your choice by right-clicking on it
499  and choosing the entry 
500 \family sans
501 Edit
502 \begin_inset space ~
503 \end_inset
504
505 externally
506 \family default
507  in the context menu.
508  The program can be set for every image format in the file format settings
509  in \SpecialChar LyX
510 's preferences.
511 \end_layout
512
513 \begin_layout Description
514
515 \family sans
516 Clipping
517 \family default
518  Alternatively to the usage of scaling units it is possible to set image
519  coordinates to adjust the height and width of the image in the output.
520  The coordinates can also be calculated automatically by pressing the button
521  
522 \family sans
523 Get
524 \begin_inset space ~
525 \end_inset
526
527 from
528 \begin_inset space ~
529 \end_inset
530
531 File
532 \family default
533 .
534  The option 
535 \family sans
536 Clip
537 \begin_inset space ~
538 \end_inset
539
540 to
541 \begin_inset space ~
542 \end_inset
543
544 bounding
545 \begin_inset space ~
546 \end_inset
547
548 box
549 \family default
550  will only print the image region within the given coordinates.
551  Normally you don't need to worry about image coordinates and can ignore
552  this tab.
553 \end_layout
554
555 \begin_layout Description
556
557 \family sans
558 LaTeX
559 \begin_inset space ~
560 \end_inset
561
562 and
563 \begin_inset space ~
564 \end_inset
565
566 LyX
567 \begin_inset space ~
568 \end_inset
569
570 options
571 \family default
572  In this tab you can modify the appearance of the image within \SpecialChar LyX
573  and \SpecialChar LaTeX
574  experts
575  can specify additional \SpecialChar LaTeX
576  options.
577 \begin_inset Newline newline
578 \end_inset
579
580 The option 
581 \family sans
582 Draft
583 \begin_inset space ~
584 \end_inset
585
586 mode
587 \family default
588  makes the image appear in the output only as a frame with the size of the
589  image.
590 \begin_inset Newline newline
591 \end_inset
592
593 In the section 
594 \family sans
595 Graphics
596 \begin_inset space ~
597 \end_inset
598
599 Group
600 \family default
601  you can define or join an image settings group.
602 \begin_inset Index idx
603 status collapsed
604
605 \begin_layout Plain Layout
606 Figures ! Settings grouping
607 \end_layout
608
609 \end_inset
610
611  Images within such a group share their settings, so adjusting one image
612  of the group automatically also adjusts all other images of the group in
613  the same way.
614  So you can for example change the size for a bunch of images without the
615  need to manually change each of them.
616  Joining an existing group can also be done using the context menu of the
617  image by checking the name of the desired group.
618 \end_layout
619
620 \begin_layout Standard
621 \begin_inset VSpace bigskip
622 \end_inset
623
624
625 \end_layout
626
627 \begin_layout Standard
628 This is an example image in EPS format
629 \begin_inset Foot
630 status collapsed
631
632 \begin_layout Plain Layout
633 Image formats are explained in section
634 \begin_inset space ~
635 \end_inset
636
637
638 \begin_inset CommandInset ref
639 LatexCommand ref
640 reference "sec:Image-Formats"
641
642 \end_inset
643
644 .
645 \end_layout
646
647 \end_inset
648
649  within a separate, horizontally centered paragraph:
650 \begin_inset Separator latexpar
651 \end_inset
652
653
654 \end_layout
655
656 \begin_layout Standard
657 \align center
658 \begin_inset Graphics
659         filename clipart/mobius.eps
660         scale 70
661         scaleBeforeRotation
662         rotateOrigin center
663
664 \end_inset
665
666
667 \end_layout
668
669 \begin_layout Standard
670 This is the same image like the one above but in draft mode:
671 \begin_inset Separator latexpar
672 \end_inset
673
674
675 \end_layout
676
677 \begin_layout Standard
678 \align center
679 \begin_inset Graphics
680         filename clipart/mobius.eps
681         scale 70
682         draft
683         scaleBeforeRotation
684         rotateOrigin center
685
686 \end_inset
687
688
689 \end_layout
690
691 \begin_layout Standard
692 \begin_inset Newpage newpage
693 \end_inset
694
695
696 \end_layout
697
698 \begin_layout Section
699 Figure Floats
700 \begin_inset CommandInset label
701 LatexCommand label
702 name "sec:Figure-Floats"
703
704 \end_inset
705
706
707 \begin_inset Index idx
708 status collapsed
709
710 \begin_layout Plain Layout
711 Floats ! Figures
712 \end_layout
713
714 \end_inset
715
716
717 \begin_inset Index idx
718 status collapsed
719
720 \begin_layout Plain Layout
721 Figures ! Floats
722 \end_layout
723
724 \end_inset
725
726
727 \end_layout
728
729 \begin_layout Standard
730 For general explanations about floats, have a look at section
731 \begin_inset space ~
732 \end_inset
733
734
735 \begin_inset CommandInset ref
736 LatexCommand ref
737 reference "sec:FloatIntroduction"
738
739 \end_inset
740
741 .
742 \end_layout
743
744 \begin_layout Standard
745 The toolbar button 
746 \begin_inset Info
747 type  "icon"
748 arg   "float-insert figure"
749 \end_inset
750
751  and the menu 
752 \family sans
753 Insert\SpecialChar menuseparator
754 Float\SpecialChar menuseparator
755 Figure
756 \family default
757  inserts a float with a caption that has the label 
758 \begin_inset Quotes eld
759 \end_inset
760
761 Figure
762 \begin_inset space ~
763 \end_inset
764
765 #:
766 \begin_inset Quotes erd
767 \end_inset
768
769  (# is the actual number).
770  You can insert the image above the caption, like in Figure
771 \begin_inset space ~
772 \end_inset
773
774
775 \begin_inset CommandInset ref
776 LatexCommand ref
777 reference "fig:kill-plat"
778
779 \end_inset
780
781  or below the caption, like in Figure
782 \begin_inset space ~
783 \end_inset
784
785
786 \begin_inset CommandInset ref
787 LatexCommand ref
788 reference "fig:escher"
789
790 \end_inset
791
792 .
793  More about caption placement is described in section
794 \begin_inset space ~
795 \end_inset
796
797
798 \begin_inset CommandInset ref
799 LatexCommand ref
800 reference "sec:Caption-Placement"
801
802 \end_inset
803
804 .
805 \end_layout
806
807 \begin_layout Standard
808 \begin_inset Float figure
809 wide false
810 sideways false
811 status open
812
813 \begin_layout Plain Layout
814 \align center
815 \begin_inset Graphics
816         filename clipart/platypus.eps
817         width 50col%
818         scaleBeforeRotation
819         rotateOrigin center
820
821 \end_inset
822
823
824 \end_layout
825
826 \begin_layout Plain Layout
827 \begin_inset Caption Standard
828
829 \begin_layout Plain Layout
830 \begin_inset CommandInset label
831 LatexCommand label
832 name "fig:kill-plat"
833
834 \end_inset
835
836 A severely distorted platypus in a float.
837 \end_layout
838
839 \end_inset
840
841
842 \end_layout
843
844 \end_inset
845
846
847 \end_layout
848
849 \begin_layout Standard
850 \begin_inset Float figure
851 wide false
852 sideways false
853 status open
854
855 \begin_layout Plain Layout
856 \begin_inset Caption Standard
857
858 \begin_layout Plain Layout
859 \begin_inset CommandInset label
860 LatexCommand label
861 name "fig:escher"
862
863 \end_inset
864
865 M.C.
866  Escher on acid.
867 \end_layout
868
869 \end_inset
870
871
872 \end_layout
873
874 \begin_layout Plain Layout
875 \align center
876 \begin_inset Graphics
877         filename clipart/escher-lsd.eps
878         scale 80
879         scaleBeforeRotation
880         rotateOrigin center
881
882 \end_inset
883
884
885 \end_layout
886
887 \end_inset
888
889
890 \end_layout
891
892 \begin_layout Standard
893 \begin_inset Index idx
894 status collapsed
895
896 \begin_layout Plain Layout
897 References ! to Figures
898 \end_layout
899
900 \end_inset
901
902 Figure
903 \begin_inset space ~
904 \end_inset
905
906
907 \begin_inset CommandInset ref
908 LatexCommand ref
909 reference "fig:kill-plat"
910
911 \end_inset
912
913  and 
914 \begin_inset CommandInset ref
915 LatexCommand ref
916 reference "fig:escher"
917
918 \end_inset
919
920  are examples of referenced figures.
921  Figures can be referenced in the text by referencing their label.
922  To do this insert a label in the caption using the menu 
923 \family sans
924 Insert\SpecialChar menuseparator
925 Label
926 \family default
927  or the toolbar button 
928 \begin_inset Info
929 type  "icon"
930 arg   "label-insert"
931 \end_inset
932
933 .
934  You can now refer to the label using the menu 
935 \family sans
936 Insert\SpecialChar menuseparator
937 Cross
938 \begin_inset space ~
939 \end_inset
940
941 reference
942 \family default
943  or the toolbar button 
944 \begin_inset Info
945 type  "icon"
946 arg   "dialog-show-new-inset ref"
947 \end_inset
948
949 .
950  It is important to use references to floats, rather than using vague references
951  like 
952 \begin_inset Quotes eld
953 \end_inset
954
955 the figure above
956 \begin_inset Quotes erd
957 \end_inset
958
959 , because \SpecialChar LaTeX
960  will reposition the floats in the final document and it might
961  not be 
962 \begin_inset Quotes eld
963 \end_inset
964
965 above
966 \begin_inset Quotes erd
967 \end_inset
968
969  at all.
970 \begin_inset Newline newline
971 \end_inset
972
973 Referencing is explained in detail in section
974 \begin_inset space ~
975 \end_inset
976
977
978 \begin_inset CommandInset ref
979 LatexCommand ref
980 reference "sec:Referencing-Floats"
981
982 \end_inset
983
984 .
985 \end_layout
986
987 \begin_layout Standard
988 Normally only one image is inserted to a figure float, but sometimes you
989  might want to use two images with separate subcaptions.
990  This can be done by inserting image floats into existing image floats.
991  Note that only the main caption of the float is added to the List of Figures.
992  Figure
993 \begin_inset space ~
994 \end_inset
995
996
997 \begin_inset CommandInset ref
998 LatexCommand ref
999 reference "fig:Two-distorted-images"
1000
1001 \end_inset
1002
1003  is an example of a figure float with two images set side by side.
1004  You can also set the images one below the other.
1005  Figure
1006 \begin_inset space ~
1007 \end_inset
1008
1009
1010 \begin_inset CommandInset ref
1011 LatexCommand ref
1012 reference "fig:Undefinable-structure"
1013
1014 \end_inset
1015
1016  and 
1017 \begin_inset CommandInset ref
1018 LatexCommand ref
1019 reference "fig:A-Platypus"
1020
1021 \end_inset
1022
1023  are the subfigures.
1024 \end_layout
1025
1026 \begin_layout Standard
1027 \begin_inset Float figure
1028 wide false
1029 sideways false
1030 status open
1031
1032 \begin_layout Plain Layout
1033 \begin_inset space \hfill{}
1034 \end_inset
1035
1036
1037 \begin_inset Float figure
1038 wide false
1039 sideways false
1040 status collapsed
1041
1042 \begin_layout Plain Layout
1043 \begin_inset Caption Standard
1044
1045 \begin_layout Plain Layout
1046 \begin_inset CommandInset label
1047 LatexCommand label
1048 name "fig:Undefinable-structure"
1049
1050 \end_inset
1051
1052 Undefinable structure.
1053 \end_layout
1054
1055 \end_inset
1056
1057
1058 \end_layout
1059
1060 \begin_layout Plain Layout
1061 \begin_inset Graphics
1062         filename clipart/escher-lsd.eps
1063         width 45col%
1064         scaleBeforeRotation
1065         groupId distorted
1066
1067 \end_inset
1068
1069
1070 \end_layout
1071
1072 \end_inset
1073
1074
1075 \begin_inset space \hfill{}
1076 \end_inset
1077
1078
1079 \begin_inset Float figure
1080 wide false
1081 sideways false
1082 status collapsed
1083
1084 \begin_layout Plain Layout
1085 \begin_inset Caption Standard
1086
1087 \begin_layout Plain Layout
1088 \begin_inset CommandInset label
1089 LatexCommand label
1090 name "fig:A-Platypus"
1091
1092 \end_inset
1093
1094 A Platypus.
1095 \end_layout
1096
1097 \end_inset
1098
1099
1100 \end_layout
1101
1102 \begin_layout Plain Layout
1103 \begin_inset Graphics
1104         filename clipart/platypus.eps
1105         width 45col%
1106         scaleBeforeRotation
1107         groupId distorted
1108
1109 \end_inset
1110
1111
1112 \end_layout
1113
1114 \end_inset
1115
1116
1117 \begin_inset space \hfill{}
1118 \end_inset
1119
1120
1121 \end_layout
1122
1123 \begin_layout Plain Layout
1124 \begin_inset Caption Standard
1125
1126 \begin_layout Plain Layout
1127 \begin_inset CommandInset label
1128 LatexCommand label
1129 name "fig:Two-distorted-images"
1130
1131 \end_inset
1132
1133 Two distorted images.
1134  Both images are in the image settings group named 
1135 \begin_inset Quotes eld
1136 \end_inset
1137
1138 distorted
1139 \begin_inset Quotes erd
1140 \end_inset
1141
1142 .
1143 \end_layout
1144
1145 \end_inset
1146
1147
1148 \end_layout
1149
1150 \end_inset
1151
1152
1153 \end_layout
1154
1155 \begin_layout Standard
1156 \begin_inset Newpage newpage
1157 \end_inset
1158
1159
1160 \end_layout
1161
1162 \begin_layout Section
1163 Image Formats
1164 \begin_inset CommandInset label
1165 LatexCommand label
1166 name "sec:Image-Formats"
1167
1168 \end_inset
1169
1170
1171 \begin_inset Index idx
1172 status collapsed
1173
1174 \begin_layout Plain Layout
1175 Image Formats
1176 \end_layout
1177
1178 \end_inset
1179
1180
1181 \begin_inset Index idx
1182 status collapsed
1183
1184 \begin_layout Plain Layout
1185 Figures ! Image Formats
1186 \end_layout
1187
1188 \end_inset
1189
1190
1191 \end_layout
1192
1193 \begin_layout Standard
1194 You can insert images in any known file format.
1195  But as explained in appendix
1196 \begin_inset space ~
1197 \end_inset
1198
1199
1200 \begin_inset CommandInset ref
1201 LatexCommand ref
1202 reference "cha:Output-File-Formats"
1203
1204 \end_inset
1205
1206 , each output document format allows only a few image formats.
1207  \SpecialChar LyX
1208  uses therefore the program 
1209 \family typewriter
1210 ImageMagick
1211 \family default
1212  in the background to convert the images to the right format.
1213  To increase your work flow by avoiding these conversions in the background,
1214  you could choose to use only the image formats that can directly be embedded
1215  in the output file format.
1216  The output file formats are explained in appendix
1217 \begin_inset space ~
1218 \end_inset
1219
1220
1221 \begin_inset CommandInset ref
1222 LatexCommand ref
1223 reference "cha:Output-File-Formats"
1224
1225 \end_inset
1226
1227 .
1228 \end_layout
1229
1230 \begin_layout Standard
1231 Similar to fonts there are two types of image formats:
1232 \end_layout
1233
1234 \begin_layout Description
1235 Bitmap
1236 \begin_inset space ~
1237 \end_inset
1238
1239 images consist of pixel values, often in a compressed form.
1240  They are therefore not fully scalable and look pixelated in large zooms.
1241  Well-known bitmap image formats are 
1242 \begin_inset Quotes eld
1243 \end_inset
1244
1245 Graphics Interchange Format
1246 \begin_inset Quotes erd
1247 \end_inset
1248
1249  (GIF, file extension 
1250 \begin_inset Quotes eld
1251 \end_inset
1252
1253
1254 \family typewriter
1255 .gif
1256 \family default
1257
1258 \begin_inset Quotes erd
1259 \end_inset
1260
1261 )
1262 \begin_inset Index idx
1263 status collapsed
1264
1265 \begin_layout Plain Layout
1266 GIF|see
1267 \begin_inset ERT
1268 status collapsed
1269
1270 \begin_layout Plain Layout
1271
1272 {
1273 \end_layout
1274
1275 \end_inset
1276
1277 Image formats
1278 \begin_inset ERT
1279 status collapsed
1280
1281 \begin_layout Plain Layout
1282
1283 }
1284 \end_layout
1285
1286 \end_inset
1287
1288
1289 \end_layout
1290
1291 \end_inset
1292
1293
1294 \begin_inset Quotes eld
1295 \end_inset
1296
1297 Portable Network Graphics
1298 \begin_inset Quotes erd
1299 \end_inset
1300
1301  (PNG, file extension 
1302 \begin_inset Quotes eld
1303 \end_inset
1304
1305
1306 \family typewriter
1307 .png
1308 \family default
1309
1310 \begin_inset Quotes erd
1311 \end_inset
1312
1313 )
1314 \begin_inset Index idx
1315 status collapsed
1316
1317 \begin_layout Plain Layout
1318 PNG|see
1319 \begin_inset ERT
1320 status collapsed
1321
1322 \begin_layout Plain Layout
1323
1324 {
1325 \end_layout
1326
1327 \end_inset
1328
1329 Image formats
1330 \begin_inset ERT
1331 status collapsed
1332
1333 \begin_layout Plain Layout
1334
1335 }
1336 \end_layout
1337
1338 \end_inset
1339
1340
1341 \end_layout
1342
1343 \end_inset
1344
1345 , and 
1346 \begin_inset Quotes eld
1347 \end_inset
1348
1349 Joint Photographic Experts Group
1350 \begin_inset Quotes erd
1351 \end_inset
1352
1353  (JPG, file extension 
1354 \begin_inset Quotes eld
1355 \end_inset
1356
1357
1358 \family typewriter
1359 .jpg
1360 \family default
1361
1362 \begin_inset Quotes erd
1363 \end_inset
1364
1365  or 
1366 \begin_inset Quotes eld
1367 \end_inset
1368
1369
1370 \family typewriter
1371 .jpeg
1372 \family default
1373
1374 \begin_inset Quotes erd
1375 \end_inset
1376
1377 )
1378 \begin_inset Index idx
1379 status collapsed
1380
1381 \begin_layout Plain Layout
1382 JPG|see
1383 \begin_inset ERT
1384 status collapsed
1385
1386 \begin_layout Plain Layout
1387
1388 {
1389 \end_layout
1390
1391 \end_inset
1392
1393 Image formats
1394 \begin_inset ERT
1395 status collapsed
1396
1397 \begin_layout Plain Layout
1398
1399 }
1400 \end_layout
1401
1402 \end_inset
1403
1404
1405 \end_layout
1406
1407 \end_inset
1408
1409 .
1410 \end_layout
1411
1412 \begin_layout Description
1413 Vector
1414 \begin_inset space ~
1415 \end_inset
1416
1417 images consist of vectors and can therefore be scaled to any size without
1418  data loss.
1419  The scaling ability is necessary if you want to create presentations, because
1420  presentations are always scaled by the video projector.
1421  Scaling is also useful for online documents to let the user zoom into diagrams.
1422 \begin_inset Newline newline
1423 \end_inset
1424
1425 Well-known scalable image formats are 
1426 \begin_inset Quotes eld
1427 \end_inset
1428
1429 Scalable Vector Graphics
1430 \begin_inset Quotes erd
1431 \end_inset
1432
1433  (SVG, file extension 
1434 \begin_inset Quotes eld
1435 \end_inset
1436
1437
1438 \family typewriter
1439 .svg
1440 \family default
1441
1442 \begin_inset Quotes erd
1443 \end_inset
1444
1445 )
1446 \begin_inset Index idx
1447 status collapsed
1448
1449 \begin_layout Plain Layout
1450 SVG|see
1451 \begin_inset ERT
1452 status collapsed
1453
1454 \begin_layout Plain Layout
1455
1456 {
1457 \end_layout
1458
1459 \end_inset
1460
1461 Image formats
1462 \begin_inset ERT
1463 status collapsed
1464
1465 \begin_layout Plain Layout
1466
1467 }
1468 \end_layout
1469
1470 \end_inset
1471
1472
1473 \end_layout
1474
1475 \end_inset
1476
1477
1478 \begin_inset Quotes eld
1479 \end_inset
1480
1481 Encapsulated PostScript
1482 \begin_inset Quotes erd
1483 \end_inset
1484
1485  (EPS, file extension 
1486 \begin_inset Quotes eld
1487 \end_inset
1488
1489
1490 \family typewriter
1491 .eps
1492 \family default
1493
1494 \begin_inset Quotes erd
1495 \end_inset
1496
1497 )
1498 \begin_inset Index idx
1499 status collapsed
1500
1501 \begin_layout Plain Layout
1502 EPS|see
1503 \begin_inset ERT
1504 status collapsed
1505
1506 \begin_layout Plain Layout
1507
1508 {
1509 \end_layout
1510
1511 \end_inset
1512
1513 Image formats
1514 \begin_inset ERT
1515 status collapsed
1516
1517 \begin_layout Plain Layout
1518
1519 }
1520 \end_layout
1521
1522 \end_inset
1523
1524
1525 \end_layout
1526
1527 \end_inset
1528
1529
1530 \begin_inset Quotes eld
1531 \end_inset
1532
1533 Portable Document Format
1534 \begin_inset Quotes erd
1535 \end_inset
1536
1537  (PDF, file extension 
1538 \begin_inset Quotes eld
1539 \end_inset
1540
1541
1542 \family typewriter
1543 .pdf
1544 \family default
1545
1546 \begin_inset Quotes erd
1547 \end_inset
1548
1549 )
1550 \begin_inset Index idx
1551 status collapsed
1552
1553 \begin_layout Plain Layout
1554 PDF
1555 \end_layout
1556
1557 \end_inset
1558
1559 , and 
1560 \begin_inset Quotes eld
1561 \end_inset
1562
1563 Windows Metafile
1564 \begin_inset Quotes erd
1565 \end_inset
1566
1567  (WMF, file extension 
1568 \begin_inset Quotes eld
1569 \end_inset
1570
1571
1572 \family typewriter
1573 .wmf
1574 \family default
1575
1576 \begin_inset Quotes erd
1577 \end_inset
1578
1579 )
1580 \begin_inset Index idx
1581 status collapsed
1582
1583 \begin_layout Plain Layout
1584 SVG|see
1585 \begin_inset ERT
1586 status collapsed
1587
1588 \begin_layout Plain Layout
1589
1590 {
1591 \end_layout
1592
1593 \end_inset
1594
1595 Image formats
1596 \begin_inset ERT
1597 status collapsed
1598
1599 \begin_layout Plain Layout
1600
1601 }
1602 \end_layout
1603
1604 \end_inset
1605
1606
1607 \end_layout
1608
1609 \end_inset
1610
1611 .
1612  We wrote 
1613 \begin_inset Quotes eld
1614 \end_inset
1615
1616 can be
1617 \begin_inset Quotes erd
1618 \end_inset
1619
1620 , because you can convert any bitmap image to a PDF or EPS-image and the
1621  result will still be a bitmap image.
1622  In such cases only a header with the image properties is added to the original
1623  image
1624 \begin_inset Foot
1625 status collapsed
1626
1627 \begin_layout Plain Layout
1628 In the case of PDF, the original image is additionally compressed.
1629 \end_layout
1630
1631 \end_inset
1632
1633 .
1634  The PDF-files generated by 
1635 \family typewriter
1636 Adobe Photoshop
1637 \family default
1638  are for example bitmap images.
1639 \end_layout
1640
1641 \begin_layout Standard
1642 Normally it is not possible to convert a bitmap image into a scalable one,
1643  only vice versa.
1644  Only the image formats PDF and EPS can directly be embedded to PDF and
1645  PostScript output files, respectively.
1646  SVG and WMF-images are recalculated to bitmaps when the output file is
1647  generated because there is currently no adequate WMF/SVG
1648 \begin_inset Formula $\to$
1649 \end_inset
1650
1651 PDF/EPS converter available.
1652 \end_layout
1653
1654 \begin_layout Chapter
1655 Tables
1656 \begin_inset Index idx
1657 status collapsed
1658
1659 \begin_layout Plain Layout
1660 Table
1661 \end_layout
1662
1663 \end_inset
1664
1665
1666 \end_layout
1667
1668 \begin_layout Section
1669 Introduction
1670 \begin_inset Index idx
1671 status collapsed
1672
1673 \begin_layout Plain Layout
1674 Table ! Introduction
1675 \end_layout
1676
1677 \end_inset
1678
1679
1680 \end_layout
1681
1682 \begin_layout Standard
1683 You can insert a table using either the toolbar button 
1684 \begin_inset Info
1685 type  "icon"
1686 arg   "tabular-insert"
1687 \end_inset
1688
1689  or the menu 
1690 \family sans
1691 Insert\SpecialChar menuseparator
1692 Table
1693 \family default
1694 .
1695  The toolbar button offers you a graphical selection: move the mouse to
1696  set the column/row number of the table that should be created and then
1697  press a mouse button.
1698  When you use the menu to create a table, a dialog will appear, asking you
1699  for the number of rows and columns.
1700 \begin_inset Newline newline
1701 \end_inset
1702
1703 The default table has lines around any cell and the first row appears separated
1704  from the rest of the table.
1705  This separation occurs due to a double line: The cells of the first row
1706  have a line below them and the cells of the second row have a line above
1707  them.
1708  Here is an example table:
1709 \begin_inset Separator latexpar
1710 \end_inset
1711
1712
1713 \end_layout
1714
1715 \begin_layout Standard
1716 \align center
1717 \begin_inset Tabular
1718 <lyxtabular version="3" rows="4" columns="4">
1719 <features tabularvalignment="middle">
1720 <column alignment="center" valignment="top">
1721 <column alignment="center" valignment="top">
1722 <column alignment="center" valignment="top">
1723 <column alignment="center" valignment="top">
1724 <row>
1725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1726 \begin_inset Text
1727
1728 \begin_layout Plain Layout
1729
1730 \end_layout
1731
1732 \end_inset
1733 </cell>
1734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1735 \begin_inset Text
1736
1737 \begin_layout Plain Layout
1738
1739 \family roman
1740 \series medium
1741 \shape up
1742 \size normal
1743 \emph off
1744 \bar no
1745 \noun off
1746 \color none
1747 1
1748 \end_layout
1749
1750 \end_inset
1751 </cell>
1752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1753 \begin_inset Text
1754
1755 \begin_layout Plain Layout
1756 2
1757 \end_layout
1758
1759 \end_inset
1760 </cell>
1761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1762 \begin_inset Text
1763
1764 \begin_layout Plain Layout
1765 3
1766 \end_layout
1767
1768 \end_inset
1769 </cell>
1770 </row>
1771 <row>
1772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1773 \begin_inset Text
1774
1775 \begin_layout Plain Layout
1776
1777 \family roman
1778 \series medium
1779 \shape up
1780 \size normal
1781 \emph off
1782 \bar no
1783 \noun off
1784 \color none
1785 A
1786 \end_layout
1787
1788 \end_inset
1789 </cell>
1790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1791 \begin_inset Text
1792
1793 \begin_layout Plain Layout
1794
1795 \end_layout
1796
1797 \end_inset
1798 </cell>
1799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1800 \begin_inset Text
1801
1802 \begin_layout Plain Layout
1803
1804 \end_layout
1805
1806 \end_inset
1807 </cell>
1808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1809 \begin_inset Text
1810
1811 \begin_layout Plain Layout
1812
1813 \end_layout
1814
1815 \end_inset
1816 </cell>
1817 </row>
1818 <row>
1819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1820 \begin_inset Text
1821
1822 \begin_layout Plain Layout
1823
1824 \family roman
1825 \series medium
1826 \shape up
1827 \size normal
1828 \emph off
1829 \bar no
1830 \noun off
1831 \color none
1832 B
1833 \end_layout
1834
1835 \end_inset
1836 </cell>
1837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1838 \begin_inset Text
1839
1840 \begin_layout Plain Layout
1841
1842 \end_layout
1843
1844 \end_inset
1845 </cell>
1846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1847 \begin_inset Text
1848
1849 \begin_layout Plain Layout
1850
1851 \end_layout
1852
1853 \end_inset
1854 </cell>
1855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1856 \begin_inset Text
1857
1858 \begin_layout Plain Layout
1859
1860 \end_layout
1861
1862 \end_inset
1863 </cell>
1864 </row>
1865 <row>
1866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1867 \begin_inset Text
1868
1869 \begin_layout Plain Layout
1870
1871 \family roman
1872 \series medium
1873 \shape up
1874 \size normal
1875 \emph off
1876 \bar no
1877 \noun off
1878 \color none
1879 C
1880 \end_layout
1881
1882 \end_inset
1883 </cell>
1884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1885 \begin_inset Text
1886
1887 \begin_layout Plain Layout
1888
1889 \end_layout
1890
1891 \end_inset
1892 </cell>
1893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1894 \begin_inset Text
1895
1896 \begin_layout Plain Layout
1897
1898 \end_layout
1899
1900 \end_inset
1901 </cell>
1902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1903 \begin_inset Text
1904
1905 \begin_layout Plain Layout
1906
1907 \end_layout
1908
1909 \end_inset
1910 </cell>
1911 </row>
1912 </lyxtabular>
1913
1914 \end_inset
1915
1916
1917 \end_layout
1918
1919 \begin_layout Section
1920 Table Dialog
1921 \begin_inset Index idx
1922 status collapsed
1923
1924 \begin_layout Plain Layout
1925 Table ! Dialog
1926 \end_layout
1927
1928 \end_inset
1929
1930
1931 \end_layout
1932
1933 \begin_layout Standard
1934 You can alter a table by clicking on it with the right mouse button, which
1935  brings up the context menu.
1936  Under the menu entry 
1937 \family sans
1938 More
1939 \family default
1940  you can adjust the settings of that cell and row/column respectively where
1941  the cursor is currently placed.
1942  The context menu 
1943 \family sans
1944 More\SpecialChar menuseparator
1945 Settings
1946 \family default
1947  opens the table dialog where you can adjust more things.
1948  Most of the dialog options also work on selections.
1949  This means if you select more cells, columns or rows, the action is done
1950  for the whole selection.
1951  Note that there is a difference between selecting the 
1952 \emph on
1953 contents
1954 \emph default
1955  of the cell, and the cell itself.
1956 \begin_inset Newline newline
1957 \end_inset
1958
1959 With the dialog option 
1960 \family sans
1961 Immediate
1962 \begin_inset space ~
1963 \end_inset
1964
1965 Apply
1966 \family default
1967  every change you make in the dialog is directly applied.
1968  If you move the cursor to another table cell the dialog will then also
1969  be updated with the parameters of the new cell.
1970  If you change length values in the dialog you must press 
1971 \family sans
1972 Return
1973 \family default
1974  to get the change applied.
1975 \begin_inset Newline newline
1976 \end_inset
1977
1978 You can alter tables with the following tabs of the table dialog:
1979 \end_layout
1980
1981 \begin_layout Description
1982 Table
1983 \begin_inset space ~
1984 \end_inset
1985
1986 Settings Here you can set the table width
1987 \begin_inset Index idx
1988 status collapsed
1989
1990 \begin_layout Plain Layout
1991 Table ! Width
1992 \end_layout
1993
1994 \end_inset
1995
1996 , and the horizontal alignment and the width of the current column.
1997  The alignment 
1998 \family sans
1999 At
2000 \begin_inset space ~
2001 \end_inset
2002
2003 Decimal
2004 \begin_inset space ~
2005 \end_inset
2006
2007 Separator
2008 \family default
2009  is described in section
2010 \begin_inset space ~
2011 \end_inset
2012
2013
2014 \begin_inset CommandInset ref
2015 LatexCommand ref
2016 reference "subsec:Special-Cell-Alignment"
2017
2018 \end_inset
2019
2020 .
2021  When you have set a width you can also adjust the vertical alignment of
2022  the current row.
2023  A given width will allow the cell to have line breaks and multiple paragraphs
2024  of text, see sec.
2025 \begin_inset space \thinspace{}
2026 \end_inset
2027
2028
2029 \begin_inset CommandInset ref
2030 LatexCommand ref
2031 reference "subsec:Multiple-Lines-in"
2032
2033 \end_inset
2034
2035 .
2036  If you set no width, the column is as wide as the content of its widest
2037  cell.
2038 \begin_inset Newline newline
2039 \end_inset
2040
2041 Furthermore, you can mark one or multiple cells of one row as a multicolumn
2042  cell, see sec.
2043 \begin_inset space \thinspace{}
2044 \end_inset
2045
2046
2047 \begin_inset CommandInset ref
2048 LatexCommand ref
2049 reference "subsec:Multicolumns"
2050
2051 \end_inset
2052
2053  or the cells of one column as multirow cell, see sec.
2054 \begin_inset space \thinspace{}
2055 \end_inset
2056
2057
2058 \begin_inset CommandInset ref
2059 LatexCommand ref
2060 reference "subsec:Multirows"
2061
2062 \end_inset
2063
2064 .
2065 \begin_inset Newline newline
2066 \end_inset
2067
2068 The rotate check boxes rotate the current cell, a selection, or the whole
2069  table counter-clockwise by 90
2070 \begin_inset space \thinspace{}
2071 \end_inset
2072
2073 °.
2074  The rotation is not shown within \SpecialChar LyX
2075 , only in the output.
2076  For more information see sec.
2077 \begin_inset space \thinspace{}
2078 \end_inset
2079
2080
2081 \begin_inset CommandInset ref
2082 LatexCommand ref
2083 reference "sec:Rotated-Table-Cells"
2084
2085 \end_inset
2086
2087 .
2088 \begin_inset Newline newline
2089 \end_inset
2090
2091
2092 \begin_inset Note Greyedout
2093 status open
2094
2095 \begin_layout Plain Layout
2096
2097 \series bold
2098 Note:
2099 \series default
2100  Not all DVI-viewers are able to display rotations.
2101 \end_layout
2102
2103 \end_inset
2104
2105
2106 \begin_inset Newline newline
2107 \end_inset
2108
2109 The table-wide vertical alignment is used for tables within text lines:
2110 \begin_inset Newline newline
2111 \end_inset
2112
2113 A line with tables with different alignments: 
2114 \begin_inset Tabular
2115 <lyxtabular version="3" rows="2" columns="2">
2116 <features tabularvalignment="top">
2117 <column alignment="center" valignment="top" width="0pt">
2118 <column alignment="center" valignment="top">
2119 <row>
2120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2121 \begin_inset Text
2122
2123 \begin_layout Plain Layout
2124
2125 \end_layout
2126
2127 \end_inset
2128 </cell>
2129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2130 \begin_inset Text
2131
2132 \begin_layout Plain Layout
2133
2134 \family roman
2135 \series medium
2136 \shape up
2137 \size normal
2138 \emph off
2139 \bar no
2140 \noun off
2141 \color none
2142 1
2143 \end_layout
2144
2145 \end_inset
2146 </cell>
2147 </row>
2148 <row>
2149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2150 \begin_inset Text
2151
2152 \begin_layout Plain Layout
2153
2154 \family roman
2155 \series medium
2156 \shape up
2157 \size normal
2158 \emph off
2159 \bar no
2160 \noun off
2161 \color none
2162 A
2163 \end_layout
2164
2165 \end_inset
2166 </cell>
2167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2168 \begin_inset Text
2169
2170 \begin_layout Plain Layout
2171
2172 \end_layout
2173
2174 \end_inset
2175 </cell>
2176 </row>
2177 </lyxtabular>
2178
2179 \end_inset
2180
2181  
2182 \begin_inset Tabular
2183 <lyxtabular version="3" rows="2" columns="2">
2184 <features tabularvalignment="middle">
2185 <column alignment="center" valignment="top">
2186 <column alignment="center" valignment="top">
2187 <row>
2188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2189 \begin_inset Text
2190
2191 \begin_layout Plain Layout
2192
2193 \end_layout
2194
2195 \end_inset
2196 </cell>
2197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2198 \begin_inset Text
2199
2200 \begin_layout Plain Layout
2201
2202 \family roman
2203 \series medium
2204 \shape up
2205 \size normal
2206 \emph off
2207 \bar no
2208 \noun off
2209 \color none
2210 1
2211 \end_layout
2212
2213 \end_inset
2214 </cell>
2215 </row>
2216 <row>
2217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2218 \begin_inset Text
2219
2220 \begin_layout Plain Layout
2221
2222 \family roman
2223 \series medium
2224 \shape up
2225 \size normal
2226 \emph off
2227 \bar no
2228 \noun off
2229 \color none
2230 A
2231 \end_layout
2232
2233 \end_inset
2234 </cell>
2235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2236 \begin_inset Text
2237
2238 \begin_layout Plain Layout
2239
2240 \end_layout
2241
2242 \end_inset
2243 </cell>
2244 </row>
2245 </lyxtabular>
2246
2247 \end_inset
2248
2249  
2250 \begin_inset Tabular
2251 <lyxtabular version="3" rows="2" columns="2">
2252 <features tabularvalignment="bottom">
2253 <column alignment="center" valignment="top" width="0pt">
2254 <column alignment="center" valignment="top">
2255 <row>
2256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2257 \begin_inset Text
2258
2259 \begin_layout Plain Layout
2260
2261 \end_layout
2262
2263 \end_inset
2264 </cell>
2265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2266 \begin_inset Text
2267
2268 \begin_layout Plain Layout
2269
2270 \family roman
2271 \series medium
2272 \shape up
2273 \size normal
2274 \emph off
2275 \bar no
2276 \noun off
2277 \color none
2278 1
2279 \end_layout
2280
2281 \end_inset
2282 </cell>
2283 </row>
2284 <row>
2285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2286 \begin_inset Text
2287
2288 \begin_layout Plain Layout
2289
2290 \family roman
2291 \series medium
2292 \shape up
2293 \size normal
2294 \emph off
2295 \bar no
2296 \noun off
2297 \color none
2298 A
2299 \end_layout
2300
2301 \end_inset
2302 </cell>
2303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2304 \begin_inset Text
2305
2306 \begin_layout Plain Layout
2307
2308 \end_layout
2309
2310 \end_inset
2311 </cell>
2312 </row>
2313 </lyxtabular>
2314
2315 \end_inset
2316
2317
2318 \begin_inset Newline newline
2319 \end_inset
2320
2321 It is also possible to enter a \SpecialChar LaTeX
2322 -argument which is needed for special table
2323  formattings, see sec.
2324 \begin_inset space \thinspace{}
2325 \end_inset
2326
2327
2328 \begin_inset CommandInset ref
2329 LatexCommand ref
2330 reference "subsec:Multicolumn-Calculations"
2331
2332 \end_inset
2333
2334  and 
2335 \begin_inset CommandInset ref
2336 LatexCommand ref
2337 reference "sec:Colored-Tables"
2338
2339 \end_inset
2340
2341 .
2342 \end_layout
2343
2344 \begin_layout Description
2345 Borders In this tab you can add and delete border lines for the current
2346  row/column.
2347 \begin_inset Newline newline
2348 \end_inset
2349
2350 Using the style option 
2351 \family sans
2352 Formal
2353 \family default
2354  will convert the table to a formal table as described in sec.
2355 \begin_inset space \thinspace{}
2356 \end_inset
2357
2358
2359 \begin_inset CommandInset ref
2360 LatexCommand ref
2361 reference "sec:Formal-Tables"
2362
2363 \end_inset
2364
2365 .
2366 \begin_inset Newline newline
2367 \end_inset
2368
2369 You can also add space here to table rows as described in sec.
2370 \begin_inset space \thinspace{}
2371 \end_inset
2372
2373
2374 \begin_inset CommandInset ref
2375 LatexCommand ref
2376 reference "subsec:Row-Spacing"
2377
2378 \end_inset
2379
2380 .
2381 \end_layout
2382
2383 \begin_layout Description
2384 Multi-page
2385 \begin_inset space ~
2386 \end_inset
2387
2388 table This tab is to make a table a multi-page table that can run over several
2389  pages.
2390  Sections
2391 \begin_inset space ~
2392 \end_inset
2393
2394
2395 \begin_inset CommandInset ref
2396 LatexCommand ref
2397 reference "sec:Multi-page-Tables"
2398
2399 \end_inset
2400
2401  and 
2402 \begin_inset CommandInset ref
2403 LatexCommand ref
2404 reference "sec:Special-Longtable-Issues"
2405
2406 \end_inset
2407
2408  describe the multi-page table features in detail.
2409 \end_layout
2410
2411 \begin_layout Section
2412 Table Toolbar
2413 \begin_inset Index idx
2414 status collapsed
2415
2416 \begin_layout Plain Layout
2417 Table ! Toolbar
2418 \end_layout
2419
2420 \end_inset
2421
2422
2423 \end_layout
2424
2425 \begin_layout Standard
2426 The table toolbar is an alternative to the table dialog to be able to alter
2427  tables faster.
2428  It should normally appear at the bottom of \SpecialChar LyX
2429 's main window when the cursor
2430  is inside a table.
2431  You can alternatively switch it on to appear always, by right-clicking
2432  in \SpecialChar LyX
2433 's main menu bar.
2434 \end_layout
2435
2436 \begin_layout Standard
2437 The toolbar has the following icons:
2438 \end_layout
2439
2440 \begin_layout Labeling
2441 \labelwidthstring 00.00.0000
2442 \begin_inset Info
2443 type  "icon"
2444 arg   "tabular-feature append-row"
2445 \end_inset
2446
2447  adds a row below the current cell or selection
2448 \end_layout
2449
2450 \begin_layout Labeling
2451 \labelwidthstring 00.00.0000
2452 \begin_inset Info
2453 type  "icon"
2454 arg   "tabular-feature append-column"
2455 \end_inset
2456
2457  adds a column right beside the current cell or selection
2458 \end_layout
2459
2460 \begin_layout Labeling
2461 \labelwidthstring 00.00.0000
2462 \begin_inset Info
2463 type  "icon"
2464 arg   "tabular-feature delete-row"
2465 \end_inset
2466
2467  deletes the current row or selection
2468 \end_layout
2469
2470 \begin_layout Labeling
2471 \labelwidthstring 00.00.0000
2472 \begin_inset Info
2473 type  "icon"
2474 arg   "tabular-feature delete-column"
2475 \end_inset
2476
2477  deletes the current column or selection
2478 \end_layout
2479
2480 \begin_layout Labeling
2481 \labelwidthstring 00.00.0000
2482 \begin_inset Info
2483 type  "icon"
2484 arg   "tabular-feature move-row-up"
2485 \end_inset
2486
2487  moves the row up
2488 \end_layout
2489
2490 \begin_layout Labeling
2491 \labelwidthstring 00.00.0000
2492 \begin_inset Info
2493 type  "icon"
2494 arg   "tabular-feature move-column-left"
2495 \end_inset
2496
2497  moves the column to the left
2498 \end_layout
2499
2500 \begin_layout Labeling
2501 \labelwidthstring 00.00.0000
2502 \begin_inset Info
2503 type  "icon"
2504 arg   "tabular-feature move-row-down"
2505 \end_inset
2506
2507  moves the row down
2508 \end_layout
2509
2510 \begin_layout Labeling
2511 \labelwidthstring 00.00.0000
2512 \begin_inset Info
2513 type  "icon"
2514 arg   "tabular-feature move-column-right"
2515 \end_inset
2516
2517  moves the column to the right
2518 \end_layout
2519
2520 \begin_layout Labeling
2521 \labelwidthstring 00.00.0000
2522 \begin_inset Info
2523 type  "icon"
2524 arg   "tabular-feature toggle-line-top"
2525 \end_inset
2526
2527  adds a line at the top of the current cell / row or of a selection
2528 \end_layout
2529
2530 \begin_layout Labeling
2531 \labelwidthstring 00.00.0000
2532 \begin_inset Info
2533 type  "icon"
2534 arg   "tabular-feature toggle-line-bottom"
2535 \end_inset
2536
2537  adds a line at the bottom of the current cell / row or of a selection
2538 \end_layout
2539
2540 \begin_layout Labeling
2541 \labelwidthstring 00.00.0000
2542 \begin_inset Info
2543 type  "icon"
2544 arg   "tabular-feature toggle-line-left"
2545 \end_inset
2546
2547  adds a line at the left side of the current cell / row or of a selection
2548 \end_layout
2549
2550 \begin_layout Labeling
2551 \labelwidthstring 00.00.0000
2552 \begin_inset Info
2553 type  "icon"
2554 arg   "tabular-feature toggle-line-right"
2555 \end_inset
2556
2557  adds a line at the right side of the current cell / row or of a selection
2558 \end_layout
2559
2560 \begin_layout Labeling
2561 \labelwidthstring 00.00.0000
2562 \begin_inset Info
2563 type  "icon"
2564 arg   "tabular-feature set-all-lines"
2565 \end_inset
2566
2567  adds lines around the current or selected cells - if the current cell no
2568  multicolumn cell this also affects the current row and column
2569 \end_layout
2570
2571 \begin_layout Labeling
2572 \labelwidthstring 00.00.0000
2573 \begin_inset Info
2574 type  "icon"
2575 arg   "tabular-feature unset-all-lines"
2576 \end_inset
2577
2578  deletes all lines of the current or selected cells - if the current cell
2579  no multicolumn cell this also affects the current row and column
2580 \end_layout
2581
2582 \begin_layout Labeling
2583 \labelwidthstring 00.00.0000
2584 \begin_inset Info
2585 type  "icon"
2586 arg   "tabular-feature m-align-left"
2587 \end_inset
2588
2589  left-aligns the content of the current cell / column
2590 \end_layout
2591
2592 \begin_layout Labeling
2593 \labelwidthstring 00.00.0000
2594 \begin_inset Info
2595 type  "icon"
2596 arg   "tabular-feature m-align-center"
2597 \end_inset
2598
2599  centers the content of the current cell / column horizontally
2600 \end_layout
2601
2602 \begin_layout Labeling
2603 \labelwidthstring 00.00.0000
2604 \begin_inset Info
2605 type  "icon"
2606 arg   "tabular-feature m-align-right"
2607 \end_inset
2608
2609  right-aligns the content of the current cell / column
2610 \end_layout
2611
2612 \begin_layout Labeling
2613 \labelwidthstring 00.00.0000
2614 \begin_inset Info
2615 type  "icon"
2616 arg   "tabular-feature align-decimal"
2617 \end_inset
2618
2619  aligns the content of the current column at a character
2620 \end_layout
2621
2622 \begin_layout Labeling
2623 \labelwidthstring 00.00.0000
2624 \begin_inset Info
2625 type  "icon"
2626 arg   "tabular-feature m-valign-top"
2627 \end_inset
2628
2629  aligns the content of the current cell vertically to the top
2630 \end_layout
2631
2632 \begin_layout Labeling
2633 \labelwidthstring 00.00.0000
2634 \begin_inset Info
2635 type  "icon"
2636 arg   "tabular-feature m-valign-middle"
2637 \end_inset
2638
2639  centers the content of the current cell vertically
2640 \end_layout
2641
2642 \begin_layout Labeling
2643 \labelwidthstring 00.00.0000
2644 \begin_inset Info
2645 type  "icon"
2646 arg   "tabular-feature m-valign-bottom"
2647 \end_inset
2648
2649  aligns the content of the current cell vertically to the bottom
2650 \end_layout
2651
2652 \begin_layout Labeling
2653 \labelwidthstring 00.00.0000
2654 \begin_inset Info
2655 type  "icon"
2656 arg   "tabular-feature set-rotate-cell"
2657 \end_inset
2658
2659  rotates the current cell or selection counter-clockwise by 90°
2660 \end_layout
2661
2662 \begin_layout Labeling
2663 \labelwidthstring 00.00.0000
2664 \begin_inset Info
2665 type  "icon"
2666 arg   "tabular-feature set-rotate-tabular"
2667 \end_inset
2668
2669  rotates the whole table counter-clockwise by 90°
2670 \end_layout
2671
2672 \begin_layout Labeling
2673 \labelwidthstring 00.00.0000
2674 \begin_inset Info
2675 type  "icon"
2676 arg   "tabular-feature multicolumn"
2677 \end_inset
2678
2679  sets the current cell or selection as a multicolumn
2680 \end_layout
2681
2682 \begin_layout Labeling
2683 \labelwidthstring 00.00.0000
2684 \begin_inset Info
2685 type  "icon"
2686 arg   "tabular-feature multirow"
2687 \end_inset
2688
2689  sets the current cell or selection as a multirow
2690 \end_layout
2691
2692 \begin_layout Standard
2693 \begin_inset Note Greyedout
2694 status open
2695
2696 \begin_layout Plain Layout
2697
2698 \series bold
2699 Note:
2700 \series default
2701  For the output the vertical alignment of the first cell in a row is used
2702  for all following cells in the row.
2703 \end_layout
2704
2705 \end_inset
2706
2707
2708 \end_layout
2709
2710 \begin_layout Section
2711 Edit Table Menu
2712 \begin_inset Index idx
2713 status collapsed
2714
2715 \begin_layout Plain Layout
2716 Table ! Edit Menu
2717 \end_layout
2718
2719 \end_inset
2720
2721
2722 \end_layout
2723
2724 \begin_layout Standard
2725 In addition to the table dialog and toolbar, the menu 
2726 \family sans
2727 Edit\SpecialChar menuseparator
2728 Table
2729 \family default
2730  allows you to add and delete border lines for the current row/column and
2731  to set the current selection as multicolumn.
2732  The menu is only available when the cursor is inside a table.
2733 \end_layout
2734
2735 \begin_layout Section
2736 Table Floats
2737 \begin_inset CommandInset label
2738 LatexCommand label
2739 name "sec:Table-Floats"
2740
2741 \end_inset
2742
2743
2744 \begin_inset Index idx
2745 status collapsed
2746
2747 \begin_layout Plain Layout
2748 Floats ! Tables
2749 \end_layout
2750
2751 \end_inset
2752
2753
2754 \begin_inset Index idx
2755 status collapsed
2756
2757 \begin_layout Plain Layout
2758 Table ! Floats
2759 \end_layout
2760
2761 \end_inset
2762
2763
2764 \end_layout
2765
2766 \begin_layout Standard
2767 For general explanations about floats, have a look at section
2768 \begin_inset space ~
2769 \end_inset
2770
2771
2772 \begin_inset CommandInset ref
2773 LatexCommand ref
2774 reference "sec:FloatIntroduction"
2775
2776 \end_inset
2777
2778 .
2779 \end_layout
2780
2781 \begin_layout Standard
2782 \begin_inset Float table
2783 placement h
2784 wide false
2785 sideways false
2786 status open
2787
2788 \begin_layout Plain Layout
2789 \begin_inset Caption Standard
2790
2791 \begin_layout Plain Layout
2792 \begin_inset CommandInset label
2793 LatexCommand label
2794 name "tab:a table float"
2795
2796 \end_inset
2797
2798 A table float.
2799 \end_layout
2800
2801 \end_inset
2802
2803
2804 \end_layout
2805
2806 \begin_layout Plain Layout
2807 \align center
2808 \begin_inset Tabular
2809 <lyxtabular version="3" rows="3" columns="3">
2810 <features tabularvalignment="middle">
2811 <column alignment="center" valignment="top" width="0pt">
2812 <column alignment="center" valignment="top" width="0pt">
2813 <column alignment="center" valignment="top" width="0pt">
2814 <row>
2815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2816 \begin_inset Text
2817
2818 \begin_layout Plain Layout
2819
2820 \family roman
2821 \series medium
2822 \shape up
2823 \size normal
2824 \emph off
2825 \bar no
2826 \noun off
2827 \color none
2828 1
2829 \end_layout
2830
2831 \end_inset
2832 </cell>
2833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2834 \begin_inset Text
2835
2836 \begin_layout Plain Layout
2837
2838 \family roman
2839 \series medium
2840 \shape up
2841 \size normal
2842 \emph off
2843 \bar no
2844 \noun off
2845 \color none
2846 2
2847 \end_layout
2848
2849 \end_inset
2850 </cell>
2851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2852 \begin_inset Text
2853
2854 \begin_layout Plain Layout
2855
2856 \family roman
2857 \series medium
2858 \shape up
2859 \size normal
2860 \emph off
2861 \bar no
2862 \noun off
2863 \color none
2864 3
2865 \end_layout
2866
2867 \end_inset
2868 </cell>
2869 </row>
2870 <row>
2871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2872 \begin_inset Text
2873
2874 \begin_layout Plain Layout
2875
2876 \family roman
2877 \series medium
2878 \shape up
2879 \size normal
2880 \emph off
2881 \bar no
2882 \noun off
2883 \color none
2884 Joe
2885 \end_layout
2886
2887 \end_inset
2888 </cell>
2889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2890 \begin_inset Text
2891
2892 \begin_layout Plain Layout
2893
2894 \family roman
2895 \series medium
2896 \shape up
2897 \size normal
2898 \emph off
2899 \bar no
2900 \noun off
2901 \color none
2902 Mary
2903 \end_layout
2904
2905 \end_inset
2906 </cell>
2907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2908 \begin_inset Text
2909
2910 \begin_layout Plain Layout
2911
2912 \family roman
2913 \series medium
2914 \shape up
2915 \size normal
2916 \emph off
2917 \bar no
2918 \noun off
2919 \color none
2920 Ted
2921 \end_layout
2922
2923 \end_inset
2924 </cell>
2925 </row>
2926 <row>
2927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2928 \begin_inset Text
2929
2930 \begin_layout Plain Layout
2931
2932 \family roman
2933 \series medium
2934 \shape up
2935 \size normal
2936 \emph off
2937 \bar no
2938 \noun off
2939 \color none
2940 \begin_inset Formula $\int x^{2}dx$
2941 \end_inset
2942
2943
2944 \end_layout
2945
2946 \end_inset
2947 </cell>
2948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2949 \begin_inset Text
2950
2951 \begin_layout Plain Layout
2952
2953 \family roman
2954 \series medium
2955 \shape up
2956 \size normal
2957 \emph off
2958 \bar no
2959 \noun off
2960 \color none
2961 \begin_inset Formula $\left[\begin{array}{cc}
2962 a & b\\
2963 c & d
2964 \end{array}\right]$
2965 \end_inset
2966
2967
2968 \end_layout
2969
2970 \end_inset
2971 </cell>
2972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2973 \begin_inset Text
2974
2975 \begin_layout Plain Layout
2976
2977 \family roman
2978 \series medium
2979 \shape up
2980 \size normal
2981 \emph off
2982 \bar no
2983 \noun off
2984 \color none
2985 \begin_inset Formula $1+1=2$
2986 \end_inset
2987
2988
2989 \end_layout
2990
2991 \end_inset
2992 </cell>
2993 </row>
2994 </lyxtabular>
2995
2996 \end_inset
2997
2998
2999 \end_layout
3000
3001 \end_inset
3002
3003
3004 \end_layout
3005
3006 \begin_layout Standard
3007 Table floats can be inserted using the menu 
3008 \family sans
3009 Insert\SpecialChar menuseparator
3010 Float\SpecialChar menuseparator
3011 Table
3012 \family default
3013  or the toolbar button 
3014 \begin_inset Info
3015 type  "icon"
3016 arg   "float-insert table"
3017 \end_inset
3018
3019 .
3020 \end_layout
3021
3022 \begin_layout Standard
3023 The float appears as a collapsible box with a caption that has the label
3024  
3025 \begin_inset Quotes eld
3026 \end_inset
3027
3028 Table
3029 \begin_inset space ~
3030 \end_inset
3031
3032 #:
3033 \begin_inset Quotes erd
3034 \end_inset
3035
3036  (# is the actual table number).
3037  You can insert tables in the float above or below the caption.
3038 \end_layout
3039
3040 \begin_layout Standard
3041 Table
3042 \begin_inset space ~
3043 \end_inset
3044
3045
3046 \begin_inset CommandInset ref
3047 LatexCommand ref
3048 reference "tab:a table float"
3049
3050 \end_inset
3051
3052  is an example table within a table float.
3053 \end_layout
3054
3055 \begin_layout Standard
3056 Having the caption above the table is the common rule that is unfortunately
3057  not supported in \SpecialChar LaTeX
3058 's standard classes.
3059  This means that, if you are using the document classes 
3060 \family sans
3061 article
3062 \family default
3063
3064 \family sans
3065 book
3066 \family default
3067
3068 \family sans
3069 letter
3070 \family default
3071 , or 
3072 \family sans
3073 report
3074 \family default
3075 , there will be no space between the caption and the table.
3076  To insert the needed space, add the following option to the load command
3077  of the \SpecialChar LaTeX
3078 -package 
3079 \series bold
3080 caption
3081 \series default
3082
3083 \begin_inset Index idx
3084 status collapsed
3085
3086 \begin_layout Plain Layout
3087 \SpecialChar LaTeX
3088 -packages ! caption
3089 \end_layout
3090
3091 \end_inset
3092
3093  in your document preamble:
3094 \begin_inset Foot
3095 status collapsed
3096
3097 \begin_layout Plain Layout
3098 For more information have a look at section
3099 \begin_inset space ~
3100 \end_inset
3101
3102
3103 \begin_inset CommandInset ref
3104 LatexCommand ref
3105 reference "sec:Caption-Placement"
3106
3107 \end_inset
3108
3109 .
3110 \end_layout
3111
3112 \end_inset
3113
3114
3115 \end_layout
3116
3117 \begin_layout Standard
3118
3119 \series bold
3120 tableposition=top
3121 \end_layout
3122
3123 \begin_layout Standard
3124 The package 
3125 \series bold
3126 caption
3127 \series default
3128 , which is described in section
3129 \begin_inset space ~
3130 \end_inset
3131
3132
3133 \begin_inset CommandInset ref
3134 LatexCommand ref
3135 reference "sec:Caption-Formatting"
3136
3137 \end_inset
3138
3139 , is used to adjust the caption format.
3140 \end_layout
3141
3142 \begin_layout Standard
3143 \begin_inset Index idx
3144 status collapsed
3145
3146 \begin_layout Plain Layout
3147 References ! to Tables
3148 \end_layout
3149
3150 \end_inset
3151
3152 Tables can be cross-referenced in the text by referencing their label.
3153  To do this insert a label in the caption using the menu 
3154 \family sans
3155 Insert\SpecialChar menuseparator
3156 Label
3157 \family default
3158  or the toolbar button 
3159 \begin_inset Info
3160 type  "icon"
3161 arg   "label-insert"
3162 \end_inset
3163
3164 .
3165  You can now refer to the label using the menu 
3166 \family sans
3167 Insert\SpecialChar menuseparator
3168 Cross
3169 \begin_inset space ~
3170 \end_inset
3171
3172 reference
3173 \family default
3174  or the toolbar button 
3175 \begin_inset Info
3176 type  "icon"
3177 arg   "dialog-show-new-inset ref"
3178 \end_inset
3179
3180 .
3181 \begin_inset Newline newline
3182 \end_inset
3183
3184 Referencing is explained in detail in section
3185 \begin_inset space ~
3186 \end_inset
3187
3188
3189 \begin_inset CommandInset ref
3190 LatexCommand ref
3191 reference "sec:Referencing-Floats"
3192
3193 \end_inset
3194
3195 .
3196 \end_layout
3197
3198 \begin_layout Section
3199
3200 \family sans
3201 Multi-page Table
3202 \family default
3203 s
3204 \begin_inset CommandInset label
3205 LatexCommand label
3206 name "sec:Multi-page-Tables"
3207
3208 \end_inset
3209
3210
3211 \begin_inset Index idx
3212 status collapsed
3213
3214 \begin_layout Plain Layout
3215 Multi-page Table
3216 \end_layout
3217
3218 \end_inset
3219
3220
3221 \begin_inset Index idx
3222 status collapsed
3223
3224 \begin_layout Plain Layout
3225 Table ! Multi-page Table
3226 \end_layout
3227
3228 \end_inset
3229
3230
3231 \end_layout
3232
3233 \begin_layout Standard
3234 If the table is too long to fit on one page, you can use the option 
3235 \family sans
3236 Use
3237 \begin_inset space ~
3238 \end_inset
3239
3240 multi-page
3241 \family default
3242  table in the tab 
3243 \family sans
3244 Multi-page
3245 \begin_inset space ~
3246 \end_inset
3247
3248 table
3249 \family default
3250  of the table dialog to split the table automatically over more pages.
3251  Doing this enables the following options:
3252 \end_layout
3253
3254 \begin_layout Description
3255 Header: The current row is defined to be a header row that appears on all
3256  pages of the multi-page table; except for the first page, if 
3257 \family sans
3258 First
3259 \begin_inset space ~
3260 \end_inset
3261
3262 header
3263 \family default
3264  is defined.
3265  This is therefore called the main header.
3266 \end_layout
3267
3268 \begin_layout Description
3269 First
3270 \begin_inset space ~
3271 \end_inset
3272
3273 header: The current row is defined to be a header row that appears on the
3274  first page of the multi-page table.
3275 \end_layout
3276
3277 \begin_layout Description
3278 Footer: The current row is defined to be a footer row that appears on all
3279  pages of the multi-page table; except for the last page, if 
3280 \family sans
3281 Last
3282 \begin_inset space ~
3283 \end_inset
3284
3285 footer
3286 \family default
3287  is defined.
3288 \end_layout
3289
3290 \begin_layout Description
3291 Last
3292 \begin_inset space ~
3293 \end_inset
3294
3295 footer: The current row is defined to be a footer row that appears on the
3296  last page of the multi-page table.
3297 \end_layout
3298
3299 \begin_layout Description
3300 Caption: The current row contains the table caption.
3301  The row is reset as single column and a caption is inserted.
3302  More about multi-page table captions is explained in sec.
3303 \begin_inset space \thinspace{}
3304 \end_inset
3305
3306
3307 \begin_inset CommandInset ref
3308 LatexCommand ref
3309 reference "subsec:Multi-page-Table-Captions"
3310
3311 \end_inset
3312
3313 .
3314 \end_layout
3315
3316 \begin_layout Standard
3317 You can also specify a row where the table is split.
3318  See the following multi-page table to see how it works:
3319 \begin_inset Separator latexpar
3320 \end_inset
3321
3322
3323 \end_layout
3324
3325 \begin_layout Standard
3326 \align center
3327 \begin_inset Tabular
3328 <lyxtabular version="3" rows="69" columns="3">
3329 <features islongtable="true" longtabularalignment="center">
3330 <column alignment="left" valignment="top" width="0cm">
3331 <column alignment="left" valignment="top" width="0pt">
3332 <column alignment="center" valignment="top" width="0pt">
3333 <row endfirsthead="true">
3334 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3335 \begin_inset Text
3336
3337 \begin_layout Plain Layout
3338
3339 \series bold
3340 Example Phone List (ignore the names)
3341 \end_layout
3342
3343 \end_inset
3344 </cell>
3345 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3346 \begin_inset Text
3347
3348 \begin_layout Plain Layout
3349
3350 \end_layout
3351
3352 \end_inset
3353 </cell>
3354 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3355 \begin_inset Text
3356
3357 \begin_layout Plain Layout
3358
3359 \end_layout
3360
3361 \end_inset
3362 </cell>
3363 </row>
3364 <row endfirsthead="true">
3365 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3366 \begin_inset Text
3367
3368 \begin_layout Plain Layout
3369
3370 \series bold
3371 NAME
3372 \end_layout
3373
3374 \end_inset
3375 </cell>
3376 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3377 \begin_inset Text
3378
3379 \begin_layout Plain Layout
3380
3381 \end_layout
3382
3383 \end_inset
3384 </cell>
3385 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3386 \begin_inset Text
3387
3388 \begin_layout Plain Layout
3389
3390 \series bold
3391 TEL.
3392 \end_layout
3393
3394 \end_inset
3395 </cell>
3396 </row>
3397 <row endhead="true">
3398 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3399 \begin_inset Text
3400
3401 \begin_layout Plain Layout
3402
3403 \series bold
3404 Example Phone List
3405 \end_layout
3406
3407 \end_inset
3408 </cell>
3409 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3410 \begin_inset Text
3411
3412 \begin_layout Plain Layout
3413
3414 \end_layout
3415
3416 \end_inset
3417 </cell>
3418 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3419 \begin_inset Text
3420
3421 \begin_layout Plain Layout
3422
3423 \end_layout
3424
3425 \end_inset
3426 </cell>
3427 </row>
3428 <row endhead="true">
3429 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3430 \begin_inset Text
3431
3432 \begin_layout Plain Layout
3433
3434 \series bold
3435 NAME
3436 \end_layout
3437
3438 \end_inset
3439 </cell>
3440 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3441 \begin_inset Text
3442
3443 \begin_layout Plain Layout
3444
3445 \end_layout
3446
3447 \end_inset
3448 </cell>
3449 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3450 \begin_inset Text
3451
3452 \begin_layout Plain Layout
3453
3454 \series bold
3455 TEL.
3456 \end_layout
3457
3458 \end_inset
3459 </cell>
3460 </row>
3461 <row endfoot="true">
3462 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3463 \begin_inset Text
3464
3465 \begin_layout Plain Layout
3466  continued on next page
3467 \end_layout
3468
3469 \end_inset
3470 </cell>
3471 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3472 \begin_inset Text
3473
3474 \begin_layout Plain Layout
3475
3476 \end_layout
3477
3478 \end_inset
3479 </cell>
3480 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3481 \begin_inset Text
3482
3483 \begin_layout Plain Layout
3484
3485 \end_layout
3486
3487 \end_inset
3488 </cell>
3489 </row>
3490 <row>
3491 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3492 \begin_inset Text
3493
3494 \begin_layout Plain Layout
3495
3496 \series bold
3497 Annovi
3498 \end_layout
3499
3500 \end_inset
3501 </cell>
3502 <cell alignment="center" valignment="top" usebox="none">
3503 \begin_inset Text
3504
3505 \begin_layout Plain Layout
3506 Silvia
3507 \end_layout
3508
3509 \end_inset
3510 </cell>
3511 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3512 \begin_inset Text
3513
3514 \begin_layout Plain Layout
3515 111
3516 \end_layout
3517
3518 \end_inset
3519 </cell>
3520 </row>
3521 <row>
3522 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3523 \begin_inset Text
3524
3525 \begin_layout Plain Layout
3526
3527 \series bold
3528 Bertoli
3529 \end_layout
3530
3531 \end_inset
3532 </cell>
3533 <cell alignment="center" valignment="top" usebox="none">
3534 \begin_inset Text
3535
3536 \begin_layout Plain Layout
3537 Stefano
3538 \end_layout
3539
3540 \end_inset
3541 </cell>
3542 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3543 \begin_inset Text
3544
3545 \begin_layout Plain Layout
3546 111
3547 \end_layout
3548
3549 \end_inset
3550 </cell>
3551 </row>
3552 <row>
3553 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3554 \begin_inset Text
3555
3556 \begin_layout Plain Layout
3557
3558 \series bold
3559 Bozzi
3560 \end_layout
3561
3562 \end_inset
3563 </cell>
3564 <cell alignment="center" valignment="top" usebox="none">
3565 \begin_inset Text
3566
3567 \begin_layout Plain Layout
3568 Walter
3569 \end_layout
3570
3571 \end_inset
3572 </cell>
3573 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3574 \begin_inset Text
3575
3576 \begin_layout Plain Layout
3577 111
3578 \end_layout
3579
3580 \end_inset
3581 </cell>
3582 </row>
3583 <row>
3584 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3585 \begin_inset Text
3586
3587 \begin_layout Plain Layout
3588
3589 \series bold
3590 Cachia
3591 \end_layout
3592
3593 \end_inset
3594 </cell>
3595 <cell alignment="center" valignment="top" usebox="none">
3596 \begin_inset Text
3597
3598 \begin_layout Plain Layout
3599 Maria
3600 \end_layout
3601
3602 \end_inset
3603 </cell>
3604 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3605 \begin_inset Text
3606
3607 \begin_layout Plain Layout
3608 111
3609 \end_layout
3610
3611 \end_inset
3612 </cell>
3613 </row>
3614 <row>
3615 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3616 \begin_inset Text
3617
3618 \begin_layout Plain Layout
3619
3620 \series bold
3621 Cachia
3622 \end_layout
3623
3624 \end_inset
3625 </cell>
3626 <cell alignment="center" valignment="top" usebox="none">
3627 \begin_inset Text
3628
3629 \begin_layout Plain Layout
3630 Maurizio
3631 \end_layout
3632
3633 \end_inset
3634 </cell>
3635 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3636 \begin_inset Text
3637
3638 \begin_layout Plain Layout
3639 111
3640 \end_layout
3641
3642 \end_inset
3643 </cell>
3644 </row>
3645 <row>
3646 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3647 \begin_inset Text
3648
3649 \begin_layout Plain Layout
3650
3651 \series bold
3652 Cinquemani
3653 \end_layout
3654
3655 \end_inset
3656 </cell>
3657 <cell alignment="center" valignment="top" usebox="none">
3658 \begin_inset Text
3659
3660 \begin_layout Plain Layout
3661 Giusi
3662 \end_layout
3663
3664 \end_inset
3665 </cell>
3666 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3667 \begin_inset Text
3668
3669 \begin_layout Plain Layout
3670 111
3671 \end_layout
3672
3673 \end_inset
3674 </cell>
3675 </row>
3676 <row>
3677 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3678 \begin_inset Text
3679
3680 \begin_layout Plain Layout
3681
3682 \series bold
3683 Colin
3684 \end_layout
3685
3686 \end_inset
3687 </cell>
3688 <cell alignment="center" valignment="top" usebox="none">
3689 \begin_inset Text
3690
3691 \begin_layout Plain Layout
3692 Bernard
3693 \end_layout
3694
3695 \end_inset
3696 </cell>
3697 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3698 \begin_inset Text
3699
3700 \begin_layout Plain Layout
3701 111
3702 \end_layout
3703
3704 \end_inset
3705 </cell>
3706 </row>
3707 <row>
3708 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3709 \begin_inset Text
3710
3711 \begin_layout Plain Layout
3712
3713 \series bold
3714 Concli
3715 \end_layout
3716
3717 \end_inset
3718 </cell>
3719 <cell alignment="center" valignment="top" usebox="none">
3720 \begin_inset Text
3721
3722 \begin_layout Plain Layout
3723 Gianfranco
3724 \end_layout
3725
3726 \end_inset
3727 </cell>
3728 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3729 \begin_inset Text
3730
3731 \begin_layout Plain Layout
3732 111
3733 \end_layout
3734
3735 \end_inset
3736 </cell>
3737 </row>
3738 <row>
3739 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3740 \begin_inset Text
3741
3742 \begin_layout Plain Layout
3743
3744 \series bold
3745 Dal Bosco
3746 \end_layout
3747
3748 \end_inset
3749 </cell>
3750 <cell alignment="center" valignment="top" usebox="none">
3751 \begin_inset Text
3752
3753 \begin_layout Plain Layout
3754 Carolina
3755 \end_layout
3756
3757 \end_inset
3758 </cell>
3759 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3760 \begin_inset Text
3761
3762 \begin_layout Plain Layout
3763 111
3764 \end_layout
3765
3766 \end_inset
3767 </cell>
3768 </row>
3769 <row>
3770 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3771 \begin_inset Text
3772
3773 \begin_layout Plain Layout
3774
3775 \series bold
3776 Dalpiaz
3777 \end_layout
3778
3779 \end_inset
3780 </cell>
3781 <cell alignment="center" valignment="top" usebox="none">
3782 \begin_inset Text
3783
3784 \begin_layout Plain Layout
3785 Annamaria
3786 \end_layout
3787
3788 \end_inset
3789 </cell>
3790 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3791 \begin_inset Text
3792
3793 \begin_layout Plain Layout
3794 111
3795 \end_layout
3796
3797 \end_inset
3798 </cell>
3799 </row>
3800 <row>
3801 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3802 \begin_inset Text
3803
3804 \begin_layout Plain Layout
3805
3806 \series bold
3807 Feliciello
3808 \end_layout
3809
3810 \end_inset
3811 </cell>
3812 <cell alignment="center" valignment="top" usebox="none">
3813 \begin_inset Text
3814
3815 \begin_layout Plain Layout
3816 Domenico
3817 \end_layout
3818
3819 \end_inset
3820 </cell>
3821 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3822 \begin_inset Text
3823
3824 \begin_layout Plain Layout
3825 111
3826 \end_layout
3827
3828 \end_inset
3829 </cell>
3830 </row>
3831 <row>
3832 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3833 \begin_inset Text
3834
3835 \begin_layout Plain Layout
3836
3837 \series bold
3838 Focarelli
3839 \end_layout
3840
3841 \end_inset
3842 </cell>
3843 <cell alignment="center" valignment="top" usebox="none">
3844 \begin_inset Text
3845
3846 \begin_layout Plain Layout
3847 Paola
3848 \end_layout
3849
3850 \end_inset
3851 </cell>
3852 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3853 \begin_inset Text
3854
3855 \begin_layout Plain Layout
3856 111
3857 \end_layout
3858
3859 \end_inset
3860 </cell>
3861 </row>
3862 <row>
3863 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3864 \begin_inset Text
3865
3866 \begin_layout Plain Layout
3867
3868 \series bold
3869 Galletti
3870 \end_layout
3871
3872 \end_inset
3873 </cell>
3874 <cell alignment="center" valignment="top" usebox="none">
3875 \begin_inset Text
3876
3877 \begin_layout Plain Layout
3878 Oreste
3879 \end_layout
3880
3881 \end_inset
3882 </cell>
3883 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3884 \begin_inset Text
3885
3886 \begin_layout Plain Layout
3887 111
3888 \end_layout
3889
3890 \end_inset
3891 </cell>
3892 </row>
3893 <row>
3894 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3895 \begin_inset Text
3896
3897 \begin_layout Plain Layout
3898
3899 \series bold
3900 Gasparini
3901 \end_layout
3902
3903 \end_inset
3904 </cell>
3905 <cell alignment="center" valignment="top" usebox="none">
3906 \begin_inset Text
3907
3908 \begin_layout Plain Layout
3909 Franca
3910 \end_layout
3911
3912 \end_inset
3913 </cell>
3914 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3915 \begin_inset Text
3916
3917 \begin_layout Plain Layout
3918 111
3919 \end_layout
3920
3921 \end_inset
3922 </cell>
3923 </row>
3924 <row>
3925 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3926 \begin_inset Text
3927
3928 \begin_layout Plain Layout
3929
3930 \series bold
3931 Rizzardi
3932 \end_layout
3933
3934 \end_inset
3935 </cell>
3936 <cell alignment="center" valignment="top" usebox="none">
3937 \begin_inset Text
3938
3939 \begin_layout Plain Layout
3940 Paola
3941 \end_layout
3942
3943 \end_inset
3944 </cell>
3945 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3946 \begin_inset Text
3947
3948 \begin_layout Plain Layout
3949 111
3950 \end_layout
3951
3952 \end_inset
3953 </cell>
3954 </row>
3955 <row>
3956 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3957 \begin_inset Text
3958
3959 \begin_layout Plain Layout
3960
3961 \series bold
3962 Lassini
3963 \end_layout
3964
3965 \end_inset
3966 </cell>
3967 <cell alignment="center" valignment="top" usebox="none">
3968 \begin_inset Text
3969
3970 \begin_layout Plain Layout
3971 Giancarlo
3972 \end_layout
3973
3974 \end_inset
3975 </cell>
3976 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3977 \begin_inset Text
3978
3979 \begin_layout Plain Layout
3980 111
3981 \end_layout
3982
3983 \end_inset
3984 </cell>
3985 </row>
3986 <row>
3987 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3988 \begin_inset Text
3989
3990 \begin_layout Plain Layout
3991
3992 \series bold
3993 Malfatti
3994 \end_layout
3995
3996 \end_inset
3997 </cell>
3998 <cell alignment="center" valignment="top" usebox="none">
3999 \begin_inset Text
4000
4001 \begin_layout Plain Layout
4002 Luciano
4003 \end_layout
4004
4005 \end_inset
4006 </cell>
4007 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4008 \begin_inset Text
4009
4010 \begin_layout Plain Layout
4011 111
4012 \end_layout
4013
4014 \end_inset
4015 </cell>
4016 </row>
4017 <row>
4018 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4019 \begin_inset Text
4020
4021 \begin_layout Plain Layout
4022
4023 \series bold
4024 Malfatti
4025 \end_layout
4026
4027 \end_inset
4028 </cell>
4029 <cell alignment="center" valignment="top" usebox="none">
4030 \begin_inset Text
4031
4032 \begin_layout Plain Layout
4033 Valeriano
4034 \end_layout
4035
4036 \end_inset
4037 </cell>
4038 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4039 \begin_inset Text
4040
4041 \begin_layout Plain Layout
4042 111
4043 \end_layout
4044
4045 \end_inset
4046 </cell>
4047 </row>
4048 <row>
4049 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4050 \begin_inset Text
4051
4052 \begin_layout Plain Layout
4053
4054 \series bold
4055 Meneguzzo
4056 \end_layout
4057
4058 \end_inset
4059 </cell>
4060 <cell alignment="center" valignment="top" usebox="none">
4061 \begin_inset Text
4062
4063 \begin_layout Plain Layout
4064 Roberto
4065 \end_layout
4066
4067 \end_inset
4068 </cell>
4069 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4070 \begin_inset Text
4071
4072 \begin_layout Plain Layout
4073 111
4074 \end_layout
4075
4076 \end_inset
4077 </cell>
4078 </row>
4079 <row>
4080 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4081 \begin_inset Text
4082
4083 \begin_layout Plain Layout
4084
4085 \series bold
4086 Mezzadra
4087 \end_layout
4088
4089 \end_inset
4090 </cell>
4091 <cell alignment="center" valignment="top" usebox="none">
4092 \begin_inset Text
4093
4094 \begin_layout Plain Layout
4095 Roberto
4096 \end_layout
4097
4098 \end_inset
4099 </cell>
4100 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4101 \begin_inset Text
4102
4103 \begin_layout Plain Layout
4104 111
4105 \end_layout
4106
4107 \end_inset
4108 </cell>
4109 </row>
4110 <row>
4111 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4112 \begin_inset Text
4113
4114 \begin_layout Plain Layout
4115
4116 \series bold
4117 Pirpamer
4118 \end_layout
4119
4120 \end_inset
4121 </cell>
4122 <cell alignment="center" valignment="top" usebox="none">
4123 \begin_inset Text
4124
4125 \begin_layout Plain Layout
4126 Erich
4127 \end_layout
4128
4129 \end_inset
4130 </cell>
4131 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4132 \begin_inset Text
4133
4134 \begin_layout Plain Layout
4135 111
4136 \end_layout
4137
4138 \end_inset
4139 </cell>
4140 </row>
4141 <row>
4142 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4143 \begin_inset Text
4144
4145 \begin_layout Plain Layout
4146
4147 \series bold
4148 Pochiesa
4149 \end_layout
4150
4151 \end_inset
4152 </cell>
4153 <cell alignment="center" valignment="top" usebox="none">
4154 \begin_inset Text
4155
4156 \begin_layout Plain Layout
4157 Paolo
4158 \end_layout
4159
4160 \end_inset
4161 </cell>
4162 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4163 \begin_inset Text
4164
4165 \begin_layout Plain Layout
4166 111, 222
4167 \end_layout
4168
4169 \end_inset
4170 </cell>
4171 </row>
4172 <row>
4173 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4174 \begin_inset Text
4175
4176 \begin_layout Plain Layout
4177
4178 \series bold
4179 Radina
4180 \end_layout
4181
4182 \end_inset
4183 </cell>
4184 <cell alignment="center" valignment="top" usebox="none">
4185 \begin_inset Text
4186
4187 \begin_layout Plain Layout
4188 Claudio
4189 \end_layout
4190
4191 \end_inset
4192 </cell>
4193 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4194 \begin_inset Text
4195
4196 \begin_layout Plain Layout
4197 111
4198 \end_layout
4199
4200 \end_inset
4201 </cell>
4202 </row>
4203 <row>
4204 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4205 \begin_inset Text
4206
4207 \begin_layout Plain Layout
4208
4209 \series bold
4210 Stuffer
4211 \end_layout
4212
4213 \end_inset
4214 </cell>
4215 <cell alignment="center" valignment="top" usebox="none">
4216 \begin_inset Text
4217
4218 \begin_layout Plain Layout
4219 Oskar
4220 \end_layout
4221
4222 \end_inset
4223 </cell>
4224 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4225 \begin_inset Text
4226
4227 \begin_layout Plain Layout
4228 111
4229 \end_layout
4230
4231 \end_inset
4232 </cell>
4233 </row>
4234 <row>
4235 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4236 \begin_inset Text
4237
4238 \begin_layout Plain Layout
4239
4240 \series bold
4241 Tacchelli
4242 \end_layout
4243
4244 \end_inset
4245 </cell>
4246 <cell alignment="center" valignment="top" usebox="none">
4247 \begin_inset Text
4248
4249 \begin_layout Plain Layout
4250 Ugo
4251 \end_layout
4252
4253 \end_inset
4254 </cell>
4255 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4256 \begin_inset Text
4257
4258 \begin_layout Plain Layout
4259 111
4260 \end_layout
4261
4262 \end_inset
4263 </cell>
4264 </row>
4265 <row>
4266 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4267 \begin_inset Text
4268
4269 \begin_layout Plain Layout
4270
4271 \series bold
4272 Tezzele
4273 \end_layout
4274
4275 \end_inset
4276 </cell>
4277 <cell alignment="center" valignment="top" usebox="none">
4278 \begin_inset Text
4279
4280 \begin_layout Plain Layout
4281 Margit
4282 \end_layout
4283
4284 \end_inset
4285 </cell>
4286 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4287 \begin_inset Text
4288
4289 \begin_layout Plain Layout
4290 111
4291 \end_layout
4292
4293 \end_inset
4294 </cell>
4295 </row>
4296 <row>
4297 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4298 \begin_inset Text
4299
4300 \begin_layout Plain Layout
4301
4302 \series bold
4303 Unterkalmsteiner
4304 \end_layout
4305
4306 \end_inset
4307 </cell>
4308 <cell alignment="center" valignment="top" usebox="none">
4309 \begin_inset Text
4310
4311 \begin_layout Plain Layout
4312 Frieda
4313 \end_layout
4314
4315 \end_inset
4316 </cell>
4317 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4318 \begin_inset Text
4319
4320 \begin_layout Plain Layout
4321 111
4322 \end_layout
4323
4324 \end_inset
4325 </cell>
4326 </row>
4327 <row>
4328 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4329 \begin_inset Text
4330
4331 \begin_layout Plain Layout
4332
4333 \series bold
4334 Vieider
4335 \end_layout
4336
4337 \end_inset
4338 </cell>
4339 <cell alignment="center" valignment="top" usebox="none">
4340 \begin_inset Text
4341
4342 \begin_layout Plain Layout
4343 Hilde
4344 \end_layout
4345
4346 \end_inset
4347 </cell>
4348 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4349 \begin_inset Text
4350
4351 \begin_layout Plain Layout
4352 111
4353 \end_layout
4354
4355 \end_inset
4356 </cell>
4357 </row>
4358 <row>
4359 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4360 \begin_inset Text
4361
4362 \begin_layout Plain Layout
4363
4364 \series bold
4365 Vigna
4366 \end_layout
4367
4368 \end_inset
4369 </cell>
4370 <cell alignment="center" valignment="top" usebox="none">
4371 \begin_inset Text
4372
4373 \begin_layout Plain Layout
4374 Jürgen
4375 \end_layout
4376
4377 \end_inset
4378 </cell>
4379 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4380 \begin_inset Text
4381
4382 \begin_layout Plain Layout
4383 111
4384 \end_layout
4385
4386 \end_inset
4387 </cell>
4388 </row>
4389 <row>
4390 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4391 \begin_inset Text
4392
4393 \begin_layout Plain Layout
4394
4395 \series bold
4396 Weber
4397 \end_layout
4398
4399 \end_inset
4400 </cell>
4401 <cell alignment="center" valignment="top" usebox="none">
4402 \begin_inset Text
4403
4404 \begin_layout Plain Layout
4405 Maurizio
4406 \end_layout
4407
4408 \end_inset
4409 </cell>
4410 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4411 \begin_inset Text
4412
4413 \begin_layout Plain Layout
4414 111
4415 \end_layout
4416
4417 \end_inset
4418 </cell>
4419 </row>
4420 <row>
4421 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4422 \begin_inset Text
4423
4424 \begin_layout Plain Layout
4425
4426 \series bold
4427 Winkler
4428 \end_layout
4429
4430 \end_inset
4431 </cell>
4432 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4433 \begin_inset Text
4434
4435 \begin_layout Plain Layout
4436 Franz
4437 \end_layout
4438
4439 \end_inset
4440 </cell>
4441 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4442 \begin_inset Text
4443
4444 \begin_layout Plain Layout
4445 111
4446 \end_layout
4447
4448 \end_inset
4449 </cell>
4450 </row>
4451 <row>
4452 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4453 \begin_inset Text
4454
4455 \begin_layout Plain Layout
4456  
4457 \end_layout
4458
4459 \end_inset
4460 </cell>
4461 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4462 \begin_inset Text
4463
4464 \begin_layout Plain Layout
4465
4466 \end_layout
4467
4468 \end_inset
4469 </cell>
4470 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4471 \begin_inset Text
4472
4473 \begin_layout Plain Layout
4474
4475 \end_layout
4476
4477 \end_inset
4478 </cell>
4479 </row>
4480 <row>
4481 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4482 \begin_inset Text
4483
4484 \begin_layout Plain Layout
4485
4486 \series bold
4487 Annovi
4488 \end_layout
4489
4490 \end_inset
4491 </cell>
4492 <cell alignment="center" valignment="top" usebox="none">
4493 \begin_inset Text
4494
4495 \begin_layout Plain Layout
4496 Silvia
4497 \end_layout
4498
4499 \end_inset
4500 </cell>
4501 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4502 \begin_inset Text
4503
4504 \begin_layout Plain Layout
4505 555
4506 \end_layout
4507
4508 \end_inset
4509 </cell>
4510 </row>
4511 <row>
4512 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4513 \begin_inset Text
4514
4515 \begin_layout Plain Layout
4516
4517 \series bold
4518 Bertoli
4519 \end_layout
4520
4521 \end_inset
4522 </cell>
4523 <cell alignment="center" valignment="top" usebox="none">
4524 \begin_inset Text
4525
4526 \begin_layout Plain Layout
4527 Stefano
4528 \end_layout
4529
4530 \end_inset
4531 </cell>
4532 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4533 \begin_inset Text
4534
4535 \begin_layout Plain Layout
4536 555
4537 \end_layout
4538
4539 \end_inset
4540 </cell>
4541 </row>
4542 <row>
4543 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4544 \begin_inset Text
4545
4546 \begin_layout Plain Layout
4547
4548 \series bold
4549 Bozzi
4550 \end_layout
4551
4552 \end_inset
4553 </cell>
4554 <cell alignment="center" valignment="top" usebox="none">
4555 \begin_inset Text
4556
4557 \begin_layout Plain Layout
4558 Walter
4559 \end_layout
4560
4561 \end_inset
4562 </cell>
4563 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4564 \begin_inset Text
4565
4566 \begin_layout Plain Layout
4567 555
4568 \end_layout
4569
4570 \end_inset
4571 </cell>
4572 </row>
4573 <row>
4574 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4575 \begin_inset Text
4576
4577 \begin_layout Plain Layout
4578
4579 \series bold
4580 Cachia
4581 \end_layout
4582
4583 \end_inset
4584 </cell>
4585 <cell alignment="center" valignment="top" usebox="none">
4586 \begin_inset Text
4587
4588 \begin_layout Plain Layout
4589 Maria
4590 \end_layout
4591
4592 \end_inset
4593 </cell>
4594 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4595 \begin_inset Text
4596
4597 \begin_layout Plain Layout
4598 555
4599 \end_layout
4600
4601 \end_inset
4602 </cell>
4603 </row>
4604 <row>
4605 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4606 \begin_inset Text
4607
4608 \begin_layout Plain Layout
4609
4610 \series bold
4611 Cachia
4612 \end_layout
4613
4614 \end_inset
4615 </cell>
4616 <cell alignment="center" valignment="top" usebox="none">
4617 \begin_inset Text
4618
4619 \begin_layout Plain Layout
4620 Maurizio
4621 \end_layout
4622
4623 \end_inset
4624 </cell>
4625 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4626 \begin_inset Text
4627
4628 \begin_layout Plain Layout
4629 555
4630 \end_layout
4631
4632 \end_inset
4633 </cell>
4634 </row>
4635 <row>
4636 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4637 \begin_inset Text
4638
4639 \begin_layout Plain Layout
4640
4641 \series bold
4642 Cinquemani
4643 \end_layout
4644
4645 \end_inset
4646 </cell>
4647 <cell alignment="center" valignment="top" usebox="none">
4648 \begin_inset Text
4649
4650 \begin_layout Plain Layout
4651 Giusi
4652 \end_layout
4653
4654 \end_inset
4655 </cell>
4656 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4657 \begin_inset Text
4658
4659 \begin_layout Plain Layout
4660 555
4661 \end_layout
4662
4663 \end_inset
4664 </cell>
4665 </row>
4666 <row>
4667 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4668 \begin_inset Text
4669
4670 \begin_layout Plain Layout
4671
4672 \series bold
4673 Colin
4674 \end_layout
4675
4676 \end_inset
4677 </cell>
4678 <cell alignment="center" valignment="top" usebox="none">
4679 \begin_inset Text
4680
4681 \begin_layout Plain Layout
4682 Bernard
4683 \end_layout
4684
4685 \end_inset
4686 </cell>
4687 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4688 \begin_inset Text
4689
4690 \begin_layout Plain Layout
4691 555
4692 \end_layout
4693
4694 \end_inset
4695 </cell>
4696 </row>
4697 <row>
4698 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4699 \begin_inset Text
4700
4701 \begin_layout Plain Layout
4702
4703 \series bold
4704 Concli
4705 \end_layout
4706
4707 \end_inset
4708 </cell>
4709 <cell alignment="center" valignment="top" usebox="none">
4710 \begin_inset Text
4711
4712 \begin_layout Plain Layout
4713 Gianfranco
4714 \end_layout
4715
4716 \end_inset
4717 </cell>
4718 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4719 \begin_inset Text
4720
4721 \begin_layout Plain Layout
4722 555
4723 \end_layout
4724
4725 \end_inset
4726 </cell>
4727 </row>
4728 <row>
4729 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4730 \begin_inset Text
4731
4732 \begin_layout Plain Layout
4733
4734 \series bold
4735 Dal Bosco
4736 \end_layout
4737
4738 \end_inset
4739 </cell>
4740 <cell alignment="center" valignment="top" usebox="none">
4741 \begin_inset Text
4742
4743 \begin_layout Plain Layout
4744 Carolina
4745 \end_layout
4746
4747 \end_inset
4748 </cell>
4749 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4750 \begin_inset Text
4751
4752 \begin_layout Plain Layout
4753 555
4754 \end_layout
4755
4756 \end_inset
4757 </cell>
4758 </row>
4759 <row>
4760 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4761 \begin_inset Text
4762
4763 \begin_layout Plain Layout
4764
4765 \series bold
4766 Dalpiaz
4767 \end_layout
4768
4769 \end_inset
4770 </cell>
4771 <cell alignment="center" valignment="top" usebox="none">
4772 \begin_inset Text
4773
4774 \begin_layout Plain Layout
4775 Annamaria
4776 \end_layout
4777
4778 \end_inset
4779 </cell>
4780 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4781 \begin_inset Text
4782
4783 \begin_layout Plain Layout
4784 555
4785 \end_layout
4786
4787 \end_inset
4788 </cell>
4789 </row>
4790 <row>
4791 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4792 \begin_inset Text
4793
4794 \begin_layout Plain Layout
4795
4796 \series bold
4797 Feliciello
4798 \end_layout
4799
4800 \end_inset
4801 </cell>
4802 <cell alignment="center" valignment="top" usebox="none">
4803 \begin_inset Text
4804
4805 \begin_layout Plain Layout
4806 Domenico
4807 \end_layout
4808
4809 \end_inset
4810 </cell>
4811 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4812 \begin_inset Text
4813
4814 \begin_layout Plain Layout
4815 555
4816 \end_layout
4817
4818 \end_inset
4819 </cell>
4820 </row>
4821 <row>
4822 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4823 \begin_inset Text
4824
4825 \begin_layout Plain Layout
4826
4827 \series bold
4828 Focarelli
4829 \end_layout
4830
4831 \end_inset
4832 </cell>
4833 <cell alignment="center" valignment="top" usebox="none">
4834 \begin_inset Text
4835
4836 \begin_layout Plain Layout
4837 Paola
4838 \end_layout
4839
4840 \end_inset
4841 </cell>
4842 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4843 \begin_inset Text
4844
4845 \begin_layout Plain Layout
4846 555
4847 \end_layout
4848
4849 \end_inset
4850 </cell>
4851 </row>
4852 <row>
4853 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4854 \begin_inset Text
4855
4856 \begin_layout Plain Layout
4857
4858 \series bold
4859 Galletti
4860 \end_layout
4861
4862 \end_inset
4863 </cell>
4864 <cell alignment="center" valignment="top" usebox="none">
4865 \begin_inset Text
4866
4867 \begin_layout Plain Layout
4868 Oreste
4869 \end_layout
4870
4871 \end_inset
4872 </cell>
4873 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4874 \begin_inset Text
4875
4876 \begin_layout Plain Layout
4877 555
4878 \end_layout
4879
4880 \end_inset
4881 </cell>
4882 </row>
4883 <row>
4884 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4885 \begin_inset Text
4886
4887 \begin_layout Plain Layout
4888
4889 \series bold
4890 Gasparini
4891 \end_layout
4892
4893 \end_inset
4894 </cell>
4895 <cell alignment="center" valignment="top" usebox="none">
4896 \begin_inset Text
4897
4898 \begin_layout Plain Layout
4899 Franca
4900 \end_layout
4901
4902 \end_inset
4903 </cell>
4904 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4905 \begin_inset Text
4906
4907 \begin_layout Plain Layout
4908 555
4909 \end_layout
4910
4911 \end_inset
4912 </cell>
4913 </row>
4914 <row>
4915 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4916 \begin_inset Text
4917
4918 \begin_layout Plain Layout
4919
4920 \series bold
4921 Rizzardi
4922 \end_layout
4923
4924 \end_inset
4925 </cell>
4926 <cell alignment="center" valignment="top" usebox="none">
4927 \begin_inset Text
4928
4929 \begin_layout Plain Layout
4930 Paola
4931 \end_layout
4932
4933 \end_inset
4934 </cell>
4935 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4936 \begin_inset Text
4937
4938 \begin_layout Plain Layout
4939 555
4940 \end_layout
4941
4942 \end_inset
4943 </cell>
4944 </row>
4945 <row>
4946 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4947 \begin_inset Text
4948
4949 \begin_layout Plain Layout
4950
4951 \series bold
4952 Lassini
4953 \end_layout
4954
4955 \end_inset
4956 </cell>
4957 <cell alignment="center" valignment="top" usebox="none">
4958 \begin_inset Text
4959
4960 \begin_layout Plain Layout
4961 Giancarlo
4962 \end_layout
4963
4964 \end_inset
4965 </cell>
4966 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4967 \begin_inset Text
4968
4969 \begin_layout Plain Layout
4970 555
4971 \end_layout
4972
4973 \end_inset
4974 </cell>
4975 </row>
4976 <row>
4977 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4978 \begin_inset Text
4979
4980 \begin_layout Plain Layout
4981
4982 \series bold
4983 Malfatti
4984 \end_layout
4985
4986 \end_inset
4987 </cell>
4988 <cell alignment="center" valignment="top" usebox="none">
4989 \begin_inset Text
4990
4991 \begin_layout Plain Layout
4992 Luciano
4993 \end_layout
4994
4995 \end_inset
4996 </cell>
4997 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4998 \begin_inset Text
4999
5000 \begin_layout Plain Layout
5001 555
5002 \end_layout
5003
5004 \end_inset
5005 </cell>
5006 </row>
5007 <row>
5008 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5009 \begin_inset Text
5010
5011 \begin_layout Plain Layout
5012
5013 \series bold
5014 Malfatti
5015 \end_layout
5016
5017 \end_inset
5018 </cell>
5019 <cell alignment="center" valignment="top" usebox="none">
5020 \begin_inset Text
5021
5022 \begin_layout Plain Layout
5023 Valeriano
5024 \end_layout
5025
5026 \end_inset
5027 </cell>
5028 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5029 \begin_inset Text
5030
5031 \begin_layout Plain Layout
5032 555
5033 \end_layout
5034
5035 \end_inset
5036 </cell>
5037 </row>
5038 <row>
5039 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5040 \begin_inset Text
5041
5042 \begin_layout Plain Layout
5043
5044 \series bold
5045 Meneguzzo
5046 \end_layout
5047
5048 \end_inset
5049 </cell>
5050 <cell alignment="center" valignment="top" usebox="none">
5051 \begin_inset Text
5052
5053 \begin_layout Plain Layout
5054 Roberto
5055 \end_layout
5056
5057 \end_inset
5058 </cell>
5059 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5060 \begin_inset Text
5061
5062 \begin_layout Plain Layout
5063 555
5064 \end_layout
5065
5066 \end_inset
5067 </cell>
5068 </row>
5069 <row>
5070 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5071 \begin_inset Text
5072
5073 \begin_layout Plain Layout
5074
5075 \series bold
5076 Mezzadra
5077 \end_layout
5078
5079 \end_inset
5080 </cell>
5081 <cell alignment="center" valignment="top" usebox="none">
5082 \begin_inset Text
5083
5084 \begin_layout Plain Layout
5085 Roberto
5086 \end_layout
5087
5088 \end_inset
5089 </cell>
5090 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5091 \begin_inset Text
5092
5093 \begin_layout Plain Layout
5094 555
5095 \end_layout
5096
5097 \end_inset
5098 </cell>
5099 </row>
5100 <row>
5101 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5102 \begin_inset Text
5103
5104 \begin_layout Plain Layout
5105
5106 \series bold
5107 Pirpamer
5108 \end_layout
5109
5110 \end_inset
5111 </cell>
5112 <cell alignment="center" valignment="top" usebox="none">
5113 \begin_inset Text
5114
5115 \begin_layout Plain Layout
5116 Erich
5117 \end_layout
5118
5119 \end_inset
5120 </cell>
5121 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5122 \begin_inset Text
5123
5124 \begin_layout Plain Layout
5125 555
5126 \end_layout
5127
5128 \end_inset
5129 </cell>
5130 </row>
5131 <row>
5132 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5133 \begin_inset Text
5134
5135 \begin_layout Plain Layout
5136
5137 \series bold
5138 Pochiesa
5139 \end_layout
5140
5141 \end_inset
5142 </cell>
5143 <cell alignment="center" valignment="top" usebox="none">
5144 \begin_inset Text
5145
5146 \begin_layout Plain Layout
5147 Paolo
5148 \end_layout
5149
5150 \end_inset
5151 </cell>
5152 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5153 \begin_inset Text
5154
5155 \begin_layout Plain Layout
5156 555, 222
5157 \end_layout
5158
5159 \end_inset
5160 </cell>
5161 </row>
5162 <row>
5163 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5164 \begin_inset Text
5165
5166 \begin_layout Plain Layout
5167
5168 \series bold
5169 Radina
5170 \end_layout
5171
5172 \end_inset
5173 </cell>
5174 <cell alignment="center" valignment="top" usebox="none">
5175 \begin_inset Text
5176
5177 \begin_layout Plain Layout
5178 Claudio
5179 \end_layout
5180
5181 \end_inset
5182 </cell>
5183 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5184 \begin_inset Text
5185
5186 \begin_layout Plain Layout
5187 555
5188 \end_layout
5189
5190 \end_inset
5191 </cell>
5192 </row>
5193 <row>
5194 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5195 \begin_inset Text
5196
5197 \begin_layout Plain Layout
5198
5199 \series bold
5200 Stuffer
5201 \end_layout
5202
5203 \end_inset
5204 </cell>
5205 <cell alignment="center" valignment="top" usebox="none">
5206 \begin_inset Text
5207
5208 \begin_layout Plain Layout
5209 Oskar
5210 \end_layout
5211
5212 \end_inset
5213 </cell>
5214 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5215 \begin_inset Text
5216
5217 \begin_layout Plain Layout
5218 555
5219 \end_layout
5220
5221 \end_inset
5222 </cell>
5223 </row>
5224 <row>
5225 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5226 \begin_inset Text
5227
5228 \begin_layout Plain Layout
5229
5230 \series bold
5231 Tacchelli
5232 \end_layout
5233
5234 \end_inset
5235 </cell>
5236 <cell alignment="center" valignment="top" usebox="none">
5237 \begin_inset Text
5238
5239 \begin_layout Plain Layout
5240 Ugo
5241 \end_layout
5242
5243 \end_inset
5244 </cell>
5245 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5246 \begin_inset Text
5247
5248 \begin_layout Plain Layout
5249 555
5250 \end_layout
5251
5252 \end_inset
5253 </cell>
5254 </row>
5255 <row>
5256 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5257 \begin_inset Text
5258
5259 \begin_layout Plain Layout
5260
5261 \series bold
5262 Tezzele
5263 \end_layout
5264
5265 \end_inset
5266 </cell>
5267 <cell alignment="center" valignment="top" usebox="none">
5268 \begin_inset Text
5269
5270 \begin_layout Plain Layout
5271 Margit
5272 \end_layout
5273
5274 \end_inset
5275 </cell>
5276 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5277 \begin_inset Text
5278
5279 \begin_layout Plain Layout
5280 555
5281 \end_layout
5282
5283 \end_inset
5284 </cell>
5285 </row>
5286 <row>
5287 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5288 \begin_inset Text
5289
5290 \begin_layout Plain Layout
5291
5292 \series bold
5293 Unterkalmsteiner
5294 \end_layout
5295
5296 \end_inset
5297 </cell>
5298 <cell alignment="center" valignment="top" usebox="none">
5299 \begin_inset Text
5300
5301 \begin_layout Plain Layout
5302 Frieda
5303 \end_layout
5304
5305 \end_inset
5306 </cell>
5307 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5308 \begin_inset Text
5309
5310 \begin_layout Plain Layout
5311 555
5312 \end_layout
5313
5314 \end_inset
5315 </cell>
5316 </row>
5317 <row>
5318 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5319 \begin_inset Text
5320
5321 \begin_layout Plain Layout
5322
5323 \series bold
5324 Vieider
5325 \end_layout
5326
5327 \end_inset
5328 </cell>
5329 <cell alignment="center" valignment="top" usebox="none">
5330 \begin_inset Text
5331
5332 \begin_layout Plain Layout
5333 Hilde
5334 \end_layout
5335
5336 \end_inset
5337 </cell>
5338 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5339 \begin_inset Text
5340
5341 \begin_layout Plain Layout
5342 555
5343 \end_layout
5344
5345 \end_inset
5346 </cell>
5347 </row>
5348 <row>
5349 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5350 \begin_inset Text
5351
5352 \begin_layout Plain Layout
5353
5354 \series bold
5355 Vigna
5356 \end_layout
5357
5358 \end_inset
5359 </cell>
5360 <cell alignment="center" valignment="top" usebox="none">
5361 \begin_inset Text
5362
5363 \begin_layout Plain Layout
5364 Jürgen
5365 \end_layout
5366
5367 \end_inset
5368 </cell>
5369 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5370 \begin_inset Text
5371
5372 \begin_layout Plain Layout
5373 999
5374 \end_layout
5375
5376 \end_inset
5377 </cell>
5378 </row>
5379 <row>
5380 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5381 \begin_inset Text
5382
5383 \begin_layout Plain Layout
5384
5385 \series bold
5386 Weber
5387 \end_layout
5388
5389 \end_inset
5390 </cell>
5391 <cell alignment="center" valignment="top" usebox="none">
5392 \begin_inset Text
5393
5394 \begin_layout Plain Layout
5395 Maurizio
5396 \end_layout
5397
5398 \end_inset
5399 </cell>
5400 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5401 \begin_inset Text
5402
5403 \begin_layout Plain Layout
5404 555
5405 \end_layout
5406
5407 \end_inset
5408 </cell>
5409 </row>
5410 <row>
5411 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5412 \begin_inset Text
5413
5414 \begin_layout Plain Layout
5415
5416 \series bold
5417 Winkler
5418 \end_layout
5419
5420 \end_inset
5421 </cell>
5422 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5423 \begin_inset Text
5424
5425 \begin_layout Plain Layout
5426 Franz
5427 \end_layout
5428
5429 \end_inset
5430 </cell>
5431 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5432 \begin_inset Text
5433
5434 \begin_layout Plain Layout
5435 555
5436 \end_layout
5437
5438 \end_inset
5439 </cell>
5440 </row>
5441 <row endlastfoot="true">
5442 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5443 \begin_inset Text
5444
5445 \begin_layout Plain Layout
5446 end
5447 \end_layout
5448
5449 \end_inset
5450 </cell>
5451 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5452 \begin_inset Text
5453
5454 \begin_layout Plain Layout
5455
5456 \end_layout
5457
5458 \end_inset
5459 </cell>
5460 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5461 \begin_inset Text
5462
5463 \begin_layout Plain Layout
5464
5465 \end_layout
5466
5467 \end_inset
5468 </cell>
5469 </row>
5470 </lyxtabular>
5471
5472 \end_inset
5473
5474
5475 \begin_inset ERT
5476 status collapsed
5477
5478 \begin_layout Plain Layout
5479
5480
5481 \backslash
5482 addtocounter{table}{-1}
5483 \end_layout
5484
5485 \end_inset
5486
5487
5488 \begin_inset Note Note
5489 status collapsed
5490
5491 \begin_layout Plain Layout
5492 See the first greyed-out note in section
5493 \begin_inset space ~
5494 \end_inset
5495
5496
5497 \begin_inset CommandInset ref
5498 LatexCommand ref
5499 reference "subsec:Multi-page-Table-Captions"
5500
5501 \end_inset
5502
5503  for an explanation of this command.
5504 \end_layout
5505
5506 \end_inset
5507
5508
5509 \end_layout
5510
5511 \begin_layout Subsection
5512 Footnotes in Multi-page tables
5513 \begin_inset CommandInset label
5514 LatexCommand label
5515 name "subsec:Footnotes-in-Multi-page"
5516
5517 \end_inset
5518
5519
5520 \begin_inset Index idx
5521 status collapsed
5522
5523 \begin_layout Plain Layout
5524 Table ! Multi-page Table ! Footnotes
5525 \end_layout
5526
5527 \end_inset
5528
5529
5530 \end_layout
5531
5532 \begin_layout Standard
5533 Footnotes can be inserted to every Multi-page table cell.
5534  They appear at the bottom of the page where the table cell with the footnote
5535  appears.
5536  Table
5537 \begin_inset space ~
5538 \end_inset
5539
5540
5541 \begin_inset CommandInset ref
5542 LatexCommand ref
5543 reference "tab:DiffCaptions"
5544
5545 \end_inset
5546
5547  has for example a footnote.
5548 \end_layout
5549
5550 \begin_layout Subsection
5551 Multi-page Table Alignment
5552 \begin_inset Index idx
5553 status collapsed
5554
5555 \begin_layout Plain Layout
5556 Table ! Multi-page Table ! Alignment
5557 \end_layout
5558
5559 \end_inset
5560
5561
5562 \end_layout
5563
5564 \begin_layout Standard
5565 The horizontal alignment of multi-page tables can be set in the table settings
5566  dialog.
5567  For left- and right-alignment the table will be directly at the page border.
5568  To add space between the table and the border one has to set the alignment
5569  to center and change the value of the \SpecialChar LaTeX
5570 -lengths 
5571 \series bold
5572
5573 \backslash
5574 LTleft 
5575 \series default
5576 or 
5577 \series bold
5578
5579 \backslash
5580 LTright
5581 \series default
5582  by inserting this line as \SpecialChar TeX
5583  Code before the multi-page table:
5584 \end_layout
5585
5586 \begin_layout Standard
5587
5588 \series bold
5589
5590 \backslash
5591 setlength{
5592 \backslash
5593 LTleft}{value}
5594 \end_layout
5595
5596 \begin_layout Standard
5597 The value can have any of the units listed in Table
5598 \begin_inset space ~
5599 \end_inset
5600
5601
5602 \begin_inset CommandInset ref
5603 LatexCommand ref
5604 reference "tab:Units"
5605
5606 \end_inset
5607
5608 .
5609  
5610 \series bold
5611
5612 \backslash
5613 LTleft
5614 \series default
5615  controls the horizontal distance from the left page border to the multi-page
5616  table, 
5617 \series bold
5618
5619 \backslash
5620 LTright
5621 \series default
5622  the distance from the right side.
5623  The default value for both lengths is 
5624 \series bold
5625
5626 \backslash
5627 fill
5628 \series default
5629 , which is in this case the same as an horizontal fill in \SpecialChar LyX
5630 .
5631 \end_layout
5632
5633 \begin_layout Standard
5634 The following multi-page table was centered and 
5635 \series bold
5636
5637 \backslash
5638 LTleft
5639 \series default
5640  set to 
5641 \family sans
5642 0.1
5643 \backslash
5644 columnwidth
5645 \family default
5646 :
5647 \begin_inset ERT
5648 status collapsed
5649
5650 \begin_layout Plain Layout
5651
5652
5653 \backslash
5654 setlength{
5655 \backslash
5656 LTleft}{0.1
5657 \backslash
5658 columnwidth}
5659 \end_layout
5660
5661 \end_inset
5662
5663
5664 \end_layout
5665
5666 \begin_layout Standard
5667 \begin_inset Tabular
5668 <lyxtabular version="3" rows="5" columns="5">
5669 <features islongtable="true" longtabularalignment="center">
5670 <column alignment="center" valignment="top">
5671 <column alignment="center" valignment="top" width="0pt">
5672 <column alignment="center" valignment="top">
5673 <column alignment="center" valignment="top">
5674 <column alignment="center" valignment="top">
5675 <row>
5676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5677 \begin_inset Text
5678
5679 \begin_layout Plain Layout
5680 1
5681 \end_layout
5682
5683 \end_inset
5684 </cell>
5685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5686 \begin_inset Text
5687
5688 \begin_layout Plain Layout
5689 2
5690 \end_layout
5691
5692 \end_inset
5693 </cell>
5694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5695 \begin_inset Text
5696
5697 \begin_layout Plain Layout
5698 3
5699 \end_layout
5700
5701 \end_inset
5702 </cell>
5703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5704 \begin_inset Text
5705
5706 \begin_layout Plain Layout
5707 4
5708 \end_layout
5709
5710 \end_inset
5711 </cell>
5712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5713 \begin_inset Text
5714
5715 \begin_layout Plain Layout
5716 5
5717 \end_layout
5718
5719 \end_inset
5720 </cell>
5721 </row>
5722 <row>
5723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5724 \begin_inset Text
5725
5726 \begin_layout Plain Layout
5727 asd
5728 \end_layout
5729
5730 \end_inset
5731 </cell>
5732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5733 \begin_inset Text
5734
5735 \begin_layout Plain Layout
5736 s
5737 \end_layout
5738
5739 \end_inset
5740 </cell>
5741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5742 \begin_inset Text
5743
5744 \begin_layout Plain Layout
5745 s
5746 \end_layout
5747
5748 \end_inset
5749 </cell>
5750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5751 \begin_inset Text
5752
5753 \begin_layout Plain Layout
5754 s
5755 \end_layout
5756
5757 \end_inset
5758 </cell>
5759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
5769 <row>
5770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5771 \begin_inset Text
5772
5773 \begin_layout Plain Layout
5774 asd
5775 \end_layout
5776
5777 \end_inset
5778 </cell>
5779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5780 \begin_inset Text
5781
5782 \begin_layout Plain Layout
5783 s
5784 \end_layout
5785
5786 \end_inset
5787 </cell>
5788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5789 \begin_inset Text
5790
5791 \begin_layout Plain Layout
5792 s
5793 \end_layout
5794
5795 \end_inset
5796 </cell>
5797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5798 \begin_inset Text
5799
5800 \begin_layout Plain Layout
5801 s
5802 \end_layout
5803
5804 \end_inset
5805 </cell>
5806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
5816 <row>
5817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5818 \begin_inset Text
5819
5820 \begin_layout Plain Layout
5821 asd
5822 \end_layout
5823
5824 \end_inset
5825 </cell>
5826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5827 \begin_inset Text
5828
5829 \begin_layout Plain Layout
5830 s
5831 \end_layout
5832
5833 \end_inset
5834 </cell>
5835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5836 \begin_inset Text
5837
5838 \begin_layout Plain Layout
5839 s
5840 \end_layout
5841
5842 \end_inset
5843 </cell>
5844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5845 \begin_inset Text
5846
5847 \begin_layout Plain Layout
5848 s
5849 \end_layout
5850
5851 \end_inset
5852 </cell>
5853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
5863 <row>
5864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5865 \begin_inset Text
5866
5867 \begin_layout Plain Layout
5868 asd
5869 \end_layout
5870
5871 \end_inset
5872 </cell>
5873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5874 \begin_inset Text
5875
5876 \begin_layout Plain Layout
5877 asd
5878 \end_layout
5879
5880 \end_inset
5881 </cell>
5882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5883 \begin_inset Text
5884
5885 \begin_layout Plain Layout
5886 asd
5887 \end_layout
5888
5889 \end_inset
5890 </cell>
5891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5892 \begin_inset Text
5893
5894 \begin_layout Plain Layout
5895 asd
5896 \end_layout
5897
5898 \end_inset
5899 </cell>
5900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5901 \begin_inset Text
5902
5903 \begin_layout Plain Layout
5904 asd
5905 \end_layout
5906
5907 \end_inset
5908 </cell>
5909 </row>
5910 </lyxtabular>
5911
5912 \end_inset
5913
5914
5915 \begin_inset ERT
5916 status collapsed
5917
5918 \begin_layout Plain Layout
5919
5920
5921 \backslash
5922 setlength{
5923 \backslash
5924 LTleft}{
5925 \backslash
5926 fill}
5927 \end_layout
5928
5929 \end_inset
5930
5931
5932 \begin_inset ERT
5933 status collapsed
5934
5935 \begin_layout Plain Layout
5936
5937
5938 \backslash
5939 addtocounter{table}{-1}
5940 \end_layout
5941
5942 \end_inset
5943
5944
5945 \begin_inset Note Note
5946 status collapsed
5947
5948 \begin_layout Plain Layout
5949 See the first greyed-out note in section
5950 \begin_inset space ~
5951 \end_inset
5952
5953
5954 \begin_inset CommandInset ref
5955 LatexCommand ref
5956 reference "subsec:Multi-page-Table-Captions"
5957
5958 \end_inset
5959
5960  for an explanation of this command.
5961 \end_layout
5962
5963 \end_inset
5964
5965
5966 \end_layout
5967
5968 \begin_layout Subsection
5969 Multi-page Table Captions
5970 \begin_inset Index idx
5971 status collapsed
5972
5973 \begin_layout Plain Layout
5974 Table ! Multi-page Table ! Captions
5975 \end_layout
5976
5977 \end_inset
5978
5979
5980 \begin_inset CommandInset label
5981 LatexCommand label
5982 name "subsec:Multi-page-Table-Captions"
5983
5984 \end_inset
5985
5986
5987 \end_layout
5988
5989 \begin_layout Standard
5990 A multi-page table cannot be put into a table float because floats can only
5991  be on one page.
5992  But the caption environment of floats can also be used for multi-page tables
5993  when you use the multi-page table option 
5994 \family sans
5995 Caption
5996 \family default
5997  as described in sec.
5998 \begin_inset space \thinspace{}
5999 \end_inset
6000
6001
6002 \begin_inset CommandInset ref
6003 LatexCommand ref
6004 reference "sec:Multi-page-Tables"
6005
6006 \end_inset
6007
6008 .
6009  Only one table row should contain a caption, either a header or a footer
6010  row.
6011 \end_layout
6012
6013 \begin_layout Standard
6014 Here is a short multi-page table to see how it works:
6015 \end_layout
6016
6017 \begin_layout Standard
6018 \begin_inset Tabular
6019 <lyxtabular version="3" rows="6" columns="5">
6020 <features islongtable="true" longtabularalignment="center">
6021 <column alignment="center" valignment="top">
6022 <column alignment="center" valignment="top">
6023 <column alignment="center" valignment="top">
6024 <column alignment="center" valignment="top">
6025 <column alignment="center" valignment="top">
6026 <row endfirsthead="true" caption="true">
6027 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6028 \begin_inset Text
6029
6030 \begin_layout Plain Layout
6031 \begin_inset Caption Standard
6032
6033 \begin_layout Plain Layout
6034 Multi-page table with caption
6035 \begin_inset Argument 1
6036 status open
6037
6038 \begin_layout Plain Layout
6039 Multi-page table
6040 \end_layout
6041
6042 \end_inset
6043
6044
6045 \end_layout
6046
6047 \end_inset
6048
6049
6050 \end_layout
6051
6052 \end_inset
6053 </cell>
6054 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6055 \begin_inset Text
6056
6057 \begin_layout Plain Layout
6058
6059 \end_layout
6060
6061 \end_inset
6062 </cell>
6063 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6064 \begin_inset Text
6065
6066 \begin_layout Plain Layout
6067
6068 \end_layout
6069
6070 \end_inset
6071 </cell>
6072 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6073 \begin_inset Text
6074
6075 \begin_layout Plain Layout
6076
6077 \end_layout
6078
6079 \end_inset
6080 </cell>
6081 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6082 \begin_inset Text
6083
6084 \begin_layout Plain Layout
6085
6086 \end_layout
6087
6088 \end_inset
6089 </cell>
6090 </row>
6091 <row>
6092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6093 \begin_inset Text
6094
6095 \begin_layout Plain Layout
6096 1
6097 \end_layout
6098
6099 \end_inset
6100 </cell>
6101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6102 \begin_inset Text
6103
6104 \begin_layout Plain Layout
6105 2
6106 \end_layout
6107
6108 \end_inset
6109 </cell>
6110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6111 \begin_inset Text
6112
6113 \begin_layout Plain Layout
6114 3
6115 \end_layout
6116
6117 \end_inset
6118 </cell>
6119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6120 \begin_inset Text
6121
6122 \begin_layout Plain Layout
6123 4
6124 \end_layout
6125
6126 \end_inset
6127 </cell>
6128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6129 \begin_inset Text
6130
6131 \begin_layout Plain Layout
6132 5
6133 \end_layout
6134
6135 \end_inset
6136 </cell>
6137 </row>
6138 <row>
6139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6140 \begin_inset Text
6141
6142 \begin_layout Plain Layout
6143 asd
6144 \end_layout
6145
6146 \end_inset
6147 </cell>
6148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6149 \begin_inset Text
6150
6151 \begin_layout Plain Layout
6152 s
6153 \end_layout
6154
6155 \end_inset
6156 </cell>
6157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6158 \begin_inset Text
6159
6160 \begin_layout Plain Layout
6161 s
6162 \end_layout
6163
6164 \end_inset
6165 </cell>
6166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6167 \begin_inset Text
6168
6169 \begin_layout Plain Layout
6170 s
6171 \end_layout
6172
6173 \end_inset
6174 </cell>
6175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
6185 <row>
6186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6187 \begin_inset Text
6188
6189 \begin_layout Plain Layout
6190 asd
6191 \end_layout
6192
6193 \end_inset
6194 </cell>
6195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6196 \begin_inset Text
6197
6198 \begin_layout Plain Layout
6199 s
6200 \end_layout
6201
6202 \end_inset
6203 </cell>
6204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6205 \begin_inset Text
6206
6207 \begin_layout Plain Layout
6208 s
6209 \end_layout
6210
6211 \end_inset
6212 </cell>
6213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6214 \begin_inset Text
6215
6216 \begin_layout Plain Layout
6217 s
6218 \end_layout
6219
6220 \end_inset
6221 </cell>
6222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
6232 <row>
6233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6234 \begin_inset Text
6235
6236 \begin_layout Plain Layout
6237 asd
6238 \end_layout
6239
6240 \end_inset
6241 </cell>
6242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6243 \begin_inset Text
6244
6245 \begin_layout Plain Layout
6246 s
6247 \end_layout
6248
6249 \end_inset
6250 </cell>
6251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6252 \begin_inset Text
6253
6254 \begin_layout Plain Layout
6255 s
6256 \end_layout
6257
6258 \end_inset
6259 </cell>
6260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6261 \begin_inset Text
6262
6263 \begin_layout Plain Layout
6264 s
6265 \end_layout
6266
6267 \end_inset
6268 </cell>
6269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
6279 <row>
6280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6281 \begin_inset Text
6282
6283 \begin_layout Plain Layout
6284 asd
6285 \end_layout
6286
6287 \end_inset
6288 </cell>
6289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6290 \begin_inset Text
6291
6292 \begin_layout Plain Layout
6293 asd
6294 \end_layout
6295
6296 \end_inset
6297 </cell>
6298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6299 \begin_inset Text
6300
6301 \begin_layout Plain Layout
6302 asd
6303 \end_layout
6304
6305 \end_inset
6306 </cell>
6307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6308 \begin_inset Text
6309
6310 \begin_layout Plain Layout
6311 asd
6312 \end_layout
6313
6314 \end_inset
6315 </cell>
6316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6317 \begin_inset Text
6318
6319 \begin_layout Plain Layout
6320 asd
6321 \end_layout
6322
6323 \end_inset
6324 </cell>
6325 </row>
6326 </lyxtabular>
6327
6328 \end_inset
6329
6330
6331 \end_layout
6332
6333 \begin_layout Standard
6334 \begin_inset VSpace medskip
6335 \end_inset
6336
6337
6338 \begin_inset Note Greyedout
6339 status open
6340
6341 \begin_layout Plain Layout
6342
6343 \series bold
6344 Note
6345 \begin_inset space ~
6346 \end_inset
6347
6348 1:
6349 \series default
6350  The table number is increased for every multi-page table, even if you did
6351  not set a caption for it.
6352  For this reason you could have the case that e.
6353 \begin_inset space \thinspace{}
6354 \end_inset
6355
6356 g.
6357 \begin_inset space \space{}
6358 \end_inset
6359
6360 Table
6361 \begin_inset space ~
6362 \end_inset
6363
6364 2.4 follows Table
6365 \begin_inset space ~
6366 \end_inset
6367
6368 2.1 in the list of tables if there are two multi-page tables without captions.
6369  To avoid this you can add the following command in \SpecialChar TeX
6370  Code after every multi-page
6371  table without a caption:
6372 \end_layout
6373
6374 \begin_layout Plain Layout
6375
6376 \series bold
6377
6378 \backslash
6379 addtocounter{table}{-1}
6380 \end_layout
6381
6382 \begin_layout Plain Layout
6383 This is not needed when none of your multi-page tables has a caption and
6384  you add the following code to the document preamble:
6385 \end_layout
6386
6387 \begin_layout Plain Layout
6388
6389 \series bold
6390
6391 \backslash
6392 let
6393 \backslash
6394 myEnd
6395 \backslash
6396 endlongtable
6397 \begin_inset Newline newline
6398 \end_inset
6399
6400
6401 \backslash
6402 renewcommand{
6403 \backslash
6404 endlongtable}{
6405 \backslash
6406 myEnd
6407 \backslash
6408 addtocounter{table}{-1}}
6409 \end_layout
6410
6411 \end_inset
6412
6413
6414 \end_layout
6415
6416 \begin_layout Standard
6417 \begin_inset Note Greyedout
6418 status open
6419
6420 \begin_layout Plain Layout
6421
6422 \series bold
6423 Note
6424 \begin_inset space ~
6425 \end_inset
6426
6427 2:
6428 \series default
6429  If you are using
6430 \series bold
6431  hyperref
6432 \series default
6433
6434 \begin_inset Index idx
6435 status collapsed
6436
6437 \begin_layout Plain Layout
6438 \SpecialChar LaTeX
6439 -packages ! hyperref
6440 \end_layout
6441
6442 \end_inset
6443
6444  in the 
6445 \family sans
6446 PDF Properties
6447 \family default
6448  of the 
6449 \family sans
6450 Document Settings
6451 \family default
6452  dialog to link cross-references, the link to a multi-page table caption
6453  will always point to the beginning of the document.
6454 \end_layout
6455
6456 \end_inset
6457
6458
6459 \end_layout
6460
6461 \begin_layout Subsubsection
6462 References to multi-page tables
6463 \begin_inset Index idx
6464 status collapsed
6465
6466 \begin_layout Plain Layout
6467 Table ! Multi-page Table ! References
6468 \end_layout
6469
6470 \end_inset
6471
6472
6473 \end_layout
6474
6475 \begin_layout Standard
6476 \begin_inset Tabular
6477 <lyxtabular version="3" rows="6" columns="5">
6478 <features islongtable="true" longtabularalignment="center">
6479 <column alignment="center" valignment="top">
6480 <column alignment="center" valignment="top">
6481 <column alignment="center" valignment="top">
6482 <column alignment="center" valignment="top">
6483 <column alignment="center" valignment="top">
6484 <row endfirsthead="true" caption="true">
6485 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6486 \begin_inset Text
6487
6488 \begin_layout Plain Layout
6489 \begin_inset Caption Standard
6490
6491 \begin_layout Plain Layout
6492 Referenced multi-page table
6493 \begin_inset CommandInset label
6494 LatexCommand label
6495 name "tab:Referenced-multi-page-table"
6496
6497 \end_inset
6498
6499
6500 \end_layout
6501
6502 \end_inset
6503
6504
6505 \end_layout
6506
6507 \end_inset
6508 </cell>
6509 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6510 \begin_inset Text
6511
6512 \begin_layout Plain Layout
6513
6514 \end_layout
6515
6516 \end_inset
6517 </cell>
6518 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6519 \begin_inset Text
6520
6521 \begin_layout Plain Layout
6522
6523 \end_layout
6524
6525 \end_inset
6526 </cell>
6527 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6528 \begin_inset Text
6529
6530 \begin_layout Plain Layout
6531
6532 \end_layout
6533
6534 \end_inset
6535 </cell>
6536 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6537 \begin_inset Text
6538
6539 \begin_layout Plain Layout
6540
6541 \end_layout
6542
6543 \end_inset
6544 </cell>
6545 </row>
6546 <row>
6547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6548 \begin_inset Text
6549
6550 \begin_layout Plain Layout
6551 1
6552 \end_layout
6553
6554 \end_inset
6555 </cell>
6556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6557 \begin_inset Text
6558
6559 \begin_layout Plain Layout
6560 2
6561 \end_layout
6562
6563 \end_inset
6564 </cell>
6565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6566 \begin_inset Text
6567
6568 \begin_layout Plain Layout
6569 3
6570 \end_layout
6571
6572 \end_inset
6573 </cell>
6574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6575 \begin_inset Text
6576
6577 \begin_layout Plain Layout
6578 4
6579 \end_layout
6580
6581 \end_inset
6582 </cell>
6583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6584 \begin_inset Text
6585
6586 \begin_layout Plain Layout
6587 5
6588 \end_layout
6589
6590 \end_inset
6591 </cell>
6592 </row>
6593 <row>
6594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6595 \begin_inset Text
6596
6597 \begin_layout Plain Layout
6598 asd
6599 \end_layout
6600
6601 \end_inset
6602 </cell>
6603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6604 \begin_inset Text
6605
6606 \begin_layout Plain Layout
6607 s
6608 \end_layout
6609
6610 \end_inset
6611 </cell>
6612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6613 \begin_inset Text
6614
6615 \begin_layout Plain Layout
6616 s
6617 \end_layout
6618
6619 \end_inset
6620 </cell>
6621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6622 \begin_inset Text
6623
6624 \begin_layout Plain Layout
6625 s
6626 \end_layout
6627
6628 \end_inset
6629 </cell>
6630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
6640 <row>
6641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6642 \begin_inset Text
6643
6644 \begin_layout Plain Layout
6645 asd
6646 \end_layout
6647
6648 \end_inset
6649 </cell>
6650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6651 \begin_inset Text
6652
6653 \begin_layout Plain Layout
6654 s
6655 \end_layout
6656
6657 \end_inset
6658 </cell>
6659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6660 \begin_inset Text
6661
6662 \begin_layout Plain Layout
6663 s
6664 \end_layout
6665
6666 \end_inset
6667 </cell>
6668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6669 \begin_inset Text
6670
6671 \begin_layout Plain Layout
6672 s
6673 \end_layout
6674
6675 \end_inset
6676 </cell>
6677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
6687 <row>
6688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6689 \begin_inset Text
6690
6691 \begin_layout Plain Layout
6692 asd
6693 \end_layout
6694
6695 \end_inset
6696 </cell>
6697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6698 \begin_inset Text
6699
6700 \begin_layout Plain Layout
6701 s
6702 \end_layout
6703
6704 \end_inset
6705 </cell>
6706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6707 \begin_inset Text
6708
6709 \begin_layout Plain Layout
6710 s
6711 \end_layout
6712
6713 \end_inset
6714 </cell>
6715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6716 \begin_inset Text
6717
6718 \begin_layout Plain Layout
6719 s
6720 \end_layout
6721
6722 \end_inset
6723 </cell>
6724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
6734 <row>
6735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6736 \begin_inset Text
6737
6738 \begin_layout Plain Layout
6739 asd
6740 \end_layout
6741
6742 \end_inset
6743 </cell>
6744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6745 \begin_inset Text
6746
6747 \begin_layout Plain Layout
6748 sad
6749 \end_layout
6750
6751 \end_inset
6752 </cell>
6753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6754 \begin_inset Text
6755
6756 \begin_layout Plain Layout
6757 asd
6758 \end_layout
6759
6760 \end_inset
6761 </cell>
6762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6763 \begin_inset Text
6764
6765 \begin_layout Plain Layout
6766 asd
6767 \end_layout
6768
6769 \end_inset
6770 </cell>
6771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6772 \begin_inset Text
6773
6774 \begin_layout Plain Layout
6775 asd
6776 \end_layout
6777
6778 \end_inset
6779 </cell>
6780 </row>
6781 </lyxtabular>
6782
6783 \end_inset
6784
6785
6786 \end_layout
6787
6788 \begin_layout Standard
6789 To reference a multi-page table, insert a label into the caption.
6790 \end_layout
6791
6792 \begin_layout Standard
6793 This is a reference to Table
6794 \begin_inset space ~
6795 \end_inset
6796
6797
6798 \begin_inset CommandInset ref
6799 LatexCommand ref
6800 reference "tab:Referenced-multi-page-table"
6801
6802 \end_inset
6803
6804 .
6805 \end_layout
6806
6807 \begin_layout Standard
6808 The caption layout can be set together with all other captions of your document
6809  using the \SpecialChar LaTeX
6810 -package 
6811 \series bold
6812 caption
6813 \series default
6814
6815 \begin_inset Index idx
6816 status collapsed
6817
6818 \begin_layout Plain Layout
6819 \SpecialChar LaTeX
6820 -packages ! caption
6821 \end_layout
6822
6823 \end_inset
6824
6825 , see section
6826 \begin_inset space ~
6827 \end_inset
6828
6829
6830 \begin_inset CommandInset ref
6831 LatexCommand ref
6832 reference "sec:Caption-Formatting"
6833
6834 \end_inset
6835
6836 .
6837 \end_layout
6838
6839 \begin_layout Subsubsection
6840 Caption Width
6841 \begin_inset Index idx
6842 status collapsed
6843
6844 \begin_layout Plain Layout
6845 Table ! Multi-page Table ! Caption Width
6846 \end_layout
6847
6848 \end_inset
6849
6850
6851 \end_layout
6852
6853 \begin_layout Standard
6854 The maximal width of caption lines is defined by the length 
6855 \series bold
6856
6857 \backslash
6858 LTcapwidth
6859 \series default
6860 .
6861  Its default value is 4
6862 \begin_inset space \thinspace{}
6863 \end_inset
6864
6865 in.
6866  To change it add the following command to your document preamble or as
6867  \SpecialChar TeX
6868  Code into your document before the multi-page table that should be affected
6869 \end_layout
6870
6871 \begin_layout Standard
6872
6873 \series bold
6874
6875 \backslash
6876 setlength{
6877 \backslash
6878 LTcapwidth}{width}
6879 \end_layout
6880
6881 \begin_layout Standard
6882 where the 
6883 \family sans
6884 width
6885 \family default
6886  can have one of the units listed in appendix
6887 \begin_inset space ~
6888 \end_inset
6889
6890
6891 \begin_inset CommandInset ref
6892 LatexCommand ref
6893 reference "cha:Units-available-in"
6894
6895 \end_inset
6896
6897 .
6898 \end_layout
6899
6900 \begin_layout Standard
6901 The following tables show the difference:
6902 \end_layout
6903
6904 \begin_layout Standard
6905 \begin_inset Tabular
6906 <lyxtabular version="3" rows="6" columns="5">
6907 <features islongtable="true" longtabularalignment="center">
6908 <column alignment="center" valignment="top">
6909 <column alignment="center" valignment="top">
6910 <column alignment="center" valignment="top">
6911 <column alignment="center" valignment="top">
6912 <column alignment="center" valignment="top">
6913 <row endfirsthead="true" caption="true">
6914 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6915 \begin_inset Text
6916
6917 \begin_layout Plain Layout
6918 \begin_inset Caption Standard
6919
6920 \begin_layout Plain Layout
6921 Long full title with default width long full title with default width long
6922  full title with default width
6923 \begin_inset Argument 1
6924 status collapsed
6925
6926 \begin_layout Plain Layout
6927 caption with default width
6928 \end_layout
6929
6930 \end_inset
6931
6932
6933 \end_layout
6934
6935 \end_inset
6936
6937
6938 \end_layout
6939
6940 \end_inset
6941 </cell>
6942 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6943 \begin_inset Text
6944
6945 \begin_layout Plain Layout
6946
6947 \end_layout
6948
6949 \end_inset
6950 </cell>
6951 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6952 \begin_inset Text
6953
6954 \begin_layout Plain Layout
6955
6956 \end_layout
6957
6958 \end_inset
6959 </cell>
6960 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6961 \begin_inset Text
6962
6963 \begin_layout Plain Layout
6964
6965 \end_layout
6966
6967 \end_inset
6968 </cell>
6969 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6970 \begin_inset Text
6971
6972 \begin_layout Plain Layout
6973
6974 \end_layout
6975
6976 \end_inset
6977 </cell>
6978 </row>
6979 <row>
6980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6981 \begin_inset Text
6982
6983 \begin_layout Plain Layout
6984 1
6985 \end_layout
6986
6987 \end_inset
6988 </cell>
6989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6990 \begin_inset Text
6991
6992 \begin_layout Plain Layout
6993 2
6994 \end_layout
6995
6996 \end_inset
6997 </cell>
6998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6999 \begin_inset Text
7000
7001 \begin_layout Plain Layout
7002 3
7003 \end_layout
7004
7005 \end_inset
7006 </cell>
7007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7008 \begin_inset Text
7009
7010 \begin_layout Plain Layout
7011 4
7012 \end_layout
7013
7014 \end_inset
7015 </cell>
7016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7017 \begin_inset Text
7018
7019 \begin_layout Plain Layout
7020 5
7021 \end_layout
7022
7023 \end_inset
7024 </cell>
7025 </row>
7026 <row>
7027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7028 \begin_inset Text
7029
7030 \begin_layout Plain Layout
7031 asd
7032 \end_layout
7033
7034 \end_inset
7035 </cell>
7036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7037 \begin_inset Text
7038
7039 \begin_layout Plain Layout
7040 s
7041 \end_layout
7042
7043 \end_inset
7044 </cell>
7045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7046 \begin_inset Text
7047
7048 \begin_layout Plain Layout
7049 s
7050 \end_layout
7051
7052 \end_inset
7053 </cell>
7054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7055 \begin_inset Text
7056
7057 \begin_layout Plain Layout
7058 s
7059 \end_layout
7060
7061 \end_inset
7062 </cell>
7063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
7073 <row>
7074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7075 \begin_inset Text
7076
7077 \begin_layout Plain Layout
7078 asd
7079 \end_layout
7080
7081 \end_inset
7082 </cell>
7083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7084 \begin_inset Text
7085
7086 \begin_layout Plain Layout
7087 s
7088 \end_layout
7089
7090 \end_inset
7091 </cell>
7092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7093 \begin_inset Text
7094
7095 \begin_layout Plain Layout
7096 s
7097 \end_layout
7098
7099 \end_inset
7100 </cell>
7101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7102 \begin_inset Text
7103
7104 \begin_layout Plain Layout
7105 s
7106 \end_layout
7107
7108 \end_inset
7109 </cell>
7110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
7120 <row>
7121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7122 \begin_inset Text
7123
7124 \begin_layout Plain Layout
7125 asd
7126 \end_layout
7127
7128 \end_inset
7129 </cell>
7130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7131 \begin_inset Text
7132
7133 \begin_layout Plain Layout
7134 s
7135 \end_layout
7136
7137 \end_inset
7138 </cell>
7139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7140 \begin_inset Text
7141
7142 \begin_layout Plain Layout
7143 s
7144 \end_layout
7145
7146 \end_inset
7147 </cell>
7148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7149 \begin_inset Text
7150
7151 \begin_layout Plain Layout
7152 s
7153 \end_layout
7154
7155 \end_inset
7156 </cell>
7157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
7167 <row>
7168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7169 \begin_inset Text
7170
7171 \begin_layout Plain Layout
7172 asd
7173 \end_layout
7174
7175 \end_inset
7176 </cell>
7177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7178 \begin_inset Text
7179
7180 \begin_layout Plain Layout
7181 sad
7182 \end_layout
7183
7184 \end_inset
7185 </cell>
7186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7187 \begin_inset Text
7188
7189 \begin_layout Plain Layout
7190 asd
7191 \end_layout
7192
7193 \end_inset
7194 </cell>
7195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7196 \begin_inset Text
7197
7198 \begin_layout Plain Layout
7199 asd
7200 \end_layout
7201
7202 \end_inset
7203 </cell>
7204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7205 \begin_inset Text
7206
7207 \begin_layout Plain Layout
7208 asd
7209 \end_layout
7210
7211 \end_inset
7212 </cell>
7213 </row>
7214 </lyxtabular>
7215
7216 \end_inset
7217
7218
7219 \end_layout
7220
7221 \begin_layout Standard
7222 \begin_inset ERT
7223 status collapsed
7224
7225 \begin_layout Plain Layout
7226
7227
7228 \backslash
7229 setlength{
7230 \backslash
7231 LTcapwidth}{5cm}
7232 \end_layout
7233
7234 \end_inset
7235
7236
7237 \begin_inset Tabular
7238 <lyxtabular version="3" rows="6" columns="5">
7239 <features islongtable="true" longtabularalignment="center">
7240 <column alignment="center" valignment="top">
7241 <column alignment="center" valignment="top">
7242 <column alignment="center" valignment="top">
7243 <column alignment="center" valignment="top">
7244 <column alignment="center" valignment="top">
7245 <row endfirsthead="true" caption="true">
7246 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7247 \begin_inset Text
7248
7249 \begin_layout Plain Layout
7250 \begin_inset Caption Standard
7251
7252 \begin_layout Plain Layout
7253 Long full title with width set to 5
7254 \begin_inset space \thinspace{}
7255 \end_inset
7256
7257 cm long full title with width set to 5
7258 \begin_inset space \thinspace{}
7259 \end_inset
7260
7261 cm long full title with width set to 5
7262 \begin_inset space \thinspace{}
7263 \end_inset
7264
7265 cm
7266 \begin_inset Argument 1
7267 status collapsed
7268
7269 \begin_layout Plain Layout
7270 caption with width
7271 \begin_inset space \thinspace{}
7272 \end_inset
7273
7274 =
7275 \begin_inset space \thinspace{}
7276 \end_inset
7277
7278 5
7279 \begin_inset space \thinspace{}
7280 \end_inset
7281
7282 cm
7283 \end_layout
7284
7285 \end_inset
7286
7287
7288 \end_layout
7289
7290 \end_inset
7291
7292
7293 \end_layout
7294
7295 \end_inset
7296 </cell>
7297 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7298 \begin_inset Text
7299
7300 \begin_layout Plain Layout
7301
7302 \end_layout
7303
7304 \end_inset
7305 </cell>
7306 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7307 \begin_inset Text
7308
7309 \begin_layout Plain Layout
7310
7311 \end_layout
7312
7313 \end_inset
7314 </cell>
7315 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7316 \begin_inset Text
7317
7318 \begin_layout Plain Layout
7319
7320 \end_layout
7321
7322 \end_inset
7323 </cell>
7324 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7325 \begin_inset Text
7326
7327 \begin_layout Plain Layout
7328
7329 \end_layout
7330
7331 \end_inset
7332 </cell>
7333 </row>
7334 <row>
7335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7336 \begin_inset Text
7337
7338 \begin_layout Plain Layout
7339 1
7340 \end_layout
7341
7342 \end_inset
7343 </cell>
7344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7345 \begin_inset Text
7346
7347 \begin_layout Plain Layout
7348 2
7349 \end_layout
7350
7351 \end_inset
7352 </cell>
7353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7354 \begin_inset Text
7355
7356 \begin_layout Plain Layout
7357 3
7358 \end_layout
7359
7360 \end_inset
7361 </cell>
7362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7363 \begin_inset Text
7364
7365 \begin_layout Plain Layout
7366 4
7367 \end_layout
7368
7369 \end_inset
7370 </cell>
7371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7372 \begin_inset Text
7373
7374 \begin_layout Plain Layout
7375 5
7376 \end_layout
7377
7378 \end_inset
7379 </cell>
7380 </row>
7381 <row>
7382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7383 \begin_inset Text
7384
7385 \begin_layout Plain Layout
7386 asd
7387 \end_layout
7388
7389 \end_inset
7390 </cell>
7391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7392 \begin_inset Text
7393
7394 \begin_layout Plain Layout
7395 s
7396 \end_layout
7397
7398 \end_inset
7399 </cell>
7400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7401 \begin_inset Text
7402
7403 \begin_layout Plain Layout
7404 s
7405 \end_layout
7406
7407 \end_inset
7408 </cell>
7409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7410 \begin_inset Text
7411
7412 \begin_layout Plain Layout
7413 s
7414 \end_layout
7415
7416 \end_inset
7417 </cell>
7418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
7428 <row>
7429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7430 \begin_inset Text
7431
7432 \begin_layout Plain Layout
7433 asd
7434 \end_layout
7435
7436 \end_inset
7437 </cell>
7438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7439 \begin_inset Text
7440
7441 \begin_layout Plain Layout
7442 s
7443 \end_layout
7444
7445 \end_inset
7446 </cell>
7447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7448 \begin_inset Text
7449
7450 \begin_layout Plain Layout
7451 s
7452 \end_layout
7453
7454 \end_inset
7455 </cell>
7456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7457 \begin_inset Text
7458
7459 \begin_layout Plain Layout
7460 s
7461 \end_layout
7462
7463 \end_inset
7464 </cell>
7465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
7475 <row>
7476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7477 \begin_inset Text
7478
7479 \begin_layout Plain Layout
7480 asd
7481 \end_layout
7482
7483 \end_inset
7484 </cell>
7485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7486 \begin_inset Text
7487
7488 \begin_layout Plain Layout
7489 s
7490 \end_layout
7491
7492 \end_inset
7493 </cell>
7494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7495 \begin_inset Text
7496
7497 \begin_layout Plain Layout
7498 s
7499 \end_layout
7500
7501 \end_inset
7502 </cell>
7503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7504 \begin_inset Text
7505
7506 \begin_layout Plain Layout
7507 s
7508 \end_layout
7509
7510 \end_inset
7511 </cell>
7512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
7522 <row>
7523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7524 \begin_inset Text
7525
7526 \begin_layout Plain Layout
7527 asd
7528 \end_layout
7529
7530 \end_inset
7531 </cell>
7532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7533 \begin_inset Text
7534
7535 \begin_layout Plain Layout
7536 sad
7537 \end_layout
7538
7539 \end_inset
7540 </cell>
7541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7542 \begin_inset Text
7543
7544 \begin_layout Plain Layout
7545 asd
7546 \end_layout
7547
7548 \end_inset
7549 </cell>
7550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7551 \begin_inset Text
7552
7553 \begin_layout Plain Layout
7554 asd
7555 \end_layout
7556
7557 \end_inset
7558 </cell>
7559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7560 \begin_inset Text
7561
7562 \begin_layout Plain Layout
7563 asd
7564 \end_layout
7565
7566 \end_inset
7567 </cell>
7568 </row>
7569 </lyxtabular>
7570
7571 \end_inset
7572
7573
7574 \end_layout
7575
7576 \begin_layout Standard
7577 \begin_inset ERT
7578 status collapsed
7579
7580 \begin_layout Plain Layout
7581
7582
7583 \backslash
7584 setlength{
7585 \backslash
7586 LTcapwidth}{4in}
7587 \end_layout
7588
7589 \end_inset
7590
7591
7592 \end_layout
7593
7594 \begin_layout Standard
7595 \begin_inset Note Greyedout
7596 status open
7597
7598 \begin_layout Plain Layout
7599
7600 \series bold
7601 Note:
7602 \series default
7603  When the \SpecialChar LaTeX
7604 -package 
7605 \series bold
7606 caption
7607 \series default
7608
7609 \begin_inset Index idx
7610 status collapsed
7611
7612 \begin_layout Plain Layout
7613 \SpecialChar LaTeX
7614 -packages ! caption
7615 \end_layout
7616
7617 \end_inset
7618
7619  is used, as in this document, the full page width is used for the caption
7620  when you use the default value of 4
7621 \begin_inset space \thinspace{}
7622 \end_inset
7623
7624 in for 
7625 \series bold
7626
7627 \backslash
7628 LTcapwidth
7629 \series default
7630 .
7631  To get in this case exactly a 4
7632 \begin_inset space \thinspace{}
7633 \end_inset
7634
7635 in wide caption, you can either use a value slightly different from 4.0
7636 \begin_inset space \thinspace{}
7637 \end_inset
7638
7639 in, e.
7640 \begin_inset space \thinspace{}
7641 \end_inset
7642
7643 g.
7644 \begin_inset space \space{}
7645 \end_inset
7646
7647 3.99
7648 \begin_inset space \thinspace{}
7649 \end_inset
7650
7651 in, or the \SpecialChar LaTeX
7652 -command 
7653 \series bold
7654
7655 \backslash
7656 captionsetup{width=value}
7657 \series default
7658  that is provided by the 
7659 \series bold
7660 caption
7661 \series default
7662 -package.
7663 \end_layout
7664
7665 \end_inset
7666
7667
7668 \end_layout
7669
7670 \begin_layout Subsubsection
7671 Different Captions for Table Pages
7672 \begin_inset Index idx
7673 status collapsed
7674
7675 \begin_layout Plain Layout
7676 Table ! Multi-page Table ! Different Captions for Pages
7677 \end_layout
7678
7679 \end_inset
7680
7681
7682 \end_layout
7683
7684 \begin_layout Standard
7685 When the table captions for the following pages should differ from the one
7686  of the first table page, mark a empty row as header which contains a caption.
7687  Then right-click on the caption and select in the context menu 
7688 \family sans
7689 Caption
7690 \begin_inset space ~
7691 \end_inset
7692
7693 (Unnumbered)
7694 \family default
7695 .
7696  Table
7697 \begin_inset space ~
7698 \end_inset
7699
7700
7701 \begin_inset CommandInset ref
7702 LatexCommand ref
7703 reference "tab:DiffCaptions"
7704
7705 \end_inset
7706
7707  is an example of a multi-page table with different heading where the second
7708  caption does not include the table number.
7709 \begin_inset Separator latexpar
7710 \end_inset
7711
7712
7713 \end_layout
7714
7715 \begin_layout Standard
7716 \align center
7717 \begin_inset Tabular
7718 <lyxtabular version="3" rows="59" columns="3">
7719 <features islongtable="true" longtabularalignment="center">
7720 <column alignment="left" valignment="top" width="0cm">
7721 <column alignment="left" valignment="top" width="0pt">
7722 <column alignment="center" valignment="top" width="0pt">
7723 <row endfirsthead="true" caption="true">
7724 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7725 \begin_inset Text
7726
7727 \begin_layout Plain Layout
7728 \begin_inset Caption Standard
7729
7730 \begin_layout Plain Layout
7731 Example Phone List
7732 \begin_inset CommandInset label
7733 LatexCommand label
7734 name "tab:DiffCaptions"
7735
7736 \end_inset
7737
7738
7739 \begin_inset Argument 1
7740 status collapsed
7741
7742 \begin_layout Plain Layout
7743 Example Phone List
7744 \end_layout
7745
7746 \end_inset
7747
7748
7749 \end_layout
7750
7751 \end_inset
7752
7753
7754 \end_layout
7755
7756 \end_inset
7757 </cell>
7758 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7759 \begin_inset Text
7760
7761 \begin_layout Plain Layout
7762
7763 \end_layout
7764
7765 \end_inset
7766 </cell>
7767 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7768 \begin_inset Text
7769
7770 \begin_layout Plain Layout
7771
7772 \end_layout
7773
7774 \end_inset
7775 </cell>
7776 </row>
7777 <row endfirsthead="true">
7778 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7779 \begin_inset Text
7780
7781 \begin_layout Plain Layout
7782
7783 \series bold
7784 Example Phone List (ignore the names)
7785 \end_layout
7786
7787 \end_inset
7788 </cell>
7789 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7790 \begin_inset Text
7791
7792 \begin_layout Plain Layout
7793
7794 \end_layout
7795
7796 \end_inset
7797 </cell>
7798 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7799 \begin_inset Text
7800
7801 \begin_layout Plain Layout
7802
7803 \end_layout
7804
7805 \end_inset
7806 </cell>
7807 </row>
7808 <row endfirsthead="true">
7809 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7810 \begin_inset Text
7811
7812 \begin_layout Plain Layout
7813
7814 \series bold
7815 NAME
7816 \end_layout
7817
7818 \end_inset
7819 </cell>
7820 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7821 \begin_inset Text
7822
7823 \begin_layout Plain Layout
7824
7825 \end_layout
7826
7827 \end_inset
7828 </cell>
7829 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7830 \begin_inset Text
7831
7832 \begin_layout Plain Layout
7833
7834 \series bold
7835 TEL.
7836 \end_layout
7837
7838 \end_inset
7839 </cell>
7840 </row>
7841 <row endhead="true" caption="true">
7842 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7843 \begin_inset Text
7844
7845 \begin_layout Plain Layout
7846 \begin_inset Caption Unnumbered
7847
7848 \begin_layout Plain Layout
7849 Continued Example Phone List
7850 \end_layout
7851
7852 \end_inset
7853
7854
7855 \end_layout
7856
7857 \end_inset
7858 </cell>
7859 <cell multicolumn="2" alignment="left" valignment="top" leftline="true" usebox="none">
7860 \begin_inset Text
7861
7862 \begin_layout Plain Layout
7863
7864 \end_layout
7865
7866 \end_inset
7867 </cell>
7868 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7869 \begin_inset Text
7870
7871 \begin_layout Plain Layout
7872
7873 \end_layout
7874
7875 \end_inset
7876 </cell>
7877 </row>
7878 <row endhead="true">
7879 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7880 \begin_inset Text
7881
7882 \begin_layout Plain Layout
7883
7884 \series bold
7885 Example Phone List
7886 \end_layout
7887
7888 \end_inset
7889 </cell>
7890 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7891 \begin_inset Text
7892
7893 \begin_layout Plain Layout
7894
7895 \end_layout
7896
7897 \end_inset
7898 </cell>
7899 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7900 \begin_inset Text
7901
7902 \begin_layout Plain Layout
7903
7904 \end_layout
7905
7906 \end_inset
7907 </cell>
7908 </row>
7909 <row endhead="true">
7910 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7911 \begin_inset Text
7912
7913 \begin_layout Plain Layout
7914
7915 \series bold
7916 NAME
7917 \end_layout
7918
7919 \end_inset
7920 </cell>
7921 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7922 \begin_inset Text
7923
7924 \begin_layout Plain Layout
7925
7926 \end_layout
7927
7928 \end_inset
7929 </cell>
7930 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7931 \begin_inset Text
7932
7933 \begin_layout Plain Layout
7934
7935 \series bold
7936 TEL.
7937 \end_layout
7938
7939 \end_inset
7940 </cell>
7941 </row>
7942 <row endfoot="true">
7943 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7944 \begin_inset Text
7945
7946 \begin_layout Plain Layout
7947 continued on next page
7948 \end_layout
7949
7950 \end_inset
7951 </cell>
7952 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7953 \begin_inset Text
7954
7955 \begin_layout Plain Layout
7956
7957 \end_layout
7958
7959 \end_inset
7960 </cell>
7961 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7962 \begin_inset Text
7963
7964 \begin_layout Plain Layout
7965
7966 \end_layout
7967
7968 \end_inset
7969 </cell>
7970 </row>
7971 <row>
7972 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7973 \begin_inset Text
7974
7975 \begin_layout Plain Layout
7976
7977 \series bold
7978 Annovi
7979 \end_layout
7980
7981 \end_inset
7982 </cell>
7983 <cell alignment="left" valignment="top" rightline="true" usebox="none">
7984 \begin_inset Text
7985
7986 \begin_layout Plain Layout
7987 Silvia
7988 \end_layout
7989
7990 \end_inset
7991 </cell>
7992 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7993 \begin_inset Text
7994
7995 \begin_layout Plain Layout
7996 111
7997 \end_layout
7998
7999 \end_inset
8000 </cell>
8001 </row>
8002 <row>
8003 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8004 \begin_inset Text
8005
8006 \begin_layout Plain Layout
8007
8008 \series bold
8009 Bertoli
8010 \end_layout
8011
8012 \end_inset
8013 </cell>
8014 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8015 \begin_inset Text
8016
8017 \begin_layout Plain Layout
8018 Stefano
8019 \end_layout
8020
8021 \end_inset
8022 </cell>
8023 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8024 \begin_inset Text
8025
8026 \begin_layout Plain Layout
8027 111
8028 \end_layout
8029
8030 \end_inset
8031 </cell>
8032 </row>
8033 <row>
8034 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8035 \begin_inset Text
8036
8037 \begin_layout Plain Layout
8038
8039 \series bold
8040 Bozzi
8041 \end_layout
8042
8043 \end_inset
8044 </cell>
8045 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8046 \begin_inset Text
8047
8048 \begin_layout Plain Layout
8049 Walter
8050 \end_layout
8051
8052 \end_inset
8053 </cell>
8054 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8055 \begin_inset Text
8056
8057 \begin_layout Plain Layout
8058 111
8059 \end_layout
8060
8061 \end_inset
8062 </cell>
8063 </row>
8064 <row>
8065 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8066 \begin_inset Text
8067
8068 \begin_layout Plain Layout
8069
8070 \series bold
8071 Cachia
8072 \end_layout
8073
8074 \end_inset
8075 </cell>
8076 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8077 \begin_inset Text
8078
8079 \begin_layout Plain Layout
8080 Maria
8081 \end_layout
8082
8083 \end_inset
8084 </cell>
8085 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8086 \begin_inset Text
8087
8088 \begin_layout Plain Layout
8089 111
8090 \end_layout
8091
8092 \end_inset
8093 </cell>
8094 </row>
8095 <row>
8096 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8097 \begin_inset Text
8098
8099 \begin_layout Plain Layout
8100
8101 \series bold
8102 Cachia
8103 \end_layout
8104
8105 \end_inset
8106 </cell>
8107 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8108 \begin_inset Text
8109
8110 \begin_layout Plain Layout
8111 Maurizio
8112 \end_layout
8113
8114 \end_inset
8115 </cell>
8116 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8117 \begin_inset Text
8118
8119 \begin_layout Plain Layout
8120 111
8121 \end_layout
8122
8123 \end_inset
8124 </cell>
8125 </row>
8126 <row>
8127 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8128 \begin_inset Text
8129
8130 \begin_layout Plain Layout
8131
8132 \series bold
8133 Cinquemani
8134 \end_layout
8135
8136 \end_inset
8137 </cell>
8138 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8139 \begin_inset Text
8140
8141 \begin_layout Plain Layout
8142 Giusi
8143 \end_layout
8144
8145 \end_inset
8146 </cell>
8147 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8148 \begin_inset Text
8149
8150 \begin_layout Plain Layout
8151 111
8152 \end_layout
8153
8154 \end_inset
8155 </cell>
8156 </row>
8157 <row>
8158 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8159 \begin_inset Text
8160
8161 \begin_layout Plain Layout
8162
8163 \series bold
8164 Colin
8165 \end_layout
8166
8167 \end_inset
8168 </cell>
8169 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8170 \begin_inset Text
8171
8172 \begin_layout Plain Layout
8173 Bernard
8174 \end_layout
8175
8176 \end_inset
8177 </cell>
8178 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8179 \begin_inset Text
8180
8181 \begin_layout Plain Layout
8182 111
8183 \end_layout
8184
8185 \end_inset
8186 </cell>
8187 </row>
8188 <row>
8189 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8190 \begin_inset Text
8191
8192 \begin_layout Plain Layout
8193
8194 \series bold
8195 Concli
8196 \end_layout
8197
8198 \end_inset
8199 </cell>
8200 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8201 \begin_inset Text
8202
8203 \begin_layout Plain Layout
8204 Gianfranco
8205 \end_layout
8206
8207 \end_inset
8208 </cell>
8209 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8210 \begin_inset Text
8211
8212 \begin_layout Plain Layout
8213 111
8214 \end_layout
8215
8216 \end_inset
8217 </cell>
8218 </row>
8219 <row>
8220 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8221 \begin_inset Text
8222
8223 \begin_layout Plain Layout
8224
8225 \series bold
8226 Dal Bosco
8227 \end_layout
8228
8229 \end_inset
8230 </cell>
8231 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8232 \begin_inset Text
8233
8234 \begin_layout Plain Layout
8235 Carolina
8236 \end_layout
8237
8238 \end_inset
8239 </cell>
8240 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8241 \begin_inset Text
8242
8243 \begin_layout Plain Layout
8244 111
8245 \end_layout
8246
8247 \end_inset
8248 </cell>
8249 </row>
8250 <row>
8251 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8252 \begin_inset Text
8253
8254 \begin_layout Plain Layout
8255
8256 \series bold
8257 Dalpiaz
8258 \end_layout
8259
8260 \end_inset
8261 </cell>
8262 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8263 \begin_inset Text
8264
8265 \begin_layout Plain Layout
8266 Annamaria
8267 \end_layout
8268
8269 \end_inset
8270 </cell>
8271 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8272 \begin_inset Text
8273
8274 \begin_layout Plain Layout
8275 111
8276 \end_layout
8277
8278 \end_inset
8279 </cell>
8280 </row>
8281 <row>
8282 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8283 \begin_inset Text
8284
8285 \begin_layout Plain Layout
8286
8287 \series bold
8288 Feliciello
8289 \end_layout
8290
8291 \end_inset
8292 </cell>
8293 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8294 \begin_inset Text
8295
8296 \begin_layout Plain Layout
8297 Domenico
8298 \end_layout
8299
8300 \end_inset
8301 </cell>
8302 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8303 \begin_inset Text
8304
8305 \begin_layout Plain Layout
8306 111
8307 \end_layout
8308
8309 \end_inset
8310 </cell>
8311 </row>
8312 <row>
8313 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8314 \begin_inset Text
8315
8316 \begin_layout Plain Layout
8317
8318 \series bold
8319 Focarelli
8320 \end_layout
8321
8322 \end_inset
8323 </cell>
8324 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8325 \begin_inset Text
8326
8327 \begin_layout Plain Layout
8328 Paola
8329 \end_layout
8330
8331 \end_inset
8332 </cell>
8333 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8334 \begin_inset Text
8335
8336 \begin_layout Plain Layout
8337 111
8338 \end_layout
8339
8340 \end_inset
8341 </cell>
8342 </row>
8343 <row>
8344 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8345 \begin_inset Text
8346
8347 \begin_layout Plain Layout
8348
8349 \series bold
8350 Galletti
8351 \end_layout
8352
8353 \end_inset
8354 </cell>
8355 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8356 \begin_inset Text
8357
8358 \begin_layout Plain Layout
8359 Oreste
8360 \end_layout
8361
8362 \end_inset
8363 </cell>
8364 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8365 \begin_inset Text
8366
8367 \begin_layout Plain Layout
8368 111
8369 \end_layout
8370
8371 \end_inset
8372 </cell>
8373 </row>
8374 <row>
8375 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8376 \begin_inset Text
8377
8378 \begin_layout Plain Layout
8379
8380 \series bold
8381 Gasparini
8382 \end_layout
8383
8384 \end_inset
8385 </cell>
8386 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8387 \begin_inset Text
8388
8389 \begin_layout Plain Layout
8390 Franca
8391 \end_layout
8392
8393 \end_inset
8394 </cell>
8395 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8396 \begin_inset Text
8397
8398 \begin_layout Plain Layout
8399 111
8400 \end_layout
8401
8402 \end_inset
8403 </cell>
8404 </row>
8405 <row>
8406 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8407 \begin_inset Text
8408
8409 \begin_layout Plain Layout
8410
8411 \series bold
8412 Rizzardi
8413 \series default
8414
8415 \begin_inset Foot
8416 status open
8417
8418 \begin_layout Plain Layout
8419 Example footnote
8420 \end_layout
8421
8422 \end_inset
8423
8424
8425 \end_layout
8426
8427 \end_inset
8428 </cell>
8429 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8430 \begin_inset Text
8431
8432 \begin_layout Plain Layout
8433 Paola
8434 \end_layout
8435
8436 \end_inset
8437 </cell>
8438 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8439 \begin_inset Text
8440
8441 \begin_layout Plain Layout
8442 111
8443 \end_layout
8444
8445 \end_inset
8446 </cell>
8447 </row>
8448 <row>
8449 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8450 \begin_inset Text
8451
8452 \begin_layout Plain Layout
8453
8454 \series bold
8455 Lassini
8456 \end_layout
8457
8458 \end_inset
8459 </cell>
8460 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8461 \begin_inset Text
8462
8463 \begin_layout Plain Layout
8464 Giancarlo
8465 \end_layout
8466
8467 \end_inset
8468 </cell>
8469 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8470 \begin_inset Text
8471
8472 \begin_layout Plain Layout
8473 111
8474 \end_layout
8475
8476 \end_inset
8477 </cell>
8478 </row>
8479 <row>
8480 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8481 \begin_inset Text
8482
8483 \begin_layout Plain Layout
8484
8485 \series bold
8486 Malfatti
8487 \end_layout
8488
8489 \end_inset
8490 </cell>
8491 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8492 \begin_inset Text
8493
8494 \begin_layout Plain Layout
8495 Luciano
8496 \end_layout
8497
8498 \end_inset
8499 </cell>
8500 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8501 \begin_inset Text
8502
8503 \begin_layout Plain Layout
8504 111
8505 \end_layout
8506
8507 \end_inset
8508 </cell>
8509 </row>
8510 <row>
8511 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8512 \begin_inset Text
8513
8514 \begin_layout Plain Layout
8515
8516 \series bold
8517 Malfatti
8518 \end_layout
8519
8520 \end_inset
8521 </cell>
8522 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8523 \begin_inset Text
8524
8525 \begin_layout Plain Layout
8526 Valeriano
8527 \end_layout
8528
8529 \end_inset
8530 </cell>
8531 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8532 \begin_inset Text
8533
8534 \begin_layout Plain Layout
8535 111
8536 \end_layout
8537
8538 \end_inset
8539 </cell>
8540 </row>
8541 <row>
8542 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8543 \begin_inset Text
8544
8545 \begin_layout Plain Layout
8546
8547 \series bold
8548 Meneguzzo
8549 \end_layout
8550
8551 \end_inset
8552 </cell>
8553 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8554 \begin_inset Text
8555
8556 \begin_layout Plain Layout
8557 Roberto
8558 \end_layout
8559
8560 \end_inset
8561 </cell>
8562 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8563 \begin_inset Text
8564
8565 \begin_layout Plain Layout
8566 111
8567 \end_layout
8568
8569 \end_inset
8570 </cell>
8571 </row>
8572 <row>
8573 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8574 \begin_inset Text
8575
8576 \begin_layout Plain Layout
8577
8578 \series bold
8579 Mezzadra
8580 \end_layout
8581
8582 \end_inset
8583 </cell>
8584 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8585 \begin_inset Text
8586
8587 \begin_layout Plain Layout
8588 Roberto
8589 \end_layout
8590
8591 \end_inset
8592 </cell>
8593 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8594 \begin_inset Text
8595
8596 \begin_layout Plain Layout
8597 111
8598 \end_layout
8599
8600 \end_inset
8601 </cell>
8602 </row>
8603 <row>
8604 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8605 \begin_inset Text
8606
8607 \begin_layout Plain Layout
8608
8609 \series bold
8610 Pirpamer
8611 \end_layout
8612
8613 \end_inset
8614 </cell>
8615 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8616 \begin_inset Text
8617
8618 \begin_layout Plain Layout
8619 Erich
8620 \end_layout
8621
8622 \end_inset
8623 </cell>
8624 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8625 \begin_inset Text
8626
8627 \begin_layout Plain Layout
8628 111
8629 \end_layout
8630
8631 \end_inset
8632 </cell>
8633 </row>
8634 <row>
8635 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8636 \begin_inset Text
8637
8638 \begin_layout Plain Layout
8639
8640 \series bold
8641 Pochiesa
8642 \end_layout
8643
8644 \end_inset
8645 </cell>
8646 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8647 \begin_inset Text
8648
8649 \begin_layout Plain Layout
8650 Paolo
8651 \end_layout
8652
8653 \end_inset
8654 </cell>
8655 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8656 \begin_inset Text
8657
8658 \begin_layout Plain Layout
8659 111, 222
8660 \end_layout
8661
8662 \end_inset
8663 </cell>
8664 </row>
8665 <row>
8666 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8667 \begin_inset Text
8668
8669 \begin_layout Plain Layout
8670
8671 \series bold
8672 Radina
8673 \end_layout
8674
8675 \end_inset
8676 </cell>
8677 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8678 \begin_inset Text
8679
8680 \begin_layout Plain Layout
8681 Claudio
8682 \end_layout
8683
8684 \end_inset
8685 </cell>
8686 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8687 \begin_inset Text
8688
8689 \begin_layout Plain Layout
8690 111
8691 \end_layout
8692
8693 \end_inset
8694 </cell>
8695 </row>
8696 <row>
8697 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8698 \begin_inset Text
8699
8700 \begin_layout Plain Layout
8701
8702 \series bold
8703 Stuffer
8704 \end_layout
8705
8706 \end_inset
8707 </cell>
8708 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8709 \begin_inset Text
8710
8711 \begin_layout Plain Layout
8712 Oskar
8713 \end_layout
8714
8715 \end_inset
8716 </cell>
8717 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8718 \begin_inset Text
8719
8720 \begin_layout Plain Layout
8721 111
8722 \end_layout
8723
8724 \end_inset
8725 </cell>
8726 </row>
8727 <row>
8728 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8729 \begin_inset Text
8730
8731 \begin_layout Plain Layout
8732
8733 \series bold
8734 Tacchelli
8735 \end_layout
8736
8737 \end_inset
8738 </cell>
8739 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8740 \begin_inset Text
8741
8742 \begin_layout Plain Layout
8743 Ugo
8744 \end_layout
8745
8746 \end_inset
8747 </cell>
8748 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8749 \begin_inset Text
8750
8751 \begin_layout Plain Layout
8752 111
8753 \end_layout
8754
8755 \end_inset
8756 </cell>
8757 </row>
8758 <row>
8759 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8760 \begin_inset Text
8761
8762 \begin_layout Plain Layout
8763
8764 \series bold
8765 Tezzele
8766 \end_layout
8767
8768 \end_inset
8769 </cell>
8770 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8771 \begin_inset Text
8772
8773 \begin_layout Plain Layout
8774 Margit
8775 \end_layout
8776
8777 \end_inset
8778 </cell>
8779 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8780 \begin_inset Text
8781
8782 \begin_layout Plain Layout
8783 111
8784 \end_layout
8785
8786 \end_inset
8787 </cell>
8788 </row>
8789 <row>
8790 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8791 \begin_inset Text
8792
8793 \begin_layout Plain Layout
8794
8795 \series bold
8796 Unterkalmsteiner
8797 \end_layout
8798
8799 \end_inset
8800 </cell>
8801 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8802 \begin_inset Text
8803
8804 \begin_layout Plain Layout
8805 Frieda
8806 \end_layout
8807
8808 \end_inset
8809 </cell>
8810 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8811 \begin_inset Text
8812
8813 \begin_layout Plain Layout
8814 111
8815 \end_layout
8816
8817 \end_inset
8818 </cell>
8819 </row>
8820 <row>
8821 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8822 \begin_inset Text
8823
8824 \begin_layout Plain Layout
8825
8826 \series bold
8827 Vieider
8828 \end_layout
8829
8830 \end_inset
8831 </cell>
8832 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8833 \begin_inset Text
8834
8835 \begin_layout Plain Layout
8836 Hilde
8837 \end_layout
8838
8839 \end_inset
8840 </cell>
8841 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8842 \begin_inset Text
8843
8844 \begin_layout Plain Layout
8845 111
8846 \end_layout
8847
8848 \end_inset
8849 </cell>
8850 </row>
8851 <row>
8852 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8853 \begin_inset Text
8854
8855 \begin_layout Plain Layout
8856
8857 \series bold
8858 Vigna
8859 \end_layout
8860
8861 \end_inset
8862 </cell>
8863 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8864 \begin_inset Text
8865
8866 \begin_layout Plain Layout
8867 Jürgen
8868 \end_layout
8869
8870 \end_inset
8871 </cell>
8872 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8873 \begin_inset Text
8874
8875 \begin_layout Plain Layout
8876 111
8877 \end_layout
8878
8879 \end_inset
8880 </cell>
8881 </row>
8882 <row>
8883 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8884 \begin_inset Text
8885
8886 \begin_layout Plain Layout
8887
8888 \series bold
8889 Weber
8890 \end_layout
8891
8892 \end_inset
8893 </cell>
8894 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8895 \begin_inset Text
8896
8897 \begin_layout Plain Layout
8898 Maurizio
8899 \end_layout
8900
8901 \end_inset
8902 </cell>
8903 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8904 \begin_inset Text
8905
8906 \begin_layout Plain Layout
8907 111
8908 \end_layout
8909
8910 \end_inset
8911 </cell>
8912 </row>
8913 <row>
8914 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8915 \begin_inset Text
8916
8917 \begin_layout Plain Layout
8918
8919 \series bold
8920 Winkler
8921 \end_layout
8922
8923 \end_inset
8924 </cell>
8925 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
8926 \begin_inset Text
8927
8928 \begin_layout Plain Layout
8929 Franz
8930 \end_layout
8931
8932 \end_inset
8933 </cell>
8934 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8935 \begin_inset Text
8936
8937 \begin_layout Plain Layout
8938 111
8939 \end_layout
8940
8941 \end_inset
8942 </cell>
8943 </row>
8944 <row>
8945 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8946 \begin_inset Text
8947
8948 \begin_layout Plain Layout
8949  
8950 \end_layout
8951
8952 \end_inset
8953 </cell>
8954 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8955 \begin_inset Text
8956
8957 \begin_layout Plain Layout
8958
8959 \end_layout
8960
8961 \end_inset
8962 </cell>
8963 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8964 \begin_inset Text
8965
8966 \begin_layout Plain Layout
8967
8968 \end_layout
8969
8970 \end_inset
8971 </cell>
8972 </row>
8973 <row>
8974 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8975 \begin_inset Text
8976
8977 \begin_layout Plain Layout
8978
8979 \series bold
8980 Annovi
8981 \end_layout
8982
8983 \end_inset
8984 </cell>
8985 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8986 \begin_inset Text
8987
8988 \begin_layout Plain Layout
8989 Silvia
8990 \end_layout
8991
8992 \end_inset
8993 </cell>
8994 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8995 \begin_inset Text
8996
8997 \begin_layout Plain Layout
8998 555
8999 \end_layout
9000
9001 \end_inset
9002 </cell>
9003 </row>
9004 <row>
9005 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9006 \begin_inset Text
9007
9008 \begin_layout Plain Layout
9009
9010 \series bold
9011 Bertoli
9012 \end_layout
9013
9014 \end_inset
9015 </cell>
9016 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9017 \begin_inset Text
9018
9019 \begin_layout Plain Layout
9020 Stefano
9021 \end_layout
9022
9023 \end_inset
9024 </cell>
9025 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9026 \begin_inset Text
9027
9028 \begin_layout Plain Layout
9029 555
9030 \end_layout
9031
9032 \end_inset
9033 </cell>
9034 </row>
9035 <row>
9036 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9037 \begin_inset Text
9038
9039 \begin_layout Plain Layout
9040
9041 \series bold
9042 Bozzi
9043 \end_layout
9044
9045 \end_inset
9046 </cell>
9047 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9048 \begin_inset Text
9049
9050 \begin_layout Plain Layout
9051 Walter
9052 \end_layout
9053
9054 \end_inset
9055 </cell>
9056 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9057 \begin_inset Text
9058
9059 \begin_layout Plain Layout
9060 555
9061 \end_layout
9062
9063 \end_inset
9064 </cell>
9065 </row>
9066 <row>
9067 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9068 \begin_inset Text
9069
9070 \begin_layout Plain Layout
9071
9072 \series bold
9073 Cachia
9074 \end_layout
9075
9076 \end_inset
9077 </cell>
9078 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9079 \begin_inset Text
9080
9081 \begin_layout Plain Layout
9082 Maria
9083 \end_layout
9084
9085 \end_inset
9086 </cell>
9087 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9088 \begin_inset Text
9089
9090 \begin_layout Plain Layout
9091 555
9092 \end_layout
9093
9094 \end_inset
9095 </cell>
9096 </row>
9097 <row>
9098 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9099 \begin_inset Text
9100
9101 \begin_layout Plain Layout
9102
9103 \series bold
9104 Cachia
9105 \end_layout
9106
9107 \end_inset
9108 </cell>
9109 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9110 \begin_inset Text
9111
9112 \begin_layout Plain Layout
9113 Maurizio
9114 \end_layout
9115
9116 \end_inset
9117 </cell>
9118 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9119 \begin_inset Text
9120
9121 \begin_layout Plain Layout
9122 555
9123 \end_layout
9124
9125 \end_inset
9126 </cell>
9127 </row>
9128 <row>
9129 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9130 \begin_inset Text
9131
9132 \begin_layout Plain Layout
9133
9134 \series bold
9135 Cinquemani
9136 \end_layout
9137
9138 \end_inset
9139 </cell>
9140 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9141 \begin_inset Text
9142
9143 \begin_layout Plain Layout
9144 Giusi
9145 \end_layout
9146
9147 \end_inset
9148 </cell>
9149 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9150 \begin_inset Text
9151
9152 \begin_layout Plain Layout
9153 555
9154 \end_layout
9155
9156 \end_inset
9157 </cell>
9158 </row>
9159 <row>
9160 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9161 \begin_inset Text
9162
9163 \begin_layout Plain Layout
9164
9165 \series bold
9166 Colin
9167 \end_layout
9168
9169 \end_inset
9170 </cell>
9171 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9172 \begin_inset Text
9173
9174 \begin_layout Plain Layout
9175 Bernard
9176 \end_layout
9177
9178 \end_inset
9179 </cell>
9180 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9181 \begin_inset Text
9182
9183 \begin_layout Plain Layout
9184 555
9185 \end_layout
9186
9187 \end_inset
9188 </cell>
9189 </row>
9190 <row>
9191 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9192 \begin_inset Text
9193
9194 \begin_layout Plain Layout
9195
9196 \series bold
9197 Concli
9198 \end_layout
9199
9200 \end_inset
9201 </cell>
9202 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9203 \begin_inset Text
9204
9205 \begin_layout Plain Layout
9206 Gianfranco
9207 \end_layout
9208
9209 \end_inset
9210 </cell>
9211 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9212 \begin_inset Text
9213
9214 \begin_layout Plain Layout
9215 555
9216 \end_layout
9217
9218 \end_inset
9219 </cell>
9220 </row>
9221 <row>
9222 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9223 \begin_inset Text
9224
9225 \begin_layout Plain Layout
9226
9227 \series bold
9228 Dal Bosco
9229 \end_layout
9230
9231 \end_inset
9232 </cell>
9233 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9234 \begin_inset Text
9235
9236 \begin_layout Plain Layout
9237 Carolina
9238 \end_layout
9239
9240 \end_inset
9241 </cell>
9242 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9243 \begin_inset Text
9244
9245 \begin_layout Plain Layout
9246 555
9247 \end_layout
9248
9249 \end_inset
9250 </cell>
9251 </row>
9252 <row>
9253 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9254 \begin_inset Text
9255
9256 \begin_layout Plain Layout
9257
9258 \series bold
9259 Dalpiaz
9260 \end_layout
9261
9262 \end_inset
9263 </cell>
9264 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9265 \begin_inset Text
9266
9267 \begin_layout Plain Layout
9268 Annamaria
9269 \end_layout
9270
9271 \end_inset
9272 </cell>
9273 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9274 \begin_inset Text
9275
9276 \begin_layout Plain Layout
9277 555
9278 \end_layout
9279
9280 \end_inset
9281 </cell>
9282 </row>
9283 <row>
9284 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9285 \begin_inset Text
9286
9287 \begin_layout Plain Layout
9288
9289 \series bold
9290 Feliciello
9291 \end_layout
9292
9293 \end_inset
9294 </cell>
9295 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9296 \begin_inset Text
9297
9298 \begin_layout Plain Layout
9299 Domenico
9300 \end_layout
9301
9302 \end_inset
9303 </cell>
9304 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9305 \begin_inset Text
9306
9307 \begin_layout Plain Layout
9308 555
9309 \end_layout
9310
9311 \end_inset
9312 </cell>
9313 </row>
9314 <row>
9315 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9316 \begin_inset Text
9317
9318 \begin_layout Plain Layout
9319
9320 \series bold
9321 Focarelli
9322 \end_layout
9323
9324 \end_inset
9325 </cell>
9326 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9327 \begin_inset Text
9328
9329 \begin_layout Plain Layout
9330 Paola
9331 \end_layout
9332
9333 \end_inset
9334 </cell>
9335 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9336 \begin_inset Text
9337
9338 \begin_layout Plain Layout
9339 555
9340 \end_layout
9341
9342 \end_inset
9343 </cell>
9344 </row>
9345 <row>
9346 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9347 \begin_inset Text
9348
9349 \begin_layout Plain Layout
9350
9351 \series bold
9352 Galletti
9353 \end_layout
9354
9355 \end_inset
9356 </cell>
9357 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9358 \begin_inset Text
9359
9360 \begin_layout Plain Layout
9361 Oreste
9362 \end_layout
9363
9364 \end_inset
9365 </cell>
9366 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9367 \begin_inset Text
9368
9369 \begin_layout Plain Layout
9370 555
9371 \end_layout
9372
9373 \end_inset
9374 </cell>
9375 </row>
9376 <row>
9377 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9378 \begin_inset Text
9379
9380 \begin_layout Plain Layout
9381
9382 \series bold
9383 Gasparini
9384 \end_layout
9385
9386 \end_inset
9387 </cell>
9388 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9389 \begin_inset Text
9390
9391 \begin_layout Plain Layout
9392 Franca
9393 \end_layout
9394
9395 \end_inset
9396 </cell>
9397 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9398 \begin_inset Text
9399
9400 \begin_layout Plain Layout
9401 555
9402 \end_layout
9403
9404 \end_inset
9405 </cell>
9406 </row>
9407 <row>
9408 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9409 \begin_inset Text
9410
9411 \begin_layout Plain Layout
9412
9413 \series bold
9414 Rizzardi
9415 \end_layout
9416
9417 \end_inset
9418 </cell>
9419 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9420 \begin_inset Text
9421
9422 \begin_layout Plain Layout
9423 Paola
9424 \end_layout
9425
9426 \end_inset
9427 </cell>
9428 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9429 \begin_inset Text
9430
9431 \begin_layout Plain Layout
9432 555
9433 \end_layout
9434
9435 \end_inset
9436 </cell>
9437 </row>
9438 <row>
9439 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9440 \begin_inset Text
9441
9442 \begin_layout Plain Layout
9443
9444 \series bold
9445 Lassini
9446 \end_layout
9447
9448 \end_inset
9449 </cell>
9450 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9451 \begin_inset Text
9452
9453 \begin_layout Plain Layout
9454 Giancarlo
9455 \end_layout
9456
9457 \end_inset
9458 </cell>
9459 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9460 \begin_inset Text
9461
9462 \begin_layout Plain Layout
9463 555
9464 \end_layout
9465
9466 \end_inset
9467 </cell>
9468 </row>
9469 <row>
9470 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9471 \begin_inset Text
9472
9473 \begin_layout Plain Layout
9474
9475 \series bold
9476 Malfatti
9477 \end_layout
9478
9479 \end_inset
9480 </cell>
9481 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9482 \begin_inset Text
9483
9484 \begin_layout Plain Layout
9485 Luciano
9486 \end_layout
9487
9488 \end_inset
9489 </cell>
9490 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9491 \begin_inset Text
9492
9493 \begin_layout Plain Layout
9494 555
9495 \end_layout
9496
9497 \end_inset
9498 </cell>
9499 </row>
9500 <row>
9501 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9502 \begin_inset Text
9503
9504 \begin_layout Plain Layout
9505
9506 \series bold
9507 Malfatti
9508 \end_layout
9509
9510 \end_inset
9511 </cell>
9512 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9513 \begin_inset Text
9514
9515 \begin_layout Plain Layout
9516 Valeriano
9517 \end_layout
9518
9519 \end_inset
9520 </cell>
9521 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9522 \begin_inset Text
9523
9524 \begin_layout Plain Layout
9525 555
9526 \end_layout
9527
9528 \end_inset
9529 </cell>
9530 </row>
9531 <row>
9532 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9533 \begin_inset Text
9534
9535 \begin_layout Plain Layout
9536
9537 \series bold
9538 Meneguzzo
9539 \end_layout
9540
9541 \end_inset
9542 </cell>
9543 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9544 \begin_inset Text
9545
9546 \begin_layout Plain Layout
9547 Roberto
9548 \end_layout
9549
9550 \end_inset
9551 </cell>
9552 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9553 \begin_inset Text
9554
9555 \begin_layout Plain Layout
9556 555
9557 \end_layout
9558
9559 \end_inset
9560 </cell>
9561 </row>
9562 <row>
9563 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9564 \begin_inset Text
9565
9566 \begin_layout Plain Layout
9567
9568 \series bold
9569 Mezzadra
9570 \end_layout
9571
9572 \end_inset
9573 </cell>
9574 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
9575 \begin_inset Text
9576
9577 \begin_layout Plain Layout
9578 Roberto
9579 \end_layout
9580
9581 \end_inset
9582 </cell>
9583 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9584 \begin_inset Text
9585
9586 \begin_layout Plain Layout
9587 555
9588 \end_layout
9589
9590 \end_inset
9591 </cell>
9592 </row>
9593 </lyxtabular>
9594
9595 \end_inset
9596
9597
9598 \end_layout
9599
9600 \begin_layout Section
9601 Special Multi-page Table Issues
9602 \begin_inset CommandInset label
9603 LatexCommand label
9604 name "sec:Special-Longtable-Issues"
9605
9606 \end_inset
9607
9608
9609 \end_layout
9610
9611 \begin_layout Subsection
9612 Multi-page Table Calculation
9613 \begin_inset Index idx
9614 status collapsed
9615
9616 \begin_layout Plain Layout
9617 Table ! Multi-page Table ! Calculation
9618 \end_layout
9619
9620 \end_inset
9621
9622
9623 \end_layout
9624
9625 \begin_layout Standard
9626 \SpecialChar LaTeX
9627  calculates the height of table pages and their page breaks using so called
9628  chunks.
9629  Chunks are parts of tables that held at the same time in \SpecialChar LaTeX
9630 's memory.
9631  The default value was historically set to only 20
9632 \begin_inset space ~
9633 \end_inset
9634
9635 table rows.
9636  If you are using multi-page tables with many pages this may slow down the
9637  creation of your document.
9638  You can safely increase the chunk size to values of 100
9639 \begin_inset space \thinspace{}
9640 \end_inset
9641
9642 --
9643 \begin_inset space \thinspace{}
9644 \end_inset
9645
9646 1000 by adding this command line to your document preamble:
9647 \end_layout
9648
9649 \begin_layout Standard
9650
9651 \series bold
9652
9653 \backslash
9654 setcounter{LTchunksize}{100}
9655 \end_layout
9656
9657 \begin_layout Subsection
9658 Floats and Multi-page Tables
9659 \begin_inset Index idx
9660 status collapsed
9661
9662 \begin_layout Plain Layout
9663 Table ! Multi-page Table ! Floats
9664 \end_layout
9665
9666 \end_inset
9667
9668
9669 \end_layout
9670
9671 \begin_layout Standard
9672 There might be problems when a float appears on the same page where a multi-page
9673  table starts.
9674  To avoid such a situation, insert a 
9675 \begin_inset Quotes eld
9676 \end_inset
9677
9678 clear page
9679 \begin_inset Quotes erd
9680 \end_inset
9681
9682  (menu 
9683 \family sans
9684 Insert\SpecialChar menuseparator
9685 Formatting\SpecialChar menuseparator
9686 Clear
9687 \begin_inset space ~
9688 \end_inset
9689
9690 Page
9691 \family default
9692 ) before your multi-page table.
9693 \end_layout
9694
9695 \begin_layout Subsection
9696 Forced Page Breaks
9697 \begin_inset Index idx
9698 status collapsed
9699
9700 \begin_layout Plain Layout
9701 Table ! Multi-page Table ! Forced Page Breaks
9702 \end_layout
9703
9704 \end_inset
9705
9706
9707 \end_layout
9708
9709 \begin_layout Standard
9710 By default tables are only broken between rows.
9711  If you have a cell with multiples lines and want to have a page break within
9712  the cell, insert the new line command 
9713 \begin_inset Quotes eld
9714 \end_inset
9715
9716
9717 \series bold
9718
9719 \backslash
9720
9721 \backslash
9722
9723 \series default
9724
9725 \begin_inset Quotes erd
9726 \end_inset
9727
9728  as \SpecialChar TeX
9729  Code at the point of the cell where it can be broken.
9730  Before the 
9731 \series bold
9732
9733 \backslash
9734
9735 \backslash
9736
9737 \series default
9738  command you have to insert in \SpecialChar TeX
9739  Code as many 
9740 \begin_inset Quotes eld
9741 \end_inset
9742
9743
9744 \series bold
9745 &
9746 \series default
9747
9748 \begin_inset Quotes erd
9749 \end_inset
9750
9751  characters as the number of the following table columns.
9752  The 
9753 \series bold
9754 &
9755 \series default
9756  is the character to separate table cells.
9757  Write in \SpecialChar TeX
9758  Code after each 
9759 \series bold
9760 &
9761 \series default
9762  the content of the corresponding following cell and delete the content
9763  of these cells.
9764 \begin_inset Newline newline
9765 \end_inset
9766
9767 After the 
9768 \series bold
9769
9770 \backslash
9771
9772 \backslash
9773
9774 \series default
9775  command, insert as many 
9776 \series bold
9777 &
9778 \series default
9779  characters as the number of table columns before the current column.
9780  In Table
9781 \begin_inset space ~
9782 \end_inset
9783
9784
9785 \begin_inset CommandInset ref
9786 LatexCommand ref
9787 reference "tab:ForcedPagebreak"
9788
9789 \end_inset
9790
9791  the cell that should be broken is in the second column followed by another
9792  column.
9793  Therefore the following command was inserted in the cell as \SpecialChar TeX
9794  Code after
9795  
9796 \begin_inset Quotes eld
9797 \end_inset
9798
9799
9800 \emph on
9801 Castelchiodato,
9802 \emph default
9803
9804 \begin_inset Quotes erd
9805 \end_inset
9806
9807 :
9808 \end_layout
9809
9810 \begin_layout Standard
9811
9812 \series bold
9813 & 111
9814 \backslash
9815
9816 \backslash
9817  
9818 \backslash
9819 newpage
9820 \begin_inset Newline newline
9821 \end_inset
9822
9823 &
9824 \end_layout
9825
9826 \begin_layout Standard
9827 The 
9828 \begin_inset Quotes eld
9829 \end_inset
9830
9831 111
9832 \begin_inset Quotes erd
9833 \end_inset
9834
9835  in the third column of the row was deleted.
9836  
9837 \series bold
9838
9839 \backslash
9840 newpage
9841 \series default
9842  is only needed when a page break should definitely occur at this position,
9843  otherwise it would be a conditional break.
9844  If your footer row of the multi-page table has for a certain reason no
9845  upper line but you would have a horizontal line where the cell is broken,
9846  use this command instead:
9847 \end_layout
9848
9849 \begin_layout Standard
9850
9851 \series bold
9852 & 111
9853 \backslash
9854
9855 \backslash
9856
9857 \begin_inset Newline newline
9858 \end_inset
9859
9860
9861 \backslash
9862 hline &
9863 \end_layout
9864
9865 \begin_layout Standard
9866 When the cell to be broken is in the last column, the command
9867 \end_layout
9868
9869 \begin_layout Standard
9870
9871 \series bold
9872
9873 \backslash
9874 setlength{
9875 \backslash
9876 parfillskip}{0pt}
9877 \end_layout
9878
9879 \begin_layout Standard
9880 must be inserted as \SpecialChar TeX
9881  Code at the beginning of the cell.
9882  This ensures that the part of the cell that will be displayed on the new
9883  page appears with the full width.
9884 \begin_inset Separator latexpar
9885 \end_inset
9886
9887
9888 \end_layout
9889
9890 \begin_layout Standard
9891 \align center
9892 \begin_inset Tabular
9893 <lyxtabular version="3" rows="38" columns="3">
9894 <features islongtable="true" longtabularalignment="center">
9895 <column alignment="left" valignment="top" width="0cm">
9896 <column alignment="left" valignment="top" width="3cm">
9897 <column alignment="center" valignment="top" width="0pt">
9898 <row endfirsthead="true" caption="true">
9899 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9900 \begin_inset Text
9901
9902 \begin_layout Plain Layout
9903 \begin_inset Caption Standard
9904
9905 \begin_layout Plain Layout
9906 Table with forced page break in table cell
9907 \begin_inset CommandInset label
9908 LatexCommand label
9909 name "tab:ForcedPagebreak"
9910
9911 \end_inset
9912
9913
9914 \begin_inset Argument 1
9915 status collapsed
9916
9917 \begin_layout Plain Layout
9918 Table with forced page break in table cell
9919 \end_layout
9920
9921 \end_inset
9922
9923
9924 \end_layout
9925
9926 \end_inset
9927
9928
9929 \end_layout
9930
9931 \end_inset
9932 </cell>
9933 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9934 \begin_inset Text
9935
9936 \begin_layout Plain Layout
9937
9938 \end_layout
9939
9940 \end_inset
9941 </cell>
9942 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9943 \begin_inset Text
9944
9945 \begin_layout Plain Layout
9946
9947 \end_layout
9948
9949 \end_inset
9950 </cell>
9951 </row>
9952 <row endfirsthead="true">
9953 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9954 \begin_inset Text
9955
9956 \begin_layout Plain Layout
9957
9958 \series bold
9959 Example Phone List (ignore the names)
9960 \end_layout
9961
9962 \end_inset
9963 </cell>
9964 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9965 \begin_inset Text
9966
9967 \begin_layout Plain Layout
9968
9969 \end_layout
9970
9971 \end_inset
9972 </cell>
9973 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9974 \begin_inset Text
9975
9976 \begin_layout Plain Layout
9977
9978 \end_layout
9979
9980 \end_inset
9981 </cell>
9982 </row>
9983 <row endfirsthead="true">
9984 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9985 \begin_inset Text
9986
9987 \begin_layout Plain Layout
9988
9989 \series bold
9990 NAME
9991 \end_layout
9992
9993 \end_inset
9994 </cell>
9995 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9996 \begin_inset Text
9997
9998 \begin_layout Plain Layout
9999
10000 \end_layout
10001
10002 \end_inset
10003 </cell>
10004 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10005 \begin_inset Text
10006
10007 \begin_layout Plain Layout
10008
10009 \series bold
10010 TEL.
10011 \end_layout
10012
10013 \end_inset
10014 </cell>
10015 </row>
10016 <row endhead="true" caption="true">
10017 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10018 \begin_inset Text
10019
10020 \begin_layout Plain Layout
10021 \begin_inset Caption Unnumbered
10022
10023 \begin_layout Plain Layout
10024 Continued Example Phone List
10025 \end_layout
10026
10027 \end_inset
10028
10029
10030 \end_layout
10031
10032 \end_inset
10033 </cell>
10034 <cell multicolumn="2" alignment="left" valignment="top" rightline="true" usebox="none">
10035 \begin_inset Text
10036
10037 \begin_layout Plain Layout
10038
10039 \end_layout
10040
10041 \end_inset
10042 </cell>
10043 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
10044 \begin_inset Text
10045
10046 \begin_layout Plain Layout
10047
10048 \end_layout
10049
10050 \end_inset
10051 </cell>
10052 </row>
10053 <row endhead="true">
10054 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10055 \begin_inset Text
10056
10057 \begin_layout Plain Layout
10058
10059 \series bold
10060 Example Phone List
10061 \end_layout
10062
10063 \end_inset
10064 </cell>
10065 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10066 \begin_inset Text
10067
10068 \begin_layout Plain Layout
10069
10070 \end_layout
10071
10072 \end_inset
10073 </cell>
10074 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10075 \begin_inset Text
10076
10077 \begin_layout Plain Layout
10078
10079 \end_layout
10080
10081 \end_inset
10082 </cell>
10083 </row>
10084 <row endhead="true">
10085 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10086 \begin_inset Text
10087
10088 \begin_layout Plain Layout
10089
10090 \series bold
10091 NAME
10092 \end_layout
10093
10094 \end_inset
10095 </cell>
10096 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10097 \begin_inset Text
10098
10099 \begin_layout Plain Layout
10100
10101 \end_layout
10102
10103 \end_inset
10104 </cell>
10105 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10106 \begin_inset Text
10107
10108 \begin_layout Plain Layout
10109
10110 \series bold
10111 TEL.
10112 \end_layout
10113
10114 \end_inset
10115 </cell>
10116 </row>
10117 <row endfoot="true">
10118 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10119 \begin_inset Text
10120
10121 \begin_layout Plain Layout
10122 continued on next page
10123 \end_layout
10124
10125 \end_inset
10126 </cell>
10127 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10128 \begin_inset Text
10129
10130 \begin_layout Plain Layout
10131
10132 \end_layout
10133
10134 \end_inset
10135 </cell>
10136 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10137 \begin_inset Text
10138
10139 \begin_layout Plain Layout
10140
10141 \end_layout
10142
10143 \end_inset
10144 </cell>
10145 </row>
10146 <row>
10147 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10148 \begin_inset Text
10149
10150 \begin_layout Plain Layout
10151
10152 \series bold
10153 Annovi
10154 \end_layout
10155
10156 \end_inset
10157 </cell>
10158 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10159 \begin_inset Text
10160
10161 \begin_layout Plain Layout
10162 Silvia
10163 \end_layout
10164
10165 \end_inset
10166 </cell>
10167 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10168 \begin_inset Text
10169
10170 \begin_layout Plain Layout
10171 111
10172 \end_layout
10173
10174 \end_inset
10175 </cell>
10176 </row>
10177 <row>
10178 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10179 \begin_inset Text
10180
10181 \begin_layout Plain Layout
10182
10183 \series bold
10184 Bertoli
10185 \end_layout
10186
10187 \end_inset
10188 </cell>
10189 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10190 \begin_inset Text
10191
10192 \begin_layout Plain Layout
10193 Stefano
10194 \end_layout
10195
10196 \end_inset
10197 </cell>
10198 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10199 \begin_inset Text
10200
10201 \begin_layout Plain Layout
10202 111
10203 \end_layout
10204
10205 \end_inset
10206 </cell>
10207 </row>
10208 <row>
10209 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10210 \begin_inset Text
10211
10212 \begin_layout Plain Layout
10213
10214 \series bold
10215 Bozzi
10216 \end_layout
10217
10218 \end_inset
10219 </cell>
10220 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10221 \begin_inset Text
10222
10223 \begin_layout Plain Layout
10224 Walter
10225 \end_layout
10226
10227 \end_inset
10228 </cell>
10229 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10230 \begin_inset Text
10231
10232 \begin_layout Plain Layout
10233 111
10234 \end_layout
10235
10236 \end_inset
10237 </cell>
10238 </row>
10239 <row>
10240 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10241 \begin_inset Text
10242
10243 \begin_layout Plain Layout
10244
10245 \series bold
10246 Cachia
10247 \end_layout
10248
10249 \end_inset
10250 </cell>
10251 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10252 \begin_inset Text
10253
10254 \begin_layout Plain Layout
10255 Maria
10256 \end_layout
10257
10258 \end_inset
10259 </cell>
10260 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10261 \begin_inset Text
10262
10263 \begin_layout Plain Layout
10264 111
10265 \end_layout
10266
10267 \end_inset
10268 </cell>
10269 </row>
10270 <row>
10271 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10272 \begin_inset Text
10273
10274 \begin_layout Plain Layout
10275
10276 \series bold
10277 Cachia
10278 \end_layout
10279
10280 \end_inset
10281 </cell>
10282 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10283 \begin_inset Text
10284
10285 \begin_layout Plain Layout
10286 Maurizio
10287 \end_layout
10288
10289 \end_inset
10290 </cell>
10291 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10292 \begin_inset Text
10293
10294 \begin_layout Plain Layout
10295 111
10296 \end_layout
10297
10298 \end_inset
10299 </cell>
10300 </row>
10301 <row>
10302 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10303 \begin_inset Text
10304
10305 \begin_layout Plain Layout
10306
10307 \series bold
10308 Cinquemani
10309 \end_layout
10310
10311 \end_inset
10312 </cell>
10313 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10314 \begin_inset Text
10315
10316 \begin_layout Plain Layout
10317 Giusi
10318 \end_layout
10319
10320 \end_inset
10321 </cell>
10322 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10323 \begin_inset Text
10324
10325 \begin_layout Plain Layout
10326 111
10327 \end_layout
10328
10329 \end_inset
10330 </cell>
10331 </row>
10332 <row>
10333 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10334 \begin_inset Text
10335
10336 \begin_layout Plain Layout
10337
10338 \series bold
10339 Colin
10340 \end_layout
10341
10342 \end_inset
10343 </cell>
10344 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10345 \begin_inset Text
10346
10347 \begin_layout Plain Layout
10348 Bernard
10349 \end_layout
10350
10351 \end_inset
10352 </cell>
10353 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10354 \begin_inset Text
10355
10356 \begin_layout Plain Layout
10357 111
10358 \end_layout
10359
10360 \end_inset
10361 </cell>
10362 </row>
10363 <row>
10364 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10365 \begin_inset Text
10366
10367 \begin_layout Plain Layout
10368
10369 \series bold
10370 Concli
10371 \end_layout
10372
10373 \end_inset
10374 </cell>
10375 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10376 \begin_inset Text
10377
10378 \begin_layout Plain Layout
10379 Gianfranco
10380 \end_layout
10381
10382 \end_inset
10383 </cell>
10384 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10385 \begin_inset Text
10386
10387 \begin_layout Plain Layout
10388 111
10389 \end_layout
10390
10391 \end_inset
10392 </cell>
10393 </row>
10394 <row>
10395 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10396 \begin_inset Text
10397
10398 \begin_layout Plain Layout
10399
10400 \series bold
10401 Dal Bosco
10402 \end_layout
10403
10404 \end_inset
10405 </cell>
10406 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10407 \begin_inset Text
10408
10409 \begin_layout Plain Layout
10410 Carolina
10411 \end_layout
10412
10413 \end_inset
10414 </cell>
10415 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10416 \begin_inset Text
10417
10418 \begin_layout Plain Layout
10419 111
10420 \end_layout
10421
10422 \end_inset
10423 </cell>
10424 </row>
10425 <row>
10426 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10427 \begin_inset Text
10428
10429 \begin_layout Plain Layout
10430
10431 \series bold
10432 Dalpiaz
10433 \end_layout
10434
10435 \end_inset
10436 </cell>
10437 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10438 \begin_inset Text
10439
10440 \begin_layout Plain Layout
10441 Annamaria
10442 \end_layout
10443
10444 \end_inset
10445 </cell>
10446 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10447 \begin_inset Text
10448
10449 \begin_layout Plain Layout
10450 111
10451 \end_layout
10452
10453 \end_inset
10454 </cell>
10455 </row>
10456 <row>
10457 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10458 \begin_inset Text
10459
10460 \begin_layout Plain Layout
10461
10462 \series bold
10463 Feliciello
10464 \end_layout
10465
10466 \end_inset
10467 </cell>
10468 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10469 \begin_inset Text
10470
10471 \begin_layout Plain Layout
10472 Domenico
10473 \end_layout
10474
10475 \end_inset
10476 </cell>
10477 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10478 \begin_inset Text
10479
10480 \begin_layout Plain Layout
10481 111
10482 \end_layout
10483
10484 \end_inset
10485 </cell>
10486 </row>
10487 <row>
10488 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10489 \begin_inset Text
10490
10491 \begin_layout Plain Layout
10492
10493 \series bold
10494 Focarelli
10495 \end_layout
10496
10497 \end_inset
10498 </cell>
10499 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10500 \begin_inset Text
10501
10502 \begin_layout Plain Layout
10503 Paola
10504 \end_layout
10505
10506 \end_inset
10507 </cell>
10508 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10509 \begin_inset Text
10510
10511 \begin_layout Plain Layout
10512 111
10513 \end_layout
10514
10515 \end_inset
10516 </cell>
10517 </row>
10518 <row>
10519 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10520 \begin_inset Text
10521
10522 \begin_layout Plain Layout
10523
10524 \series bold
10525 Galletti
10526 \end_layout
10527
10528 \end_inset
10529 </cell>
10530 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10531 \begin_inset Text
10532
10533 \begin_layout Plain Layout
10534 Oreste
10535 \end_layout
10536
10537 \end_inset
10538 </cell>
10539 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10540 \begin_inset Text
10541
10542 \begin_layout Plain Layout
10543 111
10544 \end_layout
10545
10546 \end_inset
10547 </cell>
10548 </row>
10549 <row>
10550 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10551 \begin_inset Text
10552
10553 \begin_layout Plain Layout
10554
10555 \series bold
10556 Gasparini
10557 \end_layout
10558
10559 \end_inset
10560 </cell>
10561 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10562 \begin_inset Text
10563
10564 \begin_layout Plain Layout
10565 Franca
10566 \end_layout
10567
10568 \end_inset
10569 </cell>
10570 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10571 \begin_inset Text
10572
10573 \begin_layout Plain Layout
10574 111
10575 \end_layout
10576
10577 \end_inset
10578 </cell>
10579 </row>
10580 <row>
10581 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10582 \begin_inset Text
10583
10584 \begin_layout Plain Layout
10585
10586 \series bold
10587 Lassini
10588 \end_layout
10589
10590 \end_inset
10591 </cell>
10592 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10593 \begin_inset Text
10594
10595 \begin_layout Plain Layout
10596 Giancarlo
10597 \end_layout
10598
10599 \end_inset
10600 </cell>
10601 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10602 \begin_inset Text
10603
10604 \begin_layout Plain Layout
10605 111
10606 \end_layout
10607
10608 \end_inset
10609 </cell>
10610 </row>
10611 <row>
10612 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10613 \begin_inset Text
10614
10615 \begin_layout Plain Layout
10616
10617 \series bold
10618 Malfatti
10619 \end_layout
10620
10621 \end_inset
10622 </cell>
10623 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10624 \begin_inset Text
10625
10626 \begin_layout Plain Layout
10627 Luciano
10628 \end_layout
10629
10630 \end_inset
10631 </cell>
10632 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10633 \begin_inset Text
10634
10635 \begin_layout Plain Layout
10636 111
10637 \end_layout
10638
10639 \end_inset
10640 </cell>
10641 </row>
10642 <row>
10643 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10644 \begin_inset Text
10645
10646 \begin_layout Plain Layout
10647
10648 \series bold
10649 Malfatti
10650 \end_layout
10651
10652 \end_inset
10653 </cell>
10654 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10655 \begin_inset Text
10656
10657 \begin_layout Plain Layout
10658 Valeriano
10659 \end_layout
10660
10661 \end_inset
10662 </cell>
10663 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10664 \begin_inset Text
10665
10666 \begin_layout Plain Layout
10667 111
10668 \end_layout
10669
10670 \end_inset
10671 </cell>
10672 </row>
10673 <row>
10674 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10675 \begin_inset Text
10676
10677 \begin_layout Plain Layout
10678
10679 \series bold
10680 Meneguzzo
10681 \end_layout
10682
10683 \end_inset
10684 </cell>
10685 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10686 \begin_inset Text
10687
10688 \begin_layout Plain Layout
10689 Roberto
10690 \end_layout
10691
10692 \end_inset
10693 </cell>
10694 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10695 \begin_inset Text
10696
10697 \begin_layout Plain Layout
10698 111
10699 \end_layout
10700
10701 \end_inset
10702 </cell>
10703 </row>
10704 <row>
10705 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10706 \begin_inset Text
10707
10708 \begin_layout Plain Layout
10709
10710 \series bold
10711 Mezzadra
10712 \end_layout
10713
10714 \end_inset
10715 </cell>
10716 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10717 \begin_inset Text
10718
10719 \begin_layout Plain Layout
10720 Roberto
10721 \end_layout
10722
10723 \end_inset
10724 </cell>
10725 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10726 \begin_inset Text
10727
10728 \begin_layout Plain Layout
10729 111
10730 \end_layout
10731
10732 \end_inset
10733 </cell>
10734 </row>
10735 <row>
10736 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10737 \begin_inset Text
10738
10739 \begin_layout Plain Layout
10740
10741 \series bold
10742 Pirpamer
10743 \end_layout
10744
10745 \end_inset
10746 </cell>
10747 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10748 \begin_inset Text
10749
10750 \begin_layout Plain Layout
10751 Erich
10752 \end_layout
10753
10754 \end_inset
10755 </cell>
10756 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10757 \begin_inset Text
10758
10759 \begin_layout Plain Layout
10760 111
10761 \end_layout
10762
10763 \end_inset
10764 </cell>
10765 </row>
10766 <row>
10767 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10768 \begin_inset Text
10769
10770 \begin_layout Plain Layout
10771
10772 \series bold
10773 Pochiesa
10774 \end_layout
10775
10776 \end_inset
10777 </cell>
10778 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10779 \begin_inset Text
10780
10781 \begin_layout Plain Layout
10782 Paolo
10783 \end_layout
10784
10785 \end_inset
10786 </cell>
10787 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10788 \begin_inset Text
10789
10790 \begin_layout Plain Layout
10791 111, 222
10792 \end_layout
10793
10794 \end_inset
10795 </cell>
10796 </row>
10797 <row>
10798 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10799 \begin_inset Text
10800
10801 \begin_layout Plain Layout
10802
10803 \series bold
10804 Radina
10805 \end_layout
10806
10807 \end_inset
10808 </cell>
10809 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10810 \begin_inset Text
10811
10812 \begin_layout Plain Layout
10813 Claudio
10814 \end_layout
10815
10816 \end_inset
10817 </cell>
10818 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10819 \begin_inset Text
10820
10821 \begin_layout Plain Layout
10822 111
10823 \end_layout
10824
10825 \end_inset
10826 </cell>
10827 </row>
10828 <row>
10829 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10830 \begin_inset Text
10831
10832 \begin_layout Plain Layout
10833
10834 \series bold
10835 Rizzardi
10836 \end_layout
10837
10838 \end_inset
10839 </cell>
10840 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10841 \begin_inset Text
10842
10843 \begin_layout Plain Layout
10844 Paolo, 11.
10845  Fürst von Montecompatri, 11.
10846  Fürst von Sulmona und Vivaro, 10.
10847  Fürst von Rossano, 5.
10848  Herzog von Canemorte, 11.
10849  Herzog von Palombara, 5.
10850  Herzog von Castelchiodato,
10851 \begin_inset ERT
10852 status open
10853
10854 \begin_layout Plain Layout
10855
10856 & 111
10857 \backslash
10858
10859 \backslash
10860  
10861 \backslash
10862 newpage
10863 \end_layout
10864
10865 \begin_layout Plain Layout
10866
10867 &
10868 \end_layout
10869
10870 \end_inset
10871
10872  11.
10873  Herzog von Poggionativo, 11.
10874  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10875  Graf von Valinfreda, 11.
10876  Baron von Cropalati, 11.
10877  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10878 \end_layout
10879
10880 \end_inset
10881 </cell>
10882 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10883 \begin_inset Text
10884
10885 \begin_layout Plain Layout
10886
10887 \end_layout
10888
10889 \end_inset
10890 </cell>
10891 </row>
10892 <row>
10893 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10894 \begin_inset Text
10895
10896 \begin_layout Plain Layout
10897
10898 \series bold
10899 Stuffer
10900 \end_layout
10901
10902 \end_inset
10903 </cell>
10904 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10905 \begin_inset Text
10906
10907 \begin_layout Plain Layout
10908 Oskar
10909 \end_layout
10910
10911 \end_inset
10912 </cell>
10913 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10914 \begin_inset Text
10915
10916 \begin_layout Plain Layout
10917 111
10918 \end_layout
10919
10920 \end_inset
10921 </cell>
10922 </row>
10923 <row>
10924 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10925 \begin_inset Text
10926
10927 \begin_layout Plain Layout
10928
10929 \series bold
10930 Tacchelli
10931 \end_layout
10932
10933 \end_inset
10934 </cell>
10935 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10936 \begin_inset Text
10937
10938 \begin_layout Plain Layout
10939 Ugo
10940 \end_layout
10941
10942 \end_inset
10943 </cell>
10944 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10945 \begin_inset Text
10946
10947 \begin_layout Plain Layout
10948 111
10949 \end_layout
10950
10951 \end_inset
10952 </cell>
10953 </row>
10954 <row>
10955 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10956 \begin_inset Text
10957
10958 \begin_layout Plain Layout
10959
10960 \series bold
10961 Tezzele
10962 \end_layout
10963
10964 \end_inset
10965 </cell>
10966 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10967 \begin_inset Text
10968
10969 \begin_layout Plain Layout
10970 Margit
10971 \end_layout
10972
10973 \end_inset
10974 </cell>
10975 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10976 \begin_inset Text
10977
10978 \begin_layout Plain Layout
10979 111
10980 \end_layout
10981
10982 \end_inset
10983 </cell>
10984 </row>
10985 <row>
10986 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10987 \begin_inset Text
10988
10989 \begin_layout Plain Layout
10990
10991 \series bold
10992 Unterkalmsteiner
10993 \end_layout
10994
10995 \end_inset
10996 </cell>
10997 <cell alignment="left" valignment="top" rightline="true" usebox="none">
10998 \begin_inset Text
10999
11000 \begin_layout Plain Layout
11001 Frieda
11002 \end_layout
11003
11004 \end_inset
11005 </cell>
11006 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11007 \begin_inset Text
11008
11009 \begin_layout Plain Layout
11010 111
11011 \end_layout
11012
11013 \end_inset
11014 </cell>
11015 </row>
11016 <row>
11017 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11018 \begin_inset Text
11019
11020 \begin_layout Plain Layout
11021
11022 \series bold
11023 Vieider
11024 \end_layout
11025
11026 \end_inset
11027 </cell>
11028 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11029 \begin_inset Text
11030
11031 \begin_layout Plain Layout
11032 Hilde
11033 \end_layout
11034
11035 \end_inset
11036 </cell>
11037 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11038 \begin_inset Text
11039
11040 \begin_layout Plain Layout
11041 111
11042 \end_layout
11043
11044 \end_inset
11045 </cell>
11046 </row>
11047 <row>
11048 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11049 \begin_inset Text
11050
11051 \begin_layout Plain Layout
11052
11053 \series bold
11054 Vigna
11055 \end_layout
11056
11057 \end_inset
11058 </cell>
11059 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11060 \begin_inset Text
11061
11062 \begin_layout Plain Layout
11063 Jürgen
11064 \end_layout
11065
11066 \end_inset
11067 </cell>
11068 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11069 \begin_inset Text
11070
11071 \begin_layout Plain Layout
11072 111
11073 \end_layout
11074
11075 \end_inset
11076 </cell>
11077 </row>
11078 <row>
11079 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11080 \begin_inset Text
11081
11082 \begin_layout Plain Layout
11083
11084 \series bold
11085 Weber
11086 \end_layout
11087
11088 \end_inset
11089 </cell>
11090 <cell alignment="left" valignment="top" rightline="true" usebox="none">
11091 \begin_inset Text
11092
11093 \begin_layout Plain Layout
11094 Maurizio
11095 \end_layout
11096
11097 \end_inset
11098 </cell>
11099 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11100 \begin_inset Text
11101
11102 \begin_layout Plain Layout
11103 111
11104 \end_layout
11105
11106 \end_inset
11107 </cell>
11108 </row>
11109 <row>
11110 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11111 \begin_inset Text
11112
11113 \begin_layout Plain Layout
11114
11115 \series bold
11116 Winkler
11117 \end_layout
11118
11119 \end_inset
11120 </cell>
11121 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
11122 \begin_inset Text
11123
11124 \begin_layout Plain Layout
11125 Franz
11126 \end_layout
11127
11128 \end_inset
11129 </cell>
11130 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11131 \begin_inset Text
11132
11133 \begin_layout Plain Layout
11134 111
11135 \end_layout
11136
11137 \end_inset
11138 </cell>
11139 </row>
11140 </lyxtabular>
11141
11142 \end_inset
11143
11144
11145 \end_layout
11146
11147 \begin_layout Section
11148 Multiple Lines, Columns and Rows
11149 \end_layout
11150
11151 \begin_layout Subsection
11152 Multiple Lines in Table Cells
11153 \begin_inset CommandInset label
11154 LatexCommand label
11155 name "subsec:Multiple-Lines-in"
11156
11157 \end_inset
11158
11159
11160 \begin_inset Index idx
11161 status collapsed
11162
11163 \begin_layout Plain Layout
11164 Multiple Lines in Table Cells
11165 \end_layout
11166
11167 \end_inset
11168
11169
11170 \begin_inset Index idx
11171 status collapsed
11172
11173 \begin_layout Plain Layout
11174 Table ! Linebreaks
11175 \end_layout
11176
11177 \end_inset
11178
11179
11180 \end_layout
11181
11182 \begin_layout Standard
11183 \noindent
11184 \begin_inset Float table
11185 placement H
11186 wide false
11187 sideways false
11188 status open
11189
11190 \begin_layout Plain Layout
11191 \begin_inset Caption Standard
11192
11193 \begin_layout Plain Layout
11194 \begin_inset CommandInset label
11195 LatexCommand label
11196 name "tab:Table-with-multiple"
11197
11198 \end_inset
11199
11200 Table with multiple lines in cells
11201 \end_layout
11202
11203 \end_inset
11204
11205
11206 \end_layout
11207
11208 \begin_layout Plain Layout
11209 \align center
11210 \begin_inset Tabular
11211 <lyxtabular version="3" rows="3" columns="3">
11212 <features tabularvalignment="middle">
11213 <column alignment="center" valignment="middle" width="2.5cm">
11214 <column alignment="center" valignment="middle">
11215 <column alignment="center" valignment="middle">
11216 <row>
11217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11218 \begin_inset Text
11219
11220 \begin_layout Plain Layout
11221 multiple
11222 \begin_inset Newline linebreak
11223 \end_inset
11224
11225 lines
11226 \end_layout
11227
11228 \end_inset
11229 </cell>
11230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11231 \begin_inset Text
11232
11233 \begin_layout Plain Layout
11234 b
11235 \end_layout
11236
11237 \end_inset
11238 </cell>
11239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11240 \begin_inset Text
11241
11242 \begin_layout Plain Layout
11243 c
11244 \end_layout
11245
11246 \end_inset
11247 </cell>
11248 </row>
11249 <row>
11250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11251 \begin_inset Text
11252
11253 \begin_layout Plain Layout
11254 d
11255 \end_layout
11256
11257 \end_inset
11258 </cell>
11259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11260 \begin_inset Text
11261
11262 \begin_layout Plain Layout
11263 e
11264 \end_layout
11265
11266 \end_inset
11267 </cell>
11268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11269 \begin_inset Text
11270
11271 \begin_layout Plain Layout
11272 f
11273 \end_layout
11274
11275 \end_inset
11276 </cell>
11277 </row>
11278 <row>
11279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11280 \begin_inset Text
11281
11282 \begin_layout Plain Layout
11283 g
11284 \end_layout
11285
11286 \end_inset
11287 </cell>
11288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11289 \begin_inset Text
11290
11291 \begin_layout Plain Layout
11292 h
11293 \end_layout
11294
11295 \end_inset
11296 </cell>
11297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11298 \begin_inset Text
11299
11300 \begin_layout Plain Layout
11301 i
11302 \end_layout
11303
11304 \end_inset
11305 </cell>
11306 </row>
11307 </lyxtabular>
11308
11309 \end_inset
11310
11311
11312 \end_layout
11313
11314 \end_inset
11315
11316
11317 \end_layout
11318
11319 \begin_layout Standard
11320 Setting a fixed width for a column enables you to enter text as a paragraph
11321  with multiple lines and hyphenation.
11322 \end_layout
11323
11324 \begin_layout Standard
11325 To produce Table
11326 \begin_inset space ~
11327 \end_inset
11328
11329
11330 \begin_inset CommandInset ref
11331 LatexCommand ref
11332 reference "tab:Table-with-multiple"
11333
11334 \end_inset
11335
11336 , create a 3×3 table, mark the first cell and right-click on it.
11337  In the appearing table dialog we set a cell width of 2.5
11338 \begin_inset space \thinspace{}
11339 \end_inset
11340
11341 cm and choose centered for the vertical and horizontal alignment.
11342  The vertical alignment is used for all cells of the row.
11343  As our text is smaller than 2.5
11344 \begin_inset space \thinspace{}
11345 \end_inset
11346
11347 cm, only one line will appear.
11348  To get two lines, a justified line break (shortcut 
11349 \begin_inset Info
11350 type  "shortcut"
11351 arg   "newline-insert linebreak"
11352 \end_inset
11353
11354 ) was added.
11355  If the text is wider than the set cell width, it will automatically be
11356  broken to several lines.
11357 \end_layout
11358
11359 \begin_layout Standard
11360 If you have a long word in a cell with a fixed width, it cannot be hyphenated
11361  by \SpecialChar LaTeX
11362  if it is the first entry.
11363  Therefore you need to insert something to prevent the word not being the
11364  first entry.
11365  So add a horizontal space of 0
11366 \begin_inset space \thinspace{}
11367 \end_inset
11368
11369 pt before the word.
11370  As the space is zero, it doesn't change the output.
11371  Table
11372 \begin_inset space ~
11373 \end_inset
11374
11375
11376 \begin_inset CommandInset ref
11377 LatexCommand ref
11378 reference "tab:Table-with-and"
11379
11380 \end_inset
11381
11382  shows the effect.
11383 \end_layout
11384
11385 \begin_layout Standard
11386 \begin_inset Float table
11387 placement h
11388 wide false
11389 sideways false
11390 status open
11391
11392 \begin_layout Plain Layout
11393 \begin_inset Caption Standard
11394
11395 \begin_layout Plain Layout
11396 \begin_inset CommandInset label
11397 LatexCommand label
11398 name "tab:Table-with-and"
11399
11400 \end_inset
11401
11402 Table with and without hyphenation
11403 \end_layout
11404
11405 \end_inset
11406
11407
11408 \end_layout
11409
11410 \begin_layout Plain Layout
11411 \begin_inset space \hfill{}
11412 \end_inset
11413
11414
11415 \begin_inset Tabular
11416 <lyxtabular version="3" rows="3" columns="3">
11417 <features tabularvalignment="middle">
11418 <column alignment="center" valignment="middle" width="2.5cm">
11419 <column alignment="center" valignment="middle">
11420 <column alignment="center" valignment="middle">
11421 <row>
11422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11423 \begin_inset Text
11424
11425 \begin_layout Plain Layout
11426 verylongtablecellword
11427 \end_layout
11428
11429 \end_inset
11430 </cell>
11431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11432 \begin_inset Text
11433
11434 \begin_layout Plain Layout
11435 b
11436 \end_layout
11437
11438 \end_inset
11439 </cell>
11440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11441 \begin_inset Text
11442
11443 \begin_layout Plain Layout
11444 c
11445 \end_layout
11446
11447 \end_inset
11448 </cell>
11449 </row>
11450 <row>
11451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11452 \begin_inset Text
11453
11454 \begin_layout Plain Layout
11455 d
11456 \end_layout
11457
11458 \end_inset
11459 </cell>
11460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11461 \begin_inset Text
11462
11463 \begin_layout Plain Layout
11464 e
11465 \end_layout
11466
11467 \end_inset
11468 </cell>
11469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11470 \begin_inset Text
11471
11472 \begin_layout Plain Layout
11473 f
11474 \end_layout
11475
11476 \end_inset
11477 </cell>
11478 </row>
11479 <row>
11480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11481 \begin_inset Text
11482
11483 \begin_layout Plain Layout
11484 g
11485 \end_layout
11486
11487 \end_inset
11488 </cell>
11489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11490 \begin_inset Text
11491
11492 \begin_layout Plain Layout
11493 h
11494 \end_layout
11495
11496 \end_inset
11497 </cell>
11498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11499 \begin_inset Text
11500
11501 \begin_layout Plain Layout
11502 i
11503 \end_layout
11504
11505 \end_inset
11506 </cell>
11507 </row>
11508 </lyxtabular>
11509
11510 \end_inset
11511
11512
11513 \begin_inset space \hfill{}
11514 \end_inset
11515
11516
11517 \begin_inset Tabular
11518 <lyxtabular version="3" rows="3" columns="3">
11519 <features tabularvalignment="middle">
11520 <column alignment="center" valignment="middle" width="2.5cm">
11521 <column alignment="center" valignment="middle">
11522 <column alignment="center" valignment="middle">
11523 <row>
11524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11525 \begin_inset Text
11526
11527 \begin_layout Plain Layout
11528 \begin_inset space \hspace{}
11529 \length 0pt
11530 \end_inset
11531
11532 verylongtablecellword
11533 \end_layout
11534
11535 \end_inset
11536 </cell>
11537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11538 \begin_inset Text
11539
11540 \begin_layout Plain Layout
11541 b
11542 \end_layout
11543
11544 \end_inset
11545 </cell>
11546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11547 \begin_inset Text
11548
11549 \begin_layout Plain Layout
11550 c
11551 \end_layout
11552
11553 \end_inset
11554 </cell>
11555 </row>
11556 <row>
11557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11558 \begin_inset Text
11559
11560 \begin_layout Plain Layout
11561 d
11562 \end_layout
11563
11564 \end_inset
11565 </cell>
11566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11567 \begin_inset Text
11568
11569 \begin_layout Plain Layout
11570 e
11571 \end_layout
11572
11573 \end_inset
11574 </cell>
11575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11576 \begin_inset Text
11577
11578 \begin_layout Plain Layout
11579 f
11580 \end_layout
11581
11582 \end_inset
11583 </cell>
11584 </row>
11585 <row>
11586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11587 \begin_inset Text
11588
11589 \begin_layout Plain Layout
11590 g
11591 \end_layout
11592
11593 \end_inset
11594 </cell>
11595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11596 \begin_inset Text
11597
11598 \begin_layout Plain Layout
11599 h
11600 \end_layout
11601
11602 \end_inset
11603 </cell>
11604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11605 \begin_inset Text
11606
11607 \begin_layout Plain Layout
11608 i
11609 \end_layout
11610
11611 \end_inset
11612 </cell>
11613 </row>
11614 </lyxtabular>
11615
11616 \end_inset
11617
11618
11619 \begin_inset space \hfill{}
11620 \end_inset
11621
11622
11623 \end_layout
11624
11625 \end_inset
11626
11627
11628 \end_layout
11629
11630 \begin_layout Subsection
11631 Multicolumns
11632 \begin_inset CommandInset label
11633 LatexCommand label
11634 name "subsec:Multicolumns"
11635
11636 \end_inset
11637
11638
11639 \begin_inset Index idx
11640 status collapsed
11641
11642 \begin_layout Plain Layout
11643 Multicolumns
11644 \end_layout
11645
11646 \end_inset
11647
11648
11649 \begin_inset Index idx
11650 status collapsed
11651
11652 \begin_layout Plain Layout
11653 Table ! Multicolumns
11654 \end_layout
11655
11656 \end_inset
11657
11658
11659 \end_layout
11660
11661 \begin_layout Subsubsection
11662 Multicolumn Basics
11663 \end_layout
11664
11665 \begin_layout Standard
11666 To merge cells over multiple columns, select as many cells within a row
11667  as you want to merge and use either the table-toolbar button 
11668 \begin_inset Info
11669 type  "icon"
11670 arg   "tabular-feature multicolumn"
11671 \end_inset
11672
11673 , or the menu 
11674 \family sans
11675 Edit\SpecialChar menuseparator
11676 Table\SpecialChar menuseparator
11677 Multicolumn
11678 \family default
11679 , or right click on the marked cells and choose 
11680 \family sans
11681 Multicolumn
11682 \family default
11683  in the context menu.
11684 \end_layout
11685
11686 \begin_layout Standard
11687 Multicolumns have there own cell settings.
11688  That means changing cell borders, cell alignment, and the width only affects
11689  the multicolumn.
11690  Here is an example table with a multicolumn cell in the first row and one
11691  in the last row without the upper border:
11692 \begin_inset Separator latexpar
11693 \end_inset
11694
11695
11696 \end_layout
11697
11698 \begin_layout Standard
11699 \align center
11700 \begin_inset Tabular
11701 <lyxtabular version="3" rows="3" columns="4">
11702 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11703 <column alignment="center" valignment="top" width="0pt">
11704 <column alignment="center" valignment="middle">
11705 <column alignment="center" valignment="top" width="0in">
11706 <column alignment="center" valignment="top" width="0pt">
11707 <row>
11708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11709 \begin_inset Text
11710
11711 \begin_layout Plain Layout
11712 abc
11713 \end_layout
11714
11715 \end_inset
11716 </cell>
11717 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11718 \begin_inset Text
11719
11720 \begin_layout Plain Layout
11721 def ghi
11722 \end_layout
11723
11724 \end_inset
11725 </cell>
11726 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11727 \begin_inset Text
11728
11729 \begin_layout Plain Layout
11730
11731 \end_layout
11732
11733 \end_inset
11734 </cell>
11735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11736 \begin_inset Text
11737
11738 \begin_layout Plain Layout
11739 jkl
11740 \end_layout
11741
11742 \end_inset
11743 </cell>
11744 </row>
11745 <row>
11746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11747 \begin_inset Text
11748
11749 \begin_layout Plain Layout
11750
11751 \family roman
11752 \series medium
11753 \shape up
11754 \size normal
11755 \emph off
11756 \bar no
11757 \noun off
11758 \color none
11759 A
11760 \end_layout
11761
11762 \end_inset
11763 </cell>
11764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11765 \begin_inset Text
11766
11767 \begin_layout Plain Layout
11768 B
11769 \end_layout
11770
11771 \end_inset
11772 </cell>
11773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11774 \begin_inset Text
11775
11776 \begin_layout Plain Layout
11777 C
11778 \end_layout
11779
11780 \end_inset
11781 </cell>
11782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11783 \begin_inset Text
11784
11785 \begin_layout Plain Layout
11786 D
11787 \end_layout
11788
11789 \end_inset
11790 </cell>
11791 </row>
11792 <row>
11793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11794 \begin_inset Text
11795
11796 \begin_layout Plain Layout
11797 1
11798 \end_layout
11799
11800 \end_inset
11801 </cell>
11802 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11803 \begin_inset Text
11804
11805 \begin_layout Plain Layout
11806 2
11807 \end_layout
11808
11809 \end_inset
11810 </cell>
11811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11812 \begin_inset Text
11813
11814 \begin_layout Plain Layout
11815 3
11816 \end_layout
11817
11818 \end_inset
11819 </cell>
11820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11821 \begin_inset Text
11822
11823 \begin_layout Plain Layout
11824 4
11825 \end_layout
11826
11827 \end_inset
11828 </cell>
11829 </row>
11830 </lyxtabular>
11831
11832 \end_inset
11833
11834
11835 \end_layout
11836
11837 \begin_layout Subsubsection
11838 Multicolumn Calculations
11839 \begin_inset CommandInset label
11840 LatexCommand label
11841 name "subsec:Multicolumn-Calculations"
11842
11843 \end_inset
11844
11845
11846 \begin_inset Index idx
11847 status collapsed
11848
11849 \begin_layout Plain Layout
11850 Multicolumns ! Calculations
11851 \end_layout
11852
11853 \end_inset
11854
11855
11856 \end_layout
11857
11858 \begin_layout Standard
11859 \SpecialChar LyX
11860  supports multicolumns directly, but we have to take account of the cell
11861  width of the columns spanned by the multicolumn cell.
11862 \end_layout
11863
11864 \begin_layout Standard
11865 \begin_inset Float table
11866 placement h
11867 wide false
11868 sideways false
11869 status open
11870
11871 \begin_layout Plain Layout
11872 \begin_inset Caption Standard
11873
11874 \begin_layout Plain Layout
11875 \begin_inset CommandInset label
11876 LatexCommand label
11877 name "tab:Table-with-centered"
11878
11879 \end_inset
11880
11881 Table with centered multicolumn text above two columns that have exactly
11882  half the width of the multicolumn cell
11883 \begin_inset Argument 1
11884 status collapsed
11885
11886 \begin_layout Plain Layout
11887 Perfect multicolumn table
11888 \end_layout
11889
11890 \end_inset
11891
11892
11893 \end_layout
11894
11895 \end_inset
11896
11897
11898 \end_layout
11899
11900 \begin_layout Plain Layout
11901 \align center
11902 \begin_inset Tabular
11903 <lyxtabular version="3" rows="3" columns="3">
11904 <features tabularvalignment="middle">
11905 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
11906 <column alignment="center" valignment="middle">
11907 <column alignment="center" valignment="top">
11908 <row>
11909 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11910 \begin_inset Text
11911
11912 \begin_layout Plain Layout
11913 multiple lines multicolumn
11914 \end_layout
11915
11916 \end_inset
11917 </cell>
11918 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11919 \begin_inset Text
11920
11921 \begin_layout Plain Layout
11922
11923 \end_layout
11924
11925 \end_inset
11926 </cell>
11927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11928 \begin_inset Text
11929
11930 \begin_layout Plain Layout
11931 c
11932 \end_layout
11933
11934 \end_inset
11935 </cell>
11936 </row>
11937 <row>
11938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11939 \begin_inset Text
11940
11941 \begin_layout Plain Layout
11942 d
11943 \end_layout
11944
11945 \end_inset
11946 </cell>
11947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11948 \begin_inset Text
11949
11950 \begin_layout Plain Layout
11951 e
11952 \end_layout
11953
11954 \end_inset
11955 </cell>
11956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11957 \begin_inset Text
11958
11959 \begin_layout Plain Layout
11960 f
11961 \end_layout
11962
11963 \end_inset
11964 </cell>
11965 </row>
11966 <row>
11967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11968 \begin_inset Text
11969
11970 \begin_layout Plain Layout
11971 g
11972 \end_layout
11973
11974 \end_inset
11975 </cell>
11976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11977 \begin_inset Text
11978
11979 \begin_layout Plain Layout
11980 h
11981 \end_layout
11982
11983 \end_inset
11984 </cell>
11985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11986 \begin_inset Text
11987
11988 \begin_layout Plain Layout
11989 i
11990 \end_layout
11991
11992 \end_inset
11993 </cell>
11994 </row>
11995 </lyxtabular>
11996
11997 \end_inset
11998
11999
12000 \end_layout
12001
12002 \end_inset
12003
12004
12005 \end_layout
12006
12007 \begin_layout Standard
12008 To create for example Table
12009 \begin_inset space ~
12010 \end_inset
12011
12012
12013 \begin_inset CommandInset ref
12014 LatexCommand ref
12015 reference "tab:Table-with-centered"
12016
12017 \end_inset
12018
12019 , mark the first two cells in the first row of a 3×3 table and right-click
12020  on them.
12021  Now choose for this cell 
12022 \emph on
12023 multicolumn
12024 \emph default
12025
12026 \emph on
12027 centered alignment
12028 \emph default
12029  and a width of 2.5
12030 \begin_inset space \thinspace{}
12031 \end_inset
12032
12033 cm in the table dialog.
12034  The merged columns should have exactly half the width of the multicolumn
12035  cell, so that you would set a width of 1.25
12036 \begin_inset space \thinspace{}
12037 \end_inset
12038
12039 cm for the first column.
12040  The second column has then automatically a width of 1.25
12041 \begin_inset space \thinspace{}
12042 \end_inset
12043
12044 cm (multicolumn width - width of first column).
12045  This was done for Table
12046 \begin_inset space ~
12047 \end_inset
12048
12049
12050 \begin_inset CommandInset ref
12051 LatexCommand ref
12052 reference "tab:Table-without-half"
12053
12054 \end_inset
12055
12056 .
12057 \end_layout
12058
12059 \begin_layout Standard
12060 \begin_inset Float table
12061 wide false
12062 sideways false
12063 status open
12064
12065 \begin_layout Plain Layout
12066 \begin_inset Caption Standard
12067
12068 \begin_layout Plain Layout
12069 \begin_inset CommandInset label
12070 LatexCommand label
12071 name "tab:Table-without-half"
12072
12073 \end_inset
12074
12075 Table where the spanned table columns are not exactly half the width of
12076  the multicolumn cell
12077 \begin_inset Argument 1
12078 status collapsed
12079
12080 \begin_layout Plain Layout
12081 Imperfect multicolumn table
12082 \end_layout
12083
12084 \end_inset
12085
12086
12087 \end_layout
12088
12089 \end_inset
12090
12091
12092 \end_layout
12093
12094 \begin_layout Plain Layout
12095 \align center
12096 \begin_inset Tabular
12097 <lyxtabular version="3" rows="3" columns="3">
12098 <features tabularvalignment="middle">
12099 <column alignment="center" valignment="top" width="1.25cm">
12100 <column alignment="center" valignment="top">
12101 <column alignment="center" valignment="top">
12102 <row>
12103 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12104 \begin_inset Text
12105
12106 \begin_layout Plain Layout
12107 multiple lines multicolumn
12108 \end_layout
12109
12110 \end_inset
12111 </cell>
12112 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12113 \begin_inset Text
12114
12115 \begin_layout Plain Layout
12116
12117 \end_layout
12118
12119 \end_inset
12120 </cell>
12121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12122 \begin_inset Text
12123
12124 \begin_layout Plain Layout
12125 c
12126 \end_layout
12127
12128 \end_inset
12129 </cell>
12130 </row>
12131 <row>
12132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12133 \begin_inset Text
12134
12135 \begin_layout Plain Layout
12136 d
12137 \end_layout
12138
12139 \end_inset
12140 </cell>
12141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12142 \begin_inset Text
12143
12144 \begin_layout Plain Layout
12145 e
12146 \end_layout
12147
12148 \end_inset
12149 </cell>
12150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12151 \begin_inset Text
12152
12153 \begin_layout Plain Layout
12154 f
12155 \end_layout
12156
12157 \end_inset
12158 </cell>
12159 </row>
12160 <row>
12161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12162 \begin_inset Text
12163
12164 \begin_layout Plain Layout
12165 g
12166 \end_layout
12167
12168 \end_inset
12169 </cell>
12170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12171 \begin_inset Text
12172
12173 \begin_layout Plain Layout
12174 h
12175 \end_layout
12176
12177 \end_inset
12178 </cell>
12179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12180 \begin_inset Text
12181
12182 \begin_layout Plain Layout
12183 i
12184 \end_layout
12185
12186 \end_inset
12187 </cell>
12188 </row>
12189 </lyxtabular>
12190
12191 \end_inset
12192
12193
12194 \end_layout
12195
12196 \end_inset
12197
12198
12199 \end_layout
12200
12201 \begin_layout Standard
12202 You can see that the first column is not half the width of the multicolumn
12203  cell, it is a bit bigger.
12204  The reason is that the specified width of a cell 
12205 \begin_inset Formula $W_{g}$
12206 \end_inset
12207
12208  is not its total width 
12209 \begin_inset Formula $W_{\mathrm{tot}}$
12210 \end_inset
12211
12212  because a cell is always a bit larger than specified.
12213  Appendix
12214 \begin_inset space ~
12215 \end_inset
12216
12217
12218 \begin_inset CommandInset ref
12219 LatexCommand ref
12220 reference "cha:Explanation-of-Equation"
12221
12222 \end_inset
12223
12224  explains this in detail.
12225 \end_layout
12226
12227 \begin_layout Standard
12228 The width 
12229 \begin_inset Formula $W_{g\,n}$
12230 \end_inset
12231
12232  which the user needs to set when 
12233 \emph on
12234 n
12235 \emph default
12236  columns are spanned can be calculated, so that each column has a total
12237  width of 
12238 \begin_inset Formula $W_{\mathrm{tot\,multicolumn}}/n$
12239 \end_inset
12240
12241 :
12242 \begin_inset Formula 
12243 \begin{equation}
12244 W_{g\,n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12245 \end{equation}
12246
12247 \end_inset
12248
12249
12250 \end_layout
12251
12252 \begin_layout Standard
12253 In our case we have 
12254 \begin_inset Formula $n=2$
12255 \end_inset
12256
12257
12258 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12259 \end_inset
12260
12261 cm and the default values for the lengths, so that equation 
12262 \begin_inset CommandInset ref
12263 LatexCommand ref
12264 reference "eq:Wgn"
12265
12266 \end_inset
12267
12268  becomes
12269 \begin_inset Formula 
12270 \begin{equation}
12271 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12272 \end{equation}
12273
12274 \end_inset
12275
12276
12277 \end_layout
12278
12279 \begin_layout Standard
12280 To enable calculations in \SpecialChar LaTeX
12281 , the \SpecialChar LaTeX
12282 -package 
12283 \series bold
12284 calc
12285 \series default
12286  must be loaded with the document preamble line
12287 \begin_inset Index idx
12288 status collapsed
12289
12290 \begin_layout Plain Layout
12291 \SpecialChar LaTeX
12292 -packages ! calc
12293 \end_layout
12294
12295 \end_inset
12296
12297
12298 \end_layout
12299
12300 \begin_layout Standard
12301
12302 \series bold
12303
12304 \backslash
12305 usepackage{calc}
12306 \end_layout
12307
12308 \begin_layout Standard
12309 \SpecialChar LyX
12310  does not allow you to calculate lengths in the 
12311 \family sans
12312 Width
12313 \family default
12314  field of the table dialog.
12315  Therefore you have to format the column by inserting a \SpecialChar LaTeX
12316 -argument in the
12317  dialog.
12318  Here is an overview about the arguments:
12319 \end_layout
12320
12321 \begin_layout Itemize
12322
12323 \series bold
12324 p{width}
12325 \series default
12326  creates cell with a fixed width, its text is vertically top-aligned
12327 \end_layout
12328
12329 \begin_layout Itemize
12330
12331 \series bold
12332 m{width}
12333 \series default
12334  creates cell with a fixed width, its text is vertically centered
12335 \end_layout
12336
12337 \begin_layout Itemize
12338
12339 \series bold
12340 b{width}
12341 \series default
12342  creates cell with a fixed width, its text is vertically bottom-aligned
12343 \end_layout
12344
12345 \begin_layout Standard
12346 By entering a \SpecialChar LaTeX
12347 -argument, all cell settings set in the table dialog are overwritt
12348 en.
12349 \end_layout
12350
12351 \begin_layout Standard
12352 \begin_inset Note Greyedout
12353 status open
12354
12355 \begin_layout Plain Layout
12356
12357 \series bold
12358 Note:
12359 \series default
12360  Due to a bug, \SpecialChar LyX
12361  shows the overwritten settings anyway.
12362 \end_layout
12363
12364 \end_inset
12365
12366
12367 \end_layout
12368
12369 \begin_layout Standard
12370 As the text should be horizontally centered, the command 
12371 \series bold
12372
12373 \backslash
12374 centering
12375 \series default
12376  is added.
12377  You can now enter the following \SpecialChar LaTeX
12378 -argument for the first spanned column:
12379 \end_layout
12380
12381 \begin_layout Standard
12382
12383 \series bold
12384 >{
12385 \backslash
12386 centering}m{1.25cm-6.2pt}
12387 \end_layout
12388
12389 \begin_layout Standard
12390 The command 
12391 \series bold
12392 >{ }
12393 \series default
12394  means, that the commands inside the braces are applied before the cell
12395  is created.
12396 \end_layout
12397
12398 \begin_layout Standard
12399 Although we have chosen centered alignment for the text of the multicolumn
12400  cell, it is still left aligned.
12401  This is because \SpecialChar LyX
12402  only applies the alignment to single columns.
12403  So for the multicolumn cell we have to use the \SpecialChar LaTeX
12404 -argument
12405 \end_layout
12406
12407 \begin_layout Standard
12408
12409 \series bold
12410 >{
12411 \backslash
12412 centering}m{2.5cm}
12413 \end_layout
12414
12415 \begin_layout Subsection
12416 Multirows
12417 \begin_inset CommandInset label
12418 LatexCommand label
12419 name "subsec:Multirows"
12420
12421 \end_inset
12422
12423
12424 \begin_inset Index idx
12425 status collapsed
12426
12427 \begin_layout Plain Layout
12428 Multirows
12429 \end_layout
12430
12431 \end_inset
12432
12433
12434 \begin_inset Index idx
12435 status collapsed
12436
12437 \begin_layout Plain Layout
12438 Table ! Multirows
12439 \end_layout
12440
12441 \end_inset
12442
12443
12444 \end_layout
12445
12446 \begin_layout Standard
12447 To merge cells over multiple rows, select as many cells within a column
12448  as you want to merge and use either the table-toolbar button 
12449 \begin_inset Info
12450 type  "icon"
12451 arg   "tabular-feature multirow"
12452 \end_inset
12453
12454 , or the menu 
12455 \family sans
12456 Edit\SpecialChar menuseparator
12457 Table\SpecialChar menuseparator
12458 Multirow
12459 \family default
12460 , or right click on the marked cells and choose 
12461 \family sans
12462 Multirow
12463 \family default
12464  in the context menu.
12465 \end_layout
12466
12467 \begin_layout Standard
12468 Here is an example table with a multirow in the first column:
12469 \begin_inset Separator latexpar
12470 \end_inset
12471
12472
12473 \end_layout
12474
12475 \begin_layout Standard
12476 \align center
12477 \begin_inset Tabular
12478 <lyxtabular version="3" rows="3" columns="3">
12479 <features tabularvalignment="middle">
12480 <column alignment="center" valignment="top" width="0pt">
12481 <column alignment="center" valignment="top">
12482 <column alignment="center" valignment="top">
12483 <row>
12484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12485 \begin_inset Text
12486
12487 \begin_layout Plain Layout
12488 a long cell entry
12489 \end_layout
12490
12491 \end_inset
12492 </cell>
12493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12494 \begin_inset Text
12495
12496 \begin_layout Plain Layout
12497 b
12498 \end_layout
12499
12500 \end_inset
12501 </cell>
12502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12503 \begin_inset Text
12504
12505 \begin_layout Plain Layout
12506 c
12507 \end_layout
12508
12509 \end_inset
12510 </cell>
12511 </row>
12512 <row>
12513 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12514 \begin_inset Text
12515
12516 \begin_layout Plain Layout
12517 multirow
12518 \end_layout
12519
12520 \end_inset
12521 </cell>
12522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12523 \begin_inset Text
12524
12525 \begin_layout Plain Layout
12526 e
12527 \end_layout
12528
12529 \end_inset
12530 </cell>
12531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12532 \begin_inset Text
12533
12534 \begin_layout Plain Layout
12535 f
12536 \end_layout
12537
12538 \end_inset
12539 </cell>
12540 </row>
12541 <row>
12542 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12543 \begin_inset Text
12544
12545 \begin_layout Plain Layout
12546
12547 \end_layout
12548
12549 \end_inset
12550 </cell>
12551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12552 \begin_inset Text
12553
12554 \begin_layout Plain Layout
12555 h
12556 \end_layout
12557
12558 \end_inset
12559 </cell>
12560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12561 \begin_inset Text
12562
12563 \begin_layout Plain Layout
12564 i
12565 \end_layout
12566
12567 \end_inset
12568 </cell>
12569 </row>
12570 </lyxtabular>
12571
12572 \end_inset
12573
12574
12575 \end_layout
12576
12577 \begin_layout Standard
12578 The width of multirow cells is set by setting the width and alignment for
12579  the whole column.
12580  The 
12581 \family sans
12582 Vertical Offset
12583 \family default
12584  shifts the content of the multirow up/down if the offset is positive/negative.
12585 \end_layout
12586
12587 \begin_layout Standard
12588 If the column of a multirow cell has no explicit width, the multirow cell
12589  inherits the alignment of the column.
12590  Otherwise it is by default left-aligned.
12591  To override the default, renew the command 
12592 \series bold
12593
12594 \backslash
12595 multirowsetup
12596 \series default
12597  with the command
12598 \end_layout
12599
12600 \begin_layout Standard
12601
12602 \series bold
12603
12604 \backslash
12605 renewcommand{
12606 \backslash
12607 multirowsetup}{
12608 \backslash
12609 centering}
12610 \end_layout
12611
12612 \begin_layout Standard
12613 in the document preamble.
12614  Then all entries of multirow cells in the document are centered.
12615  If centering is only needed for several tables, you can renew the command
12616  in a \SpecialChar TeX
12617  Code box just before the table instead of the preamble.
12618  If the text should be right-aligned, replace 
12619 \series bold
12620
12621 \backslash
12622 centering
12623 \series default
12624  by 
12625 \series bold
12626
12627 \backslash
12628 raggedleft
12629 \series default
12630 .
12631  To return to left-alignment 
12632 \series bold
12633
12634 \backslash
12635 raggedright
12636 \series default
12637  is used.
12638 \end_layout
12639
12640 \begin_layout Standard
12641 This is an example table with a right-aligned multirow cell that has a vertical
12642  offset of -4
12643 \begin_inset space \thinspace{}
12644 \end_inset
12645
12646 mm and is in a 3
12647 \begin_inset space \thinspace{}
12648 \end_inset
12649
12650 cm wide column:
12651 \begin_inset Separator latexpar
12652 \end_inset
12653
12654
12655 \end_layout
12656
12657 \begin_layout Standard
12658 \noindent
12659 \align center
12660 \begin_inset ERT
12661 status collapsed
12662
12663 \begin_layout Plain Layout
12664
12665
12666 \backslash
12667 renewcommand{
12668 \backslash
12669 multirowsetup}{
12670 \backslash
12671 raggedleft}
12672 \end_layout
12673
12674 \end_inset
12675
12676
12677 \begin_inset Tabular
12678 <lyxtabular version="3" rows="4" columns="3">
12679 <features tabularvalignment="middle">
12680 <column alignment="center" valignment="top" width="3cm">
12681 <column alignment="center" valignment="top">
12682 <column alignment="center" valignment="top">
12683 <row>
12684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12685 \begin_inset Text
12686
12687 \begin_layout Plain Layout
12688 a long cell entry
12689 \end_layout
12690
12691 \end_inset
12692 </cell>
12693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12694 \begin_inset Text
12695
12696 \begin_layout Plain Layout
12697 b
12698 \end_layout
12699
12700 \end_inset
12701 </cell>
12702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12703 \begin_inset Text
12704
12705 \begin_layout Plain Layout
12706 c
12707 \end_layout
12708
12709 \end_inset
12710 </cell>
12711 </row>
12712 <row>
12713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12714 \begin_inset Text
12715
12716 \begin_layout Plain Layout
12717 t
12718 \end_layout
12719
12720 \end_inset
12721 </cell>
12722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12723 \begin_inset Text
12724
12725 \begin_layout Plain Layout
12726 n
12727 \end_layout
12728
12729 \end_inset
12730 </cell>
12731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12732 \begin_inset Text
12733
12734 \begin_layout Plain Layout
12735 m
12736 \end_layout
12737
12738 \end_inset
12739 </cell>
12740 </row>
12741 <row>
12742 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12743 \begin_inset Text
12744
12745 \begin_layout Plain Layout
12746 multirow
12747 \end_layout
12748
12749 \end_inset
12750 </cell>
12751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12752 \begin_inset Text
12753
12754 \begin_layout Plain Layout
12755 e
12756 \end_layout
12757
12758 \end_inset
12759 </cell>
12760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12761 \begin_inset Text
12762
12763 \begin_layout Plain Layout
12764 f
12765 \end_layout
12766
12767 \end_inset
12768 </cell>
12769 </row>
12770 <row>
12771 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12772 \begin_inset Text
12773
12774 \begin_layout Plain Layout
12775
12776 \end_layout
12777
12778 \end_inset
12779 </cell>
12780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12781 \begin_inset Text
12782
12783 \begin_layout Plain Layout
12784 h
12785 \end_layout
12786
12787 \end_inset
12788 </cell>
12789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12790 \begin_inset Text
12791
12792 \begin_layout Plain Layout
12793 i
12794 \end_layout
12795
12796 \end_inset
12797 </cell>
12798 </row>
12799 </lyxtabular>
12800
12801 \end_inset
12802
12803
12804 \begin_inset ERT
12805 status collapsed
12806
12807 \begin_layout Plain Layout
12808
12809
12810 \backslash
12811 renewcommand{
12812 \backslash
12813 multirowsetup}{
12814 \backslash
12815 raggedright}
12816 \end_layout
12817
12818 \end_inset
12819
12820
12821 \end_layout
12822
12823 \begin_layout Standard
12824 To start a new line in a multirow you can use a forced line break (shortcut
12825  
12826 \begin_inset Info
12827 type  "shortcut"
12828 arg   "newline-insert newline"
12829 \end_inset
12830
12831 ) but this will not respect the cell lines as demonstrated in this table:
12832 \begin_inset Separator latexpar
12833 \end_inset
12834
12835
12836 \end_layout
12837
12838 \begin_layout Standard
12839 \noindent
12840 \align center
12841 \begin_inset Tabular
12842 <lyxtabular version="3" rows="3" columns="2">
12843 <features tabularvalignment="middle">
12844 <column alignment="left" valignment="middle" width="2cm">
12845 <column alignment="center" valignment="top">
12846 <row>
12847 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12848 \begin_inset Text
12849
12850 \begin_layout Plain Layout
12851 aaa
12852 \begin_inset Newline newline
12853 \end_inset
12854
12855 aaa
12856 \begin_inset Newline newline
12857 \end_inset
12858
12859 wrong cell
12860 \end_layout
12861
12862 \end_inset
12863 </cell>
12864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12865 \begin_inset Text
12866
12867 \begin_layout Plain Layout
12868 ccc
12869 \end_layout
12870
12871 \end_inset
12872 </cell>
12873 </row>
12874 <row>
12875 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12876 \begin_inset Text
12877
12878 \begin_layout Plain Layout
12879
12880 \end_layout
12881
12882 \end_inset
12883 </cell>
12884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12885 \begin_inset Text
12886
12887 \begin_layout Plain Layout
12888 ddd
12889 \end_layout
12890
12891 \end_inset
12892 </cell>
12893 </row>
12894 <row>
12895 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12896 \begin_inset Text
12897
12898 \begin_layout Plain Layout
12899 bbb
12900 \end_layout
12901
12902 \end_inset
12903 </cell>
12904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12905 \begin_inset Text
12906
12907 \begin_layout Plain Layout
12908 eee
12909 \end_layout
12910
12911 \end_inset
12912 </cell>
12913 </row>
12914 </lyxtabular>
12915
12916 \end_inset
12917
12918
12919 \end_layout
12920
12921 \begin_layout Standard
12922 Therefore be careful with forced line breaks.
12923 \end_layout
12924
12925 \begin_layout Subsection
12926 Cells with diagonal line(s)
12927 \end_layout
12928
12929 \begin_layout Standard
12930 To tell the reader what is meant by column and row headings in a table,
12931  it is helpful to split the first cell of the table by one or two diagonal
12932  lines.
12933  This can be achieved by loading the \SpecialChar LaTeX
12934  package 
12935 \series bold
12936 diagbox
12937 \series default
12938
12939 \begin_inset Index idx
12940 status collapsed
12941
12942 \begin_layout Plain Layout
12943 \SpecialChar LaTeX
12944 -packages ! picinpar
12945 \end_layout
12946
12947 \end_inset
12948
12949  in the document preamble.
12950  The package provides the command 
12951 \series bold
12952
12953 \backslash
12954 diagbox
12955 \series default
12956  that is inserted as \SpecialChar TeX
12957  Code and that can take 2 or 3
12958 \begin_inset space ~
12959 \end_inset
12960
12961 arguments:
12962 \end_layout
12963
12964 \begin_layout Standard
12965
12966 \series bold
12967
12968 \backslash
12969 diagbox[options]{lower left}{upper right}
12970 \end_layout
12971
12972 \begin_layout Standard
12973
12974 \series bold
12975
12976 \backslash
12977 diagbox[options]{lower left}{upper left}{upper right}
12978 \end_layout
12979
12980 \begin_layout Standard
12981 The first scheme divides the cell by a single diagonal line and the arguments
12982  are placed below and above this line.
12983  The second scheme divides the cell by 2
12984 \begin_inset space ~
12985 \end_inset
12986
12987 lines.
12988 \end_layout
12989
12990 \begin_layout Standard
12991 \begin_inset ERT
12992 status collapsed
12993
12994 \begin_layout Plain Layout
12995
12996
12997 \backslash
12998 ifdiagbox
12999 \end_layout
13000
13001 \end_inset
13002
13003
13004 \begin_inset Note Note
13005 status open
13006
13007 \begin_layout Plain Layout
13008 The following section will only be displayed when the \SpecialChar LaTeX
13009 -package 
13010 \series bold
13011 diagbox
13012 \series default
13013  is installed.
13014 \end_layout
13015
13016 \end_inset
13017
13018
13019 \end_layout
13020
13021 \begin_layout Standard
13022 Here is an example table where 
13023 \series bold
13024
13025 \backslash
13026 diagbox 
13027 \series default
13028 is used in the 2-argument scheme in the first cell:
13029 \begin_inset VSpace medskip
13030 \end_inset
13031
13032
13033 \end_layout
13034
13035 \begin_layout Standard
13036 \noindent
13037 \begin_inset Tabular
13038 <lyxtabular version="3" rows="4" columns="4">
13039 <features tabularvalignment="middle">
13040 <column alignment="center" valignment="top">
13041 <column alignment="center" valignment="top">
13042 <column alignment="center" valignment="top">
13043 <column alignment="center" valignment="top">
13044 <row>
13045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13046 \begin_inset Text
13047
13048 \begin_layout Plain Layout
13049 \begin_inset ERT
13050 status collapsed
13051
13052 \begin_layout Plain Layout
13053
13054
13055 \backslash
13056 diagbox{
13057 \end_layout
13058
13059 \end_inset
13060
13061 Name
13062 \begin_inset ERT
13063 status collapsed
13064
13065 \begin_layout Plain Layout
13066
13067 }{
13068 \end_layout
13069
13070 \end_inset
13071
13072 Parameter
13073 \begin_inset ERT
13074 status collapsed
13075
13076 \begin_layout Plain Layout
13077
13078 }
13079 \end_layout
13080
13081 \end_inset
13082
13083
13084 \end_layout
13085
13086 \end_inset
13087 </cell>
13088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13089 \begin_inset Text
13090
13091 \begin_layout Plain Layout
13092 Thickness in nm
13093 \end_layout
13094
13095 \end_inset
13096 </cell>
13097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13098 \begin_inset Text
13099
13100 \begin_layout Plain Layout
13101 Transparency in %
13102 \end_layout
13103
13104 \end_inset
13105 </cell>
13106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13107 \begin_inset Text
13108
13109 \begin_layout Plain Layout
13110 Hardness in MPa
13111 \end_layout
13112
13113 \end_inset
13114 </cell>
13115 </row>
13116 <row>
13117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13118 \begin_inset Text
13119
13120 \begin_layout Plain Layout
13121 Perfect Green
13122 \end_layout
13123
13124 \end_inset
13125 </cell>
13126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13127 \begin_inset Text
13128
13129 \begin_layout Plain Layout
13130 45
13131 \end_layout
13132
13133 \end_inset
13134 </cell>
13135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13136 \begin_inset Text
13137
13138 \begin_layout Plain Layout
13139 80
13140 \end_layout
13141
13142 \end_inset
13143 </cell>
13144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13145 \begin_inset Text
13146
13147 \begin_layout Plain Layout
13148 504
13149 \end_layout
13150
13151 \end_inset
13152 </cell>
13153 </row>
13154 <row>
13155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13156 \begin_inset Text
13157
13158 \begin_layout Plain Layout
13159 Dark Multi-P
13160 \end_layout
13161
13162 \end_inset
13163 </cell>
13164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13165 \begin_inset Text
13166
13167 \begin_layout Plain Layout
13168 60
13169 \end_layout
13170
13171 \end_inset
13172 </cell>
13173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13174 \begin_inset Text
13175
13176 \begin_layout Plain Layout
13177 72
13178 \end_layout
13179
13180 \end_inset
13181 </cell>
13182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13183 \begin_inset Text
13184
13185 \begin_layout Plain Layout
13186 982
13187 \end_layout
13188
13189 \end_inset
13190 </cell>
13191 </row>
13192 <row>
13193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13194 \begin_inset Text
13195
13196 \begin_layout Plain Layout
13197 Crystal Clear Pro
13198 \end_layout
13199
13200 \end_inset
13201 </cell>
13202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13203 \begin_inset Text
13204
13205 \begin_layout Plain Layout
13206 18
13207 \end_layout
13208
13209 \end_inset
13210 </cell>
13211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13212 \begin_inset Text
13213
13214 \begin_layout Plain Layout
13215 86
13216 \end_layout
13217
13218 \end_inset
13219 </cell>
13220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13221 \begin_inset Text
13222
13223 \begin_layout Plain Layout
13224 374
13225 \end_layout
13226
13227 \end_inset
13228 </cell>
13229 </row>
13230 </lyxtabular>
13231
13232 \end_inset
13233
13234
13235 \begin_inset VSpace medskip
13236 \end_inset
13237
13238
13239 \end_layout
13240
13241 \begin_layout Standard
13242 The 3-argument scheme is for example useful for cross-tables of sports leagues
13243  or distances:
13244 \begin_inset Separator latexpar
13245 \end_inset
13246
13247
13248 \end_layout
13249
13250 \begin_layout Standard
13251 \noindent
13252 \align center
13253 \begin_inset Tabular
13254 <lyxtabular version="3" rows="4" columns="4">
13255 <features tabularvalignment="middle">
13256 <column alignment="center" valignment="top" width="0pt">
13257 <column alignment="center" valignment="top">
13258 <column alignment="center" valignment="top">
13259 <column alignment="center" valignment="top">
13260 <row>
13261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13262 \begin_inset Text
13263
13264 \begin_layout Plain Layout
13265 \begin_inset ERT
13266 status collapsed
13267
13268 \begin_layout Plain Layout
13269
13270
13271 \backslash
13272 diagbox{
13273 \end_layout
13274
13275 \end_inset
13276
13277 Team home
13278 \begin_inset ERT
13279 status collapsed
13280
13281 \begin_layout Plain Layout
13282
13283 }{
13284 \end_layout
13285
13286 \end_inset
13287
13288 Result
13289 \begin_inset ERT
13290 status collapsed
13291
13292 \begin_layout Plain Layout
13293
13294 }{
13295 \end_layout
13296
13297 \end_inset
13298
13299 Team away
13300 \begin_inset ERT
13301 status collapsed
13302
13303 \begin_layout Plain Layout
13304
13305 }
13306 \end_layout
13307
13308 \end_inset
13309
13310
13311 \end_layout
13312
13313 \end_inset
13314 </cell>
13315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13316 \begin_inset Text
13317
13318 \begin_layout Plain Layout
13319 Tigers
13320 \end_layout
13321
13322 \end_inset
13323 </cell>
13324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13325 \begin_inset Text
13326
13327 \begin_layout Plain Layout
13328 Panthers
13329 \end_layout
13330
13331 \end_inset
13332 </cell>
13333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13334 \begin_inset Text
13335
13336 \begin_layout Plain Layout
13337 Falcons
13338 \end_layout
13339
13340 \end_inset
13341 </cell>
13342 </row>
13343 <row>
13344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13345 \begin_inset Text
13346
13347 \begin_layout Plain Layout
13348 Tigers
13349 \end_layout
13350
13351 \end_inset
13352 </cell>
13353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13354 \begin_inset Text
13355
13356 \begin_layout Plain Layout
13357
13358 \end_layout
13359
13360 \end_inset
13361 </cell>
13362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13363 \begin_inset Text
13364
13365 \begin_layout Plain Layout
13366 1:3
13367 \end_layout
13368
13369 \end_inset
13370 </cell>
13371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13372 \begin_inset Text
13373
13374 \begin_layout Plain Layout
13375 0:1
13376 \end_layout
13377
13378 \end_inset
13379 </cell>
13380 </row>
13381 <row>
13382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13383 \begin_inset Text
13384
13385 \begin_layout Plain Layout
13386 Panthers
13387 \end_layout
13388
13389 \end_inset
13390 </cell>
13391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13392 \begin_inset Text
13393
13394 \begin_layout Plain Layout
13395 3:1
13396 \end_layout
13397
13398 \end_inset
13399 </cell>
13400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13401 \begin_inset Text
13402
13403 \begin_layout Plain Layout
13404
13405 \end_layout
13406
13407 \end_inset
13408 </cell>
13409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13410 \begin_inset Text
13411
13412 \begin_layout Plain Layout
13413 0:0
13414 \end_layout
13415
13416 \end_inset
13417 </cell>
13418 </row>
13419 <row>
13420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13421 \begin_inset Text
13422
13423 \begin_layout Plain Layout
13424 Falcons
13425 \end_layout
13426
13427 \end_inset
13428 </cell>
13429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13430 \begin_inset Text
13431
13432 \begin_layout Plain Layout
13433 1:0
13434 \end_layout
13435
13436 \end_inset
13437 </cell>
13438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13439 \begin_inset Text
13440
13441 \begin_layout Plain Layout
13442 0:0
13443 \end_layout
13444
13445 \end_inset
13446 </cell>
13447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13448 \begin_inset Text
13449
13450 \begin_layout Plain Layout
13451
13452 \end_layout
13453
13454 \end_inset
13455 </cell>
13456 </row>
13457 </lyxtabular>
13458
13459 \end_inset
13460
13461
13462 \end_layout
13463
13464 \begin_layout Standard
13465 For larger cross-tables one might use split cells in 2 or every corner of
13466  the table like in this example:
13467 \begin_inset Separator latexpar
13468 \end_inset
13469
13470
13471 \end_layout
13472
13473 \begin_layout Standard
13474 \noindent
13475 \align center
13476 \begin_inset Tabular
13477 <lyxtabular version="3" rows="5" columns="5">
13478 <features tabularvalignment="middle">
13479 <column alignment="center" valignment="top" width="0pt">
13480 <column alignment="center" valignment="top">
13481 <column alignment="center" valignment="top">
13482 <column alignment="center" valignment="top">
13483 <column alignment="center" valignment="top">
13484 <row>
13485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13486 \begin_inset Text
13487
13488 \begin_layout Plain Layout
13489 \begin_inset ERT
13490 status open
13491
13492 \begin_layout Plain Layout
13493
13494
13495 \backslash
13496 diagbox{
13497 \end_layout
13498
13499 \end_inset
13500
13501 Team home
13502 \begin_inset ERT
13503 status collapsed
13504
13505 \begin_layout Plain Layout
13506
13507 }{
13508 \end_layout
13509
13510 \end_inset
13511
13512 Result
13513 \begin_inset ERT
13514 status collapsed
13515
13516 \begin_layout Plain Layout
13517
13518 }{
13519 \end_layout
13520
13521 \end_inset
13522
13523 Team away
13524 \begin_inset ERT
13525 status collapsed
13526
13527 \begin_layout Plain Layout
13528
13529 }
13530 \end_layout
13531
13532 \end_inset
13533
13534
13535 \end_layout
13536
13537 \end_inset
13538 </cell>
13539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13540 \begin_inset Text
13541
13542 \begin_layout Plain Layout
13543 Tigers
13544 \end_layout
13545
13546 \end_inset
13547 </cell>
13548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13549 \begin_inset Text
13550
13551 \begin_layout Plain Layout
13552 Panthers
13553 \end_layout
13554
13555 \end_inset
13556 </cell>
13557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13558 \begin_inset Text
13559
13560 \begin_layout Plain Layout
13561 Falcons
13562 \end_layout
13563
13564 \end_inset
13565 </cell>
13566 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13567 \begin_inset Text
13568
13569 \begin_layout Plain Layout
13570 \begin_inset ERT
13571 status open
13572
13573 \begin_layout Plain Layout
13574
13575
13576 \backslash
13577 diagbox[dir=NE]{
13578 \end_layout
13579
13580 \end_inset
13581
13582 Team home
13583 \begin_inset ERT
13584 status collapsed
13585
13586 \begin_layout Plain Layout
13587
13588 }{
13589 \end_layout
13590
13591 \end_inset
13592
13593 Result
13594 \begin_inset ERT
13595 status collapsed
13596
13597 \begin_layout Plain Layout
13598
13599 }{
13600 \end_layout
13601
13602 \end_inset
13603
13604 Team away
13605 \begin_inset ERT
13606 status collapsed
13607
13608 \begin_layout Plain Layout
13609
13610 }
13611 \end_layout
13612
13613 \end_inset
13614
13615
13616 \end_layout
13617
13618 \end_inset
13619 </cell>
13620 </row>
13621 <row>
13622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13623 \begin_inset Text
13624
13625 \begin_layout Plain Layout
13626 Tigers
13627 \end_layout
13628
13629 \end_inset
13630 </cell>
13631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13632 \begin_inset Text
13633
13634 \begin_layout Plain Layout
13635
13636 \end_layout
13637
13638 \end_inset
13639 </cell>
13640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13641 \begin_inset Text
13642
13643 \begin_layout Plain Layout
13644 1:3
13645 \end_layout
13646
13647 \end_inset
13648 </cell>
13649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13650 \begin_inset Text
13651
13652 \begin_layout Plain Layout
13653 0:1
13654 \end_layout
13655
13656 \end_inset
13657 </cell>
13658 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13659 \begin_inset Text
13660
13661 \begin_layout Plain Layout
13662 Tigers
13663 \end_layout
13664
13665 \end_inset
13666 </cell>
13667 </row>
13668 <row>
13669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13670 \begin_inset Text
13671
13672 \begin_layout Plain Layout
13673 Panthers
13674 \end_layout
13675
13676 \end_inset
13677 </cell>
13678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13679 \begin_inset Text
13680
13681 \begin_layout Plain Layout
13682 3:1
13683 \end_layout
13684
13685 \end_inset
13686 </cell>
13687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13688 \begin_inset Text
13689
13690 \begin_layout Plain Layout
13691
13692 \end_layout
13693
13694 \end_inset
13695 </cell>
13696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13697 \begin_inset Text
13698
13699 \begin_layout Plain Layout
13700 0:0
13701 \end_layout
13702
13703 \end_inset
13704 </cell>
13705 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13706 \begin_inset Text
13707
13708 \begin_layout Plain Layout
13709 Panthers
13710 \end_layout
13711
13712 \end_inset
13713 </cell>
13714 </row>
13715 <row>
13716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13717 \begin_inset Text
13718
13719 \begin_layout Plain Layout
13720 Falcons
13721 \end_layout
13722
13723 \end_inset
13724 </cell>
13725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13726 \begin_inset Text
13727
13728 \begin_layout Plain Layout
13729 1:0
13730 \end_layout
13731
13732 \end_inset
13733 </cell>
13734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13735 \begin_inset Text
13736
13737 \begin_layout Plain Layout
13738 0:0
13739 \end_layout
13740
13741 \end_inset
13742 </cell>
13743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13744 \begin_inset Text
13745
13746 \begin_layout Plain Layout
13747
13748 \end_layout
13749
13750 \end_inset
13751 </cell>
13752 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13753 \begin_inset Text
13754
13755 \begin_layout Plain Layout
13756 Falcons
13757 \end_layout
13758
13759 \end_inset
13760 </cell>
13761 </row>
13762 <row>
13763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13764 \begin_inset Text
13765
13766 \begin_layout Plain Layout
13767 \begin_inset ERT
13768 status open
13769
13770 \begin_layout Plain Layout
13771
13772
13773 \backslash
13774 diagbox[dir=SW]{
13775 \end_layout
13776
13777 \end_inset
13778
13779 Team home
13780 \begin_inset ERT
13781 status collapsed
13782
13783 \begin_layout Plain Layout
13784
13785 }{
13786 \end_layout
13787
13788 \end_inset
13789
13790 Result
13791 \begin_inset ERT
13792 status collapsed
13793
13794 \begin_layout Plain Layout
13795
13796 }{
13797 \end_layout
13798
13799 \end_inset
13800
13801 Team away
13802 \begin_inset ERT
13803 status collapsed
13804
13805 \begin_layout Plain Layout
13806
13807 }
13808 \end_layout
13809
13810 \end_inset
13811
13812
13813 \end_layout
13814
13815 \end_inset
13816 </cell>
13817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13818 \begin_inset Text
13819
13820 \begin_layout Plain Layout
13821 Tigers
13822 \end_layout
13823
13824 \end_inset
13825 </cell>
13826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13827 \begin_inset Text
13828
13829 \begin_layout Plain Layout
13830 Panthers
13831 \end_layout
13832
13833 \end_inset
13834 </cell>
13835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13836 \begin_inset Text
13837
13838 \begin_layout Plain Layout
13839 Falcons
13840 \end_layout
13841
13842 \end_inset
13843 </cell>
13844 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13845 \begin_inset Text
13846
13847 \begin_layout Plain Layout
13848 \begin_inset ERT
13849 status open
13850
13851 \begin_layout Plain Layout
13852
13853
13854 \backslash
13855 diagbox[dir=SE]{
13856 \end_layout
13857
13858 \end_inset
13859
13860 Team home
13861 \begin_inset ERT
13862 status collapsed
13863
13864 \begin_layout Plain Layout
13865
13866 }{
13867 \end_layout
13868
13869 \end_inset
13870
13871 Result
13872 \begin_inset ERT
13873 status collapsed
13874
13875 \begin_layout Plain Layout
13876
13877 }{
13878 \end_layout
13879
13880 \end_inset
13881
13882 Team away
13883 \begin_inset ERT
13884 status collapsed
13885
13886 \begin_layout Plain Layout
13887
13888 }
13889 \end_layout
13890
13891 \end_inset
13892
13893
13894 \end_layout
13895
13896 \end_inset
13897 </cell>
13898 </row>
13899 </lyxtabular>
13900
13901 \end_inset
13902
13903
13904 \end_layout
13905
13906 \begin_layout Standard
13907 To rotate the diagonal lines, the command option 
13908 \series bold
13909 dir=direction
13910 \series default
13911  is used.
13912  
13913 \emph on
13914 direction
13915 \emph default
13916  is either 
13917 \series bold
13918 NE
13919 \series default
13920
13921 \series bold
13922 DE
13923 \series default
13924
13925 \series bold
13926 SW
13927 \series default
13928  or 
13929 \series bold
13930 NW
13931 \series default
13932  and represent a point of a compass.
13933  
13934 \series bold
13935 SW
13936 \series default
13937  is for example the south-west corner.
13938  Thus in the lower left cell of the above table the command
13939 \end_layout
13940
13941 \begin_layout Standard
13942
13943 \series bold
13944
13945 \backslash
13946 diagbox[dir=SW]{Team home}{Result}{Team away}
13947 \end_layout
13948
13949 \begin_layout Standard
13950 is used.
13951  If no direction is given, it will be NW.
13952 \end_layout
13953
13954 \begin_layout Standard
13955 The necessary width of split cells is automatically calculated.
13956  Thus if you set a fixed column width smaller than the calculated one, the
13957  cell's content will protrude the cell borders:
13958 \begin_inset Separator latexpar
13959 \end_inset
13960
13961
13962 \end_layout
13963
13964 \begin_layout Standard
13965 \noindent
13966 \align center
13967 \begin_inset Tabular
13968 <lyxtabular version="3" rows="2" columns="2">
13969 <features tabularvalignment="middle">
13970 <column alignment="center" valignment="top" width="3cm">
13971 <column alignment="center" valignment="top">
13972 <row>
13973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13974 \begin_inset Text
13975
13976 \begin_layout Plain Layout
13977 \begin_inset ERT
13978 status collapsed
13979
13980 \begin_layout Plain Layout
13981
13982
13983 \backslash
13984 diagbox{
13985 \end_layout
13986
13987 \end_inset
13988
13989 Name
13990 \begin_inset ERT
13991 status collapsed
13992
13993 \begin_layout Plain Layout
13994
13995 }{
13996 \end_layout
13997
13998 \end_inset
13999
14000 Parameter
14001 \begin_inset ERT
14002 status collapsed
14003
14004 \begin_layout Plain Layout
14005
14006 }
14007 \end_layout
14008
14009 \end_inset
14010
14011
14012 \end_layout
14013
14014 \end_inset
14015 </cell>
14016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14017 \begin_inset Text
14018
14019 \begin_layout Plain Layout
14020 Thickness in nm
14021 \end_layout
14022
14023 \end_inset
14024 </cell>
14025 </row>
14026 <row>
14027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14028 \begin_inset Text
14029
14030 \begin_layout Plain Layout
14031 Perfect Green
14032 \end_layout
14033
14034 \end_inset
14035 </cell>
14036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14037 \begin_inset Text
14038
14039 \begin_layout Plain Layout
14040 45
14041 \end_layout
14042
14043 \end_inset
14044 </cell>
14045 </row>
14046 </lyxtabular>
14047
14048 \end_inset
14049
14050
14051 \end_layout
14052
14053 \begin_layout Standard
14054 If you need a certain width for columns with a split cell, use the command
14055  option 
14056 \series bold
14057 width=3cm
14058 \series default
14059  (replace '3cm' by the width you need).
14060  In the following table the width of the first column is set to 4
14061 \begin_inset space \thinspace{}
14062 \end_inset
14063
14064 cm.
14065  For 
14066 \series bold
14067
14068 \backslash
14069 diagbox
14070 \series default
14071  a width of 4
14072 \begin_inset space \thinspace{}
14073 \end_inset
14074
14075 cm + 2
14076 \begin_inset space \thinspace{}
14077 \end_inset
14078
14079
14080 \backslash
14081 tabcolsep is necessary because the overall width is the width for the text
14082  (in this case the 4
14083 \begin_inset space \thinspace{}
14084 \end_inset
14085
14086 cm) plus two times the separation of the text and the cell border.
14087  The calculation of the width cannot be done in the command option of 
14088 \series bold
14089
14090 \backslash
14091 diagbox
14092 \series default
14093  so one needs to create a new length which can be used later.
14094  This is done with the \SpecialChar TeX
14095  Code commands
14096 \end_layout
14097
14098 \begin_layout Standard
14099
14100 \series bold
14101
14102 \backslash
14103 newlength{
14104 \backslash
14105 diagtest}
14106 \begin_inset Newline newline
14107 \end_inset
14108
14109
14110 \backslash
14111 setlength{
14112 \backslash
14113 diagtest}{4cm+2
14114 \backslash
14115 tabcolsep}
14116 \end_layout
14117
14118 \begin_layout Standard
14119 \begin_inset ERT
14120 status collapsed
14121
14122 \begin_layout Plain Layout
14123
14124
14125 \backslash
14126 newlength{
14127 \backslash
14128 diagtest}
14129 \end_layout
14130
14131 \begin_layout Plain Layout
14132
14133
14134 \backslash
14135 setlength{
14136 \backslash
14137 diagtest}{4cm+2
14138 \backslash
14139 tabcolsep}
14140 \end_layout
14141
14142 \end_inset
14143
14144
14145 \end_layout
14146
14147 \begin_layout Standard
14148 To enable calculations in \SpecialChar LaTeX
14149  one needs to load the package 
14150 \series bold
14151 calc
14152 \series default
14153
14154 \begin_inset Index idx
14155 status collapsed
14156
14157 \begin_layout Plain Layout
14158 \SpecialChar LaTeX
14159 -packages ! calc
14160 \end_layout
14161
14162 \end_inset
14163
14164  in the document preamble.
14165 \end_layout
14166
14167 \begin_layout Standard
14168 In this table you can now use the command
14169 \end_layout
14170
14171 \begin_layout Standard
14172
14173 \series bold
14174
14175 \backslash
14176 diagbox[width=
14177 \backslash
14178 diagtest]{A}{B}
14179 \end_layout
14180
14181 \begin_layout Standard
14182 in the first cell:
14183 \begin_inset Separator latexpar
14184 \end_inset
14185
14186
14187 \end_layout
14188
14189 \begin_layout Standard
14190 \noindent
14191 \align center
14192 \begin_inset Tabular
14193 <lyxtabular version="3" rows="2" columns="2">
14194 <features tabularvalignment="middle">
14195 <column alignment="center" valignment="top" width="4cm">
14196 <column alignment="center" valignment="top">
14197 <row>
14198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14199 \begin_inset Text
14200
14201 \begin_layout Plain Layout
14202 \begin_inset ERT
14203 status open
14204
14205 \begin_layout Plain Layout
14206
14207
14208 \backslash
14209 diagbox[width=
14210 \backslash
14211 diagtest]{
14212 \end_layout
14213
14214 \end_inset
14215
14216 A
14217 \begin_inset ERT
14218 status collapsed
14219
14220 \begin_layout Plain Layout
14221
14222 }{
14223 \end_layout
14224
14225 \end_inset
14226
14227 B
14228 \begin_inset ERT
14229 status collapsed
14230
14231 \begin_layout Plain Layout
14232
14233 }
14234 \end_layout
14235
14236 \end_inset
14237
14238
14239 \end_layout
14240
14241 \end_inset
14242 </cell>
14243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14244 \begin_inset Text
14245
14246 \begin_layout Plain Layout
14247 Thickness in nm
14248 \end_layout
14249
14250 \end_inset
14251 </cell>
14252 </row>
14253 <row>
14254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14255 \begin_inset Text
14256
14257 \begin_layout Plain Layout
14258 Perfect Green
14259 \end_layout
14260
14261 \end_inset
14262 </cell>
14263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14264 \begin_inset Text
14265
14266 \begin_layout Plain Layout
14267 45
14268 \end_layout
14269
14270 \end_inset
14271 </cell>
14272 </row>
14273 </lyxtabular>
14274
14275 \end_inset
14276
14277
14278 \end_layout
14279
14280 \begin_layout Standard
14281 Note that the split cell needs to be the widest one in the column.
14282  Otherwise the length of the diagonal line cannot be calculated correctly
14283  like in this table:
14284 \begin_inset Separator latexpar
14285 \end_inset
14286
14287
14288 \end_layout
14289
14290 \begin_layout Standard
14291 \noindent
14292 \align center
14293 \begin_inset Tabular
14294 <lyxtabular version="3" rows="2" columns="2">
14295 <features tabularvalignment="middle">
14296 <column alignment="center" valignment="top" width="0pt">
14297 <column alignment="center" valignment="top">
14298 <row>
14299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14300 \begin_inset Text
14301
14302 \begin_layout Plain Layout
14303 \begin_inset ERT
14304 status collapsed
14305
14306 \begin_layout Plain Layout
14307
14308
14309 \backslash
14310 diagbox{
14311 \end_layout
14312
14313 \end_inset
14314
14315 A
14316 \begin_inset ERT
14317 status collapsed
14318
14319 \begin_layout Plain Layout
14320
14321 }{
14322 \end_layout
14323
14324 \end_inset
14325
14326 B
14327 \begin_inset ERT
14328 status collapsed
14329
14330 \begin_layout Plain Layout
14331
14332 }
14333 \end_layout
14334
14335 \end_inset
14336
14337
14338 \end_layout
14339
14340 \end_inset
14341 </cell>
14342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14343 \begin_inset Text
14344
14345 \begin_layout Plain Layout
14346 Thickness in nm
14347 \end_layout
14348
14349 \end_inset
14350 </cell>
14351 </row>
14352 <row>
14353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14354 \begin_inset Text
14355
14356 \begin_layout Plain Layout
14357 Perfect Green
14358 \end_layout
14359
14360 \end_inset
14361 </cell>
14362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14363 \begin_inset Text
14364
14365 \begin_layout Plain Layout
14366 45
14367 \end_layout
14368
14369 \end_inset
14370 </cell>
14371 </row>
14372 </lyxtabular>
14373
14374 \end_inset
14375
14376
14377 \end_layout
14378
14379 \begin_layout Standard
14380 In this case use the 
14381 \series bold
14382 width
14383 \series default
14384  option of the 
14385 \series bold
14386
14387 \backslash
14388 diagbox
14389 \series default
14390  command.
14391  It is then not necessary to add 2
14392 \backslash
14393 tabcolsep because the cell width is now the width of the column.
14394  In this table a width of 3
14395 \begin_inset space \thinspace{}
14396 \end_inset
14397
14398 cm is used:
14399 \begin_inset Separator latexpar
14400 \end_inset
14401
14402
14403 \end_layout
14404
14405 \begin_layout Standard
14406 \noindent
14407 \align center
14408 \begin_inset Tabular
14409 <lyxtabular version="3" rows="2" columns="2">
14410 <features tabularvalignment="middle">
14411 <column alignment="center" valignment="top" width="0pt">
14412 <column alignment="center" valignment="top">
14413 <row>
14414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14415 \begin_inset Text
14416
14417 \begin_layout Plain Layout
14418 \begin_inset ERT
14419 status open
14420
14421 \begin_layout Plain Layout
14422
14423
14424 \backslash
14425 diagbox[width=3cm]{
14426 \end_layout
14427
14428 \end_inset
14429
14430 A
14431 \begin_inset ERT
14432 status collapsed
14433
14434 \begin_layout Plain Layout
14435
14436 }{
14437 \end_layout
14438
14439 \end_inset
14440
14441 B
14442 \begin_inset ERT
14443 status collapsed
14444
14445 \begin_layout Plain Layout
14446
14447 }
14448 \end_layout
14449
14450 \end_inset
14451
14452
14453 \end_layout
14454
14455 \end_inset
14456 </cell>
14457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14458 \begin_inset Text
14459
14460 \begin_layout Plain Layout
14461 Thickness in nm
14462 \end_layout
14463
14464 \end_inset
14465 </cell>
14466 </row>
14467 <row>
14468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14469 \begin_inset Text
14470
14471 \begin_layout Plain Layout
14472 Perfect Green
14473 \end_layout
14474
14475 \end_inset
14476 </cell>
14477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14478 \begin_inset Text
14479
14480 \begin_layout Plain Layout
14481 45
14482 \end_layout
14483
14484 \end_inset
14485 </cell>
14486 </row>
14487 </lyxtabular>
14488
14489 \end_inset
14490
14491
14492 \end_layout
14493
14494 \begin_layout Standard
14495 For multiple text lines in split cells one needs some extra height to fit
14496  the text to the cell.
14497  This can be achieved with the 
14498 \series bold
14499
14500 \backslash
14501 diagbox
14502 \series default
14503  option 
14504 \series bold
14505 height=3cm
14506 \series default
14507  (replace '3cm' by the height you need).
14508  In the following table the command
14509 \end_layout
14510
14511 \begin_layout Standard
14512
14513 \series bold
14514
14515 \backslash
14516 diagbox[width=3cm,height=1.4cm]{A
14517 \backslash
14518
14519 \backslash
14520 B}{C
14521 \backslash
14522
14523 \backslash
14524 D}
14525 \end_layout
14526
14527 \begin_layout Standard
14528 is used in the first cell.
14529  The command 
14530 \series bold
14531
14532 \backslash
14533
14534 \backslash
14535
14536 \series default
14537  creates hereby the line break.
14538 \begin_inset Foot
14539 status collapsed
14540
14541 \begin_layout Plain Layout
14542 Breaking lines with 
14543 \family sans
14544 Ctrl+Return
14545 \family default
14546  is only possible when the column has a fixed width.
14547 \end_layout
14548
14549 \end_inset
14550
14551
14552 \begin_inset Separator latexpar
14553 \end_inset
14554
14555
14556 \end_layout
14557
14558 \begin_layout Standard
14559 \noindent
14560 \align center
14561 \begin_inset Tabular
14562 <lyxtabular version="3" rows="2" columns="2">
14563 <features tabularvalignment="middle">
14564 <column alignment="center" valignment="top">
14565 <column alignment="center" valignment="top">
14566 <row>
14567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14568 \begin_inset Text
14569
14570 \begin_layout Plain Layout
14571 \begin_inset ERT
14572 status open
14573
14574 \begin_layout Plain Layout
14575
14576
14577 \backslash
14578 diagbox[width=3cm,height=1.4cm]{
14579 \end_layout
14580
14581 \end_inset
14582
14583 A
14584 \begin_inset ERT
14585 status collapsed
14586
14587 \begin_layout Plain Layout
14588
14589
14590 \backslash
14591
14592 \backslash
14593
14594 \end_layout
14595
14596 \end_inset
14597
14598 B
14599 \begin_inset ERT
14600 status collapsed
14601
14602 \begin_layout Plain Layout
14603
14604 }{
14605 \end_layout
14606
14607 \end_inset
14608
14609 C
14610 \begin_inset ERT
14611 status collapsed
14612
14613 \begin_layout Plain Layout
14614
14615
14616 \backslash
14617
14618 \backslash
14619
14620 \end_layout
14621
14622 \end_inset
14623
14624 D
14625 \begin_inset ERT
14626 status collapsed
14627
14628 \begin_layout Plain Layout
14629
14630 }
14631 \end_layout
14632
14633 \end_inset
14634
14635
14636 \end_layout
14637
14638 \end_inset
14639 </cell>
14640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14641 \begin_inset Text
14642
14643 \begin_layout Plain Layout
14644 Thickness in nm
14645 \end_layout
14646
14647 \end_inset
14648 </cell>
14649 </row>
14650 <row>
14651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14652 \begin_inset Text
14653
14654 \begin_layout Plain Layout
14655 Perfect Green
14656 \end_layout
14657
14658 \end_inset
14659 </cell>
14660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14661 \begin_inset Text
14662
14663 \begin_layout Plain Layout
14664 45
14665 \end_layout
14666
14667 \end_inset
14668 </cell>
14669 </row>
14670 </lyxtabular>
14671
14672 \end_inset
14673
14674
14675 \end_layout
14676
14677 \begin_layout Standard
14678 \begin_inset ERT
14679 status collapsed
14680
14681 \begin_layout Plain Layout
14682
14683
14684 \backslash
14685 else
14686 \end_layout
14687
14688 \end_inset
14689
14690
14691 \begin_inset Note Note
14692 status open
14693
14694 \begin_layout Plain Layout
14695 The following will be displayed when the \SpecialChar LaTeX
14696 -package 
14697 \series bold
14698 diagbox
14699 \series default
14700  is not installed:
14701 \end_layout
14702
14703 \end_inset
14704
14705
14706 \end_layout
14707
14708 \begin_layout Standard
14709 You need to install the \SpecialChar LaTeX
14710 -package 
14711 \series bold
14712 diagbox
14713 \series default
14714  to see the following part of this section in the output.
14715 \end_layout
14716
14717 \begin_layout Standard
14718 \begin_inset ERT
14719 status collapsed
14720
14721 \begin_layout Plain Layout
14722
14723
14724 \backslash
14725 fi
14726 \end_layout
14727
14728 \end_inset
14729
14730
14731 \end_layout
14732
14733 \begin_layout Standard
14734 For more info about the \SpecialChar LaTeX
14735 -package 
14736 \series bold
14737 diagbox
14738 \series default
14739 , see its documentation, 
14740 \begin_inset CommandInset citation
14741 LatexCommand cite
14742 key "diagbox"
14743
14744 \end_inset
14745
14746 .
14747 \end_layout
14748
14749 \begin_layout Section
14750 Formal Tables
14751 \begin_inset CommandInset label
14752 LatexCommand label
14753 name "sec:Formal-Tables"
14754
14755 \end_inset
14756
14757
14758 \begin_inset Index idx
14759 status collapsed
14760
14761 \begin_layout Plain Layout
14762 Table ! Formal
14763 \end_layout
14764
14765 \end_inset
14766
14767
14768 \end_layout
14769
14770 \begin_layout Standard
14771 Tables are often typeset in books similar to Table
14772 \begin_inset space ~
14773 \end_inset
14774
14775
14776 \begin_inset CommandInset ref
14777 LatexCommand ref
14778 reference "tab:Example-booktabs-table"
14779
14780 \end_inset
14781
14782 .
14783  This kind of tables is called 
14784 \begin_inset Quotes eld
14785 \end_inset
14786
14787
14788 \emph on
14789 formal
14790 \emph default
14791
14792 \begin_inset Quotes erd
14793 \end_inset
14794
14795 .
14796  To make a table a formal table use the option 
14797 \family sans
14798 Formal
14799 \family default
14800  in the 
14801 \family sans
14802 Borders
14803 \family default
14804  tab of the table dialog.
14805 \end_layout
14806
14807 \begin_layout Standard
14808 \begin_inset Float table
14809 placement h
14810 wide false
14811 sideways false
14812 status open
14813
14814 \begin_layout Plain Layout
14815 \begin_inset Caption Standard
14816
14817 \begin_layout Plain Layout
14818 \begin_inset CommandInset label
14819 LatexCommand label
14820 name "tab:Example-booktabs-table"
14821
14822 \end_inset
14823
14824 Example booktabs-table
14825 \end_layout
14826
14827 \end_inset
14828
14829
14830 \end_layout
14831
14832 \begin_layout Plain Layout
14833 \align center
14834 \begin_inset Tabular
14835 <lyxtabular version="3" rows="8" columns="4">
14836 <features booktabs="true" tabularvalignment="middle">
14837 <column alignment="center" valignment="top">
14838 <column alignment="center" valignment="top">
14839 <column alignment="center" valignment="top">
14840 <column alignment="center" valignment="top">
14841 <row>
14842 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14843 \begin_inset Text
14844
14845 \begin_layout Plain Layout
14846 System
14847 \end_layout
14848
14849 \end_inset
14850 </cell>
14851 <cell alignment="center" valignment="top" topline="true" usebox="none">
14852 \begin_inset Text
14853
14854 \begin_layout Plain Layout
14855 Chip
14856 \begin_inset space \thinspace{}
14857 \end_inset
14858
14859 1
14860 \end_layout
14861
14862 \end_inset
14863 </cell>
14864 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14865 \begin_inset Text
14866
14867 \begin_layout Plain Layout
14868 Chip
14869 \begin_inset space \thinspace{}
14870 \end_inset
14871
14872 2
14873 \end_layout
14874
14875 \end_inset
14876 </cell>
14877 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14878 \begin_inset Text
14879
14880 \begin_layout Plain Layout
14881
14882 \end_layout
14883
14884 \end_inset
14885 </cell>
14886 </row>
14887 <row>
14888 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14889 \begin_inset Text
14890
14891 \begin_layout Plain Layout
14892 \begin_inset ERT
14893 status collapsed
14894
14895 \begin_layout Plain Layout
14896
14897
14898 \backslash
14899 cmidrule(r){2-2}
14900 \end_layout
14901
14902 \end_inset
14903
14904
14905 \begin_inset ERT
14906 status collapsed
14907
14908 \begin_layout Plain Layout
14909
14910
14911 \backslash
14912 cmidrule(l){3-4}
14913 \end_layout
14914
14915 \end_inset
14916
14917 Detector thickness in µm
14918 \end_layout
14919
14920 \end_inset
14921 </cell>
14922 <cell alignment="center" valignment="top" usebox="none">
14923 \begin_inset Text
14924
14925 \begin_layout Plain Layout
14926 300
14927 \end_layout
14928
14929 \end_inset
14930 </cell>
14931 <cell alignment="center" valignment="top" usebox="none">
14932 \begin_inset Text
14933
14934 \begin_layout Plain Layout
14935 300
14936 \end_layout
14937
14938 \end_inset
14939 </cell>
14940 <cell alignment="center" valignment="top" usebox="none">
14941 \begin_inset Text
14942
14943 \begin_layout Plain Layout
14944 700
14945 \end_layout
14946
14947 \end_inset
14948 </cell>
14949 </row>
14950 <row>
14951 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14952 \begin_inset Text
14953
14954 \begin_layout Plain Layout
14955 Edge angle in °
14956 \end_layout
14957
14958 \end_inset
14959 </cell>
14960 <cell alignment="center" valignment="top" topline="true" usebox="none">
14961 \begin_inset Text
14962
14963 \begin_layout Plain Layout
14964 3.55
14965 \end_layout
14966
14967 \end_inset
14968 </cell>
14969 <cell alignment="center" valignment="top" topline="true" usebox="none">
14970 \begin_inset Text
14971
14972 \begin_layout Plain Layout
14973 2.71
14974 \end_layout
14975
14976 \end_inset
14977 </cell>
14978 <cell alignment="center" valignment="top" topline="true" usebox="none">
14979 \begin_inset Text
14980
14981 \begin_layout Plain Layout
14982 7.99
14983 \end_layout
14984
14985 \end_inset
14986 </cell>
14987 </row>
14988 <row topspace="default">
14989 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14990 \begin_inset Text
14991
14992 \begin_layout Plain Layout
14993 Spatial resolution in µm
14994 \end_layout
14995
14996 \end_inset
14997 </cell>
14998 <cell alignment="center" valignment="top" usebox="none">
14999 \begin_inset Text
15000
15001 \begin_layout Plain Layout
15002 4.26
15003 \end_layout
15004
15005 \end_inset
15006 </cell>
15007 <cell alignment="center" valignment="top" usebox="none">
15008 \begin_inset Text
15009
15010 \begin_layout Plain Layout
15011 10.17
15012 \end_layout
15013
15014 \end_inset
15015 </cell>
15016 <cell alignment="center" valignment="top" usebox="none">
15017 \begin_inset Text
15018
15019 \begin_layout Plain Layout
15020 10.56
15021 \end_layout
15022
15023 \end_inset
15024 </cell>
15025 </row>
15026 <row topspace="default">
15027 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15028 \begin_inset Text
15029
15030 \begin_layout Plain Layout
15031 MTF at 
15032 \begin_inset Formula $f_{\mathrm{max}}$
15033 \end_inset
15034
15035
15036 \end_layout
15037
15038 \end_inset
15039 </cell>
15040 <cell alignment="center" valignment="top" usebox="none">
15041 \begin_inset Text
15042
15043 \begin_layout Plain Layout
15044 0.53
15045 \end_layout
15046
15047 \end_inset
15048 </cell>
15049 <cell alignment="center" valignment="top" usebox="none">
15050 \begin_inset Text
15051
15052 \begin_layout Plain Layout
15053 0.37
15054 \end_layout
15055
15056 \end_inset
15057 </cell>
15058 <cell alignment="center" valignment="top" usebox="none">
15059 \begin_inset Text
15060
15061 \begin_layout Plain Layout
15062 0.39
15063 \end_layout
15064
15065 \end_inset
15066 </cell>
15067 </row>
15068 <row topspace="default">
15069 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15070 \begin_inset Text
15071
15072 \begin_layout Plain Layout
15073 \begin_inset ERT
15074 status collapsed
15075
15076 \begin_layout Plain Layout
15077
15078
15079 \backslash
15080 cmidrule[2pt](l{10pt}){1-1}
15081 \end_layout
15082
15083 \end_inset
15084
15085 LSF-spatial resolution
15086 \end_layout
15087
15088 \end_inset
15089 </cell>
15090 <cell alignment="center" valignment="top" usebox="none">
15091 \begin_inset Text
15092
15093 \begin_layout Plain Layout
15094
15095 \end_layout
15096
15097 \end_inset
15098 </cell>
15099 <cell alignment="center" valignment="top" usebox="none">
15100 \begin_inset Text
15101
15102 \begin_layout Plain Layout
15103
15104 \end_layout
15105
15106 \end_inset
15107 </cell>
15108 <cell alignment="center" valignment="top" usebox="none">
15109 \begin_inset Text
15110
15111 \begin_layout Plain Layout
15112
15113 \end_layout
15114
15115 \end_inset
15116 </cell>
15117 </row>
15118 <row>
15119 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15120 \begin_inset Text
15121
15122 \begin_layout Plain Layout
15123 in µm
15124 \end_layout
15125
15126 \end_inset
15127 </cell>
15128 <cell alignment="center" valignment="top" usebox="none">
15129 \begin_inset Text
15130
15131 \begin_layout Plain Layout
15132 129.7
15133 \end_layout
15134
15135 \end_inset
15136 </cell>
15137 <cell alignment="center" valignment="top" usebox="none">
15138 \begin_inset Text
15139
15140 \begin_layout Plain Layout
15141 52.75
15142 \end_layout
15143
15144 \end_inset
15145 </cell>
15146 <cell alignment="center" valignment="top" usebox="none">
15147 \begin_inset Text
15148
15149 \begin_layout Plain Layout
15150 50.78
15151 \end_layout
15152
15153 \end_inset
15154 </cell>
15155 </row>
15156 <row>
15157 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15158 \begin_inset Text
15159
15160 \begin_layout Plain Layout
15161 in % of pixel size
15162 \end_layout
15163
15164 \end_inset
15165 </cell>
15166 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15167 \begin_inset Text
15168
15169 \begin_layout Plain Layout
15170 76.3
15171 \end_layout
15172
15173 \end_inset
15174 </cell>
15175 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15176 \begin_inset Text
15177
15178 \begin_layout Plain Layout
15179 95.9
15180 \end_layout
15181
15182 \end_inset
15183 </cell>
15184 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15185 \begin_inset Text
15186
15187 \begin_layout Plain Layout
15188 92.3
15189 \end_layout
15190
15191 \end_inset
15192 </cell>
15193 </row>
15194 </lyxtabular>
15195
15196 \end_inset
15197
15198
15199 \end_layout
15200
15201 \end_inset
15202
15203
15204 \end_layout
15205
15206 \begin_layout Standard
15207 Spaces to table rows can be added using the 
15208 \family sans
15209 Borders
15210 \family default
15211  tab of the table dialog as described in section
15212 \begin_inset space ~
15213 \end_inset
15214
15215
15216 \begin_inset CommandInset ref
15217 LatexCommand ref
15218 reference "subsec:Row-Spacing"
15219
15220 \end_inset
15221
15222 .
15223 \end_layout
15224
15225 \begin_layout Standard
15226 Unlike normal tables, formal tables have no vertical table lines.
15227  The horizontal table lines can be set as for normal tables but they appear
15228  with different widths in the output:
15229 \begin_inset Newline newline
15230 \end_inset
15231
15232 The first and the last table line have a default width of 0.08
15233 \begin_inset space \thinspace{}
15234 \end_inset
15235
15236 em while the other lines have a default width of 0.05
15237 \begin_inset space \thinspace{}
15238 \end_inset
15239
15240 em.
15241 \end_layout
15242
15243 \begin_layout Standard
15244 The default widths can be changed with the following preamble lines
15245 \end_layout
15246
15247 \begin_layout Standard
15248
15249 \series bold
15250
15251 \backslash
15252 let
15253 \backslash
15254 mytoprule
15255 \backslash
15256 toprule
15257 \begin_inset Newline newline
15258 \end_inset
15259
15260
15261 \backslash
15262 renewcommand{
15263 \backslash
15264 toprule}{
15265 \backslash
15266 mytoprule[width]}
15267 \end_layout
15268
15269 \begin_layout Standard
15270 This example is for the first line, the so called 
15271 \series bold
15272 toprule
15273 \series default
15274 .
15275  If you want to change the width for the last line, replace 
15276 \series bold
15277 toprule
15278 \series default
15279  by 
15280 \series bold
15281 bottomrule
15282 \series default
15283 .
15284  To change the width for the other lines replace 
15285 \series bold
15286 toprule
15287 \series default
15288  by 
15289 \series bold
15290 midrule
15291 \series default
15292 .
15293  You can use all units listed in appendix
15294 \begin_inset space ~
15295 \end_inset
15296
15297
15298 \begin_inset CommandInset ref
15299 LatexCommand ref
15300 reference "cha:Units-available-in"
15301
15302 \end_inset
15303
15304  to set the width.
15305 \end_layout
15306
15307 \begin_layout Standard
15308 Lines that do not span all table columns can be created by setting a table
15309  line for multicolumn cells.
15310  \SpecialChar LyX
15311  will then internally use the command 
15312 \series bold
15313
15314 \backslash
15315 cmidrule
15316 \series default
15317  to create this line.
15318  Its full scheme is
15319 \end_layout
15320
15321 \begin_layout Standard
15322
15323 \series bold
15324
15325 \backslash
15326 cmidrule[height](trim){startcol-endcol}
15327 \end_layout
15328
15329 \begin_layout Standard
15330 The options of 
15331 \series bold
15332
15333 \backslash
15334 cmidrule
15335 \series default
15336  are currently not supported by \SpecialChar LyX
15337  so you have to use \SpecialChar TeX
15338  Code to be able to
15339  use them.
15340  
15341 \series bold
15342
15343 \backslash
15344 cmidrule
15345 \series default
15346 s can manually be created by inserting the command as \SpecialChar TeX
15347  Code as the first
15348  cell entry of the first cell of a row.
15349  The line is then drawn in the output above the current row.
15350 \end_layout
15351
15352 \begin_layout Standard
15353 The default for the optional 
15354 \series bold
15355 height
15356 \series default
15357  is 0.03
15358 \begin_inset space \thinspace{}
15359 \end_inset
15360
15361 em.
15362  
15363 \series bold
15364 startcol
15365 \series default
15366  is the number of the column where the line starts and 
15367 \series bold
15368 endcol
15369 \series default
15370  the column number where the line ends.
15371  The 
15372 \series bold
15373 endcol
15374 \series default
15375  always needs to be specified, also when the line should span only one column.
15376  The optional parameter 
15377 \series bold
15378 trim
15379 \series default
15380  could either be 
15381 \emph on
15382 l{trimwidth}
15383 \emph default
15384  or 
15385 \emph on
15386 r{trimwidth}
15387 \emph default
15388  where the 
15389 \emph on
15390 trimwidth
15391 \emph default
15392  is also optional.
15393  Using for example the parameter 
15394 \emph on
15395 l{2pt}
15396 \emph default
15397  means that the line is trimmed from its left end by 2
15398 \begin_inset space \thinspace{}
15399 \end_inset
15400
15401 pt.
15402  If you don't specify the 
15403 \emph on
15404 trimwidth
15405 \emph default
15406  the line is trimmed by the default of 0.5
15407 \begin_inset space \thinspace{}
15408 \end_inset
15409
15410 em.
15411 \end_layout
15412
15413 \begin_layout Standard
15414 \begin_inset VSpace bigskip
15415 \end_inset
15416
15417 Table
15418 \begin_inset space ~
15419 \end_inset
15420
15421
15422 \begin_inset CommandInset ref
15423 LatexCommand ref
15424 reference "tab:Example-booktabs-table"
15425
15426 \end_inset
15427
15428  was created using the commands
15429 \end_layout
15430
15431 \begin_layout Standard
15432
15433 \series bold
15434
15435 \backslash
15436 cmidrule(r){2-2}
15437 \backslash
15438 cmidrule(l){3-4}
15439 \end_layout
15440
15441 \begin_layout Standard
15442 at the beginning of the second row and
15443 \end_layout
15444
15445 \begin_layout Standard
15446
15447 \series bold
15448
15449 \backslash
15450 cmidrule[2pt](l{10pt}){1-1}
15451 \end_layout
15452
15453 \begin_layout Standard
15454 in the sixth row.
15455 \end_layout
15456
15457 \begin_layout Standard
15458 \begin_inset VSpace bigskip
15459 \end_inset
15460
15461
15462 \end_layout
15463
15464 \begin_layout Standard
15465 You might want to have overlapping 
15466 \series bold
15467
15468 \backslash
15469 cmidrule
15470 \series default
15471 s as in in Table
15472 \begin_inset space ~
15473 \end_inset
15474
15475
15476 \begin_inset CommandInset ref
15477 LatexCommand ref
15478 reference "tab:Special-booktabs-table"
15479
15480 \end_inset
15481
15482 .
15483  This can be achieved with the \SpecialChar TeX
15484  Code command
15485 \end_layout
15486
15487 \begin_layout Standard
15488
15489 \series bold
15490
15491 \backslash
15492 morecmidrules
15493 \end_layout
15494
15495 \begin_layout Standard
15496 The command that was used for the second row of Table
15497 \begin_inset space ~
15498 \end_inset
15499
15500
15501 \begin_inset CommandInset ref
15502 LatexCommand ref
15503 reference "tab:Special-booktabs-table"
15504
15505 \end_inset
15506
15507  is
15508 \end_layout
15509
15510 \begin_layout Standard
15511
15512 \series bold
15513
15514 \backslash
15515 cmidrule(r){2-2}
15516 \backslash
15517 cmidrule(l){3-4}
15518 \backslash
15519 morecmidrules
15520 \backslash
15521 cmidrule{2-4}
15522 \end_layout
15523
15524 \begin_layout Standard
15525 The command for the sixth row is
15526 \end_layout
15527
15528 \begin_layout Standard
15529
15530 \series bold
15531
15532 \backslash
15533 midrule
15534 \backslash
15535 morecmidrules
15536 \backslash
15537 cmidrule{3-4}
15538 \end_layout
15539
15540 \begin_layout Standard
15541 \begin_inset VSpace bigskip
15542 \end_inset
15543
15544
15545 \end_layout
15546
15547 \begin_layout Standard
15548 If you are in any way not satisfied with the border line spacing, you can
15549  use the following command to produce lines that span over all table columns
15550 \series bold
15551 :
15552 \end_layout
15553
15554 \begin_layout Standard
15555
15556 \series bold
15557
15558 \backslash
15559 specialrule{width}{space above}{space below}
15560 \end_layout
15561
15562 \begin_layout Standard
15563 For more information about these features, refer to the manual of the \SpecialChar LaTeX
15564 -package
15565  
15566 \series bold
15567 booktabs
15568 \series default
15569  
15570 \begin_inset CommandInset citation
15571 LatexCommand cite
15572 key "booktabs"
15573
15574 \end_inset
15575
15576 .
15577 \begin_inset Index idx
15578 status collapsed
15579
15580 \begin_layout Plain Layout
15581 \SpecialChar LaTeX
15582 -packages ! booktabs
15583 \end_layout
15584
15585 \end_inset
15586
15587
15588 \end_layout
15589
15590 \begin_layout Standard
15591 \begin_inset Float table
15592 placement h
15593 wide false
15594 sideways false
15595 status open
15596
15597 \begin_layout Plain Layout
15598 \begin_inset Caption Standard
15599
15600 \begin_layout Plain Layout
15601 \begin_inset CommandInset label
15602 LatexCommand label
15603 name "tab:Special-booktabs-table"
15604
15605 \end_inset
15606
15607 Special booktabs-table
15608 \end_layout
15609
15610 \end_inset
15611
15612
15613 \end_layout
15614
15615 \begin_layout Plain Layout
15616 \align center
15617 \begin_inset Tabular
15618 <lyxtabular version="3" rows="8" columns="4">
15619 <features booktabs="true" tabularvalignment="middle">
15620 <column alignment="center" valignment="top">
15621 <column alignment="center" valignment="top">
15622 <column alignment="center" valignment="top">
15623 <column alignment="center" valignment="top">
15624 <row>
15625 <cell alignment="center" valignment="top" topline="true" usebox="none">
15626 \begin_inset Text
15627
15628 \begin_layout Plain Layout
15629 System
15630 \end_layout
15631
15632 \end_inset
15633 </cell>
15634 <cell alignment="center" valignment="top" topline="true" usebox="none">
15635 \begin_inset Text
15636
15637 \begin_layout Plain Layout
15638 Chip
15639 \begin_inset space \thinspace{}
15640 \end_inset
15641
15642 1
15643 \end_layout
15644
15645 \end_inset
15646 </cell>
15647 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15648 \begin_inset Text
15649
15650 \begin_layout Plain Layout
15651 Chip
15652 \begin_inset space \thinspace{}
15653 \end_inset
15654
15655 2
15656 \end_layout
15657
15658 \end_inset
15659 </cell>
15660 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15661 \begin_inset Text
15662
15663 \begin_layout Plain Layout
15664
15665 \end_layout
15666
15667 \end_inset
15668 </cell>
15669 </row>
15670 <row>
15671 <cell alignment="center" valignment="top" usebox="none">
15672 \begin_inset Text
15673
15674 \begin_layout Plain Layout
15675 \begin_inset ERT
15676 status collapsed
15677
15678 \begin_layout Plain Layout
15679
15680
15681 \backslash
15682 cmidrule(r){2-2}
15683 \end_layout
15684
15685 \end_inset
15686
15687
15688 \begin_inset ERT
15689 status collapsed
15690
15691 \begin_layout Plain Layout
15692
15693
15694 \backslash
15695 cmidrule(l){3-4}
15696 \end_layout
15697
15698 \end_inset
15699
15700
15701 \begin_inset ERT
15702 status collapsed
15703
15704 \begin_layout Plain Layout
15705
15706
15707 \backslash
15708 morecmidrules 
15709 \end_layout
15710
15711 \end_inset
15712
15713
15714 \begin_inset ERT
15715 status collapsed
15716
15717 \begin_layout Plain Layout
15718
15719
15720 \backslash
15721 cmidrule{2-4}
15722 \end_layout
15723
15724 \end_inset
15725
15726 Detector thickness in µm
15727 \end_layout
15728
15729 \end_inset
15730 </cell>
15731 <cell alignment="center" valignment="top" usebox="none">
15732 \begin_inset Text
15733
15734 \begin_layout Plain Layout
15735 300
15736 \end_layout
15737
15738 \end_inset
15739 </cell>
15740 <cell alignment="center" valignment="top" usebox="none">
15741 \begin_inset Text
15742
15743 \begin_layout Plain Layout
15744 300
15745 \end_layout
15746
15747 \end_inset
15748 </cell>
15749 <cell alignment="center" valignment="top" usebox="none">
15750 \begin_inset Text
15751
15752 \begin_layout Plain Layout
15753 700
15754 \end_layout
15755
15756 \end_inset
15757 </cell>
15758 </row>
15759 <row>
15760 <cell alignment="center" valignment="top" topline="true" usebox="none">
15761 \begin_inset Text
15762
15763 \begin_layout Plain Layout
15764 Edge angle in °
15765 \end_layout
15766
15767 \end_inset
15768 </cell>
15769 <cell alignment="center" valignment="top" topline="true" usebox="none">
15770 \begin_inset Text
15771
15772 \begin_layout Plain Layout
15773 3.55
15774 \end_layout
15775
15776 \end_inset
15777 </cell>
15778 <cell alignment="center" valignment="top" topline="true" usebox="none">
15779 \begin_inset Text
15780
15781 \begin_layout Plain Layout
15782 2.71
15783 \end_layout
15784
15785 \end_inset
15786 </cell>
15787 <cell alignment="center" valignment="top" topline="true" usebox="none">
15788 \begin_inset Text
15789
15790 \begin_layout Plain Layout
15791 7.99
15792 \end_layout
15793
15794 \end_inset
15795 </cell>
15796 </row>
15797 <row topspace="default">
15798 <cell alignment="center" valignment="top" usebox="none">
15799 \begin_inset Text
15800
15801 \begin_layout Plain Layout
15802 Spatial resolution in µm
15803 \end_layout
15804
15805 \end_inset
15806 </cell>
15807 <cell alignment="center" valignment="top" usebox="none">
15808 \begin_inset Text
15809
15810 \begin_layout Plain Layout
15811 4.26
15812 \end_layout
15813
15814 \end_inset
15815 </cell>
15816 <cell alignment="center" valignment="top" usebox="none">
15817 \begin_inset Text
15818
15819 \begin_layout Plain Layout
15820 10.17
15821 \end_layout
15822
15823 \end_inset
15824 </cell>
15825 <cell alignment="center" valignment="top" usebox="none">
15826 \begin_inset Text
15827
15828 \begin_layout Plain Layout
15829 10.56
15830 \end_layout
15831
15832 \end_inset
15833 </cell>
15834 </row>
15835 <row topspace="default">
15836 <cell alignment="center" valignment="top" usebox="none">
15837 \begin_inset Text
15838
15839 \begin_layout Plain Layout
15840 MTF at 
15841 \begin_inset Formula $f_{\mathrm{max}}$
15842 \end_inset
15843
15844
15845 \end_layout
15846
15847 \end_inset
15848 </cell>
15849 <cell alignment="center" valignment="top" usebox="none">
15850 \begin_inset Text
15851
15852 \begin_layout Plain Layout
15853 0.53
15854 \end_layout
15855
15856 \end_inset
15857 </cell>
15858 <cell alignment="center" valignment="top" usebox="none">
15859 \begin_inset Text
15860
15861 \begin_layout Plain Layout
15862 0.37
15863 \end_layout
15864
15865 \end_inset
15866 </cell>
15867 <cell alignment="center" valignment="top" usebox="none">
15868 \begin_inset Text
15869
15870 \begin_layout Plain Layout
15871 0.39
15872 \end_layout
15873
15874 \end_inset
15875 </cell>
15876 </row>
15877 <row>
15878 <cell alignment="center" valignment="top" topline="true" usebox="none">
15879 \begin_inset Text
15880
15881 \begin_layout Plain Layout
15882 \begin_inset ERT
15883 status collapsed
15884
15885 \begin_layout Plain Layout
15886
15887
15888 \backslash
15889 morecmidrules 
15890 \end_layout
15891
15892 \end_inset
15893
15894
15895 \begin_inset ERT
15896 status collapsed
15897
15898 \begin_layout Plain Layout
15899
15900
15901 \backslash
15902 cmidrule{3-4}
15903 \end_layout
15904
15905 \end_inset
15906
15907 LSF-spatial resolution
15908 \end_layout
15909
15910 \end_inset
15911 </cell>
15912 <cell alignment="center" valignment="top" topline="true" usebox="none">
15913 \begin_inset Text
15914
15915 \begin_layout Plain Layout
15916
15917 \end_layout
15918
15919 \end_inset
15920 </cell>
15921 <cell alignment="center" valignment="top" topline="true" usebox="none">
15922 \begin_inset Text
15923
15924 \begin_layout Plain Layout
15925
15926 \end_layout
15927
15928 \end_inset
15929 </cell>
15930 <cell alignment="center" valignment="top" topline="true" usebox="none">
15931 \begin_inset Text
15932
15933 \begin_layout Plain Layout
15934
15935 \end_layout
15936
15937 \end_inset
15938 </cell>
15939 </row>
15940 <row>
15941 <cell alignment="center" valignment="top" usebox="none">
15942 \begin_inset Text
15943
15944 \begin_layout Plain Layout
15945 in µm
15946 \end_layout
15947
15948 \end_inset
15949 </cell>
15950 <cell alignment="center" valignment="top" usebox="none">
15951 \begin_inset Text
15952
15953 \begin_layout Plain Layout
15954 129.7
15955 \end_layout
15956
15957 \end_inset
15958 </cell>
15959 <cell alignment="center" valignment="top" usebox="none">
15960 \begin_inset Text
15961
15962 \begin_layout Plain Layout
15963 52.75
15964 \end_layout
15965
15966 \end_inset
15967 </cell>
15968 <cell alignment="center" valignment="top" usebox="none">
15969 \begin_inset Text
15970
15971 \begin_layout Plain Layout
15972 50.78
15973 \end_layout
15974
15975 \end_inset
15976 </cell>
15977 </row>
15978 <row>
15979 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15980 \begin_inset Text
15981
15982 \begin_layout Plain Layout
15983 in % of pixel size
15984 \end_layout
15985
15986 \end_inset
15987 </cell>
15988 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15989 \begin_inset Text
15990
15991 \begin_layout Plain Layout
15992 76.3
15993 \end_layout
15994
15995 \end_inset
15996 </cell>
15997 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15998 \begin_inset Text
15999
16000 \begin_layout Plain Layout
16001 95.9
16002 \end_layout
16003
16004 \end_inset
16005 </cell>
16006 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16007 \begin_inset Text
16008
16009 \begin_layout Plain Layout
16010 92.3
16011 \end_layout
16012
16013 \end_inset
16014 </cell>
16015 </row>
16016 </lyxtabular>
16017
16018 \end_inset
16019
16020
16021 \end_layout
16022
16023 \end_inset
16024
16025
16026 \end_layout
16027
16028 \begin_layout Section
16029 Vertical Table Alignment
16030 \begin_inset Index idx
16031 status collapsed
16032
16033 \begin_layout Plain Layout
16034 Table ! Alignment
16035 \end_layout
16036
16037 \end_inset
16038
16039
16040 \end_layout
16041
16042 \begin_layout Standard
16043 To align tables vertically in a text line, the table must be inside a box.
16044  The box can then be vertically aligned as described in section
16045 \begin_inset space ~
16046 \end_inset
16047
16048
16049 \begin_inset CommandInset ref
16050 LatexCommand ref
16051 reference "sec:Box-Dialog"
16052
16053 \end_inset
16054
16055 .
16056 \end_layout
16057
16058 \begin_layout Standard
16059 In the following example the tables are inside a minipage
16060 \begin_inset Foot
16061 status collapsed
16062
16063 \begin_layout Plain Layout
16064 Minipages are described in section
16065 \begin_inset space ~
16066 \end_inset
16067
16068
16069 \begin_inset CommandInset ref
16070 LatexCommand ref
16071 reference "sec:Minipages"
16072
16073 \end_inset
16074
16075 .
16076 \end_layout
16077
16078 \end_inset
16079
16080  box that has a width of 15
16081 \begin_inset space \thinspace{}
16082 \end_inset
16083
16084 col%:
16085 \end_layout
16086
16087 \begin_layout Itemize
16088 test 
16089 \begin_inset Box Frameless
16090 position "t"
16091 hor_pos "c"
16092 has_inner_box 1
16093 inner_pos "c"
16094 use_parbox 0
16095 use_makebox 0
16096 width "15col%"
16097 special "none"
16098 height "1in"
16099 height_special "totalheight"
16100 thickness "0.4pt"
16101 separation "3pt"
16102 shadowsize "4pt"
16103 framecolor "black"
16104 backgroundcolor "none"
16105 status collapsed
16106
16107 \begin_layout Plain Layout
16108 \begin_inset Tabular
16109 <lyxtabular version="3" rows="3" columns="3">
16110 <features tabularvalignment="middle">
16111 <column alignment="center" valignment="top">
16112 <column alignment="center" valignment="top">
16113 <column alignment="center" valignment="top">
16114 <row>
16115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16116 \begin_inset Text
16117
16118 \begin_layout Plain Layout
16119 a
16120 \end_layout
16121
16122 \end_inset
16123 </cell>
16124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16125 \begin_inset Text
16126
16127 \begin_layout Plain Layout
16128 d
16129 \end_layout
16130
16131 \end_inset
16132 </cell>
16133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16134 \begin_inset Text
16135
16136 \begin_layout Plain Layout
16137 g
16138 \end_layout
16139
16140 \end_inset
16141 </cell>
16142 </row>
16143 <row>
16144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16145 \begin_inset Text
16146
16147 \begin_layout Plain Layout
16148 b
16149 \end_layout
16150
16151 \end_inset
16152 </cell>
16153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16154 \begin_inset Text
16155
16156 \begin_layout Plain Layout
16157 e
16158 \end_layout
16159
16160 \end_inset
16161 </cell>
16162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16163 \begin_inset Text
16164
16165 \begin_layout Plain Layout
16166 h
16167 \end_layout
16168
16169 \end_inset
16170 </cell>
16171 </row>
16172 <row>
16173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16174 \begin_inset Text
16175
16176 \begin_layout Plain Layout
16177 c
16178 \end_layout
16179
16180 \end_inset
16181 </cell>
16182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16183 \begin_inset Text
16184
16185 \begin_layout Plain Layout
16186 f
16187 \end_layout
16188
16189 \end_inset
16190 </cell>
16191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16192 \begin_inset Text
16193
16194 \begin_layout Plain Layout
16195 i
16196 \end_layout
16197
16198 \end_inset
16199 </cell>
16200 </row>
16201 </lyxtabular>
16202
16203 \end_inset
16204
16205
16206 \end_layout
16207
16208 \end_inset
16209
16210  test 
16211 \begin_inset ERT
16212 status collapsed
16213
16214 \begin_layout Plain Layout
16215
16216
16217 \backslash
16218 raisebox{0.85
16219 \backslash
16220 baselineskip}{
16221 \end_layout
16222
16223 \end_inset
16224
16225
16226 \begin_inset Box Frameless
16227 position "t"
16228 hor_pos "c"
16229 has_inner_box 1
16230 inner_pos "c"
16231 use_parbox 0
16232 use_makebox 0
16233 width "15col%"
16234 special "none"
16235 height "1in"
16236 height_special "totalheight"
16237 thickness "0.4pt"
16238 separation "3pt"
16239 shadowsize "4pt"
16240 framecolor "black"
16241 backgroundcolor "none"
16242 status collapsed
16243
16244 \begin_layout Plain Layout
16245 \begin_inset Tabular
16246 <lyxtabular version="3" rows="3" columns="3">
16247 <features tabularvalignment="middle">
16248 <column alignment="center" valignment="top">
16249 <column alignment="center" valignment="top">
16250 <column alignment="center" valignment="top">
16251 <row>
16252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16253 \begin_inset Text
16254
16255 \begin_layout Plain Layout
16256 a
16257 \end_layout
16258
16259 \end_inset
16260 </cell>
16261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16262 \begin_inset Text
16263
16264 \begin_layout Plain Layout
16265 d
16266 \end_layout
16267
16268 \end_inset
16269 </cell>
16270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16271 \begin_inset Text
16272
16273 \begin_layout Plain Layout
16274 g
16275 \end_layout
16276
16277 \end_inset
16278 </cell>
16279 </row>
16280 <row>
16281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16282 \begin_inset Text
16283
16284 \begin_layout Plain Layout
16285 b
16286 \end_layout
16287
16288 \end_inset
16289 </cell>
16290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16291 \begin_inset Text
16292
16293 \begin_layout Plain Layout
16294 e
16295 \end_layout
16296
16297 \end_inset
16298 </cell>
16299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16300 \begin_inset Text
16301
16302 \begin_layout Plain Layout
16303 h
16304 \end_layout
16305
16306 \end_inset
16307 </cell>
16308 </row>
16309 <row>
16310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16311 \begin_inset Text
16312
16313 \begin_layout Plain Layout
16314 c
16315 \end_layout
16316
16317 \end_inset
16318 </cell>
16319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16320 \begin_inset Text
16321
16322 \begin_layout Plain Layout
16323 f
16324 \end_layout
16325
16326 \end_inset
16327 </cell>
16328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16329 \begin_inset Text
16330
16331 \begin_layout Plain Layout
16332 i
16333 \end_layout
16334
16335 \end_inset
16336 </cell>
16337 </row>
16338 </lyxtabular>
16339
16340 \end_inset
16341
16342
16343 \end_layout
16344
16345 \end_inset
16346
16347
16348 \begin_inset ERT
16349 status collapsed
16350
16351 \begin_layout Plain Layout
16352
16353 }
16354 \end_layout
16355
16356 \end_inset
16357
16358
16359 \end_layout
16360
16361 \begin_layout Itemize
16362 test 
16363 \begin_inset Box Frameless
16364 position "c"
16365 hor_pos "c"
16366 has_inner_box 1
16367 inner_pos "c"
16368 use_parbox 0
16369 use_makebox 0
16370 width "15col%"
16371 special "none"
16372 height "1in"
16373 height_special "totalheight"
16374 thickness "0.4pt"
16375 separation "3pt"
16376 shadowsize "4pt"
16377 framecolor "black"
16378 backgroundcolor "none"
16379 status collapsed
16380
16381 \begin_layout Plain Layout
16382 \begin_inset Tabular
16383 <lyxtabular version="3" rows="3" columns="3">
16384 <features tabularvalignment="middle">
16385 <column alignment="center" valignment="top">
16386 <column alignment="center" valignment="top">
16387 <column alignment="center" valignment="top">
16388 <row>
16389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16390 \begin_inset Text
16391
16392 \begin_layout Plain Layout
16393 a
16394 \end_layout
16395
16396 \end_inset
16397 </cell>
16398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16399 \begin_inset Text
16400
16401 \begin_layout Plain Layout
16402 d
16403 \end_layout
16404
16405 \end_inset
16406 </cell>
16407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16408 \begin_inset Text
16409
16410 \begin_layout Plain Layout
16411 g
16412 \end_layout
16413
16414 \end_inset
16415 </cell>
16416 </row>
16417 <row>
16418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16419 \begin_inset Text
16420
16421 \begin_layout Plain Layout
16422 b
16423 \end_layout
16424
16425 \end_inset
16426 </cell>
16427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16428 \begin_inset Text
16429
16430 \begin_layout Plain Layout
16431 e
16432 \end_layout
16433
16434 \end_inset
16435 </cell>
16436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16437 \begin_inset Text
16438
16439 \begin_layout Plain Layout
16440 h
16441 \end_layout
16442
16443 \end_inset
16444 </cell>
16445 </row>
16446 <row>
16447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16448 \begin_inset Text
16449
16450 \begin_layout Plain Layout
16451 c
16452 \end_layout
16453
16454 \end_inset
16455 </cell>
16456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16457 \begin_inset Text
16458
16459 \begin_layout Plain Layout
16460 f
16461 \end_layout
16462
16463 \end_inset
16464 </cell>
16465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16466 \begin_inset Text
16467
16468 \begin_layout Plain Layout
16469 i
16470 \end_layout
16471
16472 \end_inset
16473 </cell>
16474 </row>
16475 </lyxtabular>
16476
16477 \end_inset
16478
16479
16480 \end_layout
16481
16482 \end_inset
16483
16484
16485 \end_layout
16486
16487 \begin_layout Itemize
16488 test 
16489 \begin_inset Box Frameless
16490 position "b"
16491 hor_pos "c"
16492 has_inner_box 1
16493 inner_pos "c"
16494 use_parbox 0
16495 use_makebox 0
16496 width "15col%"
16497 special "none"
16498 height "1in"
16499 height_special "totalheight"
16500 thickness "0.4pt"
16501 separation "3pt"
16502 shadowsize "4pt"
16503 framecolor "black"
16504 backgroundcolor "none"
16505 status collapsed
16506
16507 \begin_layout Plain Layout
16508 \begin_inset Tabular
16509 <lyxtabular version="3" rows="3" columns="3">
16510 <features tabularvalignment="middle">
16511 <column alignment="center" valignment="top">
16512 <column alignment="center" valignment="top">
16513 <column alignment="center" valignment="top">
16514 <row>
16515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16516 \begin_inset Text
16517
16518 \begin_layout Plain Layout
16519 a
16520 \end_layout
16521
16522 \end_inset
16523 </cell>
16524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16525 \begin_inset Text
16526
16527 \begin_layout Plain Layout
16528 d
16529 \end_layout
16530
16531 \end_inset
16532 </cell>
16533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16534 \begin_inset Text
16535
16536 \begin_layout Plain Layout
16537 g
16538 \end_layout
16539
16540 \end_inset
16541 </cell>
16542 </row>
16543 <row>
16544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16545 \begin_inset Text
16546
16547 \begin_layout Plain Layout
16548 b
16549 \end_layout
16550
16551 \end_inset
16552 </cell>
16553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16554 \begin_inset Text
16555
16556 \begin_layout Plain Layout
16557 e
16558 \end_layout
16559
16560 \end_inset
16561 </cell>
16562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16563 \begin_inset Text
16564
16565 \begin_layout Plain Layout
16566 h
16567 \end_layout
16568
16569 \end_inset
16570 </cell>
16571 </row>
16572 <row>
16573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16574 \begin_inset Text
16575
16576 \begin_layout Plain Layout
16577 c
16578 \end_layout
16579
16580 \end_inset
16581 </cell>
16582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16583 \begin_inset Text
16584
16585 \begin_layout Plain Layout
16586 f
16587 \end_layout
16588
16589 \end_inset
16590 </cell>
16591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16592 \begin_inset Text
16593
16594 \begin_layout Plain Layout
16595 i
16596 \end_layout
16597
16598 \end_inset
16599 </cell>
16600 </row>
16601 </lyxtabular>
16602
16603 \end_inset
16604
16605
16606 \end_layout
16607
16608 \end_inset
16609
16610  test 
16611 \begin_inset ERT
16612 status collapsed
16613
16614 \begin_layout Plain Layout
16615
16616
16617 \backslash
16618 raisebox{-0.32
16619 \backslash
16620 baselineskip}{
16621 \end_layout
16622
16623 \end_inset
16624
16625
16626 \begin_inset Box Frameless
16627 position "b"
16628 hor_pos "c"
16629 has_inner_box 1
16630 inner_pos "c"
16631 use_parbox 0
16632 use_makebox 0
16633 width "15col%"
16634 special "none"
16635 height "1in"
16636 height_special "totalheight"
16637 thickness "0.4pt"
16638 separation "3pt"
16639 shadowsize "4pt"
16640 framecolor "black"
16641 backgroundcolor "none"
16642 status collapsed
16643
16644 \begin_layout Plain Layout
16645 \begin_inset Tabular
16646 <lyxtabular version="3" rows="3" columns="3">
16647 <features tabularvalignment="middle">
16648 <column alignment="center" valignment="top">
16649 <column alignment="center" valignment="top">
16650 <column alignment="center" valignment="top">
16651 <row>
16652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16653 \begin_inset Text
16654
16655 \begin_layout Plain Layout
16656 a
16657 \end_layout
16658
16659 \end_inset
16660 </cell>
16661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16662 \begin_inset Text
16663
16664 \begin_layout Plain Layout
16665 d
16666 \end_layout
16667
16668 \end_inset
16669 </cell>
16670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16671 \begin_inset Text
16672
16673 \begin_layout Plain Layout
16674 g
16675 \end_layout
16676
16677 \end_inset
16678 </cell>
16679 </row>
16680 <row>
16681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16682 \begin_inset Text
16683
16684 \begin_layout Plain Layout
16685 b
16686 \end_layout
16687
16688 \end_inset
16689 </cell>
16690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16691 \begin_inset Text
16692
16693 \begin_layout Plain Layout
16694 e
16695 \end_layout
16696
16697 \end_inset
16698 </cell>
16699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16700 \begin_inset Text
16701
16702 \begin_layout Plain Layout
16703 h
16704 \end_layout
16705
16706 \end_inset
16707 </cell>
16708 </row>
16709 <row>
16710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16711 \begin_inset Text
16712
16713 \begin_layout Plain Layout
16714 c
16715 \end_layout
16716
16717 \end_inset
16718 </cell>
16719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16720 \begin_inset Text
16721
16722 \begin_layout Plain Layout
16723 f
16724 \end_layout
16725
16726 \end_inset
16727 </cell>
16728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16729 \begin_inset Text
16730
16731 \begin_layout Plain Layout
16732 i
16733 \end_layout
16734
16735 \end_inset
16736 </cell>
16737 </row>
16738 </lyxtabular>
16739
16740 \end_inset
16741
16742
16743 \end_layout
16744
16745 \end_inset
16746
16747
16748 \begin_inset ERT
16749 status collapsed
16750
16751 \begin_layout Plain Layout
16752
16753 }
16754 \end_layout
16755
16756 \end_inset
16757
16758
16759 \end_layout
16760
16761 \begin_layout Standard
16762 As you will see, the content of the first and last table row is not correctly
16763  aligned.
16764  To get this alignment, the minipage box must be set into a raisebox.
16765 \begin_inset Foot
16766 status collapsed
16767
16768 \begin_layout Plain Layout
16769 Raiseboxes are described in section
16770 \begin_inset space ~
16771 \end_inset
16772
16773
16774 \begin_inset CommandInset ref
16775 LatexCommand ref
16776 reference "subsec:Vertical-Alignment"
16777
16778 \end_inset
16779
16780 .
16781 \end_layout
16782
16783 \end_inset
16784
16785  In the example above the second table in the first item is aligned using
16786  the \SpecialChar TeX
16787  Code command
16788 \end_layout
16789
16790 \begin_layout Standard
16791
16792 \series bold
16793
16794 \backslash
16795 raisebox{0.85
16796 \backslash
16797 baselineskip}{
16798 \end_layout
16799
16800 \begin_layout Standard
16801 before the box.
16802  After the box the closing brace 
16803 \series bold
16804 }
16805 \series default
16806  is inserted as \SpecialChar TeX
16807  Code.
16808  For the second table in the last item the command
16809 \end_layout
16810
16811 \begin_layout Standard
16812
16813 \series bold
16814
16815 \backslash
16816 raisebox{-0.32
16817 \backslash
16818 baselineskip}{
16819 \end_layout
16820
16821 \begin_layout Standard
16822 is used.
16823 \end_layout
16824
16825 \begin_layout Standard
16826 \begin_inset Note Greyedout
16827 status open
16828
16829 \begin_layout Plain Layout
16830
16831 \series bold
16832 Note:
16833 \series default
16834  The alignment of the table row content to the surrounding text line is
16835  not exact.
16836  The required value for the 
16837 \series bold
16838
16839 \backslash
16840 raisebox
16841 \series default
16842  command for this alignment depends on the document font, the font size,
16843  and the table line thickness.
16844 \end_layout
16845
16846 \end_inset
16847
16848
16849 \end_layout
16850
16851 \begin_layout Section
16852 Colored Tables
16853 \begin_inset CommandInset label
16854 LatexCommand label
16855 name "sec:Colored-Tables"
16856
16857 \end_inset
16858
16859
16860 \begin_inset Index idx
16861 status collapsed
16862
16863 \begin_layout Plain Layout
16864 Table ! Color
16865 \end_layout
16866
16867 \end_inset
16868
16869
16870 \end_layout
16871
16872 \begin_layout Subsection
16873 Colored Cells
16874 \begin_inset Index idx
16875 status collapsed
16876
16877 \begin_layout Plain Layout
16878 Table Color ! for Cells
16879 \end_layout
16880
16881 \end_inset
16882
16883
16884 \begin_inset Index idx
16885 status collapsed
16886
16887 \begin_layout Plain Layout
16888 Color ! for Table Cells
16889 \end_layout
16890
16891 \end_inset
16892
16893
16894 \end_layout
16895
16896 \begin_layout Standard
16897 \begin_inset Float table
16898 placement h
16899 wide false
16900 sideways false
16901 status open
16902
16903 \begin_layout Plain Layout
16904 \begin_inset Caption Standard
16905
16906 \begin_layout Plain Layout
16907 \begin_inset CommandInset label
16908 LatexCommand label
16909 name "tab:Table-colored-without"
16910
16911 \end_inset
16912
16913 Table colored without using the package 
16914 \series bold
16915 colortbl
16916 \series default
16917
16918 \begin_inset Argument 1
16919 status collapsed
16920
16921 \begin_layout Plain Layout
16922 Table without colortbl
16923 \end_layout
16924
16925 \end_inset
16926
16927
16928 \end_layout
16929
16930 \end_inset
16931
16932
16933 \end_layout
16934
16935 \begin_layout Plain Layout
16936 \align center
16937 \begin_inset Tabular
16938 <lyxtabular version="3" rows="3" columns="3">
16939 <features tabularvalignment="middle">
16940 <column alignment="center" valignment="top">
16941 <column alignment="center" valignment="top">
16942 <column alignment="center" valignment="top">
16943 <row>
16944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16945 \begin_inset Text
16946
16947 \begin_layout Plain Layout
16948
16949 \color green
16950 a
16951 \end_layout
16952
16953 \end_inset
16954 </cell>
16955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16956 \begin_inset Text
16957
16958 \begin_layout Plain Layout
16959
16960 \color red
16961 b
16962 \end_layout
16963
16964 \end_inset
16965 </cell>
16966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16967 \begin_inset Text
16968
16969 \begin_layout Plain Layout
16970
16971 \color red
16972 c
16973 \end_layout
16974
16975 \end_inset
16976 </cell>
16977 </row>
16978 <row>
16979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16980 \begin_inset Text
16981
16982 \begin_layout Plain Layout
16983
16984 \color green
16985 d
16986 \end_layout
16987
16988 \end_inset
16989 </cell>
16990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16991 \begin_inset Text
16992
16993 \begin_layout Plain Layout
16994
16995 \color blue
16996 e
16997 \end_layout
16998
16999 \end_inset
17000 </cell>
17001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17002 \begin_inset Text
17003
17004 \begin_layout Plain Layout
17005
17006 \color blue
17007 f
17008 \end_layout
17009
17010 \end_inset
17011 </cell>
17012 </row>
17013 <row>
17014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17015 \begin_inset Text
17016
17017 \begin_layout Plain Layout
17018
17019 \color green
17020 g
17021 \end_layout
17022
17023 \end_inset
17024 </cell>
17025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17026 \begin_inset Text
17027
17028 \begin_layout Plain Layout
17029
17030 \color blue
17031 h
17032 \end_layout
17033
17034 \end_inset
17035 </cell>
17036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17037 \begin_inset Text
17038
17039 \begin_layout Plain Layout
17040
17041 \color blue
17042 i
17043 \end_layout
17044
17045 \end_inset
17046 </cell>
17047 </row>
17048 </lyxtabular>
17049
17050 \end_inset
17051
17052
17053 \end_layout
17054
17055 \end_inset
17056
17057
17058 \end_layout
17059
17060 \begin_layout Standard
17061 If you only need colored text, mark the cells and choose a color in the
17062  
17063 \family sans
17064 Text
17065 \begin_inset space ~
17066 \end_inset
17067
17068 Style
17069 \family default
17070  dialog (toolbar button 
17071 \begin_inset Info
17072 type  "icon"
17073 arg   "dialog-show character"
17074 \end_inset
17075
17076 ).
17077  This was used to create Table
17078 \begin_inset space ~
17079 \end_inset
17080
17081
17082 \begin_inset CommandInset ref
17083 LatexCommand ref
17084 reference "tab:Table-colored-without"
17085
17086 \end_inset
17087
17088 .
17089  In any other case you have to use the \SpecialChar LaTeX
17090 -package 
17091 \series bold
17092 colortbl
17093 \series default
17094 .
17095 \begin_inset Index idx
17096 status collapsed
17097
17098 \begin_layout Plain Layout
17099 \SpecialChar LaTeX
17100 -packages ! colortbl
17101 \end_layout
17102
17103 \end_inset
17104
17105
17106 \end_layout
17107
17108 \begin_layout Standard
17109 \begin_inset ERT
17110 status collapsed
17111
17112 \begin_layout Plain Layout
17113
17114
17115 \backslash
17116 ifcolortbl
17117 \end_layout
17118
17119 \end_inset
17120
17121
17122 \begin_inset Note Note
17123 status open
17124
17125 \begin_layout Plain Layout
17126 The following section part will only be displayed when the \SpecialChar LaTeX
17127 -package 
17128 \series bold
17129 colortbl
17130 \series default
17131  is installed.
17132 \end_layout
17133
17134 \end_inset
17135
17136
17137 \end_layout
17138
17139 \begin_layout Standard
17140 To create colored tables, 
17141 \series bold
17142 colortbl
17143 \series default
17144  must be loaded in the preamble with the line
17145 \end_layout
17146
17147 \begin_layout Standard
17148
17149 \series bold
17150
17151 \backslash
17152 usepackage{colortbl}
17153 \end_layout
17154
17155 \begin_layout Standard
17156 The color of a column is adjusted with the command
17157 \end_layout
17158
17159 \begin_layout Standard
17160
17161 \series bold
17162
17163 \backslash
17164 columncolor{name of color}
17165 \end_layout
17166
17167 \begin_layout Standard
17168 inside the command 
17169 \series bold
17170 >{ }
17171 \series default
17172 .
17173  More about the command 
17174 \series bold
17175 >{}
17176 \series default
17177  is contained in section
17178 \begin_inset space ~
17179 \end_inset
17180
17181
17182 \begin_inset CommandInset ref
17183 LatexCommand ref
17184 reference "subsec:Multicolumn-Calculations"
17185
17186 \end_inset
17187
17188 .
17189 \end_layout
17190
17191 \begin_layout Standard
17192 The following color names are predefined:
17193 \end_layout
17194
17195 \begin_layout Standard
17196
17197 \family sans
17198 red
17199 \family default
17200
17201 \family sans
17202 green
17203 \family default
17204
17205 \family sans
17206 yellow
17207 \family default
17208
17209 \family sans
17210 blue
17211 \family default
17212
17213 \family sans
17214 cyan
17215 \family default
17216
17217 \family sans
17218 magenta
17219 \family default
17220
17221 \family sans
17222 black
17223 \family default
17224  and 
17225 \family sans
17226 white
17227 \end_layout
17228
17229 \begin_layout Standard
17230 \begin_inset VSpace medskip
17231 \end_inset
17232
17233
17234 \end_layout
17235
17236 \begin_layout Standard
17237 If you add the option
17238 \end_layout
17239
17240 \begin_layout Standard
17241
17242 \series bold
17243 dvipsnames
17244 \end_layout
17245
17246 \begin_layout Standard
17247 to the document class options in the document settings, you can additionally
17248  use further 61
17249 \begin_inset space ~
17250 \end_inset
17251
17252 colors.
17253  These colors are listed in appendix
17254 \begin_inset space ~
17255 \end_inset
17256
17257
17258 \begin_inset CommandInset ref
17259 LatexCommand ref
17260 reference "chap:List-of-dvips-colornames"
17261
17262 \end_inset
17263
17264 .
17265  One of these colors, 
17266 \family sans
17267 Maroon
17268 \family default
17269 , is used as example in Table
17270 \begin_inset space ~
17271 \end_inset
17272
17273
17274 \begin_inset CommandInset ref
17275 LatexCommand ref
17276 reference "tab:Table-colored-using"
17277
17278 \end_inset
17279
17280 .
17281 \end_layout
17282
17283 \begin_layout Standard
17284 \begin_inset VSpace medskip
17285 \end_inset
17286
17287
17288 \end_layout
17289
17290 \begin_layout Standard
17291 You can also define your own color with the command
17292 \end_layout
17293
17294 \begin_layout Standard
17295
17296 \series bold
17297
17298 \backslash
17299 definecolor{color name}{color model}{color values}
17300 \end_layout
17301
17302 \begin_layout Standard
17303 The color model can be
17304 \end_layout
17305
17306 \begin_layout Labeling
17307 \labelwidthstring 00.00.0000
17308 cmyk: cyan, magenta, yellow, black
17309 \end_layout
17310
17311 \begin_layout Labeling
17312 \labelwidthstring 00.00.0000
17313 rgb: red, green blue
17314 \end_layout
17315
17316 \begin_layout Labeling
17317 \labelwidthstring 00.00.0000
17318 gray gray
17319 \end_layout
17320
17321 \begin_layout Standard
17322 and the color values are comma separated numbers between 0 and 1 describing
17323  the factor for the corresponding color of the color model.
17324 \end_layout
17325
17326 \begin_layout Standard
17327 You can e.
17328 \begin_inset space \thinspace{}
17329 \end_inset
17330
17331 g.
17332 \begin_inset space \space{}
17333 \end_inset
17334
17335 define the color "
17336 \emph on
17337 darkgreen
17338 \emph default
17339 " in the preamble with
17340 \end_layout
17341
17342 \begin_layout Standard
17343
17344 \series bold
17345
17346 \backslash
17347 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
17348 \end_layout
17349
17350 \begin_layout Standard
17351 and the color "
17352 \emph on
17353 lightgray
17354 \emph default
17355 " with
17356 \end_layout
17357
17358 \begin_layout Standard
17359
17360 \series bold
17361
17362 \backslash
17363 definecolor{lightgray}{gray}{0.8}
17364 \end_layout
17365
17366 \begin_layout Standard
17367 \begin_inset VSpace medskip
17368 \end_inset
17369
17370
17371 \end_layout
17372
17373 \begin_layout Standard
17374 Lines are colored with the command
17375 \end_layout
17376
17377 \begin_layout Standard
17378
17379 \series bold
17380
17381 \backslash
17382 rowcolor{name of color}
17383 \end_layout
17384
17385 \begin_layout Standard
17386 and cells are colored with the command
17387 \end_layout
17388
17389 \begin_layout Standard
17390
17391 \series bold
17392
17393 \backslash
17394 cellcolor{name of color}
17395 \end_layout
17396
17397 \begin_layout Standard
17398 Both commands are inserted at the beginning of a cell as \SpecialChar TeX
17399  Code.
17400 \end_layout
17401
17402 \begin_layout Standard
17403 To color characters in the table, mark the cells and use the 
17404 \family sans
17405 Text
17406 \begin_inset space ~
17407 \end_inset
17408
17409 Style
17410 \family default
17411  dialog.
17412  If a cell contains \SpecialChar TeX
17413  Code mark only the characters, otherwise the colored
17414  \SpecialChar TeX
17415  Code will cause \SpecialChar LaTeX
17416  errors.
17417 \end_layout
17418
17419 \begin_layout Standard
17420 \begin_inset Note Greyedout
17421 status open
17422
17423 \begin_layout Plain Layout
17424
17425 \series bold
17426 Note:
17427 \series default
17428  Not all DVI-viewers are able to display self-defined colors.
17429 \end_layout
17430
17431 \end_inset
17432
17433
17434 \end_layout
17435
17436 \begin_layout Standard
17437 \begin_inset VSpace bigskip
17438 \end_inset
17439
17440
17441 \end_layout
17442
17443 \begin_layout Standard
17444 To create Table
17445 \begin_inset space ~
17446 \end_inset
17447
17448
17449 \begin_inset CommandInset ref
17450 LatexCommand ref
17451 reference "tab:Table-colored-using"
17452
17453 \end_inset
17454
17455  do the following: The color of the first column should be 
17456 \emph on
17457 darkgreen
17458 \emph default
17459 .
17460  So insert
17461 \end_layout
17462
17463 \begin_layout Standard
17464
17465 \series bold
17466 >{
17467 \backslash
17468 columncolor{darkgreen}
17469 \backslash
17470 centering}c
17471 \end_layout
17472
17473 \begin_layout Standard
17474 as \SpecialChar LaTeX
17475 -argument for this column.
17476  The first row should be light blue, therefore the \SpecialChar TeX
17477  Code command
17478 \end_layout
17479
17480 \begin_layout Standard
17481
17482 \series bold
17483
17484 \backslash
17485 rowcolor{cyan}
17486 \end_layout
17487
17488 \begin_layout Standard
17489 is inserted to the first cell of this row.
17490  Note that this overwrites the column color for the first cell.
17491  The last cell of the last row is colored maroon by inserting the \SpecialChar TeX
17492  Code
17493  command
17494 \end_layout
17495
17496 \begin_layout Standard
17497
17498 \series bold
17499
17500 \backslash
17501 cellcolor{Maroon}
17502 \end_layout
17503
17504 \begin_layout Standard
17505 The characters could now be colored using the menu 
17506 \family sans
17507 Edit\SpecialChar menuseparator
17508 Text
17509 \begin_inset space ~
17510 \end_inset
17511
17512 Style
17513 \family default
17514 .
17515 \end_layout
17516
17517 \begin_layout Standard
17518 \begin_inset Float table
17519 placement h
17520 wide false
17521 sideways false
17522 status open
17523
17524 \begin_layout Plain Layout
17525 \begin_inset Caption Standard
17526
17527 \begin_layout Plain Layout
17528 \begin_inset CommandInset label
17529 LatexCommand label
17530 name "tab:Table-colored-using"
17531
17532 \end_inset
17533
17534 Table colored using the package 
17535 \series bold
17536 colortbl
17537 \series default
17538
17539 \begin_inset Argument 1
17540 status collapsed
17541
17542 \begin_layout Plain Layout
17543 Table with colortbl
17544 \end_layout
17545
17546 \end_inset
17547
17548
17549 \end_layout
17550
17551 \end_inset
17552
17553
17554 \end_layout
17555
17556 \begin_layout Plain Layout
17557 \align center
17558 \begin_inset Tabular
17559 <lyxtabular version="3" rows="3" columns="3">
17560 <features tabularvalignment="middle">
17561 <column alignment="center" valignment="top" special=">{\columncolor{darkgreen}\centering}c">
17562 <column alignment="center" valignment="top">
17563 <column alignment="center" valignment="top">
17564 <row>
17565 <cell alignment="center" valignment="top" usebox="none">
17566 \begin_inset Text
17567
17568 \begin_layout Plain Layout
17569 \begin_inset ERT
17570 status collapsed
17571
17572 \begin_layout Plain Layout
17573
17574
17575 \backslash
17576 rowcolor{cyan}
17577 \end_layout
17578
17579 \end_inset
17580
17581
17582 \color magenta
17583 a
17584 \end_layout
17585
17586 \end_inset
17587 </cell>
17588 <cell alignment="center" valignment="top" usebox="none">
17589 \begin_inset Text
17590
17591 \begin_layout Plain Layout
17592
17593 \color red
17594 b
17595 \end_layout
17596
17597 \end_inset
17598 </cell>
17599 <cell alignment="center" valignment="top" usebox="none">
17600 \begin_inset Text
17601
17602 \begin_layout Plain Layout
17603
17604 \color red
17605 c
17606 \end_layout
17607
17608 \end_inset
17609 </cell>
17610 </row>
17611 <row>
17612 <cell alignment="center" valignment="top" usebox="none">
17613 \begin_inset Text
17614
17615 \begin_layout Plain Layout
17616
17617 \color yellow
17618 d
17619 \end_layout
17620
17621 \end_inset
17622 </cell>
17623 <cell alignment="center" valignment="top" usebox="none">
17624 \begin_inset Text
17625
17626 \begin_layout Plain Layout
17627
17628 \color blue
17629 e
17630 \end_layout
17631
17632 \end_inset
17633 </cell>
17634 <cell alignment="center" valignment="top" usebox="none">
17635 \begin_inset Text
17636
17637 \begin_layout Plain Layout
17638
17639 \color blue
17640 f
17641 \end_layout
17642
17643 \end_inset
17644 </cell>
17645 </row>
17646 <row>
17647 <cell alignment="center" valignment="top" usebox="none">
17648 \begin_inset Text
17649
17650 \begin_layout Plain Layout
17651
17652 \color yellow
17653 g
17654 \end_layout
17655
17656 \end_inset
17657 </cell>
17658 <cell alignment="center" valignment="top" usebox="none">
17659 \begin_inset Text
17660
17661 \begin_layout Plain Layout
17662
17663 \color blue
17664 h
17665 \end_layout
17666
17667 \end_inset
17668 </cell>
17669 <cell alignment="center" valignment="top" usebox="none">
17670 \begin_inset Text
17671
17672 \begin_layout Plain Layout
17673 \begin_inset ERT
17674 status collapsed
17675
17676 \begin_layout Plain Layout
17677
17678
17679 \backslash
17680 cellcolor{Maroon}
17681 \end_layout
17682
17683 \end_inset
17684
17685
17686 \color green
17687 i
17688 \end_layout
17689
17690 \end_inset
17691 </cell>
17692 </row>
17693 </lyxtabular>
17694
17695 \end_inset
17696
17697
17698 \end_layout
17699
17700 \end_inset
17701
17702
17703 \end_layout
17704
17705 \begin_layout Standard
17706 \begin_inset ERT
17707 status collapsed
17708
17709 \begin_layout Plain Layout
17710
17711
17712 \backslash
17713 else
17714 \end_layout
17715
17716 \end_inset
17717
17718
17719 \begin_inset Note Note
17720 status open
17721
17722 \begin_layout Plain Layout
17723 The following will be displayed when the \SpecialChar LaTeX
17724 -package 
17725 \series bold
17726 colortbl
17727 \series default
17728  is not installed:
17729 \end_layout
17730
17731 \end_inset
17732
17733
17734 \end_layout
17735
17736 \begin_layout Standard
17737 You need to install the package 
17738 \series bold
17739 colortbl
17740 \series default
17741  to see the content of this section in the output.
17742 \end_layout
17743
17744 \begin_layout Standard
17745 \begin_inset ERT
17746 status collapsed
17747
17748 \begin_layout Plain Layout
17749
17750
17751 \backslash
17752 fi
17753 \end_layout
17754
17755 \end_inset
17756
17757
17758 \end_layout
17759
17760 \begin_layout Subsection
17761 Colored Rows
17762 \begin_inset Index idx
17763 status collapsed
17764
17765 \begin_layout Plain Layout
17766 Table Color ! for Rows
17767 \end_layout
17768
17769 \end_inset
17770
17771
17772 \begin_inset Index idx
17773 status collapsed
17774
17775 \begin_layout Plain Layout
17776 Color ! for Table Rows
17777 \end_layout
17778
17779 \end_inset
17780
17781
17782 \end_layout
17783
17784 \begin_layout Standard
17785 In case every second table row needs to be colored there is an alternative
17786  to the method described in the previous section: One loads the package
17787  
17788 \series bold
17789 xcolor
17790 \series default
17791
17792 \begin_inset Index idx
17793 status collapsed
17794
17795 \begin_layout Plain Layout
17796 \SpecialChar LaTeX
17797 -packages ! xcolor
17798 \begin_inset ERT
17799 status collapsed
17800
17801 \begin_layout Plain Layout
17802
17803
17804 \backslash
17805 vspace{4mm}
17806 \end_layout
17807
17808 \end_inset
17809
17810
17811 \end_layout
17812
17813 \end_inset
17814
17815  in the document preamble with the command
17816 \end_layout
17817
17818 \begin_layout Standard
17819
17820 \series bold
17821
17822 \backslash
17823 usepackage[table]{xcolor}
17824 \end_layout
17825
17826 \begin_layout Standard
17827
17828 \series bold
17829 xcolor
17830 \series default
17831  automatically loads also the package 
17832 \series bold
17833 colortbl
17834 \series default
17835
17836 \begin_inset Index idx
17837 status collapsed
17838
17839 \begin_layout Plain Layout
17840 \SpecialChar LaTeX
17841 -packages ! colortbl
17842 \end_layout
17843
17844 \end_inset
17845
17846 , so 
17847 \series bold
17848 colortbl
17849 \series default
17850  must be installed in your \SpecialChar LaTeX
17851 -distribution, otherwise you get \SpecialChar LaTeX
17852 -errors.
17853 \end_layout
17854
17855 \begin_layout Standard
17856 \begin_inset ERT
17857 status collapsed
17858
17859 \begin_layout Plain Layout
17860
17861
17862 \backslash
17863 ifcolortbl
17864 \end_layout
17865
17866 \end_inset
17867
17868
17869 \begin_inset Note Note
17870 status open
17871
17872 \begin_layout Plain Layout
17873 The following section part will only be displayed when the \SpecialChar LaTeX
17874 -package 
17875 \series bold
17876 colortbl
17877 \series default
17878  is installed.
17879 \end_layout
17880
17881 \end_inset
17882
17883
17884 \end_layout
17885
17886 \begin_layout Standard
17887 The table rows are colored with the command
17888 \end_layout
17889
17890 \begin_layout Standard
17891
17892 \series bold
17893
17894 \backslash
17895 rowcolors[commands]{row number}{odd row color}{even row color}
17896 \end_layout
17897
17898 \begin_layout Standard
17899 that is either inserted in the document preamble or as \SpecialChar TeX
17900  Code before the
17901  first table to be colored.
17902  row
17903 \begin_inset space ~
17904 \end_inset
17905
17906 number is the number of the first row which should be colored according
17907  to the odd row color.
17908  commands can be additional commands that are executed before every table
17909  row.
17910  So for example the command
17911 \end_layout
17912
17913 \begin_layout Standard
17914
17915 \series bold
17916
17917 \backslash
17918 rowcolors{1}{white}{lightgray}
17919 \end_layout
17920
17921 \begin_layout Standard
17922 leads to the coloring scheme of Table
17923 \begin_inset space ~
17924 \end_inset
17925
17926
17927 \begin_inset CommandInset ref
17928 LatexCommand ref
17929 reference "tab:Table-rowcolors"
17930
17931 \end_inset
17932
17933 .
17934  The command
17935 \end_layout
17936
17937 \begin_layout Standard
17938
17939 \series bold
17940
17941 \backslash
17942 rowcolors[
17943 \backslash
17944 hline]{1}{lightgray}{cyan}
17945 \end_layout
17946
17947 \begin_layout Standard
17948 leads to the coloring scheme of Table
17949 \begin_inset space ~
17950 \end_inset
17951
17952
17953 \begin_inset CommandInset ref
17954 LatexCommand ref
17955 reference "tab:Table-rowcolors-2"
17956
17957 \end_inset
17958
17959 .
17960  If odd
17961 \begin_inset space ~
17962 \end_inset
17963
17964 row
17965 \begin_inset space ~
17966 \end_inset
17967
17968 color and/or even
17969 \begin_inset space ~
17970 \end_inset
17971
17972 row
17973 \begin_inset space ~
17974 \end_inset
17975
17976 color are left empty, no color will be used so that the command
17977 \end_layout
17978
17979 \begin_layout Standard
17980
17981 \series bold
17982
17983 \backslash
17984 rowcolors{1}{}{}
17985 \end_layout
17986
17987 \begin_layout Standard
17988 deletes all colors.
17989  
17990 \series bold
17991
17992 \backslash
17993 rowcolors
17994 \series default
17995  affects all tables following that command.
17996 \end_layout
17997
17998 \begin_layout Standard
17999 \begin_inset ERT
18000 status open
18001
18002 \begin_layout Plain Layout
18003
18004
18005 \backslash
18006 rowcolors{1}{white}{lightgray}
18007 \end_layout
18008
18009 \end_inset
18010
18011
18012 \end_layout
18013
18014 \begin_layout Standard
18015 \begin_inset Float table
18016 placement h
18017 wide false
18018 sideways false
18019 status open
18020
18021 \begin_layout Plain Layout
18022 \begin_inset Caption Standard
18023
18024 \begin_layout Plain Layout
18025 \begin_inset CommandInset label
18026 LatexCommand label
18027 name "tab:Table-rowcolors"
18028
18029 \end_inset
18030
18031 Table where every second row is colored light gray.
18032 \end_layout
18033
18034 \end_inset
18035
18036
18037 \end_layout
18038
18039 \begin_layout Plain Layout
18040 \align center
18041 \begin_inset Tabular
18042 <lyxtabular version="3" rows="4" columns="3">
18043 <features tabularvalignment="middle">
18044 <column alignment="center" valignment="top">
18045 <column alignment="center" valignment="top" width="0pt">
18046 <column alignment="center" valignment="top" width="0pt">
18047 <row>
18048 <cell alignment="center" valignment="top" usebox="none">
18049 \begin_inset Text
18050
18051 \begin_layout Plain Layout
18052 X
18053 \end_layout
18054
18055 \end_inset
18056 </cell>
18057 <cell alignment="center" valignment="top" usebox="none">
18058 \begin_inset Text
18059
18060 \begin_layout Plain Layout
18061 Y
18062 \end_layout
18063
18064 \end_inset
18065 </cell>
18066 <cell alignment="center" valignment="top" usebox="none">
18067 \begin_inset Text
18068
18069 \begin_layout Plain Layout
18070 Z
18071 \end_layout
18072
18073 \end_inset
18074 </cell>
18075 </row>
18076 <row>
18077 <cell alignment="center" valignment="top" usebox="none">
18078 \begin_inset Text
18079
18080 \begin_layout Plain Layout
18081 1
18082 \end_layout
18083
18084 \end_inset
18085 </cell>
18086 <cell alignment="center" valignment="top" usebox="none">
18087 \begin_inset Text
18088
18089 \begin_layout Plain Layout
18090 2
18091 \end_layout
18092
18093 \end_inset
18094 </cell>
18095 <cell alignment="center" valignment="top" usebox="none">
18096 \begin_inset Text
18097
18098 \begin_layout Plain Layout
18099 3
18100 \end_layout
18101
18102 \end_inset
18103 </cell>
18104 </row>
18105 <row>
18106 <cell alignment="center" valignment="top" usebox="none">
18107 \begin_inset Text
18108
18109 \begin_layout Plain Layout
18110 4
18111 \end_layout
18112
18113 \end_inset
18114 </cell>
18115 <cell alignment="center" valignment="top" usebox="none">
18116 \begin_inset Text
18117
18118 \begin_layout Plain Layout
18119 5
18120 \end_layout
18121
18122 \end_inset
18123 </cell>
18124 <cell alignment="center" valignment="top" usebox="none">
18125 \begin_inset Text
18126
18127 \begin_layout Plain Layout
18128 6
18129 \end_layout
18130
18131 \end_inset
18132 </cell>
18133 </row>
18134 <row>
18135 <cell alignment="center" valignment="top" usebox="none">
18136 \begin_inset Text
18137
18138 \begin_layout Plain Layout
18139 7
18140 \end_layout
18141
18142 \end_inset
18143 </cell>
18144 <cell alignment="center" valignment="top" usebox="none">
18145 \begin_inset Text
18146
18147 \begin_layout Plain Layout
18148 8
18149 \end_layout
18150
18151 \end_inset
18152 </cell>
18153 <cell alignment="center" valignment="top" usebox="none">
18154 \begin_inset Text
18155
18156 \begin_layout Plain Layout
18157 9
18158 \end_layout
18159
18160 \end_inset
18161 </cell>
18162 </row>
18163 </lyxtabular>
18164
18165 \end_inset
18166
18167
18168 \end_layout
18169
18170 \end_inset
18171
18172
18173 \end_layout
18174
18175 \begin_layout Standard
18176 \begin_inset ERT
18177 status open
18178
18179 \begin_layout Plain Layout
18180
18181
18182 \backslash
18183 rowcolors[
18184 \backslash
18185 hline]{1}{lightgray}{cyan}
18186 \end_layout
18187
18188 \end_inset
18189
18190
18191 \end_layout
18192
18193 \begin_layout Standard
18194 \begin_inset Float table
18195 placement h
18196 wide false
18197 sideways false
18198 status open
18199
18200 \begin_layout Plain Layout
18201 \begin_inset Caption Standard
18202
18203 \begin_layout Plain Layout
18204 \begin_inset CommandInset label
18205 LatexCommand label
18206 name "tab:Table-rowcolors-2"
18207
18208 \end_inset
18209
18210 Table where every second row is colored cyan and at which there is a line
18211  between each row.
18212 \end_layout
18213
18214 \end_inset
18215
18216
18217 \end_layout
18218
18219 \begin_layout Plain Layout
18220 \align center
18221 \begin_inset Tabular
18222 <lyxtabular version="3" rows="4" columns="3">
18223 <features tabularvalignment="middle">
18224 <column alignment="center" valignment="top">
18225 <column alignment="center" valignment="top">
18226 <column alignment="center" valignment="top" width="0pt">
18227 <row>
18228 <cell alignment="center" valignment="top" usebox="none">
18229 \begin_inset Text
18230
18231 \begin_layout Plain Layout
18232 X
18233 \end_layout
18234
18235 \end_inset
18236 </cell>
18237 <cell alignment="center" valignment="top" usebox="none">
18238 \begin_inset Text
18239
18240 \begin_layout Plain Layout
18241 Y
18242 \end_layout
18243
18244 \end_inset
18245 </cell>
18246 <cell alignment="center" valignment="top" usebox="none">
18247 \begin_inset Text
18248
18249 \begin_layout Plain Layout
18250 Z
18251 \end_layout
18252
18253 \end_inset
18254 </cell>
18255 </row>
18256 <row>
18257 <cell alignment="center" valignment="top" usebox="none">
18258 \begin_inset Text
18259
18260 \begin_layout Plain Layout
18261 1
18262 \end_layout
18263
18264 \end_inset
18265 </cell>
18266 <cell alignment="center" valignment="top" usebox="none">
18267 \begin_inset Text
18268
18269 \begin_layout Plain Layout
18270 2
18271 \end_layout
18272
18273 \end_inset
18274 </cell>
18275 <cell alignment="center" valignment="top" usebox="none">
18276 \begin_inset Text
18277
18278 \begin_layout Plain Layout
18279 3
18280 \end_layout
18281
18282 \end_inset
18283 </cell>
18284 </row>
18285 <row>
18286 <cell alignment="center" valignment="top" usebox="none">
18287 \begin_inset Text
18288
18289 \begin_layout Plain Layout
18290 4
18291 \end_layout
18292
18293 \end_inset
18294 </cell>
18295 <cell alignment="center" valignment="top" usebox="none">
18296 \begin_inset Text
18297
18298 \begin_layout Plain Layout
18299 5
18300 \end_layout
18301
18302 \end_inset
18303 </cell>
18304 <cell alignment="center" valignment="top" usebox="none">
18305 \begin_inset Text
18306
18307 \begin_layout Plain Layout
18308 6
18309 \end_layout
18310
18311 \end_inset
18312 </cell>
18313 </row>
18314 <row>
18315 <cell alignment="center" valignment="top" usebox="none">
18316 \begin_inset Text
18317
18318 \begin_layout Plain Layout
18319 7
18320 \end_layout
18321
18322 \end_inset
18323 </cell>
18324 <cell alignment="center" valignment="top" usebox="none">
18325 \begin_inset Text
18326
18327 \begin_layout Plain Layout
18328 8
18329 \end_layout
18330
18331 \end_inset
18332 </cell>
18333 <cell alignment="center" valignment="top" usebox="none">
18334 \begin_inset Text
18335
18336 \begin_layout Plain Layout
18337 9
18338 \end_layout
18339
18340 \end_inset
18341 </cell>
18342 </row>
18343 </lyxtabular>
18344
18345 \end_inset
18346
18347
18348 \end_layout
18349
18350 \end_inset
18351
18352
18353 \end_layout
18354
18355 \begin_layout Standard
18356 \begin_inset ERT
18357 status collapsed
18358
18359 \begin_layout Plain Layout
18360
18361
18362 \backslash
18363 rowcolors{1}{}{}
18364 \end_layout
18365
18366 \end_inset
18367
18368
18369 \begin_inset Note Note
18370 status collapsed
18371
18372 \begin_layout Plain Layout
18373 turns off the row coloring
18374 \end_layout
18375
18376 \end_inset
18377
18378
18379 \end_layout
18380
18381 \begin_layout Standard
18382 \begin_inset ERT
18383 status collapsed
18384
18385 \begin_layout Plain Layout
18386
18387
18388 \backslash
18389 else
18390 \end_layout
18391
18392 \end_inset
18393
18394
18395 \begin_inset Note Note
18396 status open
18397
18398 \begin_layout Plain Layout
18399 The following will be displayed when the \SpecialChar LaTeX
18400 -package 
18401 \series bold
18402 colortbl
18403 \series default
18404  is not installed:
18405 \end_layout
18406
18407 \end_inset
18408
18409
18410 \end_layout
18411
18412 \begin_layout Standard
18413 You need to install the package 
18414 \series bold
18415 colortbl
18416 \series default
18417  to see the content of this section in the output.
18418 \end_layout
18419
18420 \begin_layout Standard
18421 \begin_inset ERT
18422 status collapsed
18423
18424 \begin_layout Plain Layout
18425
18426
18427 \backslash
18428 fi
18429 \end_layout
18430
18431 \end_inset
18432
18433
18434 \end_layout
18435
18436 \begin_layout Subsection
18437 Colored Lines
18438 \begin_inset Index idx
18439 status collapsed
18440
18441 \begin_layout Plain Layout
18442 Table Color ! for Lines
18443 \end_layout
18444
18445 \end_inset
18446
18447
18448 \begin_inset Index idx
18449 status collapsed
18450
18451 \begin_layout Plain Layout
18452 Color ! for Table Lines
18453 \end_layout
18454
18455 \end_inset
18456
18457
18458 \end_layout
18459
18460 \begin_layout Standard
18461 As described in section
18462 \begin_inset space ~
18463 \end_inset
18464
18465
18466 \begin_inset CommandInset ref
18467 LatexCommand ref
18468 reference "subsec:Line-Thickness"
18469
18470 \end_inset
18471
18472 , the line thickness for all lines in a table can be adjusted with the length
18473  
18474 \series bold
18475
18476 \backslash
18477 arrayrulewidth
18478 \series default
18479 .
18480  It is set to 1.5
18481 \begin_inset space \thinspace{}
18482 \end_inset
18483
18484 pt for all tables of this section.
18485 \begin_inset ERT
18486 status collapsed
18487
18488 \begin_layout Plain Layout
18489
18490
18491 \backslash
18492 setlength{
18493 \backslash
18494 arrayrulewidth}{1.5pt}
18495 \end_layout
18496
18497 \end_inset
18498
18499
18500 \end_layout
18501
18502 \begin_layout Standard
18503 To color vertical lines for example with green, create the following column
18504  format in the document preamble, according to the description in section
18505 \begin_inset space ~
18506 \end_inset
18507
18508
18509 \begin_inset CommandInset ref
18510 LatexCommand ref
18511 reference "subsec:Customized-Format"
18512
18513 \end_inset
18514
18515 :
18516 \end_layout
18517
18518 \begin_layout Standard
18519
18520 \series bold
18521
18522 \backslash
18523 newcolumntype{W}{!{
18524 \backslash
18525 color{green}
18526 \backslash
18527 vline}}
18528 \end_layout
18529
18530 \begin_layout Standard
18531 For Table
18532 \begin_inset space ~
18533 \end_inset
18534
18535
18536 \begin_inset CommandInset ref
18537 LatexCommand ref
18538 reference "tab:Table-with-vertical-colored"
18539
18540 \end_inset
18541
18542  the \SpecialChar LaTeX
18543 -argument
18544 \series bold
18545  WcW
18546 \series default
18547  was used for the last column and
18548 \series bold
18549  Wc
18550 \series default
18551  for the other columns.
18552 \end_layout
18553
18554 \begin_layout Standard
18555 If you want to have several colors, define more column formats.
18556 \end_layout
18557
18558 \begin_layout Standard
18559 \begin_inset Float table
18560 placement h
18561 wide false
18562 sideways false
18563 status open
18564
18565 \begin_layout Plain Layout
18566 \begin_inset Caption Standard
18567
18568 \begin_layout Plain Layout
18569 \begin_inset CommandInset label
18570 LatexCommand label
18571 name "tab:Table-with-vertical-colored"
18572
18573 \end_inset
18574
18575 Table with colored vertical lines
18576 \end_layout
18577
18578 \end_inset
18579
18580
18581 \end_layout
18582
18583 \begin_layout Plain Layout
18584 \align center
18585 \begin_inset Tabular
18586 <lyxtabular version="3" rows="3" columns="3">
18587 <features tabularvalignment="middle">
18588 <column alignment="center" valignment="top" special="Wc">
18589 <column alignment="center" valignment="top" special="Wc">
18590 <column alignment="center" valignment="top" special="WcW">
18591 <row>
18592 <cell alignment="center" valignment="top" topline="true" usebox="none">
18593 \begin_inset Text
18594
18595 \begin_layout Plain Layout
18596 sd
18597 \end_layout
18598
18599 \end_inset
18600 </cell>
18601 <cell alignment="center" valignment="top" topline="true" usebox="none">
18602 \begin_inset Text
18603
18604 \begin_layout Plain Layout
18605
18606 \end_layout
18607
18608 \end_inset
18609 </cell>
18610 <cell alignment="center" valignment="top" topline="true" usebox="none">
18611 \begin_inset Text
18612
18613 \begin_layout Plain Layout
18614
18615 \end_layout
18616
18617 \end_inset
18618 </cell>
18619 </row>
18620 <row>
18621 <cell alignment="center" valignment="top" topline="true" usebox="none">
18622 \begin_inset Text
18623
18624 \begin_layout Plain Layout
18625
18626 \end_layout
18627
18628 \end_inset
18629 </cell>
18630 <cell alignment="center" valignment="top" topline="true" usebox="none">
18631 \begin_inset Text
18632
18633 \begin_layout Plain Layout
18634 sd
18635 \end_layout
18636
18637 \end_inset
18638 </cell>
18639 <cell alignment="center" valignment="top" topline="true" usebox="none">
18640 \begin_inset Text
18641
18642 \begin_layout Plain Layout
18643
18644 \end_layout
18645
18646 \end_inset
18647 </cell>
18648 </row>
18649 <row>
18650 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18651 \begin_inset Text
18652
18653 \begin_layout Plain Layout
18654
18655 \end_layout
18656
18657 \end_inset
18658 </cell>
18659 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18660 \begin_inset Text
18661
18662 \begin_layout Plain Layout
18663
18664 \end_layout
18665
18666 \end_inset
18667 </cell>
18668 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18669 \begin_inset Text
18670
18671 \begin_layout Plain Layout
18672 sd
18673 \end_layout
18674
18675 \end_inset
18676 </cell>
18677 </row>
18678 </lyxtabular>
18679
18680 \end_inset
18681
18682
18683 \end_layout
18684
18685 \end_inset
18686
18687
18688 \end_layout
18689
18690 \begin_layout Standard
18691 \begin_inset VSpace bigskip
18692 \end_inset
18693
18694 To color horizontal lines for example with red, as in Table
18695 \begin_inset space ~
18696 \end_inset
18697
18698
18699 \begin_inset CommandInset ref
18700 LatexCommand ref
18701 reference "tab:Table-with-horizontal-colored"
18702
18703 \end_inset
18704
18705 , insert these commands in \SpecialChar TeX
18706  Code before the table or table float:
18707 \end_layout
18708
18709 \begin_layout Standard
18710
18711 \series bold
18712
18713 \backslash
18714 let
18715 \backslash
18716 myHlineC
18717 \backslash
18718 hline
18719 \begin_inset Newline newline
18720 \end_inset
18721
18722
18723 \backslash
18724 renewcommand{
18725 \backslash
18726 hline}
18727 \begin_inset Newline newline
18728 \end_inset
18729
18730
18731 \begin_inset Phantom HPhantom
18732 status open
18733
18734 \begin_layout Plain Layout
18735
18736 \series bold
18737 \begin_inset space ~
18738 \end_inset
18739
18740
18741 \end_layout
18742
18743 \end_inset
18744
18745 {
18746 \backslash
18747 arrayrulecolor{red}
18748 \backslash
18749 myHlineC
18750 \backslash
18751 arrayrulecolor{black}}
18752 \end_layout
18753
18754 \begin_layout Standard
18755 \begin_inset ERT
18756 status collapsed
18757
18758 \begin_layout Plain Layout
18759
18760
18761 \backslash
18762 let
18763 \backslash
18764 myHlineC
18765 \backslash
18766 hline
18767 \end_layout
18768
18769 \begin_layout Plain Layout
18770
18771
18772 \backslash
18773 renewcommand{
18774 \backslash
18775 hline}
18776 \end_layout
18777
18778 \begin_layout Plain Layout
18779
18780  {
18781 \backslash
18782 arrayrulecolor{red}
18783 \backslash
18784 myHlineC
18785 \backslash
18786 arrayrulecolor{black}}
18787 \end_layout
18788
18789 \end_inset
18790
18791
18792 \begin_inset Float table
18793 placement h
18794 wide false
18795 sideways false
18796 status open
18797
18798 \begin_layout Plain Layout
18799 \begin_inset Caption Standard
18800
18801 \begin_layout Plain Layout
18802 \begin_inset CommandInset label
18803 LatexCommand label
18804 name "tab:Table-with-horizontal-colored"
18805
18806 \end_inset
18807
18808 Table with colored horizontal lines
18809 \end_layout
18810
18811 \end_inset
18812
18813
18814 \end_layout
18815
18816 \begin_layout Plain Layout
18817 \align center
18818 \begin_inset Tabular
18819 <lyxtabular version="3" rows="3" columns="3">
18820 <features tabularvalignment="middle">
18821 <column alignment="center" valignment="top">
18822 <column alignment="center" valignment="top">
18823 <column alignment="center" valignment="top">
18824 <row>
18825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18826 \begin_inset Text
18827
18828 \begin_layout Plain Layout
18829 sd
18830 \end_layout
18831
18832 \end_inset
18833 </cell>
18834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18835 \begin_inset Text
18836
18837 \begin_layout Plain Layout
18838
18839 \end_layout
18840
18841 \end_inset
18842 </cell>
18843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18844 \begin_inset Text
18845
18846 \begin_layout Plain Layout
18847
18848 \end_layout
18849
18850 \end_inset
18851 </cell>
18852 </row>
18853 <row>
18854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18855 \begin_inset Text
18856
18857 \begin_layout Plain Layout
18858
18859 \end_layout
18860
18861 \end_inset
18862 </cell>
18863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18864 \begin_inset Text
18865
18866 \begin_layout Plain Layout
18867 sd
18868 \end_layout
18869
18870 \end_inset
18871 </cell>
18872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18873 \begin_inset Text
18874
18875 \begin_layout Plain Layout
18876
18877 \end_layout
18878
18879 \end_inset
18880 </cell>
18881 </row>
18882 <row>
18883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18884 \begin_inset Text
18885
18886 \begin_layout Plain Layout
18887
18888 \end_layout
18889
18890 \end_inset
18891 </cell>
18892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18893 \begin_inset Text
18894
18895 \begin_layout Plain Layout
18896
18897 \end_layout
18898
18899 \end_inset
18900 </cell>
18901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18902 \begin_inset Text
18903
18904 \begin_layout Plain Layout
18905 sd
18906 \end_layout
18907
18908 \end_inset
18909 </cell>
18910 </row>
18911 </lyxtabular>
18912
18913 \end_inset
18914
18915
18916 \end_layout
18917
18918 \end_inset
18919
18920
18921 \end_layout
18922
18923 \begin_layout Standard
18924 To return to the default line color black, insert this command in \SpecialChar TeX
18925  Code
18926  after the table or table float:
18927 \end_layout
18928
18929 \begin_layout Standard
18930
18931 \series bold
18932
18933 \backslash
18934 renewcommand{
18935 \backslash
18936 hline}{
18937 \backslash
18938 myHlineC}
18939 \end_layout
18940
18941 \begin_layout Standard
18942 Table
18943 \begin_inset space ~
18944 \end_inset
18945
18946
18947 \begin_inset CommandInset ref
18948 LatexCommand ref
18949 reference "tab:Table-with-colored"
18950
18951 \end_inset
18952
18953  is an example with colored vertical and horizontal lines.
18954 \end_layout
18955
18956 \begin_layout Standard
18957 \begin_inset Float table
18958 placement h
18959 wide false
18960 sideways false
18961 status open
18962
18963 \begin_layout Plain Layout
18964 \begin_inset Caption Standard
18965
18966 \begin_layout Plain Layout
18967 \begin_inset CommandInset label
18968 LatexCommand label
18969 name "tab:Table-with-colored"
18970
18971 \end_inset
18972
18973 Table with colored lines
18974 \end_layout
18975
18976 \end_inset
18977
18978
18979 \end_layout
18980
18981 \begin_layout Plain Layout
18982 \align center
18983 \begin_inset Tabular
18984 <lyxtabular version="3" rows="3" columns="3">
18985 <features tabularvalignment="middle">
18986 <column alignment="center" valignment="top" special="Wc">
18987 <column alignment="center" valignment="top" special="Wc">
18988 <column alignment="center" valignment="top" special="WcW">
18989 <row>
18990 <cell alignment="center" valignment="top" topline="true" usebox="none">
18991 \begin_inset Text
18992
18993 \begin_layout Plain Layout
18994 sd
18995 \end_layout
18996
18997 \end_inset
18998 </cell>
18999 <cell alignment="center" valignment="top" topline="true" usebox="none">
19000 \begin_inset Text
19001
19002 \begin_layout Plain Layout
19003
19004 \end_layout
19005
19006 \end_inset
19007 </cell>
19008 <cell alignment="center" valignment="top" topline="true" usebox="none">
19009 \begin_inset Text
19010
19011 \begin_layout Plain Layout
19012
19013 \end_layout
19014
19015 \end_inset
19016 </cell>
19017 </row>
19018 <row>
19019 <cell alignment="center" valignment="top" topline="true" usebox="none">
19020 \begin_inset Text
19021
19022 \begin_layout Plain Layout
19023
19024 \end_layout
19025
19026 \end_inset
19027 </cell>
19028 <cell alignment="center" valignment="top" topline="true" usebox="none">
19029 \begin_inset Text
19030
19031 \begin_layout Plain Layout
19032 sd
19033 \end_layout
19034
19035 \end_inset
19036 </cell>
19037 <cell alignment="center" valignment="top" topline="true" usebox="none">
19038 \begin_inset Text
19039
19040 \begin_layout Plain Layout
19041
19042 \end_layout
19043
19044 \end_inset
19045 </cell>
19046 </row>
19047 <row topspace="default">
19048 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19049 \begin_inset Text
19050
19051 \begin_layout Plain Layout
19052
19053 \end_layout
19054
19055 \end_inset
19056 </cell>
19057 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19058 \begin_inset Text
19059
19060 \begin_layout Plain Layout
19061
19062 \end_layout
19063
19064 \end_inset
19065 </cell>
19066 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19067 \begin_inset Text
19068
19069 \begin_layout Plain Layout
19070 sd
19071 \end_layout
19072
19073 \end_inset
19074 </cell>
19075 </row>
19076 </lyxtabular>
19077
19078 \end_inset
19079
19080
19081 \end_layout
19082
19083 \end_inset
19084
19085
19086 \end_layout
19087
19088 \begin_layout Standard
19089 \begin_inset ERT
19090 status collapsed
19091
19092 \begin_layout Plain Layout
19093
19094
19095 \backslash
19096 renewcommand{
19097 \backslash
19098 hline}{
19099 \backslash
19100 myHlineC}
19101 \end_layout
19102
19103 \end_inset
19104
19105
19106 \end_layout
19107
19108 \begin_layout Standard
19109 \begin_inset ERT
19110 status collapsed
19111
19112 \begin_layout Plain Layout
19113
19114
19115 \backslash
19116 setlength{
19117 \backslash
19118 arrayrulewidth}{0.4pt}
19119 \end_layout
19120
19121 \end_inset
19122
19123
19124 \end_layout
19125
19126 \begin_layout Section
19127 Rotated Table Cells
19128 \begin_inset CommandInset label
19129 LatexCommand label
19130 name "sec:Rotated-Table-Cells"
19131
19132 \end_inset
19133
19134
19135 \begin_inset Index idx
19136 status collapsed
19137
19138 \begin_layout Plain Layout
19139 Table ! Rotated Cells
19140 \end_layout
19141
19142 \end_inset
19143
19144
19145 \begin_inset Index idx
19146 status collapsed
19147
19148 \begin_layout Plain Layout
19149 Rotated Material
19150 \end_layout
19151
19152 \end_inset
19153
19154
19155 \end_layout
19156
19157 \begin_layout Standard
19158 \begin_inset Note Greyedout
19159 status open
19160
19161 \begin_layout Plain Layout
19162
19163 \series bold
19164 Note:
19165 \series default
19166  Not all DVI-viewers are able to display rotations.
19167 \end_layout
19168
19169 \end_inset
19170
19171
19172 \end_layout
19173
19174 \begin_layout Standard
19175 Table
19176 \begin_inset space ~
19177 \end_inset
19178
19179
19180 \begin_inset CommandInset ref
19181 LatexCommand ref
19182 reference "tab:Table-with-rotated-multi"
19183
19184 \end_inset
19185
19186  is an example where 3
19187 \begin_inset space ~
19188 \end_inset
19189
19190 cells were rotated by 45
19191 \begin_inset space \thinspace{}
19192 \end_inset
19193
19194 °.
19195 \end_layout
19196
19197 \begin_layout Standard
19198 \begin_inset Float table
19199 placement h
19200 wide false
19201 sideways false
19202 status open
19203
19204 \begin_layout Plain Layout
19205 \begin_inset Caption Standard
19206
19207 \begin_layout Plain Layout
19208 \begin_inset CommandInset label
19209 LatexCommand label
19210 name "tab:Table-with-rotated"
19211
19212 \end_inset
19213
19214 Table with rotated cells in the first row.
19215 \end_layout
19216
19217 \end_inset
19218
19219
19220 \end_layout
19221
19222 \begin_layout Plain Layout
19223 \noindent
19224 \align center
19225 \begin_inset Tabular
19226 <lyxtabular version="3" rows="2" columns="3">
19227 <features tabularvalignment="middle">
19228 <column alignment="center" valignment="top" width="0pt">
19229 <column alignment="center" valignment="top" width="0pt">
19230 <column alignment="center" valignment="top" width="0pt">
19231 <row>
19232 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19233 \begin_inset Text
19234
19235 \begin_layout Plain Layout
19236 cups
19237 \end_layout
19238
19239 \end_inset
19240 </cell>
19241 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19242 \begin_inset Text
19243
19244 \begin_layout Plain Layout
19245 plates
19246 \end_layout
19247
19248 \end_inset
19249 </cell>
19250 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19251 \begin_inset Text
19252
19253 \begin_layout Plain Layout
19254 saucers
19255 \end_layout
19256
19257 \end_inset
19258 </cell>
19259 </row>
19260 <row>
19261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19262 \begin_inset Text
19263
19264 \begin_layout Plain Layout
19265 45
19266 \end_layout
19267
19268 \end_inset
19269 </cell>
19270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19271 \begin_inset Text
19272
19273 \begin_layout Plain Layout
19274 33
19275 \end_layout
19276
19277 \end_inset
19278 </cell>
19279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19280 \begin_inset Text
19281
19282 \begin_layout Plain Layout
19283 21
19284 \end_layout
19285
19286 \end_inset
19287 </cell>
19288 </row>
19289 </lyxtabular>
19290
19291 \end_inset
19292
19293
19294 \end_layout
19295
19296 \end_inset
19297
19298
19299 \end_layout
19300
19301 \begin_layout Standard
19302 \begin_inset Note Greyedout
19303 status open
19304
19305 \begin_layout Plain Layout
19306
19307 \series bold
19308 Note:
19309 \series default
19310  Line breaks (shortcut 
19311 \begin_inset Info
19312 type  "shortcut"
19313 arg   "newline-insert newline"
19314 \end_inset
19315
19316 ) are not allowed in rotated cells.
19317 \end_layout
19318
19319 \end_inset
19320
19321
19322 \end_layout
19323
19324 \begin_layout Standard
19325 If you want to rotate table cells containing line breaks, you have to put
19326  the cell content into a minipage or a parbox.
19327 \begin_inset Foot
19328 status collapsed
19329
19330 \begin_layout Plain Layout
19331 For more about these boxes see sec.
19332 \begin_inset space \thinspace{}
19333 \end_inset
19334
19335
19336 \begin_inset CommandInset ref
19337 LatexCommand ref
19338 reference "sec:Minipages"
19339
19340 \end_inset
19341
19342  and 
19343 \begin_inset CommandInset ref
19344 LatexCommand ref
19345 reference "sec:Parboxes"
19346
19347 \end_inset
19348
19349 .
19350 \end_layout
19351
19352 \end_inset
19353
19354  If you rotate this cell by 90
19355 \begin_inset space \thinspace{}
19356 \end_inset
19357
19358 ° the width of the box is the height of the cell.
19359  Table
19360 \begin_inset space ~
19361 \end_inset
19362
19363
19364 \begin_inset CommandInset ref
19365 LatexCommand ref
19366 reference "tab:Table-with-rotated-multi"
19367
19368 \end_inset
19369
19370  is an example for a rotated multiline cell where the box width was set
19371  to 3
19372 \begin_inset space \thinspace{}
19373 \end_inset
19374
19375 cm.
19376 \end_layout
19377
19378 \begin_layout Standard
19379 \begin_inset Float table
19380 wide false
19381 sideways false
19382 status open
19383
19384 \begin_layout Plain Layout
19385 \begin_inset Caption Standard
19386
19387 \begin_layout Plain Layout
19388 \begin_inset CommandInset label
19389 LatexCommand label
19390 name "tab:Table-with-rotated-multi"
19391
19392 \end_inset
19393
19394 Table with rotated multiline cell.
19395 \end_layout
19396
19397 \end_inset
19398
19399
19400 \end_layout
19401
19402 \begin_layout Plain Layout
19403 \noindent
19404 \align center
19405 \begin_inset Tabular
19406 <lyxtabular version="3" rows="2" columns="3">
19407 <features tabularvalignment="middle">
19408 <column alignment="center" valignment="top">
19409 <column alignment="center" valignment="top" width="0pt">
19410 <column alignment="center" valignment="top">
19411 <row>
19412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19413 \begin_inset Text
19414
19415 \begin_layout Plain Layout
19416 a
19417 \end_layout
19418
19419 \end_inset
19420 </cell>
19421 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
19422 \begin_inset Text
19423
19424 \begin_layout Plain Layout
19425 \begin_inset Box Frameless
19426 position "t"
19427 hor_pos "c"
19428 has_inner_box 1
19429 inner_pos "t"
19430 use_parbox 0
19431 use_makebox 0
19432 width "3cm"
19433 special "none"
19434 height "1in"
19435 height_special "totalheight"
19436 thickness "0.4pt"
19437 separation "3pt"
19438 shadowsize "4pt"
19439 framecolor "black"
19440 backgroundcolor "none"
19441 status open
19442
19443 \begin_layout Plain Layout
19444 rotated cell
19445 \begin_inset Newline newline
19446 \end_inset
19447
19448 with line break
19449 \end_layout
19450
19451 \end_inset
19452
19453
19454 \end_layout
19455
19456 \end_inset
19457 </cell>
19458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19459 \begin_inset Text
19460
19461 \begin_layout Plain Layout
19462 e
19463 \end_layout
19464
19465 \end_inset
19466 </cell>
19467 </row>
19468 <row>
19469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19470 \begin_inset Text
19471
19472 \begin_layout Plain Layout
19473 b
19474 \end_layout
19475
19476 \end_inset
19477 </cell>
19478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19479 \begin_inset Text
19480
19481 \begin_layout Plain Layout
19482 c
19483 \end_layout
19484
19485 \end_inset
19486 </cell>
19487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19488 \begin_inset Text
19489
19490 \begin_layout Plain Layout
19491 d
19492 \end_layout
19493
19494 \end_inset
19495 </cell>
19496 </row>
19497 </lyxtabular>
19498
19499 \end_inset
19500
19501
19502 \end_layout
19503
19504 \end_inset
19505
19506
19507 \end_layout
19508
19509 \begin_layout Section
19510 Table Width Calculation
19511 \begin_inset CommandInset label
19512 LatexCommand label
19513 name "sec:Table-Width-Calculation"
19514
19515 \end_inset
19516
19517
19518 \end_layout
19519
19520 \begin_layout Standard
19521 For wide tables it is sometimes difficult to assure that the table does
19522  not protrude over the page margin.
19523  Setting a fixed width for every column of the table is the solution, but
19524  what amount of space is needed for each column?
19525 \end_layout
19526
19527 \begin_layout Standard
19528 The table width 
19529 \begin_inset Formula $W_{\mathrm{table}}$
19530 \end_inset
19531
19532  can be calculated: Every column has the width of the specified column width
19533  
19534 \begin_inset Formula $W_{\mathrm{column}}$
19535 \end_inset
19536
19537  (that the content of the column can consume) plus two times the separation
19538  between the column content and the column border (\SpecialChar LaTeX
19539  length
19540 \series bold
19541  
19542 \backslash
19543 tabcolsep
19544 \series default
19545 , default 6
19546 \begin_inset space \thinspace{}
19547 \end_inset
19548
19549 pt) plus the width of a border line (\SpecialChar LaTeX
19550  length 
19551 \series bold
19552
19553 \backslash
19554 arrayrulewidth
19555 \series default
19556 , default 0.4
19557 \begin_inset space \thinspace{}
19558 \end_inset
19559
19560 pt): So if all 
19561 \begin_inset Formula $n$
19562 \end_inset
19563
19564
19565 \begin_inset space ~
19566 \end_inset
19567
19568 columns have the same width, the table width is
19569 \begin_inset Formula 
19570 \begin{equation}
19571 W_{\mathrm{table}}=n\left(W_{\mathrm{column}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
19572 \end{equation}
19573
19574 \end_inset
19575
19576
19577 \end_layout
19578
19579 \begin_layout Standard
19580 The available width for a table is the space between the page margins or
19581  the width of a text column (for a two-column document) (\SpecialChar LaTeX
19582  length 
19583 \series bold
19584
19585 \backslash
19586 columnwidth
19587 \series default
19588 ).
19589  If all table columns should have the same width and 
19590 \begin_inset Formula $W_{\mathrm{table}}$
19591 \end_inset
19592
19593  should be 1
19594 \begin_inset space \thinspace{}
19595 \end_inset
19596
19597
19598 \backslash
19599 columnwidth, 
19600 \begin_inset Formula $W_{\mathrm{column}}$
19601 \end_inset
19602
19603  can easily be calculated.
19604 \end_layout
19605
19606 \begin_layout Standard
19607 To be able to perform calculations you need to load the \SpecialChar LaTeX
19608 -package 
19609 \series bold
19610 calc
19611 \series default
19612
19613 \begin_inset Index idx
19614 status collapsed
19615
19616 \begin_layout Plain Layout
19617 \SpecialChar LaTeX
19618 -packages ! calc
19619 \end_layout
19620
19621 \end_inset
19622
19623  in the document preamble.
19624  To set the width in the table dialog you have to use the field 
19625 \family sans
19626 \SpecialChar LaTeX
19627  argument
19628 \family default
19629 .
19630  The command scheme for this field is the same that is explained in section
19631 \begin_inset space ~
19632 \end_inset
19633
19634
19635 \begin_inset CommandInset ref
19636 LatexCommand ref
19637 reference "subsec:Multicolumn-Calculations"
19638
19639 \end_inset
19640
19641 .
19642  For a table with 5
19643 \begin_inset space \thinspace{}
19644 \end_inset
19645
19646 columns with an uniform width and centered text, enter there for each column
19647  the command
19648 \end_layout
19649
19650 \begin_layout Standard
19651
19652 \series bold
19653 >{
19654 \backslash
19655 centering}p{(1
19656 \backslash
19657 columnwidth-62.4pt)/5}
19658 \end_layout
19659
19660 \begin_layout Standard
19661 For a table with 5
19662 \begin_inset space \thinspace{}
19663 \end_inset
19664
19665 columns where 2 should have 0.75
19666 \begin_inset space ~
19667 \end_inset
19668
19669 times the width than the 3 others, the calculation is
19670 \begin_inset Formula 
19671 \begin{align}
19672 \backslash\mbox{columnwidth} & =3\,W_{\mathrm{column}}+2\cdot0.75\,W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
19673  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
19674  & =4.5\,W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
19675 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
19676 \end{align}
19677
19678 \end_inset
19679
19680
19681 \end_layout
19682
19683 \begin_layout Standard
19684 In the table therefore the command
19685 \end_layout
19686
19687 \begin_layout Standard
19688
19689 \series bold
19690 >{
19691 \backslash
19692 centering}p{(1
19693 \backslash
19694 columnwidth-62.4pt)/
19695 \backslash
19696 real{4.5}}
19697 \end_layout
19698
19699 \begin_layout Standard
19700 is used for the wider columns and
19701 \end_layout
19702
19703 \begin_layout Standard
19704
19705 \series bold
19706 >{
19707 \backslash
19708 centering}p{(1
19709 \backslash
19710 columnwidth-62.4pt)/
19711 \backslash
19712 real{4.5}*
19713 \backslash
19714 real{0.75}}
19715 \end_layout
19716
19717 \begin_layout Standard
19718 for the smaller ones:
19719 \end_layout
19720
19721 \begin_layout Standard
19722 \begin_inset Tabular
19723 <lyxtabular version="3" rows="2" columns="5">
19724 <features tabularvalignment="middle">
19725 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19726 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19727 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19728 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19729 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19730 <row>
19731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19732 \begin_inset Text
19733
19734 \begin_layout Plain Layout
19735 1
19736 \end_layout
19737
19738 \end_inset
19739 </cell>
19740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19741 \begin_inset Text
19742
19743 \begin_layout Plain Layout
19744 2
19745 \end_layout
19746
19747 \end_inset
19748 </cell>
19749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19750 \begin_inset Text
19751
19752 \begin_layout Plain Layout
19753 3
19754 \end_layout
19755
19756 \end_inset
19757 </cell>
19758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19759 \begin_inset Text
19760
19761 \begin_layout Plain Layout
19762 4
19763 \end_layout
19764
19765 \end_inset
19766 </cell>
19767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19768 \begin_inset Text
19769
19770 \begin_layout Plain Layout
19771 5
19772 \end_layout
19773
19774 \end_inset
19775 </cell>
19776 </row>
19777 <row>
19778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19779 \begin_inset Text
19780
19781 \begin_layout Plain Layout
19782 111111 1111111 111111 111111111 11111 11111 1111
19783 \end_layout
19784
19785 \end_inset
19786 </cell>
19787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19788 \begin_inset Text
19789
19790 \begin_layout Plain Layout
19791
19792 \end_layout
19793
19794 \end_inset
19795 </cell>
19796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19797 \begin_inset Text
19798
19799 \begin_layout Plain Layout
19800 2222 22222 222222 222222222 2222222 22 22222
19801 \end_layout
19802
19803 \end_inset
19804 </cell>
19805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19806 \begin_inset Text
19807
19808 \begin_layout Plain Layout
19809
19810 \end_layout
19811
19812 \end_inset
19813 </cell>
19814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19815 \begin_inset Text
19816
19817 \begin_layout Plain Layout
19818 333333 333333 333333 33333 3333333 333
19819 \end_layout
19820
19821 \end_inset
19822 </cell>
19823 </row>
19824 </lyxtabular>
19825
19826 \end_inset
19827
19828
19829 \end_layout
19830
19831 \begin_layout Section
19832 Table Customization
19833 \begin_inset Index idx
19834 status collapsed
19835
19836 \begin_layout Plain Layout
19837 Table Customization
19838 \end_layout
19839
19840 \end_inset
19841
19842
19843 \begin_inset Index idx
19844 status collapsed
19845
19846 \begin_layout Plain Layout
19847 Table ! Customization
19848 \end_layout
19849
19850 \end_inset
19851
19852
19853 \end_layout
19854
19855 \begin_layout Subsection
19856 Row Spacing
19857 \begin_inset CommandInset label
19858 LatexCommand label
19859 name "subsec:Row-Spacing"
19860
19861 \end_inset
19862
19863
19864 \begin_inset Index idx
19865 status collapsed
19866
19867 \begin_layout Plain Layout
19868 Table Customization ! Row Spacing
19869 \end_layout
19870
19871 \end_inset
19872
19873
19874 \end_layout
19875
19876 \begin_layout Standard
19877 You can add vertical space to table rows in the 
19878 \family sans
19879 Borders
19880 \family default
19881  tab of the table dialog.
19882  You find there three possibilities:
19883 \end_layout
19884
19885 \begin_layout Description
19886 Top
19887 \begin_inset space ~
19888 \end_inset
19889
19890 of
19891 \begin_inset space ~
19892 \end_inset
19893
19894 row will add space above the characters of the table row.
19895  If the table is a formal table
19896 \begin_inset Foot
19897 status collapsed
19898
19899 \begin_layout Plain Layout
19900 Formal tables are explained in section
19901 \begin_inset space ~
19902 \end_inset
19903
19904
19905 \begin_inset CommandInset ref
19906 LatexCommand ref
19907 reference "sec:Formal-Tables"
19908
19909 \end_inset
19910
19911 .
19912 \end_layout
19913
19914 \end_inset
19915
19916  \SpecialChar LyX
19917  will insert as default 0.5
19918 \begin_inset space \thinspace{}
19919 \end_inset
19920
19921 em space.
19922  For normal tables the inserted space will unfortunately destroy the vertical
19923  table lines as in the following table:
19924 \begin_inset VSpace medskip
19925 \end_inset
19926
19927
19928 \begin_inset Newline newline
19929 \end_inset
19930
19931
19932 \begin_inset space \hspace*{}
19933 \length 0pt
19934 \end_inset
19935
19936
19937 \begin_inset space \hfill{}
19938 \end_inset
19939
19940
19941 \begin_inset Tabular
19942 <lyxtabular version="3" rows="3" columns="1">
19943 <features tabularvalignment="middle">
19944 <column alignment="center" valignment="top">
19945 <row>
19946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19947 \begin_inset Text
19948
19949 \begin_layout Plain Layout
19950 A
19951 \end_layout
19952
19953 \end_inset
19954 </cell>
19955 </row>
19956 <row topspace="3mm">
19957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19958 \begin_inset Text
19959
19960 \begin_layout Plain Layout
19961 3
19962 \begin_inset space \thinspace{}
19963 \end_inset
19964
19965 mm space top of row
19966 \end_layout
19967
19968 \end_inset
19969 </cell>
19970 </row>
19971 <row>
19972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19973 \begin_inset Text
19974
19975 \begin_layout Plain Layout
19976 C
19977 \end_layout
19978
19979 \end_inset
19980 </cell>
19981 </row>
19982 </lyxtabular>
19983
19984 \end_inset
19985
19986
19987 \begin_inset space \hfill{}
19988 \end_inset
19989
19990
19991 \begin_inset space \hspace*{}
19992 \length 0pt
19993 \end_inset
19994
19995
19996 \begin_inset VSpace medskip
19997 \end_inset
19998
19999
20000 \begin_inset Newline newline
20001 \end_inset
20002
20003 So inserting space in the top of row for normal tables is only useful when
20004  you don't have vertical lines.
20005 \end_layout
20006
20007 \begin_layout Description
20008 Bottom
20009 \begin_inset space ~
20010 \end_inset
20011
20012 of
20013 \begin_inset space ~
20014 \end_inset
20015
20016 row will add space below the characters of the table row.
20017  If the table is a formal table \SpecialChar LyX
20018  will insert as default 0.5
20019 \begin_inset space \thinspace{}
20020 \end_inset
20021
20022 em space, for normal tables the default size is 2
20023 \begin_inset space \thinspace{}
20024 \end_inset
20025
20026 pt.
20027 \end_layout
20028
20029 \begin_layout Description
20030 Between
20031 \begin_inset space ~
20032 \end_inset
20033
20034 rows adds space between the current and the following row.
20035  If the table is a formal table \SpecialChar LyX
20036  will insert as default 0.5
20037 \begin_inset space \thinspace{}
20038 \end_inset
20039
20040 em space.
20041  For normal tables the inserted space will unfortunately destroy the vertical
20042  table lines as in the following table:
20043 \begin_inset VSpace medskip
20044 \end_inset
20045
20046
20047 \begin_inset Newline newline
20048 \end_inset
20049
20050
20051 \begin_inset space \hspace*{}
20052 \length 0pt
20053 \end_inset
20054
20055
20056 \begin_inset space \hfill{}
20057 \end_inset
20058
20059
20060 \begin_inset Tabular
20061 <lyxtabular version="3" rows="3" columns="1">
20062 <features tabularvalignment="middle">
20063 <column alignment="center" valignment="top">
20064 <row>
20065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20066 \begin_inset Text
20067
20068 \begin_layout Plain Layout
20069 A
20070 \end_layout
20071
20072 \end_inset
20073 </cell>
20074 </row>
20075 <row interlinespace="3mm">
20076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20077 \begin_inset Text
20078
20079 \begin_layout Plain Layout
20080 \begin_inset Formula $\downarrow$
20081 \end_inset
20082
20083  3
20084 \begin_inset space \thinspace{}
20085 \end_inset
20086
20087 mm space between row 
20088 \begin_inset Formula $\downarrow$
20089 \end_inset
20090
20091
20092 \end_layout
20093
20094 \end_inset
20095 </cell>
20096 </row>
20097 <row>
20098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20099 \begin_inset Text
20100
20101 \begin_layout Plain Layout
20102 \begin_inset Formula $\uparrow$
20103 \end_inset
20104
20105  3
20106 \begin_inset space \thinspace{}
20107 \end_inset
20108
20109 mm space between row 
20110 \begin_inset Formula $\uparrow$
20111 \end_inset
20112
20113
20114 \end_layout
20115
20116 \end_inset
20117 </cell>
20118 </row>
20119 </lyxtabular>
20120
20121 \end_inset
20122
20123
20124 \begin_inset space \hfill{}
20125 \end_inset
20126
20127
20128 \begin_inset space \hspace*{}
20129 \length 0pt
20130 \end_inset
20131
20132
20133 \begin_inset VSpace medskip
20134 \end_inset
20135
20136
20137 \begin_inset Newline newline
20138 \end_inset
20139
20140 So inserting space between rows for normal tables is only useful when you
20141  don't have vertical lines.
20142 \end_layout
20143
20144 \begin_layout Standard
20145 \begin_inset VSpace bigskip
20146 \end_inset
20147
20148 When you want to add extra height to all cells of all tables, you can do
20149  this with the following preamble lines:
20150 \end_layout
20151
20152 \begin_layout Standard
20153
20154 \series bold
20155
20156 \backslash
20157 @ifundefined{extrarowheight}
20158 \begin_inset Newline newline
20159 \end_inset
20160
20161
20162 \begin_inset Phantom HPhantom
20163 status open
20164
20165 \begin_layout Plain Layout
20166
20167 \series bold
20168 \begin_inset space ~
20169 \end_inset
20170
20171
20172 \end_layout
20173
20174 \end_inset
20175
20176 {
20177 \backslash
20178 usepackage{array}}{}
20179 \begin_inset Newline newline
20180 \end_inset
20181
20182
20183 \backslash
20184 setlength{
20185 \backslash
20186 extrarowheight}{height}
20187 \series default
20188
20189 \begin_inset Note Note
20190 status collapsed
20191
20192 \begin_layout Plain Layout
20193 The package 
20194 \series bold
20195 array
20196 \series default
20197  will be loaded automatically by \SpecialChar LyX
20198  when you use self defined table formats.
20199  To avoid that it being loaded twice the command 
20200 \series bold
20201
20202 \backslash
20203 @ifundefined
20204 \series default
20205  is used in the above command.
20206 \end_layout
20207
20208 \end_inset
20209
20210
20211 \end_layout
20212
20213 \begin_layout Standard
20214 where the 
20215 \family sans
20216 height
20217 \family default
20218  can have one of the units listed in appendix
20219 \begin_inset space ~
20220 \end_inset
20221
20222
20223 \begin_inset CommandInset ref
20224 LatexCommand ref
20225 reference "cha:Units-available-in"
20226
20227 \end_inset
20228
20229 .
20230  But this has the disadvantage that the cell texts are no longer exactly
20231  vertically centered.
20232 \end_layout
20233
20234 \begin_layout Standard
20235 If you are using font sizes larger than the normal size, the table borders
20236  are often too close to the letters.
20237  This can be corrected by inserting the command 
20238 \series bold
20239
20240 \backslash
20241 strut
20242 \series default
20243  in \SpecialChar TeX
20244  Code at the beginning of a table row.
20245  Table
20246 \begin_inset space ~
20247 \end_inset
20248
20249
20250 \begin_inset CommandInset ref
20251 LatexCommand ref
20252 reference "tab:Vertical-alignment-of"
20253
20254 \end_inset
20255
20256  illustrates the effect.
20257 \end_layout
20258
20259 \begin_layout Standard
20260 \noindent
20261 \begin_inset Float table
20262 placement h
20263 wide false
20264 sideways false
20265 status open
20266
20267 \begin_layout Plain Layout
20268 \begin_inset Caption Standard
20269
20270 \begin_layout Plain Layout
20271 \begin_inset CommandInset label
20272 LatexCommand label
20273 name "tab:Vertical-alignment-of"
20274
20275 \end_inset
20276
20277 Vertical alignment of text with large font sizes.
20278 \end_layout
20279
20280 \end_inset
20281
20282
20283 \end_layout
20284
20285 \begin_layout Plain Layout
20286 \begin_inset space \hfill{}
20287 \end_inset
20288
20289
20290 \begin_inset Float table
20291 wide false
20292 sideways false
20293 status collapsed
20294
20295 \begin_layout Plain Layout
20296 \begin_inset Caption Standard
20297
20298 \begin_layout Plain Layout
20299 Normal table.
20300 \end_layout
20301
20302 \end_inset
20303
20304
20305 \end_layout
20306
20307 \begin_layout Plain Layout
20308 \noindent
20309 \align center
20310 \begin_inset Tabular
20311 <lyxtabular version="3" rows="6" columns="1">
20312 <features tabularvalignment="middle">
20313 <column alignment="left" valignment="top">
20314 <row>
20315 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20316 \begin_inset Text
20317
20318 \begin_layout Plain Layout
20319 Normal, g
20320 \end_layout
20321
20322 \end_inset
20323 </cell>
20324 </row>
20325 <row>
20326 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20327 \begin_inset Text
20328
20329 \begin_layout Plain Layout
20330
20331 \size large
20332 Large
20333 \end_layout
20334
20335 \end_inset
20336 </cell>
20337 </row>
20338 <row>
20339 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20340 \begin_inset Text
20341
20342 \begin_layout Plain Layout
20343
20344 \size larger
20345 Larger
20346 \end_layout
20347
20348 \end_inset
20349 </cell>
20350 </row>
20351 <row>
20352 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20353 \begin_inset Text
20354
20355 \begin_layout Plain Layout
20356
20357 \size largest
20358 Largest
20359 \end_layout
20360
20361 \end_inset
20362 </cell>
20363 </row>
20364 <row>
20365 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20366 \begin_inset Text
20367
20368 \begin_layout Plain Layout
20369
20370 \size huge
20371 Huge
20372 \end_layout
20373
20374 \end_inset
20375 </cell>
20376 </row>
20377 <row>
20378 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20379 \begin_inset Text
20380
20381 \begin_layout Plain Layout
20382
20383 \size huge
20384 Huger
20385 \end_layout
20386
20387 \end_inset
20388 </cell>
20389 </row>
20390 </lyxtabular>
20391
20392 \end_inset
20393
20394
20395 \end_layout
20396
20397 \end_inset
20398
20399
20400 \begin_inset space \hfill{}
20401 \end_inset
20402
20403
20404 \begin_inset Float table
20405 wide false
20406 sideways false
20407 status collapsed
20408
20409 \begin_layout Plain Layout
20410 \begin_inset Caption Standard
20411
20412 \begin_layout Plain Layout
20413 Table using the command 
20414 \series bold
20415
20416 \backslash
20417 strut
20418 \series default
20419 .
20420 \end_layout
20421
20422 \end_inset
20423
20424
20425 \end_layout
20426
20427 \begin_layout Plain Layout
20428 \noindent
20429 \align center
20430 \begin_inset Tabular
20431 <lyxtabular version="3" rows="6" columns="1">
20432 <features tabularvalignment="middle">
20433 <column alignment="left" valignment="top">
20434 <row>
20435 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20436 \begin_inset Text
20437
20438 \begin_layout Plain Layout
20439 Normal, g
20440 \end_layout
20441
20442 \end_inset
20443 </cell>
20444 </row>
20445 <row>
20446 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20447 \begin_inset Text
20448
20449 \begin_layout Plain Layout
20450
20451 \size large
20452 \begin_inset ERT
20453 status collapsed
20454
20455 \begin_layout Plain Layout
20456
20457
20458 \backslash
20459 strut 
20460 \end_layout
20461
20462 \end_inset
20463
20464 Large
20465 \end_layout
20466
20467 \end_inset
20468 </cell>
20469 </row>
20470 <row>
20471 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20472 \begin_inset Text
20473
20474 \begin_layout Plain Layout
20475
20476 \size larger
20477 \begin_inset ERT
20478 status collapsed
20479
20480 \begin_layout Plain Layout
20481
20482
20483 \backslash
20484 strut 
20485 \end_layout
20486
20487 \end_inset
20488
20489 Larger
20490 \end_layout
20491
20492 \end_inset
20493 </cell>
20494 </row>
20495 <row>
20496 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20497 \begin_inset Text
20498
20499 \begin_layout Plain Layout
20500
20501 \size largest
20502 \begin_inset ERT
20503 status collapsed
20504
20505 \begin_layout Plain Layout
20506
20507
20508 \backslash
20509 strut 
20510 \end_layout
20511
20512 \end_inset
20513
20514 Largest
20515 \end_layout
20516
20517 \end_inset
20518 </cell>
20519 </row>
20520 <row>
20521 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20522 \begin_inset Text
20523
20524 \begin_layout Plain Layout
20525
20526 \size huge
20527 \begin_inset ERT
20528 status collapsed
20529
20530 \begin_layout Plain Layout
20531
20532
20533 \backslash
20534 strut 
20535 \end_layout
20536
20537 \end_inset
20538
20539 Huge
20540 \end_layout
20541
20542 \end_inset
20543 </cell>
20544 </row>
20545 <row>
20546 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20547 \begin_inset Text
20548
20549 \begin_layout Plain Layout
20550
20551 \size giant
20552 \begin_inset ERT
20553 status collapsed
20554
20555 \begin_layout Plain Layout
20556
20557
20558 \backslash
20559 strut 
20560 \end_layout
20561
20562 \end_inset
20563
20564
20565 \size huge
20566 Huger
20567 \end_layout
20568
20569 \end_inset
20570 </cell>
20571 </row>
20572 </lyxtabular>
20573
20574 \end_inset
20575
20576
20577 \end_layout
20578
20579 \end_inset
20580
20581
20582 \begin_inset space \hfill{}
20583 \end_inset
20584
20585
20586 \end_layout
20587
20588 \end_inset
20589
20590
20591 \end_layout
20592
20593 \begin_layout Subsection
20594 Special Cell Alignment
20595 \begin_inset CommandInset label
20596 LatexCommand label
20597 name "subsec:Special-Cell-Alignment"
20598
20599 \end_inset
20600
20601
20602 \begin_inset Index idx
20603 status collapsed
20604
20605 \begin_layout Plain Layout
20606 Table Customization ! Special Cell Alignment
20607 \end_layout
20608
20609 \end_inset
20610
20611
20612 \end_layout
20613
20614 \begin_layout Standard
20615 Sometimes it looks better when the cell entries of a column are aligned
20616  with a special character, e.
20617 \begin_inset space \thinspace{}
20618 \end_inset
20619
20620 g.
20621 \begin_inset space \space{}
20622 \end_inset
20623
20624 with the decimal separator as in Table
20625 \begin_inset space ~
20626 \end_inset
20627
20628
20629 \begin_inset CommandInset ref
20630 LatexCommand ref
20631 reference "tab:Table-cells-align"
20632
20633 \end_inset
20634
20635 .
20636  This alignment is achieved by setting the cursor into the column and then
20637  either pressing the toolbar button 
20638 \begin_inset Info
20639 type  "icon"
20640 arg   "tabular-feature align-decimal"
20641 \end_inset
20642
20643  or setting the alignment in the table settings to 
20644 \family sans
20645 At
20646 \begin_inset space ~
20647 \end_inset
20648
20649 Decimal
20650 \begin_inset space ~
20651 \end_inset
20652
20653 Separator
20654 \family default
20655 .
20656  The alignment character can be a character of your choice and is specified
20657  in the table settings.
20658 \end_layout
20659
20660 \begin_layout Standard
20661 \begin_inset Float table
20662 placement h
20663 wide false
20664 sideways false
20665 status open
20666
20667 \begin_layout Plain Layout
20668 \begin_inset Caption Standard
20669
20670 \begin_layout Plain Layout
20671 \begin_inset CommandInset label
20672 LatexCommand label
20673 name "tab:Table-cells-align"
20674
20675 \end_inset
20676
20677 Table cells of a column aligned with the decimal separator.
20678 \end_layout
20679
20680 \end_inset
20681
20682
20683 \end_layout
20684
20685 \begin_layout Plain Layout
20686 \align center
20687 \begin_inset Tabular
20688 <lyxtabular version="3" rows="4" columns="1">
20689 <features booktabs="true" tabularvalignment="middle">
20690 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
20691 <row>
20692 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20693 \begin_inset Text
20694
20695 \begin_layout Plain Layout
20696 heading
20697 \end_layout
20698
20699 \end_inset
20700 </cell>
20701 </row>
20702 <row>
20703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20704 \begin_inset Text
20705
20706 \begin_layout Plain Layout
20707 12.6
20708 \end_layout
20709
20710 \end_inset
20711 </cell>
20712 </row>
20713 <row>
20714 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20715 \begin_inset Text
20716
20717 \begin_layout Plain Layout
20718 0.68
20719 \end_layout
20720
20721 \end_inset
20722 </cell>
20723 </row>
20724 <row>
20725 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20726 \begin_inset Text
20727
20728 \begin_layout Plain Layout
20729 -123.0
20730 \end_layout
20731
20732 \end_inset
20733 </cell>
20734 </row>
20735 </lyxtabular>
20736
20737 \end_inset
20738
20739
20740 \end_layout
20741
20742 \end_inset
20743
20744
20745 \end_layout
20746
20747 \begin_layout Standard
20748 \begin_inset Float table
20749 placement h
20750 wide false
20751 sideways false
20752 status open
20753
20754 \begin_layout Plain Layout
20755 \begin_inset Caption Standard
20756
20757 \begin_layout Plain Layout
20758 \begin_inset CommandInset label
20759 LatexCommand label
20760 name "tab:Table-align-operator"
20761
20762 \end_inset
20763
20764 Table cells of a column aligned with the operators.
20765 \end_layout
20766
20767 \end_inset
20768
20769
20770 \end_layout
20771
20772 \begin_layout Plain Layout
20773 \align center
20774 \begin_inset Tabular
20775 <lyxtabular version="3" rows="4" columns="2">
20776 <features booktabs="true" tabularvalignment="middle">
20777 <column alignment="right" valignment="top" width="0pt">
20778 <column alignment="left" valignment="top" width="0pt" special="@{}l">
20779 <row>
20780 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20781 \begin_inset Text
20782
20783 \begin_layout Plain Layout
20784 heading
20785 \end_layout
20786
20787 \end_inset
20788 </cell>
20789 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20790 \begin_inset Text
20791
20792 \begin_layout Plain Layout
20793
20794 \end_layout
20795
20796 \end_inset
20797 </cell>
20798 </row>
20799 <row>
20800 <cell alignment="center" valignment="top" usebox="none">
20801 \begin_inset Text
20802
20803 \begin_layout Plain Layout
20804 \begin_inset Formula $12\,+$
20805 \end_inset
20806
20807
20808 \end_layout
20809
20810 \end_inset
20811 </cell>
20812 <cell alignment="center" valignment="top" usebox="none">
20813 \begin_inset Text
20814
20815 \begin_layout Plain Layout
20816 \begin_inset Formula $\,6$
20817 \end_inset
20818
20819
20820 \end_layout
20821
20822 \end_inset
20823 </cell>
20824 </row>
20825 <row>
20826 <cell alignment="center" valignment="top" usebox="none">
20827 \begin_inset Text
20828
20829 \begin_layout Plain Layout
20830 \begin_inset Formula $0\,-$
20831 \end_inset
20832
20833
20834 \end_layout
20835
20836 \end_inset
20837 </cell>
20838 <cell alignment="center" valignment="top" usebox="none">
20839 \begin_inset Text
20840
20841 \begin_layout Plain Layout
20842 \begin_inset Formula $\,68$
20843 \end_inset
20844
20845
20846 \end_layout
20847
20848 \end_inset
20849 </cell>
20850 </row>
20851 <row>
20852 <cell alignment="center" valignment="top" usebox="none">
20853 \begin_inset Text
20854
20855 \begin_layout Plain Layout
20856 \begin_inset Formula $-123\,/$
20857 \end_inset
20858
20859
20860 \end_layout
20861
20862 \end_inset
20863 </cell>
20864 <cell alignment="center" valignment="top" usebox="none">
20865 \begin_inset Text
20866
20867 \begin_layout Plain Layout
20868 \begin_inset Formula $\,0$
20869 \end_inset
20870
20871
20872 \end_layout
20873
20874 \end_inset
20875 </cell>
20876 </row>
20877 </lyxtabular>
20878
20879 \end_inset
20880
20881
20882 \end_layout
20883
20884 \end_inset
20885
20886
20887 \end_layout
20888
20889 \begin_layout Standard
20890 For alignments at characters in formulas this method does not work because
20891  the field to specify the alignment character does not allow formulas.
20892  In this case one need to use the method from Table
20893 \begin_inset space ~
20894 \end_inset
20895
20896
20897 \begin_inset CommandInset ref
20898 LatexCommand ref
20899 reference "tab:Table-align-operator"
20900
20901 \end_inset
20902
20903 .
20904  This table was created with a 4×2 table.
20905  The heading is a centered multicolumn.
20906  The first column is right-aligned and contains the first part including
20907  the operator.
20908  The second column is left aligned and contains the rest.
20909  A small space was added at the beginning of each cell of the second column
20910  to get the space that is usually around operators.
20911  To omit the space that is normally between two table columns, the following
20912  \SpecialChar LaTeX
20913 -argument was used for the second column:
20914 \end_layout
20915
20916 \begin_layout Standard
20917
20918 \series bold
20919 @{}l
20920 \end_layout
20921
20922 \begin_layout Standard
20923 Table
20924 \begin_inset space ~
20925 \end_inset
20926
20927
20928 \begin_inset CommandInset ref
20929 LatexCommand ref
20930 reference "tab:Several-table-cell"
20931
20932 \end_inset
20933
20934  shows some example alignments.
20935  For the alignment with the relation sign, a small space was added like
20936  for the second column of Table
20937 \begin_inset space ~
20938 \end_inset
20939
20940
20941 \begin_inset CommandInset ref
20942 LatexCommand ref
20943 reference "tab:Table-align-operator"
20944
20945 \end_inset
20946
20947 .
20948 \end_layout
20949
20950 \begin_layout Standard
20951 \begin_inset Float table
20952 placement h
20953 wide false
20954 sideways false
20955 status open
20956
20957 \begin_layout Plain Layout
20958 \begin_inset Caption Standard
20959
20960 \begin_layout Plain Layout
20961 \begin_inset CommandInset label
20962 LatexCommand label
20963 name "tab:Several-table-cell"
20964
20965 \end_inset
20966
20967 Several table cell alignments.
20968 \end_layout
20969
20970 \end_inset
20971
20972
20973 \end_layout
20974
20975 \begin_layout Plain Layout
20976 \align center
20977 \begin_inset Tabular
20978 <lyxtabular version="3" rows="4" columns="6">
20979 <features tabularvalignment="middle">
20980 <column alignment="right" valignment="top">
20981 <column alignment="left" valignment="top" special="@{}l">
20982 <column alignment="right" valignment="top">
20983 <column alignment="left" valignment="top" special="@{}l">
20984 <column alignment="right" valignment="top">
20985 <column alignment="left" valignment="top" special="@{}l">
20986 <row>
20987 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20988 \begin_inset Text
20989
20990 \begin_layout Plain Layout
20991 units
20992 \end_layout
20993
20994 \end_inset
20995 </cell>
20996 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20997 \begin_inset Text
20998
20999 \begin_layout Plain Layout
21000
21001 \end_layout
21002
21003 \end_inset
21004 </cell>
21005 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21006 \begin_inset Text
21007
21008 \begin_layout Plain Layout
21009 exponents
21010 \end_layout
21011
21012 \end_inset
21013 </cell>
21014 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21015 \begin_inset Text
21016
21017 \begin_layout Plain Layout
21018
21019 \end_layout
21020
21021 \end_inset
21022 </cell>
21023 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21024 \begin_inset Text
21025
21026 \begin_layout Plain Layout
21027 relations
21028 \end_layout
21029
21030 \end_inset
21031 </cell>
21032 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21033 \begin_inset Text
21034
21035 \begin_layout Plain Layout
21036
21037 \end_layout
21038
21039 \end_inset
21040 </cell>
21041 </row>
21042 <row>
21043 <cell alignment="center" valignment="top" usebox="none">
21044 \begin_inset Text
21045
21046 \begin_layout Plain Layout
21047 12×
21048 \end_layout
21049
21050 \end_inset
21051 </cell>
21052 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21053 \begin_inset Text
21054
21055 \begin_layout Plain Layout
21056 24
21057 \begin_inset space \thinspace{}
21058 \end_inset
21059
21060 bottles
21061 \end_layout
21062
21063 \end_inset
21064 </cell>
21065 <cell alignment="center" valignment="top" usebox="none">
21066 \begin_inset Text
21067
21068 \begin_layout Plain Layout
21069 \begin_inset Formula $10\cdot$
21070 \end_inset
21071
21072
21073 \end_layout
21074
21075 \end_inset
21076 </cell>
21077 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21078 \begin_inset Text
21079
21080 \begin_layout Plain Layout
21081 \begin_inset Formula $10^{\mbox{-}17}$
21082 \end_inset
21083
21084
21085 \end_layout
21086
21087 \end_inset
21088 </cell>
21089 <cell alignment="center" valignment="top" usebox="none">
21090 \begin_inset Text
21091
21092 \begin_layout Plain Layout
21093 \begin_inset Formula $\Gamma(t)\propto$
21094 \end_inset
21095
21096
21097 \end_layout
21098
21099 \end_inset
21100 </cell>
21101 <cell alignment="center" valignment="top" usebox="none">
21102 \begin_inset Text
21103
21104 \begin_layout Plain Layout
21105 \begin_inset Formula $\:\Upsilon(t)$
21106 \end_inset
21107
21108
21109 \end_layout
21110
21111 \end_inset
21112 </cell>
21113 </row>
21114 <row>
21115 <cell alignment="center" valignment="top" usebox="none">
21116 \begin_inset Text
21117
21118 \begin_layout Plain Layout
21119 1024×
21120 \end_layout
21121
21122 \end_inset
21123 </cell>
21124 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21125 \begin_inset Text
21126
21127 \begin_layout Plain Layout
21128 768
21129 \begin_inset space \thinspace{}
21130 \end_inset
21131
21132 Pixels
21133 \end_layout
21134
21135 \end_inset
21136 </cell>
21137 <cell alignment="center" valignment="top" usebox="none">
21138 \begin_inset Text
21139
21140 \begin_layout Plain Layout
21141 \begin_inset Formula $5.78\cdot$
21142 \end_inset
21143
21144
21145 \end_layout
21146
21147 \end_inset
21148 </cell>
21149 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21150 \begin_inset Text
21151
21152 \begin_layout Plain Layout
21153 \begin_inset Formula $10^{7}$
21154 \end_inset
21155
21156
21157 \end_layout
21158
21159 \end_inset
21160 </cell>
21161 <cell alignment="center" valignment="top" usebox="none">
21162 \begin_inset Text
21163
21164 \begin_layout Plain Layout
21165 \begin_inset Formula $A\ne$
21166 \end_inset
21167
21168
21169 \end_layout
21170
21171 \end_inset
21172 </cell>
21173 <cell alignment="center" valignment="top" usebox="none">
21174 \begin_inset Text
21175
21176 \begin_layout Plain Layout
21177 \begin_inset Formula $\:B_{\mathrm{red}}$
21178 \end_inset
21179
21180
21181 \end_layout
21182
21183 \end_inset
21184 </cell>
21185 </row>
21186 <row>
21187 <cell alignment="center" valignment="top" usebox="none">
21188 \begin_inset Text
21189
21190 \begin_layout Plain Layout
21191 32×
21192 \end_layout
21193
21194 \end_inset
21195 </cell>
21196 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21197 \begin_inset Text
21198
21199 \begin_layout Plain Layout
21200 6
21201 \begin_inset space \thinspace{}
21202 \end_inset
21203
21204 cm
21205 \end_layout
21206
21207 \end_inset
21208 </cell>
21209 <cell alignment="center" valignment="top" usebox="none">
21210 \begin_inset Text
21211
21212 \begin_layout Plain Layout
21213 -
21214 \begin_inset Formula $33.5\cdot$
21215 \end_inset
21216
21217
21218 \end_layout
21219
21220 \end_inset
21221 </cell>
21222 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21223 \begin_inset Text
21224
21225 \begin_layout Plain Layout
21226 \begin_inset Formula $10^{4}$
21227 \end_inset
21228
21229
21230 \end_layout
21231
21232 \end_inset
21233 </cell>
21234 <cell alignment="center" valignment="top" usebox="none">
21235 \begin_inset Text
21236
21237 \begin_layout Plain Layout
21238 \begin_inset Formula $\sin(\alpha)\ge$
21239 \end_inset
21240
21241
21242 \end_layout
21243
21244 \end_inset
21245 </cell>
21246 <cell alignment="center" valignment="top" usebox="none">
21247 \begin_inset Text
21248
21249 \begin_layout Plain Layout
21250 \begin_inset Formula $\:\sin(\beta)$
21251 \end_inset
21252
21253
21254 \end_layout
21255
21256 \end_inset
21257 </cell>
21258 </row>
21259 </lyxtabular>
21260
21261 \end_inset
21262
21263
21264 \end_layout
21265
21266 \end_inset
21267
21268
21269 \end_layout
21270
21271 \begin_layout Subsection
21272 Customized Cell/Column Format
21273 \begin_inset CommandInset label
21274 LatexCommand label
21275 name "subsec:Customized-Format"
21276
21277 \end_inset
21278
21279
21280 \begin_inset Index idx
21281 status collapsed
21282
21283 \begin_layout Plain Layout
21284 Table Customization ! Cell/Column Format
21285 \end_layout
21286
21287 \end_inset
21288
21289
21290 \end_layout
21291
21292 \begin_layout Standard
21293 Calculating the required width for normal columns as described in section
21294 \begin_inset space ~
21295 \end_inset
21296
21297
21298 \begin_inset CommandInset ref
21299 LatexCommand ref
21300 reference "sec:Table-Width-Calculation"
21301
21302 \end_inset
21303
21304  or for spanned columns as described in section
21305 \begin_inset space ~
21306 \end_inset
21307
21308
21309 \begin_inset CommandInset ref
21310 LatexCommand ref
21311 reference "subsec:Multicolumn-Calculations"
21312
21313 \end_inset
21314
21315  is very annoying if you have several tables where a calculation is necessary.
21316  To make life easier, you can define a cell/column format in the preamble,
21317  that can be used in all tables of the document.
21318  The format is defined with the command
21319 \end_layout
21320
21321 \begin_layout Standard
21322
21323 \series bold
21324
21325 \backslash
21326 newcolumntype{name of format}[number of arguments]{commands}
21327 \end_layout
21328
21329 \begin_layout Standard
21330 The format name may only consist of one letter.
21331  The letters 
21332 \emph on
21333 b
21334 \emph default
21335
21336 \emph on
21337 c
21338 \emph default
21339
21340 \emph on
21341 l
21342 \emph default
21343
21344 \emph on
21345 m
21346 \emph default
21347
21348 \emph on
21349 p
21350 \emph default
21351  and 
21352 \emph on
21353 r
21354 \emph default
21355  are predefined and cannot be used.
21356  But all letters are allowed as capitals.
21357 \end_layout
21358
21359 \begin_layout Standard
21360 \begin_inset VSpace medskip
21361 \end_inset
21362
21363
21364 \end_layout
21365
21366 \begin_layout Standard
21367 For vertically and horizontally centered multicolumn cells with a fixed
21368  width you can define the cell format
21369 \end_layout
21370
21371 \begin_layout Standard
21372
21373 \series bold
21374
21375 \backslash
21376 newcolumntype{M}[1]{>{
21377 \backslash
21378 centering
21379 \backslash
21380 hspace{0pt}}m{#1}}
21381 \end_layout
21382
21383 \begin_layout Standard
21384 where 
21385 \series bold
21386
21387 \backslash
21388 hspace{0pt}
21389 \series default
21390  avoids the problem of hyphenating the first word, as described in section
21391 \begin_inset space ~
21392 \end_inset
21393
21394
21395 \begin_inset CommandInset ref
21396 LatexCommand ref
21397 reference "subsec:Multiple-Lines-in"
21398
21399 \end_inset
21400
21401 .
21402  Now you can simply enter
21403 \end_layout
21404
21405 \begin_layout Standard
21406
21407 \series bold
21408 M{width}
21409 \end_layout
21410
21411 \begin_layout Standard
21412 as 
21413 \family sans
21414 \SpecialChar LaTeX
21415 -argument
21416 \family default
21417  in the table dialog to create a multicolumn.
21418 \end_layout
21419
21420 \begin_layout Standard
21421 \begin_inset VSpace bigskip
21422 \end_inset
21423
21424
21425 \end_layout
21426
21427 \begin_layout Standard
21428 For cells spanned by a multicolumn cell, you can define the format
21429 \end_layout
21430
21431 \begin_layout Standard
21432
21433 \series bold
21434
21435 \backslash
21436 newcolumntype{S}[2]{>{
21437 \backslash
21438 centering
21439 \backslash
21440 hspace{0pt}}
21441 \begin_inset Newline newline
21442 \end_inset
21443
21444
21445 \begin_inset Phantom HPhantom
21446 status open
21447
21448 \begin_layout Plain Layout
21449
21450 \series bold
21451
21452 \backslash
21453 newcolumntype
21454 \end_layout
21455
21456 \end_inset
21457
21458 m{(#1+(2
21459 \backslash
21460 tabcolsep+
21461 \backslash
21462 arrayrulewidth)*(1-#2))/#2}}
21463 \end_layout
21464
21465 \begin_layout Standard
21466 This format uses equation 
21467 \begin_inset CommandInset ref
21468 LatexCommand eqref
21469 reference "eq:Wgn"
21470
21471 \end_inset
21472
21473  to calculate the required width so that each spanned cell has the same
21474  width.
21475 \end_layout
21476
21477 \begin_layout Standard
21478 You can now enter
21479 \end_layout
21480
21481 \begin_layout Standard
21482
21483 \series bold
21484 S{width of multicolumn cell}{number of spanned columns}
21485 \end_layout
21486
21487 \begin_layout Standard
21488 as \SpecialChar LaTeX
21489 -argument of the column.
21490 \end_layout
21491
21492 \begin_layout Standard
21493 \begin_inset VSpace bigskip
21494 \end_inset
21495
21496
21497 \end_layout
21498
21499 \begin_layout Standard
21500 For colored columns, you can define
21501 \end_layout
21502
21503 \begin_layout Standard
21504
21505 \series bold
21506
21507 \backslash
21508 newcolumntype{K}[1]{>{
21509 \backslash
21510 columncolor{#1}
21511 \backslash
21512 hspace{0pt}}c}
21513 \end_layout
21514
21515 \begin_layout Standard
21516 The 
21517 \begin_inset Quotes eld
21518 \end_inset
21519
21520 c
21521 \begin_inset Quotes erd
21522 \end_inset
21523
21524  at the end creates a column with a flexible width whose text is horizontally
21525  centered.
21526  You can now enter
21527 \end_layout
21528
21529 \begin_layout Standard
21530
21531 \series bold
21532 K{color name}
21533 \end_layout
21534
21535 \begin_layout Standard
21536 as \SpecialChar LaTeX
21537 -argument.
21538 \end_layout
21539
21540 \begin_layout Standard
21541 \begin_inset VSpace bigskip
21542 \end_inset
21543
21544
21545 \end_layout
21546
21547 \begin_layout Standard
21548 To create Table
21549 \begin_inset space ~
21550 \end_inset
21551
21552
21553 \begin_inset CommandInset ref
21554 LatexCommand ref
21555 reference "tab:Table-using-user-defined"
21556
21557 \end_inset
21558
21559  use the \SpecialChar LaTeX
21560 -arguments
21561 \end_layout
21562
21563 \begin_layout Standard
21564
21565 \series bold
21566 M{2.5cm}
21567 \end_layout
21568
21569 \begin_layout Standard
21570 for the first column and the multicolumn,
21571 \end_layout
21572
21573 \begin_layout Standard
21574
21575 \series bold
21576 K{red}
21577 \end_layout
21578
21579 \begin_layout Standard
21580 for the last column, and
21581 \end_layout
21582
21583 \begin_layout Standard
21584
21585 \series bold
21586 S{2.5cm}{2}
21587 \end_layout
21588
21589 \begin_layout Standard
21590 for the cells in the second column.
21591 \end_layout
21592
21593 \begin_layout Standard
21594 \begin_inset Float table
21595 placement h
21596 wide false
21597 sideways false
21598 status open
21599
21600 \begin_layout Plain Layout
21601 \begin_inset Caption Standard
21602
21603 \begin_layout Plain Layout
21604 \begin_inset CommandInset label
21605 LatexCommand label
21606 name "tab:Table-using-user-defined"
21607
21608 \end_inset
21609
21610 Table using user-defined table formats
21611 \end_layout
21612
21613 \end_inset
21614
21615
21616 \end_layout
21617
21618 \begin_layout Plain Layout
21619 \align center
21620 \begin_inset Tabular
21621 <lyxtabular version="3" rows="3" columns="4">
21622 <features tabularvalignment="middle">
21623 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
21624 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
21625 <column alignment="center" valignment="middle">
21626 <column alignment="center" valignment="middle" special="K{red}">
21627 <row>
21628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21629 \begin_inset Text
21630
21631 \begin_layout Plain Layout
21632 verylongtablecellword
21633 \end_layout
21634
21635 \end_inset
21636 </cell>
21637 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
21638 \begin_inset Text
21639
21640 \begin_layout Plain Layout
21641 multiple lines multicolumn
21642 \end_layout
21643
21644 \end_inset
21645 </cell>
21646 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21647 \begin_inset Text
21648
21649 \begin_layout Plain Layout
21650
21651 \end_layout
21652
21653 \end_inset
21654 </cell>
21655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21656 \begin_inset Text
21657
21658 \begin_layout Plain Layout
21659 c
21660 \end_layout
21661
21662 \end_inset
21663 </cell>
21664 </row>
21665 <row>
21666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21667 \begin_inset Text
21668
21669 \begin_layout Plain Layout
21670 d
21671 \end_layout
21672
21673 \end_inset
21674 </cell>
21675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21676 \begin_inset Text
21677
21678 \begin_layout Plain Layout
21679 e
21680 \end_layout
21681
21682 \end_inset
21683 </cell>
21684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21685 \begin_inset Text
21686
21687 \begin_layout Plain Layout
21688 f
21689 \end_layout
21690
21691 \end_inset
21692 </cell>
21693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21694 \begin_inset Text
21695
21696 \begin_layout Plain Layout
21697 g
21698 \end_layout
21699
21700 \end_inset
21701 </cell>
21702 </row>
21703 <row>
21704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21705 \begin_inset Text
21706
21707 \begin_layout Plain Layout
21708 h
21709 \end_layout
21710
21711 \end_inset
21712 </cell>
21713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21714 \begin_inset Text
21715
21716 \begin_layout Plain Layout
21717 i
21718 \end_layout
21719
21720 \end_inset
21721 </cell>
21722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21723 \begin_inset Text
21724
21725 \begin_layout Plain Layout
21726 j
21727 \end_layout
21728
21729 \end_inset
21730 </cell>
21731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21732 \begin_inset Text
21733
21734 \begin_layout Plain Layout
21735 k
21736 \end_layout
21737
21738 \end_inset
21739 </cell>
21740 </row>
21741 </lyxtabular>
21742
21743 \end_inset
21744
21745
21746 \end_layout
21747
21748 \end_inset
21749
21750
21751 \end_layout
21752
21753 \begin_layout Subsection
21754 Line Thickness
21755 \begin_inset CommandInset label
21756 LatexCommand label
21757 name "subsec:Line-Thickness"
21758
21759 \end_inset
21760
21761
21762 \begin_inset Index idx
21763 status collapsed
21764
21765 \begin_layout Plain Layout
21766 Table Customization ! Line Thickness
21767 \end_layout
21768
21769 \end_inset
21770
21771
21772 \end_layout
21773
21774 \begin_layout Standard
21775 The line thickness for all lines in a table can be adjusted with the length
21776  
21777 \series bold
21778
21779 \backslash
21780 arrayrulewidth
21781 \series default
21782 .
21783  To set for example a line thickness of 1.5
21784 \begin_inset space \thinspace{}
21785 \end_inset
21786
21787 pt, as in Table
21788 \begin_inset space ~
21789 \end_inset
21790
21791
21792 \begin_inset CommandInset ref
21793 LatexCommand ref
21794 reference "tab:Table-with-1.5"
21795
21796 \end_inset
21797
21798 , insert the command
21799 \end_layout
21800
21801 \begin_layout Standard
21802
21803 \series bold
21804
21805 \backslash
21806 setlength{
21807 \backslash
21808 arrayrulewidth}{1.5pt}
21809 \end_layout
21810
21811 \begin_layout Standard
21812 in \SpecialChar TeX
21813  Code before the table or table float.
21814  The changed thickness is valid for all subsequent tables.
21815  To use the default value again, set 
21816 \series bold
21817
21818 \backslash
21819 arrayrulewidth
21820 \series default
21821  to 0.4
21822 \begin_inset space \thinspace{}
21823 \end_inset
21824
21825 pt in \SpecialChar TeX
21826  Code after the table or table float.
21827 \end_layout
21828
21829 \begin_layout Standard
21830 \begin_inset ERT
21831 status collapsed
21832
21833 \begin_layout Plain Layout
21834
21835
21836 \backslash
21837 setlength{
21838 \backslash
21839 arrayrulewidth}{1.5pt}
21840 \end_layout
21841
21842 \end_inset
21843
21844
21845 \begin_inset Float table
21846 wide false
21847 sideways false
21848 status open
21849
21850 \begin_layout Plain Layout
21851 \begin_inset Caption Standard
21852
21853 \begin_layout Plain Layout
21854 \begin_inset CommandInset label
21855 LatexCommand label
21856 name "tab:Table-with-1.5"
21857
21858 \end_inset
21859
21860 Table with 1.5
21861 \begin_inset space \thinspace{}
21862 \end_inset
21863
21864 pt thick lines
21865 \end_layout
21866
21867 \end_inset
21868
21869
21870 \end_layout
21871
21872 \begin_layout Plain Layout
21873 \align center
21874 \begin_inset Tabular
21875 <lyxtabular version="3" rows="3" columns="3">
21876 <features tabularvalignment="middle">
21877 <column alignment="center" valignment="top">
21878 <column alignment="center" valignment="top">
21879 <column alignment="center" valignment="top">
21880 <row>
21881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21882 \begin_inset Text
21883
21884 \begin_layout Plain Layout
21885 sd
21886 \end_layout
21887
21888 \end_inset
21889 </cell>
21890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21891 \begin_inset Text
21892
21893 \begin_layout Plain Layout
21894
21895 \end_layout
21896
21897 \end_inset
21898 </cell>
21899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21900 \begin_inset Text
21901
21902 \begin_layout Plain Layout
21903
21904 \end_layout
21905
21906 \end_inset
21907 </cell>
21908 </row>
21909 <row>
21910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21911 \begin_inset Text
21912
21913 \begin_layout Plain Layout
21914
21915 \end_layout
21916
21917 \end_inset
21918 </cell>
21919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21920 \begin_inset Text
21921
21922 \begin_layout Plain Layout
21923 sd
21924 \end_layout
21925
21926 \end_inset
21927 </cell>
21928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21929 \begin_inset Text
21930
21931 \begin_layout Plain Layout
21932
21933 \end_layout
21934
21935 \end_inset
21936 </cell>
21937 </row>
21938 <row>
21939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21940 \begin_inset Text
21941
21942 \begin_layout Plain Layout
21943
21944 \end_layout
21945
21946 \end_inset
21947 </cell>
21948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21949 \begin_inset Text
21950
21951 \begin_layout Plain Layout
21952
21953 \end_layout
21954
21955 \end_inset
21956 </cell>
21957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21958 \begin_inset Text
21959
21960 \begin_layout Plain Layout
21961 sd
21962 \end_layout
21963
21964 \end_inset
21965 </cell>
21966 </row>
21967 </lyxtabular>
21968
21969 \end_inset
21970
21971
21972 \end_layout
21973
21974 \end_inset
21975
21976
21977 \begin_inset ERT
21978 status collapsed
21979
21980 \begin_layout Plain Layout
21981
21982
21983 \backslash
21984 setlength{
21985 \backslash
21986 arrayrulewidth}{0.4pt}
21987 \end_layout
21988
21989 \end_inset
21990
21991
21992 \end_layout
21993
21994 \begin_layout Standard
21995 \begin_inset VSpace bigskip
21996 \end_inset
21997
21998 To set the line thickness to 1.5
21999 \begin_inset space \thinspace{}
22000 \end_inset
22001
22002 pt only for horizontal lines, as in Table
22003 \begin_inset space ~
22004 \end_inset
22005
22006
22007 \begin_inset CommandInset ref
22008 LatexCommand ref
22009 reference "tab:Table-with-horizontal"
22010
22011 \end_inset
22012
22013 , insert these commands in \SpecialChar TeX
22014  Code before the table or table float:
22015 \end_layout
22016
22017 \begin_layout Standard
22018
22019 \series bold
22020
22021 \backslash
22022 let
22023 \backslash
22024 myHline
22025 \backslash
22026 hline
22027 \begin_inset Newline newline
22028 \end_inset
22029
22030
22031 \backslash
22032 renewcommand{
22033 \backslash
22034 hline}
22035 \begin_inset Newline newline
22036 \end_inset
22037
22038  {
22039 \backslash
22040 noalign{
22041 \backslash
22042 global
22043 \backslash
22044 arrayrulewidth 1.5pt}
22045 \begin_inset Newline newline
22046 \end_inset
22047
22048  
22049 \backslash
22050 myHline
22051 \backslash
22052 noalign{
22053 \backslash
22054 global
22055 \backslash
22056 arrayrulewidth 0.4pt}}
22057 \end_layout
22058
22059 \begin_layout Standard
22060 To return to the default line thickness, insert this command in \SpecialChar TeX
22061  Code after
22062  the table or table float:
22063 \end_layout
22064
22065 \begin_layout Standard
22066
22067 \series bold
22068
22069 \backslash
22070 renewcommand{
22071 \backslash
22072 hline}{
22073 \backslash
22074 myHline}
22075 \end_layout
22076
22077 \begin_layout Standard
22078 \begin_inset ERT
22079 status collapsed
22080
22081 \begin_layout Plain Layout
22082
22083
22084 \backslash
22085 let
22086 \backslash
22087 myHline
22088 \backslash
22089 hline
22090 \end_layout
22091
22092 \begin_layout Plain Layout
22093
22094
22095 \backslash
22096 renewcommand{
22097 \backslash
22098 hline}
22099 \end_layout
22100
22101 \begin_layout Plain Layout
22102
22103  {
22104 \backslash
22105 noalign{
22106 \backslash
22107 global
22108 \backslash
22109 arrayrulewidth 1.5pt}
22110 \end_layout
22111
22112 \begin_layout Plain Layout
22113
22114   
22115 \backslash
22116 myHline
22117 \backslash
22118 noalign{
22119 \backslash
22120 global
22121 \backslash
22122 arrayrulewidth 0.4pt}}
22123 \end_layout
22124
22125 \end_inset
22126
22127
22128 \begin_inset Float table
22129 wide false
22130 sideways false
22131 status open
22132
22133 \begin_layout Plain Layout
22134 \begin_inset Caption Standard
22135
22136 \begin_layout Plain Layout
22137 \begin_inset CommandInset label
22138 LatexCommand label
22139 name "tab:Table-with-horizontal"
22140
22141 \end_inset
22142
22143 Table with 1.5
22144 \begin_inset space \thinspace{}
22145 \end_inset
22146
22147 pt thick horizontal lines
22148 \end_layout
22149
22150 \end_inset
22151
22152
22153 \end_layout
22154
22155 \begin_layout Plain Layout
22156 \align center
22157 \begin_inset Tabular
22158 <lyxtabular version="3" rows="3" columns="3">
22159 <features tabularvalignment="middle">
22160 <column alignment="center" valignment="top">
22161 <column alignment="center" valignment="top">
22162 <column alignment="center" valignment="top">
22163 <row>
22164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22165 \begin_inset Text
22166
22167 \begin_layout Plain Layout
22168 sd
22169 \end_layout
22170
22171 \end_inset
22172 </cell>
22173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22174 \begin_inset Text
22175
22176 \begin_layout Plain Layout
22177
22178 \end_layout
22179
22180 \end_inset
22181 </cell>
22182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22183 \begin_inset Text
22184
22185 \begin_layout Plain Layout
22186
22187 \end_layout
22188
22189 \end_inset
22190 </cell>
22191 </row>
22192 <row>
22193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22194 \begin_inset Text
22195
22196 \begin_layout Plain Layout
22197
22198 \end_layout
22199
22200 \end_inset
22201 </cell>
22202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22203 \begin_inset Text
22204
22205 \begin_layout Plain Layout
22206 sd
22207 \end_layout
22208
22209 \end_inset
22210 </cell>
22211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22212 \begin_inset Text
22213
22214 \begin_layout Plain Layout
22215
22216 \end_layout
22217
22218 \end_inset
22219 </cell>
22220 </row>
22221 <row>
22222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22223 \begin_inset Text
22224
22225 \begin_layout Plain Layout
22226
22227 \end_layout
22228
22229 \end_inset
22230 </cell>
22231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22232 \begin_inset Text
22233
22234 \begin_layout Plain Layout
22235
22236 \end_layout
22237
22238 \end_inset
22239 </cell>
22240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22241 \begin_inset Text
22242
22243 \begin_layout Plain Layout
22244 sd
22245 \end_layout
22246
22247 \end_inset
22248 </cell>
22249 </row>
22250 </lyxtabular>
22251
22252 \end_inset
22253
22254
22255 \end_layout
22256
22257 \end_inset
22258
22259
22260 \begin_inset ERT
22261 status collapsed
22262
22263 \begin_layout Plain Layout
22264
22265
22266 \backslash
22267 renewcommand{
22268 \backslash
22269 hline}{
22270 \backslash
22271 myHline}
22272 \end_layout
22273
22274 \end_inset
22275
22276
22277 \end_layout
22278
22279 \begin_layout Standard
22280 \begin_inset VSpace bigskip
22281 \end_inset
22282
22283 To set the line thickness to 1.5
22284 \begin_inset space \thinspace{}
22285 \end_inset
22286
22287 pt only for vertical lines, create the following column format in the document
22288  preamble, according to the description in section
22289 \begin_inset space ~
22290 \end_inset
22291
22292
22293 \begin_inset CommandInset ref
22294 LatexCommand ref
22295 reference "subsec:Customized-Format"
22296
22297 \end_inset
22298
22299 :
22300 \end_layout
22301
22302 \begin_layout Standard
22303
22304 \series bold
22305
22306 \backslash
22307 newcolumntype{V}{!{
22308 \backslash
22309 vrule width 1.5pt}}
22310 \end_layout
22311
22312 \begin_layout Standard
22313 For Table
22314 \begin_inset space ~
22315 \end_inset
22316
22317
22318 \begin_inset CommandInset ref
22319 LatexCommand ref
22320 reference "tab:Table-with-vertical"
22321
22322 \end_inset
22323
22324  the \SpecialChar LaTeX
22325 -argument
22326 \end_layout
22327
22328 \begin_layout Standard
22329
22330 \series bold
22331 VcV
22332 \end_layout
22333
22334 \begin_layout Standard
22335 was used for the last column and
22336 \end_layout
22337
22338 \begin_layout Standard
22339
22340 \series bold
22341 Vc
22342 \end_layout
22343
22344 \begin_layout Standard
22345 for the other columns.
22346 \end_layout
22347
22348 \begin_layout Standard
22349 \begin_inset Float table
22350 wide false
22351 sideways false
22352 status open
22353
22354 \begin_layout Plain Layout
22355 \begin_inset Caption Standard
22356
22357 \begin_layout Plain Layout
22358 \begin_inset CommandInset label
22359 LatexCommand label
22360 name "tab:Table-with-vertical"
22361
22362 \end_inset
22363
22364 Table with 1.5
22365 \begin_inset space \thinspace{}
22366 \end_inset
22367
22368 pt thick vertical lines
22369 \end_layout
22370
22371 \end_inset
22372
22373
22374 \end_layout
22375
22376 \begin_layout Plain Layout
22377 \align center
22378 \begin_inset Tabular
22379 <lyxtabular version="3" rows="3" columns="3">
22380 <features tabularvalignment="middle">
22381 <column alignment="center" valignment="top" special="Vc">
22382 <column alignment="center" valignment="top" special="Vc">
22383 <column alignment="center" valignment="top" special="VcV">
22384 <row>
22385 <cell alignment="center" valignment="top" topline="true" usebox="none">
22386 \begin_inset Text
22387
22388 \begin_layout Plain Layout
22389 sd
22390 \end_layout
22391
22392 \end_inset
22393 </cell>
22394 <cell alignment="center" valignment="top" topline="true" usebox="none">
22395 \begin_inset Text
22396
22397 \begin_layout Plain Layout
22398
22399 \end_layout
22400
22401 \end_inset
22402 </cell>
22403 <cell alignment="center" valignment="top" topline="true" usebox="none">
22404 \begin_inset Text
22405
22406 \begin_layout Plain Layout
22407
22408 \end_layout
22409
22410 \end_inset
22411 </cell>
22412 </row>
22413 <row>
22414 <cell alignment="center" valignment="top" topline="true" usebox="none">
22415 \begin_inset Text
22416
22417 \begin_layout Plain Layout
22418
22419 \end_layout
22420
22421 \end_inset
22422 </cell>
22423 <cell alignment="center" valignment="top" topline="true" usebox="none">
22424 \begin_inset Text
22425
22426 \begin_layout Plain Layout
22427 sd
22428 \end_layout
22429
22430 \end_inset
22431 </cell>
22432 <cell alignment="center" valignment="top" topline="true" usebox="none">
22433 \begin_inset Text
22434
22435 \begin_layout Plain Layout
22436
22437 \end_layout
22438
22439 \end_inset
22440 </cell>
22441 </row>
22442 <row>
22443 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22444 \begin_inset Text
22445
22446 \begin_layout Plain Layout
22447
22448 \end_layout
22449
22450 \end_inset
22451 </cell>
22452 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22453 \begin_inset Text
22454
22455 \begin_layout Plain Layout
22456
22457 \end_layout
22458
22459 \end_inset
22460 </cell>
22461 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22462 \begin_inset Text
22463
22464 \begin_layout Plain Layout
22465 sd
22466 \end_layout
22467
22468 \end_inset
22469 </cell>
22470 </row>
22471 </lyxtabular>
22472
22473 \end_inset
22474
22475
22476 \end_layout
22477
22478 \end_inset
22479
22480
22481 \end_layout
22482
22483 \begin_layout Subsection
22484 Dashed Lines
22485 \begin_inset Index idx
22486 status collapsed
22487
22488 \begin_layout Plain Layout
22489 Table Customization ! Dashed Lines
22490 \end_layout
22491
22492 \end_inset
22493
22494
22495 \end_layout
22496
22497 \begin_layout Standard
22498 \begin_inset ERT
22499 status collapsed
22500
22501 \begin_layout Plain Layout
22502
22503
22504 \backslash
22505 ifarydshln
22506 \end_layout
22507
22508 \end_inset
22509
22510
22511 \begin_inset Note Note
22512 status open
22513
22514 \begin_layout Plain Layout
22515 The following section will only be displayed when the \SpecialChar LaTeX
22516 -package 
22517 \series bold
22518 arydshln
22519 \series default
22520  is installed.
22521 \end_layout
22522
22523 \end_inset
22524
22525
22526 \end_layout
22527
22528 \begin_layout Standard
22529 \begin_inset Float table
22530 placement H
22531 wide false
22532 sideways false
22533 status open
22534
22535 \begin_layout Plain Layout
22536 \begin_inset Caption Standard
22537
22538 \begin_layout Plain Layout
22539 \begin_inset CommandInset label
22540 LatexCommand label
22541 name "tab:Table-with-dashed"
22542
22543 \end_inset
22544
22545 Table with dashed lines
22546 \end_layout
22547
22548 \end_inset
22549
22550
22551 \end_layout
22552
22553 \begin_layout Plain Layout
22554 \align center
22555 \begin_inset Tabular
22556 <lyxtabular version="3" rows="5" columns="5">
22557 <features tabularvalignment="middle">
22558 <column alignment="center" valignment="top">
22559 <column alignment="center" valignment="top">
22560 <column alignment="center" valignment="top" special=":c">
22561 <column alignment="center" valignment="top">
22562 <column alignment="center" valignment="top">
22563 <row>
22564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22565 \begin_inset Text
22566
22567 \begin_layout Plain Layout
22568 a
22569 \end_layout
22570
22571 \end_inset
22572 </cell>
22573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22574 \begin_inset Text
22575
22576 \begin_layout Plain Layout
22577 b
22578 \end_layout
22579
22580 \end_inset
22581 </cell>
22582 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22583 \begin_inset Text
22584
22585 \begin_layout Plain Layout
22586 c
22587 \end_layout
22588
22589 \end_inset
22590 </cell>
22591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22592 \begin_inset Text
22593
22594 \begin_layout Plain Layout
22595 d
22596 \end_layout
22597
22598 \end_inset
22599 </cell>
22600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22601 \begin_inset Text
22602
22603 \begin_layout Plain Layout
22604 e
22605 \end_layout
22606
22607 \end_inset
22608 </cell>
22609 </row>
22610 <row>
22611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22612 \begin_inset Text
22613
22614 \begin_layout Plain Layout
22615 f
22616 \end_layout
22617
22618 \end_inset
22619 </cell>
22620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22621 \begin_inset Text
22622
22623 \begin_layout Plain Layout
22624 g
22625 \end_layout
22626
22627 \end_inset
22628 </cell>
22629 <cell alignment="center" valignment="top" topline="true" usebox="none">
22630 \begin_inset Text
22631
22632 \begin_layout Plain Layout
22633 h
22634 \end_layout
22635
22636 \end_inset
22637 </cell>
22638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22639 \begin_inset Text
22640
22641 \begin_layout Plain Layout
22642 i
22643 \end_layout
22644
22645 \end_inset
22646 </cell>
22647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22648 \begin_inset Text
22649
22650 \begin_layout Plain Layout
22651 j
22652 \end_layout
22653
22654 \end_inset
22655 </cell>
22656 </row>
22657 <row>
22658 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22659 \begin_inset Text
22660
22661 \begin_layout Plain Layout
22662 \begin_inset ERT
22663 status collapsed
22664
22665 \begin_layout Plain Layout
22666
22667
22668 \backslash
22669 hdashline 
22670 \end_layout
22671
22672 \end_inset
22673
22674 k
22675 \end_layout
22676
22677 \end_inset
22678 </cell>
22679 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22680 \begin_inset Text
22681
22682 \begin_layout Plain Layout
22683 l
22684 \end_layout
22685
22686 \end_inset
22687 </cell>
22688 <cell alignment="center" valignment="top" usebox="none">
22689 \begin_inset Text
22690
22691 \begin_layout Plain Layout
22692 m
22693 \end_layout
22694
22695 \end_inset
22696 </cell>
22697 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22698 \begin_inset Text
22699
22700 \begin_layout Plain Layout
22701 n
22702 \end_layout
22703
22704 \end_inset
22705 </cell>
22706 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22707 \begin_inset Text
22708
22709 \begin_layout Plain Layout
22710 o
22711 \end_layout
22712
22713 \end_inset
22714 </cell>
22715 </row>
22716 <row>
22717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22718 \begin_inset Text
22719
22720 \begin_layout Plain Layout
22721 \begin_inset ERT
22722 status collapsed
22723
22724 \begin_layout Plain Layout
22725
22726
22727 \backslash
22728 cdashline{4-5}
22729 \end_layout
22730
22731 \end_inset
22732
22733 p
22734 \end_layout
22735
22736 \end_inset
22737 </cell>
22738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22739 \begin_inset Text
22740
22741 \begin_layout Plain Layout
22742 q
22743 \end_layout
22744
22745 \end_inset
22746 </cell>
22747 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22748 \begin_inset Text
22749
22750 \begin_layout Plain Layout
22751 r
22752 \end_layout
22753
22754 \end_inset
22755 </cell>
22756 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22757 \begin_inset Text
22758
22759 \begin_layout Plain Layout
22760 s
22761 \end_layout
22762
22763 \end_inset
22764 </cell>
22765 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22766 \begin_inset Text
22767
22768 \begin_layout Plain Layout
22769
22770 \end_layout
22771
22772 \end_inset
22773 </cell>
22774 </row>
22775 <row>
22776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22777 \begin_inset Text
22778
22779 \begin_layout Plain Layout
22780 t
22781 \end_layout
22782
22783 \end_inset
22784 </cell>
22785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22786 \begin_inset Text
22787
22788 \begin_layout Plain Layout
22789 u
22790 \end_layout
22791
22792 \end_inset
22793 </cell>
22794 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22795 \begin_inset Text
22796
22797 \begin_layout Plain Layout
22798 v
22799 \end_layout
22800
22801 \end_inset
22802 </cell>
22803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22804 \begin_inset Text
22805
22806 \begin_layout Plain Layout
22807 w
22808 \end_layout
22809
22810 \end_inset
22811 </cell>
22812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22813 \begin_inset Text
22814
22815 \begin_layout Plain Layout
22816 x
22817 \end_layout
22818
22819 \end_inset
22820 </cell>
22821 </row>
22822 </lyxtabular>
22823
22824 \end_inset
22825
22826
22827 \end_layout
22828
22829 \end_inset
22830
22831
22832 \end_layout
22833
22834 \begin_layout Standard
22835 \SpecialChar LyX
22836  does not natively support dashed lines, so you have to use \SpecialChar TeX
22837  Code.
22838  As a prerequisite the \SpecialChar LaTeX
22839  package 
22840 \series bold
22841 arydshln
22842 \series default
22843
22844 \begin_inset Index idx
22845 status collapsed
22846
22847 \begin_layout Plain Layout
22848 \SpecialChar LaTeX
22849 -packages ! arydshln
22850 \end_layout
22851
22852 \end_inset
22853
22854  must be loaded in the document preamble with the command
22855 \end_layout
22856
22857 \begin_layout Standard
22858
22859 \series bold
22860
22861 \backslash
22862 usepackage{arydshln}
22863 \end_layout
22864
22865 \begin_layout Standard
22866 To make a vertical line dashed, enter the colon 
22867 \begin_inset Quotes eld
22868 \end_inset
22869
22870 :
22871 \begin_inset Quotes erd
22872 \end_inset
22873
22874  together with the character for the horizontal alignment as \SpecialChar LaTeX
22875  argument in
22876  the table cell dialog.
22877 \end_layout
22878
22879 \begin_layout Standard
22880 For a horizontal dashed line add the command
22881 \end_layout
22882
22883 \begin_layout Standard
22884
22885 \series bold
22886
22887 \backslash
22888 hdashline
22889 \end_layout
22890
22891 \begin_layout Standard
22892 in \SpecialChar TeX
22893  Code as first element of the first cell in the table row.
22894 \end_layout
22895
22896 \begin_layout Standard
22897 For dashed multicolumn lines use the command
22898 \end_layout
22899
22900 \begin_layout Standard
22901
22902 \series bold
22903
22904 \backslash
22905 cdashline{line number
22906 \series default
22907 }
22908 \end_layout
22909
22910 \begin_layout Standard
22911 in \SpecialChar TeX
22912  Code as the first element of the first cell in the table row.
22913  If you have for example a multicolumn spanning columns 2 to 4 and you want
22914  to have a dashed line above, add the command
22915 \end_layout
22916
22917 \begin_layout Standard
22918
22919 \series bold
22920
22921 \backslash
22922 cdashline{2-4}
22923 \end_layout
22924
22925 \begin_layout Standard
22926 as the first element of the first cell in the row of the multicolumn.
22927 \end_layout
22928
22929 \begin_layout Standard
22930 \begin_inset VSpace bigskip
22931 \end_inset
22932
22933
22934 \end_layout
22935
22936 \begin_layout Standard
22937 Table
22938 \begin_inset space ~
22939 \end_inset
22940
22941
22942 \begin_inset CommandInset ref
22943 LatexCommand ref
22944 reference "tab:Table-with-dashed"
22945
22946 \end_inset
22947
22948  was created using 
22949 \begin_inset Quotes eld
22950 \end_inset
22951
22952
22953 \series bold
22954 :c
22955 \series default
22956
22957 \begin_inset Quotes erd
22958 \end_inset
22959
22960  as \SpecialChar LaTeX
22961  argument of the third column.
22962  The \SpecialChar TeX
22963  Code command 
22964 \series bold
22965
22966 \backslash
22967 hdashline
22968 \series default
22969  was inserted in the first cell of the third row and the \SpecialChar TeX
22970  Code command
22971 \begin_inset Newline newline
22972 \end_inset
22973
22974  
22975 \series bold
22976
22977 \backslash
22978 cdashline{4-5}
22979 \series default
22980  was inserted in the first cell of the fourth row.
22981 \end_layout
22982
22983 \begin_layout Standard
22984 \begin_inset VSpace bigskip
22985 \end_inset
22986
22987
22988 \end_layout
22989
22990 \begin_layout Standard
22991 Tables with dashed lines can also be colored as shown by Table
22992 \begin_inset space ~
22993 \end_inset
22994
22995
22996 \begin_inset CommandInset ref
22997 LatexCommand ref
22998 reference "tab:Colored-table-with"
22999
23000 \end_inset
23001
23002 .
23003 \end_layout
23004
23005 \begin_layout Standard
23006 \begin_inset ERT
23007 status collapsed
23008
23009 \begin_layout Plain Layout
23010
23011
23012 \backslash
23013 setlength{
23014 \backslash
23015 arrayrulewidth}{1pt}
23016 \end_layout
23017
23018 \end_inset
23019
23020
23021 \begin_inset Note Note
23022 status collapsed
23023
23024 \begin_layout Plain Layout
23025 thicker lines for better visualization of the line color
23026 \end_layout
23027
23028 \end_inset
23029
23030
23031 \end_layout
23032
23033 \begin_layout Standard
23034 \begin_inset ERT
23035 status collapsed
23036
23037 \begin_layout Plain Layout
23038
23039
23040 \backslash
23041 dashgapcolor{green}
23042 \end_layout
23043
23044 \end_inset
23045
23046
23047 \begin_inset Note Note
23048 status collapsed
23049
23050 \begin_layout Plain Layout
23051 color gaps between dashes green
23052 \end_layout
23053
23054 \end_inset
23055
23056
23057 \end_layout
23058
23059 \begin_layout Standard
23060 \begin_inset ERT
23061 status collapsed
23062
23063 \begin_layout Plain Layout
23064
23065
23066 \backslash
23067 let
23068 \backslash
23069 myHdashline
23070 \backslash
23071 hdashline
23072 \end_layout
23073
23074 \begin_layout Plain Layout
23075
23076
23077 \backslash
23078 renewcommand{
23079 \backslash
23080 hdashline}
23081 \end_layout
23082
23083 \begin_layout Plain Layout
23084
23085  {
23086 \backslash
23087 arrayrulecolor{red}
23088 \backslash
23089 myHdashline
23090 \backslash
23091 arrayrulecolor{black}}
23092 \end_layout
23093
23094 \end_inset
23095
23096
23097 \begin_inset Note Note
23098 status collapsed
23099
23100 \begin_layout Plain Layout
23101 color horizontal, dashed lines red
23102 \end_layout
23103
23104 \end_inset
23105
23106
23107 \end_layout
23108
23109 \begin_layout Standard
23110 \begin_inset ERT
23111 status collapsed
23112
23113 \begin_layout Plain Layout
23114
23115
23116 \backslash
23117 let
23118 \backslash
23119 myCdashline
23120 \backslash
23121 cdashline
23122 \end_layout
23123
23124 \begin_layout Plain Layout
23125
23126
23127 \backslash
23128 renewcommand{
23129 \backslash
23130 cdashline}[1]
23131 \end_layout
23132
23133 \begin_layout Plain Layout
23134
23135  {
23136 \backslash
23137 arrayrulecolor{yellow}
23138 \backslash
23139 myCdashline{#1}
23140 \backslash
23141 arrayrulecolor{black}}
23142 \end_layout
23143
23144 \end_inset
23145
23146
23147 \begin_inset Note Note
23148 status collapsed
23149
23150 \begin_layout Plain Layout
23151 color partial horizontal, dashed lines yellow
23152 \end_layout
23153
23154 \end_inset
23155
23156
23157 \end_layout
23158
23159 \begin_layout Standard
23160 \begin_inset Float table
23161 placement h
23162 wide false
23163 sideways false
23164 status open
23165
23166 \begin_layout Plain Layout
23167 \begin_inset Caption Standard
23168
23169 \begin_layout Plain Layout
23170 \begin_inset CommandInset label
23171 LatexCommand label
23172 name "tab:Colored-table-with"
23173
23174 \end_inset
23175
23176 Colored table with dashed lines
23177 \end_layout
23178
23179 \end_inset
23180
23181
23182 \end_layout
23183
23184 \begin_layout Plain Layout
23185 \align center
23186 \begin_inset Tabular
23187 <lyxtabular version="3" rows="5" columns="5">
23188 <features tabularvalignment="middle">
23189 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
23190 <column alignment="center" valignment="top" width="0pt">
23191 <column alignment="center" valignment="top" width="0pt" special=":c">
23192 <column alignment="center" valignment="top">
23193 <column alignment="center" valignment="top">
23194 <row>
23195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23196 \begin_inset Text
23197
23198 \begin_layout Plain Layout
23199 a
23200 \end_layout
23201
23202 \end_inset
23203 </cell>
23204 <cell alignment="center" valignment="top" topline="true" usebox="none">
23205 \begin_inset Text
23206
23207 \begin_layout Plain Layout
23208 b
23209 \end_layout
23210
23211 \end_inset
23212 </cell>
23213 <cell alignment="center" valignment="top" topline="true" usebox="none">
23214 \begin_inset Text
23215
23216 \begin_layout Plain Layout
23217 c
23218 \end_layout
23219
23220 \end_inset
23221 </cell>
23222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23223 \begin_inset Text
23224
23225 \begin_layout Plain Layout
23226 d
23227 \end_layout
23228
23229 \end_inset
23230 </cell>
23231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23232 \begin_inset Text
23233
23234 \begin_layout Plain Layout
23235 e
23236 \end_layout
23237
23238 \end_inset
23239 </cell>
23240 </row>
23241 <row>
23242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23243 \begin_inset Text
23244
23245 \begin_layout Plain Layout
23246 f
23247 \end_layout
23248
23249 \end_inset
23250 </cell>
23251 <cell alignment="center" valignment="top" topline="true" usebox="none">
23252 \begin_inset Text
23253
23254 \begin_layout Plain Layout
23255 g
23256 \end_layout
23257
23258 \end_inset
23259 </cell>
23260 <cell alignment="center" valignment="top" topline="true" usebox="none">
23261 \begin_inset Text
23262
23263 \begin_layout Plain Layout
23264 h
23265 \end_layout
23266
23267 \end_inset
23268 </cell>
23269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23270 \begin_inset Text
23271
23272 \begin_layout Plain Layout
23273 i
23274 \end_layout
23275
23276 \end_inset
23277 </cell>
23278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23279 \begin_inset Text
23280
23281 \begin_layout Plain Layout
23282 j
23283 \end_layout
23284
23285 \end_inset
23286 </cell>
23287 </row>
23288 <row>
23289 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23290 \begin_inset Text
23291
23292 \begin_layout Plain Layout
23293 \begin_inset ERT
23294 status collapsed
23295
23296 \begin_layout Plain Layout
23297
23298
23299 \backslash
23300 hdashline 
23301 \end_layout
23302
23303 \end_inset
23304
23305
23306 \begin_inset ERT
23307 status collapsed
23308
23309 \begin_layout Plain Layout
23310
23311
23312 \backslash
23313 rowcolor{Gray}
23314 \end_layout
23315
23316 \end_inset
23317
23318 k
23319 \end_layout
23320
23321 \end_inset
23322 </cell>
23323 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23324 \begin_inset Text
23325
23326 \begin_layout Plain Layout
23327 l
23328 \end_layout
23329
23330 \end_inset
23331 </cell>
23332 <cell alignment="center" valignment="top" usebox="none">
23333 \begin_inset Text
23334
23335 \begin_layout Plain Layout
23336 m
23337 \end_layout
23338
23339 \end_inset
23340 </cell>
23341 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23342 \begin_inset Text
23343
23344 \begin_layout Plain Layout
23345 n
23346 \end_layout
23347
23348 \end_inset
23349 </cell>
23350 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23351 \begin_inset Text
23352
23353 \begin_layout Plain Layout
23354 o
23355 \end_layout
23356
23357 \end_inset
23358 </cell>
23359 </row>
23360 <row>
23361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23362 \begin_inset Text
23363
23364 \begin_layout Plain Layout
23365 \begin_inset ERT
23366 status collapsed
23367
23368 \begin_layout Plain Layout
23369
23370
23371 \backslash
23372 cdashline{4-5}
23373 \end_layout
23374
23375 \end_inset
23376
23377 p
23378 \end_layout
23379
23380 \end_inset
23381 </cell>
23382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23383 \begin_inset Text
23384
23385 \begin_layout Plain Layout
23386 q
23387 \end_layout
23388
23389 \end_inset
23390 </cell>
23391 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23392 \begin_inset Text
23393
23394 \begin_layout Plain Layout
23395 r
23396 \end_layout
23397
23398 \end_inset
23399 </cell>
23400 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23401 \begin_inset Text
23402
23403 \begin_layout Plain Layout
23404 s
23405 \end_layout
23406
23407 \end_inset
23408 </cell>
23409 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23410 \begin_inset Text
23411
23412 \begin_layout Plain Layout
23413
23414 \end_layout
23415
23416 \end_inset
23417 </cell>
23418 </row>
23419 <row>
23420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23421 \begin_inset Text
23422
23423 \begin_layout Plain Layout
23424 t
23425 \end_layout
23426
23427 \end_inset
23428 </cell>
23429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23430 \begin_inset Text
23431
23432 \begin_layout Plain Layout
23433 u
23434 \end_layout
23435
23436 \end_inset
23437 </cell>
23438 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23439 \begin_inset Text
23440
23441 \begin_layout Plain Layout
23442 v
23443 \end_layout
23444
23445 \end_inset
23446 </cell>
23447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23448 \begin_inset Text
23449
23450 \begin_layout Plain Layout
23451 w
23452 \end_layout
23453
23454 \end_inset
23455 </cell>
23456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23457 \begin_inset Text
23458
23459 \begin_layout Plain Layout
23460 \begin_inset ERT
23461 status collapsed
23462
23463 \begin_layout Plain Layout
23464
23465
23466 \backslash
23467 cellcolor{Maroon}
23468 \end_layout
23469
23470 \end_inset
23471
23472 i
23473 \end_layout
23474
23475 \end_inset
23476 </cell>
23477 </row>
23478 </lyxtabular>
23479
23480 \end_inset
23481
23482
23483 \end_layout
23484
23485 \end_inset
23486
23487
23488 \end_layout
23489
23490 \begin_layout Standard
23491 \begin_inset ERT
23492 status collapsed
23493
23494 \begin_layout Plain Layout
23495
23496
23497 \backslash
23498 renewcommand{
23499 \backslash
23500 hdashline}{
23501 \backslash
23502 myHdashline}
23503 \end_layout
23504
23505 \end_inset
23506
23507
23508 \begin_inset Note Note
23509 status collapsed
23510
23511 \begin_layout Plain Layout
23512 reset to default
23513 \end_layout
23514
23515 \end_inset
23516
23517
23518 \end_layout
23519
23520 \begin_layout Standard
23521 \begin_inset ERT
23522 status collapsed
23523
23524 \begin_layout Plain Layout
23525
23526
23527 \backslash
23528 renewcommand{
23529 \backslash
23530 cdashline}{
23531 \backslash
23532 myCdashline}
23533 \end_layout
23534
23535 \end_inset
23536
23537
23538 \begin_inset Note Note
23539 status collapsed
23540
23541 \begin_layout Plain Layout
23542 reset to default
23543 \end_layout
23544
23545 \end_inset
23546
23547
23548 \end_layout
23549
23550 \begin_layout Standard
23551 \begin_inset ERT
23552 status collapsed
23553
23554 \begin_layout Plain Layout
23555
23556
23557 \backslash
23558 nodashgapcolor
23559 \end_layout
23560
23561 \end_inset
23562
23563
23564 \begin_inset Note Note
23565 status collapsed
23566
23567 \begin_layout Plain Layout
23568 reset to default
23569 \end_layout
23570
23571 \end_inset
23572
23573
23574 \end_layout
23575
23576 \begin_layout Standard
23577 \begin_inset ERT
23578 status collapsed
23579
23580 \begin_layout Plain Layout
23581
23582
23583 \backslash
23584 setlength{
23585 \backslash
23586 arrayrulewidth}{0.4pt}
23587 \end_layout
23588
23589 \end_inset
23590
23591
23592 \begin_inset Note Note
23593 status collapsed
23594
23595 \begin_layout Plain Layout
23596 reset to default
23597 \end_layout
23598
23599 \end_inset
23600
23601
23602 \end_layout
23603
23604 \begin_layout Standard
23605 The coloring of lines, columns and lines works as decribed in section
23606 \begin_inset space ~
23607 \end_inset
23608
23609
23610 \begin_inset CommandInset ref
23611 LatexCommand ref
23612 reference "sec:Colored-Tables"
23613
23614 \end_inset
23615
23616 .
23617  Coloring horizontal lines works analogically as described there as well,
23618  one only needs to replace in the commands 
23619 \series bold
23620
23621 \backslash
23622 myHlineC
23623 \series default
23624  by 
23625 \series bold
23626
23627 \backslash
23628 myHdashline
23629 \series default
23630  and 
23631 \backslash
23632
23633 \series bold
23634 hline
23635 \series default
23636  by 
23637 \series bold
23638
23639 \backslash
23640 hdashline
23641 \series default
23642 ; so one uses the command
23643 \end_layout
23644
23645 \begin_layout Standard
23646
23647 \series bold
23648
23649 \backslash
23650 let
23651 \backslash
23652 myHdashline
23653 \backslash
23654 hdashline
23655 \begin_inset Newline newline
23656 \end_inset
23657
23658
23659 \backslash
23660 renewcommand{
23661 \backslash
23662 hdashline}
23663 \begin_inset Newline newline
23664 \end_inset
23665
23666
23667 \begin_inset Phantom HPhantom
23668 status open
23669
23670 \begin_layout Plain Layout
23671 \begin_inset space ~
23672 \end_inset
23673
23674
23675 \end_layout
23676
23677 \end_inset
23678
23679 {
23680 \backslash
23681 arrayrulecolor{red}
23682 \backslash
23683 myHdashline
23684 \backslash
23685 arrayrulecolor{black}}
23686 \end_layout
23687
23688 \begin_layout Standard
23689 To color 
23690 \series bold
23691
23692 \backslash
23693 cdashline
23694 \series default
23695 , the command is
23696 \end_layout
23697
23698 \begin_layout Standard
23699
23700 \series bold
23701
23702 \backslash
23703 let
23704 \backslash
23705 myCdashline
23706 \backslash
23707 cdashline
23708 \begin_inset Newline newline
23709 \end_inset
23710
23711
23712 \backslash
23713 renewcommand{
23714 \backslash
23715 cdashline}[1]
23716 \begin_inset Newline newline
23717 \end_inset
23718
23719
23720 \begin_inset Phantom HPhantom
23721 status open
23722
23723 \begin_layout Plain Layout
23724 \begin_inset space ~
23725 \end_inset
23726
23727
23728 \end_layout
23729
23730 \end_inset
23731
23732 {
23733 \backslash
23734 arrayrulecolor{red}
23735 \backslash
23736 myCdashline{#1}
23737 \backslash
23738 arrayrulecolor{black}}
23739 \end_layout
23740
23741 \begin_layout Standard
23742 To get back the black line color, one needs to insert the following commands
23743  as \SpecialChar TeX
23744  Code behind the table:
23745 \end_layout
23746
23747 \begin_layout Standard
23748 For 
23749 \series bold
23750
23751 \backslash
23752 hdashline
23753 \end_layout
23754
23755 \begin_layout Standard
23756
23757 \series bold
23758
23759 \backslash
23760 renewcommand{
23761 \backslash
23762 hdashline}{
23763 \backslash
23764 myHdashline}
23765 \end_layout
23766
23767 \begin_layout Standard
23768 and for 
23769 \series bold
23770
23771 \backslash
23772 cdashline
23773 \end_layout
23774
23775 \begin_layout Standard
23776
23777 \series bold
23778
23779 \backslash
23780 renewcommand{
23781 \backslash
23782 cdashline}{
23783 \backslash
23784 myCdashline}
23785 \end_layout
23786
23787 \begin_layout Standard
23788 To color the gaps between the dashes the command
23789 \end_layout
23790
23791 \begin_layout Standard
23792
23793 \series bold
23794
23795 \backslash
23796 dashgapcolor{color}
23797 \end_layout
23798
23799 \begin_layout Standard
23800 can be used in front of a table as \SpecialChar TeX
23801  Code.
23802  color is hereby the name of a defined color.
23803  The command
23804 \end_layout
23805
23806 \begin_layout Standard
23807
23808 \series bold
23809
23810 \backslash
23811 nodashgapcolor
23812 \end_layout
23813
23814 \begin_layout Standard
23815 unsets the changes made by 
23816 \series bold
23817
23818 \backslash
23819 dashgapcolor
23820 \series default
23821 .
23822 \end_layout
23823
23824 \begin_layout Standard
23825 \begin_inset Note Greyedout
23826 status open
23827
23828 \begin_layout Plain Layout
23829
23830 \series bold
23831 \color none
23832 Note
23833 \series default
23834 : If there are multiple commands in a cell, the command of 
23835 \series bold
23836 arydshln
23837 \series default
23838  needs to be the first one in the cell.
23839  Therefore in cell 
23840 \emph on
23841 k
23842 \emph default
23843  of Table
23844 \begin_inset space ~
23845 \end_inset
23846
23847
23848 \begin_inset CommandInset ref
23849 LatexCommand ref
23850 reference "tab:Colored-table-with"
23851
23852 \end_inset
23853
23854  the command 
23855 \series bold
23856
23857 \backslash
23858 hdashline
23859 \series default
23860  is before 
23861 \series bold
23862
23863 \backslash
23864 rowcolor
23865 \series default
23866 .
23867 \end_layout
23868
23869 \end_inset
23870
23871
23872 \end_layout
23873
23874 \begin_layout Standard
23875 \begin_inset Note Greyedout
23876 status open
23877
23878 \begin_layout Plain Layout
23879
23880 \series bold
23881 \color none
23882 Note:
23883 \series default
23884  The \SpecialChar LaTeX
23885 -package 
23886 \series bold
23887 arydshln
23888 \series default
23889  must be loaded in the document preamble before the \SpecialChar LaTeX
23890 -package 
23891 \series bold
23892 colortbl
23893 \series default
23894
23895 \begin_inset Index idx
23896 status collapsed
23897
23898 \begin_layout Plain Layout
23899 \SpecialChar LaTeX
23900 -packages ! colortbl
23901 \end_layout
23902
23903 \end_inset
23904
23905 .
23906 \end_layout
23907
23908 \end_inset
23909
23910
23911 \end_layout
23912
23913 \begin_layout Standard
23914 \begin_inset ERT
23915 status collapsed
23916
23917 \begin_layout Plain Layout
23918
23919
23920 \backslash
23921 else
23922 \end_layout
23923
23924 \end_inset
23925
23926
23927 \begin_inset Note Note
23928 status open
23929
23930 \begin_layout Plain Layout
23931 The following will be displayed when the \SpecialChar LaTeX
23932 -package 
23933 \series bold
23934 arydshln
23935 \series default
23936  is not installed:
23937 \end_layout
23938
23939 \end_inset
23940
23941
23942 \end_layout
23943
23944 \begin_layout Standard
23945 You need to install the package 
23946 \series bold
23947 arydshln
23948 \series default
23949  to see the content of this section in the output.
23950 \end_layout
23951
23952 \begin_layout Standard
23953 \begin_inset ERT
23954 status collapsed
23955
23956 \begin_layout Plain Layout
23957
23958
23959 \backslash
23960 fi
23961 \end_layout
23962
23963 \end_inset
23964
23965
23966 \end_layout
23967
23968 \begin_layout Standard
23969 For more information about dashed lines see the documentation of 
23970 \series bold
23971 arydshln
23972 \series default
23973
23974 \begin_inset CommandInset citation
23975 LatexCommand cite
23976 key "arydshln"
23977
23978 \end_inset
23979
23980 .
23981 \end_layout
23982
23983 \begin_layout Chapter
23984 Floats
23985 \begin_inset CommandInset label
23986 LatexCommand label
23987 name "chap:Floats"
23988
23989 \end_inset
23990
23991
23992 \begin_inset Index idx
23993 status collapsed
23994
23995 \begin_layout Plain Layout
23996 Floats
23997 \end_layout
23998
23999 \end_inset
24000
24001
24002 \end_layout
24003
24004 \begin_layout Section
24005 Introduction
24006 \begin_inset CommandInset label
24007 LatexCommand label
24008 name "sec:FloatIntroduction"
24009
24010 \end_inset
24011
24012
24013 \begin_inset Index idx
24014 status collapsed
24015
24016 \begin_layout Plain Layout
24017 Floats ! Introduction
24018 \end_layout
24019
24020 \end_inset
24021
24022
24023 \end_layout
24024
24025 \begin_layout Standard
24026 A float is a block of text associated with some sort of label, which doesn't
24027  have a fixed location.
24028  It can 
24029 \begin_inset Quotes eld
24030 \end_inset
24031
24032 float
24033 \begin_inset Quotes erd
24034 \end_inset
24035
24036  forward or backward a page or two, to wherever it fits best.
24037  
24038 \family sans
24039 Footnotes
24040 \family default
24041  and 
24042 \family sans
24043 Margin
24044 \begin_inset space ~
24045 \end_inset
24046
24047 Notes
24048 \family default
24049  are also floats because they can float to the next page when there are
24050  too many notes on the page.
24051 \end_layout
24052
24053 \begin_layout Standard
24054 Floats allow a high quality layout.
24055  Images and tables can be spread evenly among the pages to avoid white space
24056  and pages without text.
24057  As the floating often destroys the context between the text and the image/table
24058 , every float can be referenced in the text.
24059  Floats are therefore numbered.
24060  Referencing is described in section
24061 \begin_inset space ~
24062 \end_inset
24063
24064
24065 \begin_inset CommandInset ref
24066 LatexCommand ref
24067 reference "sec:Referencing-Floats"
24068
24069 \end_inset
24070
24071 .
24072 \end_layout
24073
24074 \begin_layout Standard
24075 To insert a float, use the menu 
24076 \family sans
24077 Insert\SpecialChar menuseparator
24078 Float
24079 \family default
24080  (toolbar button 
24081 \begin_inset Info
24082 type  "icon"
24083 arg   "float-insert figure"
24084 \end_inset
24085
24086  or 
24087 \begin_inset Info
24088 type  "icon"
24089 arg   "float-insert table"
24090 \end_inset
24091
24092 ).
24093  This inserts the 
24094 \family sans
24095 Caption
24096 \family default
24097  inset, a box with a label.
24098  The label will automatically be translated to the document language in
24099  the output.
24100  After the label you can insert the caption text.
24101  The image or table is inserted above or below the caption in a separate
24102  paragraph within the float.
24103  More about the caption placement is contained in section
24104 \begin_inset space ~
24105 \end_inset
24106
24107
24108 \begin_inset CommandInset ref
24109 LatexCommand ref
24110 reference "sec:Caption-Placement"
24111
24112 \end_inset
24113
24114 .
24115  To keep your \SpecialChar LyX
24116  document readable, you can open and close the float box by
24117  left-clicking on the box label.
24118  A closed float box looks like this: 
24119 \begin_inset Graphics
24120         filename clipart/float.png
24121         scale 70
24122         scaleBeforeRotation
24123
24124 \end_inset
24125
24126  – a gray button with a red label.
24127 \end_layout
24128
24129 \begin_layout Standard
24130 It is recommended that you insert floats as separate standard paragraphs
24131  to avoid possible \SpecialChar LaTeX
24132 -errors that can occur when the surrounding text is specially
24133  formatted.
24134 \end_layout
24135
24136 \begin_layout Standard
24137 Existing figures or tables can be put into a float by highlighting them
24138  and then pressing the corresponding toolbar button for a new float.
24139 \end_layout
24140
24141 \begin_layout Section
24142 Float Types
24143 \end_layout
24144
24145 \begin_layout Standard
24146 Besides figure and table floats that are described in sections
24147 \begin_inset space ~
24148 \end_inset
24149
24150
24151 \begin_inset CommandInset ref
24152 LatexCommand ref
24153 reference "sec:Figure-Floats"
24154
24155 \end_inset
24156
24157  and 
24158 \begin_inset CommandInset ref
24159 LatexCommand ref
24160 reference "sec:Table-Floats"
24161
24162 \end_inset
24163
24164  respectively, \SpecialChar LyX
24165  offers the float types 
24166 \family sans
24167 Algorithm
24168 \family default
24169  and 
24170 \family sans
24171 Wrap
24172 \family default
24173 .
24174  The latter are explained in sec.
24175 \begin_inset space \thinspace{}
24176 \end_inset
24177
24178
24179 \begin_inset CommandInset ref
24180 LatexCommand ref
24181 reference "sec:Wrap-Floats"
24182
24183 \end_inset
24184
24185 .
24186 \end_layout
24187
24188 \begin_layout Subsection
24189 Algorithm Floats
24190 \begin_inset Index idx
24191 status collapsed
24192
24193 \begin_layout Plain Layout
24194 Floats ! Algorithms
24195 \end_layout
24196
24197 \end_inset
24198
24199
24200 \end_layout
24201
24202 \begin_layout Standard
24203 \begin_inset Float algorithm
24204 placement h
24205 wide false
24206 sideways false
24207 status open
24208
24209 \begin_layout Plain Layout
24210 \begin_inset Caption Standard
24211
24212 \begin_layout Plain Layout
24213 \begin_inset CommandInset label
24214 LatexCommand label
24215 name "alg:Example-Algorithm-float"
24216
24217 \end_inset
24218
24219 Example Algorithm float
24220 \end_layout
24221
24222 \end_inset
24223
24224
24225 \end_layout
24226
24227 \begin_layout LyX-Code
24228 for I in 1..N loop
24229 \begin_inset Newline newline
24230 \end_inset
24231
24232  Sum:= Sum + A(I); /*comment*/
24233 \begin_inset Newline newline
24234 \end_inset
24235
24236 end loop
24237 \begin_inset VSpace -4mm
24238 \end_inset
24239
24240
24241 \end_layout
24242
24243 \end_inset
24244
24245
24246 \end_layout
24247
24248 \begin_layout Standard
24249 This float type is inserted with the menu 
24250 \family sans
24251 Insert\SpecialChar menuseparator
24252 Float\SpecialChar menuseparator
24253 Algorithm
24254 \family default
24255 .
24256  It is used for program codes and descriptions of algorithms and can be
24257  seen as an alternative to program code listings that are explained in chapter
24258 \begin_inset space ~
24259 \end_inset
24260
24261
24262 \begin_inset CommandInset ref
24263 LatexCommand ref
24264 reference "cha:Program-Code-Listings"
24265
24266 \end_inset
24267
24268 .
24269  A possible environment for algorithms is the 
24270 \family sans
24271 \SpecialChar LyX
24272  Code
24273 \family default
24274 , described in \SpecialChar LyX
24275 's 
24276 \emph on
24277 Userguide
24278 \emph default
24279 .
24280  Algorithm
24281 \begin_inset space ~
24282 \end_inset
24283
24284
24285 \begin_inset CommandInset ref
24286 LatexCommand ref
24287 reference "alg:Example-Algorithm-float"
24288
24289 \end_inset
24290
24291  is an example of an algorithm float where -4
24292 \begin_inset space \thinspace{}
24293 \end_inset
24294
24295 mm vertical space was added at the end of the float to have the bottom rule
24296  exactly below the last text line.
24297 \end_layout
24298
24299 \begin_layout Standard
24300 The float label is not automatically translated into the document language.
24301  If your document is not in English, you have to do this manually by adding
24302  the following line to the document preamble
24303 \series bold
24304 :
24305 \end_layout
24306
24307 \begin_layout Standard
24308
24309 \series bold
24310
24311 \backslash
24312 floatname{algorithm}{your
24313 \begin_inset space ~
24314 \end_inset
24315
24316 name}
24317 \end_layout
24318
24319 \begin_layout Standard
24320 where 
24321 \family sans
24322 your
24323 \begin_inset space ~
24324 \end_inset
24325
24326 name
24327 \family default
24328  is the word 
24329 \begin_inset Quotes eld
24330 \end_inset
24331
24332
24333 \emph on
24334 algorithm
24335 \emph default
24336
24337 \begin_inset Quotes erd
24338 \end_inset
24339
24340  in your language.
24341 \end_layout
24342
24343 \begin_layout Standard
24344 To insert the list of algorithms you can use the menu 
24345 \family sans
24346 Insert\SpecialChar menuseparator
24347 List
24348 \begin_inset space \thinspace{}
24349 \end_inset
24350
24351 /
24352 \begin_inset space \thinspace{}
24353 \end_inset
24354
24355 TOC\SpecialChar menuseparator
24356 List of Algorithms
24357 \family default
24358  when your document has the same language as \SpecialChar LyX
24359 's menu names.
24360  In other cases use this command in \SpecialChar TeX
24361  Code instead:
24362 \end_layout
24363
24364 \begin_layout Standard
24365
24366 \series bold
24367
24368 \backslash
24369 listof{algorithm}{your
24370 \begin_inset space ~
24371 \end_inset
24372
24373 name}
24374 \end_layout
24375
24376 \begin_layout Standard
24377 where 
24378 \family sans
24379 your
24380 \begin_inset space ~
24381 \end_inset
24382
24383 name
24384 \family default
24385  is the word 
24386 \begin_inset Quotes eld
24387 \end_inset
24388
24389
24390 \emph on
24391 List of Algorithm
24392 \emph default
24393 s
24394 \begin_inset Quotes erd
24395 \end_inset
24396
24397  in your language.
24398 \end_layout
24399
24400 \begin_layout Standard
24401 Algorithm floats are not by default numbered in the scheme 
24402 \begin_inset Quotes eld
24403 \end_inset
24404
24405 chapter.algorithm
24406 \begin_inset Quotes erd
24407 \end_inset
24408
24409  as is the case for table and figure floats in many document-classes.
24410  To number algorithm floats in the same scheme, add this command to your
24411  document preamble:
24412 \end_layout
24413
24414 \begin_layout Standard
24415
24416 \series bold
24417
24418 \backslash
24419 numberwithin{algorithm}{chapter}
24420 \end_layout
24421
24422 \begin_layout Standard
24423 To be able to use the command 
24424 \series bold
24425
24426 \backslash
24427 numberwithin
24428 \series default
24429 , set in the tab 
24430 \family sans
24431 Math
24432 \begin_inset space ~
24433 \end_inset
24434
24435 Options
24436 \family default
24437  in the document settings the option 
24438 \family sans
24439 Use
24440 \begin_inset space ~
24441 \end_inset
24442
24443 AMS
24444 \begin_inset space ~
24445 \end_inset
24446
24447 math
24448 \begin_inset space ~
24449 \end_inset
24450
24451 package
24452 \family default
24453 .
24454 \end_layout
24455
24456 \begin_layout Section
24457 Float Numbering
24458 \begin_inset Index idx
24459 status collapsed
24460
24461 \begin_layout Plain Layout
24462 Floats ! Numbering
24463 \end_layout
24464
24465 \end_inset
24466
24467
24468 \end_layout
24469
24470 \begin_layout Standard
24471 Floats are usually numbered either independently from the sections the floats
24472  are in, or in the scheme 
24473 \begin_inset Quotes eld
24474 \end_inset
24475
24476 chapter.number
24477 \begin_inset Quotes erd
24478 \end_inset
24479
24480  or 
24481 \begin_inset Quotes eld
24482 \end_inset
24483
24484 section.number
24485 \begin_inset Quotes erd
24486 \end_inset
24487
24488 .
24489  This depends on the document class used.
24490 \end_layout
24491
24492 \begin_layout Standard
24493 To change section-independent numbering, you can use this command in the
24494  document preamble:
24495 \end_layout
24496
24497 \begin_layout Standard
24498
24499 \series bold
24500
24501 \backslash
24502 renewcommand{
24503 \backslash
24504 thetable}{
24505 \backslash
24506 roman{table}}
24507 \end_layout
24508
24509 \begin_layout Standard
24510
24511 \series bold
24512
24513 \backslash
24514 thetable
24515 \series default
24516  is the command that prints the table number.
24517  For figure floats, the command would be 
24518 \series bold
24519
24520 \backslash
24521 thefigure
24522 \series default
24523 .
24524  
24525 \series bold
24526
24527 \backslash
24528 roman
24529 \series default
24530  in the command above prints the table number as a small roman number.
24531 \end_layout
24532
24533 \begin_layout Standard
24534 To change the numbering scheme for example to 
24535 \begin_inset Quotes eld
24536 \end_inset
24537
24538 subsection.number
24539 \begin_inset Quotes erd
24540 \end_inset
24541
24542 , use this command in the preamble:
24543 \end_layout
24544
24545 \begin_layout Standard
24546
24547 \series bold
24548
24549 \backslash
24550 numberwithin{table}{subsection}
24551 \end_layout
24552
24553 \begin_layout Standard
24554 To be able to use the command 
24555 \series bold
24556
24557 \backslash
24558 numberwithin
24559 \series default
24560 , set in the tab 
24561 \family sans
24562 Math
24563 \begin_inset space ~
24564 \end_inset
24565
24566 Options
24567 \family default
24568  in the document settings the option 
24569 \family sans
24570 Use
24571 \begin_inset space ~
24572 \end_inset
24573
24574 AMS
24575 \begin_inset space ~
24576 \end_inset
24577
24578 math
24579 \begin_inset space ~
24580 \end_inset
24581
24582 package
24583 \family default
24584 .
24585 \end_layout
24586
24587 \begin_layout Standard
24588 Please also have a look at section
24589 \begin_inset space ~
24590 \end_inset
24591
24592
24593 \begin_inset CommandInset ref
24594 LatexCommand ref
24595 reference "subsec:Footnote-Numbering"
24596
24597 \end_inset
24598
24599  for the details and important notes about the numbering commands.
24600 \end_layout
24601
24602 \begin_layout Section
24603 Referencing Floats
24604 \begin_inset CommandInset label
24605 LatexCommand label
24606 name "sec:Referencing-Floats"
24607
24608 \end_inset
24609
24610
24611 \begin_inset Index idx
24612 status collapsed
24613
24614 \begin_layout Plain Layout
24615 Floats ! References
24616 \end_layout
24617
24618 \end_inset
24619
24620
24621 \begin_inset Index idx
24622 status collapsed
24623
24624 \begin_layout Plain Layout
24625 References ! to Floats
24626 \end_layout
24627
24628 \end_inset
24629
24630
24631 \end_layout
24632
24633 \begin_layout Standard
24634 To reference a float, insert a label into its caption using the menu 
24635 \family sans
24636 Insert\SpecialChar menuseparator
24637 Label
24638 \family default
24639  or the toolbar button 
24640 \begin_inset Info
24641 type  "icon"
24642 arg   "label-insert"
24643 \end_inset
24644
24645 .
24646  A grey label box like this one: 
24647 \begin_inset Graphics
24648         filename clipart/label.png
24649         scaleBeforeRotation
24650
24651 \end_inset
24652
24653  will be inserted and the label window pops up asking for the label text.
24654  \SpecialChar LyX
24655  offers as text the first words of the caption with a prefix.
24656  The prefix depends on the float type, e.
24657 \begin_inset space \thinspace{}
24658 \end_inset
24659
24660 g.
24661 \begin_inset space \space{}
24662 \end_inset
24663
24664 for figure floats the prefix will be "
24665 \family sans
24666 fig:
24667 \family default
24668 ".
24669 \end_layout
24670
24671 \begin_layout Standard
24672 The label is used as anchor and name for the reference.
24673  You can refer to the label using the menu 
24674 \family sans
24675 Insert\SpecialChar menuseparator
24676 Cross-reference
24677 \family default
24678  or the toolbar button 
24679 \begin_inset Info
24680 type  "icon"
24681 arg   "dialog-show-new-inset ref"
24682 \end_inset
24683
24684 .
24685  The cross-reference window appears showing all labels of the document.
24686  If you have multiple \SpecialChar LyX
24687  documents opened, choose the one you are working
24688  on from the drop-list at the top of the dialog.
24689  You can now sort the labels alphabetically and then choose one.
24690  A grey cross-reference box like this one: 
24691 \begin_inset Graphics
24692         filename clipart/reference.png
24693         scaleBeforeRotation
24694
24695 \end_inset
24696
24697  will be inserted.
24698  At the position of the cross-reference box the float number will appear
24699  in the output.
24700 \end_layout
24701
24702 \begin_layout Standard
24703 It is recommended that you use a protected space between the cross-reference
24704  name and its number to avoid line breaks between them.
24705  If a cross-reference refers to a non-existing label, you will see two question
24706  marks in the output instead of the reference.
24707 \end_layout
24708
24709 \begin_layout Standard
24710 You can change labels at any time by clicking on the label box.
24711  References to the changed label will automatically update their links to
24712  the new label text.
24713 \end_layout
24714
24715 \begin_layout Standard
24716 The button 
24717 \family sans
24718 Go
24719 \begin_inset space ~
24720 \end_inset
24721
24722 to
24723 \begin_inset space ~
24724 \end_inset
24725
24726 Label
24727 \family default
24728  in the cross-reference window sets the cursor before the referred label.
24729  The button text changes then to Go
24730 \begin_inset space ~
24731 \end_inset
24732
24733 Back and you can use it to set the cursor back to the cross-reference.
24734 \end_layout
24735
24736 \begin_layout Subsection
24737 Cross-Reference Formats
24738 \begin_inset CommandInset label
24739 LatexCommand label
24740 name "subsec:Cross-Reference-Formats"
24741
24742 \end_inset
24743
24744
24745 \begin_inset Index idx
24746 status collapsed
24747
24748 \begin_layout Plain Layout
24749 References ! Formats
24750 \end_layout
24751
24752 \end_inset
24753
24754
24755 \end_layout
24756
24757 \begin_layout Standard
24758 There are six varieties of cross-references:
24759 \end_layout
24760
24761 \begin_layout Description
24762 <reference>: prints the float number, this is the default: 
24763 \begin_inset CommandInset ref
24764 LatexCommand ref
24765 reference "fig:Two-distorted-images"
24766
24767 \end_inset
24768
24769
24770 \end_layout
24771
24772 \begin_layout Description
24773 (<reference>): prints the float number within two parentheses, this is the
24774  style normally used to reference formulas, especially when the reference
24775  name 
24776 \begin_inset Quotes eld
24777 \end_inset
24778
24779 Equation
24780 \begin_inset Quotes erd
24781 \end_inset
24782
24783  is omitted: 
24784 \begin_inset CommandInset ref
24785 LatexCommand eqref
24786 reference "eq:Wgn"
24787
24788 \end_inset
24789
24790
24791 \end_layout
24792
24793 \begin_layout Description
24794 <page>: prints the page number: Page
24795 \begin_inset space ~
24796 \end_inset
24797
24798
24799 \begin_inset CommandInset ref
24800 LatexCommand pageref
24801 reference "fig:Two-distorted-images"
24802
24803 \end_inset
24804
24805
24806 \end_layout
24807
24808 \begin_layout Description
24809 on
24810 \begin_inset space ~
24811 \end_inset
24812
24813 page
24814 \begin_inset space ~
24815 \end_inset
24816
24817 <page>: prints the text "on page" and the page number: 
24818 \begin_inset CommandInset ref
24819 LatexCommand vpageref
24820 reference "fig:Two-distorted-images"
24821
24822 \end_inset
24823
24824
24825 \end_layout
24826
24827 \begin_layout Description
24828 <reference>
24829 \begin_inset space ~
24830 \end_inset
24831
24832 on
24833 \begin_inset space ~
24834 \end_inset
24835
24836 page
24837 \begin_inset space ~
24838 \end_inset
24839
24840 <page>: prints the float number, the text "on page", and the page number:
24841  
24842 \begin_inset CommandInset ref
24843 LatexCommand vref
24844 reference "fig:Two-distorted-images"
24845
24846 \end_inset
24847
24848
24849 \end_layout
24850
24851 \begin_layout Description
24852 Formatted
24853 \begin_inset space ~
24854 \end_inset
24855
24856 reference: prints a self-defined cross-reference format.
24857 \begin_inset Newline newline
24858 \end_inset
24859
24860
24861 \begin_inset Note Greyedout
24862 status open
24863
24864 \begin_layout Plain Layout
24865
24866 \series bold
24867 Note:
24868 \series default
24869  This feature is only available when you have the \SpecialChar LaTeX
24870 -package 
24871 \series bold
24872 prettyref
24873 \series default
24874  or 
24875 \series bold
24876 refstyle
24877 \series default
24878
24879 \begin_inset Index idx
24880 status collapsed
24881
24882 \begin_layout Plain Layout
24883 \SpecialChar LaTeX
24884 -packages ! prettyref
24885 \end_layout
24886
24887 \end_inset
24888
24889
24890 \begin_inset Index idx
24891 status collapsed
24892
24893 \begin_layout Plain Layout
24894 \SpecialChar LaTeX
24895 -packages ! refstyle
24896 \end_layout
24897
24898 \end_inset
24899
24900  installed.
24901 \end_layout
24902
24903 \end_inset
24904
24905
24906 \begin_inset Newline newline
24907 \end_inset
24908
24909 You can select which \SpecialChar LaTeX
24910 -package should be used for this feature by setting
24911  the option 
24912 \family sans
24913 Use refstyle (not prettyref) for cross-references
24914 \family default
24915  in the menu 
24916 \family sans
24917 Document\SpecialChar menuseparator
24918 Settings\SpecialChar menuseparator
24919 Document Class
24920 \family default
24921 .
24922  The format is specified by adding the command 
24923 \series bold
24924
24925 \backslash
24926 newrefformat
24927 \series default
24928  (prettyref) or 
24929 \series bold
24930
24931 \backslash
24932 newref
24933 \series default
24934  (refstyle) to the preamble of the document.
24935  For example redefining all references to figures (which have the label
24936  shortcut 
24937 \begin_inset Quotes eld
24938 \end_inset
24939
24940
24941 \family sans
24942 fig
24943 \family default
24944
24945 \begin_inset Quotes erd
24946 \end_inset
24947
24948 ) can be done with this command
24949 \begin_inset Newline newline
24950 \end_inset
24951
24952
24953 \series bold
24954
24955 \backslash
24956 newref{fig}{refcmd={Image on page 
24957 \backslash
24958 pageref{#1}}}
24959 \series default
24960
24961 \begin_inset Newline newline
24962 \end_inset
24963
24964 For more information about the format, have a look at the package documentations
24965
24966 \begin_inset CommandInset citation
24967 LatexCommand cite
24968 key "prettyref,refstyle"
24969
24970 \end_inset
24971
24972 .
24973 \end_layout
24974
24975 \begin_layout Description
24976 Textual
24977 \begin_inset space ~
24978 \end_inset
24979
24980 reference: prints the caption of the reference: 
24981 \begin_inset CommandInset ref
24982 LatexCommand nameref
24983 reference "fig:Two-distorted-images"
24984
24985 \end_inset
24986
24987
24988 \end_layout
24989
24990 \begin_layout Standard
24991
24992 \family sans
24993 <page>
24994 \family default
24995  will not print the page number if the label is on the previous, the same,
24996  or the next page.
24997  You will e.
24998 \begin_inset space \thinspace{}
24999 \end_inset
25000
25001 g.
25002 \begin_inset space \space{}
25003 \end_inset
25004
25005 see the text 
25006 \begin_inset Quotes eld
25007 \end_inset
25008
25009
25010 \family sans
25011 on this page
25012 \family default
25013
25014 \begin_inset Quotes erd
25015 \end_inset
25016
25017  instead.
25018  The style 
25019 \family sans
25020 <reference> on page <page>
25021 \family default
25022  will not print anything about the page if the label is on the same page.
25023 \end_layout
25024
25025 \begin_layout Standard
25026 The number and current page of the part of the document referred to in the
25027  output is automatically calculated by \SpecialChar LaTeX
25028 .
25029  The varieties are adjusted in the field 
25030 \family sans
25031 Format
25032 \family default
25033  of the cross-reference window that appears when you click on the cross-referenc
25034 e box.
25035 \end_layout
25036
25037 \begin_layout Standard
25038 \begin_inset Note Greyedout
25039 status open
25040
25041 \begin_layout Plain Layout
25042
25043 \series bold
25044 Note:
25045 \series default
25046  It is recommended to use the \SpecialChar LaTeX
25047 -package 
25048 \series bold
25049 refstyle
25050 \series default
25051
25052 \begin_inset Index idx
25053 status collapsed
25054
25055 \begin_layout Plain Layout
25056 \SpecialChar LaTeX
25057 -packages ! refstyle
25058 \end_layout
25059
25060 \end_inset
25061
25062  because 
25063 \series bold
25064 prettyref
25065 \series default
25066
25067 \begin_inset Index idx
25068 status collapsed
25069
25070 \begin_layout Plain Layout
25071 \SpecialChar LaTeX
25072 -packages ! prettyref
25073 \end_layout
25074
25075 \end_inset
25076
25077  does not know all of \SpecialChar LyX
25078 's possible label shortcuts
25079 \begin_inset Foot
25080 status collapsed
25081
25082 \begin_layout Plain Layout
25083 \begin_inset Quotes eld
25084 \end_inset
25085
25086 fig:
25087 \begin_inset Quotes erd
25088 \end_inset
25089
25090  is for example \SpecialChar LyX
25091 's shortcut for labels in figure captions.
25092 \end_layout
25093
25094 \end_inset
25095
25096  and is not internationalized.
25097 \end_layout
25098
25099 \end_inset
25100
25101
25102 \end_layout
25103
25104 \begin_layout Subsection
25105 Automatic Reference Naming
25106 \begin_inset Index idx
25107 status collapsed
25108
25109 \begin_layout Plain Layout
25110 References ! Automatic Reference Naming
25111 \end_layout
25112
25113 \end_inset
25114
25115
25116 \end_layout
25117
25118 \begin_layout Standard
25119 The \SpecialChar LaTeX
25120 -package 
25121 \series bold
25122 hyperref
25123 \series default
25124
25125 \begin_inset Index idx
25126 status collapsed
25127
25128 \begin_layout Plain Layout
25129 \SpecialChar LaTeX
25130 -packages ! hyperref
25131 \end_layout
25132
25133 \end_inset
25134
25135 , that is enabled in the 
25136 \family sans
25137 PDF Properties
25138 \family default
25139  of the 
25140 \family sans
25141 Document Settings
25142 \family default
25143  dialog, provides a very useful feature that cross-references automatically
25144  include the name of the referenced floats (or text parts like 
25145 \emph on
25146 section
25147 \emph default
25148 ).
25149  So you will save having to write e.
25150 \begin_inset space \thinspace{}
25151 \end_inset
25152
25153 g.
25154 \begin_inset space \space{}
25155 \end_inset
25156
25157 the name 
25158 \begin_inset Quotes eld
25159 \end_inset
25160
25161 Figure
25162 \begin_inset Quotes erd
25163 \end_inset
25164
25165  before every reference to a figure.
25166  To use this feature, enable 
25167 \series bold
25168 hyperref
25169 \series default
25170  and insert this line to the \SpecialChar LaTeX
25171  preamble:
25172 \end_layout
25173
25174 \begin_layout Standard
25175
25176 \series bold
25177
25178 \backslash
25179 AtBeginDocument{
25180 \backslash
25181 renewcommand{
25182 \backslash
25183 ref}[1]{
25184 \backslash
25185 mbox{
25186 \backslash
25187 autoref{#1}}}}
25188 \end_layout
25189
25190 \begin_layout Standard
25191 When you prefer other reference names than the default ones, for example
25192  you want instead of 
25193 \begin_inset Quotes eld
25194 \end_inset
25195
25196 section
25197 \begin_inset Quotes erd
25198 \end_inset
25199
25200  the name 
25201 \begin_inset Quotes eld
25202 \end_inset
25203
25204 sec.
25205 \begin_inset space \thinspace{}
25206 \end_inset
25207
25208
25209 \begin_inset Quotes eld
25210 \end_inset
25211
25212 , you can redefine the name by inserting this in the preamble:
25213 \end_layout
25214
25215 \begin_layout Standard
25216
25217 \series bold
25218
25219 \backslash
25220 addto
25221 \backslash
25222 extrasenglish{
25223 \backslash
25224 renewcommand{
25225 \backslash
25226 sectionautorefname}
25227 \begin_inset Newline newline
25228 \end_inset
25229
25230
25231 \begin_inset Phantom HPhantom
25232 status open
25233
25234 \begin_layout Plain Layout
25235
25236 \series bold
25237 \begin_inset space ~
25238 \end_inset
25239
25240
25241 \end_layout
25242
25243 \end_inset
25244
25245 {sec.
25246 \backslash
25247 negthinspace}}
25248 \end_layout
25249
25250 \begin_layout Standard
25251 When you are using another document language than English, replace
25252 \begin_inset Newline newline
25253 \end_inset
25254
25255
25256 \series bold
25257
25258 \backslash
25259 extrasenglish
25260 \series default
25261  by 
25262 \series bold
25263
25264 \backslash
25265 extras***
25266 \series default
25267 , where *** is the name of the language used.
25268 \end_layout
25269
25270 \begin_layout Standard
25271 To get automatic names, but not for certain reference types, for example
25272  not for equations, use this preamble code:
25273 \end_layout
25274
25275 \begin_layout Standard
25276
25277 \series bold
25278
25279 \backslash
25280 addto
25281 \backslash
25282 extrasenglish{
25283 \backslash
25284 renewcommand*{
25285 \backslash
25286 equationautorefname}[1]{}}
25287 \end_layout
25288
25289 \begin_layout Standard
25290 More about this topic can be found in 
25291 \series bold
25292 hyperref
25293 \series default
25294 's documentation 
25295 \begin_inset CommandInset citation
25296 LatexCommand cite
25297 key "hyperref"
25298
25299 \end_inset
25300
25301 .
25302 \end_layout
25303
25304 \begin_layout Standard
25305 \begin_inset Note Greyedout
25306 status open
25307
25308 \begin_layout Plain Layout
25309
25310 \series bold
25311 Note:
25312 \series default
25313  Automatic reference naming cannot be used when you use cross-references
25314  in the 
25315 \family sans
25316 Formatted
25317 \begin_inset space ~
25318 \end_inset
25319
25320 reference
25321 \family default
25322  style, as described in section
25323 \begin_inset space ~
25324 \end_inset
25325
25326
25327 \begin_inset CommandInset ref
25328 LatexCommand ref
25329 reference "subsec:Cross-Reference-Formats"
25330
25331 \end_inset
25332
25333 .
25334 \end_layout
25335
25336 \end_inset
25337
25338
25339 \end_layout
25340
25341 \begin_layout Standard
25342 The 
25343 \emph on
25344 Math
25345 \emph default
25346  manual is an example where automatic reference naming is used.
25347 \end_layout
25348
25349 \begin_layout Subsection
25350 Reference Position
25351 \begin_inset CommandInset label
25352 LatexCommand label
25353 name "subsec:Reference-Position"
25354
25355 \end_inset
25356
25357
25358 \begin_inset Index idx
25359 status collapsed
25360
25361 \begin_layout Plain Layout
25362 References ! Reference Position
25363 \end_layout
25364
25365 \end_inset
25366
25367
25368 \end_layout
25369
25370 \begin_layout Standard
25371 If you use 
25372 \series bold
25373 hyperref
25374 \series default
25375
25376 \begin_inset Index idx
25377 status collapsed
25378
25379 \begin_layout Plain Layout
25380 \SpecialChar LaTeX
25381 -packages ! hyperref
25382 \end_layout
25383
25384 \end_inset
25385
25386  in the 
25387 \family sans
25388 PDF Properties
25389 \family default
25390  of the 
25391 \family sans
25392 Document Settings
25393 \family default
25394  dialog to link cross-references in the output, you will see that clicking
25395  on an image float reference jumps to the image label.
25396  The caption will be the first text part on the screen, so that you cannot
25397  see the image without scrolling.
25398  This is because the reference link anchor is placed at the position of
25399  the label.
25400  With the use of the package 
25401 \series bold
25402 hypcap
25403 \series default
25404
25405 \begin_inset Index idx
25406 status collapsed
25407
25408 \begin_layout Plain Layout
25409 \SpecialChar LaTeX
25410 -packages ! hypcap
25411 \end_layout
25412
25413 \end_inset
25414
25415 , which is part of the \SpecialChar LaTeX
25416 -package 
25417 \series bold
25418 oberdiek
25419 \series default
25420
25421 \begin_inset Index idx
25422 status collapsed
25423
25424 \begin_layout Plain Layout
25425 \SpecialChar LaTeX
25426 -packages ! oberdiek
25427 \end_layout
25428
25429 \end_inset
25430
25431 , the link anchor is placed at the beginning of a float.
25432  To use this feature for figure floats, load 
25433 \series bold
25434 hypcap
25435 \series default
25436  in the document preamble with the line
25437 \end_layout
25438
25439 \begin_layout Standard
25440
25441 \series bold
25442
25443 \backslash
25444 usepackage[figure]{hypcap}
25445 \end_layout
25446
25447 \begin_layout Standard
25448 You can also use 
25449 \series bold
25450 hypcap
25451 \series default
25452  for all float types but this is not recommended for stability reasons.
25453  For more information, have a look at 
25454 \series bold
25455 hypcap
25456 \series default
25457 's manual 
25458 \begin_inset CommandInset citation
25459 LatexCommand cite
25460 key "hypcap"
25461
25462 \end_inset
25463
25464 .
25465 \end_layout
25466
25467 \begin_layout Standard
25468 \begin_inset Note Greyedout
25469 status open
25470
25471 \begin_layout Plain Layout
25472
25473 \series bold
25474 Note:
25475 \series default
25476  
25477 \series bold
25478 hypcap
25479 \series default
25480  has no effect on references to subfigures.
25481 \end_layout
25482
25483 \end_inset
25484
25485
25486 \end_layout
25487
25488 \begin_layout Section
25489 Float Placement
25490 \begin_inset CommandInset label
25491 LatexCommand label
25492 name "sec:Float-Placement"
25493
25494 \end_inset
25495
25496
25497 \begin_inset Index idx
25498 status collapsed
25499
25500 \begin_layout Plain Layout
25501 Floats ! Placement
25502 \end_layout
25503
25504 \end_inset
25505
25506
25507 \end_layout
25508
25509 \begin_layout Standard
25510 Right-clicking on a float-box and clicking on 
25511 \family sans
25512 Settings
25513 \family default
25514  opens a dialog where you can alter the placement options that \SpecialChar LaTeX
25515  uses for
25516  positioning the float.
25517 \begin_inset Newline newline
25518 \end_inset
25519
25520 The option 
25521 \family sans
25522 Span
25523 \begin_inset space ~
25524 \end_inset
25525
25526 columns
25527 \family default
25528  is only useful for two-column documents: If you select it, the float will
25529  span both columns on the page instead of being confined to just one.
25530 \begin_inset Newline newline
25531 \end_inset
25532
25533 The option 
25534 \family sans
25535 Rotate
25536 \begin_inset space ~
25537 \end_inset
25538
25539 sideways
25540 \family default
25541  is used to rotate floats, see section 
25542 \begin_inset CommandInset ref
25543 LatexCommand ref
25544 reference "sec:Rotated-Floats"
25545
25546 \end_inset
25547
25548 .
25549 \end_layout
25550
25551 \begin_layout Standard
25552 You can use one or more of the following options in the float dialog to
25553  set the placement for a particular float when you uncheck the option 
25554 \family sans
25555 Use
25556 \begin_inset space ~
25557 \end_inset
25558
25559 default
25560 \begin_inset space ~
25561 \end_inset
25562
25563 placement
25564 \family default
25565 :
25566 \end_layout
25567
25568 \begin_layout Description
25569 Here
25570 \begin_inset space ~
25571 \end_inset
25572
25573 if
25574 \begin_inset space ~
25575 \end_inset
25576
25577 possible try to place the float on the position where it has been inserted
25578 \end_layout
25579
25580 \begin_layout Description
25581 Top
25582 \begin_inset space ~
25583 \end_inset
25584
25585 of
25586 \begin_inset space ~
25587 \end_inset
25588
25589 page try to place the float at the top of the current page
25590 \end_layout
25591
25592 \begin_layout Description
25593 Bottom
25594 \begin_inset space ~
25595 \end_inset
25596
25597 of
25598 \begin_inset space ~
25599 \end_inset
25600
25601 page try to place the float at the bottom of the current page
25602 \end_layout
25603
25604 \begin_layout Description
25605 Page
25606 \begin_inset space ~
25607 \end_inset
25608
25609 of
25610 \begin_inset space ~
25611 \end_inset
25612
25613 floats try to place the float on its own page
25614 \end_layout
25615
25616 \begin_layout Standard
25617 The order of the above option is 
25618 \emph on
25619 always
25620 \emph default
25621  used by \SpecialChar LaTeX
25622 .
25623  That means, if you use the default placement, \SpecialChar LaTeX
25624  will first try out 
25625 \family sans
25626 Here
25627 \begin_inset space ~
25628 \end_inset
25629
25630 if
25631 \begin_inset space ~
25632 \end_inset
25633
25634 possible
25635 \family default
25636 , then 
25637 \family sans
25638 Top
25639 \begin_inset space ~
25640 \end_inset
25641
25642 of
25643 \begin_inset space ~
25644 \end_inset
25645
25646 page
25647 \family default
25648 , and then the others.
25649  If you do not use the default, \SpecialChar LaTeX
25650  will try only the checked options but in
25651  the same order.
25652  If none of the 4
25653 \begin_inset space ~
25654 \end_inset
25655
25656 placements is possible the procedure is internally repeated trying to put
25657  the float on the following page.
25658 \end_layout
25659
25660 \begin_layout Standard
25661 By default, each option has its own rules:
25662 \end_layout
25663
25664 \begin_layout Labeling
25665 \labelwidthstring 00.00.0000
25666
25667 \family sans
25668 Top
25669 \begin_inset space ~
25670 \end_inset
25671
25672 of
25673 \begin_inset space ~
25674 \end_inset
25675
25676 page
25677 \family default
25678  only floats occupying less than 70
25679 \begin_inset space \thinspace{}
25680 \end_inset
25681
25682 % of the page can be placed at the top of a page (
25683 \series bold
25684
25685 \backslash
25686 topfraction
25687 \series default
25688 )
25689 \end_layout
25690
25691 \begin_layout Labeling
25692 \labelwidthstring 00.00.0000
25693
25694 \family sans
25695 Bottom
25696 \begin_inset space ~
25697 \end_inset
25698
25699 of
25700 \begin_inset space ~
25701 \end_inset
25702
25703 page
25704 \family default
25705 : only floats occupying less than 30
25706 \begin_inset space \thinspace{}
25707 \end_inset
25708
25709 % of the page can be placed at the bottom of a page.
25710  (
25711 \series bold
25712
25713 \backslash
25714 bottomfraction
25715 \series default
25716 )
25717 \end_layout
25718
25719 \begin_layout Labeling
25720 \labelwidthstring 00.00.0000
25721
25722 \family sans
25723 Page
25724 \begin_inset space ~
25725 \end_inset
25726
25727 of
25728 \begin_inset space ~
25729 \end_inset
25730
25731 floats
25732 \family default
25733 : only if more than 50
25734 \begin_inset space \thinspace{}
25735 \end_inset
25736
25737 % of the page is occupied by floats, several floats can be set together
25738  on a page.
25739  (
25740 \series bold
25741
25742 \backslash
25743 floatpagefraction
25744 \series default
25745 )
25746 \end_layout
25747
25748 \begin_layout Standard
25749 If you don't like these rules, you can ignore them by using the additional
25750  option 
25751 \family sans
25752 Ignore
25753 \begin_inset space ~
25754 \end_inset
25755
25756 \SpecialChar LaTeX
25757
25758 \begin_inset space ~
25759 \end_inset
25760
25761 rules
25762 \family default
25763 .
25764 \begin_inset Newline newline
25765 \end_inset
25766
25767 You can also redefine the rules with \SpecialChar LaTeX
25768 -commands that are given in parentheses
25769  after the rules description above.
25770  To increase for example the often too small default of the bottom-rule
25771  to 50
25772 \begin_inset space \thinspace{}
25773 \end_inset
25774
25775 % of the page, add this line to your document preamble:
25776 \end_layout
25777
25778 \begin_layout Standard
25779
25780 \series bold
25781
25782 \backslash
25783 renewcommand{
25784 \backslash
25785 bottomfraction}{0.5}
25786 \end_layout
25787
25788 \begin_layout Standard
25789 Sometimes you might need, under all circumstances, a float to be placed
25790  exactly at the position where it is inserted.
25791  For this case you can use the option 
25792 \family sans
25793 Here
25794 \begin_inset space ~
25795 \end_inset
25796
25797 definitely
25798 \family default
25799 .
25800  Use this option very rarely and only if the document is almost ready to
25801  be printed, because the float is then no longer able to 
25802 \begin_inset Quotes eld
25803 \end_inset
25804
25805 float
25806 \begin_inset Quotes erd
25807 \end_inset
25808
25809  when you change your document and this will often destroy the page layout.
25810 \end_layout
25811
25812 \begin_layout Standard
25813 There are no placement options for text wrap floats, because they are always
25814  surrounded by the text of a certain paragraph.
25815 \begin_inset VSpace bigskip
25816 \end_inset
25817
25818
25819 \end_layout
25820
25821 \begin_layout Standard
25822 Sometimes you have the problem that a float is placed at the top of a page
25823  while its corresponding section starts at the middle of the page, so that
25824  the reader could think the float is part of the previous section.
25825  To avoid this the \SpecialChar LaTeX
25826 -command 
25827 \series bold
25828
25829 \backslash
25830 suppressfloats
25831 \series default
25832  can be used.
25833  It suppresses a given float placement for the page where it is inserted
25834  and can therefore be used to avoid floats being set before a section starts.
25835  To get this, add these commands to your document preamble:
25836 \end_layout
25837
25838 \begin_layout Standard
25839
25840 \series bold
25841
25842 \backslash
25843 let
25844 \backslash
25845 mySection
25846 \backslash
25847 section
25848 \begin_inset Newline newline
25849 \end_inset
25850
25851
25852 \backslash
25853 renewcommand{
25854 \backslash
25855 section}{
25856 \backslash
25857 suppressfloats[t]
25858 \backslash
25859 mySection}
25860 \end_layout
25861
25862 \begin_layout Standard
25863 You can define the same for all section headings, like chapters and subsections.
25864  This definition is not recommended to be used for small text parts like
25865  subsubsections because \SpecialChar LaTeX
25866  may then have problems finding a suitable placement.
25867 \end_layout
25868
25869 \begin_layout Standard
25870 \begin_inset VSpace bigskip
25871 \end_inset
25872
25873 In some cases it is required to have all figures/tables at the end of the
25874  document.
25875  For this purpose the \SpecialChar LaTeX
25876 -package 
25877 \series bold
25878 endfloat
25879 \series default
25880
25881 \begin_inset Index idx
25882 status collapsed
25883
25884 \begin_layout Plain Layout
25885 \SpecialChar LaTeX
25886 -packages ! endfloat
25887 \end_layout
25888
25889 \end_inset
25890
25891  was developed.
25892  It puts all figure and table floats at the end of the document into their
25893  own sections.
25894  At the original float position a text hint like 
25895 \begin_inset Quotes eld
25896 \end_inset
25897
25898
25899 \family sans
25900 [Figure
25901 \begin_inset space ~
25902 \end_inset
25903
25904 3.2 about here.]
25905 \family default
25906
25907 \begin_inset Quotes erd
25908 \end_inset
25909
25910  is inserted.
25911  The endfloat-package is loaded in the preamble with the line
25912 \end_layout
25913
25914 \begin_layout Standard
25915
25916 \series bold
25917
25918 \backslash
25919 usepackage[options]{endfloat}
25920 \end_layout
25921
25922 \begin_layout Standard
25923 There are various package options to format the created figure/table sections.
25924  For more information we refer you to the 
25925 \series bold
25926 endfloat
25927 \series default
25928  documentation 
25929 \begin_inset CommandInset citation
25930 LatexCommand cite
25931 key "endfloat"
25932
25933 \end_inset
25934
25935 .
25936 \begin_inset Newline newline
25937 \end_inset
25938
25939
25940 \begin_inset Note Greyedout
25941 status open
25942
25943 \begin_layout Plain Layout
25944
25945 \series bold
25946 Note: endfloat
25947 \series default
25948  doesn't provide an automatic translation for the text hint, you have to
25949  do this manually, see section
25950 \begin_inset space ~
25951 \end_inset
25952
25953 4 in 
25954 \begin_inset CommandInset citation
25955 LatexCommand cite
25956 key "endfloat"
25957
25958 \end_inset
25959
25960 .
25961 \end_layout
25962
25963 \end_inset
25964
25965
25966 \begin_inset Newline newline
25967 \end_inset
25968
25969
25970 \begin_inset Note Greyedout
25971 status open
25972
25973 \begin_layout Plain Layout
25974
25975 \series bold
25976 Note:
25977 \series default
25978  There is currently a bug in 
25979 \series bold
25980 endfloat
25981 \series default
25982  when the caption contains a German 
25983 \begin_inset Quotes eld
25984 \end_inset
25985
25986 ß
25987 \begin_inset Quotes erd
25988 \end_inset
25989
25990 .
25991  Use in this case the command 
25992 \begin_inset Quotes eld
25993 \end_inset
25994
25995
25996 \series bold
25997
25998 \backslash
25999 ss
26000 \series default
26001
26002 \begin_inset Quotes erd
26003 \end_inset
26004
26005  in \SpecialChar TeX
26006  Code instead of 
26007 \begin_inset Quotes eld
26008 \end_inset
26009
26010 ß
26011 \begin_inset Quotes erd
26012 \end_inset
26013
26014 .
26015 \end_layout
26016
26017 \end_inset
26018
26019
26020 \end_layout
26021
26022 \begin_layout Standard
26023 \begin_inset VSpace bigskip
26024 \end_inset
26025
26026 For more details about float placements, have a look at \SpecialChar LaTeX
26027  books, 
26028 \begin_inset CommandInset citation
26029 LatexCommand cite
26030 key "latexcompanion,latexguide,latexbook"
26031
26032 \end_inset
26033
26034 .
26035 \end_layout
26036
26037 \begin_layout Section
26038 Rotated Floats
26039 \begin_inset CommandInset label
26040 LatexCommand label
26041 name "sec:Rotated-Floats"
26042
26043 \end_inset
26044
26045
26046 \begin_inset Index idx
26047 status collapsed
26048
26049 \begin_layout Plain Layout
26050 Floats ! Rotating
26051 \end_layout
26052
26053 \end_inset
26054
26055
26056 \end_layout
26057
26058 \begin_layout Standard
26059 Especially for wide tables you might have floats rotated.
26060  To rotate a whole float including the caption, right-click on the float-box
26061  and use the option 
26062 \family sans
26063 Rotate
26064 \begin_inset space ~
26065 \end_inset
26066
26067 sideways
26068 \family default
26069 .
26070 \end_layout
26071
26072 \begin_layout Standard
26073 Rotated floats are always placed on a page of their own (or column of their
26074  own; in case you have a multi-column document).
26075  You can let them span several columns using the float settings option 
26076 \family sans
26077 Span
26078 \begin_inset space ~
26079 \end_inset
26080
26081 columns
26082 \family default
26083 .
26084  Floats are rotated so that you can read them from the outside margin.
26085  To force a certain rotation direction for all pages, you can add either
26086  the option 
26087 \series bold
26088 figuresleft
26089 \series default
26090  or 
26091 \series bold
26092 figuresright
26093 \series default
26094  to the document class options.
26095 \end_layout
26096
26097 \begin_layout Standard
26098 Referencing rotated floats is the same as for normal floats, the caption
26099  format is also the same: Table
26100 \begin_inset space ~
26101 \end_inset
26102
26103
26104 \begin_inset CommandInset ref
26105 LatexCommand ref
26106 reference "tab:Rotated-table"
26107
26108 \end_inset
26109
26110  is an example of a rotated table float.
26111 \end_layout
26112
26113 \begin_layout Standard
26114 \begin_inset Note Greyedout
26115 status open
26116
26117 \begin_layout Plain Layout
26118
26119 \series bold
26120 Note:
26121 \series default
26122  Not all DVI-viewers are able to display rotated floats.
26123 \end_layout
26124
26125 \end_inset
26126
26127
26128 \end_layout
26129
26130 \begin_layout Standard
26131 \begin_inset Float table
26132 wide false
26133 sideways true
26134 status open
26135
26136 \begin_layout Plain Layout
26137 \begin_inset Caption Standard
26138
26139 \begin_layout Plain Layout
26140 \begin_inset CommandInset label
26141 LatexCommand label
26142 name "tab:Rotated-table"
26143
26144 \end_inset
26145
26146  Rotated table
26147 \end_layout
26148
26149 \end_inset
26150
26151
26152 \end_layout
26153
26154 \begin_layout Plain Layout
26155 \align center
26156 \begin_inset Tabular
26157 <lyxtabular version="3" rows="1" columns="5">
26158 <features tabularvalignment="middle">
26159 <column alignment="center" valignment="top">
26160 <column alignment="center" valignment="top">
26161 <column alignment="center" valignment="top">
26162 <column alignment="center" valignment="top">
26163 <column alignment="center" valignment="top">
26164 <row>
26165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26166 \begin_inset Text
26167
26168 \begin_layout Plain Layout
26169 test
26170 \end_layout
26171
26172 \end_inset
26173 </cell>
26174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26175 \begin_inset Text
26176
26177 \begin_layout Plain Layout
26178 b
26179 \end_layout
26180
26181 \end_inset
26182 </cell>
26183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26184 \begin_inset Text
26185
26186 \begin_layout Plain Layout
26187 c
26188 \end_layout
26189
26190 \end_inset
26191 </cell>
26192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26193 \begin_inset Text
26194
26195 \begin_layout Plain Layout
26196 d
26197 \end_layout
26198
26199 \end_inset
26200 </cell>
26201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26202 \begin_inset Text
26203
26204 \begin_layout Plain Layout
26205 e
26206 \end_layout
26207
26208 \end_inset
26209 </cell>
26210 </row>
26211 </lyxtabular>
26212
26213 \end_inset
26214
26215
26216 \end_layout
26217
26218 \end_inset
26219
26220
26221 \end_layout
26222
26223 \begin_layout Section
26224 Subfloats
26225 \begin_inset Index idx
26226 status collapsed
26227
26228 \begin_layout Plain Layout
26229 Floats ! Subfloats
26230 \end_layout
26231
26232 \end_inset
26233
26234
26235 \end_layout
26236
26237 \begin_layout Standard
26238 Subfloats are for example used when a figure consists of several images.
26239  They are created by inserting a float into an existing float.
26240  The placement of the subfloats can be controlled in the same way as for
26241  paragraphs as shown in table
26242 \begin_inset space ~
26243 \end_inset
26244
26245
26246 \begin_inset CommandInset ref
26247 LatexCommand ref
26248 reference "tab:Two-subtables-side"
26249
26250 \end_inset
26251
26252  and 
26253 \begin_inset CommandInset ref
26254 LatexCommand ref
26255 reference "tab:Two-subtables-upon"
26256
26257 \end_inset
26258
26259 .
26260 \end_layout
26261
26262 \begin_layout Standard
26263 Referencing subfloats works as for normal floats: Table
26264 \begin_inset space ~
26265 \end_inset
26266
26267
26268 \begin_inset CommandInset ref
26269 LatexCommand ref
26270 reference "tab:This-is-subtable-a"
26271
26272 \end_inset
26273
26274  and 
26275 \begin_inset CommandInset ref
26276 LatexCommand ref
26277 reference "tab:This-is-subtable-b"
26278
26279 \end_inset
26280
26281  are subtables of table
26282 \begin_inset space ~
26283 \end_inset
26284
26285
26286 \begin_inset CommandInset ref
26287 LatexCommand ref
26288 reference "tab:Two-subtables-side"
26289
26290 \end_inset
26291
26292 .
26293 \end_layout
26294
26295 \begin_layout Standard
26296 \begin_inset Float table
26297 wide false
26298 sideways false
26299 status open
26300
26301 \begin_layout Plain Layout
26302 \begin_inset Caption Standard
26303
26304 \begin_layout Plain Layout
26305 \begin_inset CommandInset label
26306 LatexCommand label
26307 name "tab:Two-subtables-side"
26308
26309 \end_inset
26310
26311 Two subtables placed side by side.
26312 \end_layout
26313
26314 \end_inset
26315
26316
26317 \end_layout
26318
26319 \begin_layout Plain Layout
26320 \align center
26321 \begin_inset space \hfill{}
26322 \end_inset
26323
26324
26325 \begin_inset Float table
26326 wide false
26327 sideways false
26328 status collapsed
26329
26330 \begin_layout Plain Layout
26331 \begin_inset Caption Standard
26332
26333 \begin_layout Plain Layout
26334 \begin_inset CommandInset label
26335 LatexCommand label
26336 name "tab:This-is-subtable-a"
26337
26338 \end_inset
26339
26340 This is subtable a.
26341 \end_layout
26342
26343 \end_inset
26344
26345
26346 \end_layout
26347
26348 \begin_layout Plain Layout
26349 \align center
26350 \begin_inset Tabular
26351 <lyxtabular version="3" rows="1" columns="5">
26352 <features tabularvalignment="middle">
26353 <column alignment="center" valignment="top">
26354 <column alignment="center" valignment="top">
26355 <column alignment="center" valignment="top">
26356 <column alignment="center" valignment="top">
26357 <column alignment="center" valignment="top">
26358 <row>
26359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26360 \begin_inset Text
26361
26362 \begin_layout Plain Layout
26363 test
26364 \end_layout
26365
26366 \end_inset
26367 </cell>
26368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26369 \begin_inset Text
26370
26371 \begin_layout Plain Layout
26372 b
26373 \end_layout
26374
26375 \end_inset
26376 </cell>
26377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26378 \begin_inset Text
26379
26380 \begin_layout Plain Layout
26381 c
26382 \end_layout
26383
26384 \end_inset
26385 </cell>
26386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26387 \begin_inset Text
26388
26389 \begin_layout Plain Layout
26390 d
26391 \end_layout
26392
26393 \end_inset
26394 </cell>
26395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26396 \begin_inset Text
26397
26398 \begin_layout Plain Layout
26399 e
26400 \end_layout
26401
26402 \end_inset
26403 </cell>
26404 </row>
26405 </lyxtabular>
26406
26407 \end_inset
26408
26409
26410 \end_layout
26411
26412 \end_inset
26413
26414
26415 \begin_inset space \hfill{}
26416 \end_inset
26417
26418
26419 \begin_inset Float table
26420 wide false
26421 sideways false
26422 status collapsed
26423
26424 \begin_layout Plain Layout
26425 \begin_inset Caption Standard
26426
26427 \begin_layout Plain Layout
26428 \begin_inset CommandInset label
26429 LatexCommand label
26430 name "tab:This-is-subtable-b"
26431
26432 \end_inset
26433
26434 This is subtable b.
26435 \end_layout
26436
26437 \end_inset
26438
26439
26440 \end_layout
26441
26442 \begin_layout Plain Layout
26443 \align center
26444 \begin_inset Tabular
26445 <lyxtabular version="3" rows="1" columns="5">
26446 <features tabularvalignment="middle">
26447 <column alignment="center" valignment="top">
26448 <column alignment="center" valignment="top">
26449 <column alignment="center" valignment="top">
26450 <column alignment="center" valignment="top">
26451 <column alignment="center" valignment="top">
26452 <row>
26453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26454 \begin_inset Text
26455
26456 \begin_layout Plain Layout
26457 e
26458 \end_layout
26459
26460 \end_inset
26461 </cell>
26462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26463 \begin_inset Text
26464
26465 \begin_layout Plain Layout
26466 d
26467 \end_layout
26468
26469 \end_inset
26470 </cell>
26471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26472 \begin_inset Text
26473
26474 \begin_layout Plain Layout
26475 c
26476 \end_layout
26477
26478 \end_inset
26479 </cell>
26480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26481 \begin_inset Text
26482
26483 \begin_layout Plain Layout
26484 b
26485 \end_layout
26486
26487 \end_inset
26488 </cell>
26489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26490 \begin_inset Text
26491
26492 \begin_layout Plain Layout
26493 test
26494 \end_layout
26495
26496 \end_inset
26497 </cell>
26498 </row>
26499 </lyxtabular>
26500
26501 \end_inset
26502
26503
26504 \end_layout
26505
26506 \end_inset
26507
26508
26509 \begin_inset space \hfill{}
26510 \end_inset
26511
26512
26513 \end_layout
26514
26515 \end_inset
26516
26517
26518 \end_layout
26519
26520 \begin_layout Standard
26521 \begin_inset Float table
26522 wide false
26523 sideways false
26524 status open
26525
26526 \begin_layout Plain Layout
26527 \begin_inset Caption Standard
26528
26529 \begin_layout Plain Layout
26530 \begin_inset CommandInset label
26531 LatexCommand label
26532 name "tab:Two-subtables-upon"
26533
26534 \end_inset
26535
26536 Two subtables placed one above the other.
26537  (a) table with 4 cells, (b) table with 5 cells.
26538 \end_layout
26539
26540 \end_inset
26541
26542
26543 \end_layout
26544
26545 \begin_layout Plain Layout
26546 \align center
26547 \begin_inset Float table
26548 wide false
26549 sideways false
26550 status collapsed
26551
26552 \begin_layout Plain Layout
26553 \begin_inset Caption Standard
26554
26555 \begin_layout Plain Layout
26556
26557 \end_layout
26558
26559 \end_inset
26560
26561
26562 \end_layout
26563
26564 \begin_layout Plain Layout
26565 \align center
26566 \begin_inset Tabular
26567 <lyxtabular version="3" rows="1" columns="4">
26568 <features tabularvalignment="middle">
26569 <column alignment="center" valignment="top">
26570 <column alignment="center" valignment="top">
26571 <column alignment="center" valignment="top">
26572 <column alignment="center" valignment="top">
26573 <row>
26574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26575 \begin_inset Text
26576
26577 \begin_layout Plain Layout
26578 test
26579 \end_layout
26580
26581 \end_inset
26582 </cell>
26583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26584 \begin_inset Text
26585
26586 \begin_layout Plain Layout
26587 test
26588 \end_layout
26589
26590 \end_inset
26591 </cell>
26592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26593 \begin_inset Text
26594
26595 \begin_layout Plain Layout
26596 test
26597 \end_layout
26598
26599 \end_inset
26600 </cell>
26601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26602 \begin_inset Text
26603
26604 \begin_layout Plain Layout
26605 test
26606 \end_layout
26607
26608 \end_inset
26609 </cell>
26610 </row>
26611 </lyxtabular>
26612
26613 \end_inset
26614
26615
26616 \end_layout
26617
26618 \end_inset
26619
26620
26621 \end_layout
26622
26623 \begin_layout Plain Layout
26624 \align center
26625 \begin_inset Float table
26626 wide false
26627 sideways false
26628 status collapsed
26629
26630 \begin_layout Plain Layout
26631 \begin_inset Caption Standard
26632
26633 \begin_layout Plain Layout
26634
26635 \end_layout
26636
26637 \end_inset
26638
26639
26640 \end_layout
26641
26642 \begin_layout Plain Layout
26643 \align center
26644 \begin_inset Tabular
26645 <lyxtabular version="3" rows="1" columns="5">
26646 <features tabularvalignment="middle">
26647 <column alignment="center" valignment="top">
26648 <column alignment="center" valignment="top">
26649 <column alignment="center" valignment="top">
26650 <column alignment="center" valignment="top">
26651 <column alignment="center" valignment="top">
26652 <row>
26653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26654 \begin_inset Text
26655
26656 \begin_layout Plain Layout
26657 a
26658 \end_layout
26659
26660 \end_inset
26661 </cell>
26662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26663 \begin_inset Text
26664
26665 \begin_layout Plain Layout
26666 b
26667 \end_layout
26668
26669 \end_inset
26670 </cell>
26671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26672 \begin_inset Text
26673
26674 \begin_layout Plain Layout
26675 c
26676 \end_layout
26677
26678 \end_inset
26679 </cell>
26680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26681 \begin_inset Text
26682
26683 \begin_layout Plain Layout
26684 d
26685 \end_layout
26686
26687 \end_inset
26688 </cell>
26689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26690 \begin_inset Text
26691
26692 \begin_layout Plain Layout
26693 e
26694 \end_layout
26695
26696 \end_inset
26697 </cell>
26698 </row>
26699 </lyxtabular>
26700
26701 \end_inset
26702
26703
26704 \end_layout
26705
26706 \end_inset
26707
26708
26709 \end_layout
26710
26711 \end_inset
26712
26713
26714 \end_layout
26715
26716 \begin_layout Section
26717 Floats Side by Side
26718 \begin_inset Index idx
26719 status collapsed
26720
26721 \begin_layout Plain Layout
26722 Floats ! Side by side
26723 \end_layout
26724
26725 \end_inset
26726
26727
26728 \end_layout
26729
26730 \begin_layout Standard
26731 To place floats side by side, as in Figures
26732 \begin_inset space ~
26733 \end_inset
26734
26735
26736 \begin_inset CommandInset ref
26737 LatexCommand ref
26738 reference "fig:Float-left"
26739
26740 \end_inset
26741
26742  and 
26743 \begin_inset CommandInset ref
26744 LatexCommand ref
26745 reference "fig:Float-right"
26746
26747 \end_inset
26748
26749 , only 
26750 \emph on
26751 one
26752 \emph default
26753  float is used.
26754  In it two minipage boxes are inserted.
26755 \begin_inset Foot
26756 status collapsed
26757
26758 \begin_layout Plain Layout
26759 Minipages are explained in section
26760 \begin_inset space ~
26761 \end_inset
26762
26763
26764 \begin_inset CommandInset ref
26765 LatexCommand ref
26766 reference "sec:Minipages"
26767
26768 \end_inset
26769
26770 .
26771 \end_layout
26772
26773 \end_inset
26774
26775  The width is set to 45
26776 \begin_inset space \thinspace{}
26777 \end_inset
26778
26779 -50
26780 \begin_inset space \thinspace{}
26781 \end_inset
26782
26783 column% and the box alignment to 
26784 \family sans
26785 Bottom
26786 \family default
26787  for each minipage.
26788  The minipage boxes contain the image and the caption in the same way as
26789  they are in a float.
26790  The only difference is that the image unit 
26791 \family sans
26792 Column
26793 \begin_inset space ~
26794 \end_inset
26795
26796 Width
26797 \begin_inset space ~
26798 \end_inset
26799
26800 %
26801 \family default
26802  is now calculated according to the width of the minipage boxes.
26803 \end_layout
26804
26805 \begin_layout Standard
26806 \begin_inset Float figure
26807 wide false
26808 sideways false
26809 status open
26810
26811 \begin_layout Plain Layout
26812 \begin_inset Box Frameless
26813 position "b"
26814 hor_pos "c"
26815 has_inner_box 1
26816 inner_pos "t"
26817 use_parbox 0
26818 use_makebox 0
26819 width "45col%"
26820 special "none"
26821 height "1in"
26822 height_special "totalheight"
26823 thickness "0.4pt"
26824 separation "3pt"
26825 shadowsize "4pt"
26826 framecolor "black"
26827 backgroundcolor "none"
26828 status open
26829
26830 \begin_layout Plain Layout
26831 \align center
26832 \begin_inset Graphics
26833         filename clipart/mobius.eps
26834         lyxscale 50
26835         width 100col%
26836         scaleBeforeRotation
26837
26838 \end_inset
26839
26840
26841 \end_layout
26842
26843 \begin_layout Plain Layout
26844 \begin_inset Caption Standard
26845
26846 \begin_layout Plain Layout
26847 \begin_inset CommandInset label
26848 LatexCommand label
26849 name "fig:Float-left"
26850
26851 \end_inset
26852
26853 Float on the left side.
26854 \end_layout
26855
26856 \end_inset
26857
26858
26859 \end_layout
26860
26861 \end_inset
26862
26863
26864 \begin_inset space \hfill{}
26865 \end_inset
26866
26867
26868 \begin_inset Box Frameless
26869 position "b"
26870 hor_pos "c"
26871 has_inner_box 1
26872 inner_pos "t"
26873 use_parbox 0
26874 use_makebox 0
26875 width "45col%"
26876 special "none"
26877 height "1in"
26878 height_special "totalheight"
26879 thickness "0.4pt"
26880 separation "3pt"
26881 shadowsize "4pt"
26882 framecolor "black"
26883 backgroundcolor "none"
26884 status open
26885
26886 \begin_layout Plain Layout
26887 \align center
26888 \begin_inset Graphics
26889         filename clipart/platypus.eps
26890         lyxscale 50
26891         width 100col%
26892         scaleBeforeRotation
26893
26894 \end_inset
26895
26896
26897 \end_layout
26898
26899 \begin_layout Plain Layout
26900 \begin_inset Caption Standard
26901
26902 \begin_layout Plain Layout
26903 \begin_inset CommandInset label
26904 LatexCommand label
26905 name "fig:Float-right"
26906
26907 \end_inset
26908
26909 Float on the right side.
26910 \end_layout
26911
26912 \end_inset
26913
26914
26915 \end_layout
26916
26917 \end_inset
26918
26919
26920 \end_layout
26921
26922 \end_inset
26923
26924
26925 \end_layout
26926
26927 \begin_layout Standard
26928 An alternative and simpler solution is to use the module 
26929 \family sans
26930 Variable-width Minipages
26931 \family default
26932 , see sec.
26933 \begin_inset space \thinspace{}
26934 \end_inset
26935
26936
26937 \begin_inset CommandInset ref
26938 LatexCommand ref
26939 reference "sec:Minipages"
26940
26941 \end_inset
26942
26943 .
26944  Variable-width minipages adapt automatically to the width of the figures
26945  and tables.
26946  They do not require an explicit width to be given, and they improve the
26947  horizontal alignment of the figures.
26948  The LyX example file 
26949 \emph on
26950 varwidth-floats-side-by-side
26951 \emph default
26952  gives examples of how to do this.
26953 \end_layout
26954
26955 \begin_layout Section
26956 Caption Formatting
26957 \begin_inset Index idx
26958 status collapsed
26959
26960 \begin_layout Plain Layout
26961 Caption ! Formatting
26962 \end_layout
26963
26964 \end_inset
26965
26966
26967 \begin_inset Index idx
26968 status collapsed
26969
26970 \begin_layout Plain Layout
26971 Floats ! Caption Formatting
26972 \end_layout
26973
26974 \end_inset
26975
26976
26977 \begin_inset CommandInset label
26978 LatexCommand label
26979 name "sec:Caption-Formatting"
26980
26981 \end_inset
26982
26983
26984 \end_layout
26985
26986 \begin_layout Standard
26987 The 
26988 \family sans
26989 Caption
26990 \family default
26991  environment is the default paragraph environment for 
26992 \family sans
26993 Floats
26994 \family default
26995 .
26996  On the \SpecialChar LyX
26997  screen captions appear as a label, e.
26998 \begin_inset space \thinspace{}
26999 \end_inset
27000
27001 g.
27002 \begin_inset space \space{}
27003 \end_inset
27004
27005
27006 \begin_inset Quotes eld
27007 \end_inset
27008
27009
27010 \family sans
27011 Figure #:
27012 \family default
27013
27014 \begin_inset Quotes erd
27015 \end_inset
27016
27017  followed by the caption text.
27018  
27019 \begin_inset Quotes eld
27020 \end_inset
27021
27022 #
27023 \begin_inset Quotes erd
27024 \end_inset
27025
27026  is the actual reference number.
27027  By default the label and the number are in the same font as the caption
27028  text and a colon follows the number to divide the label from the text.
27029  This caption format is suitable for many but not all documents.
27030  
27031 \end_layout
27032
27033 \begin_layout Standard
27034 To change the default caption format, load the \SpecialChar LaTeX
27035 -package 
27036 \series bold
27037 caption
27038 \series default
27039
27040 \begin_inset Index idx
27041 status collapsed
27042
27043 \begin_layout Plain Layout
27044 \SpecialChar LaTeX
27045 -packages ! caption
27046 \end_layout
27047
27048 \end_inset
27049
27050  in the document preamble with this line:
27051 \end_layout
27052
27053 \begin_layout Standard
27054
27055 \series bold
27056
27057 \backslash
27058 usepackage[format definition]{caption}
27059 \end_layout
27060
27061 \begin_layout Standard
27062 To have for example the label and the number in sans-serif, bold font and
27063  the table captions always above the table as in this document, use the
27064  following command:
27065 \end_layout
27066
27067 \begin_layout Standard
27068
27069 \series bold
27070
27071 \backslash
27072 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
27073 \end_layout
27074
27075 \begin_layout Standard
27076 You can also define different caption formats for the different float types.
27077  In this case load the 
27078 \series bold
27079 caption
27080 \series default
27081  package without format specific options and define the different formats
27082  with the help of the command
27083 \end_layout
27084
27085 \begin_layout Standard
27086
27087 \series bold
27088
27089 \backslash
27090 captionsetup[float type]{format definition}
27091 \end_layout
27092
27093 \begin_layout Standard
27094 in the document preamble.
27095  For example the caption formats of Figure
27096 \begin_inset space ~
27097 \end_inset
27098
27099
27100 \begin_inset CommandInset ref
27101 LatexCommand ref
27102 reference "fig:This-is-an-fig"
27103
27104 \end_inset
27105
27106  and Table
27107 \begin_inset space ~
27108 \end_inset
27109
27110
27111 \begin_inset CommandInset ref
27112 LatexCommand ref
27113 reference "tab:This-is-an-tab"
27114
27115 \end_inset
27116
27117  can be created using these commands in the document preamble:
27118 \end_layout
27119
27120 \begin_layout Standard
27121
27122 \series bold
27123
27124 \backslash
27125 usepackage[tableposition=top]{caption}
27126 \series default
27127
27128 \begin_inset Newline newline
27129 \end_inset
27130
27131
27132 \series bold
27133
27134 \backslash
27135 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
27136 \begin_inset Newline newline
27137 \end_inset
27138
27139
27140 \begin_inset Phantom HPhantom
27141 status open
27142
27143 \begin_layout Plain Layout
27144
27145 \series bold
27146
27147 \backslash
27148 captionsetup[figure]{
27149 \end_layout
27150
27151 \end_inset
27152
27153 labelsep=period}
27154 \begin_inset Newline newline
27155 \end_inset
27156
27157
27158 \backslash
27159 captionsetup[table]{labelfont={bf,sf}}
27160 \end_layout
27161
27162 \begin_layout Standard
27163 \begin_inset Note Greyedout
27164 status open
27165
27166 \begin_layout Plain Layout
27167
27168 \series bold
27169 Note:
27170 \series default
27171  The option 
27172 \series bold
27173 tableposition=top
27174 \series default
27175  has no effect when a 
27176 \series bold
27177 KOMA-Script
27178 \series default
27179
27180 \begin_inset Index idx
27181 status collapsed
27182
27183 \begin_layout Plain Layout
27184 \SpecialChar LaTeX
27185 -packages ! KOMA-Script
27186 \end_layout
27187
27188 \end_inset
27189
27190  document class is used.
27191  In this case the document class option 
27192 \series bold
27193 captions=tableheading
27194 \series default
27195  must be used.
27196 \end_layout
27197
27198 \end_inset
27199
27200
27201 \end_layout
27202
27203 \begin_layout Standard
27204 For more information about the package 
27205 \series bold
27206 caption
27207 \series default
27208  we refer to its documentation 
27209 \begin_inset CommandInset citation
27210 LatexCommand cite
27211 key "caption"
27212
27213 \end_inset
27214
27215 .
27216 \end_layout
27217
27218 \begin_layout Standard
27219 To change the label name from e.
27220 \begin_inset space \thinspace{}
27221 \end_inset
27222
27223 g.
27224 \begin_inset space \space{}
27225 \end_inset
27226
27227
27228 \begin_inset Quotes eld
27229 \end_inset
27230
27231 Figure
27232 \begin_inset Quotes erd
27233 \end_inset
27234
27235  to 
27236 \begin_inset Quotes eld
27237 \end_inset
27238
27239 Image
27240 \begin_inset Quotes erd
27241 \end_inset
27242
27243  use this preamble command:
27244 \end_layout
27245
27246 \begin_layout Standard
27247
27248 \series bold
27249
27250 \backslash
27251 renewcommand{
27252 \backslash
27253 fnum@figure}{Image~
27254 \backslash
27255 thefigure}
27256 \end_layout
27257
27258 \begin_layout Standard
27259 where 
27260 \series bold
27261
27262 \backslash
27263 thefigure
27264 \series default
27265  inserts the figure number and
27266 \series bold
27267  
27268 \begin_inset Quotes eld
27269 \end_inset
27270
27271 ~
27272 \series default
27273
27274 \begin_inset Quotes erd
27275 \end_inset
27276
27277  creates a protected space.
27278 \end_layout
27279
27280 \begin_layout Standard
27281 \begin_inset VSpace bigskip
27282 \end_inset
27283
27284 If you are using a 
27285 \series bold
27286 KOMA-Script
27287 \series default
27288
27289 \begin_inset Index idx
27290 status collapsed
27291
27292 \begin_layout Plain Layout
27293 \SpecialChar LaTeX
27294 -packages ! KOMA-Script
27295 \end_layout
27296
27297 \end_inset
27298
27299  document class (
27300 \family sans
27301 article (KOMA-Script)
27302 \family default
27303
27304 \family sans
27305 book (KOMA-Script)
27306 \family default
27307
27308 \family sans
27309 letter (KOMA-Script)
27310 \family default
27311 , or 
27312 \family sans
27313 report (KOMA-Script)
27314 \family default
27315
27316 \begin_inset space \thinspace{}
27317 \end_inset
27318
27319 ), you can alternatively to the 
27320 \series bold
27321 caption
27322 \series default
27323  package use 
27324 \series bold
27325 KOMA-Script
27326 \series default
27327 's built-in command 
27328 \series bold
27329
27330 \backslash
27331 setkomafont
27332 \series default
27333 .
27334  For example, to have the caption label in bold, add this command to your
27335  document preamble:
27336 \end_layout
27337
27338 \begin_layout Standard
27339
27340 \series bold
27341
27342 \backslash
27343 setkomafont{captionlabel}{
27344 \backslash
27345 bfseries}
27346 \end_layout
27347
27348 \begin_layout Standard
27349 For more information about 
27350 \series bold
27351
27352 \backslash
27353 setkomafont
27354 \series default
27355  we refer to the 
27356 \series bold
27357 KOMA-Script
27358 \series default
27359  documentation 
27360 \begin_inset CommandInset citation
27361 LatexCommand cite
27362 key "KOMA-Script"
27363
27364 \end_inset
27365
27366 .
27367 \end_layout
27368
27369 \begin_layout Standard
27370 \begin_inset ERT
27371 status collapsed
27372
27373 \begin_layout Plain Layout
27374
27375
27376 \backslash
27377 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
27378 }
27379 \end_layout
27380
27381 \end_inset
27382
27383
27384 \begin_inset Note Note
27385 status open
27386
27387 \begin_layout Plain Layout
27388 The caption format is changed only for this example.
27389 \end_layout
27390
27391 \end_inset
27392
27393
27394 \end_layout
27395
27396 \begin_layout Standard
27397 \begin_inset Float figure
27398 placement !p
27399 wide false
27400 sideways false
27401 status open
27402
27403 \begin_layout Plain Layout
27404 \align center
27405 \begin_inset Graphics
27406         filename clipart/mobius.eps
27407         lyxscale 50
27408         scale 50
27409         scaleBeforeRotation
27410
27411 \end_inset
27412
27413
27414 \end_layout
27415
27416 \begin_layout Plain Layout
27417 \begin_inset Caption Standard
27418
27419 \begin_layout Plain Layout
27420 \begin_inset CommandInset label
27421 LatexCommand label
27422 name "fig:This-is-an-fig"
27423
27424 \end_inset
27425
27426 This is an example figure caption that is longer than one line to show the
27427  different caption format.
27428  Here a self-defined caption format is used.
27429 \end_layout
27430
27431 \end_inset
27432
27433
27434 \end_layout
27435
27436 \end_inset
27437
27438
27439 \end_layout
27440
27441 \begin_layout Standard
27442 \begin_inset ERT
27443 status collapsed
27444
27445 \begin_layout Plain Layout
27446
27447
27448 \backslash
27449 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
27450 on}
27451 \end_layout
27452
27453 \end_inset
27454
27455
27456 \end_layout
27457
27458 \begin_layout Standard
27459 \begin_inset Float table
27460 placement !p
27461 wide false
27462 sideways false
27463 status open
27464
27465 \begin_layout Plain Layout
27466 \begin_inset Caption Standard
27467
27468 \begin_layout Plain Layout
27469 \begin_inset CommandInset label
27470 LatexCommand label
27471 name "tab:This-is-an-tab"
27472
27473 \end_inset
27474
27475 This is an example table caption that is longer than one line to show the
27476  different caption format.
27477  Here the standard caption format for tables in this document is used.
27478 \end_layout
27479
27480 \end_inset
27481
27482
27483 \end_layout
27484
27485 \begin_layout Plain Layout
27486 \align center
27487 \begin_inset Tabular
27488 <lyxtabular version="3" rows="1" columns="5">
27489 <features tabularvalignment="middle">
27490 <column alignment="center" valignment="top">
27491 <column alignment="center" valignment="top">
27492 <column alignment="center" valignment="top">
27493 <column alignment="center" valignment="top">
27494 <column alignment="center" valignment="top">
27495 <row>
27496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27497 \begin_inset Text
27498
27499 \begin_layout Plain Layout
27500 a
27501 \end_layout
27502
27503 \end_inset
27504 </cell>
27505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27506 \begin_inset Text
27507
27508 \begin_layout Plain Layout
27509 b
27510 \end_layout
27511
27512 \end_inset
27513 </cell>
27514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27515 \begin_inset Text
27516
27517 \begin_layout Plain Layout
27518 c
27519 \end_layout
27520
27521 \end_inset
27522 </cell>
27523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27524 \begin_inset Text
27525
27526 \begin_layout Plain Layout
27527 d
27528 \end_layout
27529
27530 \end_inset
27531 </cell>
27532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27533 \begin_inset Text
27534
27535 \begin_layout Plain Layout
27536 e
27537 \end_layout
27538
27539 \end_inset
27540 </cell>
27541 </row>
27542 </lyxtabular>
27543
27544 \end_inset
27545
27546
27547 \end_layout
27548
27549 \end_inset
27550
27551
27552 \end_layout
27553
27554 \begin_layout Section
27555 Caption Placement
27556 \begin_inset Index idx
27557 status collapsed
27558
27559 \begin_layout Plain Layout
27560 Caption ! Placement
27561 \end_layout
27562
27563 \end_inset
27564
27565
27566 \begin_inset Index idx
27567 status collapsed
27568
27569 \begin_layout Plain Layout
27570 Floats ! Caption Placement
27571 \end_layout
27572
27573 \end_inset
27574
27575
27576 \begin_inset CommandInset label
27577 LatexCommand label
27578 name "sec:Caption-Placement"
27579
27580 \end_inset
27581
27582
27583 \end_layout
27584
27585 \begin_layout Standard
27586 The common caption placement rule is:
27587 \end_layout
27588
27589 \begin_layout Description
27590 Figure: Caption is set below the figure
27591 \end_layout
27592
27593 \begin_layout Description
27594 Table: Caption is set above the table
27595 \end_layout
27596
27597 \begin_layout Standard
27598 Having the caption above the table is unfortunately not supported in \SpecialChar LaTeX
27599 's
27600  standard classes.
27601  That means if you are using the document classes 
27602 \family sans
27603 article
27604 \family default
27605
27606 \family sans
27607 book
27608 \family default
27609
27610 \family sans
27611 letter
27612 \family default
27613 , or 
27614 \family sans
27615 report
27616 \family default
27617  there will be no space between the caption and the table.
27618  To insert the necessary space, load the \SpecialChar LaTeX
27619 -package 
27620 \series bold
27621 caption
27622 \series default
27623
27624 \begin_inset Index idx
27625 status collapsed
27626
27627 \begin_layout Plain Layout
27628 \SpecialChar LaTeX
27629 -packages ! caption
27630 \end_layout
27631
27632 \end_inset
27633
27634  in your document preamble with the option
27635 \begin_inset Foot
27636 status collapsed
27637
27638 \begin_layout Plain Layout
27639 See section
27640 \begin_inset space ~
27641 \end_inset
27642
27643
27644 \begin_inset CommandInset ref
27645 LatexCommand ref
27646 reference "sec:Caption-Formatting"
27647
27648 \end_inset
27649
27650  for more information of the package 
27651 \series bold
27652 caption
27653 \series default
27654 .
27655 \end_layout
27656
27657 \end_inset
27658
27659
27660 \end_layout
27661
27662 \begin_layout Standard
27663
27664 \series bold
27665 tableposition=top
27666 \end_layout
27667
27668 \begin_layout Standard
27669 If you are using a 
27670 \series bold
27671 KOMA-Script
27672 \series default
27673
27674 \begin_inset Index idx
27675 status collapsed
27676
27677 \begin_layout Plain Layout
27678 \SpecialChar LaTeX
27679 -packages ! KOMA-Script
27680 \end_layout
27681
27682 \end_inset
27683
27684  document class (
27685 \family sans
27686 article (KOMA-Script)
27687 \family default
27688
27689 \family sans
27690 book (KOMA-Script)
27691 \family default
27692
27693 \family sans
27694 letter (KOMA-Script)
27695 \family default
27696 , or 
27697 \family sans
27698 report (KOMA-Script)
27699 \family default
27700
27701 \begin_inset space \thinspace{}
27702 \end_inset
27703
27704 ), you can alternatively to the 
27705 \series bold
27706 caption
27707 \series default
27708  package set the document class option
27709 \begin_inset Foot
27710 status collapsed
27711
27712 \begin_layout Plain Layout
27713 That option is used in this document.
27714 \end_layout
27715
27716 \end_inset
27717
27718
27719 \end_layout
27720
27721 \begin_layout Standard
27722
27723 \series bold
27724 captions=tableheading
27725 \end_layout
27726
27727 \begin_layout Standard
27728 In documents with a KOMA-Script document class you can also right-click
27729  on a caption and mark in the context menu if this should be a caption above
27730  or below the table/figure.
27731  This way you can override the document-wide caption placement for certain
27732  captions.
27733  Table
27734 \begin_inset space ~
27735 \end_inset
27736
27737
27738 \begin_inset CommandInset ref
27739 LatexCommand ref
27740 reference "tab:A-caption-marked"
27741
27742 \end_inset
27743
27744  is an example where the caption is marked a being below the table while
27745  it is above.
27746  For comparison the caption in Table
27747 \begin_inset space ~
27748 \end_inset
27749
27750
27751 \begin_inset CommandInset ref
27752 LatexCommand ref
27753 reference "tab:A-standard-table"
27754
27755 \end_inset
27756
27757  is not marked.
27758 \end_layout
27759
27760 \begin_layout Standard
27761 \begin_inset Float table
27762 wide false
27763 sideways false
27764 status open
27765
27766 \begin_layout Plain Layout
27767 \begin_inset Caption Below
27768
27769 \begin_layout Plain Layout
27770 \begin_inset CommandInset label
27771 LatexCommand label
27772 name "tab:A-caption-marked"
27773
27774 \end_inset
27775
27776 A caption marked as being below the table.
27777 \end_layout
27778
27779 \end_inset
27780
27781
27782 \end_layout
27783
27784 \begin_layout Plain Layout
27785 \align center
27786 \begin_inset Tabular
27787 <lyxtabular version="3" rows="3" columns="3">
27788 <features tabularvalignment="middle">
27789 <column alignment="center" valignment="top" width="0pt">
27790 <column alignment="center" valignment="top" width="0pt">
27791 <column alignment="center" valignment="top" width="0pt">
27792 <row>
27793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27794 \begin_inset Text
27795
27796 \begin_layout Plain Layout
27797 1
27798 \end_layout
27799
27800 \end_inset
27801 </cell>
27802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27803 \begin_inset Text
27804
27805 \begin_layout Plain Layout
27806 2
27807 \end_layout
27808
27809 \end_inset
27810 </cell>
27811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27812 \begin_inset Text
27813
27814 \begin_layout Plain Layout
27815 3
27816 \end_layout
27817
27818 \end_inset
27819 </cell>
27820 </row>
27821 <row>
27822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27823 \begin_inset Text
27824
27825 \begin_layout Plain Layout
27826 Joe
27827 \end_layout
27828
27829 \end_inset
27830 </cell>
27831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27832 \begin_inset Text
27833
27834 \begin_layout Plain Layout
27835 Mary
27836 \end_layout
27837
27838 \end_inset
27839 </cell>
27840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27841 \begin_inset Text
27842
27843 \begin_layout Plain Layout
27844 Ted
27845 \end_layout
27846
27847 \end_inset
27848 </cell>
27849 </row>
27850 <row>
27851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27852 \begin_inset Text
27853
27854 \begin_layout Plain Layout
27855 \begin_inset Formula $\int x^{2}dx$
27856 \end_inset
27857
27858
27859 \end_layout
27860
27861 \end_inset
27862 </cell>
27863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27864 \begin_inset Text
27865
27866 \begin_layout Plain Layout
27867 \begin_inset Formula $\left[\begin{array}{cc}
27868 a & b\\
27869 c & d
27870 \end{array}\right]$
27871 \end_inset
27872
27873
27874 \end_layout
27875
27876 \end_inset
27877 </cell>
27878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27879 \begin_inset Text
27880
27881 \begin_layout Plain Layout
27882 \begin_inset Formula $1+1=2$
27883 \end_inset
27884
27885
27886 \end_layout
27887
27888 \end_inset
27889 </cell>
27890 </row>
27891 </lyxtabular>
27892
27893 \end_inset
27894
27895
27896 \end_layout
27897
27898 \end_inset
27899
27900
27901 \end_layout
27902
27903 \begin_layout Standard
27904 \begin_inset Float table
27905 wide false
27906 sideways false
27907 status open
27908
27909 \begin_layout Plain Layout
27910 \begin_inset Caption Standard
27911
27912 \begin_layout Plain Layout
27913 \begin_inset CommandInset label
27914 LatexCommand label
27915 name "tab:A-standard-table"
27916
27917 \end_inset
27918
27919 A standard table caption.
27920 \end_layout
27921
27922 \end_inset
27923
27924
27925 \end_layout
27926
27927 \begin_layout Plain Layout
27928 \align center
27929 \begin_inset Tabular
27930 <lyxtabular version="3" rows="3" columns="3">
27931 <features tabularvalignment="middle">
27932 <column alignment="center" valignment="top" width="0pt">
27933 <column alignment="center" valignment="top" width="0pt">
27934 <column alignment="center" valignment="top" width="0pt">
27935 <row>
27936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27937 \begin_inset Text
27938
27939 \begin_layout Plain Layout
27940 1
27941 \end_layout
27942
27943 \end_inset
27944 </cell>
27945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27946 \begin_inset Text
27947
27948 \begin_layout Plain Layout
27949 2
27950 \end_layout
27951
27952 \end_inset
27953 </cell>
27954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27955 \begin_inset Text
27956
27957 \begin_layout Plain Layout
27958 3
27959 \end_layout
27960
27961 \end_inset
27962 </cell>
27963 </row>
27964 <row>
27965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27966 \begin_inset Text
27967
27968 \begin_layout Plain Layout
27969 Joe
27970 \end_layout
27971
27972 \end_inset
27973 </cell>
27974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27975 \begin_inset Text
27976
27977 \begin_layout Plain Layout
27978 Mary
27979 \end_layout
27980
27981 \end_inset
27982 </cell>
27983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27984 \begin_inset Text
27985
27986 \begin_layout Plain Layout
27987 Ted
27988 \end_layout
27989
27990 \end_inset
27991 </cell>
27992 </row>
27993 <row>
27994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27995 \begin_inset Text
27996
27997 \begin_layout Plain Layout
27998 \begin_inset Formula $\int x^{2}dx$
27999 \end_inset
28000
28001
28002 \end_layout
28003
28004 \end_inset
28005 </cell>
28006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28007 \begin_inset Text
28008
28009 \begin_layout Plain Layout
28010 \begin_inset Formula $\left[\begin{array}{cc}
28011 a & b\\
28012 c & d
28013 \end{array}\right]$
28014 \end_inset
28015
28016
28017 \end_layout
28018
28019 \end_inset
28020 </cell>
28021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28022 \begin_inset Text
28023
28024 \begin_layout Plain Layout
28025 \begin_inset Formula $1+1=2$
28026 \end_inset
28027
28028
28029 \end_layout
28030
28031 \end_inset
28032 </cell>
28033 </row>
28034 </lyxtabular>
28035
28036 \end_inset
28037
28038
28039 \end_layout
28040
28041 \end_inset
28042
28043
28044 \end_layout
28045
28046 \begin_layout Standard
28047 \begin_inset VSpace bigskip
28048 \end_inset
28049
28050 It is also possible to set the caption beside a figure or table.
28051  To get this the \SpecialChar LaTeX
28052 -package 
28053 \series bold
28054 sidecap
28055 \series default
28056
28057 \begin_inset Index idx
28058 status collapsed
28059
28060 \begin_layout Plain Layout
28061 \SpecialChar LaTeX
28062 -packages ! sidecap
28063 \end_layout
28064
28065 \end_inset
28066
28067  has to be loaded in the document preamble with the line
28068 \end_layout
28069
28070 \begin_layout Standard
28071
28072 \series bold
28073
28074 \backslash
28075 usepackage[option]{sidecap}
28076 \end_layout
28077
28078 \begin_layout Standard
28079 If you set no option, the caption is placed on the side of the outer page
28080  margin – to the right on odd pages, to the left on even pages.
28081  You can change the placement to inner margin with the option 
28082 \series bold
28083 innercaption
28084 \series default
28085 .
28086  To force the placement always to the right or left, use the option 
28087 \series bold
28088 rightcaption
28089 \series default
28090  or 
28091 \series bold
28092 leftcaption
28093 \series default
28094 , respectively.
28095 \end_layout
28096
28097 \begin_layout Standard
28098 \begin_inset ERT
28099 status collapsed
28100
28101 \begin_layout Plain Layout
28102
28103
28104 \backslash
28105 ifsidecap
28106 \end_layout
28107
28108 \end_inset
28109
28110
28111 \begin_inset Note Note
28112 status open
28113
28114 \begin_layout Plain Layout
28115 The following section will only be displayed when the \SpecialChar LaTeX
28116 -package 
28117 \series bold
28118 sidecap
28119 \series default
28120  is installed.
28121 \end_layout
28122
28123 \end_inset
28124
28125
28126 \end_layout
28127
28128 \begin_layout Standard
28129 To place in \SpecialChar LyX
28130  the caption of a float on the side, it is necessary to add
28131  these commands to the document preamble:
28132 \end_layout
28133
28134 \begin_layout Standard
28135 \noindent
28136 \begin_inset CommandInset line
28137 LatexCommand rule
28138 offset "0.5ex"
28139 width "100line%"
28140 height "1pt"
28141
28142 \end_inset
28143
28144
28145 \end_layout
28146
28147 \begin_layout Standard
28148
28149 \series bold
28150
28151 \backslash
28152 newcommand{
28153 \backslash
28154 TabBesBeg}[1][1.0]{%
28155 \begin_inset Newline newline
28156 \end_inset
28157
28158
28159 \begin_inset Phantom HPhantom
28160 status open
28161
28162 \begin_layout Plain Layout
28163 \begin_inset space ~
28164 \end_inset
28165
28166
28167 \end_layout
28168
28169 \end_inset
28170
28171
28172 \backslash
28173 let
28174 \backslash
28175 MyTable
28176 \backslash
28177 table
28178 \begin_inset Newline newline
28179 \end_inset
28180
28181
28182 \begin_inset Phantom HPhantom
28183 status open
28184
28185 \begin_layout Plain Layout
28186
28187 \series medium
28188 \begin_inset space ~
28189 \end_inset
28190
28191
28192 \end_layout
28193
28194 \end_inset
28195
28196
28197 \backslash
28198 let
28199 \backslash
28200 MyEndtable
28201 \backslash
28202 endtable
28203 \begin_inset Newline newline
28204 \end_inset
28205
28206
28207 \begin_inset Phantom HPhantom
28208 status open
28209
28210 \begin_layout Plain Layout
28211
28212 \series medium
28213 \begin_inset space ~
28214 \end_inset
28215
28216
28217 \end_layout
28218
28219 \end_inset
28220
28221
28222 \backslash
28223 renewenvironment{table}[1]{
28224 \backslash
28225 begin{SCtable}[#1]##1}{
28226 \backslash
28227 end{SCtable}}}
28228 \end_layout
28229
28230 \begin_layout Standard
28231
28232 \series bold
28233
28234 \backslash
28235 newcommand{
28236 \backslash
28237 TabBesEnd}{%
28238 \begin_inset Newline newline
28239 \end_inset
28240
28241
28242 \begin_inset Phantom HPhantom
28243 status open
28244
28245 \begin_layout Plain Layout
28246 \begin_inset space ~
28247 \end_inset
28248
28249
28250 \end_layout
28251
28252 \end_inset
28253
28254
28255 \backslash
28256 let
28257 \backslash
28258 table
28259 \backslash
28260 MyTable
28261 \begin_inset Newline newline
28262 \end_inset
28263
28264
28265 \begin_inset Phantom HPhantom
28266 status open
28267
28268 \begin_layout Plain Layout
28269 \begin_inset space ~
28270 \end_inset
28271
28272
28273 \end_layout
28274
28275 \end_inset
28276
28277
28278 \backslash
28279 let
28280 \backslash
28281 endtable
28282 \backslash
28283 MyEndtable
28284 \end_layout
28285
28286 \begin_layout Standard
28287
28288 \series bold
28289
28290 \backslash
28291 newcommand{
28292 \backslash
28293 FigBesBeg}[1][1.0]{%
28294 \begin_inset Newline newline
28295 \end_inset
28296
28297
28298 \begin_inset Phantom HPhantom
28299 status open
28300
28301 \begin_layout Plain Layout
28302 \begin_inset space ~
28303 \end_inset
28304
28305
28306 \end_layout
28307
28308 \end_inset
28309
28310
28311 \backslash
28312 let
28313 \backslash
28314 MyFigure
28315 \backslash
28316 figure
28317 \begin_inset Newline newline
28318 \end_inset
28319
28320
28321 \begin_inset Phantom HPhantom
28322 status open
28323
28324 \begin_layout Plain Layout
28325 \begin_inset space ~
28326 \end_inset
28327
28328
28329 \end_layout
28330
28331 \end_inset
28332
28333
28334 \backslash
28335 let
28336 \backslash
28337 MyEndfigure
28338 \backslash
28339 endfigure
28340 \begin_inset Newline newline
28341 \end_inset
28342
28343
28344 \begin_inset Phantom HPhantom
28345 status open
28346
28347 \begin_layout Plain Layout
28348 \begin_inset space ~
28349 \end_inset
28350
28351
28352 \end_layout
28353
28354 \end_inset
28355
28356
28357 \backslash
28358 renewenvironment{figure}[1]{
28359 \backslash
28360 begin{SCfigure}[#1]##1}{
28361 \backslash
28362 end{SCfigure}}}
28363 \end_layout
28364
28365 \begin_layout Standard
28366
28367 \series bold
28368
28369 \backslash
28370 newcommand{
28371 \backslash
28372 FigBesEnd}{%
28373 \begin_inset Newline newline
28374 \end_inset
28375
28376
28377 \begin_inset Phantom HPhantom
28378 status open
28379
28380 \begin_layout Plain Layout
28381 \begin_inset space ~
28382 \end_inset
28383
28384
28385 \end_layout
28386
28387 \end_inset
28388
28389
28390 \backslash
28391 let
28392 \backslash
28393 figure
28394 \backslash
28395 MyFigure
28396 \begin_inset Newline newline
28397 \end_inset
28398
28399
28400 \begin_inset Phantom HPhantom
28401 status open
28402
28403 \begin_layout Plain Layout
28404 \begin_inset space ~
28405 \end_inset
28406
28407
28408 \end_layout
28409
28410 \end_inset
28411
28412
28413 \backslash
28414 let
28415 \backslash
28416 endfigure
28417 \backslash
28418 MyEndfigure}
28419 \end_layout
28420
28421 \begin_layout Standard
28422 \noindent
28423 \begin_inset CommandInset line
28424 LatexCommand rule
28425 offset "0.5ex"
28426 width "100line%"
28427 height "1pt"
28428
28429 \end_inset
28430
28431
28432 \end_layout
28433
28434 \begin_layout Standard
28435 The commands allow you to redefine the floats so that the caption is set
28436  on the side.
28437  For figure floats use the command
28438 \end_layout
28439
28440 \begin_layout Standard
28441
28442 \series bold
28443
28444 \backslash
28445 FigBesBeg
28446 \end_layout
28447
28448 \begin_layout Standard
28449 in \SpecialChar TeX
28450  Code before the float.
28451  And insert the command
28452 \end_layout
28453
28454 \begin_layout Standard
28455
28456 \series bold
28457
28458 \backslash
28459 FigBesEnd
28460 \end_layout
28461
28462 \begin_layout Standard
28463 in \SpecialChar TeX
28464  Code at the point where you want to get back to the original float definitio
28465 n.
28466 \end_layout
28467
28468 \begin_layout Standard
28469 For table floats use the corresponding commands
28470 \end_layout
28471
28472 \begin_layout Standard
28473
28474 \series bold
28475
28476 \backslash
28477 TabBesBeg
28478 \series default
28479  and 
28480 \series bold
28481
28482 \backslash
28483 TabBesEnd
28484 \end_layout
28485
28486 \begin_layout Standard
28487 Figure
28488 \begin_inset space ~
28489 \end_inset
28490
28491
28492 \begin_inset CommandInset ref
28493 LatexCommand ref
28494 reference "fig:cap-beside-fig"
28495
28496 \end_inset
28497
28498  and Table
28499 \begin_inset space ~
28500 \end_inset
28501
28502
28503 \begin_inset CommandInset ref
28504 LatexCommand ref
28505 reference "tab:cap-beside-tab"
28506
28507 \end_inset
28508
28509  are examples where the caption is set beside.
28510 \end_layout
28511
28512 \begin_layout Standard
28513 You can see in the examples that the caption text appears at the top of
28514  the floats for table floats and at the bottom for figure floats.
28515  To change this, you can use the command
28516 \end_layout
28517
28518 \begin_layout Standard
28519
28520 \series bold
28521
28522 \backslash
28523 sidecaptionvpos{float type}{placement}
28524 \end_layout
28525
28526 \begin_layout Standard
28527 in the document preamble or in \SpecialChar TeX
28528  Code before the float.
28529  The float type is either 
28530 \family sans
28531 figure
28532 \family default
28533  or 
28534 \family sans
28535 table
28536 \family default
28537 , the placement can be 
28538 \begin_inset Quotes eld
28539 \end_inset
28540
28541
28542 \family sans
28543 t
28544 \family default
28545
28546 \begin_inset Quotes erd
28547 \end_inset
28548
28549  for top, 
28550 \begin_inset Quotes eld
28551 \end_inset
28552
28553
28554 \family sans
28555 c
28556 \family default
28557
28558 \begin_inset Quotes erd
28559 \end_inset
28560
28561  for center, or 
28562 \begin_inset Quotes eld
28563 \end_inset
28564
28565
28566 \family sans
28567 b
28568 \family default
28569
28570 \begin_inset Quotes erd
28571 \end_inset
28572
28573  for bottom.
28574  To have for example the caption of figure floats vertically centered, use
28575  the command
28576 \end_layout
28577
28578 \begin_layout Standard
28579
28580 \series bold
28581
28582 \backslash
28583 sidecaptionvpos{figure}{c}
28584 \end_layout
28585
28586 \begin_layout Standard
28587 This was used for Figure
28588 \begin_inset space ~
28589 \end_inset
28590
28591
28592 \begin_inset CommandInset ref
28593 LatexCommand ref
28594 reference "fig:cap-beside-fig-2"
28595
28596 \end_inset
28597
28598 .
28599 \end_layout
28600
28601 \begin_layout Standard
28602 \begin_inset VSpace medskip
28603 \end_inset
28604
28605
28606 \end_layout
28607
28608 \begin_layout Standard
28609 The default caption width is the width of the image/table.
28610  For thin image/tables, like in Table
28611 \begin_inset space ~
28612 \end_inset
28613
28614
28615 \begin_inset CommandInset ref
28616 LatexCommand ref
28617 reference "tab:cap-beside-tab"
28618
28619 \end_inset
28620
28621 , this leads to captions that are too thin.
28622  You can increase the width by specifying a factor that will be multiplied
28623  with the image/table width to get the caption width.
28624  The caption width will automatically be recalculated in case it would protrude
28625  over the page or column margin due to the specified width.
28626  The 
28627 \emph on
28628 factor
28629 \emph default
28630  can either be given as optional argument for 
28631 \series bold
28632
28633 \backslash
28634 FigBesBeg
28635 \series default
28636 :
28637 \end_layout
28638
28639 \begin_layout Standard
28640
28641 \series bold
28642
28643 \backslash
28644 FigBesBeg[factor]
28645 \end_layout
28646
28647 \begin_layout Standard
28648 or in the definition of 
28649 \series bold
28650
28651 \backslash
28652 FigBesBeg
28653 \series default
28654  by replacing the 
28655 \series bold
28656 1.0
28657 \series default
28658  with another value.
28659  If you do the latter, your factor will be the default if 
28660 \series bold
28661
28662 \backslash
28663 FigBesBeg
28664 \series default
28665  is used without an argument.
28666  For Table
28667 \begin_inset space ~
28668 \end_inset
28669
28670
28671 \begin_inset CommandInset ref
28672 LatexCommand ref
28673 reference "tab:cap-beside-tab-wider"
28674
28675 \end_inset
28676
28677  the factor 5 was used.
28678 \end_layout
28679
28680 \begin_layout Standard
28681 \begin_inset Note Greyedout
28682 status open
28683
28684 \begin_layout Plain Layout
28685
28686 \series bold
28687 Note:
28688 \series default
28689  For floats with captions set beside, you cannot use the float placement
28690  option 
28691 \family sans
28692 Here
28693 \begin_inset space ~
28694 \end_inset
28695
28696 definitely
28697 \family default
28698  because it is not supported by 
28699 \series bold
28700 sidecap
28701 \series default
28702 .
28703 \end_layout
28704
28705 \end_inset
28706
28707
28708 \end_layout
28709
28710 \begin_layout Standard
28711 \begin_inset VSpace medskip
28712 \end_inset
28713
28714 For more information about the package 
28715 \series bold
28716 sidecap
28717 \series default
28718  we refer to its documentation 
28719 \begin_inset CommandInset citation
28720 LatexCommand cite
28721 key "sidecap"
28722
28723 \end_inset
28724
28725 .
28726 \end_layout
28727
28728 \begin_layout Standard
28729 \begin_inset Note Greyedout
28730 status open
28731
28732 \begin_layout Plain Layout
28733
28734 \series bold
28735 Note:
28736 \series default
28737  The \SpecialChar LaTeX
28738 -package 
28739 \series bold
28740 hypcap
28741 \series default
28742
28743 \begin_inset Index idx
28744 status collapsed
28745
28746 \begin_layout Plain Layout
28747 \SpecialChar LaTeX
28748 -packages ! hypcap
28749 \end_layout
28750
28751 \end_inset
28752
28753 , described in section
28754 \begin_inset space ~
28755 \end_inset
28756
28757
28758 \begin_inset CommandInset ref
28759 LatexCommand ref
28760 reference "subsec:Reference-Position"
28761
28762 \end_inset
28763
28764 , has no effect on floats with the caption set beside.
28765 \end_layout
28766
28767 \end_inset
28768
28769
28770 \end_layout
28771
28772 \begin_layout Standard
28773 \begin_inset ERT
28774 status collapsed
28775
28776 \begin_layout Plain Layout
28777
28778
28779 \backslash
28780 FigBesBeg
28781 \end_layout
28782
28783 \end_inset
28784
28785
28786 \end_layout
28787
28788 \begin_layout Standard
28789 \begin_inset Float figure
28790 wide false
28791 sideways false
28792 status open
28793
28794 \begin_layout Plain Layout
28795 \begin_inset Graphics
28796         filename clipart/escher-lsd.eps
28797         scale 75
28798         scaleBeforeRotation
28799
28800 \end_inset
28801
28802
28803 \end_layout
28804
28805 \begin_layout Plain Layout
28806 \begin_inset Caption Standard
28807
28808 \begin_layout Plain Layout
28809 \begin_inset CommandInset label
28810 LatexCommand label
28811 name "fig:cap-beside-fig"
28812
28813 \end_inset
28814
28815 This is a caption beside a figure.
28816 \end_layout
28817
28818 \end_inset
28819
28820
28821 \end_layout
28822
28823 \end_inset
28824
28825
28826 \end_layout
28827
28828 \begin_layout Standard
28829 \begin_inset ERT
28830 status collapsed
28831
28832 \begin_layout Plain Layout
28833
28834
28835 \backslash
28836 FigBesEnd
28837 \end_layout
28838
28839 \end_inset
28840
28841
28842 \end_layout
28843
28844 \begin_layout Standard
28845 \begin_inset ERT
28846 status collapsed
28847
28848 \begin_layout Plain Layout
28849
28850
28851 \backslash
28852 TabBesBeg
28853 \end_layout
28854
28855 \end_inset
28856
28857
28858 \end_layout
28859
28860 \begin_layout Standard
28861 \begin_inset Float table
28862 wide false
28863 sideways false
28864 status open
28865
28866 \begin_layout Plain Layout
28867 \begin_inset Caption Standard
28868
28869 \begin_layout Plain Layout
28870 \begin_inset CommandInset label
28871 LatexCommand label
28872 name "tab:cap-beside-tab"
28873
28874 \end_inset
28875
28876 This is a caption beside a table.
28877 \end_layout
28878
28879 \end_inset
28880
28881
28882 \end_layout
28883
28884 \begin_layout Plain Layout
28885 \begin_inset Tabular
28886 <lyxtabular version="3" rows="4" columns="5">
28887 <features tabularvalignment="middle">
28888 <column alignment="center" valignment="top">
28889 <column alignment="center" valignment="top">
28890 <column alignment="center" valignment="top">
28891 <column alignment="center" valignment="top">
28892 <column alignment="center" valignment="top">
28893 <row>
28894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28895 \begin_inset Text
28896
28897 \begin_layout Plain Layout
28898 a
28899 \end_layout
28900
28901 \end_inset
28902 </cell>
28903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28904 \begin_inset Text
28905
28906 \begin_layout Plain Layout
28907
28908 \end_layout
28909
28910 \end_inset
28911 </cell>
28912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28913 \begin_inset Text
28914
28915 \begin_layout Plain Layout
28916 b
28917 \end_layout
28918
28919 \end_inset
28920 </cell>
28921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28922 \begin_inset Text
28923
28924 \begin_layout Plain Layout
28925
28926 \end_layout
28927
28928 \end_inset
28929 </cell>
28930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28931 \begin_inset Text
28932
28933 \begin_layout Plain Layout
28934 c
28935 \end_layout
28936
28937 \end_inset
28938 </cell>
28939 </row>
28940 <row>
28941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28942 \begin_inset Text
28943
28944 \begin_layout Plain Layout
28945
28946 \end_layout
28947
28948 \end_inset
28949 </cell>
28950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28951 \begin_inset Text
28952
28953 \begin_layout Plain Layout
28954 d
28955 \end_layout
28956
28957 \end_inset
28958 </cell>
28959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28960 \begin_inset Text
28961
28962 \begin_layout Plain Layout
28963
28964 \end_layout
28965
28966 \end_inset
28967 </cell>
28968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28969 \begin_inset Text
28970
28971 \begin_layout Plain Layout
28972 e
28973 \end_layout
28974
28975 \end_inset
28976 </cell>
28977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28978 \begin_inset Text
28979
28980 \begin_layout Plain Layout
28981
28982 \end_layout
28983
28984 \end_inset
28985 </cell>
28986 </row>
28987 <row>
28988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28989 \begin_inset Text
28990
28991 \begin_layout Plain Layout
28992 f
28993 \end_layout
28994
28995 \end_inset
28996 </cell>
28997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28998 \begin_inset Text
28999
29000 \begin_layout Plain Layout
29001
29002 \end_layout
29003
29004 \end_inset
29005 </cell>
29006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29007 \begin_inset Text
29008
29009 \begin_layout Plain Layout
29010 g
29011 \end_layout
29012
29013 \end_inset
29014 </cell>
29015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29016 \begin_inset Text
29017
29018 \begin_layout Plain Layout
29019
29020 \end_layout
29021
29022 \end_inset
29023 </cell>
29024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29025 \begin_inset Text
29026
29027 \begin_layout Plain Layout
29028 h
29029 \end_layout
29030
29031 \end_inset
29032 </cell>
29033 </row>
29034 <row>
29035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29036 \begin_inset Text
29037
29038 \begin_layout Plain Layout
29039
29040 \end_layout
29041
29042 \end_inset
29043 </cell>
29044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29045 \begin_inset Text
29046
29047 \begin_layout Plain Layout
29048 i
29049 \end_layout
29050
29051 \end_inset
29052 </cell>
29053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29054 \begin_inset Text
29055
29056 \begin_layout Plain Layout
29057
29058 \end_layout
29059
29060 \end_inset
29061 </cell>
29062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29063 \begin_inset Text
29064
29065 \begin_layout Plain Layout
29066 j
29067 \end_layout
29068
29069 \end_inset
29070 </cell>
29071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29072 \begin_inset Text
29073
29074 \begin_layout Plain Layout
29075
29076 \end_layout
29077
29078 \end_inset
29079 </cell>
29080 </row>
29081 </lyxtabular>
29082
29083 \end_inset
29084
29085
29086 \end_layout
29087
29088 \end_inset
29089
29090
29091 \end_layout
29092
29093 \begin_layout Standard
29094 \begin_inset ERT
29095 status collapsed
29096
29097 \begin_layout Plain Layout
29098
29099
29100 \backslash
29101 TabBesEnd
29102 \end_layout
29103
29104 \end_inset
29105
29106
29107 \end_layout
29108
29109 \begin_layout Standard
29110 \begin_inset ERT
29111 status collapsed
29112
29113 \begin_layout Plain Layout
29114
29115
29116 \backslash
29117 FigBesBeg
29118 \end_layout
29119
29120 \end_inset
29121
29122
29123 \begin_inset ERT
29124 status collapsed
29125
29126 \begin_layout Plain Layout
29127
29128
29129 \backslash
29130 sidecaptionvpos{figure}{c}
29131 \end_layout
29132
29133 \end_inset
29134
29135
29136 \begin_inset Float figure
29137 wide false
29138 sideways false
29139 status open
29140
29141 \begin_layout Plain Layout
29142 \begin_inset Graphics
29143         filename clipart/escher-lsd.eps
29144         scale 75
29145         scaleBeforeRotation
29146
29147 \end_inset
29148
29149
29150 \end_layout
29151
29152 \begin_layout Plain Layout
29153 \begin_inset Caption Standard
29154
29155 \begin_layout Plain Layout
29156 \begin_inset CommandInset label
29157 LatexCommand label
29158 name "fig:cap-beside-fig-2"
29159
29160 \end_inset
29161
29162 This is a vertically centered caption beside a figure.
29163 \end_layout
29164
29165 \end_inset
29166
29167
29168 \end_layout
29169
29170 \end_inset
29171
29172
29173 \end_layout
29174
29175 \begin_layout Standard
29176 \begin_inset ERT
29177 status collapsed
29178
29179 \begin_layout Plain Layout
29180
29181
29182 \backslash
29183 FigBesEnd
29184 \end_layout
29185
29186 \end_inset
29187
29188
29189 \end_layout
29190
29191 \begin_layout Standard
29192 \begin_inset ERT
29193 status collapsed
29194
29195 \begin_layout Plain Layout
29196
29197
29198 \backslash
29199 TabBesBeg[5]
29200 \end_layout
29201
29202 \end_inset
29203
29204
29205 \end_layout
29206
29207 \begin_layout Standard
29208 \begin_inset Float table
29209 wide false
29210 sideways false
29211 status open
29212
29213 \begin_layout Plain Layout
29214 \begin_inset Caption Standard
29215
29216 \begin_layout Plain Layout
29217 \begin_inset CommandInset label
29218 LatexCommand label
29219 name "tab:cap-beside-tab-wider"
29220
29221 \end_inset
29222
29223 This caption is wider than the one in Table
29224 \begin_inset space ~
29225 \end_inset
29226
29227
29228 \begin_inset CommandInset ref
29229 LatexCommand ref
29230 reference "tab:cap-beside-tab"
29231
29232 \end_inset
29233
29234 .
29235 \end_layout
29236
29237 \end_inset
29238
29239
29240 \end_layout
29241
29242 \begin_layout Plain Layout
29243 \begin_inset Tabular
29244 <lyxtabular version="3" rows="4" columns="5">
29245 <features tabularvalignment="middle">
29246 <column alignment="center" valignment="top">
29247 <column alignment="center" valignment="top">
29248 <column alignment="center" valignment="top">
29249 <column alignment="center" valignment="top">
29250 <column alignment="center" valignment="top">
29251 <row>
29252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29253 \begin_inset Text
29254
29255 \begin_layout Plain Layout
29256 a
29257 \end_layout
29258
29259 \end_inset
29260 </cell>
29261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29262 \begin_inset Text
29263
29264 \begin_layout Plain Layout
29265
29266 \end_layout
29267
29268 \end_inset
29269 </cell>
29270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29271 \begin_inset Text
29272
29273 \begin_layout Plain Layout
29274 b
29275 \end_layout
29276
29277 \end_inset
29278 </cell>
29279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29280 \begin_inset Text
29281
29282 \begin_layout Plain Layout
29283
29284 \end_layout
29285
29286 \end_inset
29287 </cell>
29288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29289 \begin_inset Text
29290
29291 \begin_layout Plain Layout
29292 c
29293 \end_layout
29294
29295 \end_inset
29296 </cell>
29297 </row>
29298 <row>
29299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29300 \begin_inset Text
29301
29302 \begin_layout Plain Layout
29303
29304 \end_layout
29305
29306 \end_inset
29307 </cell>
29308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29309 \begin_inset Text
29310
29311 \begin_layout Plain Layout
29312 d
29313 \end_layout
29314
29315 \end_inset
29316 </cell>
29317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29318 \begin_inset Text
29319
29320 \begin_layout Plain Layout
29321
29322 \end_layout
29323
29324 \end_inset
29325 </cell>
29326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29327 \begin_inset Text
29328
29329 \begin_layout Plain Layout
29330 e
29331 \end_layout
29332
29333 \end_inset
29334 </cell>
29335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29336 \begin_inset Text
29337
29338 \begin_layout Plain Layout
29339
29340 \end_layout
29341
29342 \end_inset
29343 </cell>
29344 </row>
29345 <row>
29346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29347 \begin_inset Text
29348
29349 \begin_layout Plain Layout
29350 f
29351 \end_layout
29352
29353 \end_inset
29354 </cell>
29355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29356 \begin_inset Text
29357
29358 \begin_layout Plain Layout
29359
29360 \end_layout
29361
29362 \end_inset
29363 </cell>
29364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29365 \begin_inset Text
29366
29367 \begin_layout Plain Layout
29368 g
29369 \end_layout
29370
29371 \end_inset
29372 </cell>
29373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29374 \begin_inset Text
29375
29376 \begin_layout Plain Layout
29377
29378 \end_layout
29379
29380 \end_inset
29381 </cell>
29382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29383 \begin_inset Text
29384
29385 \begin_layout Plain Layout
29386 h
29387 \end_layout
29388
29389 \end_inset
29390 </cell>
29391 </row>
29392 <row>
29393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29394 \begin_inset Text
29395
29396 \begin_layout Plain Layout
29397
29398 \end_layout
29399
29400 \end_inset
29401 </cell>
29402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29403 \begin_inset Text
29404
29405 \begin_layout Plain Layout
29406 i
29407 \end_layout
29408
29409 \end_inset
29410 </cell>
29411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29412 \begin_inset Text
29413
29414 \begin_layout Plain Layout
29415
29416 \end_layout
29417
29418 \end_inset
29419 </cell>
29420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29421 \begin_inset Text
29422
29423 \begin_layout Plain Layout
29424 j
29425 \end_layout
29426
29427 \end_inset
29428 </cell>
29429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29430 \begin_inset Text
29431
29432 \begin_layout Plain Layout
29433
29434 \end_layout
29435
29436 \end_inset
29437 </cell>
29438 </row>
29439 </lyxtabular>
29440
29441 \end_inset
29442
29443
29444 \end_layout
29445
29446 \end_inset
29447
29448
29449 \end_layout
29450
29451 \begin_layout Standard
29452 \begin_inset ERT
29453 status collapsed
29454
29455 \begin_layout Plain Layout
29456
29457
29458 \backslash
29459 TabBesEnd
29460 \end_layout
29461
29462 \end_inset
29463
29464
29465 \end_layout
29466
29467 \begin_layout Standard
29468 \begin_inset ERT
29469 status collapsed
29470
29471 \begin_layout Plain Layout
29472
29473
29474 \backslash
29475 else
29476 \end_layout
29477
29478 \end_inset
29479
29480
29481 \begin_inset Note Note
29482 status open
29483
29484 \begin_layout Plain Layout
29485 The following will be displayed when the \SpecialChar LaTeX
29486 -package 
29487 \series bold
29488 sidecap
29489 \series default
29490  is not installed:
29491 \end_layout
29492
29493 \end_inset
29494
29495
29496 \end_layout
29497
29498 \begin_layout Standard
29499 You need to install the \SpecialChar LaTeX
29500 -package 
29501 \series bold
29502 sidecap
29503 \series default
29504  to see the following part of this section in the output.
29505 \end_layout
29506
29507 \begin_layout Standard
29508 \begin_inset ERT
29509 status collapsed
29510
29511 \begin_layout Plain Layout
29512
29513
29514 \backslash
29515 fi
29516 \end_layout
29517
29518 \end_inset
29519
29520
29521 \end_layout
29522
29523 \begin_layout Section
29524 Listings of Floats
29525 \begin_inset Index idx
29526 status collapsed
29527
29528 \begin_layout Plain Layout
29529 Floats ! Float Lists
29530 \end_layout
29531
29532 \end_inset
29533
29534
29535 \end_layout
29536
29537 \begin_layout Standard
29538 Similar to the table of contents where the sections of the document are
29539  listed, there are listings for all float types, like the figures of the
29540  documents.
29541  You can insert them via the 
29542 \family sans
29543 Insert\SpecialChar menuseparator
29544 List
29545 \begin_inset space ~
29546 \end_inset
29547
29548 /
29549 \begin_inset space ~
29550 \end_inset
29551
29552 TOC
29553 \family default
29554  sub menus.
29555 \end_layout
29556
29557 \begin_layout Standard
29558 The list entries are the float captions or its short title, the float number,
29559  and the page number where they appear in the document.
29560 \end_layout
29561
29562 \begin_layout Standard
29563 You can find the list of figures and tables at the end of this document.
29564 \end_layout
29565
29566 \begin_layout Chapter
29567 Notes
29568 \end_layout
29569
29570 \begin_layout Section
29571 \SpecialChar LyX
29572  Notes
29573 \begin_inset Index idx
29574 status collapsed
29575
29576 \begin_layout Plain Layout
29577 Notes ! \SpecialChar LyX
29578  Notes
29579 \end_layout
29580
29581 \end_inset
29582
29583
29584 \end_layout
29585
29586 \begin_layout Standard
29587 Notes are inserted with the toolbar button 
29588 \begin_inset Info
29589 type  "icon"
29590 arg   "note-insert"
29591 \end_inset
29592
29593  or the menu 
29594 \family sans
29595 Insert\SpecialChar menuseparator
29596 Note
29597 \family default
29598 .
29599  There are three types of notes:
29600 \end_layout
29601
29602 \begin_layout Description
29603 \SpecialChar LyX
29604
29605 \begin_inset space ~
29606 \end_inset
29607
29608 Note This note type is for internal notes that won't appear in the output.
29609  Its note-box looks like this:
29610 \begin_inset Newline newline
29611 \end_inset
29612
29613
29614 \begin_inset Newline newline
29615 \end_inset
29616
29617
29618 \begin_inset Graphics
29619         filename clipart/LyXNoteImage.png
29620         display false
29621         scaleBeforeRotation
29622
29623 \end_inset
29624
29625  
29626 \begin_inset Note Note
29627 status open
29628
29629 \begin_layout Plain Layout
29630 This is text in a note box that doesn't appear in the output.
29631 \end_layout
29632
29633 \end_inset
29634
29635
29636 \end_layout
29637
29638 \begin_layout Description
29639 Comment This note also doesn't appear in the output but it appears as \SpecialChar LaTeX
29640 -comment,
29641  when you export the document to \SpecialChar LaTeX
29642  via the menu 
29643 \family sans
29644 File\SpecialChar menuseparator
29645 Export\SpecialChar menuseparator
29646 LaTeX
29647 \begin_inset space ~
29648 \end_inset
29649
29650 (pdflatex) / (plain)
29651 \family default
29652 .
29653  Its note-box looks like this:
29654 \begin_inset Newline newline
29655 \end_inset
29656
29657
29658 \begin_inset Newline newline
29659 \end_inset
29660
29661
29662 \begin_inset Graphics
29663         filename clipart/CommentNoteImage.png
29664         display false
29665         scaleBeforeRotation
29666
29667 \end_inset
29668
29669  
29670 \begin_inset Note Comment
29671 status open
29672
29673 \begin_layout Plain Layout
29674 This is text in a note box that only appears as comment in \SpecialChar LaTeX
29675 -files.
29676 \end_layout
29677
29678 \end_inset
29679
29680
29681 \end_layout
29682
29683 \begin_layout Description
29684 Greyed
29685 \begin_inset space ~
29686 \end_inset
29687
29688 Out This note will appear in the output as grey text.
29689  Its note-box looks like this:
29690 \begin_inset Newline newline
29691 \end_inset
29692
29693
29694 \begin_inset Newline newline
29695 \end_inset
29696
29697
29698 \begin_inset Graphics
29699         filename clipart/GreyedOutNoteImage.png
29700         display false
29701         scaleBeforeRotation
29702
29703 \end_inset
29704
29705
29706 \begin_inset Newline newline
29707 \end_inset
29708
29709
29710 \begin_inset ERT
29711 status collapsed
29712
29713 \begin_layout Plain Layout
29714
29715
29716 \backslash
29717 renewenvironment{lyxgreyedout}
29718 \end_layout
29719
29720 \begin_layout Plain Layout
29721
29722 {
29723 \backslash
29724 textcolor[gray]{0.8}
29725 \backslash
29726 bgroup}{
29727 \backslash
29728 egroup}
29729 \end_layout
29730
29731 \end_inset
29732
29733
29734 \begin_inset Note Greyedout
29735 status open
29736
29737 \begin_layout Plain Layout
29738 This is text of a comment that appears grey in the output.
29739 \end_layout
29740
29741 \end_inset
29742
29743
29744 \begin_inset ERT
29745 status collapsed
29746
29747 \begin_layout Plain Layout
29748
29749
29750 \backslash
29751 renewenvironment{lyxgreyedout}
29752 \end_layout
29753
29754 \begin_layout Plain Layout
29755
29756 {
29757 \backslash
29758 textcolor{blue}
29759 \backslash
29760 bgroup}{
29761 \backslash
29762 egroup}
29763 \end_layout
29764
29765 \end_inset
29766
29767
29768 \begin_inset Note Note
29769 status collapsed
29770
29771 \begin_layout Plain Layout
29772 The greyed out note is here redefined to show it with the original \SpecialChar LyX
29773  definition
29774  because greyed out notes are redefined in the preamble of this document,
29775  as described below, to have blue text.
29776 \end_layout
29777
29778 \end_inset
29779
29780
29781 \begin_inset Newline newline
29782 \end_inset
29783
29784
29785 \begin_inset Newline newline
29786 \end_inset
29787
29788 As you can see in the example, the first line of greyed out notes is a bit
29789  indented and greyed out notes can have footnotes.
29790 \end_layout
29791
29792 \begin_layout Standard
29793 \begin_inset VSpace bigskip
29794 \end_inset
29795
29796 When you use the toolbar button 
29797 \begin_inset Info
29798 type  "icon"
29799 arg   "note-insert"
29800 \end_inset
29801
29802  to insert notes, a 
29803 \family sans
29804 \SpecialChar LyX
29805
29806 \begin_inset space ~
29807 \end_inset
29808
29809 Note
29810 \family default
29811  is inserted.
29812  You can switch between the three note types by right-clicking on the note-box.
29813  
29814 \family roman
29815 \series medium
29816 \bar no
29817 If you want to turn existing text into a note, mark it and click on the
29818  note
29819 \family default
29820 \series default
29821 \bar default
29822  toolbar 
29823 \family roman
29824 \series medium
29825 \bar no
29826 button
29827 \family default
29828 \series default
29829 \bar default
29830 .
29831  To change a note to text, press the backspace key when the cursor is in
29832  the first position of a note, or press the delete key when the cursor is
29833  in the very last position of the note, respectively.
29834 \end_layout
29835
29836 \begin_layout Standard
29837 \begin_inset VSpace bigskip
29838 \end_inset
29839
29840 You can change the text color of the greyed out notes in the menu 
29841 \family sans
29842 Document\SpecialChar menuseparator
29843 Settings\SpecialChar menuseparator
29844 Colors
29845 \family default
29846 .
29847 \end_layout
29848
29849 \begin_layout Section
29850 Footnotes
29851 \begin_inset CommandInset label
29852 LatexCommand label
29853 name "sec:Footnotes"
29854
29855 \end_inset
29856
29857
29858 \begin_inset Index idx
29859 status collapsed
29860
29861 \begin_layout Plain Layout
29862 Notes ! Footnotes
29863 \end_layout
29864
29865 \end_inset
29866
29867
29868 \begin_inset Index idx
29869 status collapsed
29870
29871 \begin_layout Plain Layout
29872 Footnotes
29873 \end_layout
29874
29875 \end_inset
29876
29877
29878 \end_layout
29879
29880 \begin_layout Standard
29881 Footnotes can be inserted using the toolbar button 
29882 \begin_inset Info
29883 type  "icon"
29884 arg   "footnote-insert"
29885 \end_inset
29886
29887  or the menu 
29888 \family sans
29889 Insert\SpecialChar menuseparator
29890 Footnote
29891 \family default
29892 .
29893  You will then see the following footnote-box: 
29894 \begin_inset Graphics
29895         filename clipart/footnote.png
29896         scale 80
29897         scaleBeforeRotation
29898
29899 \end_inset
29900
29901  
29902 \family roman
29903 \series medium
29904 \bar no
29905 where you can enter the footnote text.
29906  If you want to turn existing text into a footnote, mark it and click on
29907  the footnote
29908 \family default
29909 \series default
29910 \bar default
29911  toolbar 
29912 \family roman
29913 \series medium
29914 \bar no
29915 button
29916 \family default
29917 \series default
29918 \bar default
29919 .
29920  To change a 
29921 \family roman
29922 \series medium
29923 \bar no
29924 footnote
29925 \family default
29926 \series default
29927 \bar default
29928  to text, press the 
29929 \family sans
29930 Backspace
29931 \family default
29932  key when the cursor is in the first position of a 
29933 \family roman
29934 \series medium
29935 \bar no
29936 footnote
29937 \family default
29938 \series default
29939 \bar default
29940 , or press the 
29941 \family sans
29942 Delete
29943 \family default
29944  key when the cursor is in the very last position of the 
29945 \family roman
29946 \series medium
29947 \bar no
29948 footnote
29949 \family default
29950 \series default
29951 \bar default
29952 , respectively.
29953 \end_layout
29954
29955 \begin_layout Standard
29956 Here is an example footnote:
29957 \family roman
29958 \series medium
29959 \bar no
29960
29961 \begin_inset Foot
29962 status open
29963
29964 \begin_layout Plain Layout
29965 \begin_inset CommandInset label
29966 LatexCommand label
29967 name "foot:This-is-an"
29968
29969 \end_inset
29970
29971 This is an example footnote.
29972 \end_layout
29973
29974 \end_inset
29975
29976
29977 \family default
29978 \series default
29979 \bar default
29980
29981 \begin_inset ERT
29982 status collapsed
29983
29984 \begin_layout Plain Layout
29985
29986
29987 \backslash
29988 newcounter{MyRepeatFoot}
29989 \end_layout
29990
29991 \begin_layout Plain Layout
29992
29993
29994 \backslash
29995 setcounter{MyRepeatFoot}{
29996 \backslash
29997 thefootnote}
29998 \end_layout
29999
30000 \end_inset
30001
30002
30003 \end_layout
30004
30005 \begin_layout Standard
30006 The footnote will appear in the output as a superscript number at the text
30007  position where the footnote box is placed.
30008  The footnote text is placed at the bottom of the current page.
30009  The footnote number is calculated by \SpecialChar LaTeX
30010 ; the numbers are consecutive.
30011  Whether the footnote number is reset for every chapter depends on your
30012  document class.
30013 \end_layout
30014
30015 \begin_layout Standard
30016 Footnotes can be referenced like floats: Insert a label into the footnote
30017  and cross-reference this label in the text as described in section
30018 \begin_inset space ~
30019 \end_inset
30020
30021
30022 \begin_inset CommandInset ref
30023 LatexCommand ref
30024 reference "sec:Referencing-Floats"
30025
30026 \end_inset
30027
30028 .
30029 \begin_inset Newline newline
30030 \end_inset
30031
30032 This is a cross-reference of Footnote
30033 \begin_inset space ~
30034 \end_inset
30035
30036
30037 \begin_inset CommandInset ref
30038 LatexCommand ref
30039 reference "foot:This-is-an"
30040
30041 \end_inset
30042
30043 .
30044 \end_layout
30045
30046 \begin_layout Standard
30047 \begin_inset VSpace defskip
30048 \end_inset
30049
30050 Footnotes in title environments are usually not numbered with symbols and
30051  they cannot contain several paragraphs.
30052  See for example the footnote in the titling of this document.
30053 \end_layout
30054
30055 \begin_layout Standard
30056 \begin_inset VSpace defskip
30057 \end_inset
30058
30059 Footnotes in tables are not printed by \SpecialChar LaTeX
30060  due to technical reasons.
30061  However there exists another method to print them: Instead of the footnote
30062  the command 
30063 \series bold
30064
30065 \backslash
30066 footnotemark{}
30067 \series default
30068  is inserted as \SpecialChar TeX
30069  code.
30070  The text of the footnote is entered as an argument of the \SpecialChar TeX
30071  code command
30072  
30073 \series bold
30074
30075 \backslash
30076 footnotetext
30077 \series default
30078  after the table.
30079 \begin_inset Newline newline
30080 \end_inset
30081
30082 This was done for the following table with the command
30083 \end_layout
30084
30085 \begin_layout Standard
30086
30087 \series bold
30088
30089 \backslash
30090 footnotetext{
30091 \series default
30092 Printed table footnote.
30093 \series bold
30094 }
30095 \end_layout
30096
30097 \begin_layout Standard
30098 \begin_inset Tabular
30099 <lyxtabular version="3" rows="2" columns="1">
30100 <features tabularvalignment="middle">
30101 <column alignment="center" valignment="top">
30102 <row>
30103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30104 \begin_inset Text
30105
30106 \begin_layout Plain Layout
30107 This an example text.
30108 \begin_inset Foot
30109 status open
30110
30111 \begin_layout Plain Layout
30112 This footnote will not be printed!
30113 \end_layout
30114
30115 \end_inset
30116
30117
30118 \end_layout
30119
30120 \end_inset
30121 </cell>
30122 </row>
30123 <row>
30124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30125 \begin_inset Text
30126
30127 \begin_layout Plain Layout
30128 This an example text.
30129 \begin_inset ERT
30130 status collapsed
30131
30132 \begin_layout Plain Layout
30133
30134
30135 \backslash
30136 footnotemark{}
30137 \end_layout
30138
30139 \end_inset
30140
30141
30142 \end_layout
30143
30144 \end_inset
30145 </cell>
30146 </row>
30147 </lyxtabular>
30148
30149 \end_inset
30150
30151
30152 \begin_inset ERT
30153 status collapsed
30154
30155 \begin_layout Plain Layout
30156
30157
30158 \backslash
30159 footnotetext{
30160 \end_layout
30161
30162 \end_inset
30163
30164 Printed table footnote.
30165 \begin_inset ERT
30166 status collapsed
30167
30168 \begin_layout Plain Layout
30169
30170 }
30171 \end_layout
30172
30173 \end_inset
30174
30175
30176 \end_layout
30177
30178 \begin_layout Standard
30179 Footnotes in multi-page tables are described in section
30180 \begin_inset space ~
30181 \end_inset
30182
30183
30184 \begin_inset CommandInset ref
30185 LatexCommand ref
30186 reference "subsec:Footnotes-in-Multi-page"
30187
30188 \end_inset
30189
30190 .
30191 \end_layout
30192
30193 \begin_layout Standard
30194 Footnotes in minipage boxes are printed, but inside the box and with a different
30195  numbering because a minipage box is like a page inside a page.
30196  (For more about minipages, see section
30197 \begin_inset space ~
30198 \end_inset
30199
30200
30201 \begin_inset CommandInset ref
30202 LatexCommand ref
30203 reference "sec:Minipages"
30204
30205 \end_inset
30206
30207 .) To get a footnote in the minipage that is output at the bottom of the
30208  page like normal footnotes, also use the method of 
30209 \series bold
30210
30211 \backslash
30212 footnotemark{}
30213 \series default
30214  and 
30215 \series bold
30216
30217 \backslash
30218 footnotetext
30219 \series default
30220 .
30221 \end_layout
30222
30223 \begin_layout Standard
30224 \begin_inset Box Frameless
30225 position "t"
30226 hor_pos "c"
30227 has_inner_box 1
30228 inner_pos "t"
30229 use_parbox 0
30230 use_makebox 0
30231 width "100col%"
30232 special "none"
30233 height "1in"
30234 height_special "totalheight"
30235 thickness "0.4pt"
30236 separation "3pt"
30237 shadowsize "4pt"
30238 framecolor "black"
30239 backgroundcolor "none"
30240 status open
30241
30242 \begin_layout Plain Layout
30243 This an example text in a minipage.
30244 \begin_inset Foot
30245 status open
30246
30247 \begin_layout Plain Layout
30248 Footnote in the minipage.
30249 \end_layout
30250
30251 \end_inset
30252
30253
30254 \end_layout
30255
30256 \begin_layout Plain Layout
30257 This an example text in a minipage.
30258 \begin_inset ERT
30259 status collapsed
30260
30261 \begin_layout Plain Layout
30262
30263
30264 \backslash
30265 footnotemark{}
30266 \end_layout
30267
30268 \end_inset
30269
30270
30271 \end_layout
30272
30273 \end_inset
30274
30275
30276 \end_layout
30277
30278 \begin_layout Standard
30279 \begin_inset ERT
30280 status collapsed
30281
30282 \begin_layout Plain Layout
30283
30284
30285 \backslash
30286 footnotetext{
30287 \end_layout
30288
30289 \end_inset
30290
30291 Footnote outside the minipage.
30292 \begin_inset ERT
30293 status collapsed
30294
30295 \begin_layout Plain Layout
30296
30297 }
30298 \end_layout
30299
30300 \end_inset
30301
30302
30303 \end_layout
30304
30305 \begin_layout Standard
30306 \begin_inset VSpace defskip
30307 \end_inset
30308
30309
30310 \end_layout
30311
30312 \begin_layout Standard
30313 To refer to the same footnote several times without printing the footnote
30314  text every time, use the command 
30315 \series bold
30316
30317 \backslash
30318 footnotemark[number]
30319 \series default
30320  in \SpecialChar TeX
30321  code.
30322 \begin_inset Newline newline
30323 \end_inset
30324
30325 As you do not know the number of the repeating footnote while you are writing
30326  the text, you have to store its number.
30327  For the following footnote mark example, these commands were inserted in
30328  \SpecialChar TeX
30329  code after Footnote
30330 \begin_inset space ~
30331 \end_inset
30332
30333
30334 \begin_inset CommandInset ref
30335 LatexCommand ref
30336 reference "foot:This-is-an"
30337
30338 \end_inset
30339
30340  to store the footnote number:
30341 \end_layout
30342
30343 \begin_layout Standard
30344
30345 \series bold
30346
30347 \backslash
30348 newcounter{MyRepeatFoot}
30349 \begin_inset Newline newline
30350 \end_inset
30351
30352
30353 \backslash
30354 setcounter{MyRepeatFoot}{
30355 \backslash
30356 thefootnote}
30357 \end_layout
30358
30359 \begin_layout Standard
30360 The footnote mark was then created with this command:
30361 \end_layout
30362
30363 \begin_layout Standard
30364
30365 \series bold
30366
30367 \backslash
30368 footnotemark[
30369 \backslash
30370 theMyRepeatFoot]
30371 \end_layout
30372
30373 \begin_layout Standard
30374 Here is a repeated footnote:
30375 \family roman
30376 \series medium
30377 \bar no
30378
30379 \begin_inset ERT
30380 status collapsed
30381
30382 \begin_layout Plain Layout
30383
30384
30385 \backslash
30386 footnotemark[
30387 \backslash
30388 theMyRepeatFoot]
30389 \end_layout
30390
30391 \end_inset
30392
30393
30394 \end_layout
30395
30396 \begin_layout Standard
30397 If you want to repeat the previous footnote, you can omit the storage of
30398  the footnote number and just use this command instead:
30399 \end_layout
30400
30401 \begin_layout Standard
30402
30403 \series bold
30404
30405 \backslash
30406 footnotemark[
30407 \backslash
30408 thefootnote]
30409 \end_layout
30410
30411 \begin_layout Standard
30412 Here is another repeated footnote:
30413 \family roman
30414 \series medium
30415 \bar no
30416
30417 \begin_inset ERT
30418 status collapsed
30419
30420 \begin_layout Plain Layout
30421
30422
30423 \backslash
30424 footnotemark[
30425 \backslash
30426 thefootnote]
30427 \end_layout
30428
30429 \end_inset
30430
30431
30432 \end_layout
30433
30434 \begin_layout Subsection
30435 Footnote Numbering
30436 \begin_inset CommandInset label
30437 LatexCommand label
30438 name "subsec:Footnote-Numbering"
30439
30440 \end_inset
30441
30442
30443 \begin_inset Index idx
30444 status collapsed
30445
30446 \begin_layout Plain Layout
30447 Footnotes ! Numbering
30448 \end_layout
30449
30450 \end_inset
30451
30452
30453 \end_layout
30454
30455 \begin_layout Standard
30456 To reset the footnote number back to 1 after each section
30457 \family roman
30458 , add this command to your document preamble:
30459 \end_layout
30460
30461 \begin_layout Standard
30462
30463 \series bold
30464
30465 \backslash
30466 @addtoreset{footnote}{section}
30467 \end_layout
30468
30469 \begin_layout Standard
30470 \begin_inset VSpace bigskip
30471 \end_inset
30472
30473 The following preamble command changes the footnote numbering style to small
30474  roman numerals:
30475 \end_layout
30476
30477 \begin_layout Standard
30478
30479 \series bold
30480
30481 \backslash
30482 renewcommand{
30483 \backslash
30484 thefootnote}{
30485 \backslash
30486 roman{footnote}}
30487 \end_layout
30488
30489 \begin_layout Standard
30490 \begin_inset ERT
30491 status collapsed
30492
30493 \begin_layout Plain Layout
30494
30495
30496 \backslash
30497 renewcommand{
30498 \backslash
30499 thefootnote}{
30500 \backslash
30501 roman{footnote}}
30502 \end_layout
30503
30504 \end_inset
30505
30506  This is a footnote with roman numbering:
30507 \begin_inset Foot
30508 status open
30509
30510 \begin_layout Plain Layout
30511 This is an example footnote with roman numbering.
30512 \end_layout
30513
30514 \end_inset
30515
30516
30517 \end_layout
30518
30519 \begin_layout Standard
30520 To change the numbering style to capital roman numerals replace in the command
30521  above 
30522 \series bold
30523
30524 \backslash
30525 roman
30526 \series default
30527  by 
30528 \series bold
30529
30530 \backslash
30531 Roman
30532 \series default
30533 .
30534  To 
30535 \begin_inset Quotes eld
30536 \end_inset
30537
30538 number
30539 \begin_inset Quotes erd
30540 \end_inset
30541
30542  footnotes with capital or small Latin letters use 
30543 \series bold
30544
30545 \backslash
30546 Alph
30547 \series default
30548  or 
30549 \series bold
30550
30551 \backslash
30552 alph
30553 \series default
30554 , respectively.
30555  To 
30556 \begin_inset Quotes eld
30557 \end_inset
30558
30559 number
30560 \begin_inset Quotes erd
30561 \end_inset
30562
30563  footnotes with symbols use 
30564 \series bold
30565
30566 \backslash
30567 fnsymbol
30568 \series default
30569 .
30570 \end_layout
30571
30572 \begin_layout Standard
30573 \begin_inset Note Greyedout
30574 status open
30575
30576 \begin_layout Plain Layout
30577
30578 \series bold
30579 Note:
30580 \series default
30581  You can only number 26 footnotes with Latin letters, because this numbering
30582  is limited to single letters.
30583 \end_layout
30584
30585 \end_inset
30586
30587
30588 \begin_inset Newline newline
30589 \end_inset
30590
30591
30592 \begin_inset Note Greyedout
30593 status open
30594
30595 \begin_layout Plain Layout
30596
30597 \series bold
30598 Note:
30599 \series default
30600  You can only number 9 footnotes with symbols.
30601 \end_layout
30602
30603 \end_inset
30604
30605
30606 \end_layout
30607
30608 \begin_layout Standard
30609 To return to the default numbering style after you have changed to another
30610  one, use 
30611 \series bold
30612
30613 \backslash
30614 arabic
30615 \series default
30616  instead of 
30617 \series bold
30618
30619 \backslash
30620 roman
30621 \series default
30622  in the command above.
30623 \begin_inset ERT
30624 status collapsed
30625
30626 \begin_layout Plain Layout
30627
30628
30629 \backslash
30630 renewcommand{
30631 \backslash
30632 thefootnote}{
30633 \backslash
30634 arabic{footnote}}
30635 \end_layout
30636
30637 \end_inset
30638
30639
30640 \end_layout
30641
30642 \begin_layout Standard
30643 \begin_inset VSpace bigskip
30644 \end_inset
30645
30646
30647 \end_layout
30648
30649 \begin_layout Standard
30650 If you want to have footnotes numbered in the scheme 
30651 \begin_inset Quotes eld
30652 \end_inset
30653
30654 chapter.footnote
30655 \begin_inset Quotes erd
30656 \end_inset
30657
30658 , add the following command to your document preamble:
30659 \end_layout
30660
30661 \begin_layout Standard
30662
30663 \series bold
30664
30665 \backslash
30666 numberwithin{footnote}{chapter}
30667 \end_layout
30668
30669 \begin_layout Standard
30670 To be able to use the command 
30671 \series bold
30672
30673 \backslash
30674 numberwithin
30675 \series default
30676 , set in the tab 
30677 \family sans
30678 Math
30679 \begin_inset space ~
30680 \end_inset
30681
30682 Options
30683 \family default
30684  in the document settings the option 
30685 \family sans
30686 Use
30687 \begin_inset space ~
30688 \end_inset
30689
30690 AMS
30691 \begin_inset space ~
30692 \end_inset
30693
30694 math
30695 \begin_inset space ~
30696 \end_inset
30697
30698 package
30699 \family default
30700 .
30701 \end_layout
30702
30703 \begin_layout Standard
30704 \begin_inset ERT
30705 status collapsed
30706
30707 \begin_layout Plain Layout
30708
30709
30710 \backslash
30711 numberwithin{footnote}{chapter}
30712 \end_layout
30713
30714 \end_inset
30715
30716 This is another example footnote:
30717 \series bold
30718
30719 \begin_inset Foot
30720 status open
30721
30722 \begin_layout Plain Layout
30723 This is a footnote numbered in the scheme 
30724 \begin_inset Quotes eld
30725 \end_inset
30726
30727 chapter.footnote
30728 \begin_inset Quotes erd
30729 \end_inset
30730
30731 .
30732 \end_layout
30733
30734 \end_inset
30735
30736
30737 \series default
30738
30739 \begin_inset ERT
30740 status collapsed
30741
30742 \begin_layout Plain Layout
30743
30744
30745 \backslash
30746 renewcommand{
30747 \backslash
30748 thefootnote}{
30749 \backslash
30750 arabic{footnote}}
30751 \end_layout
30752
30753 \end_inset
30754
30755
30756 \end_layout
30757
30758 \begin_layout Standard
30759 \begin_inset Note Greyedout
30760 status open
30761
30762 \begin_layout Plain Layout
30763
30764 \series bold
30765 Note:
30766 \series default
30767  
30768 \series bold
30769
30770 \backslash
30771 numberwithin
30772 \series default
30773  always prints out the footnote number as arabic number; previous redefinitions
30774  to get non-arabic numbers are overwritten.
30775 \end_layout
30776
30777 \end_inset
30778
30779
30780 \end_layout
30781
30782 \begin_layout Standard
30783 So to get for example the scheme 
30784 \begin_inset Quotes eld
30785 \end_inset
30786
30787 chapter.
30788 \backslash
30789 Roman{footnote}
30790 \begin_inset Quotes erd
30791 \end_inset
30792
30793 , use this command instead of 
30794 \series bold
30795
30796 \backslash
30797 numberwithin
30798 \series default
30799 :
30800 \end_layout
30801
30802 \begin_layout Standard
30803
30804 \series bold
30805
30806 \backslash
30807 renewcommand{
30808 \backslash
30809 thefootnote}{
30810 \backslash
30811 thechapter.
30812 \backslash
30813 Roman{footnote}}
30814 \end_layout
30815
30816 \begin_layout Subsection
30817 Footnote Placement
30818 \begin_inset Index idx
30819 status collapsed
30820
30821 \begin_layout Plain Layout
30822 Footnotes ! Placement
30823 \end_layout
30824
30825 \end_inset
30826
30827
30828 \end_layout
30829
30830 \begin_layout Standard
30831 If you have several footnotes in one page, they appear without vertical
30832  space between them at the bottom of the page.
30833  To make them more readable you can e.
30834 \begin_inset space \thinspace{}
30835 \end_inset
30836
30837 g.
30838 \begin_inset space \space{}
30839 \end_inset
30840
30841 add 1.5
30842 \begin_inset space \thinspace{}
30843 \end_inset
30844
30845 mm space with the following preamble command:
30846 \end_layout
30847
30848 \begin_layout Standard
30849
30850 \series bold
30851
30852 \backslash
30853 let
30854 \backslash
30855 myFoot
30856 \backslash
30857 footnote
30858 \begin_inset Newline newline
30859 \end_inset
30860
30861
30862 \backslash
30863 renewcommand{
30864 \backslash
30865 footnote}[1]{
30866 \backslash
30867 myFoot{#1
30868 \backslash
30869 vspace{1.5mm}}}
30870 \end_layout
30871
30872 \begin_layout Standard
30873 \begin_inset VSpace bigskip
30874 \end_inset
30875
30876 In a two-column document the footnotes appear at the bottom of every column,
30877  see Figure
30878 \begin_inset space ~
30879 \end_inset
30880
30881
30882 \begin_inset CommandInset ref
30883 LatexCommand ref
30884 reference "fig:Standard-footnote-placement"
30885
30886 \end_inset
30887
30888 .
30889  If the footnotes should only appear at the bottom of the right column,
30890  as in Figure
30891 \begin_inset space ~
30892 \end_inset
30893
30894
30895 \begin_inset CommandInset ref
30896 LatexCommand ref
30897 reference "fig:Footnote-placement-in"
30898
30899 \end_inset
30900
30901 , use the \SpecialChar LaTeX
30902 -package 
30903 \series bold
30904 ftnright
30905 \series default
30906
30907 \begin_inset Index idx
30908 status collapsed
30909
30910 \begin_layout Plain Layout
30911 \SpecialChar LaTeX
30912 -packages ! ftnright
30913 \end_layout
30914
30915 \end_inset
30916
30917  with this command in the document preamble:
30918 \end_layout
30919
30920 \begin_layout Standard
30921
30922 \series bold
30923
30924 \backslash
30925 usepackage{ftnright}
30926 \end_layout
30927
30928 \begin_layout Standard
30929 \begin_inset Float figure
30930 placement !h
30931 wide false
30932 sideways false
30933 status open
30934
30935 \begin_layout Plain Layout
30936 \noindent
30937 \align center
30938 \begin_inset Box Boxed
30939 position "t"
30940 hor_pos "c"
30941 has_inner_box 0
30942 inner_pos "t"
30943 use_parbox 0
30944 use_makebox 0
30945 width ""
30946 special "none"
30947 height "1in"
30948 height_special "totalheight"
30949 thickness "0.4pt"
30950 separation "3pt"
30951 shadowsize "4pt"
30952 framecolor "black"
30953 backgroundcolor "none"
30954 status open
30955
30956 \begin_layout Plain Layout
30957 \begin_inset Graphics
30958         filename clipart/without_fntright.pdf
30959         width 100col%
30960         scaleBeforeRotation
30961
30962 \end_inset
30963
30964
30965 \end_layout
30966
30967 \end_inset
30968
30969
30970 \end_layout
30971
30972 \begin_layout Plain Layout
30973 \begin_inset Caption Standard
30974
30975 \begin_layout Plain Layout
30976 \begin_inset CommandInset label
30977 LatexCommand label
30978 name "fig:Standard-footnote-placement"
30979
30980 \end_inset
30981
30982 Standard footnote placement in two-column documents.
30983 \end_layout
30984
30985 \end_inset
30986
30987
30988 \end_layout
30989
30990 \end_inset
30991
30992
30993 \end_layout
30994
30995 \begin_layout Standard
30996 \begin_inset Float figure
30997 placement !h
30998 wide false
30999 sideways false
31000 status open
31001
31002 \begin_layout Plain Layout
31003 \noindent
31004 \align center
31005 \begin_inset Box Boxed
31006 position "t"
31007 hor_pos "c"
31008 has_inner_box 0
31009 inner_pos "t"
31010 use_parbox 0
31011 use_makebox 0
31012 width ""
31013 special "none"
31014 height "1in"
31015 height_special "totalheight"
31016 thickness "0.4pt"
31017 separation "3pt"
31018 shadowsize "4pt"
31019 framecolor "black"
31020 backgroundcolor "none"
31021 status open
31022
31023 \begin_layout Plain Layout
31024 \begin_inset Graphics
31025         filename clipart/with_fntright.pdf
31026         width 100col%
31027         scaleBeforeRotation
31028
31029 \end_inset
31030
31031
31032 \end_layout
31033
31034 \end_inset
31035
31036
31037 \end_layout
31038
31039 \begin_layout Plain Layout
31040 \begin_inset Caption Standard
31041
31042 \begin_layout Plain Layout
31043 \begin_inset CommandInset label
31044 LatexCommand label
31045 name "fig:Footnote-placement-in"
31046
31047 \end_inset
31048
31049 Footnote placement in two-column documents when the \SpecialChar LaTeX
31050 -package 
31051 \series bold
31052 ftnright
31053 \series default
31054  is used.
31055 \end_layout
31056
31057 \end_inset
31058
31059
31060 \end_layout
31061
31062 \end_inset
31063
31064
31065 \end_layout
31066
31067 \begin_layout Standard
31068 \begin_inset VSpace bigskip
31069 \end_inset
31070
31071 In some scientific literature it is usual to collect the footnotes and print
31072  them in a separate paragraph at the end of a section, as in Figure
31073 \begin_inset space ~
31074 \end_inset
31075
31076
31077 \begin_inset CommandInset ref
31078 LatexCommand ref
31079 reference "fig:Endnotes"
31080
31081 \end_inset
31082
31083 .
31084  They are then called 
31085 \begin_inset Quotes eld
31086 \end_inset
31087
31088 endnotes
31089 \begin_inset Quotes erd
31090 \end_inset
31091
31092 .
31093 \begin_inset Index idx
31094 status collapsed
31095
31096 \begin_layout Plain Layout
31097 Endnotes
31098 \end_layout
31099
31100 \end_inset
31101
31102  To use endnotes instead of footnotes in your document, load in the menu
31103  
31104 \family sans
31105 Document\SpecialChar menuseparator
31106 Settings\SpecialChar menuseparator
31107 Modules 
31108 \family default
31109 the module 
31110 \family sans
31111 Foot
31112 \begin_inset space ~
31113 \end_inset
31114
31115 to
31116 \begin_inset space ~
31117 \end_inset
31118
31119 End
31120 \family default
31121 .
31122  To insert the collected footnotes, insert the command
31123 \end_layout
31124
31125 \begin_layout Standard
31126
31127 \series bold
31128
31129 \backslash
31130 theendnotes
31131 \end_layout
31132
31133 \begin_layout Standard
31134 in \SpecialChar TeX
31135  Code at the end of a section or chapter.
31136 \end_layout
31137
31138 \begin_layout Standard
31139 \begin_inset Float figure
31140 wide false
31141 sideways false
31142 status open
31143
31144 \begin_layout Plain Layout
31145 \noindent
31146 \align center
31147 \begin_inset Box Boxed
31148 position "t"
31149 hor_pos "c"
31150 has_inner_box 0
31151 inner_pos "t"
31152 use_parbox 0
31153 use_makebox 0
31154 width ""
31155 special "none"
31156 height "1in"
31157 height_special "totalheight"
31158 thickness "0.4pt"
31159 separation "3pt"
31160 shadowsize "4pt"
31161 framecolor "black"
31162 backgroundcolor "none"
31163 status open
31164
31165 \begin_layout Plain Layout
31166 \begin_inset Graphics
31167         filename clipart/endnotes.pdf
31168         width 100col%
31169         scaleBeforeRotation
31170
31171 \end_inset
31172
31173
31174 \end_layout
31175
31176 \end_inset
31177
31178
31179 \end_layout
31180
31181 \begin_layout Plain Layout
31182 \begin_inset Caption Standard
31183
31184 \begin_layout Plain Layout
31185 \begin_inset CommandInset label
31186 LatexCommand label
31187 name "fig:Endnotes"
31188
31189 \end_inset
31190
31191 Endnotes – footnotes are printed in a separate paragraph at the end of sections
31192  or chapters.
31193 \end_layout
31194
31195 \end_inset
31196
31197
31198 \end_layout
31199
31200 \end_inset
31201
31202
31203 \end_layout
31204
31205 \begin_layout Standard
31206 \begin_inset VSpace medskip
31207 \end_inset
31208
31209 The paragraph heading for the endnotes isn't automatically translated into
31210  the document language, this must be done manually.
31211  The following preamble command translates the default English 
31212 \begin_inset Quotes eld
31213 \end_inset
31214
31215 Notes
31216 \begin_inset Quotes erd
31217 \end_inset
31218
31219  into the German 
31220 \begin_inset Quotes eld
31221 \end_inset
31222
31223 Anmerkungen
31224 \begin_inset Quotes erd
31225 \end_inset
31226
31227 :
31228 \end_layout
31229
31230 \begin_layout Standard
31231
31232 \series bold
31233
31234 \backslash
31235 renewcommand{
31236 \backslash
31237 notesname}{Anmerkungen}
31238 \end_layout
31239
31240 \begin_layout Standard
31241 \begin_inset VSpace medskip
31242 \end_inset
31243
31244 The numbering of endnotes can be changed like the footnote numbering as
31245  described in section
31246 \begin_inset space ~
31247 \end_inset
31248
31249
31250 \begin_inset CommandInset ref
31251 LatexCommand ref
31252 reference "subsec:Footnote-Numbering"
31253
31254 \end_inset
31255
31256 ; just replace the command 
31257 \series bold
31258
31259 \backslash
31260 thefootnote
31261 \series default
31262  by 
31263 \series bold
31264
31265 \backslash
31266 theendnote
31267 \series default
31268 .
31269  To reset the endnote number use the command 
31270 \series bold
31271
31272 \backslash
31273 @addtoreset
31274 \series default
31275  as described in section
31276 \begin_inset space ~
31277 \end_inset
31278
31279
31280 \begin_inset CommandInset ref
31281 LatexCommand ref
31282 reference "subsec:Footnote-Numbering"
31283
31284 \end_inset
31285
31286  and replace the command parameter 
31287 \series bold
31288 footnote
31289 \series default
31290  by 
31291 \series bold
31292 endnote
31293 \series default
31294 .
31295 \end_layout
31296
31297 \begin_layout Standard
31298 For endnotes there is the command 
31299 \series bold
31300
31301 \backslash
31302 endnotemark[number]
31303 \series default
31304  similar to the command 
31305 \series bold
31306
31307 \backslash
31308 footnotemark
31309 \series default
31310 , that is described in section
31311 \begin_inset space ~
31312 \end_inset
31313
31314
31315 \begin_inset CommandInset ref
31316 LatexCommand ref
31317 reference "sec:Footnotes"
31318
31319 \end_inset
31320
31321 .
31322 \end_layout
31323
31324 \begin_layout Standard
31325 \begin_inset VSpace bigskip
31326 \end_inset
31327
31328 Footnotes can also be placed in the page margin and the footnote text alignment
31329  can be changed, see the \SpecialChar LaTeX
31330 -package 
31331 \series bold
31332 footmisc
31333 \series default
31334
31335 \begin_inset Index idx
31336 status collapsed
31337
31338 \begin_layout Plain Layout
31339 \SpecialChar LaTeX
31340 -packages ! footmisc
31341 \end_layout
31342
31343 \end_inset
31344
31345
31346 \begin_inset CommandInset citation
31347 LatexCommand cite
31348 key "footmisc"
31349
31350 \end_inset
31351
31352  for more information about this.
31353 \end_layout
31354
31355 \begin_layout Standard
31356 For various further footnote formatting issues have a look at \SpecialChar LaTeX
31357 -books, 
31358 \begin_inset CommandInset citation
31359 LatexCommand cite
31360 key "latexcompanion,latexguide,latexbook"
31361
31362 \end_inset
31363
31364 .
31365  If you are using a 
31366 \series bold
31367 KOMA-Script
31368 \series default
31369
31370 \begin_inset Index idx
31371 status collapsed
31372
31373 \begin_layout Plain Layout
31374 \SpecialChar LaTeX
31375 -packages ! KOMA-Script
31376 \end_layout
31377
31378 \end_inset
31379
31380  document class, you can adjust all footnote settings using class-specific
31381  commands, see 
31382 \begin_inset CommandInset citation
31383 LatexCommand cite
31384 key "KOMA-Script"
31385
31386 \end_inset
31387
31388 .
31389 \end_layout
31390
31391 \begin_layout Section
31392 Margin Notes
31393 \begin_inset Index idx
31394 status collapsed
31395
31396 \begin_layout Plain Layout
31397 Notes ! Margin Notes
31398 \end_layout
31399
31400 \end_inset
31401
31402
31403 \end_layout
31404
31405 \begin_layout Standard
31406 Margin notes look and behave in \SpecialChar LyX
31407  like footnotes.
31408  They are inserted via the menu 
31409 \family sans
31410 Insert\SpecialChar menuseparator
31411 Marginal
31412 \begin_inset space ~
31413 \end_inset
31414
31415 Note
31416 \family default
31417  or the toolbar button 
31418 \begin_inset Info
31419 type  "icon"
31420 arg   "marginalnote-insert"
31421 \end_inset
31422
31423 .
31424  A grey 
31425 \family roman
31426 \series medium
31427 box with the
31428 \family default
31429 \series default
31430  red 
31431 \family roman
31432 \series medium
31433 label 
31434 \begin_inset Quotes eld
31435 \end_inset
31436
31437 margin
31438 \begin_inset Quotes erd
31439 \end_inset
31440
31441  appears where you can enter the text of the margin note.
31442 \end_layout
31443
31444 \begin_layout Standard
31445 At the side is an example margin note.
31446
31447 \family roman
31448 \series medium
31449  
31450 \begin_inset Marginal
31451 status open
31452
31453 \begin_layout Plain Layout
31454 This is a margin note.
31455 \end_layout
31456
31457 \end_inset
31458
31459
31460 \end_layout
31461
31462 \begin_layout Standard
31463 Margin notes appear at the right side in single-sided documents.
31464  In double-sided documents they appear in the outer margin – left on even
31465  pages, right on odd pages.
31466  The text of margin notes is aligned opposite to the outer margin – right-aligne
31467 d when the note appears in the left margin.
31468  The first line of the margin note is placed at the position of the text
31469  line where it is inserted in the document.
31470 \end_layout
31471
31472 \begin_layout Standard
31473 \begin_inset VSpace bigskip
31474 \end_inset
31475
31476 To place the margin note in the inner margin, add the command
31477 \end_layout
31478
31479 \begin_layout Standard
31480
31481 \series bold
31482
31483 \backslash
31484 reversemarginpar
31485 \end_layout
31486
31487 \begin_layout Standard
31488 in \SpecialChar TeX
31489  Code before a margin note.
31490  The new placement is valid for all subsequent margin notes.
31491  
31492 \begin_inset ERT
31493 status collapsed
31494
31495 \begin_layout Plain Layout
31496
31497
31498 \backslash
31499 reversemarginpar 
31500 \end_layout
31501
31502 \end_inset
31503
31504
31505 \begin_inset Marginal
31506 status open
31507
31508 \begin_layout Plain Layout
31509 This is a margin note in the inner margin.
31510 \end_layout
31511
31512 \end_inset
31513
31514
31515 \series bold
31516
31517 \begin_inset Newline newline
31518 \end_inset
31519
31520
31521 \series default
31522
31523 \begin_inset Note Greyedout
31524 status open
31525
31526 \begin_layout Plain Layout
31527
31528 \series bold
31529 Note:
31530 \series default
31531  There is often not enough space in the inner margin so that the notes are
31532  not correctly displayed in the output.
31533 \end_layout
31534
31535 \end_inset
31536
31537
31538 \end_layout
31539
31540 \begin_layout Standard
31541 To return to the default placement insert the command
31542 \end_layout
31543
31544 \begin_layout Standard
31545
31546 \series bold
31547
31548 \backslash
31549 normalmarginpar
31550 \end_layout
31551
31552 \begin_layout Standard
31553 in \SpecialChar TeX
31554  Code.
31555 \begin_inset ERT
31556 status collapsed
31557
31558 \begin_layout Plain Layout
31559
31560
31561 \backslash
31562 normalmarginpar 
31563 \end_layout
31564
31565 \end_inset
31566
31567  
31568 \begin_inset Note Greyedout
31569 status open
31570
31571 \begin_layout Plain Layout
31572
31573 \series bold
31574 Note:
31575 \series default
31576  The command is ignored when it is within a paragraph where also the command
31577  
31578 \series bold
31579
31580 \backslash
31581 reversemarginpar
31582 \series default
31583  is inserted.
31584 \end_layout
31585
31586 \end_inset
31587
31588
31589 \end_layout
31590
31591 \begin_layout Standard
31592 \begin_inset VSpace bigskip
31593 \end_inset
31594
31595
31596 \family roman
31597 \series medium
31598
31599 \begin_inset Marginal
31600 status open
31601
31602 \begin_layout Plain Layout
31603 AVeryLongMarginParWord that isn't hyphenated.
31604 \end_layout
31605
31606 \end_inset
31607
31608
31609 \family default
31610 \series default
31611  Similar to the case described in section
31612 \begin_inset space ~
31613 \end_inset
31614
31615
31616 \begin_inset CommandInset ref
31617 LatexCommand ref
31618 reference "subsec:Multiple-Lines-in"
31619
31620 \end_inset
31621
31622 , long words cannot be hyphenated when they are the first word in a margin
31623  note.
31624  To avoid this, insert 0
31625 \begin_inset space \thinspace{}
31626 \end_inset
31627
31628 pt horizontal space before the word
31629 \family roman
31630 \series medium
31631 .
31632  
31633 \begin_inset Marginal
31634 status open
31635
31636 \begin_layout Plain Layout
31637 \begin_inset space \hspace*{}
31638 \length 0pt
31639 \end_inset
31640
31641 AVeryLongMarginParWord that is hyphenated.
31642 \end_layout
31643
31644 \end_inset
31645
31646
31647 \end_layout
31648
31649 \begin_layout Standard
31650 \begin_inset VSpace bigskip
31651 \end_inset
31652
31653
31654 \end_layout
31655
31656 \begin_layout Standard
31657 \begin_inset Note Greyedout
31658 status open
31659
31660 \begin_layout Plain Layout
31661
31662 \series bold
31663 Note:
31664 \series default
31665  Margin notes can normally not be used inside tables, floats, and footnotes.
31666 \end_layout
31667
31668 \end_inset
31669
31670
31671 \end_layout
31672
31673 \begin_layout Standard
31674 \begin_inset VSpace bigskip
31675 \end_inset
31676
31677
31678 \end_layout
31679
31680 \begin_layout Standard
31681 \begin_inset ERT
31682 status collapsed
31683
31684 \begin_layout Plain Layout
31685
31686
31687 \backslash
31688 ifmarginnote
31689 \end_layout
31690
31691 \end_inset
31692
31693
31694 \begin_inset Note Note
31695 status open
31696
31697 \begin_layout Plain Layout
31698 The following section will only be displayed when the \SpecialChar LaTeX
31699 -package 
31700 \series bold
31701 marginnote
31702 \series default
31703  is installed.
31704 \end_layout
31705
31706 \end_inset
31707
31708
31709 \end_layout
31710
31711 \begin_layout Standard
31712 This restriction can be evaded by using the \SpecialChar LaTeX
31713 -package 
31714 \series bold
31715 marginnote
31716 \series default
31717
31718 \begin_inset Index idx
31719 status collapsed
31720
31721 \begin_layout Plain Layout
31722 \SpecialChar LaTeX
31723 -packages ! marginnote
31724 \end_layout
31725
31726 \end_inset
31727
31728 .
31729  By adding these two lines to your document preamble, the command used by
31730  \SpecialChar LyX
31731  for margin notes is redefined to use the command provided by the 
31732 \series bold
31733 marginnote
31734 \series default
31735 -package:
31736 \end_layout
31737
31738 \begin_layout Standard
31739
31740 \series bold
31741
31742 \backslash
31743 usepackage{marginnote}
31744 \begin_inset Newline newline
31745 \end_inset
31746
31747
31748 \backslash
31749 let
31750 \backslash
31751 marginpar
31752 \backslash
31753 marginnote
31754 \end_layout
31755
31756 \begin_layout Standard
31757 This is also used in this document because 
31758 \series bold
31759 marginnote
31760 \series default
31761  has another useful feature: You can set a vertical offset for the note.
31762  This is often needed when too many margin notes are too close together
31763  or for a better page layout.
31764  The offset is set in \SpecialChar LyX
31765  as \SpecialChar TeX
31766  Code directly after the margin note in the scheme
31767 \end_layout
31768
31769 \begin_layout Standard
31770
31771 \series bold
31772 [offset]
31773 \end_layout
31774
31775 \begin_layout Standard
31776 where the offset is a length with one of the units listed in Table
31777 \begin_inset space ~
31778 \end_inset
31779
31780
31781 \begin_inset CommandInset ref
31782 LatexCommand ref
31783 reference "tab:Units"
31784
31785 \end_inset
31786
31787 .
31788  A negative value shifts the note up, a positive value shifts it down.
31789  
31790 \family roman
31791 \series medium
31792 For example the margin note beside this text line is shifted up 1.5
31793 \begin_inset space \thinspace{}
31794 \end_inset
31795
31796 cm with the \SpecialChar TeX
31797  Code command 
31798 \begin_inset Quotes eld
31799 \end_inset
31800
31801
31802 \family default
31803 \series bold
31804 [-1.5cm]
31805 \family roman
31806 \series medium
31807
31808 \begin_inset Quotes erd
31809 \end_inset
31810
31811
31812 \begin_inset Marginal
31813 status open
31814
31815 \begin_layout Plain Layout
31816 This margin note is shifted up 1.5
31817 \begin_inset space \thinspace{}
31818 \end_inset
31819
31820 cm from its original position.
31821 \end_layout
31822
31823 \end_inset
31824
31825
31826 \family default
31827 \series default
31828
31829 \begin_inset ERT
31830 status collapsed
31831
31832 \begin_layout Plain Layout
31833
31834 [-1.5cm]
31835 \end_layout
31836
31837 \end_inset
31838
31839
31840 \end_layout
31841
31842 \begin_layout Standard
31843 \begin_inset VSpace medskip
31844 \end_inset
31845
31846 With 
31847 \series bold
31848 marginnote
31849 \series default
31850  you can also change the alignment of the text in the margin note.
31851  For example the commands
31852 \end_layout
31853
31854 \begin_layout Standard
31855
31856 \series bold
31857
31858 \backslash
31859 renewcommand*{
31860 \backslash
31861 raggedleftmarginnote}{
31862 \backslash
31863 centering}
31864 \begin_inset Newline newline
31865 \end_inset
31866
31867
31868 \backslash
31869 renewcommand*{
31870 \backslash
31871 raggedrightmarginnote}{
31872 \backslash
31873 centering}
31874 \end_layout
31875
31876 \begin_layout Standard
31877 set the alignment to centered.
31878  
31879 \series bold
31880
31881 \backslash
31882 raggedleftmarginnote
31883 \series default
31884  denotes margin notes that appear at the left side.
31885 \family roman
31886 \series medium
31887
31888 \begin_inset ERT
31889 status collapsed
31890
31891 \begin_layout Plain Layout
31892
31893
31894 \backslash
31895 renewcommand*{
31896 \backslash
31897 raggedleftmarginnote}{
31898 \backslash
31899 centering}
31900 \end_layout
31901
31902 \begin_layout Plain Layout
31903
31904
31905 \backslash
31906 renewcommand*{
31907 \backslash
31908 raggedrightmarginnote}{
31909 \backslash
31910 centering}
31911 \end_layout
31912
31913 \end_inset
31914
31915
31916 \begin_inset Marginal
31917 status open
31918
31919 \begin_layout Plain Layout
31920 The text of this margin note is centered.
31921 \end_layout
31922
31923 \end_inset
31924
31925
31926 \family default
31927 \series default
31928  The default is
31929 \end_layout
31930
31931 \begin_layout Standard
31932
31933 \series bold
31934
31935 \backslash
31936 renewcommand*{
31937 \backslash
31938 raggedleftmarginnote}{
31939 \backslash
31940 raggedleft}
31941 \begin_inset Newline newline
31942 \end_inset
31943
31944
31945 \backslash
31946 renewcommand*{
31947 \backslash
31948 raggedrightmarginnote}{
31949 \backslash
31950 raggedright}
31951 \family roman
31952 \series medium
31953
31954 \begin_inset ERT
31955 status collapsed
31956
31957 \begin_layout Plain Layout
31958
31959
31960 \backslash
31961 renewcommand*{
31962 \backslash
31963 raggedleftmarginnote}{
31964 \backslash
31965 raggedleft}
31966 \end_layout
31967
31968 \begin_layout Plain Layout
31969
31970
31971 \backslash
31972 renewcommand*{
31973 \backslash
31974 raggedrightmarginnote}{
31975 \backslash
31976 raggedright}
31977 \end_layout
31978
31979 \end_inset
31980
31981
31982 \end_layout
31983
31984 \begin_layout Standard
31985 \begin_inset VSpace medskip
31986 \end_inset
31987
31988 For the other features of 
31989 \series bold
31990 marginnote
31991 \series default
31992  refer to its documentation 
31993 \begin_inset CommandInset citation
31994 LatexCommand cite
31995 key "marginnote"
31996
31997 \end_inset
31998
31999 .
32000 \end_layout
32001
32002 \begin_layout Standard
32003 \begin_inset VSpace bigskip
32004 \end_inset
32005
32006 You can adjust the layout of margin notes by changing its definition.
32007  To create for example a header for all margin notes with the underlined,
32008  sans-serif, and bold header text 
32009 \begin_inset Quotes eld
32010 \end_inset
32011
32012
32013 \family sans
32014 \series bold
32015 \bar under
32016 Attention!
32017 \family default
32018 \series default
32019 \bar default
32020
32021 \begin_inset Quotes erd
32022 \end_inset
32023
32024 , add this to your document preamble:
32025 \end_layout
32026
32027 \begin_layout Standard
32028
32029 \series bold
32030
32031 \backslash
32032 let
32033 \backslash
32034 myMarginpar
32035 \backslash
32036 marginpar
32037 \begin_inset Newline newline
32038 \end_inset
32039
32040
32041 \backslash
32042 renewcommand{
32043 \backslash
32044 marginpar}[1]{
32045 \backslash
32046 myMarginpar{%
32047 \begin_inset Newline newline
32048 \end_inset
32049
32050
32051 \begin_inset Phantom HPhantom
32052 status open
32053
32054 \begin_layout Plain Layout
32055
32056 \series bold
32057 \begin_inset space ~
32058 \end_inset
32059
32060
32061 \end_layout
32062
32063 \end_inset
32064
32065
32066 \backslash
32067 hspace{0pt}
32068 \backslash
32069 textsf{
32070 \backslash
32071 textbf{
32072 \backslash
32073 underbar{Attention!}}}%
32074 \begin_inset Newline newline
32075 \end_inset
32076
32077
32078 \begin_inset Phantom HPhantom
32079 status open
32080
32081 \begin_layout Plain Layout
32082
32083 \series bold
32084 \begin_inset space ~
32085 \end_inset
32086
32087
32088 \end_layout
32089
32090 \end_inset
32091
32092
32093 \backslash
32094 vspace{1.5mm}
32095 \backslash
32096
32097 \backslash
32098 #1}}
32099 \end_layout
32100
32101 \begin_layout Standard
32102
32103 \family roman
32104 \series medium
32105 \begin_inset ERT
32106 status collapsed
32107
32108 \begin_layout Plain Layout
32109
32110
32111 \backslash
32112 let
32113 \backslash
32114 myMarginpar
32115 \backslash
32116 marginpar
32117 \end_layout
32118
32119 \begin_layout Plain Layout
32120
32121
32122 \backslash
32123 renewcommand{
32124 \backslash
32125 marginpar}[1]{
32126 \backslash
32127 myMarginpar{%
32128 \end_layout
32129
32130 \begin_layout Plain Layout
32131
32132    
32133 \backslash
32134 textsf{
32135 \backslash
32136 textbf{
32137 \backslash
32138 underbar{Attention!}}}%
32139 \end_layout
32140
32141 \begin_layout Plain Layout
32142
32143    
32144 \backslash
32145 vspace{1.5mm}
32146 \backslash
32147
32148 \backslash
32149 #1}}
32150 \end_layout
32151
32152 \end_inset
32153
32154
32155 \begin_inset Marginal
32156 status open
32157
32158 \begin_layout Plain Layout
32159 This is a margin note with a defined heading.
32160 \end_layout
32161
32162 \end_inset
32163
32164
32165 \family default
32166 \series default
32167
32168 \begin_inset ERT
32169 status collapsed
32170
32171 \begin_layout Plain Layout
32172
32173 [-1.5cm]
32174 \end_layout
32175
32176 \end_inset
32177
32178
32179 \family roman
32180 \series medium
32181
32182 \begin_inset ERT
32183 status collapsed
32184
32185 \begin_layout Plain Layout
32186
32187
32188 \backslash
32189 renewcommand{
32190 \backslash
32191 marginpar}[1]{
32192 \backslash
32193 myMarginpar{#1}}
32194 \end_layout
32195
32196 \end_inset
32197
32198
32199 \family default
32200 \series default
32201
32202 \begin_inset Note Note
32203 status collapsed
32204
32205 \begin_layout Plain Layout
32206 The margin note format is changed only for this example.
32207 \end_layout
32208
32209 \end_inset
32210
32211
32212 \end_layout
32213
32214 \begin_layout Standard
32215 \begin_inset ERT
32216 status collapsed
32217
32218 \begin_layout Plain Layout
32219
32220
32221 \backslash
32222 else
32223 \end_layout
32224
32225 \end_inset
32226
32227
32228 \begin_inset Note Note
32229 status open
32230
32231 \begin_layout Plain Layout
32232 The following will be displayed when the \SpecialChar LaTeX
32233 -package 
32234 \series bold
32235 marginnote
32236 \series default
32237  is not installed:
32238 \end_layout
32239
32240 \end_inset
32241
32242
32243 \end_layout
32244
32245 \begin_layout Standard
32246 You need to install the \SpecialChar LaTeX
32247 -package 
32248 \series bold
32249 marginnote
32250 \series default
32251  to see the following part of this section in the output.
32252 \end_layout
32253
32254 \begin_layout Standard
32255 \begin_inset ERT
32256 status collapsed
32257
32258 \begin_layout Plain Layout
32259
32260
32261 \backslash
32262 fi
32263 \end_layout
32264
32265 \end_inset
32266
32267
32268 \end_layout
32269
32270 \begin_layout Chapter
32271 Boxes
32272 \end_layout
32273
32274 \begin_layout Section
32275 Introduction
32276 \begin_inset Index idx
32277 status collapsed
32278
32279 \begin_layout Plain Layout
32280 Boxes ! Introduction
32281 \end_layout
32282
32283 \end_inset
32284
32285
32286 \end_layout
32287
32288 \begin_layout Standard
32289 Boxes are used to format a block of text.
32290  Boxes can be used to write documents with multiple languages, see section
32291 \begin_inset space ~
32292 \end_inset
32293
32294
32295 \begin_inset CommandInset ref
32296 LatexCommand ref
32297 reference "sec:Minipages"
32298
32299 \end_inset
32300
32301 , to frame texts, see section
32302 \begin_inset space ~
32303 \end_inset
32304
32305
32306 \begin_inset CommandInset ref
32307 LatexCommand ref
32308 reference "sec:Decoration"
32309
32310 \end_inset
32311
32312 , to prevent words from being hyphenated, see section
32313 \begin_inset space ~
32314 \end_inset
32315
32316
32317 \begin_inset CommandInset ref
32318 LatexCommand ref
32319 reference "sec:Prevent-Hyphenation"
32320
32321 \end_inset
32322
32323 , to align text, see section
32324 \begin_inset space ~
32325 \end_inset
32326
32327
32328 \begin_inset CommandInset ref
32329 LatexCommand ref
32330 reference "subsec:Vertical-Alignment"
32331
32332 \end_inset
32333
32334 , or to set the background color of texts, see section
32335 \begin_inset space ~
32336 \end_inset
32337
32338
32339 \begin_inset CommandInset ref
32340 LatexCommand ref
32341 reference "sec:Colored-Boxes"
32342
32343 \end_inset
32344
32345 .
32346 \end_layout
32347
32348 \begin_layout Standard
32349 Boxes can be inserted with the menu 
32350 \family sans
32351 Insert\SpecialChar menuseparator
32352 Box
32353 \family default
32354  or the toolbar button 
32355 \begin_inset Info
32356 type  "icon"
32357 arg   "box-insert Frameless"
32358 \end_inset
32359
32360 .
32361  A grey box with the label 
32362 \family sans
32363 Box (Minipage)
32364 \family default
32365
32366 \begin_inset Graphics
32367         filename clipart/BoxInsetDefault.png
32368         scale 85
32369         scaleBeforeRotation
32370
32371 \end_inset
32372
32373  will be inserted.
32374  The box type can be specified by right-clicking on the box and selecting
32375  
32376 \family sans
32377 Settings
32378 \family default
32379 .
32380  The box dialog offers the 
32381 \family sans
32382 Inner
32383 \begin_inset space ~
32384 \end_inset
32385
32386 Box
32387 \family default
32388  types 
32389 \family sans
32390 Makebox
32391 \family default
32392
32393 \family sans
32394 Parbox
32395 \family default
32396  and 
32397 \family sans
32398 Minipage
32399 \family default
32400 .
32401  The type 
32402 \family sans
32403 Minipage
32404 \family default
32405  is the default for new boxes and is explained in section
32406 \begin_inset space ~
32407 \end_inset
32408
32409
32410 \begin_inset CommandInset ref
32411 LatexCommand ref
32412 reference "sec:Minipages"
32413
32414 \end_inset
32415
32416 ; the type 
32417 \family sans
32418 Parbox
32419 \family default
32420  is described in section
32421 \begin_inset space ~
32422 \end_inset
32423
32424
32425 \begin_inset CommandInset ref
32426 LatexCommand ref
32427 reference "sec:Parboxes"
32428
32429 \end_inset
32430
32431  and the type 
32432 \family sans
32433 Makebox
32434 \family default
32435  in 
32436 \begin_inset CommandInset ref
32437 LatexCommand ref
32438 reference "sec:Prevent-Hyphenation"
32439
32440 \end_inset
32441
32442 .
32443 \end_layout
32444
32445 \begin_layout Standard
32446 Boxes are not numbered and can therefore not be referenced like floats or
32447  footnotes.
32448 \end_layout
32449
32450 \begin_layout Standard
32451 \begin_inset Note Greyedout
32452 status open
32453
32454 \begin_layout Plain Layout
32455
32456 \series bold
32457 Note:
32458 \series default
32459  Boxes must not be the item in an 
32460 \family sans
32461 Itemize
32462 \family default
32463  or 
32464 \family sans
32465 Description
32466 \family default
32467  environment.
32468 \end_layout
32469
32470 \end_inset
32471
32472
32473 \end_layout
32474
32475 \begin_layout Standard
32476 \begin_inset Note Greyedout
32477 status open
32478
32479 \begin_layout Plain Layout
32480
32481 \series bold
32482 Note:
32483 \series default
32484  For an unknown reason you can only set the 
32485 \family sans
32486 Inner
32487 \begin_inset space ~
32488 \end_inset
32489
32490 Box
32491 \family default
32492  type to 
32493 \family sans
32494 None
32495 \family default
32496  when you use a framed box.
32497  Boxes without an 
32498 \family sans
32499 Inner
32500 \begin_inset space ~
32501 \end_inset
32502
32503 Box
32504 \family default
32505  type and without frames are explained in section
32506 \begin_inset space ~
32507 \end_inset
32508
32509
32510 \begin_inset CommandInset ref
32511 LatexCommand ref
32512 reference "sec:Prevent-Hyphenation"
32513
32514 \end_inset
32515
32516 .
32517 \end_layout
32518
32519 \end_inset
32520
32521
32522 \end_layout
32523
32524 \begin_layout Section
32525 Box Dialog
32526 \begin_inset CommandInset label
32527 LatexCommand label
32528 name "sec:Box-Dialog"
32529
32530 \end_inset
32531
32532
32533 \begin_inset Index idx
32534 status collapsed
32535
32536 \begin_layout Plain Layout
32537 Boxes ! Box Dialog
32538 \end_layout
32539
32540 \end_inset
32541
32542
32543 \end_layout
32544
32545 \begin_layout Subsection
32546 Size
32547 \begin_inset Index idx
32548 status collapsed
32549
32550 \begin_layout Plain Layout
32551 Boxes ! Size
32552 \end_layout
32553
32554 \end_inset
32555
32556
32557 \end_layout
32558
32559 \begin_layout Standard
32560 In the box dialog you can adjust the box geometry in the fields 
32561 \family sans
32562 Width
32563 \family default
32564  and 
32565 \family sans
32566 Height
32567 \family default
32568 .
32569  The available units for the geometry are explained in Table
32570 \begin_inset space ~
32571 \end_inset
32572
32573
32574 \begin_inset CommandInset ref
32575 LatexCommand ref
32576 reference "tab:Units"
32577
32578 \end_inset
32579
32580 .
32581  The field 
32582 \family sans
32583 Height
32584 \family default
32585  offers the following additional sizes:
32586 \end_layout
32587
32588 \begin_layout Description
32589 Depth This is the plain text 
32590 \begin_inset Quotes eld
32591 \end_inset
32592
32593 height
32594 \begin_inset Quotes erd
32595 \end_inset
32596
32597 .
32598  It ignores the total depth when there are multiple text lines in the box:
32599 \begin_inset Newline newline
32600 \end_inset
32601
32602
32603 \begin_inset Newline newline
32604 \end_inset
32605
32606
32607 \begin_inset Newline newline
32608 \end_inset
32609
32610
32611 \begin_inset Box Boxed
32612 position "c"
32613 hor_pos "c"
32614 has_inner_box 1
32615 inner_pos "c"
32616 use_parbox 0
32617 use_makebox 0
32618 width "12col%"
32619 special "none"
32620 height "1in"
32621 height_special "depth"
32622 thickness "0.4pt"
32623 separation "3pt"
32624 shadowsize "4pt"
32625 framecolor "black"
32626 backgroundcolor "none"
32627 status collapsed
32628
32629 \begin_layout Plain Layout
32630 \align center
32631 Box height set to 1
32632 \begin_inset space \thinspace{}
32633 \end_inset
32634
32635 Depth
32636 \end_layout
32637
32638 \end_inset
32639
32640
32641 \begin_inset Newline newline
32642 \end_inset
32643
32644
32645 \begin_inset Newline newline
32646 \end_inset
32647
32648
32649 \end_layout
32650
32651 \begin_layout Description
32652 Height This is the height of the text that is inside the box.
32653  A value of e.
32654 \begin_inset space \thinspace{}
32655 \end_inset
32656
32657 g.
32658 \begin_inset space \space{}
32659 \end_inset
32660
32661 2 for this size will set the box height to 2
32662 \begin_inset space ~
32663 \end_inset
32664
32665 times the text height: 
32666 \begin_inset Box Boxed
32667 position "c"
32668 hor_pos "c"
32669 has_inner_box 1
32670 inner_pos "c"
32671 use_parbox 0
32672 use_makebox 0
32673 width "20col%"
32674 special "none"
32675 height "2in"
32676 height_special "height"
32677 thickness "0.4pt"
32678 separation "3pt"
32679 shadowsize "4pt"
32680 framecolor "black"
32681 backgroundcolor "none"
32682 status collapsed
32683
32684 \begin_layout Plain Layout
32685 \align center
32686 Box height set to 2
32687 \begin_inset space \thinspace{}
32688 \end_inset
32689
32690 Height
32691 \end_layout
32692
32693 \end_inset
32694
32695
32696 \end_layout
32697
32698 \begin_layout Description
32699 Total
32700 \begin_inset space ~
32701 \end_inset
32702
32703 Height This is the Height
32704 \begin_inset space \thinspace{}
32705 \end_inset
32706
32707 +
32708 \begin_inset space \thinspace{}
32709 \end_inset
32710
32711 Depth: 
32712 \begin_inset Box Boxed
32713 position "c"
32714 hor_pos "c"
32715 has_inner_box 1
32716 inner_pos "c"
32717 use_parbox 0
32718 use_makebox 0
32719 width "20col%"
32720 special "none"
32721 height "1in"
32722 height_special "totalheight"
32723 thickness "0.4pt"
32724 separation "3pt"
32725 shadowsize "4pt"
32726 framecolor "black"
32727 backgroundcolor "none"
32728 status collapsed
32729
32730 \begin_layout Plain Layout
32731 \align center
32732 Box height set to 1
32733 \begin_inset space \thinspace{}
32734 \end_inset
32735
32736 Total
32737 \begin_inset space ~
32738 \end_inset
32739
32740 Height
32741 \end_layout
32742
32743 \end_inset
32744
32745
32746 \end_layout
32747
32748 \begin_layout Description
32749 Width This sets the width of the box as height: 
32750 \begin_inset Box Boxed
32751 position "c"
32752 hor_pos "c"
32753 has_inner_box 1
32754 inner_pos "c"
32755 use_parbox 0
32756 use_makebox 0
32757 width "12col%"
32758 special "none"
32759 height "1in"
32760 height_special "width"
32761 thickness "0.4pt"
32762 separation "3pt"
32763 shadowsize "4pt"
32764 framecolor "black"
32765 backgroundcolor "none"
32766 status collapsed
32767
32768 \begin_layout Plain Layout
32769 \align center
32770 Box height set to 1
32771 \begin_inset space \thinspace{}
32772 \end_inset
32773
32774 Width
32775 \end_layout
32776
32777 \end_inset
32778
32779
32780 \end_layout
32781
32782 \begin_layout Subsection
32783 Alignment
32784 \begin_inset Index idx
32785 status collapsed
32786
32787 \begin_layout Plain Layout
32788 Boxes ! Alignment
32789 \end_layout
32790
32791 \end_inset
32792
32793
32794 \end_layout
32795
32796 \begin_layout Standard
32797 When you have chosen an 
32798 \family sans
32799 Inner
32800 \begin_inset space ~
32801 \end_inset
32802
32803 Box
32804 \family default
32805 , the vertical box alignment can be:
32806 \end_layout
32807
32808 \begin_layout Description
32809 Top This is an example text line.
32810  
32811 \begin_inset Box Boxed
32812 position "t"
32813 hor_pos "c"
32814 has_inner_box 1
32815 inner_pos "c"
32816 use_parbox 0
32817 use_makebox 0
32818 width "12col%"
32819 special "none"
32820 height "1in"
32821 height_special "totalheight"
32822 thickness "0.4pt"
32823 separation "3pt"
32824 shadowsize "4pt"
32825 framecolor "black"
32826 backgroundcolor "none"
32827 status collapsed
32828
32829 \begin_layout Plain Layout
32830 \align center
32831 This box is top-aligned.
32832 \end_layout
32833
32834 \end_inset
32835
32836  This is an example text line.
32837 \end_layout
32838
32839 \begin_layout Description
32840 Middle This is an example text line.
32841  
32842 \begin_inset Box Boxed
32843 position "c"
32844 hor_pos "c"
32845 has_inner_box 1
32846 inner_pos "c"
32847 use_parbox 0
32848 use_makebox 0
32849 width "12col%"
32850 special "none"
32851 height "1in"
32852 height_special "totalheight"
32853 thickness "0.4pt"
32854 separation "3pt"
32855 shadowsize "4pt"
32856 framecolor "black"
32857 backgroundcolor "none"
32858 status collapsed
32859
32860 \begin_layout Plain Layout
32861 \align center
32862 This box is middle-aligned.
32863 \end_layout
32864
32865 \end_inset
32866
32867  This is an example text line.
32868 \end_layout
32869
32870 \begin_layout Description
32871 Bottom This is an example text line.
32872  
32873 \begin_inset Box Boxed
32874 position "b"
32875 hor_pos "c"
32876 has_inner_box 1
32877 inner_pos "c"
32878 use_parbox 0
32879 use_makebox 0
32880 width "12col%"
32881 special "none"
32882 height "1in"
32883 height_special "totalheight"
32884 thickness "0.4pt"
32885 separation "3pt"
32886 shadowsize "4pt"
32887 framecolor "black"
32888 backgroundcolor "none"
32889 status collapsed
32890
32891 \begin_layout Plain Layout
32892 \align center
32893 This box is bottom-aligned.
32894 \end_layout
32895
32896 \end_inset
32897
32898  This is an example text line.
32899 \end_layout
32900
32901 \begin_layout Standard
32902 \begin_inset Note Greyedout
32903 status open
32904
32905 \begin_layout Plain Layout
32906
32907 \series bold
32908 Note:
32909 \series default
32910  The vertical box alignment can be lost in the output when you have two
32911  boxes in a line and one has e.
32912 \begin_inset space \thinspace{}
32913 \end_inset
32914
32915 g.
32916 \begin_inset space \space{}
32917 \end_inset
32918
32919 a shadow and the other one not.
32920 \end_layout
32921
32922 \end_inset
32923
32924
32925 \end_layout
32926
32927 \begin_layout Standard
32928 The horizontal box alignment can be set via \SpecialChar LyX
32929 's paragraph dialog when you
32930  set the box into its own paragraph.
32931 \end_layout
32932
32933 \begin_layout Standard
32934 \begin_inset VSpace bigskip
32935 \end_inset
32936
32937 When you have chosen an 
32938 \family sans
32939 Inner
32940 \begin_inset space ~
32941 \end_inset
32942
32943 Box
32944 \family default
32945 , the box content can be aligned vertically to:
32946 \end_layout
32947
32948 \begin_layout Description
32949 top This is an example text line.
32950  
32951 \begin_inset Box Boxed
32952 position "c"
32953 hor_pos "c"
32954 has_inner_box 1
32955 inner_pos "t"
32956 use_parbox 0
32957 use_makebox 0
32958 width "12col%"
32959 special "none"
32960 height "1.5in"
32961 height_special "totalheight"
32962 thickness "0.4pt"
32963 separation "3pt"
32964 shadowsize "4pt"
32965 framecolor "black"
32966 backgroundcolor "none"
32967 status collapsed
32968
32969 \begin_layout Plain Layout
32970 \align center
32971 This box text is top-aligned.
32972 \end_layout
32973
32974 \end_inset
32975
32976  This is an example text line.
32977 \end_layout
32978
32979 \begin_layout Description
32980 middle This is an example text line.
32981  
32982 \begin_inset Box Boxed
32983 position "c"
32984 hor_pos "c"
32985 has_inner_box 1
32986 inner_pos "c"
32987 use_parbox 0
32988 use_makebox 0
32989 width "12col%"
32990 special "none"
32991 height "1.5in"
32992 height_special "totalheight"
32993 thickness "0.4pt"
32994 separation "3pt"
32995 shadowsize "4pt"
32996 framecolor "black"
32997 backgroundcolor "none"
32998 status collapsed
32999
33000 \begin_layout Plain Layout
33001 \align center
33002 This box text is middle-aligned.
33003 \end_layout
33004
33005 \end_inset
33006
33007  This is an example text line.
33008 \end_layout
33009
33010 \begin_layout Description
33011 bottom This is an example text line.
33012  
33013 \begin_inset Box Boxed
33014 position "c"
33015 hor_pos "c"
33016 has_inner_box 1
33017 inner_pos "b"
33018 use_parbox 0
33019 use_makebox 0
33020 width "12col%"
33021 special "none"
33022 height "1.5in"
33023 height_special "totalheight"
33024 thickness "0.4pt"
33025 separation "3pt"
33026 shadowsize "4pt"
33027 framecolor "black"
33028 backgroundcolor "none"
33029 status collapsed
33030
33031 \begin_layout Plain Layout
33032 \align center
33033 This box text is bottom-aligned.
33034 \end_layout
33035
33036 \end_inset
33037
33038  This is an example text line.
33039 \end_layout
33040
33041 \begin_layout Description
33042 stretch This is an example text line.
33043  
33044 \begin_inset Box Boxed
33045 position "c"
33046 hor_pos "c"
33047 has_inner_box 1
33048 inner_pos "s"
33049 use_parbox 0
33050 use_makebox 0
33051 width "12col%"
33052 special "none"
33053 height "1.5in"
33054 height_special "totalheight"
33055 thickness "0.4pt"
33056 separation "3pt"
33057 shadowsize "4pt"
33058 framecolor "black"
33059 backgroundcolor "none"
33060 status collapsed
33061
33062 \begin_layout Plain Layout
33063 \align center
33064 This box
33065 \end_layout
33066
33067 \begin_layout Plain Layout
33068 \align center
33069 text is
33070 \end_layout
33071
33072 \begin_layout Plain Layout
33073 \align center
33074 stretched.
33075 \end_layout
33076
33077 \end_inset
33078
33079  This is an example text line.
33080 \end_layout
33081
33082 \begin_layout Standard
33083 To stretch the box content, it must consist of more than one paragraph.
33084  In the example above every text line is in an own paragraph.
33085 \end_layout
33086
33087 \begin_layout Standard
33088 \begin_inset VSpace bigskip
33089 \end_inset
33090
33091 To align the box content horizontally you can use \SpecialChar LyX
33092 's paragraph dialog when
33093  you have chosen an 
33094 \family sans
33095 Inner
33096 \begin_inset space ~
33097 \end_inset
33098
33099 Box
33100 \family default
33101 .
33102 \end_layout
33103
33104 \begin_layout Standard
33105 \align center
33106 \begin_inset Box Boxed
33107 position "c"
33108 hor_pos "c"
33109 has_inner_box 1
33110 inner_pos "s"
33111 use_parbox 0
33112 use_makebox 0
33113 width "15col%"
33114 special "none"
33115 height "1.25in"
33116 height_special "totalheight"
33117 thickness "0.4pt"
33118 separation "3pt"
33119 shadowsize "4pt"
33120 framecolor "black"
33121 backgroundcolor "none"
33122 status collapsed
33123
33124 \begin_layout Plain Layout
33125 \align left
33126 This box
33127 \end_layout
33128
33129 \begin_layout Plain Layout
33130 \align center
33131 text is
33132 \end_layout
33133
33134 \begin_layout Plain Layout
33135 \align right
33136 stretched.
33137 \end_layout
33138
33139 \end_inset
33140
33141
33142 \end_layout
33143
33144 \begin_layout Standard
33145 If you have not set an 
33146 \family sans
33147 Inner
33148 \begin_inset space ~
33149 \end_inset
33150
33151 Box
33152 \family default
33153 , you can align the box content horizontally in the box dialog.
33154 \begin_inset Separator latexpar
33155 \end_inset
33156
33157
33158 \end_layout
33159
33160 \begin_layout Standard
33161 \align center
33162 \begin_inset Box Boxed
33163 position "c"
33164 hor_pos "s"
33165 has_inner_box 0
33166 inner_pos "s"
33167 use_parbox 0
33168 use_makebox 0
33169 width "90col%"
33170 special "none"
33171 height "1.25in"
33172 height_special "totalheight"
33173 thickness "0.4pt"
33174 separation "3pt"
33175 shadowsize "4pt"
33176 framecolor "black"
33177 backgroundcolor "none"
33178 status collapsed
33179
33180 \begin_layout Plain Layout
33181 This box text is horizontally stretched.
33182 \end_layout
33183
33184 \end_inset
33185
33186
33187 \end_layout
33188
33189 \begin_layout Subsection
33190 Decoration
33191 \begin_inset CommandInset label
33192 LatexCommand label
33193 name "sec:Decoration"
33194
33195 \end_inset
33196
33197
33198 \begin_inset Index idx
33199 status collapsed
33200
33201 \begin_layout Plain Layout
33202 Boxes ! Decoration
33203 \end_layout
33204
33205 \end_inset
33206
33207
33208 \end_layout
33209
33210 \begin_layout Standard
33211 The type of the box can be specified in the box dialog in the drop-down
33212  list 
33213 \family sans
33214 Decoration
33215 \family default
33216 .
33217  The following types are possible:
33218 \end_layout
33219
33220 \begin_layout Description
33221 No
33222 \begin_inset space ~
33223 \end_inset
33224
33225 frame Nothing is drawn.
33226 \end_layout
33227
33228 \begin_layout Description
33229 Simple
33230 \begin_inset space ~
33231 \end_inset
33232
33233 rectangular
33234 \begin_inset space ~
33235 \end_inset
33236
33237 frame This draws a rectangular frame around the box.
33238  The frame line thickness can be specified.
33239  
33240 \begin_inset Box Boxed
33241 position "c"
33242 hor_pos "c"
33243 has_inner_box 1
33244 inner_pos "c"
33245 use_parbox 0
33246 use_makebox 0
33247 width "20col%"
33248 special "none"
33249 height "1in"
33250 height_special "totalheight"
33251 thickness "0.4pt"
33252 separation "3pt"
33253 shadowsize "4pt"
33254 framecolor "black"
33255 backgroundcolor "none"
33256 status collapsed
33257
33258 \begin_layout Plain Layout
33259 \align center
33260 Rectangular box
33261 \end_layout
33262
33263 \end_inset
33264
33265
33266 \end_layout
33267
33268 \begin_layout Description
33269 Oval
33270 \begin_inset space ~
33271 \end_inset
33272
33273 box,
33274 \begin_inset space ~
33275 \end_inset
33276
33277 thin This draws an oval frame around the box.
33278  The frame line thickness has the size 0.4
33279 \begin_inset space \thinspace{}
33280 \end_inset
33281
33282 pt.
33283  
33284 \begin_inset Box ovalbox
33285 position "c"
33286 hor_pos "c"
33287 has_inner_box 1
33288 inner_pos "c"
33289 use_parbox 0
33290 use_makebox 0
33291 width "20col%"
33292 special "none"
33293 height "1in"
33294 height_special "totalheight"
33295 thickness "0.4pt"
33296 separation "3pt"
33297 shadowsize "4pt"
33298 framecolor "black"
33299 backgroundcolor "none"
33300 status collapsed
33301
33302 \begin_layout Plain Layout
33303 \align center
33304 Oval box, thin
33305 \end_layout
33306
33307 \end_inset
33308
33309
33310 \end_layout
33311
33312 \begin_layout Description
33313 Oval
33314 \begin_inset space ~
33315 \end_inset
33316
33317 box,
33318 \begin_inset space ~
33319 \end_inset
33320
33321 thick This draws an oval frame around the box.
33322  The frame line thickness has the size 0.8
33323 \begin_inset space \thinspace{}
33324 \end_inset
33325
33326 pt.
33327  
33328 \begin_inset Box Ovalbox
33329 position "c"
33330 hor_pos "c"
33331 has_inner_box 1
33332 inner_pos "c"
33333 use_parbox 0
33334 use_makebox 0
33335 width "20col%"
33336 special "none"
33337 height "1in"
33338 height_special "totalheight"
33339 thickness "0.4pt"
33340 separation "3pt"
33341 shadowsize "4pt"
33342 framecolor "black"
33343 backgroundcolor "none"
33344 status collapsed
33345
33346 \begin_layout Plain Layout
33347 \align center
33348 Oval box, thick
33349 \end_layout
33350
33351 \end_inset
33352
33353
33354 \end_layout
33355
33356 \begin_layout Description
33357 Drop
33358 \begin_inset space ~
33359 \end_inset
33360
33361 shadow This draws a rectangular frame with a shadow around the box.
33362  The frame line thickness and the shadow can be specified.
33363  
33364 \begin_inset Box Shadowbox
33365 position "c"
33366 hor_pos "c"
33367 has_inner_box 1
33368 inner_pos "c"
33369 use_parbox 0
33370 use_makebox 0
33371 width "20col%"
33372 special "none"
33373 height "1in"
33374 height_special "totalheight"
33375 thickness "0.4pt"
33376 separation "3pt"
33377 shadowsize "4pt"
33378 framecolor "black"
33379 backgroundcolor "none"
33380 status collapsed
33381
33382 \begin_layout Plain Layout
33383 \align center
33384 Shadow box
33385 \end_layout
33386
33387 \end_inset
33388
33389
33390 \end_layout
33391
33392 \begin_layout Description
33393 Shaded
33394 \begin_inset space ~
33395 \end_inset
33396
33397 background This draws a box with a red background.
33398  Unlike colored boxes
33399 \begin_inset Foot
33400 status collapsed
33401
33402 \begin_layout Plain Layout
33403 see sec.
33404 \begin_inset space \thinspace{}
33405 \end_inset
33406
33407
33408 \begin_inset CommandInset ref
33409 LatexCommand ref
33410 reference "sec:Colored-Boxes"
33411
33412 \end_inset
33413
33414
33415 \end_layout
33416
33417 \end_inset
33418
33419 , it always uses the whole column width and the box is set as its own paragraph.
33420  
33421 \begin_inset Box Shaded
33422 position "t"
33423 hor_pos "c"
33424 has_inner_box 0
33425 inner_pos "t"
33426 use_parbox 0
33427 use_makebox 0
33428 width "50col%"
33429 special "none"
33430 height "1in"
33431 height_special "totalheight"
33432 thickness "0.4pt"
33433 separation "3pt"
33434 shadowsize "4pt"
33435 framecolor "black"
33436 backgroundcolor "none"
33437 status collapsed
33438
33439 \begin_layout Plain Layout
33440 Shaded background box
33441 \end_layout
33442
33443 \end_inset
33444
33445
33446 \end_layout
33447
33448 \begin_layout Description
33449 Double
33450 \begin_inset space ~
33451 \end_inset
33452
33453 rectangular
33454 \begin_inset space ~
33455 \end_inset
33456
33457 frame This draws a double-line rectangular frame around the box.
33458  The line thickness of the inner frame is 0.75
33459 \begin_inset space \thinspace{}
33460 \end_inset
33461
33462 line
33463 \begin_inset space ~
33464 \end_inset
33465
33466 thickness, the thickness of the outer frame is 1.5
33467 \begin_inset space \thinspace{}
33468 \end_inset
33469
33470 line
33471 \begin_inset space ~
33472 \end_inset
33473
33474 thickness.
33475  The distance between the lines is 1.5
33476 \begin_inset space \thinspace{}
33477 \end_inset
33478
33479 line
33480 \begin_inset space ~
33481 \end_inset
33482
33483 thickness
33484 \begin_inset space \thinspace{}
33485 \end_inset
33486
33487 +
33488 \begin_inset space \thinspace{}
33489 \end_inset
33490
33491 0.5
33492 \begin_inset space \thinspace{}
33493 \end_inset
33494
33495 pt.
33496  
33497 \begin_inset Box Doublebox
33498 position "c"
33499 hor_pos "c"
33500 has_inner_box 1
33501 inner_pos "c"
33502 use_parbox 0
33503 use_makebox 0
33504 width "20col%"
33505 special "none"
33506 height "1in"
33507 height_special "totalheight"
33508 thickness "0.4pt"
33509 separation "3pt"
33510 shadowsize "4pt"
33511 framecolor "black"
33512 backgroundcolor "none"
33513 status collapsed
33514
33515 \begin_layout Plain Layout
33516 \align center
33517 Double rectangular box
33518 \end_layout
33519
33520 \end_inset
33521
33522
33523 \end_layout
33524
33525 \begin_layout Standard
33526 \begin_inset VSpace bigskip
33527 \end_inset
33528
33529 \SpecialChar LyX
33530 's box label will reflect the different frame types.
33531  To be able to use all types, the \SpecialChar LaTeX
33532 -package 
33533 \series bold
33534 fancybox
33535 \series default
33536
33537 \begin_inset Index idx
33538 status collapsed
33539
33540 \begin_layout Plain Layout
33541 \SpecialChar LaTeX
33542 -packages ! fancybox
33543 \end_layout
33544
33545 \end_inset
33546
33547  must be installed.
33548 \end_layout
33549
33550 \begin_layout Standard
33551 \begin_inset VSpace bigskip
33552 \end_inset
33553
33554 When you use the decoration 
33555 \family sans
33556 simple rectangular frame
33557 \family default
33558  and no inner box, you can allow page breaks within a box.
33559  Note that then, unlike other framed boxes, the frame always uses the whole
33560  column width and the box is set as its own paragraph: 
33561 \begin_inset Box Framed
33562 position "t"
33563 hor_pos "c"
33564 has_inner_box 0
33565 inner_pos "t"
33566 use_parbox 0
33567 use_makebox 0
33568 width "100col%"
33569 special "none"
33570 height "1in"
33571 height_special "totalheight"
33572 thickness "0.4pt"
33573 separation "3pt"
33574 shadowsize "4pt"
33575 framecolor "black"
33576 backgroundcolor "none"
33577 status collapsed
33578
33579 \begin_layout Plain Layout
33580 Allow page break box
33581 \end_layout
33582
33583 \end_inset
33584
33585
33586 \end_layout
33587
33588 \begin_layout Section
33589 Box Customization
33590 \begin_inset Index idx
33591 status collapsed
33592
33593 \begin_layout Plain Layout
33594 Boxes ! Customization
33595 \end_layout
33596
33597 \end_inset
33598
33599
33600 \end_layout
33601
33602 \begin_layout Standard
33603 The diameter of the round corners of the oval boxes can be set with the
33604  command 
33605 \series bold
33606
33607 \backslash
33608 cornersize
33609 \series default
33610 .
33611  The command
33612 \end_layout
33613
33614 \begin_layout Standard
33615
33616 \series bold
33617
33618 \backslash
33619 cornersize*{1cm}
33620 \end_layout
33621
33622 \begin_layout Standard
33623 sets the diameter to 1
33624 \begin_inset space \thinspace{}
33625 \end_inset
33626
33627 cm.
33628  The command
33629 \end_layout
33630
33631 \begin_layout Standard
33632
33633 \series bold
33634
33635 \backslash
33636 cornersize{num}
33637 \end_layout
33638
33639 \begin_layout Standard
33640 sets the diameter to 
33641 \family sans
33642 num
33643 \begin_inset space \thinspace{}
33644 \end_inset
33645
33646 ×
33647 \begin_inset space \thinspace{}
33648 \end_inset
33649
33650 minimum(width and height of box)
33651 \family default
33652 .
33653  The default is 
33654 \series bold
33655
33656 \backslash
33657 cornersize{0.5}
33658 \series default
33659 .
33660 \end_layout
33661
33662 \begin_layout Standard
33663 \begin_inset ERT
33664 status collapsed
33665
33666 \begin_layout Plain Layout
33667
33668
33669 \backslash
33670 cornersize*{1.5cm}
33671 \end_layout
33672
33673 \end_inset
33674
33675
33676 \begin_inset Box Ovalbox
33677 position "c"
33678 hor_pos "c"
33679 has_inner_box 1
33680 inner_pos "c"
33681 use_parbox 0
33682 use_makebox 0
33683 width "25col%"
33684 special "none"
33685 height "1in"
33686 height_special "totalheight"
33687 thickness "0.4pt"
33688 separation "3pt"
33689 shadowsize "4pt"
33690 framecolor "black"
33691 backgroundcolor "none"
33692 status open
33693
33694 \begin_layout Plain Layout
33695 \align center
33696 Oval box with 
33697 \series bold
33698
33699 \backslash
33700 cornersize
33701 \series default
33702
33703 \begin_inset space \thinspace{}
33704 \end_inset
33705
33706 =
33707 \begin_inset space \thinspace{}
33708 \end_inset
33709
33710 1.5
33711 \begin_inset space \thinspace{}
33712 \end_inset
33713
33714 cm
33715 \end_layout
33716
33717 \end_inset
33718
33719
33720 \begin_inset ERT
33721 status collapsed
33722
33723 \begin_layout Plain Layout
33724
33725
33726 \backslash
33727 cornersize{0.5}
33728 \end_layout
33729
33730 \end_inset
33731
33732
33733 \end_layout
33734
33735 \begin_layout Standard
33736 \begin_inset VSpace bigskip
33737 \end_inset
33738
33739
33740 \end_layout
33741
33742 \begin_layout Standard
33743 The default background color red of 
33744 \family sans
33745 shaded background
33746 \family default
33747  boxes can either be changed locally with the command 
33748 \series bold
33749
33750 \backslash
33751 definecolor{shadecolor}
33752 \series default
33753  or globally with the menu 
33754 \family sans
33755 Tools\SpecialChar menuseparator
33756 Preferences\SpecialChar menuseparator
33757 Colors\SpecialChar menuseparator
33758 shaded
33759 \begin_inset space ~
33760 \end_inset
33761
33762 box
33763 \family default
33764 .
33765  The scheme of the 
33766 \series bold
33767
33768 \backslash
33769 definecolor
33770 \series default
33771  command is explained in section
33772 \begin_inset space ~
33773 \end_inset
33774
33775
33776 \begin_inset CommandInset ref
33777 LatexCommand ref
33778 reference "sec:Colored-Tables"
33779
33780 \end_inset
33781
33782 .
33783 \begin_inset Foot
33784 status collapsed
33785
33786 \begin_layout Plain Layout
33787 Note that 
33788 \series bold
33789
33790 \backslash
33791 definecolor
33792 \series default
33793  requires the \SpecialChar LaTeX
33794 -package 
33795 \series bold
33796 color
33797 \series default
33798  in the preamble, see section
33799 \begin_inset space ~
33800 \end_inset
33801
33802
33803 \begin_inset CommandInset ref
33804 LatexCommand ref
33805 reference "sec:Colored-Boxes"
33806
33807 \end_inset
33808
33809 .
33810 \end_layout
33811
33812 \end_inset
33813
33814  For example the appearance of the following shaded background box is set
33815  with the \SpecialChar TeX
33816  Code command
33817 \end_layout
33818
33819 \begin_layout Standard
33820
33821 \series bold
33822
33823 \backslash
33824 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33825 \end_layout
33826
33827 \begin_layout Standard
33828 \begin_inset ERT
33829 status collapsed
33830
33831 \begin_layout Plain Layout
33832
33833
33834 \backslash
33835 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33836 \end_layout
33837
33838 \end_inset
33839
33840
33841 \begin_inset Box Shaded
33842 position "t"
33843 hor_pos "c"
33844 has_inner_box 0
33845 inner_pos "t"
33846 use_parbox 0
33847 use_makebox 0
33848 width "100col%"
33849 special "none"
33850 height "1in"
33851 height_special "totalheight"
33852 thickness "0.4pt"
33853 separation "3pt"
33854 shadowsize "4pt"
33855 framecolor "black"
33856 backgroundcolor "none"
33857 status open
33858
33859 \begin_layout Plain Layout
33860
33861 \color yellow
33862 This is yellow text in a
33863 \color none
33864  
33865 \family sans
33866 \color yellow
33867 shaded background
33868 \family default
33869 \color none
33870  
33871 \color yellow
33872 box with dark green background.
33873 \end_layout
33874
33875 \end_inset
33876
33877
33878 \begin_inset ERT
33879 status collapsed
33880
33881 \begin_layout Plain Layout
33882
33883
33884 \backslash
33885 definecolor{shadecolor}{rgb}{1,0,0}
33886 \end_layout
33887
33888 \end_inset
33889
33890
33891 \end_layout
33892
33893 \begin_layout Standard
33894 \begin_inset VSpace bigskip
33895 \end_inset
33896
33897 Manually changed sizes and colors are valid for all boxes following the
33898  commands that change them.
33899 \end_layout
33900
33901 \begin_layout Section
33902 Minipages
33903 \begin_inset CommandInset label
33904 LatexCommand label
33905 name "sec:Minipages"
33906
33907 \end_inset
33908
33909
33910 \begin_inset Index idx
33911 status collapsed
33912
33913 \begin_layout Plain Layout
33914 Boxes ! Minipages
33915 \end_layout
33916
33917 \end_inset
33918
33919
33920 \end_layout
33921
33922 \begin_layout Standard
33923 Minipages are treated by \SpecialChar LaTeX
33924  as pages within pages and can therefore for example
33925  have their own footnotes.
33926 \end_layout
33927
33928 \begin_layout Standard
33929 Minipages are useful when you write documents with different languages.
33930 \end_layout
33931
33932 \begin_layout Standard
33933 Below are two example minipages side by side.
33934  Their width is set to 45
33935 \begin_inset space \thinspace{}
33936 \end_inset
33937
33938 col% and they are separated by a horizontal fill, that was inserted via
33939  the menu 
33940 \family sans
33941 Insert\SpecialChar menuseparator
33942 Special
33943 \begin_inset space ~
33944 \end_inset
33945
33946 Formatting\SpecialChar menuseparator
33947 Horizontal
33948 \begin_inset space ~
33949 \end_inset
33950
33951 Fill
33952 \family default
33953 .
33954 \begin_inset Newpage newpage
33955 \end_inset
33956
33957
33958 \end_layout
33959
33960 \begin_layout Standard
33961 \begin_inset Box Frameless
33962 position "t"
33963 hor_pos "c"
33964 has_inner_box 1
33965 inner_pos "c"
33966 use_parbox 0
33967 use_makebox 0
33968 width "45col%"
33969 special "none"
33970 height "1in"
33971 height_special "totalheight"
33972 thickness "0.4pt"
33973 separation "3pt"
33974 shadowsize "4pt"
33975 framecolor "black"
33976 backgroundcolor "none"
33977 status open
33978
33979 \begin_layout Plain Layout
33980
33981 \lang ngerman
33982 Dies ist ein deutscher Text.
33983  Dies ist ein deutscher Text.
33984  Dies ist ein deutscher Text.
33985  Dies ist ein deutscher Text.
33986  Dies ist ein deutscher Text.
33987  Dies ist ein deutscher Text.
33988  Dies ist ein deutscher Text.
33989  Dies ist ein deutscher Text.
33990  Dies ist ein deutscher Text.
33991  Dies ist ein deutscher Text.
33992  Dies ist ein deutscher Text.
33993  Dies ist ein deutscher Text.
33994  Dies ist ein deutscher Text
33995 \begin_inset Foot
33996 status collapsed
33997
33998 \begin_layout Plain Layout
33999
34000 \lang ngerman
34001 Dies ist eine deutsche Fußnote.
34002 \end_layout
34003
34004 \end_inset
34005
34006 .
34007  Dies ist ein deutscher Text.
34008  Dies ist ein deutscher Text.
34009 \end_layout
34010
34011 \end_inset
34012
34013
34014 \begin_inset space \hfill{}
34015 \end_inset
34016
34017
34018 \begin_inset Box Frameless
34019 position "t"
34020 hor_pos "c"
34021 has_inner_box 1
34022 inner_pos "c"
34023 use_parbox 0
34024 use_makebox 0
34025 width "45col%"
34026 special "none"
34027 height "1in"
34028 height_special "totalheight"
34029 thickness "0.4pt"
34030 separation "3pt"
34031 shadowsize "4pt"
34032 framecolor "black"
34033 backgroundcolor "none"
34034 status open
34035
34036 \begin_layout Plain Layout
34037 This is an English Text.
34038  This is an English Text.
34039  This is an English Text.
34040  This is an English Text.
34041  This is an English Text.
34042  This is an English Text.
34043  This is an English Text.
34044  This is an English Text.
34045  This is an English Text.
34046  This is an English Text.
34047  This is an English Text.
34048  This is an English Text.
34049  This is an English Text.
34050  This is an English Text.
34051  This is an English Text.
34052  This is an English Text.
34053 \begin_inset Foot
34054 status collapsed
34055
34056 \begin_layout Plain Layout
34057 This is an English footnote.
34058 \end_layout
34059
34060 \end_inset
34061
34062  This is an English Text.
34063 \end_layout
34064
34065 \end_inset
34066
34067
34068 \end_layout
34069
34070 \begin_layout Standard
34071 \begin_inset VSpace bigskip
34072 \end_inset
34073
34074 The document-wide paragraph settings are ignored within minipages.
34075  That means that there will be no space between paragraphs in minipages
34076  although you set it to e.
34077 \begin_inset space \thinspace{}
34078 \end_inset
34079
34080 g.
34081 \begin_inset space \space{}
34082 \end_inset
34083
34084
34085 \family sans
34086 MedSkip
34087 \family default
34088  in the document settings.
34089 \end_layout
34090
34091 \begin_layout Standard
34092 Minipages can also be used to set a background color for text parts, see
34093  section
34094 \begin_inset space ~
34095 \end_inset
34096
34097
34098 \begin_inset CommandInset ref
34099 LatexCommand ref
34100 reference "sec:Colored-Boxes"
34101
34102 \end_inset
34103
34104 .
34105 \end_layout
34106
34107 \begin_layout Standard
34108 \begin_inset Note Greyedout
34109 status open
34110
34111 \begin_layout Plain Layout
34112
34113 \series bold
34114 Note:
34115 \series default
34116  You cannot have floats or margin notes inside minipages but minipages can
34117  be used inside tables, floats, and other boxes.
34118 \end_layout
34119
34120 \end_inset
34121
34122
34123 \end_layout
34124
34125 \begin_layout Standard
34126 \begin_inset VSpace bigskip
34127 \end_inset
34128
34129
34130 \end_layout
34131
34132 \begin_layout Standard
34133 \SpecialChar LyX
34134  has also basic support for minipages whose size is automatically determined
34135  by the width of their contents, via the module 
34136 \family sans
34137 Variable-width Minipages
34138 \family default
34139 .
34140  The \SpecialChar LyX
34141  example file 
34142 \emph on
34143 varwidth-floats-side-by-side
34144 \emph default
34145  gives examples of variable-width minipages used for placing two floats
34146  side-by-side.
34147 \end_layout
34148
34149 \begin_layout Section
34150 Parboxes
34151 \begin_inset CommandInset label
34152 LatexCommand label
34153 name "sec:Parboxes"
34154
34155 \end_inset
34156
34157
34158 \begin_inset Index idx
34159 status collapsed
34160
34161 \begin_layout Plain Layout
34162 Boxes ! Parboxes
34163 \end_layout
34164
34165 \end_inset
34166
34167
34168 \end_layout
34169
34170 \begin_layout Standard
34171 Parboxes are very similar to minipages with the difference that they cannot
34172  have footnotes.
34173 \begin_inset Separator latexpar
34174 \end_inset
34175
34176
34177 \end_layout
34178
34179 \begin_layout Standard
34180 \align center
34181 \begin_inset Box Frameless
34182 position "t"
34183 hor_pos "c"
34184 has_inner_box 1
34185 inner_pos "t"
34186 use_parbox 1
34187 use_makebox 0
34188 width "33col%"
34189 special "none"
34190 height "1in"
34191 height_special "totalheight"
34192 thickness "0.4pt"
34193 separation "3pt"
34194 shadowsize "4pt"
34195 framecolor "black"
34196 backgroundcolor "none"
34197 status open
34198
34199 \begin_layout Plain Layout
34200 This a text within a parbox.
34201  This a text within a parbox.
34202 \end_layout
34203
34204 \begin_layout Plain Layout
34205 This footnote won't appear:
34206 \begin_inset Foot
34207 status collapsed
34208
34209 \begin_layout Plain Layout
34210 This footnote is inside a parbox and will therefore not appear.
34211 \end_layout
34212
34213 \end_inset
34214
34215
34216 \end_layout
34217
34218 \end_inset
34219
34220
34221 \end_layout
34222
34223 \begin_layout Section
34224 Boxes for Words and Characters
34225 \begin_inset Index idx
34226 status collapsed
34227
34228 \begin_layout Plain Layout
34229 Boxes ! for Characters
34230 \end_layout
34231
34232 \end_inset
34233
34234
34235 \end_layout
34236
34237 \begin_layout Subsection
34238 Prevent Hyphenation
34239 \begin_inset CommandInset label
34240 LatexCommand label
34241 name "sec:Prevent-Hyphenation"
34242
34243 \end_inset
34244
34245
34246 \begin_inset Index idx
34247 status collapsed
34248
34249 \begin_layout Plain Layout
34250 Boxes ! to Prevent Hyphenation
34251 \end_layout
34252
34253 \end_inset
34254
34255
34256 \end_layout
34257
34258 \begin_layout Standard
34259 You can use the box type 
34260 \family sans
34261 Makebox
34262 \family default
34263  to prevent words or text from being hyphenated.
34264 \begin_inset Newline newline
34265 \end_inset
34266
34267 Here is an example text:
34268 \end_layout
34269
34270 \begin_layout Standard
34271 This line is an example to show how you can prevent the hyphenation of 
34272 \begin_inset Quotes eld
34273 \end_inset
34274
34275 veryverylongword
34276 \begin_inset Quotes erd
34277 \end_inset
34278
34279 .
34280 \end_layout
34281
34282 \begin_layout Standard
34283 To prevent the hyphenation of the word 
34284 \begin_inset Quotes eld
34285 \end_inset
34286
34287 veryverylongword
34288 \begin_inset Quotes erd
34289 \end_inset
34290
34291 , put the word into a box, set the 
34292 \family sans
34293 Inner
34294 \begin_inset space ~
34295 \end_inset
34296
34297 box
34298 \family default
34299  to 
34300 \family sans
34301 Makebox
34302 \family default
34303  and use no explicit width.
34304 \end_layout
34305
34306 \begin_layout Standard
34307 This is the result:
34308 \end_layout
34309
34310 \begin_layout Standard
34311 This line is an example to show how you can prevent the hyphenation of 
34312 \begin_inset Box Frameless
34313 position "t"
34314 hor_pos "c"
34315 has_inner_box 1
34316 inner_pos "t"
34317 use_parbox 0
34318 use_makebox 1
34319 width ""
34320 special "none"
34321 height "1in"
34322 height_special "totalheight"
34323 thickness "0.4pt"
34324 separation "3pt"
34325 shadowsize "4pt"
34326 framecolor "black"
34327 backgroundcolor "none"
34328 status open
34329
34330 \begin_layout Plain Layout
34331 \begin_inset Quotes eld
34332 \end_inset
34333
34334 veryverylongword
34335 \begin_inset Quotes erd
34336 \end_inset
34337
34338
34339 \end_layout
34340
34341 \end_inset
34342
34343 .
34344 \end_layout
34345
34346 \begin_layout Standard
34347 You can alternatively set the command 
34348 \begin_inset Quotes eld
34349 \end_inset
34350
34351
34352 \series bold
34353
34354 \backslash
34355 -
34356 \series default
34357
34358 \begin_inset Quotes grd
34359 \end_inset
34360
34361  as \SpecialChar TeX
34362  Code directly before the word:
34363 \end_layout
34364
34365 \begin_layout Standard
34366 This line is an example to show how you can prevent the hyphenation of 
34367 \begin_inset Quotes eld
34368 \end_inset
34369
34370
34371 \begin_inset ERT
34372 status collapsed
34373
34374 \begin_layout Plain Layout
34375
34376
34377 \backslash
34378 -
34379 \end_layout
34380
34381 \end_inset
34382
34383 veryverylongword
34384 \begin_inset Quotes erd
34385 \end_inset
34386
34387 .
34388 \end_layout
34389
34390 \begin_layout Standard
34391 Of course the word now protrudes over the side margin.
34392  To avoid this, add via the menu 
34393 \family sans
34394 Insert\SpecialChar menuseparator
34395 Formatting\SpecialChar menuseparator
34396 Ragged
34397 \begin_inset space ~
34398 \end_inset
34399
34400 Line
34401 \begin_inset space ~
34402 \end_inset
34403
34404 Break
34405 \family default
34406  (shortcut 
34407 \begin_inset Info
34408 type  "shortcut"
34409 arg   "newline-insert newline"
34410 \end_inset
34411
34412 ) a line break before the word:
34413 \end_layout
34414
34415 \begin_layout Standard
34416 This line is an example to show how you can prevent the hyphenation of 
34417 \begin_inset Newline newline
34418 \end_inset
34419
34420
34421 \begin_inset Box Frameless
34422 position "t"
34423 hor_pos "c"
34424 has_inner_box 1
34425 inner_pos "t"
34426 use_parbox 0
34427 use_makebox 1
34428 width ""
34429 special "none"
34430 height "1in"
34431 height_special "totalheight"
34432 thickness "0.4pt"
34433 separation "3pt"
34434 shadowsize "4pt"
34435 framecolor "black"
34436 backgroundcolor "none"
34437 status open
34438
34439 \begin_layout Plain Layout
34440 \begin_inset Quotes eld
34441 \end_inset
34442
34443 veryverylongword
34444 \begin_inset Quotes erd
34445 \end_inset
34446
34447
34448 \end_layout
34449
34450 \end_inset
34451
34452 .
34453 \end_layout
34454
34455 \begin_layout Subsection
34456 Vertical Alignment
34457 \begin_inset CommandInset label
34458 LatexCommand label
34459 name "subsec:Vertical-Alignment"
34460
34461 \end_inset
34462
34463
34464 \begin_inset Index idx
34465 status collapsed
34466
34467 \begin_layout Plain Layout
34468 Boxes ! for Vertical Alignment
34469 \end_layout
34470
34471 \end_inset
34472
34473
34474 \begin_inset Index idx
34475 status collapsed
34476
34477 \begin_layout Plain Layout
34478 Boxes ! Raiseboxes
34479 \end_layout
34480
34481 \end_inset
34482
34483
34484 \end_layout
34485
34486 \begin_layout Standard
34487 With the help of the command 
34488 \series bold
34489
34490 \backslash
34491 raisebox
34492 \series default
34493  you can align words, characters or other boxes vertically relative to the
34494  surrounding text.
34495  
34496 \series bold
34497
34498 \backslash
34499 raisebox
34500 \series default
34501  is used with the following scheme:
34502 \end_layout
34503
34504 \begin_layout Standard
34505
34506 \series bold
34507
34508 \backslash
34509 raisebox{lift}[height][depth]{box content}
34510 \end_layout
34511
34512 \begin_layout Standard
34513 The lift can be a positive value to raise the box or a negative value to
34514  lower the box.
34515 \end_layout
34516
34517 \begin_layout Standard
34518 To align for example the word 
34519 \begin_inset Quotes eld
34520 \end_inset
34521
34522 preventing
34523 \begin_inset Quotes erd
34524 \end_inset
34525
34526  so that the bottom of the 
34527 \begin_inset Quotes eld
34528 \end_inset
34529
34530 deepest
34531 \begin_inset Quotes erd
34532 \end_inset
34533
34534  character 
34535 \begin_inset Quotes eld
34536 \end_inset
34537
34538 p
34539 \begin_inset Quotes erd
34540 \end_inset
34541
34542  is at the baseline, insert the command
34543 \end_layout
34544
34545 \begin_layout Standard
34546
34547 \series bold
34548
34549 \backslash
34550 raisebox{
34551 \backslash
34552 depth}{
34553 \end_layout
34554
34555 \begin_layout Standard
34556 in \SpecialChar TeX
34557  Code before the word.
34558  After the word insert a closing brace 
34559 \begin_inset Quotes eld
34560 \end_inset
34561
34562
34563 \series bold
34564 }
34565 \series default
34566
34567 \begin_inset Quotes erd
34568 \end_inset
34569
34570  in \SpecialChar TeX
34571  Code.
34572 \begin_inset Newline newline
34573 \end_inset
34574
34575 This is the result:
34576 \end_layout
34577
34578 \begin_layout Standard
34579 This is a text line with the word 
34580 \begin_inset ERT
34581 status collapsed
34582
34583 \begin_layout Plain Layout
34584
34585
34586 \backslash
34587 raisebox{
34588 \backslash
34589 depth}{
34590 \end_layout
34591
34592 \end_inset
34593
34594
34595 \begin_inset Quotes eld
34596 \end_inset
34597
34598 preventing
34599 \begin_inset Quotes erd
34600 \end_inset
34601
34602
34603 \begin_inset ERT
34604 status collapsed
34605
34606 \begin_layout Plain Layout
34607
34608 }
34609 \end_layout
34610
34611 \end_inset
34612
34613  as a raised word.
34614 \end_layout
34615
34616 \begin_layout Standard
34617 \begin_inset VSpace bigskip
34618 \end_inset
34619
34620 When you raise or lower characters in a line, the line distance will be
34621  spread:
34622 \end_layout
34623
34624 \begin_layout Standard
34625 This is a text line with the word 
34626 \begin_inset ERT
34627 status collapsed
34628
34629 \begin_layout Plain Layout
34630
34631
34632 \backslash
34633 raisebox{-
34634 \backslash
34635 depth}{
34636 \end_layout
34637
34638 \end_inset
34639
34640
34641 \begin_inset Quotes eld
34642 \end_inset
34643
34644 preventing
34645 \begin_inset Quotes erd
34646 \end_inset
34647
34648
34649 \begin_inset ERT
34650 status collapsed
34651
34652 \begin_layout Plain Layout
34653
34654 }
34655 \end_layout
34656
34657 \end_inset
34658
34659  as a lowered word.
34660 \begin_inset Newline newline
34661 \end_inset
34662
34663 This is a text line with the word 
34664 \begin_inset ERT
34665 status collapsed
34666
34667 \begin_layout Plain Layout
34668
34669
34670 \backslash
34671 raisebox{0.5cm}{
34672 \end_layout
34673
34674 \end_inset
34675
34676
34677 \begin_inset Quotes eld
34678 \end_inset
34679
34680 testing
34681 \begin_inset Quotes erd
34682 \end_inset
34683
34684
34685 \begin_inset ERT
34686 status collapsed
34687
34688 \begin_layout Plain Layout
34689
34690 }
34691 \end_layout
34692
34693 \end_inset
34694
34695  as a raised word.
34696 \end_layout
34697
34698 \begin_layout Standard
34699 If you want to prevent this for a certain reason, set the box height to
34700  a zero value.
34701  For example use
34702 \end_layout
34703
34704 \begin_layout Standard
34705
34706 \series bold
34707
34708 \backslash
34709 raisebox{-
34710 \backslash
34711 depth}[0pt]{
34712 \end_layout
34713
34714 \begin_layout Standard
34715 This is a text line with the word 
34716 \begin_inset ERT
34717 status collapsed
34718
34719 \begin_layout Plain Layout
34720
34721
34722 \backslash
34723 raisebox{-
34724 \backslash
34725 depth}[0pt]{
34726 \end_layout
34727
34728 \end_inset
34729
34730
34731 \begin_inset Quotes eld
34732 \end_inset
34733
34734 preventing
34735 \begin_inset Quotes erd
34736 \end_inset
34737
34738
34739 \begin_inset ERT
34740 status collapsed
34741
34742 \begin_layout Plain Layout
34743
34744 }
34745 \end_layout
34746
34747 \end_inset
34748
34749  as a lowered word.
34750 \begin_inset Newline newline
34751 \end_inset
34752
34753
34754 \begin_inset Newline newline
34755 \end_inset
34756
34757 This is a text line with the word 
34758 \begin_inset ERT
34759 status collapsed
34760
34761 \begin_layout Plain Layout
34762
34763
34764 \backslash
34765 raisebox{0.5cm}[0pt]{
34766 \end_layout
34767
34768 \end_inset
34769
34770
34771 \begin_inset Quotes eld
34772 \end_inset
34773
34774 testing
34775 \begin_inset Quotes erd
34776 \end_inset
34777
34778
34779 \begin_inset ERT
34780 status collapsed
34781
34782 \begin_layout Plain Layout
34783
34784 }
34785 \end_layout
34786
34787 \end_inset
34788
34789  as a raised word.
34790 \end_layout
34791
34792 \begin_layout Section
34793 Colored Boxes
34794 \begin_inset CommandInset label
34795 LatexCommand label
34796 name "sec:Colored-Boxes"
34797
34798 \end_inset
34799
34800
34801 \begin_inset Index idx
34802 status collapsed
34803
34804 \begin_layout Plain Layout
34805 Boxes ! Color
34806 \end_layout
34807
34808 \end_inset
34809
34810
34811 \end_layout
34812
34813 \begin_layout Standard
34814 To color the background of a box just select the color you like in the box
34815  dialog.
34816  This is for example a box with orange background: 
34817 \begin_inset Box Frameless
34818 position "t"
34819 hor_pos "c"
34820 has_inner_box 1
34821 inner_pos "t"
34822 use_parbox 0
34823 use_makebox 1
34824 width ""
34825 special "none"
34826 height "1in"
34827 height_special "totalheight"
34828 thickness "0.4pt"
34829 separation "3pt"
34830 shadowsize "4pt"
34831 framecolor "black"
34832 backgroundcolor "orange"
34833 status open
34834
34835 \begin_layout Plain Layout
34836 Box with orange background
34837 \end_layout
34838
34839 \end_inset
34840
34841
34842 \end_layout
34843
34844 \begin_layout Standard
34845 If you use the decoration 
34846 \family sans
34847 Simple
34848 \begin_inset space ~
34849 \end_inset
34850
34851 rectangular
34852 \begin_inset space ~
34853 \end_inset
34854
34855 frame
34856 \family default
34857  you can set a frame color.
34858  In this case you must also specify a background color (LyX sets white as
34859  default).
34860  Here is an example: 
34861 \begin_inset Box Boxed
34862 position "t"
34863 hor_pos "c"
34864 has_inner_box 0
34865 inner_pos "t"
34866 use_parbox 0
34867 use_makebox 0
34868 width ""
34869 special "none"
34870 height "1in"
34871 height_special "totalheight"
34872 thickness "0.4pt"
34873 separation "3pt"
34874 shadowsize "4pt"
34875 framecolor "teal"
34876 backgroundcolor "yellow"
34877 status open
34878
34879 \begin_layout Plain Layout
34880 Box with teal frame color and yellow background color
34881 \end_layout
34882
34883 \end_inset
34884
34885
34886 \end_layout
34887
34888 \begin_layout Standard
34889 \begin_inset VSpace bigskip
34890 \end_inset
34891
34892 Of course you can also have colored text inside a colored box:
34893 \begin_inset Newline newline
34894 \end_inset
34895
34896
34897 \begin_inset Box Boxed
34898 position "t"
34899 hor_pos "c"
34900 has_inner_box 0
34901 inner_pos "t"
34902 use_parbox 0
34903 use_makebox 0
34904 width ""
34905 special "none"
34906 height "1in"
34907 height_special "totalheight"
34908 thickness "0.4pt"
34909 separation "3pt"
34910 shadowsize "4pt"
34911 framecolor "cyan"
34912 backgroundcolor "magenta"
34913 status open
34914
34915 \begin_layout Plain Layout
34916
34917 \color yellow
34918 This is colored text within a colored, framed box
34919 \end_layout
34920
34921 \end_inset
34922
34923
34924 \end_layout
34925
34926 \begin_layout Standard
34927 \begin_inset VSpace bigskip
34928 \end_inset
34929
34930
34931 \end_layout
34932
34933 \begin_layout Standard
34934 If you need another color than the predefined ones, you can define your
34935  own color as described in section
34936 \begin_inset space ~
34937 \end_inset
34938
34939
34940 \begin_inset CommandInset ref
34941 LatexCommand ref
34942 reference "sec:Colored-Tables"
34943
34944 \end_inset
34945
34946 .
34947  To use your own color you must typeset the box by using TeX code:
34948 \end_layout
34949
34950 \begin_layout Standard
34951 Colored boxes without frame are created with the command 
34952 \series bold
34953
34954 \backslash
34955 colorbox
34956 \series default
34957 .
34958  It has the following scheme:
34959 \end_layout
34960
34961 \begin_layout Standard
34962
34963 \series bold
34964
34965 \backslash
34966 colorbox{color}{box content}
34967 \end_layout
34968
34969 \begin_layout Standard
34970 The box content can also be a box and colored boxes can also be within other
34971  boxes.
34972  To have e.
34973 \begin_inset space \thinspace{}
34974 \end_inset
34975
34976 g.
34977 \begin_inset space \space{}
34978 \end_inset
34979
34980 a darkgreen background for a word, insert the command
34981 \end_layout
34982
34983 \begin_layout Standard
34984
34985 \series bold
34986
34987 \backslash
34988 colorbox{darkgreen}{
34989 \end_layout
34990
34991 \begin_layout Standard
34992 before the word in \SpecialChar TeX
34993  Code.
34994  After the word insert a closing brace 
34995 \begin_inset Quotes eld
34996 \end_inset
34997
34998
34999 \series bold
35000 }
35001 \series default
35002
35003 \begin_inset Quotes erd
35004 \end_inset
35005
35006  in \SpecialChar TeX
35007  Code.
35008 \begin_inset Newline newline
35009 \end_inset
35010
35011 This is the result:
35012 \end_layout
35013
35014 \begin_layout Standard
35015 This is a line where the word 
35016 \begin_inset ERT
35017 status collapsed
35018
35019 \begin_layout Plain Layout
35020
35021
35022 \backslash
35023 colorbox{darkgreen}{
35024 \end_layout
35025
35026 \end_inset
35027
35028
35029 \begin_inset Quotes eld
35030 \end_inset
35031
35032 Attention!
35033 \begin_inset Quotes erd
35034 \end_inset
35035
35036
35037 \begin_inset ERT
35038 status collapsed
35039
35040 \begin_layout Plain Layout
35041
35042 }
35043 \end_layout
35044
35045 \end_inset
35046
35047  has a darkgreen background.
35048 \end_layout
35049
35050 \begin_layout Standard
35051 Framed, colored boxes are created with the command 
35052 \series bold
35053
35054 \backslash
35055 fcolorbox
35056 \series default
35057 .
35058  It has the following scheme:
35059 \end_layout
35060
35061 \begin_layout Standard
35062
35063 \series bold
35064
35065 \backslash
35066 fcolorbox{frame color}{box color}{box content}
35067 \end_layout
35068
35069 \begin_layout Section
35070 Rotated and Scaled Boxes
35071 \end_layout
35072
35073 \begin_layout Standard
35074 To use the boxes described in this section, the module 
35075 \family sans
35076 GraphicBoxes
35077 \family default
35078  must be loaded in the document settings.
35079 \end_layout
35080
35081 \begin_layout Standard
35082 \begin_inset Note Greyedout
35083 status open
35084
35085 \begin_layout Plain Layout
35086
35087 \series bold
35088 Note:
35089 \series default
35090  Not all DVI viewers are able to display rotated or scaled material.
35091 \end_layout
35092
35093 \end_inset
35094
35095
35096 \end_layout
35097
35098 \begin_layout Standard
35099 \begin_inset Note Greyedout
35100 status open
35101
35102 \begin_layout Plain Layout
35103
35104 \series bold
35105 Note:
35106 \series default
35107  Floats are not allowed inside a rotated or scaled box.
35108 \end_layout
35109
35110 \end_inset
35111
35112
35113 \end_layout
35114
35115 \begin_layout Subsection
35116 Rotated Boxes
35117 \begin_inset Index idx
35118 status collapsed
35119
35120 \begin_layout Plain Layout
35121 Boxes ! rotated
35122 \end_layout
35123
35124 \end_inset
35125
35126
35127 \begin_inset Index idx
35128 status collapsed
35129
35130 \begin_layout Plain Layout
35131 Rotated Material
35132 \end_layout
35133
35134 \end_inset
35135
35136
35137 \end_layout
35138
35139 \begin_layout Standard
35140 To rotate material, you can put it into a 
35141 \family sans
35142 Rotatebox
35143 \family default
35144 .
35145  Such a box is inserted via the menu 
35146 \family sans
35147 Insert\SpecialChar menuseparator
35148 Custom Insets\SpecialChar menuseparator
35149 Rotatebox
35150 \family default
35151 .
35152 \end_layout
35153
35154 \begin_layout Standard
35155 The rotation origin can be specified via the inset 
35156 \family sans
35157 Origin
35158 \family default
35159  (menu 
35160 \family sans
35161 Insert\SpecialChar menuseparator
35162 Origin
35163 \family default
35164 ) in the form 
35165 \series bold
35166 origin=position
35167 \series default
35168 .
35169  The following positions are possible: 
35170 \emph on
35171 c
35172 \emph default
35173  (center), 
35174 \emph on
35175 l
35176 \emph default
35177  (left), 
35178 \emph on
35179 r
35180 \emph default
35181  (right), 
35182 \emph on
35183 b
35184 \emph default
35185  (bottom), 
35186 \emph on
35187 t
35188 \emph default
35189  (top), along with meaningful combinations of the four base positions.
35190  For example 
35191 \emph on
35192 lt
35193 \emph default
35194  means that the rotation origin is at the top left corner of the box.
35195  When no rotation origin is specified, the position 
35196 \emph on
35197 l
35198 \emph default
35199  will be used.
35200  The rotation angle is a number that can be negative that specifies the
35201  angle in degrees.
35202  The rotation direction is counterclockwise.
35203 \end_layout
35204
35205 \begin_layout Standard
35206 In the following example 
35207 \series bold
35208 origin=c
35209 \series default
35210  was inserted to the 
35211 \family sans
35212 Origin
35213 \family default
35214  inset and 
35215 \series bold
35216 60
35217 \series default
35218  was inserted to the 
35219 \family sans
35220 Angle
35221 \family default
35222  inset.
35223 \end_layout
35224
35225 \begin_layout Standard
35226 This is a line 
35227 \begin_inset Flex Rotatebox
35228 status open
35229
35230 \begin_layout Plain Layout
35231 \begin_inset Argument 1
35232 status open
35233
35234 \begin_layout Plain Layout
35235 origin=c
35236 \end_layout
35237
35238 \end_inset
35239
35240
35241 \begin_inset Argument 2
35242 status open
35243
35244 \begin_layout Plain Layout
35245 60
35246 \end_layout
35247
35248 \end_inset
35249
35250 with rotated
35251 \end_layout
35252
35253 \end_inset
35254
35255  text.
35256 \end_layout
35257
35258 \begin_layout Standard
35259 The box content can also be another box or an inline formula:
35260 \end_layout
35261
35262 \begin_layout Standard
35263 This is a line 
35264 \begin_inset Flex Rotatebox
35265 status open
35266
35267 \begin_layout Plain Layout
35268 \begin_inset Argument 1
35269 status open
35270
35271 \begin_layout Plain Layout
35272 origin=r
35273 \end_layout
35274
35275 \end_inset
35276
35277
35278 \begin_inset Argument 2
35279 status open
35280
35281 \begin_layout Plain Layout
35282 -60
35283 \end_layout
35284
35285 \end_inset
35286
35287
35288 \begin_inset Box Doublebox
35289 position "c"
35290 hor_pos "c"
35291 has_inner_box 0
35292 inner_pos "c"
35293 use_parbox 0
35294 use_makebox 0
35295 width "1in"
35296 special "width"
35297 height "1in"
35298 height_special "totalheight"
35299 thickness "0.4pt"
35300 separation "3pt"
35301 shadowsize "4pt"
35302 framecolor "black"
35303 backgroundcolor "none"
35304 status collapsed
35305
35306 \begin_layout Plain Layout
35307 with rotated
35308 \end_layout
35309
35310 \end_inset
35311
35312
35313 \end_layout
35314
35315 \end_inset
35316
35317  framed text 
35318 \begin_inset Flex Rotatebox
35319 status open
35320
35321 \begin_layout Plain Layout
35322 \begin_inset Argument 1
35323 status open
35324
35325 \begin_layout Plain Layout
35326 origin=lb
35327 \end_layout
35328
35329 \end_inset
35330
35331
35332 \begin_inset Argument 2
35333 status open
35334
35335 \begin_layout Plain Layout
35336 60
35337 \end_layout
35338
35339 \end_inset
35340
35341
35342 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35343 \end_inset
35344
35345
35346 \end_layout
35347
35348 \end_inset
35349
35350  and a formula.
35351 \end_layout
35352
35353 \begin_layout Standard
35354 or an image or table:
35355 \end_layout
35356
35357 \begin_layout Standard
35358 This is a line 
35359 \begin_inset Flex Rotatebox
35360 status open
35361
35362 \begin_layout Plain Layout
35363 \begin_inset Argument 1
35364 status open
35365
35366 \begin_layout Plain Layout
35367 origin=lb
35368 \end_layout
35369
35370 \end_inset
35371
35372
35373 \begin_inset Argument 2
35374 status open
35375
35376 \begin_layout Plain Layout
35377 90
35378 \end_layout
35379
35380 \end_inset
35381
35382
35383 \begin_inset Graphics
35384         filename clipart/platypus.eps
35385         lyxscale 50
35386         width 25col%
35387
35388 \end_inset
35389
35390
35391 \end_layout
35392
35393 \end_inset
35394
35395  with a rotated image 
35396 \begin_inset Flex Rotatebox
35397 status open
35398
35399 \begin_layout Plain Layout
35400 \begin_inset Argument 2
35401 status open
35402
35403 \begin_layout Plain Layout
35404 -90
35405 \end_layout
35406
35407 \end_inset
35408
35409
35410 \begin_inset Tabular
35411 <lyxtabular version="3" rows="2" columns="2">
35412 <features tabularvalignment="middle">
35413 <column alignment="center" valignment="top">
35414 <column alignment="center" valignment="top">
35415 <row>
35416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35417 \begin_inset Text
35418
35419 \begin_layout Plain Layout
35420 q
35421 \end_layout
35422
35423 \end_inset
35424 </cell>
35425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35426 \begin_inset Text
35427
35428 \begin_layout Plain Layout
35429 w
35430 \end_layout
35431
35432 \end_inset
35433 </cell>
35434 </row>
35435 <row>
35436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35437 \begin_inset Text
35438
35439 \begin_layout Plain Layout
35440 e
35441 \end_layout
35442
35443 \end_inset
35444 </cell>
35445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35446 \begin_inset Text
35447
35448 \begin_layout Plain Layout
35449 r
35450 \end_layout
35451
35452 \end_inset
35453 </cell>
35454 </row>
35455 </lyxtabular>
35456
35457 \end_inset
35458
35459
35460 \end_layout
35461
35462 \end_inset
35463
35464  and table.
35465 \begin_inset Index idx
35466 status collapsed
35467
35468 \begin_layout Plain Layout
35469 Figures ! rotated
35470 \end_layout
35471
35472 \end_inset
35473
35474
35475 \begin_inset Index idx
35476 status collapsed
35477
35478 \begin_layout Plain Layout
35479 Table Customization ! Rotating
35480 \end_layout
35481
35482 \end_inset
35483
35484
35485 \end_layout
35486
35487 \begin_layout Standard
35488 \begin_inset Note Greyedout
35489 status open
35490
35491 \begin_layout Plain Layout
35492
35493 \series bold
35494 Note:
35495 \series default
35496  If the 
35497 \family sans
35498 Angle
35499 \family default
35500  inset is empty or contains other characters than numbers you will get \SpecialChar LaTeX
35501
35502  errors when viewing/exporting the document.
35503 \end_layout
35504
35505 \end_inset
35506
35507
35508 \end_layout
35509
35510 \begin_layout Subsection
35511 Scaled Boxes
35512 \begin_inset Index idx
35513 status collapsed
35514
35515 \begin_layout Plain Layout
35516 Boxes ! scaled
35517 \end_layout
35518
35519 \end_inset
35520
35521
35522 \begin_inset Index idx
35523 status collapsed
35524
35525 \begin_layout Plain Layout
35526 Scaled Material
35527 \end_layout
35528
35529 \end_inset
35530
35531
35532 \end_layout
35533
35534 \begin_layout Standard
35535 To scale material put it into a 
35536 \family sans
35537 Scalebox
35538 \family default
35539 .
35540  Such a box is inserted via the menu 
35541 \family sans
35542 Insert\SpecialChar menuseparator
35543 Custom Insets\SpecialChar menuseparator
35544 Scalebox
35545 \family default
35546 .
35547 \end_layout
35548
35549 \begin_layout Standard
35550 The 
35551 \family sans
35552 Scalebox
35553 \family default
35554  inset has the mandatory inset 
35555 \family sans
35556 H-Factor
35557 \family default
35558  and the optional inset 
35559 \family sans
35560 V-Factor
35561 \family default
35562  (inserted via the menu 
35563 \family sans
35564 Insert\SpecialChar menuseparator
35565 V-Factor)
35566 \family default
35567 .
35568  Input there the horizontal and vertical scale factor, respectively.
35569  If no 
35570 \family sans
35571 V-Factor
35572 \family default
35573  inset is used, the horizontal factor will also be used as the vertical
35574  one.
35575 \end_layout
35576
35577 \begin_layout Standard
35578 To get for example the double text size, compared to the document text size,
35579  insert 
35580 \series bold
35581 2
35582 \series default
35583  into the 
35584 \family sans
35585 H-Factor
35586 \family default
35587  inset.
35588  An example: 
35589 \begin_inset Flex Scalebox
35590 status open
35591
35592 \begin_layout Plain Layout
35593 \begin_inset Argument 1
35594 status open
35595
35596 \begin_layout Plain Layout
35597 2
35598 \end_layout
35599
35600 \end_inset
35601
35602 Hello
35603 \end_layout
35604
35605 \end_inset
35606
35607
35608 \end_layout
35609
35610 \begin_layout Standard
35611
35612 \series bold
35613 2
35614 \series default
35615  as 
35616 \family sans
35617 H-Factor
35618 \family default
35619  and 
35620 \series bold
35621 1
35622 \series default
35623  as 
35624 \family sans
35625 V-Factor
35626 \family default
35627  distorts the 
35628 \begin_inset Flex Scalebox
35629 status open
35630
35631 \begin_layout Plain Layout
35632 \begin_inset Argument 1
35633 status open
35634
35635 \begin_layout Plain Layout
35636 2
35637 \end_layout
35638
35639 \end_inset
35640
35641
35642 \begin_inset Argument 2
35643 status open
35644
35645 \begin_layout Plain Layout
35646 1
35647 \end_layout
35648
35649 \end_inset
35650
35651 Hello
35652 \end_layout
35653
35654 \end_inset
35655
35656 .
35657 \end_layout
35658
35659 \begin_layout Standard
35660 If the scaling factor is negative, the box content will be mirrored.
35661  Therefore 
35662 \series bold
35663 -1
35664 \series default
35665  as 
35666 \family sans
35667 H-Factor
35668 \family default
35669  and 
35670 \series bold
35671 1
35672 \series default
35673  as 
35674 \family sans
35675 V-Factor
35676 \family default
35677  can be used to create mirror writing: 
35678 \begin_inset Flex Scalebox
35679 status open
35680
35681 \begin_layout Plain Layout
35682 \begin_inset Argument 1
35683 status open
35684
35685 \begin_layout Plain Layout
35686 -1
35687 \end_layout
35688
35689 \end_inset
35690
35691
35692 \begin_inset Argument 2
35693 status open
35694
35695 \begin_layout Plain Layout
35696 1
35697 \end_layout
35698
35699 \end_inset
35700
35701 Hello
35702 \end_layout
35703
35704 \end_inset
35705
35706
35707 \end_layout
35708
35709 \begin_layout Standard
35710
35711 \series bold
35712 1
35713 \series default
35714  as 
35715 \family sans
35716 H-Factor
35717 \family default
35718  and 
35719 \series bold
35720 -1
35721 \series default
35722  as 
35723 \family sans
35724 V-Factor
35725 \family default
35726  reflects the 
35727 \begin_inset Flex Scalebox
35728 status open
35729
35730 \begin_layout Plain Layout
35731 \begin_inset Argument 1
35732 status open
35733
35734 \begin_layout Plain Layout
35735 1
35736 \end_layout
35737
35738 \end_inset
35739
35740
35741 \begin_inset Argument 2
35742 status open
35743
35744 \begin_layout Plain Layout
35745 -1
35746 \end_layout
35747
35748 \end_inset
35749
35750 Hello
35751 \end_layout
35752
35753 \end_inset
35754
35755  at the base line.
35756 \end_layout
35757
35758 \begin_layout Standard
35759 The 
35760 \family sans
35761 Reflectbox
35762 \family default
35763  (menu 
35764 \family sans
35765 Insert\SpecialChar menuseparator
35766 Custom Insets\SpecialChar menuseparator
35767 Reflectbox
35768 \family default
35769 ) is equivalent to 
35770 \series bold
35771 -1
35772 \series default
35773  as 
35774 \family sans
35775 H-Factor
35776 \family default
35777  and 
35778 \series bold
35779 1
35780 \series default
35781  as 
35782 \family sans
35783 V-Factor 
35784 \family default
35785 for a 
35786 \family sans
35787 Scalebox
35788 \family default
35789 .
35790 \end_layout
35791
35792 \begin_layout Standard
35793 \begin_inset Note Greyedout
35794 status open
35795
35796 \begin_layout Plain Layout
35797
35798 \series bold
35799 Note:
35800 \series default
35801  If the 
35802 \family sans
35803 H-Factor
35804 \family default
35805  inset is empty or contains other characters than numbers you will get LaTeX
35806  errors when viewing/exporting the document.
35807 \end_layout
35808
35809 \end_inset
35810
35811
35812 \end_layout
35813
35814 \begin_layout Standard
35815 \begin_inset VSpace bigskip
35816 \end_inset
35817
35818 The 
35819 \family sans
35820 Resizebox
35821 \family default
35822  (menu 
35823 \family sans
35824 Insert\SpecialChar menuseparator
35825 Custom Insets\SpecialChar menuseparator
35826 Resizebox
35827 \family default
35828 ) is used to scale the content to a defined width and height.
35829  The 
35830 \family sans
35831 Resizebox
35832 \family default
35833  inset has the mandatory inset 
35834 \family sans
35835 Width
35836 \family default
35837  and the optional inset 
35838 \family sans
35839 Height
35840 \family default
35841  (inserted via the menu 
35842 \family sans
35843 Insert\SpecialChar menuseparator
35844 Height)
35845 \family default
35846 .
35847  Input there the width and height, respectively, as value with a unit.
35848  
35849 \begin_inset CommandInset ref
35850 LatexCommand ref
35851 reference "tab:Units"
35852
35853 \end_inset
35854
35855  lists the possible units.
35856  If there is an exclamation mark 
35857 \series bold
35858 !
35859 \series default
35860  in of of the two insets, the size is set so that the aspect ratio of the
35861  box content is kept.
35862  If no 
35863 \family sans
35864 Height
35865 \family default
35866  inset is used an exclamation mark will internally be used for the height.
35867 \end_layout
35868
35869 \begin_layout Standard
35870
35871 \series bold
35872 2cm
35873 \series default
35874  as 
35875 \family sans
35876 Width
35877 \family default
35878  and 
35879 \series bold
35880 1cm
35881 \series default
35882  as 
35883 \family sans
35884 Height
35885 \family default
35886  produces: 
35887 \begin_inset Flex Resizebox
35888 status open
35889
35890 \begin_layout Plain Layout
35891 \begin_inset Argument 1
35892 status open
35893
35894 \begin_layout Plain Layout
35895 2cm
35896 \end_layout
35897
35898 \end_inset
35899
35900
35901 \begin_inset Argument 2
35902 status open
35903
35904 \begin_layout Plain Layout
35905 1cm
35906 \end_layout
35907
35908 \end_inset
35909
35910 Hello
35911 \end_layout
35912
35913 \end_inset
35914
35915
35916 \begin_inset Newline newline
35917 \end_inset
35918
35919
35920 \series bold
35921 2cm
35922 \series default
35923  as 
35924 \family sans
35925 Width
35926 \family default
35927  and 
35928 \series bold
35929 !
35930 \series default
35931  as 
35932 \family sans
35933 Height
35934 \family default
35935  (or no 
35936 \family sans
35937 Height
35938 \family default
35939 ) produces: 
35940 \begin_inset Flex Resizebox
35941 status open
35942
35943 \begin_layout Plain Layout
35944 \begin_inset Argument 1
35945 status open
35946
35947 \begin_layout Plain Layout
35948 2cm
35949 \end_layout
35950
35951 \end_inset
35952
35953
35954 \begin_inset Argument 2
35955 status open
35956
35957 \begin_layout Plain Layout
35958 !
35959 \end_layout
35960
35961 \end_inset
35962
35963 Hello
35964 \end_layout
35965
35966 \end_inset
35967
35968
35969 \end_layout
35970
35971 \begin_layout Standard
35972 \begin_inset Note Greyedout
35973 status open
35974
35975 \begin_layout Plain Layout
35976
35977 \series bold
35978 Note:
35979 \series default
35980  If the 
35981 \family sans
35982 Width
35983 \family default
35984  inset is empty or contains an invalid unit you will get LaTeX errors when
35985  viewing/exporting the document.
35986 \end_layout
35987
35988 \end_inset
35989
35990
35991 \end_layout
35992
35993 \begin_layout Standard
35994 \begin_inset VSpace bigskip
35995 \end_inset
35996
35997
35998 \end_layout
35999
36000 \begin_layout Standard
36001 The boxes can be combined in any order.
36002  As example a 
36003 \family sans
36004 Reflectbox
36005 \family default
36006  inside a 
36007 \family sans
36008 Resizebox
36009 \family default
36010  which is in turn inside a 
36011 \family sans
36012 Rotatebox
36013 \family default
36014 :
36015 \end_layout
36016
36017 \begin_layout Standard
36018 \noindent
36019 \align center
36020 \begin_inset Flex Rotatebox
36021 status open
36022
36023 \begin_layout Plain Layout
36024 \begin_inset Argument 1
36025 status open
36026
36027 \begin_layout Plain Layout
36028 origin=c
36029 \end_layout
36030
36031 \end_inset
36032
36033
36034 \begin_inset Argument 2
36035 status open
36036
36037 \begin_layout Plain Layout
36038 -45
36039 \end_layout
36040
36041 \end_inset
36042
36043
36044 \begin_inset Flex Resizebox
36045 status open
36046
36047 \begin_layout Plain Layout
36048 \begin_inset Argument 1
36049 status open
36050
36051 \begin_layout Plain Layout
36052 2cm
36053 \end_layout
36054
36055 \end_inset
36056
36057
36058 \begin_inset Flex Reflectbox
36059 status open
36060
36061 \begin_layout Plain Layout
36062 Hello
36063 \end_layout
36064
36065 \end_inset
36066
36067
36068 \end_layout
36069
36070 \end_inset
36071
36072
36073 \end_layout
36074
36075 \end_inset
36076
36077
36078 \end_layout
36079
36080 \begin_layout Standard
36081 \noindent
36082 Images, tables, and inline formulas are allowed as box content:
36083 \end_layout
36084
36085 \begin_layout Standard
36086 \noindent
36087 \align center
36088 \begin_inset Flex Resizebox
36089 status open
36090
36091 \begin_layout Plain Layout
36092 \begin_inset Argument 1
36093 status open
36094
36095 \begin_layout Plain Layout
36096 2cm
36097 \end_layout
36098
36099 \end_inset
36100
36101
36102 \begin_inset Flex Reflectbox
36103 status open
36104
36105 \begin_layout Plain Layout
36106 \begin_inset Graphics
36107         filename clipart/platypus.eps
36108         lyxscale 50
36109         width 25col%
36110
36111 \end_inset
36112
36113
36114 \end_layout
36115
36116 \end_inset
36117
36118
36119 \end_layout
36120
36121 \end_inset
36122
36123  
36124 \begin_inset Flex Resizebox
36125 status open
36126
36127 \begin_layout Plain Layout
36128 \begin_inset Argument 1
36129 status open
36130
36131 \begin_layout Plain Layout
36132 2cm
36133 \end_layout
36134
36135 \end_inset
36136
36137
36138 \begin_inset Flex Reflectbox
36139 status open
36140
36141 \begin_layout Plain Layout
36142 \begin_inset Tabular
36143 <lyxtabular version="3" rows="2" columns="2">
36144 <features tabularvalignment="middle">
36145 <column alignment="center" valignment="top">
36146 <column alignment="center" valignment="top">
36147 <row>
36148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36149 \begin_inset Text
36150
36151 \begin_layout Plain Layout
36152 q
36153 \end_layout
36154
36155 \end_inset
36156 </cell>
36157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36158 \begin_inset Text
36159
36160 \begin_layout Plain Layout
36161 w
36162 \end_layout
36163
36164 \end_inset
36165 </cell>
36166 </row>
36167 <row>
36168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36169 \begin_inset Text
36170
36171 \begin_layout Plain Layout
36172 e
36173 \end_layout
36174
36175 \end_inset
36176 </cell>
36177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36178 \begin_inset Text
36179
36180 \begin_layout Plain Layout
36181 r
36182 \end_layout
36183
36184 \end_inset
36185 </cell>
36186 </row>
36187 </lyxtabular>
36188
36189 \end_inset
36190
36191
36192 \end_layout
36193
36194 \end_inset
36195
36196
36197 \end_layout
36198
36199 \end_inset
36200
36201  
36202 \begin_inset Flex Resizebox
36203 status open
36204
36205 \begin_layout Plain Layout
36206 \begin_inset Argument 1
36207 status open
36208
36209 \begin_layout Plain Layout
36210 3cm
36211 \end_layout
36212
36213 \end_inset
36214
36215
36216 \begin_inset Flex Reflectbox
36217 status open
36218
36219 \begin_layout Plain Layout
36220 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36221 \end_inset
36222
36223
36224 \end_layout
36225
36226 \end_inset
36227
36228
36229 \end_layout
36230
36231 \end_inset
36232
36233
36234 \begin_inset Index idx
36235 status collapsed
36236
36237 \begin_layout Plain Layout
36238 Figures ! scaled
36239 \end_layout
36240
36241 \end_inset
36242
36243
36244 \begin_inset Index idx
36245 status collapsed
36246
36247 \begin_layout Plain Layout
36248 Table Customization ! Scaling
36249 \end_layout
36250
36251 \end_inset
36252
36253
36254 \end_layout
36255
36256 \begin_layout Standard
36257 When the global formula style 
36258 \series bold
36259 fleqn
36260 \series default
36261  is used in the document
36262 \begin_inset Foot
36263 status collapsed
36264
36265 \begin_layout Plain Layout
36266 When 
36267 \begin_inset Quotes eld
36268 \end_inset
36269
36270 fleqn
36271 \begin_inset Quotes erd
36272 \end_inset
36273
36274  is added to the document class options.
36275 \end_layout
36276
36277 \end_inset
36278
36279 , display style formulas can also be scaled.
36280 \end_layout
36281
36282 \begin_layout Chapter
36283 Objects Surrounded by Text
36284 \begin_inset Index idx
36285 status collapsed
36286
36287 \begin_layout Plain Layout
36288 Surrounded by text
36289 \end_layout
36290
36291 \end_inset
36292
36293
36294 \end_layout
36295
36296 \begin_layout Section
36297 Wrap Floats
36298 \begin_inset CommandInset label
36299 LatexCommand label
36300 name "sec:Wrap-Floats"
36301
36302 \end_inset
36303
36304
36305 \begin_inset Index idx
36306 status collapsed
36307
36308 \begin_layout Plain Layout
36309 Floats ! Wrap Floats
36310 \end_layout
36311
36312 \end_inset
36313
36314
36315 \begin_inset Index idx
36316 status collapsed
36317
36318 \begin_layout Plain Layout
36319 Surrounded by text ! Wrap Floats
36320 \end_layout
36321
36322 \end_inset
36323
36324
36325 \end_layout
36326
36327 \begin_layout Standard
36328 \begin_inset Wrap figure
36329 lines 0
36330 placement l
36331 overhang 1cm
36332 width "40col%"
36333 status open
36334
36335 \begin_layout Plain Layout
36336 \begin_inset Graphics
36337         filename clipart/mobius.eps
36338         width 40col%
36339         scaleBeforeRotation
36340         rotateOrigin center
36341
36342 \end_inset
36343
36344
36345 \end_layout
36346
36347 \begin_layout Plain Layout
36348 \begin_inset Caption Standard
36349
36350 \begin_layout Plain Layout
36351 \begin_inset CommandInset label
36352 LatexCommand label
36353 name "fig:This-is-a"
36354
36355 \end_inset
36356
36357 This is a figure wrap float.
36358 \end_layout
36359
36360 \end_inset
36361
36362
36363 \end_layout
36364
36365 \end_inset
36366
36367  This float type is used if you want to wrap text around a figure or table
36368  so that it only occupies some fraction of the column width.
36369  It can be inserted using the menu 
36370 \family sans
36371 Insert\SpecialChar menuseparator
36372 Floats\SpecialChar menuseparator
36373 Figure
36374 \begin_inset space ~
36375 \end_inset
36376
36377 Wrap
36378 \begin_inset space ~
36379 \end_inset
36380
36381 Float
36382 \family default
36383  or 
36384 \family sans
36385 Table
36386 \begin_inset space ~
36387 \end_inset
36388
36389 Wrap
36390 \begin_inset space ~
36391 \end_inset
36392
36393 Float
36394 \family default
36395  if the \SpecialChar LaTeX
36396 -package 
36397 \series bold
36398 wrapfig
36399 \series default
36400
36401 \begin_inset Index idx
36402 status collapsed
36403
36404 \begin_layout Plain Layout
36405 \SpecialChar LaTeX
36406 -packages ! wrapfig
36407 \end_layout
36408
36409 \end_inset
36410
36411  is installed.
36412 \begin_inset Foot
36413 status collapsed
36414
36415 \begin_layout Plain Layout
36416 Installing a \SpecialChar LaTeX
36417 -package is explained it in the 
36418 \emph on
36419 \SpecialChar LaTeX
36420
36421 \begin_inset space ~
36422 \end_inset
36423
36424 Configuration
36425 \emph default
36426  manual.
36427 \end_layout
36428
36429 \end_inset
36430
36431  The settings of the float can be modified by right-clicking on the float
36432  box.
36433  The mandatory settings are the float 
36434 \family sans
36435 Placement
36436 \family default
36437  and its 
36438 \family sans
36439 Width
36440 \family default
36441 .
36442  Optional are the 
36443 \family sans
36444 Overhang
36445 \family default
36446  that specifies how much the float is set into the paragraph
36447 \begin_inset space \thinspace{}
36448 \end_inset
36449
36450 /
36451 \begin_inset space \thinspace{}
36452 \end_inset
36453
36454 page margin, and the 
36455 \family sans
36456 Line
36457 \begin_inset space ~
36458 \end_inset
36459
36460 span
36461 \family default
36462  that specifies how many text lines the float will approximately need.
36463  The line span is often hard to approximate; so it is better only to use
36464  it when you encounter float placement problems.
36465  You can furthermore decide if \SpecialChar LaTeX
36466  is allowed to let the float float within
36467  the paragraph or to surrounding paragraphs.
36468  Figure
36469 \begin_inset space ~
36470 \end_inset
36471
36472
36473 \begin_inset CommandInset ref
36474 LatexCommand ref
36475 reference "fig:This-is-a"
36476
36477 \end_inset
36478
36479  is an example text wrap float with a width of 40
36480 \begin_inset space \thinspace{}
36481 \end_inset
36482
36483 col%, 1
36484 \begin_inset space \thinspace{}
36485 \end_inset
36486
36487 cm overhang, set to the left.
36488 \end_layout
36489
36490 \begin_layout Standard
36491 \begin_inset Note Greyedout
36492 status open
36493
36494 \begin_layout Plain Layout
36495
36496 \series bold
36497 Note:
36498 \series default
36499  Text
36500 \begin_inset space ~
36501 \end_inset
36502
36503 wrap float floats are fragile! E.
36504 \begin_inset space \thinspace{}
36505 \end_inset
36506
36507 g.
36508 \begin_inset space \space{}
36509 \end_inset
36510
36511 having a figure too close to the bottom of the page can mess things up in
36512  such a way that the float does not appear in the output or that it is placed
36513  over some other text.
36514 \end_layout
36515
36516 \end_inset
36517
36518
36519 \end_layout
36520
36521 \begin_layout Standard
36522 In general, the following applies for wrap floats:
36523 \end_layout
36524
36525 \begin_layout Itemize
36526 They should not be placed in paragraphs that run over a page break.
36527  That means that wrap floats are better inserted in their exact place when
36528  the document is almost finished and you are able to estimate where page
36529  breaks will appear.
36530 \end_layout
36531
36532 \begin_layout Itemize
36533 They should either be placed in their own paragraph before the paragraph
36534  where they should wrap into or within a paragraph.
36535 \end_layout
36536
36537 \begin_layout Itemize
36538 In consecutive paragraphs they may cause troubles, so ensure that there
36539  is a text paragraph between them as separator.
36540 \end_layout
36541
36542 \begin_layout Itemize
36543 They are not allowed in section headings or tables.
36544 \end_layout
36545
36546 \begin_layout Itemize
36547 Their numbering and referencing works as described in chap.
36548 \begin_inset space \thinspace{}
36549 \end_inset
36550
36551
36552 \begin_inset CommandInset ref
36553 LatexCommand ref
36554 reference "chap:Floats"
36555
36556 \end_inset
36557
36558 .
36559 \end_layout
36560
36561 \begin_layout Section
36562 Surrounded Fixed Objects
36563 \begin_inset Index idx
36564 status collapsed
36565
36566 \begin_layout Plain Layout
36567 Surrounded by text ! Fixed objects
36568 \end_layout
36569
36570 \end_inset
36571
36572
36573 \end_layout
36574
36575 \begin_layout Standard
36576 The wrap floats described in sec.
36577 \begin_inset space \thinspace{}
36578 \end_inset
36579
36580
36581 \begin_inset CommandInset ref
36582 LatexCommand ref
36583 reference "sec:Wrap-Floats"
36584
36585 \end_inset
36586
36587  have these positions in the paragraph:
36588 \begin_inset Separator latexpar
36589 \end_inset
36590
36591
36592 \end_layout
36593
36594 \begin_layout Standard
36595 \noindent
36596 \align center
36597 \begin_inset Tabular
36598 <lyxtabular version="3" rows="2" columns="2">
36599 <features tabularvalignment="middle">
36600 <column alignment="center" valignment="top">
36601 <column alignment="center" valignment="top">
36602 <row>
36603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36604 \begin_inset Text
36605
36606 \begin_layout Plain Layout
36607 \begin_inset Info
36608 type  "icon"
36609 arg   "dialog-show-new-inset graphics"
36610 \end_inset
36611
36612
36613 \end_layout
36614
36615 \end_inset
36616 </cell>
36617 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36618 \begin_inset Text
36619
36620 \begin_layout Plain Layout
36621 text
36622 \end_layout
36623
36624 \end_inset
36625 </cell>
36626 </row>
36627 <row>
36628 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36629 \begin_inset Text
36630
36631 \begin_layout Plain Layout
36632 text
36633 \end_layout
36634
36635 \end_inset
36636 </cell>
36637 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36638 \begin_inset Text
36639
36640 \begin_layout Plain Layout
36641 text
36642 \end_layout
36643
36644 \end_inset
36645 </cell>
36646 </row>
36647 </lyxtabular>
36648
36649 \end_inset
36650
36651  or 
36652 \begin_inset Tabular
36653 <lyxtabular version="3" rows="2" columns="2">
36654 <features tabularvalignment="middle">
36655 <column alignment="center" valignment="top">
36656 <column alignment="center" valignment="top">
36657 <row>
36658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36659 \begin_inset Text
36660
36661 \begin_layout Plain Layout
36662 text
36663 \end_layout
36664
36665 \end_inset
36666 </cell>
36667 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36668 \begin_inset Text
36669
36670 \begin_layout Plain Layout
36671 \begin_inset Info
36672 type  "icon"
36673 arg   "dialog-show-new-inset graphics"
36674 \end_inset
36675
36676
36677 \end_layout
36678
36679 \end_inset
36680 </cell>
36681 </row>
36682 <row>
36683 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36684 \begin_inset Text
36685
36686 \begin_layout Plain Layout
36687 text
36688 \end_layout
36689
36690 \end_inset
36691 </cell>
36692 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36693 \begin_inset Text
36694
36695 \begin_layout Plain Layout
36696 text
36697 \end_layout
36698
36699 \end_inset
36700 </cell>
36701 </row>
36702 </lyxtabular>
36703
36704 \end_inset
36705
36706
36707 \end_layout
36708
36709 \begin_layout Standard
36710 To get an object exactly at the position where it is inserted, for example
36711  to get one of these positions:
36712 \begin_inset VSpace defskip
36713 \end_inset
36714
36715
36716 \end_layout
36717
36718 \begin_layout Standard
36719 \noindent
36720 \align center
36721 \begin_inset Tabular
36722 <lyxtabular version="3" rows="2" columns="2">
36723 <features tabularvalignment="middle">
36724 <column alignment="center" valignment="top">
36725 <column alignment="center" valignment="top">
36726 <row>
36727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36728 \begin_inset Text
36729
36730 \begin_layout Plain Layout
36731 text
36732 \end_layout
36733
36734 \end_inset
36735 </cell>
36736 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36737 \begin_inset Text
36738
36739 \begin_layout Plain Layout
36740 text
36741 \end_layout
36742
36743 \end_inset
36744 </cell>
36745 </row>
36746 <row>
36747 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36748 \begin_inset Text
36749
36750 \begin_layout Plain Layout
36751 \begin_inset Info
36752 type  "icon"
36753 arg   "dialog-show-new-inset graphics"
36754 \end_inset
36755
36756
36757 \end_layout
36758
36759 \end_inset
36760 </cell>
36761 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36762 \begin_inset Text
36763
36764 \begin_layout Plain Layout
36765 text
36766 \end_layout
36767
36768 \end_inset
36769 </cell>
36770 </row>
36771 </lyxtabular>
36772
36773 \end_inset
36774
36775  
36776 \begin_inset Tabular
36777 <lyxtabular version="3" rows="2" columns="2">
36778 <features tabularvalignment="middle">
36779 <column alignment="center" valignment="top">
36780 <column alignment="center" valignment="top">
36781 <row>
36782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36783 \begin_inset Text
36784
36785 \begin_layout Plain Layout
36786 text
36787 \end_layout
36788
36789 \end_inset
36790 </cell>
36791 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36792 \begin_inset Text
36793
36794 \begin_layout Plain Layout
36795 text
36796 \end_layout
36797
36798 \end_inset
36799 </cell>
36800 </row>
36801 <row>
36802 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36803 \begin_inset Text
36804
36805 \begin_layout Plain Layout
36806 text
36807 \end_layout
36808
36809 \end_inset
36810 </cell>
36811 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36812 \begin_inset Text
36813
36814 \begin_layout Plain Layout
36815 \begin_inset Info
36816 type  "icon"
36817 arg   "dialog-show-new-inset graphics"
36818 \end_inset
36819
36820
36821 \end_layout
36822
36823 \end_inset
36824 </cell>
36825 </row>
36826 </lyxtabular>
36827
36828 \end_inset
36829
36830  
36831 \begin_inset Tabular
36832 <lyxtabular version="3" rows="2" columns="3">
36833 <features tabularvalignment="middle">
36834 <column alignment="center" valignment="top">
36835 <column alignment="center" valignment="top">
36836 <column alignment="center" valignment="top">
36837 <row>
36838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36839 \begin_inset Text
36840
36841 \begin_layout Plain Layout
36842 text
36843 \end_layout
36844
36845 \end_inset
36846 </cell>
36847 <cell alignment="center" valignment="top" topline="true" usebox="none">
36848 \begin_inset Text
36849
36850 \begin_layout Plain Layout
36851 \begin_inset Info
36852 type  "icon"
36853 arg   "dialog-show-new-inset graphics"
36854 \end_inset
36855
36856
36857 \end_layout
36858
36859 \end_inset
36860 </cell>
36861 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36862 \begin_inset Text
36863
36864 \begin_layout Plain Layout
36865 text
36866 \end_layout
36867
36868 \end_inset
36869 </cell>
36870 </row>
36871 <row>
36872 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36873 \begin_inset Text
36874
36875 \begin_layout Plain Layout
36876 text
36877 \end_layout
36878
36879 \end_inset
36880 </cell>
36881 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36882 \begin_inset Text
36883
36884 \begin_layout Plain Layout
36885 text
36886 \end_layout
36887
36888 \end_inset
36889 </cell>
36890 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36891 \begin_inset Text
36892
36893 \begin_layout Plain Layout
36894 text
36895 \end_layout
36896
36897 \end_inset
36898 </cell>
36899 </row>
36900 </lyxtabular>
36901
36902 \end_inset
36903
36904  
36905 \begin_inset Tabular
36906 <lyxtabular version="3" rows="2" columns="3">
36907 <features tabularvalignment="middle">
36908 <column alignment="center" valignment="top">
36909 <column alignment="center" valignment="top">
36910 <column alignment="center" valignment="top">
36911 <row>
36912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36913 \begin_inset Text
36914
36915 \begin_layout Plain Layout
36916 text
36917 \end_layout
36918
36919 \end_inset
36920 </cell>
36921 <cell alignment="center" valignment="top" topline="true" usebox="none">
36922 \begin_inset Text
36923
36924 \begin_layout Plain Layout
36925 text
36926 \end_layout
36927
36928 \end_inset
36929 </cell>
36930 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36931 \begin_inset Text
36932
36933 \begin_layout Plain Layout
36934 text
36935 \end_layout
36936
36937 \end_inset
36938 </cell>
36939 </row>
36940 <row>
36941 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36942 \begin_inset Text
36943
36944 \begin_layout Plain Layout
36945 text
36946 \end_layout
36947
36948 \end_inset
36949 </cell>
36950 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36951 \begin_inset Text
36952
36953 \begin_layout Plain Layout
36954 \begin_inset Info
36955 type  "icon"
36956 arg   "dialog-show-new-inset graphics"
36957 \end_inset
36958
36959
36960 \end_layout
36961
36962 \end_inset
36963 </cell>
36964 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36965 \begin_inset Text
36966
36967 \begin_layout Plain Layout
36968 text
36969 \end_layout
36970
36971 \end_inset
36972 </cell>
36973 </row>
36974 </lyxtabular>
36975
36976 \end_inset
36977
36978
36979 \end_layout
36980
36981 \begin_layout Standard
36982 \noindent
36983 \align center
36984 \begin_inset Tabular
36985 <lyxtabular version="3" rows="3" columns="2">
36986 <features tabularvalignment="middle">
36987 <column alignment="center" valignment="top">
36988 <column alignment="center" valignment="top">
36989 <row>
36990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36991 \begin_inset Text
36992
36993 \begin_layout Plain Layout
36994 text
36995 \end_layout
36996
36997 \end_inset
36998 </cell>
36999 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37000 \begin_inset Text
37001
37002 \begin_layout Plain Layout
37003 text
37004 \end_layout
37005
37006 \end_inset
37007 </cell>
37008 </row>
37009 <row>
37010 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37011 \begin_inset Text
37012
37013 \begin_layout Plain Layout
37014 \begin_inset Info
37015 type  "icon"
37016 arg   "dialog-show-new-inset graphics"
37017 \end_inset
37018
37019
37020 \end_layout
37021
37022 \end_inset
37023 </cell>
37024 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37025 \begin_inset Text
37026
37027 \begin_layout Plain Layout
37028 text
37029 \end_layout
37030
37031 \end_inset
37032 </cell>
37033 </row>
37034 <row>
37035 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37036 \begin_inset Text
37037
37038 \begin_layout Plain Layout
37039 text
37040 \end_layout
37041
37042 \end_inset
37043 </cell>
37044 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37045 \begin_inset Text
37046
37047 \begin_layout Plain Layout
37048 text
37049 \end_layout
37050
37051 \end_inset
37052 </cell>
37053 </row>
37054 </lyxtabular>
37055
37056 \end_inset
37057
37058  
37059 \begin_inset Tabular
37060 <lyxtabular version="3" rows="3" columns="3">
37061 <features tabularvalignment="middle">
37062 <column alignment="center" valignment="top">
37063 <column alignment="center" valignment="top">
37064 <column alignment="center" valignment="top">
37065 <row>
37066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37067 \begin_inset Text
37068
37069 \begin_layout Plain Layout
37070 text
37071 \end_layout
37072
37073 \end_inset
37074 </cell>
37075 <cell alignment="center" valignment="top" topline="true" usebox="none">
37076 \begin_inset Text
37077
37078 \begin_layout Plain Layout
37079 text
37080 \end_layout
37081
37082 \end_inset
37083 </cell>
37084 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37085 \begin_inset Text
37086
37087 \begin_layout Plain Layout
37088 text
37089 \end_layout
37090
37091 \end_inset
37092 </cell>
37093 </row>
37094 <row>
37095 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37096 \begin_inset Text
37097
37098 \begin_layout Plain Layout
37099 text
37100 \end_layout
37101
37102 \end_inset
37103 </cell>
37104 <cell alignment="center" valignment="top" usebox="none">
37105 \begin_inset Text
37106
37107 \begin_layout Plain Layout
37108 \begin_inset Info
37109 type  "icon"
37110 arg   "dialog-show-new-inset graphics"
37111 \end_inset
37112
37113
37114 \end_layout
37115
37116 \end_inset
37117 </cell>
37118 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37119 \begin_inset Text
37120
37121 \begin_layout Plain Layout
37122 text
37123 \end_layout
37124
37125 \end_inset
37126 </cell>
37127 </row>
37128 <row>
37129 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37130 \begin_inset Text
37131
37132 \begin_layout Plain Layout
37133 text
37134 \end_layout
37135
37136 \end_inset
37137 </cell>
37138 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37139 \begin_inset Text
37140
37141 \begin_layout Plain Layout
37142 text
37143 \end_layout
37144
37145 \end_inset
37146 </cell>
37147 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37148 \begin_inset Text
37149
37150 \begin_layout Plain Layout
37151 text
37152 \end_layout
37153
37154 \end_inset
37155 </cell>
37156 </row>
37157 </lyxtabular>
37158
37159 \end_inset
37160
37161  
37162 \begin_inset Tabular
37163 <lyxtabular version="3" rows="3" columns="2">
37164 <features tabularvalignment="middle">
37165 <column alignment="center" valignment="top">
37166 <column alignment="center" valignment="top">
37167 <row>
37168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37169 \begin_inset Text
37170
37171 \begin_layout Plain Layout
37172 text
37173 \end_layout
37174
37175 \end_inset
37176 </cell>
37177 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37178 \begin_inset Text
37179
37180 \begin_layout Plain Layout
37181 text
37182 \end_layout
37183
37184 \end_inset
37185 </cell>
37186 </row>
37187 <row>
37188 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37189 \begin_inset Text
37190
37191 \begin_layout Plain Layout
37192 text
37193 \end_layout
37194
37195 \end_inset
37196 </cell>
37197 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37198 \begin_inset Text
37199
37200 \begin_layout Plain Layout
37201 \begin_inset Info
37202 type  "icon"
37203 arg   "dialog-show-new-inset graphics"
37204 \end_inset
37205
37206
37207 \end_layout
37208
37209 \end_inset
37210 </cell>
37211 </row>
37212 <row>
37213 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37214 \begin_inset Text
37215
37216 \begin_layout Plain Layout
37217 text
37218 \end_layout
37219
37220 \end_inset
37221 </cell>
37222 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37223 \begin_inset Text
37224
37225 \begin_layout Plain Layout
37226 text
37227 \end_layout
37228
37229 \end_inset
37230 </cell>
37231 </row>
37232 </lyxtabular>
37233
37234 \end_inset
37235
37236
37237 \end_layout
37238
37239 \begin_layout Standard
37240 \noindent
37241 you can use the \SpecialChar LaTeX
37242 -package 
37243 \series bold
37244 picinpar
37245 \series default
37246
37247 \begin_inset Index idx
37248 status collapsed
37249
37250 \begin_layout Plain Layout
37251 \SpecialChar LaTeX
37252 -packages ! picinpar
37253 \end_layout
37254
37255 \end_inset
37256
37257 .
37258  Here is an example:
37259 \end_layout
37260
37261 \begin_layout Standard
37262 \begin_inset ERT
37263 status collapsed
37264
37265 \begin_layout Plain Layout
37266
37267
37268 \backslash
37269 ifpicinpar
37270 \end_layout
37271
37272 \end_inset
37273
37274
37275 \begin_inset Note Note
37276 status open
37277
37278 \begin_layout Plain Layout
37279 The following section will only be displayed when the \SpecialChar LaTeX
37280 -package 
37281 \series bold
37282 picinpar
37283 \series default
37284  is installed.
37285 \end_layout
37286
37287 \end_inset
37288
37289
37290 \end_layout
37291
37292 \begin_layout Standard
37293 \begin_inset ERT
37294 status collapsed
37295
37296 \begin_layout Plain Layout
37297
37298
37299 \backslash
37300 begin{window}[2,c,{
37301 \end_layout
37302
37303 \end_inset
37304
37305
37306 \begin_inset Graphics
37307         filename clipart/mobius.eps
37308         lyxscale 60
37309         width 40col%
37310         scaleBeforeRotation
37311         rotateOrigin center
37312
37313 \end_inset
37314
37315
37316 \begin_inset ERT
37317 status collapsed
37318
37319 \begin_layout Plain Layout
37320
37321 },]
37322 \end_layout
37323
37324 \begin_layout Plain Layout
37325
37326 {}
37327 \end_layout
37328
37329 \end_inset
37330
37331
37332 \size small
37333 It was in the spring of the year 1894 that all London was interested, and
37334  the fashionable world dismayed, by the murder of the Honourable Ronald
37335  Adair under most unusual and inexplicable circumstances.
37336  The public has already learned those particulars of the crime which
37337 \size default
37338
37339 \begin_inset ERT
37340 status collapsed
37341
37342 \begin_layout Plain Layout
37343
37344
37345 \backslash
37346 footnotemark{}
37347 \end_layout
37348
37349 \end_inset
37350
37351
37352 \size small
37353  came out in the police investigation, but a good deal was suppressed upon
37354  that occasion, since the case for the prosecution was so overwhelmingly
37355  strong that it was not necessary to bring forward all the facts.
37356  Only now, at the end of nearly ten years, am I allowed to supply those
37357  missing links which make up the whole of that remarkable chain.
37358 \size default
37359
37360 \begin_inset ERT
37361 status collapsed
37362
37363 \begin_layout Plain Layout
37364
37365
37366 \backslash
37367 end{window}
37368 \end_layout
37369
37370 \end_inset
37371
37372
37373 \end_layout
37374
37375 \begin_layout Standard
37376 \begin_inset ERT
37377 status collapsed
37378
37379 \begin_layout Plain Layout
37380
37381
37382 \backslash
37383 footnotetext{
37384 \end_layout
37385
37386 \end_inset
37387
37388 Footnote of the paragraph with the fixed object.
37389 \begin_inset ERT
37390 status collapsed
37391
37392 \begin_layout Plain Layout
37393
37394 }
37395 \end_layout
37396
37397 \end_inset
37398
37399
37400 \end_layout
37401
37402 \begin_layout Standard
37403 Surrounded fixed objects are used to let text float around them, at which
37404  the object's position in the paragraph can be determined by the number
37405  of lines above it.
37406  In contrary to floats is it not possible to have a numbered caption.
37407 \end_layout
37408
37409 \begin_layout Standard
37410 A fixed object is inserted by adding the command
37411 \end_layout
37412
37413 \begin_layout Standard
37414
37415 \series bold
37416
37417 \backslash
37418 begin{window}[2,c,{
37419 \end_layout
37420
37421 \begin_layout Standard
37422 as \SpecialChar TeX
37423  Code at the beginning of the paragraph.
37424  The first parameter in the bracket, here '2', defines the number of lines
37425  above the object, the second, here 'c', the position of the object.
37426  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
37427  Behind the command you insert the object.
37428  In this example an image with a width of 40
37429 \begin_inset space \thinspace{}
37430 \end_inset
37431
37432 % of the text column width was inserted.
37433  The object can also be a table, a box or an equation.
37434  Behind the object the command
37435 \end_layout
37436
37437 \begin_layout Standard
37438
37439 \series bold
37440 },description text]
37441 \begin_inset Newline newline
37442 \end_inset
37443
37444 {}
37445 \end_layout
37446
37447 \begin_layout Standard
37448 is inserted.
37449  Note that the 
37450 \begin_inset Quotes eld
37451 \end_inset
37452
37453
37454 \series bold
37455 {}
37456 \series default
37457
37458 \begin_inset Quotes erd
37459 \end_inset
37460
37461  is in the second line.
37462  The description text is optional.
37463  The text surrounding the object must be in the same paragraph as the object,
37464  so it must begin directly after the 
37465 \series bold
37466 {}
37467 \series default
37468 .
37469  At the end of the paragraph insert the command:
37470 \end_layout
37471
37472 \begin_layout Standard
37473
37474 \series bold
37475
37476 \backslash
37477 end{window}
37478 \end_layout
37479
37480 \begin_layout Standard
37481 Within a paragraph with a fixed object, you cannot insert footnotes in the
37482  normal way.
37483  You have to use instead the command 
37484 \series bold
37485
37486 \backslash
37487 footnotemark
37488 \series default
37489  inside the paragraph and outside the command 
37490 \series bold
37491
37492 \backslash
37493 footnotetext
37494 \series default
37495  as described in sec.
37496 \begin_inset space \thinspace{}
37497 \end_inset
37498
37499
37500 \begin_inset CommandInset ref
37501 LatexCommand ref
37502 reference "sec:Footnotes"
37503
37504 \end_inset
37505
37506 .
37507 \end_layout
37508
37509 \begin_layout Standard
37510 \begin_inset ERT
37511 status collapsed
37512
37513 \begin_layout Plain Layout
37514
37515
37516 \backslash
37517 else
37518 \end_layout
37519
37520 \end_inset
37521
37522
37523 \begin_inset Note Note
37524 status open
37525
37526 \begin_layout Plain Layout
37527 The following will be displayed when the \SpecialChar LaTeX
37528 -package 
37529 \series bold
37530 picinpar
37531 \series default
37532  is not installed:
37533 \end_layout
37534
37535 \end_inset
37536
37537
37538 \end_layout
37539
37540 \begin_layout Standard
37541 You need to install the \SpecialChar LaTeX
37542 -package 
37543 \series bold
37544 picinpar
37545 \series default
37546  to see the following part of this section in the output.
37547 \end_layout
37548
37549 \begin_layout Standard
37550 \begin_inset ERT
37551 status collapsed
37552
37553 \begin_layout Plain Layout
37554
37555
37556 \backslash
37557 fi
37558 \end_layout
37559
37560 \end_inset
37561
37562
37563 \end_layout
37564
37565 \begin_layout Section
37566 Initials
37567 \begin_inset Index idx
37568 status collapsed
37569
37570 \begin_layout Plain Layout
37571 Initials
37572 \end_layout
37573
37574 \end_inset
37575
37576
37577 \begin_inset Index idx
37578 status collapsed
37579
37580 \begin_layout Plain Layout
37581 Surrounded by text ! Initials
37582 \end_layout
37583
37584 \end_inset
37585
37586
37587 \end_layout
37588
37589 \begin_layout Standard
37590 To use initials, you must have the \SpecialChar LaTeX
37591 -package 
37592 \series bold
37593 lettrine
37594 \series default
37595
37596 \begin_inset Index idx
37597 status collapsed
37598
37599 \begin_layout Plain Layout
37600 \SpecialChar LaTeX
37601 -packages ! lettrine
37602 \end_layout
37603
37604 \end_inset
37605
37606  installed and use the module 
37607 \family sans
37608 Initials
37609 \family default
37610  in your document (menu 
37611 \family sans
37612 Document\SpecialChar menuseparator
37613 Settings\SpecialChar menuseparator
37614 Modules
37615 \family default
37616 ).
37617  To insert an initial, use the style 
37618 \family sans
37619 Initial
37620 \family default
37621 .
37622  This style has a mandatory and two optional arguments.
37623  The arguments are inserted via the 
37624 \family sans
37625 Insert
37626 \family default
37627  menu.
37628  The mandatory argument 
37629 \family sans
37630 Initial
37631 \family default
37632  contains the letter(s) that is the initial, the argument 
37633 \family sans
37634 Rest
37635 \begin_inset space ~
37636 \end_inset
37637
37638 of
37639 \begin_inset space ~
37640 \end_inset
37641
37642 Initial
37643 \family default
37644  contains the rest of the word or text of the initial letter(s).
37645  The argument 
37646 \family sans
37647 Options
37648 \family default
37649  contains parameters to modify the initial.
37650  For more information about the possible parameters see the documentation
37651  of 
37652 \series bold
37653 lettrine
37654 \series default
37655
37656 \begin_inset CommandInset citation
37657 LatexCommand cite
37658 key "lettrine"
37659
37660 \end_inset
37661
37662 .
37663  The style itself contains the text that is surrounding the initial.
37664  The usual style is hereby that the word whose first letter is the initial,
37665  is printed with 
37666 \shape smallcaps
37667 small caps
37668 \shape default
37669 .
37670 \end_layout
37671
37672 \begin_layout Standard
37673 Here are some examples:
37674 \end_layout
37675
37676 \begin_layout Standard
37677 \begin_inset ERT
37678 status collapsed
37679
37680 \begin_layout Plain Layout
37681
37682
37683 \backslash
37684 iflettrine
37685 \end_layout
37686
37687 \end_inset
37688
37689
37690 \begin_inset Note Note
37691 status open
37692
37693 \begin_layout Plain Layout
37694 The following section will only be displayed when the \SpecialChar LaTeX
37695 -package 
37696 \series bold
37697 lettrine
37698 \series default
37699  is installed.
37700 \end_layout
37701
37702 \end_inset
37703
37704
37705 \end_layout
37706
37707 \begin_layout Enumerate
37708 No optional argument, the initial is the letter 'I' in the math font 
37709 \begin_inset Formula $\mathfrak{Fraktur}$
37710 \end_inset
37711
37712 :
37713 \begin_inset Separator latexpar
37714 \end_inset
37715
37716
37717 \end_layout
37718
37719 \begin_deeper
37720 \begin_layout Initial
37721 \begin_inset Argument 2
37722 status open
37723
37724 \begin_layout Plain Layout
37725 \begin_inset Formula $\mathfrak{I}$
37726 \end_inset
37727
37728
37729 \end_layout
37730
37731 \end_inset
37732
37733
37734 \begin_inset Argument 3
37735 status open
37736
37737 \begin_layout Plain Layout
37738 t
37739 \end_layout
37740
37741 \end_inset
37742
37743  was in the spring of the year 1894 that all London was interested, and
37744  the fashionable world dismayed, by the murder of the Honourable Ronald
37745  Adair under most unusual and inexplicable circumstances.
37746  The public has already learned those particulars of the crime which came
37747  out in the police investigation, but a good deal was suppressed upon that
37748  occasion, since the case for the prosecution was so overwhelmingly strong
37749  that it was not necessary to bring forward all the facts.
37750 \begin_inset Newpage newpage
37751 \end_inset
37752
37753
37754 \end_layout
37755
37756 \end_deeper
37757 \begin_layout Enumerate
37758 Only one line is surrounding the initial, which is formed by two letters
37759  in standard font and no text is printed in small caps:
37760 \begin_inset Separator latexpar
37761 \end_inset
37762
37763
37764 \end_layout
37765
37766 \begin_deeper
37767 \begin_layout Initial
37768 \begin_inset Argument 1
37769 status open
37770
37771 \begin_layout Plain Layout
37772 lines=1
37773 \end_layout
37774
37775 \end_inset
37776
37777
37778 \begin_inset Argument 2
37779 status open
37780
37781 \begin_layout Plain Layout
37782 It
37783 \end_layout
37784
37785 \end_inset
37786
37787  was in the spring of the year 1894 that all London was interested, and
37788  the fashionable world dismayed, by the murder of the Honourable Ronald
37789  Adair under most unusual and inexplicable circumstances.
37790  The public has already learned those particulars of the crime which came
37791  out in the police investigation, but a good deal was suppressed upon that
37792  occasion, since the case for the prosecution was so overwhelmingly strong
37793  that it was not necessary to bring forward all the facts.
37794 \end_layout
37795
37796 \end_deeper
37797 \begin_layout Enumerate
37798 Magenta, hanging initial over 3
37799 \begin_inset space ~
37800 \end_inset
37801
37802 lines in the math font 
37803 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
37804 \end_inset
37805
37806 , the text 
37807 \begin_inset Quotes eld
37808 \end_inset
37809
37810 t was in the spring
37811 \begin_inset Quotes erd
37812 \end_inset
37813
37814  is in 
37815 \shape smallcaps
37816 small caps
37817 \shape default
37818 ; to color the initial, you must insert this command before the initial:
37819 \begin_inset Newline newline
37820 \end_inset
37821
37822
37823 \series bold
37824
37825 \backslash
37826 renewcommand{
37827 \backslash
37828 LettrineFontHook}{
37829 \backslash
37830 color{color}}
37831 \series default
37832
37833 \begin_inset Newline newline
37834 \end_inset
37835
37836 where the second 
37837 \emph on
37838 color
37839 \emph default
37840  can be 
37841 \begin_inset Quotes eld
37842 \end_inset
37843
37844 red
37845 \begin_inset Quotes erd
37846 \end_inset
37847
37848
37849 \begin_inset Quotes eld
37850 \end_inset
37851
37852 blue
37853 \begin_inset Quotes erd
37854 \end_inset
37855
37856
37857 \begin_inset Quotes eld
37858 \end_inset
37859
37860 green
37861 \begin_inset Quotes erd
37862 \end_inset
37863
37864
37865 \begin_inset Quotes eld
37866 \end_inset
37867
37868 yellow
37869 \begin_inset Quotes erd
37870 \end_inset
37871
37872
37873 \begin_inset Quotes eld
37874 \end_inset
37875
37876 cyan
37877 \begin_inset Quotes erd
37878 \end_inset
37879
37880
37881 \begin_inset Quotes eld
37882 \end_inset
37883
37884 magenta
37885 \begin_inset Quotes erd
37886 \end_inset
37887
37888
37889 \begin_inset Quotes eld
37890 \end_inset
37891
37892 black
37893 \begin_inset Quotes erd
37894 \end_inset
37895
37896  or 
37897 \begin_inset Quotes eld
37898 \end_inset
37899
37900 white
37901 \begin_inset Quotes erd
37902 \end_inset
37903
37904 , and add this command to the document preamble:
37905 \begin_inset Newline newline
37906 \end_inset
37907
37908
37909 \series bold
37910
37911 \backslash
37912 @ifundefined{textcolor}
37913 \begin_inset Newline newline
37914 \end_inset
37915
37916
37917 \begin_inset space ~
37918 \end_inset
37919
37920 {
37921 \backslash
37922 usepackage{color}}{}
37923 \series default
37924
37925 \begin_inset Separator latexpar
37926 \end_inset
37927
37928
37929 \end_layout
37930
37931 \begin_deeper
37932 \begin_layout Standard
37933 \begin_inset ERT
37934 status collapsed
37935
37936 \begin_layout Plain Layout
37937
37938
37939 \backslash
37940 renewcommand{
37941 \backslash
37942 LettrineFontHook}{
37943 \backslash
37944 color{magenta}}
37945 \end_layout
37946
37947 \end_inset
37948
37949
37950 \begin_inset Note Note
37951 status collapsed
37952
37953 \begin_layout Plain Layout
37954 makes the initial magenta
37955 \end_layout
37956
37957 \end_inset
37958
37959
37960 \end_layout
37961
37962 \begin_layout Initial
37963 \begin_inset Argument 1
37964 status open
37965
37966 \begin_layout Plain Layout
37967 lines=3, lhang=0.33, loversize=0.25
37968 \end_layout
37969
37970 \end_inset
37971
37972
37973 \begin_inset Argument 2
37974 status open
37975
37976 \begin_layout Plain Layout
37977 \begin_inset Formula $\mathcal{I}$
37978 \end_inset
37979
37980
37981 \end_layout
37982
37983 \end_inset
37984
37985
37986 \begin_inset Argument 3
37987 status open
37988
37989 \begin_layout Plain Layout
37990 t was in the spring
37991 \end_layout
37992
37993 \end_inset
37994
37995  of the year 1894 that all London was interested, and the fashionable world
37996  dismayed, by the murder of the Honourable Ronald Adair under most unusual
37997  and inexplicable circumstances.
37998  The public has already learned those particulars of the crime which came
37999  out in the police investigation, but a good deal was suppressed upon that
38000  occasion, since the case for the prosecution was so overwhelmingly strong
38001  that it was not necessary to bring forward all the facts.
38002 \end_layout
38003
38004 \end_deeper
38005 \begin_layout Standard
38006 \begin_inset ERT
38007 status collapsed
38008
38009 \begin_layout Plain Layout
38010
38011
38012 \backslash
38013 else
38014 \end_layout
38015
38016 \end_inset
38017
38018
38019 \begin_inset Note Note
38020 status open
38021
38022 \begin_layout Plain Layout
38023 The following will be displayed when the \SpecialChar LaTeX
38024 -package 
38025 \series bold
38026 lettrine
38027 \series default
38028  is not installed:
38029 \end_layout
38030
38031 \end_inset
38032
38033
38034 \end_layout
38035
38036 \begin_layout Standard
38037 You need to install the \SpecialChar LaTeX
38038 -package 
38039 \series bold
38040 lettrine
38041 \series default
38042  to see the following part of this section in the output.
38043 \end_layout
38044
38045 \begin_layout Standard
38046 \begin_inset ERT
38047 status collapsed
38048
38049 \begin_layout Plain Layout
38050
38051
38052 \backslash
38053 fi
38054 \end_layout
38055
38056 \end_inset
38057
38058
38059 \end_layout
38060
38061 \begin_layout Chapter
38062 External Document Parts
38063 \begin_inset Index idx
38064 status collapsed
38065
38066 \begin_layout Plain Layout
38067 External Document Parts
38068 \end_layout
38069
38070 \end_inset
38071
38072
38073 \end_layout
38074
38075 \begin_layout Standard
38076 With the menu 
38077 \family sans
38078 Insert\SpecialChar menuseparator
38079 File
38080 \family default
38081  you can insert external material into your document.
38082  This can be:
38083 \end_layout
38084
38085 \begin_layout Description
38086 LyX
38087 \begin_inset space ~
38088 \end_inset
38089
38090 Document Another \SpecialChar LyX
38091  document; its content is directly inserted to your document.
38092 \end_layout
38093
38094 \begin_layout Description
38095 Plain
38096 \begin_inset space ~
38097 \end_inset
38098
38099 Text A text document; each line is inserted in your document as a separate
38100  paragraph.
38101 \end_layout
38102
38103 \begin_layout Description
38104 Plain
38105 \begin_inset space ~
38106 \end_inset
38107
38108 Text,
38109 \begin_inset space ~
38110 \end_inset
38111
38112 Join
38113 \begin_inset space ~
38114 \end_inset
38115
38116 Lines A text document; text lines are inserted in your document continuously
38117  but an empty text line creates a new paragraph.
38118 \end_layout
38119
38120 \begin_layout Description
38121 External
38122 \begin_inset space ~
38123 \end_inset
38124
38125 Material Files in various formats.
38126 \end_layout
38127
38128 \begin_layout Description
38129 Child
38130 \begin_inset space ~
38131 \end_inset
38132
38133 Document \SpecialChar LyX
38134  or \SpecialChar LaTeX
38135  documents.
38136 \end_layout
38137
38138 \begin_layout Section
38139 External Material
38140 \begin_inset Index idx
38141 status collapsed
38142
38143 \begin_layout Plain Layout
38144 External Document Parts ! External Material
38145 \end_layout
38146
38147 \end_inset
38148
38149
38150 \end_layout
38151
38152 \begin_layout Standard
38153 The external material feature allows you to insert files into your document
38154  without converting them to a format that can be read by the document output
38155  format.
38156  \SpecialChar LyX
38157  takes care of the necessary conversions.
38158  This is similar to images that can be inserted in various image formats
38159  in \SpecialChar LyX
38160  documents.
38161  When you have enabled Instant Preview in \SpecialChar LyX
38162 's preferences under 
38163 \family sans
38164 Look
38165 \begin_inset space ~
38166 \end_inset
38167
38168 and
38169 \begin_inset space ~
38170 \end_inset
38171
38172 feel\SpecialChar menuseparator
38173 Graphics
38174 \family default
38175 , the external material types Dia and Xfig are directly shown in \SpecialChar LyX
38176 .
38177 \end_layout
38178
38179 \begin_layout Standard
38180 External material can be inserted via the 
38181 \family sans
38182 External Material
38183 \family default
38184  dialog that is accessible with the menu 
38185 \family sans
38186 Insert\SpecialChar menuseparator
38187 File\SpecialChar menuseparator
38188 External
38189 \begin_inset space ~
38190 \end_inset
38191
38192 Material
38193 \family default
38194 .
38195  Currently the following file types (
38196 \family sans
38197 Templates
38198 \family default
38199 ) are allowed:
38200 \end_layout
38201
38202 \begin_layout Description
38203 Chess
38204 \begin_inset space ~
38205 \end_inset
38206
38207 diagram This template supports chess position diagrams made with the program
38208  
38209 \series bold
38210
38211 \begin_inset CommandInset href
38212 LatexCommand href
38213 name "XBoard"
38214 target "http://en.wikipedia.org/wiki/XBoard"
38215
38216 \end_inset
38217
38218
38219 \series default
38220 .
38221 \end_layout
38222
38223 \begin_layout Description
38224 Dia
38225 \begin_inset space ~
38226 \end_inset
38227
38228 diagram This template supports diagrams created with the program 
38229 \series bold
38230
38231 \begin_inset CommandInset href
38232 LatexCommand href
38233 name "Dia"
38234 target "http://en.wikipedia.org/wiki/Dia_(software)"
38235
38236 \end_inset
38237
38238
38239 \series default
38240 .
38241 \end_layout
38242
38243 \begin_layout Description
38244 Spreadsheet With this template you can insert spreadsheets
38245 \begin_inset space \thinspace{}
38246 \end_inset
38247
38248 /
38249 \begin_inset space \thinspace{}
38250 \end_inset
38251
38252 tables in the format of 
38253 \series bold
38254
38255 \begin_inset CommandInset href
38256 LatexCommand href
38257 name "Gnumeric"
38258 target "http://en.wikipedia.org/wiki/Gnumeric"
38259
38260 \end_inset
38261
38262
38263 \series default
38264
38265 \begin_inset CommandInset href
38266 LatexCommand href
38267 name "OpenDocument"
38268 target "http://en.wikipedia.org/wiki/OpenDocument"
38269
38270 \end_inset
38271
38272
38273 \begin_inset CommandInset href
38274 LatexCommand href
38275 name "Microsoft Office XML"
38276 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
38277
38278 \end_inset
38279
38280  and 
38281 \begin_inset CommandInset href
38282 LatexCommand href
38283 name "Office Open XML"
38284 target "http://en.wikipedia.org/wiki/Office_Open_XML"
38285
38286 \end_inset
38287
38288 .
38289  For this feature \SpecialChar LyX
38290  must have found the program 
38291 \family typewriter
38292 ssconvert
38293 \family default
38294  during its configuration.
38295  This program is part of Gnumeric, so that you must have Gnumeric installed,
38296  also if you don't have tables in the Gnumeric format.
38297  For examples and possible limitations have a look at \SpecialChar LyX
38298 's example file 
38299 \emph on
38300 spreadsheet.lyx
38301 \emph default
38302 .
38303 \end_layout
38304
38305 \begin_layout Description
38306 Lilypond
38307 \begin_inset space ~
38308 \end_inset
38309
38310 typeset
38311 \begin_inset space ~
38312 \end_inset
38313
38314 music This template is used for music notation typeset with the program
38315 \begin_inset Newline linebreak
38316 \end_inset
38317
38318
38319 \series bold
38320
38321 \begin_inset CommandInset href
38322 LatexCommand href
38323 name "LilyPond"
38324 target "http://en.wikipedia.org/wiki/LilyPond"
38325
38326 \end_inset
38327
38328
38329 \series default
38330 .
38331  For \SpecialChar LyX
38332 's extended support for LilyPond have a look at \SpecialChar LyX
38333 's example file 
38334 \emph on
38335 lilypond.lyx
38336 \emph default
38337 .
38338 \end_layout
38339
38340 \begin_layout Description
38341 PDF
38342 \begin_inset space ~
38343 \end_inset
38344
38345 pages With this template you can insert PDF documents to your document.
38346  To specify the range of pages that should be included, use the option 
38347 \series bold
38348 pages
38349 \series default
38350  in the 
38351 \family sans
38352 Option
38353 \family default
38354  field in the 
38355 \family sans
38356 LaTeX and LyX options
38357 \family default
38358  tab.
38359  The argument of this option is a comma separated list, containing page
38360  numbers (insert as option 
38361 \series bold
38362 pages={3,5,6,8}
38363 \series default
38364 ), ranges of page numbers (
38365 \series bold
38366 pages={4-9}
38367 \series default
38368 ) or any combination.
38369  To insert empty pages use {}.
38370  E.
38371 \begin_inset space \thinspace{}
38372 \end_inset
38373
38374 g.
38375 \begin_inset space ~
38376 \end_inset
38377
38378
38379 \series bold
38380 pages={3,{},8-11,15}
38381 \series default
38382  will insert page 3, an empty page, and pages 8, 9, 10, 11 and 15.
38383  Page ranges are specified in the syntax 
38384 \emph on
38385 start
38386 \emph default
38387 -
38388 \emph on
38389 stop
38390 \emph default
38391 .
38392  This selects all pages from 
38393 \emph on
38394 start
38395 \emph default
38396  to 
38397 \emph on
38398 stop
38399 \emph default
38400 .
38401  Omitting 
38402 \emph on
38403 start
38404 \emph default
38405  defaults to the first page; omitting 
38406 \emph on
38407 stop
38408 \emph default
38409  defaults to the last page of the document.
38410  The last page can also be selected with the keyword 
38411 \series bold
38412 last
38413 \series default
38414 .
38415  (This is only permitted in a page range.) So 
38416 \series bold
38417 pages=-
38418 \series default
38419  will insert all pages of the document and 
38420 \series bold
38421 pages=last-1
38422 \series default
38423  will insert all pages in reverse order.
38424  If the pages option is not specified, only the first page of the PDF is
38425  inserted.
38426 \begin_inset Newline newline
38427 \end_inset
38428
38429 The option 
38430 \series bold
38431 noautoscale
38432 \series default
38433  inserts the pages with their original size, if this option is not given,
38434  the pages will be resized to fith the width of the page of your document.
38435  In the tab 
38436 \family sans
38437 Size and Rotation
38438 \family default
38439  you can specify the width and height of the input pages and their rotation.
38440  If another width than 100
38441 \begin_inset space \thinspace{}
38442 \end_inset
38443
38444 Scale% is used, the option 
38445 \series bold
38446 noautoscale
38447 \series default
38448  will be overwritten.
38449  For more info and possible options, have a look into the documentation
38450  of the \SpecialChar LaTeX
38451 -package 
38452 \series bold
38453 pdfpages
38454 \series default
38455  
38456 \begin_inset CommandInset citation
38457 LatexCommand cite
38458 key "pdfpages"
38459
38460 \end_inset
38461
38462 .
38463 \begin_inset Index idx
38464 status collapsed
38465
38466 \begin_layout Plain Layout
38467 \SpecialChar LaTeX
38468 -packages ! pdfpages
38469 \end_layout
38470
38471 \end_inset
38472
38473
38474 \begin_inset Newline newline
38475 \end_inset
38476
38477 To use this template in a 
38478 \family sans
38479 Beamer
38480 \family default
38481  presentation you need to first insert an 
38482 \family sans
38483 EndFrame
38484 \family default
38485  environment and in a subsequent paragraph a \SpecialChar TeX
38486  Code box containing the command
38487  
38488 \series bold
38489
38490 \backslash
38491 setbeamertemplate{background canvas}{}
38492 \series default
38493 .
38494  Then you can insert as many paragraphs containing the PDFPages template
38495  as you wish.
38496  Behind the included PDF pages you can resume the Beamer presentation by
38497  beginning a new frame or by starting a new section.
38498  To avoid stray blank pages prior to the PDF pages, make sure to use the
38499  
38500 \family sans
38501 Default
38502 \family default
38503  alignment for the paragraph containing the template.
38504 \begin_inset Newline newline
38505 \end_inset
38506
38507 Here is an included PDF which is rotated by -5°: 
38508 \begin_inset External
38509         template PDFPages
38510         filename clipart/Abstract.pdf
38511         extra LaTeX "noautoscale, pages=-"
38512         rotateAngle -5
38513         rotateOrigin bottomleft
38514
38515 \end_inset
38516
38517
38518 \end_layout
38519
38520 \begin_layout Description
38521 Raster
38522 \begin_inset space ~
38523 \end_inset
38524
38525 image This can be used for bitmap images.
38526  The image can be treated in the 
38527 \family sans
38528 External material
38529 \family default
38530  dialog like the images that are usually included via the 
38531 \family sans
38532 Graphics
38533 \family default
38534  dialog as described in section
38535 \begin_inset space ~
38536 \end_inset
38537
38538
38539 \begin_inset CommandInset ref
38540 LatexCommand ref
38541 reference "sec:Graphics-Dialog"
38542
38543 \end_inset
38544
38545 .
38546  Here is an inserted raster image: 
38547 \begin_inset External
38548         template RasterImage
38549         filename clipart/ToolbarEnvBox.png
38550
38551 \end_inset
38552
38553
38554 \end_layout
38555
38556 \begin_layout Description
38557 Vector
38558 \begin_inset space ~
38559 \end_inset
38560
38561 graphics This can be used for vector graphics.
38562  The image can be treated in the 
38563 \family sans
38564 External material
38565 \family default
38566  dialog like the images that are usually included via the 
38567 \family sans
38568 Graphics
38569 \family default
38570  dialog as described in section
38571 \begin_inset space ~
38572 \end_inset
38573
38574
38575 \begin_inset CommandInset ref
38576 LatexCommand ref
38577 reference "sec:Graphics-Dialog"
38578
38579 \end_inset
38580
38581 .
38582  Here is an inserted vector graphics: 
38583 \begin_inset External
38584         template VectorGraphics
38585         filename clipart/SVG-Drawing.svg
38586         scale 33
38587
38588 \end_inset
38589
38590
38591 \end_layout
38592
38593 \begin_layout Description
38594 Xfig
38595 \begin_inset space ~
38596 \end_inset
38597
38598 figure This template supports images created with the program 
38599 \series bold
38600
38601 \begin_inset CommandInset href
38602 LatexCommand href
38603 name "Xfig"
38604 target "http://en.wikipedia.org/wiki/Xfig"
38605
38606 \end_inset
38607
38608
38609 \series default
38610 .
38611 \end_layout
38612
38613 \begin_layout Standard
38614 \begin_inset Float table
38615 placement !h
38616 wide false
38617 sideways false
38618 status open
38619
38620 \begin_layout Plain Layout
38621 \begin_inset Caption Standard
38622
38623 \begin_layout Plain Layout
38624 \begin_inset CommandInset label
38625 LatexCommand label
38626 name "tab:Comparison-of-the"
38627
38628 \end_inset
38629
38630 Comparison of the date input methods.
38631 \end_layout
38632
38633 \end_inset
38634
38635
38636 \end_layout
38637
38638 \begin_layout Plain Layout
38639 \align center
38640 \begin_inset Tabular
38641 <lyxtabular version="3" rows="4" columns="3">
38642 <features tabularvalignment="middle">
38643 <column alignment="center" valignment="top">
38644 <column alignment="center" valignment="top">
38645 <column alignment="center" valignment="top">
38646 <row>
38647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38648 \begin_inset Text
38649
38650 \begin_layout Plain Layout
38651 Document format
38652 \end_layout
38653
38654 \end_inset
38655 </cell>
38656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38657 \begin_inset Text
38658
38659 \begin_layout Plain Layout
38660
38661 \family sans
38662 Insert\SpecialChar menuseparator
38663 Date
38664 \end_layout
38665
38666 \end_inset
38667 </cell>
38668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38669 \begin_inset Text
38670
38671 \begin_layout Plain Layout
38672 command 
38673 \series bold
38674
38675 \backslash
38676 today
38677 \end_layout
38678
38679 \end_inset
38680 </cell>
38681 </row>
38682 <row>
38683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38684 \begin_inset Text
38685
38686 \begin_layout Plain Layout
38687 \SpecialChar LyX
38688
38689 \end_layout
38690
38691 \end_inset
38692 </cell>
38693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38694 \begin_inset Text
38695
38696 \begin_layout Plain Layout
38697 as date
38698 \end_layout
38699
38700 \end_inset
38701 </cell>
38702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38703 \begin_inset Text
38704
38705 \begin_layout Plain Layout
38706 as \SpecialChar TeX
38707  Code inset box
38708 \end_layout
38709
38710 \end_inset
38711 </cell>
38712 </row>
38713 <row>
38714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38715 \begin_inset Text
38716
38717 \begin_layout Plain Layout
38718 \SpecialChar LaTeX
38719
38720 \end_layout
38721
38722 \end_inset
38723 </cell>
38724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38725 \begin_inset Text
38726
38727 \begin_layout Plain Layout
38728 as date
38729 \end_layout
38730
38731 \end_inset
38732 </cell>
38733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38734 \begin_inset Text
38735
38736 \begin_layout Plain Layout
38737 as command
38738 \end_layout
38739
38740 \end_inset
38741 </cell>
38742 </row>
38743 <row>
38744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38745 \begin_inset Text
38746
38747 \begin_layout Plain Layout
38748 DVI, PDF, PS
38749 \end_layout
38750
38751 \end_inset
38752 </cell>
38753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38754 \begin_inset Text
38755
38756 \begin_layout Plain Layout
38757 as date
38758 \end_layout
38759
38760 \end_inset
38761 </cell>
38762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38763 \begin_inset Text
38764
38765 \begin_layout Plain Layout
38766 as date
38767 \end_layout
38768
38769 \end_inset
38770 </cell>
38771 </row>
38772 </lyxtabular>
38773
38774 \end_inset
38775
38776
38777 \end_layout
38778
38779 \end_inset
38780
38781
38782 \end_layout
38783
38784 \begin_layout Standard
38785 When you use the option 
38786 \family sans
38787 Draft
38788 \family default
38789  in the 
38790 \family sans
38791 File
38792 \family default
38793  tab of the 
38794 \family sans
38795 External Material
38796 \family default
38797  dialog, only the path to the inserted file is shown in the output.
38798 \begin_inset Newline newline
38799 \end_inset
38800
38801 External material is displayed in \SpecialChar LyX
38802  either as a box like this: 
38803 \begin_inset Graphics
38804         filename clipart/ExternalMaterial.png
38805         scale 75
38806         scaleBeforeRotation
38807
38808 \end_inset
38809
38810  or as image, depending on the option 
38811 \family sans
38812 Show in LyX
38813 \family default
38814  in the 
38815 \family sans
38816 LaTeX and LyX options
38817 \family default
38818  tab of the dialog.
38819 \end_layout
38820
38821 \begin_layout Standard
38822 The 
38823 \family sans
38824 \emph on
38825 Customization
38826 \family default
38827 \emph default
38828  manual explains how you can define your own templates.
38829 \end_layout
38830
38831 \begin_layout Section
38832 Child Documents
38833 \begin_inset CommandInset label
38834 LatexCommand label
38835 name "sec:Child-Documents"
38836
38837 \end_inset
38838
38839
38840 \begin_inset Index idx
38841 status collapsed
38842
38843 \begin_layout Plain Layout
38844 External Document Parts ! Child Documents
38845 \end_layout
38846
38847 \end_inset
38848
38849
38850 \begin_inset Index idx
38851 status collapsed
38852
38853 \begin_layout Plain Layout
38854 Files ! Include
38855 \end_layout
38856
38857 \end_inset
38858
38859
38860 \end_layout
38861
38862 \begin_layout Standard
38863 Child documents are used if you have a long document consisting of several
38864  larger parts or sections.
38865  For maintenance it is often useful and sometimes even required to split
38866  the document into several files that can be revised separately.
38867  The different documents are then the so called 
38868 \begin_inset Quotes eld
38869 \end_inset
38870
38871 child documents
38872 \begin_inset Quotes erd
38873 \end_inset
38874
38875 , and a master document connects them to print the full document or parts
38876  of it.
38877  A child document inherits elements from its master, for example the \SpecialChar LaTeX
38878  preamble,
38879  the bibliography, and labels for cross-references.
38880 \end_layout
38881
38882 \begin_layout Standard
38883 To be able to work on child documents without the need to open their master,
38884  specify in the child document the master in the menu
38885 \family sans
38886  Document\SpecialChar menuseparator
38887 Settings\SpecialChar menuseparator
38888 Document
38889 \begin_inset space ~
38890 \end_inset
38891
38892 Class
38893 \family default
38894 .
38895  This master document will then be used in the background by \SpecialChar LyX
38896  when you edit
38897  the child document.
38898 \end_layout
38899
38900 \begin_layout Standard
38901 Included documents are displayed in \SpecialChar LyX
38902  as a box like this: 
38903 \begin_inset Graphics
38904         filename clipart/ChildDocument.png
38905         scaleBeforeRotation
38906
38907 \end_inset
38908
38909  To include child documents in a master document use the menu 
38910 \family sans
38911 Insert\SpecialChar menuseparator
38912 File\SpecialChar menuseparator
38913 Child
38914 \begin_inset space ~
38915 \end_inset
38916
38917 Documents
38918 \family default
38919 .
38920  A dialog pops up where you can choose between four include methods:
38921 \end_layout
38922
38923 \begin_layout Description
38924 Include You can include \SpecialChar LyX
38925  and \SpecialChar LaTeX
38926  documents.
38927  When you press the 
38928 \family sans
38929 Edit
38930 \family default
38931  button in the 
38932 \family sans
38933 Child Document
38934 \family default
38935  dialog, the included document will be opened in \SpecialChar LyX
38936  in a new file tab so that
38937  you can modify it.
38938 \begin_inset Newline newline
38939 \end_inset
38940
38941
38942 \end_layout
38943
38944 \begin_layout Standard
38945 Here is a child document inserted using 
38946 \family sans
38947 Include
38948 \family default
38949
38950 \begin_inset CommandInset include
38951 LatexCommand include
38952 filename "DummyDocument1.lyx"
38953
38954 \end_inset
38955
38956
38957 \end_layout
38958
38959 \begin_layout Standard
38960 The section numbering includes the sections of the included files in the
38961  order they are inserted in the master document.
38962  The included example document has for example a subsection that is numbered
38963  as a subsection of this section.
38964  Labels of included documents can be referenced: Subsection
38965 \begin_inset space ~
38966 \end_inset
38967
38968
38969 \begin_inset CommandInset ref
38970 LatexCommand ref
38971 reference "subsec:External-Subsection-1"
38972
38973 \end_inset
38974
38975 .
38976 \end_layout
38977
38978 \begin_layout Standard
38979 The preamble of the child document is ignored; only the preamble of the
38980  master document is used.
38981  Branches in child documents will be ignored by the master document when
38982  the master document does not have a branch with the same name.
38983  Included documents are inserted starting on a new page and ending with
38984  a page break.
38985 \end_layout
38986
38987 \begin_layout Standard
38988 \begin_inset Note Greyedout
38989 status open
38990
38991 \begin_layout Plain Layout
38992
38993 \series bold
38994 Note:
38995 \series default
38996  If you have included a \SpecialChar LyX
38997  or \SpecialChar LaTeX
38998  file, you are warned when you export/view the
38999  document in case the child document uses another document class than the
39000  master document as this will lead to unexpected outputs.
39001 \end_layout
39002
39003 \end_inset
39004
39005
39006 \end_layout
39007
39008 \begin_layout Description
39009 Input This method is very similar to the Include method.
39010  The differences are:
39011 \begin_inset Separator latexpar
39012 \end_inset
39013
39014
39015 \end_layout
39016
39017 \begin_deeper
39018 \begin_layout Itemize
39019 Input files don't start with a new page and don't end with a page break.
39020 \end_layout
39021
39022 \begin_layout Itemize
39023 Input files can be previewed in \SpecialChar LyX
39024  when 
39025 \family sans
39026 Instant
39027 \begin_inset space ~
39028 \end_inset
39029
39030 Preview
39031 \family default
39032  is enabled in \SpecialChar LyX
39033 's preferences under 
39034 \family sans
39035 Look
39036 \begin_inset space ~
39037 \end_inset
39038
39039 and
39040 \begin_inset space ~
39041 \end_inset
39042
39043 feel\SpecialChar menuseparator
39044 Graphics
39045 \family default
39046 .
39047 \end_layout
39048
39049 \begin_layout Itemize
39050 You cannot exclude Input files via the menu 
39051 \family sans
39052 Document\SpecialChar menuseparator
39053 Settings\SpecialChar menuseparator
39054 Child Documents
39055 \family default
39056 .
39057 \end_layout
39058
39059 \end_deeper
39060 \begin_layout Standard
39061 Here is a child document inserted using 
39062 \family sans
39063 Input
39064 \family default
39065
39066 \begin_inset CommandInset include
39067 LatexCommand input
39068 filename "DummyDocument2.lyx"
39069
39070 \end_inset
39071
39072
39073 \end_layout
39074
39075 \begin_layout Description
39076 Verbatim With this method any text file can be included.
39077  The file is shown in the output with its source code; no command used in
39078  the text is invoked.
39079  You can use the option 
39080 \family sans
39081 Mark spaces in output
39082 \family default
39083  that displays the character 
39084 \begin_inset Quotes eld
39085 \end_inset
39086
39087
39088 \begin_inset ERT
39089 status collapsed
39090
39091 \begin_layout Plain Layout
39092
39093
39094 \backslash
39095 textvisiblespace 
39096 \end_layout
39097
39098 \end_inset
39099
39100
39101 \begin_inset Quotes erd
39102 \end_inset
39103
39104  for every space character in the source code.
39105  The difference from the method via the menu 
39106 \family sans
39107 Insert\SpecialChar menuseparator
39108 File\SpecialChar menuseparator
39109 Plain
39110 \begin_inset space ~
39111 \end_inset
39112
39113 Text
39114 \family default
39115  is that the document content is not shown in \SpecialChar LyX
39116 .
39117 \end_layout
39118
39119 \begin_layout Standard
39120 Here is a child document inserted as Verbatim: 
39121 \begin_inset CommandInset include
39122 LatexCommand verbatiminput
39123 filename "DummyTextDocument.txt"
39124
39125 \end_inset
39126
39127
39128 \begin_inset VSpace bigskip
39129 \end_inset
39130
39131  Here is a child document inserted as Verbatim using the 
39132 \family sans
39133 Mark spaces in output
39134 \family default
39135  option: 
39136 \begin_inset CommandInset include
39137 LatexCommand verbatiminput*
39138 filename "DummyTextDocument.txt"
39139
39140 \end_inset
39141
39142
39143 \end_layout
39144
39145 \begin_layout Standard
39146 \begin_inset VSpace bigskip
39147 \end_inset
39148
39149
39150 \end_layout
39151
39152 \begin_layout Standard
39153 \begin_inset Note Greyedout
39154 status open
39155
39156 \begin_layout Plain Layout
39157
39158 \series bold
39159 Note:
39160 \series default
39161  As you can see in the examples above, the text of the documents included
39162  as 
39163 \family sans
39164 verbatim
39165 \family default
39166  is not broken at the end of the document lines.
39167 \end_layout
39168
39169 \end_inset
39170
39171
39172 \end_layout
39173
39174 \begin_layout Description
39175 Listings This type is described in chapter
39176 \begin_inset space ~
39177 \end_inset
39178
39179
39180 \begin_inset CommandInset ref
39181 LatexCommand ref
39182 reference "cha:Program-Code-Listings"
39183
39184 \end_inset
39185
39186 .
39187 \end_layout
39188
39189 \begin_layout Standard
39190 \begin_inset Note Greyedout
39191 status open
39192
39193 \begin_layout Plain Layout
39194
39195 \series bold
39196 Note:
39197 \series default
39198  Including the same document twice in a document using different methods
39199  could cause \SpecialChar LaTeX
39200 -problems.
39201 \end_layout
39202
39203 \end_inset
39204
39205
39206 \end_layout
39207
39208 \begin_layout Standard
39209 If you want to view/export only selected children of your master document,
39210  either because you want to save compiling time or because you want to distribut
39211 e single chapters of the book you are just writing, you can exclude children
39212  from the output.
39213  This is done via the menu 
39214 \family sans
39215 Document\SpecialChar menuseparator
39216 Settings\SpecialChar menuseparator
39217 Child Documents
39218 \family default
39219 .
39220  You can exclude\SpecialChar breakableslash
39221 include children by double-clicking on the 
39222 \family sans
39223 include to output
39224 \family default
39225  column of the respective child document in the list (note that this only
39226  works for documents embedded via 
39227 \begin_inset Quotes eld
39228 \end_inset
39229
39230 Include
39231 \begin_inset Quotes erd
39232 \end_inset
39233
39234 , not with 
39235 \begin_inset Quotes eld
39236 \end_inset
39237
39238 Input
39239 \begin_inset Quotes erd
39240 \end_inset
39241
39242 ).
39243  If the option 
39244 \family sans
39245 Maintain counters and references
39246 \family default
39247  is enabled, \SpecialChar LyX
39248  will assure that all page numbers, references etc.
39249 \begin_inset space ~
39250 \end_inset
39251
39252 are correct as if the whole document was processed.
39253  This is useful if you want the selected sub-documents to look exactly as
39254  in the context of the whole document.
39255  However, \SpecialChar LyX
39256  needs to process the whole document in the background for this
39257  feature.
39258  So if you want to save compile time and if counters and references do not
39259  need to be correct, disable this checkbox.
39260 \end_layout
39261
39262 \begin_layout Standard
39263 Alternatively, you can put each included file into a branch.
39264 \begin_inset Foot
39265 status collapsed
39266
39267 \begin_layout Plain Layout
39268 Branches are described in section 
39269 \emph on
39270 Branches
39271 \emph default
39272  of the \SpecialChar LyX
39273  
39274 \emph on
39275 Userguide
39276 \emph default
39277 .
39278 \end_layout
39279
39280 \end_inset
39281
39282  By enabling\SpecialChar breakableslash
39283 disabling branches you can decide which included files will
39284  appear in the output.
39285  This has the advantage that it also works with Input'ed sub-documents.
39286  However, counters and references will not be maintained with this approach.
39287 \end_layout
39288
39289 \begin_layout Chapter
39290 Program Code Listings
39291 \begin_inset CommandInset label
39292 LatexCommand label
39293 name "cha:Program-Code-Listings"
39294
39295 \end_inset
39296
39297
39298 \begin_inset Index idx
39299 status collapsed
39300
39301 \begin_layout Plain Layout
39302 Listings
39303 \end_layout
39304
39305 \end_inset
39306
39307
39308 \begin_inset Index idx
39309 status collapsed
39310
39311 \begin_layout Plain Layout
39312 Program Code
39313 \end_layout
39314
39315 \end_inset
39316
39317
39318 \begin_inset Index idx
39319 status collapsed
39320
39321 \begin_layout Plain Layout
39322 Floats ! Listings
39323 \end_layout
39324
39325 \end_inset
39326
39327
39328 \end_layout
39329
39330 \begin_layout Standard
39331 To include and typeset program code you can use the 
39332 \family sans
39333 Listings
39334 \family default
39335  inset that can be inserted via the menu 
39336 \family sans
39337 Insert\SpecialChar menuseparator
39338 Program Listing
39339 \family default
39340 .
39341  The \SpecialChar LaTeX
39342 -package 
39343 \series bold
39344 listings
39345 \series default
39346
39347 \begin_inset Index idx
39348 status collapsed
39349
39350 \begin_layout Plain Layout
39351 \SpecialChar LaTeX
39352 -packages ! listings
39353 \end_layout
39354
39355 \end_inset
39356
39357  provides a powerful and flexible way to insert program source code into
39358  your document.
39359 \end_layout
39360
39361 \begin_layout Standard
39362 Right-clicking on a listings inset opens the context menu containing where
39363  you can set the listings format.
39364 \end_layout
39365
39366 \begin_layout Standard
39367 By default, a listing starts a new paragraph in the output.
39368  The placement option 
39369 \family sans
39370 Inline
39371 \begin_inset space ~
39372 \end_inset
39373
39374 listing
39375 \family default
39376  prints the listing inline like this: 
39377 \begin_inset listings
39378 lstparams "language={C++}"
39379 inline true
39380 status open
39381
39382 \begin_layout Plain Layout
39383
39384 int a=5;
39385 \end_layout
39386
39387 \end_inset
39388
39389
39390 \begin_inset Newline newline
39391 \end_inset
39392
39393 The option 
39394 \family sans
39395 Float
39396 \family default
39397  creates a listings float where you can specify the placement options 
39398 \begin_inset Quotes eld
39399 \end_inset
39400
39401
39402 \family sans
39403 h
39404 \family default
39405
39406 \begin_inset Quotes erd
39407 \end_inset
39408
39409
39410 \begin_inset Quotes eld
39411 \end_inset
39412
39413
39414 \family sans
39415 t
39416 \family default
39417
39418 \begin_inset Quotes erd
39419 \end_inset
39420
39421
39422 \begin_inset Quotes eld
39423 \end_inset
39424
39425
39426 \family sans
39427 b
39428 \family default
39429
39430 \begin_inset Quotes erd
39431 \end_inset
39432
39433 , and 
39434 \begin_inset Quotes eld
39435 \end_inset
39436
39437
39438 \family sans
39439 p
39440 \family default
39441
39442 \begin_inset Quotes erd
39443 \end_inset
39444
39445  corresponding to the float placement options described in section
39446 \begin_inset space ~
39447 \end_inset
39448
39449
39450 \begin_inset CommandInset ref
39451 LatexCommand ref
39452 reference "sec:Float-Placement"
39453
39454 \end_inset
39455
39456 .
39457  The placement options can be mixed and are inserted without any separation,
39458  e.
39459 \begin_inset space \thinspace{}
39460 \end_inset
39461
39462 g.
39463 \begin_inset space \space{}
39464 \end_inset
39465
39466
39467 \begin_inset Quotes eld
39468 \end_inset
39469
39470
39471 \family sans
39472 htbp
39473 \family default
39474
39475 \begin_inset Quotes erd
39476 \end_inset
39477
39478 .
39479  The option 
39480 \begin_inset Quotes eld
39481 \end_inset
39482
39483 h
39484 \begin_inset Quotes erd
39485 \end_inset
39486
39487  has sometimes no effect, but you don't need to use the 
39488 \family sans
39489 Float
39490 \family default
39491  option in this case as also non-float listings can have captions and be
39492  referenced.
39493 \end_layout
39494
39495 \begin_layout Standard
39496 You can add captions to listings with the menu 
39497 \family sans
39498 Insert\SpecialChar menuseparator
39499 Caption
39500 \family default
39501 .
39502  Listings can be referenced like floats: Listing
39503 \begin_inset space ~
39504 \end_inset
39505
39506
39507 \begin_inset CommandInset ref
39508 LatexCommand ref
39509 reference "lst:Example-Listing"
39510
39511 \end_inset
39512
39513 .
39514  A list of listings which contains all listings with captions can be created
39515  via the menu 
39516 \family sans
39517 Insert\SpecialChar menuseparator
39518 List
39519 \begin_inset space ~
39520 \end_inset
39521
39522 /
39523 \begin_inset space ~
39524 \end_inset
39525
39526 TOC\SpecialChar menuseparator
39527 List of Listings
39528 \family default
39529 .
39530  The list entries are the listing caption and the listing number.
39531 \end_layout
39532
39533 \begin_layout Standard
39534 \begin_inset listings
39535 lstparams "language=Python"
39536 inline false
39537 status open
39538
39539 \begin_layout Plain Layout
39540
39541 \begin_inset Caption Standard
39542
39543 \begin_layout Plain Layout
39544 \begin_inset CommandInset label
39545 LatexCommand label
39546 name "lst:Example-Listing"
39547
39548 \end_inset
39549
39550 Example Listing float
39551 \end_layout
39552
39553 \end_inset
39554
39555 # Example listing float
39556 \end_layout
39557
39558 \begin_layout Plain Layout
39559
39560 def func(param):
39561 \end_layout
39562
39563 \begin_layout Plain Layout
39564
39565     'this is a python function'
39566 \end_layout
39567
39568 \begin_layout Plain Layout
39569
39570     pass
39571 \end_layout
39572
39573 \end_inset
39574
39575
39576 \end_layout
39577
39578 \begin_layout Standard
39579 When you have set a programming language in the listings dialog, the keywords
39580  of this language will be recognized and specially typeset in the output.
39581  In the example listings the Python keyword 
39582 \begin_inset Quotes eld
39583 \end_inset
39584
39585 def
39586 \begin_inset Quotes erd
39587 \end_inset
39588
39589  is recognized and printed bold in the output.
39590 \end_layout
39591
39592 \begin_layout Standard
39593 \begin_inset Note Greyedout
39594 status open
39595
39596 \begin_layout Plain Layout
39597
39598 \series bold
39599 Note:
39600 \series default
39601  If you don't get bold keywords when using typewriter fonts, your 
39602 \family typewriter
39603 typewriter
39604 \family default
39605  font probably doesn't provide a bold shape.
39606  In this case select a different one in the menu 
39607 \family sans
39608 Document\SpecialChar menuseparator
39609 Settings\SpecialChar menuseparator
39610 Fonts
39611 \family default
39612 .
39613  (The fonts 
39614 \emph on
39615 LuxiMono, BeraMono
39616 \emph default
39617  and 
39618 \emph on
39619 Courier
39620 \emph default
39621  provide bold shapes.)
39622 \end_layout
39623
39624 \end_inset
39625
39626
39627 \end_layout
39628
39629 \begin_layout Standard
39630 In section 
39631 \family sans
39632 Line
39633 \begin_inset space ~
39634 \end_inset
39635
39636 numbering
39637 \family default
39638  of the listings dialog you can specify the line numbering style.
39639  You can insert a number to specify which lines are numbered in the field
39640  
39641 \family sans
39642 Step
39643 \family default
39644 .
39645  When you insert e.
39646 \begin_inset space \thinspace{}
39647 \end_inset
39648
39649 g.
39650 \begin_inset space \space{}
39651 \end_inset
39652
39653
39654 \begin_inset Quotes eld
39655 \end_inset
39656
39657 3
39658 \begin_inset Quotes erd
39659 \end_inset
39660
39661 , only every 3rd line will be numbered.
39662 \end_layout
39663
39664 \begin_layout Standard
39665 You can furthermore specify a range of lines; only these will then appear
39666  in the output.
39667  The option 
39668 \family sans
39669 Extended character table
39670 \family default
39671  should be used when you use national characters like the German umlauts
39672  in the listing.
39673 \begin_inset Newline newline
39674 \end_inset
39675
39676 Here is an example listing with left line numbering, step 
39677 \begin_inset Quotes eld
39678 \end_inset
39679
39680 3
39681 \begin_inset Quotes erd
39682 \end_inset
39683
39684 , language 
39685 \begin_inset Quotes eld
39686 \end_inset
39687
39688 Python
39689 \begin_inset Quotes erd
39690 \end_inset
39691
39692 , options 
39693 \begin_inset Quotes eld
39694 \end_inset
39695
39696 Extended character table
39697 \begin_inset Quotes erd
39698 \end_inset
39699
39700  and 
39701 \begin_inset Quotes eld
39702 \end_inset
39703
39704 Space
39705 \begin_inset space ~
39706 \end_inset
39707
39708 as
39709 \begin_inset space ~
39710 \end_inset
39711
39712 symbol
39713 \begin_inset Quotes erd
39714 \end_inset
39715
39716 , range lines 3
39717 \begin_inset space \thinspace{}
39718 \end_inset
39719
39720 -
39721 \begin_inset space \thinspace{}
39722 \end_inset
39723
39724 8:
39725 \end_layout
39726
39727 \begin_layout Standard
39728 \begin_inset listings
39729 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
39730 inline false
39731 status open
39732
39733 \begin_layout Plain Layout
39734
39735 def func(param):
39736 \end_layout
39737
39738 \begin_layout Plain Layout
39739
39740     'this is a python function'
39741 \end_layout
39742
39743 \begin_layout Plain Layout
39744
39745     pass
39746 \end_layout
39747
39748 \begin_layout Plain Layout
39749
39750 def func(param):
39751 \end_layout
39752
39753 \begin_layout Plain Layout
39754
39755 'This is a German word: Tschüß'
39756 \end_layout
39757
39758 \begin_layout Plain Layout
39759
39760 pass
39761 \end_layout
39762
39763 \begin_layout Plain Layout
39764
39765 def func(param):
39766 \end_layout
39767
39768 \begin_layout Plain Layout
39769
39770 'this is a python function'
39771 \end_layout
39772
39773 \begin_layout Plain Layout
39774
39775 pass
39776 \end_layout
39777
39778 \end_inset
39779
39780
39781 \end_layout
39782
39783 \begin_layout Standard
39784 When you have tabulators in your listing, you can specify the number of
39785  characters that are spanned by a tabulator in the field 
39786 \family sans
39787 Tabulator
39788 \begin_inset space ~
39789 \end_inset
39790
39791 size
39792 \family default
39793 .
39794 \end_layout
39795
39796 \begin_layout Standard
39797 \begin_inset Note Greyedout
39798 status open
39799
39800 \begin_layout Plain Layout
39801
39802 \series bold
39803 Note:
39804 \series default
39805  Due to a bug in the 
39806 \series bold
39807 listings
39808 \series default
39809  package the line numbering is shifted by a line by every previous listing.
39810  That's the reason why the lines 2 and 5 are numbered in the above listing
39811  and not the lines 3 and 6.
39812 \end_layout
39813
39814 \end_inset
39815
39816
39817 \end_layout
39818
39819 \begin_layout Standard
39820 \begin_inset VSpace bigskip
39821 \end_inset
39822
39823
39824 \end_layout
39825
39826 \begin_layout Standard
39827 It is also possible to print lines from a file as listing.
39828  To do this, use the menu 
39829 \family sans
39830 Insert\SpecialChar menuseparator
39831 File\SpecialChar menuseparator
39832 Child Document
39833 \family default
39834  and choose the type 
39835 \family sans
39836 Listings
39837 \family default
39838 .
39839 \begin_inset Foot
39840 status collapsed
39841
39842 \begin_layout Plain Layout
39843 The other child document types are described in section
39844 \begin_inset space ~
39845 \end_inset
39846
39847
39848 \begin_inset CommandInset ref
39849 LatexCommand ref
39850 reference "sec:Child-Documents"
39851
39852 \end_inset
39853
39854 .
39855 \end_layout
39856
39857 \end_inset
39858
39859  In the child document dialog you can specify the listing parameters in
39860  a text box.
39861  To show a list of all available parameters, type in a question mark 
39862 \begin_inset Quotes eld
39863 \end_inset
39864
39865 ?
39866 \begin_inset Quotes erd
39867 \end_inset
39868
39869  in the text box.
39870 \end_layout
39871
39872 \begin_layout Standard
39873 To reference child document listings, write a label text into the corresponding
39874  field of the child document dialog.
39875  The label can then be referenced using the menu 
39876 \family sans
39877 Insert\SpecialChar menuseparator
39878 Cross-Reference
39879 \family default
39880 .
39881 \end_layout
39882
39883 \begin_layout Standard
39884 Listing
39885 \begin_inset space ~
39886 \end_inset
39887
39888
39889 \begin_inset CommandInset ref
39890 LatexCommand ref
39891 reference "lst:file-listing"
39892
39893 \end_inset
39894
39895  is an example for a listing of a file; there the lines 10
39896 \begin_inset space \thinspace{}
39897 \end_inset
39898
39899 -
39900 \begin_inset space \thinspace{}
39901 \end_inset
39902
39903 15 of this \SpecialChar LyX
39904  file are listed.
39905 \end_layout
39906
39907 \begin_layout Standard
39908 \begin_inset CommandInset include
39909 LatexCommand lstinputlisting
39910 filename "EmbeddedObjects.lyx"
39911 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
39912
39913 \end_inset
39914
39915
39916 \end_layout
39917
39918 \begin_layout Standard
39919 \begin_inset VSpace bigskip
39920 \end_inset
39921
39922
39923 \end_layout
39924
39925 \begin_layout Standard
39926 Inserting a formula into a listing can be done the following way:
39927 \end_layout
39928
39929 \begin_layout Enumerate
39930 Open the listings dialog and add
39931 \begin_inset Newline newline
39932 \end_inset
39933
39934
39935 \family sans
39936 mathescape=true
39937 \family default
39938
39939 \begin_inset Newline newline
39940 \end_inset
39941
39942 to the field of the 
39943 \family sans
39944 Advanced
39945 \family default
39946  tab.
39947 \end_layout
39948
39949 \begin_layout Enumerate
39950 Create a formula outside the listing
39951 \end_layout
39952
39953 \begin_layout Enumerate
39954 Copy the content of the formula (not the formula inset) to the clipboard
39955  (shortcut 
39956 \begin_inset Info
39957 type  "shortcut"
39958 arg   "copy"
39959 \end_inset
39960
39961 )
39962 \end_layout
39963
39964 \begin_layout Enumerate
39965 In the listing write 
39966 \begin_inset Quotes eld
39967 \end_inset
39968
39969
39970 \family sans
39971 $$
39972 \family default
39973
39974 \begin_inset Quotes erd
39975 \end_inset
39976
39977  and copy from the clipboard between the dollar-signs (shortcut 
39978 \begin_inset Info
39979 type  "shortcut"
39980 arg   "paste"
39981 \end_inset
39982
39983 )
39984 \end_layout
39985
39986 \begin_layout Standard
39987 \begin_inset listings
39988 lstparams "language=Python,mathescape=true"
39989 inline false
39990 status open
39991
39992 \begin_layout Plain Layout
39993
39994 \begin_inset Caption Standard
39995
39996 \begin_layout Plain Layout
39997 Example Listing float containing a formula
39998 \end_layout
39999
40000 \end_inset
40001
40002 # Example listing float
40003 \end_layout
40004
40005 \begin_layout Plain Layout
40006
40007 def func(param):
40008 \end_layout
40009
40010 \begin_layout Plain Layout
40011
40012     # $
40013 \backslash
40014 prod_{n=1}^{
40015 \backslash
40016 infty}
40017 \backslash
40018 ,
40019 \backslash
40020 frac{1}{x^{2}}$
40021 \end_layout
40022
40023 \begin_layout Plain Layout
40024
40025     pass
40026 \end_layout
40027
40028 \end_inset
40029
40030
40031 \end_layout
40032
40033 \begin_layout Standard
40034 \begin_inset VSpace bigskip
40035 \end_inset
40036
40037
40038 \end_layout
40039
40040 \begin_layout Standard
40041 Global listings settings can be set in the 
40042 \family sans
40043 Document\SpecialChar menuseparator
40044 Settings\SpecialChar menuseparator
40045 Listings
40046 \family default
40047  dialog.
40048  To get there a list of available options, type in a question mark 
40049 \begin_inset Quotes eld
40050 \end_inset
40051
40052 ?
40053 \begin_inset Quotes erd
40054 \end_inset
40055
40056 .
40057 \end_layout
40058
40059 \begin_layout Standard
40060 For more information about the 
40061 \series bold
40062 listings
40063 \series default
40064  package, we refer to its documentation 
40065 \begin_inset CommandInset citation
40066 LatexCommand cite
40067 key "listings"
40068
40069 \end_inset
40070
40071 .
40072 \end_layout
40073
40074 \begin_layout Standard
40075 \begin_inset Newpage newpage
40076 \end_inset
40077
40078
40079 \end_layout
40080
40081 \begin_layout Chapter
40082 \start_of_appendix
40083 Units available in \SpecialChar LyX
40084
40085 \begin_inset Index idx
40086 status collapsed
40087
40088 \begin_layout Plain Layout
40089 Units
40090 \end_layout
40091
40092 \end_inset
40093
40094
40095 \begin_inset CommandInset label
40096 LatexCommand label
40097 name "cha:Units-available-in"
40098
40099 \end_inset
40100
40101
40102 \end_layout
40103
40104 \begin_layout Standard
40105 To understand the units described in this documentation, Table
40106 \begin_inset space ~
40107 \end_inset
40108
40109
40110 \begin_inset CommandInset ref
40111 LatexCommand ref
40112 reference "tab:Units"
40113
40114 \end_inset
40115
40116  explains all units available in \SpecialChar LyX
40117 .
40118 \end_layout
40119
40120 \begin_layout Standard
40121 \begin_inset Float table
40122 placement h
40123 wide false
40124 sideways false
40125 status open
40126
40127 \begin_layout Plain Layout
40128 \begin_inset Caption Standard
40129
40130 \begin_layout Plain Layout
40131 \begin_inset CommandInset label
40132 LatexCommand label
40133 name "tab:Units"
40134
40135 \end_inset
40136
40137 Units
40138 \end_layout
40139
40140 \end_inset
40141
40142
40143 \end_layout
40144
40145 \begin_layout Plain Layout
40146 \begin_inset VSpace medskip
40147 \end_inset
40148
40149
40150 \end_layout
40151
40152 \begin_layout Plain Layout
40153 \align center
40154 \begin_inset Tabular
40155 <lyxtabular version="3" rows="20" columns="3">
40156 <features tabularvalignment="middle">
40157 <column alignment="center" valignment="top">
40158 <column alignment="center" valignment="top">
40159 <column alignment="center" valignment="top">
40160 <row>
40161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40162 \begin_inset Text
40163
40164 \begin_layout Plain Layout
40165 unit
40166 \end_layout
40167
40168 \end_inset
40169 </cell>
40170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40171 \begin_inset Text
40172
40173 \begin_layout Plain Layout
40174 name/description
40175 \end_layout
40176
40177 \end_inset
40178 </cell>
40179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40180 \begin_inset Text
40181
40182 \begin_layout Plain Layout
40183 \SpecialChar LaTeX
40184  command
40185 \end_layout
40186
40187 \end_inset
40188 </cell>
40189 </row>
40190 <row>
40191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40192 \begin_inset Text
40193
40194 \begin_layout Plain Layout
40195 mm
40196 \end_layout
40197
40198 \end_inset
40199 </cell>
40200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40201 \begin_inset Text
40202
40203 \begin_layout Plain Layout
40204 millimeter
40205 \end_layout
40206
40207 \end_inset
40208 </cell>
40209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40210 \begin_inset Text
40211
40212 \begin_layout Plain Layout
40213 -
40214 \end_layout
40215
40216 \end_inset
40217 </cell>
40218 </row>
40219 <row>
40220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40221 \begin_inset Text
40222
40223 \begin_layout Plain Layout
40224 cm
40225 \end_layout
40226
40227 \end_inset
40228 </cell>
40229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40230 \begin_inset Text
40231
40232 \begin_layout Plain Layout
40233 centimeter
40234 \end_layout
40235
40236 \end_inset
40237 </cell>
40238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40239 \begin_inset Text
40240
40241 \begin_layout Plain Layout
40242 -
40243 \end_layout
40244
40245 \end_inset
40246 </cell>
40247 </row>
40248 <row>
40249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40250 \begin_inset Text
40251
40252 \begin_layout Plain Layout
40253 in
40254 \end_layout
40255
40256 \end_inset
40257 </cell>
40258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40259 \begin_inset Text
40260
40261 \begin_layout Plain Layout
40262 inch
40263 \end_layout
40264
40265 \end_inset
40266 </cell>
40267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40268 \begin_inset Text
40269
40270 \begin_layout Plain Layout
40271 -
40272 \end_layout
40273
40274 \end_inset
40275 </cell>
40276 </row>
40277 <row>
40278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40279 \begin_inset Text
40280
40281 \begin_layout Plain Layout
40282 pt
40283 \end_layout
40284
40285 \end_inset
40286 </cell>
40287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40288 \begin_inset Text
40289
40290 \begin_layout Plain Layout
40291 point (72.27
40292 \begin_inset space \thinspace{}
40293 \end_inset
40294
40295 pt = 1
40296 \begin_inset space \thinspace{}
40297 \end_inset
40298
40299 in)
40300 \end_layout
40301
40302 \end_inset
40303 </cell>
40304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40305 \begin_inset Text
40306
40307 \begin_layout Plain Layout
40308 -
40309 \end_layout
40310
40311 \end_inset
40312 </cell>
40313 </row>
40314 <row>
40315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40316 \begin_inset Text
40317
40318 \begin_layout Plain Layout
40319 pc
40320 \end_layout
40321
40322 \end_inset
40323 </cell>
40324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40325 \begin_inset Text
40326
40327 \begin_layout Plain Layout
40328 pica (1
40329 \begin_inset space \thinspace{}
40330 \end_inset
40331
40332 pc = 12
40333 \begin_inset space \thinspace{}
40334 \end_inset
40335
40336 pt)
40337 \end_layout
40338
40339 \end_inset
40340 </cell>
40341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40342 \begin_inset Text
40343
40344 \begin_layout Plain Layout
40345 -
40346 \end_layout
40347
40348 \end_inset
40349 </cell>
40350 </row>
40351 <row>
40352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40353 \begin_inset Text
40354
40355 \begin_layout Plain Layout
40356 sp
40357 \end_layout
40358
40359 \end_inset
40360 </cell>
40361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40362 \begin_inset Text
40363
40364 \begin_layout Plain Layout
40365 scaled point (65536
40366 \begin_inset space \thinspace{}
40367 \end_inset
40368
40369 sp = 1
40370 \begin_inset space \thinspace{}
40371 \end_inset
40372
40373 pt)
40374 \end_layout
40375
40376 \end_inset
40377 </cell>
40378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40379 \begin_inset Text
40380
40381 \begin_layout Plain Layout
40382 -
40383 \end_layout
40384
40385 \end_inset
40386 </cell>
40387 </row>
40388 <row>
40389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40390 \begin_inset Text
40391
40392 \begin_layout Plain Layout
40393 bp
40394 \end_layout
40395
40396 \end_inset
40397 </cell>
40398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40399 \begin_inset Text
40400
40401 \begin_layout Plain Layout
40402 big point (72
40403 \begin_inset space \thinspace{}
40404 \end_inset
40405
40406 bp = 1
40407 \begin_inset space \thinspace{}
40408 \end_inset
40409
40410 in)
40411 \end_layout
40412
40413 \end_inset
40414 </cell>
40415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40416 \begin_inset Text
40417
40418 \begin_layout Plain Layout
40419 -
40420 \end_layout
40421
40422 \end_inset
40423 </cell>
40424 </row>
40425 <row>
40426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40427 \begin_inset Text
40428
40429 \begin_layout Plain Layout
40430 dd
40431 \end_layout
40432
40433 \end_inset
40434 </cell>
40435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40436 \begin_inset Text
40437
40438 \begin_layout Plain Layout
40439 didot (1
40440 \begin_inset space \thinspace{}
40441 \end_inset
40442
40443 dd 
40444 \begin_inset Formula $\approx$
40445 \end_inset
40446
40447  0.376
40448 \begin_inset space \thinspace{}
40449 \end_inset
40450
40451 mm)
40452 \end_layout
40453
40454 \end_inset
40455 </cell>
40456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40457 \begin_inset Text
40458
40459 \begin_layout Plain Layout
40460 -
40461 \end_layout
40462
40463 \end_inset
40464 </cell>
40465 </row>
40466 <row>
40467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40468 \begin_inset Text
40469
40470 \begin_layout Plain Layout
40471 cc
40472 \end_layout
40473
40474 \end_inset
40475 </cell>
40476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40477 \begin_inset Text
40478
40479 \begin_layout Plain Layout
40480 cicero (1
40481 \begin_inset space \thinspace{}
40482 \end_inset
40483
40484 cc = 12
40485 \begin_inset space \thinspace{}
40486 \end_inset
40487
40488 dd)
40489 \end_layout
40490
40491 \end_inset
40492 </cell>
40493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40494 \begin_inset Text
40495
40496 \begin_layout Plain Layout
40497 -
40498 \end_layout
40499
40500 \end_inset
40501 </cell>
40502 </row>
40503 <row>
40504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40505 \begin_inset Text
40506
40507 \begin_layout Plain Layout
40508 Scale Graphics %
40509 \end_layout
40510
40511 \end_inset
40512 </cell>
40513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40514 \begin_inset Text
40515
40516 \begin_layout Plain Layout
40517 % of original image width
40518 \end_layout
40519
40520 \end_inset
40521 </cell>
40522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40523 \begin_inset Text
40524
40525 \begin_layout Plain Layout
40526
40527 \end_layout
40528
40529 \end_inset
40530 </cell>
40531 </row>
40532 <row>
40533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40534 \begin_inset Text
40535
40536 \begin_layout Plain Layout
40537 Text Width %
40538 \end_layout
40539
40540 \end_inset
40541 </cell>
40542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40543 \begin_inset Text
40544
40545 \begin_layout Plain Layout
40546 % of text width
40547 \end_layout
40548
40549 \end_inset
40550 </cell>
40551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40552 \begin_inset Text
40553
40554 \begin_layout Plain Layout
40555
40556 \backslash
40557 textwidth
40558 \end_layout
40559
40560 \end_inset
40561 </cell>
40562 </row>
40563 <row>
40564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40565 \begin_inset Text
40566
40567 \begin_layout Plain Layout
40568 Column Width %
40569 \end_layout
40570
40571 \end_inset
40572 </cell>
40573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40574 \begin_inset Text
40575
40576 \begin_layout Plain Layout
40577 % of column width
40578 \end_layout
40579
40580 \end_inset
40581 </cell>
40582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40583 \begin_inset Text
40584
40585 \begin_layout Plain Layout
40586
40587 \backslash
40588 columnwidth
40589 \end_layout
40590
40591 \end_inset
40592 </cell>
40593 </row>
40594 <row>
40595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40596 \begin_inset Text
40597
40598 \begin_layout Plain Layout
40599 Page Width %
40600 \end_layout
40601
40602 \end_inset
40603 </cell>
40604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40605 \begin_inset Text
40606
40607 \begin_layout Plain Layout
40608 % of paper width
40609 \end_layout
40610
40611 \end_inset
40612 </cell>
40613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40614 \begin_inset Text
40615
40616 \begin_layout Plain Layout
40617
40618 \backslash
40619 paperwidth
40620 \end_layout
40621
40622 \end_inset
40623 </cell>
40624 </row>
40625 <row>
40626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40627 \begin_inset Text
40628
40629 \begin_layout Plain Layout
40630 Line Width %
40631 \end_layout
40632
40633 \end_inset
40634 </cell>
40635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40636 \begin_inset Text
40637
40638 \begin_layout Plain Layout
40639 % of line width
40640 \end_layout
40641
40642 \end_inset
40643 </cell>
40644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40645 \begin_inset Text
40646
40647 \begin_layout Plain Layout
40648
40649 \backslash
40650 linewidth
40651 \end_layout
40652
40653 \end_inset
40654 </cell>
40655 </row>
40656 <row>
40657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40658 \begin_inset Text
40659
40660 \begin_layout Plain Layout
40661 Text Height %
40662 \end_layout
40663
40664 \end_inset
40665 </cell>
40666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40667 \begin_inset Text
40668
40669 \begin_layout Plain Layout
40670 % of text height
40671 \end_layout
40672
40673 \end_inset
40674 </cell>
40675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40676 \begin_inset Text
40677
40678 \begin_layout Plain Layout
40679
40680 \backslash
40681 textheight
40682 \end_layout
40683
40684 \end_inset
40685 </cell>
40686 </row>
40687 <row>
40688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40689 \begin_inset Text
40690
40691 \begin_layout Plain Layout
40692 Page Height %
40693 \end_layout
40694
40695 \end_inset
40696 </cell>
40697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40698 \begin_inset Text
40699
40700 \begin_layout Plain Layout
40701 % of paper height
40702 \end_layout
40703
40704 \end_inset
40705 </cell>
40706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40707 \begin_inset Text
40708
40709 \begin_layout Plain Layout
40710
40711 \backslash
40712 paperheight
40713 \end_layout
40714
40715 \end_inset
40716 </cell>
40717 </row>
40718 <row>
40719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40720 \begin_inset Text
40721
40722 \begin_layout Plain Layout
40723 ex
40724 \end_layout
40725
40726 \end_inset
40727 </cell>
40728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40729 \begin_inset Text
40730
40731 \begin_layout Plain Layout
40732 height of letter 
40733 \emph on
40734 x
40735 \emph default
40736  in current font
40737 \end_layout
40738
40739 \end_inset
40740 </cell>
40741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40742 \begin_inset Text
40743
40744 \begin_layout Plain Layout
40745 -
40746 \end_layout
40747
40748 \end_inset
40749 </cell>
40750 </row>
40751 <row>
40752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40753 \begin_inset Text
40754
40755 \begin_layout Plain Layout
40756 em
40757 \end_layout
40758
40759 \end_inset
40760 </cell>
40761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40762 \begin_inset Text
40763
40764 \begin_layout Plain Layout
40765 width of letter 
40766 \emph on
40767 M
40768 \emph default
40769  in current font
40770 \end_layout
40771
40772 \end_inset
40773 </cell>
40774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40775 \begin_inset Text
40776
40777 \begin_layout Plain Layout
40778 -
40779 \end_layout
40780
40781 \end_inset
40782 </cell>
40783 </row>
40784 <row>
40785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40786 \begin_inset Text
40787
40788 \begin_layout Plain Layout
40789 mu
40790 \end_layout
40791
40792 \end_inset
40793 </cell>
40794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40795 \begin_inset Text
40796
40797 \begin_layout Plain Layout
40798 math unit (1
40799 \begin_inset space \thinspace{}
40800 \end_inset
40801
40802 mu = 1/18
40803 \begin_inset space \thinspace{}
40804 \end_inset
40805
40806 em)
40807 \end_layout
40808
40809 \end_inset
40810 </cell>
40811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40812 \begin_inset Text
40813
40814 \begin_layout Plain Layout
40815 -
40816 \end_layout
40817
40818 \end_inset
40819 </cell>
40820 </row>
40821 </lyxtabular>
40822
40823 \end_inset
40824
40825
40826 \end_layout
40827
40828 \end_inset
40829
40830
40831 \end_layout
40832
40833 \begin_layout Chapter
40834 Output File Formats with Graphics
40835 \begin_inset CommandInset label
40836 LatexCommand label
40837 name "cha:Output-File-Formats"
40838
40839 \end_inset
40840
40841
40842 \end_layout
40843
40844 \begin_layout Section
40845 DVI
40846 \begin_inset Index idx
40847 status collapsed
40848
40849 \begin_layout Plain Layout
40850 File Formats ! DVI
40851 \end_layout
40852
40853 \end_inset
40854
40855
40856 \begin_inset Index idx
40857 status collapsed
40858
40859 \begin_layout Plain Layout
40860 DVI|see
40861 \begin_inset ERT
40862 status collapsed
40863
40864 \begin_layout Plain Layout
40865
40866 {
40867 \end_layout
40868
40869 \end_inset
40870
40871 File Formats
40872 \begin_inset ERT
40873 status collapsed
40874
40875 \begin_layout Plain Layout
40876
40877 }
40878 \end_layout
40879
40880 \end_inset
40881
40882
40883 \end_layout
40884
40885 \end_inset
40886
40887
40888 \end_layout
40889
40890 \begin_layout Standard
40891 This file type has the extension 
40892 \begin_inset Quotes eld
40893 \end_inset
40894
40895
40896 \family typewriter
40897 .dvi
40898 \family default
40899
40900 \begin_inset Quotes erd
40901 \end_inset
40902
40903 .
40904  It is called 
40905 \begin_inset Quotes eld
40906 \end_inset
40907
40908 device-independent
40909 \begin_inset Quotes erd
40910 \end_inset
40911
40912  (DVI), because it is completely portable; you can move them from one machine
40913  to another without needing to do any sort of conversion.
40914  At the time when this file-format was developed, this was no matter of
40915  course.
40916  DVIs are used for quick previews and as pre-stage for other output formats,
40917  like PostScript.
40918 \end_layout
40919
40920 \begin_layout Standard
40921 \begin_inset Note Greyedout
40922 status open
40923
40924 \begin_layout Plain Layout
40925
40926 \series bold
40927 Note:
40928 \series default
40929  DVI-files do not contain images; they will only be a linked.
40930 \end_layout
40931
40932 \end_inset
40933
40934  So don't forget this, if you move your 
40935 \family typewriter
40936 .dvi
40937 \family default
40938  file to another computer.
40939  This property can also slow down your computer when you view the DVI, because
40940  the DVI-viewer has to convert the image in the background to make it visible
40941  when you scroll in the DVI.
40942  So it is recommended that you use PDF for files with many images.
40943 \end_layout
40944
40945 \begin_layout Standard
40946 You can export your document to DVI by using the menu 
40947 \family sans
40948 File\SpecialChar menuseparator
40949 Export\SpecialChar menuseparator
40950 DVI
40951 \family default
40952 .
40953  You can view your document as DVI via the 
40954 \family sans
40955 View
40956 \family default
40957  menu.
40958 \end_layout
40959
40960 \begin_layout Section
40961 PostScript
40962 \begin_inset Index idx
40963 status collapsed
40964
40965 \begin_layout Plain Layout
40966 File Formats ! PostScript
40967 \end_layout
40968
40969 \end_inset
40970
40971
40972 \begin_inset Index idx
40973 status collapsed
40974
40975 \begin_layout Plain Layout
40976 PostScript|see
40977 \begin_inset ERT
40978 status collapsed
40979
40980 \begin_layout Plain Layout
40981
40982 {
40983 \end_layout
40984
40985 \end_inset
40986
40987 File Formats
40988 \begin_inset ERT
40989 status collapsed
40990
40991 \begin_layout Plain Layout
40992
40993 }
40994 \end_layout
40995
40996 \end_inset
40997
40998
40999 \end_layout
41000
41001 \end_inset
41002
41003
41004 \end_layout
41005
41006 \begin_layout Standard
41007 This file type has the extension 
41008 \begin_inset Quotes eld
41009 \end_inset
41010
41011
41012 \family typewriter
41013 .ps
41014 \family default
41015
41016 \begin_inset Quotes erd
41017 \end_inset
41018
41019 .
41020  PostScript was developed by the company 
41021 \family typewriter
41022 Adobe
41023 \family default
41024  as a printer language.
41025  The file therefore contains commands that the printer uses to print the
41026  file.
41027  PostScript can be seen as a 
41028 \begin_inset Quotes eld
41029 \end_inset
41030
41031 programming language
41032 \begin_inset Quotes erd
41033 \end_inset
41034
41035 ; you can calculate with it and draw diagrams and images.
41036 \begin_inset Foot
41037 status collapsed
41038
41039 \begin_layout Plain Layout
41040 If you are interested to learn more about this, have a look at the \SpecialChar LaTeX
41041 -package
41042  
41043 \series bold
41044 PSTricks
41045 \series default
41046  
41047 \begin_inset CommandInset citation
41048 LatexCommand cite
41049 key "pstricks"
41050
41051 \end_inset
41052
41053 .
41054 \end_layout
41055
41056 \end_inset
41057
41058  Due to this ability, the files are often bigger than PDFs.
41059 \end_layout
41060
41061 \begin_layout Standard
41062 PostScript can only contain images in the format 
41063 \begin_inset Quotes eld
41064 \end_inset
41065
41066 Encapsulated PostScript
41067 \begin_inset Quotes erd
41068 \end_inset
41069
41070  (EPS, file extension 
41071 \begin_inset Quotes eld
41072 \end_inset
41073
41074
41075 \family typewriter
41076 .eps
41077 \family default
41078
41079 \begin_inset Quotes erd
41080 \end_inset
41081
41082 ).
41083  As \SpecialChar LyX
41084  allows you to use any known image format in your document, it has to
41085  convert images in the background to EPS.
41086  If you have e.g.
41087 \begin_inset space ~
41088 \end_inset
41089
41090 50
41091 \begin_inset space ~
41092 \end_inset
41093
41094 images in your document, \SpecialChar LyX
41095  has to do 50
41096 \begin_inset space ~
41097 \end_inset
41098
41099 conversions whenever you view or export your document.
41100  This will slow down your work flow with \SpecialChar LyX
41101  drastically.
41102  So if you plan to use PostScript, you can insert your images directly as
41103  EPS to avoid this problem.
41104 \end_layout
41105
41106 \begin_layout Standard
41107 You can export your document to PostScript using the menu 
41108 \family sans
41109 File\SpecialChar menuseparator
41110 Export\SpecialChar menuseparator
41111 Postscript
41112 \family default
41113 .
41114  You can view your document as PostScript via the 
41115 \family sans
41116 View
41117 \family default
41118  menu.
41119 \end_layout
41120
41121 \begin_layout Section
41122 PDF
41123 \begin_inset Index idx
41124 status collapsed
41125
41126 \begin_layout Plain Layout
41127 File Formats ! PDF
41128 \end_layout
41129
41130 \end_inset
41131
41132
41133 \begin_inset Index idx
41134 status collapsed
41135
41136 \begin_layout Plain Layout
41137 PDF
41138 \end_layout
41139
41140 \end_inset
41141
41142
41143 \end_layout
41144
41145 \begin_layout Standard
41146 This file type has the extension 
41147 \begin_inset Quotes eld
41148 \end_inset
41149
41150
41151 \family typewriter
41152 .pdf
41153 \family default
41154
41155 \begin_inset Quotes erd
41156 \end_inset
41157
41158 .
41159  The 
41160 \begin_inset Quotes eld
41161 \end_inset
41162
41163 Portable Document Format
41164 \begin_inset Quotes erd
41165 \end_inset
41166
41167  (PDF) was developed by 
41168 \family typewriter
41169 Adobe
41170 \family default
41171  as a derivative of PostScript.
41172  It is more compressed and it uses fewer commands than PostScript.
41173  As the name 
41174 \begin_inset Quotes eld
41175 \end_inset
41176
41177 portable
41178 \begin_inset Quotes erd
41179 \end_inset
41180
41181  implies, it can be processed at any computer system and the printed output
41182  looks exactly the same.
41183 \end_layout
41184
41185 \begin_layout Standard
41186 PDF can contain images in its own PDF format, in the format 
41187 \begin_inset Quotes eld
41188 \end_inset
41189
41190 Joint Photographic Experts Group
41191 \begin_inset Quotes erd
41192 \end_inset
41193
41194  (JPG, file extension 
41195 \begin_inset Quotes eld
41196 \end_inset
41197
41198
41199 \family typewriter
41200 .jpg
41201 \family default
41202
41203 \begin_inset Quotes erd
41204 \end_inset
41205
41206  or 
41207 \begin_inset Quotes eld
41208 \end_inset
41209
41210
41211 \family typewriter
41212 .jpeg
41213 \family default
41214
41215 \begin_inset Quotes erd
41216 \end_inset
41217
41218 ), and in the format 
41219 \begin_inset Quotes eld
41220 \end_inset
41221
41222 Portable Network Graphics
41223 \begin_inset Quotes erd
41224 \end_inset
41225
41226  (PNG, file extension 
41227 \begin_inset Quotes eld
41228 \end_inset
41229
41230
41231 \family typewriter
41232 .png
41233 \family default
41234
41235 \begin_inset Quotes erd
41236 \end_inset
41237
41238 ).
41239  Nevertheless you can use any other image format, because \SpecialChar LyX
41240  converts them
41241  in the background to one of these formats.
41242  But as described in the section about PostScript, the image conversion
41243  will slow down your work flow.
41244  So it is recommended that you use images in one of the three mentioned
41245  formats.
41246 \end_layout
41247
41248 \begin_layout Standard
41249 You can export your document to PDF via the menu 
41250 \family sans
41251 File\SpecialChar menuseparator
41252 Export
41253 \family default
41254  in three different ways:
41255 \end_layout
41256
41257 \begin_layout Description
41258 PDF
41259 \begin_inset space ~
41260 \end_inset
41261
41262 (ps2pdf) This uses the program 
41263 \family typewriter
41264 ps2pdf
41265 \family default
41266  that creates a PDF from a PostScript-version of your file.
41267  The PostScript-version is produced by the program 
41268 \family typewriter
41269 dvips
41270 \family default
41271  which uses a DVI-version as intermediate step.
41272  So this export variant consists of three conversions.
41273 \end_layout
41274
41275 \begin_layout Description
41276 PDF
41277 \begin_inset space ~
41278 \end_inset
41279
41280 (dvipdfm) This uses the program 
41281 \family typewriter
41282 dvipdfm
41283 \family default
41284  that converts your file in the background to DVI and in a second step to
41285  PDF.
41286 \end_layout
41287
41288 \begin_layout Description
41289 PDF
41290 \begin_inset space ~
41291 \end_inset
41292
41293 (pdflatex) This uses the program 
41294 \family typewriter
41295 pdftex
41296 \family default
41297  that converts your file directly to PDF.
41298 \end_layout
41299
41300 \begin_layout Standard
41301 It is recommended that you use 
41302 \family sans
41303 PDF
41304 \begin_inset space ~
41305 \end_inset
41306
41307 (pdflatex)
41308 \family default
41309  because 
41310 \family typewriter
41311 pdftex
41312 \family default
41313  supports all features of actual PDF-versions, is quick and works stable.
41314  The program 
41315 \family typewriter
41316 dvipdfm
41317 \family default
41318  is not under development and therefore a bit outdated.
41319 \end_layout
41320
41321 \begin_layout Standard
41322 You can view your document as PDF via the 
41323 \family sans
41324 View
41325 \family default
41326  menu or by using a toolbar button.
41327 \end_layout
41328
41329 \begin_layout Chapter
41330 List of dvips color names
41331 \begin_inset CommandInset label
41332 LatexCommand label
41333 name "chap:List-of-dvips-colornames"
41334
41335 \end_inset
41336
41337
41338 \end_layout
41339
41340 \begin_layout Standard
41341 \begin_inset Tabular
41342 <lyxtabular version="3" rows="17" columns="4">
41343 <features tabularvalignment="middle">
41344 <column alignment="left" valignment="top" width="0pt">
41345 <column alignment="left" valignment="top" width="0pt">
41346 <column alignment="left" valignment="top" width="0pt">
41347 <column alignment="left" valignment="top" width="0pt">
41348 <row>
41349 <cell alignment="left" valignment="top" usebox="none">
41350 \begin_inset Text
41351
41352 \begin_layout Plain Layout
41353 \begin_inset ERT
41354 status collapsed
41355
41356 \begin_layout Plain Layout
41357
41358
41359 \backslash
41360 fcolorbox{black}{
41361 \end_layout
41362
41363 \end_inset
41364
41365 white
41366 \begin_inset ERT
41367 status collapsed
41368
41369 \begin_layout Plain Layout
41370
41371 }{
41372 \end_layout
41373
41374 \end_inset
41375
41376 Color
41377 \begin_inset ERT
41378 status collapsed
41379
41380 \begin_layout Plain Layout
41381
41382 }
41383 \end_layout
41384
41385 \end_inset
41386
41387  Color name
41388 \end_layout
41389
41390 \end_inset
41391 </cell>
41392 <cell alignment="left" valignment="top" usebox="none">
41393 \begin_inset Text
41394
41395 \begin_layout Plain Layout
41396 \begin_inset ERT
41397 status collapsed
41398
41399 \begin_layout Plain Layout
41400
41401
41402 \backslash
41403 fcolorbox{black}{
41404 \end_layout
41405
41406 \end_inset
41407
41408 white
41409 \begin_inset ERT
41410 status collapsed
41411
41412 \begin_layout Plain Layout
41413
41414 }{
41415 \end_layout
41416
41417 \end_inset
41418
41419 Color
41420 \begin_inset ERT
41421 status collapsed
41422
41423 \begin_layout Plain Layout
41424
41425 }
41426 \end_layout
41427
41428 \end_inset
41429
41430  Color name
41431 \end_layout
41432
41433 \end_inset
41434 </cell>
41435 <cell alignment="left" valignment="top" usebox="none">
41436 \begin_inset Text
41437
41438 \begin_layout Plain Layout
41439 \begin_inset ERT
41440 status collapsed
41441
41442 \begin_layout Plain Layout
41443
41444
41445 \backslash
41446 fcolorbox{black}{
41447 \end_layout
41448
41449 \end_inset
41450
41451 white
41452 \begin_inset ERT
41453 status collapsed
41454
41455 \begin_layout Plain Layout
41456
41457 }{
41458 \end_layout
41459
41460 \end_inset
41461
41462 Color
41463 \begin_inset ERT
41464 status collapsed
41465
41466 \begin_layout Plain Layout
41467
41468 }
41469 \end_layout
41470
41471 \end_inset
41472
41473  Color name
41474 \end_layout
41475
41476 \end_inset
41477 </cell>
41478 <cell alignment="left" valignment="top" usebox="none">
41479 \begin_inset Text
41480
41481 \begin_layout Plain Layout
41482 \begin_inset ERT
41483 status collapsed
41484
41485 \begin_layout Plain Layout
41486
41487
41488 \backslash
41489 fcolorbox{black}{
41490 \end_layout
41491
41492 \end_inset
41493
41494 white
41495 \begin_inset ERT
41496 status collapsed
41497
41498 \begin_layout Plain Layout
41499
41500 }{
41501 \end_layout
41502
41503 \end_inset
41504
41505 Color
41506 \begin_inset ERT
41507 status collapsed
41508
41509 \begin_layout Plain Layout
41510
41511 }
41512 \end_layout
41513
41514 \end_inset
41515
41516  Color name
41517 \end_layout
41518
41519 \end_inset
41520 </cell>
41521 </row>
41522 <row>
41523 <cell alignment="center" valignment="top" usebox="none">
41524 \begin_inset Text
41525
41526 \begin_layout Plain Layout
41527 \begin_inset ERT
41528 status collapsed
41529
41530 \begin_layout Plain Layout
41531
41532
41533 \backslash
41534 fcolorbox{black}{
41535 \end_layout
41536
41537 \end_inset
41538
41539 Apricot
41540 \begin_inset ERT
41541 status collapsed
41542
41543 \begin_layout Plain Layout
41544
41545 }{
41546 \end_layout
41547
41548 \end_inset
41549
41550
41551 \begin_inset Phantom Phantom
41552 status open
41553
41554 \begin_layout Plain Layout
41555 W
41556 \end_layout
41557
41558 \end_inset
41559
41560
41561 \begin_inset ERT
41562 status collapsed
41563
41564 \begin_layout Plain Layout
41565
41566 }
41567 \end_layout
41568
41569 \end_inset
41570
41571  Apricot
41572 \end_layout
41573
41574 \end_inset
41575 </cell>
41576 <cell alignment="center" valignment="top" usebox="none">
41577 \begin_inset Text
41578
41579 \begin_layout Plain Layout
41580 \begin_inset ERT
41581 status collapsed
41582
41583 \begin_layout Plain Layout
41584
41585
41586 \backslash
41587 fcolorbox{black}{
41588 \end_layout
41589
41590 \end_inset
41591
41592 Aquamarine
41593 \begin_inset ERT
41594 status collapsed
41595
41596 \begin_layout Plain Layout
41597
41598 }{
41599 \end_layout
41600
41601 \end_inset
41602
41603
41604 \begin_inset Phantom Phantom
41605 status open
41606
41607 \begin_layout Plain Layout
41608 W
41609 \end_layout
41610
41611 \end_inset
41612
41613
41614 \begin_inset ERT
41615 status collapsed
41616
41617 \begin_layout Plain Layout
41618
41619 }
41620 \end_layout
41621
41622 \end_inset
41623
41624  Aquamarine
41625 \end_layout
41626
41627 \end_inset
41628 </cell>
41629 <cell alignment="center" valignment="top" usebox="none">
41630 \begin_inset Text
41631
41632 \begin_layout Plain Layout
41633 \begin_inset ERT
41634 status collapsed
41635
41636 \begin_layout Plain Layout
41637
41638
41639 \backslash
41640 fcolorbox{black}{
41641 \end_layout
41642
41643 \end_inset
41644
41645 Bittersweet
41646 \begin_inset ERT
41647 status collapsed
41648
41649 \begin_layout Plain Layout
41650
41651 }{
41652 \end_layout
41653
41654 \end_inset
41655
41656
41657 \begin_inset Phantom Phantom
41658 status open
41659
41660 \begin_layout Plain Layout
41661 W
41662 \end_layout
41663
41664 \end_inset
41665
41666
41667 \begin_inset ERT
41668 status collapsed
41669
41670 \begin_layout Plain Layout
41671
41672 }
41673 \end_layout
41674
41675 \end_inset
41676
41677  Bittersweet
41678 \end_layout
41679
41680 \end_inset
41681 </cell>
41682 <cell alignment="center" valignment="top" usebox="none">
41683 \begin_inset Text
41684
41685 \begin_layout Plain Layout
41686 \begin_inset ERT
41687 status collapsed
41688
41689 \begin_layout Plain Layout
41690
41691
41692 \backslash
41693 fcolorbox{black}{
41694 \end_layout
41695
41696 \end_inset
41697
41698 BlueGreen
41699 \begin_inset ERT
41700 status collapsed
41701
41702 \begin_layout Plain Layout
41703
41704 }{
41705 \end_layout
41706
41707 \end_inset
41708
41709
41710 \begin_inset Phantom Phantom
41711 status open
41712
41713 \begin_layout Plain Layout
41714 W
41715 \end_layout
41716
41717 \end_inset
41718
41719
41720 \begin_inset ERT
41721 status collapsed
41722
41723 \begin_layout Plain Layout
41724
41725 }
41726 \end_layout
41727
41728 \end_inset
41729
41730  BlueGreen
41731 \end_layout
41732
41733 \end_inset
41734 </cell>
41735 </row>
41736 <row>
41737 <cell alignment="left" valignment="top" usebox="none">
41738 \begin_inset Text
41739
41740 \begin_layout Plain Layout
41741 \begin_inset ERT
41742 status collapsed
41743
41744 \begin_layout Plain Layout
41745
41746
41747 \backslash
41748 fcolorbox{black}{
41749 \end_layout
41750
41751 \end_inset
41752
41753 BlueViolet
41754 \begin_inset ERT
41755 status collapsed
41756
41757 \begin_layout Plain Layout
41758
41759 }{
41760 \end_layout
41761
41762 \end_inset
41763
41764
41765 \begin_inset Phantom Phantom
41766 status open
41767
41768 \begin_layout Plain Layout
41769 W
41770 \end_layout
41771
41772 \end_inset
41773
41774
41775 \begin_inset ERT
41776 status collapsed
41777
41778 \begin_layout Plain Layout
41779
41780 }
41781 \end_layout
41782
41783 \end_inset
41784
41785  BlueViolet
41786 \end_layout
41787
41788 \end_inset
41789 </cell>
41790 <cell alignment="left" valignment="top" usebox="none">
41791 \begin_inset Text
41792
41793 \begin_layout Plain Layout
41794 \begin_inset ERT
41795 status collapsed
41796
41797 \begin_layout Plain Layout
41798
41799
41800 \backslash
41801 fcolorbox{black}{
41802 \end_layout
41803
41804 \end_inset
41805
41806 BrickRed
41807 \begin_inset ERT
41808 status collapsed
41809
41810 \begin_layout Plain Layout
41811
41812 }{
41813 \end_layout
41814
41815 \end_inset
41816
41817
41818 \begin_inset Phantom Phantom
41819 status open
41820
41821 \begin_layout Plain Layout
41822 W
41823 \end_layout
41824
41825 \end_inset
41826
41827
41828 \begin_inset ERT
41829 status collapsed
41830
41831 \begin_layout Plain Layout
41832
41833 }
41834 \end_layout
41835
41836 \end_inset
41837
41838  BrickRed
41839 \end_layout
41840
41841 \end_inset
41842 </cell>
41843 <cell alignment="left" valignment="top" usebox="none">
41844 \begin_inset Text
41845
41846 \begin_layout Plain Layout
41847 \begin_inset ERT
41848 status collapsed
41849
41850 \begin_layout Plain Layout
41851
41852
41853 \backslash
41854 fcolorbox{black}{
41855 \end_layout
41856
41857 \end_inset
41858
41859 Brown
41860 \begin_inset ERT
41861 status collapsed
41862
41863 \begin_layout Plain Layout
41864
41865 }{
41866 \end_layout
41867
41868 \end_inset
41869
41870
41871 \begin_inset Phantom Phantom
41872 status open
41873
41874 \begin_layout Plain Layout
41875 W
41876 \end_layout
41877
41878 \end_inset
41879
41880
41881 \begin_inset ERT
41882 status collapsed
41883
41884 \begin_layout Plain Layout
41885
41886 }
41887 \end_layout
41888
41889 \end_inset
41890
41891  Brown
41892 \end_layout
41893
41894 \end_inset
41895 </cell>
41896 <cell alignment="left" valignment="top" usebox="none">
41897 \begin_inset Text
41898
41899 \begin_layout Plain Layout
41900 \begin_inset ERT
41901 status collapsed
41902
41903 \begin_layout Plain Layout
41904
41905
41906 \backslash
41907 fcolorbox{black}{
41908 \end_layout
41909
41910 \end_inset
41911
41912 BurntOrange
41913 \begin_inset ERT
41914 status collapsed
41915
41916 \begin_layout Plain Layout
41917
41918 }{
41919 \end_layout
41920
41921 \end_inset
41922
41923
41924 \begin_inset Phantom Phantom
41925 status open
41926
41927 \begin_layout Plain Layout
41928 W
41929 \end_layout
41930
41931 \end_inset
41932
41933
41934 \begin_inset ERT
41935 status collapsed
41936
41937 \begin_layout Plain Layout
41938
41939 }
41940 \end_layout
41941
41942 \end_inset
41943
41944  BurntOrange
41945 \end_layout
41946
41947 \end_inset
41948 </cell>
41949 </row>
41950 <row>
41951 <cell alignment="left" valignment="top" usebox="none">
41952 \begin_inset Text
41953
41954 \begin_layout Plain Layout
41955 \begin_inset ERT
41956 status collapsed
41957
41958 \begin_layout Plain Layout
41959
41960
41961 \backslash
41962 fcolorbox{black}{
41963 \end_layout
41964
41965 \end_inset
41966
41967 CadetBlue
41968 \begin_inset ERT
41969 status collapsed
41970
41971 \begin_layout Plain Layout
41972
41973 }{
41974 \end_layout
41975
41976 \end_inset
41977
41978
41979 \begin_inset Phantom Phantom
41980 status open
41981
41982 \begin_layout Plain Layout
41983 W
41984 \end_layout
41985
41986 \end_inset
41987
41988
41989 \begin_inset ERT
41990 status collapsed
41991
41992 \begin_layout Plain Layout
41993
41994 }
41995 \end_layout
41996
41997 \end_inset
41998
41999  CadetBlue
42000 \end_layout
42001
42002 \end_inset
42003 </cell>
42004 <cell alignment="left" valignment="top" usebox="none">
42005 \begin_inset Text
42006
42007 \begin_layout Plain Layout
42008 \begin_inset ERT
42009 status collapsed
42010
42011 \begin_layout Plain Layout
42012
42013
42014 \backslash
42015 fcolorbox{black}{
42016 \end_layout
42017
42018 \end_inset
42019
42020 CarnationPink
42021 \begin_inset ERT
42022 status collapsed
42023
42024 \begin_layout Plain Layout
42025
42026 }{
42027 \end_layout
42028
42029 \end_inset
42030
42031
42032 \begin_inset Phantom Phantom
42033 status open
42034
42035 \begin_layout Plain Layout
42036 W
42037 \end_layout
42038
42039 \end_inset
42040
42041
42042 \begin_inset ERT
42043 status collapsed
42044
42045 \begin_layout Plain Layout
42046
42047 }
42048 \end_layout
42049
42050 \end_inset
42051
42052  CarnationPink
42053 \end_layout
42054
42055 \end_inset
42056 </cell>
42057 <cell alignment="left" valignment="top" usebox="none">
42058 \begin_inset Text
42059
42060 \begin_layout Plain Layout
42061 \begin_inset ERT
42062 status collapsed
42063
42064 \begin_layout Plain Layout
42065
42066
42067 \backslash
42068 fcolorbox{black}{
42069 \end_layout
42070
42071 \end_inset
42072
42073 Cerulean
42074 \begin_inset ERT
42075 status collapsed
42076
42077 \begin_layout Plain Layout
42078
42079 }{
42080 \end_layout
42081
42082 \end_inset
42083
42084
42085 \begin_inset Phantom Phantom
42086 status open
42087
42088 \begin_layout Plain Layout
42089 W
42090 \end_layout
42091
42092 \end_inset
42093
42094
42095 \begin_inset ERT
42096 status collapsed
42097
42098 \begin_layout Plain Layout
42099
42100 }
42101 \end_layout
42102
42103 \end_inset
42104
42105  Cerulean
42106 \end_layout
42107
42108 \end_inset
42109 </cell>
42110 <cell alignment="left" valignment="top" usebox="none">
42111 \begin_inset Text
42112
42113 \begin_layout Plain Layout
42114 \begin_inset ERT
42115 status collapsed
42116
42117 \begin_layout Plain Layout
42118
42119
42120 \backslash
42121 fcolorbox{black}{
42122 \end_layout
42123
42124 \end_inset
42125
42126 CornflowerBlue
42127 \begin_inset ERT
42128 status collapsed
42129
42130 \begin_layout Plain Layout
42131
42132 }{
42133 \end_layout
42134
42135 \end_inset
42136
42137
42138 \begin_inset Phantom Phantom
42139 status open
42140
42141 \begin_layout Plain Layout
42142 W
42143 \end_layout
42144
42145 \end_inset
42146
42147
42148 \begin_inset ERT
42149 status collapsed
42150
42151 \begin_layout Plain Layout
42152
42153 }
42154 \end_layout
42155
42156 \end_inset
42157
42158  CornflowerBlue
42159 \end_layout
42160
42161 \end_inset
42162 </cell>
42163 </row>
42164 <row>
42165 <cell alignment="left" valignment="top" usebox="none">
42166 \begin_inset Text
42167
42168 \begin_layout Plain Layout
42169 \begin_inset ERT
42170 status collapsed
42171
42172 \begin_layout Plain Layout
42173
42174
42175 \backslash
42176 fcolorbox{black}{
42177 \end_layout
42178
42179 \end_inset
42180
42181 Dandelion
42182 \begin_inset ERT
42183 status collapsed
42184
42185 \begin_layout Plain Layout
42186
42187 }{
42188 \end_layout
42189
42190 \end_inset
42191
42192
42193 \begin_inset Phantom Phantom
42194 status open
42195
42196 \begin_layout Plain Layout
42197 W
42198 \end_layout
42199
42200 \end_inset
42201
42202
42203 \begin_inset ERT
42204 status collapsed
42205
42206 \begin_layout Plain Layout
42207
42208 }
42209 \end_layout
42210
42211 \end_inset
42212
42213  Dandelion
42214 \end_layout
42215
42216 \end_inset
42217 </cell>
42218 <cell alignment="left" valignment="top" usebox="none">
42219 \begin_inset Text
42220
42221 \begin_layout Plain Layout
42222 \begin_inset ERT
42223 status collapsed
42224
42225 \begin_layout Plain Layout
42226
42227
42228 \backslash
42229 fcolorbox{black}{
42230 \end_layout
42231
42232 \end_inset
42233
42234 DarkOrchid
42235 \begin_inset ERT
42236 status collapsed
42237
42238 \begin_layout Plain Layout
42239
42240 }{
42241 \end_layout
42242
42243 \end_inset
42244
42245
42246 \begin_inset Phantom Phantom
42247 status open
42248
42249 \begin_layout Plain Layout
42250 W
42251 \end_layout
42252
42253 \end_inset
42254
42255
42256 \begin_inset ERT
42257 status collapsed
42258
42259 \begin_layout Plain Layout
42260
42261 }
42262 \end_layout
42263
42264 \end_inset
42265
42266  DarkOrchid
42267 \end_layout
42268
42269 \end_inset
42270 </cell>
42271 <cell alignment="left" valignment="top" usebox="none">
42272 \begin_inset Text
42273
42274 \begin_layout Plain Layout
42275 \begin_inset ERT
42276 status collapsed
42277
42278 \begin_layout Plain Layout
42279
42280
42281 \backslash
42282 fcolorbox{black}{
42283 \end_layout
42284
42285 \end_inset
42286
42287 Emerald
42288 \begin_inset ERT
42289 status collapsed
42290
42291 \begin_layout Plain Layout
42292
42293 }{
42294 \end_layout
42295
42296 \end_inset
42297
42298
42299 \begin_inset Phantom Phantom
42300 status open
42301
42302 \begin_layout Plain Layout
42303 W
42304 \end_layout
42305
42306 \end_inset
42307
42308
42309 \begin_inset ERT
42310 status collapsed
42311
42312 \begin_layout Plain Layout
42313
42314 }
42315 \end_layout
42316
42317 \end_inset
42318
42319  Emerald
42320 \end_layout
42321
42322 \end_inset
42323 </cell>
42324 <cell alignment="left" valignment="top" usebox="none">
42325 \begin_inset Text
42326
42327 \begin_layout Plain Layout
42328 \begin_inset ERT
42329 status collapsed
42330
42331 \begin_layout Plain Layout
42332
42333
42334 \backslash
42335 fcolorbox{black}{
42336 \end_layout
42337
42338 \end_inset
42339
42340 ForestGreen
42341 \begin_inset ERT
42342 status collapsed
42343
42344 \begin_layout Plain Layout
42345
42346 }{
42347 \end_layout
42348
42349 \end_inset
42350
42351
42352 \begin_inset Phantom Phantom
42353 status open
42354
42355 \begin_layout Plain Layout
42356 W
42357 \end_layout
42358
42359 \end_inset
42360
42361
42362 \begin_inset ERT
42363 status collapsed
42364
42365 \begin_layout Plain Layout
42366
42367 }
42368 \end_layout
42369
42370 \end_inset
42371
42372  ForestGreen
42373 \end_layout
42374
42375 \end_inset
42376 </cell>
42377 </row>
42378 <row>
42379 <cell alignment="left" valignment="top" usebox="none">
42380 \begin_inset Text
42381
42382 \begin_layout Plain Layout
42383 \begin_inset ERT
42384 status collapsed
42385
42386 \begin_layout Plain Layout
42387
42388
42389 \backslash
42390 fcolorbox{black}{
42391 \end_layout
42392
42393 \end_inset
42394
42395 Fuchsia
42396 \begin_inset ERT
42397 status collapsed
42398
42399 \begin_layout Plain Layout
42400
42401 }{
42402 \end_layout
42403
42404 \end_inset
42405
42406
42407 \begin_inset Phantom Phantom
42408 status open
42409
42410 \begin_layout Plain Layout
42411 W
42412 \end_layout
42413
42414 \end_inset
42415
42416
42417 \begin_inset ERT
42418 status collapsed
42419
42420 \begin_layout Plain Layout
42421
42422 }
42423 \end_layout
42424
42425 \end_inset
42426
42427  Fuchsia
42428 \end_layout
42429
42430 \end_inset
42431 </cell>
42432 <cell alignment="left" valignment="top" usebox="none">
42433 \begin_inset Text
42434
42435 \begin_layout Plain Layout
42436 \begin_inset ERT
42437 status collapsed
42438
42439 \begin_layout Plain Layout
42440
42441
42442 \backslash
42443 fcolorbox{black}{
42444 \end_layout
42445
42446 \end_inset
42447
42448 Goldenrod
42449 \begin_inset ERT
42450 status collapsed
42451
42452 \begin_layout Plain Layout
42453
42454 }{
42455 \end_layout
42456
42457 \end_inset
42458
42459
42460 \begin_inset Phantom Phantom
42461 status open
42462
42463 \begin_layout Plain Layout
42464 W
42465 \end_layout
42466
42467 \end_inset
42468
42469
42470 \begin_inset ERT
42471 status collapsed
42472
42473 \begin_layout Plain Layout
42474
42475 }
42476 \end_layout
42477
42478 \end_inset
42479
42480  Goldenrod
42481 \end_layout
42482
42483 \end_inset
42484 </cell>
42485 <cell alignment="left" valignment="top" usebox="none">
42486 \begin_inset Text
42487
42488 \begin_layout Plain Layout
42489 \begin_inset ERT
42490 status collapsed
42491
42492 \begin_layout Plain Layout
42493
42494
42495 \backslash
42496 fcolorbox{black}{
42497 \end_layout
42498
42499 \end_inset
42500
42501 Gray
42502 \begin_inset ERT
42503 status collapsed
42504
42505 \begin_layout Plain Layout
42506
42507 }{
42508 \end_layout
42509
42510 \end_inset
42511
42512
42513 \begin_inset Phantom Phantom
42514 status open
42515
42516 \begin_layout Plain Layout
42517 W
42518 \end_layout
42519
42520 \end_inset
42521
42522
42523 \begin_inset ERT
42524 status collapsed
42525
42526 \begin_layout Plain Layout
42527
42528 }
42529 \end_layout
42530
42531 \end_inset
42532
42533  Gray
42534 \end_layout
42535
42536 \end_inset
42537 </cell>
42538 <cell alignment="left" valignment="top" usebox="none">
42539 \begin_inset Text
42540
42541 \begin_layout Plain Layout
42542 \begin_inset ERT
42543 status collapsed
42544
42545 \begin_layout Plain Layout
42546
42547
42548 \backslash
42549 fcolorbox{black}{
42550 \end_layout
42551
42552 \end_inset
42553
42554 GreenYellow
42555 \begin_inset ERT
42556 status collapsed
42557
42558 \begin_layout Plain Layout
42559
42560 }{
42561 \end_layout
42562
42563 \end_inset
42564
42565
42566 \begin_inset Phantom Phantom
42567 status open
42568
42569 \begin_layout Plain Layout
42570 W
42571 \end_layout
42572
42573 \end_inset
42574
42575
42576 \begin_inset ERT
42577 status collapsed
42578
42579 \begin_layout Plain Layout
42580
42581 }
42582 \end_layout
42583
42584 \end_inset
42585
42586  GreenYellow
42587 \end_layout
42588
42589 \end_inset
42590 </cell>
42591 </row>
42592 <row>
42593 <cell alignment="center" valignment="top" usebox="none">
42594 \begin_inset Text
42595
42596 \begin_layout Plain Layout
42597 \begin_inset ERT
42598 status collapsed
42599
42600 \begin_layout Plain Layout
42601
42602
42603 \backslash
42604 fcolorbox{black}{
42605 \end_layout
42606
42607 \end_inset
42608
42609 JungleGreen
42610 \begin_inset ERT
42611 status collapsed
42612
42613 \begin_layout Plain Layout
42614
42615 }{
42616 \end_layout
42617
42618 \end_inset
42619
42620
42621 \begin_inset Phantom Phantom
42622 status open
42623
42624 \begin_layout Plain Layout
42625 W
42626 \end_layout
42627
42628 \end_inset
42629
42630
42631 \begin_inset ERT
42632 status collapsed
42633
42634 \begin_layout Plain Layout
42635
42636 }
42637 \end_layout
42638
42639 \end_inset
42640
42641  JungleGreen
42642 \end_layout
42643
42644 \end_inset
42645 </cell>
42646 <cell alignment="center" valignment="top" usebox="none">
42647 \begin_inset Text
42648
42649 \begin_layout Plain Layout
42650 \begin_inset ERT
42651 status collapsed
42652
42653 \begin_layout Plain Layout
42654
42655
42656 \backslash
42657 fcolorbox{black}{
42658 \end_layout
42659
42660 \end_inset
42661
42662 Lavender
42663 \begin_inset ERT
42664 status collapsed
42665
42666 \begin_layout Plain Layout
42667
42668 }{
42669 \end_layout
42670
42671 \end_inset
42672
42673
42674 \begin_inset Phantom Phantom
42675 status open
42676
42677 \begin_layout Plain Layout
42678 W
42679 \end_layout
42680
42681 \end_inset
42682
42683
42684 \begin_inset ERT
42685 status collapsed
42686
42687 \begin_layout Plain Layout
42688
42689 }
42690 \end_layout
42691
42692 \end_inset
42693
42694  Lavender
42695 \end_layout
42696
42697 \end_inset
42698 </cell>
42699 <cell alignment="center" valignment="top" usebox="none">
42700 \begin_inset Text
42701
42702 \begin_layout Plain Layout
42703 \begin_inset ERT
42704 status collapsed
42705
42706 \begin_layout Plain Layout
42707
42708
42709 \backslash
42710 fcolorbox{black}{
42711 \end_layout
42712
42713 \end_inset
42714
42715 LimeGreen
42716 \begin_inset ERT
42717 status collapsed
42718
42719 \begin_layout Plain Layout
42720
42721 }{
42722 \end_layout
42723
42724 \end_inset
42725
42726
42727 \begin_inset Phantom Phantom
42728 status open
42729
42730 \begin_layout Plain Layout
42731 W
42732 \end_layout
42733
42734 \end_inset
42735
42736
42737 \begin_inset ERT
42738 status collapsed
42739
42740 \begin_layout Plain Layout
42741
42742 }
42743 \end_layout
42744
42745 \end_inset
42746
42747  LimeGreen
42748 \end_layout
42749
42750 \end_inset
42751 </cell>
42752 <cell alignment="center" valignment="top" usebox="none">
42753 \begin_inset Text
42754
42755 \begin_layout Plain Layout
42756 \begin_inset ERT
42757 status collapsed
42758
42759 \begin_layout Plain Layout
42760
42761
42762 \backslash
42763 fcolorbox{black}{
42764 \end_layout
42765
42766 \end_inset
42767
42768 Mahogany
42769 \begin_inset ERT
42770 status collapsed
42771
42772 \begin_layout Plain Layout
42773
42774 }{
42775 \end_layout
42776
42777 \end_inset
42778
42779
42780 \begin_inset Phantom Phantom
42781 status open
42782
42783 \begin_layout Plain Layout
42784 W
42785 \end_layout
42786
42787 \end_inset
42788
42789
42790 \begin_inset ERT
42791 status collapsed
42792
42793 \begin_layout Plain Layout
42794
42795 }
42796 \end_layout
42797
42798 \end_inset
42799
42800  Mahogany
42801 \end_layout
42802
42803 \end_inset
42804 </cell>
42805 </row>
42806 <row>
42807 <cell alignment="left" valignment="top" usebox="none">
42808 \begin_inset Text
42809
42810 \begin_layout Plain Layout
42811 \begin_inset ERT
42812 status collapsed
42813
42814 \begin_layout Plain Layout
42815
42816
42817 \backslash
42818 fcolorbox{black}{
42819 \end_layout
42820
42821 \end_inset
42822
42823 Mahogany
42824 \begin_inset ERT
42825 status collapsed
42826
42827 \begin_layout Plain Layout
42828
42829 }{
42830 \end_layout
42831
42832 \end_inset
42833
42834
42835 \begin_inset Phantom Phantom
42836 status open
42837
42838 \begin_layout Plain Layout
42839 W
42840 \end_layout
42841
42842 \end_inset
42843
42844
42845 \begin_inset ERT
42846 status collapsed
42847
42848 \begin_layout Plain Layout
42849
42850 }
42851 \end_layout
42852
42853 \end_inset
42854
42855  Mahogany
42856 \end_layout
42857
42858 \end_inset
42859 </cell>
42860 <cell alignment="left" valignment="top" usebox="none">
42861 \begin_inset Text
42862
42863 \begin_layout Plain Layout
42864 \begin_inset ERT
42865 status collapsed
42866
42867 \begin_layout Plain Layout
42868
42869
42870 \backslash
42871 fcolorbox{black}{
42872 \end_layout
42873
42874 \end_inset
42875
42876 Maroon
42877 \begin_inset ERT
42878 status collapsed
42879
42880 \begin_layout Plain Layout
42881
42882 }{
42883 \end_layout
42884
42885 \end_inset
42886
42887
42888 \begin_inset Phantom Phantom
42889 status open
42890
42891 \begin_layout Plain Layout
42892 W
42893 \end_layout
42894
42895 \end_inset
42896
42897
42898 \begin_inset ERT
42899 status collapsed
42900
42901 \begin_layout Plain Layout
42902
42903 }
42904 \end_layout
42905
42906 \end_inset
42907
42908  Maroon
42909 \end_layout
42910
42911 \end_inset
42912 </cell>
42913 <cell alignment="left" valignment="top" usebox="none">
42914 \begin_inset Text
42915
42916 \begin_layout Plain Layout
42917 \begin_inset ERT
42918 status collapsed
42919
42920 \begin_layout Plain Layout
42921
42922
42923 \backslash
42924 fcolorbox{black}{
42925 \end_layout
42926
42927 \end_inset
42928
42929 Melon
42930 \begin_inset ERT
42931 status collapsed
42932
42933 \begin_layout Plain Layout
42934
42935 }{
42936 \end_layout
42937
42938 \end_inset
42939
42940
42941 \begin_inset Phantom Phantom
42942 status open
42943
42944 \begin_layout Plain Layout
42945 W
42946 \end_layout
42947
42948 \end_inset
42949
42950
42951 \begin_inset ERT
42952 status collapsed
42953
42954 \begin_layout Plain Layout
42955
42956 }
42957 \end_layout
42958
42959 \end_inset
42960
42961  Melon
42962 \end_layout
42963
42964 \end_inset
42965 </cell>
42966 <cell alignment="left" valignment="top" usebox="none">
42967 \begin_inset Text
42968
42969 \begin_layout Plain Layout
42970 \begin_inset ERT
42971 status collapsed
42972
42973 \begin_layout Plain Layout
42974
42975
42976 \backslash
42977 fcolorbox{black}{
42978 \end_layout
42979
42980 \end_inset
42981
42982 MidnightBlue
42983 \begin_inset ERT
42984 status collapsed
42985
42986 \begin_layout Plain Layout
42987
42988 }{
42989 \end_layout
42990
42991 \end_inset
42992
42993
42994 \begin_inset Phantom Phantom
42995 status open
42996
42997 \begin_layout Plain Layout
42998 W
42999 \end_layout
43000
43001 \end_inset
43002
43003
43004 \begin_inset ERT
43005 status collapsed
43006
43007 \begin_layout Plain Layout
43008
43009 }
43010 \end_layout
43011
43012 \end_inset
43013
43014  MidnightBlue
43015 \end_layout
43016
43017 \end_inset
43018 </cell>
43019 </row>
43020 <row>
43021 <cell alignment="left" valignment="top" usebox="none">
43022 \begin_inset Text
43023
43024 \begin_layout Plain Layout
43025 \begin_inset ERT
43026 status collapsed
43027
43028 \begin_layout Plain Layout
43029
43030
43031 \backslash
43032 fcolorbox{black}{
43033 \end_layout
43034
43035 \end_inset
43036
43037 Mulberry
43038 \begin_inset ERT
43039 status collapsed
43040
43041 \begin_layout Plain Layout
43042
43043 }{
43044 \end_layout
43045
43046 \end_inset
43047
43048
43049 \begin_inset Phantom Phantom
43050 status open
43051
43052 \begin_layout Plain Layout
43053 W
43054 \end_layout
43055
43056 \end_inset
43057
43058
43059 \begin_inset ERT
43060 status collapsed
43061
43062 \begin_layout Plain Layout
43063
43064 }
43065 \end_layout
43066
43067 \end_inset
43068
43069  Mulberry
43070 \end_layout
43071
43072 \end_inset
43073 </cell>
43074 <cell alignment="left" valignment="top" usebox="none">
43075 \begin_inset Text
43076
43077 \begin_layout Plain Layout
43078 \begin_inset ERT
43079 status collapsed
43080
43081 \begin_layout Plain Layout
43082
43083
43084 \backslash
43085 fcolorbox{black}{
43086 \end_layout
43087
43088 \end_inset
43089
43090 NavyBlue
43091 \begin_inset ERT
43092 status collapsed
43093
43094 \begin_layout Plain Layout
43095
43096 }{
43097 \end_layout
43098
43099 \end_inset
43100
43101
43102 \begin_inset Phantom Phantom
43103 status open
43104
43105 \begin_layout Plain Layout
43106 W
43107 \end_layout
43108
43109 \end_inset
43110
43111
43112 \begin_inset ERT
43113 status collapsed
43114
43115 \begin_layout Plain Layout
43116
43117 }
43118 \end_layout
43119
43120 \end_inset
43121
43122  NavyBlue
43123 \end_layout
43124
43125 \end_inset
43126 </cell>
43127 <cell alignment="left" valignment="top" usebox="none">
43128 \begin_inset Text
43129
43130 \begin_layout Plain Layout
43131 \begin_inset ERT
43132 status collapsed
43133
43134 \begin_layout Plain Layout
43135
43136
43137 \backslash
43138 fcolorbox{black}{
43139 \end_layout
43140
43141 \end_inset
43142
43143 OliveGreen
43144 \begin_inset ERT
43145 status collapsed
43146
43147 \begin_layout Plain Layout
43148
43149 }{
43150 \end_layout
43151
43152 \end_inset
43153
43154
43155 \begin_inset Phantom Phantom
43156 status open
43157
43158 \begin_layout Plain Layout
43159 W
43160 \end_layout
43161
43162 \end_inset
43163
43164
43165 \begin_inset ERT
43166 status collapsed
43167
43168 \begin_layout Plain Layout
43169
43170 }
43171 \end_layout
43172
43173 \end_inset
43174
43175  OliveGreen
43176 \end_layout
43177
43178 \end_inset
43179 </cell>
43180 <cell alignment="left" valignment="top" usebox="none">
43181 \begin_inset Text
43182
43183 \begin_layout Plain Layout
43184 \begin_inset ERT
43185 status collapsed
43186
43187 \begin_layout Plain Layout
43188
43189
43190 \backslash
43191 fcolorbox{black}{
43192 \end_layout
43193
43194 \end_inset
43195
43196 Orange
43197 \begin_inset ERT
43198 status collapsed
43199
43200 \begin_layout Plain Layout
43201
43202 }{
43203 \end_layout
43204
43205 \end_inset
43206
43207
43208 \begin_inset Phantom Phantom
43209 status open
43210
43211 \begin_layout Plain Layout
43212 W
43213 \end_layout
43214
43215 \end_inset
43216
43217
43218 \begin_inset ERT
43219 status collapsed
43220
43221 \begin_layout Plain Layout
43222
43223 }
43224 \end_layout
43225
43226 \end_inset
43227
43228  Orange
43229 \end_layout
43230
43231 \end_inset
43232 </cell>
43233 </row>
43234 <row>
43235 <cell alignment="left" valignment="top" usebox="none">
43236 \begin_inset Text
43237
43238 \begin_layout Plain Layout
43239 \begin_inset ERT
43240 status collapsed
43241
43242 \begin_layout Plain Layout
43243
43244
43245 \backslash
43246 fcolorbox{black}{
43247 \end_layout
43248
43249 \end_inset
43250
43251 OrangeRed
43252 \begin_inset ERT
43253 status collapsed
43254
43255 \begin_layout Plain Layout
43256
43257 }{
43258 \end_layout
43259
43260 \end_inset
43261
43262
43263 \begin_inset Phantom Phantom
43264 status open
43265
43266 \begin_layout Plain Layout
43267 W
43268 \end_layout
43269
43270 \end_inset
43271
43272
43273 \begin_inset ERT
43274 status collapsed
43275
43276 \begin_layout Plain Layout
43277
43278 }
43279 \end_layout
43280
43281 \end_inset
43282
43283  OrangeRed
43284 \end_layout
43285
43286 \end_inset
43287 </cell>
43288 <cell alignment="left" valignment="top" usebox="none">
43289 \begin_inset Text
43290
43291 \begin_layout Plain Layout
43292 \begin_inset ERT
43293 status collapsed
43294
43295 \begin_layout Plain Layout
43296
43297
43298 \backslash
43299 fcolorbox{black}{
43300 \end_layout
43301
43302 \end_inset
43303
43304 Orchid
43305 \begin_inset ERT
43306 status collapsed
43307
43308 \begin_layout Plain Layout
43309
43310 }{
43311 \end_layout
43312
43313 \end_inset
43314
43315
43316 \begin_inset Phantom Phantom
43317 status open
43318
43319 \begin_layout Plain Layout
43320 W
43321 \end_layout
43322
43323 \end_inset
43324
43325
43326 \begin_inset ERT
43327 status collapsed
43328
43329 \begin_layout Plain Layout
43330
43331 }
43332 \end_layout
43333
43334 \end_inset
43335
43336  Orchid
43337 \end_layout
43338
43339 \end_inset
43340 </cell>
43341 <cell alignment="left" valignment="top" usebox="none">
43342 \begin_inset Text
43343
43344 \begin_layout Plain Layout
43345 \begin_inset ERT
43346 status collapsed
43347
43348 \begin_layout Plain Layout
43349
43350
43351 \backslash
43352 fcolorbox{black}{
43353 \end_layout
43354
43355 \end_inset
43356
43357 Peach
43358 \begin_inset ERT
43359 status collapsed
43360
43361 \begin_layout Plain Layout
43362
43363 }{
43364 \end_layout
43365
43366 \end_inset
43367
43368
43369 \begin_inset Phantom Phantom
43370 status open
43371
43372 \begin_layout Plain Layout
43373 W
43374 \end_layout
43375
43376 \end_inset
43377
43378
43379 \begin_inset ERT
43380 status collapsed
43381
43382 \begin_layout Plain Layout
43383
43384 }
43385 \end_layout
43386
43387 \end_inset
43388
43389  Peach
43390 \end_layout
43391
43392 \end_inset
43393 </cell>
43394 <cell alignment="left" valignment="top" usebox="none">
43395 \begin_inset Text
43396
43397 \begin_layout Plain Layout
43398 \begin_inset ERT
43399 status collapsed
43400
43401 \begin_layout Plain Layout
43402
43403
43404 \backslash
43405 fcolorbox{black}{
43406 \end_layout
43407
43408 \end_inset
43409
43410 Periwinkle
43411 \begin_inset ERT
43412 status collapsed
43413
43414 \begin_layout Plain Layout
43415
43416 }{
43417 \end_layout
43418
43419 \end_inset
43420
43421
43422 \begin_inset Phantom Phantom
43423 status open
43424
43425 \begin_layout Plain Layout
43426 W
43427 \end_layout
43428
43429 \end_inset
43430
43431
43432 \begin_inset ERT
43433 status collapsed
43434
43435 \begin_layout Plain Layout
43436
43437 }
43438 \end_layout
43439
43440 \end_inset
43441
43442  Periwinkle
43443 \end_layout
43444
43445 \end_inset
43446 </cell>
43447 </row>
43448 <row>
43449 <cell alignment="left" valignment="top" usebox="none">
43450 \begin_inset Text
43451
43452 \begin_layout Plain Layout
43453 \begin_inset ERT
43454 status collapsed
43455
43456 \begin_layout Plain Layout
43457
43458
43459 \backslash
43460 fcolorbox{black}{
43461 \end_layout
43462
43463 \end_inset
43464
43465 PineGreen
43466 \begin_inset ERT
43467 status collapsed
43468
43469 \begin_layout Plain Layout
43470
43471 }{
43472 \end_layout
43473
43474 \end_inset
43475
43476
43477 \begin_inset Phantom Phantom
43478 status open
43479
43480 \begin_layout Plain Layout
43481 W
43482 \end_layout
43483
43484 \end_inset
43485
43486
43487 \begin_inset ERT
43488 status collapsed
43489
43490 \begin_layout Plain Layout
43491
43492 }
43493 \end_layout
43494
43495 \end_inset
43496
43497  PineGreen
43498 \end_layout
43499
43500 \end_inset
43501 </cell>
43502 <cell alignment="left" valignment="top" usebox="none">
43503 \begin_inset Text
43504
43505 \begin_layout Plain Layout
43506 \begin_inset ERT
43507 status collapsed
43508
43509 \begin_layout Plain Layout
43510
43511
43512 \backslash
43513 fcolorbox{black}{
43514 \end_layout
43515
43516 \end_inset
43517
43518 Plum
43519 \begin_inset ERT
43520 status collapsed
43521
43522 \begin_layout Plain Layout
43523
43524 }{
43525 \end_layout
43526
43527 \end_inset
43528
43529
43530 \begin_inset Phantom Phantom
43531 status open
43532
43533 \begin_layout Plain Layout
43534 W
43535 \end_layout
43536
43537 \end_inset
43538
43539
43540 \begin_inset ERT
43541 status collapsed
43542
43543 \begin_layout Plain Layout
43544
43545 }
43546 \end_layout
43547
43548 \end_inset
43549
43550  Plum
43551 \end_layout
43552
43553 \end_inset
43554 </cell>
43555 <cell alignment="left" valignment="top" usebox="none">
43556 \begin_inset Text
43557
43558 \begin_layout Plain Layout
43559 \begin_inset ERT
43560 status collapsed
43561
43562 \begin_layout Plain Layout
43563
43564
43565 \backslash
43566 fcolorbox{black}{
43567 \end_layout
43568
43569 \end_inset
43570
43571 ProcessBlue
43572 \begin_inset ERT
43573 status collapsed
43574
43575 \begin_layout Plain Layout
43576
43577 }{
43578 \end_layout
43579
43580 \end_inset
43581
43582
43583 \begin_inset Phantom Phantom
43584 status open
43585
43586 \begin_layout Plain Layout
43587 W
43588 \end_layout
43589
43590 \end_inset
43591
43592
43593 \begin_inset ERT
43594 status collapsed
43595
43596 \begin_layout Plain Layout
43597
43598 }
43599 \end_layout
43600
43601 \end_inset
43602
43603  ProcessBlue
43604 \end_layout
43605
43606 \end_inset
43607 </cell>
43608 <cell alignment="left" valignment="top" usebox="none">
43609 \begin_inset Text
43610
43611 \begin_layout Plain Layout
43612 \begin_inset ERT
43613 status collapsed
43614
43615 \begin_layout Plain Layout
43616
43617
43618 \backslash
43619 fcolorbox{black}{
43620 \end_layout
43621
43622 \end_inset
43623
43624 Purple
43625 \begin_inset ERT
43626 status collapsed
43627
43628 \begin_layout Plain Layout
43629
43630 }{
43631 \end_layout
43632
43633 \end_inset
43634
43635
43636 \begin_inset Phantom Phantom
43637 status open
43638
43639 \begin_layout Plain Layout
43640 W
43641 \end_layout
43642
43643 \end_inset
43644
43645
43646 \begin_inset ERT
43647 status collapsed
43648
43649 \begin_layout Plain Layout
43650
43651 }
43652 \end_layout
43653
43654 \end_inset
43655
43656  Purple
43657 \end_layout
43658
43659 \end_inset
43660 </cell>
43661 </row>
43662 <row>
43663 <cell alignment="left" valignment="top" usebox="none">
43664 \begin_inset Text
43665
43666 \begin_layout Plain Layout
43667 \begin_inset ERT
43668 status collapsed
43669
43670 \begin_layout Plain Layout
43671
43672
43673 \backslash
43674 fcolorbox{black}{
43675 \end_layout
43676
43677 \end_inset
43678
43679 RawSienna
43680 \begin_inset ERT
43681 status collapsed
43682
43683 \begin_layout Plain Layout
43684
43685 }{
43686 \end_layout
43687
43688 \end_inset
43689
43690
43691 \begin_inset Phantom Phantom
43692 status open
43693
43694 \begin_layout Plain Layout
43695 W
43696 \end_layout
43697
43698 \end_inset
43699
43700
43701 \begin_inset ERT
43702 status collapsed
43703
43704 \begin_layout Plain Layout
43705
43706 }
43707 \end_layout
43708
43709 \end_inset
43710
43711  RawSienna
43712 \end_layout
43713
43714 \end_inset
43715 </cell>
43716 <cell alignment="left" valignment="top" usebox="none">
43717 \begin_inset Text
43718
43719 \begin_layout Plain Layout
43720 \begin_inset ERT
43721 status collapsed
43722
43723 \begin_layout Plain Layout
43724
43725
43726 \backslash
43727 fcolorbox{black}{
43728 \end_layout
43729
43730 \end_inset
43731
43732 RedOrange
43733 \begin_inset ERT
43734 status collapsed
43735
43736 \begin_layout Plain Layout
43737
43738 }{
43739 \end_layout
43740
43741 \end_inset
43742
43743
43744 \begin_inset Phantom Phantom
43745 status open
43746
43747 \begin_layout Plain Layout
43748 W
43749 \end_layout
43750
43751 \end_inset
43752
43753
43754 \begin_inset ERT
43755 status collapsed
43756
43757 \begin_layout Plain Layout
43758
43759 }
43760 \end_layout
43761
43762 \end_inset
43763
43764  RedOrange
43765 \end_layout
43766
43767 \end_inset
43768 </cell>
43769 <cell alignment="left" valignment="top" usebox="none">
43770 \begin_inset Text
43771
43772 \begin_layout Plain Layout
43773 \begin_inset ERT
43774 status collapsed
43775
43776 \begin_layout Plain Layout
43777
43778
43779 \backslash
43780 fcolorbox{black}{
43781 \end_layout
43782
43783 \end_inset
43784
43785 RedViolet
43786 \begin_inset ERT
43787 status collapsed
43788
43789 \begin_layout Plain Layout
43790
43791 }{
43792 \end_layout
43793
43794 \end_inset
43795
43796
43797 \begin_inset Phantom Phantom
43798 status open
43799
43800 \begin_layout Plain Layout
43801 W
43802 \end_layout
43803
43804 \end_inset
43805
43806
43807 \begin_inset ERT
43808 status collapsed
43809
43810 \begin_layout Plain Layout
43811
43812 }
43813 \end_layout
43814
43815 \end_inset
43816
43817  RedViolet
43818 \end_layout
43819
43820 \end_inset
43821 </cell>
43822 <cell alignment="left" valignment="top" usebox="none">
43823 \begin_inset Text
43824
43825 \begin_layout Plain Layout
43826 \begin_inset ERT
43827 status collapsed
43828
43829 \begin_layout Plain Layout
43830
43831
43832 \backslash
43833 fcolorbox{black}{
43834 \end_layout
43835
43836 \end_inset
43837
43838 Rhodamine
43839 \begin_inset ERT
43840 status collapsed
43841
43842 \begin_layout Plain Layout
43843
43844 }{
43845 \end_layout
43846
43847 \end_inset
43848
43849
43850 \begin_inset Phantom Phantom
43851 status open
43852
43853 \begin_layout Plain Layout
43854 W
43855 \end_layout
43856
43857 \end_inset
43858
43859
43860 \begin_inset ERT
43861 status collapsed
43862
43863 \begin_layout Plain Layout
43864
43865 }
43866 \end_layout
43867
43868 \end_inset
43869
43870  Rhodamine
43871 \end_layout
43872
43873 \end_inset
43874 </cell>
43875 </row>
43876 <row>
43877 <cell alignment="left" valignment="top" usebox="none">
43878 \begin_inset Text
43879
43880 \begin_layout Plain Layout
43881 \begin_inset ERT
43882 status collapsed
43883
43884 \begin_layout Plain Layout
43885
43886
43887 \backslash
43888 fcolorbox{black}{
43889 \end_layout
43890
43891 \end_inset
43892
43893 RoyalBlue
43894 \begin_inset ERT
43895 status collapsed
43896
43897 \begin_layout Plain Layout
43898
43899 }{
43900 \end_layout
43901
43902 \end_inset
43903
43904
43905 \begin_inset Phantom Phantom
43906 status open
43907
43908 \begin_layout Plain Layout
43909 W
43910 \end_layout
43911
43912 \end_inset
43913
43914
43915 \begin_inset ERT
43916 status collapsed
43917
43918 \begin_layout Plain Layout
43919
43920 }
43921 \end_layout
43922
43923 \end_inset
43924
43925  RoyalBlue
43926 \end_layout
43927
43928 \end_inset
43929 </cell>
43930 <cell alignment="left" valignment="top" usebox="none">
43931 \begin_inset Text
43932
43933 \begin_layout Plain Layout
43934 \begin_inset ERT
43935 status collapsed
43936
43937 \begin_layout Plain Layout
43938
43939
43940 \backslash
43941 fcolorbox{black}{
43942 \end_layout
43943
43944 \end_inset
43945
43946 RoyalPurple
43947 \begin_inset ERT
43948 status collapsed
43949
43950 \begin_layout Plain Layout
43951
43952 }{
43953 \end_layout
43954
43955 \end_inset
43956
43957
43958 \begin_inset Phantom Phantom
43959 status open
43960
43961 \begin_layout Plain Layout
43962 W
43963 \end_layout
43964
43965 \end_inset
43966
43967
43968 \begin_inset ERT
43969 status collapsed
43970
43971 \begin_layout Plain Layout
43972
43973 }
43974 \end_layout
43975
43976 \end_inset
43977
43978  RoyalPurple
43979 \end_layout
43980
43981 \end_inset
43982 </cell>
43983 <cell alignment="left" valignment="top" usebox="none">
43984 \begin_inset Text
43985
43986 \begin_layout Plain Layout
43987 \begin_inset ERT
43988 status collapsed
43989
43990 \begin_layout Plain Layout
43991
43992
43993 \backslash
43994 fcolorbox{black}{
43995 \end_layout
43996
43997 \end_inset
43998
43999 RubineRed
44000 \begin_inset ERT
44001 status collapsed
44002
44003 \begin_layout Plain Layout
44004
44005 }{
44006 \end_layout
44007
44008 \end_inset
44009
44010
44011 \begin_inset Phantom Phantom
44012 status open
44013
44014 \begin_layout Plain Layout
44015 W
44016 \end_layout
44017
44018 \end_inset
44019
44020
44021 \begin_inset ERT
44022 status collapsed
44023
44024 \begin_layout Plain Layout
44025
44026 }
44027 \end_layout
44028
44029 \end_inset
44030
44031  RubineRed
44032 \end_layout
44033
44034 \end_inset
44035 </cell>
44036 <cell alignment="left" valignment="top" usebox="none">
44037 \begin_inset Text
44038
44039 \begin_layout Plain Layout
44040 \begin_inset ERT
44041 status collapsed
44042
44043 \begin_layout Plain Layout
44044
44045
44046 \backslash
44047 fcolorbox{black}{
44048 \end_layout
44049
44050 \end_inset
44051
44052 Salmon
44053 \begin_inset ERT
44054 status collapsed
44055
44056 \begin_layout Plain Layout
44057
44058 }{
44059 \end_layout
44060
44061 \end_inset
44062
44063
44064 \begin_inset Phantom Phantom
44065 status open
44066
44067 \begin_layout Plain Layout
44068 W
44069 \end_layout
44070
44071 \end_inset
44072
44073
44074 \begin_inset ERT
44075 status collapsed
44076
44077 \begin_layout Plain Layout
44078
44079 }
44080 \end_layout
44081
44082 \end_inset
44083
44084  Salmon
44085 \end_layout
44086
44087 \end_inset
44088 </cell>
44089 </row>
44090 <row>
44091 <cell alignment="left" valignment="top" usebox="none">
44092 \begin_inset Text
44093
44094 \begin_layout Plain Layout
44095 \begin_inset ERT
44096 status collapsed
44097
44098 \begin_layout Plain Layout
44099
44100
44101 \backslash
44102 fcolorbox{black}{
44103 \end_layout
44104
44105 \end_inset
44106
44107 SeaGreen
44108 \begin_inset ERT
44109 status collapsed
44110
44111 \begin_layout Plain Layout
44112
44113 }{
44114 \end_layout
44115
44116 \end_inset
44117
44118
44119 \begin_inset Phantom Phantom
44120 status open
44121
44122 \begin_layout Plain Layout
44123 W
44124 \end_layout
44125
44126 \end_inset
44127
44128
44129 \begin_inset ERT
44130 status collapsed
44131
44132 \begin_layout Plain Layout
44133
44134 }
44135 \end_layout
44136
44137 \end_inset
44138
44139  SeaGreen
44140 \end_layout
44141
44142 \end_inset
44143 </cell>
44144 <cell alignment="left" valignment="top" usebox="none">
44145 \begin_inset Text
44146
44147 \begin_layout Plain Layout
44148 \begin_inset ERT
44149 status collapsed
44150
44151 \begin_layout Plain Layout
44152
44153
44154 \backslash
44155 fcolorbox{black}{
44156 \end_layout
44157
44158 \end_inset
44159
44160 Sepia
44161 \begin_inset ERT
44162 status collapsed
44163
44164 \begin_layout Plain Layout
44165
44166 }{
44167 \end_layout
44168
44169 \end_inset
44170
44171
44172 \begin_inset Phantom Phantom
44173 status open
44174
44175 \begin_layout Plain Layout
44176 W
44177 \end_layout
44178
44179 \end_inset
44180
44181
44182 \begin_inset ERT
44183 status collapsed
44184
44185 \begin_layout Plain Layout
44186
44187 }
44188 \end_layout
44189
44190 \end_inset
44191
44192  Sepia
44193 \end_layout
44194
44195 \end_inset
44196 </cell>
44197 <cell alignment="left" valignment="top" usebox="none">
44198 \begin_inset Text
44199
44200 \begin_layout Plain Layout
44201 \begin_inset ERT
44202 status collapsed
44203
44204 \begin_layout Plain Layout
44205
44206
44207 \backslash
44208 fcolorbox{black}{
44209 \end_layout
44210
44211 \end_inset
44212
44213 SkyBlue
44214 \begin_inset ERT
44215 status collapsed
44216
44217 \begin_layout Plain Layout
44218
44219 }{
44220 \end_layout
44221
44222 \end_inset
44223
44224
44225 \begin_inset Phantom Phantom
44226 status open
44227
44228 \begin_layout Plain Layout
44229 W
44230 \end_layout
44231
44232 \end_inset
44233
44234
44235 \begin_inset ERT
44236 status collapsed
44237
44238 \begin_layout Plain Layout
44239
44240 }
44241 \end_layout
44242
44243 \end_inset
44244
44245  SkyBlue
44246 \end_layout
44247
44248 \end_inset
44249 </cell>
44250 <cell alignment="left" valignment="top" usebox="none">
44251 \begin_inset Text
44252
44253 \begin_layout Plain Layout
44254 \begin_inset ERT
44255 status collapsed
44256
44257 \begin_layout Plain Layout
44258
44259
44260 \backslash
44261 fcolorbox{black}{
44262 \end_layout
44263
44264 \end_inset
44265
44266 SpringGreen
44267 \begin_inset ERT
44268 status collapsed
44269
44270 \begin_layout Plain Layout
44271
44272 }{
44273 \end_layout
44274
44275 \end_inset
44276
44277
44278 \begin_inset Phantom Phantom
44279 status open
44280
44281 \begin_layout Plain Layout
44282 W
44283 \end_layout
44284
44285 \end_inset
44286
44287
44288 \begin_inset ERT
44289 status collapsed
44290
44291 \begin_layout Plain Layout
44292
44293 }
44294 \end_layout
44295
44296 \end_inset
44297
44298  SpringGreen
44299 \end_layout
44300
44301 \end_inset
44302 </cell>
44303 </row>
44304 <row>
44305 <cell alignment="left" valignment="top" usebox="none">
44306 \begin_inset Text
44307
44308 \begin_layout Plain Layout
44309 \begin_inset ERT
44310 status collapsed
44311
44312 \begin_layout Plain Layout
44313
44314
44315 \backslash
44316 fcolorbox{black}{
44317 \end_layout
44318
44319 \end_inset
44320
44321 Tan
44322 \begin_inset ERT
44323 status collapsed
44324
44325 \begin_layout Plain Layout
44326
44327 }{
44328 \end_layout
44329
44330 \end_inset
44331
44332
44333 \begin_inset Phantom Phantom
44334 status open
44335
44336 \begin_layout Plain Layout
44337 W
44338 \end_layout
44339
44340 \end_inset
44341
44342
44343 \begin_inset ERT
44344 status collapsed
44345
44346 \begin_layout Plain Layout
44347
44348 }
44349 \end_layout
44350
44351 \end_inset
44352
44353  Tan
44354 \end_layout
44355
44356 \end_inset
44357 </cell>
44358 <cell alignment="left" valignment="top" usebox="none">
44359 \begin_inset Text
44360
44361 \begin_layout Plain Layout
44362 \begin_inset ERT
44363 status collapsed
44364
44365 \begin_layout Plain Layout
44366
44367
44368 \backslash
44369 fcolorbox{black}{
44370 \end_layout
44371
44372 \end_inset
44373
44374 TealBlue
44375 \begin_inset ERT
44376 status collapsed
44377
44378 \begin_layout Plain Layout
44379
44380 }{
44381 \end_layout
44382
44383 \end_inset
44384
44385
44386 \begin_inset Phantom Phantom
44387 status open
44388
44389 \begin_layout Plain Layout
44390 W
44391 \end_layout
44392
44393 \end_inset
44394
44395
44396 \begin_inset ERT
44397 status collapsed
44398
44399 \begin_layout Plain Layout
44400
44401 }
44402 \end_layout
44403
44404 \end_inset
44405
44406  TealBlue
44407 \end_layout
44408
44409 \end_inset
44410 </cell>
44411 <cell alignment="left" valignment="top" usebox="none">
44412 \begin_inset Text
44413
44414 \begin_layout Plain Layout
44415 \begin_inset ERT
44416 status collapsed
44417
44418 \begin_layout Plain Layout
44419
44420
44421 \backslash
44422 fcolorbox{black}{
44423 \end_layout
44424
44425 \end_inset
44426
44427 Thistle
44428 \begin_inset ERT
44429 status collapsed
44430
44431 \begin_layout Plain Layout
44432
44433 }{
44434 \end_layout
44435
44436 \end_inset
44437
44438
44439 \begin_inset Phantom Phantom
44440 status open
44441
44442 \begin_layout Plain Layout
44443 W
44444 \end_layout
44445
44446 \end_inset
44447
44448
44449 \begin_inset ERT
44450 status collapsed
44451
44452 \begin_layout Plain Layout
44453
44454 }
44455 \end_layout
44456
44457 \end_inset
44458
44459  Thistle
44460 \end_layout
44461
44462 \end_inset
44463 </cell>
44464 <cell alignment="left" valignment="top" usebox="none">
44465 \begin_inset Text
44466
44467 \begin_layout Plain Layout
44468 \begin_inset ERT
44469 status collapsed
44470
44471 \begin_layout Plain Layout
44472
44473
44474 \backslash
44475 fcolorbox{black}{
44476 \end_layout
44477
44478 \end_inset
44479
44480 Turquoise
44481 \begin_inset ERT
44482 status collapsed
44483
44484 \begin_layout Plain Layout
44485
44486 }{
44487 \end_layout
44488
44489 \end_inset
44490
44491
44492 \begin_inset Phantom Phantom
44493 status open
44494
44495 \begin_layout Plain Layout
44496 W
44497 \end_layout
44498
44499 \end_inset
44500
44501
44502 \begin_inset ERT
44503 status collapsed
44504
44505 \begin_layout Plain Layout
44506
44507 }
44508 \end_layout
44509
44510 \end_inset
44511
44512  Turquoise
44513 \end_layout
44514
44515 \end_inset
44516 </cell>
44517 </row>
44518 <row>
44519 <cell alignment="left" valignment="top" usebox="none">
44520 \begin_inset Text
44521
44522 \begin_layout Plain Layout
44523 \begin_inset ERT
44524 status collapsed
44525
44526 \begin_layout Plain Layout
44527
44528
44529 \backslash
44530 fcolorbox{black}{
44531 \end_layout
44532
44533 \end_inset
44534
44535 Violet
44536 \begin_inset ERT
44537 status collapsed
44538
44539 \begin_layout Plain Layout
44540
44541 }{
44542 \end_layout
44543
44544 \end_inset
44545
44546
44547 \begin_inset Phantom Phantom
44548 status open
44549
44550 \begin_layout Plain Layout
44551 W
44552 \end_layout
44553
44554 \end_inset
44555
44556
44557 \begin_inset ERT
44558 status collapsed
44559
44560 \begin_layout Plain Layout
44561
44562 }
44563 \end_layout
44564
44565 \end_inset
44566
44567  Violet
44568 \end_layout
44569
44570 \end_inset
44571 </cell>
44572 <cell alignment="left" valignment="top" usebox="none">
44573 \begin_inset Text
44574
44575 \begin_layout Plain Layout
44576 \begin_inset ERT
44577 status collapsed
44578
44579 \begin_layout Plain Layout
44580
44581
44582 \backslash
44583 fcolorbox{black}{
44584 \end_layout
44585
44586 \end_inset
44587
44588 VioletRed
44589 \begin_inset ERT
44590 status collapsed
44591
44592 \begin_layout Plain Layout
44593
44594 }{
44595 \end_layout
44596
44597 \end_inset
44598
44599
44600 \begin_inset Phantom Phantom
44601 status open
44602
44603 \begin_layout Plain Layout
44604 W
44605 \end_layout
44606
44607 \end_inset
44608
44609
44610 \begin_inset ERT
44611 status collapsed
44612
44613 \begin_layout Plain Layout
44614
44615 }
44616 \end_layout
44617
44618 \end_inset
44619
44620  VioletRed
44621 \end_layout
44622
44623 \end_inset
44624 </cell>
44625 <cell alignment="left" valignment="top" usebox="none">
44626 \begin_inset Text
44627
44628 \begin_layout Plain Layout
44629 \begin_inset ERT
44630 status collapsed
44631
44632 \begin_layout Plain Layout
44633
44634
44635 \backslash
44636 fcolorbox{black}{
44637 \end_layout
44638
44639 \end_inset
44640
44641 WildStrawberry
44642 \begin_inset ERT
44643 status collapsed
44644
44645 \begin_layout Plain Layout
44646
44647 }{
44648 \end_layout
44649
44650 \end_inset
44651
44652
44653 \begin_inset Phantom Phantom
44654 status open
44655
44656 \begin_layout Plain Layout
44657 W
44658 \end_layout
44659
44660 \end_inset
44661
44662
44663 \begin_inset ERT
44664 status collapsed
44665
44666 \begin_layout Plain Layout
44667
44668 }
44669 \end_layout
44670
44671 \end_inset
44672
44673  WildStrawberry
44674 \end_layout
44675
44676 \end_inset
44677 </cell>
44678 <cell alignment="left" valignment="top" usebox="none">
44679 \begin_inset Text
44680
44681 \begin_layout Plain Layout
44682 \begin_inset ERT
44683 status collapsed
44684
44685 \begin_layout Plain Layout
44686
44687
44688 \backslash
44689 fcolorbox{black}{
44690 \end_layout
44691
44692 \end_inset
44693
44694 YellowGreen
44695 \begin_inset ERT
44696 status collapsed
44697
44698 \begin_layout Plain Layout
44699
44700 }{
44701 \end_layout
44702
44703 \end_inset
44704
44705
44706 \begin_inset Phantom Phantom
44707 status open
44708
44709 \begin_layout Plain Layout
44710 W
44711 \end_layout
44712
44713 \end_inset
44714
44715
44716 \begin_inset ERT
44717 status collapsed
44718
44719 \begin_layout Plain Layout
44720
44721 }
44722 \end_layout
44723
44724 \end_inset
44725
44726  YellowGreen
44727 \end_layout
44728
44729 \end_inset
44730 </cell>
44731 </row>
44732 <row>
44733 <cell alignment="left" valignment="top" usebox="none">
44734 \begin_inset Text
44735
44736 \begin_layout Plain Layout
44737 \begin_inset ERT
44738 status collapsed
44739
44740 \begin_layout Plain Layout
44741
44742
44743 \backslash
44744 fcolorbox{black}{
44745 \end_layout
44746
44747 \end_inset
44748
44749 YellowOrange
44750 \begin_inset ERT
44751 status collapsed
44752
44753 \begin_layout Plain Layout
44754
44755 }{
44756 \end_layout
44757
44758 \end_inset
44759
44760
44761 \begin_inset Phantom Phantom
44762 status open
44763
44764 \begin_layout Plain Layout
44765 W
44766 \end_layout
44767
44768 \end_inset
44769
44770
44771 \begin_inset ERT
44772 status collapsed
44773
44774 \begin_layout Plain Layout
44775
44776 }
44777 \end_layout
44778
44779 \end_inset
44780
44781  YellowOrange
44782 \end_layout
44783
44784 \end_inset
44785 </cell>
44786 <cell alignment="left" valignment="top" usebox="none">
44787 \begin_inset Text
44788
44789 \begin_layout Plain Layout
44790
44791 \end_layout
44792
44793 \end_inset
44794 </cell>
44795 <cell alignment="left" valignment="top" usebox="none">
44796 \begin_inset Text
44797
44798 \begin_layout Plain Layout
44799
44800 \end_layout
44801
44802 \end_inset
44803 </cell>
44804 <cell alignment="left" valignment="top" usebox="none">
44805 \begin_inset Text
44806
44807 \begin_layout Plain Layout
44808
44809 \end_layout
44810
44811 \end_inset
44812 </cell>
44813 </row>
44814 </lyxtabular>
44815
44816 \end_inset
44817
44818
44819 \end_layout
44820
44821 \begin_layout Chapter
44822 Explanation of Equation
44823 \begin_inset space ~
44824 \end_inset
44825
44826 (
44827 \begin_inset CommandInset ref
44828 LatexCommand ref
44829 reference "eq:Wgn"
44830
44831 \end_inset
44832
44833 )
44834 \begin_inset CommandInset label
44835 LatexCommand label
44836 name "cha:Explanation-of-Equation"
44837
44838 \end_inset
44839
44840
44841 \end_layout
44842
44843 \begin_layout Standard
44844 We can calculate the total width of 
44845 \emph on
44846 n
44847 \emph default
44848  table cells 
44849 \begin_inset Formula $W_{\mathrm{tot\,n}}$
44850 \end_inset
44851
44852  as follows:
44853 \begin_inset Formula 
44854 \begin{equation}
44855 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
44856 \end{equation}
44857
44858 \end_inset
44859
44860 where 
44861 \begin_inset Formula $W_{g\,n}$
44862 \end_inset
44863
44864  is the given width of all cells, 
44865 \series bold
44866
44867 \backslash
44868 tabcolsep
44869 \series default
44870  is the \SpecialChar LaTeX
44871 -length between the cell text and the cell border (its default value
44872  is 6
44873 \begin_inset space \thinspace{}
44874 \end_inset
44875
44876 pt).
44877  
44878 \series bold
44879
44880 \backslash
44881 arrayrulewidth
44882 \series default
44883  is the thickness of the cell border line, the default is 0.4
44884 \begin_inset space \thinspace{}
44885 \end_inset
44886
44887 pt.
44888 \end_layout
44889
44890 \begin_layout Standard
44891 Following equation
44892 \begin_inset space ~
44893 \end_inset
44894
44895
44896 \begin_inset CommandInset ref
44897 LatexCommand eqref
44898 reference "eq:Wtot_n"
44899
44900 \end_inset
44901
44902 , the total width of a multicolumn 
44903 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
44904 \end_inset
44905
44906  is
44907 \begin_inset Formula 
44908 \begin{equation}
44909 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
44910 \end{equation}
44911
44912 \end_inset
44913
44914
44915 \end_layout
44916
44917 \begin_layout Standard
44918 By setting equation
44919 \begin_inset space ~
44920 \end_inset
44921
44922
44923 \begin_inset CommandInset ref
44924 LatexCommand eqref
44925 reference "eq:Wtot_n"
44926
44927 \end_inset
44928
44929  and 
44930 \begin_inset CommandInset ref
44931 LatexCommand eqref
44932 reference "eq:Wtot_mult"
44933
44934 \end_inset
44935
44936  equal we can calculate the needed given width 
44937 \begin_inset Formula $W_{g\,n}$
44938 \end_inset
44939
44940  when 
44941 \emph on
44942 n
44943 \emph default
44944  columns are spanned, so that each column has a total width of 
44945 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
44946 \end_inset
44947
44948 :
44949 \begin_inset Formula 
44950 \begin{equation}
44951 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
44952 \end{equation}
44953
44954 \end_inset
44955
44956
44957 \end_layout
44958
44959 \begin_layout Bibliography
44960 \begin_inset CommandInset bibitem
44961 LatexCommand bibitem
44962 key "latexcompanion"
44963
44964 \end_inset
44965
44966 Frank Mittelbach and Michel Goossens: 
44967 \emph on
44968 The \SpecialChar LaTeX
44969  Companion Second Edition.
44970
44971 \emph default
44972  Addison-Wesley, 2004
44973 \end_layout
44974
44975 \begin_layout Bibliography
44976 \begin_inset CommandInset bibitem
44977 LatexCommand bibitem
44978 key "latexguide"
44979
44980 \end_inset
44981
44982 Helmut Kopka and Patrick W.
44983  Daly: 
44984 \emph on
44985 A Guide to \SpecialChar LaTeX
44986  Fourth Edition.
44987
44988 \emph default
44989  Addison-Wesley, 2003
44990 \end_layout
44991
44992 \begin_layout Bibliography
44993 \begin_inset CommandInset bibitem
44994 LatexCommand bibitem
44995 key "latexbook"
44996
44997 \end_inset
44998
44999 Leslie Lamport: 
45000 \emph on
45001 \SpecialChar LaTeX
45002 : A Document Preparation System.
45003
45004 \emph default
45005  Addison-Wesley, second edition, 1994
45006 \end_layout
45007
45008 \begin_layout Bibliography
45009 \begin_inset CommandInset bibitem
45010 LatexCommand bibitem
45011 key "arydshln"
45012
45013 \end_inset
45014
45015 Documentation of the \SpecialChar LaTeX
45016 -package 
45017 \series bold
45018
45019 \begin_inset CommandInset href
45020 LatexCommand href
45021 name "arydshln"
45022 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
45023
45024 \end_inset
45025
45026
45027 \series default
45028
45029 \begin_inset Index idx
45030 status collapsed
45031
45032 \begin_layout Plain Layout
45033 \SpecialChar LaTeX
45034 -packages ! arydshln
45035 \end_layout
45036
45037 \end_inset
45038
45039
45040 \end_layout
45041
45042 \begin_layout Bibliography
45043 \begin_inset CommandInset bibitem
45044 LatexCommand bibitem
45045 key "booktabs"
45046
45047 \end_inset
45048
45049 Documentation of the \SpecialChar LaTeX
45050 -package 
45051 \series bold
45052
45053 \begin_inset CommandInset href
45054 LatexCommand href
45055 name "booktabs"
45056 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
45057
45058 \end_inset
45059
45060
45061 \series default
45062
45063 \begin_inset Index idx
45064 status collapsed
45065
45066 \begin_layout Plain Layout
45067 \SpecialChar LaTeX
45068 -packages ! booktabs
45069 \end_layout
45070
45071 \end_inset
45072
45073
45074 \end_layout
45075
45076 \begin_layout Bibliography
45077 \begin_inset CommandInset bibitem
45078 LatexCommand bibitem
45079 key "caption"
45080
45081 \end_inset
45082
45083 Documentation of the \SpecialChar LaTeX
45084 -package 
45085 \series bold
45086
45087 \begin_inset CommandInset href
45088 LatexCommand href
45089 name "caption"
45090 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
45091
45092 \end_inset
45093
45094
45095 \series default
45096
45097 \begin_inset Index idx
45098 status collapsed
45099
45100 \begin_layout Plain Layout
45101 \SpecialChar LaTeX
45102 -packages ! caption
45103 \end_layout
45104
45105 \end_inset
45106
45107
45108 \end_layout
45109
45110 \begin_layout Bibliography
45111 \begin_inset CommandInset bibitem
45112 LatexCommand bibitem
45113 key "diagbox"
45114
45115 \end_inset
45116
45117 Documentation of the \SpecialChar LaTeX
45118 -package 
45119 \series bold
45120
45121 \begin_inset CommandInset href
45122 LatexCommand href
45123 name "diagbox"
45124 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
45125
45126 \end_inset
45127
45128
45129 \series default
45130
45131 \begin_inset Index idx
45132 status collapsed
45133
45134 \begin_layout Plain Layout
45135 \SpecialChar LaTeX
45136 -packages ! diagbox
45137 \end_layout
45138
45139 \end_inset
45140
45141
45142 \end_layout
45143
45144 \begin_layout Bibliography
45145 \begin_inset CommandInset bibitem
45146 LatexCommand bibitem
45147 key "endfloat"
45148
45149 \end_inset
45150
45151 Documentation of the \SpecialChar LaTeX
45152 -package 
45153 \series bold
45154
45155 \begin_inset CommandInset href
45156 LatexCommand href
45157 name "endfloat"
45158 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
45159
45160 \end_inset
45161
45162
45163 \series default
45164
45165 \begin_inset Index idx
45166 status collapsed
45167
45168 \begin_layout Plain Layout
45169 \SpecialChar LaTeX
45170 -packages ! endfloat
45171 \end_layout
45172
45173 \end_inset
45174
45175
45176 \end_layout
45177
45178 \begin_layout Bibliography
45179 \begin_inset CommandInset bibitem
45180 LatexCommand bibitem
45181 key "footmisc"
45182
45183 \end_inset
45184
45185 Documentation of the \SpecialChar LaTeX
45186 -package 
45187 \series bold
45188
45189 \begin_inset CommandInset href
45190 LatexCommand href
45191 name "footmisc"
45192 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
45193
45194 \end_inset
45195
45196
45197 \series default
45198
45199 \begin_inset Index idx
45200 status collapsed
45201
45202 \begin_layout Plain Layout
45203 \SpecialChar LaTeX
45204 -packages ! footmisc
45205 \end_layout
45206
45207 \end_inset
45208
45209
45210 \end_layout
45211
45212 \begin_layout Bibliography
45213 \begin_inset CommandInset bibitem
45214 LatexCommand bibitem
45215 key "hypcap"
45216
45217 \end_inset
45218
45219 Documentation of the \SpecialChar LaTeX
45220 -package 
45221 \series bold
45222
45223 \begin_inset CommandInset href
45224 LatexCommand href
45225 name "hypcap"
45226 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
45227
45228 \end_inset
45229
45230
45231 \series default
45232
45233 \begin_inset Index idx
45234 status collapsed
45235
45236 \begin_layout Plain Layout
45237 \SpecialChar LaTeX
45238 -packages ! hyperref
45239 \end_layout
45240
45241 \end_inset
45242
45243
45244 \end_layout
45245
45246 \begin_layout Bibliography
45247 \begin_inset CommandInset bibitem
45248 LatexCommand bibitem
45249 key "hyperref"
45250
45251 \end_inset
45252
45253 Documentation of the \SpecialChar LaTeX
45254 -package 
45255 \series bold
45256
45257 \begin_inset CommandInset href
45258 LatexCommand href
45259 name "hyperref"
45260 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
45261
45262 \end_inset
45263
45264
45265 \series default
45266
45267 \begin_inset Index idx
45268 status collapsed
45269
45270 \begin_layout Plain Layout
45271 \SpecialChar LaTeX
45272 -packages ! hyperref
45273 \end_layout
45274
45275 \end_inset
45276
45277
45278 \end_layout
45279
45280 \begin_layout Bibliography
45281 \begin_inset CommandInset bibitem
45282 LatexCommand bibitem
45283 key "KOMA-Script"
45284
45285 \end_inset
45286
45287 Documentation of the \SpecialChar LaTeX
45288 -package 
45289 \series bold
45290
45291 \begin_inset CommandInset href
45292 LatexCommand href
45293 name "KOMA-Script"
45294 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
45295
45296 \end_inset
45297
45298
45299 \series default
45300
45301 \begin_inset Index idx
45302 status collapsed
45303
45304 \begin_layout Plain Layout
45305 \SpecialChar LaTeX
45306 -packages ! KOMA-Script
45307 \end_layout
45308
45309 \end_inset
45310
45311
45312 \end_layout
45313
45314 \begin_layout Bibliography
45315 \begin_inset CommandInset bibitem
45316 LatexCommand bibitem
45317 key "lettrine"
45318
45319 \end_inset
45320
45321 Documentation of the \SpecialChar LaTeX
45322 -package 
45323 \series bold
45324
45325 \begin_inset CommandInset href
45326 LatexCommand href
45327 name "lettrine"
45328 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
45329
45330 \end_inset
45331
45332
45333 \series default
45334  and an 
45335 \begin_inset CommandInset href
45336 LatexCommand href
45337 name "example"
45338 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
45339
45340 \end_inset
45341
45342
45343 \begin_inset Index idx
45344 status collapsed
45345
45346 \begin_layout Plain Layout
45347 \SpecialChar LaTeX
45348 -packages ! lettrine
45349 \end_layout
45350
45351 \end_inset
45352
45353
45354 \end_layout
45355
45356 \begin_layout Bibliography
45357 \begin_inset CommandInset bibitem
45358 LatexCommand bibitem
45359 key "listings"
45360
45361 \end_inset
45362
45363 Documentation of the \SpecialChar LaTeX
45364 -package 
45365 \series bold
45366
45367 \begin_inset CommandInset href
45368 LatexCommand href
45369 name "listings"
45370 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
45371
45372 \end_inset
45373
45374
45375 \series default
45376
45377 \begin_inset Index idx
45378 status collapsed
45379
45380 \begin_layout Plain Layout
45381 \SpecialChar LaTeX
45382 -packages ! listings
45383 \end_layout
45384
45385 \end_inset
45386
45387
45388 \end_layout
45389
45390 \begin_layout Bibliography
45391 \begin_inset CommandInset bibitem
45392 LatexCommand bibitem
45393 key "marginnote"
45394
45395 \end_inset
45396
45397 Documentation of the \SpecialChar LaTeX
45398 -package 
45399 \series bold
45400
45401 \begin_inset CommandInset href
45402 LatexCommand href
45403 name "marginnote"
45404 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
45405
45406 \end_inset
45407
45408
45409 \series default
45410
45411 \begin_inset Index idx
45412 status collapsed
45413
45414 \begin_layout Plain Layout
45415 \SpecialChar LaTeX
45416 -packages ! marginnote
45417 \end_layout
45418
45419 \end_inset
45420
45421
45422 \end_layout
45423
45424 \begin_layout Bibliography
45425 \begin_inset CommandInset bibitem
45426 LatexCommand bibitem
45427 key "pdfpages"
45428
45429 \end_inset
45430
45431 Documentation of the \SpecialChar LaTeX
45432 -package 
45433 \series bold
45434
45435 \begin_inset CommandInset href
45436 LatexCommand href
45437 name "pdfpages"
45438 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
45439
45440 \end_inset
45441
45442
45443 \series default
45444
45445 \begin_inset Index idx
45446 status collapsed
45447
45448 \begin_layout Plain Layout
45449 \SpecialChar LaTeX
45450 -packages ! pdfpages
45451 \end_layout
45452
45453 \end_inset
45454
45455
45456 \end_layout
45457
45458 \begin_layout Bibliography
45459 \begin_inset CommandInset bibitem
45460 LatexCommand bibitem
45461 key "prettyref"
45462
45463 \end_inset
45464
45465 Documentation of the \SpecialChar LaTeX
45466 -package 
45467 \series bold
45468
45469 \begin_inset CommandInset href
45470 LatexCommand href
45471 name "prettyref"
45472 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
45473
45474 \end_inset
45475
45476
45477 \series default
45478
45479 \begin_inset Index idx
45480 status collapsed
45481
45482 \begin_layout Plain Layout
45483 \SpecialChar LaTeX
45484 -packages ! prettyref
45485 \end_layout
45486
45487 \end_inset
45488
45489
45490 \end_layout
45491
45492 \begin_layout Bibliography
45493 \begin_inset CommandInset bibitem
45494 LatexCommand bibitem
45495 key "pstricks"
45496
45497 \end_inset
45498
45499 Web page of the \SpecialChar LaTeX
45500 -package 
45501 \series bold
45502
45503 \begin_inset CommandInset href
45504 LatexCommand href
45505 name "PSTricks"
45506 target "http://tug.org/PSTricks/"
45507
45508 \end_inset
45509
45510
45511 \series default
45512
45513 \begin_inset Index idx
45514 status collapsed
45515
45516 \begin_layout Plain Layout
45517 \SpecialChar LaTeX
45518 -packages ! PSTricks
45519 \end_layout
45520
45521 \end_inset
45522
45523
45524 \end_layout
45525
45526 \begin_layout Bibliography
45527 \begin_inset CommandInset bibitem
45528 LatexCommand bibitem
45529 key "refstyle"
45530
45531 \end_inset
45532
45533 Documentation of the \SpecialChar LaTeX
45534 -package 
45535 \series bold
45536
45537 \begin_inset CommandInset href
45538 LatexCommand href
45539 name "refstyle"
45540 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
45541
45542 \end_inset
45543
45544
45545 \series default
45546
45547 \begin_inset Index idx
45548 status collapsed
45549
45550 \begin_layout Plain Layout
45551 \SpecialChar LaTeX
45552 -packages ! refstyle
45553 \end_layout
45554
45555 \end_inset
45556
45557
45558 \end_layout
45559
45560 \begin_layout Bibliography
45561 \begin_inset CommandInset bibitem
45562 LatexCommand bibitem
45563 key "sidecap"
45564
45565 \end_inset
45566
45567 Documentation of the \SpecialChar LaTeX
45568 -package 
45569 \series bold
45570
45571 \begin_inset CommandInset href
45572 LatexCommand href
45573 name "sidecap"
45574 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
45575
45576 \end_inset
45577
45578
45579 \series default
45580
45581 \begin_inset Index idx
45582 status collapsed
45583
45584 \begin_layout Plain Layout
45585 \SpecialChar LaTeX
45586 -packages ! sidecap
45587 \end_layout
45588
45589 \end_inset
45590
45591
45592 \end_layout
45593
45594 \begin_layout Bibliography
45595 \begin_inset CommandInset bibitem
45596 LatexCommand bibitem
45597 key "NewInLyX20"
45598
45599 \end_inset
45600
45601
45602 \begin_inset CommandInset href
45603 LatexCommand href
45604 name "Wiki page"
45605 target "http://wiki.lyx.org/LyX/NewInLyX20"
45606
45607 \end_inset
45608
45609  about new features in 
45610 \family sans
45611 \SpecialChar LyX
45612  2.0
45613 \family default
45614 .
45615 \end_layout
45616
45617 \begin_layout Standard
45618 \begin_inset CommandInset index_print
45619 LatexCommand printindex
45620 type "idx"
45621
45622 \end_inset
45623
45624
45625 \end_layout
45626
45627 \end_body
45628 \end_document