]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
Typo.
[lyx.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 2.2 created this file. For more info see http://www.lyx.org/
2 \lyxformat 497
3 \begin_document
4 \begin_header
5 \origin unavailable
6 \textclass scrbook
7 \begin_preamble
8 % if pdflatex is used
9 \usepackage{ifpdf}
10 \ifpdf
11
12 % set fonts for nicer pdf view
13 \IfFileExists{lmodern.sty}
14  {\usepackage{lmodern}}{}
15
16 \fi % end if pdflatex is used
17
18 % that links to image floats jumps
19 % to the beginning of the float and 
20 % not to its caption
21 \usepackage[figure]{hypcap}
22
23 % the pages of the TOC is numbered roman
24 % and a PDF-bookmark for the TOC is added
25 \let\myTOC\tableofcontents
26 \renewcommand\tableofcontents{%
27   \frontmatter
28   \pdfbookmark[1]{\contentsname}{}
29   \myTOC
30   \mainmatter }
31
32 % provides caption formatting
33 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
34
35 % provides commands to set caption
36 % beside tables/images
37 \newcommand{\TabBesBeg}[1][1.0]{%
38  \let\MyTable\table
39  \let\MyEndtable\endtable
40  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
41
42 \newcommand{\TabBesEnd}{%
43  \let\table\MyTable
44  \let\endtable\MyEndtable}
45
46 \newcommand{\FigBesBeg}[1][1.0]{%
47  \let\MyFigure\figure
48  \let\MyEndfigure\endfigure
49  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
50
51 \newcommand{\FigBesEnd}{%
52  \let\figure\MyFigure
53  \let\endfigure\MyEndfigure}
54
55 % enables calculation of values,
56 \usepackage{calc}
57
58 % increase the bottom float placement fraction
59 \renewcommand{\bottomfraction}{0.5}
60
61 % avoids that floats are placed before their
62 % corresponding section starts
63 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
64
65 % speed up the longtable calculation
66 \setcounter{LTchunksize}{100}
67
68 % used for scaled and rotated boxes
69 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
70
71 % used for colored tables
72 \@ifundefined{textcolor}
73  {\usepackage{color}}{}
74 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
75 \definecolor{lightgrey}{gray}{0.8}
76
77 % check for package colortbl
78 % used for colored table cells
79 \newboolean{colortbl}
80 \IfFileExists{colortbl.sty}
81  {\usepackage{colortbl}
82   \setboolean{colortbl}{true}}
83  {\setboolean{colortbl}{false}}
84
85 % used to have extra space in table cells
86 \@ifundefined{extrarowheight}
87  {\usepackage{array}}{}
88 \setlength{\extrarowheight}{2pt}
89
90 % used for customized tables
91 % ---
92 \newcolumntype{M}[1]
93  {>{\centering\hspace{0pt}}m{#1}}
94
95 \newcolumntype{S}[2]
96  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
97
98 \newcolumntype{K}[1]
99  {>{\columncolor{#1}\hspace{0pt}}c}
100
101 \newcolumntype{V}{!{\vrule width 1.5pt}}
102
103 \newcolumntype{W}{!{\color{green}\vline}}
104 % ---
105
106 % insert additional vertical space of
107 % 1.5 mm between footnotes
108 \let\myFoot\footnote
109 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
110
111 % number algorithm floats within chapters
112 \numberwithin{algorithm}{chapter}
113
114 % ------------------------------------
115 % used to check for needed LaTeX packages
116 \usepackage{ifthen}
117
118 % check for package arydshln
119 % used for tables with dashed lines
120 \newboolean{arydshln}
121 \IfFileExists{arydshln.sty}
122  {\usepackage{arydshln}
123   \setboolean{arydshln}{true}}
124  {\setboolean{arydshln}{false}}
125
126 % check for package marginnote
127 % used for margin notes
128 \newboolean{marginnote}
129 \IfFileExists{marginnote.sty}
130  {\usepackage{marginnote}
131   \let\marginpar\marginnote
132   \setboolean{marginnote}{true}}
133  {\setboolean{marginnote}{false}}
134
135 % check for package sidecap
136 % used for captions on the side
137 \newboolean{sidecap}
138 \IfFileExists{sidecap.sty}
139  {\usepackage{sidecap}
140   \setboolean{sidecap}{true}}
141  {\setboolean{sidecap}{false}}
142
143 % check for picinpar
144 % used for surrounded fixed objects
145 \newboolean{picinpar}
146 \IfFileExists{picinpar.sty}
147  {\usepackage{picinpar}
148   \setboolean{picinpar}{true}}
149  {\setboolean{picinpar}{false}}
150
151 % check for lettrine
152 \newboolean{lettrine}
153 \IfFileExists{lettrine.sty}
154  {\usepackage{lettrine}
155   \setboolean{lettrine}{true}}
156  {\setboolean{lettrine}{false}}
157
158 % check for diagbox
159 \newboolean{diagbox}
160 \IfFileExists{diagbox.sty}
161  {\usepackage{diagbox}
162   \setboolean{diagbox}{true}}
163  {\setboolean{diagbox}{false}}
164 \end_preamble
165 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,usenames,dvipsnames,table
166 \use_default_options false
167 \begin_modules
168 initials
169 \end_modules
170 \maintain_unincluded_children false
171 \language english
172 \language_package default
173 \inputencoding auto
174 \fontencoding global
175 \font_roman default
176 \font_sans default
177 \font_typewriter default
178 \font_math auto
179 \font_default_family default
180 \use_non_tex_fonts false
181 \font_sc false
182 \font_osf false
183 \font_sf_scale 100
184 \font_tt_scale 100
185 \graphics default
186 \default_output_format default
187 \output_sync 0
188 \bibtex_command default
189 \index_command default
190 \paperfontsize 12
191 \spacing single
192 \use_hyperref true
193 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
194 \pdf_author "LyX Team, Uwe Stöhr"
195 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
196 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
197 \pdf_bookmarks true
198 \pdf_bookmarksnumbered true
199 \pdf_bookmarksopen true
200 \pdf_bookmarksopenlevel 1
201 \pdf_breaklinks false
202 \pdf_pdfborder false
203 \pdf_colorlinks true
204 \pdf_backref false
205 \pdf_pdfusetitle false
206 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
207 \papersize default
208 \use_geometry false
209 \use_package amsmath 2
210 \use_package amssymb 2
211 \use_package cancel 0
212 \use_package esint 0
213 \use_package mathdots 1
214 \use_package mathtools 0
215 \use_package mhchem 1
216 \use_package stackrel 0
217 \use_package stmaryrd 0
218 \use_package undertilde 0
219 \cite_engine basic
220 \cite_engine_type default
221 \biblio_style plain
222 \use_bibtopic false
223 \use_indices false
224 \paperorientation portrait
225 \suppress_date false
226 \justification true
227 \use_refstyle 0
228 \notefontcolor #0000ff
229 \index Index
230 \shortcut idx
231 \color #008000
232 \end_index
233 \secnumdepth 3
234 \tocdepth 3
235 \paragraph_separation skip
236 \defskip medskip
237 \quotes_language english
238 \papercolumns 1
239 \papersides 2
240 \paperpagestyle default
241 \tracking_changes false
242 \output_changes false
243 \html_math_output 0
244 \html_css_as_file 0
245 \html_be_strict false
246 \end_header
247
248 \begin_body
249
250 \begin_layout Title
251 \SpecialChar LyX
252 's detailed Figure, Table, Floats, Notes, Boxes and External Material manual
253 \end_layout
254
255 \begin_layout Author
256 by the \SpecialChar LyX
257  Team
258 \begin_inset Foot
259 status collapsed
260
261 \begin_layout Plain Layout
262 \noindent
263 If you have comments or error corrections, please send them to the \SpecialChar LyX
264  Documentatio
265 n mailing list: 
266 \begin_inset CommandInset href
267 LatexCommand href
268 name "lyx-docs@lists.lyx.org"
269 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
270 type "mailto:"
271
272 \end_inset
273
274
275 \end_layout
276
277 \end_inset
278
279
280 \begin_inset Note Note
281 status collapsed
282
283 \begin_layout Plain Layout
284 author: Uwe Stöhr
285 \end_layout
286
287 \end_inset
288
289
290 \begin_inset Newline newline
291 \end_inset
292
293
294 \begin_inset Newline newline
295 \end_inset
296
297
298 \family sans
299 Version 2.1.x
300 \end_layout
301
302 \begin_layout Standard
303 \begin_inset CommandInset toc
304 LatexCommand tableofcontents
305
306 \end_inset
307
308
309 \end_layout
310
311 \begin_layout Standard
312 \begin_inset Note Note
313 status open
314
315 \begin_layout Plain Layout
316 To export all parts of this document to PDF, PS, or DVI the \SpecialChar LaTeX
317 -packages 
318 \series bold
319 arydshln
320 \series default
321
322 \series bold
323 colortbl
324 \series default
325
326 \series bold
327 diagbox, lettrine, marginnote, picinpar
328 \series default
329  and 
330 \series bold
331 sidecap
332 \series default
333  must be installed.
334  If they are not installed you can export the document anyway but the sections
335  where the packages are required won't appear in the output.
336 \end_layout
337
338 \begin_layout Plain Layout
339 The latest PDF-version of this document can be found here:
340 \begin_inset Newline newline
341 \end_inset
342
343
344 \series bold
345 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
346 \end_layout
347
348 \end_inset
349
350
351 \end_layout
352
353 \begin_layout Chapter
354 Figures
355 \begin_inset Index idx
356 status collapsed
357
358 \begin_layout Plain Layout
359 Figures
360 \end_layout
361
362 \end_inset
363
364
365 \begin_inset Index idx
366 status collapsed
367
368 \begin_layout Plain Layout
369 Graphics|see
370 \begin_inset ERT
371 status collapsed
372
373 \begin_layout Plain Layout
374
375 {
376 \end_layout
377
378 \end_inset
379
380 Figures
381 \begin_inset ERT
382 status collapsed
383
384 \begin_layout Plain Layout
385
386 }
387 \end_layout
388
389 \end_inset
390
391
392 \end_layout
393
394 \end_inset
395
396
397 \end_layout
398
399 \begin_layout Section
400 Graphics Dialog
401 \begin_inset Index idx
402 status collapsed
403
404 \begin_layout Plain Layout
405 Figures ! Graphics Dialog
406 \end_layout
407
408 \end_inset
409
410
411 \begin_inset CommandInset label
412 LatexCommand label
413 name "sec:Graphics-Dialog"
414
415 \end_inset
416
417
418 \end_layout
419
420 \begin_layout Standard
421 To insert an image into your document, place the cursor at the text position
422  you want and click on the toolbar icon 
423 \begin_inset Info
424 type  "icon"
425 arg   "dialog-show-new-inset graphics"
426 \end_inset
427
428  or use the menu 
429 \family sans
430 Insert\SpecialChar menuseparator
431 Graphics
432 \family default
433 .
434  Then a dialog will appear to choose the file to load.
435  The image will appear in the output exactly at the position where it is
436  in the text.
437 \end_layout
438
439 \begin_layout Standard
440 The graphics dialog can be called at any time by clicking on an image.
441  This dialog has three tabs:
442 \end_layout
443
444 \begin_layout Description
445
446 \family sans
447 Graphics
448 \family default
449  Here you can choose an image file and adjust its appearance in the output.
450  The available units for the image size are explained in appendix
451 \begin_inset space ~
452 \end_inset
453
454
455 \begin_inset CommandInset ref
456 LatexCommand ref
457 reference "cha:Units-available-in"
458
459 \end_inset
460
461 .
462 \begin_inset Newline newline
463 \end_inset
464
465
466 \begin_inset Index idx
467 status collapsed
468
469 \begin_layout Plain Layout
470 Figures ! rotated
471 \end_layout
472
473 \end_inset
474
475 You can rotate images counter-clockwise by setting a rotation angle and
476  a rotation origin.
477  The image will also be rotated inside \SpecialChar LyX
478 .
479 \begin_inset Newline newline
480 \end_inset
481
482
483 \begin_inset Index idx
484 status collapsed
485
486 \begin_layout Plain Layout
487 Figures ! scaled
488 \end_layout
489
490 \end_inset
491
492 Images can be scaled by using a percentage value or by setting the width
493  and height explicitly.
494  If you set only the width or only the height, the other size will be determined
495  automatically.
496  If you set both, then the image will be transformed to the given size,
497  possibly distorting it.
498  To prevent the image from distortion, use the option 
499 \family sans
500 Maintain aspect ratio
501 \family default
502 .
503  The image will then be scaled so that its width and height don't exceed
504  the specified dimensions.
505 \begin_inset Newline newline
506 \end_inset
507
508 Images can be opened in a program of your choice by right-clicking on it
509  and choosing the entry 
510 \family sans
511 Edit
512 \begin_inset space ~
513 \end_inset
514
515 externally
516 \family default
517  in the context menu.
518  The program can be set for every image format in the file format settings
519  in \SpecialChar LyX
520 's preferences.
521 \end_layout
522
523 \begin_layout Description
524
525 \family sans
526 Clipping
527 \family default
528  Alternatively to the usage of scaling units it is possible to set image
529  coordinates to adjust the height and width of the image in the output.
530  The coordinates can also be calculated automatically by pressing the button
531  
532 \family sans
533 Get
534 \begin_inset space ~
535 \end_inset
536
537 from
538 \begin_inset space ~
539 \end_inset
540
541 File
542 \family default
543 .
544  The option 
545 \family sans
546 Clip
547 \begin_inset space ~
548 \end_inset
549
550 to
551 \begin_inset space ~
552 \end_inset
553
554 bounding
555 \begin_inset space ~
556 \end_inset
557
558 box
559 \family default
560  will only print the image region within the given coordinates.
561  Normally you don't need to worry about image coordinates and can ignore
562  this tab.
563 \end_layout
564
565 \begin_layout Description
566
567 \family sans
568 LaTeX
569 \begin_inset space ~
570 \end_inset
571
572 and
573 \begin_inset space ~
574 \end_inset
575
576 LyX
577 \begin_inset space ~
578 \end_inset
579
580 options
581 \family default
582  In this tab you can modify the appearance of the image within \SpecialChar LyX
583  and \SpecialChar LaTeX
584  experts
585  can specify additional \SpecialChar LaTeX
586  options.
587 \begin_inset Newline newline
588 \end_inset
589
590 The option 
591 \family sans
592 Draft
593 \begin_inset space ~
594 \end_inset
595
596 mode
597 \family default
598  makes the image appear in the output only as a frame with the size of the
599  image.
600 \begin_inset Newline newline
601 \end_inset
602
603 In the section 
604 \family sans
605 Graphics
606 \begin_inset space ~
607 \end_inset
608
609 Group
610 \family default
611  you can define or join an image settings group.
612 \begin_inset Index idx
613 status collapsed
614
615 \begin_layout Plain Layout
616 Figures ! Settings grouping
617 \end_layout
618
619 \end_inset
620
621  Images within such a group share their settings, so adjusting one image
622  of the group automatically also adjusts all other images of the group in
623  the same way.
624  So you can for example change the size for a bunch of images without the
625  need to manually change each of them.
626  Joining an existing group can also be done using the context menu of the
627  image by checking the name of the desired group.
628 \end_layout
629
630 \begin_layout Standard
631 \begin_inset VSpace bigskip
632 \end_inset
633
634
635 \end_layout
636
637 \begin_layout Standard
638 This is an example image in EPS format
639 \begin_inset Foot
640 status collapsed
641
642 \begin_layout Plain Layout
643 Image formats are explained in section
644 \begin_inset space ~
645 \end_inset
646
647
648 \begin_inset CommandInset ref
649 LatexCommand ref
650 reference "sec:Image-Formats"
651
652 \end_inset
653
654 .
655 \end_layout
656
657 \end_inset
658
659  within a separate, horizontally centered paragraph:
660 \begin_inset Separator parbreak
661 \end_inset
662
663
664 \end_layout
665
666 \begin_layout Standard
667 \align center
668 \begin_inset Graphics
669         filename /cvs/lyx/lyx-devel/lib/doc/clipart/mobius.eps
670         scale 70
671         scaleBeforeRotation
672         rotateOrigin center
673
674 \end_inset
675
676
677 \end_layout
678
679 \begin_layout Standard
680 This is the same image like the one above but in draft mode:
681 \begin_inset Separator parbreak
682 \end_inset
683
684
685 \end_layout
686
687 \begin_layout Standard
688 \align center
689 \begin_inset Graphics
690         filename /cvs/lyx/lyx-devel/lib/doc/clipart/mobius.eps
691         scale 70
692         draft
693         scaleBeforeRotation
694         rotateOrigin center
695
696 \end_inset
697
698
699 \end_layout
700
701 \begin_layout Standard
702 \begin_inset Newpage newpage
703 \end_inset
704
705
706 \end_layout
707
708 \begin_layout Section
709 Figure Floats
710 \begin_inset CommandInset label
711 LatexCommand label
712 name "sec:Figure-Floats"
713
714 \end_inset
715
716
717 \begin_inset Index idx
718 status collapsed
719
720 \begin_layout Plain Layout
721 Floats ! Figures
722 \end_layout
723
724 \end_inset
725
726
727 \begin_inset Index idx
728 status collapsed
729
730 \begin_layout Plain Layout
731 Figures ! Floats
732 \end_layout
733
734 \end_inset
735
736
737 \end_layout
738
739 \begin_layout Standard
740 For general explanations about floats, have a look at section
741 \begin_inset space ~
742 \end_inset
743
744
745 \begin_inset CommandInset ref
746 LatexCommand ref
747 reference "sec:FloatIntroduction"
748
749 \end_inset
750
751 .
752 \end_layout
753
754 \begin_layout Standard
755 The toolbar button 
756 \begin_inset Info
757 type  "icon"
758 arg   "float-insert figure"
759 \end_inset
760
761  and the menu 
762 \family sans
763 Insert\SpecialChar menuseparator
764 Float\SpecialChar menuseparator
765 Figure
766 \family default
767  inserts a float with a caption that has the label 
768 \begin_inset Quotes eld
769 \end_inset
770
771 Figure
772 \begin_inset space ~
773 \end_inset
774
775 #:
776 \begin_inset Quotes erd
777 \end_inset
778
779  (# is the actual number).
780  You can insert the image above the caption, like in Figure
781 \begin_inset space ~
782 \end_inset
783
784
785 \begin_inset CommandInset ref
786 LatexCommand ref
787 reference "fig:kill-plat"
788
789 \end_inset
790
791  or below the caption, like in Figure
792 \begin_inset space ~
793 \end_inset
794
795
796 \begin_inset CommandInset ref
797 LatexCommand ref
798 reference "fig:escher"
799
800 \end_inset
801
802 .
803  More about caption placement is described in section
804 \begin_inset space ~
805 \end_inset
806
807
808 \begin_inset CommandInset ref
809 LatexCommand ref
810 reference "sec:Caption-Placement"
811
812 \end_inset
813
814 .
815 \end_layout
816
817 \begin_layout Standard
818 \begin_inset Float figure
819 wide false
820 sideways false
821 status open
822
823 \begin_layout Plain Layout
824 \align center
825 \begin_inset Graphics
826         filename /cvs/lyx/lyx-devel/lib/doc/clipart/platypus.eps
827         width 50col%
828         scaleBeforeRotation
829         rotateOrigin center
830
831 \end_inset
832
833
834 \end_layout
835
836 \begin_layout Plain Layout
837 \begin_inset Caption Standard
838
839 \begin_layout Plain Layout
840 \begin_inset CommandInset label
841 LatexCommand label
842 name "fig:kill-plat"
843
844 \end_inset
845
846 A severely distorted platypus in a float.
847 \end_layout
848
849 \end_inset
850
851
852 \end_layout
853
854 \end_inset
855
856
857 \end_layout
858
859 \begin_layout Standard
860 \begin_inset Float figure
861 wide false
862 sideways false
863 status open
864
865 \begin_layout Plain Layout
866 \begin_inset Caption Standard
867
868 \begin_layout Plain Layout
869 \begin_inset CommandInset label
870 LatexCommand label
871 name "fig:escher"
872
873 \end_inset
874
875 M.C.
876  Escher on acid.
877 \end_layout
878
879 \end_inset
880
881
882 \end_layout
883
884 \begin_layout Plain Layout
885 \align center
886 \begin_inset Graphics
887         filename /cvs/lyx/lyx-devel/lib/doc/clipart/escher-lsd.eps
888         scale 80
889         scaleBeforeRotation
890         rotateOrigin center
891
892 \end_inset
893
894
895 \end_layout
896
897 \end_inset
898
899
900 \end_layout
901
902 \begin_layout Standard
903 \begin_inset Index idx
904 status collapsed
905
906 \begin_layout Plain Layout
907 References ! to Figures
908 \end_layout
909
910 \end_inset
911
912 Figure
913 \begin_inset space ~
914 \end_inset
915
916
917 \begin_inset CommandInset ref
918 LatexCommand ref
919 reference "fig:kill-plat"
920
921 \end_inset
922
923  and 
924 \begin_inset CommandInset ref
925 LatexCommand ref
926 reference "fig:escher"
927
928 \end_inset
929
930  are examples of referenced figures.
931  Figures can be referenced in the text by referencing their label.
932  To do this insert a label in the caption using the menu 
933 \family sans
934 Insert\SpecialChar menuseparator
935 Label
936 \family default
937  or the toolbar button 
938 \begin_inset Info
939 type  "icon"
940 arg   "label-insert"
941 \end_inset
942
943 .
944  You can now refer to the label using the menu 
945 \family sans
946 Insert\SpecialChar menuseparator
947 Cross
948 \begin_inset space ~
949 \end_inset
950
951 reference
952 \family default
953  or the toolbar button 
954 \begin_inset Info
955 type  "icon"
956 arg   "dialog-show-new-inset ref"
957 \end_inset
958
959 .
960  It is important to use references to floats, rather than using vague references
961  like 
962 \begin_inset Quotes eld
963 \end_inset
964
965 the figure above
966 \begin_inset Quotes erd
967 \end_inset
968
969 , because \SpecialChar LaTeX
970  will reposition the floats in the final document and it might
971  not be 
972 \begin_inset Quotes eld
973 \end_inset
974
975 above
976 \begin_inset Quotes erd
977 \end_inset
978
979  at all.
980 \begin_inset Newline newline
981 \end_inset
982
983 Referencing is explained in detail in section
984 \begin_inset space ~
985 \end_inset
986
987
988 \begin_inset CommandInset ref
989 LatexCommand ref
990 reference "sec:Referencing-Floats"
991
992 \end_inset
993
994 .
995 \end_layout
996
997 \begin_layout Standard
998 Normally only one image is inserted to a figure float, but sometimes you
999  might want to use two images with separate subcaptions.
1000  This can be done by inserting image floats into existing image floats.
1001  Note that only the main caption of the float is added to the List of Figures.
1002  Figure
1003 \begin_inset space ~
1004 \end_inset
1005
1006
1007 \begin_inset CommandInset ref
1008 LatexCommand ref
1009 reference "fig:Two-distorted-images"
1010
1011 \end_inset
1012
1013  is an example of a figure float with two images set side by side.
1014  You can also set the images one below the other.
1015  Figure
1016 \begin_inset space ~
1017 \end_inset
1018
1019
1020 \begin_inset CommandInset ref
1021 LatexCommand ref
1022 reference "fig:Undefinable-structure"
1023
1024 \end_inset
1025
1026  and 
1027 \begin_inset CommandInset ref
1028 LatexCommand ref
1029 reference "fig:A-Platypus"
1030
1031 \end_inset
1032
1033  are the subfigures.
1034 \end_layout
1035
1036 \begin_layout Standard
1037 \begin_inset Float figure
1038 wide false
1039 sideways false
1040 status open
1041
1042 \begin_layout Plain Layout
1043 \begin_inset space \hfill{}
1044 \end_inset
1045
1046
1047 \begin_inset Float figure
1048 wide false
1049 sideways false
1050 status collapsed
1051
1052 \begin_layout Plain Layout
1053 \begin_inset Caption Standard
1054
1055 \begin_layout Plain Layout
1056 \begin_inset CommandInset label
1057 LatexCommand label
1058 name "fig:Undefinable-structure"
1059
1060 \end_inset
1061
1062 Undefinable structure.
1063 \end_layout
1064
1065 \end_inset
1066
1067
1068 \end_layout
1069
1070 \begin_layout Plain Layout
1071 \begin_inset Graphics
1072         filename /cvs/lyx/lyx-devel/lib/doc/clipart/escher-lsd.eps
1073         width 45col%
1074         scaleBeforeRotation
1075         groupId distorted
1076
1077 \end_inset
1078
1079
1080 \end_layout
1081
1082 \end_inset
1083
1084
1085 \begin_inset space \hfill{}
1086 \end_inset
1087
1088
1089 \begin_inset Float figure
1090 wide false
1091 sideways false
1092 status collapsed
1093
1094 \begin_layout Plain Layout
1095 \begin_inset Caption Standard
1096
1097 \begin_layout Plain Layout
1098 \begin_inset CommandInset label
1099 LatexCommand label
1100 name "fig:A-Platypus"
1101
1102 \end_inset
1103
1104 A Platypus.
1105 \end_layout
1106
1107 \end_inset
1108
1109
1110 \end_layout
1111
1112 \begin_layout Plain Layout
1113 \begin_inset Graphics
1114         filename /cvs/lyx/lyx-devel/lib/doc/clipart/platypus.eps
1115         width 45col%
1116         scaleBeforeRotation
1117         groupId distorted
1118
1119 \end_inset
1120
1121
1122 \end_layout
1123
1124 \end_inset
1125
1126
1127 \begin_inset space \hfill{}
1128 \end_inset
1129
1130
1131 \end_layout
1132
1133 \begin_layout Plain Layout
1134 \begin_inset Caption Standard
1135
1136 \begin_layout Plain Layout
1137 \begin_inset CommandInset label
1138 LatexCommand label
1139 name "fig:Two-distorted-images"
1140
1141 \end_inset
1142
1143 Two distorted images.
1144  Both images are in the image settings group named 
1145 \begin_inset Quotes eld
1146 \end_inset
1147
1148 distorted
1149 \begin_inset Quotes erd
1150 \end_inset
1151
1152 .
1153 \end_layout
1154
1155 \end_inset
1156
1157
1158 \end_layout
1159
1160 \end_inset
1161
1162
1163 \end_layout
1164
1165 \begin_layout Standard
1166 \begin_inset Newpage newpage
1167 \end_inset
1168
1169
1170 \end_layout
1171
1172 \begin_layout Section
1173 Image Formats
1174 \begin_inset CommandInset label
1175 LatexCommand label
1176 name "sec:Image-Formats"
1177
1178 \end_inset
1179
1180
1181 \begin_inset Index idx
1182 status collapsed
1183
1184 \begin_layout Plain Layout
1185 Image Formats
1186 \end_layout
1187
1188 \end_inset
1189
1190
1191 \begin_inset Index idx
1192 status collapsed
1193
1194 \begin_layout Plain Layout
1195 Figures ! Image Formats
1196 \end_layout
1197
1198 \end_inset
1199
1200
1201 \end_layout
1202
1203 \begin_layout Standard
1204 You can insert images in any known file format.
1205  But as explained in appendix
1206 \begin_inset space ~
1207 \end_inset
1208
1209
1210 \begin_inset CommandInset ref
1211 LatexCommand ref
1212 reference "cha:Output-File-Formats"
1213
1214 \end_inset
1215
1216 , each output document format allows only a few image formats.
1217  \SpecialChar LyX
1218  uses therefore the program 
1219 \family typewriter
1220 ImageMagick
1221 \family default
1222  in the background to convert the images to the right format.
1223  To increase your work flow by avoiding these conversions in the background,
1224  you could choose to use only the image formats that can directly be embedded
1225  in the output file format.
1226  The output file formats are explained in appendix
1227 \begin_inset space ~
1228 \end_inset
1229
1230
1231 \begin_inset CommandInset ref
1232 LatexCommand ref
1233 reference "cha:Output-File-Formats"
1234
1235 \end_inset
1236
1237 .
1238 \end_layout
1239
1240 \begin_layout Standard
1241 Similar to fonts there are two types of image formats:
1242 \end_layout
1243
1244 \begin_layout Description
1245 Bitmap
1246 \begin_inset space ~
1247 \end_inset
1248
1249 images consist of pixel values, often in a compressed form.
1250  They are therefore not fully scalable and look pixelated in large zooms.
1251  Well-known bitmap image formats are 
1252 \begin_inset Quotes eld
1253 \end_inset
1254
1255 Graphics Interchange Format
1256 \begin_inset Quotes erd
1257 \end_inset
1258
1259  (GIF, file extension 
1260 \begin_inset Quotes eld
1261 \end_inset
1262
1263
1264 \family typewriter
1265 .gif
1266 \family default
1267
1268 \begin_inset Quotes erd
1269 \end_inset
1270
1271 )
1272 \begin_inset Index idx
1273 status collapsed
1274
1275 \begin_layout Plain Layout
1276 GIF|see
1277 \begin_inset ERT
1278 status collapsed
1279
1280 \begin_layout Plain Layout
1281
1282 {
1283 \end_layout
1284
1285 \end_inset
1286
1287 Image formats
1288 \begin_inset ERT
1289 status collapsed
1290
1291 \begin_layout Plain Layout
1292
1293 }
1294 \end_layout
1295
1296 \end_inset
1297
1298
1299 \end_layout
1300
1301 \end_inset
1302
1303
1304 \begin_inset Quotes eld
1305 \end_inset
1306
1307 Portable Network Graphics
1308 \begin_inset Quotes erd
1309 \end_inset
1310
1311  (PNG, file extension 
1312 \begin_inset Quotes eld
1313 \end_inset
1314
1315
1316 \family typewriter
1317 .png
1318 \family default
1319
1320 \begin_inset Quotes erd
1321 \end_inset
1322
1323 )
1324 \begin_inset Index idx
1325 status collapsed
1326
1327 \begin_layout Plain Layout
1328 PNG|see
1329 \begin_inset ERT
1330 status collapsed
1331
1332 \begin_layout Plain Layout
1333
1334 {
1335 \end_layout
1336
1337 \end_inset
1338
1339 Image formats
1340 \begin_inset ERT
1341 status collapsed
1342
1343 \begin_layout Plain Layout
1344
1345 }
1346 \end_layout
1347
1348 \end_inset
1349
1350
1351 \end_layout
1352
1353 \end_inset
1354
1355 , and 
1356 \begin_inset Quotes eld
1357 \end_inset
1358
1359 Joint Photographic Experts Group
1360 \begin_inset Quotes erd
1361 \end_inset
1362
1363  (JPG, file extension 
1364 \begin_inset Quotes eld
1365 \end_inset
1366
1367
1368 \family typewriter
1369 .jpg
1370 \family default
1371
1372 \begin_inset Quotes erd
1373 \end_inset
1374
1375  or 
1376 \begin_inset Quotes eld
1377 \end_inset
1378
1379
1380 \family typewriter
1381 .jpeg
1382 \family default
1383
1384 \begin_inset Quotes erd
1385 \end_inset
1386
1387 )
1388 \begin_inset Index idx
1389 status collapsed
1390
1391 \begin_layout Plain Layout
1392 JPG|see
1393 \begin_inset ERT
1394 status collapsed
1395
1396 \begin_layout Plain Layout
1397
1398 {
1399 \end_layout
1400
1401 \end_inset
1402
1403 Image formats
1404 \begin_inset ERT
1405 status collapsed
1406
1407 \begin_layout Plain Layout
1408
1409 }
1410 \end_layout
1411
1412 \end_inset
1413
1414
1415 \end_layout
1416
1417 \end_inset
1418
1419 .
1420 \end_layout
1421
1422 \begin_layout Description
1423 Vector
1424 \begin_inset space ~
1425 \end_inset
1426
1427 images consist of vectors and can therefore be scaled to any size without
1428  data loss.
1429  The scaling ability is necessary if you want to create presentations, because
1430  presentations are always scaled by the video projector.
1431  Scaling is also useful for online documents to let the user zoom into diagrams.
1432 \begin_inset Newline newline
1433 \end_inset
1434
1435 Well-known scalable image formats are 
1436 \begin_inset Quotes eld
1437 \end_inset
1438
1439 Scalable Vector Graphics
1440 \begin_inset Quotes erd
1441 \end_inset
1442
1443  (SVG, file extension 
1444 \begin_inset Quotes eld
1445 \end_inset
1446
1447
1448 \family typewriter
1449 .svg
1450 \family default
1451
1452 \begin_inset Quotes erd
1453 \end_inset
1454
1455 )
1456 \begin_inset Index idx
1457 status collapsed
1458
1459 \begin_layout Plain Layout
1460 SVG|see
1461 \begin_inset ERT
1462 status collapsed
1463
1464 \begin_layout Plain Layout
1465
1466 {
1467 \end_layout
1468
1469 \end_inset
1470
1471 Image formats
1472 \begin_inset ERT
1473 status collapsed
1474
1475 \begin_layout Plain Layout
1476
1477 }
1478 \end_layout
1479
1480 \end_inset
1481
1482
1483 \end_layout
1484
1485 \end_inset
1486
1487
1488 \begin_inset Quotes eld
1489 \end_inset
1490
1491 Encapsulated PostScript
1492 \begin_inset Quotes erd
1493 \end_inset
1494
1495  (EPS, file extension 
1496 \begin_inset Quotes eld
1497 \end_inset
1498
1499
1500 \family typewriter
1501 .eps
1502 \family default
1503
1504 \begin_inset Quotes erd
1505 \end_inset
1506
1507 )
1508 \begin_inset Index idx
1509 status collapsed
1510
1511 \begin_layout Plain Layout
1512 EPS|see
1513 \begin_inset ERT
1514 status collapsed
1515
1516 \begin_layout Plain Layout
1517
1518 {
1519 \end_layout
1520
1521 \end_inset
1522
1523 Image formats
1524 \begin_inset ERT
1525 status collapsed
1526
1527 \begin_layout Plain Layout
1528
1529 }
1530 \end_layout
1531
1532 \end_inset
1533
1534
1535 \end_layout
1536
1537 \end_inset
1538
1539
1540 \begin_inset Quotes eld
1541 \end_inset
1542
1543 Portable Document Format
1544 \begin_inset Quotes erd
1545 \end_inset
1546
1547  (PDF, file extension 
1548 \begin_inset Quotes eld
1549 \end_inset
1550
1551
1552 \family typewriter
1553 .pdf
1554 \family default
1555
1556 \begin_inset Quotes erd
1557 \end_inset
1558
1559 )
1560 \begin_inset Index idx
1561 status collapsed
1562
1563 \begin_layout Plain Layout
1564 PDF
1565 \end_layout
1566
1567 \end_inset
1568
1569 , and 
1570 \begin_inset Quotes eld
1571 \end_inset
1572
1573 Windows Metafile
1574 \begin_inset Quotes erd
1575 \end_inset
1576
1577  (WMF, file extension 
1578 \begin_inset Quotes eld
1579 \end_inset
1580
1581
1582 \family typewriter
1583 .wmf
1584 \family default
1585
1586 \begin_inset Quotes erd
1587 \end_inset
1588
1589 )
1590 \begin_inset Index idx
1591 status collapsed
1592
1593 \begin_layout Plain Layout
1594 SVG|see
1595 \begin_inset ERT
1596 status collapsed
1597
1598 \begin_layout Plain Layout
1599
1600 {
1601 \end_layout
1602
1603 \end_inset
1604
1605 Image formats
1606 \begin_inset ERT
1607 status collapsed
1608
1609 \begin_layout Plain Layout
1610
1611 }
1612 \end_layout
1613
1614 \end_inset
1615
1616
1617 \end_layout
1618
1619 \end_inset
1620
1621 .
1622  We wrote 
1623 \begin_inset Quotes eld
1624 \end_inset
1625
1626 can be
1627 \begin_inset Quotes erd
1628 \end_inset
1629
1630 , because you can convert any bitmap image to a PDF or EPS-image and the
1631  result will still be a bitmap image.
1632  In such cases only a header with the image properties is added to the original
1633  image
1634 \begin_inset Foot
1635 status collapsed
1636
1637 \begin_layout Plain Layout
1638 In the case of PDF, the original image is additionally compressed.
1639 \end_layout
1640
1641 \end_inset
1642
1643 .
1644  The PDF-files generated by 
1645 \family typewriter
1646 Adobe Photoshop
1647 \family default
1648  are for example bitmap images.
1649 \end_layout
1650
1651 \begin_layout Standard
1652 Normally it is not possible to convert a bitmap image into a scalable one,
1653  only vice versa.
1654  Only the image formats PDF and EPS can directly be embedded to PDF and
1655  PostScript output files, respectively.
1656  SVG and WMF-images are recalculated to bitmaps when the output file is
1657  generated because there is currently no adequate WMF/SVG
1658 \begin_inset Formula $\to$
1659 \end_inset
1660
1661 PDF/EPS converter available.
1662 \end_layout
1663
1664 \begin_layout Chapter
1665 Tables
1666 \begin_inset Index idx
1667 status collapsed
1668
1669 \begin_layout Plain Layout
1670 Table
1671 \end_layout
1672
1673 \end_inset
1674
1675
1676 \end_layout
1677
1678 \begin_layout Section
1679 Introduction
1680 \begin_inset Index idx
1681 status collapsed
1682
1683 \begin_layout Plain Layout
1684 Table ! Introduction
1685 \end_layout
1686
1687 \end_inset
1688
1689
1690 \end_layout
1691
1692 \begin_layout Standard
1693 You can insert a table using either the toolbar button 
1694 \begin_inset Info
1695 type  "icon"
1696 arg   "tabular-insert"
1697 \end_inset
1698
1699  or the menu 
1700 \family sans
1701 Insert\SpecialChar menuseparator
1702 Table
1703 \family default
1704 .
1705  The toolbar button offers you a graphical selection: move the mouse to
1706  set the column/row number of the table that should be created and then
1707  press a mouse button.
1708  When you use the menu to create a table, a dialog will appear, asking you
1709  for the number of rows and columns.
1710 \begin_inset Newline newline
1711 \end_inset
1712
1713 The default table has lines around any cell and the first row appears separated
1714  from the rest of the table.
1715  This separation occurs due to a double line: The cells of the first row
1716  have a line below them and the cells of the second row have a line above
1717  them.
1718  Here is an example table:
1719 \begin_inset Separator parbreak
1720 \end_inset
1721
1722
1723 \end_layout
1724
1725 \begin_layout Standard
1726 \align center
1727 \begin_inset Tabular
1728 <lyxtabular version="3" rows="4" columns="4">
1729 <features tabularvalignment="middle">
1730 <column alignment="center" valignment="top">
1731 <column alignment="center" valignment="top">
1732 <column alignment="center" valignment="top">
1733 <column alignment="center" valignment="top">
1734 <row>
1735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1736 \begin_inset Text
1737
1738 \begin_layout Plain Layout
1739
1740 \end_layout
1741
1742 \end_inset
1743 </cell>
1744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1745 \begin_inset Text
1746
1747 \begin_layout Plain Layout
1748
1749 \family roman
1750 \series medium
1751 \shape up
1752 \size normal
1753 \emph off
1754 \bar no
1755 \noun off
1756 \color none
1757 1
1758 \end_layout
1759
1760 \end_inset
1761 </cell>
1762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1763 \begin_inset Text
1764
1765 \begin_layout Plain Layout
1766 2
1767 \end_layout
1768
1769 \end_inset
1770 </cell>
1771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1772 \begin_inset Text
1773
1774 \begin_layout Plain Layout
1775 3
1776 \end_layout
1777
1778 \end_inset
1779 </cell>
1780 </row>
1781 <row>
1782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1783 \begin_inset Text
1784
1785 \begin_layout Plain Layout
1786
1787 \family roman
1788 \series medium
1789 \shape up
1790 \size normal
1791 \emph off
1792 \bar no
1793 \noun off
1794 \color none
1795 A
1796 \end_layout
1797
1798 \end_inset
1799 </cell>
1800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1801 \begin_inset Text
1802
1803 \begin_layout Plain Layout
1804
1805 \end_layout
1806
1807 \end_inset
1808 </cell>
1809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1810 \begin_inset Text
1811
1812 \begin_layout Plain Layout
1813
1814 \end_layout
1815
1816 \end_inset
1817 </cell>
1818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1819 \begin_inset Text
1820
1821 \begin_layout Plain Layout
1822
1823 \end_layout
1824
1825 \end_inset
1826 </cell>
1827 </row>
1828 <row>
1829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1830 \begin_inset Text
1831
1832 \begin_layout Plain Layout
1833
1834 \family roman
1835 \series medium
1836 \shape up
1837 \size normal
1838 \emph off
1839 \bar no
1840 \noun off
1841 \color none
1842 B
1843 \end_layout
1844
1845 \end_inset
1846 </cell>
1847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1848 \begin_inset Text
1849
1850 \begin_layout Plain Layout
1851
1852 \end_layout
1853
1854 \end_inset
1855 </cell>
1856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1857 \begin_inset Text
1858
1859 \begin_layout Plain Layout
1860
1861 \end_layout
1862
1863 \end_inset
1864 </cell>
1865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1866 \begin_inset Text
1867
1868 \begin_layout Plain Layout
1869
1870 \end_layout
1871
1872 \end_inset
1873 </cell>
1874 </row>
1875 <row>
1876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1877 \begin_inset Text
1878
1879 \begin_layout Plain Layout
1880
1881 \family roman
1882 \series medium
1883 \shape up
1884 \size normal
1885 \emph off
1886 \bar no
1887 \noun off
1888 \color none
1889 C
1890 \end_layout
1891
1892 \end_inset
1893 </cell>
1894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1895 \begin_inset Text
1896
1897 \begin_layout Plain Layout
1898
1899 \end_layout
1900
1901 \end_inset
1902 </cell>
1903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1904 \begin_inset Text
1905
1906 \begin_layout Plain Layout
1907
1908 \end_layout
1909
1910 \end_inset
1911 </cell>
1912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1913 \begin_inset Text
1914
1915 \begin_layout Plain Layout
1916
1917 \end_layout
1918
1919 \end_inset
1920 </cell>
1921 </row>
1922 </lyxtabular>
1923
1924 \end_inset
1925
1926
1927 \end_layout
1928
1929 \begin_layout Section
1930 Table Dialog
1931 \begin_inset Index idx
1932 status collapsed
1933
1934 \begin_layout Plain Layout
1935 Table ! Dialog
1936 \end_layout
1937
1938 \end_inset
1939
1940
1941 \end_layout
1942
1943 \begin_layout Standard
1944 You can alter a table by clicking on it with the right mouse button, which
1945  brings up the context menu.
1946  Under the menu entry 
1947 \family sans
1948 More
1949 \family default
1950  you can adjust the settings of that cell and row/column respectively where
1951  the cursor is currently placed.
1952  The context menu 
1953 \family sans
1954 More\SpecialChar menuseparator
1955 Settings
1956 \family default
1957  opens the table dialog where you can adjust more things.
1958  Most of the dialog options also work on selections.
1959  This means if you select more cells, columns or rows, the action is done
1960  for the whole selection.
1961  Note that there is a difference between selecting the 
1962 \emph on
1963 contents
1964 \emph default
1965  of the cell, and the cell itself.
1966 \begin_inset Newline newline
1967 \end_inset
1968
1969 With the dialog option 
1970 \family sans
1971 Immediate
1972 \begin_inset space ~
1973 \end_inset
1974
1975 Apply
1976 \family default
1977  every change you make in the dialog is directly applied.
1978  If you move the cursor to another table cell the dialog will then also
1979  be updated with the parameters of the new cell.
1980  If you change length values in the dialog you must press 
1981 \family sans
1982 Return
1983 \family default
1984  to get the change applied.
1985 \begin_inset Newline newline
1986 \end_inset
1987
1988 You can alter tables with the following tabs of the table dialog:
1989 \end_layout
1990
1991 \begin_layout Description
1992
1993 \family sans
1994 Table
1995 \begin_inset space ~
1996 \end_inset
1997
1998 Settings
1999 \family default
2000  Here you can set the table width
2001 \begin_inset Index idx
2002 status collapsed
2003
2004 \begin_layout Plain Layout
2005 Table ! Width
2006 \end_layout
2007
2008 \end_inset
2009
2010 , and the horizontal alignment and the width of the current column.
2011  The alignment 
2012 \family sans
2013 At
2014 \begin_inset space ~
2015 \end_inset
2016
2017 Decimal
2018 \begin_inset space ~
2019 \end_inset
2020
2021 Separator
2022 \family default
2023  is described in section
2024 \begin_inset space ~
2025 \end_inset
2026
2027
2028 \begin_inset CommandInset ref
2029 LatexCommand ref
2030 reference "subsec:Special-Cell-Alignment"
2031
2032 \end_inset
2033
2034 .
2035  When you have set a width you can also adjust the vertical alignment of
2036  the current row.
2037  A given width will allow the cell to have line breaks and multiple paragraphs
2038  of text, see sec.
2039 \begin_inset space \thinspace{}
2040 \end_inset
2041
2042
2043 \begin_inset CommandInset ref
2044 LatexCommand ref
2045 reference "subsec:Multiple-Lines-in"
2046
2047 \end_inset
2048
2049 .
2050  If you set no width, the column is as wide as the content of its widest
2051  cell.
2052 \begin_inset Newline newline
2053 \end_inset
2054
2055 Furthermore, you can mark one or multiple cells of one row as a multicolumn
2056  cell, see sec.
2057 \begin_inset space \thinspace{}
2058 \end_inset
2059
2060
2061 \begin_inset CommandInset ref
2062 LatexCommand ref
2063 reference "subsec:Multicolumns"
2064
2065 \end_inset
2066
2067  or the cells of one column as multirow cell, see sec.
2068 \begin_inset space \thinspace{}
2069 \end_inset
2070
2071
2072 \begin_inset CommandInset ref
2073 LatexCommand ref
2074 reference "subsec:Multirows"
2075
2076 \end_inset
2077
2078 .
2079 \begin_inset Newline newline
2080 \end_inset
2081
2082 The rotate check boxes rotate the current cell, a selection, or the whole
2083  table counter-clockwise by 90
2084 \begin_inset space \thinspace{}
2085 \end_inset
2086
2087 °.
2088  The rotation is not shown within \SpecialChar LyX
2089 , only in the output.
2090  For more information see sec.
2091 \begin_inset space \thinspace{}
2092 \end_inset
2093
2094
2095 \begin_inset CommandInset ref
2096 LatexCommand ref
2097 reference "sec:Rotated-Table-Cells"
2098
2099 \end_inset
2100
2101 .
2102 \begin_inset Newline newline
2103 \end_inset
2104
2105
2106 \begin_inset Note Greyedout
2107 status open
2108
2109 \begin_layout Plain Layout
2110
2111 \series bold
2112 Note:
2113 \series default
2114  Not all DVI-viewers are able to display rotations.
2115 \end_layout
2116
2117 \end_inset
2118
2119
2120 \begin_inset Newline newline
2121 \end_inset
2122
2123 The table-wide vertical alignment is used for tables within text lines:
2124 \begin_inset Newline newline
2125 \end_inset
2126
2127 A line with tables with different alignments: 
2128 \begin_inset Tabular
2129 <lyxtabular version="3" rows="2" columns="2">
2130 <features tabularvalignment="top">
2131 <column alignment="center" valignment="top" width="0pt">
2132 <column alignment="center" valignment="top">
2133 <row>
2134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2135 \begin_inset Text
2136
2137 \begin_layout Plain Layout
2138
2139 \end_layout
2140
2141 \end_inset
2142 </cell>
2143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2144 \begin_inset Text
2145
2146 \begin_layout Plain Layout
2147
2148 \family roman
2149 \series medium
2150 \shape up
2151 \size normal
2152 \emph off
2153 \bar no
2154 \noun off
2155 \color none
2156 1
2157 \end_layout
2158
2159 \end_inset
2160 </cell>
2161 </row>
2162 <row>
2163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2164 \begin_inset Text
2165
2166 \begin_layout Plain Layout
2167
2168 \family roman
2169 \series medium
2170 \shape up
2171 \size normal
2172 \emph off
2173 \bar no
2174 \noun off
2175 \color none
2176 A
2177 \end_layout
2178
2179 \end_inset
2180 </cell>
2181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2182 \begin_inset Text
2183
2184 \begin_layout Plain Layout
2185
2186 \end_layout
2187
2188 \end_inset
2189 </cell>
2190 </row>
2191 </lyxtabular>
2192
2193 \end_inset
2194
2195  
2196 \begin_inset Tabular
2197 <lyxtabular version="3" rows="2" columns="2">
2198 <features tabularvalignment="middle">
2199 <column alignment="center" valignment="top">
2200 <column alignment="center" valignment="top">
2201 <row>
2202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2203 \begin_inset Text
2204
2205 \begin_layout Plain Layout
2206
2207 \end_layout
2208
2209 \end_inset
2210 </cell>
2211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2212 \begin_inset Text
2213
2214 \begin_layout Plain Layout
2215
2216 \family roman
2217 \series medium
2218 \shape up
2219 \size normal
2220 \emph off
2221 \bar no
2222 \noun off
2223 \color none
2224 1
2225 \end_layout
2226
2227 \end_inset
2228 </cell>
2229 </row>
2230 <row>
2231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2232 \begin_inset Text
2233
2234 \begin_layout Plain Layout
2235
2236 \family roman
2237 \series medium
2238 \shape up
2239 \size normal
2240 \emph off
2241 \bar no
2242 \noun off
2243 \color none
2244 A
2245 \end_layout
2246
2247 \end_inset
2248 </cell>
2249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2250 \begin_inset Text
2251
2252 \begin_layout Plain Layout
2253
2254 \end_layout
2255
2256 \end_inset
2257 </cell>
2258 </row>
2259 </lyxtabular>
2260
2261 \end_inset
2262
2263  
2264 \begin_inset Tabular
2265 <lyxtabular version="3" rows="2" columns="2">
2266 <features tabularvalignment="bottom">
2267 <column alignment="center" valignment="top" width="0pt">
2268 <column alignment="center" valignment="top">
2269 <row>
2270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2271 \begin_inset Text
2272
2273 \begin_layout Plain Layout
2274
2275 \end_layout
2276
2277 \end_inset
2278 </cell>
2279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2280 \begin_inset Text
2281
2282 \begin_layout Plain Layout
2283
2284 \family roman
2285 \series medium
2286 \shape up
2287 \size normal
2288 \emph off
2289 \bar no
2290 \noun off
2291 \color none
2292 1
2293 \end_layout
2294
2295 \end_inset
2296 </cell>
2297 </row>
2298 <row>
2299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2300 \begin_inset Text
2301
2302 \begin_layout Plain Layout
2303
2304 \family roman
2305 \series medium
2306 \shape up
2307 \size normal
2308 \emph off
2309 \bar no
2310 \noun off
2311 \color none
2312 A
2313 \end_layout
2314
2315 \end_inset
2316 </cell>
2317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2318 \begin_inset Text
2319
2320 \begin_layout Plain Layout
2321
2322 \end_layout
2323
2324 \end_inset
2325 </cell>
2326 </row>
2327 </lyxtabular>
2328
2329 \end_inset
2330
2331
2332 \begin_inset Newline newline
2333 \end_inset
2334
2335 It is also possible to enter a \SpecialChar LaTeX
2336 -argument which is needed for special table
2337  formattings, see sec.
2338 \begin_inset space \thinspace{}
2339 \end_inset
2340
2341
2342 \begin_inset CommandInset ref
2343 LatexCommand ref
2344 reference "subsec:Multicolumn-Calculations"
2345
2346 \end_inset
2347
2348  and 
2349 \begin_inset CommandInset ref
2350 LatexCommand ref
2351 reference "sec:Colored-Tables"
2352
2353 \end_inset
2354
2355 .
2356 \end_layout
2357
2358 \begin_layout Description
2359
2360 \family sans
2361 Borders
2362 \family default
2363  In this tab you can add and delete border lines for the current row/column.
2364 \begin_inset Newline newline
2365 \end_inset
2366
2367 Using the style option 
2368 \family sans
2369 Formal
2370 \family default
2371  will convert the table to a formal table as described in sec.
2372 \begin_inset space \thinspace{}
2373 \end_inset
2374
2375
2376 \begin_inset CommandInset ref
2377 LatexCommand ref
2378 reference "sec:Formal-Tables"
2379
2380 \end_inset
2381
2382 .
2383 \begin_inset Newline newline
2384 \end_inset
2385
2386 You can also add space here to table rows as described in sec.
2387 \begin_inset space \thinspace{}
2388 \end_inset
2389
2390
2391 \begin_inset CommandInset ref
2392 LatexCommand ref
2393 reference "subsec:Row-Spacing"
2394
2395 \end_inset
2396
2397 .
2398 \end_layout
2399
2400 \begin_layout Description
2401
2402 \family sans
2403 Longtable
2404 \family default
2405  This tab is to make a table a so called 
2406 \begin_inset Quotes eld
2407 \end_inset
2408
2409
2410 \emph on
2411 longtable
2412 \emph default
2413
2414 \begin_inset Quotes erd
2415 \end_inset
2416
2417  that can run over several pages.
2418  Sections
2419 \begin_inset space ~
2420 \end_inset
2421
2422
2423 \begin_inset CommandInset ref
2424 LatexCommand ref
2425 reference "sec:Longtables"
2426
2427 \end_inset
2428
2429  and 
2430 \begin_inset CommandInset ref
2431 LatexCommand ref
2432 reference "sec:Special-Longtable-Issues"
2433
2434 \end_inset
2435
2436  describe the longtable features in detail.
2437 \end_layout
2438
2439 \begin_layout Section
2440 Table Toolbar
2441 \begin_inset Index idx
2442 status collapsed
2443
2444 \begin_layout Plain Layout
2445 Table ! Toolbar
2446 \end_layout
2447
2448 \end_inset
2449
2450
2451 \end_layout
2452
2453 \begin_layout Standard
2454 The table toolbar is an alternative to the table dialog to be able to alter
2455  tables faster.
2456  It should normally appear at the bottom of \SpecialChar LyX
2457 's main window when the cursor
2458  is inside a table.
2459  You can alternatively switch it on to appear always, by right-clicking
2460  in \SpecialChar LyX
2461 's main menu bar.
2462 \end_layout
2463
2464 \begin_layout Standard
2465 The toolbar has the following icons:
2466 \end_layout
2467
2468 \begin_layout Labeling
2469 \labelwidthstring 00.00.0000
2470 \begin_inset Info
2471 type  "icon"
2472 arg   "inset-modify tabular append-row"
2473 \end_inset
2474
2475  adds a row below the current cell or selection
2476 \end_layout
2477
2478 \begin_layout Labeling
2479 \labelwidthstring 00.00.0000
2480 \begin_inset Info
2481 type  "icon"
2482 arg   "inset-modify tabular append-column"
2483 \end_inset
2484
2485  adds a column right beside the current cell or selection
2486 \end_layout
2487
2488 \begin_layout Labeling
2489 \labelwidthstring 00.00.0000
2490 \begin_inset Info
2491 type  "icon"
2492 arg   "inset-modify tabular delete-row"
2493 \end_inset
2494
2495  deletes the current row or selection
2496 \end_layout
2497
2498 \begin_layout Labeling
2499 \labelwidthstring 00.00.0000
2500 \begin_inset Info
2501 type  "icon"
2502 arg   "inset-modify tabular delete-column"
2503 \end_inset
2504
2505  deletes the current column or selection
2506 \end_layout
2507
2508 \begin_layout Labeling
2509 \labelwidthstring 00.00.0000
2510 \begin_inset Info
2511 type  "icon"
2512 arg   "inset-modify tabular move-row-up"
2513 \end_inset
2514
2515  moves the row up
2516 \end_layout
2517
2518 \begin_layout Labeling
2519 \labelwidthstring 00.00.0000
2520 \begin_inset Info
2521 type  "icon"
2522 arg   "inset-modify tabular move-column-left"
2523 \end_inset
2524
2525  moves the column to the left
2526 \end_layout
2527
2528 \begin_layout Labeling
2529 \labelwidthstring 00.00.0000
2530 \begin_inset Info
2531 type  "icon"
2532 arg   "inset-modify tabular move-row-down"
2533 \end_inset
2534
2535  moves the row down
2536 \end_layout
2537
2538 \begin_layout Labeling
2539 \labelwidthstring 00.00.0000
2540 \begin_inset Info
2541 type  "icon"
2542 arg   "inset-modify tabular move-column-right"
2543 \end_inset
2544
2545  moves the column to the right
2546 \end_layout
2547
2548 \begin_layout Labeling
2549 \labelwidthstring 00.00.0000
2550 \begin_inset Info
2551 type  "icon"
2552 arg   "inset-modify tabular toggle-line-top"
2553 \end_inset
2554
2555  adds a line at the top of the current cell / row or of a selection
2556 \end_layout
2557
2558 \begin_layout Labeling
2559 \labelwidthstring 00.00.0000
2560 \begin_inset Info
2561 type  "icon"
2562 arg   "inset-modify tabular toggle-line-bottom"
2563 \end_inset
2564
2565  adds a line at the bottom of the current cell / row or of a selection
2566 \end_layout
2567
2568 \begin_layout Labeling
2569 \labelwidthstring 00.00.0000
2570 \begin_inset Info
2571 type  "icon"
2572 arg   "inset-modify tabular toggle-line-left"
2573 \end_inset
2574
2575  adds a line at the left side of the current cell / row or of a selection
2576 \end_layout
2577
2578 \begin_layout Labeling
2579 \labelwidthstring 00.00.0000
2580 \begin_inset Info
2581 type  "icon"
2582 arg   "inset-modify tabular toggle-line-right"
2583 \end_inset
2584
2585  adds a line at the right side of the current cell / row or of a selection
2586 \end_layout
2587
2588 \begin_layout Labeling
2589 \labelwidthstring 00.00.0000
2590 \begin_inset Info
2591 type  "icon"
2592 arg   "inset-modify tabular set-all-lines"
2593 \end_inset
2594
2595  adds lines around the current or selected cells - if the current cell no
2596  multicolumn cell this also affects the current row and column
2597 \end_layout
2598
2599 \begin_layout Labeling
2600 \labelwidthstring 00.00.0000
2601 \begin_inset Info
2602 type  "icon"
2603 arg   "inset-modify tabular unset-all-lines"
2604 \end_inset
2605
2606  deletes all lines of the current or selected cells - if the current cell
2607  no multicolumn cell this also affects the current row and column
2608 \end_layout
2609
2610 \begin_layout Labeling
2611 \labelwidthstring 00.00.0000
2612 \begin_inset Info
2613 type  "icon"
2614 arg   "inset-modify tabular m-align-left"
2615 \end_inset
2616
2617  left-aligns the content of the current cell / column
2618 \end_layout
2619
2620 \begin_layout Labeling
2621 \labelwidthstring 00.00.0000
2622 \begin_inset Info
2623 type  "icon"
2624 arg   "inset-modify tabular m-align-center"
2625 \end_inset
2626
2627  centers the content of the current cell / column horizontally
2628 \end_layout
2629
2630 \begin_layout Labeling
2631 \labelwidthstring 00.00.0000
2632 \begin_inset Info
2633 type  "icon"
2634 arg   "inset-modify tabular m-align-right"
2635 \end_inset
2636
2637  right-aligns the content of the current cell / column
2638 \end_layout
2639
2640 \begin_layout Labeling
2641 \labelwidthstring 00.00.0000
2642 \begin_inset Info
2643 type  "icon"
2644 arg   "inset-modify tabular align-decimal"
2645 \end_inset
2646
2647  aligns the content of the current column at a character
2648 \end_layout
2649
2650 \begin_layout Labeling
2651 \labelwidthstring 00.00.0000
2652 \begin_inset Info
2653 type  "icon"
2654 arg   "inset-modify tabular m-valign-top"
2655 \end_inset
2656
2657  aligns the content of the current cell vertically to the top
2658 \end_layout
2659
2660 \begin_layout Labeling
2661 \labelwidthstring 00.00.0000
2662 \begin_inset Info
2663 type  "icon"
2664 arg   "inset-modify tabular m-valign-middle"
2665 \end_inset
2666
2667  centers the content of the current cell vertically
2668 \end_layout
2669
2670 \begin_layout Labeling
2671 \labelwidthstring 00.00.0000
2672 \begin_inset Info
2673 type  "icon"
2674 arg   "inset-modify tabular m-valign-bottom"
2675 \end_inset
2676
2677  aligns the content of the current cell vertically to the bottom
2678 \end_layout
2679
2680 \begin_layout Labeling
2681 \labelwidthstring 00.00.0000
2682 \begin_inset Info
2683 type  "icon"
2684 arg   "inset-modify tabular set-rotate-cell"
2685 \end_inset
2686
2687  rotates the current cell or selection counter-clockwise by 90°
2688 \end_layout
2689
2690 \begin_layout Labeling
2691 \labelwidthstring 00.00.0000
2692 \begin_inset Info
2693 type  "icon"
2694 arg   "inset-modify tabular set-rotate-tabular"
2695 \end_inset
2696
2697  rotates the whole table counter-clockwise by 90°
2698 \end_layout
2699
2700 \begin_layout Labeling
2701 \labelwidthstring 00.00.0000
2702 \begin_inset Info
2703 type  "icon"
2704 arg   "inset-modify tabular multicolumn"
2705 \end_inset
2706
2707  sets the current cell or selection as a multicolumn
2708 \end_layout
2709
2710 \begin_layout Labeling
2711 \labelwidthstring 00.00.0000
2712 \begin_inset Info
2713 type  "icon"
2714 arg   "inset-modify tabular multirow"
2715 \end_inset
2716
2717  sets the current cell or selection as a multirow
2718 \end_layout
2719
2720 \begin_layout Standard
2721 \begin_inset Note Greyedout
2722 status open
2723
2724 \begin_layout Plain Layout
2725
2726 \series bold
2727 Note:
2728 \series default
2729  For the output the vertical alignment of the first cell in a row is used
2730  for all following cells in the row.
2731 \end_layout
2732
2733 \end_inset
2734
2735
2736 \end_layout
2737
2738 \begin_layout Section
2739 Edit Table Menu
2740 \begin_inset Index idx
2741 status collapsed
2742
2743 \begin_layout Plain Layout
2744 Table ! Edit Menu
2745 \end_layout
2746
2747 \end_inset
2748
2749
2750 \end_layout
2751
2752 \begin_layout Standard
2753 In addition to the table dialog and toolbar, the menu 
2754 \family sans
2755 Edit\SpecialChar menuseparator
2756 Table
2757 \family default
2758  allows you to add and delete border lines for the current row/column and
2759  to set the current selection as multicolumn.
2760  The menu is only available when the cursor is inside a table.
2761 \end_layout
2762
2763 \begin_layout Section
2764 Table Floats
2765 \begin_inset CommandInset label
2766 LatexCommand label
2767 name "sec:Table-Floats"
2768
2769 \end_inset
2770
2771
2772 \begin_inset Index idx
2773 status collapsed
2774
2775 \begin_layout Plain Layout
2776 Floats ! Tables
2777 \end_layout
2778
2779 \end_inset
2780
2781
2782 \begin_inset Index idx
2783 status collapsed
2784
2785 \begin_layout Plain Layout
2786 Table ! Floats
2787 \end_layout
2788
2789 \end_inset
2790
2791
2792 \end_layout
2793
2794 \begin_layout Standard
2795 For general explanations about floats, have a look at section
2796 \begin_inset space ~
2797 \end_inset
2798
2799
2800 \begin_inset CommandInset ref
2801 LatexCommand ref
2802 reference "sec:FloatIntroduction"
2803
2804 \end_inset
2805
2806 .
2807 \end_layout
2808
2809 \begin_layout Standard
2810 \begin_inset Float table
2811 placement h
2812 wide false
2813 sideways false
2814 status open
2815
2816 \begin_layout Plain Layout
2817 \begin_inset Caption Standard
2818
2819 \begin_layout Plain Layout
2820 \begin_inset CommandInset label
2821 LatexCommand label
2822 name "tab:a table float"
2823
2824 \end_inset
2825
2826 A table float.
2827 \end_layout
2828
2829 \end_inset
2830
2831
2832 \end_layout
2833
2834 \begin_layout Plain Layout
2835 \align center
2836 \begin_inset Tabular
2837 <lyxtabular version="3" rows="3" columns="3">
2838 <features tabularvalignment="middle">
2839 <column alignment="center" valignment="top" width="0pt">
2840 <column alignment="center" valignment="top" width="0pt">
2841 <column alignment="center" valignment="top" width="0pt">
2842 <row>
2843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2844 \begin_inset Text
2845
2846 \begin_layout Plain Layout
2847
2848 \family roman
2849 \series medium
2850 \shape up
2851 \size normal
2852 \emph off
2853 \bar no
2854 \noun off
2855 \color none
2856 1
2857 \end_layout
2858
2859 \end_inset
2860 </cell>
2861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2862 \begin_inset Text
2863
2864 \begin_layout Plain Layout
2865
2866 \family roman
2867 \series medium
2868 \shape up
2869 \size normal
2870 \emph off
2871 \bar no
2872 \noun off
2873 \color none
2874 2
2875 \end_layout
2876
2877 \end_inset
2878 </cell>
2879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2880 \begin_inset Text
2881
2882 \begin_layout Plain Layout
2883
2884 \family roman
2885 \series medium
2886 \shape up
2887 \size normal
2888 \emph off
2889 \bar no
2890 \noun off
2891 \color none
2892 3
2893 \end_layout
2894
2895 \end_inset
2896 </cell>
2897 </row>
2898 <row>
2899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2900 \begin_inset Text
2901
2902 \begin_layout Plain Layout
2903
2904 \family roman
2905 \series medium
2906 \shape up
2907 \size normal
2908 \emph off
2909 \bar no
2910 \noun off
2911 \color none
2912 Joe
2913 \end_layout
2914
2915 \end_inset
2916 </cell>
2917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2918 \begin_inset Text
2919
2920 \begin_layout Plain Layout
2921
2922 \family roman
2923 \series medium
2924 \shape up
2925 \size normal
2926 \emph off
2927 \bar no
2928 \noun off
2929 \color none
2930 Mary
2931 \end_layout
2932
2933 \end_inset
2934 </cell>
2935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2936 \begin_inset Text
2937
2938 \begin_layout Plain Layout
2939
2940 \family roman
2941 \series medium
2942 \shape up
2943 \size normal
2944 \emph off
2945 \bar no
2946 \noun off
2947 \color none
2948 Ted
2949 \end_layout
2950
2951 \end_inset
2952 </cell>
2953 </row>
2954 <row>
2955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2956 \begin_inset Text
2957
2958 \begin_layout Plain Layout
2959
2960 \family roman
2961 \series medium
2962 \shape up
2963 \size normal
2964 \emph off
2965 \bar no
2966 \noun off
2967 \color none
2968 \begin_inset Formula $\int x^{2}dx$
2969 \end_inset
2970
2971
2972 \end_layout
2973
2974 \end_inset
2975 </cell>
2976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2977 \begin_inset Text
2978
2979 \begin_layout Plain Layout
2980
2981 \family roman
2982 \series medium
2983 \shape up
2984 \size normal
2985 \emph off
2986 \bar no
2987 \noun off
2988 \color none
2989 \begin_inset Formula $\left[\begin{array}{cc}
2990 a & b\\
2991 c & d
2992 \end{array}\right]$
2993 \end_inset
2994
2995
2996 \end_layout
2997
2998 \end_inset
2999 </cell>
3000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3001 \begin_inset Text
3002
3003 \begin_layout Plain Layout
3004
3005 \family roman
3006 \series medium
3007 \shape up
3008 \size normal
3009 \emph off
3010 \bar no
3011 \noun off
3012 \color none
3013 \begin_inset Formula $1+1=2$
3014 \end_inset
3015
3016
3017 \end_layout
3018
3019 \end_inset
3020 </cell>
3021 </row>
3022 </lyxtabular>
3023
3024 \end_inset
3025
3026
3027 \end_layout
3028
3029 \end_inset
3030
3031
3032 \end_layout
3033
3034 \begin_layout Standard
3035 Table floats can be inserted using the menu 
3036 \family sans
3037 Insert\SpecialChar menuseparator
3038 Float\SpecialChar menuseparator
3039 Table
3040 \family default
3041  or the toolbar button 
3042 \begin_inset Info
3043 type  "icon"
3044 arg   "float-insert table"
3045 \end_inset
3046
3047 .
3048 \end_layout
3049
3050 \begin_layout Standard
3051 The float appears as a collapsible box with a caption that has the label
3052  
3053 \begin_inset Quotes eld
3054 \end_inset
3055
3056 Table
3057 \begin_inset space ~
3058 \end_inset
3059
3060 #:
3061 \begin_inset Quotes erd
3062 \end_inset
3063
3064  (# is the actual table number).
3065  You can insert tables in the float above or below the caption.
3066 \end_layout
3067
3068 \begin_layout Standard
3069 Table
3070 \begin_inset space ~
3071 \end_inset
3072
3073
3074 \begin_inset CommandInset ref
3075 LatexCommand ref
3076 reference "tab:a table float"
3077
3078 \end_inset
3079
3080  is an example table within a table float.
3081 \end_layout
3082
3083 \begin_layout Standard
3084 Having the caption above the table is the common rule that is unfortunately
3085  not supported in \SpecialChar LaTeX
3086 's standard classes.
3087  This means that, if you are using the document classes 
3088 \family sans
3089 article
3090 \family default
3091
3092 \family sans
3093 book
3094 \family default
3095
3096 \family sans
3097 letter
3098 \family default
3099 , or 
3100 \family sans
3101 report
3102 \family default
3103 , there will be no space between the caption and the table.
3104  To insert the needed space, add the following option to the load command
3105  of the \SpecialChar LaTeX
3106 -package 
3107 \series bold
3108 caption
3109 \series default
3110
3111 \begin_inset Index idx
3112 status collapsed
3113
3114 \begin_layout Plain Layout
3115 \SpecialChar LaTeX
3116 -packages ! caption
3117 \end_layout
3118
3119 \end_inset
3120
3121  in your document preamble
3122 \begin_inset Foot
3123 status collapsed
3124
3125 \begin_layout Plain Layout
3126 For more information have a look at section
3127 \begin_inset space ~
3128 \end_inset
3129
3130
3131 \begin_inset CommandInset ref
3132 LatexCommand ref
3133 reference "sec:Caption-Placement"
3134
3135 \end_inset
3136
3137 .
3138 \end_layout
3139
3140 \end_inset
3141
3142 :
3143 \end_layout
3144
3145 \begin_layout Standard
3146
3147 \series bold
3148 tableposition=top
3149 \end_layout
3150
3151 \begin_layout Standard
3152 The package 
3153 \series bold
3154 caption
3155 \series default
3156 , which is described in section
3157 \begin_inset space ~
3158 \end_inset
3159
3160
3161 \begin_inset CommandInset ref
3162 LatexCommand ref
3163 reference "sec:Caption-Formatting"
3164
3165 \end_inset
3166
3167 , is used to adjust the caption format.
3168 \end_layout
3169
3170 \begin_layout Standard
3171 \begin_inset Index idx
3172 status collapsed
3173
3174 \begin_layout Plain Layout
3175 References ! to Tables
3176 \end_layout
3177
3178 \end_inset
3179
3180 Tables can be cross-referenced in the text by referencing their label.
3181  To do this insert a label in the caption using the menu 
3182 \family sans
3183 Insert\SpecialChar menuseparator
3184 Label
3185 \family default
3186  or the toolbar button 
3187 \begin_inset Info
3188 type  "icon"
3189 arg   "label-insert"
3190 \end_inset
3191
3192 .
3193  You can now refer to the label using the menu 
3194 \family sans
3195 Insert\SpecialChar menuseparator
3196 Cross
3197 \begin_inset space ~
3198 \end_inset
3199
3200 reference
3201 \family default
3202  or the toolbar button 
3203 \begin_inset Info
3204 type  "icon"
3205 arg   "dialog-show-new-inset ref"
3206 \end_inset
3207
3208 .
3209 \begin_inset Newline newline
3210 \end_inset
3211
3212 Referencing is explained in detail in section
3213 \begin_inset space ~
3214 \end_inset
3215
3216
3217 \begin_inset CommandInset ref
3218 LatexCommand ref
3219 reference "sec:Referencing-Floats"
3220
3221 \end_inset
3222
3223 .
3224 \end_layout
3225
3226 \begin_layout Section
3227 Longtables
3228 \begin_inset CommandInset label
3229 LatexCommand label
3230 name "sec:Longtables"
3231
3232 \end_inset
3233
3234
3235 \begin_inset Index idx
3236 status collapsed
3237
3238 \begin_layout Plain Layout
3239 Longtables
3240 \end_layout
3241
3242 \end_inset
3243
3244
3245 \begin_inset Index idx
3246 status collapsed
3247
3248 \begin_layout Plain Layout
3249 Table ! Longtables
3250 \end_layout
3251
3252 \end_inset
3253
3254
3255 \end_layout
3256
3257 \begin_layout Standard
3258 If the table is too long to fit on one page, you can use the option 
3259 \family sans
3260 Use
3261 \begin_inset space ~
3262 \end_inset
3263
3264 long
3265 \begin_inset space ~
3266 \end_inset
3267
3268 table
3269 \family default
3270  in the tab 
3271 \family sans
3272 Longtable
3273 \family default
3274  of the table dialog to split the table automatically over more pages.
3275  Doing this enables the following options:
3276 \end_layout
3277
3278 \begin_layout Description
3279 Header: The current row is defined to be a header row that appears on all
3280  pages of the longtable; except for the first page, if 
3281 \family sans
3282 First
3283 \begin_inset space ~
3284 \end_inset
3285
3286 header
3287 \family default
3288  is defined.
3289  This is therefore called the main header.
3290 \end_layout
3291
3292 \begin_layout Description
3293 First
3294 \begin_inset space ~
3295 \end_inset
3296
3297 header: The current row is defined to be a header row that appears on the
3298  first page of the longtable.
3299 \end_layout
3300
3301 \begin_layout Description
3302 Footer: The current row is defined to be a footer row that appears on all
3303  pages of the longtable; except for the last page, if 
3304 \family sans
3305 Last
3306 \begin_inset space ~
3307 \end_inset
3308
3309 footer
3310 \family default
3311  is defined.
3312 \end_layout
3313
3314 \begin_layout Description
3315 Last
3316 \begin_inset space ~
3317 \end_inset
3318
3319 footer: The current row is defined to be a footer row that appears on the
3320  last page of the longtable.
3321 \end_layout
3322
3323 \begin_layout Description
3324 Caption: The current row contains the table caption.
3325  The row is reset as single column and a caption is inserted.
3326  More about longtable captions is explained in sec.
3327 \begin_inset space \thinspace{}
3328 \end_inset
3329
3330
3331 \begin_inset CommandInset ref
3332 LatexCommand ref
3333 reference "subsec:Longtable-Captions"
3334
3335 \end_inset
3336
3337 .
3338 \end_layout
3339
3340 \begin_layout Standard
3341 You can also specify a row where the table is split.
3342  See the following longtable to see how it works:
3343 \begin_inset Separator parbreak
3344 \end_inset
3345
3346
3347 \end_layout
3348
3349 \begin_layout Standard
3350 \align center
3351 \begin_inset Tabular
3352 <lyxtabular version="3" rows="69" columns="3">
3353 <features islongtable="true" longtabularalignment="center">
3354 <column alignment="left" valignment="top" width="0cm">
3355 <column alignment="left" valignment="top" width="0pt">
3356 <column alignment="center" valignment="top" width="0pt">
3357 <row endfirsthead="true">
3358 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3359 \begin_inset Text
3360
3361 \begin_layout Plain Layout
3362
3363 \series bold
3364 Example Phone List (ignore the names)
3365 \end_layout
3366
3367 \end_inset
3368 </cell>
3369 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3370 \begin_inset Text
3371
3372 \begin_layout Plain Layout
3373
3374 \end_layout
3375
3376 \end_inset
3377 </cell>
3378 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3379 \begin_inset Text
3380
3381 \begin_layout Plain Layout
3382
3383 \end_layout
3384
3385 \end_inset
3386 </cell>
3387 </row>
3388 <row endfirsthead="true">
3389 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3390 \begin_inset Text
3391
3392 \begin_layout Plain Layout
3393
3394 \series bold
3395 NAME
3396 \end_layout
3397
3398 \end_inset
3399 </cell>
3400 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3401 \begin_inset Text
3402
3403 \begin_layout Plain Layout
3404
3405 \end_layout
3406
3407 \end_inset
3408 </cell>
3409 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3410 \begin_inset Text
3411
3412 \begin_layout Plain Layout
3413
3414 \series bold
3415 TEL.
3416 \end_layout
3417
3418 \end_inset
3419 </cell>
3420 </row>
3421 <row endhead="true">
3422 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3423 \begin_inset Text
3424
3425 \begin_layout Plain Layout
3426
3427 \series bold
3428 Example Phone List
3429 \end_layout
3430
3431 \end_inset
3432 </cell>
3433 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3434 \begin_inset Text
3435
3436 \begin_layout Plain Layout
3437
3438 \end_layout
3439
3440 \end_inset
3441 </cell>
3442 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3443 \begin_inset Text
3444
3445 \begin_layout Plain Layout
3446
3447 \end_layout
3448
3449 \end_inset
3450 </cell>
3451 </row>
3452 <row endhead="true">
3453 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3454 \begin_inset Text
3455
3456 \begin_layout Plain Layout
3457
3458 \series bold
3459 NAME
3460 \end_layout
3461
3462 \end_inset
3463 </cell>
3464 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3465 \begin_inset Text
3466
3467 \begin_layout Plain Layout
3468
3469 \end_layout
3470
3471 \end_inset
3472 </cell>
3473 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3474 \begin_inset Text
3475
3476 \begin_layout Plain Layout
3477
3478 \series bold
3479 TEL.
3480 \end_layout
3481
3482 \end_inset
3483 </cell>
3484 </row>
3485 <row endfoot="true">
3486 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3487 \begin_inset Text
3488
3489 \begin_layout Plain Layout
3490  continued on next page
3491 \end_layout
3492
3493 \end_inset
3494 </cell>
3495 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3496 \begin_inset Text
3497
3498 \begin_layout Plain Layout
3499
3500 \end_layout
3501
3502 \end_inset
3503 </cell>
3504 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3505 \begin_inset Text
3506
3507 \begin_layout Plain Layout
3508
3509 \end_layout
3510
3511 \end_inset
3512 </cell>
3513 </row>
3514 <row>
3515 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3516 \begin_inset Text
3517
3518 \begin_layout Plain Layout
3519
3520 \series bold
3521 Annovi
3522 \end_layout
3523
3524 \end_inset
3525 </cell>
3526 <cell alignment="center" valignment="top" usebox="none">
3527 \begin_inset Text
3528
3529 \begin_layout Plain Layout
3530 Silvia
3531 \end_layout
3532
3533 \end_inset
3534 </cell>
3535 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3536 \begin_inset Text
3537
3538 \begin_layout Plain Layout
3539 111
3540 \end_layout
3541
3542 \end_inset
3543 </cell>
3544 </row>
3545 <row>
3546 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3547 \begin_inset Text
3548
3549 \begin_layout Plain Layout
3550
3551 \series bold
3552 Bertoli
3553 \end_layout
3554
3555 \end_inset
3556 </cell>
3557 <cell alignment="center" valignment="top" usebox="none">
3558 \begin_inset Text
3559
3560 \begin_layout Plain Layout
3561 Stefano
3562 \end_layout
3563
3564 \end_inset
3565 </cell>
3566 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3567 \begin_inset Text
3568
3569 \begin_layout Plain Layout
3570 111
3571 \end_layout
3572
3573 \end_inset
3574 </cell>
3575 </row>
3576 <row>
3577 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3578 \begin_inset Text
3579
3580 \begin_layout Plain Layout
3581
3582 \series bold
3583 Bozzi
3584 \end_layout
3585
3586 \end_inset
3587 </cell>
3588 <cell alignment="center" valignment="top" usebox="none">
3589 \begin_inset Text
3590
3591 \begin_layout Plain Layout
3592 Walter
3593 \end_layout
3594
3595 \end_inset
3596 </cell>
3597 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3598 \begin_inset Text
3599
3600 \begin_layout Plain Layout
3601 111
3602 \end_layout
3603
3604 \end_inset
3605 </cell>
3606 </row>
3607 <row>
3608 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3609 \begin_inset Text
3610
3611 \begin_layout Plain Layout
3612
3613 \series bold
3614 Cachia
3615 \end_layout
3616
3617 \end_inset
3618 </cell>
3619 <cell alignment="center" valignment="top" usebox="none">
3620 \begin_inset Text
3621
3622 \begin_layout Plain Layout
3623 Maria
3624 \end_layout
3625
3626 \end_inset
3627 </cell>
3628 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3629 \begin_inset Text
3630
3631 \begin_layout Plain Layout
3632 111
3633 \end_layout
3634
3635 \end_inset
3636 </cell>
3637 </row>
3638 <row>
3639 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3640 \begin_inset Text
3641
3642 \begin_layout Plain Layout
3643
3644 \series bold
3645 Cachia
3646 \end_layout
3647
3648 \end_inset
3649 </cell>
3650 <cell alignment="center" valignment="top" usebox="none">
3651 \begin_inset Text
3652
3653 \begin_layout Plain Layout
3654 Maurizio
3655 \end_layout
3656
3657 \end_inset
3658 </cell>
3659 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3660 \begin_inset Text
3661
3662 \begin_layout Plain Layout
3663 111
3664 \end_layout
3665
3666 \end_inset
3667 </cell>
3668 </row>
3669 <row>
3670 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3671 \begin_inset Text
3672
3673 \begin_layout Plain Layout
3674
3675 \series bold
3676 Cinquemani
3677 \end_layout
3678
3679 \end_inset
3680 </cell>
3681 <cell alignment="center" valignment="top" usebox="none">
3682 \begin_inset Text
3683
3684 \begin_layout Plain Layout
3685 Giusi
3686 \end_layout
3687
3688 \end_inset
3689 </cell>
3690 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3691 \begin_inset Text
3692
3693 \begin_layout Plain Layout
3694 111
3695 \end_layout
3696
3697 \end_inset
3698 </cell>
3699 </row>
3700 <row>
3701 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3702 \begin_inset Text
3703
3704 \begin_layout Plain Layout
3705
3706 \series bold
3707 Colin
3708 \end_layout
3709
3710 \end_inset
3711 </cell>
3712 <cell alignment="center" valignment="top" usebox="none">
3713 \begin_inset Text
3714
3715 \begin_layout Plain Layout
3716 Bernard
3717 \end_layout
3718
3719 \end_inset
3720 </cell>
3721 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3722 \begin_inset Text
3723
3724 \begin_layout Plain Layout
3725 111
3726 \end_layout
3727
3728 \end_inset
3729 </cell>
3730 </row>
3731 <row>
3732 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3733 \begin_inset Text
3734
3735 \begin_layout Plain Layout
3736
3737 \series bold
3738 Concli
3739 \end_layout
3740
3741 \end_inset
3742 </cell>
3743 <cell alignment="center" valignment="top" usebox="none">
3744 \begin_inset Text
3745
3746 \begin_layout Plain Layout
3747 Gianfranco
3748 \end_layout
3749
3750 \end_inset
3751 </cell>
3752 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3753 \begin_inset Text
3754
3755 \begin_layout Plain Layout
3756 111
3757 \end_layout
3758
3759 \end_inset
3760 </cell>
3761 </row>
3762 <row>
3763 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3764 \begin_inset Text
3765
3766 \begin_layout Plain Layout
3767
3768 \series bold
3769 Dal Bosco
3770 \end_layout
3771
3772 \end_inset
3773 </cell>
3774 <cell alignment="center" valignment="top" usebox="none">
3775 \begin_inset Text
3776
3777 \begin_layout Plain Layout
3778 Carolina
3779 \end_layout
3780
3781 \end_inset
3782 </cell>
3783 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3784 \begin_inset Text
3785
3786 \begin_layout Plain Layout
3787 111
3788 \end_layout
3789
3790 \end_inset
3791 </cell>
3792 </row>
3793 <row>
3794 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3795 \begin_inset Text
3796
3797 \begin_layout Plain Layout
3798
3799 \series bold
3800 Dalpiaz
3801 \end_layout
3802
3803 \end_inset
3804 </cell>
3805 <cell alignment="center" valignment="top" usebox="none">
3806 \begin_inset Text
3807
3808 \begin_layout Plain Layout
3809 Annamaria
3810 \end_layout
3811
3812 \end_inset
3813 </cell>
3814 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3815 \begin_inset Text
3816
3817 \begin_layout Plain Layout
3818 111
3819 \end_layout
3820
3821 \end_inset
3822 </cell>
3823 </row>
3824 <row>
3825 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3826 \begin_inset Text
3827
3828 \begin_layout Plain Layout
3829
3830 \series bold
3831 Feliciello
3832 \end_layout
3833
3834 \end_inset
3835 </cell>
3836 <cell alignment="center" valignment="top" usebox="none">
3837 \begin_inset Text
3838
3839 \begin_layout Plain Layout
3840 Domenico
3841 \end_layout
3842
3843 \end_inset
3844 </cell>
3845 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3846 \begin_inset Text
3847
3848 \begin_layout Plain Layout
3849 111
3850 \end_layout
3851
3852 \end_inset
3853 </cell>
3854 </row>
3855 <row>
3856 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3857 \begin_inset Text
3858
3859 \begin_layout Plain Layout
3860
3861 \series bold
3862 Focarelli
3863 \end_layout
3864
3865 \end_inset
3866 </cell>
3867 <cell alignment="center" valignment="top" usebox="none">
3868 \begin_inset Text
3869
3870 \begin_layout Plain Layout
3871 Paola
3872 \end_layout
3873
3874 \end_inset
3875 </cell>
3876 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3877 \begin_inset Text
3878
3879 \begin_layout Plain Layout
3880 111
3881 \end_layout
3882
3883 \end_inset
3884 </cell>
3885 </row>
3886 <row>
3887 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3888 \begin_inset Text
3889
3890 \begin_layout Plain Layout
3891
3892 \series bold
3893 Galletti
3894 \end_layout
3895
3896 \end_inset
3897 </cell>
3898 <cell alignment="center" valignment="top" usebox="none">
3899 \begin_inset Text
3900
3901 \begin_layout Plain Layout
3902 Oreste
3903 \end_layout
3904
3905 \end_inset
3906 </cell>
3907 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3908 \begin_inset Text
3909
3910 \begin_layout Plain Layout
3911 111
3912 \end_layout
3913
3914 \end_inset
3915 </cell>
3916 </row>
3917 <row>
3918 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3919 \begin_inset Text
3920
3921 \begin_layout Plain Layout
3922
3923 \series bold
3924 Gasparini
3925 \end_layout
3926
3927 \end_inset
3928 </cell>
3929 <cell alignment="center" valignment="top" usebox="none">
3930 \begin_inset Text
3931
3932 \begin_layout Plain Layout
3933 Franca
3934 \end_layout
3935
3936 \end_inset
3937 </cell>
3938 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3939 \begin_inset Text
3940
3941 \begin_layout Plain Layout
3942 111
3943 \end_layout
3944
3945 \end_inset
3946 </cell>
3947 </row>
3948 <row>
3949 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3950 \begin_inset Text
3951
3952 \begin_layout Plain Layout
3953
3954 \series bold
3955 Rizzardi
3956 \end_layout
3957
3958 \end_inset
3959 </cell>
3960 <cell alignment="center" valignment="top" usebox="none">
3961 \begin_inset Text
3962
3963 \begin_layout Plain Layout
3964 Paola
3965 \end_layout
3966
3967 \end_inset
3968 </cell>
3969 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3970 \begin_inset Text
3971
3972 \begin_layout Plain Layout
3973 111
3974 \end_layout
3975
3976 \end_inset
3977 </cell>
3978 </row>
3979 <row>
3980 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3981 \begin_inset Text
3982
3983 \begin_layout Plain Layout
3984
3985 \series bold
3986 Lassini
3987 \end_layout
3988
3989 \end_inset
3990 </cell>
3991 <cell alignment="center" valignment="top" usebox="none">
3992 \begin_inset Text
3993
3994 \begin_layout Plain Layout
3995 Giancarlo
3996 \end_layout
3997
3998 \end_inset
3999 </cell>
4000 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4001 \begin_inset Text
4002
4003 \begin_layout Plain Layout
4004 111
4005 \end_layout
4006
4007 \end_inset
4008 </cell>
4009 </row>
4010 <row>
4011 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4012 \begin_inset Text
4013
4014 \begin_layout Plain Layout
4015
4016 \series bold
4017 Malfatti
4018 \end_layout
4019
4020 \end_inset
4021 </cell>
4022 <cell alignment="center" valignment="top" usebox="none">
4023 \begin_inset Text
4024
4025 \begin_layout Plain Layout
4026 Luciano
4027 \end_layout
4028
4029 \end_inset
4030 </cell>
4031 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4032 \begin_inset Text
4033
4034 \begin_layout Plain Layout
4035 111
4036 \end_layout
4037
4038 \end_inset
4039 </cell>
4040 </row>
4041 <row>
4042 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4043 \begin_inset Text
4044
4045 \begin_layout Plain Layout
4046
4047 \series bold
4048 Malfatti
4049 \end_layout
4050
4051 \end_inset
4052 </cell>
4053 <cell alignment="center" valignment="top" usebox="none">
4054 \begin_inset Text
4055
4056 \begin_layout Plain Layout
4057 Valeriano
4058 \end_layout
4059
4060 \end_inset
4061 </cell>
4062 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4063 \begin_inset Text
4064
4065 \begin_layout Plain Layout
4066 111
4067 \end_layout
4068
4069 \end_inset
4070 </cell>
4071 </row>
4072 <row>
4073 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4074 \begin_inset Text
4075
4076 \begin_layout Plain Layout
4077
4078 \series bold
4079 Meneguzzo
4080 \end_layout
4081
4082 \end_inset
4083 </cell>
4084 <cell alignment="center" valignment="top" usebox="none">
4085 \begin_inset Text
4086
4087 \begin_layout Plain Layout
4088 Roberto
4089 \end_layout
4090
4091 \end_inset
4092 </cell>
4093 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4094 \begin_inset Text
4095
4096 \begin_layout Plain Layout
4097 111
4098 \end_layout
4099
4100 \end_inset
4101 </cell>
4102 </row>
4103 <row>
4104 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4105 \begin_inset Text
4106
4107 \begin_layout Plain Layout
4108
4109 \series bold
4110 Mezzadra
4111 \end_layout
4112
4113 \end_inset
4114 </cell>
4115 <cell alignment="center" valignment="top" usebox="none">
4116 \begin_inset Text
4117
4118 \begin_layout Plain Layout
4119 Roberto
4120 \end_layout
4121
4122 \end_inset
4123 </cell>
4124 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4125 \begin_inset Text
4126
4127 \begin_layout Plain Layout
4128 111
4129 \end_layout
4130
4131 \end_inset
4132 </cell>
4133 </row>
4134 <row>
4135 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4136 \begin_inset Text
4137
4138 \begin_layout Plain Layout
4139
4140 \series bold
4141 Pirpamer
4142 \end_layout
4143
4144 \end_inset
4145 </cell>
4146 <cell alignment="center" valignment="top" usebox="none">
4147 \begin_inset Text
4148
4149 \begin_layout Plain Layout
4150 Erich
4151 \end_layout
4152
4153 \end_inset
4154 </cell>
4155 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4156 \begin_inset Text
4157
4158 \begin_layout Plain Layout
4159 111
4160 \end_layout
4161
4162 \end_inset
4163 </cell>
4164 </row>
4165 <row>
4166 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4167 \begin_inset Text
4168
4169 \begin_layout Plain Layout
4170
4171 \series bold
4172 Pochiesa
4173 \end_layout
4174
4175 \end_inset
4176 </cell>
4177 <cell alignment="center" valignment="top" usebox="none">
4178 \begin_inset Text
4179
4180 \begin_layout Plain Layout
4181 Paolo
4182 \end_layout
4183
4184 \end_inset
4185 </cell>
4186 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4187 \begin_inset Text
4188
4189 \begin_layout Plain Layout
4190 111, 222
4191 \end_layout
4192
4193 \end_inset
4194 </cell>
4195 </row>
4196 <row>
4197 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4198 \begin_inset Text
4199
4200 \begin_layout Plain Layout
4201
4202 \series bold
4203 Radina
4204 \end_layout
4205
4206 \end_inset
4207 </cell>
4208 <cell alignment="center" valignment="top" usebox="none">
4209 \begin_inset Text
4210
4211 \begin_layout Plain Layout
4212 Claudio
4213 \end_layout
4214
4215 \end_inset
4216 </cell>
4217 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4218 \begin_inset Text
4219
4220 \begin_layout Plain Layout
4221 111
4222 \end_layout
4223
4224 \end_inset
4225 </cell>
4226 </row>
4227 <row>
4228 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4229 \begin_inset Text
4230
4231 \begin_layout Plain Layout
4232
4233 \series bold
4234 Stuffer
4235 \end_layout
4236
4237 \end_inset
4238 </cell>
4239 <cell alignment="center" valignment="top" usebox="none">
4240 \begin_inset Text
4241
4242 \begin_layout Plain Layout
4243 Oskar
4244 \end_layout
4245
4246 \end_inset
4247 </cell>
4248 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4249 \begin_inset Text
4250
4251 \begin_layout Plain Layout
4252 111
4253 \end_layout
4254
4255 \end_inset
4256 </cell>
4257 </row>
4258 <row>
4259 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4260 \begin_inset Text
4261
4262 \begin_layout Plain Layout
4263
4264 \series bold
4265 Tacchelli
4266 \end_layout
4267
4268 \end_inset
4269 </cell>
4270 <cell alignment="center" valignment="top" usebox="none">
4271 \begin_inset Text
4272
4273 \begin_layout Plain Layout
4274 Ugo
4275 \end_layout
4276
4277 \end_inset
4278 </cell>
4279 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4280 \begin_inset Text
4281
4282 \begin_layout Plain Layout
4283 111
4284 \end_layout
4285
4286 \end_inset
4287 </cell>
4288 </row>
4289 <row>
4290 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4291 \begin_inset Text
4292
4293 \begin_layout Plain Layout
4294
4295 \series bold
4296 Tezzele
4297 \end_layout
4298
4299 \end_inset
4300 </cell>
4301 <cell alignment="center" valignment="top" usebox="none">
4302 \begin_inset Text
4303
4304 \begin_layout Plain Layout
4305 Margit
4306 \end_layout
4307
4308 \end_inset
4309 </cell>
4310 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4311 \begin_inset Text
4312
4313 \begin_layout Plain Layout
4314 111
4315 \end_layout
4316
4317 \end_inset
4318 </cell>
4319 </row>
4320 <row>
4321 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4322 \begin_inset Text
4323
4324 \begin_layout Plain Layout
4325
4326 \series bold
4327 Unterkalmsteiner
4328 \end_layout
4329
4330 \end_inset
4331 </cell>
4332 <cell alignment="center" valignment="top" usebox="none">
4333 \begin_inset Text
4334
4335 \begin_layout Plain Layout
4336 Frieda
4337 \end_layout
4338
4339 \end_inset
4340 </cell>
4341 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4342 \begin_inset Text
4343
4344 \begin_layout Plain Layout
4345 111
4346 \end_layout
4347
4348 \end_inset
4349 </cell>
4350 </row>
4351 <row>
4352 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4353 \begin_inset Text
4354
4355 \begin_layout Plain Layout
4356
4357 \series bold
4358 Vieider
4359 \end_layout
4360
4361 \end_inset
4362 </cell>
4363 <cell alignment="center" valignment="top" usebox="none">
4364 \begin_inset Text
4365
4366 \begin_layout Plain Layout
4367 Hilde
4368 \end_layout
4369
4370 \end_inset
4371 </cell>
4372 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4373 \begin_inset Text
4374
4375 \begin_layout Plain Layout
4376 111
4377 \end_layout
4378
4379 \end_inset
4380 </cell>
4381 </row>
4382 <row>
4383 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4384 \begin_inset Text
4385
4386 \begin_layout Plain Layout
4387
4388 \series bold
4389 Vigna
4390 \end_layout
4391
4392 \end_inset
4393 </cell>
4394 <cell alignment="center" valignment="top" usebox="none">
4395 \begin_inset Text
4396
4397 \begin_layout Plain Layout
4398 Jürgen
4399 \end_layout
4400
4401 \end_inset
4402 </cell>
4403 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4404 \begin_inset Text
4405
4406 \begin_layout Plain Layout
4407 111
4408 \end_layout
4409
4410 \end_inset
4411 </cell>
4412 </row>
4413 <row>
4414 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4415 \begin_inset Text
4416
4417 \begin_layout Plain Layout
4418
4419 \series bold
4420 Weber
4421 \end_layout
4422
4423 \end_inset
4424 </cell>
4425 <cell alignment="center" valignment="top" usebox="none">
4426 \begin_inset Text
4427
4428 \begin_layout Plain Layout
4429 Maurizio
4430 \end_layout
4431
4432 \end_inset
4433 </cell>
4434 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4435 \begin_inset Text
4436
4437 \begin_layout Plain Layout
4438 111
4439 \end_layout
4440
4441 \end_inset
4442 </cell>
4443 </row>
4444 <row>
4445 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4446 \begin_inset Text
4447
4448 \begin_layout Plain Layout
4449
4450 \series bold
4451 Winkler
4452 \end_layout
4453
4454 \end_inset
4455 </cell>
4456 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4457 \begin_inset Text
4458
4459 \begin_layout Plain Layout
4460 Franz
4461 \end_layout
4462
4463 \end_inset
4464 </cell>
4465 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4466 \begin_inset Text
4467
4468 \begin_layout Plain Layout
4469 111
4470 \end_layout
4471
4472 \end_inset
4473 </cell>
4474 </row>
4475 <row>
4476 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4477 \begin_inset Text
4478
4479 \begin_layout Plain Layout
4480  
4481 \end_layout
4482
4483 \end_inset
4484 </cell>
4485 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4486 \begin_inset Text
4487
4488 \begin_layout Plain Layout
4489
4490 \end_layout
4491
4492 \end_inset
4493 </cell>
4494 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4495 \begin_inset Text
4496
4497 \begin_layout Plain Layout
4498
4499 \end_layout
4500
4501 \end_inset
4502 </cell>
4503 </row>
4504 <row>
4505 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4506 \begin_inset Text
4507
4508 \begin_layout Plain Layout
4509
4510 \series bold
4511 Annovi
4512 \end_layout
4513
4514 \end_inset
4515 </cell>
4516 <cell alignment="center" valignment="top" usebox="none">
4517 \begin_inset Text
4518
4519 \begin_layout Plain Layout
4520 Silvia
4521 \end_layout
4522
4523 \end_inset
4524 </cell>
4525 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4526 \begin_inset Text
4527
4528 \begin_layout Plain Layout
4529 555
4530 \end_layout
4531
4532 \end_inset
4533 </cell>
4534 </row>
4535 <row>
4536 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4537 \begin_inset Text
4538
4539 \begin_layout Plain Layout
4540
4541 \series bold
4542 Bertoli
4543 \end_layout
4544
4545 \end_inset
4546 </cell>
4547 <cell alignment="center" valignment="top" usebox="none">
4548 \begin_inset Text
4549
4550 \begin_layout Plain Layout
4551 Stefano
4552 \end_layout
4553
4554 \end_inset
4555 </cell>
4556 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4557 \begin_inset Text
4558
4559 \begin_layout Plain Layout
4560 555
4561 \end_layout
4562
4563 \end_inset
4564 </cell>
4565 </row>
4566 <row>
4567 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4568 \begin_inset Text
4569
4570 \begin_layout Plain Layout
4571
4572 \series bold
4573 Bozzi
4574 \end_layout
4575
4576 \end_inset
4577 </cell>
4578 <cell alignment="center" valignment="top" usebox="none">
4579 \begin_inset Text
4580
4581 \begin_layout Plain Layout
4582 Walter
4583 \end_layout
4584
4585 \end_inset
4586 </cell>
4587 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4588 \begin_inset Text
4589
4590 \begin_layout Plain Layout
4591 555
4592 \end_layout
4593
4594 \end_inset
4595 </cell>
4596 </row>
4597 <row>
4598 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4599 \begin_inset Text
4600
4601 \begin_layout Plain Layout
4602
4603 \series bold
4604 Cachia
4605 \end_layout
4606
4607 \end_inset
4608 </cell>
4609 <cell alignment="center" valignment="top" usebox="none">
4610 \begin_inset Text
4611
4612 \begin_layout Plain Layout
4613 Maria
4614 \end_layout
4615
4616 \end_inset
4617 </cell>
4618 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4619 \begin_inset Text
4620
4621 \begin_layout Plain Layout
4622 555
4623 \end_layout
4624
4625 \end_inset
4626 </cell>
4627 </row>
4628 <row>
4629 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4630 \begin_inset Text
4631
4632 \begin_layout Plain Layout
4633
4634 \series bold
4635 Cachia
4636 \end_layout
4637
4638 \end_inset
4639 </cell>
4640 <cell alignment="center" valignment="top" usebox="none">
4641 \begin_inset Text
4642
4643 \begin_layout Plain Layout
4644 Maurizio
4645 \end_layout
4646
4647 \end_inset
4648 </cell>
4649 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4650 \begin_inset Text
4651
4652 \begin_layout Plain Layout
4653 555
4654 \end_layout
4655
4656 \end_inset
4657 </cell>
4658 </row>
4659 <row>
4660 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4661 \begin_inset Text
4662
4663 \begin_layout Plain Layout
4664
4665 \series bold
4666 Cinquemani
4667 \end_layout
4668
4669 \end_inset
4670 </cell>
4671 <cell alignment="center" valignment="top" usebox="none">
4672 \begin_inset Text
4673
4674 \begin_layout Plain Layout
4675 Giusi
4676 \end_layout
4677
4678 \end_inset
4679 </cell>
4680 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4681 \begin_inset Text
4682
4683 \begin_layout Plain Layout
4684 555
4685 \end_layout
4686
4687 \end_inset
4688 </cell>
4689 </row>
4690 <row>
4691 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4692 \begin_inset Text
4693
4694 \begin_layout Plain Layout
4695
4696 \series bold
4697 Colin
4698 \end_layout
4699
4700 \end_inset
4701 </cell>
4702 <cell alignment="center" valignment="top" usebox="none">
4703 \begin_inset Text
4704
4705 \begin_layout Plain Layout
4706 Bernard
4707 \end_layout
4708
4709 \end_inset
4710 </cell>
4711 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4712 \begin_inset Text
4713
4714 \begin_layout Plain Layout
4715 555
4716 \end_layout
4717
4718 \end_inset
4719 </cell>
4720 </row>
4721 <row>
4722 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4723 \begin_inset Text
4724
4725 \begin_layout Plain Layout
4726
4727 \series bold
4728 Concli
4729 \end_layout
4730
4731 \end_inset
4732 </cell>
4733 <cell alignment="center" valignment="top" usebox="none">
4734 \begin_inset Text
4735
4736 \begin_layout Plain Layout
4737 Gianfranco
4738 \end_layout
4739
4740 \end_inset
4741 </cell>
4742 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4743 \begin_inset Text
4744
4745 \begin_layout Plain Layout
4746 555
4747 \end_layout
4748
4749 \end_inset
4750 </cell>
4751 </row>
4752 <row>
4753 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4754 \begin_inset Text
4755
4756 \begin_layout Plain Layout
4757
4758 \series bold
4759 Dal Bosco
4760 \end_layout
4761
4762 \end_inset
4763 </cell>
4764 <cell alignment="center" valignment="top" usebox="none">
4765 \begin_inset Text
4766
4767 \begin_layout Plain Layout
4768 Carolina
4769 \end_layout
4770
4771 \end_inset
4772 </cell>
4773 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4774 \begin_inset Text
4775
4776 \begin_layout Plain Layout
4777 555
4778 \end_layout
4779
4780 \end_inset
4781 </cell>
4782 </row>
4783 <row>
4784 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4785 \begin_inset Text
4786
4787 \begin_layout Plain Layout
4788
4789 \series bold
4790 Dalpiaz
4791 \end_layout
4792
4793 \end_inset
4794 </cell>
4795 <cell alignment="center" valignment="top" usebox="none">
4796 \begin_inset Text
4797
4798 \begin_layout Plain Layout
4799 Annamaria
4800 \end_layout
4801
4802 \end_inset
4803 </cell>
4804 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4805 \begin_inset Text
4806
4807 \begin_layout Plain Layout
4808 555
4809 \end_layout
4810
4811 \end_inset
4812 </cell>
4813 </row>
4814 <row>
4815 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4816 \begin_inset Text
4817
4818 \begin_layout Plain Layout
4819
4820 \series bold
4821 Feliciello
4822 \end_layout
4823
4824 \end_inset
4825 </cell>
4826 <cell alignment="center" valignment="top" usebox="none">
4827 \begin_inset Text
4828
4829 \begin_layout Plain Layout
4830 Domenico
4831 \end_layout
4832
4833 \end_inset
4834 </cell>
4835 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4836 \begin_inset Text
4837
4838 \begin_layout Plain Layout
4839 555
4840 \end_layout
4841
4842 \end_inset
4843 </cell>
4844 </row>
4845 <row>
4846 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4847 \begin_inset Text
4848
4849 \begin_layout Plain Layout
4850
4851 \series bold
4852 Focarelli
4853 \end_layout
4854
4855 \end_inset
4856 </cell>
4857 <cell alignment="center" valignment="top" usebox="none">
4858 \begin_inset Text
4859
4860 \begin_layout Plain Layout
4861 Paola
4862 \end_layout
4863
4864 \end_inset
4865 </cell>
4866 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4867 \begin_inset Text
4868
4869 \begin_layout Plain Layout
4870 555
4871 \end_layout
4872
4873 \end_inset
4874 </cell>
4875 </row>
4876 <row>
4877 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4878 \begin_inset Text
4879
4880 \begin_layout Plain Layout
4881
4882 \series bold
4883 Galletti
4884 \end_layout
4885
4886 \end_inset
4887 </cell>
4888 <cell alignment="center" valignment="top" usebox="none">
4889 \begin_inset Text
4890
4891 \begin_layout Plain Layout
4892 Oreste
4893 \end_layout
4894
4895 \end_inset
4896 </cell>
4897 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4898 \begin_inset Text
4899
4900 \begin_layout Plain Layout
4901 555
4902 \end_layout
4903
4904 \end_inset
4905 </cell>
4906 </row>
4907 <row>
4908 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4909 \begin_inset Text
4910
4911 \begin_layout Plain Layout
4912
4913 \series bold
4914 Gasparini
4915 \end_layout
4916
4917 \end_inset
4918 </cell>
4919 <cell alignment="center" valignment="top" usebox="none">
4920 \begin_inset Text
4921
4922 \begin_layout Plain Layout
4923 Franca
4924 \end_layout
4925
4926 \end_inset
4927 </cell>
4928 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4929 \begin_inset Text
4930
4931 \begin_layout Plain Layout
4932 555
4933 \end_layout
4934
4935 \end_inset
4936 </cell>
4937 </row>
4938 <row>
4939 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4940 \begin_inset Text
4941
4942 \begin_layout Plain Layout
4943
4944 \series bold
4945 Rizzardi
4946 \end_layout
4947
4948 \end_inset
4949 </cell>
4950 <cell alignment="center" valignment="top" usebox="none">
4951 \begin_inset Text
4952
4953 \begin_layout Plain Layout
4954 Paola
4955 \end_layout
4956
4957 \end_inset
4958 </cell>
4959 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4960 \begin_inset Text
4961
4962 \begin_layout Plain Layout
4963 555
4964 \end_layout
4965
4966 \end_inset
4967 </cell>
4968 </row>
4969 <row>
4970 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4971 \begin_inset Text
4972
4973 \begin_layout Plain Layout
4974
4975 \series bold
4976 Lassini
4977 \end_layout
4978
4979 \end_inset
4980 </cell>
4981 <cell alignment="center" valignment="top" usebox="none">
4982 \begin_inset Text
4983
4984 \begin_layout Plain Layout
4985 Giancarlo
4986 \end_layout
4987
4988 \end_inset
4989 </cell>
4990 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4991 \begin_inset Text
4992
4993 \begin_layout Plain Layout
4994 555
4995 \end_layout
4996
4997 \end_inset
4998 </cell>
4999 </row>
5000 <row>
5001 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5002 \begin_inset Text
5003
5004 \begin_layout Plain Layout
5005
5006 \series bold
5007 Malfatti
5008 \end_layout
5009
5010 \end_inset
5011 </cell>
5012 <cell alignment="center" valignment="top" usebox="none">
5013 \begin_inset Text
5014
5015 \begin_layout Plain Layout
5016 Luciano
5017 \end_layout
5018
5019 \end_inset
5020 </cell>
5021 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5022 \begin_inset Text
5023
5024 \begin_layout Plain Layout
5025 555
5026 \end_layout
5027
5028 \end_inset
5029 </cell>
5030 </row>
5031 <row>
5032 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5033 \begin_inset Text
5034
5035 \begin_layout Plain Layout
5036
5037 \series bold
5038 Malfatti
5039 \end_layout
5040
5041 \end_inset
5042 </cell>
5043 <cell alignment="center" valignment="top" usebox="none">
5044 \begin_inset Text
5045
5046 \begin_layout Plain Layout
5047 Valeriano
5048 \end_layout
5049
5050 \end_inset
5051 </cell>
5052 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5053 \begin_inset Text
5054
5055 \begin_layout Plain Layout
5056 555
5057 \end_layout
5058
5059 \end_inset
5060 </cell>
5061 </row>
5062 <row>
5063 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5064 \begin_inset Text
5065
5066 \begin_layout Plain Layout
5067
5068 \series bold
5069 Meneguzzo
5070 \end_layout
5071
5072 \end_inset
5073 </cell>
5074 <cell alignment="center" valignment="top" usebox="none">
5075 \begin_inset Text
5076
5077 \begin_layout Plain Layout
5078 Roberto
5079 \end_layout
5080
5081 \end_inset
5082 </cell>
5083 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5084 \begin_inset Text
5085
5086 \begin_layout Plain Layout
5087 555
5088 \end_layout
5089
5090 \end_inset
5091 </cell>
5092 </row>
5093 <row>
5094 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5095 \begin_inset Text
5096
5097 \begin_layout Plain Layout
5098
5099 \series bold
5100 Mezzadra
5101 \end_layout
5102
5103 \end_inset
5104 </cell>
5105 <cell alignment="center" valignment="top" usebox="none">
5106 \begin_inset Text
5107
5108 \begin_layout Plain Layout
5109 Roberto
5110 \end_layout
5111
5112 \end_inset
5113 </cell>
5114 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5115 \begin_inset Text
5116
5117 \begin_layout Plain Layout
5118 555
5119 \end_layout
5120
5121 \end_inset
5122 </cell>
5123 </row>
5124 <row>
5125 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5126 \begin_inset Text
5127
5128 \begin_layout Plain Layout
5129
5130 \series bold
5131 Pirpamer
5132 \end_layout
5133
5134 \end_inset
5135 </cell>
5136 <cell alignment="center" valignment="top" usebox="none">
5137 \begin_inset Text
5138
5139 \begin_layout Plain Layout
5140 Erich
5141 \end_layout
5142
5143 \end_inset
5144 </cell>
5145 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5146 \begin_inset Text
5147
5148 \begin_layout Plain Layout
5149 555
5150 \end_layout
5151
5152 \end_inset
5153 </cell>
5154 </row>
5155 <row>
5156 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5157 \begin_inset Text
5158
5159 \begin_layout Plain Layout
5160
5161 \series bold
5162 Pochiesa
5163 \end_layout
5164
5165 \end_inset
5166 </cell>
5167 <cell alignment="center" valignment="top" usebox="none">
5168 \begin_inset Text
5169
5170 \begin_layout Plain Layout
5171 Paolo
5172 \end_layout
5173
5174 \end_inset
5175 </cell>
5176 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5177 \begin_inset Text
5178
5179 \begin_layout Plain Layout
5180 555, 222
5181 \end_layout
5182
5183 \end_inset
5184 </cell>
5185 </row>
5186 <row>
5187 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5188 \begin_inset Text
5189
5190 \begin_layout Plain Layout
5191
5192 \series bold
5193 Radina
5194 \end_layout
5195
5196 \end_inset
5197 </cell>
5198 <cell alignment="center" valignment="top" usebox="none">
5199 \begin_inset Text
5200
5201 \begin_layout Plain Layout
5202 Claudio
5203 \end_layout
5204
5205 \end_inset
5206 </cell>
5207 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5208 \begin_inset Text
5209
5210 \begin_layout Plain Layout
5211 555
5212 \end_layout
5213
5214 \end_inset
5215 </cell>
5216 </row>
5217 <row>
5218 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5219 \begin_inset Text
5220
5221 \begin_layout Plain Layout
5222
5223 \series bold
5224 Stuffer
5225 \end_layout
5226
5227 \end_inset
5228 </cell>
5229 <cell alignment="center" valignment="top" usebox="none">
5230 \begin_inset Text
5231
5232 \begin_layout Plain Layout
5233 Oskar
5234 \end_layout
5235
5236 \end_inset
5237 </cell>
5238 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5239 \begin_inset Text
5240
5241 \begin_layout Plain Layout
5242 555
5243 \end_layout
5244
5245 \end_inset
5246 </cell>
5247 </row>
5248 <row>
5249 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5250 \begin_inset Text
5251
5252 \begin_layout Plain Layout
5253
5254 \series bold
5255 Tacchelli
5256 \end_layout
5257
5258 \end_inset
5259 </cell>
5260 <cell alignment="center" valignment="top" usebox="none">
5261 \begin_inset Text
5262
5263 \begin_layout Plain Layout
5264 Ugo
5265 \end_layout
5266
5267 \end_inset
5268 </cell>
5269 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5270 \begin_inset Text
5271
5272 \begin_layout Plain Layout
5273 555
5274 \end_layout
5275
5276 \end_inset
5277 </cell>
5278 </row>
5279 <row>
5280 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5281 \begin_inset Text
5282
5283 \begin_layout Plain Layout
5284
5285 \series bold
5286 Tezzele
5287 \end_layout
5288
5289 \end_inset
5290 </cell>
5291 <cell alignment="center" valignment="top" usebox="none">
5292 \begin_inset Text
5293
5294 \begin_layout Plain Layout
5295 Margit
5296 \end_layout
5297
5298 \end_inset
5299 </cell>
5300 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5301 \begin_inset Text
5302
5303 \begin_layout Plain Layout
5304 555
5305 \end_layout
5306
5307 \end_inset
5308 </cell>
5309 </row>
5310 <row>
5311 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5312 \begin_inset Text
5313
5314 \begin_layout Plain Layout
5315
5316 \series bold
5317 Unterkalmsteiner
5318 \end_layout
5319
5320 \end_inset
5321 </cell>
5322 <cell alignment="center" valignment="top" usebox="none">
5323 \begin_inset Text
5324
5325 \begin_layout Plain Layout
5326 Frieda
5327 \end_layout
5328
5329 \end_inset
5330 </cell>
5331 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5332 \begin_inset Text
5333
5334 \begin_layout Plain Layout
5335 555
5336 \end_layout
5337
5338 \end_inset
5339 </cell>
5340 </row>
5341 <row>
5342 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5343 \begin_inset Text
5344
5345 \begin_layout Plain Layout
5346
5347 \series bold
5348 Vieider
5349 \end_layout
5350
5351 \end_inset
5352 </cell>
5353 <cell alignment="center" valignment="top" usebox="none">
5354 \begin_inset Text
5355
5356 \begin_layout Plain Layout
5357 Hilde
5358 \end_layout
5359
5360 \end_inset
5361 </cell>
5362 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5363 \begin_inset Text
5364
5365 \begin_layout Plain Layout
5366 555
5367 \end_layout
5368
5369 \end_inset
5370 </cell>
5371 </row>
5372 <row>
5373 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5374 \begin_inset Text
5375
5376 \begin_layout Plain Layout
5377
5378 \series bold
5379 Vigna
5380 \end_layout
5381
5382 \end_inset
5383 </cell>
5384 <cell alignment="center" valignment="top" usebox="none">
5385 \begin_inset Text
5386
5387 \begin_layout Plain Layout
5388 Jürgen
5389 \end_layout
5390
5391 \end_inset
5392 </cell>
5393 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5394 \begin_inset Text
5395
5396 \begin_layout Plain Layout
5397 999
5398 \end_layout
5399
5400 \end_inset
5401 </cell>
5402 </row>
5403 <row>
5404 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5405 \begin_inset Text
5406
5407 \begin_layout Plain Layout
5408
5409 \series bold
5410 Weber
5411 \end_layout
5412
5413 \end_inset
5414 </cell>
5415 <cell alignment="center" valignment="top" usebox="none">
5416 \begin_inset Text
5417
5418 \begin_layout Plain Layout
5419 Maurizio
5420 \end_layout
5421
5422 \end_inset
5423 </cell>
5424 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5425 \begin_inset Text
5426
5427 \begin_layout Plain Layout
5428 555
5429 \end_layout
5430
5431 \end_inset
5432 </cell>
5433 </row>
5434 <row>
5435 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5436 \begin_inset Text
5437
5438 \begin_layout Plain Layout
5439
5440 \series bold
5441 Winkler
5442 \end_layout
5443
5444 \end_inset
5445 </cell>
5446 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5447 \begin_inset Text
5448
5449 \begin_layout Plain Layout
5450 Franz
5451 \end_layout
5452
5453 \end_inset
5454 </cell>
5455 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5456 \begin_inset Text
5457
5458 \begin_layout Plain Layout
5459 555
5460 \end_layout
5461
5462 \end_inset
5463 </cell>
5464 </row>
5465 <row endlastfoot="true">
5466 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5467 \begin_inset Text
5468
5469 \begin_layout Plain Layout
5470 end
5471 \end_layout
5472
5473 \end_inset
5474 </cell>
5475 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5476 \begin_inset Text
5477
5478 \begin_layout Plain Layout
5479
5480 \end_layout
5481
5482 \end_inset
5483 </cell>
5484 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5485 \begin_inset Text
5486
5487 \begin_layout Plain Layout
5488
5489 \end_layout
5490
5491 \end_inset
5492 </cell>
5493 </row>
5494 </lyxtabular>
5495
5496 \end_inset
5497
5498
5499 \begin_inset ERT
5500 status collapsed
5501
5502 \begin_layout Plain Layout
5503
5504
5505 \backslash
5506 addtocounter{table}{-1}
5507 \end_layout
5508
5509 \end_inset
5510
5511
5512 \begin_inset Note Note
5513 status collapsed
5514
5515 \begin_layout Plain Layout
5516 See the first greyed-out note in section
5517 \begin_inset space ~
5518 \end_inset
5519
5520
5521 \begin_inset CommandInset ref
5522 LatexCommand ref
5523 reference "subsec:Longtable-Captions"
5524
5525 \end_inset
5526
5527  for an explanation of this command.
5528 \end_layout
5529
5530 \end_inset
5531
5532
5533 \end_layout
5534
5535 \begin_layout Subsection
5536 Footnotes in Longtables
5537 \begin_inset CommandInset label
5538 LatexCommand label
5539 name "subsec:Footnotes-in-Longtables"
5540
5541 \end_inset
5542
5543
5544 \begin_inset Index idx
5545 status collapsed
5546
5547 \begin_layout Plain Layout
5548 Longtables ! Footnotes
5549 \end_layout
5550
5551 \end_inset
5552
5553
5554 \end_layout
5555
5556 \begin_layout Standard
5557 Footnotes can be inserted to every longtable cell.
5558  They appear at the bottom of the page where the table cell with the footnote
5559  appears.
5560  Table
5561 \begin_inset space ~
5562 \end_inset
5563
5564
5565 \begin_inset CommandInset ref
5566 LatexCommand ref
5567 reference "tab:DiffCaptions"
5568
5569 \end_inset
5570
5571  has for example a footnote.
5572 \end_layout
5573
5574 \begin_layout Subsection
5575 Longtable Alignment
5576 \begin_inset Index idx
5577 status collapsed
5578
5579 \begin_layout Plain Layout
5580 Longtables ! Alignment
5581 \end_layout
5582
5583 \end_inset
5584
5585
5586 \end_layout
5587
5588 \begin_layout Standard
5589 The horizontal alignment of longtables can be set in the table settings
5590  dialog.
5591  For left- and right-alignment the table will be directly at the page border.
5592  To add space between the table and the border one has to set the alignment
5593  to center and change the value of the \SpecialChar LaTeX
5594 -lengths 
5595 \series bold
5596
5597 \backslash
5598 LTleft 
5599 \series default
5600 or 
5601 \series bold
5602
5603 \backslash
5604 LTright
5605 \series default
5606  by inserting this line as \SpecialChar TeX
5607  Code before the longtable:
5608 \end_layout
5609
5610 \begin_layout Standard
5611
5612 \series bold
5613
5614 \backslash
5615 setlength{
5616 \backslash
5617 LTleft}{value}
5618 \end_layout
5619
5620 \begin_layout Standard
5621 The value can have any of the units listed in Table
5622 \begin_inset space ~
5623 \end_inset
5624
5625
5626 \begin_inset CommandInset ref
5627 LatexCommand ref
5628 reference "tab:Units"
5629
5630 \end_inset
5631
5632 .
5633  
5634 \series bold
5635
5636 \backslash
5637 LTleft
5638 \series default
5639  controls the horizontal distance from the left page border to the longtable,
5640  
5641 \series bold
5642
5643 \backslash
5644 LTright
5645 \series default
5646  the distance from the right side.
5647  The default value for both lengths is 
5648 \series bold
5649
5650 \backslash
5651 fill
5652 \series default
5653 , which is in this case the same as an horizontal fill in \SpecialChar LyX
5654 .
5655 \end_layout
5656
5657 \begin_layout Standard
5658 The following longtable was centered and 
5659 \series bold
5660
5661 \backslash
5662 LTleft
5663 \series default
5664  set to 
5665 \family sans
5666 0.1
5667 \backslash
5668 columnwidth
5669 \family default
5670 :
5671 \begin_inset ERT
5672 status collapsed
5673
5674 \begin_layout Plain Layout
5675
5676
5677 \backslash
5678 setlength{
5679 \backslash
5680 LTleft}{0.1
5681 \backslash
5682 columnwidth}
5683 \end_layout
5684
5685 \end_inset
5686
5687
5688 \end_layout
5689
5690 \begin_layout Standard
5691 \begin_inset Tabular
5692 <lyxtabular version="3" rows="5" columns="5">
5693 <features islongtable="true" longtabularalignment="center">
5694 <column alignment="center" valignment="top">
5695 <column alignment="center" valignment="top" width="0pt">
5696 <column alignment="center" valignment="top">
5697 <column alignment="center" valignment="top">
5698 <column alignment="center" valignment="top">
5699 <row>
5700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5701 \begin_inset Text
5702
5703 \begin_layout Plain Layout
5704 1
5705 \end_layout
5706
5707 \end_inset
5708 </cell>
5709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5710 \begin_inset Text
5711
5712 \begin_layout Plain Layout
5713 2
5714 \end_layout
5715
5716 \end_inset
5717 </cell>
5718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5719 \begin_inset Text
5720
5721 \begin_layout Plain Layout
5722 3
5723 \end_layout
5724
5725 \end_inset
5726 </cell>
5727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5728 \begin_inset Text
5729
5730 \begin_layout Plain Layout
5731 4
5732 \end_layout
5733
5734 \end_inset
5735 </cell>
5736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5737 \begin_inset Text
5738
5739 \begin_layout Plain Layout
5740 5
5741 \end_layout
5742
5743 \end_inset
5744 </cell>
5745 </row>
5746 <row>
5747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5748 \begin_inset Text
5749
5750 \begin_layout Plain Layout
5751 asd
5752 \end_layout
5753
5754 \end_inset
5755 </cell>
5756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5757 \begin_inset Text
5758
5759 \begin_layout Plain Layout
5760 s
5761 \end_layout
5762
5763 \end_inset
5764 </cell>
5765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5766 \begin_inset Text
5767
5768 \begin_layout Plain Layout
5769 s
5770 \end_layout
5771
5772 \end_inset
5773 </cell>
5774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5775 \begin_inset Text
5776
5777 \begin_layout Plain Layout
5778 s
5779 \end_layout
5780
5781 \end_inset
5782 </cell>
5783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5784 \begin_inset Text
5785
5786 \begin_layout Plain Layout
5787 asd
5788 \end_layout
5789
5790 \end_inset
5791 </cell>
5792 </row>
5793 <row>
5794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5795 \begin_inset Text
5796
5797 \begin_layout Plain Layout
5798 asd
5799 \end_layout
5800
5801 \end_inset
5802 </cell>
5803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5804 \begin_inset Text
5805
5806 \begin_layout Plain Layout
5807 s
5808 \end_layout
5809
5810 \end_inset
5811 </cell>
5812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5813 \begin_inset Text
5814
5815 \begin_layout Plain Layout
5816 s
5817 \end_layout
5818
5819 \end_inset
5820 </cell>
5821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5822 \begin_inset Text
5823
5824 \begin_layout Plain Layout
5825 s
5826 \end_layout
5827
5828 \end_inset
5829 </cell>
5830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5831 \begin_inset Text
5832
5833 \begin_layout Plain Layout
5834 asd
5835 \end_layout
5836
5837 \end_inset
5838 </cell>
5839 </row>
5840 <row>
5841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5842 \begin_inset Text
5843
5844 \begin_layout Plain Layout
5845 asd
5846 \end_layout
5847
5848 \end_inset
5849 </cell>
5850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5851 \begin_inset Text
5852
5853 \begin_layout Plain Layout
5854 s
5855 \end_layout
5856
5857 \end_inset
5858 </cell>
5859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5860 \begin_inset Text
5861
5862 \begin_layout Plain Layout
5863 s
5864 \end_layout
5865
5866 \end_inset
5867 </cell>
5868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5869 \begin_inset Text
5870
5871 \begin_layout Plain Layout
5872 s
5873 \end_layout
5874
5875 \end_inset
5876 </cell>
5877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5878 \begin_inset Text
5879
5880 \begin_layout Plain Layout
5881 asd
5882 \end_layout
5883
5884 \end_inset
5885 </cell>
5886 </row>
5887 <row>
5888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5889 \begin_inset Text
5890
5891 \begin_layout Plain Layout
5892 asd
5893 \end_layout
5894
5895 \end_inset
5896 </cell>
5897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5898 \begin_inset Text
5899
5900 \begin_layout Plain Layout
5901 asd
5902 \end_layout
5903
5904 \end_inset
5905 </cell>
5906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5907 \begin_inset Text
5908
5909 \begin_layout Plain Layout
5910 asd
5911 \end_layout
5912
5913 \end_inset
5914 </cell>
5915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5916 \begin_inset Text
5917
5918 \begin_layout Plain Layout
5919 asd
5920 \end_layout
5921
5922 \end_inset
5923 </cell>
5924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5925 \begin_inset Text
5926
5927 \begin_layout Plain Layout
5928 asd
5929 \end_layout
5930
5931 \end_inset
5932 </cell>
5933 </row>
5934 </lyxtabular>
5935
5936 \end_inset
5937
5938
5939 \begin_inset ERT
5940 status collapsed
5941
5942 \begin_layout Plain Layout
5943
5944
5945 \backslash
5946 setlength{
5947 \backslash
5948 LTleft}{
5949 \backslash
5950 fill}
5951 \end_layout
5952
5953 \end_inset
5954
5955
5956 \begin_inset ERT
5957 status collapsed
5958
5959 \begin_layout Plain Layout
5960
5961
5962 \backslash
5963 addtocounter{table}{-1}
5964 \end_layout
5965
5966 \end_inset
5967
5968
5969 \begin_inset Note Note
5970 status collapsed
5971
5972 \begin_layout Plain Layout
5973 See the first greyed-out note in section
5974 \begin_inset space ~
5975 \end_inset
5976
5977
5978 \begin_inset CommandInset ref
5979 LatexCommand ref
5980 reference "subsec:Longtable-Captions"
5981
5982 \end_inset
5983
5984  for an explanation of this command.
5985 \end_layout
5986
5987 \end_inset
5988
5989
5990 \end_layout
5991
5992 \begin_layout Subsection
5993 Longtable Captions
5994 \begin_inset Index idx
5995 status collapsed
5996
5997 \begin_layout Plain Layout
5998 Longtables ! Captions
5999 \end_layout
6000
6001 \end_inset
6002
6003
6004 \begin_inset CommandInset label
6005 LatexCommand label
6006 name "subsec:Longtable-Captions"
6007
6008 \end_inset
6009
6010
6011 \end_layout
6012
6013 \begin_layout Standard
6014 A longtable cannot be put into a table float because floats can only be
6015  on one page.
6016  But the caption environment of floats can also be used for longtables when
6017  you use the longtable option 
6018 \family sans
6019 Caption
6020 \family default
6021  as described in sec.
6022 \begin_inset space \thinspace{}
6023 \end_inset
6024
6025
6026 \begin_inset CommandInset ref
6027 LatexCommand ref
6028 reference "sec:Longtables"
6029
6030 \end_inset
6031
6032 .
6033  Only one table row should contain a caption, either a header or a footer
6034  row.
6035 \end_layout
6036
6037 \begin_layout Standard
6038 Here is a short longtable to see how it works:
6039 \end_layout
6040
6041 \begin_layout Standard
6042 \begin_inset Tabular
6043 <lyxtabular version="3" rows="6" columns="5">
6044 <features islongtable="true" longtabularalignment="center">
6045 <column alignment="center" valignment="top">
6046 <column alignment="center" valignment="top">
6047 <column alignment="center" valignment="top">
6048 <column alignment="center" valignment="top">
6049 <column alignment="center" valignment="top">
6050 <row endfirsthead="true" caption="true">
6051 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6052 \begin_inset Text
6053
6054 \begin_layout Plain Layout
6055 \begin_inset Caption Standard
6056
6057 \begin_layout Plain Layout
6058 Longtable with caption
6059 \begin_inset Argument 1
6060 status open
6061
6062 \begin_layout Plain Layout
6063 Longtable
6064 \end_layout
6065
6066 \end_inset
6067
6068
6069 \end_layout
6070
6071 \end_inset
6072
6073
6074 \end_layout
6075
6076 \end_inset
6077 </cell>
6078 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6079 \begin_inset Text
6080
6081 \begin_layout Plain Layout
6082
6083 \end_layout
6084
6085 \end_inset
6086 </cell>
6087 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6088 \begin_inset Text
6089
6090 \begin_layout Plain Layout
6091
6092 \end_layout
6093
6094 \end_inset
6095 </cell>
6096 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6097 \begin_inset Text
6098
6099 \begin_layout Plain Layout
6100
6101 \end_layout
6102
6103 \end_inset
6104 </cell>
6105 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6106 \begin_inset Text
6107
6108 \begin_layout Plain Layout
6109
6110 \end_layout
6111
6112 \end_inset
6113 </cell>
6114 </row>
6115 <row>
6116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6117 \begin_inset Text
6118
6119 \begin_layout Plain Layout
6120 1
6121 \end_layout
6122
6123 \end_inset
6124 </cell>
6125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6126 \begin_inset Text
6127
6128 \begin_layout Plain Layout
6129 2
6130 \end_layout
6131
6132 \end_inset
6133 </cell>
6134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6135 \begin_inset Text
6136
6137 \begin_layout Plain Layout
6138 3
6139 \end_layout
6140
6141 \end_inset
6142 </cell>
6143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6144 \begin_inset Text
6145
6146 \begin_layout Plain Layout
6147 4
6148 \end_layout
6149
6150 \end_inset
6151 </cell>
6152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6153 \begin_inset Text
6154
6155 \begin_layout Plain Layout
6156 5
6157 \end_layout
6158
6159 \end_inset
6160 </cell>
6161 </row>
6162 <row>
6163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6164 \begin_inset Text
6165
6166 \begin_layout Plain Layout
6167 asd
6168 \end_layout
6169
6170 \end_inset
6171 </cell>
6172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6173 \begin_inset Text
6174
6175 \begin_layout Plain Layout
6176 s
6177 \end_layout
6178
6179 \end_inset
6180 </cell>
6181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6182 \begin_inset Text
6183
6184 \begin_layout Plain Layout
6185 s
6186 \end_layout
6187
6188 \end_inset
6189 </cell>
6190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6191 \begin_inset Text
6192
6193 \begin_layout Plain Layout
6194 s
6195 \end_layout
6196
6197 \end_inset
6198 </cell>
6199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6200 \begin_inset Text
6201
6202 \begin_layout Plain Layout
6203 asd
6204 \end_layout
6205
6206 \end_inset
6207 </cell>
6208 </row>
6209 <row>
6210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6211 \begin_inset Text
6212
6213 \begin_layout Plain Layout
6214 asd
6215 \end_layout
6216
6217 \end_inset
6218 </cell>
6219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6220 \begin_inset Text
6221
6222 \begin_layout Plain Layout
6223 s
6224 \end_layout
6225
6226 \end_inset
6227 </cell>
6228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6229 \begin_inset Text
6230
6231 \begin_layout Plain Layout
6232 s
6233 \end_layout
6234
6235 \end_inset
6236 </cell>
6237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6238 \begin_inset Text
6239
6240 \begin_layout Plain Layout
6241 s
6242 \end_layout
6243
6244 \end_inset
6245 </cell>
6246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6247 \begin_inset Text
6248
6249 \begin_layout Plain Layout
6250 asd
6251 \end_layout
6252
6253 \end_inset
6254 </cell>
6255 </row>
6256 <row>
6257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6258 \begin_inset Text
6259
6260 \begin_layout Plain Layout
6261 asd
6262 \end_layout
6263
6264 \end_inset
6265 </cell>
6266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6267 \begin_inset Text
6268
6269 \begin_layout Plain Layout
6270 s
6271 \end_layout
6272
6273 \end_inset
6274 </cell>
6275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6276 \begin_inset Text
6277
6278 \begin_layout Plain Layout
6279 s
6280 \end_layout
6281
6282 \end_inset
6283 </cell>
6284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6285 \begin_inset Text
6286
6287 \begin_layout Plain Layout
6288 s
6289 \end_layout
6290
6291 \end_inset
6292 </cell>
6293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6294 \begin_inset Text
6295
6296 \begin_layout Plain Layout
6297 asd
6298 \end_layout
6299
6300 \end_inset
6301 </cell>
6302 </row>
6303 <row>
6304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6305 \begin_inset Text
6306
6307 \begin_layout Plain Layout
6308 asd
6309 \end_layout
6310
6311 \end_inset
6312 </cell>
6313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6314 \begin_inset Text
6315
6316 \begin_layout Plain Layout
6317 asd
6318 \end_layout
6319
6320 \end_inset
6321 </cell>
6322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6323 \begin_inset Text
6324
6325 \begin_layout Plain Layout
6326 asd
6327 \end_layout
6328
6329 \end_inset
6330 </cell>
6331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6332 \begin_inset Text
6333
6334 \begin_layout Plain Layout
6335 asd
6336 \end_layout
6337
6338 \end_inset
6339 </cell>
6340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6341 \begin_inset Text
6342
6343 \begin_layout Plain Layout
6344 asd
6345 \end_layout
6346
6347 \end_inset
6348 </cell>
6349 </row>
6350 </lyxtabular>
6351
6352 \end_inset
6353
6354
6355 \end_layout
6356
6357 \begin_layout Standard
6358 \begin_inset VSpace medskip
6359 \end_inset
6360
6361
6362 \begin_inset Note Greyedout
6363 status open
6364
6365 \begin_layout Plain Layout
6366
6367 \series bold
6368 Note
6369 \begin_inset space ~
6370 \end_inset
6371
6372 1:
6373 \series default
6374  The table number is increased for every longtable, even if you did not
6375  set a caption for it.
6376  For this reason you could have the case that e.
6377 \begin_inset space \thinspace{}
6378 \end_inset
6379
6380 g.
6381 \begin_inset space \space{}
6382 \end_inset
6383
6384 Table
6385 \begin_inset space ~
6386 \end_inset
6387
6388 2.4 follows Table
6389 \begin_inset space ~
6390 \end_inset
6391
6392 2.1 in the list of tables if there are two longtables without captions.
6393  To avoid this you can add the following command in \SpecialChar TeX
6394  Code after every longtable
6395  without a caption:
6396 \end_layout
6397
6398 \begin_layout Plain Layout
6399
6400 \series bold
6401
6402 \backslash
6403 addtocounter{table}{-1}
6404 \end_layout
6405
6406 \begin_layout Plain Layout
6407 This is not needed when none of your longtables has a caption and you add
6408  the following code to the document preamble:
6409 \end_layout
6410
6411 \begin_layout Plain Layout
6412
6413 \series bold
6414
6415 \backslash
6416 let
6417 \backslash
6418 myEnd
6419 \backslash
6420 endlongtable
6421 \begin_inset Newline newline
6422 \end_inset
6423
6424
6425 \backslash
6426 renewcommand{
6427 \backslash
6428 endlongtable}{
6429 \backslash
6430 myEnd
6431 \backslash
6432 addtocounter{table}{-1}}
6433 \end_layout
6434
6435 \end_inset
6436
6437
6438 \end_layout
6439
6440 \begin_layout Standard
6441 \begin_inset Note Greyedout
6442 status open
6443
6444 \begin_layout Plain Layout
6445
6446 \series bold
6447 Note
6448 \begin_inset space ~
6449 \end_inset
6450
6451 2:
6452 \series default
6453  If you are using
6454 \series bold
6455  hyperref
6456 \series default
6457
6458 \begin_inset Index idx
6459 status collapsed
6460
6461 \begin_layout Plain Layout
6462 \SpecialChar LaTeX
6463 -packages ! hyperref
6464 \end_layout
6465
6466 \end_inset
6467
6468  in the 
6469 \family sans
6470 PDF Properties
6471 \family default
6472  of the 
6473 \family sans
6474 Document Settings
6475 \family default
6476  dialog to link cross-references, the link to a longtable caption will always
6477  point to the beginning of the document.
6478 \end_layout
6479
6480 \end_inset
6481
6482
6483 \end_layout
6484
6485 \begin_layout Subsubsection
6486 References to Longtables
6487 \begin_inset Index idx
6488 status collapsed
6489
6490 \begin_layout Plain Layout
6491 Longtables ! References
6492 \end_layout
6493
6494 \end_inset
6495
6496
6497 \end_layout
6498
6499 \begin_layout Standard
6500 \begin_inset Tabular
6501 <lyxtabular version="3" rows="6" columns="5">
6502 <features islongtable="true" longtabularalignment="center">
6503 <column alignment="center" valignment="top">
6504 <column alignment="center" valignment="top">
6505 <column alignment="center" valignment="top">
6506 <column alignment="center" valignment="top">
6507 <column alignment="center" valignment="top">
6508 <row endfirsthead="true" caption="true">
6509 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6510 \begin_inset Text
6511
6512 \begin_layout Plain Layout
6513 \begin_inset Caption Standard
6514
6515 \begin_layout Plain Layout
6516 Referenced longtable
6517 \begin_inset CommandInset label
6518 LatexCommand label
6519 name "tab:RefExample"
6520
6521 \end_inset
6522
6523
6524 \end_layout
6525
6526 \end_inset
6527
6528
6529 \end_layout
6530
6531 \end_inset
6532 </cell>
6533 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6534 \begin_inset Text
6535
6536 \begin_layout Plain Layout
6537
6538 \end_layout
6539
6540 \end_inset
6541 </cell>
6542 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6543 \begin_inset Text
6544
6545 \begin_layout Plain Layout
6546
6547 \end_layout
6548
6549 \end_inset
6550 </cell>
6551 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6552 \begin_inset Text
6553
6554 \begin_layout Plain Layout
6555
6556 \end_layout
6557
6558 \end_inset
6559 </cell>
6560 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6561 \begin_inset Text
6562
6563 \begin_layout Plain Layout
6564
6565 \end_layout
6566
6567 \end_inset
6568 </cell>
6569 </row>
6570 <row>
6571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6572 \begin_inset Text
6573
6574 \begin_layout Plain Layout
6575 1
6576 \end_layout
6577
6578 \end_inset
6579 </cell>
6580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6581 \begin_inset Text
6582
6583 \begin_layout Plain Layout
6584 2
6585 \end_layout
6586
6587 \end_inset
6588 </cell>
6589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6590 \begin_inset Text
6591
6592 \begin_layout Plain Layout
6593 3
6594 \end_layout
6595
6596 \end_inset
6597 </cell>
6598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6599 \begin_inset Text
6600
6601 \begin_layout Plain Layout
6602 4
6603 \end_layout
6604
6605 \end_inset
6606 </cell>
6607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6608 \begin_inset Text
6609
6610 \begin_layout Plain Layout
6611 5
6612 \end_layout
6613
6614 \end_inset
6615 </cell>
6616 </row>
6617 <row>
6618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6619 \begin_inset Text
6620
6621 \begin_layout Plain Layout
6622 asd
6623 \end_layout
6624
6625 \end_inset
6626 </cell>
6627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6628 \begin_inset Text
6629
6630 \begin_layout Plain Layout
6631 s
6632 \end_layout
6633
6634 \end_inset
6635 </cell>
6636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6637 \begin_inset Text
6638
6639 \begin_layout Plain Layout
6640 s
6641 \end_layout
6642
6643 \end_inset
6644 </cell>
6645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6646 \begin_inset Text
6647
6648 \begin_layout Plain Layout
6649 s
6650 \end_layout
6651
6652 \end_inset
6653 </cell>
6654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6655 \begin_inset Text
6656
6657 \begin_layout Plain Layout
6658 asd
6659 \end_layout
6660
6661 \end_inset
6662 </cell>
6663 </row>
6664 <row>
6665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6666 \begin_inset Text
6667
6668 \begin_layout Plain Layout
6669 asd
6670 \end_layout
6671
6672 \end_inset
6673 </cell>
6674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6675 \begin_inset Text
6676
6677 \begin_layout Plain Layout
6678 s
6679 \end_layout
6680
6681 \end_inset
6682 </cell>
6683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6684 \begin_inset Text
6685
6686 \begin_layout Plain Layout
6687 s
6688 \end_layout
6689
6690 \end_inset
6691 </cell>
6692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6693 \begin_inset Text
6694
6695 \begin_layout Plain Layout
6696 s
6697 \end_layout
6698
6699 \end_inset
6700 </cell>
6701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6702 \begin_inset Text
6703
6704 \begin_layout Plain Layout
6705 asd
6706 \end_layout
6707
6708 \end_inset
6709 </cell>
6710 </row>
6711 <row>
6712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6713 \begin_inset Text
6714
6715 \begin_layout Plain Layout
6716 asd
6717 \end_layout
6718
6719 \end_inset
6720 </cell>
6721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6722 \begin_inset Text
6723
6724 \begin_layout Plain Layout
6725 s
6726 \end_layout
6727
6728 \end_inset
6729 </cell>
6730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6731 \begin_inset Text
6732
6733 \begin_layout Plain Layout
6734 s
6735 \end_layout
6736
6737 \end_inset
6738 </cell>
6739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6740 \begin_inset Text
6741
6742 \begin_layout Plain Layout
6743 s
6744 \end_layout
6745
6746 \end_inset
6747 </cell>
6748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6749 \begin_inset Text
6750
6751 \begin_layout Plain Layout
6752 asd
6753 \end_layout
6754
6755 \end_inset
6756 </cell>
6757 </row>
6758 <row>
6759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6760 \begin_inset Text
6761
6762 \begin_layout Plain Layout
6763 asd
6764 \end_layout
6765
6766 \end_inset
6767 </cell>
6768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6769 \begin_inset Text
6770
6771 \begin_layout Plain Layout
6772 sad
6773 \end_layout
6774
6775 \end_inset
6776 </cell>
6777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6778 \begin_inset Text
6779
6780 \begin_layout Plain Layout
6781 asd
6782 \end_layout
6783
6784 \end_inset
6785 </cell>
6786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6787 \begin_inset Text
6788
6789 \begin_layout Plain Layout
6790 asd
6791 \end_layout
6792
6793 \end_inset
6794 </cell>
6795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6796 \begin_inset Text
6797
6798 \begin_layout Plain Layout
6799 asd
6800 \end_layout
6801
6802 \end_inset
6803 </cell>
6804 </row>
6805 </lyxtabular>
6806
6807 \end_inset
6808
6809
6810 \end_layout
6811
6812 \begin_layout Standard
6813 To reference a longtable, insert a label into the caption.
6814 \end_layout
6815
6816 \begin_layout Standard
6817 This is a reference to Table
6818 \begin_inset space ~
6819 \end_inset
6820
6821
6822 \begin_inset CommandInset ref
6823 LatexCommand ref
6824 reference "tab:RefExample"
6825
6826 \end_inset
6827
6828 .
6829 \end_layout
6830
6831 \begin_layout Standard
6832 The caption layout can be set together with all other captions of your document
6833  using the \SpecialChar LaTeX
6834 -package 
6835 \series bold
6836 caption
6837 \series default
6838
6839 \begin_inset Index idx
6840 status collapsed
6841
6842 \begin_layout Plain Layout
6843 \SpecialChar LaTeX
6844 -packages ! caption
6845 \end_layout
6846
6847 \end_inset
6848
6849 , see section
6850 \begin_inset space ~
6851 \end_inset
6852
6853
6854 \begin_inset CommandInset ref
6855 LatexCommand ref
6856 reference "sec:Caption-Formatting"
6857
6858 \end_inset
6859
6860 .
6861 \end_layout
6862
6863 \begin_layout Subsubsection
6864 Caption Width
6865 \begin_inset Index idx
6866 status collapsed
6867
6868 \begin_layout Plain Layout
6869 Longtables ! Caption Width
6870 \end_layout
6871
6872 \end_inset
6873
6874
6875 \end_layout
6876
6877 \begin_layout Standard
6878 The maximal width of caption lines is defined by the length 
6879 \series bold
6880
6881 \backslash
6882 LTcapwidth
6883 \series default
6884 .
6885  Its default value is 4
6886 \begin_inset space \thinspace{}
6887 \end_inset
6888
6889 in.
6890  To change it add the following command to your document preamble or as
6891  \SpecialChar TeX
6892  Code into your document before the longtable that should be affected
6893 \end_layout
6894
6895 \begin_layout Standard
6896
6897 \series bold
6898
6899 \backslash
6900 setlength{
6901 \backslash
6902 LTcapwidth}{width}
6903 \end_layout
6904
6905 \begin_layout Standard
6906 where the width could have one of the units listed in appendix
6907 \begin_inset space ~
6908 \end_inset
6909
6910
6911 \begin_inset CommandInset ref
6912 LatexCommand ref
6913 reference "cha:Units-available-in"
6914
6915 \end_inset
6916
6917 .
6918 \end_layout
6919
6920 \begin_layout Standard
6921 The following tables show the difference:
6922 \end_layout
6923
6924 \begin_layout Standard
6925 \begin_inset Tabular
6926 <lyxtabular version="3" rows="6" columns="5">
6927 <features islongtable="true" longtabularalignment="center">
6928 <column alignment="center" valignment="top">
6929 <column alignment="center" valignment="top">
6930 <column alignment="center" valignment="top">
6931 <column alignment="center" valignment="top">
6932 <column alignment="center" valignment="top">
6933 <row endfirsthead="true" caption="true">
6934 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6935 \begin_inset Text
6936
6937 \begin_layout Plain Layout
6938 \begin_inset Caption Standard
6939
6940 \begin_layout Plain Layout
6941 long full title with default width long full title with default width long
6942  full title with default width
6943 \begin_inset Argument 1
6944 status collapsed
6945
6946 \begin_layout Plain Layout
6947 caption with default width
6948 \end_layout
6949
6950 \end_inset
6951
6952
6953 \end_layout
6954
6955 \end_inset
6956
6957
6958 \end_layout
6959
6960 \end_inset
6961 </cell>
6962 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6963 \begin_inset Text
6964
6965 \begin_layout Plain Layout
6966
6967 \end_layout
6968
6969 \end_inset
6970 </cell>
6971 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6972 \begin_inset Text
6973
6974 \begin_layout Plain Layout
6975
6976 \end_layout
6977
6978 \end_inset
6979 </cell>
6980 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6981 \begin_inset Text
6982
6983 \begin_layout Plain Layout
6984
6985 \end_layout
6986
6987 \end_inset
6988 </cell>
6989 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6990 \begin_inset Text
6991
6992 \begin_layout Plain Layout
6993
6994 \end_layout
6995
6996 \end_inset
6997 </cell>
6998 </row>
6999 <row>
7000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7001 \begin_inset Text
7002
7003 \begin_layout Plain Layout
7004 1
7005 \end_layout
7006
7007 \end_inset
7008 </cell>
7009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7010 \begin_inset Text
7011
7012 \begin_layout Plain Layout
7013 2
7014 \end_layout
7015
7016 \end_inset
7017 </cell>
7018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7019 \begin_inset Text
7020
7021 \begin_layout Plain Layout
7022 3
7023 \end_layout
7024
7025 \end_inset
7026 </cell>
7027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7028 \begin_inset Text
7029
7030 \begin_layout Plain Layout
7031 4
7032 \end_layout
7033
7034 \end_inset
7035 </cell>
7036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7037 \begin_inset Text
7038
7039 \begin_layout Plain Layout
7040 5
7041 \end_layout
7042
7043 \end_inset
7044 </cell>
7045 </row>
7046 <row>
7047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7048 \begin_inset Text
7049
7050 \begin_layout Plain Layout
7051 asd
7052 \end_layout
7053
7054 \end_inset
7055 </cell>
7056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7057 \begin_inset Text
7058
7059 \begin_layout Plain Layout
7060 s
7061 \end_layout
7062
7063 \end_inset
7064 </cell>
7065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7066 \begin_inset Text
7067
7068 \begin_layout Plain Layout
7069 s
7070 \end_layout
7071
7072 \end_inset
7073 </cell>
7074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7075 \begin_inset Text
7076
7077 \begin_layout Plain Layout
7078 s
7079 \end_layout
7080
7081 \end_inset
7082 </cell>
7083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7084 \begin_inset Text
7085
7086 \begin_layout Plain Layout
7087 asd
7088 \end_layout
7089
7090 \end_inset
7091 </cell>
7092 </row>
7093 <row>
7094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7095 \begin_inset Text
7096
7097 \begin_layout Plain Layout
7098 asd
7099 \end_layout
7100
7101 \end_inset
7102 </cell>
7103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7104 \begin_inset Text
7105
7106 \begin_layout Plain Layout
7107 s
7108 \end_layout
7109
7110 \end_inset
7111 </cell>
7112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7113 \begin_inset Text
7114
7115 \begin_layout Plain Layout
7116 s
7117 \end_layout
7118
7119 \end_inset
7120 </cell>
7121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7122 \begin_inset Text
7123
7124 \begin_layout Plain Layout
7125 s
7126 \end_layout
7127
7128 \end_inset
7129 </cell>
7130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7131 \begin_inset Text
7132
7133 \begin_layout Plain Layout
7134 asd
7135 \end_layout
7136
7137 \end_inset
7138 </cell>
7139 </row>
7140 <row>
7141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7142 \begin_inset Text
7143
7144 \begin_layout Plain Layout
7145 asd
7146 \end_layout
7147
7148 \end_inset
7149 </cell>
7150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7151 \begin_inset Text
7152
7153 \begin_layout Plain Layout
7154 s
7155 \end_layout
7156
7157 \end_inset
7158 </cell>
7159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7160 \begin_inset Text
7161
7162 \begin_layout Plain Layout
7163 s
7164 \end_layout
7165
7166 \end_inset
7167 </cell>
7168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7169 \begin_inset Text
7170
7171 \begin_layout Plain Layout
7172 s
7173 \end_layout
7174
7175 \end_inset
7176 </cell>
7177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7178 \begin_inset Text
7179
7180 \begin_layout Plain Layout
7181 asd
7182 \end_layout
7183
7184 \end_inset
7185 </cell>
7186 </row>
7187 <row>
7188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7189 \begin_inset Text
7190
7191 \begin_layout Plain Layout
7192 asd
7193 \end_layout
7194
7195 \end_inset
7196 </cell>
7197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7198 \begin_inset Text
7199
7200 \begin_layout Plain Layout
7201 sad
7202 \end_layout
7203
7204 \end_inset
7205 </cell>
7206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7207 \begin_inset Text
7208
7209 \begin_layout Plain Layout
7210 asd
7211 \end_layout
7212
7213 \end_inset
7214 </cell>
7215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7216 \begin_inset Text
7217
7218 \begin_layout Plain Layout
7219 asd
7220 \end_layout
7221
7222 \end_inset
7223 </cell>
7224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7225 \begin_inset Text
7226
7227 \begin_layout Plain Layout
7228 asd
7229 \end_layout
7230
7231 \end_inset
7232 </cell>
7233 </row>
7234 </lyxtabular>
7235
7236 \end_inset
7237
7238
7239 \end_layout
7240
7241 \begin_layout Standard
7242 \begin_inset ERT
7243 status collapsed
7244
7245 \begin_layout Plain Layout
7246
7247
7248 \backslash
7249 setlength{
7250 \backslash
7251 LTcapwidth}{5cm}
7252 \end_layout
7253
7254 \end_inset
7255
7256
7257 \begin_inset Tabular
7258 <lyxtabular version="3" rows="6" columns="5">
7259 <features islongtable="true" longtabularalignment="center">
7260 <column alignment="center" valignment="top">
7261 <column alignment="center" valignment="top">
7262 <column alignment="center" valignment="top">
7263 <column alignment="center" valignment="top">
7264 <column alignment="center" valignment="top">
7265 <row endfirsthead="true" caption="true">
7266 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7267 \begin_inset Text
7268
7269 \begin_layout Plain Layout
7270 \begin_inset Caption Standard
7271
7272 \begin_layout Plain Layout
7273 long full title with width set to 5
7274 \begin_inset space \thinspace{}
7275 \end_inset
7276
7277 cm long full title with width set to 5
7278 \begin_inset space \thinspace{}
7279 \end_inset
7280
7281 cm long full title with width set to 5
7282 \begin_inset space \thinspace{}
7283 \end_inset
7284
7285 cm
7286 \begin_inset Argument 1
7287 status collapsed
7288
7289 \begin_layout Plain Layout
7290 caption with width
7291 \begin_inset space \thinspace{}
7292 \end_inset
7293
7294 =
7295 \begin_inset space \thinspace{}
7296 \end_inset
7297
7298 5
7299 \begin_inset space \thinspace{}
7300 \end_inset
7301
7302 cm
7303 \end_layout
7304
7305 \end_inset
7306
7307
7308 \end_layout
7309
7310 \end_inset
7311
7312
7313 \end_layout
7314
7315 \end_inset
7316 </cell>
7317 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7318 \begin_inset Text
7319
7320 \begin_layout Plain Layout
7321
7322 \end_layout
7323
7324 \end_inset
7325 </cell>
7326 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7327 \begin_inset Text
7328
7329 \begin_layout Plain Layout
7330
7331 \end_layout
7332
7333 \end_inset
7334 </cell>
7335 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7336 \begin_inset Text
7337
7338 \begin_layout Plain Layout
7339
7340 \end_layout
7341
7342 \end_inset
7343 </cell>
7344 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7345 \begin_inset Text
7346
7347 \begin_layout Plain Layout
7348
7349 \end_layout
7350
7351 \end_inset
7352 </cell>
7353 </row>
7354 <row>
7355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7356 \begin_inset Text
7357
7358 \begin_layout Plain Layout
7359 1
7360 \end_layout
7361
7362 \end_inset
7363 </cell>
7364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7365 \begin_inset Text
7366
7367 \begin_layout Plain Layout
7368 2
7369 \end_layout
7370
7371 \end_inset
7372 </cell>
7373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7374 \begin_inset Text
7375
7376 \begin_layout Plain Layout
7377 3
7378 \end_layout
7379
7380 \end_inset
7381 </cell>
7382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7383 \begin_inset Text
7384
7385 \begin_layout Plain Layout
7386 4
7387 \end_layout
7388
7389 \end_inset
7390 </cell>
7391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7392 \begin_inset Text
7393
7394 \begin_layout Plain Layout
7395 5
7396 \end_layout
7397
7398 \end_inset
7399 </cell>
7400 </row>
7401 <row>
7402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7403 \begin_inset Text
7404
7405 \begin_layout Plain Layout
7406 asd
7407 \end_layout
7408
7409 \end_inset
7410 </cell>
7411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7412 \begin_inset Text
7413
7414 \begin_layout Plain Layout
7415 s
7416 \end_layout
7417
7418 \end_inset
7419 </cell>
7420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7421 \begin_inset Text
7422
7423 \begin_layout Plain Layout
7424 s
7425 \end_layout
7426
7427 \end_inset
7428 </cell>
7429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7430 \begin_inset Text
7431
7432 \begin_layout Plain Layout
7433 s
7434 \end_layout
7435
7436 \end_inset
7437 </cell>
7438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7439 \begin_inset Text
7440
7441 \begin_layout Plain Layout
7442 asd
7443 \end_layout
7444
7445 \end_inset
7446 </cell>
7447 </row>
7448 <row>
7449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7450 \begin_inset Text
7451
7452 \begin_layout Plain Layout
7453 asd
7454 \end_layout
7455
7456 \end_inset
7457 </cell>
7458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7459 \begin_inset Text
7460
7461 \begin_layout Plain Layout
7462 s
7463 \end_layout
7464
7465 \end_inset
7466 </cell>
7467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7468 \begin_inset Text
7469
7470 \begin_layout Plain Layout
7471 s
7472 \end_layout
7473
7474 \end_inset
7475 </cell>
7476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7477 \begin_inset Text
7478
7479 \begin_layout Plain Layout
7480 s
7481 \end_layout
7482
7483 \end_inset
7484 </cell>
7485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7486 \begin_inset Text
7487
7488 \begin_layout Plain Layout
7489 asd
7490 \end_layout
7491
7492 \end_inset
7493 </cell>
7494 </row>
7495 <row>
7496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7497 \begin_inset Text
7498
7499 \begin_layout Plain Layout
7500 asd
7501 \end_layout
7502
7503 \end_inset
7504 </cell>
7505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7506 \begin_inset Text
7507
7508 \begin_layout Plain Layout
7509 s
7510 \end_layout
7511
7512 \end_inset
7513 </cell>
7514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7515 \begin_inset Text
7516
7517 \begin_layout Plain Layout
7518 s
7519 \end_layout
7520
7521 \end_inset
7522 </cell>
7523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7524 \begin_inset Text
7525
7526 \begin_layout Plain Layout
7527 s
7528 \end_layout
7529
7530 \end_inset
7531 </cell>
7532 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7533 \begin_inset Text
7534
7535 \begin_layout Plain Layout
7536 asd
7537 \end_layout
7538
7539 \end_inset
7540 </cell>
7541 </row>
7542 <row>
7543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7544 \begin_inset Text
7545
7546 \begin_layout Plain Layout
7547 asd
7548 \end_layout
7549
7550 \end_inset
7551 </cell>
7552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7553 \begin_inset Text
7554
7555 \begin_layout Plain Layout
7556 sad
7557 \end_layout
7558
7559 \end_inset
7560 </cell>
7561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7562 \begin_inset Text
7563
7564 \begin_layout Plain Layout
7565 asd
7566 \end_layout
7567
7568 \end_inset
7569 </cell>
7570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7571 \begin_inset Text
7572
7573 \begin_layout Plain Layout
7574 asd
7575 \end_layout
7576
7577 \end_inset
7578 </cell>
7579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7580 \begin_inset Text
7581
7582 \begin_layout Plain Layout
7583 asd
7584 \end_layout
7585
7586 \end_inset
7587 </cell>
7588 </row>
7589 </lyxtabular>
7590
7591 \end_inset
7592
7593
7594 \end_layout
7595
7596 \begin_layout Standard
7597 \begin_inset ERT
7598 status collapsed
7599
7600 \begin_layout Plain Layout
7601
7602
7603 \backslash
7604 setlength{
7605 \backslash
7606 LTcapwidth}{4in}
7607 \end_layout
7608
7609 \end_inset
7610
7611
7612 \end_layout
7613
7614 \begin_layout Standard
7615 \begin_inset Note Greyedout
7616 status open
7617
7618 \begin_layout Plain Layout
7619
7620 \series bold
7621 Note:
7622 \series default
7623  When the \SpecialChar LaTeX
7624 -package 
7625 \series bold
7626 caption
7627 \series default
7628
7629 \begin_inset Index idx
7630 status collapsed
7631
7632 \begin_layout Plain Layout
7633 \SpecialChar LaTeX
7634 -packages ! caption
7635 \end_layout
7636
7637 \end_inset
7638
7639  is used, as in this document, the full page width is used for the caption
7640  when you use the default value of 4
7641 \begin_inset space \thinspace{}
7642 \end_inset
7643
7644 in for 
7645 \series bold
7646
7647 \backslash
7648 LTcapwidth
7649 \series default
7650 .
7651  To get in this case exactly a 4
7652 \begin_inset space \thinspace{}
7653 \end_inset
7654
7655 in wide caption, you can either use a value slightly different from 4.0
7656 \begin_inset space \thinspace{}
7657 \end_inset
7658
7659 in, e.
7660 \begin_inset space \thinspace{}
7661 \end_inset
7662
7663 g.
7664 \begin_inset space \space{}
7665 \end_inset
7666
7667 3.99
7668 \begin_inset space \thinspace{}
7669 \end_inset
7670
7671 in, or the \SpecialChar LaTeX
7672 -command 
7673 \series bold
7674
7675 \backslash
7676 captionsetup{width=value}
7677 \series default
7678  that is provided by the 
7679 \series bold
7680 caption
7681 \series default
7682 -package.
7683 \end_layout
7684
7685 \end_inset
7686
7687
7688 \end_layout
7689
7690 \begin_layout Subsubsection
7691 Different Captions for Table Pages
7692 \begin_inset Index idx
7693 status collapsed
7694
7695 \begin_layout Plain Layout
7696 Longtables ! Different Captions for Pages
7697 \end_layout
7698
7699 \end_inset
7700
7701
7702 \end_layout
7703
7704 \begin_layout Standard
7705 When the table captions for the following pages should differ from the one
7706  of the first table page, mark a empty row as header which contains a caption.
7707  Then right-click on the caption and select in the context menu 
7708 \family sans
7709 Caption
7710 \begin_inset space ~
7711 \end_inset
7712
7713 (LongTableNoNumber)
7714 \family default
7715 .
7716  Table
7717 \begin_inset space ~
7718 \end_inset
7719
7720
7721 \begin_inset CommandInset ref
7722 LatexCommand ref
7723 reference "tab:DiffCaptions"
7724
7725 \end_inset
7726
7727  is an example of a longtable with different heading where the second caption
7728  does not include the table number.
7729 \begin_inset Separator parbreak
7730 \end_inset
7731
7732
7733 \end_layout
7734
7735 \begin_layout Standard
7736 \align center
7737 \begin_inset Tabular
7738 <lyxtabular version="3" rows="59" columns="3">
7739 <features islongtable="true" longtabularalignment="center">
7740 <column alignment="left" valignment="top" width="0cm">
7741 <column alignment="left" valignment="top" width="0pt">
7742 <column alignment="center" valignment="top" width="0pt">
7743 <row endfirsthead="true" caption="true">
7744 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7745 \begin_inset Text
7746
7747 \begin_layout Plain Layout
7748 \begin_inset Caption Standard
7749
7750 \begin_layout Plain Layout
7751 Example Phone List
7752 \begin_inset CommandInset label
7753 LatexCommand label
7754 name "tab:DiffCaptions"
7755
7756 \end_inset
7757
7758
7759 \begin_inset Argument 1
7760 status collapsed
7761
7762 \begin_layout Plain Layout
7763 Example Phone List
7764 \end_layout
7765
7766 \end_inset
7767
7768
7769 \end_layout
7770
7771 \end_inset
7772
7773
7774 \end_layout
7775
7776 \end_inset
7777 </cell>
7778 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7779 \begin_inset Text
7780
7781 \begin_layout Plain Layout
7782
7783 \end_layout
7784
7785 \end_inset
7786 </cell>
7787 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7788 \begin_inset Text
7789
7790 \begin_layout Plain Layout
7791
7792 \end_layout
7793
7794 \end_inset
7795 </cell>
7796 </row>
7797 <row endfirsthead="true">
7798 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7799 \begin_inset Text
7800
7801 \begin_layout Plain Layout
7802
7803 \series bold
7804 Example Phone List (ignore the names)
7805 \end_layout
7806
7807 \end_inset
7808 </cell>
7809 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7810 \begin_inset Text
7811
7812 \begin_layout Plain Layout
7813
7814 \end_layout
7815
7816 \end_inset
7817 </cell>
7818 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7819 \begin_inset Text
7820
7821 \begin_layout Plain Layout
7822
7823 \end_layout
7824
7825 \end_inset
7826 </cell>
7827 </row>
7828 <row endfirsthead="true">
7829 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7830 \begin_inset Text
7831
7832 \begin_layout Plain Layout
7833
7834 \series bold
7835 NAME
7836 \end_layout
7837
7838 \end_inset
7839 </cell>
7840 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7841 \begin_inset Text
7842
7843 \begin_layout Plain Layout
7844
7845 \end_layout
7846
7847 \end_inset
7848 </cell>
7849 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7850 \begin_inset Text
7851
7852 \begin_layout Plain Layout
7853
7854 \series bold
7855 TEL.
7856 \end_layout
7857
7858 \end_inset
7859 </cell>
7860 </row>
7861 <row endhead="true" caption="true">
7862 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7863 \begin_inset Text
7864
7865 \begin_layout Plain Layout
7866 \begin_inset Caption LongTableNoNumber
7867
7868 \begin_layout Plain Layout
7869 Continued Example Phone List
7870 \end_layout
7871
7872 \end_inset
7873
7874
7875 \end_layout
7876
7877 \end_inset
7878 </cell>
7879 <cell multicolumn="2" alignment="left" valignment="top" leftline="true" usebox="none">
7880 \begin_inset Text
7881
7882 \begin_layout Plain Layout
7883
7884 \end_layout
7885
7886 \end_inset
7887 </cell>
7888 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7889 \begin_inset Text
7890
7891 \begin_layout Plain Layout
7892
7893 \end_layout
7894
7895 \end_inset
7896 </cell>
7897 </row>
7898 <row endhead="true">
7899 <cell multicolumn="1" 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 \series bold
7905 Example Phone List
7906 \end_layout
7907
7908 \end_inset
7909 </cell>
7910 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7911 \begin_inset Text
7912
7913 \begin_layout Plain Layout
7914
7915 \end_layout
7916
7917 \end_inset
7918 </cell>
7919 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7920 \begin_inset Text
7921
7922 \begin_layout Plain Layout
7923
7924 \end_layout
7925
7926 \end_inset
7927 </cell>
7928 </row>
7929 <row endhead="true">
7930 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7931 \begin_inset Text
7932
7933 \begin_layout Plain Layout
7934
7935 \series bold
7936 NAME
7937 \end_layout
7938
7939 \end_inset
7940 </cell>
7941 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7942 \begin_inset Text
7943
7944 \begin_layout Plain Layout
7945
7946 \end_layout
7947
7948 \end_inset
7949 </cell>
7950 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7951 \begin_inset Text
7952
7953 \begin_layout Plain Layout
7954
7955 \series bold
7956 TEL.
7957 \end_layout
7958
7959 \end_inset
7960 </cell>
7961 </row>
7962 <row endfoot="true">
7963 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7964 \begin_inset Text
7965
7966 \begin_layout Plain Layout
7967 continued on next page
7968 \end_layout
7969
7970 \end_inset
7971 </cell>
7972 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7973 \begin_inset Text
7974
7975 \begin_layout Plain Layout
7976
7977 \end_layout
7978
7979 \end_inset
7980 </cell>
7981 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7982 \begin_inset Text
7983
7984 \begin_layout Plain Layout
7985
7986 \end_layout
7987
7988 \end_inset
7989 </cell>
7990 </row>
7991 <row>
7992 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7993 \begin_inset Text
7994
7995 \begin_layout Plain Layout
7996
7997 \series bold
7998 Annovi
7999 \end_layout
8000
8001 \end_inset
8002 </cell>
8003 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8004 \begin_inset Text
8005
8006 \begin_layout Plain Layout
8007 Silvia
8008 \end_layout
8009
8010 \end_inset
8011 </cell>
8012 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8013 \begin_inset Text
8014
8015 \begin_layout Plain Layout
8016 111
8017 \end_layout
8018
8019 \end_inset
8020 </cell>
8021 </row>
8022 <row>
8023 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8024 \begin_inset Text
8025
8026 \begin_layout Plain Layout
8027
8028 \series bold
8029 Bertoli
8030 \end_layout
8031
8032 \end_inset
8033 </cell>
8034 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8035 \begin_inset Text
8036
8037 \begin_layout Plain Layout
8038 Stefano
8039 \end_layout
8040
8041 \end_inset
8042 </cell>
8043 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8044 \begin_inset Text
8045
8046 \begin_layout Plain Layout
8047 111
8048 \end_layout
8049
8050 \end_inset
8051 </cell>
8052 </row>
8053 <row>
8054 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8055 \begin_inset Text
8056
8057 \begin_layout Plain Layout
8058
8059 \series bold
8060 Bozzi
8061 \end_layout
8062
8063 \end_inset
8064 </cell>
8065 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8066 \begin_inset Text
8067
8068 \begin_layout Plain Layout
8069 Walter
8070 \end_layout
8071
8072 \end_inset
8073 </cell>
8074 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8075 \begin_inset Text
8076
8077 \begin_layout Plain Layout
8078 111
8079 \end_layout
8080
8081 \end_inset
8082 </cell>
8083 </row>
8084 <row>
8085 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8086 \begin_inset Text
8087
8088 \begin_layout Plain Layout
8089
8090 \series bold
8091 Cachia
8092 \end_layout
8093
8094 \end_inset
8095 </cell>
8096 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8097 \begin_inset Text
8098
8099 \begin_layout Plain Layout
8100 Maria
8101 \end_layout
8102
8103 \end_inset
8104 </cell>
8105 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8106 \begin_inset Text
8107
8108 \begin_layout Plain Layout
8109 111
8110 \end_layout
8111
8112 \end_inset
8113 </cell>
8114 </row>
8115 <row>
8116 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8117 \begin_inset Text
8118
8119 \begin_layout Plain Layout
8120
8121 \series bold
8122 Cachia
8123 \end_layout
8124
8125 \end_inset
8126 </cell>
8127 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8128 \begin_inset Text
8129
8130 \begin_layout Plain Layout
8131 Maurizio
8132 \end_layout
8133
8134 \end_inset
8135 </cell>
8136 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8137 \begin_inset Text
8138
8139 \begin_layout Plain Layout
8140 111
8141 \end_layout
8142
8143 \end_inset
8144 </cell>
8145 </row>
8146 <row>
8147 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8148 \begin_inset Text
8149
8150 \begin_layout Plain Layout
8151
8152 \series bold
8153 Cinquemani
8154 \end_layout
8155
8156 \end_inset
8157 </cell>
8158 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8159 \begin_inset Text
8160
8161 \begin_layout Plain Layout
8162 Giusi
8163 \end_layout
8164
8165 \end_inset
8166 </cell>
8167 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8168 \begin_inset Text
8169
8170 \begin_layout Plain Layout
8171 111
8172 \end_layout
8173
8174 \end_inset
8175 </cell>
8176 </row>
8177 <row>
8178 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8179 \begin_inset Text
8180
8181 \begin_layout Plain Layout
8182
8183 \series bold
8184 Colin
8185 \end_layout
8186
8187 \end_inset
8188 </cell>
8189 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8190 \begin_inset Text
8191
8192 \begin_layout Plain Layout
8193 Bernard
8194 \end_layout
8195
8196 \end_inset
8197 </cell>
8198 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8199 \begin_inset Text
8200
8201 \begin_layout Plain Layout
8202 111
8203 \end_layout
8204
8205 \end_inset
8206 </cell>
8207 </row>
8208 <row>
8209 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8210 \begin_inset Text
8211
8212 \begin_layout Plain Layout
8213
8214 \series bold
8215 Concli
8216 \end_layout
8217
8218 \end_inset
8219 </cell>
8220 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8221 \begin_inset Text
8222
8223 \begin_layout Plain Layout
8224 Gianfranco
8225 \end_layout
8226
8227 \end_inset
8228 </cell>
8229 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8230 \begin_inset Text
8231
8232 \begin_layout Plain Layout
8233 111
8234 \end_layout
8235
8236 \end_inset
8237 </cell>
8238 </row>
8239 <row>
8240 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8241 \begin_inset Text
8242
8243 \begin_layout Plain Layout
8244
8245 \series bold
8246 Dal Bosco
8247 \end_layout
8248
8249 \end_inset
8250 </cell>
8251 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8252 \begin_inset Text
8253
8254 \begin_layout Plain Layout
8255 Carolina
8256 \end_layout
8257
8258 \end_inset
8259 </cell>
8260 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8261 \begin_inset Text
8262
8263 \begin_layout Plain Layout
8264 111
8265 \end_layout
8266
8267 \end_inset
8268 </cell>
8269 </row>
8270 <row>
8271 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8272 \begin_inset Text
8273
8274 \begin_layout Plain Layout
8275
8276 \series bold
8277 Dalpiaz
8278 \end_layout
8279
8280 \end_inset
8281 </cell>
8282 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8283 \begin_inset Text
8284
8285 \begin_layout Plain Layout
8286 Annamaria
8287 \end_layout
8288
8289 \end_inset
8290 </cell>
8291 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8292 \begin_inset Text
8293
8294 \begin_layout Plain Layout
8295 111
8296 \end_layout
8297
8298 \end_inset
8299 </cell>
8300 </row>
8301 <row>
8302 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8303 \begin_inset Text
8304
8305 \begin_layout Plain Layout
8306
8307 \series bold
8308 Feliciello
8309 \end_layout
8310
8311 \end_inset
8312 </cell>
8313 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8314 \begin_inset Text
8315
8316 \begin_layout Plain Layout
8317 Domenico
8318 \end_layout
8319
8320 \end_inset
8321 </cell>
8322 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8323 \begin_inset Text
8324
8325 \begin_layout Plain Layout
8326 111
8327 \end_layout
8328
8329 \end_inset
8330 </cell>
8331 </row>
8332 <row>
8333 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8334 \begin_inset Text
8335
8336 \begin_layout Plain Layout
8337
8338 \series bold
8339 Focarelli
8340 \end_layout
8341
8342 \end_inset
8343 </cell>
8344 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8345 \begin_inset Text
8346
8347 \begin_layout Plain Layout
8348 Paola
8349 \end_layout
8350
8351 \end_inset
8352 </cell>
8353 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8354 \begin_inset Text
8355
8356 \begin_layout Plain Layout
8357 111
8358 \end_layout
8359
8360 \end_inset
8361 </cell>
8362 </row>
8363 <row>
8364 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8365 \begin_inset Text
8366
8367 \begin_layout Plain Layout
8368
8369 \series bold
8370 Galletti
8371 \end_layout
8372
8373 \end_inset
8374 </cell>
8375 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8376 \begin_inset Text
8377
8378 \begin_layout Plain Layout
8379 Oreste
8380 \end_layout
8381
8382 \end_inset
8383 </cell>
8384 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8385 \begin_inset Text
8386
8387 \begin_layout Plain Layout
8388 111
8389 \end_layout
8390
8391 \end_inset
8392 </cell>
8393 </row>
8394 <row>
8395 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8396 \begin_inset Text
8397
8398 \begin_layout Plain Layout
8399
8400 \series bold
8401 Gasparini
8402 \end_layout
8403
8404 \end_inset
8405 </cell>
8406 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8407 \begin_inset Text
8408
8409 \begin_layout Plain Layout
8410 Franca
8411 \end_layout
8412
8413 \end_inset
8414 </cell>
8415 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8416 \begin_inset Text
8417
8418 \begin_layout Plain Layout
8419 111
8420 \end_layout
8421
8422 \end_inset
8423 </cell>
8424 </row>
8425 <row>
8426 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8427 \begin_inset Text
8428
8429 \begin_layout Plain Layout
8430
8431 \series bold
8432 Rizzardi
8433 \series default
8434
8435 \begin_inset Foot
8436 status open
8437
8438 \begin_layout Plain Layout
8439 Example footnote
8440 \end_layout
8441
8442 \end_inset
8443
8444
8445 \end_layout
8446
8447 \end_inset
8448 </cell>
8449 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8450 \begin_inset Text
8451
8452 \begin_layout Plain Layout
8453 Paola
8454 \end_layout
8455
8456 \end_inset
8457 </cell>
8458 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8459 \begin_inset Text
8460
8461 \begin_layout Plain Layout
8462 111
8463 \end_layout
8464
8465 \end_inset
8466 </cell>
8467 </row>
8468 <row>
8469 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8470 \begin_inset Text
8471
8472 \begin_layout Plain Layout
8473
8474 \series bold
8475 Lassini
8476 \end_layout
8477
8478 \end_inset
8479 </cell>
8480 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8481 \begin_inset Text
8482
8483 \begin_layout Plain Layout
8484 Giancarlo
8485 \end_layout
8486
8487 \end_inset
8488 </cell>
8489 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8490 \begin_inset Text
8491
8492 \begin_layout Plain Layout
8493 111
8494 \end_layout
8495
8496 \end_inset
8497 </cell>
8498 </row>
8499 <row>
8500 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8501 \begin_inset Text
8502
8503 \begin_layout Plain Layout
8504
8505 \series bold
8506 Malfatti
8507 \end_layout
8508
8509 \end_inset
8510 </cell>
8511 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8512 \begin_inset Text
8513
8514 \begin_layout Plain Layout
8515 Luciano
8516 \end_layout
8517
8518 \end_inset
8519 </cell>
8520 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8521 \begin_inset Text
8522
8523 \begin_layout Plain Layout
8524 111
8525 \end_layout
8526
8527 \end_inset
8528 </cell>
8529 </row>
8530 <row>
8531 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8532 \begin_inset Text
8533
8534 \begin_layout Plain Layout
8535
8536 \series bold
8537 Malfatti
8538 \end_layout
8539
8540 \end_inset
8541 </cell>
8542 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8543 \begin_inset Text
8544
8545 \begin_layout Plain Layout
8546 Valeriano
8547 \end_layout
8548
8549 \end_inset
8550 </cell>
8551 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8552 \begin_inset Text
8553
8554 \begin_layout Plain Layout
8555 111
8556 \end_layout
8557
8558 \end_inset
8559 </cell>
8560 </row>
8561 <row>
8562 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8563 \begin_inset Text
8564
8565 \begin_layout Plain Layout
8566
8567 \series bold
8568 Meneguzzo
8569 \end_layout
8570
8571 \end_inset
8572 </cell>
8573 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8574 \begin_inset Text
8575
8576 \begin_layout Plain Layout
8577 Roberto
8578 \end_layout
8579
8580 \end_inset
8581 </cell>
8582 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8583 \begin_inset Text
8584
8585 \begin_layout Plain Layout
8586 111
8587 \end_layout
8588
8589 \end_inset
8590 </cell>
8591 </row>
8592 <row>
8593 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8594 \begin_inset Text
8595
8596 \begin_layout Plain Layout
8597
8598 \series bold
8599 Mezzadra
8600 \end_layout
8601
8602 \end_inset
8603 </cell>
8604 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8605 \begin_inset Text
8606
8607 \begin_layout Plain Layout
8608 Roberto
8609 \end_layout
8610
8611 \end_inset
8612 </cell>
8613 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8614 \begin_inset Text
8615
8616 \begin_layout Plain Layout
8617 111
8618 \end_layout
8619
8620 \end_inset
8621 </cell>
8622 </row>
8623 <row>
8624 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8625 \begin_inset Text
8626
8627 \begin_layout Plain Layout
8628
8629 \series bold
8630 Pirpamer
8631 \end_layout
8632
8633 \end_inset
8634 </cell>
8635 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8636 \begin_inset Text
8637
8638 \begin_layout Plain Layout
8639 Erich
8640 \end_layout
8641
8642 \end_inset
8643 </cell>
8644 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8645 \begin_inset Text
8646
8647 \begin_layout Plain Layout
8648 111
8649 \end_layout
8650
8651 \end_inset
8652 </cell>
8653 </row>
8654 <row>
8655 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8656 \begin_inset Text
8657
8658 \begin_layout Plain Layout
8659
8660 \series bold
8661 Pochiesa
8662 \end_layout
8663
8664 \end_inset
8665 </cell>
8666 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8667 \begin_inset Text
8668
8669 \begin_layout Plain Layout
8670 Paolo
8671 \end_layout
8672
8673 \end_inset
8674 </cell>
8675 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8676 \begin_inset Text
8677
8678 \begin_layout Plain Layout
8679 111, 222
8680 \end_layout
8681
8682 \end_inset
8683 </cell>
8684 </row>
8685 <row>
8686 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8687 \begin_inset Text
8688
8689 \begin_layout Plain Layout
8690
8691 \series bold
8692 Radina
8693 \end_layout
8694
8695 \end_inset
8696 </cell>
8697 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8698 \begin_inset Text
8699
8700 \begin_layout Plain Layout
8701 Claudio
8702 \end_layout
8703
8704 \end_inset
8705 </cell>
8706 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8707 \begin_inset Text
8708
8709 \begin_layout Plain Layout
8710 111
8711 \end_layout
8712
8713 \end_inset
8714 </cell>
8715 </row>
8716 <row>
8717 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8718 \begin_inset Text
8719
8720 \begin_layout Plain Layout
8721
8722 \series bold
8723 Stuffer
8724 \end_layout
8725
8726 \end_inset
8727 </cell>
8728 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8729 \begin_inset Text
8730
8731 \begin_layout Plain Layout
8732 Oskar
8733 \end_layout
8734
8735 \end_inset
8736 </cell>
8737 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8738 \begin_inset Text
8739
8740 \begin_layout Plain Layout
8741 111
8742 \end_layout
8743
8744 \end_inset
8745 </cell>
8746 </row>
8747 <row>
8748 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8749 \begin_inset Text
8750
8751 \begin_layout Plain Layout
8752
8753 \series bold
8754 Tacchelli
8755 \end_layout
8756
8757 \end_inset
8758 </cell>
8759 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8760 \begin_inset Text
8761
8762 \begin_layout Plain Layout
8763 Ugo
8764 \end_layout
8765
8766 \end_inset
8767 </cell>
8768 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8769 \begin_inset Text
8770
8771 \begin_layout Plain Layout
8772 111
8773 \end_layout
8774
8775 \end_inset
8776 </cell>
8777 </row>
8778 <row>
8779 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8780 \begin_inset Text
8781
8782 \begin_layout Plain Layout
8783
8784 \series bold
8785 Tezzele
8786 \end_layout
8787
8788 \end_inset
8789 </cell>
8790 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8791 \begin_inset Text
8792
8793 \begin_layout Plain Layout
8794 Margit
8795 \end_layout
8796
8797 \end_inset
8798 </cell>
8799 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8800 \begin_inset Text
8801
8802 \begin_layout Plain Layout
8803 111
8804 \end_layout
8805
8806 \end_inset
8807 </cell>
8808 </row>
8809 <row>
8810 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8811 \begin_inset Text
8812
8813 \begin_layout Plain Layout
8814
8815 \series bold
8816 Unterkalmsteiner
8817 \end_layout
8818
8819 \end_inset
8820 </cell>
8821 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8822 \begin_inset Text
8823
8824 \begin_layout Plain Layout
8825 Frieda
8826 \end_layout
8827
8828 \end_inset
8829 </cell>
8830 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8831 \begin_inset Text
8832
8833 \begin_layout Plain Layout
8834 111
8835 \end_layout
8836
8837 \end_inset
8838 </cell>
8839 </row>
8840 <row>
8841 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8842 \begin_inset Text
8843
8844 \begin_layout Plain Layout
8845
8846 \series bold
8847 Vieider
8848 \end_layout
8849
8850 \end_inset
8851 </cell>
8852 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8853 \begin_inset Text
8854
8855 \begin_layout Plain Layout
8856 Hilde
8857 \end_layout
8858
8859 \end_inset
8860 </cell>
8861 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8862 \begin_inset Text
8863
8864 \begin_layout Plain Layout
8865 111
8866 \end_layout
8867
8868 \end_inset
8869 </cell>
8870 </row>
8871 <row>
8872 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8873 \begin_inset Text
8874
8875 \begin_layout Plain Layout
8876
8877 \series bold
8878 Vigna
8879 \end_layout
8880
8881 \end_inset
8882 </cell>
8883 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8884 \begin_inset Text
8885
8886 \begin_layout Plain Layout
8887 Jürgen
8888 \end_layout
8889
8890 \end_inset
8891 </cell>
8892 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8893 \begin_inset Text
8894
8895 \begin_layout Plain Layout
8896 111
8897 \end_layout
8898
8899 \end_inset
8900 </cell>
8901 </row>
8902 <row>
8903 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8904 \begin_inset Text
8905
8906 \begin_layout Plain Layout
8907
8908 \series bold
8909 Weber
8910 \end_layout
8911
8912 \end_inset
8913 </cell>
8914 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8915 \begin_inset Text
8916
8917 \begin_layout Plain Layout
8918 Maurizio
8919 \end_layout
8920
8921 \end_inset
8922 </cell>
8923 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8924 \begin_inset Text
8925
8926 \begin_layout Plain Layout
8927 111
8928 \end_layout
8929
8930 \end_inset
8931 </cell>
8932 </row>
8933 <row>
8934 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8935 \begin_inset Text
8936
8937 \begin_layout Plain Layout
8938
8939 \series bold
8940 Winkler
8941 \end_layout
8942
8943 \end_inset
8944 </cell>
8945 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
8946 \begin_inset Text
8947
8948 \begin_layout Plain Layout
8949 Franz
8950 \end_layout
8951
8952 \end_inset
8953 </cell>
8954 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8955 \begin_inset Text
8956
8957 \begin_layout Plain Layout
8958 111
8959 \end_layout
8960
8961 \end_inset
8962 </cell>
8963 </row>
8964 <row>
8965 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8966 \begin_inset Text
8967
8968 \begin_layout Plain Layout
8969  
8970 \end_layout
8971
8972 \end_inset
8973 </cell>
8974 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8975 \begin_inset Text
8976
8977 \begin_layout Plain Layout
8978
8979 \end_layout
8980
8981 \end_inset
8982 </cell>
8983 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8984 \begin_inset Text
8985
8986 \begin_layout Plain Layout
8987
8988 \end_layout
8989
8990 \end_inset
8991 </cell>
8992 </row>
8993 <row>
8994 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8995 \begin_inset Text
8996
8997 \begin_layout Plain Layout
8998
8999 \series bold
9000 Annovi
9001 \end_layout
9002
9003 \end_inset
9004 </cell>
9005 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9006 \begin_inset Text
9007
9008 \begin_layout Plain Layout
9009 Silvia
9010 \end_layout
9011
9012 \end_inset
9013 </cell>
9014 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9015 \begin_inset Text
9016
9017 \begin_layout Plain Layout
9018 555
9019 \end_layout
9020
9021 \end_inset
9022 </cell>
9023 </row>
9024 <row>
9025 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9026 \begin_inset Text
9027
9028 \begin_layout Plain Layout
9029
9030 \series bold
9031 Bertoli
9032 \end_layout
9033
9034 \end_inset
9035 </cell>
9036 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9037 \begin_inset Text
9038
9039 \begin_layout Plain Layout
9040 Stefano
9041 \end_layout
9042
9043 \end_inset
9044 </cell>
9045 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9046 \begin_inset Text
9047
9048 \begin_layout Plain Layout
9049 555
9050 \end_layout
9051
9052 \end_inset
9053 </cell>
9054 </row>
9055 <row>
9056 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9057 \begin_inset Text
9058
9059 \begin_layout Plain Layout
9060
9061 \series bold
9062 Bozzi
9063 \end_layout
9064
9065 \end_inset
9066 </cell>
9067 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9068 \begin_inset Text
9069
9070 \begin_layout Plain Layout
9071 Walter
9072 \end_layout
9073
9074 \end_inset
9075 </cell>
9076 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9077 \begin_inset Text
9078
9079 \begin_layout Plain Layout
9080 555
9081 \end_layout
9082
9083 \end_inset
9084 </cell>
9085 </row>
9086 <row>
9087 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9088 \begin_inset Text
9089
9090 \begin_layout Plain Layout
9091
9092 \series bold
9093 Cachia
9094 \end_layout
9095
9096 \end_inset
9097 </cell>
9098 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9099 \begin_inset Text
9100
9101 \begin_layout Plain Layout
9102 Maria
9103 \end_layout
9104
9105 \end_inset
9106 </cell>
9107 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9108 \begin_inset Text
9109
9110 \begin_layout Plain Layout
9111 555
9112 \end_layout
9113
9114 \end_inset
9115 </cell>
9116 </row>
9117 <row>
9118 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9119 \begin_inset Text
9120
9121 \begin_layout Plain Layout
9122
9123 \series bold
9124 Cachia
9125 \end_layout
9126
9127 \end_inset
9128 </cell>
9129 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9130 \begin_inset Text
9131
9132 \begin_layout Plain Layout
9133 Maurizio
9134 \end_layout
9135
9136 \end_inset
9137 </cell>
9138 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9139 \begin_inset Text
9140
9141 \begin_layout Plain Layout
9142 555
9143 \end_layout
9144
9145 \end_inset
9146 </cell>
9147 </row>
9148 <row>
9149 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9150 \begin_inset Text
9151
9152 \begin_layout Plain Layout
9153
9154 \series bold
9155 Cinquemani
9156 \end_layout
9157
9158 \end_inset
9159 </cell>
9160 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9161 \begin_inset Text
9162
9163 \begin_layout Plain Layout
9164 Giusi
9165 \end_layout
9166
9167 \end_inset
9168 </cell>
9169 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9170 \begin_inset Text
9171
9172 \begin_layout Plain Layout
9173 555
9174 \end_layout
9175
9176 \end_inset
9177 </cell>
9178 </row>
9179 <row>
9180 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9181 \begin_inset Text
9182
9183 \begin_layout Plain Layout
9184
9185 \series bold
9186 Colin
9187 \end_layout
9188
9189 \end_inset
9190 </cell>
9191 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9192 \begin_inset Text
9193
9194 \begin_layout Plain Layout
9195 Bernard
9196 \end_layout
9197
9198 \end_inset
9199 </cell>
9200 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9201 \begin_inset Text
9202
9203 \begin_layout Plain Layout
9204 555
9205 \end_layout
9206
9207 \end_inset
9208 </cell>
9209 </row>
9210 <row>
9211 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9212 \begin_inset Text
9213
9214 \begin_layout Plain Layout
9215
9216 \series bold
9217 Concli
9218 \end_layout
9219
9220 \end_inset
9221 </cell>
9222 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9223 \begin_inset Text
9224
9225 \begin_layout Plain Layout
9226 Gianfranco
9227 \end_layout
9228
9229 \end_inset
9230 </cell>
9231 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9232 \begin_inset Text
9233
9234 \begin_layout Plain Layout
9235 555
9236 \end_layout
9237
9238 \end_inset
9239 </cell>
9240 </row>
9241 <row>
9242 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9243 \begin_inset Text
9244
9245 \begin_layout Plain Layout
9246
9247 \series bold
9248 Dal Bosco
9249 \end_layout
9250
9251 \end_inset
9252 </cell>
9253 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9254 \begin_inset Text
9255
9256 \begin_layout Plain Layout
9257 Carolina
9258 \end_layout
9259
9260 \end_inset
9261 </cell>
9262 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9263 \begin_inset Text
9264
9265 \begin_layout Plain Layout
9266 555
9267 \end_layout
9268
9269 \end_inset
9270 </cell>
9271 </row>
9272 <row>
9273 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9274 \begin_inset Text
9275
9276 \begin_layout Plain Layout
9277
9278 \series bold
9279 Dalpiaz
9280 \end_layout
9281
9282 \end_inset
9283 </cell>
9284 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9285 \begin_inset Text
9286
9287 \begin_layout Plain Layout
9288 Annamaria
9289 \end_layout
9290
9291 \end_inset
9292 </cell>
9293 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9294 \begin_inset Text
9295
9296 \begin_layout Plain Layout
9297 555
9298 \end_layout
9299
9300 \end_inset
9301 </cell>
9302 </row>
9303 <row>
9304 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9305 \begin_inset Text
9306
9307 \begin_layout Plain Layout
9308
9309 \series bold
9310 Feliciello
9311 \end_layout
9312
9313 \end_inset
9314 </cell>
9315 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9316 \begin_inset Text
9317
9318 \begin_layout Plain Layout
9319 Domenico
9320 \end_layout
9321
9322 \end_inset
9323 </cell>
9324 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9325 \begin_inset Text
9326
9327 \begin_layout Plain Layout
9328 555
9329 \end_layout
9330
9331 \end_inset
9332 </cell>
9333 </row>
9334 <row>
9335 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9336 \begin_inset Text
9337
9338 \begin_layout Plain Layout
9339
9340 \series bold
9341 Focarelli
9342 \end_layout
9343
9344 \end_inset
9345 </cell>
9346 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9347 \begin_inset Text
9348
9349 \begin_layout Plain Layout
9350 Paola
9351 \end_layout
9352
9353 \end_inset
9354 </cell>
9355 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9356 \begin_inset Text
9357
9358 \begin_layout Plain Layout
9359 555
9360 \end_layout
9361
9362 \end_inset
9363 </cell>
9364 </row>
9365 <row>
9366 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9367 \begin_inset Text
9368
9369 \begin_layout Plain Layout
9370
9371 \series bold
9372 Galletti
9373 \end_layout
9374
9375 \end_inset
9376 </cell>
9377 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9378 \begin_inset Text
9379
9380 \begin_layout Plain Layout
9381 Oreste
9382 \end_layout
9383
9384 \end_inset
9385 </cell>
9386 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9387 \begin_inset Text
9388
9389 \begin_layout Plain Layout
9390 555
9391 \end_layout
9392
9393 \end_inset
9394 </cell>
9395 </row>
9396 <row>
9397 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9398 \begin_inset Text
9399
9400 \begin_layout Plain Layout
9401
9402 \series bold
9403 Gasparini
9404 \end_layout
9405
9406 \end_inset
9407 </cell>
9408 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9409 \begin_inset Text
9410
9411 \begin_layout Plain Layout
9412 Franca
9413 \end_layout
9414
9415 \end_inset
9416 </cell>
9417 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9418 \begin_inset Text
9419
9420 \begin_layout Plain Layout
9421 555
9422 \end_layout
9423
9424 \end_inset
9425 </cell>
9426 </row>
9427 <row>
9428 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9429 \begin_inset Text
9430
9431 \begin_layout Plain Layout
9432
9433 \series bold
9434 Rizzardi
9435 \end_layout
9436
9437 \end_inset
9438 </cell>
9439 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9440 \begin_inset Text
9441
9442 \begin_layout Plain Layout
9443 Paola
9444 \end_layout
9445
9446 \end_inset
9447 </cell>
9448 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9449 \begin_inset Text
9450
9451 \begin_layout Plain Layout
9452 555
9453 \end_layout
9454
9455 \end_inset
9456 </cell>
9457 </row>
9458 <row>
9459 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9460 \begin_inset Text
9461
9462 \begin_layout Plain Layout
9463
9464 \series bold
9465 Lassini
9466 \end_layout
9467
9468 \end_inset
9469 </cell>
9470 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9471 \begin_inset Text
9472
9473 \begin_layout Plain Layout
9474 Giancarlo
9475 \end_layout
9476
9477 \end_inset
9478 </cell>
9479 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9480 \begin_inset Text
9481
9482 \begin_layout Plain Layout
9483 555
9484 \end_layout
9485
9486 \end_inset
9487 </cell>
9488 </row>
9489 <row>
9490 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9491 \begin_inset Text
9492
9493 \begin_layout Plain Layout
9494
9495 \series bold
9496 Malfatti
9497 \end_layout
9498
9499 \end_inset
9500 </cell>
9501 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9502 \begin_inset Text
9503
9504 \begin_layout Plain Layout
9505 Luciano
9506 \end_layout
9507
9508 \end_inset
9509 </cell>
9510 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9511 \begin_inset Text
9512
9513 \begin_layout Plain Layout
9514 555
9515 \end_layout
9516
9517 \end_inset
9518 </cell>
9519 </row>
9520 <row>
9521 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9522 \begin_inset Text
9523
9524 \begin_layout Plain Layout
9525
9526 \series bold
9527 Malfatti
9528 \end_layout
9529
9530 \end_inset
9531 </cell>
9532 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9533 \begin_inset Text
9534
9535 \begin_layout Plain Layout
9536 Valeriano
9537 \end_layout
9538
9539 \end_inset
9540 </cell>
9541 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9542 \begin_inset Text
9543
9544 \begin_layout Plain Layout
9545 555
9546 \end_layout
9547
9548 \end_inset
9549 </cell>
9550 </row>
9551 <row>
9552 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9553 \begin_inset Text
9554
9555 \begin_layout Plain Layout
9556
9557 \series bold
9558 Meneguzzo
9559 \end_layout
9560
9561 \end_inset
9562 </cell>
9563 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9564 \begin_inset Text
9565
9566 \begin_layout Plain Layout
9567 Roberto
9568 \end_layout
9569
9570 \end_inset
9571 </cell>
9572 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9573 \begin_inset Text
9574
9575 \begin_layout Plain Layout
9576 555
9577 \end_layout
9578
9579 \end_inset
9580 </cell>
9581 </row>
9582 <row>
9583 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9584 \begin_inset Text
9585
9586 \begin_layout Plain Layout
9587
9588 \series bold
9589 Mezzadra
9590 \end_layout
9591
9592 \end_inset
9593 </cell>
9594 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
9595 \begin_inset Text
9596
9597 \begin_layout Plain Layout
9598 Roberto
9599 \end_layout
9600
9601 \end_inset
9602 </cell>
9603 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9604 \begin_inset Text
9605
9606 \begin_layout Plain Layout
9607 555
9608 \end_layout
9609
9610 \end_inset
9611 </cell>
9612 </row>
9613 </lyxtabular>
9614
9615 \end_inset
9616
9617
9618 \end_layout
9619
9620 \begin_layout Section
9621 Special Longtable Issues
9622 \begin_inset CommandInset label
9623 LatexCommand label
9624 name "sec:Special-Longtable-Issues"
9625
9626 \end_inset
9627
9628
9629 \end_layout
9630
9631 \begin_layout Subsection
9632 Longtable Calculation
9633 \begin_inset Index idx
9634 status collapsed
9635
9636 \begin_layout Plain Layout
9637 Longtables ! Calculation
9638 \end_layout
9639
9640 \end_inset
9641
9642
9643 \end_layout
9644
9645 \begin_layout Standard
9646 \SpecialChar LaTeX
9647  calculates the height of table pages and their page breaks using so called
9648  chunks.
9649  Chunks are parts of tables that held at the same time in \SpecialChar LaTeX
9650 's memory.
9651  The default value was historically set to only 20 table rows.
9652  If you are using longtables with many pages this may slow down the creation
9653  of your document.
9654  You can safely increase the chunk size to values of 100-1000 by adding
9655  this command line to your document preamble:
9656 \end_layout
9657
9658 \begin_layout Standard
9659
9660 \series bold
9661
9662 \backslash
9663 setcounter{LTchunksize}{100}
9664 \end_layout
9665
9666 \begin_layout Subsection
9667 Floats and Longtables
9668 \begin_inset Index idx
9669 status collapsed
9670
9671 \begin_layout Plain Layout
9672 Longtables ! Floats
9673 \end_layout
9674
9675 \end_inset
9676
9677
9678 \end_layout
9679
9680 \begin_layout Standard
9681 There might be problems when a float appears on the same page where a longtable
9682  starts.
9683  To avoid such a situation, insert a 
9684 \begin_inset Quotes eld
9685 \end_inset
9686
9687 clear page
9688 \begin_inset Quotes erd
9689 \end_inset
9690
9691  (menu 
9692 \family sans
9693 Insert\SpecialChar menuseparator
9694 Formatting\SpecialChar menuseparator
9695 Clear
9696 \begin_inset space ~
9697 \end_inset
9698
9699 Page
9700 \family default
9701 ) before your longtable.
9702 \end_layout
9703
9704 \begin_layout Subsection
9705 Forced Page Breaks
9706 \begin_inset Index idx
9707 status collapsed
9708
9709 \begin_layout Plain Layout
9710 Longtables ! Forced Page Breaks
9711 \end_layout
9712
9713 \end_inset
9714
9715
9716 \end_layout
9717
9718 \begin_layout Standard
9719 By default tables are only broken between rows.
9720  If you have a cell with multiples lines and want to have a page break within
9721  the cell, insert the new line command 
9722 \begin_inset Quotes eld
9723 \end_inset
9724
9725
9726 \series bold
9727
9728 \backslash
9729
9730 \backslash
9731
9732 \series default
9733
9734 \begin_inset Quotes erd
9735 \end_inset
9736
9737  as \SpecialChar TeX
9738  Code at the point of the cell where it can be broken.
9739  Before the 
9740 \series bold
9741
9742 \backslash
9743
9744 \backslash
9745
9746 \series default
9747  command you have to insert in \SpecialChar TeX
9748  Code as many 
9749 \begin_inset Quotes eld
9750 \end_inset
9751
9752
9753 \series bold
9754 &
9755 \series default
9756
9757 \begin_inset Quotes erd
9758 \end_inset
9759
9760  characters as the number of the following table columns.
9761  The 
9762 \series bold
9763 &
9764 \series default
9765  is the character to separate table cells.
9766  Write in \SpecialChar TeX
9767  Code after each 
9768 \series bold
9769 &
9770 \series default
9771  the content of the corresponding following cell and delete the content
9772  of these cells.
9773 \begin_inset Newline newline
9774 \end_inset
9775
9776 After the 
9777 \series bold
9778
9779 \backslash
9780
9781 \backslash
9782
9783 \series default
9784  command, insert as many 
9785 \series bold
9786 &
9787 \series default
9788  characters as the number of table columns before the current column.
9789  In Table
9790 \begin_inset space ~
9791 \end_inset
9792
9793
9794 \begin_inset CommandInset ref
9795 LatexCommand ref
9796 reference "tab:ForcedPagebreak"
9797
9798 \end_inset
9799
9800  the cell that should be broken is in the second column followed by another
9801  column.
9802  Therefore the following command was inserted in the cell as \SpecialChar TeX
9803  Code after
9804  
9805 \begin_inset Quotes eld
9806 \end_inset
9807
9808
9809 \emph on
9810 Castelchiodato,
9811 \emph default
9812
9813 \begin_inset Quotes erd
9814 \end_inset
9815
9816 :
9817 \end_layout
9818
9819 \begin_layout Standard
9820
9821 \series bold
9822 & 111
9823 \backslash
9824
9825 \backslash
9826  
9827 \backslash
9828 newpage
9829 \begin_inset Newline newline
9830 \end_inset
9831
9832 &
9833 \end_layout
9834
9835 \begin_layout Standard
9836 The 
9837 \begin_inset Quotes eld
9838 \end_inset
9839
9840 111
9841 \begin_inset Quotes erd
9842 \end_inset
9843
9844  in the third column of the row was deleted.
9845  
9846 \series bold
9847
9848 \backslash
9849 newpage
9850 \series default
9851  is only needed when a page break should definitely occur at this position,
9852  otherwise it would be a conditional break.
9853  If your footer row of the longtable has for a certain reason no upper line
9854  but you would have a horizontal line where the cell is broken, use this
9855  command instead:
9856 \end_layout
9857
9858 \begin_layout Standard
9859
9860 \series bold
9861 & 111
9862 \backslash
9863
9864 \backslash
9865
9866 \begin_inset Newline newline
9867 \end_inset
9868
9869
9870 \backslash
9871 hline &
9872 \end_layout
9873
9874 \begin_layout Standard
9875 When the cell to be broken is in the last column, the command
9876 \end_layout
9877
9878 \begin_layout Standard
9879
9880 \series bold
9881
9882 \backslash
9883 setlength{
9884 \backslash
9885 parfillskip}{0pt}
9886 \end_layout
9887
9888 \begin_layout Standard
9889 must be inserted as \SpecialChar TeX
9890  Code at the beginning of the cell.
9891  This ensures that the part of the cell that will be displayed on the new
9892  page appears with the full width.
9893 \begin_inset Separator parbreak
9894 \end_inset
9895
9896
9897 \end_layout
9898
9899 \begin_layout Standard
9900 \align center
9901 \begin_inset Tabular
9902 <lyxtabular version="3" rows="38" columns="3">
9903 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9904 <column alignment="left" valignment="top" width="0cm">
9905 <column alignment="left" valignment="top" width="3cm">
9906 <column alignment="center" valignment="top" width="0pt">
9907 <row endfirsthead="true" caption="true">
9908 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9909 \begin_inset Text
9910
9911 \begin_layout Plain Layout
9912 \begin_inset Caption Standard
9913
9914 \begin_layout Plain Layout
9915 Table with forced page break in table cell
9916 \begin_inset CommandInset label
9917 LatexCommand label
9918 name "tab:ForcedPagebreak"
9919
9920 \end_inset
9921
9922
9923 \begin_inset Argument 1
9924 status collapsed
9925
9926 \begin_layout Plain Layout
9927 Table with forced page break in table cell
9928 \end_layout
9929
9930 \end_inset
9931
9932
9933 \end_layout
9934
9935 \end_inset
9936
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 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9952 \begin_inset Text
9953
9954 \begin_layout Plain Layout
9955
9956 \end_layout
9957
9958 \end_inset
9959 </cell>
9960 </row>
9961 <row endfirsthead="true">
9962 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9963 \begin_inset Text
9964
9965 \begin_layout Plain Layout
9966
9967 \series bold
9968 Example Phone List (ignore the names)
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 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9983 \begin_inset Text
9984
9985 \begin_layout Plain Layout
9986
9987 \end_layout
9988
9989 \end_inset
9990 </cell>
9991 </row>
9992 <row endfirsthead="true">
9993 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9994 \begin_inset Text
9995
9996 \begin_layout Plain Layout
9997
9998 \series bold
9999 NAME
10000 \end_layout
10001
10002 \end_inset
10003 </cell>
10004 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10005 \begin_inset Text
10006
10007 \begin_layout Plain Layout
10008
10009 \end_layout
10010
10011 \end_inset
10012 </cell>
10013 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10014 \begin_inset Text
10015
10016 \begin_layout Plain Layout
10017
10018 \series bold
10019 TEL.
10020 \end_layout
10021
10022 \end_inset
10023 </cell>
10024 </row>
10025 <row endhead="true">
10026 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10027 \begin_inset Text
10028
10029 \begin_layout Plain Layout
10030 \begin_inset ERT
10031 status collapsed
10032
10033 \begin_layout Plain Layout
10034
10035
10036 \backslash
10037 caption*{Continued Example Phone List}
10038 \backslash
10039
10040 \backslash
10041 %
10042 \end_layout
10043
10044 \end_inset
10045
10046
10047 \end_layout
10048
10049 \end_inset
10050 </cell>
10051 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10052 \begin_inset Text
10053
10054 \begin_layout Plain Layout
10055
10056 \end_layout
10057
10058 \end_inset
10059 </cell>
10060 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10061 \begin_inset Text
10062
10063 \begin_layout Plain Layout
10064
10065 \end_layout
10066
10067 \end_inset
10068 </cell>
10069 </row>
10070 <row endhead="true">
10071 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10072 \begin_inset Text
10073
10074 \begin_layout Plain Layout
10075
10076 \series bold
10077 Example Phone List
10078 \end_layout
10079
10080 \end_inset
10081 </cell>
10082 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10083 \begin_inset Text
10084
10085 \begin_layout Plain Layout
10086
10087 \end_layout
10088
10089 \end_inset
10090 </cell>
10091 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10092 \begin_inset Text
10093
10094 \begin_layout Plain Layout
10095
10096 \end_layout
10097
10098 \end_inset
10099 </cell>
10100 </row>
10101 <row endhead="true">
10102 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10103 \begin_inset Text
10104
10105 \begin_layout Plain Layout
10106
10107 \series bold
10108 NAME
10109 \end_layout
10110
10111 \end_inset
10112 </cell>
10113 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10114 \begin_inset Text
10115
10116 \begin_layout Plain Layout
10117
10118 \end_layout
10119
10120 \end_inset
10121 </cell>
10122 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10123 \begin_inset Text
10124
10125 \begin_layout Plain Layout
10126
10127 \series bold
10128 TEL.
10129 \end_layout
10130
10131 \end_inset
10132 </cell>
10133 </row>
10134 <row endfoot="true">
10135 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10136 \begin_inset Text
10137
10138 \begin_layout Plain Layout
10139 continued on next page
10140 \end_layout
10141
10142 \end_inset
10143 </cell>
10144 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10145 \begin_inset Text
10146
10147 \begin_layout Plain Layout
10148
10149 \end_layout
10150
10151 \end_inset
10152 </cell>
10153 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10154 \begin_inset Text
10155
10156 \begin_layout Plain Layout
10157
10158 \end_layout
10159
10160 \end_inset
10161 </cell>
10162 </row>
10163 <row>
10164 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10165 \begin_inset Text
10166
10167 \begin_layout Plain Layout
10168
10169 \series bold
10170 Annovi
10171 \end_layout
10172
10173 \end_inset
10174 </cell>
10175 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10176 \begin_inset Text
10177
10178 \begin_layout Plain Layout
10179 Silvia
10180 \end_layout
10181
10182 \end_inset
10183 </cell>
10184 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10185 \begin_inset Text
10186
10187 \begin_layout Plain Layout
10188 111
10189 \end_layout
10190
10191 \end_inset
10192 </cell>
10193 </row>
10194 <row>
10195 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10196 \begin_inset Text
10197
10198 \begin_layout Plain Layout
10199
10200 \series bold
10201 Bertoli
10202 \end_layout
10203
10204 \end_inset
10205 </cell>
10206 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10207 \begin_inset Text
10208
10209 \begin_layout Plain Layout
10210 Stefano
10211 \end_layout
10212
10213 \end_inset
10214 </cell>
10215 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10216 \begin_inset Text
10217
10218 \begin_layout Plain Layout
10219 111
10220 \end_layout
10221
10222 \end_inset
10223 </cell>
10224 </row>
10225 <row>
10226 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10227 \begin_inset Text
10228
10229 \begin_layout Plain Layout
10230
10231 \series bold
10232 Bozzi
10233 \end_layout
10234
10235 \end_inset
10236 </cell>
10237 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10238 \begin_inset Text
10239
10240 \begin_layout Plain Layout
10241 Walter
10242 \end_layout
10243
10244 \end_inset
10245 </cell>
10246 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10247 \begin_inset Text
10248
10249 \begin_layout Plain Layout
10250 111
10251 \end_layout
10252
10253 \end_inset
10254 </cell>
10255 </row>
10256 <row>
10257 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10258 \begin_inset Text
10259
10260 \begin_layout Plain Layout
10261
10262 \series bold
10263 Cachia
10264 \end_layout
10265
10266 \end_inset
10267 </cell>
10268 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10269 \begin_inset Text
10270
10271 \begin_layout Plain Layout
10272 Maria
10273 \end_layout
10274
10275 \end_inset
10276 </cell>
10277 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10278 \begin_inset Text
10279
10280 \begin_layout Plain Layout
10281 111
10282 \end_layout
10283
10284 \end_inset
10285 </cell>
10286 </row>
10287 <row>
10288 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10289 \begin_inset Text
10290
10291 \begin_layout Plain Layout
10292
10293 \series bold
10294 Cachia
10295 \end_layout
10296
10297 \end_inset
10298 </cell>
10299 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10300 \begin_inset Text
10301
10302 \begin_layout Plain Layout
10303 Maurizio
10304 \end_layout
10305
10306 \end_inset
10307 </cell>
10308 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10309 \begin_inset Text
10310
10311 \begin_layout Plain Layout
10312 111
10313 \end_layout
10314
10315 \end_inset
10316 </cell>
10317 </row>
10318 <row>
10319 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10320 \begin_inset Text
10321
10322 \begin_layout Plain Layout
10323
10324 \series bold
10325 Cinquemani
10326 \end_layout
10327
10328 \end_inset
10329 </cell>
10330 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10331 \begin_inset Text
10332
10333 \begin_layout Plain Layout
10334 Giusi
10335 \end_layout
10336
10337 \end_inset
10338 </cell>
10339 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10340 \begin_inset Text
10341
10342 \begin_layout Plain Layout
10343 111
10344 \end_layout
10345
10346 \end_inset
10347 </cell>
10348 </row>
10349 <row>
10350 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10351 \begin_inset Text
10352
10353 \begin_layout Plain Layout
10354
10355 \series bold
10356 Colin
10357 \end_layout
10358
10359 \end_inset
10360 </cell>
10361 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10362 \begin_inset Text
10363
10364 \begin_layout Plain Layout
10365 Bernard
10366 \end_layout
10367
10368 \end_inset
10369 </cell>
10370 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10371 \begin_inset Text
10372
10373 \begin_layout Plain Layout
10374 111
10375 \end_layout
10376
10377 \end_inset
10378 </cell>
10379 </row>
10380 <row>
10381 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10382 \begin_inset Text
10383
10384 \begin_layout Plain Layout
10385
10386 \series bold
10387 Concli
10388 \end_layout
10389
10390 \end_inset
10391 </cell>
10392 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10393 \begin_inset Text
10394
10395 \begin_layout Plain Layout
10396 Gianfranco
10397 \end_layout
10398
10399 \end_inset
10400 </cell>
10401 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10402 \begin_inset Text
10403
10404 \begin_layout Plain Layout
10405 111
10406 \end_layout
10407
10408 \end_inset
10409 </cell>
10410 </row>
10411 <row>
10412 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10413 \begin_inset Text
10414
10415 \begin_layout Plain Layout
10416
10417 \series bold
10418 Dal Bosco
10419 \end_layout
10420
10421 \end_inset
10422 </cell>
10423 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10424 \begin_inset Text
10425
10426 \begin_layout Plain Layout
10427 Carolina
10428 \end_layout
10429
10430 \end_inset
10431 </cell>
10432 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10433 \begin_inset Text
10434
10435 \begin_layout Plain Layout
10436 111
10437 \end_layout
10438
10439 \end_inset
10440 </cell>
10441 </row>
10442 <row>
10443 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10444 \begin_inset Text
10445
10446 \begin_layout Plain Layout
10447
10448 \series bold
10449 Dalpiaz
10450 \end_layout
10451
10452 \end_inset
10453 </cell>
10454 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10455 \begin_inset Text
10456
10457 \begin_layout Plain Layout
10458 Annamaria
10459 \end_layout
10460
10461 \end_inset
10462 </cell>
10463 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10464 \begin_inset Text
10465
10466 \begin_layout Plain Layout
10467 111
10468 \end_layout
10469
10470 \end_inset
10471 </cell>
10472 </row>
10473 <row>
10474 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10475 \begin_inset Text
10476
10477 \begin_layout Plain Layout
10478
10479 \series bold
10480 Feliciello
10481 \end_layout
10482
10483 \end_inset
10484 </cell>
10485 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10486 \begin_inset Text
10487
10488 \begin_layout Plain Layout
10489 Domenico
10490 \end_layout
10491
10492 \end_inset
10493 </cell>
10494 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10495 \begin_inset Text
10496
10497 \begin_layout Plain Layout
10498 111
10499 \end_layout
10500
10501 \end_inset
10502 </cell>
10503 </row>
10504 <row>
10505 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10506 \begin_inset Text
10507
10508 \begin_layout Plain Layout
10509
10510 \series bold
10511 Focarelli
10512 \end_layout
10513
10514 \end_inset
10515 </cell>
10516 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10517 \begin_inset Text
10518
10519 \begin_layout Plain Layout
10520 Paola
10521 \end_layout
10522
10523 \end_inset
10524 </cell>
10525 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10526 \begin_inset Text
10527
10528 \begin_layout Plain Layout
10529 111
10530 \end_layout
10531
10532 \end_inset
10533 </cell>
10534 </row>
10535 <row>
10536 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10537 \begin_inset Text
10538
10539 \begin_layout Plain Layout
10540
10541 \series bold
10542 Galletti
10543 \end_layout
10544
10545 \end_inset
10546 </cell>
10547 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10548 \begin_inset Text
10549
10550 \begin_layout Plain Layout
10551 Oreste
10552 \end_layout
10553
10554 \end_inset
10555 </cell>
10556 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10557 \begin_inset Text
10558
10559 \begin_layout Plain Layout
10560 111
10561 \end_layout
10562
10563 \end_inset
10564 </cell>
10565 </row>
10566 <row>
10567 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10568 \begin_inset Text
10569
10570 \begin_layout Plain Layout
10571
10572 \series bold
10573 Gasparini
10574 \end_layout
10575
10576 \end_inset
10577 </cell>
10578 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10579 \begin_inset Text
10580
10581 \begin_layout Plain Layout
10582 Franca
10583 \end_layout
10584
10585 \end_inset
10586 </cell>
10587 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10588 \begin_inset Text
10589
10590 \begin_layout Plain Layout
10591 111
10592 \end_layout
10593
10594 \end_inset
10595 </cell>
10596 </row>
10597 <row>
10598 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10599 \begin_inset Text
10600
10601 \begin_layout Plain Layout
10602
10603 \series bold
10604 Lassini
10605 \end_layout
10606
10607 \end_inset
10608 </cell>
10609 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10610 \begin_inset Text
10611
10612 \begin_layout Plain Layout
10613 Giancarlo
10614 \end_layout
10615
10616 \end_inset
10617 </cell>
10618 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10619 \begin_inset Text
10620
10621 \begin_layout Plain Layout
10622 111
10623 \end_layout
10624
10625 \end_inset
10626 </cell>
10627 </row>
10628 <row>
10629 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10630 \begin_inset Text
10631
10632 \begin_layout Plain Layout
10633
10634 \series bold
10635 Malfatti
10636 \end_layout
10637
10638 \end_inset
10639 </cell>
10640 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10641 \begin_inset Text
10642
10643 \begin_layout Plain Layout
10644 Luciano
10645 \end_layout
10646
10647 \end_inset
10648 </cell>
10649 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10650 \begin_inset Text
10651
10652 \begin_layout Plain Layout
10653 111
10654 \end_layout
10655
10656 \end_inset
10657 </cell>
10658 </row>
10659 <row>
10660 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10661 \begin_inset Text
10662
10663 \begin_layout Plain Layout
10664
10665 \series bold
10666 Malfatti
10667 \end_layout
10668
10669 \end_inset
10670 </cell>
10671 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10672 \begin_inset Text
10673
10674 \begin_layout Plain Layout
10675 Valeriano
10676 \end_layout
10677
10678 \end_inset
10679 </cell>
10680 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10681 \begin_inset Text
10682
10683 \begin_layout Plain Layout
10684 111
10685 \end_layout
10686
10687 \end_inset
10688 </cell>
10689 </row>
10690 <row>
10691 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10692 \begin_inset Text
10693
10694 \begin_layout Plain Layout
10695
10696 \series bold
10697 Meneguzzo
10698 \end_layout
10699
10700 \end_inset
10701 </cell>
10702 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10703 \begin_inset Text
10704
10705 \begin_layout Plain Layout
10706 Roberto
10707 \end_layout
10708
10709 \end_inset
10710 </cell>
10711 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10712 \begin_inset Text
10713
10714 \begin_layout Plain Layout
10715 111
10716 \end_layout
10717
10718 \end_inset
10719 </cell>
10720 </row>
10721 <row>
10722 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10723 \begin_inset Text
10724
10725 \begin_layout Plain Layout
10726
10727 \series bold
10728 Mezzadra
10729 \end_layout
10730
10731 \end_inset
10732 </cell>
10733 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10734 \begin_inset Text
10735
10736 \begin_layout Plain Layout
10737 Roberto
10738 \end_layout
10739
10740 \end_inset
10741 </cell>
10742 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10743 \begin_inset Text
10744
10745 \begin_layout Plain Layout
10746 111
10747 \end_layout
10748
10749 \end_inset
10750 </cell>
10751 </row>
10752 <row>
10753 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10754 \begin_inset Text
10755
10756 \begin_layout Plain Layout
10757
10758 \series bold
10759 Pirpamer
10760 \end_layout
10761
10762 \end_inset
10763 </cell>
10764 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10765 \begin_inset Text
10766
10767 \begin_layout Plain Layout
10768 Erich
10769 \end_layout
10770
10771 \end_inset
10772 </cell>
10773 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10774 \begin_inset Text
10775
10776 \begin_layout Plain Layout
10777 111
10778 \end_layout
10779
10780 \end_inset
10781 </cell>
10782 </row>
10783 <row>
10784 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10785 \begin_inset Text
10786
10787 \begin_layout Plain Layout
10788
10789 \series bold
10790 Pochiesa
10791 \end_layout
10792
10793 \end_inset
10794 </cell>
10795 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10796 \begin_inset Text
10797
10798 \begin_layout Plain Layout
10799 Paolo
10800 \end_layout
10801
10802 \end_inset
10803 </cell>
10804 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10805 \begin_inset Text
10806
10807 \begin_layout Plain Layout
10808 111, 222
10809 \end_layout
10810
10811 \end_inset
10812 </cell>
10813 </row>
10814 <row>
10815 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10816 \begin_inset Text
10817
10818 \begin_layout Plain Layout
10819
10820 \series bold
10821 Radina
10822 \end_layout
10823
10824 \end_inset
10825 </cell>
10826 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10827 \begin_inset Text
10828
10829 \begin_layout Plain Layout
10830 Claudio
10831 \end_layout
10832
10833 \end_inset
10834 </cell>
10835 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10836 \begin_inset Text
10837
10838 \begin_layout Plain Layout
10839 111
10840 \end_layout
10841
10842 \end_inset
10843 </cell>
10844 </row>
10845 <row>
10846 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10847 \begin_inset Text
10848
10849 \begin_layout Plain Layout
10850
10851 \series bold
10852 Rizzardi
10853 \end_layout
10854
10855 \end_inset
10856 </cell>
10857 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10858 \begin_inset Text
10859
10860 \begin_layout Plain Layout
10861 Paolo, 11.
10862  Fürst von Montecompatri, 11.
10863  Fürst von Sulmona und Vivaro, 10.
10864  Fürst von Rossano, 5.
10865  Herzog von Canemorte, 11.
10866  Herzog von Palombara, 5.
10867  Herzog von Castelchiodato,
10868 \begin_inset ERT
10869 status open
10870
10871 \begin_layout Plain Layout
10872
10873 & 111
10874 \backslash
10875
10876 \backslash
10877  
10878 \backslash
10879 newpage
10880 \end_layout
10881
10882 \begin_layout Plain Layout
10883
10884 &
10885 \end_layout
10886
10887 \end_inset
10888
10889  11.
10890  Herzog von Poggionativo, 11.
10891  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10892  Graf von Valinfreda, 11.
10893  Baron von Cropalati, 11.
10894  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10895 \end_layout
10896
10897 \end_inset
10898 </cell>
10899 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10900 \begin_inset Text
10901
10902 \begin_layout Plain Layout
10903
10904 \end_layout
10905
10906 \end_inset
10907 </cell>
10908 </row>
10909 <row>
10910 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10911 \begin_inset Text
10912
10913 \begin_layout Plain Layout
10914
10915 \series bold
10916 Stuffer
10917 \end_layout
10918
10919 \end_inset
10920 </cell>
10921 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10922 \begin_inset Text
10923
10924 \begin_layout Plain Layout
10925 Oskar
10926 \end_layout
10927
10928 \end_inset
10929 </cell>
10930 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10931 \begin_inset Text
10932
10933 \begin_layout Plain Layout
10934 111
10935 \end_layout
10936
10937 \end_inset
10938 </cell>
10939 </row>
10940 <row>
10941 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10942 \begin_inset Text
10943
10944 \begin_layout Plain Layout
10945
10946 \series bold
10947 Tacchelli
10948 \end_layout
10949
10950 \end_inset
10951 </cell>
10952 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10953 \begin_inset Text
10954
10955 \begin_layout Plain Layout
10956 Ugo
10957 \end_layout
10958
10959 \end_inset
10960 </cell>
10961 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10962 \begin_inset Text
10963
10964 \begin_layout Plain Layout
10965 111
10966 \end_layout
10967
10968 \end_inset
10969 </cell>
10970 </row>
10971 <row>
10972 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10973 \begin_inset Text
10974
10975 \begin_layout Plain Layout
10976
10977 \series bold
10978 Tezzele
10979 \end_layout
10980
10981 \end_inset
10982 </cell>
10983 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10984 \begin_inset Text
10985
10986 \begin_layout Plain Layout
10987 Margit
10988 \end_layout
10989
10990 \end_inset
10991 </cell>
10992 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10993 \begin_inset Text
10994
10995 \begin_layout Plain Layout
10996 111
10997 \end_layout
10998
10999 \end_inset
11000 </cell>
11001 </row>
11002 <row>
11003 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11004 \begin_inset Text
11005
11006 \begin_layout Plain Layout
11007
11008 \series bold
11009 Unterkalmsteiner
11010 \end_layout
11011
11012 \end_inset
11013 </cell>
11014 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11015 \begin_inset Text
11016
11017 \begin_layout Plain Layout
11018 Frieda
11019 \end_layout
11020
11021 \end_inset
11022 </cell>
11023 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11024 \begin_inset Text
11025
11026 \begin_layout Plain Layout
11027 111
11028 \end_layout
11029
11030 \end_inset
11031 </cell>
11032 </row>
11033 <row>
11034 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11035 \begin_inset Text
11036
11037 \begin_layout Plain Layout
11038
11039 \series bold
11040 Vieider
11041 \end_layout
11042
11043 \end_inset
11044 </cell>
11045 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11046 \begin_inset Text
11047
11048 \begin_layout Plain Layout
11049 Hilde
11050 \end_layout
11051
11052 \end_inset
11053 </cell>
11054 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11055 \begin_inset Text
11056
11057 \begin_layout Plain Layout
11058 111
11059 \end_layout
11060
11061 \end_inset
11062 </cell>
11063 </row>
11064 <row>
11065 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11066 \begin_inset Text
11067
11068 \begin_layout Plain Layout
11069
11070 \series bold
11071 Vigna
11072 \end_layout
11073
11074 \end_inset
11075 </cell>
11076 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11077 \begin_inset Text
11078
11079 \begin_layout Plain Layout
11080 Jürgen
11081 \end_layout
11082
11083 \end_inset
11084 </cell>
11085 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11086 \begin_inset Text
11087
11088 \begin_layout Plain Layout
11089 111
11090 \end_layout
11091
11092 \end_inset
11093 </cell>
11094 </row>
11095 <row>
11096 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11097 \begin_inset Text
11098
11099 \begin_layout Plain Layout
11100
11101 \series bold
11102 Weber
11103 \end_layout
11104
11105 \end_inset
11106 </cell>
11107 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11108 \begin_inset Text
11109
11110 \begin_layout Plain Layout
11111 Maurizio
11112 \end_layout
11113
11114 \end_inset
11115 </cell>
11116 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11117 \begin_inset Text
11118
11119 \begin_layout Plain Layout
11120 111
11121 \end_layout
11122
11123 \end_inset
11124 </cell>
11125 </row>
11126 <row>
11127 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11128 \begin_inset Text
11129
11130 \begin_layout Plain Layout
11131
11132 \series bold
11133 Winkler
11134 \end_layout
11135
11136 \end_inset
11137 </cell>
11138 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11139 \begin_inset Text
11140
11141 \begin_layout Plain Layout
11142 Franz
11143 \end_layout
11144
11145 \end_inset
11146 </cell>
11147 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11148 \begin_inset Text
11149
11150 \begin_layout Plain Layout
11151 111
11152 \end_layout
11153
11154 \end_inset
11155 </cell>
11156 </row>
11157 </lyxtabular>
11158
11159 \end_inset
11160
11161
11162 \end_layout
11163
11164 \begin_layout Section
11165 Multiple Lines, Columns and Rows
11166 \end_layout
11167
11168 \begin_layout Subsection
11169 Multiple Lines in Table Cells
11170 \begin_inset CommandInset label
11171 LatexCommand label
11172 name "subsec:Multiple-Lines-in"
11173
11174 \end_inset
11175
11176
11177 \begin_inset Index idx
11178 status collapsed
11179
11180 \begin_layout Plain Layout
11181 Multiple Lines in Table Cells
11182 \end_layout
11183
11184 \end_inset
11185
11186
11187 \begin_inset Index idx
11188 status collapsed
11189
11190 \begin_layout Plain Layout
11191 Table ! Linebreaks
11192 \end_layout
11193
11194 \end_inset
11195
11196
11197 \end_layout
11198
11199 \begin_layout Standard
11200 \noindent
11201 \begin_inset Float table
11202 placement H
11203 wide false
11204 sideways false
11205 status open
11206
11207 \begin_layout Plain Layout
11208 \begin_inset Caption Standard
11209
11210 \begin_layout Plain Layout
11211 \begin_inset CommandInset label
11212 LatexCommand label
11213 name "tab:Table-with-multiple"
11214
11215 \end_inset
11216
11217 Table with multiple lines in cells
11218 \end_layout
11219
11220 \end_inset
11221
11222
11223 \end_layout
11224
11225 \begin_layout Plain Layout
11226 \align center
11227 \begin_inset Tabular
11228 <lyxtabular version="3" rows="3" columns="3">
11229 <features tabularvalignment="middle">
11230 <column alignment="center" valignment="middle" width="2.5cm">
11231 <column alignment="center" valignment="middle">
11232 <column alignment="center" valignment="middle">
11233 <row>
11234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11235 \begin_inset Text
11236
11237 \begin_layout Plain Layout
11238 multiple
11239 \begin_inset Newline linebreak
11240 \end_inset
11241
11242 lines
11243 \end_layout
11244
11245 \end_inset
11246 </cell>
11247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11248 \begin_inset Text
11249
11250 \begin_layout Plain Layout
11251 b
11252 \end_layout
11253
11254 \end_inset
11255 </cell>
11256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11257 \begin_inset Text
11258
11259 \begin_layout Plain Layout
11260 c
11261 \end_layout
11262
11263 \end_inset
11264 </cell>
11265 </row>
11266 <row>
11267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11268 \begin_inset Text
11269
11270 \begin_layout Plain Layout
11271 d
11272 \end_layout
11273
11274 \end_inset
11275 </cell>
11276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11277 \begin_inset Text
11278
11279 \begin_layout Plain Layout
11280 e
11281 \end_layout
11282
11283 \end_inset
11284 </cell>
11285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11286 \begin_inset Text
11287
11288 \begin_layout Plain Layout
11289 f
11290 \end_layout
11291
11292 \end_inset
11293 </cell>
11294 </row>
11295 <row>
11296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11297 \begin_inset Text
11298
11299 \begin_layout Plain Layout
11300 g
11301 \end_layout
11302
11303 \end_inset
11304 </cell>
11305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11306 \begin_inset Text
11307
11308 \begin_layout Plain Layout
11309 h
11310 \end_layout
11311
11312 \end_inset
11313 </cell>
11314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11315 \begin_inset Text
11316
11317 \begin_layout Plain Layout
11318 i
11319 \end_layout
11320
11321 \end_inset
11322 </cell>
11323 </row>
11324 </lyxtabular>
11325
11326 \end_inset
11327
11328
11329 \end_layout
11330
11331 \end_inset
11332
11333
11334 \end_layout
11335
11336 \begin_layout Standard
11337 Setting a fixed width for a column enables you to enter text as a paragraph
11338  with multiple lines and hyphenation.
11339 \end_layout
11340
11341 \begin_layout Standard
11342 To produce Table
11343 \begin_inset space ~
11344 \end_inset
11345
11346
11347 \begin_inset CommandInset ref
11348 LatexCommand ref
11349 reference "tab:Table-with-multiple"
11350
11351 \end_inset
11352
11353 , create a 3×3 table, mark the first cell and right-click on it.
11354  In the appearing table dialog we set a cell width of 2.5
11355 \begin_inset space \thinspace{}
11356 \end_inset
11357
11358 cm and choose centered for the vertical and horizontal alignment.
11359  The vertical alignment is used for all cells of the row.
11360  As our text is smaller than 2.5
11361 \begin_inset space \thinspace{}
11362 \end_inset
11363
11364 cm, only one line will appear.
11365  To get two lines, a justified line break (shortcut 
11366 \begin_inset Info
11367 type  "shortcut"
11368 arg   "newline-insert linebreak"
11369 \end_inset
11370
11371 ) was added.
11372  If the text is wider than the set cell width, it will automatically be
11373  broken to several lines.
11374 \end_layout
11375
11376 \begin_layout Standard
11377 If you have a long word in a cell with a fixed width, it cannot be hyphenated
11378  by \SpecialChar LaTeX
11379  if it is the first entry.
11380  Therefore you need to insert something to prevent the word not being the
11381  first entry.
11382  So add a horizontal space of 0
11383 \begin_inset space \thinspace{}
11384 \end_inset
11385
11386 pt before the word.
11387  As the space is zero, it doesn't change the output.
11388  Table
11389 \begin_inset space ~
11390 \end_inset
11391
11392
11393 \begin_inset CommandInset ref
11394 LatexCommand ref
11395 reference "tab:Table-with-and"
11396
11397 \end_inset
11398
11399  shows the effect.
11400 \end_layout
11401
11402 \begin_layout Standard
11403 \begin_inset Float table
11404 placement h
11405 wide false
11406 sideways false
11407 status open
11408
11409 \begin_layout Plain Layout
11410 \begin_inset Caption Standard
11411
11412 \begin_layout Plain Layout
11413 \begin_inset CommandInset label
11414 LatexCommand label
11415 name "tab:Table-with-and"
11416
11417 \end_inset
11418
11419 Table with and without hyphenation
11420 \end_layout
11421
11422 \end_inset
11423
11424
11425 \end_layout
11426
11427 \begin_layout Plain Layout
11428 \begin_inset space \hfill{}
11429 \end_inset
11430
11431
11432 \begin_inset Tabular
11433 <lyxtabular version="3" rows="3" columns="3">
11434 <features tabularvalignment="middle">
11435 <column alignment="center" valignment="middle" width="2.5cm">
11436 <column alignment="center" valignment="middle">
11437 <column alignment="center" valignment="middle">
11438 <row>
11439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11440 \begin_inset Text
11441
11442 \begin_layout Plain Layout
11443 verylongtablecellword
11444 \end_layout
11445
11446 \end_inset
11447 </cell>
11448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11449 \begin_inset Text
11450
11451 \begin_layout Plain Layout
11452 b
11453 \end_layout
11454
11455 \end_inset
11456 </cell>
11457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11458 \begin_inset Text
11459
11460 \begin_layout Plain Layout
11461 c
11462 \end_layout
11463
11464 \end_inset
11465 </cell>
11466 </row>
11467 <row>
11468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11469 \begin_inset Text
11470
11471 \begin_layout Plain Layout
11472 d
11473 \end_layout
11474
11475 \end_inset
11476 </cell>
11477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11478 \begin_inset Text
11479
11480 \begin_layout Plain Layout
11481 e
11482 \end_layout
11483
11484 \end_inset
11485 </cell>
11486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11487 \begin_inset Text
11488
11489 \begin_layout Plain Layout
11490 f
11491 \end_layout
11492
11493 \end_inset
11494 </cell>
11495 </row>
11496 <row>
11497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11498 \begin_inset Text
11499
11500 \begin_layout Plain Layout
11501 g
11502 \end_layout
11503
11504 \end_inset
11505 </cell>
11506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11507 \begin_inset Text
11508
11509 \begin_layout Plain Layout
11510 h
11511 \end_layout
11512
11513 \end_inset
11514 </cell>
11515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11516 \begin_inset Text
11517
11518 \begin_layout Plain Layout
11519 i
11520 \end_layout
11521
11522 \end_inset
11523 </cell>
11524 </row>
11525 </lyxtabular>
11526
11527 \end_inset
11528
11529
11530 \begin_inset space \hfill{}
11531 \end_inset
11532
11533
11534 \begin_inset Tabular
11535 <lyxtabular version="3" rows="3" columns="3">
11536 <features tabularvalignment="middle">
11537 <column alignment="center" valignment="middle" width="2.5cm">
11538 <column alignment="center" valignment="middle">
11539 <column alignment="center" valignment="middle">
11540 <row>
11541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11542 \begin_inset Text
11543
11544 \begin_layout Plain Layout
11545 \begin_inset space \hspace{}
11546 \length 0pt
11547 \end_inset
11548
11549 verylongtablecellword
11550 \end_layout
11551
11552 \end_inset
11553 </cell>
11554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11555 \begin_inset Text
11556
11557 \begin_layout Plain Layout
11558 b
11559 \end_layout
11560
11561 \end_inset
11562 </cell>
11563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11564 \begin_inset Text
11565
11566 \begin_layout Plain Layout
11567 c
11568 \end_layout
11569
11570 \end_inset
11571 </cell>
11572 </row>
11573 <row>
11574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11575 \begin_inset Text
11576
11577 \begin_layout Plain Layout
11578 d
11579 \end_layout
11580
11581 \end_inset
11582 </cell>
11583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11584 \begin_inset Text
11585
11586 \begin_layout Plain Layout
11587 e
11588 \end_layout
11589
11590 \end_inset
11591 </cell>
11592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11593 \begin_inset Text
11594
11595 \begin_layout Plain Layout
11596 f
11597 \end_layout
11598
11599 \end_inset
11600 </cell>
11601 </row>
11602 <row>
11603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11604 \begin_inset Text
11605
11606 \begin_layout Plain Layout
11607 g
11608 \end_layout
11609
11610 \end_inset
11611 </cell>
11612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11613 \begin_inset Text
11614
11615 \begin_layout Plain Layout
11616 h
11617 \end_layout
11618
11619 \end_inset
11620 </cell>
11621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11622 \begin_inset Text
11623
11624 \begin_layout Plain Layout
11625 i
11626 \end_layout
11627
11628 \end_inset
11629 </cell>
11630 </row>
11631 </lyxtabular>
11632
11633 \end_inset
11634
11635
11636 \begin_inset space \hfill{}
11637 \end_inset
11638
11639
11640 \end_layout
11641
11642 \end_inset
11643
11644
11645 \end_layout
11646
11647 \begin_layout Subsection
11648 Multicolumns
11649 \begin_inset CommandInset label
11650 LatexCommand label
11651 name "subsec:Multicolumns"
11652
11653 \end_inset
11654
11655
11656 \begin_inset Index idx
11657 status collapsed
11658
11659 \begin_layout Plain Layout
11660 Multicolumns
11661 \end_layout
11662
11663 \end_inset
11664
11665
11666 \begin_inset Index idx
11667 status collapsed
11668
11669 \begin_layout Plain Layout
11670 Table ! Multicolumns
11671 \end_layout
11672
11673 \end_inset
11674
11675
11676 \end_layout
11677
11678 \begin_layout Subsubsection
11679 Multicolumn Basics
11680 \end_layout
11681
11682 \begin_layout Standard
11683 To merge cells over multiple columns, select as many cells within a row
11684  as you want to merge and use either the table-toolbar button 
11685 \begin_inset Info
11686 type  "icon"
11687 arg   "inset-modify tabular multicolumn"
11688 \end_inset
11689
11690 , or the menu 
11691 \family sans
11692 Edit\SpecialChar menuseparator
11693 Table\SpecialChar menuseparator
11694 Multicolumn
11695 \family default
11696 , or right click on the marked cells and choose 
11697 \family sans
11698 Multicolumn
11699 \family default
11700  in the context menu.
11701 \end_layout
11702
11703 \begin_layout Standard
11704 Multicolumns have there own cell settings.
11705  That means changing cell borders, cell alignment, and the width only affects
11706  the multicolumn.
11707  Here is an example table with a multicolumn cell in the first row and one
11708  in the last row without the upper border:
11709 \begin_inset Separator parbreak
11710 \end_inset
11711
11712
11713 \end_layout
11714
11715 \begin_layout Standard
11716 \align center
11717 \begin_inset Tabular
11718 <lyxtabular version="3" rows="3" columns="4">
11719 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11720 <column alignment="center" valignment="top" width="0pt">
11721 <column alignment="center" valignment="middle">
11722 <column alignment="center" valignment="top" width="0in">
11723 <column alignment="center" valignment="top" width="0pt">
11724 <row>
11725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11726 \begin_inset Text
11727
11728 \begin_layout Plain Layout
11729 abc
11730 \end_layout
11731
11732 \end_inset
11733 </cell>
11734 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11735 \begin_inset Text
11736
11737 \begin_layout Plain Layout
11738 def ghi
11739 \end_layout
11740
11741 \end_inset
11742 </cell>
11743 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11744 \begin_inset Text
11745
11746 \begin_layout Plain Layout
11747
11748 \end_layout
11749
11750 \end_inset
11751 </cell>
11752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11753 \begin_inset Text
11754
11755 \begin_layout Plain Layout
11756 jkl
11757 \end_layout
11758
11759 \end_inset
11760 </cell>
11761 </row>
11762 <row>
11763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11764 \begin_inset Text
11765
11766 \begin_layout Plain Layout
11767
11768 \family roman
11769 \series medium
11770 \shape up
11771 \size normal
11772 \emph off
11773 \bar no
11774 \noun off
11775 \color none
11776 A
11777 \end_layout
11778
11779 \end_inset
11780 </cell>
11781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11782 \begin_inset Text
11783
11784 \begin_layout Plain Layout
11785 B
11786 \end_layout
11787
11788 \end_inset
11789 </cell>
11790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11791 \begin_inset Text
11792
11793 \begin_layout Plain Layout
11794 C
11795 \end_layout
11796
11797 \end_inset
11798 </cell>
11799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11800 \begin_inset Text
11801
11802 \begin_layout Plain Layout
11803 D
11804 \end_layout
11805
11806 \end_inset
11807 </cell>
11808 </row>
11809 <row>
11810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11811 \begin_inset Text
11812
11813 \begin_layout Plain Layout
11814 1
11815 \end_layout
11816
11817 \end_inset
11818 </cell>
11819 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11820 \begin_inset Text
11821
11822 \begin_layout Plain Layout
11823 2
11824 \end_layout
11825
11826 \end_inset
11827 </cell>
11828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11829 \begin_inset Text
11830
11831 \begin_layout Plain Layout
11832 3
11833 \end_layout
11834
11835 \end_inset
11836 </cell>
11837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11838 \begin_inset Text
11839
11840 \begin_layout Plain Layout
11841 4
11842 \end_layout
11843
11844 \end_inset
11845 </cell>
11846 </row>
11847 </lyxtabular>
11848
11849 \end_inset
11850
11851
11852 \end_layout
11853
11854 \begin_layout Subsubsection
11855 Multicolumn Calculations
11856 \begin_inset CommandInset label
11857 LatexCommand label
11858 name "subsec:Multicolumn-Calculations"
11859
11860 \end_inset
11861
11862
11863 \begin_inset Index idx
11864 status collapsed
11865
11866 \begin_layout Plain Layout
11867 Multicolumns ! Calculations
11868 \end_layout
11869
11870 \end_inset
11871
11872
11873 \end_layout
11874
11875 \begin_layout Standard
11876 \SpecialChar LyX
11877  supports multicolumns directly, but we have to take account of the cell
11878  width of the columns spanned by the multicolumn cell.
11879 \end_layout
11880
11881 \begin_layout Standard
11882 \begin_inset Float table
11883 placement h
11884 wide false
11885 sideways false
11886 status open
11887
11888 \begin_layout Plain Layout
11889 \begin_inset Caption Standard
11890
11891 \begin_layout Plain Layout
11892 \begin_inset CommandInset label
11893 LatexCommand label
11894 name "tab:Table-with-centered"
11895
11896 \end_inset
11897
11898 Table with centered multicolumn text above two columns that have exactly
11899  half the width of the multicolumn cell
11900 \begin_inset Argument 1
11901 status collapsed
11902
11903 \begin_layout Plain Layout
11904 Perfect multicolumn table
11905 \end_layout
11906
11907 \end_inset
11908
11909
11910 \end_layout
11911
11912 \end_inset
11913
11914
11915 \end_layout
11916
11917 \begin_layout Plain Layout
11918 \align center
11919 \begin_inset Tabular
11920 <lyxtabular version="3" rows="3" columns="3">
11921 <features tabularvalignment="middle">
11922 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
11923 <column alignment="center" valignment="middle">
11924 <column alignment="center" valignment="top">
11925 <row>
11926 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11927 \begin_inset Text
11928
11929 \begin_layout Plain Layout
11930 multiple lines multicolumn
11931 \end_layout
11932
11933 \end_inset
11934 </cell>
11935 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11936 \begin_inset Text
11937
11938 \begin_layout Plain Layout
11939
11940 \end_layout
11941
11942 \end_inset
11943 </cell>
11944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11945 \begin_inset Text
11946
11947 \begin_layout Plain Layout
11948 c
11949 \end_layout
11950
11951 \end_inset
11952 </cell>
11953 </row>
11954 <row>
11955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11956 \begin_inset Text
11957
11958 \begin_layout Plain Layout
11959 d
11960 \end_layout
11961
11962 \end_inset
11963 </cell>
11964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11965 \begin_inset Text
11966
11967 \begin_layout Plain Layout
11968 e
11969 \end_layout
11970
11971 \end_inset
11972 </cell>
11973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11974 \begin_inset Text
11975
11976 \begin_layout Plain Layout
11977 f
11978 \end_layout
11979
11980 \end_inset
11981 </cell>
11982 </row>
11983 <row>
11984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11985 \begin_inset Text
11986
11987 \begin_layout Plain Layout
11988 g
11989 \end_layout
11990
11991 \end_inset
11992 </cell>
11993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11994 \begin_inset Text
11995
11996 \begin_layout Plain Layout
11997 h
11998 \end_layout
11999
12000 \end_inset
12001 </cell>
12002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12003 \begin_inset Text
12004
12005 \begin_layout Plain Layout
12006 i
12007 \end_layout
12008
12009 \end_inset
12010 </cell>
12011 </row>
12012 </lyxtabular>
12013
12014 \end_inset
12015
12016
12017 \end_layout
12018
12019 \end_inset
12020
12021
12022 \end_layout
12023
12024 \begin_layout Standard
12025 To create for example Table
12026 \begin_inset space ~
12027 \end_inset
12028
12029
12030 \begin_inset CommandInset ref
12031 LatexCommand ref
12032 reference "tab:Table-with-centered"
12033
12034 \end_inset
12035
12036 , mark the first two cells in the first row of a 3×3 table and right-click
12037  on them.
12038  Now choose for this cell 
12039 \emph on
12040 multicolumn
12041 \emph default
12042
12043 \emph on
12044 centered alignment
12045 \emph default
12046  and a width of 2.5
12047 \begin_inset space \thinspace{}
12048 \end_inset
12049
12050 cm in the table dialog.
12051  The merged columns should have exactly half the width of the multicolumn
12052  cell, so that you would set a width of 1.25
12053 \begin_inset space \thinspace{}
12054 \end_inset
12055
12056 cm for the first column.
12057  The second column has then automatically a width of 1.25
12058 \begin_inset space \thinspace{}
12059 \end_inset
12060
12061 cm (multicolumn width - width of first column).
12062  This was done for Table
12063 \begin_inset space ~
12064 \end_inset
12065
12066
12067 \begin_inset CommandInset ref
12068 LatexCommand ref
12069 reference "tab:Table-without-half"
12070
12071 \end_inset
12072
12073 .
12074 \end_layout
12075
12076 \begin_layout Standard
12077 \begin_inset Float table
12078 wide false
12079 sideways false
12080 status open
12081
12082 \begin_layout Plain Layout
12083 \begin_inset Caption Standard
12084
12085 \begin_layout Plain Layout
12086 \begin_inset CommandInset label
12087 LatexCommand label
12088 name "tab:Table-without-half"
12089
12090 \end_inset
12091
12092 Table where the spanned table columns are not exactly half the width of
12093  the multicolumn cell
12094 \begin_inset Argument 1
12095 status collapsed
12096
12097 \begin_layout Plain Layout
12098 Imperfect multicolumn table
12099 \end_layout
12100
12101 \end_inset
12102
12103
12104 \end_layout
12105
12106 \end_inset
12107
12108
12109 \end_layout
12110
12111 \begin_layout Plain Layout
12112 \align center
12113 \begin_inset Tabular
12114 <lyxtabular version="3" rows="3" columns="3">
12115 <features tabularvalignment="middle">
12116 <column alignment="center" valignment="top" width="1.25cm">
12117 <column alignment="center" valignment="top">
12118 <column alignment="center" valignment="top">
12119 <row>
12120 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12121 \begin_inset Text
12122
12123 \begin_layout Plain Layout
12124 multiple lines multicolumn
12125 \end_layout
12126
12127 \end_inset
12128 </cell>
12129 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12130 \begin_inset Text
12131
12132 \begin_layout Plain Layout
12133
12134 \end_layout
12135
12136 \end_inset
12137 </cell>
12138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12139 \begin_inset Text
12140
12141 \begin_layout Plain Layout
12142 c
12143 \end_layout
12144
12145 \end_inset
12146 </cell>
12147 </row>
12148 <row>
12149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12150 \begin_inset Text
12151
12152 \begin_layout Plain Layout
12153 d
12154 \end_layout
12155
12156 \end_inset
12157 </cell>
12158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12159 \begin_inset Text
12160
12161 \begin_layout Plain Layout
12162 e
12163 \end_layout
12164
12165 \end_inset
12166 </cell>
12167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12168 \begin_inset Text
12169
12170 \begin_layout Plain Layout
12171 f
12172 \end_layout
12173
12174 \end_inset
12175 </cell>
12176 </row>
12177 <row>
12178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12179 \begin_inset Text
12180
12181 \begin_layout Plain Layout
12182 g
12183 \end_layout
12184
12185 \end_inset
12186 </cell>
12187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12188 \begin_inset Text
12189
12190 \begin_layout Plain Layout
12191 h
12192 \end_layout
12193
12194 \end_inset
12195 </cell>
12196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12197 \begin_inset Text
12198
12199 \begin_layout Plain Layout
12200 i
12201 \end_layout
12202
12203 \end_inset
12204 </cell>
12205 </row>
12206 </lyxtabular>
12207
12208 \end_inset
12209
12210
12211 \end_layout
12212
12213 \end_inset
12214
12215
12216 \end_layout
12217
12218 \begin_layout Standard
12219 You can see that the first column is not half the width of the multicolumn
12220  cell, it is a bit bigger.
12221  The reason is that the specified width of a cell 
12222 \begin_inset Formula $W_{g}$
12223 \end_inset
12224
12225  is not its total width 
12226 \begin_inset Formula $W_{\mathrm{tot}}$
12227 \end_inset
12228
12229  because a cell is always a bit larger than specified.
12230  Appendix
12231 \begin_inset space ~
12232 \end_inset
12233
12234
12235 \begin_inset CommandInset ref
12236 LatexCommand ref
12237 reference "cha:Explanation-of-Equation"
12238
12239 \end_inset
12240
12241  explains this in detail.
12242 \end_layout
12243
12244 \begin_layout Standard
12245 The width 
12246 \begin_inset Formula $W_{g\,n}$
12247 \end_inset
12248
12249  which the user needs to set when 
12250 \emph on
12251 n
12252 \emph default
12253  columns are spanned can be calculated, so that each column has a total
12254  width of 
12255 \begin_inset Formula $W_{\mathrm{tot\,multicolumn}}/n$
12256 \end_inset
12257
12258 :
12259 \begin_inset Formula 
12260 \begin{equation}
12261 W_{g\,n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12262 \end{equation}
12263
12264 \end_inset
12265
12266
12267 \end_layout
12268
12269 \begin_layout Standard
12270 In our case we have 
12271 \begin_inset Formula $n=2$
12272 \end_inset
12273
12274
12275 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12276 \end_inset
12277
12278 cm and the default values for the lengths, so that equation 
12279 \begin_inset CommandInset ref
12280 LatexCommand ref
12281 reference "eq:Wgn"
12282
12283 \end_inset
12284
12285  becomes
12286 \begin_inset Formula 
12287 \begin{equation}
12288 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12289 \end{equation}
12290
12291 \end_inset
12292
12293
12294 \end_layout
12295
12296 \begin_layout Standard
12297 To enable calculations in \SpecialChar LaTeX
12298 , the \SpecialChar LaTeX
12299 -package 
12300 \series bold
12301 calc
12302 \series default
12303  must be loaded with the document preamble line
12304 \begin_inset Index idx
12305 status collapsed
12306
12307 \begin_layout Plain Layout
12308 \SpecialChar LaTeX
12309 -packages ! calc
12310 \end_layout
12311
12312 \end_inset
12313
12314
12315 \end_layout
12316
12317 \begin_layout Standard
12318
12319 \series bold
12320
12321 \backslash
12322 usepackage{calc}
12323 \end_layout
12324
12325 \begin_layout Standard
12326 \SpecialChar LyX
12327  does not allow you to calculate lengths in the 
12328 \family sans
12329 Width
12330 \family default
12331  field of the table dialog.
12332  Therefore you have to format the column by inserting a \SpecialChar LaTeX
12333 -argument in the
12334  dialog.
12335  Here is an overview about the arguments:
12336 \end_layout
12337
12338 \begin_layout Itemize
12339
12340 \series bold
12341 p{width}
12342 \series default
12343  creates cell with a fixed width, its text is vertically top-aligned
12344 \end_layout
12345
12346 \begin_layout Itemize
12347
12348 \series bold
12349 m{width}
12350 \series default
12351  creates cell with a fixed width, its text is vertically centered
12352 \end_layout
12353
12354 \begin_layout Itemize
12355
12356 \series bold
12357 b{width}
12358 \series default
12359  creates cell with a fixed width, its text is vertically bottom-aligned
12360 \end_layout
12361
12362 \begin_layout Standard
12363 By entering a \SpecialChar LaTeX
12364 -argument, all cell settings set in the table dialog are overwritt
12365 en.
12366 \end_layout
12367
12368 \begin_layout Standard
12369 \begin_inset Note Greyedout
12370 status open
12371
12372 \begin_layout Plain Layout
12373
12374 \series bold
12375 Note:
12376 \series default
12377  Due to a bug, \SpecialChar LyX
12378  shows the overwritten settings anyway.
12379 \end_layout
12380
12381 \end_inset
12382
12383
12384 \end_layout
12385
12386 \begin_layout Standard
12387 As the text should be horizontally centered, the command 
12388 \series bold
12389
12390 \backslash
12391 centering
12392 \series default
12393  is added.
12394  You can now enter the following \SpecialChar LaTeX
12395 -argument for the first spanned column:
12396 \end_layout
12397
12398 \begin_layout Standard
12399
12400 \series bold
12401 >{
12402 \backslash
12403 centering}m{1.25cm-6.2pt}
12404 \end_layout
12405
12406 \begin_layout Standard
12407 The command 
12408 \series bold
12409 >{ }
12410 \series default
12411  means, that the commands inside the braces are applied before the cell
12412  is created.
12413 \end_layout
12414
12415 \begin_layout Standard
12416 Although we have chosen centered alignment for the text of the multicolumn
12417  cell, it is still left aligned.
12418  This is because \SpecialChar LyX
12419  only applies the alignment to single columns.
12420  So for the multicolumn cell we have to use the \SpecialChar LaTeX
12421 -argument
12422 \end_layout
12423
12424 \begin_layout Standard
12425
12426 \series bold
12427 >{
12428 \backslash
12429 centering}m{2.5cm}
12430 \end_layout
12431
12432 \begin_layout Subsection
12433 Multirows
12434 \begin_inset CommandInset label
12435 LatexCommand label
12436 name "subsec:Multirows"
12437
12438 \end_inset
12439
12440
12441 \begin_inset Index idx
12442 status collapsed
12443
12444 \begin_layout Plain Layout
12445 Multirows
12446 \end_layout
12447
12448 \end_inset
12449
12450
12451 \begin_inset Index idx
12452 status collapsed
12453
12454 \begin_layout Plain Layout
12455 Table ! Multirows
12456 \end_layout
12457
12458 \end_inset
12459
12460
12461 \end_layout
12462
12463 \begin_layout Standard
12464 To merge cells over multiple rows, select as many cells within a column
12465  as you want to merge and use either the table-toolbar button 
12466 \begin_inset Info
12467 type  "icon"
12468 arg   "inset-modify tabular multirow"
12469 \end_inset
12470
12471 , or the menu 
12472 \family sans
12473 Edit\SpecialChar menuseparator
12474 Table\SpecialChar menuseparator
12475 Multirow
12476 \family default
12477 , or right click on the marked cells and choose 
12478 \family sans
12479 Multirow
12480 \family default
12481  in the context menu.
12482 \end_layout
12483
12484 \begin_layout Standard
12485 Here is an example table with a multirow in the first column:
12486 \begin_inset Separator parbreak
12487 \end_inset
12488
12489
12490 \end_layout
12491
12492 \begin_layout Standard
12493 \align center
12494 \begin_inset Tabular
12495 <lyxtabular version="3" rows="3" columns="3">
12496 <features tabularvalignment="middle">
12497 <column alignment="center" valignment="top" width="0pt">
12498 <column alignment="center" valignment="top">
12499 <column alignment="center" valignment="top">
12500 <row>
12501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12502 \begin_inset Text
12503
12504 \begin_layout Plain Layout
12505 a long cell entry
12506 \end_layout
12507
12508 \end_inset
12509 </cell>
12510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12511 \begin_inset Text
12512
12513 \begin_layout Plain Layout
12514 b
12515 \end_layout
12516
12517 \end_inset
12518 </cell>
12519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12520 \begin_inset Text
12521
12522 \begin_layout Plain Layout
12523 c
12524 \end_layout
12525
12526 \end_inset
12527 </cell>
12528 </row>
12529 <row>
12530 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12531 \begin_inset Text
12532
12533 \begin_layout Plain Layout
12534 multirow
12535 \end_layout
12536
12537 \end_inset
12538 </cell>
12539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12540 \begin_inset Text
12541
12542 \begin_layout Plain Layout
12543 e
12544 \end_layout
12545
12546 \end_inset
12547 </cell>
12548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12549 \begin_inset Text
12550
12551 \begin_layout Plain Layout
12552 f
12553 \end_layout
12554
12555 \end_inset
12556 </cell>
12557 </row>
12558 <row>
12559 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12560 \begin_inset Text
12561
12562 \begin_layout Plain Layout
12563
12564 \end_layout
12565
12566 \end_inset
12567 </cell>
12568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12569 \begin_inset Text
12570
12571 \begin_layout Plain Layout
12572 h
12573 \end_layout
12574
12575 \end_inset
12576 </cell>
12577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12578 \begin_inset Text
12579
12580 \begin_layout Plain Layout
12581 i
12582 \end_layout
12583
12584 \end_inset
12585 </cell>
12586 </row>
12587 </lyxtabular>
12588
12589 \end_inset
12590
12591
12592 \end_layout
12593
12594 \begin_layout Standard
12595 The width of multirow cells is set by setting the width and alignment for
12596  the whole column.
12597  The 
12598 \family sans
12599 Vertical Offset
12600 \family default
12601  shifts the content of the multirow up/down if the offset is positive/negative.
12602 \end_layout
12603
12604 \begin_layout Standard
12605 If the column of a multirow cell has no explicit width, the multirow cell
12606  inherits the alignment of the column.
12607  Otherwise it is by default left-aligned.
12608  To override the default, renew the command 
12609 \series bold
12610
12611 \backslash
12612 multirowsetup
12613 \series default
12614  with the command
12615 \end_layout
12616
12617 \begin_layout Standard
12618
12619 \series bold
12620
12621 \backslash
12622 renewcommand{
12623 \backslash
12624 multirowsetup}{
12625 \backslash
12626 centering}
12627 \end_layout
12628
12629 \begin_layout Standard
12630 in the document preamble.
12631  Then all entries of multirow cells in the document are centered.
12632  If centering is only needed for several tables, you can renew the command
12633  in a \SpecialChar TeX
12634  Code box just before the table instead of the preamble.
12635  If the text should be right-aligned, replace 
12636 \series bold
12637
12638 \backslash
12639 centering
12640 \series default
12641  by 
12642 \series bold
12643
12644 \backslash
12645 raggedleft
12646 \series default
12647 .
12648  To return to left-alignment 
12649 \series bold
12650
12651 \backslash
12652 raggedright
12653 \series default
12654  is used.
12655 \end_layout
12656
12657 \begin_layout Standard
12658 This is an example table with a right-aligned multirow cell that has a vertical
12659  offset of -4
12660 \begin_inset space \thinspace{}
12661 \end_inset
12662
12663 mm and is in a 3
12664 \begin_inset space \thinspace{}
12665 \end_inset
12666
12667 cm wide column:
12668 \begin_inset Separator parbreak
12669 \end_inset
12670
12671
12672 \end_layout
12673
12674 \begin_layout Standard
12675 \noindent
12676 \align center
12677 \begin_inset ERT
12678 status collapsed
12679
12680 \begin_layout Plain Layout
12681
12682
12683 \backslash
12684 renewcommand{
12685 \backslash
12686 multirowsetup}{
12687 \backslash
12688 raggedleft}
12689 \end_layout
12690
12691 \end_inset
12692
12693
12694 \begin_inset Tabular
12695 <lyxtabular version="3" rows="4" columns="3">
12696 <features tabularvalignment="middle">
12697 <column alignment="center" valignment="top" width="3cm">
12698 <column alignment="center" valignment="top">
12699 <column alignment="center" valignment="top">
12700 <row>
12701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12702 \begin_inset Text
12703
12704 \begin_layout Plain Layout
12705 a long cell entry
12706 \end_layout
12707
12708 \end_inset
12709 </cell>
12710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12711 \begin_inset Text
12712
12713 \begin_layout Plain Layout
12714 b
12715 \end_layout
12716
12717 \end_inset
12718 </cell>
12719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12720 \begin_inset Text
12721
12722 \begin_layout Plain Layout
12723 c
12724 \end_layout
12725
12726 \end_inset
12727 </cell>
12728 </row>
12729 <row>
12730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12731 \begin_inset Text
12732
12733 \begin_layout Plain Layout
12734 t
12735 \end_layout
12736
12737 \end_inset
12738 </cell>
12739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12740 \begin_inset Text
12741
12742 \begin_layout Plain Layout
12743 n
12744 \end_layout
12745
12746 \end_inset
12747 </cell>
12748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12749 \begin_inset Text
12750
12751 \begin_layout Plain Layout
12752 m
12753 \end_layout
12754
12755 \end_inset
12756 </cell>
12757 </row>
12758 <row>
12759 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12760 \begin_inset Text
12761
12762 \begin_layout Plain Layout
12763 multirow
12764 \end_layout
12765
12766 \end_inset
12767 </cell>
12768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12769 \begin_inset Text
12770
12771 \begin_layout Plain Layout
12772 e
12773 \end_layout
12774
12775 \end_inset
12776 </cell>
12777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12778 \begin_inset Text
12779
12780 \begin_layout Plain Layout
12781 f
12782 \end_layout
12783
12784 \end_inset
12785 </cell>
12786 </row>
12787 <row>
12788 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12789 \begin_inset Text
12790
12791 \begin_layout Plain Layout
12792
12793 \end_layout
12794
12795 \end_inset
12796 </cell>
12797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12798 \begin_inset Text
12799
12800 \begin_layout Plain Layout
12801 h
12802 \end_layout
12803
12804 \end_inset
12805 </cell>
12806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12807 \begin_inset Text
12808
12809 \begin_layout Plain Layout
12810 i
12811 \end_layout
12812
12813 \end_inset
12814 </cell>
12815 </row>
12816 </lyxtabular>
12817
12818 \end_inset
12819
12820
12821 \begin_inset ERT
12822 status collapsed
12823
12824 \begin_layout Plain Layout
12825
12826
12827 \backslash
12828 renewcommand{
12829 \backslash
12830 multirowsetup}{
12831 \backslash
12832 raggedright}
12833 \end_layout
12834
12835 \end_inset
12836
12837
12838 \end_layout
12839
12840 \begin_layout Standard
12841 To start a new line in a multirow you can use a forced line break (shortcut
12842  
12843 \begin_inset Info
12844 type  "shortcut"
12845 arg   "newline-insert newline"
12846 \end_inset
12847
12848 ) but this will not respect the cell lines as demonstrated in this table:
12849 \begin_inset Separator parbreak
12850 \end_inset
12851
12852
12853 \end_layout
12854
12855 \begin_layout Standard
12856 \noindent
12857 \align center
12858 \begin_inset Tabular
12859 <lyxtabular version="3" rows="3" columns="2">
12860 <features tabularvalignment="middle">
12861 <column alignment="left" valignment="middle" width="2cm">
12862 <column alignment="center" valignment="top">
12863 <row>
12864 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12865 \begin_inset Text
12866
12867 \begin_layout Plain Layout
12868 aaa
12869 \begin_inset Newline newline
12870 \end_inset
12871
12872 aaa
12873 \begin_inset Newline newline
12874 \end_inset
12875
12876 wrong cell
12877 \end_layout
12878
12879 \end_inset
12880 </cell>
12881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12882 \begin_inset Text
12883
12884 \begin_layout Plain Layout
12885 ccc
12886 \end_layout
12887
12888 \end_inset
12889 </cell>
12890 </row>
12891 <row>
12892 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12893 \begin_inset Text
12894
12895 \begin_layout Plain Layout
12896
12897 \end_layout
12898
12899 \end_inset
12900 </cell>
12901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12902 \begin_inset Text
12903
12904 \begin_layout Plain Layout
12905 ddd
12906 \end_layout
12907
12908 \end_inset
12909 </cell>
12910 </row>
12911 <row>
12912 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12913 \begin_inset Text
12914
12915 \begin_layout Plain Layout
12916 bbb
12917 \end_layout
12918
12919 \end_inset
12920 </cell>
12921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12922 \begin_inset Text
12923
12924 \begin_layout Plain Layout
12925 eee
12926 \end_layout
12927
12928 \end_inset
12929 </cell>
12930 </row>
12931 </lyxtabular>
12932
12933 \end_inset
12934
12935
12936 \end_layout
12937
12938 \begin_layout Standard
12939 Therefore be careful with forced line breaks.
12940 \end_layout
12941
12942 \begin_layout Subsection
12943 Cells with diagonal line(s)
12944 \end_layout
12945
12946 \begin_layout Standard
12947 To tell the reader what is meant by column and row headings in a table,
12948  it is helpful to split the first cell of the table by one or two diagonal
12949  lines.
12950  This can be achieved by loading the \SpecialChar LaTeX
12951  package 
12952 \series bold
12953 diagbox
12954 \series default
12955
12956 \begin_inset Index idx
12957 status collapsed
12958
12959 \begin_layout Plain Layout
12960 \SpecialChar LaTeX
12961 -packages ! picinpar
12962 \end_layout
12963
12964 \end_inset
12965
12966  in the document preamble.
12967  The package provides the command 
12968 \series bold
12969
12970 \backslash
12971 diagbox
12972 \series default
12973  that is inserted as \SpecialChar TeX
12974  Code and that can take 2 or 3
12975 \begin_inset space ~
12976 \end_inset
12977
12978 arguments:
12979 \end_layout
12980
12981 \begin_layout Standard
12982
12983 \series bold
12984
12985 \backslash
12986 diagbox[options]{lower left}{upper right}
12987 \end_layout
12988
12989 \begin_layout Standard
12990
12991 \series bold
12992
12993 \backslash
12994 diagbox[options]{lower left}{upper left}{upper right}
12995 \end_layout
12996
12997 \begin_layout Standard
12998 The first scheme divides the cell by a single diagonal line and the arguments
12999  are placed below and above this line.
13000  The second scheme divides the cell by 2
13001 \begin_inset space ~
13002 \end_inset
13003
13004 lines.
13005 \end_layout
13006
13007 \begin_layout Standard
13008 \begin_inset ERT
13009 status collapsed
13010
13011 \begin_layout Plain Layout
13012
13013
13014 \backslash
13015 ifdiagbox
13016 \end_layout
13017
13018 \end_inset
13019
13020
13021 \begin_inset Note Note
13022 status open
13023
13024 \begin_layout Plain Layout
13025 The following section will only be displayed when the \SpecialChar LaTeX
13026 -package 
13027 \series bold
13028 diagbox
13029 \series default
13030  is installed.
13031 \end_layout
13032
13033 \end_inset
13034
13035
13036 \end_layout
13037
13038 \begin_layout Standard
13039 Here is an example table where 
13040 \series bold
13041
13042 \backslash
13043 diagbox 
13044 \series default
13045 is used in the 2-argument scheme in the first cell:
13046 \begin_inset VSpace medskip
13047 \end_inset
13048
13049
13050 \end_layout
13051
13052 \begin_layout Standard
13053 \noindent
13054 \begin_inset Tabular
13055 <lyxtabular version="3" rows="4" columns="4">
13056 <features tabularvalignment="middle">
13057 <column alignment="center" valignment="top">
13058 <column alignment="center" valignment="top">
13059 <column alignment="center" valignment="top">
13060 <column alignment="center" valignment="top">
13061 <row>
13062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13063 \begin_inset Text
13064
13065 \begin_layout Plain Layout
13066 \begin_inset ERT
13067 status collapsed
13068
13069 \begin_layout Plain Layout
13070
13071
13072 \backslash
13073 diagbox{
13074 \end_layout
13075
13076 \end_inset
13077
13078 Name
13079 \begin_inset ERT
13080 status collapsed
13081
13082 \begin_layout Plain Layout
13083
13084 }{
13085 \end_layout
13086
13087 \end_inset
13088
13089 Parameter
13090 \begin_inset ERT
13091 status collapsed
13092
13093 \begin_layout Plain Layout
13094
13095 }
13096 \end_layout
13097
13098 \end_inset
13099
13100
13101 \end_layout
13102
13103 \end_inset
13104 </cell>
13105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13106 \begin_inset Text
13107
13108 \begin_layout Plain Layout
13109 Thickness in nm
13110 \end_layout
13111
13112 \end_inset
13113 </cell>
13114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13115 \begin_inset Text
13116
13117 \begin_layout Plain Layout
13118 Transparency in %
13119 \end_layout
13120
13121 \end_inset
13122 </cell>
13123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13124 \begin_inset Text
13125
13126 \begin_layout Plain Layout
13127 Hardness in MPa
13128 \end_layout
13129
13130 \end_inset
13131 </cell>
13132 </row>
13133 <row>
13134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13135 \begin_inset Text
13136
13137 \begin_layout Plain Layout
13138 Perfect Green
13139 \end_layout
13140
13141 \end_inset
13142 </cell>
13143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13144 \begin_inset Text
13145
13146 \begin_layout Plain Layout
13147 45
13148 \end_layout
13149
13150 \end_inset
13151 </cell>
13152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13153 \begin_inset Text
13154
13155 \begin_layout Plain Layout
13156 80
13157 \end_layout
13158
13159 \end_inset
13160 </cell>
13161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13162 \begin_inset Text
13163
13164 \begin_layout Plain Layout
13165 504
13166 \end_layout
13167
13168 \end_inset
13169 </cell>
13170 </row>
13171 <row>
13172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13173 \begin_inset Text
13174
13175 \begin_layout Plain Layout
13176 Dark Multi-P
13177 \end_layout
13178
13179 \end_inset
13180 </cell>
13181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13182 \begin_inset Text
13183
13184 \begin_layout Plain Layout
13185 60
13186 \end_layout
13187
13188 \end_inset
13189 </cell>
13190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13191 \begin_inset Text
13192
13193 \begin_layout Plain Layout
13194 72
13195 \end_layout
13196
13197 \end_inset
13198 </cell>
13199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13200 \begin_inset Text
13201
13202 \begin_layout Plain Layout
13203 982
13204 \end_layout
13205
13206 \end_inset
13207 </cell>
13208 </row>
13209 <row>
13210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13211 \begin_inset Text
13212
13213 \begin_layout Plain Layout
13214 Crystal Clear Pro
13215 \end_layout
13216
13217 \end_inset
13218 </cell>
13219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13220 \begin_inset Text
13221
13222 \begin_layout Plain Layout
13223 18
13224 \end_layout
13225
13226 \end_inset
13227 </cell>
13228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13229 \begin_inset Text
13230
13231 \begin_layout Plain Layout
13232 86
13233 \end_layout
13234
13235 \end_inset
13236 </cell>
13237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13238 \begin_inset Text
13239
13240 \begin_layout Plain Layout
13241 374
13242 \end_layout
13243
13244 \end_inset
13245 </cell>
13246 </row>
13247 </lyxtabular>
13248
13249 \end_inset
13250
13251
13252 \begin_inset VSpace medskip
13253 \end_inset
13254
13255
13256 \end_layout
13257
13258 \begin_layout Standard
13259 The 3-argument scheme is for example useful for cross-tables of sports leagues
13260  or distances:
13261 \begin_inset Separator parbreak
13262 \end_inset
13263
13264
13265 \end_layout
13266
13267 \begin_layout Standard
13268 \noindent
13269 \align center
13270 \begin_inset Tabular
13271 <lyxtabular version="3" rows="4" columns="4">
13272 <features tabularvalignment="middle">
13273 <column alignment="center" valignment="top" width="0pt">
13274 <column alignment="center" valignment="top">
13275 <column alignment="center" valignment="top">
13276 <column alignment="center" valignment="top">
13277 <row>
13278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13279 \begin_inset Text
13280
13281 \begin_layout Plain Layout
13282 \begin_inset ERT
13283 status collapsed
13284
13285 \begin_layout Plain Layout
13286
13287
13288 \backslash
13289 diagbox{
13290 \end_layout
13291
13292 \end_inset
13293
13294 Team home
13295 \begin_inset ERT
13296 status collapsed
13297
13298 \begin_layout Plain Layout
13299
13300 }{
13301 \end_layout
13302
13303 \end_inset
13304
13305 Result
13306 \begin_inset ERT
13307 status collapsed
13308
13309 \begin_layout Plain Layout
13310
13311 }{
13312 \end_layout
13313
13314 \end_inset
13315
13316 Team away
13317 \begin_inset ERT
13318 status collapsed
13319
13320 \begin_layout Plain Layout
13321
13322 }
13323 \end_layout
13324
13325 \end_inset
13326
13327
13328 \end_layout
13329
13330 \end_inset
13331 </cell>
13332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13333 \begin_inset Text
13334
13335 \begin_layout Plain Layout
13336 Tigers
13337 \end_layout
13338
13339 \end_inset
13340 </cell>
13341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13342 \begin_inset Text
13343
13344 \begin_layout Plain Layout
13345 Panthers
13346 \end_layout
13347
13348 \end_inset
13349 </cell>
13350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13351 \begin_inset Text
13352
13353 \begin_layout Plain Layout
13354 Falcons
13355 \end_layout
13356
13357 \end_inset
13358 </cell>
13359 </row>
13360 <row>
13361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13362 \begin_inset Text
13363
13364 \begin_layout Plain Layout
13365 Tigers
13366 \end_layout
13367
13368 \end_inset
13369 </cell>
13370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13371 \begin_inset Text
13372
13373 \begin_layout Plain Layout
13374
13375 \end_layout
13376
13377 \end_inset
13378 </cell>
13379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13380 \begin_inset Text
13381
13382 \begin_layout Plain Layout
13383 1:3
13384 \end_layout
13385
13386 \end_inset
13387 </cell>
13388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13389 \begin_inset Text
13390
13391 \begin_layout Plain Layout
13392 0:1
13393 \end_layout
13394
13395 \end_inset
13396 </cell>
13397 </row>
13398 <row>
13399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13400 \begin_inset Text
13401
13402 \begin_layout Plain Layout
13403 Panthers
13404 \end_layout
13405
13406 \end_inset
13407 </cell>
13408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13409 \begin_inset Text
13410
13411 \begin_layout Plain Layout
13412 3:1
13413 \end_layout
13414
13415 \end_inset
13416 </cell>
13417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13418 \begin_inset Text
13419
13420 \begin_layout Plain Layout
13421
13422 \end_layout
13423
13424 \end_inset
13425 </cell>
13426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13427 \begin_inset Text
13428
13429 \begin_layout Plain Layout
13430 0:0
13431 \end_layout
13432
13433 \end_inset
13434 </cell>
13435 </row>
13436 <row>
13437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13438 \begin_inset Text
13439
13440 \begin_layout Plain Layout
13441 Falcons
13442 \end_layout
13443
13444 \end_inset
13445 </cell>
13446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13447 \begin_inset Text
13448
13449 \begin_layout Plain Layout
13450 1:0
13451 \end_layout
13452
13453 \end_inset
13454 </cell>
13455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13456 \begin_inset Text
13457
13458 \begin_layout Plain Layout
13459 0:0
13460 \end_layout
13461
13462 \end_inset
13463 </cell>
13464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13465 \begin_inset Text
13466
13467 \begin_layout Plain Layout
13468
13469 \end_layout
13470
13471 \end_inset
13472 </cell>
13473 </row>
13474 </lyxtabular>
13475
13476 \end_inset
13477
13478
13479 \end_layout
13480
13481 \begin_layout Standard
13482 For larger cross-tables one might use split cells in 2 or every corner of
13483  the table like in this example:
13484 \begin_inset Separator parbreak
13485 \end_inset
13486
13487
13488 \end_layout
13489
13490 \begin_layout Standard
13491 \noindent
13492 \align center
13493 \begin_inset Tabular
13494 <lyxtabular version="3" rows="5" columns="5">
13495 <features tabularvalignment="middle">
13496 <column alignment="center" valignment="top" width="0pt">
13497 <column alignment="center" valignment="top">
13498 <column alignment="center" valignment="top">
13499 <column alignment="center" valignment="top">
13500 <column alignment="center" valignment="top">
13501 <row>
13502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13503 \begin_inset Text
13504
13505 \begin_layout Plain Layout
13506 \begin_inset ERT
13507 status open
13508
13509 \begin_layout Plain Layout
13510
13511
13512 \backslash
13513 diagbox{
13514 \end_layout
13515
13516 \end_inset
13517
13518 Team home
13519 \begin_inset ERT
13520 status collapsed
13521
13522 \begin_layout Plain Layout
13523
13524 }{
13525 \end_layout
13526
13527 \end_inset
13528
13529 Result
13530 \begin_inset ERT
13531 status collapsed
13532
13533 \begin_layout Plain Layout
13534
13535 }{
13536 \end_layout
13537
13538 \end_inset
13539
13540 Team away
13541 \begin_inset ERT
13542 status collapsed
13543
13544 \begin_layout Plain Layout
13545
13546 }
13547 \end_layout
13548
13549 \end_inset
13550
13551
13552 \end_layout
13553
13554 \end_inset
13555 </cell>
13556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13557 \begin_inset Text
13558
13559 \begin_layout Plain Layout
13560 Tigers
13561 \end_layout
13562
13563 \end_inset
13564 </cell>
13565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13566 \begin_inset Text
13567
13568 \begin_layout Plain Layout
13569 Panthers
13570 \end_layout
13571
13572 \end_inset
13573 </cell>
13574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13575 \begin_inset Text
13576
13577 \begin_layout Plain Layout
13578 Falcons
13579 \end_layout
13580
13581 \end_inset
13582 </cell>
13583 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13584 \begin_inset Text
13585
13586 \begin_layout Plain Layout
13587 \begin_inset ERT
13588 status open
13589
13590 \begin_layout Plain Layout
13591
13592
13593 \backslash
13594 diagbox[dir=NE]{
13595 \end_layout
13596
13597 \end_inset
13598
13599 Team home
13600 \begin_inset ERT
13601 status collapsed
13602
13603 \begin_layout Plain Layout
13604
13605 }{
13606 \end_layout
13607
13608 \end_inset
13609
13610 Result
13611 \begin_inset ERT
13612 status collapsed
13613
13614 \begin_layout Plain Layout
13615
13616 }{
13617 \end_layout
13618
13619 \end_inset
13620
13621 Team away
13622 \begin_inset ERT
13623 status collapsed
13624
13625 \begin_layout Plain Layout
13626
13627 }
13628 \end_layout
13629
13630 \end_inset
13631
13632
13633 \end_layout
13634
13635 \end_inset
13636 </cell>
13637 </row>
13638 <row>
13639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13640 \begin_inset Text
13641
13642 \begin_layout Plain Layout
13643 Tigers
13644 \end_layout
13645
13646 \end_inset
13647 </cell>
13648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13649 \begin_inset Text
13650
13651 \begin_layout Plain Layout
13652
13653 \end_layout
13654
13655 \end_inset
13656 </cell>
13657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13658 \begin_inset Text
13659
13660 \begin_layout Plain Layout
13661 1:3
13662 \end_layout
13663
13664 \end_inset
13665 </cell>
13666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13667 \begin_inset Text
13668
13669 \begin_layout Plain Layout
13670 0:1
13671 \end_layout
13672
13673 \end_inset
13674 </cell>
13675 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13676 \begin_inset Text
13677
13678 \begin_layout Plain Layout
13679 Tigers
13680 \end_layout
13681
13682 \end_inset
13683 </cell>
13684 </row>
13685 <row>
13686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13687 \begin_inset Text
13688
13689 \begin_layout Plain Layout
13690 Panthers
13691 \end_layout
13692
13693 \end_inset
13694 </cell>
13695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13696 \begin_inset Text
13697
13698 \begin_layout Plain Layout
13699 3:1
13700 \end_layout
13701
13702 \end_inset
13703 </cell>
13704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13705 \begin_inset Text
13706
13707 \begin_layout Plain Layout
13708
13709 \end_layout
13710
13711 \end_inset
13712 </cell>
13713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13714 \begin_inset Text
13715
13716 \begin_layout Plain Layout
13717 0:0
13718 \end_layout
13719
13720 \end_inset
13721 </cell>
13722 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13723 \begin_inset Text
13724
13725 \begin_layout Plain Layout
13726 Panthers
13727 \end_layout
13728
13729 \end_inset
13730 </cell>
13731 </row>
13732 <row>
13733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13734 \begin_inset Text
13735
13736 \begin_layout Plain Layout
13737 Falcons
13738 \end_layout
13739
13740 \end_inset
13741 </cell>
13742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13743 \begin_inset Text
13744
13745 \begin_layout Plain Layout
13746 1:0
13747 \end_layout
13748
13749 \end_inset
13750 </cell>
13751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13752 \begin_inset Text
13753
13754 \begin_layout Plain Layout
13755 0:0
13756 \end_layout
13757
13758 \end_inset
13759 </cell>
13760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13761 \begin_inset Text
13762
13763 \begin_layout Plain Layout
13764
13765 \end_layout
13766
13767 \end_inset
13768 </cell>
13769 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13770 \begin_inset Text
13771
13772 \begin_layout Plain Layout
13773 Falcons
13774 \end_layout
13775
13776 \end_inset
13777 </cell>
13778 </row>
13779 <row>
13780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13781 \begin_inset Text
13782
13783 \begin_layout Plain Layout
13784 \begin_inset ERT
13785 status open
13786
13787 \begin_layout Plain Layout
13788
13789
13790 \backslash
13791 diagbox[dir=SW]{
13792 \end_layout
13793
13794 \end_inset
13795
13796 Team home
13797 \begin_inset ERT
13798 status collapsed
13799
13800 \begin_layout Plain Layout
13801
13802 }{
13803 \end_layout
13804
13805 \end_inset
13806
13807 Result
13808 \begin_inset ERT
13809 status collapsed
13810
13811 \begin_layout Plain Layout
13812
13813 }{
13814 \end_layout
13815
13816 \end_inset
13817
13818 Team away
13819 \begin_inset ERT
13820 status collapsed
13821
13822 \begin_layout Plain Layout
13823
13824 }
13825 \end_layout
13826
13827 \end_inset
13828
13829
13830 \end_layout
13831
13832 \end_inset
13833 </cell>
13834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13835 \begin_inset Text
13836
13837 \begin_layout Plain Layout
13838 Tigers
13839 \end_layout
13840
13841 \end_inset
13842 </cell>
13843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13844 \begin_inset Text
13845
13846 \begin_layout Plain Layout
13847 Panthers
13848 \end_layout
13849
13850 \end_inset
13851 </cell>
13852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13853 \begin_inset Text
13854
13855 \begin_layout Plain Layout
13856 Falcons
13857 \end_layout
13858
13859 \end_inset
13860 </cell>
13861 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13862 \begin_inset Text
13863
13864 \begin_layout Plain Layout
13865 \begin_inset ERT
13866 status open
13867
13868 \begin_layout Plain Layout
13869
13870
13871 \backslash
13872 diagbox[dir=SE]{
13873 \end_layout
13874
13875 \end_inset
13876
13877 Team home
13878 \begin_inset ERT
13879 status collapsed
13880
13881 \begin_layout Plain Layout
13882
13883 }{
13884 \end_layout
13885
13886 \end_inset
13887
13888 Result
13889 \begin_inset ERT
13890 status collapsed
13891
13892 \begin_layout Plain Layout
13893
13894 }{
13895 \end_layout
13896
13897 \end_inset
13898
13899 Team away
13900 \begin_inset ERT
13901 status collapsed
13902
13903 \begin_layout Plain Layout
13904
13905 }
13906 \end_layout
13907
13908 \end_inset
13909
13910
13911 \end_layout
13912
13913 \end_inset
13914 </cell>
13915 </row>
13916 </lyxtabular>
13917
13918 \end_inset
13919
13920
13921 \end_layout
13922
13923 \begin_layout Standard
13924 To rotate the diagonal lines, the command option 
13925 \series bold
13926 dir=direction
13927 \series default
13928  is used.
13929  
13930 \emph on
13931 direction
13932 \emph default
13933  is either 
13934 \series bold
13935 NE
13936 \series default
13937
13938 \series bold
13939 DE
13940 \series default
13941
13942 \series bold
13943 SW
13944 \series default
13945  or 
13946 \series bold
13947 NW
13948 \series default
13949  and represent a point of a compass.
13950  
13951 \series bold
13952 SW
13953 \series default
13954  is for example the south-west corner.
13955  Thus in the lower left cell of the above table the command
13956 \end_layout
13957
13958 \begin_layout Standard
13959
13960 \series bold
13961
13962 \backslash
13963 diagbox[dir=SW]{Team home}{Result}{Team away}
13964 \end_layout
13965
13966 \begin_layout Standard
13967 is used.
13968  If no direction is given, it will be NW.
13969 \end_layout
13970
13971 \begin_layout Standard
13972 The necessary width of split cells is automatically calculated.
13973  Thus if you set a fixed column width smaller than the calculated one, the
13974  cell's content will protrude the cell borders:
13975 \begin_inset Separator parbreak
13976 \end_inset
13977
13978
13979 \end_layout
13980
13981 \begin_layout Standard
13982 \noindent
13983 \align center
13984 \begin_inset Tabular
13985 <lyxtabular version="3" rows="2" columns="2">
13986 <features tabularvalignment="middle">
13987 <column alignment="center" valignment="top" width="3cm">
13988 <column alignment="center" valignment="top">
13989 <row>
13990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13991 \begin_inset Text
13992
13993 \begin_layout Plain Layout
13994 \begin_inset ERT
13995 status collapsed
13996
13997 \begin_layout Plain Layout
13998
13999
14000 \backslash
14001 diagbox{
14002 \end_layout
14003
14004 \end_inset
14005
14006 Name
14007 \begin_inset ERT
14008 status collapsed
14009
14010 \begin_layout Plain Layout
14011
14012 }{
14013 \end_layout
14014
14015 \end_inset
14016
14017 Parameter
14018 \begin_inset ERT
14019 status collapsed
14020
14021 \begin_layout Plain Layout
14022
14023 }
14024 \end_layout
14025
14026 \end_inset
14027
14028
14029 \end_layout
14030
14031 \end_inset
14032 </cell>
14033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14034 \begin_inset Text
14035
14036 \begin_layout Plain Layout
14037 Thickness in nm
14038 \end_layout
14039
14040 \end_inset
14041 </cell>
14042 </row>
14043 <row>
14044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14045 \begin_inset Text
14046
14047 \begin_layout Plain Layout
14048 Perfect Green
14049 \end_layout
14050
14051 \end_inset
14052 </cell>
14053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14054 \begin_inset Text
14055
14056 \begin_layout Plain Layout
14057 45
14058 \end_layout
14059
14060 \end_inset
14061 </cell>
14062 </row>
14063 </lyxtabular>
14064
14065 \end_inset
14066
14067
14068 \end_layout
14069
14070 \begin_layout Standard
14071 If you need a certain width for columns with a split cell, use the command
14072  option 
14073 \series bold
14074 width=3cm
14075 \series default
14076  (replace '3cm' by the width you need).
14077  In the following table the width of the first column is set to 4
14078 \begin_inset space \thinspace{}
14079 \end_inset
14080
14081 cm.
14082  For 
14083 \series bold
14084
14085 \backslash
14086 diagbox
14087 \series default
14088  a width of 4
14089 \begin_inset space \thinspace{}
14090 \end_inset
14091
14092 cm + 2
14093 \begin_inset space \thinspace{}
14094 \end_inset
14095
14096
14097 \backslash
14098 tabcolsep is necessary because the overall width is the width for the text
14099  (in this case the 4
14100 \begin_inset space \thinspace{}
14101 \end_inset
14102
14103 cm) plus two times the separation of the text and the cell border.
14104  The calculation of the width cannot be done in the command option of 
14105 \series bold
14106
14107 \backslash
14108 diagbox
14109 \series default
14110  so one needs to create a new length which can be used later.
14111  This is done with the \SpecialChar TeX
14112  Code commands
14113 \end_layout
14114
14115 \begin_layout Standard
14116
14117 \series bold
14118
14119 \backslash
14120 newlength{
14121 \backslash
14122 diagtest}
14123 \begin_inset Newline newline
14124 \end_inset
14125
14126
14127 \backslash
14128 setlength{
14129 \backslash
14130 diagtest}{4cm+2
14131 \backslash
14132 tabcolsep}
14133 \end_layout
14134
14135 \begin_layout Standard
14136 \begin_inset ERT
14137 status collapsed
14138
14139 \begin_layout Plain Layout
14140
14141
14142 \backslash
14143 newlength{
14144 \backslash
14145 diagtest}
14146 \end_layout
14147
14148 \begin_layout Plain Layout
14149
14150
14151 \backslash
14152 setlength{
14153 \backslash
14154 diagtest}{4cm+2
14155 \backslash
14156 tabcolsep}
14157 \end_layout
14158
14159 \end_inset
14160
14161
14162 \end_layout
14163
14164 \begin_layout Standard
14165 To enable calculations in \SpecialChar LaTeX
14166  one needs to load the package 
14167 \series bold
14168 calc
14169 \series default
14170
14171 \begin_inset Index idx
14172 status collapsed
14173
14174 \begin_layout Plain Layout
14175 \SpecialChar LaTeX
14176 -packages ! calc
14177 \end_layout
14178
14179 \end_inset
14180
14181  in the document preamble.
14182 \end_layout
14183
14184 \begin_layout Standard
14185 In this table you can now use the command
14186 \end_layout
14187
14188 \begin_layout Standard
14189
14190 \series bold
14191
14192 \backslash
14193 diagbox[width=
14194 \backslash
14195 diagtest]{A}{B}
14196 \end_layout
14197
14198 \begin_layout Standard
14199 in the first cell:
14200 \begin_inset Separator parbreak
14201 \end_inset
14202
14203
14204 \end_layout
14205
14206 \begin_layout Standard
14207 \noindent
14208 \align center
14209 \begin_inset Tabular
14210 <lyxtabular version="3" rows="2" columns="2">
14211 <features tabularvalignment="middle">
14212 <column alignment="center" valignment="top" width="4cm">
14213 <column alignment="center" valignment="top">
14214 <row>
14215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14216 \begin_inset Text
14217
14218 \begin_layout Plain Layout
14219 \begin_inset ERT
14220 status open
14221
14222 \begin_layout Plain Layout
14223
14224
14225 \backslash
14226 diagbox[width=
14227 \backslash
14228 diagtest]{
14229 \end_layout
14230
14231 \end_inset
14232
14233 A
14234 \begin_inset ERT
14235 status collapsed
14236
14237 \begin_layout Plain Layout
14238
14239 }{
14240 \end_layout
14241
14242 \end_inset
14243
14244 B
14245 \begin_inset ERT
14246 status collapsed
14247
14248 \begin_layout Plain Layout
14249
14250 }
14251 \end_layout
14252
14253 \end_inset
14254
14255
14256 \end_layout
14257
14258 \end_inset
14259 </cell>
14260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14261 \begin_inset Text
14262
14263 \begin_layout Plain Layout
14264 Thickness in nm
14265 \end_layout
14266
14267 \end_inset
14268 </cell>
14269 </row>
14270 <row>
14271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14272 \begin_inset Text
14273
14274 \begin_layout Plain Layout
14275 Perfect Green
14276 \end_layout
14277
14278 \end_inset
14279 </cell>
14280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14281 \begin_inset Text
14282
14283 \begin_layout Plain Layout
14284 45
14285 \end_layout
14286
14287 \end_inset
14288 </cell>
14289 </row>
14290 </lyxtabular>
14291
14292 \end_inset
14293
14294
14295 \end_layout
14296
14297 \begin_layout Standard
14298 Note that the split cell needs to be the widest one in the column.
14299  Otherwise the length of the diagonal line cannot be calculated correctly
14300  like in this table:
14301 \begin_inset Separator parbreak
14302 \end_inset
14303
14304
14305 \end_layout
14306
14307 \begin_layout Standard
14308 \noindent
14309 \align center
14310 \begin_inset Tabular
14311 <lyxtabular version="3" rows="2" columns="2">
14312 <features tabularvalignment="middle">
14313 <column alignment="center" valignment="top" width="0pt">
14314 <column alignment="center" valignment="top">
14315 <row>
14316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14317 \begin_inset Text
14318
14319 \begin_layout Plain Layout
14320 \begin_inset ERT
14321 status collapsed
14322
14323 \begin_layout Plain Layout
14324
14325
14326 \backslash
14327 diagbox{
14328 \end_layout
14329
14330 \end_inset
14331
14332 A
14333 \begin_inset ERT
14334 status collapsed
14335
14336 \begin_layout Plain Layout
14337
14338 }{
14339 \end_layout
14340
14341 \end_inset
14342
14343 B
14344 \begin_inset ERT
14345 status collapsed
14346
14347 \begin_layout Plain Layout
14348
14349 }
14350 \end_layout
14351
14352 \end_inset
14353
14354
14355 \end_layout
14356
14357 \end_inset
14358 </cell>
14359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14360 \begin_inset Text
14361
14362 \begin_layout Plain Layout
14363 Thickness in nm
14364 \end_layout
14365
14366 \end_inset
14367 </cell>
14368 </row>
14369 <row>
14370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14371 \begin_inset Text
14372
14373 \begin_layout Plain Layout
14374 Perfect Green
14375 \end_layout
14376
14377 \end_inset
14378 </cell>
14379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14380 \begin_inset Text
14381
14382 \begin_layout Plain Layout
14383 45
14384 \end_layout
14385
14386 \end_inset
14387 </cell>
14388 </row>
14389 </lyxtabular>
14390
14391 \end_inset
14392
14393
14394 \end_layout
14395
14396 \begin_layout Standard
14397 In this case use the 
14398 \series bold
14399 width
14400 \series default
14401  option of the 
14402 \series bold
14403
14404 \backslash
14405 diagbox
14406 \series default
14407  command.
14408  It is then not necessary to add 2
14409 \backslash
14410 tabcolsep because the cell width is now the width of the column.
14411  In this table a width of 3
14412 \begin_inset space \thinspace{}
14413 \end_inset
14414
14415 cm is used:
14416 \begin_inset Separator parbreak
14417 \end_inset
14418
14419
14420 \end_layout
14421
14422 \begin_layout Standard
14423 \noindent
14424 \align center
14425 \begin_inset Tabular
14426 <lyxtabular version="3" rows="2" columns="2">
14427 <features tabularvalignment="middle">
14428 <column alignment="center" valignment="top" width="0pt">
14429 <column alignment="center" valignment="top">
14430 <row>
14431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14432 \begin_inset Text
14433
14434 \begin_layout Plain Layout
14435 \begin_inset ERT
14436 status open
14437
14438 \begin_layout Plain Layout
14439
14440
14441 \backslash
14442 diagbox[width=3cm]{
14443 \end_layout
14444
14445 \end_inset
14446
14447 A
14448 \begin_inset ERT
14449 status collapsed
14450
14451 \begin_layout Plain Layout
14452
14453 }{
14454 \end_layout
14455
14456 \end_inset
14457
14458 B
14459 \begin_inset ERT
14460 status collapsed
14461
14462 \begin_layout Plain Layout
14463
14464 }
14465 \end_layout
14466
14467 \end_inset
14468
14469
14470 \end_layout
14471
14472 \end_inset
14473 </cell>
14474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14475 \begin_inset Text
14476
14477 \begin_layout Plain Layout
14478 Thickness in nm
14479 \end_layout
14480
14481 \end_inset
14482 </cell>
14483 </row>
14484 <row>
14485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14486 \begin_inset Text
14487
14488 \begin_layout Plain Layout
14489 Perfect Green
14490 \end_layout
14491
14492 \end_inset
14493 </cell>
14494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14495 \begin_inset Text
14496
14497 \begin_layout Plain Layout
14498 45
14499 \end_layout
14500
14501 \end_inset
14502 </cell>
14503 </row>
14504 </lyxtabular>
14505
14506 \end_inset
14507
14508
14509 \end_layout
14510
14511 \begin_layout Standard
14512 For multiple text lines in split cells one needs some extra height to fit
14513  the text to the cell.
14514  This can be achieved with the 
14515 \series bold
14516
14517 \backslash
14518 diagbox
14519 \series default
14520  option 
14521 \series bold
14522 height=3cm
14523 \series default
14524  (replace '3cm' by the height you need).
14525  In the following table the command
14526 \end_layout
14527
14528 \begin_layout Standard
14529
14530 \series bold
14531
14532 \backslash
14533 diagbox[width=3cm,height=1.4cm]{A
14534 \backslash
14535
14536 \backslash
14537 B}{C
14538 \backslash
14539
14540 \backslash
14541 D}
14542 \end_layout
14543
14544 \begin_layout Standard
14545 is used in the first cell.
14546  The command 
14547 \series bold
14548
14549 \backslash
14550
14551 \backslash
14552
14553 \series default
14554  creates hereby the line break.
14555 \begin_inset Foot
14556 status collapsed
14557
14558 \begin_layout Plain Layout
14559 Breaking lines with 
14560 \family sans
14561 Ctrl+Return
14562 \family default
14563  is only possible when the column has a fixed width.
14564 \end_layout
14565
14566 \end_inset
14567
14568
14569 \begin_inset Separator parbreak
14570 \end_inset
14571
14572
14573 \end_layout
14574
14575 \begin_layout Standard
14576 \noindent
14577 \align center
14578 \begin_inset Tabular
14579 <lyxtabular version="3" rows="2" columns="2">
14580 <features tabularvalignment="middle">
14581 <column alignment="center" valignment="top">
14582 <column alignment="center" valignment="top">
14583 <row>
14584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14585 \begin_inset Text
14586
14587 \begin_layout Plain Layout
14588 \begin_inset ERT
14589 status open
14590
14591 \begin_layout Plain Layout
14592
14593
14594 \backslash
14595 diagbox[width=3cm,height=1.4cm]{
14596 \end_layout
14597
14598 \end_inset
14599
14600 A
14601 \begin_inset ERT
14602 status collapsed
14603
14604 \begin_layout Plain Layout
14605
14606
14607 \backslash
14608
14609 \backslash
14610
14611 \end_layout
14612
14613 \end_inset
14614
14615 B
14616 \begin_inset ERT
14617 status collapsed
14618
14619 \begin_layout Plain Layout
14620
14621 }{
14622 \end_layout
14623
14624 \end_inset
14625
14626 C
14627 \begin_inset ERT
14628 status collapsed
14629
14630 \begin_layout Plain Layout
14631
14632
14633 \backslash
14634
14635 \backslash
14636
14637 \end_layout
14638
14639 \end_inset
14640
14641 D
14642 \begin_inset ERT
14643 status collapsed
14644
14645 \begin_layout Plain Layout
14646
14647 }
14648 \end_layout
14649
14650 \end_inset
14651
14652
14653 \end_layout
14654
14655 \end_inset
14656 </cell>
14657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14658 \begin_inset Text
14659
14660 \begin_layout Plain Layout
14661 Thickness in nm
14662 \end_layout
14663
14664 \end_inset
14665 </cell>
14666 </row>
14667 <row>
14668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14669 \begin_inset Text
14670
14671 \begin_layout Plain Layout
14672 Perfect Green
14673 \end_layout
14674
14675 \end_inset
14676 </cell>
14677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14678 \begin_inset Text
14679
14680 \begin_layout Plain Layout
14681 45
14682 \end_layout
14683
14684 \end_inset
14685 </cell>
14686 </row>
14687 </lyxtabular>
14688
14689 \end_inset
14690
14691
14692 \end_layout
14693
14694 \begin_layout Standard
14695 \begin_inset ERT
14696 status collapsed
14697
14698 \begin_layout Plain Layout
14699
14700
14701 \backslash
14702 else
14703 \end_layout
14704
14705 \end_inset
14706
14707
14708 \begin_inset Note Note
14709 status open
14710
14711 \begin_layout Plain Layout
14712 The following will be displayed when the \SpecialChar LaTeX
14713 -package 
14714 \series bold
14715 diagbox
14716 \series default
14717  is not installed:
14718 \end_layout
14719
14720 \end_inset
14721
14722
14723 \end_layout
14724
14725 \begin_layout Standard
14726 You need to install the \SpecialChar LaTeX
14727 -package 
14728 \series bold
14729 diagbox
14730 \series default
14731  to see the following part of this section in the output.
14732 \end_layout
14733
14734 \begin_layout Standard
14735 \begin_inset ERT
14736 status collapsed
14737
14738 \begin_layout Plain Layout
14739
14740
14741 \backslash
14742 fi
14743 \end_layout
14744
14745 \end_inset
14746
14747
14748 \end_layout
14749
14750 \begin_layout Standard
14751 For more info about the \SpecialChar LaTeX
14752 -package 
14753 \series bold
14754 diagbox
14755 \series default
14756 , see its documentation, 
14757 \begin_inset CommandInset citation
14758 LatexCommand cite
14759 key "diagbox"
14760
14761 \end_inset
14762
14763 .
14764 \end_layout
14765
14766 \begin_layout Section
14767 Formal Tables
14768 \begin_inset CommandInset label
14769 LatexCommand label
14770 name "sec:Formal-Tables"
14771
14772 \end_inset
14773
14774
14775 \begin_inset Index idx
14776 status collapsed
14777
14778 \begin_layout Plain Layout
14779 Table ! Formal
14780 \end_layout
14781
14782 \end_inset
14783
14784
14785 \end_layout
14786
14787 \begin_layout Standard
14788 Tables are often typeset in books similar to Table
14789 \begin_inset space ~
14790 \end_inset
14791
14792
14793 \begin_inset CommandInset ref
14794 LatexCommand ref
14795 reference "tab:Example-booktabs-table"
14796
14797 \end_inset
14798
14799 .
14800  This kind of tables is called 
14801 \begin_inset Quotes eld
14802 \end_inset
14803
14804
14805 \emph on
14806 formal
14807 \emph default
14808
14809 \begin_inset Quotes erd
14810 \end_inset
14811
14812 .
14813  To make a table a formal table use the option 
14814 \family sans
14815 Formal
14816 \family default
14817  in the 
14818 \family sans
14819 Borders
14820 \family default
14821  tab of the table dialog.
14822 \end_layout
14823
14824 \begin_layout Standard
14825 \begin_inset Float table
14826 placement h
14827 wide false
14828 sideways false
14829 status open
14830
14831 \begin_layout Plain Layout
14832 \begin_inset Caption Standard
14833
14834 \begin_layout Plain Layout
14835 \begin_inset CommandInset label
14836 LatexCommand label
14837 name "tab:Example-booktabs-table"
14838
14839 \end_inset
14840
14841 Example booktabs-table
14842 \end_layout
14843
14844 \end_inset
14845
14846
14847 \end_layout
14848
14849 \begin_layout Plain Layout
14850 \align center
14851 \begin_inset Tabular
14852 <lyxtabular version="3" rows="8" columns="4">
14853 <features booktabs="true" tabularvalignment="middle">
14854 <column alignment="center" valignment="top">
14855 <column alignment="center" valignment="top">
14856 <column alignment="center" valignment="top">
14857 <column alignment="center" valignment="top">
14858 <row>
14859 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14860 \begin_inset Text
14861
14862 \begin_layout Plain Layout
14863 System
14864 \end_layout
14865
14866 \end_inset
14867 </cell>
14868 <cell alignment="center" valignment="top" topline="true" usebox="none">
14869 \begin_inset Text
14870
14871 \begin_layout Plain Layout
14872 Chip
14873 \begin_inset space \thinspace{}
14874 \end_inset
14875
14876 1
14877 \end_layout
14878
14879 \end_inset
14880 </cell>
14881 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14882 \begin_inset Text
14883
14884 \begin_layout Plain Layout
14885 Chip
14886 \begin_inset space \thinspace{}
14887 \end_inset
14888
14889 2
14890 \end_layout
14891
14892 \end_inset
14893 </cell>
14894 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14895 \begin_inset Text
14896
14897 \begin_layout Plain Layout
14898
14899 \end_layout
14900
14901 \end_inset
14902 </cell>
14903 </row>
14904 <row>
14905 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14906 \begin_inset Text
14907
14908 \begin_layout Plain Layout
14909 \begin_inset ERT
14910 status collapsed
14911
14912 \begin_layout Plain Layout
14913
14914
14915 \backslash
14916 cmidrule(r){2-2}
14917 \end_layout
14918
14919 \end_inset
14920
14921
14922 \begin_inset ERT
14923 status collapsed
14924
14925 \begin_layout Plain Layout
14926
14927
14928 \backslash
14929 cmidrule(l){3-4}
14930 \end_layout
14931
14932 \end_inset
14933
14934 Detector thickness in µm
14935 \end_layout
14936
14937 \end_inset
14938 </cell>
14939 <cell alignment="center" valignment="top" usebox="none">
14940 \begin_inset Text
14941
14942 \begin_layout Plain Layout
14943 300
14944 \end_layout
14945
14946 \end_inset
14947 </cell>
14948 <cell alignment="center" valignment="top" usebox="none">
14949 \begin_inset Text
14950
14951 \begin_layout Plain Layout
14952 300
14953 \end_layout
14954
14955 \end_inset
14956 </cell>
14957 <cell alignment="center" valignment="top" usebox="none">
14958 \begin_inset Text
14959
14960 \begin_layout Plain Layout
14961 700
14962 \end_layout
14963
14964 \end_inset
14965 </cell>
14966 </row>
14967 <row>
14968 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14969 \begin_inset Text
14970
14971 \begin_layout Plain Layout
14972 Edge angle in °
14973 \end_layout
14974
14975 \end_inset
14976 </cell>
14977 <cell alignment="center" valignment="top" topline="true" usebox="none">
14978 \begin_inset Text
14979
14980 \begin_layout Plain Layout
14981 3.55
14982 \end_layout
14983
14984 \end_inset
14985 </cell>
14986 <cell alignment="center" valignment="top" topline="true" usebox="none">
14987 \begin_inset Text
14988
14989 \begin_layout Plain Layout
14990 2.71
14991 \end_layout
14992
14993 \end_inset
14994 </cell>
14995 <cell alignment="center" valignment="top" topline="true" usebox="none">
14996 \begin_inset Text
14997
14998 \begin_layout Plain Layout
14999 7.99
15000 \end_layout
15001
15002 \end_inset
15003 </cell>
15004 </row>
15005 <row topspace="default">
15006 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15007 \begin_inset Text
15008
15009 \begin_layout Plain Layout
15010 Spatial resolution in µm
15011 \end_layout
15012
15013 \end_inset
15014 </cell>
15015 <cell alignment="center" valignment="top" usebox="none">
15016 \begin_inset Text
15017
15018 \begin_layout Plain Layout
15019 4.26
15020 \end_layout
15021
15022 \end_inset
15023 </cell>
15024 <cell alignment="center" valignment="top" usebox="none">
15025 \begin_inset Text
15026
15027 \begin_layout Plain Layout
15028 10.17
15029 \end_layout
15030
15031 \end_inset
15032 </cell>
15033 <cell alignment="center" valignment="top" usebox="none">
15034 \begin_inset Text
15035
15036 \begin_layout Plain Layout
15037 10.56
15038 \end_layout
15039
15040 \end_inset
15041 </cell>
15042 </row>
15043 <row topspace="default">
15044 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15045 \begin_inset Text
15046
15047 \begin_layout Plain Layout
15048 MTF at 
15049 \begin_inset Formula $f_{\mathrm{max}}$
15050 \end_inset
15051
15052
15053 \end_layout
15054
15055 \end_inset
15056 </cell>
15057 <cell alignment="center" valignment="top" usebox="none">
15058 \begin_inset Text
15059
15060 \begin_layout Plain Layout
15061 0.53
15062 \end_layout
15063
15064 \end_inset
15065 </cell>
15066 <cell alignment="center" valignment="top" usebox="none">
15067 \begin_inset Text
15068
15069 \begin_layout Plain Layout
15070 0.37
15071 \end_layout
15072
15073 \end_inset
15074 </cell>
15075 <cell alignment="center" valignment="top" usebox="none">
15076 \begin_inset Text
15077
15078 \begin_layout Plain Layout
15079 0.39
15080 \end_layout
15081
15082 \end_inset
15083 </cell>
15084 </row>
15085 <row topspace="default">
15086 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15087 \begin_inset Text
15088
15089 \begin_layout Plain Layout
15090 \begin_inset ERT
15091 status collapsed
15092
15093 \begin_layout Plain Layout
15094
15095
15096 \backslash
15097 cmidrule[2pt](l{10pt}){1-1}
15098 \end_layout
15099
15100 \end_inset
15101
15102 LSF-spatial resolution
15103 \end_layout
15104
15105 \end_inset
15106 </cell>
15107 <cell alignment="center" valignment="top" usebox="none">
15108 \begin_inset Text
15109
15110 \begin_layout Plain Layout
15111
15112 \end_layout
15113
15114 \end_inset
15115 </cell>
15116 <cell alignment="center" valignment="top" usebox="none">
15117 \begin_inset Text
15118
15119 \begin_layout Plain Layout
15120
15121 \end_layout
15122
15123 \end_inset
15124 </cell>
15125 <cell alignment="center" valignment="top" usebox="none">
15126 \begin_inset Text
15127
15128 \begin_layout Plain Layout
15129
15130 \end_layout
15131
15132 \end_inset
15133 </cell>
15134 </row>
15135 <row>
15136 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15137 \begin_inset Text
15138
15139 \begin_layout Plain Layout
15140 in µm
15141 \end_layout
15142
15143 \end_inset
15144 </cell>
15145 <cell alignment="center" valignment="top" usebox="none">
15146 \begin_inset Text
15147
15148 \begin_layout Plain Layout
15149 129.7
15150 \end_layout
15151
15152 \end_inset
15153 </cell>
15154 <cell alignment="center" valignment="top" usebox="none">
15155 \begin_inset Text
15156
15157 \begin_layout Plain Layout
15158 52.75
15159 \end_layout
15160
15161 \end_inset
15162 </cell>
15163 <cell alignment="center" valignment="top" usebox="none">
15164 \begin_inset Text
15165
15166 \begin_layout Plain Layout
15167 50.78
15168 \end_layout
15169
15170 \end_inset
15171 </cell>
15172 </row>
15173 <row>
15174 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15175 \begin_inset Text
15176
15177 \begin_layout Plain Layout
15178 in % of pixel size
15179 \end_layout
15180
15181 \end_inset
15182 </cell>
15183 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15184 \begin_inset Text
15185
15186 \begin_layout Plain Layout
15187 76.3
15188 \end_layout
15189
15190 \end_inset
15191 </cell>
15192 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15193 \begin_inset Text
15194
15195 \begin_layout Plain Layout
15196 95.9
15197 \end_layout
15198
15199 \end_inset
15200 </cell>
15201 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15202 \begin_inset Text
15203
15204 \begin_layout Plain Layout
15205 92.3
15206 \end_layout
15207
15208 \end_inset
15209 </cell>
15210 </row>
15211 </lyxtabular>
15212
15213 \end_inset
15214
15215
15216 \end_layout
15217
15218 \end_inset
15219
15220
15221 \end_layout
15222
15223 \begin_layout Standard
15224 Spaces to table rows can be added using the 
15225 \family sans
15226 Borders
15227 \family default
15228  tab of the table dialog as described in section
15229 \begin_inset space ~
15230 \end_inset
15231
15232
15233 \begin_inset CommandInset ref
15234 LatexCommand ref
15235 reference "subsec:Row-Spacing"
15236
15237 \end_inset
15238
15239 .
15240 \end_layout
15241
15242 \begin_layout Standard
15243 Unlike normal tables, formal tables have no vertical table lines.
15244  The horizontal table lines can be set as for normal tables but they appear
15245  with different widths in the output:
15246 \begin_inset Newline newline
15247 \end_inset
15248
15249 The first and the last table line have a default width of 0.08
15250 \begin_inset space \thinspace{}
15251 \end_inset
15252
15253 em while the other lines have a default width of 0.05
15254 \begin_inset space \thinspace{}
15255 \end_inset
15256
15257 em.
15258 \end_layout
15259
15260 \begin_layout Standard
15261 The default widths can be changed with the following preamble lines
15262 \end_layout
15263
15264 \begin_layout Standard
15265
15266 \series bold
15267
15268 \backslash
15269 let
15270 \backslash
15271 mytoprule
15272 \backslash
15273 toprule
15274 \begin_inset Newline newline
15275 \end_inset
15276
15277
15278 \backslash
15279 renewcommand{
15280 \backslash
15281 toprule}{
15282 \backslash
15283 mytoprule[width]}
15284 \end_layout
15285
15286 \begin_layout Standard
15287 This example is for the first line, the so called 
15288 \series bold
15289 toprule
15290 \series default
15291 .
15292  If you want to change the width for the last line, replace 
15293 \series bold
15294 toprule
15295 \series default
15296  by 
15297 \series bold
15298 bottomrule
15299 \series default
15300 .
15301  To change the width for the other lines replace 
15302 \series bold
15303 toprule
15304 \series default
15305  by 
15306 \series bold
15307 midrule
15308 \series default
15309 .
15310  You can use all units listed in appendix
15311 \begin_inset space ~
15312 \end_inset
15313
15314
15315 \begin_inset CommandInset ref
15316 LatexCommand ref
15317 reference "cha:Units-available-in"
15318
15319 \end_inset
15320
15321  to set the width.
15322 \end_layout
15323
15324 \begin_layout Standard
15325 Lines that do not span all table columns can be created by setting a table
15326  line for multicolumn cells.
15327  \SpecialChar LyX
15328  will then internally use the command 
15329 \series bold
15330
15331 \backslash
15332 cmidrule
15333 \series default
15334  to create this line.
15335  Its full scheme is
15336 \end_layout
15337
15338 \begin_layout Standard
15339
15340 \series bold
15341
15342 \backslash
15343 cmidrule[height](trim){startcol-endcol}
15344 \end_layout
15345
15346 \begin_layout Standard
15347 The options of 
15348 \series bold
15349
15350 \backslash
15351 cmidrule
15352 \series default
15353  are currently not supported by \SpecialChar LyX
15354  so you have to use \SpecialChar TeX
15355  Code to be able to
15356  use them.
15357  
15358 \series bold
15359
15360 \backslash
15361 cmidrule
15362 \series default
15363 s can manually be created by inserting the command as \SpecialChar TeX
15364  Code as the first
15365  cell entry of the first cell of a row.
15366  The line is then drawn in the output above the current row.
15367 \end_layout
15368
15369 \begin_layout Standard
15370 The default for the optional 
15371 \series bold
15372 height
15373 \series default
15374  is 0.03
15375 \begin_inset space \thinspace{}
15376 \end_inset
15377
15378 em.
15379  
15380 \series bold
15381 startcol
15382 \series default
15383  is the number of the column where the line starts and 
15384 \series bold
15385 endcol
15386 \series default
15387  the column number where the line ends.
15388  The 
15389 \series bold
15390 endcol
15391 \series default
15392  always needs to be specified, also when the line should span only one column.
15393  The optional parameter 
15394 \series bold
15395 trim
15396 \series default
15397  could either be 
15398 \emph on
15399 l{trimwidth}
15400 \emph default
15401  or 
15402 \emph on
15403 r{trimwidth}
15404 \emph default
15405  where the 
15406 \emph on
15407 trimwidth
15408 \emph default
15409  is also optional.
15410  Using for example the parameter 
15411 \emph on
15412 l{2pt}
15413 \emph default
15414  means that the line is trimmed from its left end by 2
15415 \begin_inset space \thinspace{}
15416 \end_inset
15417
15418 pt.
15419  If you don't specify the 
15420 \emph on
15421 trimwidth
15422 \emph default
15423  the line is trimmed by the default of 0.5
15424 \begin_inset space \thinspace{}
15425 \end_inset
15426
15427 em.
15428 \end_layout
15429
15430 \begin_layout Standard
15431 \begin_inset VSpace bigskip
15432 \end_inset
15433
15434 Table
15435 \begin_inset space ~
15436 \end_inset
15437
15438
15439 \begin_inset CommandInset ref
15440 LatexCommand ref
15441 reference "tab:Example-booktabs-table"
15442
15443 \end_inset
15444
15445  was created using the commands
15446 \end_layout
15447
15448 \begin_layout Standard
15449
15450 \series bold
15451
15452 \backslash
15453 cmidrule(r){2-2}
15454 \backslash
15455 cmidrule(l){3-4}
15456 \end_layout
15457
15458 \begin_layout Standard
15459 at the beginning of the second row and
15460 \end_layout
15461
15462 \begin_layout Standard
15463
15464 \series bold
15465
15466 \backslash
15467 cmidrule[2pt](l{10pt}){1-1}
15468 \end_layout
15469
15470 \begin_layout Standard
15471 in the sixth row.
15472 \end_layout
15473
15474 \begin_layout Standard
15475 \begin_inset VSpace bigskip
15476 \end_inset
15477
15478
15479 \end_layout
15480
15481 \begin_layout Standard
15482 You might want to have overlapping 
15483 \series bold
15484
15485 \backslash
15486 cmidrule
15487 \series default
15488 s as in in Table
15489 \begin_inset space ~
15490 \end_inset
15491
15492
15493 \begin_inset CommandInset ref
15494 LatexCommand ref
15495 reference "tab:Special-booktabs-table"
15496
15497 \end_inset
15498
15499 .
15500  This can be achieved with the \SpecialChar TeX
15501  Code command
15502 \end_layout
15503
15504 \begin_layout Standard
15505
15506 \series bold
15507
15508 \backslash
15509 morecmidrules
15510 \end_layout
15511
15512 \begin_layout Standard
15513 The command that was used for the second row of Table
15514 \begin_inset space ~
15515 \end_inset
15516
15517
15518 \begin_inset CommandInset ref
15519 LatexCommand ref
15520 reference "tab:Special-booktabs-table"
15521
15522 \end_inset
15523
15524  is
15525 \end_layout
15526
15527 \begin_layout Standard
15528
15529 \series bold
15530
15531 \backslash
15532 cmidrule(r){2-2}
15533 \backslash
15534 cmidrule(l){3-4}
15535 \backslash
15536 morecmidrules
15537 \backslash
15538 cmidrule{2-4}
15539 \end_layout
15540
15541 \begin_layout Standard
15542 The command for the sixth row is
15543 \end_layout
15544
15545 \begin_layout Standard
15546
15547 \series bold
15548
15549 \backslash
15550 midrule
15551 \backslash
15552 morecmidrules
15553 \backslash
15554 cmidrule{3-4}
15555 \end_layout
15556
15557 \begin_layout Standard
15558 \begin_inset VSpace bigskip
15559 \end_inset
15560
15561
15562 \end_layout
15563
15564 \begin_layout Standard
15565 If you are in any way not satisfied with the border line spacing, you can
15566  use the following command to produce lines that span over all table columns
15567 \series bold
15568 :
15569 \end_layout
15570
15571 \begin_layout Standard
15572
15573 \series bold
15574
15575 \backslash
15576 specialrule{width}{space above}{space below}
15577 \end_layout
15578
15579 \begin_layout Standard
15580 For more information about these features, refer to the manual of the \SpecialChar LaTeX
15581 -package
15582  
15583 \series bold
15584 booktabs
15585 \series default
15586  
15587 \begin_inset CommandInset citation
15588 LatexCommand cite
15589 key "booktabs"
15590
15591 \end_inset
15592
15593 .
15594 \begin_inset Index idx
15595 status collapsed
15596
15597 \begin_layout Plain Layout
15598 \SpecialChar LaTeX
15599 -packages ! booktabs
15600 \end_layout
15601
15602 \end_inset
15603
15604
15605 \end_layout
15606
15607 \begin_layout Standard
15608 \begin_inset Float table
15609 placement h
15610 wide false
15611 sideways false
15612 status open
15613
15614 \begin_layout Plain Layout
15615 \begin_inset Caption Standard
15616
15617 \begin_layout Plain Layout
15618 \begin_inset CommandInset label
15619 LatexCommand label
15620 name "tab:Special-booktabs-table"
15621
15622 \end_inset
15623
15624 Special booktabs-table
15625 \end_layout
15626
15627 \end_inset
15628
15629
15630 \end_layout
15631
15632 \begin_layout Plain Layout
15633 \align center
15634 \begin_inset Tabular
15635 <lyxtabular version="3" rows="8" columns="4">
15636 <features booktabs="true" tabularvalignment="middle">
15637 <column alignment="center" valignment="top">
15638 <column alignment="center" valignment="top">
15639 <column alignment="center" valignment="top">
15640 <column alignment="center" valignment="top">
15641 <row>
15642 <cell alignment="center" valignment="top" topline="true" usebox="none">
15643 \begin_inset Text
15644
15645 \begin_layout Plain Layout
15646 System
15647 \end_layout
15648
15649 \end_inset
15650 </cell>
15651 <cell alignment="center" valignment="top" topline="true" usebox="none">
15652 \begin_inset Text
15653
15654 \begin_layout Plain Layout
15655 Chip
15656 \begin_inset space \thinspace{}
15657 \end_inset
15658
15659 1
15660 \end_layout
15661
15662 \end_inset
15663 </cell>
15664 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15665 \begin_inset Text
15666
15667 \begin_layout Plain Layout
15668 Chip
15669 \begin_inset space \thinspace{}
15670 \end_inset
15671
15672 2
15673 \end_layout
15674
15675 \end_inset
15676 </cell>
15677 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15678 \begin_inset Text
15679
15680 \begin_layout Plain Layout
15681
15682 \end_layout
15683
15684 \end_inset
15685 </cell>
15686 </row>
15687 <row>
15688 <cell alignment="center" valignment="top" usebox="none">
15689 \begin_inset Text
15690
15691 \begin_layout Plain Layout
15692 \begin_inset ERT
15693 status collapsed
15694
15695 \begin_layout Plain Layout
15696
15697
15698 \backslash
15699 cmidrule(r){2-2}
15700 \end_layout
15701
15702 \end_inset
15703
15704
15705 \begin_inset ERT
15706 status collapsed
15707
15708 \begin_layout Plain Layout
15709
15710
15711 \backslash
15712 cmidrule(l){3-4}
15713 \end_layout
15714
15715 \end_inset
15716
15717
15718 \begin_inset ERT
15719 status collapsed
15720
15721 \begin_layout Plain Layout
15722
15723
15724 \backslash
15725 morecmidrules 
15726 \end_layout
15727
15728 \end_inset
15729
15730
15731 \begin_inset ERT
15732 status collapsed
15733
15734 \begin_layout Plain Layout
15735
15736
15737 \backslash
15738 cmidrule{2-4}
15739 \end_layout
15740
15741 \end_inset
15742
15743 Detector thickness in µm
15744 \end_layout
15745
15746 \end_inset
15747 </cell>
15748 <cell alignment="center" valignment="top" usebox="none">
15749 \begin_inset Text
15750
15751 \begin_layout Plain Layout
15752 300
15753 \end_layout
15754
15755 \end_inset
15756 </cell>
15757 <cell alignment="center" valignment="top" usebox="none">
15758 \begin_inset Text
15759
15760 \begin_layout Plain Layout
15761 300
15762 \end_layout
15763
15764 \end_inset
15765 </cell>
15766 <cell alignment="center" valignment="top" usebox="none">
15767 \begin_inset Text
15768
15769 \begin_layout Plain Layout
15770 700
15771 \end_layout
15772
15773 \end_inset
15774 </cell>
15775 </row>
15776 <row>
15777 <cell alignment="center" valignment="top" topline="true" usebox="none">
15778 \begin_inset Text
15779
15780 \begin_layout Plain Layout
15781 Edge angle in °
15782 \end_layout
15783
15784 \end_inset
15785 </cell>
15786 <cell alignment="center" valignment="top" topline="true" usebox="none">
15787 \begin_inset Text
15788
15789 \begin_layout Plain Layout
15790 3.55
15791 \end_layout
15792
15793 \end_inset
15794 </cell>
15795 <cell alignment="center" valignment="top" topline="true" usebox="none">
15796 \begin_inset Text
15797
15798 \begin_layout Plain Layout
15799 2.71
15800 \end_layout
15801
15802 \end_inset
15803 </cell>
15804 <cell alignment="center" valignment="top" topline="true" usebox="none">
15805 \begin_inset Text
15806
15807 \begin_layout Plain Layout
15808 7.99
15809 \end_layout
15810
15811 \end_inset
15812 </cell>
15813 </row>
15814 <row topspace="default">
15815 <cell alignment="center" valignment="top" usebox="none">
15816 \begin_inset Text
15817
15818 \begin_layout Plain Layout
15819 Spatial resolution in µm
15820 \end_layout
15821
15822 \end_inset
15823 </cell>
15824 <cell alignment="center" valignment="top" usebox="none">
15825 \begin_inset Text
15826
15827 \begin_layout Plain Layout
15828 4.26
15829 \end_layout
15830
15831 \end_inset
15832 </cell>
15833 <cell alignment="center" valignment="top" usebox="none">
15834 \begin_inset Text
15835
15836 \begin_layout Plain Layout
15837 10.17
15838 \end_layout
15839
15840 \end_inset
15841 </cell>
15842 <cell alignment="center" valignment="top" usebox="none">
15843 \begin_inset Text
15844
15845 \begin_layout Plain Layout
15846 10.56
15847 \end_layout
15848
15849 \end_inset
15850 </cell>
15851 </row>
15852 <row topspace="default">
15853 <cell alignment="center" valignment="top" usebox="none">
15854 \begin_inset Text
15855
15856 \begin_layout Plain Layout
15857 MTF at 
15858 \begin_inset Formula $f_{\mathrm{max}}$
15859 \end_inset
15860
15861
15862 \end_layout
15863
15864 \end_inset
15865 </cell>
15866 <cell alignment="center" valignment="top" usebox="none">
15867 \begin_inset Text
15868
15869 \begin_layout Plain Layout
15870 0.53
15871 \end_layout
15872
15873 \end_inset
15874 </cell>
15875 <cell alignment="center" valignment="top" usebox="none">
15876 \begin_inset Text
15877
15878 \begin_layout Plain Layout
15879 0.37
15880 \end_layout
15881
15882 \end_inset
15883 </cell>
15884 <cell alignment="center" valignment="top" usebox="none">
15885 \begin_inset Text
15886
15887 \begin_layout Plain Layout
15888 0.39
15889 \end_layout
15890
15891 \end_inset
15892 </cell>
15893 </row>
15894 <row>
15895 <cell alignment="center" valignment="top" topline="true" usebox="none">
15896 \begin_inset Text
15897
15898 \begin_layout Plain Layout
15899 \begin_inset ERT
15900 status collapsed
15901
15902 \begin_layout Plain Layout
15903
15904
15905 \backslash
15906 morecmidrules 
15907 \end_layout
15908
15909 \end_inset
15910
15911
15912 \begin_inset ERT
15913 status collapsed
15914
15915 \begin_layout Plain Layout
15916
15917
15918 \backslash
15919 cmidrule{3-4}
15920 \end_layout
15921
15922 \end_inset
15923
15924 LSF-spatial resolution
15925 \end_layout
15926
15927 \end_inset
15928 </cell>
15929 <cell alignment="center" valignment="top" topline="true" usebox="none">
15930 \begin_inset Text
15931
15932 \begin_layout Plain Layout
15933
15934 \end_layout
15935
15936 \end_inset
15937 </cell>
15938 <cell alignment="center" valignment="top" topline="true" usebox="none">
15939 \begin_inset Text
15940
15941 \begin_layout Plain Layout
15942
15943 \end_layout
15944
15945 \end_inset
15946 </cell>
15947 <cell alignment="center" valignment="top" topline="true" usebox="none">
15948 \begin_inset Text
15949
15950 \begin_layout Plain Layout
15951
15952 \end_layout
15953
15954 \end_inset
15955 </cell>
15956 </row>
15957 <row>
15958 <cell alignment="center" valignment="top" usebox="none">
15959 \begin_inset Text
15960
15961 \begin_layout Plain Layout
15962 in µm
15963 \end_layout
15964
15965 \end_inset
15966 </cell>
15967 <cell alignment="center" valignment="top" usebox="none">
15968 \begin_inset Text
15969
15970 \begin_layout Plain Layout
15971 129.7
15972 \end_layout
15973
15974 \end_inset
15975 </cell>
15976 <cell alignment="center" valignment="top" usebox="none">
15977 \begin_inset Text
15978
15979 \begin_layout Plain Layout
15980 52.75
15981 \end_layout
15982
15983 \end_inset
15984 </cell>
15985 <cell alignment="center" valignment="top" usebox="none">
15986 \begin_inset Text
15987
15988 \begin_layout Plain Layout
15989 50.78
15990 \end_layout
15991
15992 \end_inset
15993 </cell>
15994 </row>
15995 <row>
15996 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15997 \begin_inset Text
15998
15999 \begin_layout Plain Layout
16000 in % of pixel size
16001 \end_layout
16002
16003 \end_inset
16004 </cell>
16005 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16006 \begin_inset Text
16007
16008 \begin_layout Plain Layout
16009 76.3
16010 \end_layout
16011
16012 \end_inset
16013 </cell>
16014 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16015 \begin_inset Text
16016
16017 \begin_layout Plain Layout
16018 95.9
16019 \end_layout
16020
16021 \end_inset
16022 </cell>
16023 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16024 \begin_inset Text
16025
16026 \begin_layout Plain Layout
16027 92.3
16028 \end_layout
16029
16030 \end_inset
16031 </cell>
16032 </row>
16033 </lyxtabular>
16034
16035 \end_inset
16036
16037
16038 \end_layout
16039
16040 \end_inset
16041
16042
16043 \end_layout
16044
16045 \begin_layout Section
16046 Vertical Table Alignment
16047 \begin_inset Index idx
16048 status collapsed
16049
16050 \begin_layout Plain Layout
16051 Table ! Alignment
16052 \end_layout
16053
16054 \end_inset
16055
16056
16057 \end_layout
16058
16059 \begin_layout Standard
16060 To align tables vertically in a text line, the table must be inside a box.
16061  The box can then be vertically aligned as described in section
16062 \begin_inset space ~
16063 \end_inset
16064
16065
16066 \begin_inset CommandInset ref
16067 LatexCommand ref
16068 reference "sec:Box-Dialog"
16069
16070 \end_inset
16071
16072 .
16073 \end_layout
16074
16075 \begin_layout Standard
16076 In the following example the tables are inside a minipage
16077 \begin_inset Foot
16078 status collapsed
16079
16080 \begin_layout Plain Layout
16081 Minipages are described in section
16082 \begin_inset space ~
16083 \end_inset
16084
16085
16086 \begin_inset CommandInset ref
16087 LatexCommand ref
16088 reference "sec:Minipages"
16089
16090 \end_inset
16091
16092 .
16093 \end_layout
16094
16095 \end_inset
16096
16097  box that has a width of 15
16098 \begin_inset space \thinspace{}
16099 \end_inset
16100
16101 col%:
16102 \end_layout
16103
16104 \begin_layout Itemize
16105 test 
16106 \begin_inset Box Frameless
16107 position "t"
16108 hor_pos "c"
16109 has_inner_box 1
16110 inner_pos "c"
16111 use_parbox 0
16112 use_makebox 0
16113 width "15col%"
16114 special "none"
16115 height "1in"
16116 height_special "totalheight"
16117 thickness "0.4pt"
16118 separation "3pt"
16119 shadowsize "4pt"
16120 framecolor "black"
16121 backgroundcolor "none"
16122 status collapsed
16123
16124 \begin_layout Plain Layout
16125 \begin_inset Tabular
16126 <lyxtabular version="3" rows="3" columns="3">
16127 <features tabularvalignment="middle">
16128 <column alignment="center" valignment="top">
16129 <column alignment="center" valignment="top">
16130 <column alignment="center" valignment="top">
16131 <row>
16132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16133 \begin_inset Text
16134
16135 \begin_layout Plain Layout
16136 a
16137 \end_layout
16138
16139 \end_inset
16140 </cell>
16141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16142 \begin_inset Text
16143
16144 \begin_layout Plain Layout
16145 d
16146 \end_layout
16147
16148 \end_inset
16149 </cell>
16150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16151 \begin_inset Text
16152
16153 \begin_layout Plain Layout
16154 g
16155 \end_layout
16156
16157 \end_inset
16158 </cell>
16159 </row>
16160 <row>
16161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16162 \begin_inset Text
16163
16164 \begin_layout Plain Layout
16165 b
16166 \end_layout
16167
16168 \end_inset
16169 </cell>
16170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16171 \begin_inset Text
16172
16173 \begin_layout Plain Layout
16174 e
16175 \end_layout
16176
16177 \end_inset
16178 </cell>
16179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16180 \begin_inset Text
16181
16182 \begin_layout Plain Layout
16183 h
16184 \end_layout
16185
16186 \end_inset
16187 </cell>
16188 </row>
16189 <row>
16190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16191 \begin_inset Text
16192
16193 \begin_layout Plain Layout
16194 c
16195 \end_layout
16196
16197 \end_inset
16198 </cell>
16199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16200 \begin_inset Text
16201
16202 \begin_layout Plain Layout
16203 f
16204 \end_layout
16205
16206 \end_inset
16207 </cell>
16208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16209 \begin_inset Text
16210
16211 \begin_layout Plain Layout
16212 i
16213 \end_layout
16214
16215 \end_inset
16216 </cell>
16217 </row>
16218 </lyxtabular>
16219
16220 \end_inset
16221
16222
16223 \end_layout
16224
16225 \end_inset
16226
16227  test 
16228 \begin_inset ERT
16229 status collapsed
16230
16231 \begin_layout Plain Layout
16232
16233
16234 \backslash
16235 raisebox{0.85
16236 \backslash
16237 baselineskip}{
16238 \end_layout
16239
16240 \end_inset
16241
16242
16243 \begin_inset Box Frameless
16244 position "t"
16245 hor_pos "c"
16246 has_inner_box 1
16247 inner_pos "c"
16248 use_parbox 0
16249 use_makebox 0
16250 width "15col%"
16251 special "none"
16252 height "1in"
16253 height_special "totalheight"
16254 thickness "0.4pt"
16255 separation "3pt"
16256 shadowsize "4pt"
16257 framecolor "black"
16258 backgroundcolor "none"
16259 status collapsed
16260
16261 \begin_layout Plain Layout
16262 \begin_inset Tabular
16263 <lyxtabular version="3" rows="3" columns="3">
16264 <features tabularvalignment="middle">
16265 <column alignment="center" valignment="top">
16266 <column alignment="center" valignment="top">
16267 <column alignment="center" valignment="top">
16268 <row>
16269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16270 \begin_inset Text
16271
16272 \begin_layout Plain Layout
16273 a
16274 \end_layout
16275
16276 \end_inset
16277 </cell>
16278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16279 \begin_inset Text
16280
16281 \begin_layout Plain Layout
16282 d
16283 \end_layout
16284
16285 \end_inset
16286 </cell>
16287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16288 \begin_inset Text
16289
16290 \begin_layout Plain Layout
16291 g
16292 \end_layout
16293
16294 \end_inset
16295 </cell>
16296 </row>
16297 <row>
16298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16299 \begin_inset Text
16300
16301 \begin_layout Plain Layout
16302 b
16303 \end_layout
16304
16305 \end_inset
16306 </cell>
16307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16308 \begin_inset Text
16309
16310 \begin_layout Plain Layout
16311 e
16312 \end_layout
16313
16314 \end_inset
16315 </cell>
16316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16317 \begin_inset Text
16318
16319 \begin_layout Plain Layout
16320 h
16321 \end_layout
16322
16323 \end_inset
16324 </cell>
16325 </row>
16326 <row>
16327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16328 \begin_inset Text
16329
16330 \begin_layout Plain Layout
16331 c
16332 \end_layout
16333
16334 \end_inset
16335 </cell>
16336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16337 \begin_inset Text
16338
16339 \begin_layout Plain Layout
16340 f
16341 \end_layout
16342
16343 \end_inset
16344 </cell>
16345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16346 \begin_inset Text
16347
16348 \begin_layout Plain Layout
16349 i
16350 \end_layout
16351
16352 \end_inset
16353 </cell>
16354 </row>
16355 </lyxtabular>
16356
16357 \end_inset
16358
16359
16360 \end_layout
16361
16362 \end_inset
16363
16364
16365 \begin_inset ERT
16366 status collapsed
16367
16368 \begin_layout Plain Layout
16369
16370 }
16371 \end_layout
16372
16373 \end_inset
16374
16375
16376 \end_layout
16377
16378 \begin_layout Itemize
16379 test 
16380 \begin_inset Box Frameless
16381 position "c"
16382 hor_pos "c"
16383 has_inner_box 1
16384 inner_pos "c"
16385 use_parbox 0
16386 use_makebox 0
16387 width "15col%"
16388 special "none"
16389 height "1in"
16390 height_special "totalheight"
16391 thickness "0.4pt"
16392 separation "3pt"
16393 shadowsize "4pt"
16394 framecolor "black"
16395 backgroundcolor "none"
16396 status collapsed
16397
16398 \begin_layout Plain Layout
16399 \begin_inset Tabular
16400 <lyxtabular version="3" rows="3" columns="3">
16401 <features tabularvalignment="middle">
16402 <column alignment="center" valignment="top">
16403 <column alignment="center" valignment="top">
16404 <column alignment="center" valignment="top">
16405 <row>
16406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16407 \begin_inset Text
16408
16409 \begin_layout Plain Layout
16410 a
16411 \end_layout
16412
16413 \end_inset
16414 </cell>
16415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16416 \begin_inset Text
16417
16418 \begin_layout Plain Layout
16419 d
16420 \end_layout
16421
16422 \end_inset
16423 </cell>
16424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16425 \begin_inset Text
16426
16427 \begin_layout Plain Layout
16428 g
16429 \end_layout
16430
16431 \end_inset
16432 </cell>
16433 </row>
16434 <row>
16435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16436 \begin_inset Text
16437
16438 \begin_layout Plain Layout
16439 b
16440 \end_layout
16441
16442 \end_inset
16443 </cell>
16444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16445 \begin_inset Text
16446
16447 \begin_layout Plain Layout
16448 e
16449 \end_layout
16450
16451 \end_inset
16452 </cell>
16453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16454 \begin_inset Text
16455
16456 \begin_layout Plain Layout
16457 h
16458 \end_layout
16459
16460 \end_inset
16461 </cell>
16462 </row>
16463 <row>
16464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16465 \begin_inset Text
16466
16467 \begin_layout Plain Layout
16468 c
16469 \end_layout
16470
16471 \end_inset
16472 </cell>
16473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16474 \begin_inset Text
16475
16476 \begin_layout Plain Layout
16477 f
16478 \end_layout
16479
16480 \end_inset
16481 </cell>
16482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16483 \begin_inset Text
16484
16485 \begin_layout Plain Layout
16486 i
16487 \end_layout
16488
16489 \end_inset
16490 </cell>
16491 </row>
16492 </lyxtabular>
16493
16494 \end_inset
16495
16496
16497 \end_layout
16498
16499 \end_inset
16500
16501
16502 \end_layout
16503
16504 \begin_layout Itemize
16505 test 
16506 \begin_inset Box Frameless
16507 position "b"
16508 hor_pos "c"
16509 has_inner_box 1
16510 inner_pos "c"
16511 use_parbox 0
16512 use_makebox 0
16513 width "15col%"
16514 special "none"
16515 height "1in"
16516 height_special "totalheight"
16517 thickness "0.4pt"
16518 separation "3pt"
16519 shadowsize "4pt"
16520 framecolor "black"
16521 backgroundcolor "none"
16522 status collapsed
16523
16524 \begin_layout Plain Layout
16525 \begin_inset Tabular
16526 <lyxtabular version="3" rows="3" columns="3">
16527 <features tabularvalignment="middle">
16528 <column alignment="center" valignment="top">
16529 <column alignment="center" valignment="top">
16530 <column alignment="center" valignment="top">
16531 <row>
16532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16533 \begin_inset Text
16534
16535 \begin_layout Plain Layout
16536 a
16537 \end_layout
16538
16539 \end_inset
16540 </cell>
16541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16542 \begin_inset Text
16543
16544 \begin_layout Plain Layout
16545 d
16546 \end_layout
16547
16548 \end_inset
16549 </cell>
16550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16551 \begin_inset Text
16552
16553 \begin_layout Plain Layout
16554 g
16555 \end_layout
16556
16557 \end_inset
16558 </cell>
16559 </row>
16560 <row>
16561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16562 \begin_inset Text
16563
16564 \begin_layout Plain Layout
16565 b
16566 \end_layout
16567
16568 \end_inset
16569 </cell>
16570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16571 \begin_inset Text
16572
16573 \begin_layout Plain Layout
16574 e
16575 \end_layout
16576
16577 \end_inset
16578 </cell>
16579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16580 \begin_inset Text
16581
16582 \begin_layout Plain Layout
16583 h
16584 \end_layout
16585
16586 \end_inset
16587 </cell>
16588 </row>
16589 <row>
16590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16591 \begin_inset Text
16592
16593 \begin_layout Plain Layout
16594 c
16595 \end_layout
16596
16597 \end_inset
16598 </cell>
16599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16600 \begin_inset Text
16601
16602 \begin_layout Plain Layout
16603 f
16604 \end_layout
16605
16606 \end_inset
16607 </cell>
16608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16609 \begin_inset Text
16610
16611 \begin_layout Plain Layout
16612 i
16613 \end_layout
16614
16615 \end_inset
16616 </cell>
16617 </row>
16618 </lyxtabular>
16619
16620 \end_inset
16621
16622
16623 \end_layout
16624
16625 \end_inset
16626
16627  test 
16628 \begin_inset ERT
16629 status collapsed
16630
16631 \begin_layout Plain Layout
16632
16633
16634 \backslash
16635 raisebox{-0.32
16636 \backslash
16637 baselineskip}{
16638 \end_layout
16639
16640 \end_inset
16641
16642
16643 \begin_inset Box Frameless
16644 position "b"
16645 hor_pos "c"
16646 has_inner_box 1
16647 inner_pos "c"
16648 use_parbox 0
16649 use_makebox 0
16650 width "15col%"
16651 special "none"
16652 height "1in"
16653 height_special "totalheight"
16654 thickness "0.4pt"
16655 separation "3pt"
16656 shadowsize "4pt"
16657 framecolor "black"
16658 backgroundcolor "none"
16659 status collapsed
16660
16661 \begin_layout Plain Layout
16662 \begin_inset Tabular
16663 <lyxtabular version="3" rows="3" columns="3">
16664 <features tabularvalignment="middle">
16665 <column alignment="center" valignment="top">
16666 <column alignment="center" valignment="top">
16667 <column alignment="center" valignment="top">
16668 <row>
16669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16670 \begin_inset Text
16671
16672 \begin_layout Plain Layout
16673 a
16674 \end_layout
16675
16676 \end_inset
16677 </cell>
16678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16679 \begin_inset Text
16680
16681 \begin_layout Plain Layout
16682 d
16683 \end_layout
16684
16685 \end_inset
16686 </cell>
16687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16688 \begin_inset Text
16689
16690 \begin_layout Plain Layout
16691 g
16692 \end_layout
16693
16694 \end_inset
16695 </cell>
16696 </row>
16697 <row>
16698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16699 \begin_inset Text
16700
16701 \begin_layout Plain Layout
16702 b
16703 \end_layout
16704
16705 \end_inset
16706 </cell>
16707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16708 \begin_inset Text
16709
16710 \begin_layout Plain Layout
16711 e
16712 \end_layout
16713
16714 \end_inset
16715 </cell>
16716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16717 \begin_inset Text
16718
16719 \begin_layout Plain Layout
16720 h
16721 \end_layout
16722
16723 \end_inset
16724 </cell>
16725 </row>
16726 <row>
16727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16728 \begin_inset Text
16729
16730 \begin_layout Plain Layout
16731 c
16732 \end_layout
16733
16734 \end_inset
16735 </cell>
16736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16737 \begin_inset Text
16738
16739 \begin_layout Plain Layout
16740 f
16741 \end_layout
16742
16743 \end_inset
16744 </cell>
16745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16746 \begin_inset Text
16747
16748 \begin_layout Plain Layout
16749 i
16750 \end_layout
16751
16752 \end_inset
16753 </cell>
16754 </row>
16755 </lyxtabular>
16756
16757 \end_inset
16758
16759
16760 \end_layout
16761
16762 \end_inset
16763
16764
16765 \begin_inset ERT
16766 status collapsed
16767
16768 \begin_layout Plain Layout
16769
16770 }
16771 \end_layout
16772
16773 \end_inset
16774
16775
16776 \end_layout
16777
16778 \begin_layout Standard
16779 As you will see, the content of the first and last table row is not correctly
16780  aligned.
16781  To get this alignment, the minipage box must be set into a raisebox
16782 \begin_inset Foot
16783 status collapsed
16784
16785 \begin_layout Plain Layout
16786 Raiseboxes are described in section
16787 \begin_inset space ~
16788 \end_inset
16789
16790
16791 \begin_inset CommandInset ref
16792 LatexCommand ref
16793 reference "subsec:Vertical-Alignment"
16794
16795 \end_inset
16796
16797 .
16798 \end_layout
16799
16800 \end_inset
16801
16802 .
16803  In the example above the second table in the first item is aligned using
16804  the \SpecialChar TeX
16805  Code command
16806 \end_layout
16807
16808 \begin_layout Standard
16809
16810 \series bold
16811
16812 \backslash
16813 raisebox{0.85
16814 \backslash
16815 baselineskip}{
16816 \end_layout
16817
16818 \begin_layout Standard
16819 before the box.
16820  After the box the closing brace 
16821 \series bold
16822 }
16823 \series default
16824  is inserted as \SpecialChar TeX
16825  Code.
16826  For the second table in the last item the command
16827 \end_layout
16828
16829 \begin_layout Standard
16830
16831 \series bold
16832
16833 \backslash
16834 raisebox{-0.32
16835 \backslash
16836 baselineskip}{
16837 \end_layout
16838
16839 \begin_layout Standard
16840 is used.
16841 \end_layout
16842
16843 \begin_layout Standard
16844 \begin_inset Note Greyedout
16845 status open
16846
16847 \begin_layout Plain Layout
16848
16849 \series bold
16850 Note:
16851 \series default
16852  The alignment of the table row content to the surrounding text line is
16853  not exact.
16854  The required value for the 
16855 \series bold
16856
16857 \backslash
16858 raisebox
16859 \series default
16860  command for this alignment depends on the document font, the font size,
16861  and the table line thickness.
16862 \end_layout
16863
16864 \end_inset
16865
16866
16867 \end_layout
16868
16869 \begin_layout Section
16870 Colored Tables
16871 \begin_inset CommandInset label
16872 LatexCommand label
16873 name "sec:Colored-Tables"
16874
16875 \end_inset
16876
16877
16878 \begin_inset Index idx
16879 status collapsed
16880
16881 \begin_layout Plain Layout
16882 Table ! Color
16883 \end_layout
16884
16885 \end_inset
16886
16887
16888 \end_layout
16889
16890 \begin_layout Subsection
16891 Colored Cells
16892 \begin_inset Index idx
16893 status collapsed
16894
16895 \begin_layout Plain Layout
16896 Table Color ! for Cells
16897 \end_layout
16898
16899 \end_inset
16900
16901
16902 \begin_inset Index idx
16903 status collapsed
16904
16905 \begin_layout Plain Layout
16906 Color ! for Table Cells
16907 \end_layout
16908
16909 \end_inset
16910
16911
16912 \end_layout
16913
16914 \begin_layout Standard
16915 \begin_inset Float table
16916 placement h
16917 wide false
16918 sideways false
16919 status open
16920
16921 \begin_layout Plain Layout
16922 \begin_inset Caption Standard
16923
16924 \begin_layout Plain Layout
16925 \begin_inset CommandInset label
16926 LatexCommand label
16927 name "tab:Table-colored-without"
16928
16929 \end_inset
16930
16931 Table colored without using the package 
16932 \series bold
16933 colortbl
16934 \series default
16935
16936 \begin_inset Argument 1
16937 status collapsed
16938
16939 \begin_layout Plain Layout
16940 Table without colortbl
16941 \end_layout
16942
16943 \end_inset
16944
16945
16946 \end_layout
16947
16948 \end_inset
16949
16950
16951 \end_layout
16952
16953 \begin_layout Plain Layout
16954 \align center
16955 \begin_inset Tabular
16956 <lyxtabular version="3" rows="3" columns="3">
16957 <features tabularvalignment="middle">
16958 <column alignment="center" valignment="top">
16959 <column alignment="center" valignment="top">
16960 <column alignment="center" valignment="top">
16961 <row>
16962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16963 \begin_inset Text
16964
16965 \begin_layout Plain Layout
16966
16967 \color green
16968 a
16969 \end_layout
16970
16971 \end_inset
16972 </cell>
16973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16974 \begin_inset Text
16975
16976 \begin_layout Plain Layout
16977
16978 \color red
16979 b
16980 \end_layout
16981
16982 \end_inset
16983 </cell>
16984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16985 \begin_inset Text
16986
16987 \begin_layout Plain Layout
16988
16989 \color red
16990 c
16991 \end_layout
16992
16993 \end_inset
16994 </cell>
16995 </row>
16996 <row>
16997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16998 \begin_inset Text
16999
17000 \begin_layout Plain Layout
17001
17002 \color green
17003 d
17004 \end_layout
17005
17006 \end_inset
17007 </cell>
17008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17009 \begin_inset Text
17010
17011 \begin_layout Plain Layout
17012
17013 \color blue
17014 e
17015 \end_layout
17016
17017 \end_inset
17018 </cell>
17019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17020 \begin_inset Text
17021
17022 \begin_layout Plain Layout
17023
17024 \color blue
17025 f
17026 \end_layout
17027
17028 \end_inset
17029 </cell>
17030 </row>
17031 <row>
17032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17033 \begin_inset Text
17034
17035 \begin_layout Plain Layout
17036
17037 \color green
17038 g
17039 \end_layout
17040
17041 \end_inset
17042 </cell>
17043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17044 \begin_inset Text
17045
17046 \begin_layout Plain Layout
17047
17048 \color blue
17049 h
17050 \end_layout
17051
17052 \end_inset
17053 </cell>
17054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17055 \begin_inset Text
17056
17057 \begin_layout Plain Layout
17058
17059 \color blue
17060 i
17061 \end_layout
17062
17063 \end_inset
17064 </cell>
17065 </row>
17066 </lyxtabular>
17067
17068 \end_inset
17069
17070
17071 \end_layout
17072
17073 \end_inset
17074
17075
17076 \end_layout
17077
17078 \begin_layout Standard
17079 If you only need colored text, mark the cells and choose a color in the
17080  
17081 \family sans
17082 Text
17083 \begin_inset space ~
17084 \end_inset
17085
17086 Style
17087 \family default
17088  dialog (toolbar button 
17089 \begin_inset Info
17090 type  "icon"
17091 arg   "dialog-show character"
17092 \end_inset
17093
17094 ).
17095  This was used to create Table
17096 \begin_inset space ~
17097 \end_inset
17098
17099
17100 \begin_inset CommandInset ref
17101 LatexCommand ref
17102 reference "tab:Table-colored-without"
17103
17104 \end_inset
17105
17106 .
17107  In any other case you have to use the \SpecialChar LaTeX
17108 -package 
17109 \series bold
17110 colortbl
17111 \series default
17112 .
17113 \begin_inset Index idx
17114 status collapsed
17115
17116 \begin_layout Plain Layout
17117 \SpecialChar LaTeX
17118 -packages ! colortbl
17119 \end_layout
17120
17121 \end_inset
17122
17123
17124 \end_layout
17125
17126 \begin_layout Standard
17127 \begin_inset ERT
17128 status collapsed
17129
17130 \begin_layout Plain Layout
17131
17132
17133 \backslash
17134 ifcolortbl
17135 \end_layout
17136
17137 \end_inset
17138
17139
17140 \begin_inset Note Note
17141 status open
17142
17143 \begin_layout Plain Layout
17144 The following section part will only be displayed when the \SpecialChar LaTeX
17145 -package 
17146 \series bold
17147 colortbl
17148 \series default
17149  is installed.
17150 \end_layout
17151
17152 \end_inset
17153
17154
17155 \end_layout
17156
17157 \begin_layout Standard
17158 To create colored tables, 
17159 \series bold
17160 colortbl
17161 \series default
17162  must be loaded in the preamble with the line
17163 \end_layout
17164
17165 \begin_layout Standard
17166
17167 \series bold
17168
17169 \backslash
17170 usepackage{colortbl}
17171 \end_layout
17172
17173 \begin_layout Standard
17174 The color of a column is adjusted with the command
17175 \end_layout
17176
17177 \begin_layout Standard
17178
17179 \series bold
17180
17181 \backslash
17182 columncolor{name of color}
17183 \end_layout
17184
17185 \begin_layout Standard
17186 inside the command 
17187 \series bold
17188 >{ }
17189 \series default
17190 .
17191  More about the command 
17192 \series bold
17193 >{}
17194 \series default
17195  is contained in section
17196 \begin_inset space ~
17197 \end_inset
17198
17199
17200 \begin_inset CommandInset ref
17201 LatexCommand ref
17202 reference "subsec:Multicolumn-Calculations"
17203
17204 \end_inset
17205
17206 .
17207 \end_layout
17208
17209 \begin_layout Standard
17210 The following color names are predefined:
17211 \end_layout
17212
17213 \begin_layout Standard
17214
17215 \family sans
17216 red
17217 \family default
17218
17219 \family sans
17220 green
17221 \family default
17222
17223 \family sans
17224 yellow
17225 \family default
17226
17227 \family sans
17228 blue
17229 \family default
17230
17231 \family sans
17232 cyan
17233 \family default
17234
17235 \family sans
17236 magenta
17237 \family default
17238
17239 \family sans
17240 black
17241 \family default
17242  and 
17243 \family sans
17244 white
17245 \end_layout
17246
17247 \begin_layout Standard
17248 \begin_inset VSpace medskip
17249 \end_inset
17250
17251
17252 \end_layout
17253
17254 \begin_layout Standard
17255 If you add the options
17256 \end_layout
17257
17258 \begin_layout Standard
17259
17260 \series bold
17261 usenames,dvipsnames
17262 \end_layout
17263
17264 \begin_layout Standard
17265 to the document class options in the document settings, you can additionally
17266  use further 61
17267 \begin_inset space ~
17268 \end_inset
17269
17270 colors.
17271  These colors are listed in appendix
17272 \begin_inset space ~
17273 \end_inset
17274
17275
17276 \begin_inset CommandInset ref
17277 LatexCommand ref
17278 reference "chap:List-of-dvips-colornames"
17279
17280 \end_inset
17281
17282 .
17283  One of these colors, 
17284 \family sans
17285 Maroon
17286 \family default
17287 , is used as example in Table
17288 \begin_inset space ~
17289 \end_inset
17290
17291
17292 \begin_inset CommandInset ref
17293 LatexCommand ref
17294 reference "tab:Table-colored-using"
17295
17296 \end_inset
17297
17298 .
17299 \end_layout
17300
17301 \begin_layout Standard
17302 \begin_inset VSpace medskip
17303 \end_inset
17304
17305
17306 \end_layout
17307
17308 \begin_layout Standard
17309 You can also define your own color with the command
17310 \end_layout
17311
17312 \begin_layout Standard
17313
17314 \series bold
17315
17316 \backslash
17317 definecolor{color name}{color model}{color values}
17318 \end_layout
17319
17320 \begin_layout Standard
17321 The color model can be
17322 \end_layout
17323
17324 \begin_layout Labeling
17325 \labelwidthstring 00.00.0000
17326 cmyk: cyan, magenta, yellow, black
17327 \end_layout
17328
17329 \begin_layout Labeling
17330 \labelwidthstring 00.00.0000
17331 rgb: red, green blue
17332 \end_layout
17333
17334 \begin_layout Labeling
17335 \labelwidthstring 00.00.0000
17336 gray gray
17337 \end_layout
17338
17339 \begin_layout Standard
17340 and the color values are comma separated numbers between 0 and 1 describing
17341  the factor for the corresponding color of the color model.
17342 \end_layout
17343
17344 \begin_layout Standard
17345 You can e.
17346 \begin_inset space \thinspace{}
17347 \end_inset
17348
17349 g.
17350 \begin_inset space \space{}
17351 \end_inset
17352
17353 define the color "
17354 \emph on
17355 darkgreen
17356 \emph default
17357 " in the preamble with
17358 \end_layout
17359
17360 \begin_layout Standard
17361
17362 \series bold
17363
17364 \backslash
17365 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
17366 \end_layout
17367
17368 \begin_layout Standard
17369 and the color "
17370 \emph on
17371 lightgray
17372 \emph default
17373 " with
17374 \end_layout
17375
17376 \begin_layout Standard
17377
17378 \series bold
17379
17380 \backslash
17381 definecolor{lightgray}{gray}{0.8}
17382 \end_layout
17383
17384 \begin_layout Standard
17385 \begin_inset VSpace medskip
17386 \end_inset
17387
17388
17389 \end_layout
17390
17391 \begin_layout Standard
17392 Lines are colored with the command
17393 \end_layout
17394
17395 \begin_layout Standard
17396
17397 \series bold
17398
17399 \backslash
17400 rowcolor{name of color}
17401 \end_layout
17402
17403 \begin_layout Standard
17404 and cells are colored with the command
17405 \end_layout
17406
17407 \begin_layout Standard
17408
17409 \series bold
17410
17411 \backslash
17412 cellcolor{name of color}
17413 \end_layout
17414
17415 \begin_layout Standard
17416 Both commands are inserted at the beginning of a cell as \SpecialChar TeX
17417  Code.
17418 \end_layout
17419
17420 \begin_layout Standard
17421 To color characters in the table, mark the cells and use the 
17422 \family sans
17423 Text
17424 \begin_inset space ~
17425 \end_inset
17426
17427 Style
17428 \family default
17429  dialog.
17430  If a cell contains \SpecialChar TeX
17431  Code mark only the characters, otherwise the colored
17432  \SpecialChar TeX
17433  Code will cause \SpecialChar LaTeX
17434  errors.
17435 \end_layout
17436
17437 \begin_layout Standard
17438 \begin_inset Note Greyedout
17439 status open
17440
17441 \begin_layout Plain Layout
17442
17443 \series bold
17444 Note:
17445 \series default
17446  Not all DVI-viewers are able to display self-defined colors.
17447 \end_layout
17448
17449 \end_inset
17450
17451
17452 \end_layout
17453
17454 \begin_layout Standard
17455 \begin_inset VSpace bigskip
17456 \end_inset
17457
17458
17459 \end_layout
17460
17461 \begin_layout Standard
17462 To create Table
17463 \begin_inset space ~
17464 \end_inset
17465
17466
17467 \begin_inset CommandInset ref
17468 LatexCommand ref
17469 reference "tab:Table-colored-using"
17470
17471 \end_inset
17472
17473  do the following: The color of the first column should be 
17474 \emph on
17475 darkgreen
17476 \emph default
17477 .
17478  So insert
17479 \end_layout
17480
17481 \begin_layout Standard
17482
17483 \series bold
17484 >{
17485 \backslash
17486 columncolor{darkgreen}
17487 \backslash
17488 centering}c
17489 \end_layout
17490
17491 \begin_layout Standard
17492 as \SpecialChar LaTeX
17493 -argument for this column.
17494  The first row should be light blue, therefore the \SpecialChar TeX
17495  Code command
17496 \end_layout
17497
17498 \begin_layout Standard
17499
17500 \series bold
17501
17502 \backslash
17503 rowcolor{cyan}
17504 \end_layout
17505
17506 \begin_layout Standard
17507 is inserted to the first cell of this row.
17508  Note that this overwrites the column color for the first cell.
17509  The last cell of the last row is colored maroon by inserting the \SpecialChar TeX
17510  Code
17511  command
17512 \end_layout
17513
17514 \begin_layout Standard
17515
17516 \series bold
17517
17518 \backslash
17519 cellcolor{Maroon}
17520 \end_layout
17521
17522 \begin_layout Standard
17523 The characters could now be colored using the menu 
17524 \family sans
17525 Edit\SpecialChar menuseparator
17526 Text
17527 \begin_inset space ~
17528 \end_inset
17529
17530 Style
17531 \family default
17532 .
17533 \end_layout
17534
17535 \begin_layout Standard
17536 \begin_inset Float table
17537 placement h
17538 wide false
17539 sideways false
17540 status open
17541
17542 \begin_layout Plain Layout
17543 \begin_inset Caption Standard
17544
17545 \begin_layout Plain Layout
17546 \begin_inset CommandInset label
17547 LatexCommand label
17548 name "tab:Table-colored-using"
17549
17550 \end_inset
17551
17552 Table colored using the package 
17553 \series bold
17554 colortbl
17555 \series default
17556
17557 \begin_inset Argument 1
17558 status collapsed
17559
17560 \begin_layout Plain Layout
17561 Table with colortbl
17562 \end_layout
17563
17564 \end_inset
17565
17566
17567 \end_layout
17568
17569 \end_inset
17570
17571
17572 \end_layout
17573
17574 \begin_layout Plain Layout
17575 \align center
17576 \begin_inset Tabular
17577 <lyxtabular version="3" rows="3" columns="3">
17578 <features tabularvalignment="middle">
17579 <column alignment="center" valignment="top" special=">{\columncolor{darkgreen}\centering}c">
17580 <column alignment="center" valignment="top">
17581 <column alignment="center" valignment="top">
17582 <row>
17583 <cell alignment="center" valignment="top" usebox="none">
17584 \begin_inset Text
17585
17586 \begin_layout Plain Layout
17587 \begin_inset ERT
17588 status collapsed
17589
17590 \begin_layout Plain Layout
17591
17592
17593 \backslash
17594 rowcolor{cyan}
17595 \end_layout
17596
17597 \end_inset
17598
17599
17600 \color magenta
17601 a
17602 \end_layout
17603
17604 \end_inset
17605 </cell>
17606 <cell alignment="center" valignment="top" usebox="none">
17607 \begin_inset Text
17608
17609 \begin_layout Plain Layout
17610
17611 \color red
17612 b
17613 \end_layout
17614
17615 \end_inset
17616 </cell>
17617 <cell alignment="center" valignment="top" usebox="none">
17618 \begin_inset Text
17619
17620 \begin_layout Plain Layout
17621
17622 \color red
17623 c
17624 \end_layout
17625
17626 \end_inset
17627 </cell>
17628 </row>
17629 <row>
17630 <cell alignment="center" valignment="top" usebox="none">
17631 \begin_inset Text
17632
17633 \begin_layout Plain Layout
17634
17635 \color yellow
17636 d
17637 \end_layout
17638
17639 \end_inset
17640 </cell>
17641 <cell alignment="center" valignment="top" usebox="none">
17642 \begin_inset Text
17643
17644 \begin_layout Plain Layout
17645
17646 \color blue
17647 e
17648 \end_layout
17649
17650 \end_inset
17651 </cell>
17652 <cell alignment="center" valignment="top" usebox="none">
17653 \begin_inset Text
17654
17655 \begin_layout Plain Layout
17656
17657 \color blue
17658 f
17659 \end_layout
17660
17661 \end_inset
17662 </cell>
17663 </row>
17664 <row>
17665 <cell alignment="center" valignment="top" usebox="none">
17666 \begin_inset Text
17667
17668 \begin_layout Plain Layout
17669
17670 \color yellow
17671 g
17672 \end_layout
17673
17674 \end_inset
17675 </cell>
17676 <cell alignment="center" valignment="top" usebox="none">
17677 \begin_inset Text
17678
17679 \begin_layout Plain Layout
17680
17681 \color blue
17682 h
17683 \end_layout
17684
17685 \end_inset
17686 </cell>
17687 <cell alignment="center" valignment="top" usebox="none">
17688 \begin_inset Text
17689
17690 \begin_layout Plain Layout
17691 \begin_inset ERT
17692 status collapsed
17693
17694 \begin_layout Plain Layout
17695
17696
17697 \backslash
17698 cellcolor{Maroon}
17699 \end_layout
17700
17701 \end_inset
17702
17703
17704 \color green
17705 i
17706 \end_layout
17707
17708 \end_inset
17709 </cell>
17710 </row>
17711 </lyxtabular>
17712
17713 \end_inset
17714
17715
17716 \end_layout
17717
17718 \end_inset
17719
17720
17721 \end_layout
17722
17723 \begin_layout Standard
17724 \begin_inset ERT
17725 status collapsed
17726
17727 \begin_layout Plain Layout
17728
17729
17730 \backslash
17731 else
17732 \end_layout
17733
17734 \end_inset
17735
17736
17737 \begin_inset Note Note
17738 status open
17739
17740 \begin_layout Plain Layout
17741 The following will be displayed when the \SpecialChar LaTeX
17742 -package 
17743 \series bold
17744 colortbl
17745 \series default
17746  is not installed:
17747 \end_layout
17748
17749 \end_inset
17750
17751
17752 \end_layout
17753
17754 \begin_layout Standard
17755 You need to install the package 
17756 \series bold
17757 colortbl
17758 \series default
17759  to see the content of this section in the output.
17760 \end_layout
17761
17762 \begin_layout Standard
17763 \begin_inset ERT
17764 status collapsed
17765
17766 \begin_layout Plain Layout
17767
17768
17769 \backslash
17770 fi
17771 \end_layout
17772
17773 \end_inset
17774
17775
17776 \end_layout
17777
17778 \begin_layout Subsection
17779 Colored Rows
17780 \begin_inset Index idx
17781 status collapsed
17782
17783 \begin_layout Plain Layout
17784 Table Color ! for Rows
17785 \end_layout
17786
17787 \end_inset
17788
17789
17790 \begin_inset Index idx
17791 status collapsed
17792
17793 \begin_layout Plain Layout
17794 Color ! for Table Rows
17795 \end_layout
17796
17797 \end_inset
17798
17799
17800 \end_layout
17801
17802 \begin_layout Standard
17803 In case every second table row needs to be colored there is an alternative
17804  to the method described in the previous section: One loads the package
17805  
17806 \series bold
17807 xcolor
17808 \series default
17809
17810 \begin_inset Index idx
17811 status collapsed
17812
17813 \begin_layout Plain Layout
17814 \SpecialChar LaTeX
17815 -packages ! xcolor
17816 \begin_inset ERT
17817 status collapsed
17818
17819 \begin_layout Plain Layout
17820
17821
17822 \backslash
17823 vspace{4mm}
17824 \end_layout
17825
17826 \end_inset
17827
17828
17829 \end_layout
17830
17831 \end_inset
17832
17833  in the document preamble with the command
17834 \end_layout
17835
17836 \begin_layout Standard
17837
17838 \series bold
17839
17840 \backslash
17841 usepackage[table]{xcolor}
17842 \end_layout
17843
17844 \begin_layout Standard
17845
17846 \series bold
17847 xcolor
17848 \series default
17849  automatically loads also the package 
17850 \series bold
17851 colortbl
17852 \series default
17853
17854 \begin_inset Index idx
17855 status collapsed
17856
17857 \begin_layout Plain Layout
17858 \SpecialChar LaTeX
17859 -packages ! colortbl
17860 \end_layout
17861
17862 \end_inset
17863
17864 , so 
17865 \series bold
17866 colortbl
17867 \series default
17868  must be installed in your \SpecialChar LaTeX
17869 -distribution, otherwise you get \SpecialChar LaTeX
17870 -errors.
17871 \end_layout
17872
17873 \begin_layout Standard
17874 \begin_inset ERT
17875 status collapsed
17876
17877 \begin_layout Plain Layout
17878
17879
17880 \backslash
17881 ifcolortbl
17882 \end_layout
17883
17884 \end_inset
17885
17886
17887 \begin_inset Note Note
17888 status open
17889
17890 \begin_layout Plain Layout
17891 The following section part will only be displayed when the \SpecialChar LaTeX
17892 -package 
17893 \series bold
17894 colortbl
17895 \series default
17896  is installed.
17897 \end_layout
17898
17899 \end_inset
17900
17901
17902 \end_layout
17903
17904 \begin_layout Standard
17905 The table rows are colored with the command
17906 \end_layout
17907
17908 \begin_layout Standard
17909
17910 \series bold
17911
17912 \backslash
17913 rowcolors[commands]{row number}{odd row color}{even row color}
17914 \end_layout
17915
17916 \begin_layout Standard
17917 that is either inserted in the document preamble or as \SpecialChar TeX
17918  Code before the
17919  first table to be colored.
17920  row
17921 \begin_inset space ~
17922 \end_inset
17923
17924 number is the number of the first row which should be colored according
17925  to the odd row color.
17926  commands can be additional commands that are executed before every table
17927  row.
17928  So for example the command
17929 \end_layout
17930
17931 \begin_layout Standard
17932
17933 \series bold
17934
17935 \backslash
17936 rowcolors{1}{white}{lightgray}
17937 \end_layout
17938
17939 \begin_layout Standard
17940 leads to the coloring scheme of Table
17941 \begin_inset space ~
17942 \end_inset
17943
17944
17945 \begin_inset CommandInset ref
17946 LatexCommand ref
17947 reference "tab:Table-rowcolors"
17948
17949 \end_inset
17950
17951 .
17952  The command
17953 \end_layout
17954
17955 \begin_layout Standard
17956
17957 \series bold
17958
17959 \backslash
17960 rowcolors[
17961 \backslash
17962 hline]{1}{lightgray}{cyan}
17963 \end_layout
17964
17965 \begin_layout Standard
17966 leads to the coloring scheme of Table
17967 \begin_inset space ~
17968 \end_inset
17969
17970
17971 \begin_inset CommandInset ref
17972 LatexCommand ref
17973 reference "tab:Table-rowcolors-2"
17974
17975 \end_inset
17976
17977 .
17978  If odd
17979 \begin_inset space ~
17980 \end_inset
17981
17982 row
17983 \begin_inset space ~
17984 \end_inset
17985
17986 color and/or even
17987 \begin_inset space ~
17988 \end_inset
17989
17990 row
17991 \begin_inset space ~
17992 \end_inset
17993
17994 color are left empty, no color will be used so that the command
17995 \end_layout
17996
17997 \begin_layout Standard
17998
17999 \series bold
18000
18001 \backslash
18002 rowcolors{1}{}{}
18003 \end_layout
18004
18005 \begin_layout Standard
18006 deletes all colors.
18007  
18008 \series bold
18009
18010 \backslash
18011 rowcolors
18012 \series default
18013  affects all tables following that command.
18014 \end_layout
18015
18016 \begin_layout Standard
18017 \begin_inset ERT
18018 status open
18019
18020 \begin_layout Plain Layout
18021
18022
18023 \backslash
18024 rowcolors{1}{white}{lightgray}
18025 \end_layout
18026
18027 \end_inset
18028
18029
18030 \end_layout
18031
18032 \begin_layout Standard
18033 \begin_inset Float table
18034 placement h
18035 wide false
18036 sideways false
18037 status open
18038
18039 \begin_layout Plain Layout
18040 \begin_inset Caption Standard
18041
18042 \begin_layout Plain Layout
18043 \begin_inset CommandInset label
18044 LatexCommand label
18045 name "tab:Table-rowcolors"
18046
18047 \end_inset
18048
18049 Table where every second row is colored light gray.
18050 \end_layout
18051
18052 \end_inset
18053
18054
18055 \end_layout
18056
18057 \begin_layout Plain Layout
18058 \align center
18059 \begin_inset Tabular
18060 <lyxtabular version="3" rows="4" columns="3">
18061 <features tabularvalignment="middle">
18062 <column alignment="center" valignment="top">
18063 <column alignment="center" valignment="top" width="0pt">
18064 <column alignment="center" valignment="top" width="0pt">
18065 <row>
18066 <cell alignment="center" valignment="top" usebox="none">
18067 \begin_inset Text
18068
18069 \begin_layout Plain Layout
18070 X
18071 \end_layout
18072
18073 \end_inset
18074 </cell>
18075 <cell alignment="center" valignment="top" usebox="none">
18076 \begin_inset Text
18077
18078 \begin_layout Plain Layout
18079 Y
18080 \end_layout
18081
18082 \end_inset
18083 </cell>
18084 <cell alignment="center" valignment="top" usebox="none">
18085 \begin_inset Text
18086
18087 \begin_layout Plain Layout
18088 Z
18089 \end_layout
18090
18091 \end_inset
18092 </cell>
18093 </row>
18094 <row>
18095 <cell alignment="center" valignment="top" usebox="none">
18096 \begin_inset Text
18097
18098 \begin_layout Plain Layout
18099 1
18100 \end_layout
18101
18102 \end_inset
18103 </cell>
18104 <cell alignment="center" valignment="top" usebox="none">
18105 \begin_inset Text
18106
18107 \begin_layout Plain Layout
18108 2
18109 \end_layout
18110
18111 \end_inset
18112 </cell>
18113 <cell alignment="center" valignment="top" usebox="none">
18114 \begin_inset Text
18115
18116 \begin_layout Plain Layout
18117 3
18118 \end_layout
18119
18120 \end_inset
18121 </cell>
18122 </row>
18123 <row>
18124 <cell alignment="center" valignment="top" usebox="none">
18125 \begin_inset Text
18126
18127 \begin_layout Plain Layout
18128 4
18129 \end_layout
18130
18131 \end_inset
18132 </cell>
18133 <cell alignment="center" valignment="top" usebox="none">
18134 \begin_inset Text
18135
18136 \begin_layout Plain Layout
18137 5
18138 \end_layout
18139
18140 \end_inset
18141 </cell>
18142 <cell alignment="center" valignment="top" usebox="none">
18143 \begin_inset Text
18144
18145 \begin_layout Plain Layout
18146 6
18147 \end_layout
18148
18149 \end_inset
18150 </cell>
18151 </row>
18152 <row>
18153 <cell alignment="center" valignment="top" usebox="none">
18154 \begin_inset Text
18155
18156 \begin_layout Plain Layout
18157 7
18158 \end_layout
18159
18160 \end_inset
18161 </cell>
18162 <cell alignment="center" valignment="top" usebox="none">
18163 \begin_inset Text
18164
18165 \begin_layout Plain Layout
18166 8
18167 \end_layout
18168
18169 \end_inset
18170 </cell>
18171 <cell alignment="center" valignment="top" usebox="none">
18172 \begin_inset Text
18173
18174 \begin_layout Plain Layout
18175 9
18176 \end_layout
18177
18178 \end_inset
18179 </cell>
18180 </row>
18181 </lyxtabular>
18182
18183 \end_inset
18184
18185
18186 \end_layout
18187
18188 \end_inset
18189
18190
18191 \end_layout
18192
18193 \begin_layout Standard
18194 \begin_inset ERT
18195 status open
18196
18197 \begin_layout Plain Layout
18198
18199
18200 \backslash
18201 rowcolors[
18202 \backslash
18203 hline]{1}{lightgray}{cyan}
18204 \end_layout
18205
18206 \end_inset
18207
18208
18209 \end_layout
18210
18211 \begin_layout Standard
18212 \begin_inset Float table
18213 placement h
18214 wide false
18215 sideways false
18216 status open
18217
18218 \begin_layout Plain Layout
18219 \begin_inset Caption Standard
18220
18221 \begin_layout Plain Layout
18222 \begin_inset CommandInset label
18223 LatexCommand label
18224 name "tab:Table-rowcolors-2"
18225
18226 \end_inset
18227
18228 Table where every second row is colored cyan and at which there is a line
18229  between each row.
18230 \end_layout
18231
18232 \end_inset
18233
18234
18235 \end_layout
18236
18237 \begin_layout Plain Layout
18238 \align center
18239 \begin_inset Tabular
18240 <lyxtabular version="3" rows="4" columns="3">
18241 <features tabularvalignment="middle">
18242 <column alignment="center" valignment="top">
18243 <column alignment="center" valignment="top">
18244 <column alignment="center" valignment="top" width="0pt">
18245 <row>
18246 <cell alignment="center" valignment="top" usebox="none">
18247 \begin_inset Text
18248
18249 \begin_layout Plain Layout
18250 X
18251 \end_layout
18252
18253 \end_inset
18254 </cell>
18255 <cell alignment="center" valignment="top" usebox="none">
18256 \begin_inset Text
18257
18258 \begin_layout Plain Layout
18259 Y
18260 \end_layout
18261
18262 \end_inset
18263 </cell>
18264 <cell alignment="center" valignment="top" usebox="none">
18265 \begin_inset Text
18266
18267 \begin_layout Plain Layout
18268 Z
18269 \end_layout
18270
18271 \end_inset
18272 </cell>
18273 </row>
18274 <row>
18275 <cell alignment="center" valignment="top" usebox="none">
18276 \begin_inset Text
18277
18278 \begin_layout Plain Layout
18279 1
18280 \end_layout
18281
18282 \end_inset
18283 </cell>
18284 <cell alignment="center" valignment="top" usebox="none">
18285 \begin_inset Text
18286
18287 \begin_layout Plain Layout
18288 2
18289 \end_layout
18290
18291 \end_inset
18292 </cell>
18293 <cell alignment="center" valignment="top" usebox="none">
18294 \begin_inset Text
18295
18296 \begin_layout Plain Layout
18297 3
18298 \end_layout
18299
18300 \end_inset
18301 </cell>
18302 </row>
18303 <row>
18304 <cell alignment="center" valignment="top" usebox="none">
18305 \begin_inset Text
18306
18307 \begin_layout Plain Layout
18308 4
18309 \end_layout
18310
18311 \end_inset
18312 </cell>
18313 <cell alignment="center" valignment="top" usebox="none">
18314 \begin_inset Text
18315
18316 \begin_layout Plain Layout
18317 5
18318 \end_layout
18319
18320 \end_inset
18321 </cell>
18322 <cell alignment="center" valignment="top" usebox="none">
18323 \begin_inset Text
18324
18325 \begin_layout Plain Layout
18326 6
18327 \end_layout
18328
18329 \end_inset
18330 </cell>
18331 </row>
18332 <row>
18333 <cell alignment="center" valignment="top" usebox="none">
18334 \begin_inset Text
18335
18336 \begin_layout Plain Layout
18337 7
18338 \end_layout
18339
18340 \end_inset
18341 </cell>
18342 <cell alignment="center" valignment="top" usebox="none">
18343 \begin_inset Text
18344
18345 \begin_layout Plain Layout
18346 8
18347 \end_layout
18348
18349 \end_inset
18350 </cell>
18351 <cell alignment="center" valignment="top" usebox="none">
18352 \begin_inset Text
18353
18354 \begin_layout Plain Layout
18355 9
18356 \end_layout
18357
18358 \end_inset
18359 </cell>
18360 </row>
18361 </lyxtabular>
18362
18363 \end_inset
18364
18365
18366 \end_layout
18367
18368 \end_inset
18369
18370
18371 \end_layout
18372
18373 \begin_layout Standard
18374 \begin_inset ERT
18375 status collapsed
18376
18377 \begin_layout Plain Layout
18378
18379
18380 \backslash
18381 rowcolors{1}{}{}
18382 \end_layout
18383
18384 \end_inset
18385
18386
18387 \begin_inset Note Note
18388 status collapsed
18389
18390 \begin_layout Plain Layout
18391 turns off the row coloring
18392 \end_layout
18393
18394 \end_inset
18395
18396
18397 \end_layout
18398
18399 \begin_layout Standard
18400 \begin_inset ERT
18401 status collapsed
18402
18403 \begin_layout Plain Layout
18404
18405
18406 \backslash
18407 else
18408 \end_layout
18409
18410 \end_inset
18411
18412
18413 \begin_inset Note Note
18414 status open
18415
18416 \begin_layout Plain Layout
18417 The following will be displayed when the \SpecialChar LaTeX
18418 -package 
18419 \series bold
18420 colortbl
18421 \series default
18422  is not installed:
18423 \end_layout
18424
18425 \end_inset
18426
18427
18428 \end_layout
18429
18430 \begin_layout Standard
18431 You need to install the package 
18432 \series bold
18433 colortbl
18434 \series default
18435  to see the content of this section in the output.
18436 \end_layout
18437
18438 \begin_layout Standard
18439 \begin_inset ERT
18440 status collapsed
18441
18442 \begin_layout Plain Layout
18443
18444
18445 \backslash
18446 fi
18447 \end_layout
18448
18449 \end_inset
18450
18451
18452 \end_layout
18453
18454 \begin_layout Subsection
18455 Colored Lines
18456 \begin_inset Index idx
18457 status collapsed
18458
18459 \begin_layout Plain Layout
18460 Table Color ! for Lines
18461 \end_layout
18462
18463 \end_inset
18464
18465
18466 \begin_inset Index idx
18467 status collapsed
18468
18469 \begin_layout Plain Layout
18470 Color ! for Table Lines
18471 \end_layout
18472
18473 \end_inset
18474
18475
18476 \end_layout
18477
18478 \begin_layout Standard
18479 As described in section
18480 \begin_inset space ~
18481 \end_inset
18482
18483
18484 \begin_inset CommandInset ref
18485 LatexCommand ref
18486 reference "subsec:Line-Thickness"
18487
18488 \end_inset
18489
18490 , the line thickness for all lines in a table can be adjusted with the length
18491  
18492 \series bold
18493
18494 \backslash
18495 arrayrulewidth
18496 \series default
18497 .
18498  It is set to 1.5
18499 \begin_inset space \thinspace{}
18500 \end_inset
18501
18502 pt for all tables of this section.
18503 \begin_inset ERT
18504 status collapsed
18505
18506 \begin_layout Plain Layout
18507
18508
18509 \backslash
18510 setlength{
18511 \backslash
18512 arrayrulewidth}{1.5pt}
18513 \end_layout
18514
18515 \end_inset
18516
18517
18518 \end_layout
18519
18520 \begin_layout Standard
18521 To color vertical lines for example with green, create the following column
18522  format in the document preamble, according to the description in section
18523 \begin_inset space ~
18524 \end_inset
18525
18526
18527 \begin_inset CommandInset ref
18528 LatexCommand ref
18529 reference "subsec:Customized-Format"
18530
18531 \end_inset
18532
18533 :
18534 \end_layout
18535
18536 \begin_layout Standard
18537
18538 \series bold
18539
18540 \backslash
18541 newcolumntype{W}{!{
18542 \backslash
18543 color{green}
18544 \backslash
18545 vline}}
18546 \end_layout
18547
18548 \begin_layout Standard
18549 For Table
18550 \begin_inset space ~
18551 \end_inset
18552
18553
18554 \begin_inset CommandInset ref
18555 LatexCommand ref
18556 reference "tab:Table-with-vertical-colored"
18557
18558 \end_inset
18559
18560  the \SpecialChar LaTeX
18561 -argument
18562 \series bold
18563  WcW
18564 \series default
18565  was used for the last column and
18566 \series bold
18567  Wc
18568 \series default
18569  for the other columns.
18570 \end_layout
18571
18572 \begin_layout Standard
18573 If you want to have several colors, define more column formats.
18574 \end_layout
18575
18576 \begin_layout Standard
18577 \begin_inset Float table
18578 placement h
18579 wide false
18580 sideways false
18581 status open
18582
18583 \begin_layout Plain Layout
18584 \begin_inset Caption Standard
18585
18586 \begin_layout Plain Layout
18587 \begin_inset CommandInset label
18588 LatexCommand label
18589 name "tab:Table-with-vertical-colored"
18590
18591 \end_inset
18592
18593 Table with colored vertical lines
18594 \end_layout
18595
18596 \end_inset
18597
18598
18599 \end_layout
18600
18601 \begin_layout Plain Layout
18602 \align center
18603 \begin_inset Tabular
18604 <lyxtabular version="3" rows="3" columns="3">
18605 <features tabularvalignment="middle">
18606 <column alignment="center" valignment="top" special="Wc">
18607 <column alignment="center" valignment="top" special="Wc">
18608 <column alignment="center" valignment="top" special="WcW">
18609 <row>
18610 <cell alignment="center" valignment="top" topline="true" usebox="none">
18611 \begin_inset Text
18612
18613 \begin_layout Plain Layout
18614 sd
18615 \end_layout
18616
18617 \end_inset
18618 </cell>
18619 <cell alignment="center" valignment="top" topline="true" usebox="none">
18620 \begin_inset Text
18621
18622 \begin_layout Plain Layout
18623
18624 \end_layout
18625
18626 \end_inset
18627 </cell>
18628 <cell alignment="center" valignment="top" topline="true" usebox="none">
18629 \begin_inset Text
18630
18631 \begin_layout Plain Layout
18632
18633 \end_layout
18634
18635 \end_inset
18636 </cell>
18637 </row>
18638 <row>
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 <cell alignment="center" valignment="top" topline="true" usebox="none">
18649 \begin_inset Text
18650
18651 \begin_layout Plain Layout
18652 sd
18653 \end_layout
18654
18655 \end_inset
18656 </cell>
18657 <cell alignment="center" valignment="top" topline="true" usebox="none">
18658 \begin_inset Text
18659
18660 \begin_layout Plain Layout
18661
18662 \end_layout
18663
18664 \end_inset
18665 </cell>
18666 </row>
18667 <row>
18668 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18669 \begin_inset Text
18670
18671 \begin_layout Plain Layout
18672
18673 \end_layout
18674
18675 \end_inset
18676 </cell>
18677 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18678 \begin_inset Text
18679
18680 \begin_layout Plain Layout
18681
18682 \end_layout
18683
18684 \end_inset
18685 </cell>
18686 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18687 \begin_inset Text
18688
18689 \begin_layout Plain Layout
18690 sd
18691 \end_layout
18692
18693 \end_inset
18694 </cell>
18695 </row>
18696 </lyxtabular>
18697
18698 \end_inset
18699
18700
18701 \end_layout
18702
18703 \end_inset
18704
18705
18706 \end_layout
18707
18708 \begin_layout Standard
18709 \begin_inset VSpace bigskip
18710 \end_inset
18711
18712 To color horizontal lines for example with red, as in Table
18713 \begin_inset space ~
18714 \end_inset
18715
18716
18717 \begin_inset CommandInset ref
18718 LatexCommand ref
18719 reference "tab:Table-with-horizontal-colored"
18720
18721 \end_inset
18722
18723 , insert these commands in \SpecialChar TeX
18724  Code before the table or table float:
18725 \end_layout
18726
18727 \begin_layout Standard
18728
18729 \series bold
18730
18731 \backslash
18732 let
18733 \backslash
18734 myHlineC
18735 \backslash
18736 hline
18737 \begin_inset Newline newline
18738 \end_inset
18739
18740
18741 \backslash
18742 renewcommand{
18743 \backslash
18744 hline}
18745 \begin_inset Newline newline
18746 \end_inset
18747
18748
18749 \begin_inset Phantom HPhantom
18750 status open
18751
18752 \begin_layout Plain Layout
18753
18754 \series bold
18755 \begin_inset space ~
18756 \end_inset
18757
18758
18759 \end_layout
18760
18761 \end_inset
18762
18763 {
18764 \backslash
18765 arrayrulecolor{red}
18766 \backslash
18767 myHlineC
18768 \backslash
18769 arrayrulecolor{black}}
18770 \end_layout
18771
18772 \begin_layout Standard
18773 \begin_inset ERT
18774 status collapsed
18775
18776 \begin_layout Plain Layout
18777
18778
18779 \backslash
18780 let
18781 \backslash
18782 myHlineC
18783 \backslash
18784 hline
18785 \end_layout
18786
18787 \begin_layout Plain Layout
18788
18789
18790 \backslash
18791 renewcommand{
18792 \backslash
18793 hline}
18794 \end_layout
18795
18796 \begin_layout Plain Layout
18797
18798  {
18799 \backslash
18800 arrayrulecolor{red}
18801 \backslash
18802 myHlineC
18803 \backslash
18804 arrayrulecolor{black}}
18805 \end_layout
18806
18807 \end_inset
18808
18809
18810 \begin_inset Float table
18811 placement h
18812 wide false
18813 sideways false
18814 status open
18815
18816 \begin_layout Plain Layout
18817 \begin_inset Caption Standard
18818
18819 \begin_layout Plain Layout
18820 \begin_inset CommandInset label
18821 LatexCommand label
18822 name "tab:Table-with-horizontal-colored"
18823
18824 \end_inset
18825
18826 Table with colored horizontal lines
18827 \end_layout
18828
18829 \end_inset
18830
18831
18832 \end_layout
18833
18834 \begin_layout Plain Layout
18835 \align center
18836 \begin_inset Tabular
18837 <lyxtabular version="3" rows="3" columns="3">
18838 <features tabularvalignment="middle">
18839 <column alignment="center" valignment="top">
18840 <column alignment="center" valignment="top">
18841 <column alignment="center" valignment="top">
18842 <row>
18843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18844 \begin_inset Text
18845
18846 \begin_layout Plain Layout
18847 sd
18848 \end_layout
18849
18850 \end_inset
18851 </cell>
18852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18853 \begin_inset Text
18854
18855 \begin_layout Plain Layout
18856
18857 \end_layout
18858
18859 \end_inset
18860 </cell>
18861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18862 \begin_inset Text
18863
18864 \begin_layout Plain Layout
18865
18866 \end_layout
18867
18868 \end_inset
18869 </cell>
18870 </row>
18871 <row>
18872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18873 \begin_inset Text
18874
18875 \begin_layout Plain Layout
18876
18877 \end_layout
18878
18879 \end_inset
18880 </cell>
18881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18882 \begin_inset Text
18883
18884 \begin_layout Plain Layout
18885 sd
18886 \end_layout
18887
18888 \end_inset
18889 </cell>
18890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18891 \begin_inset Text
18892
18893 \begin_layout Plain Layout
18894
18895 \end_layout
18896
18897 \end_inset
18898 </cell>
18899 </row>
18900 <row>
18901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18902 \begin_inset Text
18903
18904 \begin_layout Plain Layout
18905
18906 \end_layout
18907
18908 \end_inset
18909 </cell>
18910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18911 \begin_inset Text
18912
18913 \begin_layout Plain Layout
18914
18915 \end_layout
18916
18917 \end_inset
18918 </cell>
18919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18920 \begin_inset Text
18921
18922 \begin_layout Plain Layout
18923 sd
18924 \end_layout
18925
18926 \end_inset
18927 </cell>
18928 </row>
18929 </lyxtabular>
18930
18931 \end_inset
18932
18933
18934 \end_layout
18935
18936 \end_inset
18937
18938
18939 \end_layout
18940
18941 \begin_layout Standard
18942 To return to the default line color black, insert this command in \SpecialChar TeX
18943  Code
18944  after the table or table float:
18945 \end_layout
18946
18947 \begin_layout Standard
18948
18949 \series bold
18950
18951 \backslash
18952 renewcommand{
18953 \backslash
18954 hline}{
18955 \backslash
18956 myHlineC}
18957 \end_layout
18958
18959 \begin_layout Standard
18960 Table
18961 \begin_inset space ~
18962 \end_inset
18963
18964
18965 \begin_inset CommandInset ref
18966 LatexCommand ref
18967 reference "tab:Table-with-colored"
18968
18969 \end_inset
18970
18971  is an example with colored vertical and horizontal lines.
18972 \end_layout
18973
18974 \begin_layout Standard
18975 \begin_inset Float table
18976 placement h
18977 wide false
18978 sideways false
18979 status open
18980
18981 \begin_layout Plain Layout
18982 \begin_inset Caption Standard
18983
18984 \begin_layout Plain Layout
18985 \begin_inset CommandInset label
18986 LatexCommand label
18987 name "tab:Table-with-colored"
18988
18989 \end_inset
18990
18991 Table with colored lines
18992 \end_layout
18993
18994 \end_inset
18995
18996
18997 \end_layout
18998
18999 \begin_layout Plain Layout
19000 \align center
19001 \begin_inset Tabular
19002 <lyxtabular version="3" rows="3" columns="3">
19003 <features tabularvalignment="middle">
19004 <column alignment="center" valignment="top" special="Wc">
19005 <column alignment="center" valignment="top" special="Wc">
19006 <column alignment="center" valignment="top" special="WcW">
19007 <row>
19008 <cell alignment="center" valignment="top" topline="true" usebox="none">
19009 \begin_inset Text
19010
19011 \begin_layout Plain Layout
19012 sd
19013 \end_layout
19014
19015 \end_inset
19016 </cell>
19017 <cell alignment="center" valignment="top" topline="true" usebox="none">
19018 \begin_inset Text
19019
19020 \begin_layout Plain Layout
19021
19022 \end_layout
19023
19024 \end_inset
19025 </cell>
19026 <cell alignment="center" valignment="top" topline="true" usebox="none">
19027 \begin_inset Text
19028
19029 \begin_layout Plain Layout
19030
19031 \end_layout
19032
19033 \end_inset
19034 </cell>
19035 </row>
19036 <row>
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 <cell alignment="center" valignment="top" topline="true" usebox="none">
19047 \begin_inset Text
19048
19049 \begin_layout Plain Layout
19050 sd
19051 \end_layout
19052
19053 \end_inset
19054 </cell>
19055 <cell alignment="center" valignment="top" topline="true" usebox="none">
19056 \begin_inset Text
19057
19058 \begin_layout Plain Layout
19059
19060 \end_layout
19061
19062 \end_inset
19063 </cell>
19064 </row>
19065 <row topspace="default">
19066 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19067 \begin_inset Text
19068
19069 \begin_layout Plain Layout
19070
19071 \end_layout
19072
19073 \end_inset
19074 </cell>
19075 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19076 \begin_inset Text
19077
19078 \begin_layout Plain Layout
19079
19080 \end_layout
19081
19082 \end_inset
19083 </cell>
19084 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19085 \begin_inset Text
19086
19087 \begin_layout Plain Layout
19088 sd
19089 \end_layout
19090
19091 \end_inset
19092 </cell>
19093 </row>
19094 </lyxtabular>
19095
19096 \end_inset
19097
19098
19099 \end_layout
19100
19101 \end_inset
19102
19103
19104 \end_layout
19105
19106 \begin_layout Standard
19107 \begin_inset ERT
19108 status collapsed
19109
19110 \begin_layout Plain Layout
19111
19112
19113 \backslash
19114 renewcommand{
19115 \backslash
19116 hline}{
19117 \backslash
19118 myHlineC}
19119 \end_layout
19120
19121 \end_inset
19122
19123
19124 \end_layout
19125
19126 \begin_layout Standard
19127 \begin_inset ERT
19128 status collapsed
19129
19130 \begin_layout Plain Layout
19131
19132
19133 \backslash
19134 setlength{
19135 \backslash
19136 arrayrulewidth}{0.4pt}
19137 \end_layout
19138
19139 \end_inset
19140
19141
19142 \end_layout
19143
19144 \begin_layout Section
19145 Rotated Table Cells
19146 \begin_inset CommandInset label
19147 LatexCommand label
19148 name "sec:Rotated-Table-Cells"
19149
19150 \end_inset
19151
19152
19153 \begin_inset Index idx
19154 status collapsed
19155
19156 \begin_layout Plain Layout
19157 Table ! Rotated Cells
19158 \end_layout
19159
19160 \end_inset
19161
19162
19163 \begin_inset Index idx
19164 status collapsed
19165
19166 \begin_layout Plain Layout
19167 Rotated Material
19168 \end_layout
19169
19170 \end_inset
19171
19172
19173 \end_layout
19174
19175 \begin_layout Standard
19176 \begin_inset Note Greyedout
19177 status open
19178
19179 \begin_layout Plain Layout
19180
19181 \series bold
19182 Note:
19183 \series default
19184  Not all DVI-viewers are able to display rotations.
19185 \end_layout
19186
19187 \end_inset
19188
19189
19190 \end_layout
19191
19192 \begin_layout Standard
19193 Table
19194 \begin_inset space ~
19195 \end_inset
19196
19197
19198 \begin_inset CommandInset ref
19199 LatexCommand ref
19200 reference "tab:Table-with-rotated-multi"
19201
19202 \end_inset
19203
19204  is an example where 3
19205 \begin_inset space ~
19206 \end_inset
19207
19208 cells were rotated by 45
19209 \begin_inset space \thinspace{}
19210 \end_inset
19211
19212 °.
19213 \end_layout
19214
19215 \begin_layout Standard
19216 \begin_inset Float table
19217 placement h
19218 wide false
19219 sideways false
19220 status open
19221
19222 \begin_layout Plain Layout
19223 \begin_inset Caption Standard
19224
19225 \begin_layout Plain Layout
19226 \begin_inset CommandInset label
19227 LatexCommand label
19228 name "tab:Table-with-rotated"
19229
19230 \end_inset
19231
19232 Table with rotated cells in the first row.
19233 \end_layout
19234
19235 \end_inset
19236
19237
19238 \end_layout
19239
19240 \begin_layout Plain Layout
19241 \noindent
19242 \align center
19243 \begin_inset Tabular
19244 <lyxtabular version="3" rows="2" columns="3">
19245 <features tabularvalignment="middle">
19246 <column alignment="center" valignment="top" width="0pt">
19247 <column alignment="center" valignment="top" width="0pt">
19248 <column alignment="center" valignment="top" width="0pt">
19249 <row>
19250 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19251 \begin_inset Text
19252
19253 \begin_layout Plain Layout
19254 cups
19255 \end_layout
19256
19257 \end_inset
19258 </cell>
19259 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19260 \begin_inset Text
19261
19262 \begin_layout Plain Layout
19263 plates
19264 \end_layout
19265
19266 \end_inset
19267 </cell>
19268 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19269 \begin_inset Text
19270
19271 \begin_layout Plain Layout
19272 saucers
19273 \end_layout
19274
19275 \end_inset
19276 </cell>
19277 </row>
19278 <row>
19279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19280 \begin_inset Text
19281
19282 \begin_layout Plain Layout
19283 45
19284 \end_layout
19285
19286 \end_inset
19287 </cell>
19288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19289 \begin_inset Text
19290
19291 \begin_layout Plain Layout
19292 33
19293 \end_layout
19294
19295 \end_inset
19296 </cell>
19297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19298 \begin_inset Text
19299
19300 \begin_layout Plain Layout
19301 21
19302 \end_layout
19303
19304 \end_inset
19305 </cell>
19306 </row>
19307 </lyxtabular>
19308
19309 \end_inset
19310
19311
19312 \end_layout
19313
19314 \end_inset
19315
19316
19317 \end_layout
19318
19319 \begin_layout Standard
19320 \begin_inset Note Greyedout
19321 status open
19322
19323 \begin_layout Plain Layout
19324
19325 \series bold
19326 Note:
19327 \series default
19328  Line breaks (shortcut 
19329 \begin_inset Info
19330 type  "shortcut"
19331 arg   "newline-insert newline"
19332 \end_inset
19333
19334 ) are not allowed in rotated cells.
19335 \end_layout
19336
19337 \end_inset
19338
19339
19340 \end_layout
19341
19342 \begin_layout Standard
19343 If you want to rotate table cells containing line breaks, you have to put
19344  the cell content into a minipage or a parbox.
19345 \begin_inset Foot
19346 status collapsed
19347
19348 \begin_layout Plain Layout
19349 For more about these boxes see sec.
19350 \begin_inset space \thinspace{}
19351 \end_inset
19352
19353
19354 \begin_inset CommandInset ref
19355 LatexCommand ref
19356 reference "sec:Minipages"
19357
19358 \end_inset
19359
19360  and 
19361 \begin_inset CommandInset ref
19362 LatexCommand ref
19363 reference "sec:Parboxes"
19364
19365 \end_inset
19366
19367 .
19368 \end_layout
19369
19370 \end_inset
19371
19372  If you rotate this cell by 90
19373 \begin_inset space \thinspace{}
19374 \end_inset
19375
19376 ° the width of the box is the height of the cell.
19377  Table
19378 \begin_inset space ~
19379 \end_inset
19380
19381
19382 \begin_inset CommandInset ref
19383 LatexCommand ref
19384 reference "tab:Table-with-rotated-multi"
19385
19386 \end_inset
19387
19388  is an example for a rotated multiline cell where the box width was set
19389  to 3
19390 \begin_inset space \thinspace{}
19391 \end_inset
19392
19393 cm.
19394 \end_layout
19395
19396 \begin_layout Standard
19397 \begin_inset Float table
19398 wide false
19399 sideways false
19400 status open
19401
19402 \begin_layout Plain Layout
19403 \begin_inset Caption Standard
19404
19405 \begin_layout Plain Layout
19406 \begin_inset CommandInset label
19407 LatexCommand label
19408 name "tab:Table-with-rotated-multi"
19409
19410 \end_inset
19411
19412 Table with rotated multiline cell.
19413 \end_layout
19414
19415 \end_inset
19416
19417
19418 \end_layout
19419
19420 \begin_layout Plain Layout
19421 \noindent
19422 \align center
19423 \begin_inset Tabular
19424 <lyxtabular version="3" rows="2" columns="3">
19425 <features tabularvalignment="middle">
19426 <column alignment="center" valignment="top">
19427 <column alignment="center" valignment="top" width="0pt">
19428 <column alignment="center" valignment="top">
19429 <row>
19430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19431 \begin_inset Text
19432
19433 \begin_layout Plain Layout
19434 a
19435 \end_layout
19436
19437 \end_inset
19438 </cell>
19439 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
19440 \begin_inset Text
19441
19442 \begin_layout Plain Layout
19443 \begin_inset Box Frameless
19444 position "t"
19445 hor_pos "c"
19446 has_inner_box 1
19447 inner_pos "t"
19448 use_parbox 0
19449 use_makebox 0
19450 width "3cm"
19451 special "none"
19452 height "1in"
19453 height_special "totalheight"
19454 thickness "0.4pt"
19455 separation "3pt"
19456 shadowsize "4pt"
19457 framecolor "black"
19458 backgroundcolor "none"
19459 status open
19460
19461 \begin_layout Plain Layout
19462 rotated cell
19463 \begin_inset Newline newline
19464 \end_inset
19465
19466 with line break
19467 \end_layout
19468
19469 \end_inset
19470
19471
19472 \end_layout
19473
19474 \end_inset
19475 </cell>
19476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19477 \begin_inset Text
19478
19479 \begin_layout Plain Layout
19480 e
19481 \end_layout
19482
19483 \end_inset
19484 </cell>
19485 </row>
19486 <row>
19487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19488 \begin_inset Text
19489
19490 \begin_layout Plain Layout
19491 b
19492 \end_layout
19493
19494 \end_inset
19495 </cell>
19496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19497 \begin_inset Text
19498
19499 \begin_layout Plain Layout
19500 c
19501 \end_layout
19502
19503 \end_inset
19504 </cell>
19505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19506 \begin_inset Text
19507
19508 \begin_layout Plain Layout
19509 d
19510 \end_layout
19511
19512 \end_inset
19513 </cell>
19514 </row>
19515 </lyxtabular>
19516
19517 \end_inset
19518
19519
19520 \end_layout
19521
19522 \end_inset
19523
19524
19525 \end_layout
19526
19527 \begin_layout Section
19528 Table Width Calculation
19529 \begin_inset CommandInset label
19530 LatexCommand label
19531 name "sec:Table-Width-Calculation"
19532
19533 \end_inset
19534
19535
19536 \end_layout
19537
19538 \begin_layout Standard
19539 For wide tables it is sometimes difficult to assure that the table does
19540  not protrude over the page margin.
19541  Setting a fixed width for every column of the table is the solution, but
19542  what amount of space is needed for each column?
19543 \end_layout
19544
19545 \begin_layout Standard
19546 The table width 
19547 \begin_inset Formula $W_{\mathrm{table}}$
19548 \end_inset
19549
19550  can be calculated: Every column has the width of the specified column width
19551  
19552 \begin_inset Formula $W_{\mathrm{column}}$
19553 \end_inset
19554
19555  (that the content of the column can consume) plus two times the separation
19556  between the column content and the column border (\SpecialChar LaTeX
19557  length
19558 \series bold
19559  
19560 \backslash
19561 tabcolsep
19562 \series default
19563 , default 6
19564 \begin_inset space \thinspace{}
19565 \end_inset
19566
19567 pt) plus the width of a border line (\SpecialChar LaTeX
19568  length 
19569 \series bold
19570
19571 \backslash
19572 arrayrulewidth
19573 \series default
19574 , default 0.4
19575 \begin_inset space \thinspace{}
19576 \end_inset
19577
19578 pt): So if all 
19579 \begin_inset Formula $n$
19580 \end_inset
19581
19582
19583 \begin_inset space ~
19584 \end_inset
19585
19586 columns have the same width, the table width is
19587 \begin_inset Formula 
19588 \begin{equation}
19589 W_{\mathrm{table}}=n\left(W_{\mathrm{column}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
19590 \end{equation}
19591
19592 \end_inset
19593
19594
19595 \end_layout
19596
19597 \begin_layout Standard
19598 The available width for a table is the space between the page margins or
19599  the width of a text column (for a two-column document) (\SpecialChar LaTeX
19600  length 
19601 \series bold
19602
19603 \backslash
19604 columnwidth
19605 \series default
19606 ).
19607  If all table columns should have the same width and 
19608 \begin_inset Formula $W_{\mathrm{table}}$
19609 \end_inset
19610
19611  should be 1
19612 \begin_inset space \thinspace{}
19613 \end_inset
19614
19615
19616 \backslash
19617 columnwidth, 
19618 \begin_inset Formula $W_{\mathrm{column}}$
19619 \end_inset
19620
19621  can easily be calculated.
19622 \end_layout
19623
19624 \begin_layout Standard
19625 To be able to perform calculations you need to load the \SpecialChar LaTeX
19626 -package 
19627 \series bold
19628 calc
19629 \series default
19630
19631 \begin_inset Index idx
19632 status collapsed
19633
19634 \begin_layout Plain Layout
19635 \SpecialChar LaTeX
19636 -packages ! calc
19637 \end_layout
19638
19639 \end_inset
19640
19641  in the document preamble.
19642  To set the width in the table dialog you have to use the field 
19643 \family sans
19644 \SpecialChar LaTeX
19645  argument
19646 \family default
19647 .
19648  The command scheme for this field is the same that is explained in section
19649 \begin_inset space ~
19650 \end_inset
19651
19652
19653 \begin_inset CommandInset ref
19654 LatexCommand ref
19655 reference "subsec:Multicolumn-Calculations"
19656
19657 \end_inset
19658
19659 .
19660  For a table with 5
19661 \begin_inset space \thinspace{}
19662 \end_inset
19663
19664 columns with an uniform width and centered text, enter there for each column
19665  the command
19666 \end_layout
19667
19668 \begin_layout Standard
19669
19670 \series bold
19671 >{
19672 \backslash
19673 centering}p{(1
19674 \backslash
19675 columnwidth-62.4pt)/5}
19676 \end_layout
19677
19678 \begin_layout Standard
19679 For a table with 5
19680 \begin_inset space \thinspace{}
19681 \end_inset
19682
19683 columns where 2 should have 0.75
19684 \begin_inset space ~
19685 \end_inset
19686
19687 times the width than the 3 others, the calculation is
19688 \begin_inset Formula 
19689 \begin{align}
19690 \backslash\mbox{columnwidth} & =3\,W_{\mathrm{column}}+2\cdot0.75\,W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
19691  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
19692  & =4.5\,W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
19693 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
19694 \end{align}
19695
19696 \end_inset
19697
19698
19699 \end_layout
19700
19701 \begin_layout Standard
19702 In the table therefore the command
19703 \end_layout
19704
19705 \begin_layout Standard
19706
19707 \series bold
19708 >{
19709 \backslash
19710 centering}p{(1
19711 \backslash
19712 columnwidth-62.4pt)/
19713 \backslash
19714 real{4.5}}
19715 \end_layout
19716
19717 \begin_layout Standard
19718 is used for the wider columns and
19719 \end_layout
19720
19721 \begin_layout Standard
19722
19723 \series bold
19724 >{
19725 \backslash
19726 centering}p{(1
19727 \backslash
19728 columnwidth-62.4pt)/
19729 \backslash
19730 real{4.5}*
19731 \backslash
19732 real{0.75}}
19733 \end_layout
19734
19735 \begin_layout Standard
19736 for the smaller ones:
19737 \end_layout
19738
19739 \begin_layout Standard
19740 \begin_inset Tabular
19741 <lyxtabular version="3" rows="2" columns="5">
19742 <features tabularvalignment="middle">
19743 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19744 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19745 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19746 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19747 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19748 <row>
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 1
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 2
19763 \end_layout
19764
19765 \end_inset
19766 </cell>
19767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19768 \begin_inset Text
19769
19770 \begin_layout Plain Layout
19771 3
19772 \end_layout
19773
19774 \end_inset
19775 </cell>
19776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19777 \begin_inset Text
19778
19779 \begin_layout Plain Layout
19780 4
19781 \end_layout
19782
19783 \end_inset
19784 </cell>
19785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19786 \begin_inset Text
19787
19788 \begin_layout Plain Layout
19789 5
19790 \end_layout
19791
19792 \end_inset
19793 </cell>
19794 </row>
19795 <row>
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 111111 1111111 111111 111111111 11111 11111 1111
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" usebox="none">
19815 \begin_inset Text
19816
19817 \begin_layout Plain Layout
19818 2222 22222 222222 222222222 2222222 22 22222
19819 \end_layout
19820
19821 \end_inset
19822 </cell>
19823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19824 \begin_inset Text
19825
19826 \begin_layout Plain Layout
19827
19828 \end_layout
19829
19830 \end_inset
19831 </cell>
19832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19833 \begin_inset Text
19834
19835 \begin_layout Plain Layout
19836 333333 333333 333333 33333 3333333 333
19837 \end_layout
19838
19839 \end_inset
19840 </cell>
19841 </row>
19842 </lyxtabular>
19843
19844 \end_inset
19845
19846
19847 \end_layout
19848
19849 \begin_layout Section
19850 Table Customization
19851 \begin_inset Index idx
19852 status collapsed
19853
19854 \begin_layout Plain Layout
19855 Table Customization
19856 \end_layout
19857
19858 \end_inset
19859
19860
19861 \begin_inset Index idx
19862 status collapsed
19863
19864 \begin_layout Plain Layout
19865 Table ! Customization
19866 \end_layout
19867
19868 \end_inset
19869
19870
19871 \end_layout
19872
19873 \begin_layout Subsection
19874 Row Spacing
19875 \begin_inset CommandInset label
19876 LatexCommand label
19877 name "subsec:Row-Spacing"
19878
19879 \end_inset
19880
19881
19882 \begin_inset Index idx
19883 status collapsed
19884
19885 \begin_layout Plain Layout
19886 Table Customization ! Row Spacing
19887 \end_layout
19888
19889 \end_inset
19890
19891
19892 \end_layout
19893
19894 \begin_layout Standard
19895 You can add vertical space to table rows in the 
19896 \family sans
19897 Borders
19898 \family default
19899  tab of the table dialog.
19900  You find there three possibilities:
19901 \end_layout
19902
19903 \begin_layout Description
19904 Top
19905 \begin_inset space ~
19906 \end_inset
19907
19908 of
19909 \begin_inset space ~
19910 \end_inset
19911
19912 row will add space above the characters of the table row.
19913  If the table is a formal table
19914 \begin_inset Foot
19915 status collapsed
19916
19917 \begin_layout Plain Layout
19918 Formal tables are explained in section
19919 \begin_inset space ~
19920 \end_inset
19921
19922
19923 \begin_inset CommandInset ref
19924 LatexCommand ref
19925 reference "sec:Formal-Tables"
19926
19927 \end_inset
19928
19929 .
19930 \end_layout
19931
19932 \end_inset
19933
19934  \SpecialChar LyX
19935  will insert as default 0.5
19936 \begin_inset space \thinspace{}
19937 \end_inset
19938
19939 em space.
19940  For normal tables the inserted space will unfortunately destroy the vertical
19941  table lines as in the following table:
19942 \begin_inset VSpace medskip
19943 \end_inset
19944
19945
19946 \begin_inset Newline newline
19947 \end_inset
19948
19949
19950 \begin_inset space \hspace*{}
19951 \length 0pt
19952 \end_inset
19953
19954
19955 \begin_inset space \hfill{}
19956 \end_inset
19957
19958
19959 \begin_inset Tabular
19960 <lyxtabular version="3" rows="3" columns="1">
19961 <features tabularvalignment="middle">
19962 <column alignment="center" valignment="top">
19963 <row>
19964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19965 \begin_inset Text
19966
19967 \begin_layout Plain Layout
19968 A
19969 \end_layout
19970
19971 \end_inset
19972 </cell>
19973 </row>
19974 <row topspace="3mm">
19975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19976 \begin_inset Text
19977
19978 \begin_layout Plain Layout
19979 3
19980 \begin_inset space \thinspace{}
19981 \end_inset
19982
19983 mm space top of row
19984 \end_layout
19985
19986 \end_inset
19987 </cell>
19988 </row>
19989 <row>
19990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19991 \begin_inset Text
19992
19993 \begin_layout Plain Layout
19994 C
19995 \end_layout
19996
19997 \end_inset
19998 </cell>
19999 </row>
20000 </lyxtabular>
20001
20002 \end_inset
20003
20004
20005 \begin_inset space \hfill{}
20006 \end_inset
20007
20008
20009 \begin_inset space \hspace*{}
20010 \length 0pt
20011 \end_inset
20012
20013
20014 \begin_inset VSpace medskip
20015 \end_inset
20016
20017
20018 \begin_inset Newline newline
20019 \end_inset
20020
20021 So inserting space in the top of row for normal tables is only useful when
20022  you don't have vertical lines.
20023 \end_layout
20024
20025 \begin_layout Description
20026 Bottom
20027 \begin_inset space ~
20028 \end_inset
20029
20030 of
20031 \begin_inset space ~
20032 \end_inset
20033
20034 row will add space below the characters of the table 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, for normal tables the default size is 2
20041 \begin_inset space \thinspace{}
20042 \end_inset
20043
20044 pt.
20045 \end_layout
20046
20047 \begin_layout Description
20048 Between
20049 \begin_inset space ~
20050 \end_inset
20051
20052 rows adds space between the current and the following row.
20053  If the table is a formal table \SpecialChar LyX
20054  will insert as default 0.5
20055 \begin_inset space \thinspace{}
20056 \end_inset
20057
20058 em space.
20059  For normal tables the inserted space will unfortunately destroy the vertical
20060  table lines as in the following table:
20061 \begin_inset VSpace medskip
20062 \end_inset
20063
20064
20065 \begin_inset Newline newline
20066 \end_inset
20067
20068
20069 \begin_inset space \hspace*{}
20070 \length 0pt
20071 \end_inset
20072
20073
20074 \begin_inset space \hfill{}
20075 \end_inset
20076
20077
20078 \begin_inset Tabular
20079 <lyxtabular version="3" rows="3" columns="1">
20080 <features tabularvalignment="middle">
20081 <column alignment="center" valignment="top">
20082 <row>
20083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20084 \begin_inset Text
20085
20086 \begin_layout Plain Layout
20087 A
20088 \end_layout
20089
20090 \end_inset
20091 </cell>
20092 </row>
20093 <row interlinespace="3mm">
20094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20095 \begin_inset Text
20096
20097 \begin_layout Plain Layout
20098 \begin_inset Formula $\downarrow$
20099 \end_inset
20100
20101  3
20102 \begin_inset space \thinspace{}
20103 \end_inset
20104
20105 mm space between row 
20106 \begin_inset Formula $\downarrow$
20107 \end_inset
20108
20109
20110 \end_layout
20111
20112 \end_inset
20113 </cell>
20114 </row>
20115 <row>
20116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20117 \begin_inset Text
20118
20119 \begin_layout Plain Layout
20120 \begin_inset Formula $\uparrow$
20121 \end_inset
20122
20123  3
20124 \begin_inset space \thinspace{}
20125 \end_inset
20126
20127 mm space between row 
20128 \begin_inset Formula $\uparrow$
20129 \end_inset
20130
20131
20132 \end_layout
20133
20134 \end_inset
20135 </cell>
20136 </row>
20137 </lyxtabular>
20138
20139 \end_inset
20140
20141
20142 \begin_inset space \hfill{}
20143 \end_inset
20144
20145
20146 \begin_inset space \hspace*{}
20147 \length 0pt
20148 \end_inset
20149
20150
20151 \begin_inset VSpace medskip
20152 \end_inset
20153
20154
20155 \begin_inset Newline newline
20156 \end_inset
20157
20158 So inserting space between rows for normal tables is only useful when you
20159  don't have vertical lines.
20160 \end_layout
20161
20162 \begin_layout Standard
20163 \begin_inset VSpace bigskip
20164 \end_inset
20165
20166 When you want to add extra height to all cells of all tables, you can do
20167  this with the following preamble lines:
20168 \end_layout
20169
20170 \begin_layout Standard
20171
20172 \series bold
20173
20174 \backslash
20175 @ifundefined{extrarowheight}
20176 \begin_inset Newline newline
20177 \end_inset
20178
20179
20180 \begin_inset Phantom HPhantom
20181 status open
20182
20183 \begin_layout Plain Layout
20184
20185 \series bold
20186 \begin_inset space ~
20187 \end_inset
20188
20189
20190 \end_layout
20191
20192 \end_inset
20193
20194 {
20195 \backslash
20196 usepackage{array}}{}
20197 \begin_inset Newline newline
20198 \end_inset
20199
20200
20201 \backslash
20202 setlength{
20203 \backslash
20204 extrarowheight}{height}
20205 \end_layout
20206
20207 \begin_layout Standard
20208 But this has the disadvantage that the cell texts are no longer exactly
20209  vertically centered.
20210  (The package 
20211 \series bold
20212 array
20213 \series default
20214  will be loaded automatically by \SpecialChar LyX
20215  when you use self defined table formats.
20216  To avoid that it being loaded twice the command 
20217 \series bold
20218
20219 \backslash
20220 @ifundefined
20221 \series default
20222  is used in the above command.)
20223 \end_layout
20224
20225 \begin_layout Standard
20226 If you are using font sizes larger than the normal size, the table borders
20227  are often too close to the letters.
20228  This can be corrected by inserting the command 
20229 \series bold
20230
20231 \backslash
20232 strut
20233 \series default
20234  in \SpecialChar TeX
20235  Code at the beginning of a table row.
20236  Table
20237 \begin_inset space ~
20238 \end_inset
20239
20240
20241 \begin_inset CommandInset ref
20242 LatexCommand ref
20243 reference "tab:Vertical-alignment-of"
20244
20245 \end_inset
20246
20247  illustrates the effect.
20248 \end_layout
20249
20250 \begin_layout Standard
20251 \noindent
20252 \begin_inset Float table
20253 placement h
20254 wide false
20255 sideways false
20256 status open
20257
20258 \begin_layout Plain Layout
20259 \begin_inset Caption Standard
20260
20261 \begin_layout Plain Layout
20262 \begin_inset CommandInset label
20263 LatexCommand label
20264 name "tab:Vertical-alignment-of"
20265
20266 \end_inset
20267
20268 Vertical alignment of text with large font sizes.
20269 \end_layout
20270
20271 \end_inset
20272
20273
20274 \end_layout
20275
20276 \begin_layout Plain Layout
20277 \begin_inset space \hfill{}
20278 \end_inset
20279
20280
20281 \begin_inset Float table
20282 wide false
20283 sideways false
20284 status collapsed
20285
20286 \begin_layout Plain Layout
20287 \begin_inset Caption Standard
20288
20289 \begin_layout Plain Layout
20290 Normal table.
20291 \end_layout
20292
20293 \end_inset
20294
20295
20296 \end_layout
20297
20298 \begin_layout Plain Layout
20299 \noindent
20300 \align center
20301 \begin_inset Tabular
20302 <lyxtabular version="3" rows="6" columns="1">
20303 <features tabularvalignment="middle">
20304 <column alignment="left" valignment="top">
20305 <row>
20306 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20307 \begin_inset Text
20308
20309 \begin_layout Plain Layout
20310 Normal, g
20311 \end_layout
20312
20313 \end_inset
20314 </cell>
20315 </row>
20316 <row>
20317 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20318 \begin_inset Text
20319
20320 \begin_layout Plain Layout
20321
20322 \size large
20323 Large
20324 \end_layout
20325
20326 \end_inset
20327 </cell>
20328 </row>
20329 <row>
20330 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20331 \begin_inset Text
20332
20333 \begin_layout Plain Layout
20334
20335 \size larger
20336 Larger
20337 \end_layout
20338
20339 \end_inset
20340 </cell>
20341 </row>
20342 <row>
20343 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20344 \begin_inset Text
20345
20346 \begin_layout Plain Layout
20347
20348 \size largest
20349 Largest
20350 \end_layout
20351
20352 \end_inset
20353 </cell>
20354 </row>
20355 <row>
20356 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20357 \begin_inset Text
20358
20359 \begin_layout Plain Layout
20360
20361 \size huge
20362 Huge
20363 \end_layout
20364
20365 \end_inset
20366 </cell>
20367 </row>
20368 <row>
20369 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20370 \begin_inset Text
20371
20372 \begin_layout Plain Layout
20373
20374 \size huge
20375 Huger
20376 \end_layout
20377
20378 \end_inset
20379 </cell>
20380 </row>
20381 </lyxtabular>
20382
20383 \end_inset
20384
20385
20386 \end_layout
20387
20388 \end_inset
20389
20390
20391 \begin_inset space \hfill{}
20392 \end_inset
20393
20394
20395 \begin_inset Float table
20396 wide false
20397 sideways false
20398 status collapsed
20399
20400 \begin_layout Plain Layout
20401 \begin_inset Caption Standard
20402
20403 \begin_layout Plain Layout
20404 Table using the command 
20405 \series bold
20406
20407 \backslash
20408 strut
20409 \series default
20410 .
20411 \end_layout
20412
20413 \end_inset
20414
20415
20416 \end_layout
20417
20418 \begin_layout Plain Layout
20419 \noindent
20420 \align center
20421 \begin_inset Tabular
20422 <lyxtabular version="3" rows="6" columns="1">
20423 <features tabularvalignment="middle">
20424 <column alignment="left" valignment="top">
20425 <row>
20426 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20427 \begin_inset Text
20428
20429 \begin_layout Plain Layout
20430 Normal, g
20431 \end_layout
20432
20433 \end_inset
20434 </cell>
20435 </row>
20436 <row>
20437 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20438 \begin_inset Text
20439
20440 \begin_layout Plain Layout
20441
20442 \size large
20443 \begin_inset ERT
20444 status collapsed
20445
20446 \begin_layout Plain Layout
20447
20448
20449 \backslash
20450 strut 
20451 \end_layout
20452
20453 \end_inset
20454
20455 Large
20456 \end_layout
20457
20458 \end_inset
20459 </cell>
20460 </row>
20461 <row>
20462 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20463 \begin_inset Text
20464
20465 \begin_layout Plain Layout
20466
20467 \size larger
20468 \begin_inset ERT
20469 status collapsed
20470
20471 \begin_layout Plain Layout
20472
20473
20474 \backslash
20475 strut 
20476 \end_layout
20477
20478 \end_inset
20479
20480 Larger
20481 \end_layout
20482
20483 \end_inset
20484 </cell>
20485 </row>
20486 <row>
20487 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20488 \begin_inset Text
20489
20490 \begin_layout Plain Layout
20491
20492 \size largest
20493 \begin_inset ERT
20494 status collapsed
20495
20496 \begin_layout Plain Layout
20497
20498
20499 \backslash
20500 strut 
20501 \end_layout
20502
20503 \end_inset
20504
20505 Largest
20506 \end_layout
20507
20508 \end_inset
20509 </cell>
20510 </row>
20511 <row>
20512 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20513 \begin_inset Text
20514
20515 \begin_layout Plain Layout
20516
20517 \size huge
20518 \begin_inset ERT
20519 status collapsed
20520
20521 \begin_layout Plain Layout
20522
20523
20524 \backslash
20525 strut 
20526 \end_layout
20527
20528 \end_inset
20529
20530 Huge
20531 \end_layout
20532
20533 \end_inset
20534 </cell>
20535 </row>
20536 <row>
20537 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20538 \begin_inset Text
20539
20540 \begin_layout Plain Layout
20541
20542 \size giant
20543 \begin_inset ERT
20544 status collapsed
20545
20546 \begin_layout Plain Layout
20547
20548
20549 \backslash
20550 strut 
20551 \end_layout
20552
20553 \end_inset
20554
20555
20556 \size huge
20557 Huger
20558 \end_layout
20559
20560 \end_inset
20561 </cell>
20562 </row>
20563 </lyxtabular>
20564
20565 \end_inset
20566
20567
20568 \end_layout
20569
20570 \end_inset
20571
20572
20573 \begin_inset space \hfill{}
20574 \end_inset
20575
20576
20577 \end_layout
20578
20579 \end_inset
20580
20581
20582 \end_layout
20583
20584 \begin_layout Subsection
20585 Special Cell Alignment
20586 \begin_inset CommandInset label
20587 LatexCommand label
20588 name "subsec:Special-Cell-Alignment"
20589
20590 \end_inset
20591
20592
20593 \begin_inset Index idx
20594 status collapsed
20595
20596 \begin_layout Plain Layout
20597 Table Customization ! Special Cell Alignment
20598 \end_layout
20599
20600 \end_inset
20601
20602
20603 \end_layout
20604
20605 \begin_layout Standard
20606 Sometimes it looks better when the cell entries of a column are aligned
20607  with a special character, e.
20608 \begin_inset space \thinspace{}
20609 \end_inset
20610
20611 g.
20612 \begin_inset space \space{}
20613 \end_inset
20614
20615 with the decimal separator as in Table
20616 \begin_inset space ~
20617 \end_inset
20618
20619
20620 \begin_inset CommandInset ref
20621 LatexCommand ref
20622 reference "tab:Table-cells-align"
20623
20624 \end_inset
20625
20626 .
20627  This alignment is achieved by setting the cursor into the column and then
20628  either pressing the toolbar button 
20629 \begin_inset Info
20630 type  "icon"
20631 arg   "inset-modify tabular align-decimal"
20632 \end_inset
20633
20634  or setting the alignment in the table settings to 
20635 \family sans
20636 At
20637 \begin_inset space ~
20638 \end_inset
20639
20640 Decimal
20641 \begin_inset space ~
20642 \end_inset
20643
20644 Separator
20645 \family default
20646 .
20647  The alignment character can be a character of your choice and is specified
20648  in the table settings.
20649 \end_layout
20650
20651 \begin_layout Standard
20652 \begin_inset Float table
20653 placement h
20654 wide false
20655 sideways false
20656 status open
20657
20658 \begin_layout Plain Layout
20659 \begin_inset Caption Standard
20660
20661 \begin_layout Plain Layout
20662 \begin_inset CommandInset label
20663 LatexCommand label
20664 name "tab:Table-cells-align"
20665
20666 \end_inset
20667
20668 Table cells of a column aligned with the decimal separator.
20669 \end_layout
20670
20671 \end_inset
20672
20673
20674 \end_layout
20675
20676 \begin_layout Plain Layout
20677 \align center
20678 \begin_inset Tabular
20679 <lyxtabular version="3" rows="4" columns="1">
20680 <features booktabs="true" tabularvalignment="middle">
20681 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
20682 <row>
20683 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20684 \begin_inset Text
20685
20686 \begin_layout Plain Layout
20687 heading
20688 \end_layout
20689
20690 \end_inset
20691 </cell>
20692 </row>
20693 <row>
20694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20695 \begin_inset Text
20696
20697 \begin_layout Plain Layout
20698 12.6
20699 \end_layout
20700
20701 \end_inset
20702 </cell>
20703 </row>
20704 <row>
20705 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20706 \begin_inset Text
20707
20708 \begin_layout Plain Layout
20709 0.68
20710 \end_layout
20711
20712 \end_inset
20713 </cell>
20714 </row>
20715 <row>
20716 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20717 \begin_inset Text
20718
20719 \begin_layout Plain Layout
20720 -123.0
20721 \end_layout
20722
20723 \end_inset
20724 </cell>
20725 </row>
20726 </lyxtabular>
20727
20728 \end_inset
20729
20730
20731 \end_layout
20732
20733 \end_inset
20734
20735
20736 \end_layout
20737
20738 \begin_layout Standard
20739 \begin_inset Float table
20740 placement h
20741 wide false
20742 sideways false
20743 status open
20744
20745 \begin_layout Plain Layout
20746 \begin_inset Caption Standard
20747
20748 \begin_layout Plain Layout
20749 \begin_inset CommandInset label
20750 LatexCommand label
20751 name "tab:Table-align-operator"
20752
20753 \end_inset
20754
20755 Table cells of a column aligned with the operators.
20756 \end_layout
20757
20758 \end_inset
20759
20760
20761 \end_layout
20762
20763 \begin_layout Plain Layout
20764 \align center
20765 \begin_inset Tabular
20766 <lyxtabular version="3" rows="4" columns="2">
20767 <features booktabs="true" tabularvalignment="middle">
20768 <column alignment="right" valignment="top" width="0pt">
20769 <column alignment="left" valignment="top" width="0pt" special="@{}l">
20770 <row>
20771 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20772 \begin_inset Text
20773
20774 \begin_layout Plain Layout
20775 heading
20776 \end_layout
20777
20778 \end_inset
20779 </cell>
20780 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20781 \begin_inset Text
20782
20783 \begin_layout Plain Layout
20784
20785 \end_layout
20786
20787 \end_inset
20788 </cell>
20789 </row>
20790 <row>
20791 <cell alignment="center" valignment="top" usebox="none">
20792 \begin_inset Text
20793
20794 \begin_layout Plain Layout
20795 \begin_inset Formula $12\,+$
20796 \end_inset
20797
20798
20799 \end_layout
20800
20801 \end_inset
20802 </cell>
20803 <cell alignment="center" valignment="top" usebox="none">
20804 \begin_inset Text
20805
20806 \begin_layout Plain Layout
20807 \begin_inset Formula $\,6$
20808 \end_inset
20809
20810
20811 \end_layout
20812
20813 \end_inset
20814 </cell>
20815 </row>
20816 <row>
20817 <cell alignment="center" valignment="top" usebox="none">
20818 \begin_inset Text
20819
20820 \begin_layout Plain Layout
20821 \begin_inset Formula $0\,-$
20822 \end_inset
20823
20824
20825 \end_layout
20826
20827 \end_inset
20828 </cell>
20829 <cell alignment="center" valignment="top" usebox="none">
20830 \begin_inset Text
20831
20832 \begin_layout Plain Layout
20833 \begin_inset Formula $\,68$
20834 \end_inset
20835
20836
20837 \end_layout
20838
20839 \end_inset
20840 </cell>
20841 </row>
20842 <row>
20843 <cell alignment="center" valignment="top" usebox="none">
20844 \begin_inset Text
20845
20846 \begin_layout Plain Layout
20847 \begin_inset Formula $-123\,/$
20848 \end_inset
20849
20850
20851 \end_layout
20852
20853 \end_inset
20854 </cell>
20855 <cell alignment="center" valignment="top" usebox="none">
20856 \begin_inset Text
20857
20858 \begin_layout Plain Layout
20859 \begin_inset Formula $\,0$
20860 \end_inset
20861
20862
20863 \end_layout
20864
20865 \end_inset
20866 </cell>
20867 </row>
20868 </lyxtabular>
20869
20870 \end_inset
20871
20872
20873 \end_layout
20874
20875 \end_inset
20876
20877
20878 \end_layout
20879
20880 \begin_layout Standard
20881 For alignments at characters in formulas this method does not work because
20882  the field to specify the alignment character does not allow formulas.
20883  In this case one need to use the method from Table
20884 \begin_inset space ~
20885 \end_inset
20886
20887
20888 \begin_inset CommandInset ref
20889 LatexCommand ref
20890 reference "tab:Table-align-operator"
20891
20892 \end_inset
20893
20894 .
20895  This table was created with a 4×2 table.
20896  The heading is a centered multicolumn.
20897  The first column is right-aligned and contains the first part including
20898  the operator.
20899  The second column is left aligned and contains the rest.
20900  A small space was added at the beginning of each cell of the second column
20901  to get the space that is usually around operators.
20902  To omit the space that is normally between two table columns, the following
20903  \SpecialChar LaTeX
20904 -argument was used for the second column:
20905 \end_layout
20906
20907 \begin_layout Standard
20908
20909 \series bold
20910 @{}l
20911 \end_layout
20912
20913 \begin_layout Standard
20914 Table
20915 \begin_inset space ~
20916 \end_inset
20917
20918
20919 \begin_inset CommandInset ref
20920 LatexCommand ref
20921 reference "tab:Several-table-cell"
20922
20923 \end_inset
20924
20925  shows some example alignments.
20926  For the alignment with the relation sign, a small space was added like
20927  for the second column of Table
20928 \begin_inset space ~
20929 \end_inset
20930
20931
20932 \begin_inset CommandInset ref
20933 LatexCommand ref
20934 reference "tab:Table-align-operator"
20935
20936 \end_inset
20937
20938 .
20939 \end_layout
20940
20941 \begin_layout Standard
20942 \begin_inset Float table
20943 placement h
20944 wide false
20945 sideways false
20946 status open
20947
20948 \begin_layout Plain Layout
20949 \begin_inset Caption Standard
20950
20951 \begin_layout Plain Layout
20952 \begin_inset CommandInset label
20953 LatexCommand label
20954 name "tab:Several-table-cell"
20955
20956 \end_inset
20957
20958 Several table cell alignments.
20959 \end_layout
20960
20961 \end_inset
20962
20963
20964 \end_layout
20965
20966 \begin_layout Plain Layout
20967 \align center
20968 \begin_inset Tabular
20969 <lyxtabular version="3" rows="4" columns="6">
20970 <features tabularvalignment="middle">
20971 <column alignment="right" valignment="top">
20972 <column alignment="left" valignment="top" special="@{}l">
20973 <column alignment="right" valignment="top">
20974 <column alignment="left" valignment="top" special="@{}l">
20975 <column alignment="right" valignment="top">
20976 <column alignment="left" valignment="top" special="@{}l">
20977 <row>
20978 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20979 \begin_inset Text
20980
20981 \begin_layout Plain Layout
20982 units
20983 \end_layout
20984
20985 \end_inset
20986 </cell>
20987 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20988 \begin_inset Text
20989
20990 \begin_layout Plain Layout
20991
20992 \end_layout
20993
20994 \end_inset
20995 </cell>
20996 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20997 \begin_inset Text
20998
20999 \begin_layout Plain Layout
21000 exponents
21001 \end_layout
21002
21003 \end_inset
21004 </cell>
21005 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21006 \begin_inset Text
21007
21008 \begin_layout Plain Layout
21009
21010 \end_layout
21011
21012 \end_inset
21013 </cell>
21014 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21015 \begin_inset Text
21016
21017 \begin_layout Plain Layout
21018 relations
21019 \end_layout
21020
21021 \end_inset
21022 </cell>
21023 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21024 \begin_inset Text
21025
21026 \begin_layout Plain Layout
21027
21028 \end_layout
21029
21030 \end_inset
21031 </cell>
21032 </row>
21033 <row>
21034 <cell alignment="center" valignment="top" usebox="none">
21035 \begin_inset Text
21036
21037 \begin_layout Plain Layout
21038 12×
21039 \end_layout
21040
21041 \end_inset
21042 </cell>
21043 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21044 \begin_inset Text
21045
21046 \begin_layout Plain Layout
21047 24
21048 \begin_inset space \thinspace{}
21049 \end_inset
21050
21051 bottles
21052 \end_layout
21053
21054 \end_inset
21055 </cell>
21056 <cell alignment="center" valignment="top" usebox="none">
21057 \begin_inset Text
21058
21059 \begin_layout Plain Layout
21060 \begin_inset Formula $10\cdot$
21061 \end_inset
21062
21063
21064 \end_layout
21065
21066 \end_inset
21067 </cell>
21068 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21069 \begin_inset Text
21070
21071 \begin_layout Plain Layout
21072 \begin_inset Formula $10^{\mbox{-}17}$
21073 \end_inset
21074
21075
21076 \end_layout
21077
21078 \end_inset
21079 </cell>
21080 <cell alignment="center" valignment="top" usebox="none">
21081 \begin_inset Text
21082
21083 \begin_layout Plain Layout
21084 \begin_inset Formula $\Gamma(t)\propto$
21085 \end_inset
21086
21087
21088 \end_layout
21089
21090 \end_inset
21091 </cell>
21092 <cell alignment="center" valignment="top" usebox="none">
21093 \begin_inset Text
21094
21095 \begin_layout Plain Layout
21096 \begin_inset Formula $\:\Upsilon(t)$
21097 \end_inset
21098
21099
21100 \end_layout
21101
21102 \end_inset
21103 </cell>
21104 </row>
21105 <row>
21106 <cell alignment="center" valignment="top" usebox="none">
21107 \begin_inset Text
21108
21109 \begin_layout Plain Layout
21110 1024×
21111 \end_layout
21112
21113 \end_inset
21114 </cell>
21115 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21116 \begin_inset Text
21117
21118 \begin_layout Plain Layout
21119 768
21120 \begin_inset space \thinspace{}
21121 \end_inset
21122
21123 Pixels
21124 \end_layout
21125
21126 \end_inset
21127 </cell>
21128 <cell alignment="center" valignment="top" usebox="none">
21129 \begin_inset Text
21130
21131 \begin_layout Plain Layout
21132 \begin_inset Formula $5.78\cdot$
21133 \end_inset
21134
21135
21136 \end_layout
21137
21138 \end_inset
21139 </cell>
21140 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21141 \begin_inset Text
21142
21143 \begin_layout Plain Layout
21144 \begin_inset Formula $10^{7}$
21145 \end_inset
21146
21147
21148 \end_layout
21149
21150 \end_inset
21151 </cell>
21152 <cell alignment="center" valignment="top" usebox="none">
21153 \begin_inset Text
21154
21155 \begin_layout Plain Layout
21156 \begin_inset Formula $A\ne$
21157 \end_inset
21158
21159
21160 \end_layout
21161
21162 \end_inset
21163 </cell>
21164 <cell alignment="center" valignment="top" usebox="none">
21165 \begin_inset Text
21166
21167 \begin_layout Plain Layout
21168 \begin_inset Formula $\:B_{\mathrm{red}}$
21169 \end_inset
21170
21171
21172 \end_layout
21173
21174 \end_inset
21175 </cell>
21176 </row>
21177 <row>
21178 <cell alignment="center" valignment="top" usebox="none">
21179 \begin_inset Text
21180
21181 \begin_layout Plain Layout
21182 32×
21183 \end_layout
21184
21185 \end_inset
21186 </cell>
21187 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21188 \begin_inset Text
21189
21190 \begin_layout Plain Layout
21191 6
21192 \begin_inset space \thinspace{}
21193 \end_inset
21194
21195 cm
21196 \end_layout
21197
21198 \end_inset
21199 </cell>
21200 <cell alignment="center" valignment="top" usebox="none">
21201 \begin_inset Text
21202
21203 \begin_layout Plain Layout
21204 -
21205 \begin_inset Formula $33.5\cdot$
21206 \end_inset
21207
21208
21209 \end_layout
21210
21211 \end_inset
21212 </cell>
21213 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21214 \begin_inset Text
21215
21216 \begin_layout Plain Layout
21217 \begin_inset Formula $10^{4}$
21218 \end_inset
21219
21220
21221 \end_layout
21222
21223 \end_inset
21224 </cell>
21225 <cell alignment="center" valignment="top" usebox="none">
21226 \begin_inset Text
21227
21228 \begin_layout Plain Layout
21229 \begin_inset Formula $\sin(\alpha)\ge$
21230 \end_inset
21231
21232
21233 \end_layout
21234
21235 \end_inset
21236 </cell>
21237 <cell alignment="center" valignment="top" usebox="none">
21238 \begin_inset Text
21239
21240 \begin_layout Plain Layout
21241 \begin_inset Formula $\:\sin(\beta)$
21242 \end_inset
21243
21244
21245 \end_layout
21246
21247 \end_inset
21248 </cell>
21249 </row>
21250 </lyxtabular>
21251
21252 \end_inset
21253
21254
21255 \end_layout
21256
21257 \end_inset
21258
21259
21260 \end_layout
21261
21262 \begin_layout Subsection
21263 Customized Cell/Column Format
21264 \begin_inset CommandInset label
21265 LatexCommand label
21266 name "subsec:Customized-Format"
21267
21268 \end_inset
21269
21270
21271 \begin_inset Index idx
21272 status collapsed
21273
21274 \begin_layout Plain Layout
21275 Table Customization ! Cell/Column Format
21276 \end_layout
21277
21278 \end_inset
21279
21280
21281 \end_layout
21282
21283 \begin_layout Standard
21284 Calculating the required width for normal columns as described in section
21285 \begin_inset space ~
21286 \end_inset
21287
21288
21289 \begin_inset CommandInset ref
21290 LatexCommand ref
21291 reference "sec:Table-Width-Calculation"
21292
21293 \end_inset
21294
21295  or for spanned columns as described in section
21296 \begin_inset space ~
21297 \end_inset
21298
21299
21300 \begin_inset CommandInset ref
21301 LatexCommand ref
21302 reference "subsec:Multicolumn-Calculations"
21303
21304 \end_inset
21305
21306  is very annoying if you have several tables where a calculation is necessary.
21307  To make life easier, you can define a cell/column format in the preamble,
21308  that can be used in all tables of the document.
21309  The format is defined with the command
21310 \end_layout
21311
21312 \begin_layout Standard
21313
21314 \series bold
21315
21316 \backslash
21317 newcolumntype{name of format}[number of arguments]{commands}
21318 \end_layout
21319
21320 \begin_layout Standard
21321 The format name may only consist of one letter.
21322  The letters 
21323 \emph on
21324 b
21325 \emph default
21326
21327 \emph on
21328 c
21329 \emph default
21330
21331 \emph on
21332 l
21333 \emph default
21334
21335 \emph on
21336 m
21337 \emph default
21338
21339 \emph on
21340 p
21341 \emph default
21342  and 
21343 \emph on
21344 r
21345 \emph default
21346  are predefined and cannot be used.
21347  But all letters are allowed as capitals.
21348 \end_layout
21349
21350 \begin_layout Standard
21351 \begin_inset VSpace medskip
21352 \end_inset
21353
21354
21355 \end_layout
21356
21357 \begin_layout Standard
21358 For vertically and horizontally centered multicolumn cells with a fixed
21359  width you can define the cell format
21360 \end_layout
21361
21362 \begin_layout Standard
21363
21364 \series bold
21365
21366 \backslash
21367 newcolumntype{M}[1]{>{
21368 \backslash
21369 centering
21370 \backslash
21371 hspace{0pt}}m{#1}}
21372 \end_layout
21373
21374 \begin_layout Standard
21375 where 
21376 \series bold
21377
21378 \backslash
21379 hspace{0pt}
21380 \series default
21381  avoids the problem of hyphenating the first word, as described in section
21382 \begin_inset space ~
21383 \end_inset
21384
21385
21386 \begin_inset CommandInset ref
21387 LatexCommand ref
21388 reference "subsec:Multiple-Lines-in"
21389
21390 \end_inset
21391
21392 .
21393  Now you can simply enter
21394 \end_layout
21395
21396 \begin_layout Standard
21397
21398 \series bold
21399 M{width}
21400 \end_layout
21401
21402 \begin_layout Standard
21403 as 
21404 \family sans
21405 \SpecialChar LaTeX
21406 -argument
21407 \family default
21408  in the table dialog to create a multicolumn.
21409 \end_layout
21410
21411 \begin_layout Standard
21412 \begin_inset VSpace bigskip
21413 \end_inset
21414
21415
21416 \end_layout
21417
21418 \begin_layout Standard
21419 For cells spanned by a multicolumn cell, you can define the format
21420 \end_layout
21421
21422 \begin_layout Standard
21423
21424 \series bold
21425
21426 \backslash
21427 newcolumntype{S}[2]{>{
21428 \backslash
21429 centering
21430 \backslash
21431 hspace{0pt}}
21432 \begin_inset Newline newline
21433 \end_inset
21434
21435
21436 \begin_inset Phantom HPhantom
21437 status open
21438
21439 \begin_layout Plain Layout
21440
21441 \series bold
21442
21443 \backslash
21444 newcolumntype
21445 \end_layout
21446
21447 \end_inset
21448
21449 m{(#1+(2
21450 \backslash
21451 tabcolsep+
21452 \backslash
21453 arrayrulewidth)*(1-#2))/#2}}
21454 \end_layout
21455
21456 \begin_layout Standard
21457 This format uses equation 
21458 \begin_inset CommandInset ref
21459 LatexCommand eqref
21460 reference "eq:Wgn"
21461
21462 \end_inset
21463
21464  to calculate the required width so that each spanned cell has the same
21465  width.
21466 \end_layout
21467
21468 \begin_layout Standard
21469 You can now enter
21470 \end_layout
21471
21472 \begin_layout Standard
21473
21474 \series bold
21475 S{width of multicolumn cell}{number of spanned columns}
21476 \end_layout
21477
21478 \begin_layout Standard
21479 as \SpecialChar LaTeX
21480 -argument of the column.
21481 \end_layout
21482
21483 \begin_layout Standard
21484 \begin_inset VSpace bigskip
21485 \end_inset
21486
21487
21488 \end_layout
21489
21490 \begin_layout Standard
21491 For colored columns, you can define
21492 \end_layout
21493
21494 \begin_layout Standard
21495
21496 \series bold
21497
21498 \backslash
21499 newcolumntype{K}[1]{>{
21500 \backslash
21501 columncolor{#1}
21502 \backslash
21503 hspace{0pt}}c}
21504 \end_layout
21505
21506 \begin_layout Standard
21507 The 
21508 \begin_inset Quotes eld
21509 \end_inset
21510
21511 c
21512 \begin_inset Quotes erd
21513 \end_inset
21514
21515  at the end creates a column with a flexible width whose text is horizontally
21516  centered.
21517  You can now enter
21518 \end_layout
21519
21520 \begin_layout Standard
21521
21522 \series bold
21523 K{color name}
21524 \end_layout
21525
21526 \begin_layout Standard
21527 as \SpecialChar LaTeX
21528 -argument.
21529 \end_layout
21530
21531 \begin_layout Standard
21532 \begin_inset VSpace bigskip
21533 \end_inset
21534
21535
21536 \end_layout
21537
21538 \begin_layout Standard
21539 To create Table
21540 \begin_inset space ~
21541 \end_inset
21542
21543
21544 \begin_inset CommandInset ref
21545 LatexCommand ref
21546 reference "tab:Table-using-user-defined"
21547
21548 \end_inset
21549
21550  use the \SpecialChar LaTeX
21551 -arguments
21552 \end_layout
21553
21554 \begin_layout Standard
21555
21556 \series bold
21557 M{2.5cm}
21558 \end_layout
21559
21560 \begin_layout Standard
21561 for the first column and the multicolumn,
21562 \end_layout
21563
21564 \begin_layout Standard
21565
21566 \series bold
21567 K{red}
21568 \end_layout
21569
21570 \begin_layout Standard
21571 for the last column, and
21572 \end_layout
21573
21574 \begin_layout Standard
21575
21576 \series bold
21577 S{2.5cm}{2}
21578 \end_layout
21579
21580 \begin_layout Standard
21581 for the cells in the second column.
21582 \end_layout
21583
21584 \begin_layout Standard
21585 \begin_inset Float table
21586 placement h
21587 wide false
21588 sideways false
21589 status open
21590
21591 \begin_layout Plain Layout
21592 \begin_inset Caption Standard
21593
21594 \begin_layout Plain Layout
21595 \begin_inset CommandInset label
21596 LatexCommand label
21597 name "tab:Table-using-user-defined"
21598
21599 \end_inset
21600
21601 Table using user-defined table formats
21602 \end_layout
21603
21604 \end_inset
21605
21606
21607 \end_layout
21608
21609 \begin_layout Plain Layout
21610 \align center
21611 \begin_inset Tabular
21612 <lyxtabular version="3" rows="3" columns="4">
21613 <features tabularvalignment="middle">
21614 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
21615 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
21616 <column alignment="center" valignment="middle">
21617 <column alignment="center" valignment="middle" special="K{red}">
21618 <row>
21619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21620 \begin_inset Text
21621
21622 \begin_layout Plain Layout
21623 verylongtablecellword
21624 \end_layout
21625
21626 \end_inset
21627 </cell>
21628 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
21629 \begin_inset Text
21630
21631 \begin_layout Plain Layout
21632 multiple lines multicolumn
21633 \end_layout
21634
21635 \end_inset
21636 </cell>
21637 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21638 \begin_inset Text
21639
21640 \begin_layout Plain Layout
21641
21642 \end_layout
21643
21644 \end_inset
21645 </cell>
21646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21647 \begin_inset Text
21648
21649 \begin_layout Plain Layout
21650 c
21651 \end_layout
21652
21653 \end_inset
21654 </cell>
21655 </row>
21656 <row>
21657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21658 \begin_inset Text
21659
21660 \begin_layout Plain Layout
21661 d
21662 \end_layout
21663
21664 \end_inset
21665 </cell>
21666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21667 \begin_inset Text
21668
21669 \begin_layout Plain Layout
21670 e
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 f
21680 \end_layout
21681
21682 \end_inset
21683 </cell>
21684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21685 \begin_inset Text
21686
21687 \begin_layout Plain Layout
21688 g
21689 \end_layout
21690
21691 \end_inset
21692 </cell>
21693 </row>
21694 <row>
21695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21696 \begin_inset Text
21697
21698 \begin_layout Plain Layout
21699 h
21700 \end_layout
21701
21702 \end_inset
21703 </cell>
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 i
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 j
21718 \end_layout
21719
21720 \end_inset
21721 </cell>
21722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21723 \begin_inset Text
21724
21725 \begin_layout Plain Layout
21726 k
21727 \end_layout
21728
21729 \end_inset
21730 </cell>
21731 </row>
21732 </lyxtabular>
21733
21734 \end_inset
21735
21736
21737 \end_layout
21738
21739 \end_inset
21740
21741
21742 \end_layout
21743
21744 \begin_layout Subsection
21745 Line Thickness
21746 \begin_inset CommandInset label
21747 LatexCommand label
21748 name "subsec:Line-Thickness"
21749
21750 \end_inset
21751
21752
21753 \begin_inset Index idx
21754 status collapsed
21755
21756 \begin_layout Plain Layout
21757 Table Customization ! Line Thickness
21758 \end_layout
21759
21760 \end_inset
21761
21762
21763 \end_layout
21764
21765 \begin_layout Standard
21766 The line thickness for all lines in a table can be adjusted with the length
21767  
21768 \series bold
21769
21770 \backslash
21771 arrayrulewidth
21772 \series default
21773 .
21774  To set for example a line thickness of 1.5
21775 \begin_inset space \thinspace{}
21776 \end_inset
21777
21778 pt, as in Table
21779 \begin_inset space ~
21780 \end_inset
21781
21782
21783 \begin_inset CommandInset ref
21784 LatexCommand ref
21785 reference "tab:Table-with-1.5"
21786
21787 \end_inset
21788
21789 , insert the command
21790 \end_layout
21791
21792 \begin_layout Standard
21793
21794 \series bold
21795
21796 \backslash
21797 setlength{
21798 \backslash
21799 arrayrulewidth}{1.5pt}
21800 \end_layout
21801
21802 \begin_layout Standard
21803 in \SpecialChar TeX
21804  Code before the table or table float.
21805  The changed thickness is valid for all subsequent tables.
21806  To use the default value again, set 
21807 \series bold
21808
21809 \backslash
21810 arrayrulewidth
21811 \series default
21812  to 0.4
21813 \begin_inset space \thinspace{}
21814 \end_inset
21815
21816 pt in \SpecialChar TeX
21817  Code after the table or table float.
21818 \end_layout
21819
21820 \begin_layout Standard
21821 \begin_inset ERT
21822 status collapsed
21823
21824 \begin_layout Plain Layout
21825
21826
21827 \backslash
21828 setlength{
21829 \backslash
21830 arrayrulewidth}{1.5pt}
21831 \end_layout
21832
21833 \end_inset
21834
21835
21836 \begin_inset Float table
21837 wide false
21838 sideways false
21839 status open
21840
21841 \begin_layout Plain Layout
21842 \begin_inset Caption Standard
21843
21844 \begin_layout Plain Layout
21845 \begin_inset CommandInset label
21846 LatexCommand label
21847 name "tab:Table-with-1.5"
21848
21849 \end_inset
21850
21851 Table with 1.5
21852 \begin_inset space \thinspace{}
21853 \end_inset
21854
21855 pt thick lines
21856 \end_layout
21857
21858 \end_inset
21859
21860
21861 \end_layout
21862
21863 \begin_layout Plain Layout
21864 \align center
21865 \begin_inset Tabular
21866 <lyxtabular version="3" rows="3" columns="3">
21867 <features tabularvalignment="middle">
21868 <column alignment="center" valignment="top">
21869 <column alignment="center" valignment="top">
21870 <column alignment="center" valignment="top">
21871 <row>
21872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21873 \begin_inset Text
21874
21875 \begin_layout Plain Layout
21876 sd
21877 \end_layout
21878
21879 \end_inset
21880 </cell>
21881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21882 \begin_inset Text
21883
21884 \begin_layout Plain Layout
21885
21886 \end_layout
21887
21888 \end_inset
21889 </cell>
21890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21891 \begin_inset Text
21892
21893 \begin_layout Plain Layout
21894
21895 \end_layout
21896
21897 \end_inset
21898 </cell>
21899 </row>
21900 <row>
21901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21902 \begin_inset Text
21903
21904 \begin_layout Plain Layout
21905
21906 \end_layout
21907
21908 \end_inset
21909 </cell>
21910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21911 \begin_inset Text
21912
21913 \begin_layout Plain Layout
21914 sd
21915 \end_layout
21916
21917 \end_inset
21918 </cell>
21919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21920 \begin_inset Text
21921
21922 \begin_layout Plain Layout
21923
21924 \end_layout
21925
21926 \end_inset
21927 </cell>
21928 </row>
21929 <row>
21930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21931 \begin_inset Text
21932
21933 \begin_layout Plain Layout
21934
21935 \end_layout
21936
21937 \end_inset
21938 </cell>
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" rightline="true" usebox="none">
21949 \begin_inset Text
21950
21951 \begin_layout Plain Layout
21952 sd
21953 \end_layout
21954
21955 \end_inset
21956 </cell>
21957 </row>
21958 </lyxtabular>
21959
21960 \end_inset
21961
21962
21963 \end_layout
21964
21965 \end_inset
21966
21967
21968 \begin_inset ERT
21969 status collapsed
21970
21971 \begin_layout Plain Layout
21972
21973
21974 \backslash
21975 setlength{
21976 \backslash
21977 arrayrulewidth}{0.4pt}
21978 \end_layout
21979
21980 \end_inset
21981
21982
21983 \end_layout
21984
21985 \begin_layout Standard
21986 \begin_inset VSpace bigskip
21987 \end_inset
21988
21989 To set the line thickness to 1.5
21990 \begin_inset space \thinspace{}
21991 \end_inset
21992
21993 pt only for horizontal lines, as in Table
21994 \begin_inset space ~
21995 \end_inset
21996
21997
21998 \begin_inset CommandInset ref
21999 LatexCommand ref
22000 reference "tab:Table-with-horizontal"
22001
22002 \end_inset
22003
22004 , insert these commands in \SpecialChar TeX
22005  Code before the table or table float:
22006 \end_layout
22007
22008 \begin_layout Standard
22009
22010 \series bold
22011
22012 \backslash
22013 let
22014 \backslash
22015 myHline
22016 \backslash
22017 hline
22018 \begin_inset Newline newline
22019 \end_inset
22020
22021
22022 \backslash
22023 renewcommand{
22024 \backslash
22025 hline}
22026 \begin_inset Newline newline
22027 \end_inset
22028
22029  {
22030 \backslash
22031 noalign{
22032 \backslash
22033 global
22034 \backslash
22035 arrayrulewidth 1.5pt}
22036 \begin_inset Newline newline
22037 \end_inset
22038
22039  
22040 \backslash
22041 myHline
22042 \backslash
22043 noalign{
22044 \backslash
22045 global
22046 \backslash
22047 arrayrulewidth 0.4pt}}
22048 \end_layout
22049
22050 \begin_layout Standard
22051 To return to the default line thickness, insert this command in \SpecialChar TeX
22052  Code after
22053  the table or table float:
22054 \end_layout
22055
22056 \begin_layout Standard
22057
22058 \series bold
22059
22060 \backslash
22061 renewcommand{
22062 \backslash
22063 hline}{
22064 \backslash
22065 myHline}
22066 \end_layout
22067
22068 \begin_layout Standard
22069 \begin_inset ERT
22070 status collapsed
22071
22072 \begin_layout Plain Layout
22073
22074
22075 \backslash
22076 let
22077 \backslash
22078 myHline
22079 \backslash
22080 hline
22081 \end_layout
22082
22083 \begin_layout Plain Layout
22084
22085
22086 \backslash
22087 renewcommand{
22088 \backslash
22089 hline}
22090 \end_layout
22091
22092 \begin_layout Plain Layout
22093
22094  {
22095 \backslash
22096 noalign{
22097 \backslash
22098 global
22099 \backslash
22100 arrayrulewidth 1.5pt}
22101 \end_layout
22102
22103 \begin_layout Plain Layout
22104
22105   
22106 \backslash
22107 myHline
22108 \backslash
22109 noalign{
22110 \backslash
22111 global
22112 \backslash
22113 arrayrulewidth 0.4pt}}
22114 \end_layout
22115
22116 \end_inset
22117
22118
22119 \begin_inset Float table
22120 wide false
22121 sideways false
22122 status open
22123
22124 \begin_layout Plain Layout
22125 \begin_inset Caption Standard
22126
22127 \begin_layout Plain Layout
22128 \begin_inset CommandInset label
22129 LatexCommand label
22130 name "tab:Table-with-horizontal"
22131
22132 \end_inset
22133
22134 Table with 1.5
22135 \begin_inset space \thinspace{}
22136 \end_inset
22137
22138 pt thick horizontal lines
22139 \end_layout
22140
22141 \end_inset
22142
22143
22144 \end_layout
22145
22146 \begin_layout Plain Layout
22147 \align center
22148 \begin_inset Tabular
22149 <lyxtabular version="3" rows="3" columns="3">
22150 <features tabularvalignment="middle">
22151 <column alignment="center" valignment="top">
22152 <column alignment="center" valignment="top">
22153 <column alignment="center" valignment="top">
22154 <row>
22155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22156 \begin_inset Text
22157
22158 \begin_layout Plain Layout
22159 sd
22160 \end_layout
22161
22162 \end_inset
22163 </cell>
22164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22165 \begin_inset Text
22166
22167 \begin_layout Plain Layout
22168
22169 \end_layout
22170
22171 \end_inset
22172 </cell>
22173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22174 \begin_inset Text
22175
22176 \begin_layout Plain Layout
22177
22178 \end_layout
22179
22180 \end_inset
22181 </cell>
22182 </row>
22183 <row>
22184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22185 \begin_inset Text
22186
22187 \begin_layout Plain Layout
22188
22189 \end_layout
22190
22191 \end_inset
22192 </cell>
22193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22194 \begin_inset Text
22195
22196 \begin_layout Plain Layout
22197 sd
22198 \end_layout
22199
22200 \end_inset
22201 </cell>
22202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22203 \begin_inset Text
22204
22205 \begin_layout Plain Layout
22206
22207 \end_layout
22208
22209 \end_inset
22210 </cell>
22211 </row>
22212 <row>
22213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22214 \begin_inset Text
22215
22216 \begin_layout Plain Layout
22217
22218 \end_layout
22219
22220 \end_inset
22221 </cell>
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" rightline="true" usebox="none">
22232 \begin_inset Text
22233
22234 \begin_layout Plain Layout
22235 sd
22236 \end_layout
22237
22238 \end_inset
22239 </cell>
22240 </row>
22241 </lyxtabular>
22242
22243 \end_inset
22244
22245
22246 \end_layout
22247
22248 \end_inset
22249
22250
22251 \begin_inset ERT
22252 status collapsed
22253
22254 \begin_layout Plain Layout
22255
22256
22257 \backslash
22258 renewcommand{
22259 \backslash
22260 hline}{
22261 \backslash
22262 myHline}
22263 \end_layout
22264
22265 \end_inset
22266
22267
22268 \end_layout
22269
22270 \begin_layout Standard
22271 \begin_inset VSpace bigskip
22272 \end_inset
22273
22274 To set the line thickness to 1.5
22275 \begin_inset space \thinspace{}
22276 \end_inset
22277
22278 pt only for vertical lines, create the following column format in the document
22279  preamble, according to the description in section
22280 \begin_inset space ~
22281 \end_inset
22282
22283
22284 \begin_inset CommandInset ref
22285 LatexCommand ref
22286 reference "subsec:Customized-Format"
22287
22288 \end_inset
22289
22290 :
22291 \end_layout
22292
22293 \begin_layout Standard
22294
22295 \series bold
22296
22297 \backslash
22298 newcolumntype{V}{!{
22299 \backslash
22300 vrule width 1.5pt}}
22301 \end_layout
22302
22303 \begin_layout Standard
22304 For Table
22305 \begin_inset space ~
22306 \end_inset
22307
22308
22309 \begin_inset CommandInset ref
22310 LatexCommand ref
22311 reference "tab:Table-with-vertical"
22312
22313 \end_inset
22314
22315  the \SpecialChar LaTeX
22316 -argument
22317 \end_layout
22318
22319 \begin_layout Standard
22320
22321 \series bold
22322 VcV
22323 \end_layout
22324
22325 \begin_layout Standard
22326 was used for the last column and
22327 \end_layout
22328
22329 \begin_layout Standard
22330
22331 \series bold
22332 Vc
22333 \end_layout
22334
22335 \begin_layout Standard
22336 for the other columns.
22337 \end_layout
22338
22339 \begin_layout Standard
22340 \begin_inset Float table
22341 wide false
22342 sideways false
22343 status open
22344
22345 \begin_layout Plain Layout
22346 \begin_inset Caption Standard
22347
22348 \begin_layout Plain Layout
22349 \begin_inset CommandInset label
22350 LatexCommand label
22351 name "tab:Table-with-vertical"
22352
22353 \end_inset
22354
22355 Table with 1.5
22356 \begin_inset space \thinspace{}
22357 \end_inset
22358
22359 pt thick vertical lines
22360 \end_layout
22361
22362 \end_inset
22363
22364
22365 \end_layout
22366
22367 \begin_layout Plain Layout
22368 \align center
22369 \begin_inset Tabular
22370 <lyxtabular version="3" rows="3" columns="3">
22371 <features tabularvalignment="middle">
22372 <column alignment="center" valignment="top" special="Vc">
22373 <column alignment="center" valignment="top" special="Vc">
22374 <column alignment="center" valignment="top" special="VcV">
22375 <row>
22376 <cell alignment="center" valignment="top" topline="true" usebox="none">
22377 \begin_inset Text
22378
22379 \begin_layout Plain Layout
22380 sd
22381 \end_layout
22382
22383 \end_inset
22384 </cell>
22385 <cell alignment="center" valignment="top" topline="true" usebox="none">
22386 \begin_inset Text
22387
22388 \begin_layout Plain Layout
22389
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 </row>
22404 <row>
22405 <cell alignment="center" valignment="top" topline="true" usebox="none">
22406 \begin_inset Text
22407
22408 \begin_layout Plain Layout
22409
22410 \end_layout
22411
22412 \end_inset
22413 </cell>
22414 <cell alignment="center" valignment="top" topline="true" usebox="none">
22415 \begin_inset Text
22416
22417 \begin_layout Plain Layout
22418 sd
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
22428 \end_layout
22429
22430 \end_inset
22431 </cell>
22432 </row>
22433 <row>
22434 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22435 \begin_inset Text
22436
22437 \begin_layout Plain Layout
22438
22439 \end_layout
22440
22441 \end_inset
22442 </cell>
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 sd
22457 \end_layout
22458
22459 \end_inset
22460 </cell>
22461 </row>
22462 </lyxtabular>
22463
22464 \end_inset
22465
22466
22467 \end_layout
22468
22469 \end_inset
22470
22471
22472 \end_layout
22473
22474 \begin_layout Subsection
22475 Dashed Lines
22476 \begin_inset Index idx
22477 status collapsed
22478
22479 \begin_layout Plain Layout
22480 Table Customization ! Dashed Lines
22481 \end_layout
22482
22483 \end_inset
22484
22485
22486 \end_layout
22487
22488 \begin_layout Standard
22489 \begin_inset ERT
22490 status collapsed
22491
22492 \begin_layout Plain Layout
22493
22494
22495 \backslash
22496 ifarydshln
22497 \end_layout
22498
22499 \end_inset
22500
22501
22502 \begin_inset Note Note
22503 status open
22504
22505 \begin_layout Plain Layout
22506 The following section will only be displayed when the \SpecialChar LaTeX
22507 -package 
22508 \series bold
22509 arydshln
22510 \series default
22511  is installed.
22512 \end_layout
22513
22514 \end_inset
22515
22516
22517 \end_layout
22518
22519 \begin_layout Standard
22520 \begin_inset Float table
22521 placement H
22522 wide false
22523 sideways false
22524 status open
22525
22526 \begin_layout Plain Layout
22527 \begin_inset Caption Standard
22528
22529 \begin_layout Plain Layout
22530 \begin_inset CommandInset label
22531 LatexCommand label
22532 name "tab:Table-with-dashed"
22533
22534 \end_inset
22535
22536 Table with dashed lines
22537 \end_layout
22538
22539 \end_inset
22540
22541
22542 \end_layout
22543
22544 \begin_layout Plain Layout
22545 \align center
22546 \begin_inset Tabular
22547 <lyxtabular version="3" rows="5" columns="5">
22548 <features tabularvalignment="middle">
22549 <column alignment="center" valignment="top">
22550 <column alignment="center" valignment="top">
22551 <column alignment="center" valignment="top" special=":c">
22552 <column alignment="center" valignment="top">
22553 <column alignment="center" valignment="top">
22554 <row>
22555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22556 \begin_inset Text
22557
22558 \begin_layout Plain Layout
22559 a
22560 \end_layout
22561
22562 \end_inset
22563 </cell>
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 b
22569 \end_layout
22570
22571 \end_inset
22572 </cell>
22573 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22574 \begin_inset Text
22575
22576 \begin_layout Plain Layout
22577 c
22578 \end_layout
22579
22580 \end_inset
22581 </cell>
22582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22583 \begin_inset Text
22584
22585 \begin_layout Plain Layout
22586 d
22587 \end_layout
22588
22589 \end_inset
22590 </cell>
22591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22592 \begin_inset Text
22593
22594 \begin_layout Plain Layout
22595 e
22596 \end_layout
22597
22598 \end_inset
22599 </cell>
22600 </row>
22601 <row>
22602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22603 \begin_inset Text
22604
22605 \begin_layout Plain Layout
22606 f
22607 \end_layout
22608
22609 \end_inset
22610 </cell>
22611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22612 \begin_inset Text
22613
22614 \begin_layout Plain Layout
22615 g
22616 \end_layout
22617
22618 \end_inset
22619 </cell>
22620 <cell alignment="center" valignment="top" topline="true" usebox="none">
22621 \begin_inset Text
22622
22623 \begin_layout Plain Layout
22624 h
22625 \end_layout
22626
22627 \end_inset
22628 </cell>
22629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22630 \begin_inset Text
22631
22632 \begin_layout Plain Layout
22633 i
22634 \end_layout
22635
22636 \end_inset
22637 </cell>
22638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22639 \begin_inset Text
22640
22641 \begin_layout Plain Layout
22642 j
22643 \end_layout
22644
22645 \end_inset
22646 </cell>
22647 </row>
22648 <row>
22649 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22650 \begin_inset Text
22651
22652 \begin_layout Plain Layout
22653 \begin_inset ERT
22654 status collapsed
22655
22656 \begin_layout Plain Layout
22657
22658
22659 \backslash
22660 hdashline 
22661 \end_layout
22662
22663 \end_inset
22664
22665 k
22666 \end_layout
22667
22668 \end_inset
22669 </cell>
22670 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22671 \begin_inset Text
22672
22673 \begin_layout Plain Layout
22674 l
22675 \end_layout
22676
22677 \end_inset
22678 </cell>
22679 <cell alignment="center" valignment="top" usebox="none">
22680 \begin_inset Text
22681
22682 \begin_layout Plain Layout
22683 m
22684 \end_layout
22685
22686 \end_inset
22687 </cell>
22688 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22689 \begin_inset Text
22690
22691 \begin_layout Plain Layout
22692 n
22693 \end_layout
22694
22695 \end_inset
22696 </cell>
22697 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22698 \begin_inset Text
22699
22700 \begin_layout Plain Layout
22701 o
22702 \end_layout
22703
22704 \end_inset
22705 </cell>
22706 </row>
22707 <row>
22708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22709 \begin_inset Text
22710
22711 \begin_layout Plain Layout
22712 \begin_inset ERT
22713 status collapsed
22714
22715 \begin_layout Plain Layout
22716
22717
22718 \backslash
22719 cdashline{4-5}
22720 \end_layout
22721
22722 \end_inset
22723
22724 p
22725 \end_layout
22726
22727 \end_inset
22728 </cell>
22729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22730 \begin_inset Text
22731
22732 \begin_layout Plain Layout
22733 q
22734 \end_layout
22735
22736 \end_inset
22737 </cell>
22738 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22739 \begin_inset Text
22740
22741 \begin_layout Plain Layout
22742 r
22743 \end_layout
22744
22745 \end_inset
22746 </cell>
22747 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22748 \begin_inset Text
22749
22750 \begin_layout Plain Layout
22751 s
22752 \end_layout
22753
22754 \end_inset
22755 </cell>
22756 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22757 \begin_inset Text
22758
22759 \begin_layout Plain Layout
22760
22761 \end_layout
22762
22763 \end_inset
22764 </cell>
22765 </row>
22766 <row>
22767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22768 \begin_inset Text
22769
22770 \begin_layout Plain Layout
22771 t
22772 \end_layout
22773
22774 \end_inset
22775 </cell>
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 u
22781 \end_layout
22782
22783 \end_inset
22784 </cell>
22785 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22786 \begin_inset Text
22787
22788 \begin_layout Plain Layout
22789 v
22790 \end_layout
22791
22792 \end_inset
22793 </cell>
22794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22795 \begin_inset Text
22796
22797 \begin_layout Plain Layout
22798 w
22799 \end_layout
22800
22801 \end_inset
22802 </cell>
22803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22804 \begin_inset Text
22805
22806 \begin_layout Plain Layout
22807 x
22808 \end_layout
22809
22810 \end_inset
22811 </cell>
22812 </row>
22813 </lyxtabular>
22814
22815 \end_inset
22816
22817
22818 \end_layout
22819
22820 \end_inset
22821
22822
22823 \end_layout
22824
22825 \begin_layout Standard
22826 \SpecialChar LyX
22827  does not natively support dashed lines, so you have to use \SpecialChar TeX
22828  Code.
22829  As a prerequisite the \SpecialChar LaTeX
22830  package 
22831 \series bold
22832 arydshln
22833 \series default
22834
22835 \begin_inset Index idx
22836 status collapsed
22837
22838 \begin_layout Plain Layout
22839 \SpecialChar LaTeX
22840 -packages ! arydshln
22841 \end_layout
22842
22843 \end_inset
22844
22845  must be loaded in the document preamble with the command
22846 \end_layout
22847
22848 \begin_layout Standard
22849
22850 \series bold
22851
22852 \backslash
22853 usepackage{arydshln}
22854 \end_layout
22855
22856 \begin_layout Standard
22857 To make a vertical line dashed, enter the colon 
22858 \begin_inset Quotes eld
22859 \end_inset
22860
22861 :
22862 \begin_inset Quotes erd
22863 \end_inset
22864
22865  together with the character for the horizontal alignment as \SpecialChar LaTeX
22866  argument in
22867  the table cell dialog.
22868 \end_layout
22869
22870 \begin_layout Standard
22871 For a horizontal dashed line add the command
22872 \end_layout
22873
22874 \begin_layout Standard
22875
22876 \series bold
22877
22878 \backslash
22879 hdashline
22880 \end_layout
22881
22882 \begin_layout Standard
22883 in \SpecialChar TeX
22884  Code as first element of the first cell in the table row.
22885 \end_layout
22886
22887 \begin_layout Standard
22888 For dashed multicolumn lines use the command
22889 \end_layout
22890
22891 \begin_layout Standard
22892
22893 \series bold
22894
22895 \backslash
22896 cdashline{line number
22897 \series default
22898 }
22899 \end_layout
22900
22901 \begin_layout Standard
22902 in \SpecialChar TeX
22903  Code as the first element of the first cell in the table row.
22904  If you have for example a multicolumn spanning columns 2 to 4 and you want
22905  to have a dashed line above, add the command
22906 \end_layout
22907
22908 \begin_layout Standard
22909
22910 \series bold
22911
22912 \backslash
22913 cdashline{2-4}
22914 \end_layout
22915
22916 \begin_layout Standard
22917 as the first element of the first cell in the row of the multicolumn.
22918 \end_layout
22919
22920 \begin_layout Standard
22921 \begin_inset VSpace bigskip
22922 \end_inset
22923
22924
22925 \end_layout
22926
22927 \begin_layout Standard
22928 Table
22929 \begin_inset space ~
22930 \end_inset
22931
22932
22933 \begin_inset CommandInset ref
22934 LatexCommand ref
22935 reference "tab:Table-with-dashed"
22936
22937 \end_inset
22938
22939  was created using 
22940 \begin_inset Quotes eld
22941 \end_inset
22942
22943
22944 \series bold
22945 :c
22946 \series default
22947
22948 \begin_inset Quotes erd
22949 \end_inset
22950
22951  as \SpecialChar LaTeX
22952  argument of the third column.
22953  The \SpecialChar TeX
22954  Code command 
22955 \series bold
22956
22957 \backslash
22958 hdashline
22959 \series default
22960  was inserted in the first cell of the third row and the \SpecialChar TeX
22961  Code command
22962 \begin_inset Newline newline
22963 \end_inset
22964
22965  
22966 \series bold
22967
22968 \backslash
22969 cdashline{4-5}
22970 \series default
22971  was inserted in the first cell of the fourth row.
22972 \end_layout
22973
22974 \begin_layout Standard
22975 \begin_inset VSpace bigskip
22976 \end_inset
22977
22978
22979 \end_layout
22980
22981 \begin_layout Standard
22982 Tables with dashed lines can also be colored as shown by Table
22983 \begin_inset space ~
22984 \end_inset
22985
22986
22987 \begin_inset CommandInset ref
22988 LatexCommand ref
22989 reference "tab:Colored-table-with"
22990
22991 \end_inset
22992
22993 .
22994 \end_layout
22995
22996 \begin_layout Standard
22997 \begin_inset ERT
22998 status collapsed
22999
23000 \begin_layout Plain Layout
23001
23002
23003 \backslash
23004 setlength{
23005 \backslash
23006 arrayrulewidth}{1pt}
23007 \end_layout
23008
23009 \end_inset
23010
23011
23012 \begin_inset Note Note
23013 status collapsed
23014
23015 \begin_layout Plain Layout
23016 thicker lines for better visualization of the line color
23017 \end_layout
23018
23019 \end_inset
23020
23021
23022 \end_layout
23023
23024 \begin_layout Standard
23025 \begin_inset ERT
23026 status collapsed
23027
23028 \begin_layout Plain Layout
23029
23030
23031 \backslash
23032 dashgapcolor{green}
23033 \end_layout
23034
23035 \end_inset
23036
23037
23038 \begin_inset Note Note
23039 status collapsed
23040
23041 \begin_layout Plain Layout
23042 color gaps between dashes green
23043 \end_layout
23044
23045 \end_inset
23046
23047
23048 \end_layout
23049
23050 \begin_layout Standard
23051 \begin_inset ERT
23052 status collapsed
23053
23054 \begin_layout Plain Layout
23055
23056
23057 \backslash
23058 let
23059 \backslash
23060 myHdashline
23061 \backslash
23062 hdashline
23063 \end_layout
23064
23065 \begin_layout Plain Layout
23066
23067
23068 \backslash
23069 renewcommand{
23070 \backslash
23071 hdashline}
23072 \end_layout
23073
23074 \begin_layout Plain Layout
23075
23076  {
23077 \backslash
23078 arrayrulecolor{red}
23079 \backslash
23080 myHdashline
23081 \backslash
23082 arrayrulecolor{black}}
23083 \end_layout
23084
23085 \end_inset
23086
23087
23088 \begin_inset Note Note
23089 status collapsed
23090
23091 \begin_layout Plain Layout
23092 color horizontal, dashed lines red
23093 \end_layout
23094
23095 \end_inset
23096
23097
23098 \end_layout
23099
23100 \begin_layout Standard
23101 \begin_inset ERT
23102 status collapsed
23103
23104 \begin_layout Plain Layout
23105
23106
23107 \backslash
23108 let
23109 \backslash
23110 myCdashline
23111 \backslash
23112 cdashline
23113 \end_layout
23114
23115 \begin_layout Plain Layout
23116
23117
23118 \backslash
23119 renewcommand{
23120 \backslash
23121 cdashline}[1]
23122 \end_layout
23123
23124 \begin_layout Plain Layout
23125
23126  {
23127 \backslash
23128 arrayrulecolor{yellow}
23129 \backslash
23130 myCdashline{#1}
23131 \backslash
23132 arrayrulecolor{black}}
23133 \end_layout
23134
23135 \end_inset
23136
23137
23138 \begin_inset Note Note
23139 status collapsed
23140
23141 \begin_layout Plain Layout
23142 color partial horizontal, dashed lines yellow
23143 \end_layout
23144
23145 \end_inset
23146
23147
23148 \end_layout
23149
23150 \begin_layout Standard
23151 \begin_inset Float table
23152 placement h
23153 wide false
23154 sideways false
23155 status open
23156
23157 \begin_layout Plain Layout
23158 \begin_inset Caption Standard
23159
23160 \begin_layout Plain Layout
23161 \begin_inset CommandInset label
23162 LatexCommand label
23163 name "tab:Colored-table-with"
23164
23165 \end_inset
23166
23167 Colored table with dashed lines
23168 \end_layout
23169
23170 \end_inset
23171
23172
23173 \end_layout
23174
23175 \begin_layout Plain Layout
23176 \align center
23177 \begin_inset Tabular
23178 <lyxtabular version="3" rows="5" columns="5">
23179 <features tabularvalignment="middle">
23180 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
23181 <column alignment="center" valignment="top" width="0pt">
23182 <column alignment="center" valignment="top" width="0pt" special=":c">
23183 <column alignment="center" valignment="top">
23184 <column alignment="center" valignment="top">
23185 <row>
23186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23187 \begin_inset Text
23188
23189 \begin_layout Plain Layout
23190 a
23191 \end_layout
23192
23193 \end_inset
23194 </cell>
23195 <cell alignment="center" valignment="top" topline="true" usebox="none">
23196 \begin_inset Text
23197
23198 \begin_layout Plain Layout
23199 b
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 c
23209 \end_layout
23210
23211 \end_inset
23212 </cell>
23213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23214 \begin_inset Text
23215
23216 \begin_layout Plain Layout
23217 d
23218 \end_layout
23219
23220 \end_inset
23221 </cell>
23222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23223 \begin_inset Text
23224
23225 \begin_layout Plain Layout
23226 e
23227 \end_layout
23228
23229 \end_inset
23230 </cell>
23231 </row>
23232 <row>
23233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23234 \begin_inset Text
23235
23236 \begin_layout Plain Layout
23237 f
23238 \end_layout
23239
23240 \end_inset
23241 </cell>
23242 <cell alignment="center" valignment="top" topline="true" usebox="none">
23243 \begin_inset Text
23244
23245 \begin_layout Plain Layout
23246 g
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 h
23256 \end_layout
23257
23258 \end_inset
23259 </cell>
23260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23261 \begin_inset Text
23262
23263 \begin_layout Plain Layout
23264 i
23265 \end_layout
23266
23267 \end_inset
23268 </cell>
23269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23270 \begin_inset Text
23271
23272 \begin_layout Plain Layout
23273 j
23274 \end_layout
23275
23276 \end_inset
23277 </cell>
23278 </row>
23279 <row>
23280 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23281 \begin_inset Text
23282
23283 \begin_layout Plain Layout
23284 \begin_inset ERT
23285 status collapsed
23286
23287 \begin_layout Plain Layout
23288
23289
23290 \backslash
23291 hdashline 
23292 \end_layout
23293
23294 \end_inset
23295
23296
23297 \begin_inset ERT
23298 status collapsed
23299
23300 \begin_layout Plain Layout
23301
23302
23303 \backslash
23304 rowcolor{Gray}
23305 \end_layout
23306
23307 \end_inset
23308
23309 k
23310 \end_layout
23311
23312 \end_inset
23313 </cell>
23314 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23315 \begin_inset Text
23316
23317 \begin_layout Plain Layout
23318 l
23319 \end_layout
23320
23321 \end_inset
23322 </cell>
23323 <cell alignment="center" valignment="top" usebox="none">
23324 \begin_inset Text
23325
23326 \begin_layout Plain Layout
23327 m
23328 \end_layout
23329
23330 \end_inset
23331 </cell>
23332 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23333 \begin_inset Text
23334
23335 \begin_layout Plain Layout
23336 n
23337 \end_layout
23338
23339 \end_inset
23340 </cell>
23341 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23342 \begin_inset Text
23343
23344 \begin_layout Plain Layout
23345 o
23346 \end_layout
23347
23348 \end_inset
23349 </cell>
23350 </row>
23351 <row>
23352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23353 \begin_inset Text
23354
23355 \begin_layout Plain Layout
23356 \begin_inset ERT
23357 status collapsed
23358
23359 \begin_layout Plain Layout
23360
23361
23362 \backslash
23363 cdashline{4-5}
23364 \end_layout
23365
23366 \end_inset
23367
23368 p
23369 \end_layout
23370
23371 \end_inset
23372 </cell>
23373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23374 \begin_inset Text
23375
23376 \begin_layout Plain Layout
23377 q
23378 \end_layout
23379
23380 \end_inset
23381 </cell>
23382 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23383 \begin_inset Text
23384
23385 \begin_layout Plain Layout
23386 r
23387 \end_layout
23388
23389 \end_inset
23390 </cell>
23391 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23392 \begin_inset Text
23393
23394 \begin_layout Plain Layout
23395 s
23396 \end_layout
23397
23398 \end_inset
23399 </cell>
23400 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23401 \begin_inset Text
23402
23403 \begin_layout Plain Layout
23404
23405 \end_layout
23406
23407 \end_inset
23408 </cell>
23409 </row>
23410 <row>
23411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23412 \begin_inset Text
23413
23414 \begin_layout Plain Layout
23415 t
23416 \end_layout
23417
23418 \end_inset
23419 </cell>
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 u
23425 \end_layout
23426
23427 \end_inset
23428 </cell>
23429 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23430 \begin_inset Text
23431
23432 \begin_layout Plain Layout
23433 v
23434 \end_layout
23435
23436 \end_inset
23437 </cell>
23438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23439 \begin_inset Text
23440
23441 \begin_layout Plain Layout
23442 w
23443 \end_layout
23444
23445 \end_inset
23446 </cell>
23447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23448 \begin_inset Text
23449
23450 \begin_layout Plain Layout
23451 \begin_inset ERT
23452 status collapsed
23453
23454 \begin_layout Plain Layout
23455
23456
23457 \backslash
23458 cellcolor{Maroon}
23459 \end_layout
23460
23461 \end_inset
23462
23463 i
23464 \end_layout
23465
23466 \end_inset
23467 </cell>
23468 </row>
23469 </lyxtabular>
23470
23471 \end_inset
23472
23473
23474 \end_layout
23475
23476 \end_inset
23477
23478
23479 \end_layout
23480
23481 \begin_layout Standard
23482 \begin_inset ERT
23483 status collapsed
23484
23485 \begin_layout Plain Layout
23486
23487
23488 \backslash
23489 renewcommand{
23490 \backslash
23491 hdashline}{
23492 \backslash
23493 myHdashline}
23494 \end_layout
23495
23496 \end_inset
23497
23498
23499 \begin_inset Note Note
23500 status collapsed
23501
23502 \begin_layout Plain Layout
23503 reset to default
23504 \end_layout
23505
23506 \end_inset
23507
23508
23509 \end_layout
23510
23511 \begin_layout Standard
23512 \begin_inset ERT
23513 status collapsed
23514
23515 \begin_layout Plain Layout
23516
23517
23518 \backslash
23519 renewcommand{
23520 \backslash
23521 cdashline}{
23522 \backslash
23523 myCdashline}
23524 \end_layout
23525
23526 \end_inset
23527
23528
23529 \begin_inset Note Note
23530 status collapsed
23531
23532 \begin_layout Plain Layout
23533 reset to default
23534 \end_layout
23535
23536 \end_inset
23537
23538
23539 \end_layout
23540
23541 \begin_layout Standard
23542 \begin_inset ERT
23543 status collapsed
23544
23545 \begin_layout Plain Layout
23546
23547
23548 \backslash
23549 nodashgapcolor
23550 \end_layout
23551
23552 \end_inset
23553
23554
23555 \begin_inset Note Note
23556 status collapsed
23557
23558 \begin_layout Plain Layout
23559 reset to default
23560 \end_layout
23561
23562 \end_inset
23563
23564
23565 \end_layout
23566
23567 \begin_layout Standard
23568 \begin_inset ERT
23569 status collapsed
23570
23571 \begin_layout Plain Layout
23572
23573
23574 \backslash
23575 setlength{
23576 \backslash
23577 arrayrulewidth}{0.4pt}
23578 \end_layout
23579
23580 \end_inset
23581
23582
23583 \begin_inset Note Note
23584 status collapsed
23585
23586 \begin_layout Plain Layout
23587 reset to default
23588 \end_layout
23589
23590 \end_inset
23591
23592
23593 \end_layout
23594
23595 \begin_layout Standard
23596 The coloring of lines, columns and lines works as decribed in section
23597 \begin_inset space ~
23598 \end_inset
23599
23600
23601 \begin_inset CommandInset ref
23602 LatexCommand ref
23603 reference "sec:Colored-Tables"
23604
23605 \end_inset
23606
23607 .
23608  Coloring horizontal lines works analogically as described there as well,
23609  one only needs to replace in the commands 
23610 \series bold
23611
23612 \backslash
23613 myHlineC
23614 \series default
23615  by 
23616 \series bold
23617
23618 \backslash
23619 myHdashline
23620 \series default
23621  and 
23622 \backslash
23623
23624 \series bold
23625 hline
23626 \series default
23627  by 
23628 \series bold
23629
23630 \backslash
23631 hdashline
23632 \series default
23633 ; so one uses the command
23634 \end_layout
23635
23636 \begin_layout Standard
23637
23638 \series bold
23639
23640 \backslash
23641 let
23642 \backslash
23643 myHdashline
23644 \backslash
23645 hdashline
23646 \begin_inset Newline newline
23647 \end_inset
23648
23649
23650 \backslash
23651 renewcommand{
23652 \backslash
23653 hdashline}
23654 \begin_inset Newline newline
23655 \end_inset
23656
23657
23658 \begin_inset Phantom HPhantom
23659 status open
23660
23661 \begin_layout Plain Layout
23662 \begin_inset space ~
23663 \end_inset
23664
23665
23666 \end_layout
23667
23668 \end_inset
23669
23670 {
23671 \backslash
23672 arrayrulecolor{red}
23673 \backslash
23674 myHdashline
23675 \backslash
23676 arrayrulecolor{black}}
23677 \end_layout
23678
23679 \begin_layout Standard
23680 To color 
23681 \series bold
23682
23683 \backslash
23684 cdashline
23685 \series default
23686 , the command is
23687 \end_layout
23688
23689 \begin_layout Standard
23690
23691 \series bold
23692
23693 \backslash
23694 let
23695 \backslash
23696 myCdashline
23697 \backslash
23698 cdashline
23699 \begin_inset Newline newline
23700 \end_inset
23701
23702
23703 \backslash
23704 renewcommand{
23705 \backslash
23706 cdashline}[1]
23707 \begin_inset Newline newline
23708 \end_inset
23709
23710
23711 \begin_inset Phantom HPhantom
23712 status open
23713
23714 \begin_layout Plain Layout
23715 \begin_inset space ~
23716 \end_inset
23717
23718
23719 \end_layout
23720
23721 \end_inset
23722
23723 {
23724 \backslash
23725 arrayrulecolor{red}
23726 \backslash
23727 myCdashline{#1}
23728 \backslash
23729 arrayrulecolor{black}}
23730 \end_layout
23731
23732 \begin_layout Standard
23733 To get back the black line color, one needs to insert the following commands
23734  as \SpecialChar TeX
23735  Code behind the table:
23736 \end_layout
23737
23738 \begin_layout Standard
23739 For 
23740 \series bold
23741
23742 \backslash
23743 hdashline
23744 \end_layout
23745
23746 \begin_layout Standard
23747
23748 \series bold
23749
23750 \backslash
23751 renewcommand{
23752 \backslash
23753 hdashline}{
23754 \backslash
23755 myHdashline}
23756 \end_layout
23757
23758 \begin_layout Standard
23759 and for 
23760 \series bold
23761
23762 \backslash
23763 cdashline
23764 \end_layout
23765
23766 \begin_layout Standard
23767
23768 \series bold
23769
23770 \backslash
23771 renewcommand{
23772 \backslash
23773 cdashline}{
23774 \backslash
23775 myCdashline}
23776 \end_layout
23777
23778 \begin_layout Standard
23779 To color the gaps between the dashes the command
23780 \end_layout
23781
23782 \begin_layout Standard
23783
23784 \series bold
23785
23786 \backslash
23787 dashgapcolor{color}
23788 \end_layout
23789
23790 \begin_layout Standard
23791 can be used in front of a table as \SpecialChar TeX
23792  Code.
23793  color is hereby the name of a defined color.
23794  The command
23795 \end_layout
23796
23797 \begin_layout Standard
23798
23799 \series bold
23800
23801 \backslash
23802 nodashgapcolor
23803 \end_layout
23804
23805 \begin_layout Standard
23806 unsets the changes made by 
23807 \series bold
23808
23809 \backslash
23810 dashgapcolor
23811 \series default
23812 .
23813 \end_layout
23814
23815 \begin_layout Standard
23816 \begin_inset Note Greyedout
23817 status open
23818
23819 \begin_layout Plain Layout
23820
23821 \series bold
23822 \color none
23823 Note
23824 \series default
23825 : If there are multiple commands in a cell, the command of 
23826 \series bold
23827 arydshln
23828 \series default
23829  needs to be the first one in the cell.
23830  Therefore in cell 
23831 \emph on
23832 k
23833 \emph default
23834  of Table
23835 \begin_inset space ~
23836 \end_inset
23837
23838
23839 \begin_inset CommandInset ref
23840 LatexCommand ref
23841 reference "tab:Colored-table-with"
23842
23843 \end_inset
23844
23845  the command 
23846 \series bold
23847
23848 \backslash
23849 hdashline
23850 \series default
23851  is before 
23852 \series bold
23853
23854 \backslash
23855 rowcolor
23856 \series default
23857 .
23858 \end_layout
23859
23860 \end_inset
23861
23862
23863 \end_layout
23864
23865 \begin_layout Standard
23866 \begin_inset Note Greyedout
23867 status open
23868
23869 \begin_layout Plain Layout
23870
23871 \series bold
23872 \color none
23873 Note:
23874 \series default
23875  The \SpecialChar LaTeX
23876 -package 
23877 \series bold
23878 arydshln
23879 \series default
23880  must be loaded in the document preamble before the \SpecialChar LaTeX
23881 -package 
23882 \series bold
23883 colortbl
23884 \series default
23885
23886 \begin_inset Index idx
23887 status collapsed
23888
23889 \begin_layout Plain Layout
23890 \SpecialChar LaTeX
23891 -packages ! colortbl
23892 \end_layout
23893
23894 \end_inset
23895
23896 .
23897 \end_layout
23898
23899 \end_inset
23900
23901
23902 \end_layout
23903
23904 \begin_layout Standard
23905 \begin_inset ERT
23906 status collapsed
23907
23908 \begin_layout Plain Layout
23909
23910
23911 \backslash
23912 else
23913 \end_layout
23914
23915 \end_inset
23916
23917
23918 \begin_inset Note Note
23919 status open
23920
23921 \begin_layout Plain Layout
23922 The following will be displayed when the \SpecialChar LaTeX
23923 -package 
23924 \series bold
23925 arydshln
23926 \series default
23927  is not installed:
23928 \end_layout
23929
23930 \end_inset
23931
23932
23933 \end_layout
23934
23935 \begin_layout Standard
23936 You need to install the package 
23937 \series bold
23938 arydshln
23939 \series default
23940  to see the content of this section in the output.
23941 \end_layout
23942
23943 \begin_layout Standard
23944 \begin_inset ERT
23945 status collapsed
23946
23947 \begin_layout Plain Layout
23948
23949
23950 \backslash
23951 fi
23952 \end_layout
23953
23954 \end_inset
23955
23956
23957 \end_layout
23958
23959 \begin_layout Standard
23960 For more information about dashed lines see the documentation of 
23961 \series bold
23962 arydshln
23963 \series default
23964
23965 \begin_inset CommandInset citation
23966 LatexCommand cite
23967 key "arydshln"
23968
23969 \end_inset
23970
23971 .
23972 \end_layout
23973
23974 \begin_layout Chapter
23975 Floats
23976 \begin_inset CommandInset label
23977 LatexCommand label
23978 name "chap:Floats"
23979
23980 \end_inset
23981
23982
23983 \begin_inset Index idx
23984 status collapsed
23985
23986 \begin_layout Plain Layout
23987 Floats
23988 \end_layout
23989
23990 \end_inset
23991
23992
23993 \end_layout
23994
23995 \begin_layout Section
23996 Introduction
23997 \begin_inset CommandInset label
23998 LatexCommand label
23999 name "sec:FloatIntroduction"
24000
24001 \end_inset
24002
24003
24004 \begin_inset Index idx
24005 status collapsed
24006
24007 \begin_layout Plain Layout
24008 Floats ! Introduction
24009 \end_layout
24010
24011 \end_inset
24012
24013
24014 \end_layout
24015
24016 \begin_layout Standard
24017 A float is a block of text associated with some sort of label, which doesn't
24018  have a fixed location.
24019  It can 
24020 \begin_inset Quotes eld
24021 \end_inset
24022
24023 float
24024 \begin_inset Quotes erd
24025 \end_inset
24026
24027  forward or backward a page or two, to wherever it fits best.
24028  
24029 \family sans
24030 Footnotes
24031 \family default
24032  and 
24033 \family sans
24034 Margin
24035 \begin_inset space ~
24036 \end_inset
24037
24038 Notes
24039 \family default
24040  are also floats because they can float to the next page when there are
24041  too many notes on the page.
24042 \end_layout
24043
24044 \begin_layout Standard
24045 Floats allow a high quality layout.
24046  Images and tables can be spread evenly among the pages to avoid white space
24047  and pages without text.
24048  As the floating often destroys the context between the text and the image/table
24049 , every float can be referenced in the text.
24050  Floats are therefore numbered.
24051  Referencing is described in section
24052 \begin_inset space ~
24053 \end_inset
24054
24055
24056 \begin_inset CommandInset ref
24057 LatexCommand ref
24058 reference "sec:Referencing-Floats"
24059
24060 \end_inset
24061
24062 .
24063 \end_layout
24064
24065 \begin_layout Standard
24066 To insert a float, use the menu 
24067 \family sans
24068 Insert\SpecialChar menuseparator
24069 Float
24070 \family default
24071  (toolbar button 
24072 \begin_inset Info
24073 type  "icon"
24074 arg   "float-insert figure"
24075 \end_inset
24076
24077  or 
24078 \begin_inset Info
24079 type  "icon"
24080 arg   "float-insert table"
24081 \end_inset
24082
24083 ).
24084  This inserts the 
24085 \family sans
24086 Caption
24087 \family default
24088  inset, a box with a label.
24089  The label will automatically be translated to the document language in
24090  the output.
24091  After the label you can insert the caption text.
24092  The image or table is inserted above or below the caption in a separate
24093  paragraph within the float.
24094  More about the caption placement is contained in section
24095 \begin_inset space ~
24096 \end_inset
24097
24098
24099 \begin_inset CommandInset ref
24100 LatexCommand ref
24101 reference "sec:Caption-Placement"
24102
24103 \end_inset
24104
24105 .
24106  To keep your \SpecialChar LyX
24107  document readable, you can open and close the float box by
24108  left-clicking on the box label.
24109  A closed float box looks like this: 
24110 \begin_inset Graphics
24111         filename /cvs/lyx/lyx-devel/lib/doc/clipart/floatQt4.png
24112         scale 70
24113         scaleBeforeRotation
24114
24115 \end_inset
24116
24117  – a gray button with a red label.
24118 \end_layout
24119
24120 \begin_layout Standard
24121 It is recommended that you insert floats as separate standard paragraphs
24122  to avoid possible \SpecialChar LaTeX
24123 -errors that can occur when the surrounding text is specially
24124  formatted.
24125 \end_layout
24126
24127 \begin_layout Standard
24128 Existing figures or tables can be put into a float by highlighting them
24129  and then pressing the corresponding toolbar button for a new float.
24130 \end_layout
24131
24132 \begin_layout Section
24133 Float Types
24134 \end_layout
24135
24136 \begin_layout Standard
24137 Besides figure and table floats that are described in sections
24138 \begin_inset space ~
24139 \end_inset
24140
24141
24142 \begin_inset CommandInset ref
24143 LatexCommand ref
24144 reference "sec:Figure-Floats"
24145
24146 \end_inset
24147
24148  and 
24149 \begin_inset CommandInset ref
24150 LatexCommand ref
24151 reference "sec:Table-Floats"
24152
24153 \end_inset
24154
24155  respectively, \SpecialChar LyX
24156  offers the float types 
24157 \family sans
24158 Algorithm
24159 \family default
24160  and 
24161 \family sans
24162 Wrap
24163 \family default
24164 .
24165  The latter are explained in sec.
24166 \begin_inset space \thinspace{}
24167 \end_inset
24168
24169
24170 \begin_inset CommandInset ref
24171 LatexCommand ref
24172 reference "sec:Wrap-Floats"
24173
24174 \end_inset
24175
24176 .
24177 \end_layout
24178
24179 \begin_layout Subsection
24180 Algorithm Floats
24181 \begin_inset Index idx
24182 status collapsed
24183
24184 \begin_layout Plain Layout
24185 Floats ! Algorithms
24186 \end_layout
24187
24188 \end_inset
24189
24190
24191 \end_layout
24192
24193 \begin_layout Standard
24194 \begin_inset Float algorithm
24195 placement h
24196 wide false
24197 sideways false
24198 status open
24199
24200 \begin_layout Plain Layout
24201 \begin_inset Caption Standard
24202
24203 \begin_layout Plain Layout
24204 \begin_inset CommandInset label
24205 LatexCommand label
24206 name "alg:Example-Algorithm-float"
24207
24208 \end_inset
24209
24210 Example Algorithm float
24211 \end_layout
24212
24213 \end_inset
24214
24215
24216 \end_layout
24217
24218 \begin_layout LyX-Code
24219 for I in 1..N loop
24220 \begin_inset Newline newline
24221 \end_inset
24222
24223  Sum:= Sum + A(I); /*comment*/
24224 \begin_inset Newline newline
24225 \end_inset
24226
24227 end loop
24228 \begin_inset VSpace -4mm
24229 \end_inset
24230
24231
24232 \end_layout
24233
24234 \end_inset
24235
24236
24237 \end_layout
24238
24239 \begin_layout Standard
24240 This float type is inserted with the menu 
24241 \family sans
24242 Insert\SpecialChar menuseparator
24243 Float\SpecialChar menuseparator
24244 Algorithm
24245 \family default
24246 .
24247  It is used for program codes and descriptions of algorithms and can be
24248  seen as an alternative to program code listings that are explained in chapter
24249 \begin_inset space ~
24250 \end_inset
24251
24252
24253 \begin_inset CommandInset ref
24254 LatexCommand ref
24255 reference "cha:Program-Code-Listings"
24256
24257 \end_inset
24258
24259 .
24260  A possible environment for algorithms is the 
24261 \family sans
24262 \SpecialChar LyX
24263  Code
24264 \family default
24265 , described in \SpecialChar LyX
24266 's 
24267 \emph on
24268 Userguide
24269 \emph default
24270 .
24271  Algorithm
24272 \begin_inset space ~
24273 \end_inset
24274
24275
24276 \begin_inset CommandInset ref
24277 LatexCommand ref
24278 reference "alg:Example-Algorithm-float"
24279
24280 \end_inset
24281
24282  is an example of an algorithm float where -4
24283 \begin_inset space \thinspace{}
24284 \end_inset
24285
24286 mm vertical space was added at the end of the float to have the bottom rule
24287  exactly below the last text line.
24288 \end_layout
24289
24290 \begin_layout Standard
24291 The float label is not automatically translated into the document language.
24292  If your document is not in English, you have to do this manually by adding
24293  the following line to the document preamble
24294 \series bold
24295 :
24296 \end_layout
24297
24298 \begin_layout Standard
24299
24300 \series bold
24301
24302 \backslash
24303 floatname{algorithm}{your
24304 \begin_inset space ~
24305 \end_inset
24306
24307 name}
24308 \end_layout
24309
24310 \begin_layout Standard
24311 where 
24312 \family sans
24313 your
24314 \begin_inset space ~
24315 \end_inset
24316
24317 name
24318 \family default
24319  is the word 
24320 \begin_inset Quotes eld
24321 \end_inset
24322
24323
24324 \emph on
24325 algorithm
24326 \emph default
24327
24328 \begin_inset Quotes erd
24329 \end_inset
24330
24331  in your language.
24332 \end_layout
24333
24334 \begin_layout Standard
24335 To insert the list of algorithms you can use the menu 
24336 \family sans
24337 Insert\SpecialChar menuseparator
24338 List
24339 \begin_inset space \thinspace{}
24340 \end_inset
24341
24342 /
24343 \begin_inset space \thinspace{}
24344 \end_inset
24345
24346 TOC\SpecialChar menuseparator
24347 List of Algorithms
24348 \family default
24349  when your document has the same language as \SpecialChar LyX
24350 's menu names.
24351  In other cases use this command in \SpecialChar TeX
24352  Code instead:
24353 \end_layout
24354
24355 \begin_layout Standard
24356
24357 \series bold
24358
24359 \backslash
24360 listof{algorithm}{your
24361 \begin_inset space ~
24362 \end_inset
24363
24364 name}
24365 \end_layout
24366
24367 \begin_layout Standard
24368 where 
24369 \family sans
24370 your
24371 \begin_inset space ~
24372 \end_inset
24373
24374 name
24375 \family default
24376  is the word 
24377 \begin_inset Quotes eld
24378 \end_inset
24379
24380
24381 \emph on
24382 List of Algorithm
24383 \emph default
24384 s
24385 \begin_inset Quotes erd
24386 \end_inset
24387
24388  in your language.
24389 \end_layout
24390
24391 \begin_layout Standard
24392 Algorithm floats are not by default numbered in the scheme 
24393 \begin_inset Quotes eld
24394 \end_inset
24395
24396 chapter.algorithm
24397 \begin_inset Quotes erd
24398 \end_inset
24399
24400  as is the case for table and figure floats in many document-classes.
24401  To number algorithm floats in the same scheme, add this command to your
24402  document preamble:
24403 \end_layout
24404
24405 \begin_layout Standard
24406
24407 \series bold
24408
24409 \backslash
24410 numberwithin{algorithm}{chapter}
24411 \end_layout
24412
24413 \begin_layout Standard
24414 To be able to use the command 
24415 \series bold
24416
24417 \backslash
24418 numberwithin
24419 \series default
24420 , set in the tab 
24421 \family sans
24422 Math
24423 \begin_inset space ~
24424 \end_inset
24425
24426 Options
24427 \family default
24428  in the document settings the option 
24429 \family sans
24430 Use
24431 \begin_inset space ~
24432 \end_inset
24433
24434 AMS
24435 \begin_inset space ~
24436 \end_inset
24437
24438 math
24439 \begin_inset space ~
24440 \end_inset
24441
24442 package
24443 \family default
24444 .
24445 \end_layout
24446
24447 \begin_layout Section
24448 Float Numbering
24449 \begin_inset Index idx
24450 status collapsed
24451
24452 \begin_layout Plain Layout
24453 Floats ! Numbering
24454 \end_layout
24455
24456 \end_inset
24457
24458
24459 \end_layout
24460
24461 \begin_layout Standard
24462 Floats are usually numbered either independently from the sections the floats
24463  are in, or in the scheme 
24464 \begin_inset Quotes eld
24465 \end_inset
24466
24467 chapter.number
24468 \begin_inset Quotes erd
24469 \end_inset
24470
24471  or 
24472 \begin_inset Quotes eld
24473 \end_inset
24474
24475 section.number
24476 \begin_inset Quotes erd
24477 \end_inset
24478
24479 .
24480  This depends on the document class used.
24481 \end_layout
24482
24483 \begin_layout Standard
24484 To change section-independent numbering, you can use this command in the
24485  document preamble:
24486 \end_layout
24487
24488 \begin_layout Standard
24489
24490 \series bold
24491
24492 \backslash
24493 renewcommand{
24494 \backslash
24495 thetable}{
24496 \backslash
24497 roman{table}}
24498 \end_layout
24499
24500 \begin_layout Standard
24501
24502 \series bold
24503
24504 \backslash
24505 thetable
24506 \series default
24507  is the command that prints the table number.
24508  For figure floats, the command would be 
24509 \series bold
24510
24511 \backslash
24512 thefigure
24513 \series default
24514 .
24515  
24516 \series bold
24517
24518 \backslash
24519 roman
24520 \series default
24521  in the command above prints the table number as a small roman number.
24522 \end_layout
24523
24524 \begin_layout Standard
24525 To change the numbering scheme for example to 
24526 \begin_inset Quotes eld
24527 \end_inset
24528
24529 subsection.number
24530 \begin_inset Quotes erd
24531 \end_inset
24532
24533 , use this command in the preamble:
24534 \end_layout
24535
24536 \begin_layout Standard
24537
24538 \series bold
24539
24540 \backslash
24541 numberwithin{table}{subsection}
24542 \end_layout
24543
24544 \begin_layout Standard
24545 To be able to use the command 
24546 \series bold
24547
24548 \backslash
24549 numberwithin
24550 \series default
24551 , set in the tab 
24552 \family sans
24553 Math
24554 \begin_inset space ~
24555 \end_inset
24556
24557 Options
24558 \family default
24559  in the document settings the option 
24560 \family sans
24561 Use
24562 \begin_inset space ~
24563 \end_inset
24564
24565 AMS
24566 \begin_inset space ~
24567 \end_inset
24568
24569 math
24570 \begin_inset space ~
24571 \end_inset
24572
24573 package
24574 \family default
24575 .
24576 \end_layout
24577
24578 \begin_layout Standard
24579 Please also have a look at section
24580 \begin_inset space ~
24581 \end_inset
24582
24583
24584 \begin_inset CommandInset ref
24585 LatexCommand ref
24586 reference "subsec:Footnote-Numbering"
24587
24588 \end_inset
24589
24590  for the details and important notes about the numbering commands.
24591 \end_layout
24592
24593 \begin_layout Section
24594 Referencing Floats
24595 \begin_inset CommandInset label
24596 LatexCommand label
24597 name "sec:Referencing-Floats"
24598
24599 \end_inset
24600
24601
24602 \begin_inset Index idx
24603 status collapsed
24604
24605 \begin_layout Plain Layout
24606 Floats ! References
24607 \end_layout
24608
24609 \end_inset
24610
24611
24612 \begin_inset Index idx
24613 status collapsed
24614
24615 \begin_layout Plain Layout
24616 References ! to Floats
24617 \end_layout
24618
24619 \end_inset
24620
24621
24622 \end_layout
24623
24624 \begin_layout Standard
24625 To reference a float, insert a label into its caption using the menu 
24626 \family sans
24627 Insert\SpecialChar menuseparator
24628 Label
24629 \family default
24630  or the toolbar button 
24631 \begin_inset Info
24632 type  "icon"
24633 arg   "label-insert"
24634 \end_inset
24635
24636 .
24637  A grey label box like this one: 
24638 \begin_inset Graphics
24639         filename /cvs/lyx/lyx-devel/lib/doc/clipart/labelQt4.png
24640         scale 85
24641         scaleBeforeRotation
24642
24643 \end_inset
24644
24645  will be inserted and the label window pops up asking for the label text.
24646  \SpecialChar LyX
24647  offers as text the first words of the caption with a prefix.
24648  The prefix depends on the float type, e.
24649 \begin_inset space \thinspace{}
24650 \end_inset
24651
24652 g.
24653 \begin_inset space \space{}
24654 \end_inset
24655
24656 for figure floats the prefix will be "
24657 \family sans
24658 fig:
24659 \family default
24660 ".
24661 \end_layout
24662
24663 \begin_layout Standard
24664 The label is used as anchor and name for the reference.
24665  You can refer to the label using the menu 
24666 \family sans
24667 Insert\SpecialChar menuseparator
24668 Cross-reference
24669 \family default
24670  or the toolbar button 
24671 \begin_inset Info
24672 type  "icon"
24673 arg   "dialog-show-new-inset ref"
24674 \end_inset
24675
24676 .
24677  The cross-reference window appears showing all labels of the document.
24678  If you have multiple \SpecialChar LyX
24679  documents opened, choose the one you are working
24680  on from the drop-list at the top of the dialog.
24681  You can now sort the labels alphabetically and then choose one.
24682  A grey cross-reference box like this one: 
24683 \begin_inset Graphics
24684         filename /cvs/lyx/lyx-devel/lib/doc/clipart/referenceQt4.png
24685         scale 85
24686         scaleBeforeRotation
24687
24688 \end_inset
24689
24690  will be inserted.
24691  At the position of the cross-reference box the float number will appear
24692  in the output.
24693 \end_layout
24694
24695 \begin_layout Standard
24696 It is recommended that you use a protected space between the cross-reference
24697  name and its number to avoid line breaks between them.
24698  If a cross-reference refers to a non-existing label, you will see two question
24699  marks in the output instead of the reference.
24700 \end_layout
24701
24702 \begin_layout Standard
24703 You can change labels at any time by clicking on the label box.
24704  References to the changed label will automatically update their links to
24705  the new label text.
24706 \end_layout
24707
24708 \begin_layout Standard
24709 The button 
24710 \family sans
24711 Go
24712 \begin_inset space ~
24713 \end_inset
24714
24715 to
24716 \begin_inset space ~
24717 \end_inset
24718
24719 Label
24720 \family default
24721  in the cross-reference window sets the cursor before the referred label.
24722  The button text changes then to Go
24723 \begin_inset space ~
24724 \end_inset
24725
24726 Back and you can use it to set the cursor back to the cross-reference.
24727 \end_layout
24728
24729 \begin_layout Subsection
24730 Cross-Reference Formats
24731 \begin_inset CommandInset label
24732 LatexCommand label
24733 name "subsec:Cross-Reference-Formats"
24734
24735 \end_inset
24736
24737
24738 \begin_inset Index idx
24739 status collapsed
24740
24741 \begin_layout Plain Layout
24742 References ! Formats
24743 \end_layout
24744
24745 \end_inset
24746
24747
24748 \end_layout
24749
24750 \begin_layout Standard
24751 There are six varieties of cross-references:
24752 \end_layout
24753
24754 \begin_layout Description
24755 <reference>: prints the float number, this is the default: 
24756 \begin_inset CommandInset ref
24757 LatexCommand ref
24758 reference "fig:Two-distorted-images"
24759
24760 \end_inset
24761
24762
24763 \end_layout
24764
24765 \begin_layout Description
24766 (<reference>): prints the float number within two parentheses, this is the
24767  style normally used to reference formulas, especially when the reference
24768  name 
24769 \begin_inset Quotes eld
24770 \end_inset
24771
24772 Equation
24773 \begin_inset Quotes erd
24774 \end_inset
24775
24776  is omitted: 
24777 \begin_inset CommandInset ref
24778 LatexCommand eqref
24779 reference "eq:Wgn"
24780
24781 \end_inset
24782
24783
24784 \end_layout
24785
24786 \begin_layout Description
24787 <page>: prints the page number: Page
24788 \begin_inset space ~
24789 \end_inset
24790
24791
24792 \begin_inset CommandInset ref
24793 LatexCommand pageref
24794 reference "fig:Two-distorted-images"
24795
24796 \end_inset
24797
24798
24799 \end_layout
24800
24801 \begin_layout Description
24802 on
24803 \begin_inset space ~
24804 \end_inset
24805
24806 page
24807 \begin_inset space ~
24808 \end_inset
24809
24810 <page>: prints the text "on page" and the page number: 
24811 \begin_inset CommandInset ref
24812 LatexCommand vpageref
24813 reference "fig:Two-distorted-images"
24814
24815 \end_inset
24816
24817
24818 \end_layout
24819
24820 \begin_layout Description
24821 <reference>
24822 \begin_inset space ~
24823 \end_inset
24824
24825 on
24826 \begin_inset space ~
24827 \end_inset
24828
24829 page
24830 \begin_inset space ~
24831 \end_inset
24832
24833 <page>: prints the float number, the text "on page", and the page number:
24834  
24835 \begin_inset CommandInset ref
24836 LatexCommand vref
24837 reference "fig:Two-distorted-images"
24838
24839 \end_inset
24840
24841
24842 \end_layout
24843
24844 \begin_layout Description
24845 Formatted
24846 \begin_inset space ~
24847 \end_inset
24848
24849 reference: prints a self-defined cross-reference format.
24850 \begin_inset Newline newline
24851 \end_inset
24852
24853
24854 \begin_inset Note Greyedout
24855 status open
24856
24857 \begin_layout Plain Layout
24858
24859 \series bold
24860 Note:
24861 \series default
24862  This feature is only available when you have the \SpecialChar LaTeX
24863 -package 
24864 \series bold
24865 prettyref
24866 \series default
24867  or 
24868 \series bold
24869 refstyle
24870 \series default
24871
24872 \begin_inset Index idx
24873 status collapsed
24874
24875 \begin_layout Plain Layout
24876 \SpecialChar LaTeX
24877 -packages ! prettyref
24878 \end_layout
24879
24880 \end_inset
24881
24882
24883 \begin_inset Index idx
24884 status collapsed
24885
24886 \begin_layout Plain Layout
24887 \SpecialChar LaTeX
24888 -packages ! refstyle
24889 \end_layout
24890
24891 \end_inset
24892
24893  installed.
24894 \end_layout
24895
24896 \end_inset
24897
24898
24899 \begin_inset Newline newline
24900 \end_inset
24901
24902 You can select which \SpecialChar LaTeX
24903 -package should be used for this feature by setting
24904  the option 
24905 \family sans
24906 Use refstyle (not prettyref) for cross-references
24907 \family default
24908  in the menu 
24909 \family sans
24910 Document\SpecialChar menuseparator
24911 Settings\SpecialChar menuseparator
24912 Document Class
24913 \family default
24914 .
24915  The format is specified by adding the command 
24916 \series bold
24917
24918 \backslash
24919 newrefformat
24920 \series default
24921  (prettyref) or 
24922 \series bold
24923
24924 \backslash
24925 newref
24926 \series default
24927  (refstyle) to the preamble of the document.
24928  For example redefining all references to figures (which have the label
24929  shortcut 
24930 \begin_inset Quotes eld
24931 \end_inset
24932
24933
24934 \family sans
24935 fig
24936 \family default
24937
24938 \begin_inset Quotes erd
24939 \end_inset
24940
24941 ) can be done with this command
24942 \begin_inset Newline newline
24943 \end_inset
24944
24945
24946 \series bold
24947
24948 \backslash
24949 newref{fig}{refcmd={Image on page 
24950 \backslash
24951 pageref{#1}}}
24952 \series default
24953
24954 \begin_inset Newline newline
24955 \end_inset
24956
24957 For more information about the format, have a look at the package documentations
24958
24959 \begin_inset CommandInset citation
24960 LatexCommand cite
24961 key "prettyref,refstyle"
24962
24963 \end_inset
24964
24965 .
24966 \end_layout
24967
24968 \begin_layout Description
24969 Textual
24970 \begin_inset space ~
24971 \end_inset
24972
24973 reference: prints the caption of the reference: 
24974 \begin_inset CommandInset ref
24975 LatexCommand nameref
24976 reference "fig:Two-distorted-images"
24977
24978 \end_inset
24979
24980
24981 \end_layout
24982
24983 \begin_layout Standard
24984
24985 \family sans
24986 <page>
24987 \family default
24988  will not print the page number if the label is on the previous, the same,
24989  or the next page.
24990  You will e.
24991 \begin_inset space \thinspace{}
24992 \end_inset
24993
24994 g.
24995 \begin_inset space \space{}
24996 \end_inset
24997
24998 see the text 
24999 \begin_inset Quotes eld
25000 \end_inset
25001
25002
25003 \family sans
25004 on this page
25005 \family default
25006
25007 \begin_inset Quotes erd
25008 \end_inset
25009
25010  instead.
25011  The style 
25012 \family sans
25013 <reference> on page <page>
25014 \family default
25015  will not print anything about the page if the label is on the same page.
25016 \end_layout
25017
25018 \begin_layout Standard
25019 The number and current page of the part of the document referred to in the
25020  output is automatically calculated by \SpecialChar LaTeX
25021 .
25022  The varieties are adjusted in the field 
25023 \family sans
25024 Format
25025 \family default
25026  of the cross-reference window that appears when you click on the cross-referenc
25027 e box.
25028 \end_layout
25029
25030 \begin_layout Standard
25031 \begin_inset Note Greyedout
25032 status open
25033
25034 \begin_layout Plain Layout
25035
25036 \series bold
25037 Note:
25038 \series default
25039  It is recommended to use the \SpecialChar LaTeX
25040 -package 
25041 \series bold
25042 refstyle
25043 \series default
25044
25045 \begin_inset Index idx
25046 status collapsed
25047
25048 \begin_layout Plain Layout
25049 \SpecialChar LaTeX
25050 -packages ! refstyle
25051 \end_layout
25052
25053 \end_inset
25054
25055  because 
25056 \series bold
25057 prettyref
25058 \series default
25059
25060 \begin_inset Index idx
25061 status collapsed
25062
25063 \begin_layout Plain Layout
25064 \SpecialChar LaTeX
25065 -packages ! prettyref
25066 \end_layout
25067
25068 \end_inset
25069
25070  does not know all of \SpecialChar LyX
25071 's possible label shortcuts
25072 \begin_inset Foot
25073 status collapsed
25074
25075 \begin_layout Plain Layout
25076 \begin_inset Quotes eld
25077 \end_inset
25078
25079 fig:
25080 \begin_inset Quotes erd
25081 \end_inset
25082
25083  is for example \SpecialChar LyX
25084 's shortcut for labels in figure captions.
25085 \end_layout
25086
25087 \end_inset
25088
25089  and is not internationalized.
25090 \end_layout
25091
25092 \end_inset
25093
25094
25095 \end_layout
25096
25097 \begin_layout Standard
25098 \begin_inset Note Greyedout
25099 status open
25100
25101 \begin_layout Plain Layout
25102
25103 \series bold
25104 Note:
25105 \series default
25106  Due to a bug in the \SpecialChar LaTeX
25107 -package 
25108 \series bold
25109 varioref
25110 \series default
25111  version 1.4w, some cross-reference formats will cause \SpecialChar LaTeX
25112  errors for document
25113  languages that make the period character active (like French).
25114  For a workaround, see
25115 \begin_inset Newline newline
25116 \end_inset
25117
25118
25119 \begin_inset CommandInset href
25120 LatexCommand href
25121 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
25122
25123 \end_inset
25124
25125 .
25126 \end_layout
25127
25128 \end_inset
25129
25130
25131 \end_layout
25132
25133 \begin_layout Subsection
25134 Automatic Reference Naming
25135 \begin_inset Index idx
25136 status collapsed
25137
25138 \begin_layout Plain Layout
25139 References ! Automatic Reference Naming
25140 \end_layout
25141
25142 \end_inset
25143
25144
25145 \end_layout
25146
25147 \begin_layout Standard
25148 The \SpecialChar LaTeX
25149 -package 
25150 \series bold
25151 hyperref
25152 \series default
25153
25154 \begin_inset Index idx
25155 status collapsed
25156
25157 \begin_layout Plain Layout
25158 \SpecialChar LaTeX
25159 -packages ! hyperref
25160 \end_layout
25161
25162 \end_inset
25163
25164 , that is enabled in the 
25165 \family sans
25166 PDF Properties
25167 \family default
25168  of the 
25169 \family sans
25170 Document Settings
25171 \family default
25172  dialog, provides a very useful feature that cross-references automatically
25173  include the name of the referenced floats (or text parts like 
25174 \emph on
25175 section
25176 \emph default
25177 ).
25178  So you will save having to write e.
25179 \begin_inset space \thinspace{}
25180 \end_inset
25181
25182 g.
25183 \begin_inset space \space{}
25184 \end_inset
25185
25186 the name 
25187 \begin_inset Quotes eld
25188 \end_inset
25189
25190 Figure
25191 \begin_inset Quotes erd
25192 \end_inset
25193
25194  before every reference to a figure.
25195  To use this feature, enable 
25196 \series bold
25197 hyperref
25198 \series default
25199  and insert this line to the \SpecialChar LaTeX
25200  preamble:
25201 \end_layout
25202
25203 \begin_layout Standard
25204
25205 \series bold
25206
25207 \backslash
25208 AtBeginDocument{
25209 \backslash
25210 renewcommand{
25211 \backslash
25212 ref}[1]{
25213 \backslash
25214 mbox{
25215 \backslash
25216 autoref{#1}}}}
25217 \end_layout
25218
25219 \begin_layout Standard
25220 When you prefer other reference names than the default ones, for example
25221  you want instead of 
25222 \begin_inset Quotes eld
25223 \end_inset
25224
25225 section
25226 \begin_inset Quotes erd
25227 \end_inset
25228
25229  the name 
25230 \begin_inset Quotes eld
25231 \end_inset
25232
25233 sec.
25234 \begin_inset space \thinspace{}
25235 \end_inset
25236
25237
25238 \begin_inset Quotes eld
25239 \end_inset
25240
25241 , you can redefine the name by inserting this in the preamble:
25242 \end_layout
25243
25244 \begin_layout Standard
25245
25246 \series bold
25247
25248 \backslash
25249 addto
25250 \backslash
25251 extrasenglish{
25252 \backslash
25253 renewcommand{
25254 \backslash
25255 sectionautorefname}
25256 \begin_inset Newline newline
25257 \end_inset
25258
25259
25260 \begin_inset Phantom HPhantom
25261 status open
25262
25263 \begin_layout Plain Layout
25264
25265 \series bold
25266 \begin_inset space ~
25267 \end_inset
25268
25269
25270 \end_layout
25271
25272 \end_inset
25273
25274 {sec.
25275 \backslash
25276 negthinspace}}
25277 \end_layout
25278
25279 \begin_layout Standard
25280 When you are using another document language than English, replace
25281 \begin_inset Newline newline
25282 \end_inset
25283
25284
25285 \series bold
25286
25287 \backslash
25288 extrasenglish
25289 \series default
25290  by 
25291 \series bold
25292
25293 \backslash
25294 extras***
25295 \series default
25296 , where *** is the name of the language used.
25297 \end_layout
25298
25299 \begin_layout Standard
25300 To get automatic names, but not for certain reference types, for example
25301  not for equations, use this preamble code:
25302 \end_layout
25303
25304 \begin_layout Standard
25305
25306 \series bold
25307
25308 \backslash
25309 addto
25310 \backslash
25311 extrasenglish{
25312 \backslash
25313 renewcommand*{
25314 \backslash
25315 equationautorefname}[1]{}}
25316 \end_layout
25317
25318 \begin_layout Standard
25319 More about this topic can be found in 
25320 \series bold
25321 hyperref
25322 \series default
25323 's documentation 
25324 \begin_inset CommandInset citation
25325 LatexCommand cite
25326 key "hyperref"
25327
25328 \end_inset
25329
25330 .
25331 \end_layout
25332
25333 \begin_layout Standard
25334 \begin_inset Note Greyedout
25335 status open
25336
25337 \begin_layout Plain Layout
25338
25339 \series bold
25340 Note:
25341 \series default
25342  Automatic reference naming cannot be used when you use cross-references
25343  in the 
25344 \family sans
25345 Formatted
25346 \begin_inset space ~
25347 \end_inset
25348
25349 reference
25350 \family default
25351  style, as described in section
25352 \begin_inset space ~
25353 \end_inset
25354
25355
25356 \begin_inset CommandInset ref
25357 LatexCommand ref
25358 reference "subsec:Cross-Reference-Formats"
25359
25360 \end_inset
25361
25362 .
25363 \end_layout
25364
25365 \end_inset
25366
25367
25368 \end_layout
25369
25370 \begin_layout Standard
25371 The 
25372 \emph on
25373 Math
25374 \emph default
25375  manual is an example where automatic reference naming is used.
25376 \end_layout
25377
25378 \begin_layout Subsection
25379 Reference Position
25380 \begin_inset CommandInset label
25381 LatexCommand label
25382 name "subsec:Reference-Position"
25383
25384 \end_inset
25385
25386
25387 \begin_inset Index idx
25388 status collapsed
25389
25390 \begin_layout Plain Layout
25391 References ! Reference Position
25392 \end_layout
25393
25394 \end_inset
25395
25396
25397 \end_layout
25398
25399 \begin_layout Standard
25400 If you use 
25401 \series bold
25402 hyperref
25403 \series default
25404
25405 \begin_inset Index idx
25406 status collapsed
25407
25408 \begin_layout Plain Layout
25409 \SpecialChar LaTeX
25410 -packages ! hyperref
25411 \end_layout
25412
25413 \end_inset
25414
25415  in the 
25416 \family sans
25417 PDF Properties
25418 \family default
25419  of the 
25420 \family sans
25421 Document Settings
25422 \family default
25423  dialog to link cross-references in the output, you will see that clicking
25424  on an image float reference jumps to the image label.
25425  The caption will be the first text part on the screen, so that you cannot
25426  see the image without scrolling.
25427  This is because the reference link anchor is placed at the position of
25428  the label.
25429  With the use of the package 
25430 \series bold
25431 hypcap
25432 \series default
25433
25434 \begin_inset Index idx
25435 status collapsed
25436
25437 \begin_layout Plain Layout
25438 \SpecialChar LaTeX
25439 -packages ! hypcap
25440 \end_layout
25441
25442 \end_inset
25443
25444 , which is part of the \SpecialChar LaTeX
25445 -package 
25446 \series bold
25447 oberdiek
25448 \series default
25449
25450 \begin_inset Index idx
25451 status collapsed
25452
25453 \begin_layout Plain Layout
25454 \SpecialChar LaTeX
25455 -packages ! oberdiek
25456 \end_layout
25457
25458 \end_inset
25459
25460 , the link anchor is placed at the beginning of a float.
25461  To use this feature for figure floats, load 
25462 \series bold
25463 hypcap
25464 \series default
25465  in the document preamble with the line
25466 \end_layout
25467
25468 \begin_layout Standard
25469
25470 \series bold
25471
25472 \backslash
25473 usepackage[figure]{hypcap}
25474 \end_layout
25475
25476 \begin_layout Standard
25477 You can also use 
25478 \series bold
25479 hypcap
25480 \series default
25481  for all float types but this is not recommended for stability reasons.
25482  For more information, have a look at 
25483 \series bold
25484 hypcap
25485 \series default
25486 's manual 
25487 \begin_inset CommandInset citation
25488 LatexCommand cite
25489 key "hypcap"
25490
25491 \end_inset
25492
25493 .
25494 \end_layout
25495
25496 \begin_layout Standard
25497 \begin_inset Note Greyedout
25498 status open
25499
25500 \begin_layout Plain Layout
25501
25502 \series bold
25503 Note:
25504 \series default
25505  
25506 \series bold
25507 hypcap
25508 \series default
25509  has no effect on references to subfigures.
25510 \end_layout
25511
25512 \end_inset
25513
25514
25515 \end_layout
25516
25517 \begin_layout Section
25518 Float Placement
25519 \begin_inset CommandInset label
25520 LatexCommand label
25521 name "sec:Float-Placement"
25522
25523 \end_inset
25524
25525
25526 \begin_inset Index idx
25527 status collapsed
25528
25529 \begin_layout Plain Layout
25530 Floats ! Placement
25531 \end_layout
25532
25533 \end_inset
25534
25535
25536 \end_layout
25537
25538 \begin_layout Standard
25539 Right-clicking on a float-box and clicking on 
25540 \family sans
25541 Settings
25542 \family default
25543  opens a dialog where you can alter the placement options that \SpecialChar LaTeX
25544  uses for
25545  positioning the float.
25546 \begin_inset Newline newline
25547 \end_inset
25548
25549 The option 
25550 \family sans
25551 Span
25552 \begin_inset space ~
25553 \end_inset
25554
25555 columns
25556 \family default
25557  is only useful for two-column documents: If you select it, the float will
25558  span both columns on the page instead of being confined to just one.
25559 \begin_inset Newline newline
25560 \end_inset
25561
25562 The option 
25563 \family sans
25564 Rotate
25565 \begin_inset space ~
25566 \end_inset
25567
25568 sideways
25569 \family default
25570  is used to rotate floats, see section 
25571 \begin_inset CommandInset ref
25572 LatexCommand ref
25573 reference "sec:Rotated-Floats"
25574
25575 \end_inset
25576
25577 .
25578 \end_layout
25579
25580 \begin_layout Standard
25581 You can use one or more of the following options in the float dialog to
25582  set the placement for a particular float when you uncheck the option 
25583 \family sans
25584 Use
25585 \begin_inset space ~
25586 \end_inset
25587
25588 default
25589 \begin_inset space ~
25590 \end_inset
25591
25592 placement
25593 \family default
25594 :
25595 \end_layout
25596
25597 \begin_layout Description
25598 Here
25599 \begin_inset space ~
25600 \end_inset
25601
25602 if
25603 \begin_inset space ~
25604 \end_inset
25605
25606 possible try to place the float on the position where it has been inserted
25607 \end_layout
25608
25609 \begin_layout Description
25610 Top
25611 \begin_inset space ~
25612 \end_inset
25613
25614 of
25615 \begin_inset space ~
25616 \end_inset
25617
25618 page try to place the float at the top of the current page
25619 \end_layout
25620
25621 \begin_layout Description
25622 Bottom
25623 \begin_inset space ~
25624 \end_inset
25625
25626 of
25627 \begin_inset space ~
25628 \end_inset
25629
25630 page try to place the float at the bottom of the current page
25631 \end_layout
25632
25633 \begin_layout Description
25634 Page
25635 \begin_inset space ~
25636 \end_inset
25637
25638 of
25639 \begin_inset space ~
25640 \end_inset
25641
25642 floats try to place the float on its own page
25643 \end_layout
25644
25645 \begin_layout Standard
25646 The order of the above option is 
25647 \emph on
25648 always
25649 \emph default
25650  used by \SpecialChar LaTeX
25651 .
25652  That means, if you use the default placement, \SpecialChar LaTeX
25653  will first try out 
25654 \family sans
25655 Here
25656 \begin_inset space ~
25657 \end_inset
25658
25659 if
25660 \begin_inset space ~
25661 \end_inset
25662
25663 possible
25664 \family default
25665 , then 
25666 \family sans
25667 Top
25668 \begin_inset space ~
25669 \end_inset
25670
25671 of
25672 \begin_inset space ~
25673 \end_inset
25674
25675 page
25676 \family default
25677 , and then the others.
25678  If you do not use the default, \SpecialChar LaTeX
25679  will try only the checked options but in
25680  the same order.
25681  If none of the 4
25682 \begin_inset space ~
25683 \end_inset
25684
25685 placements is possible the procedure is internally repeated trying to put
25686  the float on the following page.
25687 \end_layout
25688
25689 \begin_layout Standard
25690 By default, each option has its own rules:
25691 \end_layout
25692
25693 \begin_layout Labeling
25694 \labelwidthstring 00.00.0000
25695
25696 \family sans
25697 Top
25698 \begin_inset space ~
25699 \end_inset
25700
25701 of
25702 \begin_inset space ~
25703 \end_inset
25704
25705 page
25706 \family default
25707  only floats occupying less than 70
25708 \begin_inset space \thinspace{}
25709 \end_inset
25710
25711 % of the page can be placed at the top of a page (
25712 \series bold
25713
25714 \backslash
25715 topfraction
25716 \series default
25717 )
25718 \end_layout
25719
25720 \begin_layout Labeling
25721 \labelwidthstring 00.00.0000
25722
25723 \family sans
25724 Bottom
25725 \begin_inset space ~
25726 \end_inset
25727
25728 of
25729 \begin_inset space ~
25730 \end_inset
25731
25732 page
25733 \family default
25734 : only floats occupying less than 30
25735 \begin_inset space \thinspace{}
25736 \end_inset
25737
25738 % of the page can be placed at the bottom of a page.
25739  (
25740 \series bold
25741
25742 \backslash
25743 bottomfraction
25744 \series default
25745 )
25746 \end_layout
25747
25748 \begin_layout Labeling
25749 \labelwidthstring 00.00.0000
25750
25751 \family sans
25752 Page
25753 \begin_inset space ~
25754 \end_inset
25755
25756 of
25757 \begin_inset space ~
25758 \end_inset
25759
25760 floats
25761 \family default
25762 : only if more than 50
25763 \begin_inset space \thinspace{}
25764 \end_inset
25765
25766 % of the page is occupied by floats, several floats can be set together
25767  on a page.
25768  (
25769 \series bold
25770
25771 \backslash
25772 floatpagefraction
25773 \series default
25774 )
25775 \end_layout
25776
25777 \begin_layout Standard
25778 If you don't like these rules, you can ignore them by using the additional
25779  option 
25780 \family sans
25781 Ignore
25782 \begin_inset space ~
25783 \end_inset
25784
25785 \SpecialChar LaTeX
25786
25787 \begin_inset space ~
25788 \end_inset
25789
25790 rules
25791 \family default
25792 .
25793 \begin_inset Newline newline
25794 \end_inset
25795
25796 You can also redefine the rules with \SpecialChar LaTeX
25797 -commands that are given in parentheses
25798  after the rules description above.
25799  To increase for example the often too small default of the bottom-rule
25800  to 50
25801 \begin_inset space \thinspace{}
25802 \end_inset
25803
25804 % of the page, add this line to your document preamble:
25805 \end_layout
25806
25807 \begin_layout Standard
25808
25809 \series bold
25810
25811 \backslash
25812 renewcommand{
25813 \backslash
25814 bottomfraction}{0.5}
25815 \end_layout
25816
25817 \begin_layout Standard
25818 Sometimes you might need, under all circumstances, a float to be placed
25819  exactly at the position where it is inserted.
25820  For this case you can use the option 
25821 \family sans
25822 Here
25823 \begin_inset space ~
25824 \end_inset
25825
25826 definitely
25827 \family default
25828 .
25829  Use this option very rarely and only if the document is almost ready to
25830  be printed, because the float is then no longer able to 
25831 \begin_inset Quotes eld
25832 \end_inset
25833
25834 float
25835 \begin_inset Quotes erd
25836 \end_inset
25837
25838  when you change your document and this will often destroy the page layout.
25839 \end_layout
25840
25841 \begin_layout Standard
25842 There are no placement options for text wrap floats, because they are always
25843  surrounded by the text of a certain paragraph.
25844 \begin_inset VSpace bigskip
25845 \end_inset
25846
25847
25848 \end_layout
25849
25850 \begin_layout Standard
25851 Sometimes you have the problem that a float is placed at the top of a page
25852  while its corresponding section starts at the middle of the page, so that
25853  the reader could think the float is part of the previous section.
25854  To avoid this the \SpecialChar LaTeX
25855 -command 
25856 \series bold
25857
25858 \backslash
25859 suppressfloats
25860 \series default
25861  can be used.
25862  It suppresses a given float placement for the page where it is inserted
25863  and can therefore be used to avoid floats being set before a section starts.
25864  To get this, add these commands to your document preamble:
25865 \end_layout
25866
25867 \begin_layout Standard
25868
25869 \series bold
25870
25871 \backslash
25872 let
25873 \backslash
25874 mySection
25875 \backslash
25876 section
25877 \begin_inset Newline newline
25878 \end_inset
25879
25880
25881 \backslash
25882 renewcommand{
25883 \backslash
25884 section}{
25885 \backslash
25886 suppressfloats[t]
25887 \backslash
25888 mySection}
25889 \end_layout
25890
25891 \begin_layout Standard
25892 You can define the same for all section headings, like chapters and subsections.
25893  This definition is not recommended to be used for small text parts like
25894  subsubsections because \SpecialChar LaTeX
25895  may then have problems finding a suitable placement.
25896 \end_layout
25897
25898 \begin_layout Standard
25899 \begin_inset VSpace bigskip
25900 \end_inset
25901
25902 In some cases it is required to have all figures/tables at the end of the
25903  document.
25904  For this purpose the \SpecialChar LaTeX
25905 -package 
25906 \series bold
25907 endfloat
25908 \series default
25909
25910 \begin_inset Index idx
25911 status collapsed
25912
25913 \begin_layout Plain Layout
25914 \SpecialChar LaTeX
25915 -packages ! endfloat
25916 \end_layout
25917
25918 \end_inset
25919
25920  was developed.
25921  It puts all figure and table floats at the end of the document into their
25922  own sections.
25923  At the original float position a text hint like 
25924 \begin_inset Quotes eld
25925 \end_inset
25926
25927
25928 \family sans
25929 [Figure
25930 \begin_inset space ~
25931 \end_inset
25932
25933 3.2 about here.]
25934 \family default
25935
25936 \begin_inset Quotes erd
25937 \end_inset
25938
25939  is inserted.
25940  The endfloat-package is loaded in the preamble with the line
25941 \end_layout
25942
25943 \begin_layout Standard
25944
25945 \series bold
25946
25947 \backslash
25948 usepackage[options]{endfloat}
25949 \end_layout
25950
25951 \begin_layout Standard
25952 There are various package options to format the created figure/table sections.
25953  For more information we refer you to the 
25954 \series bold
25955 endfloat
25956 \series default
25957  documentation 
25958 \begin_inset CommandInset citation
25959 LatexCommand cite
25960 key "endfloat"
25961
25962 \end_inset
25963
25964 .
25965 \begin_inset Newline newline
25966 \end_inset
25967
25968
25969 \begin_inset Note Greyedout
25970 status open
25971
25972 \begin_layout Plain Layout
25973
25974 \series bold
25975 Note: endfloat
25976 \series default
25977  doesn't provide an automatic translation for the text hint, you have to
25978  do this manually, see section
25979 \begin_inset space ~
25980 \end_inset
25981
25982 4 in 
25983 \begin_inset CommandInset citation
25984 LatexCommand cite
25985 key "endfloat"
25986
25987 \end_inset
25988
25989 .
25990 \end_layout
25991
25992 \end_inset
25993
25994
25995 \begin_inset Newline newline
25996 \end_inset
25997
25998
25999 \begin_inset Note Greyedout
26000 status open
26001
26002 \begin_layout Plain Layout
26003
26004 \series bold
26005 Note:
26006 \series default
26007  There is currently a bug in 
26008 \series bold
26009 endfloat
26010 \series default
26011  when the caption contains a German 
26012 \begin_inset Quotes eld
26013 \end_inset
26014
26015 ß
26016 \begin_inset Quotes erd
26017 \end_inset
26018
26019 .
26020  Use in this case the command 
26021 \begin_inset Quotes eld
26022 \end_inset
26023
26024
26025 \series bold
26026
26027 \backslash
26028 ss
26029 \series default
26030
26031 \begin_inset Quotes erd
26032 \end_inset
26033
26034  in \SpecialChar TeX
26035  Code instead of 
26036 \begin_inset Quotes eld
26037 \end_inset
26038
26039 ß
26040 \begin_inset Quotes erd
26041 \end_inset
26042
26043 .
26044 \end_layout
26045
26046 \end_inset
26047
26048
26049 \end_layout
26050
26051 \begin_layout Standard
26052 \begin_inset VSpace bigskip
26053 \end_inset
26054
26055 For more details about float placements, have a look at \SpecialChar LaTeX
26056  books, 
26057 \begin_inset CommandInset citation
26058 LatexCommand cite
26059 key "latexcompanion,latexguide,latexbook"
26060
26061 \end_inset
26062
26063 .
26064 \end_layout
26065
26066 \begin_layout Section
26067 Rotated Floats
26068 \begin_inset CommandInset label
26069 LatexCommand label
26070 name "sec:Rotated-Floats"
26071
26072 \end_inset
26073
26074
26075 \begin_inset Index idx
26076 status collapsed
26077
26078 \begin_layout Plain Layout
26079 Floats ! Rotating
26080 \end_layout
26081
26082 \end_inset
26083
26084
26085 \end_layout
26086
26087 \begin_layout Standard
26088 Especially for wide tables you might have floats rotated.
26089  To rotate a whole float including the caption, right-click on the float-box
26090  and use the option 
26091 \family sans
26092 Rotate
26093 \begin_inset space ~
26094 \end_inset
26095
26096 sideways
26097 \family default
26098 .
26099 \end_layout
26100
26101 \begin_layout Standard
26102 Rotated floats are always placed on a page of their own (or column of their
26103  own; in case you have a multi-column document).
26104  You can let them span several columns using the float settings option 
26105 \family sans
26106 Span
26107 \begin_inset space ~
26108 \end_inset
26109
26110 columns
26111 \family default
26112 .
26113  Floats are rotated so that you can read them from the outside margin.
26114  To force a certain rotation direction for all pages, you can add either
26115  the option 
26116 \series bold
26117 figuresleft
26118 \series default
26119  or 
26120 \series bold
26121 figuresright
26122 \series default
26123  to the document class options.
26124 \end_layout
26125
26126 \begin_layout Standard
26127 Referencing rotated floats is the same as for normal floats, the caption
26128  format is also the same: Table
26129 \begin_inset space ~
26130 \end_inset
26131
26132
26133 \begin_inset CommandInset ref
26134 LatexCommand ref
26135 reference "tab:Rotated-table"
26136
26137 \end_inset
26138
26139  is an example of a rotated table float.
26140 \end_layout
26141
26142 \begin_layout Standard
26143 \begin_inset Note Greyedout
26144 status open
26145
26146 \begin_layout Plain Layout
26147
26148 \series bold
26149 Note:
26150 \series default
26151  Not all DVI-viewers are able to display rotated floats.
26152 \end_layout
26153
26154 \end_inset
26155
26156
26157 \end_layout
26158
26159 \begin_layout Standard
26160 \begin_inset Float table
26161 wide false
26162 sideways true
26163 status open
26164
26165 \begin_layout Plain Layout
26166 \begin_inset Caption Standard
26167
26168 \begin_layout Plain Layout
26169 \begin_inset CommandInset label
26170 LatexCommand label
26171 name "tab:Rotated-table"
26172
26173 \end_inset
26174
26175  Rotated table
26176 \end_layout
26177
26178 \end_inset
26179
26180
26181 \end_layout
26182
26183 \begin_layout Plain Layout
26184 \align center
26185 \begin_inset Tabular
26186 <lyxtabular version="3" rows="1" columns="5">
26187 <features tabularvalignment="middle">
26188 <column alignment="center" valignment="top">
26189 <column alignment="center" valignment="top">
26190 <column alignment="center" valignment="top">
26191 <column alignment="center" valignment="top">
26192 <column alignment="center" valignment="top">
26193 <row>
26194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26195 \begin_inset Text
26196
26197 \begin_layout Plain Layout
26198 test
26199 \end_layout
26200
26201 \end_inset
26202 </cell>
26203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26204 \begin_inset Text
26205
26206 \begin_layout Plain Layout
26207 b
26208 \end_layout
26209
26210 \end_inset
26211 </cell>
26212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26213 \begin_inset Text
26214
26215 \begin_layout Plain Layout
26216 c
26217 \end_layout
26218
26219 \end_inset
26220 </cell>
26221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26222 \begin_inset Text
26223
26224 \begin_layout Plain Layout
26225 d
26226 \end_layout
26227
26228 \end_inset
26229 </cell>
26230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26231 \begin_inset Text
26232
26233 \begin_layout Plain Layout
26234 e
26235 \end_layout
26236
26237 \end_inset
26238 </cell>
26239 </row>
26240 </lyxtabular>
26241
26242 \end_inset
26243
26244
26245 \end_layout
26246
26247 \end_inset
26248
26249
26250 \end_layout
26251
26252 \begin_layout Section
26253 Subfloats
26254 \begin_inset Index idx
26255 status collapsed
26256
26257 \begin_layout Plain Layout
26258 Floats ! Subfloats
26259 \end_layout
26260
26261 \end_inset
26262
26263
26264 \end_layout
26265
26266 \begin_layout Standard
26267 Subfloats are for example used when a figure consists of several images.
26268  They are created by inserting a float into an existing float.
26269  The placement of the subfloats can be controlled in the same way as for
26270  paragraphs as shown in table
26271 \begin_inset space ~
26272 \end_inset
26273
26274
26275 \begin_inset CommandInset ref
26276 LatexCommand ref
26277 reference "tab:Two-subtables-side"
26278
26279 \end_inset
26280
26281  and 
26282 \begin_inset CommandInset ref
26283 LatexCommand ref
26284 reference "tab:Two-subtables-upon"
26285
26286 \end_inset
26287
26288 .
26289 \end_layout
26290
26291 \begin_layout Standard
26292 Referencing subfloats works as for normal floats: Table
26293 \begin_inset space ~
26294 \end_inset
26295
26296
26297 \begin_inset CommandInset ref
26298 LatexCommand ref
26299 reference "tab:This-is-subtable-a"
26300
26301 \end_inset
26302
26303  and 
26304 \begin_inset CommandInset ref
26305 LatexCommand ref
26306 reference "tab:This-is-subtable-b"
26307
26308 \end_inset
26309
26310  are subtables of table
26311 \begin_inset space ~
26312 \end_inset
26313
26314
26315 \begin_inset CommandInset ref
26316 LatexCommand ref
26317 reference "tab:Two-subtables-side"
26318
26319 \end_inset
26320
26321 .
26322 \end_layout
26323
26324 \begin_layout Standard
26325 \begin_inset Float table
26326 wide false
26327 sideways false
26328 status open
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:Two-subtables-side"
26337
26338 \end_inset
26339
26340 Two subtables placed side by side.
26341 \end_layout
26342
26343 \end_inset
26344
26345
26346 \end_layout
26347
26348 \begin_layout Plain Layout
26349 \align center
26350 \begin_inset space \hfill{}
26351 \end_inset
26352
26353
26354 \begin_inset Float table
26355 wide false
26356 sideways false
26357 status collapsed
26358
26359 \begin_layout Plain Layout
26360 \begin_inset Caption Standard
26361
26362 \begin_layout Plain Layout
26363 \begin_inset CommandInset label
26364 LatexCommand label
26365 name "tab:This-is-subtable-a"
26366
26367 \end_inset
26368
26369 This is subtable a.
26370 \end_layout
26371
26372 \end_inset
26373
26374
26375 \end_layout
26376
26377 \begin_layout Plain Layout
26378 \align center
26379 \begin_inset Tabular
26380 <lyxtabular version="3" rows="1" columns="5">
26381 <features tabularvalignment="middle">
26382 <column alignment="center" valignment="top">
26383 <column alignment="center" valignment="top">
26384 <column alignment="center" valignment="top">
26385 <column alignment="center" valignment="top">
26386 <column alignment="center" valignment="top">
26387 <row>
26388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26389 \begin_inset Text
26390
26391 \begin_layout Plain Layout
26392 test
26393 \end_layout
26394
26395 \end_inset
26396 </cell>
26397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26398 \begin_inset Text
26399
26400 \begin_layout Plain Layout
26401 b
26402 \end_layout
26403
26404 \end_inset
26405 </cell>
26406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26407 \begin_inset Text
26408
26409 \begin_layout Plain Layout
26410 c
26411 \end_layout
26412
26413 \end_inset
26414 </cell>
26415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26416 \begin_inset Text
26417
26418 \begin_layout Plain Layout
26419 d
26420 \end_layout
26421
26422 \end_inset
26423 </cell>
26424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26425 \begin_inset Text
26426
26427 \begin_layout Plain Layout
26428 e
26429 \end_layout
26430
26431 \end_inset
26432 </cell>
26433 </row>
26434 </lyxtabular>
26435
26436 \end_inset
26437
26438
26439 \end_layout
26440
26441 \end_inset
26442
26443
26444 \begin_inset space \hfill{}
26445 \end_inset
26446
26447
26448 \begin_inset Float table
26449 wide false
26450 sideways false
26451 status collapsed
26452
26453 \begin_layout Plain Layout
26454 \begin_inset Caption Standard
26455
26456 \begin_layout Plain Layout
26457 \begin_inset CommandInset label
26458 LatexCommand label
26459 name "tab:This-is-subtable-b"
26460
26461 \end_inset
26462
26463 This is subtable b.
26464 \end_layout
26465
26466 \end_inset
26467
26468
26469 \end_layout
26470
26471 \begin_layout Plain Layout
26472 \align center
26473 \begin_inset Tabular
26474 <lyxtabular version="3" rows="1" columns="5">
26475 <features tabularvalignment="middle">
26476 <column alignment="center" valignment="top">
26477 <column alignment="center" valignment="top">
26478 <column alignment="center" valignment="top">
26479 <column alignment="center" valignment="top">
26480 <column alignment="center" valignment="top">
26481 <row>
26482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26483 \begin_inset Text
26484
26485 \begin_layout Plain Layout
26486 e
26487 \end_layout
26488
26489 \end_inset
26490 </cell>
26491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26492 \begin_inset Text
26493
26494 \begin_layout Plain Layout
26495 d
26496 \end_layout
26497
26498 \end_inset
26499 </cell>
26500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26501 \begin_inset Text
26502
26503 \begin_layout Plain Layout
26504 c
26505 \end_layout
26506
26507 \end_inset
26508 </cell>
26509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26510 \begin_inset Text
26511
26512 \begin_layout Plain Layout
26513 b
26514 \end_layout
26515
26516 \end_inset
26517 </cell>
26518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26519 \begin_inset Text
26520
26521 \begin_layout Plain Layout
26522 test
26523 \end_layout
26524
26525 \end_inset
26526 </cell>
26527 </row>
26528 </lyxtabular>
26529
26530 \end_inset
26531
26532
26533 \end_layout
26534
26535 \end_inset
26536
26537
26538 \begin_inset space \hfill{}
26539 \end_inset
26540
26541
26542 \end_layout
26543
26544 \end_inset
26545
26546
26547 \end_layout
26548
26549 \begin_layout Standard
26550 \begin_inset Float table
26551 wide false
26552 sideways false
26553 status open
26554
26555 \begin_layout Plain Layout
26556 \begin_inset Caption Standard
26557
26558 \begin_layout Plain Layout
26559 \begin_inset CommandInset label
26560 LatexCommand label
26561 name "tab:Two-subtables-upon"
26562
26563 \end_inset
26564
26565 Two subtables placed one above the other.
26566  (a) table with 4 cells, (b) table with 5 cells.
26567 \end_layout
26568
26569 \end_inset
26570
26571
26572 \end_layout
26573
26574 \begin_layout Plain Layout
26575 \align center
26576 \begin_inset Float table
26577 wide false
26578 sideways false
26579 status collapsed
26580
26581 \begin_layout Plain Layout
26582 \begin_inset Caption Standard
26583
26584 \begin_layout Plain Layout
26585
26586 \end_layout
26587
26588 \end_inset
26589
26590
26591 \end_layout
26592
26593 \begin_layout Plain Layout
26594 \align center
26595 \begin_inset Tabular
26596 <lyxtabular version="3" rows="1" columns="4">
26597 <features tabularvalignment="middle">
26598 <column alignment="center" valignment="top">
26599 <column alignment="center" valignment="top">
26600 <column alignment="center" valignment="top">
26601 <column alignment="center" valignment="top">
26602 <row>
26603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26604 \begin_inset Text
26605
26606 \begin_layout Plain Layout
26607 test
26608 \end_layout
26609
26610 \end_inset
26611 </cell>
26612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26613 \begin_inset Text
26614
26615 \begin_layout Plain Layout
26616 test
26617 \end_layout
26618
26619 \end_inset
26620 </cell>
26621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26622 \begin_inset Text
26623
26624 \begin_layout Plain Layout
26625 test
26626 \end_layout
26627
26628 \end_inset
26629 </cell>
26630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26631 \begin_inset Text
26632
26633 \begin_layout Plain Layout
26634 test
26635 \end_layout
26636
26637 \end_inset
26638 </cell>
26639 </row>
26640 </lyxtabular>
26641
26642 \end_inset
26643
26644
26645 \end_layout
26646
26647 \end_inset
26648
26649
26650 \end_layout
26651
26652 \begin_layout Plain Layout
26653 \align center
26654 \begin_inset Float table
26655 wide false
26656 sideways false
26657 status collapsed
26658
26659 \begin_layout Plain Layout
26660 \begin_inset Caption Standard
26661
26662 \begin_layout Plain Layout
26663
26664 \end_layout
26665
26666 \end_inset
26667
26668
26669 \end_layout
26670
26671 \begin_layout Plain Layout
26672 \align center
26673 \begin_inset Tabular
26674 <lyxtabular version="3" rows="1" columns="5">
26675 <features tabularvalignment="middle">
26676 <column alignment="center" valignment="top">
26677 <column alignment="center" valignment="top">
26678 <column alignment="center" valignment="top">
26679 <column alignment="center" valignment="top">
26680 <column alignment="center" valignment="top">
26681 <row>
26682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26683 \begin_inset Text
26684
26685 \begin_layout Plain Layout
26686 a
26687 \end_layout
26688
26689 \end_inset
26690 </cell>
26691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26692 \begin_inset Text
26693
26694 \begin_layout Plain Layout
26695 b
26696 \end_layout
26697
26698 \end_inset
26699 </cell>
26700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26701 \begin_inset Text
26702
26703 \begin_layout Plain Layout
26704 c
26705 \end_layout
26706
26707 \end_inset
26708 </cell>
26709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26710 \begin_inset Text
26711
26712 \begin_layout Plain Layout
26713 d
26714 \end_layout
26715
26716 \end_inset
26717 </cell>
26718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26719 \begin_inset Text
26720
26721 \begin_layout Plain Layout
26722 e
26723 \end_layout
26724
26725 \end_inset
26726 </cell>
26727 </row>
26728 </lyxtabular>
26729
26730 \end_inset
26731
26732
26733 \end_layout
26734
26735 \end_inset
26736
26737
26738 \end_layout
26739
26740 \end_inset
26741
26742
26743 \end_layout
26744
26745 \begin_layout Section
26746 Floats Side by Side
26747 \begin_inset Index idx
26748 status collapsed
26749
26750 \begin_layout Plain Layout
26751 Floats ! Side by side
26752 \end_layout
26753
26754 \end_inset
26755
26756
26757 \end_layout
26758
26759 \begin_layout Standard
26760 To place floats side by side, as in Figures
26761 \begin_inset space ~
26762 \end_inset
26763
26764
26765 \begin_inset CommandInset ref
26766 LatexCommand ref
26767 reference "fig:Float-left"
26768
26769 \end_inset
26770
26771  and 
26772 \begin_inset CommandInset ref
26773 LatexCommand ref
26774 reference "fig:Float-right"
26775
26776 \end_inset
26777
26778 , only 
26779 \emph on
26780 one
26781 \emph default
26782  float is used.
26783  In it two minipage boxes are inserted.
26784 \begin_inset Foot
26785 status collapsed
26786
26787 \begin_layout Plain Layout
26788 Minipages are explained in section
26789 \begin_inset space ~
26790 \end_inset
26791
26792
26793 \begin_inset CommandInset ref
26794 LatexCommand ref
26795 reference "sec:Minipages"
26796
26797 \end_inset
26798
26799 .
26800 \end_layout
26801
26802 \end_inset
26803
26804  The width is set to 45
26805 \begin_inset space \thinspace{}
26806 \end_inset
26807
26808 -50
26809 \begin_inset space \thinspace{}
26810 \end_inset
26811
26812 column% and the box alignment to 
26813 \family sans
26814 Bottom
26815 \family default
26816  for each minipage.
26817  The minipage boxes contain the image and the caption in the same way as
26818  they are in a float.
26819  The only difference is that the image unit 
26820 \family sans
26821 Column
26822 \begin_inset space ~
26823 \end_inset
26824
26825 Width
26826 \begin_inset space ~
26827 \end_inset
26828
26829 %
26830 \family default
26831  is now calculated according to the width of the minipage boxes.
26832 \end_layout
26833
26834 \begin_layout Standard
26835 \begin_inset Float figure
26836 wide false
26837 sideways false
26838 status open
26839
26840 \begin_layout Plain Layout
26841 \begin_inset Box Frameless
26842 position "b"
26843 hor_pos "c"
26844 has_inner_box 1
26845 inner_pos "t"
26846 use_parbox 0
26847 use_makebox 0
26848 width "45col%"
26849 special "none"
26850 height "1in"
26851 height_special "totalheight"
26852 thickness "0.4pt"
26853 separation "3pt"
26854 shadowsize "4pt"
26855 framecolor "black"
26856 backgroundcolor "none"
26857 status open
26858
26859 \begin_layout Plain Layout
26860 \align center
26861 \begin_inset Graphics
26862         filename /cvs/lyx/lyx-devel/lib/doc/clipart/mobius.eps
26863         lyxscale 50
26864         width 100col%
26865         scaleBeforeRotation
26866
26867 \end_inset
26868
26869
26870 \end_layout
26871
26872 \begin_layout Plain Layout
26873 \begin_inset Caption Standard
26874
26875 \begin_layout Plain Layout
26876 \begin_inset CommandInset label
26877 LatexCommand label
26878 name "fig:Float-left"
26879
26880 \end_inset
26881
26882 Float on the left side.
26883 \end_layout
26884
26885 \end_inset
26886
26887
26888 \end_layout
26889
26890 \end_inset
26891
26892
26893 \begin_inset space \hfill{}
26894 \end_inset
26895
26896
26897 \begin_inset Box Frameless
26898 position "b"
26899 hor_pos "c"
26900 has_inner_box 1
26901 inner_pos "t"
26902 use_parbox 0
26903 use_makebox 0
26904 width "45col%"
26905 special "none"
26906 height "1in"
26907 height_special "totalheight"
26908 thickness "0.4pt"
26909 separation "3pt"
26910 shadowsize "4pt"
26911 framecolor "black"
26912 backgroundcolor "none"
26913 status open
26914
26915 \begin_layout Plain Layout
26916 \align center
26917 \begin_inset Graphics
26918         filename /cvs/lyx/lyx-devel/lib/doc/clipart/platypus.eps
26919         lyxscale 50
26920         width 100col%
26921         scaleBeforeRotation
26922
26923 \end_inset
26924
26925
26926 \end_layout
26927
26928 \begin_layout Plain Layout
26929 \begin_inset Caption Standard
26930
26931 \begin_layout Plain Layout
26932 \begin_inset CommandInset label
26933 LatexCommand label
26934 name "fig:Float-right"
26935
26936 \end_inset
26937
26938 Float on the right side.
26939 \end_layout
26940
26941 \end_inset
26942
26943
26944 \end_layout
26945
26946 \end_inset
26947
26948
26949 \end_layout
26950
26951 \begin_layout Plain Layout
26952
26953 \end_layout
26954
26955 \end_inset
26956
26957
26958 \end_layout
26959
26960 \begin_layout Section
26961 Caption Formatting
26962 \begin_inset Index idx
26963 status collapsed
26964
26965 \begin_layout Plain Layout
26966 Caption ! Formatting
26967 \end_layout
26968
26969 \end_inset
26970
26971
26972 \begin_inset Index idx
26973 status collapsed
26974
26975 \begin_layout Plain Layout
26976 Floats ! Caption Formatting
26977 \end_layout
26978
26979 \end_inset
26980
26981
26982 \begin_inset CommandInset label
26983 LatexCommand label
26984 name "sec:Caption-Formatting"
26985
26986 \end_inset
26987
26988
26989 \end_layout
26990
26991 \begin_layout Standard
26992 The 
26993 \family sans
26994 Caption
26995 \family default
26996  environment is the default paragraph environment for 
26997 \family sans
26998 Floats
26999 \family default
27000 .
27001  On the \SpecialChar LyX
27002  screen captions appear as a label, e.
27003 \begin_inset space \thinspace{}
27004 \end_inset
27005
27006 g.
27007 \begin_inset space \space{}
27008 \end_inset
27009
27010
27011 \begin_inset Quotes eld
27012 \end_inset
27013
27014
27015 \family sans
27016 Figure #:
27017 \family default
27018
27019 \begin_inset Quotes erd
27020 \end_inset
27021
27022  followed by the caption text.
27023  
27024 \begin_inset Quotes eld
27025 \end_inset
27026
27027 #
27028 \begin_inset Quotes erd
27029 \end_inset
27030
27031  is the actual reference number.
27032  By default the label and the number are in the same font as the caption
27033  text and a colon follows the number to divide the label from the text.
27034  This caption format is suitable for many but not all documents.
27035  
27036 \end_layout
27037
27038 \begin_layout Standard
27039 To change the default caption format, load the \SpecialChar LaTeX
27040 -package 
27041 \series bold
27042 caption
27043 \series default
27044
27045 \begin_inset Index idx
27046 status collapsed
27047
27048 \begin_layout Plain Layout
27049 \SpecialChar LaTeX
27050 -packages ! caption
27051 \end_layout
27052
27053 \end_inset
27054
27055  in the document preamble with this line:
27056 \end_layout
27057
27058 \begin_layout Standard
27059
27060 \series bold
27061
27062 \backslash
27063 usepackage[format definition]{caption}
27064 \end_layout
27065
27066 \begin_layout Standard
27067 To have for example the label and the number in sans-serif, bold font and
27068  the table captions always above the table as in this document, use the
27069  following command:
27070 \end_layout
27071
27072 \begin_layout Standard
27073
27074 \series bold
27075
27076 \backslash
27077 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
27078 \end_layout
27079
27080 \begin_layout Standard
27081 You can also define different caption formats for the different float types.
27082  In this case load the 
27083 \series bold
27084 caption
27085 \series default
27086  package without format specific options and define the different formats
27087  with the help of the command
27088 \end_layout
27089
27090 \begin_layout Standard
27091
27092 \series bold
27093
27094 \backslash
27095 captionsetup[float type]{format definition}
27096 \end_layout
27097
27098 \begin_layout Standard
27099 in the document preamble.
27100  For example the caption formats of Figure
27101 \begin_inset space ~
27102 \end_inset
27103
27104
27105 \begin_inset CommandInset ref
27106 LatexCommand ref
27107 reference "fig:This-is-an-fig"
27108
27109 \end_inset
27110
27111  and Table
27112 \begin_inset space ~
27113 \end_inset
27114
27115
27116 \begin_inset CommandInset ref
27117 LatexCommand ref
27118 reference "tab:This-is-an-tab"
27119
27120 \end_inset
27121
27122  can be created using these commands in the document preamble:
27123 \end_layout
27124
27125 \begin_layout Standard
27126
27127 \series bold
27128
27129 \backslash
27130 usepackage[tableposition=top]{caption}
27131 \series default
27132
27133 \begin_inset Newline newline
27134 \end_inset
27135
27136
27137 \series bold
27138
27139 \backslash
27140 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
27141 \begin_inset Newline newline
27142 \end_inset
27143
27144
27145 \begin_inset Phantom HPhantom
27146 status open
27147
27148 \begin_layout Plain Layout
27149
27150 \series bold
27151
27152 \backslash
27153 captionsetup[figure]{
27154 \end_layout
27155
27156 \end_inset
27157
27158 labelsep=period}
27159 \begin_inset Newline newline
27160 \end_inset
27161
27162
27163 \backslash
27164 captionsetup[table]{labelfont={bf,sf}}
27165 \end_layout
27166
27167 \begin_layout Standard
27168 \begin_inset Note Greyedout
27169 status open
27170
27171 \begin_layout Plain Layout
27172
27173 \series bold
27174 Note:
27175 \series default
27176  The option 
27177 \series bold
27178 tableposition=top
27179 \series default
27180  has no effect when a 
27181 \series bold
27182 KOMA-Script
27183 \series default
27184
27185 \begin_inset Index idx
27186 status collapsed
27187
27188 \begin_layout Plain Layout
27189 \SpecialChar LaTeX
27190 -packages ! KOMA-Script
27191 \end_layout
27192
27193 \end_inset
27194
27195  document class is used.
27196  In this case the document class option 
27197 \series bold
27198 captions=tableheading
27199 \series default
27200  must be used.
27201 \end_layout
27202
27203 \end_inset
27204
27205
27206 \end_layout
27207
27208 \begin_layout Standard
27209 For more information about the package 
27210 \series bold
27211 caption
27212 \series default
27213  we refer to its documentation 
27214 \begin_inset CommandInset citation
27215 LatexCommand cite
27216 key "caption"
27217
27218 \end_inset
27219
27220 .
27221 \end_layout
27222
27223 \begin_layout Standard
27224 To change the label name from e.
27225 \begin_inset space \thinspace{}
27226 \end_inset
27227
27228 g.
27229 \begin_inset space \space{}
27230 \end_inset
27231
27232
27233 \begin_inset Quotes eld
27234 \end_inset
27235
27236 Figure
27237 \begin_inset Quotes erd
27238 \end_inset
27239
27240  to 
27241 \begin_inset Quotes eld
27242 \end_inset
27243
27244 Image
27245 \begin_inset Quotes erd
27246 \end_inset
27247
27248  use this preamble command:
27249 \end_layout
27250
27251 \begin_layout Standard
27252
27253 \series bold
27254
27255 \backslash
27256 renewcommand{
27257 \backslash
27258 fnum@figure}{Image~
27259 \backslash
27260 thefigure}
27261 \end_layout
27262
27263 \begin_layout Standard
27264 where 
27265 \series bold
27266
27267 \backslash
27268 thefigure
27269 \series default
27270  inserts the figure number and
27271 \series bold
27272  
27273 \begin_inset Quotes eld
27274 \end_inset
27275
27276 ~
27277 \series default
27278
27279 \begin_inset Quotes erd
27280 \end_inset
27281
27282  creates a protected space.
27283 \end_layout
27284
27285 \begin_layout Standard
27286 \begin_inset VSpace bigskip
27287 \end_inset
27288
27289 If you are using a 
27290 \series bold
27291 KOMA-Script
27292 \series default
27293
27294 \begin_inset Index idx
27295 status collapsed
27296
27297 \begin_layout Plain Layout
27298 \SpecialChar LaTeX
27299 -packages ! KOMA-Script
27300 \end_layout
27301
27302 \end_inset
27303
27304  document class (
27305 \family sans
27306 article (KOMA-Script)
27307 \family default
27308
27309 \family sans
27310 book (KOMA-Script)
27311 \family default
27312
27313 \family sans
27314 letter (KOMA-Script)
27315 \family default
27316 , or 
27317 \family sans
27318 report (KOMA-Script)
27319 \family default
27320
27321 \begin_inset space \thinspace{}
27322 \end_inset
27323
27324 ), you can alternatively to the 
27325 \series bold
27326 caption
27327 \series default
27328  package use 
27329 \series bold
27330 KOMA-Script
27331 \series default
27332 's built-in command 
27333 \series bold
27334
27335 \backslash
27336 setkomafont
27337 \series default
27338 .
27339  For example, to have the caption label in bold, add this command to your
27340  document preamble:
27341 \end_layout
27342
27343 \begin_layout Standard
27344
27345 \series bold
27346
27347 \backslash
27348 setkomafont{captionlabel}{
27349 \backslash
27350 bfseries}
27351 \end_layout
27352
27353 \begin_layout Standard
27354 For more information about 
27355 \series bold
27356
27357 \backslash
27358 setkomafont
27359 \series default
27360  we refer to the 
27361 \series bold
27362 KOMA-Script
27363 \series default
27364  documentation 
27365 \begin_inset CommandInset citation
27366 LatexCommand cite
27367 key "KOMA-Script"
27368
27369 \end_inset
27370
27371 .
27372 \end_layout
27373
27374 \begin_layout Standard
27375 \begin_inset ERT
27376 status collapsed
27377
27378 \begin_layout Plain Layout
27379
27380
27381 \backslash
27382 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
27383 }
27384 \end_layout
27385
27386 \end_inset
27387
27388
27389 \begin_inset Note Note
27390 status open
27391
27392 \begin_layout Plain Layout
27393 The caption format is changed only for this example.
27394 \end_layout
27395
27396 \end_inset
27397
27398
27399 \end_layout
27400
27401 \begin_layout Standard
27402 \begin_inset Float figure
27403 placement !p
27404 wide false
27405 sideways false
27406 status open
27407
27408 \begin_layout Plain Layout
27409 \align center
27410 \begin_inset Graphics
27411         filename /cvs/lyx/lyx-devel/lib/doc/clipart/mobius.eps
27412         lyxscale 50
27413         scale 50
27414         scaleBeforeRotation
27415
27416 \end_inset
27417
27418
27419 \end_layout
27420
27421 \begin_layout Plain Layout
27422 \begin_inset Caption Standard
27423
27424 \begin_layout Plain Layout
27425 \begin_inset CommandInset label
27426 LatexCommand label
27427 name "fig:This-is-an-fig"
27428
27429 \end_inset
27430
27431 This is an example figure caption that is longer than one line to show the
27432  different caption format.
27433  Here a self-defined caption format is used.
27434 \end_layout
27435
27436 \end_inset
27437
27438
27439 \end_layout
27440
27441 \end_inset
27442
27443
27444 \end_layout
27445
27446 \begin_layout Standard
27447 \begin_inset ERT
27448 status collapsed
27449
27450 \begin_layout Plain Layout
27451
27452
27453 \backslash
27454 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
27455 on}
27456 \end_layout
27457
27458 \end_inset
27459
27460
27461 \end_layout
27462
27463 \begin_layout Standard
27464 \begin_inset Float table
27465 placement !p
27466 wide false
27467 sideways false
27468 status open
27469
27470 \begin_layout Plain Layout
27471 \begin_inset Caption Standard
27472
27473 \begin_layout Plain Layout
27474 \begin_inset CommandInset label
27475 LatexCommand label
27476 name "tab:This-is-an-tab"
27477
27478 \end_inset
27479
27480 This is an example table caption that is longer than one line to show the
27481  different caption format.
27482  Here the standard caption format for tables in this document is used.
27483 \end_layout
27484
27485 \end_inset
27486
27487
27488 \end_layout
27489
27490 \begin_layout Plain Layout
27491 \align center
27492 \begin_inset Tabular
27493 <lyxtabular version="3" rows="1" columns="5">
27494 <features tabularvalignment="middle">
27495 <column alignment="center" valignment="top">
27496 <column alignment="center" valignment="top">
27497 <column alignment="center" valignment="top">
27498 <column alignment="center" valignment="top">
27499 <column alignment="center" valignment="top">
27500 <row>
27501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27502 \begin_inset Text
27503
27504 \begin_layout Plain Layout
27505 a
27506 \end_layout
27507
27508 \end_inset
27509 </cell>
27510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27511 \begin_inset Text
27512
27513 \begin_layout Plain Layout
27514 b
27515 \end_layout
27516
27517 \end_inset
27518 </cell>
27519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27520 \begin_inset Text
27521
27522 \begin_layout Plain Layout
27523 c
27524 \end_layout
27525
27526 \end_inset
27527 </cell>
27528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27529 \begin_inset Text
27530
27531 \begin_layout Plain Layout
27532 d
27533 \end_layout
27534
27535 \end_inset
27536 </cell>
27537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27538 \begin_inset Text
27539
27540 \begin_layout Plain Layout
27541 e
27542 \end_layout
27543
27544 \end_inset
27545 </cell>
27546 </row>
27547 </lyxtabular>
27548
27549 \end_inset
27550
27551
27552 \end_layout
27553
27554 \end_inset
27555
27556
27557 \end_layout
27558
27559 \begin_layout Section
27560 Caption Placement
27561 \begin_inset Index idx
27562 status collapsed
27563
27564 \begin_layout Plain Layout
27565 Caption ! Placement
27566 \end_layout
27567
27568 \end_inset
27569
27570
27571 \begin_inset Index idx
27572 status collapsed
27573
27574 \begin_layout Plain Layout
27575 Floats ! Caption Placement
27576 \end_layout
27577
27578 \end_inset
27579
27580
27581 \begin_inset CommandInset label
27582 LatexCommand label
27583 name "sec:Caption-Placement"
27584
27585 \end_inset
27586
27587
27588 \end_layout
27589
27590 \begin_layout Standard
27591 The common caption placement rule is:
27592 \end_layout
27593
27594 \begin_layout Description
27595 Figure: Caption is set below the figure
27596 \end_layout
27597
27598 \begin_layout Description
27599 Table: Caption is set above the table
27600 \end_layout
27601
27602 \begin_layout Standard
27603 Having the caption above the table is unfortunately not supported in \SpecialChar LaTeX
27604 's
27605  standard classes.
27606  That means if you are using the document classes 
27607 \family sans
27608 article
27609 \family default
27610
27611 \family sans
27612 book
27613 \family default
27614
27615 \family sans
27616 letter
27617 \family default
27618 , or 
27619 \family sans
27620 report
27621 \family default
27622  there will be no space between the caption and the table.
27623  To insert the necessary space, load the \SpecialChar LaTeX
27624 -package 
27625 \series bold
27626 caption
27627 \series default
27628
27629 \begin_inset Index idx
27630 status collapsed
27631
27632 \begin_layout Plain Layout
27633 \SpecialChar LaTeX
27634 -packages ! caption
27635 \end_layout
27636
27637 \end_inset
27638
27639  in your document preamble with the option
27640 \begin_inset Foot
27641 status collapsed
27642
27643 \begin_layout Plain Layout
27644 See section
27645 \begin_inset space ~
27646 \end_inset
27647
27648
27649 \begin_inset CommandInset ref
27650 LatexCommand ref
27651 reference "sec:Caption-Formatting"
27652
27653 \end_inset
27654
27655  for more information of the package 
27656 \series bold
27657 caption
27658 \series default
27659 .
27660 \end_layout
27661
27662 \end_inset
27663
27664
27665 \end_layout
27666
27667 \begin_layout Standard
27668
27669 \series bold
27670 tableposition=top
27671 \end_layout
27672
27673 \begin_layout Standard
27674 If you are using a 
27675 \series bold
27676 KOMA-Script
27677 \series default
27678
27679 \begin_inset Index idx
27680 status collapsed
27681
27682 \begin_layout Plain Layout
27683 \SpecialChar LaTeX
27684 -packages ! KOMA-Script
27685 \end_layout
27686
27687 \end_inset
27688
27689  document class (
27690 \family sans
27691 article (KOMA-Script)
27692 \family default
27693
27694 \family sans
27695 book (KOMA-Script)
27696 \family default
27697
27698 \family sans
27699 letter (KOMA-Script)
27700 \family default
27701 , or 
27702 \family sans
27703 report (KOMA-Script)
27704 \family default
27705
27706 \begin_inset space \thinspace{}
27707 \end_inset
27708
27709 ), you can alternatively to the 
27710 \series bold
27711 caption
27712 \series default
27713  package set the document class option
27714 \begin_inset Foot
27715 status collapsed
27716
27717 \begin_layout Plain Layout
27718 That option is used in this document.
27719 \end_layout
27720
27721 \end_inset
27722
27723
27724 \end_layout
27725
27726 \begin_layout Standard
27727
27728 \series bold
27729 captions=tableheading
27730 \end_layout
27731
27732 \begin_layout Standard
27733 In documents with a KOMA-Script document class you can also right-click
27734  on a caption and mark in the context menu if this should be a caption above
27735  or below the table/figure.
27736  This way you can override the document-wide caption placement for certain
27737  captions.
27738  Table
27739 \begin_inset space ~
27740 \end_inset
27741
27742
27743 \begin_inset CommandInset ref
27744 LatexCommand ref
27745 reference "tab:A-caption-marked"
27746
27747 \end_inset
27748
27749  is an example where the caption is marked a being below the table while
27750  it is above.
27751  For comparison the caption in Table
27752 \begin_inset space ~
27753 \end_inset
27754
27755
27756 \begin_inset CommandInset ref
27757 LatexCommand ref
27758 reference "tab:A-standard-table"
27759
27760 \end_inset
27761
27762  is not marked.
27763 \end_layout
27764
27765 \begin_layout Standard
27766 \begin_inset Float table
27767 wide false
27768 sideways false
27769 status open
27770
27771 \begin_layout Plain Layout
27772 \begin_inset Caption Below
27773
27774 \begin_layout Plain Layout
27775 \begin_inset CommandInset label
27776 LatexCommand label
27777 name "tab:A-caption-marked"
27778
27779 \end_inset
27780
27781 A caption marked as being below the table.
27782 \end_layout
27783
27784 \end_inset
27785
27786
27787 \end_layout
27788
27789 \begin_layout Plain Layout
27790 \align center
27791 \begin_inset Tabular
27792 <lyxtabular version="3" rows="3" columns="3">
27793 <features tabularvalignment="middle">
27794 <column alignment="center" valignment="top" width="0pt">
27795 <column alignment="center" valignment="top" width="0pt">
27796 <column alignment="center" valignment="top" width="0pt">
27797 <row>
27798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27799 \begin_inset Text
27800
27801 \begin_layout Plain Layout
27802 1
27803 \end_layout
27804
27805 \end_inset
27806 </cell>
27807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27808 \begin_inset Text
27809
27810 \begin_layout Plain Layout
27811 2
27812 \end_layout
27813
27814 \end_inset
27815 </cell>
27816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27817 \begin_inset Text
27818
27819 \begin_layout Plain Layout
27820 3
27821 \end_layout
27822
27823 \end_inset
27824 </cell>
27825 </row>
27826 <row>
27827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27828 \begin_inset Text
27829
27830 \begin_layout Plain Layout
27831 Joe
27832 \end_layout
27833
27834 \end_inset
27835 </cell>
27836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27837 \begin_inset Text
27838
27839 \begin_layout Plain Layout
27840 Mary
27841 \end_layout
27842
27843 \end_inset
27844 </cell>
27845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27846 \begin_inset Text
27847
27848 \begin_layout Plain Layout
27849 Ted
27850 \end_layout
27851
27852 \end_inset
27853 </cell>
27854 </row>
27855 <row>
27856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27857 \begin_inset Text
27858
27859 \begin_layout Plain Layout
27860 \begin_inset Formula $\int x^{2}dx$
27861 \end_inset
27862
27863
27864 \end_layout
27865
27866 \end_inset
27867 </cell>
27868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27869 \begin_inset Text
27870
27871 \begin_layout Plain Layout
27872 \begin_inset Formula $\left[\begin{array}{cc}
27873 a & b\\
27874 c & d
27875 \end{array}\right]$
27876 \end_inset
27877
27878
27879 \end_layout
27880
27881 \end_inset
27882 </cell>
27883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27884 \begin_inset Text
27885
27886 \begin_layout Plain Layout
27887 \begin_inset Formula $1+1=2$
27888 \end_inset
27889
27890
27891 \end_layout
27892
27893 \end_inset
27894 </cell>
27895 </row>
27896 </lyxtabular>
27897
27898 \end_inset
27899
27900
27901 \end_layout
27902
27903 \end_inset
27904
27905
27906 \end_layout
27907
27908 \begin_layout Standard
27909 \begin_inset Float table
27910 wide false
27911 sideways false
27912 status open
27913
27914 \begin_layout Plain Layout
27915 \begin_inset Caption Standard
27916
27917 \begin_layout Plain Layout
27918 \begin_inset CommandInset label
27919 LatexCommand label
27920 name "tab:A-standard-table"
27921
27922 \end_inset
27923
27924 A standard table caption.
27925 \end_layout
27926
27927 \end_inset
27928
27929
27930 \end_layout
27931
27932 \begin_layout Plain Layout
27933 \align center
27934 \begin_inset Tabular
27935 <lyxtabular version="3" rows="3" columns="3">
27936 <features tabularvalignment="middle">
27937 <column alignment="center" valignment="top" width="0pt">
27938 <column alignment="center" valignment="top" width="0pt">
27939 <column alignment="center" valignment="top" width="0pt">
27940 <row>
27941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27942 \begin_inset Text
27943
27944 \begin_layout Plain Layout
27945 1
27946 \end_layout
27947
27948 \end_inset
27949 </cell>
27950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27951 \begin_inset Text
27952
27953 \begin_layout Plain Layout
27954 2
27955 \end_layout
27956
27957 \end_inset
27958 </cell>
27959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27960 \begin_inset Text
27961
27962 \begin_layout Plain Layout
27963 3
27964 \end_layout
27965
27966 \end_inset
27967 </cell>
27968 </row>
27969 <row>
27970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27971 \begin_inset Text
27972
27973 \begin_layout Plain Layout
27974 Joe
27975 \end_layout
27976
27977 \end_inset
27978 </cell>
27979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27980 \begin_inset Text
27981
27982 \begin_layout Plain Layout
27983 Mary
27984 \end_layout
27985
27986 \end_inset
27987 </cell>
27988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27989 \begin_inset Text
27990
27991 \begin_layout Plain Layout
27992 Ted
27993 \end_layout
27994
27995 \end_inset
27996 </cell>
27997 </row>
27998 <row>
27999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28000 \begin_inset Text
28001
28002 \begin_layout Plain Layout
28003 \begin_inset Formula $\int x^{2}dx$
28004 \end_inset
28005
28006
28007 \end_layout
28008
28009 \end_inset
28010 </cell>
28011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28012 \begin_inset Text
28013
28014 \begin_layout Plain Layout
28015 \begin_inset Formula $\left[\begin{array}{cc}
28016 a & b\\
28017 c & d
28018 \end{array}\right]$
28019 \end_inset
28020
28021
28022 \end_layout
28023
28024 \end_inset
28025 </cell>
28026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28027 \begin_inset Text
28028
28029 \begin_layout Plain Layout
28030 \begin_inset Formula $1+1=2$
28031 \end_inset
28032
28033
28034 \end_layout
28035
28036 \end_inset
28037 </cell>
28038 </row>
28039 </lyxtabular>
28040
28041 \end_inset
28042
28043
28044 \end_layout
28045
28046 \end_inset
28047
28048
28049 \end_layout
28050
28051 \begin_layout Standard
28052 \begin_inset VSpace bigskip
28053 \end_inset
28054
28055 It is also possible to set the caption beside a figure or table.
28056  To get this the \SpecialChar LaTeX
28057 -package 
28058 \series bold
28059 sidecap
28060 \series default
28061
28062 \begin_inset Index idx
28063 status collapsed
28064
28065 \begin_layout Plain Layout
28066 \SpecialChar LaTeX
28067 -packages ! sidecap
28068 \end_layout
28069
28070 \end_inset
28071
28072  has to be loaded in the document preamble with the line
28073 \end_layout
28074
28075 \begin_layout Standard
28076
28077 \series bold
28078
28079 \backslash
28080 usepackage[option]{sidecap}
28081 \end_layout
28082
28083 \begin_layout Standard
28084 If you set no option, the caption is placed on the side of the outer page
28085  margin – to the right on odd pages, to the left on even pages.
28086  You can change the placement to inner margin with the option 
28087 \series bold
28088 innercaption
28089 \series default
28090 .
28091  To force the placement always to the right or left, use the option 
28092 \series bold
28093 rightcaption
28094 \series default
28095  or 
28096 \series bold
28097 leftcaption
28098 \series default
28099 , respectively.
28100 \end_layout
28101
28102 \begin_layout Standard
28103 \begin_inset ERT
28104 status collapsed
28105
28106 \begin_layout Plain Layout
28107
28108
28109 \backslash
28110 ifsidecap
28111 \end_layout
28112
28113 \end_inset
28114
28115
28116 \begin_inset Note Note
28117 status open
28118
28119 \begin_layout Plain Layout
28120 The following section will only be displayed when the \SpecialChar LaTeX
28121 -package 
28122 \series bold
28123 sidecap
28124 \series default
28125  is installed.
28126 \end_layout
28127
28128 \end_inset
28129
28130
28131 \end_layout
28132
28133 \begin_layout Standard
28134 To place in \SpecialChar LyX
28135  the caption of a float on the side, it is necessary to add
28136  these commands to the document preamble:
28137 \end_layout
28138
28139 \begin_layout Standard
28140 \noindent
28141 \begin_inset CommandInset line
28142 LatexCommand rule
28143 offset "0.5ex"
28144 width "100line%"
28145 height "1pt"
28146
28147 \end_inset
28148
28149
28150 \end_layout
28151
28152 \begin_layout Standard
28153
28154 \series bold
28155
28156 \backslash
28157 newcommand{
28158 \backslash
28159 TabBesBeg}[1][1.0]{%
28160 \begin_inset Newline newline
28161 \end_inset
28162
28163
28164 \begin_inset Phantom HPhantom
28165 status open
28166
28167 \begin_layout Plain Layout
28168 \begin_inset space ~
28169 \end_inset
28170
28171
28172 \end_layout
28173
28174 \end_inset
28175
28176
28177 \backslash
28178 let
28179 \backslash
28180 MyTable
28181 \backslash
28182 table
28183 \begin_inset Newline newline
28184 \end_inset
28185
28186
28187 \begin_inset Phantom HPhantom
28188 status open
28189
28190 \begin_layout Plain Layout
28191
28192 \series medium
28193 \begin_inset space ~
28194 \end_inset
28195
28196
28197 \end_layout
28198
28199 \end_inset
28200
28201
28202 \backslash
28203 let
28204 \backslash
28205 MyEndtable
28206 \backslash
28207 endtable
28208 \begin_inset Newline newline
28209 \end_inset
28210
28211
28212 \begin_inset Phantom HPhantom
28213 status open
28214
28215 \begin_layout Plain Layout
28216
28217 \series medium
28218 \begin_inset space ~
28219 \end_inset
28220
28221
28222 \end_layout
28223
28224 \end_inset
28225
28226
28227 \backslash
28228 renewenvironment{table}[1]{
28229 \backslash
28230 begin{SCtable}[#1]##1}{
28231 \backslash
28232 end{SCtable}}}
28233 \end_layout
28234
28235 \begin_layout Standard
28236
28237 \series bold
28238
28239 \backslash
28240 newcommand{
28241 \backslash
28242 TabBesEnd}{%
28243 \begin_inset Newline newline
28244 \end_inset
28245
28246
28247 \begin_inset Phantom HPhantom
28248 status open
28249
28250 \begin_layout Plain Layout
28251 \begin_inset space ~
28252 \end_inset
28253
28254
28255 \end_layout
28256
28257 \end_inset
28258
28259
28260 \backslash
28261 let
28262 \backslash
28263 table
28264 \backslash
28265 MyTable
28266 \begin_inset Newline newline
28267 \end_inset
28268
28269
28270 \begin_inset Phantom HPhantom
28271 status open
28272
28273 \begin_layout Plain Layout
28274 \begin_inset space ~
28275 \end_inset
28276
28277
28278 \end_layout
28279
28280 \end_inset
28281
28282
28283 \backslash
28284 let
28285 \backslash
28286 endtable
28287 \backslash
28288 MyEndtable
28289 \end_layout
28290
28291 \begin_layout Standard
28292
28293 \series bold
28294
28295 \backslash
28296 newcommand{
28297 \backslash
28298 FigBesBeg}[1][1.0]{%
28299 \begin_inset Newline newline
28300 \end_inset
28301
28302
28303 \begin_inset Phantom HPhantom
28304 status open
28305
28306 \begin_layout Plain Layout
28307 \begin_inset space ~
28308 \end_inset
28309
28310
28311 \end_layout
28312
28313 \end_inset
28314
28315
28316 \backslash
28317 let
28318 \backslash
28319 MyFigure
28320 \backslash
28321 figure
28322 \begin_inset Newline newline
28323 \end_inset
28324
28325
28326 \begin_inset Phantom HPhantom
28327 status open
28328
28329 \begin_layout Plain Layout
28330 \begin_inset space ~
28331 \end_inset
28332
28333
28334 \end_layout
28335
28336 \end_inset
28337
28338
28339 \backslash
28340 let
28341 \backslash
28342 MyEndfigure
28343 \backslash
28344 endfigure
28345 \begin_inset Newline newline
28346 \end_inset
28347
28348
28349 \begin_inset Phantom HPhantom
28350 status open
28351
28352 \begin_layout Plain Layout
28353 \begin_inset space ~
28354 \end_inset
28355
28356
28357 \end_layout
28358
28359 \end_inset
28360
28361
28362 \backslash
28363 renewenvironment{figure}[1]{
28364 \backslash
28365 begin{SCfigure}[#1]##1}{
28366 \backslash
28367 end{SCfigure}}}
28368 \end_layout
28369
28370 \begin_layout Standard
28371
28372 \series bold
28373
28374 \backslash
28375 newcommand{
28376 \backslash
28377 FigBesEnd}{%
28378 \begin_inset Newline newline
28379 \end_inset
28380
28381
28382 \begin_inset Phantom HPhantom
28383 status open
28384
28385 \begin_layout Plain Layout
28386 \begin_inset space ~
28387 \end_inset
28388
28389
28390 \end_layout
28391
28392 \end_inset
28393
28394
28395 \backslash
28396 let
28397 \backslash
28398 figure
28399 \backslash
28400 MyFigure
28401 \begin_inset Newline newline
28402 \end_inset
28403
28404
28405 \begin_inset Phantom HPhantom
28406 status open
28407
28408 \begin_layout Plain Layout
28409 \begin_inset space ~
28410 \end_inset
28411
28412
28413 \end_layout
28414
28415 \end_inset
28416
28417
28418 \backslash
28419 let
28420 \backslash
28421 endfigure
28422 \backslash
28423 MyEndfigure}
28424 \end_layout
28425
28426 \begin_layout Standard
28427 \noindent
28428 \begin_inset CommandInset line
28429 LatexCommand rule
28430 offset "0.5ex"
28431 width "100line%"
28432 height "1pt"
28433
28434 \end_inset
28435
28436
28437 \end_layout
28438
28439 \begin_layout Standard
28440 The commands allow you to redefine the floats so that the caption is set
28441  on the side.
28442  For figure floats use the command
28443 \end_layout
28444
28445 \begin_layout Standard
28446
28447 \series bold
28448
28449 \backslash
28450 FigBesBeg
28451 \end_layout
28452
28453 \begin_layout Standard
28454 in \SpecialChar TeX
28455  Code before the float.
28456  And insert the command
28457 \end_layout
28458
28459 \begin_layout Standard
28460
28461 \series bold
28462
28463 \backslash
28464 FigBesEnd
28465 \end_layout
28466
28467 \begin_layout Standard
28468 in \SpecialChar TeX
28469  Code at the point where you want to get back to the original float definitio
28470 n.
28471 \end_layout
28472
28473 \begin_layout Standard
28474 For table floats use the corresponding commands
28475 \end_layout
28476
28477 \begin_layout Standard
28478
28479 \series bold
28480
28481 \backslash
28482 TabBesBeg
28483 \series default
28484  and 
28485 \series bold
28486
28487 \backslash
28488 TabBesEnd
28489 \end_layout
28490
28491 \begin_layout Standard
28492 Figure
28493 \begin_inset space ~
28494 \end_inset
28495
28496
28497 \begin_inset CommandInset ref
28498 LatexCommand ref
28499 reference "fig:cap-beside-fig"
28500
28501 \end_inset
28502
28503  and Table
28504 \begin_inset space ~
28505 \end_inset
28506
28507
28508 \begin_inset CommandInset ref
28509 LatexCommand ref
28510 reference "tab:cap-beside-tab"
28511
28512 \end_inset
28513
28514  are examples where the caption is set beside.
28515 \end_layout
28516
28517 \begin_layout Standard
28518 You can see in the examples that the caption text appears at the top of
28519  the floats for table floats and at the bottom for figure floats.
28520  To change this, you can use the command
28521 \end_layout
28522
28523 \begin_layout Standard
28524
28525 \series bold
28526
28527 \backslash
28528 sidecaptionvpos{float type}{placement}
28529 \end_layout
28530
28531 \begin_layout Standard
28532 in the document preamble or in \SpecialChar TeX
28533  Code before the float.
28534  The float type is either 
28535 \family sans
28536 figure
28537 \family default
28538  or 
28539 \family sans
28540 table
28541 \family default
28542 , the placement can be 
28543 \begin_inset Quotes eld
28544 \end_inset
28545
28546
28547 \family sans
28548 t
28549 \family default
28550
28551 \begin_inset Quotes erd
28552 \end_inset
28553
28554  for top, 
28555 \begin_inset Quotes eld
28556 \end_inset
28557
28558
28559 \family sans
28560 c
28561 \family default
28562
28563 \begin_inset Quotes erd
28564 \end_inset
28565
28566  for center, or 
28567 \begin_inset Quotes eld
28568 \end_inset
28569
28570
28571 \family sans
28572 b
28573 \family default
28574
28575 \begin_inset Quotes erd
28576 \end_inset
28577
28578  for bottom.
28579  To have for example the caption of figure floats vertically centered, use
28580  the command
28581 \end_layout
28582
28583 \begin_layout Standard
28584
28585 \series bold
28586
28587 \backslash
28588 sidecaptionvpos{figure}{c}
28589 \end_layout
28590
28591 \begin_layout Standard
28592 This was used for Figure
28593 \begin_inset space ~
28594 \end_inset
28595
28596
28597 \begin_inset CommandInset ref
28598 LatexCommand ref
28599 reference "fig:cap-beside-fig-2"
28600
28601 \end_inset
28602
28603 .
28604 \end_layout
28605
28606 \begin_layout Standard
28607 \begin_inset VSpace medskip
28608 \end_inset
28609
28610
28611 \end_layout
28612
28613 \begin_layout Standard
28614 The default caption width is the width of the image/table.
28615  For thin image/tables, like in Table
28616 \begin_inset space ~
28617 \end_inset
28618
28619
28620 \begin_inset CommandInset ref
28621 LatexCommand ref
28622 reference "tab:cap-beside-tab"
28623
28624 \end_inset
28625
28626 , this leads to captions that are too thin.
28627  You can increase the width by specifying a factor that will be multiplied
28628  with the image/table width to get the caption width.
28629  The caption width will automatically be recalculated in case it would protrude
28630  over the page or column margin due to the specified width.
28631  The 
28632 \emph on
28633 factor
28634 \emph default
28635  can either be given as optional argument for 
28636 \series bold
28637
28638 \backslash
28639 FigBesBeg
28640 \series default
28641 :
28642 \end_layout
28643
28644 \begin_layout Standard
28645
28646 \series bold
28647
28648 \backslash
28649 FigBesBeg[factor]
28650 \end_layout
28651
28652 \begin_layout Standard
28653 or in the definition of 
28654 \series bold
28655
28656 \backslash
28657 FigBesBeg
28658 \series default
28659  by replacing the 
28660 \series bold
28661 1.0
28662 \series default
28663  with another value.
28664  If you do the latter, your factor will be the default if 
28665 \series bold
28666
28667 \backslash
28668 FigBesBeg
28669 \series default
28670  is used without an argument.
28671  For Table
28672 \begin_inset space ~
28673 \end_inset
28674
28675
28676 \begin_inset CommandInset ref
28677 LatexCommand ref
28678 reference "tab:cap-beside-tab-wider"
28679
28680 \end_inset
28681
28682  the factor 5 was used.
28683 \end_layout
28684
28685 \begin_layout Standard
28686 \begin_inset Note Greyedout
28687 status open
28688
28689 \begin_layout Plain Layout
28690
28691 \series bold
28692 Note:
28693 \series default
28694  For floats with captions set beside, you cannot use the float placement
28695  option 
28696 \family sans
28697 Here
28698 \begin_inset space ~
28699 \end_inset
28700
28701 definitely
28702 \family default
28703  because it is not supported by 
28704 \series bold
28705 sidecap
28706 \series default
28707 .
28708 \end_layout
28709
28710 \end_inset
28711
28712
28713 \end_layout
28714
28715 \begin_layout Standard
28716 \begin_inset VSpace medskip
28717 \end_inset
28718
28719 For more information about the package 
28720 \series bold
28721 sidecap
28722 \series default
28723  we refer to its documentation 
28724 \begin_inset CommandInset citation
28725 LatexCommand cite
28726 key "sidecap"
28727
28728 \end_inset
28729
28730 .
28731 \end_layout
28732
28733 \begin_layout Standard
28734 \begin_inset Note Greyedout
28735 status open
28736
28737 \begin_layout Plain Layout
28738
28739 \series bold
28740 Note:
28741 \series default
28742  The \SpecialChar LaTeX
28743 -package 
28744 \series bold
28745 hypcap
28746 \series default
28747
28748 \begin_inset Index idx
28749 status collapsed
28750
28751 \begin_layout Plain Layout
28752 \SpecialChar LaTeX
28753 -packages ! hypcap
28754 \end_layout
28755
28756 \end_inset
28757
28758 , described in section
28759 \begin_inset space ~
28760 \end_inset
28761
28762
28763 \begin_inset CommandInset ref
28764 LatexCommand ref
28765 reference "subsec:Reference-Position"
28766
28767 \end_inset
28768
28769 , has no effect on floats with the caption set beside.
28770 \end_layout
28771
28772 \end_inset
28773
28774
28775 \end_layout
28776
28777 \begin_layout Standard
28778 \begin_inset ERT
28779 status collapsed
28780
28781 \begin_layout Plain Layout
28782
28783
28784 \backslash
28785 FigBesBeg
28786 \end_layout
28787
28788 \end_inset
28789
28790
28791 \end_layout
28792
28793 \begin_layout Standard
28794 \begin_inset Float figure
28795 wide false
28796 sideways false
28797 status open
28798
28799 \begin_layout Plain Layout
28800 \begin_inset Graphics
28801         filename /cvs/lyx/lyx-devel/lib/doc/clipart/escher-lsd.eps
28802         scale 75
28803         scaleBeforeRotation
28804
28805 \end_inset
28806
28807
28808 \end_layout
28809
28810 \begin_layout Plain Layout
28811 \begin_inset Caption Standard
28812
28813 \begin_layout Plain Layout
28814 \begin_inset CommandInset label
28815 LatexCommand label
28816 name "fig:cap-beside-fig"
28817
28818 \end_inset
28819
28820 This is a caption beside a figure.
28821 \end_layout
28822
28823 \end_inset
28824
28825
28826 \end_layout
28827
28828 \end_inset
28829
28830
28831 \end_layout
28832
28833 \begin_layout Standard
28834 \begin_inset ERT
28835 status collapsed
28836
28837 \begin_layout Plain Layout
28838
28839
28840 \backslash
28841 FigBesEnd
28842 \end_layout
28843
28844 \end_inset
28845
28846
28847 \end_layout
28848
28849 \begin_layout Standard
28850 \begin_inset ERT
28851 status collapsed
28852
28853 \begin_layout Plain Layout
28854
28855
28856 \backslash
28857 TabBesBeg
28858 \end_layout
28859
28860 \end_inset
28861
28862
28863 \end_layout
28864
28865 \begin_layout Standard
28866 \begin_inset Float table
28867 wide false
28868 sideways false
28869 status open
28870
28871 \begin_layout Plain Layout
28872 \begin_inset Caption Standard
28873
28874 \begin_layout Plain Layout
28875 \begin_inset CommandInset label
28876 LatexCommand label
28877 name "tab:cap-beside-tab"
28878
28879 \end_inset
28880
28881 This is a caption beside a table.
28882 \end_layout
28883
28884 \end_inset
28885
28886
28887 \end_layout
28888
28889 \begin_layout Plain Layout
28890 \begin_inset Tabular
28891 <lyxtabular version="3" rows="4" columns="5">
28892 <features tabularvalignment="middle">
28893 <column alignment="center" valignment="top">
28894 <column alignment="center" valignment="top">
28895 <column alignment="center" valignment="top">
28896 <column alignment="center" valignment="top">
28897 <column alignment="center" valignment="top">
28898 <row>
28899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28900 \begin_inset Text
28901
28902 \begin_layout Plain Layout
28903 a
28904 \end_layout
28905
28906 \end_inset
28907 </cell>
28908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28909 \begin_inset Text
28910
28911 \begin_layout Plain Layout
28912
28913 \end_layout
28914
28915 \end_inset
28916 </cell>
28917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28918 \begin_inset Text
28919
28920 \begin_layout Plain Layout
28921 b
28922 \end_layout
28923
28924 \end_inset
28925 </cell>
28926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28927 \begin_inset Text
28928
28929 \begin_layout Plain Layout
28930
28931 \end_layout
28932
28933 \end_inset
28934 </cell>
28935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28936 \begin_inset Text
28937
28938 \begin_layout Plain Layout
28939 c
28940 \end_layout
28941
28942 \end_inset
28943 </cell>
28944 </row>
28945 <row>
28946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28947 \begin_inset Text
28948
28949 \begin_layout Plain Layout
28950
28951 \end_layout
28952
28953 \end_inset
28954 </cell>
28955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28956 \begin_inset Text
28957
28958 \begin_layout Plain Layout
28959 d
28960 \end_layout
28961
28962 \end_inset
28963 </cell>
28964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28965 \begin_inset Text
28966
28967 \begin_layout Plain Layout
28968
28969 \end_layout
28970
28971 \end_inset
28972 </cell>
28973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28974 \begin_inset Text
28975
28976 \begin_layout Plain Layout
28977 e
28978 \end_layout
28979
28980 \end_inset
28981 </cell>
28982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28983 \begin_inset Text
28984
28985 \begin_layout Plain Layout
28986
28987 \end_layout
28988
28989 \end_inset
28990 </cell>
28991 </row>
28992 <row>
28993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28994 \begin_inset Text
28995
28996 \begin_layout Plain Layout
28997 f
28998 \end_layout
28999
29000 \end_inset
29001 </cell>
29002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29003 \begin_inset Text
29004
29005 \begin_layout Plain Layout
29006
29007 \end_layout
29008
29009 \end_inset
29010 </cell>
29011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29012 \begin_inset Text
29013
29014 \begin_layout Plain Layout
29015 g
29016 \end_layout
29017
29018 \end_inset
29019 </cell>
29020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29021 \begin_inset Text
29022
29023 \begin_layout Plain Layout
29024
29025 \end_layout
29026
29027 \end_inset
29028 </cell>
29029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29030 \begin_inset Text
29031
29032 \begin_layout Plain Layout
29033 h
29034 \end_layout
29035
29036 \end_inset
29037 </cell>
29038 </row>
29039 <row>
29040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29041 \begin_inset Text
29042
29043 \begin_layout Plain Layout
29044
29045 \end_layout
29046
29047 \end_inset
29048 </cell>
29049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29050 \begin_inset Text
29051
29052 \begin_layout Plain Layout
29053 i
29054 \end_layout
29055
29056 \end_inset
29057 </cell>
29058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29059 \begin_inset Text
29060
29061 \begin_layout Plain Layout
29062
29063 \end_layout
29064
29065 \end_inset
29066 </cell>
29067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29068 \begin_inset Text
29069
29070 \begin_layout Plain Layout
29071 j
29072 \end_layout
29073
29074 \end_inset
29075 </cell>
29076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29077 \begin_inset Text
29078
29079 \begin_layout Plain Layout
29080
29081 \end_layout
29082
29083 \end_inset
29084 </cell>
29085 </row>
29086 </lyxtabular>
29087
29088 \end_inset
29089
29090
29091 \end_layout
29092
29093 \end_inset
29094
29095
29096 \end_layout
29097
29098 \begin_layout Standard
29099 \begin_inset ERT
29100 status collapsed
29101
29102 \begin_layout Plain Layout
29103
29104
29105 \backslash
29106 TabBesEnd
29107 \end_layout
29108
29109 \end_inset
29110
29111
29112 \end_layout
29113
29114 \begin_layout Standard
29115 \begin_inset ERT
29116 status collapsed
29117
29118 \begin_layout Plain Layout
29119
29120
29121 \backslash
29122 FigBesBeg
29123 \end_layout
29124
29125 \end_inset
29126
29127
29128 \begin_inset ERT
29129 status collapsed
29130
29131 \begin_layout Plain Layout
29132
29133
29134 \backslash
29135 sidecaptionvpos{figure}{c}
29136 \end_layout
29137
29138 \end_inset
29139
29140
29141 \begin_inset Float figure
29142 wide false
29143 sideways false
29144 status open
29145
29146 \begin_layout Plain Layout
29147 \begin_inset Graphics
29148         filename /cvs/lyx/lyx-devel/lib/doc/clipart/escher-lsd.eps
29149         scale 75
29150         scaleBeforeRotation
29151
29152 \end_inset
29153
29154
29155 \end_layout
29156
29157 \begin_layout Plain Layout
29158 \begin_inset Caption Standard
29159
29160 \begin_layout Plain Layout
29161 \begin_inset CommandInset label
29162 LatexCommand label
29163 name "fig:cap-beside-fig-2"
29164
29165 \end_inset
29166
29167 This is a vertically centered caption beside a figure.
29168 \end_layout
29169
29170 \end_inset
29171
29172
29173 \end_layout
29174
29175 \end_inset
29176
29177
29178 \end_layout
29179
29180 \begin_layout Standard
29181 \begin_inset ERT
29182 status collapsed
29183
29184 \begin_layout Plain Layout
29185
29186
29187 \backslash
29188 FigBesEnd
29189 \end_layout
29190
29191 \end_inset
29192
29193
29194 \end_layout
29195
29196 \begin_layout Standard
29197 \begin_inset ERT
29198 status collapsed
29199
29200 \begin_layout Plain Layout
29201
29202
29203 \backslash
29204 TabBesBeg[5]
29205 \end_layout
29206
29207 \end_inset
29208
29209
29210 \end_layout
29211
29212 \begin_layout Standard
29213 \begin_inset Float table
29214 wide false
29215 sideways false
29216 status open
29217
29218 \begin_layout Plain Layout
29219 \begin_inset Caption Standard
29220
29221 \begin_layout Plain Layout
29222 \begin_inset CommandInset label
29223 LatexCommand label
29224 name "tab:cap-beside-tab-wider"
29225
29226 \end_inset
29227
29228 This caption that is wider than the one in Table
29229 \begin_inset space ~
29230 \end_inset
29231
29232
29233 \begin_inset CommandInset ref
29234 LatexCommand ref
29235 reference "tab:cap-beside-tab"
29236
29237 \end_inset
29238
29239 .
29240 \end_layout
29241
29242 \end_inset
29243
29244
29245 \end_layout
29246
29247 \begin_layout Plain Layout
29248 \begin_inset Tabular
29249 <lyxtabular version="3" rows="4" columns="5">
29250 <features tabularvalignment="middle">
29251 <column alignment="center" valignment="top">
29252 <column alignment="center" valignment="top">
29253 <column alignment="center" valignment="top">
29254 <column alignment="center" valignment="top">
29255 <column alignment="center" valignment="top">
29256 <row>
29257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29258 \begin_inset Text
29259
29260 \begin_layout Plain Layout
29261 a
29262 \end_layout
29263
29264 \end_inset
29265 </cell>
29266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29267 \begin_inset Text
29268
29269 \begin_layout Plain Layout
29270
29271 \end_layout
29272
29273 \end_inset
29274 </cell>
29275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29276 \begin_inset Text
29277
29278 \begin_layout Plain Layout
29279 b
29280 \end_layout
29281
29282 \end_inset
29283 </cell>
29284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29285 \begin_inset Text
29286
29287 \begin_layout Plain Layout
29288
29289 \end_layout
29290
29291 \end_inset
29292 </cell>
29293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29294 \begin_inset Text
29295
29296 \begin_layout Plain Layout
29297 c
29298 \end_layout
29299
29300 \end_inset
29301 </cell>
29302 </row>
29303 <row>
29304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29305 \begin_inset Text
29306
29307 \begin_layout Plain Layout
29308
29309 \end_layout
29310
29311 \end_inset
29312 </cell>
29313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29314 \begin_inset Text
29315
29316 \begin_layout Plain Layout
29317 d
29318 \end_layout
29319
29320 \end_inset
29321 </cell>
29322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29323 \begin_inset Text
29324
29325 \begin_layout Plain Layout
29326
29327 \end_layout
29328
29329 \end_inset
29330 </cell>
29331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29332 \begin_inset Text
29333
29334 \begin_layout Plain Layout
29335 e
29336 \end_layout
29337
29338 \end_inset
29339 </cell>
29340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29341 \begin_inset Text
29342
29343 \begin_layout Plain Layout
29344
29345 \end_layout
29346
29347 \end_inset
29348 </cell>
29349 </row>
29350 <row>
29351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29352 \begin_inset Text
29353
29354 \begin_layout Plain Layout
29355 f
29356 \end_layout
29357
29358 \end_inset
29359 </cell>
29360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29361 \begin_inset Text
29362
29363 \begin_layout Plain Layout
29364
29365 \end_layout
29366
29367 \end_inset
29368 </cell>
29369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29370 \begin_inset Text
29371
29372 \begin_layout Plain Layout
29373 g
29374 \end_layout
29375
29376 \end_inset
29377 </cell>
29378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29379 \begin_inset Text
29380
29381 \begin_layout Plain Layout
29382
29383 \end_layout
29384
29385 \end_inset
29386 </cell>
29387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29388 \begin_inset Text
29389
29390 \begin_layout Plain Layout
29391 h
29392 \end_layout
29393
29394 \end_inset
29395 </cell>
29396 </row>
29397 <row>
29398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29399 \begin_inset Text
29400
29401 \begin_layout Plain Layout
29402
29403 \end_layout
29404
29405 \end_inset
29406 </cell>
29407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29408 \begin_inset Text
29409
29410 \begin_layout Plain Layout
29411 i
29412 \end_layout
29413
29414 \end_inset
29415 </cell>
29416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29417 \begin_inset Text
29418
29419 \begin_layout Plain Layout
29420
29421 \end_layout
29422
29423 \end_inset
29424 </cell>
29425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29426 \begin_inset Text
29427
29428 \begin_layout Plain Layout
29429 j
29430 \end_layout
29431
29432 \end_inset
29433 </cell>
29434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29435 \begin_inset Text
29436
29437 \begin_layout Plain Layout
29438
29439 \end_layout
29440
29441 \end_inset
29442 </cell>
29443 </row>
29444 </lyxtabular>
29445
29446 \end_inset
29447
29448
29449 \end_layout
29450
29451 \end_inset
29452
29453
29454 \end_layout
29455
29456 \begin_layout Standard
29457 \begin_inset ERT
29458 status collapsed
29459
29460 \begin_layout Plain Layout
29461
29462
29463 \backslash
29464 TabBesEnd
29465 \end_layout
29466
29467 \end_inset
29468
29469
29470 \end_layout
29471
29472 \begin_layout Standard
29473 \begin_inset ERT
29474 status collapsed
29475
29476 \begin_layout Plain Layout
29477
29478
29479 \backslash
29480 else
29481 \end_layout
29482
29483 \end_inset
29484
29485
29486 \begin_inset Note Note
29487 status open
29488
29489 \begin_layout Plain Layout
29490 The following will be displayed when the \SpecialChar LaTeX
29491 -package 
29492 \series bold
29493 sidecap
29494 \series default
29495  is not installed:
29496 \end_layout
29497
29498 \end_inset
29499
29500
29501 \end_layout
29502
29503 \begin_layout Standard
29504 You need to install the \SpecialChar LaTeX
29505 -package 
29506 \series bold
29507 sidecap
29508 \series default
29509  to see the following part of this section in the output.
29510 \end_layout
29511
29512 \begin_layout Standard
29513 \begin_inset ERT
29514 status collapsed
29515
29516 \begin_layout Plain Layout
29517
29518
29519 \backslash
29520 fi
29521 \end_layout
29522
29523 \end_inset
29524
29525
29526 \end_layout
29527
29528 \begin_layout Section
29529 Listings of Floats
29530 \begin_inset Index idx
29531 status collapsed
29532
29533 \begin_layout Plain Layout
29534 Floats ! Float Lists
29535 \end_layout
29536
29537 \end_inset
29538
29539
29540 \end_layout
29541
29542 \begin_layout Standard
29543 Similar to the table of contents where the sections of the document are
29544  listed, there are listings for all float types, like the figures of the
29545  documents.
29546  You can insert them via the 
29547 \family sans
29548 Insert\SpecialChar menuseparator
29549 List
29550 \begin_inset space ~
29551 \end_inset
29552
29553 /
29554 \begin_inset space ~
29555 \end_inset
29556
29557 TOC
29558 \family default
29559  sub menus.
29560 \end_layout
29561
29562 \begin_layout Standard
29563 The list entries are the float captions or its short title, the float number,
29564  and the page number where they appear in the document.
29565 \end_layout
29566
29567 \begin_layout Standard
29568 You can find the list of figures and tables at the end of this document.
29569 \end_layout
29570
29571 \begin_layout Chapter
29572 Notes
29573 \end_layout
29574
29575 \begin_layout Section
29576 \SpecialChar LyX
29577  Notes
29578 \begin_inset Index idx
29579 status collapsed
29580
29581 \begin_layout Plain Layout
29582 Notes ! \SpecialChar LyX
29583  Notes
29584 \end_layout
29585
29586 \end_inset
29587
29588
29589 \end_layout
29590
29591 \begin_layout Standard
29592 Notes are inserted with the toolbar button 
29593 \begin_inset Info
29594 type  "icon"
29595 arg   "note-insert"
29596 \end_inset
29597
29598  or the menu 
29599 \family sans
29600 Insert\SpecialChar menuseparator
29601 Note
29602 \family default
29603 .
29604  There are three types of notes:
29605 \end_layout
29606
29607 \begin_layout Description
29608 \SpecialChar LyX
29609
29610 \begin_inset space ~
29611 \end_inset
29612
29613 Note This note type is for internal notes that won't appear in the output.
29614  Its note-box looks like this:
29615 \begin_inset Newline newline
29616 \end_inset
29617
29618
29619 \begin_inset Newline newline
29620 \end_inset
29621
29622
29623 \begin_inset Graphics
29624         filename /cvs/lyx/lyx-devel/lib/doc/clipart/LyXNoteImageQt4.png
29625         display false
29626         scale 85
29627         scaleBeforeRotation
29628
29629 \end_inset
29630
29631  
29632 \begin_inset Note Note
29633 status open
29634
29635 \begin_layout Plain Layout
29636 This is text in a note box that doesn't appear in the output.
29637 \end_layout
29638
29639 \end_inset
29640
29641
29642 \end_layout
29643
29644 \begin_layout Description
29645 Comment This note also doesn't appear in the output but it appears as \SpecialChar LaTeX
29646 -comment,
29647  when you export the document to \SpecialChar LaTeX
29648  via the menu 
29649 \family sans
29650 File\SpecialChar menuseparator
29651 Export\SpecialChar menuseparator
29652 \SpecialChar LaTeX
29653  (pdflatex) / (plain)
29654 \family default
29655 .
29656  Its note-box looks like this:
29657 \begin_inset Newline newline
29658 \end_inset
29659
29660
29661 \begin_inset Newline newline
29662 \end_inset
29663
29664
29665 \begin_inset Graphics
29666         filename /cvs/lyx/lyx-devel/lib/doc/clipart/CommentNoteImageQt4.png
29667         display false
29668         scale 85
29669         scaleBeforeRotation
29670
29671 \end_inset
29672
29673  
29674 \begin_inset Note Comment
29675 status open
29676
29677 \begin_layout Plain Layout
29678 This is text in a note box that only appears as comment in \SpecialChar LaTeX
29679 -files.
29680 \end_layout
29681
29682 \end_inset
29683
29684
29685 \end_layout
29686
29687 \begin_layout Description
29688 Greyed
29689 \begin_inset space ~
29690 \end_inset
29691
29692 Out This note will appear in the output as grey text.
29693  Its note-box looks like this:
29694 \begin_inset Newline newline
29695 \end_inset
29696
29697
29698 \begin_inset Newline newline
29699 \end_inset
29700
29701
29702 \begin_inset Graphics
29703         filename /cvs/lyx/lyx-devel/lib/doc/clipart/GreyedOutNoteImageQt4.png
29704         display false
29705         scale 85
29706         scaleBeforeRotation
29707
29708 \end_inset
29709
29710
29711 \begin_inset Newline newline
29712 \end_inset
29713
29714
29715 \begin_inset ERT
29716 status collapsed
29717
29718 \begin_layout Plain Layout
29719
29720
29721 \backslash
29722 renewenvironment{lyxgreyedout}
29723 \end_layout
29724
29725 \begin_layout Plain Layout
29726
29727 {
29728 \backslash
29729 textcolor[gray]{0.8}
29730 \backslash
29731 bgroup}{
29732 \backslash
29733 egroup}
29734 \end_layout
29735
29736 \end_inset
29737
29738
29739 \begin_inset Note Greyedout
29740 status open
29741
29742 \begin_layout Plain Layout
29743 This is text
29744 \begin_inset Foot
29745 status open
29746
29747 \begin_layout Plain Layout
29748 This is an example footnote within a greyed out note.
29749 \end_layout
29750
29751 \end_inset
29752
29753  of a comment that appears in the output as grey text.
29754 \end_layout
29755
29756 \end_inset
29757
29758
29759 \begin_inset ERT
29760 status collapsed
29761
29762 \begin_layout Plain Layout
29763
29764
29765 \backslash
29766 renewenvironment{lyxgreyedout}
29767 \end_layout
29768
29769 \begin_layout Plain Layout
29770
29771 {
29772 \backslash
29773 textcolor{blue}
29774 \backslash
29775 bgroup}{
29776 \backslash
29777 egroup}
29778 \end_layout
29779
29780 \end_inset
29781
29782
29783 \begin_inset Note Note
29784 status collapsed
29785
29786 \begin_layout Plain Layout
29787 The greyed out note is here redefined to show it with the original \SpecialChar LyX
29788  definition
29789  because greyed out notes are redefined in the preamble of this document,
29790  as described below, to have blue text.
29791 \end_layout
29792
29793 \end_inset
29794
29795
29796 \begin_inset Newline newline
29797 \end_inset
29798
29799
29800 \begin_inset Newline newline
29801 \end_inset
29802
29803 As you can see in the example, the first line of greyed out notes is a bit
29804  indented and greyed out notes can have footnotes.
29805 \end_layout
29806
29807 \begin_layout Standard
29808 \begin_inset VSpace bigskip
29809 \end_inset
29810
29811 When you use the toolbar button 
29812 \begin_inset Info
29813 type  "icon"
29814 arg   "note-insert"
29815 \end_inset
29816
29817  to insert notes, a 
29818 \family sans
29819 \SpecialChar LyX
29820
29821 \begin_inset space ~
29822 \end_inset
29823
29824 Note
29825 \family default
29826  is inserted.
29827  You can switch between the three note types by right-clicking on the note-box.
29828  
29829 \family roman
29830 \series medium
29831 \bar no
29832 If you want to turn existing text into a note, mark it and click on the
29833  note
29834 \family default
29835 \series default
29836 \bar default
29837  toolbar 
29838 \family roman
29839 \series medium
29840 \bar no
29841 button
29842 \family default
29843 \series default
29844 \bar default
29845 .
29846  To change a note to text, press the backspace key when the cursor is in
29847  the first position of a note, or press the delete key when the cursor is
29848  in the very last position of the note, respectively.
29849 \end_layout
29850
29851 \begin_layout Standard
29852 \begin_inset VSpace bigskip
29853 \end_inset
29854
29855 You can change the text color of the greyed out notes in the menu 
29856 \family sans
29857 Document\SpecialChar menuseparator
29858 Settings\SpecialChar menuseparator
29859 Colors
29860 \family default
29861 .
29862 \end_layout
29863
29864 \begin_layout Section
29865 Footnotes
29866 \begin_inset CommandInset label
29867 LatexCommand label
29868 name "sec:Footnotes"
29869
29870 \end_inset
29871
29872
29873 \begin_inset Index idx
29874 status collapsed
29875
29876 \begin_layout Plain Layout
29877 Notes ! Footnotes
29878 \end_layout
29879
29880 \end_inset
29881
29882
29883 \begin_inset Index idx
29884 status collapsed
29885
29886 \begin_layout Plain Layout
29887 Footnotes
29888 \end_layout
29889
29890 \end_inset
29891
29892
29893 \end_layout
29894
29895 \begin_layout Standard
29896 Footnotes can be inserted using the toolbar button 
29897 \begin_inset Info
29898 type  "icon"
29899 arg   "footnote-insert"
29900 \end_inset
29901
29902  or the menu 
29903 \family sans
29904 Insert\SpecialChar menuseparator
29905 Footnote
29906 \family default
29907 .
29908  You will then see the following footnote-box: 
29909 \begin_inset Graphics
29910         filename /cvs/lyx/lyx-devel/lib/doc/clipart/footnoteQt4.png
29911         scale 80
29912         scaleBeforeRotation
29913
29914 \end_inset
29915
29916  
29917 \family roman
29918 \series medium
29919 \bar no
29920 where you can enter the footnote text.
29921  If you want to turn existing text into a footnote, mark it and click on
29922  the footnote
29923 \family default
29924 \series default
29925 \bar default
29926  toolbar 
29927 \family roman
29928 \series medium
29929 \bar no
29930 button
29931 \family default
29932 \series default
29933 \bar default
29934 .
29935  To change a 
29936 \family roman
29937 \series medium
29938 \bar no
29939 footnote
29940 \family default
29941 \series default
29942 \bar default
29943  to text, press the 
29944 \family sans
29945 Backspace
29946 \family default
29947  key when the cursor is in the first position of a 
29948 \family roman
29949 \series medium
29950 \bar no
29951 footnote
29952 \family default
29953 \series default
29954 \bar default
29955 , or press the 
29956 \family sans
29957 Delete
29958 \family default
29959  key when the cursor is in the very last position of the 
29960 \family roman
29961 \series medium
29962 \bar no
29963 footnote
29964 \family default
29965 \series default
29966 \bar default
29967 , respectively.
29968 \end_layout
29969
29970 \begin_layout Standard
29971 Here is an example footnote:
29972 \family roman
29973 \series medium
29974 \bar no
29975
29976 \begin_inset Foot
29977 status open
29978
29979 \begin_layout Plain Layout
29980 \begin_inset CommandInset label
29981 LatexCommand label
29982 name "foot:This-is-an"
29983
29984 \end_inset
29985
29986 This is an example footnote.
29987 \end_layout
29988
29989 \end_inset
29990
29991
29992 \family default
29993 \series default
29994 \bar default
29995
29996 \begin_inset ERT
29997 status collapsed
29998
29999 \begin_layout Plain Layout
30000
30001
30002 \backslash
30003 newcounter{MyRepeatFoot}
30004 \end_layout
30005
30006 \begin_layout Plain Layout
30007
30008
30009 \backslash
30010 setcounter{MyRepeatFoot}{
30011 \backslash
30012 thefootnote}
30013 \end_layout
30014
30015 \end_inset
30016
30017
30018 \end_layout
30019
30020 \begin_layout Standard
30021 The footnote will appear in the output as a superscript number at the text
30022  position where the footnote box is placed.
30023  The footnote text is placed at the bottom of the current page.
30024  The footnote number is calculated by \SpecialChar LaTeX
30025 ; the numbers are consecutive.
30026  Whether the footnote number is reset for every chapter depends on your
30027  document class.
30028 \end_layout
30029
30030 \begin_layout Standard
30031 Footnotes can be referenced like floats: Insert a label into the footnote
30032  and cross-reference this label in the text as described in section
30033 \begin_inset space ~
30034 \end_inset
30035
30036
30037 \begin_inset CommandInset ref
30038 LatexCommand ref
30039 reference "sec:Referencing-Floats"
30040
30041 \end_inset
30042
30043 .
30044 \begin_inset Newline newline
30045 \end_inset
30046
30047 This is a cross-reference of Footnote
30048 \begin_inset space ~
30049 \end_inset
30050
30051
30052 \begin_inset CommandInset ref
30053 LatexCommand ref
30054 reference "foot:This-is-an"
30055
30056 \end_inset
30057
30058 .
30059 \end_layout
30060
30061 \begin_layout Standard
30062 \begin_inset VSpace defskip
30063 \end_inset
30064
30065 Footnotes in title environments are usually not numbered with symbols and
30066  they cannot contain several paragraphs.
30067  See for example the footnote in the titling of this document.
30068 \end_layout
30069
30070 \begin_layout Standard
30071 \begin_inset VSpace defskip
30072 \end_inset
30073
30074 Footnotes in tables are not printed by \SpecialChar LaTeX
30075  due to technical reasons.
30076  However there exists another method to print them: Instead of the footnote
30077  the command 
30078 \series bold
30079
30080 \backslash
30081 footnotemark{}
30082 \series default
30083  is inserted as \SpecialChar TeX
30084  code.
30085  The text of the footnote is entered as an argument of the \SpecialChar TeX
30086  code command
30087  
30088 \series bold
30089
30090 \backslash
30091 footnotetext
30092 \series default
30093  after the table.
30094 \begin_inset Newline newline
30095 \end_inset
30096
30097 This was done for the following table with the command
30098 \end_layout
30099
30100 \begin_layout Standard
30101
30102 \series bold
30103
30104 \backslash
30105 footnotetext{
30106 \series default
30107 Printed table footnote.
30108 \series bold
30109 }
30110 \end_layout
30111
30112 \begin_layout Standard
30113 \begin_inset Tabular
30114 <lyxtabular version="3" rows="2" columns="1">
30115 <features tabularvalignment="middle">
30116 <column alignment="center" valignment="top">
30117 <row>
30118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30119 \begin_inset Text
30120
30121 \begin_layout Plain Layout
30122 This an example text.
30123 \begin_inset Foot
30124 status open
30125
30126 \begin_layout Plain Layout
30127 This footnote will not be printed!
30128 \end_layout
30129
30130 \end_inset
30131
30132
30133 \end_layout
30134
30135 \end_inset
30136 </cell>
30137 </row>
30138 <row>
30139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30140 \begin_inset Text
30141
30142 \begin_layout Plain Layout
30143 This an example text.
30144 \begin_inset ERT
30145 status collapsed
30146
30147 \begin_layout Plain Layout
30148
30149
30150 \backslash
30151 footnotemark{}
30152 \end_layout
30153
30154 \end_inset
30155
30156
30157 \end_layout
30158
30159 \end_inset
30160 </cell>
30161 </row>
30162 </lyxtabular>
30163
30164 \end_inset
30165
30166
30167 \begin_inset ERT
30168 status collapsed
30169
30170 \begin_layout Plain Layout
30171
30172
30173 \backslash
30174 footnotetext{
30175 \end_layout
30176
30177 \end_inset
30178
30179 Printed table footnote.
30180 \begin_inset ERT
30181 status collapsed
30182
30183 \begin_layout Plain Layout
30184
30185 }
30186 \end_layout
30187
30188 \end_inset
30189
30190
30191 \end_layout
30192
30193 \begin_layout Standard
30194 Footnotes in longtables are described in section
30195 \begin_inset space ~
30196 \end_inset
30197
30198
30199 \begin_inset CommandInset ref
30200 LatexCommand ref
30201 reference "subsec:Footnotes-in-Longtables"
30202
30203 \end_inset
30204
30205 .
30206 \end_layout
30207
30208 \begin_layout Standard
30209 Footnotes in minipage boxes are printed, but inside the box and with a different
30210  numbering because a minipage box is like a page inside a page.
30211  (For more about minipages, see section
30212 \begin_inset space ~
30213 \end_inset
30214
30215
30216 \begin_inset CommandInset ref
30217 LatexCommand ref
30218 reference "sec:Minipages"
30219
30220 \end_inset
30221
30222 .) To get a footnote in the minipage that is output at the bottom of the
30223  page like normal footnotes, also use the method of 
30224 \series bold
30225
30226 \backslash
30227 footnotemark{}
30228 \series default
30229  and 
30230 \series bold
30231
30232 \backslash
30233 footnotetext
30234 \series default
30235 .
30236 \end_layout
30237
30238 \begin_layout Standard
30239 \begin_inset Box Frameless
30240 position "t"
30241 hor_pos "c"
30242 has_inner_box 1
30243 inner_pos "t"
30244 use_parbox 0
30245 use_makebox 0
30246 width "100col%"
30247 special "none"
30248 height "1in"
30249 height_special "totalheight"
30250 thickness "0.4pt"
30251 separation "3pt"
30252 shadowsize "4pt"
30253 framecolor "black"
30254 backgroundcolor "none"
30255 status open
30256
30257 \begin_layout Plain Layout
30258 This an example text in a minipage.
30259 \begin_inset Foot
30260 status open
30261
30262 \begin_layout Plain Layout
30263 Footnote in the minipage.
30264 \end_layout
30265
30266 \end_inset
30267
30268
30269 \end_layout
30270
30271 \begin_layout Plain Layout
30272 This an example text in a minipage.
30273 \begin_inset ERT
30274 status collapsed
30275
30276 \begin_layout Plain Layout
30277
30278
30279 \backslash
30280 footnotemark{}
30281 \end_layout
30282
30283 \end_inset
30284
30285
30286 \end_layout
30287
30288 \end_inset
30289
30290
30291 \end_layout
30292
30293 \begin_layout Standard
30294 \begin_inset ERT
30295 status collapsed
30296
30297 \begin_layout Plain Layout
30298
30299
30300 \backslash
30301 footnotetext{
30302 \end_layout
30303
30304 \end_inset
30305
30306 Footnote outside the minipage.
30307 \begin_inset ERT
30308 status collapsed
30309
30310 \begin_layout Plain Layout
30311
30312 }
30313 \end_layout
30314
30315 \end_inset
30316
30317
30318 \end_layout
30319
30320 \begin_layout Standard
30321 \begin_inset VSpace defskip
30322 \end_inset
30323
30324
30325 \end_layout
30326
30327 \begin_layout Standard
30328 To refer to the same footnote several times without printing the footnote
30329  text every time, use the command 
30330 \series bold
30331
30332 \backslash
30333 footnotemark[number]
30334 \series default
30335  in \SpecialChar TeX
30336  code.
30337 \begin_inset Newline newline
30338 \end_inset
30339
30340 As you do not know the number of the repeating footnote while you are writing
30341  the text, you have to store its number.
30342  For the following footnote mark example, these commands were inserted in
30343  \SpecialChar TeX
30344  code after Footnote
30345 \begin_inset space ~
30346 \end_inset
30347
30348
30349 \begin_inset CommandInset ref
30350 LatexCommand ref
30351 reference "foot:This-is-an"
30352
30353 \end_inset
30354
30355  to store the footnote number:
30356 \end_layout
30357
30358 \begin_layout Standard
30359
30360 \series bold
30361
30362 \backslash
30363 newcounter{MyRepeatFoot}
30364 \begin_inset Newline newline
30365 \end_inset
30366
30367
30368 \backslash
30369 setcounter{MyRepeatFoot}{
30370 \backslash
30371 thefootnote}
30372 \end_layout
30373
30374 \begin_layout Standard
30375 The footnote mark was then created with this command:
30376 \end_layout
30377
30378 \begin_layout Standard
30379
30380 \series bold
30381
30382 \backslash
30383 footnotemark[
30384 \backslash
30385 theMyRepeatFoot]
30386 \end_layout
30387
30388 \begin_layout Standard
30389 Here is a repeated footnote:
30390 \family roman
30391 \series medium
30392 \bar no
30393
30394 \begin_inset ERT
30395 status collapsed
30396
30397 \begin_layout Plain Layout
30398
30399
30400 \backslash
30401 footnotemark[
30402 \backslash
30403 theMyRepeatFoot]
30404 \end_layout
30405
30406 \end_inset
30407
30408
30409 \end_layout
30410
30411 \begin_layout Standard
30412 If you want to repeat the previous footnote, you can omit the storage of
30413  the footnote number and just use this command instead:
30414 \end_layout
30415
30416 \begin_layout Standard
30417
30418 \series bold
30419
30420 \backslash
30421 footnotemark[
30422 \backslash
30423 thefootnote]
30424 \end_layout
30425
30426 \begin_layout Standard
30427 Here is another repeated footnote:
30428 \family roman
30429 \series medium
30430 \bar no
30431
30432 \begin_inset ERT
30433 status collapsed
30434
30435 \begin_layout Plain Layout
30436
30437
30438 \backslash
30439 footnotemark[
30440 \backslash
30441 thefootnote]
30442 \end_layout
30443
30444 \end_inset
30445
30446
30447 \end_layout
30448
30449 \begin_layout Subsection
30450 Footnote Numbering
30451 \begin_inset CommandInset label
30452 LatexCommand label
30453 name "subsec:Footnote-Numbering"
30454
30455 \end_inset
30456
30457
30458 \begin_inset Index idx
30459 status collapsed
30460
30461 \begin_layout Plain Layout
30462 Footnotes ! Numbering
30463 \end_layout
30464
30465 \end_inset
30466
30467
30468 \end_layout
30469
30470 \begin_layout Standard
30471 To reset the footnote number back to 1 after each section
30472 \family roman
30473 , add this command to your document preamble:
30474 \end_layout
30475
30476 \begin_layout Standard
30477
30478 \series bold
30479
30480 \backslash
30481 @addtoreset{footnote}{section}
30482 \end_layout
30483
30484 \begin_layout Standard
30485 \begin_inset VSpace bigskip
30486 \end_inset
30487
30488 The following preamble command changes the footnote numbering style to small
30489  roman numerals:
30490 \end_layout
30491
30492 \begin_layout Standard
30493
30494 \series bold
30495
30496 \backslash
30497 renewcommand{
30498 \backslash
30499 thefootnote}{
30500 \backslash
30501 roman{footnote}}
30502 \end_layout
30503
30504 \begin_layout Standard
30505 \begin_inset ERT
30506 status collapsed
30507
30508 \begin_layout Plain Layout
30509
30510
30511 \backslash
30512 renewcommand{
30513 \backslash
30514 thefootnote}{
30515 \backslash
30516 roman{footnote}}
30517 \end_layout
30518
30519 \end_inset
30520
30521  This is a footnote with roman numbering:
30522 \begin_inset Foot
30523 status open
30524
30525 \begin_layout Plain Layout
30526 This is an example footnote with roman numbering.
30527 \end_layout
30528
30529 \end_inset
30530
30531
30532 \end_layout
30533
30534 \begin_layout Standard
30535 To change the numbering style to capital roman numerals replace in the command
30536  above 
30537 \series bold
30538
30539 \backslash
30540 roman
30541 \series default
30542  by 
30543 \series bold
30544
30545 \backslash
30546 Roman
30547 \series default
30548 .
30549  To 
30550 \begin_inset Quotes eld
30551 \end_inset
30552
30553 number
30554 \begin_inset Quotes erd
30555 \end_inset
30556
30557  footnotes with capital or small Latin letters use 
30558 \series bold
30559
30560 \backslash
30561 Alph
30562 \series default
30563  or 
30564 \series bold
30565
30566 \backslash
30567 alph
30568 \series default
30569 , respectively.
30570  To 
30571 \begin_inset Quotes eld
30572 \end_inset
30573
30574 number
30575 \begin_inset Quotes erd
30576 \end_inset
30577
30578  footnotes with symbols use 
30579 \series bold
30580
30581 \backslash
30582 fnsymbol
30583 \series default
30584 .
30585 \end_layout
30586
30587 \begin_layout Standard
30588 \begin_inset Note Greyedout
30589 status open
30590
30591 \begin_layout Plain Layout
30592
30593 \series bold
30594 Note:
30595 \series default
30596  You can only number 26 footnotes with Latin letters, because this numbering
30597  is limited to single letters.
30598 \end_layout
30599
30600 \end_inset
30601
30602
30603 \begin_inset Newline newline
30604 \end_inset
30605
30606
30607 \begin_inset Note Greyedout
30608 status open
30609
30610 \begin_layout Plain Layout
30611
30612 \series bold
30613 Note:
30614 \series default
30615  You can only number 9 footnotes with symbols.
30616 \end_layout
30617
30618 \end_inset
30619
30620
30621 \end_layout
30622
30623 \begin_layout Standard
30624 To return to the default numbering style after you have changed to another
30625  one, use 
30626 \series bold
30627
30628 \backslash
30629 arabic
30630 \series default
30631  instead of 
30632 \series bold
30633
30634 \backslash
30635 roman
30636 \series default
30637  in the command above.
30638 \begin_inset ERT
30639 status collapsed
30640
30641 \begin_layout Plain Layout
30642
30643
30644 \backslash
30645 renewcommand{
30646 \backslash
30647 thefootnote}{
30648 \backslash
30649 arabic{footnote}}
30650 \end_layout
30651
30652 \end_inset
30653
30654
30655 \end_layout
30656
30657 \begin_layout Standard
30658 \begin_inset VSpace bigskip
30659 \end_inset
30660
30661
30662 \end_layout
30663
30664 \begin_layout Standard
30665 If you want to have footnotes numbered in the scheme 
30666 \begin_inset Quotes eld
30667 \end_inset
30668
30669 chapter.footnote
30670 \begin_inset Quotes erd
30671 \end_inset
30672
30673 , add the following command to your document preamble:
30674 \end_layout
30675
30676 \begin_layout Standard
30677
30678 \series bold
30679
30680 \backslash
30681 numberwithin{footnote}{chapter}
30682 \end_layout
30683
30684 \begin_layout Standard
30685 To be able to use the command 
30686 \series bold
30687
30688 \backslash
30689 numberwithin
30690 \series default
30691 , set in the tab 
30692 \family sans
30693 Math
30694 \begin_inset space ~
30695 \end_inset
30696
30697 Options
30698 \family default
30699  in the document settings the option 
30700 \family sans
30701 Use
30702 \begin_inset space ~
30703 \end_inset
30704
30705 AMS
30706 \begin_inset space ~
30707 \end_inset
30708
30709 math
30710 \begin_inset space ~
30711 \end_inset
30712
30713 package
30714 \family default
30715 .
30716 \end_layout
30717
30718 \begin_layout Standard
30719 \begin_inset ERT
30720 status collapsed
30721
30722 \begin_layout Plain Layout
30723
30724
30725 \backslash
30726 numberwithin{footnote}{chapter}
30727 \end_layout
30728
30729 \end_inset
30730
30731 This is another example footnote:
30732 \series bold
30733
30734 \begin_inset Foot
30735 status open
30736
30737 \begin_layout Plain Layout
30738 This is a footnote numbered in the scheme 
30739 \begin_inset Quotes eld
30740 \end_inset
30741
30742 chapter.footnote
30743 \begin_inset Quotes erd
30744 \end_inset
30745
30746 .
30747 \end_layout
30748
30749 \end_inset
30750
30751
30752 \series default
30753
30754 \begin_inset ERT
30755 status collapsed
30756
30757 \begin_layout Plain Layout
30758
30759
30760 \backslash
30761 renewcommand{
30762 \backslash
30763 thefootnote}{
30764 \backslash
30765 arabic{footnote}}
30766 \end_layout
30767
30768 \end_inset
30769
30770
30771 \end_layout
30772
30773 \begin_layout Standard
30774 \begin_inset Note Greyedout
30775 status open
30776
30777 \begin_layout Plain Layout
30778
30779 \series bold
30780 Note:
30781 \series default
30782  
30783 \series bold
30784
30785 \backslash
30786 numberwithin
30787 \series default
30788  always prints out the footnote number as arabic number; previous redefinitions
30789  to get non-arabic numbers are overwritten.
30790 \end_layout
30791
30792 \end_inset
30793
30794
30795 \end_layout
30796
30797 \begin_layout Standard
30798 So to get for example the scheme 
30799 \begin_inset Quotes eld
30800 \end_inset
30801
30802 chapter.
30803 \backslash
30804 Roman{footnote}
30805 \begin_inset Quotes erd
30806 \end_inset
30807
30808 , use this command instead of 
30809 \series bold
30810
30811 \backslash
30812 numberwithin
30813 \series default
30814 :
30815 \end_layout
30816
30817 \begin_layout Standard
30818
30819 \series bold
30820
30821 \backslash
30822 renewcommand{
30823 \backslash
30824 thefootnote}{
30825 \backslash
30826 thechapter.
30827 \backslash
30828 Roman{footnote}}
30829 \end_layout
30830
30831 \begin_layout Subsection
30832 Footnote Placement
30833 \begin_inset Index idx
30834 status collapsed
30835
30836 \begin_layout Plain Layout
30837 Footnotes ! Placement
30838 \end_layout
30839
30840 \end_inset
30841
30842
30843 \end_layout
30844
30845 \begin_layout Standard
30846 If you have several footnotes in one page, they appear without vertical
30847  space between them at the bottom of the page.
30848  To make them more readable you can e.
30849 \begin_inset space \thinspace{}
30850 \end_inset
30851
30852 g.
30853 \begin_inset space \space{}
30854 \end_inset
30855
30856 add 1.5
30857 \begin_inset space \thinspace{}
30858 \end_inset
30859
30860 mm space with the following preamble command:
30861 \end_layout
30862
30863 \begin_layout Standard
30864
30865 \series bold
30866
30867 \backslash
30868 let
30869 \backslash
30870 myFoot
30871 \backslash
30872 footnote
30873 \begin_inset Newline newline
30874 \end_inset
30875
30876
30877 \backslash
30878 renewcommand{
30879 \backslash
30880 footnote}[1]{
30881 \backslash
30882 myFoot{#1
30883 \backslash
30884 vspace{1.5mm}}}
30885 \end_layout
30886
30887 \begin_layout Standard
30888 \begin_inset VSpace bigskip
30889 \end_inset
30890
30891 In a two-column document the footnotes appear at the bottom of every column,
30892  see Figure
30893 \begin_inset space ~
30894 \end_inset
30895
30896
30897 \begin_inset CommandInset ref
30898 LatexCommand ref
30899 reference "fig:Standard-footnote-placement"
30900
30901 \end_inset
30902
30903 .
30904  If the footnotes should only appear at the bottom of the right column,
30905  as in Figure
30906 \begin_inset space ~
30907 \end_inset
30908
30909
30910 \begin_inset CommandInset ref
30911 LatexCommand ref
30912 reference "fig:Footnote-placement-in"
30913
30914 \end_inset
30915
30916 , use the \SpecialChar LaTeX
30917 -package 
30918 \series bold
30919 ftnright
30920 \series default
30921
30922 \begin_inset Index idx
30923 status collapsed
30924
30925 \begin_layout Plain Layout
30926 \SpecialChar LaTeX
30927 -packages ! ftnright
30928 \end_layout
30929
30930 \end_inset
30931
30932  with this command in the document preamble:
30933 \end_layout
30934
30935 \begin_layout Standard
30936
30937 \series bold
30938
30939 \backslash
30940 usepackage{ftnright}
30941 \end_layout
30942
30943 \begin_layout Standard
30944 \begin_inset Float figure
30945 placement !h
30946 wide false
30947 sideways false
30948 status open
30949
30950 \begin_layout Plain Layout
30951 \begin_inset ERT
30952 status collapsed
30953
30954 \begin_layout Plain Layout
30955
30956
30957 \backslash
30958 framebox{
30959 \end_layout
30960
30961 \end_inset
30962
30963
30964 \begin_inset Graphics
30965         filename /cvs/lyx/lyx-devel/lib/doc/clipart/without_fntright.pdf
30966         width 100col%
30967         scaleBeforeRotation
30968
30969 \end_inset
30970
30971
30972 \begin_inset ERT
30973 status collapsed
30974
30975 \begin_layout Plain Layout
30976
30977 }
30978 \end_layout
30979
30980 \end_inset
30981
30982
30983 \end_layout
30984
30985 \begin_layout Plain Layout
30986 \begin_inset Caption Standard
30987
30988 \begin_layout Plain Layout
30989 \begin_inset CommandInset label
30990 LatexCommand label
30991 name "fig:Standard-footnote-placement"
30992
30993 \end_inset
30994
30995 Standard footnote placement in two-column documents.
30996 \end_layout
30997
30998 \end_inset
30999
31000
31001 \end_layout
31002
31003 \end_inset
31004
31005
31006 \end_layout
31007
31008 \begin_layout Standard
31009 \begin_inset Float figure
31010 placement !h
31011 wide false
31012 sideways false
31013 status open
31014
31015 \begin_layout Plain Layout
31016 \begin_inset ERT
31017 status collapsed
31018
31019 \begin_layout Plain Layout
31020
31021
31022 \backslash
31023 framebox{
31024 \end_layout
31025
31026 \end_inset
31027
31028
31029 \begin_inset Graphics
31030         filename /cvs/lyx/lyx-devel/lib/doc/clipart/with_fntright.pdf
31031         width 100col%
31032         scaleBeforeRotation
31033
31034 \end_inset
31035
31036
31037 \begin_inset ERT
31038 status collapsed
31039
31040 \begin_layout Plain Layout
31041
31042 }
31043 \end_layout
31044
31045 \end_inset
31046
31047
31048 \end_layout
31049
31050 \begin_layout Plain Layout
31051 \begin_inset Caption Standard
31052
31053 \begin_layout Plain Layout
31054 \begin_inset CommandInset label
31055 LatexCommand label
31056 name "fig:Footnote-placement-in"
31057
31058 \end_inset
31059
31060 Footnote placement in two-column documents when the \SpecialChar LaTeX
31061 -package 
31062 \series bold
31063 ftnright
31064 \series default
31065  is used.
31066 \end_layout
31067
31068 \end_inset
31069
31070
31071 \end_layout
31072
31073 \end_inset
31074
31075
31076 \end_layout
31077
31078 \begin_layout Standard
31079 \begin_inset VSpace bigskip
31080 \end_inset
31081
31082 In some scientific literature it is usual to collect the footnotes and print
31083  them in a separate paragraph at the end of a section, as in Figure
31084 \begin_inset space ~
31085 \end_inset
31086
31087
31088 \begin_inset CommandInset ref
31089 LatexCommand ref
31090 reference "fig:Endnotes"
31091
31092 \end_inset
31093
31094 .
31095  They are then called 
31096 \begin_inset Quotes eld
31097 \end_inset
31098
31099 endnotes
31100 \begin_inset Quotes erd
31101 \end_inset
31102
31103 .
31104 \begin_inset Index idx
31105 status collapsed
31106
31107 \begin_layout Plain Layout
31108 Endnotes
31109 \end_layout
31110
31111 \end_inset
31112
31113  To use endnotes instead of footnotes in your document, load in the menu
31114  
31115 \family sans
31116 Document\SpecialChar menuseparator
31117 Settings\SpecialChar menuseparator
31118 Modules 
31119 \family default
31120 the module 
31121 \family sans
31122 Foot
31123 \begin_inset space ~
31124 \end_inset
31125
31126 to
31127 \begin_inset space ~
31128 \end_inset
31129
31130 End
31131 \family default
31132 .
31133  To insert the collected footnotes, insert the command
31134 \end_layout
31135
31136 \begin_layout Standard
31137
31138 \series bold
31139
31140 \backslash
31141 theendnotes
31142 \end_layout
31143
31144 \begin_layout Standard
31145 in \SpecialChar TeX
31146  Code at the end of a section or chapter.
31147 \end_layout
31148
31149 \begin_layout Standard
31150 \begin_inset Float figure
31151 wide false
31152 sideways false
31153 status open
31154
31155 \begin_layout Plain Layout
31156 \align center
31157 \begin_inset ERT
31158 status collapsed
31159
31160 \begin_layout Plain Layout
31161
31162
31163 \backslash
31164 framebox{
31165 \end_layout
31166
31167 \end_inset
31168
31169
31170 \begin_inset Graphics
31171         filename /cvs/lyx/lyx-devel/lib/doc/clipart/endnotes.pdf
31172         scaleBeforeRotation
31173
31174 \end_inset
31175
31176
31177 \begin_inset ERT
31178 status collapsed
31179
31180 \begin_layout Plain Layout
31181
31182 }
31183 \end_layout
31184
31185 \end_inset
31186
31187
31188 \end_layout
31189
31190 \begin_layout Plain Layout
31191 \begin_inset Caption Standard
31192
31193 \begin_layout Plain Layout
31194 \begin_inset CommandInset label
31195 LatexCommand label
31196 name "fig:Endnotes"
31197
31198 \end_inset
31199
31200 Endnotes – footnotes are printed in a separate paragraph at the end of sections
31201  or chapters.
31202 \end_layout
31203
31204 \end_inset
31205
31206
31207 \end_layout
31208
31209 \end_inset
31210
31211
31212 \end_layout
31213
31214 \begin_layout Standard
31215 \begin_inset VSpace medskip
31216 \end_inset
31217
31218 The paragraph heading for the endnotes isn't automatically translated into
31219  the document language, this must be done manually.
31220  The following preamble command translates the default English 
31221 \begin_inset Quotes eld
31222 \end_inset
31223
31224 Notes
31225 \begin_inset Quotes erd
31226 \end_inset
31227
31228  into the German 
31229 \begin_inset Quotes eld
31230 \end_inset
31231
31232 Anmerkungen
31233 \begin_inset Quotes erd
31234 \end_inset
31235
31236 :
31237 \end_layout
31238
31239 \begin_layout Standard
31240
31241 \series bold
31242
31243 \backslash
31244 renewcommand{
31245 \backslash
31246 notesname}{Anmerkungen}
31247 \end_layout
31248
31249 \begin_layout Standard
31250 \begin_inset VSpace medskip
31251 \end_inset
31252
31253 The numbering of endnotes can be changed like the footnote numbering as
31254  described in section
31255 \begin_inset space ~
31256 \end_inset
31257
31258
31259 \begin_inset CommandInset ref
31260 LatexCommand ref
31261 reference "subsec:Footnote-Numbering"
31262
31263 \end_inset
31264
31265 ; just replace the command 
31266 \series bold
31267
31268 \backslash
31269 thefootnote
31270 \series default
31271  by 
31272 \series bold
31273
31274 \backslash
31275 theendnote
31276 \series default
31277 .
31278  To reset the endnote number use the command 
31279 \series bold
31280
31281 \backslash
31282 @addtoreset
31283 \series default
31284  as described in section
31285 \begin_inset space ~
31286 \end_inset
31287
31288
31289 \begin_inset CommandInset ref
31290 LatexCommand ref
31291 reference "subsec:Footnote-Numbering"
31292
31293 \end_inset
31294
31295  and replace the command parameter 
31296 \series bold
31297 footnote
31298 \series default
31299  by 
31300 \series bold
31301 endnote
31302 \series default
31303 .
31304 \end_layout
31305
31306 \begin_layout Standard
31307 For endnotes there is the command 
31308 \series bold
31309
31310 \backslash
31311 endnotemark[number]
31312 \series default
31313  similar to the command 
31314 \series bold
31315
31316 \backslash
31317 footnotemark
31318 \series default
31319 , that is described in section
31320 \begin_inset space ~
31321 \end_inset
31322
31323
31324 \begin_inset CommandInset ref
31325 LatexCommand ref
31326 reference "sec:Footnotes"
31327
31328 \end_inset
31329
31330 .
31331 \end_layout
31332
31333 \begin_layout Standard
31334 \begin_inset VSpace bigskip
31335 \end_inset
31336
31337 Footnotes can also be placed in the page margin and the footnote text alignment
31338  can be changed, see the \SpecialChar LaTeX
31339 -package 
31340 \series bold
31341 footmisc
31342 \series default
31343
31344 \begin_inset Index idx
31345 status collapsed
31346
31347 \begin_layout Plain Layout
31348 \SpecialChar LaTeX
31349 -packages ! footmisc
31350 \end_layout
31351
31352 \end_inset
31353
31354
31355 \begin_inset CommandInset citation
31356 LatexCommand cite
31357 key "footmisc"
31358
31359 \end_inset
31360
31361  for more information about this.
31362 \end_layout
31363
31364 \begin_layout Standard
31365 For various further footnote formatting issues have a look at \SpecialChar LaTeX
31366 -books, 
31367 \begin_inset CommandInset citation
31368 LatexCommand cite
31369 key "latexcompanion,latexguide,latexbook"
31370
31371 \end_inset
31372
31373 .
31374  If you are using a 
31375 \series bold
31376 KOMA-Script
31377 \series default
31378
31379 \begin_inset Index idx
31380 status collapsed
31381
31382 \begin_layout Plain Layout
31383 \SpecialChar LaTeX
31384 -packages ! KOMA-Script
31385 \end_layout
31386
31387 \end_inset
31388
31389  document class, you can adjust all footnote settings using class-specific
31390  commands, see 
31391 \begin_inset CommandInset citation
31392 LatexCommand cite
31393 key "KOMA-Script"
31394
31395 \end_inset
31396
31397 .
31398 \end_layout
31399
31400 \begin_layout Section
31401 Margin Notes
31402 \begin_inset Index idx
31403 status collapsed
31404
31405 \begin_layout Plain Layout
31406 Notes ! Margin Notes
31407 \end_layout
31408
31409 \end_inset
31410
31411
31412 \end_layout
31413
31414 \begin_layout Standard
31415 Margin notes look and behave in \SpecialChar LyX
31416  like footnotes.
31417  They are inserted via the menu 
31418 \family sans
31419 Insert\SpecialChar menuseparator
31420 Marginal
31421 \begin_inset space ~
31422 \end_inset
31423
31424 Note
31425 \family default
31426  or the toolbar button 
31427 \begin_inset Info
31428 type  "icon"
31429 arg   "marginalnote-insert"
31430 \end_inset
31431
31432 .
31433  A grey 
31434 \family roman
31435 \series medium
31436 box with the
31437 \family default
31438 \series default
31439  red 
31440 \family roman
31441 \series medium
31442 label 
31443 \begin_inset Quotes eld
31444 \end_inset
31445
31446 margin
31447 \begin_inset Quotes erd
31448 \end_inset
31449
31450  appears where you can enter the text of the margin note.
31451 \end_layout
31452
31453 \begin_layout Standard
31454 At the side is an example margin note.
31455
31456 \family roman
31457 \series medium
31458  
31459 \begin_inset Marginal
31460 status open
31461
31462 \begin_layout Plain Layout
31463 This is a margin note.
31464 \end_layout
31465
31466 \end_inset
31467
31468
31469 \end_layout
31470
31471 \begin_layout Standard
31472 Margin notes appear at the right side in single-sided documents.
31473  In double-sided documents they appear in the outer margin – left on even
31474  pages, right on odd pages.
31475  The text of margin notes is aligned opposite to the outer margin – right-aligne
31476 d when the note appears in the left margin.
31477  The first line of the margin note is placed at the position of the text
31478  line where it is inserted in the document.
31479 \end_layout
31480
31481 \begin_layout Standard
31482 \begin_inset VSpace bigskip
31483 \end_inset
31484
31485 To place the margin note in the inner margin, add the command
31486 \end_layout
31487
31488 \begin_layout Standard
31489
31490 \series bold
31491
31492 \backslash
31493 reversemarginpar
31494 \end_layout
31495
31496 \begin_layout Standard
31497 in \SpecialChar TeX
31498  Code before a margin note.
31499  The new placement is valid for all subsequent margin notes.
31500  
31501 \begin_inset ERT
31502 status collapsed
31503
31504 \begin_layout Plain Layout
31505
31506
31507 \backslash
31508 reversemarginpar 
31509 \end_layout
31510
31511 \end_inset
31512
31513
31514 \begin_inset Marginal
31515 status open
31516
31517 \begin_layout Plain Layout
31518 This is a margin note in the inner margin.
31519 \end_layout
31520
31521 \end_inset
31522
31523
31524 \series bold
31525
31526 \begin_inset Newline newline
31527 \end_inset
31528
31529
31530 \series default
31531
31532 \begin_inset Note Greyedout
31533 status open
31534
31535 \begin_layout Plain Layout
31536
31537 \series bold
31538 Note:
31539 \series default
31540  There is often not enough space in the inner margin so that the notes are
31541  not correctly displayed in the output.
31542 \end_layout
31543
31544 \end_inset
31545
31546
31547 \end_layout
31548
31549 \begin_layout Standard
31550 To return to the default placement insert the command
31551 \end_layout
31552
31553 \begin_layout Standard
31554
31555 \series bold
31556
31557 \backslash
31558 normalmarginpar
31559 \end_layout
31560
31561 \begin_layout Standard
31562 in \SpecialChar TeX
31563  Code.
31564 \begin_inset ERT
31565 status collapsed
31566
31567 \begin_layout Plain Layout
31568
31569
31570 \backslash
31571 normalmarginpar 
31572 \end_layout
31573
31574 \end_inset
31575
31576  
31577 \begin_inset Note Greyedout
31578 status open
31579
31580 \begin_layout Plain Layout
31581
31582 \series bold
31583 Note:
31584 \series default
31585  The command is ignored when it is within a paragraph where also the command
31586  
31587 \series bold
31588
31589 \backslash
31590 reversemarginpar
31591 \series default
31592  is inserted.
31593 \end_layout
31594
31595 \end_inset
31596
31597
31598 \end_layout
31599
31600 \begin_layout Standard
31601 \begin_inset VSpace bigskip
31602 \end_inset
31603
31604
31605 \family roman
31606 \series medium
31607
31608 \begin_inset Marginal
31609 status open
31610
31611 \begin_layout Plain Layout
31612 AVeryLongMarginParWord that isn't hyphenated.
31613 \end_layout
31614
31615 \end_inset
31616
31617
31618 \family default
31619 \series default
31620  Similar to the case described in section
31621 \begin_inset space ~
31622 \end_inset
31623
31624
31625 \begin_inset CommandInset ref
31626 LatexCommand ref
31627 reference "subsec:Multiple-Lines-in"
31628
31629 \end_inset
31630
31631 , long words cannot be hyphenated when they are the first word in a margin
31632  note.
31633  To avoid this, insert 0
31634 \begin_inset space \thinspace{}
31635 \end_inset
31636
31637 pt horizontal space before the word
31638 \family roman
31639 \series medium
31640 .
31641  
31642 \begin_inset Marginal
31643 status open
31644
31645 \begin_layout Plain Layout
31646 \begin_inset space \hspace*{}
31647 \length 0pt
31648 \end_inset
31649
31650 AVeryLongMarginParWord that is hyphenated.
31651 \end_layout
31652
31653 \end_inset
31654
31655
31656 \end_layout
31657
31658 \begin_layout Standard
31659 \begin_inset VSpace bigskip
31660 \end_inset
31661
31662
31663 \end_layout
31664
31665 \begin_layout Standard
31666 \begin_inset Note Greyedout
31667 status open
31668
31669 \begin_layout Plain Layout
31670
31671 \series bold
31672 Note:
31673 \series default
31674  Margin notes can normally not be used inside tables, floats, and footnotes.
31675 \end_layout
31676
31677 \end_inset
31678
31679
31680 \end_layout
31681
31682 \begin_layout Standard
31683 \begin_inset VSpace bigskip
31684 \end_inset
31685
31686
31687 \end_layout
31688
31689 \begin_layout Standard
31690 \begin_inset ERT
31691 status collapsed
31692
31693 \begin_layout Plain Layout
31694
31695
31696 \backslash
31697 ifmarginnote
31698 \end_layout
31699
31700 \end_inset
31701
31702
31703 \begin_inset Note Note
31704 status open
31705
31706 \begin_layout Plain Layout
31707 The following section will only be displayed when the \SpecialChar LaTeX
31708 -package 
31709 \series bold
31710 marginnote
31711 \series default
31712  is installed.
31713 \end_layout
31714
31715 \end_inset
31716
31717
31718 \end_layout
31719
31720 \begin_layout Standard
31721 This restriction can be evaded by using the \SpecialChar LaTeX
31722 -package 
31723 \series bold
31724 marginnote
31725 \series default
31726
31727 \begin_inset Index idx
31728 status collapsed
31729
31730 \begin_layout Plain Layout
31731 \SpecialChar LaTeX
31732 -packages ! marginnote
31733 \end_layout
31734
31735 \end_inset
31736
31737 .
31738  By adding these two lines to your document preamble, the command used by
31739  \SpecialChar LyX
31740  for margin notes is redefined to use the command provided by the 
31741 \series bold
31742 marginnote
31743 \series default
31744 -package:
31745 \end_layout
31746
31747 \begin_layout Standard
31748
31749 \series bold
31750
31751 \backslash
31752 usepackage{marginnote}
31753 \begin_inset Newline newline
31754 \end_inset
31755
31756
31757 \backslash
31758 let
31759 \backslash
31760 marginpar
31761 \backslash
31762 marginnote
31763 \end_layout
31764
31765 \begin_layout Standard
31766 This is also used in this document because 
31767 \series bold
31768 marginnote
31769 \series default
31770  has another useful feature: You can set a vertical offset for the note.
31771  This is often needed when too many margin notes are too close together
31772  or for a better page layout.
31773  The offset is set in \SpecialChar LyX
31774  as \SpecialChar TeX
31775  Code directly after the margin note in the scheme
31776 \end_layout
31777
31778 \begin_layout Standard
31779
31780 \series bold
31781 [offset]
31782 \end_layout
31783
31784 \begin_layout Standard
31785 where the offset is a length with one of the units listed in Table
31786 \begin_inset space ~
31787 \end_inset
31788
31789
31790 \begin_inset CommandInset ref
31791 LatexCommand ref
31792 reference "tab:Units"
31793
31794 \end_inset
31795
31796 .
31797  A negative value shifts the note up, a positive value shifts it down.
31798  
31799 \family roman
31800 \series medium
31801 For example the margin note beside this text line is shifted up 1.5
31802 \begin_inset space \thinspace{}
31803 \end_inset
31804
31805 cm with the \SpecialChar TeX
31806  Code command 
31807 \begin_inset Quotes eld
31808 \end_inset
31809
31810
31811 \family default
31812 \series bold
31813 [-1.5cm]
31814 \family roman
31815 \series medium
31816
31817 \begin_inset Quotes erd
31818 \end_inset
31819
31820
31821 \begin_inset Marginal
31822 status open
31823
31824 \begin_layout Plain Layout
31825 This margin note is shifted up 1.5
31826 \begin_inset space \thinspace{}
31827 \end_inset
31828
31829 cm from its original position.
31830 \end_layout
31831
31832 \end_inset
31833
31834
31835 \family default
31836 \series default
31837
31838 \begin_inset ERT
31839 status collapsed
31840
31841 \begin_layout Plain Layout
31842
31843 [-1.5cm]
31844 \end_layout
31845
31846 \end_inset
31847
31848
31849 \end_layout
31850
31851 \begin_layout Standard
31852 \begin_inset VSpace medskip
31853 \end_inset
31854
31855 With 
31856 \series bold
31857 marginnote
31858 \series default
31859  you can also change the alignment of the text in the margin note.
31860  For example the commands
31861 \end_layout
31862
31863 \begin_layout Standard
31864
31865 \series bold
31866
31867 \backslash
31868 renewcommand*{
31869 \backslash
31870 raggedleftmarginnote}{
31871 \backslash
31872 centering}
31873 \begin_inset Newline newline
31874 \end_inset
31875
31876
31877 \backslash
31878 renewcommand*{
31879 \backslash
31880 raggedrightmarginnote}{
31881 \backslash
31882 centering}
31883 \end_layout
31884
31885 \begin_layout Standard
31886 set the alignment to centered.
31887  
31888 \series bold
31889
31890 \backslash
31891 raggedleftmarginnote
31892 \series default
31893  denotes margin notes that appear at the left side.
31894 \family roman
31895 \series medium
31896
31897 \begin_inset ERT
31898 status collapsed
31899
31900 \begin_layout Plain Layout
31901
31902
31903 \backslash
31904 renewcommand*{
31905 \backslash
31906 raggedleftmarginnote}{
31907 \backslash
31908 centering}
31909 \end_layout
31910
31911 \begin_layout Plain Layout
31912
31913
31914 \backslash
31915 renewcommand*{
31916 \backslash
31917 raggedrightmarginnote}{
31918 \backslash
31919 centering}
31920 \end_layout
31921
31922 \end_inset
31923
31924
31925 \begin_inset Marginal
31926 status open
31927
31928 \begin_layout Plain Layout
31929 The text of this margin note is centered.
31930 \end_layout
31931
31932 \end_inset
31933
31934
31935 \family default
31936 \series default
31937  The default is
31938 \end_layout
31939
31940 \begin_layout Standard
31941
31942 \series bold
31943
31944 \backslash
31945 renewcommand*{
31946 \backslash
31947 raggedleftmarginnote}{
31948 \backslash
31949 raggedleft}
31950 \begin_inset Newline newline
31951 \end_inset
31952
31953
31954 \backslash
31955 renewcommand*{
31956 \backslash
31957 raggedrightmarginnote}{
31958 \backslash
31959 raggedright}
31960 \family roman
31961 \series medium
31962
31963 \begin_inset ERT
31964 status collapsed
31965
31966 \begin_layout Plain Layout
31967
31968
31969 \backslash
31970 renewcommand*{
31971 \backslash
31972 raggedleftmarginnote}{
31973 \backslash
31974 raggedleft}
31975 \end_layout
31976
31977 \begin_layout Plain Layout
31978
31979
31980 \backslash
31981 renewcommand*{
31982 \backslash
31983 raggedrightmarginnote}{
31984 \backslash
31985 raggedright}
31986 \end_layout
31987
31988 \end_inset
31989
31990
31991 \end_layout
31992
31993 \begin_layout Standard
31994 \begin_inset VSpace medskip
31995 \end_inset
31996
31997 For the other features of 
31998 \series bold
31999 marginnote
32000 \series default
32001  refer to its documentation 
32002 \begin_inset CommandInset citation
32003 LatexCommand cite
32004 key "marginnote"
32005
32006 \end_inset
32007
32008 .
32009 \end_layout
32010
32011 \begin_layout Standard
32012 \begin_inset VSpace bigskip
32013 \end_inset
32014
32015 You can adjust the layout of margin notes by changing its definition.
32016  To create for example a header for all margin notes with the underlined,
32017  sans-serif, and bold header text 
32018 \begin_inset Quotes eld
32019 \end_inset
32020
32021
32022 \family sans
32023 \series bold
32024 \bar under
32025 Attention!
32026 \family default
32027 \series default
32028 \bar default
32029
32030 \begin_inset Quotes erd
32031 \end_inset
32032
32033 , add this to your document preamble:
32034 \end_layout
32035
32036 \begin_layout Standard
32037
32038 \series bold
32039
32040 \backslash
32041 let
32042 \backslash
32043 myMarginpar
32044 \backslash
32045 marginpar
32046 \begin_inset Newline newline
32047 \end_inset
32048
32049
32050 \backslash
32051 renewcommand{
32052 \backslash
32053 marginpar}[1]{
32054 \backslash
32055 myMarginpar{%
32056 \begin_inset Newline newline
32057 \end_inset
32058
32059
32060 \begin_inset Phantom HPhantom
32061 status open
32062
32063 \begin_layout Plain Layout
32064
32065 \series bold
32066 \begin_inset space ~
32067 \end_inset
32068
32069
32070 \end_layout
32071
32072 \end_inset
32073
32074
32075 \backslash
32076 hspace{0pt}
32077 \backslash
32078 textsf{
32079 \backslash
32080 textbf{
32081 \backslash
32082 underbar{Attention!}}}%
32083 \begin_inset Newline newline
32084 \end_inset
32085
32086
32087 \begin_inset Phantom HPhantom
32088 status open
32089
32090 \begin_layout Plain Layout
32091
32092 \series bold
32093 \begin_inset space ~
32094 \end_inset
32095
32096
32097 \end_layout
32098
32099 \end_inset
32100
32101
32102 \backslash
32103 vspace{1.5mm}
32104 \backslash
32105
32106 \backslash
32107 #1}}
32108 \end_layout
32109
32110 \begin_layout Standard
32111
32112 \family roman
32113 \series medium
32114 \begin_inset ERT
32115 status collapsed
32116
32117 \begin_layout Plain Layout
32118
32119
32120 \backslash
32121 let
32122 \backslash
32123 myMarginpar
32124 \backslash
32125 marginpar
32126 \end_layout
32127
32128 \begin_layout Plain Layout
32129
32130
32131 \backslash
32132 renewcommand{
32133 \backslash
32134 marginpar}[1]{
32135 \backslash
32136 myMarginpar{%
32137 \end_layout
32138
32139 \begin_layout Plain Layout
32140
32141    
32142 \backslash
32143 textsf{
32144 \backslash
32145 textbf{
32146 \backslash
32147 underbar{Attention!}}}%
32148 \end_layout
32149
32150 \begin_layout Plain Layout
32151
32152    
32153 \backslash
32154 vspace{1.5mm}
32155 \backslash
32156
32157 \backslash
32158 #1}}
32159 \end_layout
32160
32161 \end_inset
32162
32163
32164 \begin_inset Marginal
32165 status open
32166
32167 \begin_layout Plain Layout
32168 This is a margin note with a defined heading.
32169 \end_layout
32170
32171 \end_inset
32172
32173
32174 \family default
32175 \series default
32176
32177 \begin_inset ERT
32178 status collapsed
32179
32180 \begin_layout Plain Layout
32181
32182 [-1.5cm]
32183 \end_layout
32184
32185 \end_inset
32186
32187
32188 \family roman
32189 \series medium
32190
32191 \begin_inset ERT
32192 status collapsed
32193
32194 \begin_layout Plain Layout
32195
32196
32197 \backslash
32198 renewcommand{
32199 \backslash
32200 marginpar}[1]{
32201 \backslash
32202 myMarginpar{#1}}
32203 \end_layout
32204
32205 \end_inset
32206
32207
32208 \family default
32209 \series default
32210
32211 \begin_inset Note Note
32212 status collapsed
32213
32214 \begin_layout Plain Layout
32215 The margin note format is changed only for this example.
32216 \end_layout
32217
32218 \end_inset
32219
32220
32221 \end_layout
32222
32223 \begin_layout Standard
32224 \begin_inset ERT
32225 status collapsed
32226
32227 \begin_layout Plain Layout
32228
32229
32230 \backslash
32231 else
32232 \end_layout
32233
32234 \end_inset
32235
32236
32237 \begin_inset Note Note
32238 status open
32239
32240 \begin_layout Plain Layout
32241 The following will be displayed when the \SpecialChar LaTeX
32242 -package 
32243 \series bold
32244 marginnote
32245 \series default
32246  is not installed:
32247 \end_layout
32248
32249 \end_inset
32250
32251
32252 \end_layout
32253
32254 \begin_layout Standard
32255 You need to install the \SpecialChar LaTeX
32256 -package 
32257 \series bold
32258 marginnote
32259 \series default
32260  to see the following part of this section in the output.
32261 \end_layout
32262
32263 \begin_layout Standard
32264 \begin_inset ERT
32265 status collapsed
32266
32267 \begin_layout Plain Layout
32268
32269
32270 \backslash
32271 fi
32272 \end_layout
32273
32274 \end_inset
32275
32276
32277 \end_layout
32278
32279 \begin_layout Chapter
32280 Boxes
32281 \end_layout
32282
32283 \begin_layout Section
32284 Introduction
32285 \begin_inset Index idx
32286 status collapsed
32287
32288 \begin_layout Plain Layout
32289 Boxes ! Introduction
32290 \end_layout
32291
32292 \end_inset
32293
32294
32295 \end_layout
32296
32297 \begin_layout Standard
32298 Boxes are used to format a block of text.
32299  Boxes can be used to write documents with multiple languages, see section
32300 \begin_inset space ~
32301 \end_inset
32302
32303
32304 \begin_inset CommandInset ref
32305 LatexCommand ref
32306 reference "sec:Minipages"
32307
32308 \end_inset
32309
32310 , to frame texts, see section
32311 \begin_inset space ~
32312 \end_inset
32313
32314
32315 \begin_inset CommandInset ref
32316 LatexCommand ref
32317 reference "sec:Decoration"
32318
32319 \end_inset
32320
32321 , to prevent words from being hyphenated, see section
32322 \begin_inset space ~
32323 \end_inset
32324
32325
32326 \begin_inset CommandInset ref
32327 LatexCommand ref
32328 reference "sec:Prevent-Hyphenation"
32329
32330 \end_inset
32331
32332 , to align text, see section
32333 \begin_inset space ~
32334 \end_inset
32335
32336
32337 \begin_inset CommandInset ref
32338 LatexCommand ref
32339 reference "subsec:Vertical-Alignment"
32340
32341 \end_inset
32342
32343 , or to set the background color of texts, see section
32344 \begin_inset space ~
32345 \end_inset
32346
32347
32348 \begin_inset CommandInset ref
32349 LatexCommand ref
32350 reference "sec:Colored-Boxes"
32351
32352 \end_inset
32353
32354 .
32355 \end_layout
32356
32357 \begin_layout Standard
32358 Boxes can be inserted with the menu 
32359 \family sans
32360 Insert\SpecialChar menuseparator
32361 Box
32362 \family default
32363  or the toolbar button 
32364 \begin_inset Info
32365 type  "icon"
32366 arg   "box-insert Frameless"
32367 \end_inset
32368
32369 .
32370  A grey box with the label 
32371 \family sans
32372 Box (Minipage)
32373 \family default
32374
32375 \begin_inset Graphics
32376         filename /cvs/lyx/lyx-devel/lib/doc/clipart/BoxInsetDefaultQt4.png
32377         scale 85
32378         scaleBeforeRotation
32379
32380 \end_inset
32381
32382  will be inserted.
32383  The box type can be specified by right-clicking on the box and selecting
32384  
32385 \family sans
32386 Settings
32387 \family default
32388 .
32389  The box dialog offers the 
32390 \family sans
32391 Inner
32392 \begin_inset space ~
32393 \end_inset
32394
32395 Box
32396 \family default
32397  types 
32398 \family sans
32399 Makebox
32400 \family default
32401
32402 \family sans
32403 Parbox
32404 \family default
32405  and 
32406 \family sans
32407 Minipage
32408 \family default
32409 .
32410  The type 
32411 \family sans
32412 Minipage
32413 \family default
32414  is the default for new boxes and is explained in section
32415 \begin_inset space ~
32416 \end_inset
32417
32418
32419 \begin_inset CommandInset ref
32420 LatexCommand ref
32421 reference "sec:Minipages"
32422
32423 \end_inset
32424
32425 ; the type 
32426 \family sans
32427 Parbox
32428 \family default
32429  is described in section
32430 \begin_inset space ~
32431 \end_inset
32432
32433
32434 \begin_inset CommandInset ref
32435 LatexCommand ref
32436 reference "sec:Parboxes"
32437
32438 \end_inset
32439
32440  and the type 
32441 \family sans
32442 Makebox
32443 \family default
32444  in 
32445 \begin_inset CommandInset ref
32446 LatexCommand ref
32447 reference "sec:Prevent-Hyphenation"
32448
32449 \end_inset
32450
32451 .
32452 \end_layout
32453
32454 \begin_layout Standard
32455 Boxes are not numbered and can therefore not be referenced like floats or
32456  footnotes.
32457 \end_layout
32458
32459 \begin_layout Standard
32460 \begin_inset Note Greyedout
32461 status open
32462
32463 \begin_layout Plain Layout
32464
32465 \series bold
32466 Note:
32467 \series default
32468  Boxes must not be the item in an 
32469 \family sans
32470 Itemize
32471 \family default
32472  or 
32473 \family sans
32474 Description
32475 \family default
32476  environment.
32477 \end_layout
32478
32479 \end_inset
32480
32481
32482 \end_layout
32483
32484 \begin_layout Standard
32485 \begin_inset Note Greyedout
32486 status open
32487
32488 \begin_layout Plain Layout
32489
32490 \series bold
32491 Note:
32492 \series default
32493  For an unknown reason you can only set the 
32494 \family sans
32495 Inner
32496 \begin_inset space ~
32497 \end_inset
32498
32499 Box
32500 \family default
32501  type to 
32502 \family sans
32503 None
32504 \family default
32505  when you use a framed box.
32506  Boxes without an 
32507 \family sans
32508 Inner
32509 \begin_inset space ~
32510 \end_inset
32511
32512 Box
32513 \family default
32514  type and without frames are explained in section
32515 \begin_inset space ~
32516 \end_inset
32517
32518
32519 \begin_inset CommandInset ref
32520 LatexCommand ref
32521 reference "sec:Prevent-Hyphenation"
32522
32523 \end_inset
32524
32525 .
32526 \end_layout
32527
32528 \end_inset
32529
32530
32531 \end_layout
32532
32533 \begin_layout Section
32534 Box Dialog
32535 \begin_inset CommandInset label
32536 LatexCommand label
32537 name "sec:Box-Dialog"
32538
32539 \end_inset
32540
32541
32542 \begin_inset Index idx
32543 status collapsed
32544
32545 \begin_layout Plain Layout
32546 Boxes ! Box Dialog
32547 \end_layout
32548
32549 \end_inset
32550
32551
32552 \end_layout
32553
32554 \begin_layout Subsection
32555 Size
32556 \begin_inset Index idx
32557 status collapsed
32558
32559 \begin_layout Plain Layout
32560 Boxes ! Size
32561 \end_layout
32562
32563 \end_inset
32564
32565
32566 \end_layout
32567
32568 \begin_layout Standard
32569 In the box dialog you can adjust the box geometry in the fields 
32570 \family sans
32571 Width
32572 \family default
32573  and 
32574 \family sans
32575 Height
32576 \family default
32577 .
32578  The available units for the geometry are explained in Table
32579 \begin_inset space ~
32580 \end_inset
32581
32582
32583 \begin_inset CommandInset ref
32584 LatexCommand ref
32585 reference "tab:Units"
32586
32587 \end_inset
32588
32589 .
32590  The field 
32591 \family sans
32592 Height
32593 \family default
32594  offers the following additional sizes:
32595 \end_layout
32596
32597 \begin_layout Description
32598 Depth This is the plain text 
32599 \begin_inset Quotes eld
32600 \end_inset
32601
32602 height
32603 \begin_inset Quotes erd
32604 \end_inset
32605
32606 .
32607  It ignores the total depth when there are multiple text lines in the box:
32608 \begin_inset Newline newline
32609 \end_inset
32610
32611
32612 \begin_inset Newline newline
32613 \end_inset
32614
32615
32616 \begin_inset Newline newline
32617 \end_inset
32618
32619
32620 \begin_inset Box Boxed
32621 position "c"
32622 hor_pos "c"
32623 has_inner_box 1
32624 inner_pos "c"
32625 use_parbox 0
32626 use_makebox 0
32627 width "12col%"
32628 special "none"
32629 height "1in"
32630 height_special "depth"
32631 thickness "0.4pt"
32632 separation "3pt"
32633 shadowsize "4pt"
32634 framecolor "black"
32635 backgroundcolor "none"
32636 status collapsed
32637
32638 \begin_layout Plain Layout
32639 \align center
32640 Box height set to 1
32641 \begin_inset space \thinspace{}
32642 \end_inset
32643
32644 Depth
32645 \end_layout
32646
32647 \end_inset
32648
32649
32650 \begin_inset Newline newline
32651 \end_inset
32652
32653
32654 \begin_inset Newline newline
32655 \end_inset
32656
32657
32658 \end_layout
32659
32660 \begin_layout Description
32661 Height This is the height of the text that is inside the box.
32662  A value of e.
32663 \begin_inset space \thinspace{}
32664 \end_inset
32665
32666 g.
32667 \begin_inset space \space{}
32668 \end_inset
32669
32670 2 for this size will set the box height to 2
32671 \begin_inset space ~
32672 \end_inset
32673
32674 times the text height: 
32675 \begin_inset Box Boxed
32676 position "c"
32677 hor_pos "c"
32678 has_inner_box 1
32679 inner_pos "c"
32680 use_parbox 0
32681 use_makebox 0
32682 width "20col%"
32683 special "none"
32684 height "2in"
32685 height_special "height"
32686 thickness "0.4pt"
32687 separation "3pt"
32688 shadowsize "4pt"
32689 framecolor "black"
32690 backgroundcolor "none"
32691 status collapsed
32692
32693 \begin_layout Plain Layout
32694 \align center
32695 Box height set to 2
32696 \begin_inset space \thinspace{}
32697 \end_inset
32698
32699 Height
32700 \end_layout
32701
32702 \end_inset
32703
32704
32705 \end_layout
32706
32707 \begin_layout Description
32708 Total
32709 \begin_inset space ~
32710 \end_inset
32711
32712 Height This is the Height
32713 \begin_inset space \thinspace{}
32714 \end_inset
32715
32716 +
32717 \begin_inset space \thinspace{}
32718 \end_inset
32719
32720 Depth: 
32721 \begin_inset Box Boxed
32722 position "c"
32723 hor_pos "c"
32724 has_inner_box 1
32725 inner_pos "c"
32726 use_parbox 0
32727 use_makebox 0
32728 width "20col%"
32729 special "none"
32730 height "1in"
32731 height_special "totalheight"
32732 thickness "0.4pt"
32733 separation "3pt"
32734 shadowsize "4pt"
32735 framecolor "black"
32736 backgroundcolor "none"
32737 status collapsed
32738
32739 \begin_layout Plain Layout
32740 \align center
32741 Box height set to 1
32742 \begin_inset space \thinspace{}
32743 \end_inset
32744
32745 Total
32746 \begin_inset space ~
32747 \end_inset
32748
32749 Height
32750 \end_layout
32751
32752 \end_inset
32753
32754
32755 \end_layout
32756
32757 \begin_layout Description
32758 Width This sets the width of the box as height: 
32759 \begin_inset Box Boxed
32760 position "c"
32761 hor_pos "c"
32762 has_inner_box 1
32763 inner_pos "c"
32764 use_parbox 0
32765 use_makebox 0
32766 width "12col%"
32767 special "none"
32768 height "1in"
32769 height_special "width"
32770 thickness "0.4pt"
32771 separation "3pt"
32772 shadowsize "4pt"
32773 framecolor "black"
32774 backgroundcolor "none"
32775 status collapsed
32776
32777 \begin_layout Plain Layout
32778 \align center
32779 Box height set to 1
32780 \begin_inset space \thinspace{}
32781 \end_inset
32782
32783 Width
32784 \end_layout
32785
32786 \end_inset
32787
32788
32789 \end_layout
32790
32791 \begin_layout Subsection
32792 Alignment
32793 \begin_inset Index idx
32794 status collapsed
32795
32796 \begin_layout Plain Layout
32797 Boxes ! Alignment
32798 \end_layout
32799
32800 \end_inset
32801
32802
32803 \end_layout
32804
32805 \begin_layout Standard
32806 When you have chosen an 
32807 \family sans
32808 Inner
32809 \begin_inset space ~
32810 \end_inset
32811
32812 Box
32813 \family default
32814 , the vertical box alignment can be:
32815 \end_layout
32816
32817 \begin_layout Description
32818 Top This is an example text line.
32819  
32820 \begin_inset Box Boxed
32821 position "t"
32822 hor_pos "c"
32823 has_inner_box 1
32824 inner_pos "c"
32825 use_parbox 0
32826 use_makebox 0
32827 width "12col%"
32828 special "none"
32829 height "1in"
32830 height_special "totalheight"
32831 thickness "0.4pt"
32832 separation "3pt"
32833 shadowsize "4pt"
32834 framecolor "black"
32835 backgroundcolor "none"
32836 status collapsed
32837
32838 \begin_layout Plain Layout
32839 \align center
32840 This box is top-aligned.
32841 \end_layout
32842
32843 \end_inset
32844
32845  This is an example text line.
32846 \end_layout
32847
32848 \begin_layout Description
32849 Middle This is an example text line.
32850  
32851 \begin_inset Box Boxed
32852 position "c"
32853 hor_pos "c"
32854 has_inner_box 1
32855 inner_pos "c"
32856 use_parbox 0
32857 use_makebox 0
32858 width "12col%"
32859 special "none"
32860 height "1in"
32861 height_special "totalheight"
32862 thickness "0.4pt"
32863 separation "3pt"
32864 shadowsize "4pt"
32865 framecolor "black"
32866 backgroundcolor "none"
32867 status collapsed
32868
32869 \begin_layout Plain Layout
32870 \align center
32871 This box is middle-aligned.
32872 \end_layout
32873
32874 \end_inset
32875
32876  This is an example text line.
32877 \end_layout
32878
32879 \begin_layout Description
32880 Bottom This is an example text line.
32881  
32882 \begin_inset Box Boxed
32883 position "b"
32884 hor_pos "c"
32885 has_inner_box 1
32886 inner_pos "c"
32887 use_parbox 0
32888 use_makebox 0
32889 width "12col%"
32890 special "none"
32891 height "1in"
32892 height_special "totalheight"
32893 thickness "0.4pt"
32894 separation "3pt"
32895 shadowsize "4pt"
32896 framecolor "black"
32897 backgroundcolor "none"
32898 status collapsed
32899
32900 \begin_layout Plain Layout
32901 \align center
32902 This box is bottom-aligned.
32903 \end_layout
32904
32905 \end_inset
32906
32907  This is an example text line.
32908 \end_layout
32909
32910 \begin_layout Standard
32911 \begin_inset Note Greyedout
32912 status open
32913
32914 \begin_layout Plain Layout
32915
32916 \series bold
32917 Note:
32918 \series default
32919  The vertical box alignment can be lost in the output when you have two
32920  boxes in a line and one has e.
32921 \begin_inset space \thinspace{}
32922 \end_inset
32923
32924 g.
32925 \begin_inset space \space{}
32926 \end_inset
32927
32928 a shadow and the other one not.
32929 \end_layout
32930
32931 \end_inset
32932
32933
32934 \end_layout
32935
32936 \begin_layout Standard
32937 The horizontal box alignment can be set via \SpecialChar LyX
32938 's paragraph dialog when you
32939  set the box into its own paragraph.
32940 \end_layout
32941
32942 \begin_layout Standard
32943 \begin_inset VSpace bigskip
32944 \end_inset
32945
32946 When you have chosen an 
32947 \family sans
32948 Inner
32949 \begin_inset space ~
32950 \end_inset
32951
32952 Box
32953 \family default
32954 , the box content can be aligned vertically to:
32955 \end_layout
32956
32957 \begin_layout Description
32958 top This is an example text line.
32959  
32960 \begin_inset Box Boxed
32961 position "c"
32962 hor_pos "c"
32963 has_inner_box 1
32964 inner_pos "t"
32965 use_parbox 0
32966 use_makebox 0
32967 width "12col%"
32968 special "none"
32969 height "1.5in"
32970 height_special "totalheight"
32971 thickness "0.4pt"
32972 separation "3pt"
32973 shadowsize "4pt"
32974 framecolor "black"
32975 backgroundcolor "none"
32976 status collapsed
32977
32978 \begin_layout Plain Layout
32979 \align center
32980 This box text is top-aligned.
32981 \end_layout
32982
32983 \end_inset
32984
32985  This is an example text line.
32986 \end_layout
32987
32988 \begin_layout Description
32989 middle This is an example text line.
32990  
32991 \begin_inset Box Boxed
32992 position "c"
32993 hor_pos "c"
32994 has_inner_box 1
32995 inner_pos "c"
32996 use_parbox 0
32997 use_makebox 0
32998 width "12col%"
32999 special "none"
33000 height "1.5in"
33001 height_special "totalheight"
33002 thickness "0.4pt"
33003 separation "3pt"
33004 shadowsize "4pt"
33005 framecolor "black"
33006 backgroundcolor "none"
33007 status collapsed
33008
33009 \begin_layout Plain Layout
33010 \align center
33011 This box text is middle-aligned.
33012 \end_layout
33013
33014 \end_inset
33015
33016  This is an example text line.
33017 \end_layout
33018
33019 \begin_layout Description
33020 bottom This is an example text line.
33021  
33022 \begin_inset Box Boxed
33023 position "c"
33024 hor_pos "c"
33025 has_inner_box 1
33026 inner_pos "b"
33027 use_parbox 0
33028 use_makebox 0
33029 width "12col%"
33030 special "none"
33031 height "1.5in"
33032 height_special "totalheight"
33033 thickness "0.4pt"
33034 separation "3pt"
33035 shadowsize "4pt"
33036 framecolor "black"
33037 backgroundcolor "none"
33038 status collapsed
33039
33040 \begin_layout Plain Layout
33041 \align center
33042 This box text is bottom-aligned.
33043 \end_layout
33044
33045 \end_inset
33046
33047  This is an example text line.
33048 \end_layout
33049
33050 \begin_layout Description
33051 stretch This is an example text line.
33052  
33053 \begin_inset Box Boxed
33054 position "c"
33055 hor_pos "c"
33056 has_inner_box 1
33057 inner_pos "s"
33058 use_parbox 0
33059 use_makebox 0
33060 width "12col%"
33061 special "none"
33062 height "1.5in"
33063 height_special "totalheight"
33064 thickness "0.4pt"
33065 separation "3pt"
33066 shadowsize "4pt"
33067 framecolor "black"
33068 backgroundcolor "none"
33069 status collapsed
33070
33071 \begin_layout Plain Layout
33072 \align center
33073 This box
33074 \end_layout
33075
33076 \begin_layout Plain Layout
33077 \align center
33078 text is
33079 \end_layout
33080
33081 \begin_layout Plain Layout
33082 \align center
33083 stretched.
33084 \end_layout
33085
33086 \end_inset
33087
33088  This is an example text line.
33089 \end_layout
33090
33091 \begin_layout Standard
33092 To stretch the box content, it must consist of more than one paragraph.
33093  In the example above every text line is in an own paragraph.
33094 \end_layout
33095
33096 \begin_layout Standard
33097 \begin_inset VSpace bigskip
33098 \end_inset
33099
33100 To align the box content horizontally you can use \SpecialChar LyX
33101 's paragraph dialog when
33102  you have chosen an 
33103 \family sans
33104 Inner
33105 \begin_inset space ~
33106 \end_inset
33107
33108 Box
33109 \family default
33110 .
33111 \end_layout
33112
33113 \begin_layout Standard
33114 \align center
33115 \begin_inset Box Boxed
33116 position "c"
33117 hor_pos "c"
33118 has_inner_box 1
33119 inner_pos "s"
33120 use_parbox 0
33121 use_makebox 0
33122 width "15col%"
33123 special "none"
33124 height "1.25in"
33125 height_special "totalheight"
33126 thickness "0.4pt"
33127 separation "3pt"
33128 shadowsize "4pt"
33129 framecolor "black"
33130 backgroundcolor "none"
33131 status collapsed
33132
33133 \begin_layout Plain Layout
33134 \align left
33135 This box
33136 \end_layout
33137
33138 \begin_layout Plain Layout
33139 \align center
33140 text is
33141 \end_layout
33142
33143 \begin_layout Plain Layout
33144 \align right
33145 stretched.
33146 \end_layout
33147
33148 \end_inset
33149
33150
33151 \end_layout
33152
33153 \begin_layout Standard
33154 If you have not set an 
33155 \family sans
33156 Inner
33157 \begin_inset space ~
33158 \end_inset
33159
33160 Box
33161 \family default
33162 , you can align the box content horizontally in the box dialog.
33163 \begin_inset Separator parbreak
33164 \end_inset
33165
33166
33167 \end_layout
33168
33169 \begin_layout Standard
33170 \align center
33171 \begin_inset Box Boxed
33172 position "c"
33173 hor_pos "s"
33174 has_inner_box 0
33175 inner_pos "s"
33176 use_parbox 0
33177 use_makebox 0
33178 width "90col%"
33179 special "none"
33180 height "1.25in"
33181 height_special "totalheight"
33182 thickness "0.4pt"
33183 separation "3pt"
33184 shadowsize "4pt"
33185 framecolor "black"
33186 backgroundcolor "none"
33187 status collapsed
33188
33189 \begin_layout Plain Layout
33190 This box text is horizontally stretched.
33191 \end_layout
33192
33193 \end_inset
33194
33195
33196 \end_layout
33197
33198 \begin_layout Subsection
33199 Decoration
33200 \begin_inset CommandInset label
33201 LatexCommand label
33202 name "sec:Decoration"
33203
33204 \end_inset
33205
33206
33207 \begin_inset Index idx
33208 status collapsed
33209
33210 \begin_layout Plain Layout
33211 Boxes ! Decoration
33212 \end_layout
33213
33214 \end_inset
33215
33216
33217 \end_layout
33218
33219 \begin_layout Standard
33220 The type of the box can be specified in the box dialog in the drop-down
33221  list 
33222 \family sans
33223 Decoration
33224 \family default
33225 .
33226  The following types are possible:
33227 \end_layout
33228
33229 \begin_layout Description
33230 No
33231 \begin_inset space ~
33232 \end_inset
33233
33234 frame Nothing is drawn.
33235 \end_layout
33236
33237 \begin_layout Description
33238 Simple
33239 \begin_inset space ~
33240 \end_inset
33241
33242 rectangular
33243 \begin_inset space ~
33244 \end_inset
33245
33246 frame This draws a rectangular frame around the box.
33247  The frame line thickness can be specified.
33248  
33249 \begin_inset Box Boxed
33250 position "c"
33251 hor_pos "c"
33252 has_inner_box 1
33253 inner_pos "c"
33254 use_parbox 0
33255 use_makebox 0
33256 width "20col%"
33257 special "none"
33258 height "1in"
33259 height_special "totalheight"
33260 thickness "0.4pt"
33261 separation "3pt"
33262 shadowsize "4pt"
33263 framecolor "black"
33264 backgroundcolor "none"
33265 status collapsed
33266
33267 \begin_layout Plain Layout
33268 \align center
33269 Rectangular box
33270 \end_layout
33271
33272 \end_inset
33273
33274
33275 \end_layout
33276
33277 \begin_layout Description
33278 Oval
33279 \begin_inset space ~
33280 \end_inset
33281
33282 box,
33283 \begin_inset space ~
33284 \end_inset
33285
33286 thin This draws an oval frame around the box.
33287  The frame line thickness has the size 0.4
33288 \begin_inset space \thinspace{}
33289 \end_inset
33290
33291 pt.
33292  
33293 \begin_inset Box ovalbox
33294 position "c"
33295 hor_pos "c"
33296 has_inner_box 1
33297 inner_pos "c"
33298 use_parbox 0
33299 use_makebox 0
33300 width "20col%"
33301 special "none"
33302 height "1in"
33303 height_special "totalheight"
33304 thickness "0.4pt"
33305 separation "3pt"
33306 shadowsize "4pt"
33307 framecolor "black"
33308 backgroundcolor "none"
33309 status collapsed
33310
33311 \begin_layout Plain Layout
33312 \align center
33313 Oval box, thin
33314 \end_layout
33315
33316 \end_inset
33317
33318
33319 \end_layout
33320
33321 \begin_layout Description
33322 Oval
33323 \begin_inset space ~
33324 \end_inset
33325
33326 box,
33327 \begin_inset space ~
33328 \end_inset
33329
33330 thick This draws an oval frame around the box.
33331  The frame line thickness has the size 0.8
33332 \begin_inset space \thinspace{}
33333 \end_inset
33334
33335 pt.
33336  
33337 \begin_inset Box Ovalbox
33338 position "c"
33339 hor_pos "c"
33340 has_inner_box 1
33341 inner_pos "c"
33342 use_parbox 0
33343 use_makebox 0
33344 width "20col%"
33345 special "none"
33346 height "1in"
33347 height_special "totalheight"
33348 thickness "0.4pt"
33349 separation "3pt"
33350 shadowsize "4pt"
33351 framecolor "black"
33352 backgroundcolor "none"
33353 status collapsed
33354
33355 \begin_layout Plain Layout
33356 \align center
33357 Oval box, thick
33358 \end_layout
33359
33360 \end_inset
33361
33362
33363 \end_layout
33364
33365 \begin_layout Description
33366 Drop
33367 \begin_inset space ~
33368 \end_inset
33369
33370 shadow This draws a rectangular frame with a shadow around the box.
33371  The frame line thickness and the shadow can be specified.
33372  
33373 \begin_inset Box Shadowbox
33374 position "c"
33375 hor_pos "c"
33376 has_inner_box 1
33377 inner_pos "c"
33378 use_parbox 0
33379 use_makebox 0
33380 width "20col%"
33381 special "none"
33382 height "1in"
33383 height_special "totalheight"
33384 thickness "0.4pt"
33385 separation "3pt"
33386 shadowsize "4pt"
33387 framecolor "black"
33388 backgroundcolor "none"
33389 status collapsed
33390
33391 \begin_layout Plain Layout
33392 \align center
33393 Shadow box
33394 \end_layout
33395
33396 \end_inset
33397
33398
33399 \end_layout
33400
33401 \begin_layout Description
33402 Shaded
33403 \begin_inset space ~
33404 \end_inset
33405
33406 background This draws a box with a red background.
33407  Unlike colored boxes
33408 \begin_inset Foot
33409 status collapsed
33410
33411 \begin_layout Plain Layout
33412 see sec.
33413 \begin_inset space \thinspace{}
33414 \end_inset
33415
33416
33417 \begin_inset CommandInset ref
33418 LatexCommand ref
33419 reference "sec:Colored-Boxes"
33420
33421 \end_inset
33422
33423
33424 \end_layout
33425
33426 \end_inset
33427
33428 , it always uses the whole column width and the box is set as its own paragraph.
33429  
33430 \begin_inset Box Shaded
33431 position "t"
33432 hor_pos "c"
33433 has_inner_box 0
33434 inner_pos "t"
33435 use_parbox 0
33436 use_makebox 0
33437 width "50col%"
33438 special "none"
33439 height "1in"
33440 height_special "totalheight"
33441 thickness "0.4pt"
33442 separation "3pt"
33443 shadowsize "4pt"
33444 framecolor "black"
33445 backgroundcolor "none"
33446 status collapsed
33447
33448 \begin_layout Plain Layout
33449 Shaded background box
33450 \end_layout
33451
33452 \end_inset
33453
33454
33455 \end_layout
33456
33457 \begin_layout Description
33458 Double
33459 \begin_inset space ~
33460 \end_inset
33461
33462 rectangular
33463 \begin_inset space ~
33464 \end_inset
33465
33466 frame This draws a double-line rectangular frame around the box.
33467  The line thickness of the inner frame is 0.75
33468 \begin_inset space \thinspace{}
33469 \end_inset
33470
33471 line
33472 \begin_inset space ~
33473 \end_inset
33474
33475 thickness, the thickness of the outer frame 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  The distance between the lines is 1.5
33485 \begin_inset space \thinspace{}
33486 \end_inset
33487
33488 line
33489 \begin_inset space ~
33490 \end_inset
33491
33492 thickness
33493 \begin_inset space \thinspace{}
33494 \end_inset
33495
33496 +
33497 \begin_inset space \thinspace{}
33498 \end_inset
33499
33500 0.5
33501 \begin_inset space \thinspace{}
33502 \end_inset
33503
33504 pt.
33505  
33506 \begin_inset Box Doublebox
33507 position "c"
33508 hor_pos "c"
33509 has_inner_box 1
33510 inner_pos "c"
33511 use_parbox 0
33512 use_makebox 0
33513 width "20col%"
33514 special "none"
33515 height "1in"
33516 height_special "totalheight"
33517 thickness "0.4pt"
33518 separation "3pt"
33519 shadowsize "4pt"
33520 framecolor "black"
33521 backgroundcolor "none"
33522 status collapsed
33523
33524 \begin_layout Plain Layout
33525 \align center
33526 Double rectangular box
33527 \end_layout
33528
33529 \end_inset
33530
33531
33532 \end_layout
33533
33534 \begin_layout Standard
33535 \begin_inset VSpace bigskip
33536 \end_inset
33537
33538 \SpecialChar LyX
33539 's box label will reflect the different frame types.
33540  To be able to use all types, the \SpecialChar LaTeX
33541 -package 
33542 \series bold
33543 fancybox
33544 \series default
33545
33546 \begin_inset Index idx
33547 status collapsed
33548
33549 \begin_layout Plain Layout
33550 \SpecialChar LaTeX
33551 -packages ! fancybox
33552 \end_layout
33553
33554 \end_inset
33555
33556  must be installed.
33557 \end_layout
33558
33559 \begin_layout Standard
33560 \begin_inset VSpace bigskip
33561 \end_inset
33562
33563 When you use the decoration 
33564 \family sans
33565 simple rectangular frame
33566 \family default
33567  and no inner box, you can allow page breaks within a box.
33568  Note that then, unlike other framed boxes, the frame always uses the whole
33569  column width and the box is set as its own paragraph: 
33570 \begin_inset Box Framed
33571 position "t"
33572 hor_pos "c"
33573 has_inner_box 0
33574 inner_pos "t"
33575 use_parbox 0
33576 use_makebox 0
33577 width "100col%"
33578 special "none"
33579 height "1in"
33580 height_special "totalheight"
33581 thickness "0.4pt"
33582 separation "3pt"
33583 shadowsize "4pt"
33584 framecolor "black"
33585 backgroundcolor "none"
33586 status collapsed
33587
33588 \begin_layout Plain Layout
33589 Allow page break box
33590 \end_layout
33591
33592 \end_inset
33593
33594
33595 \end_layout
33596
33597 \begin_layout Section
33598 Box Customization
33599 \begin_inset Index idx
33600 status collapsed
33601
33602 \begin_layout Plain Layout
33603 Boxes ! Customization
33604 \end_layout
33605
33606 \end_inset
33607
33608
33609 \end_layout
33610
33611 \begin_layout Standard
33612 The diameter of the round corners of the oval boxes can be set with the
33613  command 
33614 \series bold
33615
33616 \backslash
33617 cornersize
33618 \series default
33619 .
33620  The command
33621 \end_layout
33622
33623 \begin_layout Standard
33624
33625 \series bold
33626
33627 \backslash
33628 cornersize*{1cm}
33629 \end_layout
33630
33631 \begin_layout Standard
33632 sets the diameter to 1
33633 \begin_inset space \thinspace{}
33634 \end_inset
33635
33636 cm.
33637  The command
33638 \end_layout
33639
33640 \begin_layout Standard
33641
33642 \series bold
33643
33644 \backslash
33645 cornersize{num}
33646 \end_layout
33647
33648 \begin_layout Standard
33649 sets the diameter to 
33650 \family sans
33651 num
33652 \begin_inset space \thinspace{}
33653 \end_inset
33654
33655 ×
33656 \begin_inset space \thinspace{}
33657 \end_inset
33658
33659 minimum(width and height of box)
33660 \family default
33661 .
33662  The default is 
33663 \series bold
33664
33665 \backslash
33666 cornersize{0.5}
33667 \series default
33668 .
33669 \end_layout
33670
33671 \begin_layout Standard
33672 \begin_inset ERT
33673 status collapsed
33674
33675 \begin_layout Plain Layout
33676
33677
33678 \backslash
33679 cornersize*{1.5cm}
33680 \end_layout
33681
33682 \end_inset
33683
33684
33685 \begin_inset Box Ovalbox
33686 position "c"
33687 hor_pos "c"
33688 has_inner_box 1
33689 inner_pos "c"
33690 use_parbox 0
33691 use_makebox 0
33692 width "25col%"
33693 special "none"
33694 height "1in"
33695 height_special "totalheight"
33696 thickness "0.4pt"
33697 separation "3pt"
33698 shadowsize "4pt"
33699 framecolor "black"
33700 backgroundcolor "none"
33701 status open
33702
33703 \begin_layout Plain Layout
33704 \align center
33705 Oval box with 
33706 \series bold
33707
33708 \backslash
33709 cornersize
33710 \series default
33711
33712 \begin_inset space \thinspace{}
33713 \end_inset
33714
33715 =
33716 \begin_inset space \thinspace{}
33717 \end_inset
33718
33719 1.5
33720 \begin_inset space \thinspace{}
33721 \end_inset
33722
33723 cm
33724 \end_layout
33725
33726 \end_inset
33727
33728
33729 \begin_inset ERT
33730 status collapsed
33731
33732 \begin_layout Plain Layout
33733
33734
33735 \backslash
33736 cornersize{0.5}
33737 \end_layout
33738
33739 \end_inset
33740
33741
33742 \end_layout
33743
33744 \begin_layout Standard
33745 \begin_inset VSpace bigskip
33746 \end_inset
33747
33748
33749 \end_layout
33750
33751 \begin_layout Standard
33752 The default background color red of 
33753 \family sans
33754 shaded background
33755 \family default
33756  boxes can either be changed locally with the command 
33757 \series bold
33758
33759 \backslash
33760 definecolor{shadecolor}
33761 \series default
33762  or globally with the menu 
33763 \family sans
33764 Tools\SpecialChar menuseparator
33765 Preferences\SpecialChar menuseparator
33766 Colors\SpecialChar menuseparator
33767 shaded
33768 \begin_inset space ~
33769 \end_inset
33770
33771 box
33772 \family default
33773 .
33774  The scheme of the 
33775 \series bold
33776
33777 \backslash
33778 definecolor
33779 \series default
33780  command is explained in section
33781 \begin_inset space ~
33782 \end_inset
33783
33784
33785 \begin_inset CommandInset ref
33786 LatexCommand ref
33787 reference "sec:Colored-Tables"
33788
33789 \end_inset
33790
33791 .
33792 \begin_inset Foot
33793 status collapsed
33794
33795 \begin_layout Plain Layout
33796 Note that 
33797 \series bold
33798
33799 \backslash
33800 definecolor
33801 \series default
33802  requires the \SpecialChar LaTeX
33803 -package 
33804 \series bold
33805 color
33806 \series default
33807  in the preamble, see section
33808 \begin_inset space ~
33809 \end_inset
33810
33811
33812 \begin_inset CommandInset ref
33813 LatexCommand ref
33814 reference "sec:Colored-Boxes"
33815
33816 \end_inset
33817
33818 .
33819 \end_layout
33820
33821 \end_inset
33822
33823  For example the appearance of the following shaded background box is set
33824  with the \SpecialChar TeX
33825  Code command
33826 \end_layout
33827
33828 \begin_layout Standard
33829
33830 \series bold
33831
33832 \backslash
33833 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33834 \end_layout
33835
33836 \begin_layout Standard
33837 \begin_inset ERT
33838 status collapsed
33839
33840 \begin_layout Plain Layout
33841
33842
33843 \backslash
33844 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33845 \end_layout
33846
33847 \end_inset
33848
33849
33850 \begin_inset Box Shaded
33851 position "t"
33852 hor_pos "c"
33853 has_inner_box 0
33854 inner_pos "t"
33855 use_parbox 0
33856 use_makebox 0
33857 width "100col%"
33858 special "none"
33859 height "1in"
33860 height_special "totalheight"
33861 thickness "0.4pt"
33862 separation "3pt"
33863 shadowsize "4pt"
33864 framecolor "black"
33865 backgroundcolor "none"
33866 status open
33867
33868 \begin_layout Plain Layout
33869
33870 \color yellow
33871 This is yellow text in a
33872 \color none
33873  
33874 \family sans
33875 \color yellow
33876 shaded background
33877 \family default
33878 \color none
33879  
33880 \color yellow
33881 box with dark green background.
33882 \end_layout
33883
33884 \end_inset
33885
33886
33887 \begin_inset ERT
33888 status collapsed
33889
33890 \begin_layout Plain Layout
33891
33892
33893 \backslash
33894 definecolor{shadecolor}{rgb}{1,0,0}
33895 \end_layout
33896
33897 \end_inset
33898
33899
33900 \end_layout
33901
33902 \begin_layout Standard
33903 \begin_inset VSpace bigskip
33904 \end_inset
33905
33906 Manually changed sizes and colors are valid for all boxes following the
33907  commands that change them.
33908 \end_layout
33909
33910 \begin_layout Section
33911 Minipages
33912 \begin_inset CommandInset label
33913 LatexCommand label
33914 name "sec:Minipages"
33915
33916 \end_inset
33917
33918
33919 \begin_inset Index idx
33920 status collapsed
33921
33922 \begin_layout Plain Layout
33923 Boxes ! Minipages
33924 \end_layout
33925
33926 \end_inset
33927
33928
33929 \end_layout
33930
33931 \begin_layout Standard
33932 Minipages are treated by \SpecialChar LaTeX
33933  as pages within pages and can therefore for example
33934  have their own footnotes.
33935 \end_layout
33936
33937 \begin_layout Standard
33938 Minipages are useful when you write documents with different languages.
33939 \end_layout
33940
33941 \begin_layout Standard
33942 Below are two example minipages side by side.
33943  Their width is set to 45
33944 \begin_inset space \thinspace{}
33945 \end_inset
33946
33947 col% and they are separated by a horizontal fill, that was inserted via
33948  the menu 
33949 \family sans
33950 Insert\SpecialChar menuseparator
33951 Special
33952 \begin_inset space ~
33953 \end_inset
33954
33955 Formatting\SpecialChar menuseparator
33956 Horizontal
33957 \begin_inset space ~
33958 \end_inset
33959
33960 Fill
33961 \family default
33962 .
33963 \begin_inset Newpage newpage
33964 \end_inset
33965
33966
33967 \end_layout
33968
33969 \begin_layout Standard
33970 \begin_inset Box Frameless
33971 position "t"
33972 hor_pos "c"
33973 has_inner_box 1
33974 inner_pos "c"
33975 use_parbox 0
33976 use_makebox 0
33977 width "45col%"
33978 special "none"
33979 height "1in"
33980 height_special "totalheight"
33981 thickness "0.4pt"
33982 separation "3pt"
33983 shadowsize "4pt"
33984 framecolor "black"
33985 backgroundcolor "none"
33986 status open
33987
33988 \begin_layout Plain Layout
33989
33990 \lang ngerman
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  Dies ist ein deutscher Text.
33996  Dies ist ein deutscher Text.
33997  Dies ist ein deutscher Text.
33998  Dies ist ein deutscher Text.
33999  Dies ist ein deutscher Text.
34000  Dies ist ein deutscher Text.
34001  Dies ist ein deutscher Text.
34002  Dies ist ein deutscher Text.
34003  Dies ist ein deutscher Text
34004 \begin_inset Foot
34005 status collapsed
34006
34007 \begin_layout Plain Layout
34008
34009 \lang ngerman
34010 Dies ist eine deutsche Fußnote.
34011 \end_layout
34012
34013 \end_inset
34014
34015 .
34016  Dies ist ein deutscher Text.
34017  Dies ist ein deutscher Text.
34018 \end_layout
34019
34020 \end_inset
34021
34022
34023 \begin_inset space \hfill{}
34024 \end_inset
34025
34026
34027 \begin_inset Box Frameless
34028 position "t"
34029 hor_pos "c"
34030 has_inner_box 1
34031 inner_pos "c"
34032 use_parbox 0
34033 use_makebox 0
34034 width "45col%"
34035 special "none"
34036 height "1in"
34037 height_special "totalheight"
34038 thickness "0.4pt"
34039 separation "3pt"
34040 shadowsize "4pt"
34041 framecolor "black"
34042 backgroundcolor "none"
34043 status open
34044
34045 \begin_layout Plain Layout
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  This is an English Text.
34054  This is an English Text.
34055  This is an English Text.
34056  This is an English Text.
34057  This is an English Text.
34058  This is an English Text.
34059  This is an English Text.
34060  This is an English Text.
34061  This is an English Text.
34062 \begin_inset Foot
34063 status collapsed
34064
34065 \begin_layout Plain Layout
34066 This is an English footnote.
34067 \end_layout
34068
34069 \end_inset
34070
34071  This is an English Text.
34072 \end_layout
34073
34074 \end_inset
34075
34076
34077 \end_layout
34078
34079 \begin_layout Standard
34080 \begin_inset VSpace bigskip
34081 \end_inset
34082
34083 The document-wide paragraph settings are ignored within minipages.
34084  That means that there will be no space between paragraphs in minipages
34085  although you set it to e.
34086 \begin_inset space \thinspace{}
34087 \end_inset
34088
34089 g.
34090 \begin_inset space \space{}
34091 \end_inset
34092
34093
34094 \family sans
34095 MedSkip
34096 \family default
34097  in the document settings.
34098 \end_layout
34099
34100 \begin_layout Standard
34101 Minipages can also be used to set a background color for text parts, see
34102  section
34103 \begin_inset space ~
34104 \end_inset
34105
34106
34107 \begin_inset CommandInset ref
34108 LatexCommand ref
34109 reference "sec:Colored-Boxes"
34110
34111 \end_inset
34112
34113 .
34114 \end_layout
34115
34116 \begin_layout Standard
34117 \begin_inset Note Greyedout
34118 status open
34119
34120 \begin_layout Plain Layout
34121
34122 \series bold
34123 Note:
34124 \series default
34125  You cannot have floats or margin notes inside minipages but minipages can
34126  be used inside tables, floats, and other boxes.
34127 \end_layout
34128
34129 \end_inset
34130
34131
34132 \end_layout
34133
34134 \begin_layout Section
34135 Parboxes
34136 \begin_inset CommandInset label
34137 LatexCommand label
34138 name "sec:Parboxes"
34139
34140 \end_inset
34141
34142
34143 \begin_inset Index idx
34144 status collapsed
34145
34146 \begin_layout Plain Layout
34147 Boxes ! Parboxes
34148 \end_layout
34149
34150 \end_inset
34151
34152
34153 \end_layout
34154
34155 \begin_layout Standard
34156 Parboxes are very similar to minipages with the difference that they cannot
34157  have footnotes.
34158 \begin_inset Separator parbreak
34159 \end_inset
34160
34161
34162 \end_layout
34163
34164 \begin_layout Standard
34165 \align center
34166 \begin_inset Box Frameless
34167 position "t"
34168 hor_pos "c"
34169 has_inner_box 1
34170 inner_pos "t"
34171 use_parbox 1
34172 use_makebox 0
34173 width "33col%"
34174 special "none"
34175 height "1in"
34176 height_special "totalheight"
34177 thickness "0.4pt"
34178 separation "3pt"
34179 shadowsize "4pt"
34180 framecolor "black"
34181 backgroundcolor "none"
34182 status open
34183
34184 \begin_layout Plain Layout
34185 This a text within a parbox.
34186  This a text within a parbox.
34187 \end_layout
34188
34189 \begin_layout Plain Layout
34190 This footnote won't appear:
34191 \begin_inset Foot
34192 status collapsed
34193
34194 \begin_layout Plain Layout
34195 This footnote is inside a parbox and will therefore not appear.
34196 \end_layout
34197
34198 \end_inset
34199
34200
34201 \end_layout
34202
34203 \end_inset
34204
34205
34206 \end_layout
34207
34208 \begin_layout Section
34209 Boxes for Words and Characters
34210 \begin_inset Index idx
34211 status collapsed
34212
34213 \begin_layout Plain Layout
34214 Boxes ! for Characters
34215 \end_layout
34216
34217 \end_inset
34218
34219
34220 \end_layout
34221
34222 \begin_layout Subsection
34223 Prevent Hyphenation
34224 \begin_inset CommandInset label
34225 LatexCommand label
34226 name "sec:Prevent-Hyphenation"
34227
34228 \end_inset
34229
34230
34231 \begin_inset Index idx
34232 status collapsed
34233
34234 \begin_layout Plain Layout
34235 Boxes ! to Prevent Hyphenation
34236 \end_layout
34237
34238 \end_inset
34239
34240
34241 \end_layout
34242
34243 \begin_layout Standard
34244 You can use the box type 
34245 \family sans
34246 Makebox
34247 \family default
34248  to prevent words or text from being hyphenated.
34249 \begin_inset Newline newline
34250 \end_inset
34251
34252 Here is an example text:
34253 \end_layout
34254
34255 \begin_layout Standard
34256 This line is an example to show how you can prevent the hyphenation of 
34257 \begin_inset Quotes eld
34258 \end_inset
34259
34260 veryverylongword
34261 \begin_inset Quotes erd
34262 \end_inset
34263
34264 .
34265 \end_layout
34266
34267 \begin_layout Standard
34268 To prevent the hyphenation of the word 
34269 \begin_inset Quotes eld
34270 \end_inset
34271
34272 veryverylongword
34273 \begin_inset Quotes erd
34274 \end_inset
34275
34276 , put the word into a box, set the 
34277 \family sans
34278 Inner
34279 \begin_inset space ~
34280 \end_inset
34281
34282 box
34283 \family default
34284  to 
34285 \family sans
34286 Makebox
34287 \family default
34288  and use no explicit width.
34289 \end_layout
34290
34291 \begin_layout Standard
34292 This is the result:
34293 \end_layout
34294
34295 \begin_layout Standard
34296 This line is an example to show how you can prevent the hyphenation of 
34297 \begin_inset Box Frameless
34298 position "t"
34299 hor_pos "c"
34300 has_inner_box 1
34301 inner_pos "t"
34302 use_parbox 0
34303 use_makebox 1
34304 width ""
34305 special "none"
34306 height "1in"
34307 height_special "totalheight"
34308 thickness "0.4pt"
34309 separation "3pt"
34310 shadowsize "4pt"
34311 framecolor "black"
34312 backgroundcolor "none"
34313 status open
34314
34315 \begin_layout Plain Layout
34316 \begin_inset Quotes eld
34317 \end_inset
34318
34319 veryverylongword
34320 \begin_inset Quotes erd
34321 \end_inset
34322
34323
34324 \end_layout
34325
34326 \end_inset
34327
34328 .
34329 \end_layout
34330
34331 \begin_layout Standard
34332 You can alternatively set the command 
34333 \begin_inset Quotes eld
34334 \end_inset
34335
34336
34337 \series bold
34338
34339 \backslash
34340 -
34341 \series default
34342
34343 \begin_inset Quotes grd
34344 \end_inset
34345
34346  as \SpecialChar TeX
34347  Code directly before the word:
34348 \end_layout
34349
34350 \begin_layout Standard
34351 This line is an example to show how you can prevent the hyphenation of 
34352 \begin_inset Quotes eld
34353 \end_inset
34354
34355
34356 \begin_inset ERT
34357 status collapsed
34358
34359 \begin_layout Plain Layout
34360
34361
34362 \backslash
34363 -
34364 \end_layout
34365
34366 \end_inset
34367
34368 veryverylongword
34369 \begin_inset Quotes erd
34370 \end_inset
34371
34372 .
34373 \end_layout
34374
34375 \begin_layout Standard
34376 Of course the word now protrudes over the side margin.
34377  To avoid this, add via the menu 
34378 \family sans
34379 Insert\SpecialChar menuseparator
34380 Formatting\SpecialChar menuseparator
34381 Ragged
34382 \begin_inset space ~
34383 \end_inset
34384
34385 Line
34386 \begin_inset space ~
34387 \end_inset
34388
34389 Break
34390 \family default
34391  (shortcut 
34392 \begin_inset Info
34393 type  "shortcut"
34394 arg   "newline-insert newline"
34395 \end_inset
34396
34397 ) a line break before the word:
34398 \end_layout
34399
34400 \begin_layout Standard
34401 This line is an example to show how you can prevent the hyphenation of 
34402 \begin_inset Newline newline
34403 \end_inset
34404
34405
34406 \begin_inset Box Frameless
34407 position "t"
34408 hor_pos "c"
34409 has_inner_box 1
34410 inner_pos "t"
34411 use_parbox 0
34412 use_makebox 1
34413 width ""
34414 special "none"
34415 height "1in"
34416 height_special "totalheight"
34417 thickness "0.4pt"
34418 separation "3pt"
34419 shadowsize "4pt"
34420 framecolor "black"
34421 backgroundcolor "none"
34422 status open
34423
34424 \begin_layout Plain Layout
34425 \begin_inset Quotes eld
34426 \end_inset
34427
34428 veryverylongword
34429 \begin_inset Quotes erd
34430 \end_inset
34431
34432
34433 \end_layout
34434
34435 \end_inset
34436
34437 .
34438 \end_layout
34439
34440 \begin_layout Subsection
34441 Vertical Alignment
34442 \begin_inset CommandInset label
34443 LatexCommand label
34444 name "subsec:Vertical-Alignment"
34445
34446 \end_inset
34447
34448
34449 \begin_inset Index idx
34450 status collapsed
34451
34452 \begin_layout Plain Layout
34453 Boxes ! for Vertical Alignment
34454 \end_layout
34455
34456 \end_inset
34457
34458
34459 \begin_inset Index idx
34460 status collapsed
34461
34462 \begin_layout Plain Layout
34463 Boxes ! Raiseboxes
34464 \end_layout
34465
34466 \end_inset
34467
34468
34469 \end_layout
34470
34471 \begin_layout Standard
34472 With the help of the command 
34473 \series bold
34474
34475 \backslash
34476 raisebox
34477 \series default
34478  you can align words, characters or other boxes vertically relative to the
34479  surrounding text.
34480  
34481 \series bold
34482
34483 \backslash
34484 raisebox
34485 \series default
34486  is used with the following scheme:
34487 \end_layout
34488
34489 \begin_layout Standard
34490
34491 \series bold
34492
34493 \backslash
34494 raisebox{lift}[height][depth]{box content}
34495 \end_layout
34496
34497 \begin_layout Standard
34498 The lift can be a positive value to raise the box or a negative value to
34499  lower the box.
34500 \end_layout
34501
34502 \begin_layout Standard
34503 To align for example the word 
34504 \begin_inset Quotes eld
34505 \end_inset
34506
34507 preventing
34508 \begin_inset Quotes erd
34509 \end_inset
34510
34511  so that the bottom of the 
34512 \begin_inset Quotes eld
34513 \end_inset
34514
34515 deepest
34516 \begin_inset Quotes erd
34517 \end_inset
34518
34519  character 
34520 \begin_inset Quotes eld
34521 \end_inset
34522
34523 p
34524 \begin_inset Quotes erd
34525 \end_inset
34526
34527  is at the baseline, insert the command
34528 \end_layout
34529
34530 \begin_layout Standard
34531
34532 \series bold
34533
34534 \backslash
34535 raisebox{
34536 \backslash
34537 depth}{
34538 \end_layout
34539
34540 \begin_layout Standard
34541 in \SpecialChar TeX
34542  Code before the word.
34543  After the word insert a closing brace 
34544 \begin_inset Quotes eld
34545 \end_inset
34546
34547
34548 \series bold
34549 }
34550 \series default
34551
34552 \begin_inset Quotes erd
34553 \end_inset
34554
34555  in \SpecialChar TeX
34556  Code.
34557 \begin_inset Newline newline
34558 \end_inset
34559
34560 This is the result:
34561 \end_layout
34562
34563 \begin_layout Standard
34564 This is a text line with the word 
34565 \begin_inset ERT
34566 status collapsed
34567
34568 \begin_layout Plain Layout
34569
34570
34571 \backslash
34572 raisebox{
34573 \backslash
34574 depth}{
34575 \end_layout
34576
34577 \end_inset
34578
34579
34580 \begin_inset Quotes eld
34581 \end_inset
34582
34583 preventing
34584 \begin_inset Quotes erd
34585 \end_inset
34586
34587
34588 \begin_inset ERT
34589 status collapsed
34590
34591 \begin_layout Plain Layout
34592
34593 }
34594 \end_layout
34595
34596 \end_inset
34597
34598  as a raised word.
34599 \end_layout
34600
34601 \begin_layout Standard
34602 \begin_inset VSpace bigskip
34603 \end_inset
34604
34605 When you raise or lower characters in a line, the line distance will be
34606  spread:
34607 \end_layout
34608
34609 \begin_layout Standard
34610 This is a text line with the word 
34611 \begin_inset ERT
34612 status collapsed
34613
34614 \begin_layout Plain Layout
34615
34616
34617 \backslash
34618 raisebox{-
34619 \backslash
34620 depth}{
34621 \end_layout
34622
34623 \end_inset
34624
34625
34626 \begin_inset Quotes eld
34627 \end_inset
34628
34629 preventing
34630 \begin_inset Quotes erd
34631 \end_inset
34632
34633
34634 \begin_inset ERT
34635 status collapsed
34636
34637 \begin_layout Plain Layout
34638
34639 }
34640 \end_layout
34641
34642 \end_inset
34643
34644  as a lowered word.
34645 \begin_inset Newline newline
34646 \end_inset
34647
34648 This is a text line with the word 
34649 \begin_inset ERT
34650 status collapsed
34651
34652 \begin_layout Plain Layout
34653
34654
34655 \backslash
34656 raisebox{0.5cm}{
34657 \end_layout
34658
34659 \end_inset
34660
34661
34662 \begin_inset Quotes eld
34663 \end_inset
34664
34665 testing
34666 \begin_inset Quotes erd
34667 \end_inset
34668
34669
34670 \begin_inset ERT
34671 status collapsed
34672
34673 \begin_layout Plain Layout
34674
34675 }
34676 \end_layout
34677
34678 \end_inset
34679
34680  as a raised word.
34681 \end_layout
34682
34683 \begin_layout Standard
34684 If you want to prevent this for a certain reason, set the box height to
34685  a zero value.
34686  For example use
34687 \end_layout
34688
34689 \begin_layout Standard
34690
34691 \series bold
34692
34693 \backslash
34694 raisebox{-
34695 \backslash
34696 depth}[0pt]{
34697 \end_layout
34698
34699 \begin_layout Standard
34700 This is a text line with the word 
34701 \begin_inset ERT
34702 status collapsed
34703
34704 \begin_layout Plain Layout
34705
34706
34707 \backslash
34708 raisebox{-
34709 \backslash
34710 depth}[0pt]{
34711 \end_layout
34712
34713 \end_inset
34714
34715
34716 \begin_inset Quotes eld
34717 \end_inset
34718
34719 preventing
34720 \begin_inset Quotes erd
34721 \end_inset
34722
34723
34724 \begin_inset ERT
34725 status collapsed
34726
34727 \begin_layout Plain Layout
34728
34729 }
34730 \end_layout
34731
34732 \end_inset
34733
34734  as a lowered word.
34735 \begin_inset Newline newline
34736 \end_inset
34737
34738
34739 \begin_inset Newline newline
34740 \end_inset
34741
34742 This is a text line with the word 
34743 \begin_inset ERT
34744 status collapsed
34745
34746 \begin_layout Plain Layout
34747
34748
34749 \backslash
34750 raisebox{0.5cm}[0pt]{
34751 \end_layout
34752
34753 \end_inset
34754
34755
34756 \begin_inset Quotes eld
34757 \end_inset
34758
34759 testing
34760 \begin_inset Quotes erd
34761 \end_inset
34762
34763
34764 \begin_inset ERT
34765 status collapsed
34766
34767 \begin_layout Plain Layout
34768
34769 }
34770 \end_layout
34771
34772 \end_inset
34773
34774  as a raised word.
34775 \end_layout
34776
34777 \begin_layout Section
34778 Colored Boxes
34779 \begin_inset CommandInset label
34780 LatexCommand label
34781 name "sec:Colored-Boxes"
34782
34783 \end_inset
34784
34785
34786 \begin_inset Index idx
34787 status collapsed
34788
34789 \begin_layout Plain Layout
34790 Boxes ! Color
34791 \end_layout
34792
34793 \end_inset
34794
34795
34796 \end_layout
34797
34798 \begin_layout Standard
34799 To color the background of a box just select the color you like in the box
34800  dialog.
34801  This is for example a box with orange background: 
34802 \begin_inset Box Frameless
34803 position "t"
34804 hor_pos "c"
34805 has_inner_box 1
34806 inner_pos "t"
34807 use_parbox 0
34808 use_makebox 1
34809 width ""
34810 special "none"
34811 height "1in"
34812 height_special "totalheight"
34813 thickness "0.4pt"
34814 separation "3pt"
34815 shadowsize "4pt"
34816 framecolor "black"
34817 backgroundcolor "orange"
34818 status open
34819
34820 \begin_layout Plain Layout
34821 Box with orange background
34822 \end_layout
34823
34824 \end_inset
34825
34826
34827 \end_layout
34828
34829 \begin_layout Standard
34830 If you use the decoration 
34831 \family sans
34832 Simple
34833 \begin_inset space ~
34834 \end_inset
34835
34836 rectangular
34837 \begin_inset space ~
34838 \end_inset
34839
34840 frame
34841 \family default
34842  you can set a frame color.
34843  In this case you must also specify a background color (LyX sets white as
34844  default).
34845  Here is an example: 
34846 \begin_inset Box Boxed
34847 position "t"
34848 hor_pos "c"
34849 has_inner_box 0
34850 inner_pos "t"
34851 use_parbox 0
34852 use_makebox 0
34853 width ""
34854 special "none"
34855 height "1in"
34856 height_special "totalheight"
34857 thickness "0.4pt"
34858 separation "3pt"
34859 shadowsize "4pt"
34860 framecolor "teal"
34861 backgroundcolor "yellow"
34862 status open
34863
34864 \begin_layout Plain Layout
34865 Box with teal frame color and yellow background color
34866 \end_layout
34867
34868 \end_inset
34869
34870
34871 \end_layout
34872
34873 \begin_layout Standard
34874 \begin_inset VSpace bigskip
34875 \end_inset
34876
34877 Of course you can also have colored text inside a colored box:
34878 \begin_inset Newline newline
34879 \end_inset
34880
34881
34882 \begin_inset Box Boxed
34883 position "t"
34884 hor_pos "c"
34885 has_inner_box 0
34886 inner_pos "t"
34887 use_parbox 0
34888 use_makebox 0
34889 width ""
34890 special "none"
34891 height "1in"
34892 height_special "totalheight"
34893 thickness "0.4pt"
34894 separation "3pt"
34895 shadowsize "4pt"
34896 framecolor "cyan"
34897 backgroundcolor "magenta"
34898 status open
34899
34900 \begin_layout Plain Layout
34901
34902 \color yellow
34903 This is colored text within a colored, framed box
34904 \end_layout
34905
34906 \end_inset
34907
34908
34909 \end_layout
34910
34911 \begin_layout Standard
34912 \begin_inset VSpace bigskip
34913 \end_inset
34914
34915
34916 \end_layout
34917
34918 \begin_layout Standard
34919 If you need another color than the predefined ones, you can define your
34920  own color as described in section
34921 \begin_inset space ~
34922 \end_inset
34923
34924
34925 \begin_inset CommandInset ref
34926 LatexCommand ref
34927 reference "sec:Colored-Tables"
34928
34929 \end_inset
34930
34931 .
34932  To use your own color you must typeset the box by using TeX code:
34933 \end_layout
34934
34935 \begin_layout Standard
34936 Colored boxes without frame are created with the command 
34937 \series bold
34938
34939 \backslash
34940 colorbox
34941 \series default
34942 .
34943  It has the following scheme:
34944 \end_layout
34945
34946 \begin_layout Standard
34947
34948 \series bold
34949
34950 \backslash
34951 colorbox{color}{box content}
34952 \end_layout
34953
34954 \begin_layout Standard
34955 The box content can also be a box and colored boxes can also be within other
34956  boxes.
34957  To have e.
34958 \begin_inset space \thinspace{}
34959 \end_inset
34960
34961 g.
34962 \begin_inset space \space{}
34963 \end_inset
34964
34965 a darkgreen background for a word, insert the command
34966 \end_layout
34967
34968 \begin_layout Standard
34969
34970 \series bold
34971
34972 \backslash
34973 colorbox{darkgreen}{
34974 \end_layout
34975
34976 \begin_layout Standard
34977 before the word in \SpecialChar TeX
34978  Code.
34979  After the word insert a closing brace 
34980 \begin_inset Quotes eld
34981 \end_inset
34982
34983
34984 \series bold
34985 }
34986 \series default
34987
34988 \begin_inset Quotes erd
34989 \end_inset
34990
34991  in \SpecialChar TeX
34992  Code.
34993 \begin_inset Newline newline
34994 \end_inset
34995
34996 This is the result:
34997 \end_layout
34998
34999 \begin_layout Standard
35000 This is a line where the word 
35001 \begin_inset ERT
35002 status collapsed
35003
35004 \begin_layout Plain Layout
35005
35006
35007 \backslash
35008 colorbox{darkgreen}{
35009 \end_layout
35010
35011 \end_inset
35012
35013
35014 \begin_inset Quotes eld
35015 \end_inset
35016
35017 Attention!
35018 \begin_inset Quotes erd
35019 \end_inset
35020
35021
35022 \begin_inset ERT
35023 status collapsed
35024
35025 \begin_layout Plain Layout
35026
35027 }
35028 \end_layout
35029
35030 \end_inset
35031
35032  has a darkgreen background.
35033 \end_layout
35034
35035 \begin_layout Standard
35036 Framed, colored boxes are created with the command 
35037 \series bold
35038
35039 \backslash
35040 fcolorbox
35041 \series default
35042 .
35043  It has the following scheme:
35044 \end_layout
35045
35046 \begin_layout Standard
35047
35048 \series bold
35049
35050 \backslash
35051 fcolorbox{frame color}{box color}{box content}
35052 \end_layout
35053
35054 \begin_layout Section
35055 Rotated and Scaled Boxes
35056 \end_layout
35057
35058 \begin_layout Standard
35059 To use the commands described in this section, the \SpecialChar LaTeX
35060 -package 
35061 \series bold
35062 graphicx
35063 \series default
35064
35065 \begin_inset Index idx
35066 status collapsed
35067
35068 \begin_layout Plain Layout
35069 \SpecialChar LaTeX
35070 -packages ! graphicx
35071 \end_layout
35072
35073 \end_inset
35074
35075  needs to be loaded in the document preamble with the command
35076 \end_layout
35077
35078 \begin_layout Standard
35079
35080 \series bold
35081
35082 \backslash
35083 @ifundefined{rotatebox}
35084 \begin_inset Newline newline
35085 \end_inset
35086
35087
35088 \begin_inset Phantom HPhantom
35089 status open
35090
35091 \begin_layout Plain Layout
35092
35093 \series bold
35094 \begin_inset space ~
35095 \end_inset
35096
35097
35098 \end_layout
35099
35100 \end_inset
35101
35102 {
35103 \backslash
35104 usepackage{graphicx}}{}
35105 \end_layout
35106
35107 \begin_layout Standard
35108 \begin_inset Note Greyedout
35109 status open
35110
35111 \begin_layout Plain Layout
35112
35113 \series bold
35114 Note:
35115 \series default
35116  Not all DVI-viewers are able to display rotated or scaled material.
35117 \end_layout
35118
35119 \end_inset
35120
35121
35122 \end_layout
35123
35124 \begin_layout Standard
35125 \begin_inset Note Greyedout
35126 status open
35127
35128 \begin_layout Plain Layout
35129
35130 \series bold
35131 Note:
35132 \series default
35133  Floats are not allowed inside a rotated or scaled box.
35134 \end_layout
35135
35136 \end_inset
35137
35138
35139 \end_layout
35140
35141 \begin_layout Subsection
35142 Rotated Boxes
35143 \begin_inset Index idx
35144 status collapsed
35145
35146 \begin_layout Plain Layout
35147 Boxes ! rotated
35148 \end_layout
35149
35150 \end_inset
35151
35152
35153 \begin_inset Index idx
35154 status collapsed
35155
35156 \begin_layout Plain Layout
35157 Rotated Material
35158 \end_layout
35159
35160 \end_inset
35161
35162
35163 \end_layout
35164
35165 \begin_layout Standard
35166 To rotate material, you can put it into a rotated box.
35167  Such a box is created using the command 
35168 \series bold
35169
35170 \backslash
35171 rotatebox
35172 \series default
35173  in \SpecialChar TeX
35174  Code with the following scheme:
35175 \end_layout
35176
35177 \begin_layout Standard
35178
35179 \series bold
35180
35181 \backslash
35182 rotatebox[rotation origin]{rotation angle}{box content}
35183 \end_layout
35184
35185 \begin_layout Standard
35186 The rotation origin is specified in the form 
35187 \series bold
35188 origin=position
35189 \series default
35190 .
35191  The following positions are possible: 
35192 \emph on
35193 c
35194 \emph default
35195  (center), 
35196 \emph on
35197 l
35198 \emph default
35199  (left), 
35200 \emph on
35201 r
35202 \emph default
35203  (right), 
35204 \emph on
35205 b
35206 \emph default
35207  (bottom), 
35208 \emph on
35209 t
35210 \emph default
35211  (top), along with meaningful combinations of the four base positions.
35212  For example 
35213 \emph on
35214 lt
35215 \emph default
35216  means that the rotation origin is at the top left corner of the box.
35217  When no rotation origin is specified, the position 
35218 \emph on
35219 l
35220 \emph default
35221  will be used.
35222  The rotation angle is a number that can be negative that specifies the
35223  angle in degrees.
35224  The rotation direction is counterclockwise.
35225 \end_layout
35226
35227 \begin_layout Standard
35228 In the following example the command 
35229 \series bold
35230
35231 \backslash
35232 rotatebox[origin=c]{60}{
35233 \series default
35234  was inserted as \SpecialChar TeX
35235  Code before the text 
35236 \begin_inset Quotes eld
35237 \end_inset
35238
35239 with rotated
35240 \begin_inset Quotes erd
35241 \end_inset
35242
35243 ; after the text the box was closed by a closing brace 
35244 \series bold
35245 }
35246 \series default
35247  in \SpecialChar TeX
35248  Code.
35249 \end_layout
35250
35251 \begin_layout Standard
35252 This is a line 
35253 \begin_inset ERT
35254 status collapsed
35255
35256 \begin_layout Plain Layout
35257
35258
35259 \backslash
35260 rotatebox[origin=c]{60}{
35261 \end_layout
35262
35263 \end_inset
35264
35265 with rotated
35266 \begin_inset ERT
35267 status collapsed
35268
35269 \begin_layout Plain Layout
35270
35271 }
35272 \end_layout
35273
35274 \end_inset
35275
35276  text.
35277 \end_layout
35278
35279 \begin_layout Standard
35280 The box content can also be another box or an inline formula:
35281 \end_layout
35282
35283 \begin_layout Standard
35284 This is a line
35285 \begin_inset ERT
35286 status collapsed
35287
35288 \begin_layout Plain Layout
35289
35290
35291 \backslash
35292 rotatebox[origin=r]{-60}{
35293 \end_layout
35294
35295 \end_inset
35296
35297
35298 \begin_inset Box Doublebox
35299 position "c"
35300 hor_pos "c"
35301 has_inner_box 0
35302 inner_pos "c"
35303 use_parbox 0
35304 use_makebox 0
35305 width "1in"
35306 special "width"
35307 height "1in"
35308 height_special "totalheight"
35309 thickness "0.4pt"
35310 separation "3pt"
35311 shadowsize "4pt"
35312 framecolor "black"
35313 backgroundcolor "none"
35314 status collapsed
35315
35316 \begin_layout Plain Layout
35317 with rotated
35318 \end_layout
35319
35320 \end_inset
35321
35322
35323 \begin_inset ERT
35324 status collapsed
35325
35326 \begin_layout Plain Layout
35327
35328 }
35329 \end_layout
35330
35331 \end_inset
35332
35333  framed text 
35334 \begin_inset ERT
35335 status collapsed
35336
35337 \begin_layout Plain Layout
35338
35339
35340 \backslash
35341 rotatebox[origin=lb]{60}{
35342 \end_layout
35343
35344 \end_inset
35345
35346
35347 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35348 \end_inset
35349
35350
35351 \begin_inset ERT
35352 status collapsed
35353
35354 \begin_layout Plain Layout
35355
35356 }
35357 \end_layout
35358
35359 \end_inset
35360
35361  and a formula.
35362 \end_layout
35363
35364 \begin_layout Standard
35365 or an image or table:
35366 \end_layout
35367
35368 \begin_layout Standard
35369 This is a line
35370 \begin_inset ERT
35371 status collapsed
35372
35373 \begin_layout Plain Layout
35374
35375
35376 \backslash
35377 rotatebox[origin=lb]{90}{
35378 \end_layout
35379
35380 \end_inset
35381
35382
35383 \begin_inset Graphics
35384         filename /cvs/lyx/lyx-devel/lib/doc/clipart/platypus.eps
35385         lyxscale 50
35386         width 25col%
35387
35388 \end_inset
35389
35390
35391 \begin_inset ERT
35392 status collapsed
35393
35394 \begin_layout Plain Layout
35395
35396 }
35397 \end_layout
35398
35399 \end_inset
35400
35401  with a rotated image 
35402 \begin_inset ERT
35403 status collapsed
35404
35405 \begin_layout Plain Layout
35406
35407
35408 \backslash
35409 rotatebox[origin=l]{-90}{
35410 \end_layout
35411
35412 \end_inset
35413
35414
35415 \begin_inset Tabular
35416 <lyxtabular version="3" rows="2" columns="2">
35417 <features tabularvalignment="middle">
35418 <column alignment="center" valignment="top">
35419 <column alignment="center" valignment="top">
35420 <row>
35421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35422 \begin_inset Text
35423
35424 \begin_layout Plain Layout
35425 q
35426 \end_layout
35427
35428 \end_inset
35429 </cell>
35430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35431 \begin_inset Text
35432
35433 \begin_layout Plain Layout
35434 w
35435 \end_layout
35436
35437 \end_inset
35438 </cell>
35439 </row>
35440 <row>
35441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35442 \begin_inset Text
35443
35444 \begin_layout Plain Layout
35445 e
35446 \end_layout
35447
35448 \end_inset
35449 </cell>
35450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35451 \begin_inset Text
35452
35453 \begin_layout Plain Layout
35454 r
35455 \end_layout
35456
35457 \end_inset
35458 </cell>
35459 </row>
35460 </lyxtabular>
35461
35462 \end_inset
35463
35464
35465 \begin_inset ERT
35466 status collapsed
35467
35468 \begin_layout Plain Layout
35469
35470 }
35471 \end_layout
35472
35473 \end_inset
35474
35475  and table.
35476 \begin_inset Index idx
35477 status collapsed
35478
35479 \begin_layout Plain Layout
35480 Figures ! rotated
35481 \end_layout
35482
35483 \end_inset
35484
35485
35486 \begin_inset Index idx
35487 status collapsed
35488
35489 \begin_layout Plain Layout
35490 Table Customization ! Rotating
35491 \end_layout
35492
35493 \end_inset
35494
35495
35496 \end_layout
35497
35498 \begin_layout Subsection
35499 Scaled Boxes
35500 \begin_inset Index idx
35501 status collapsed
35502
35503 \begin_layout Plain Layout
35504 Boxes ! scaled
35505 \end_layout
35506
35507 \end_inset
35508
35509
35510 \begin_inset Index idx
35511 status collapsed
35512
35513 \begin_layout Plain Layout
35514 Scaled Material
35515 \end_layout
35516
35517 \end_inset
35518
35519
35520 \end_layout
35521
35522 \begin_layout Standard
35523 To scale material the commands 
35524 \series bold
35525
35526 \backslash
35527 scalebox
35528 \series default
35529  and 
35530 \series bold
35531
35532 \backslash
35533 resizebox
35534 \series default
35535  can be used as \SpecialChar TeX
35536  Code.
35537 \end_layout
35538
35539 \begin_layout Standard
35540
35541 \series bold
35542
35543 \backslash
35544 scalebox
35545 \series default
35546  is used with the following scheme:
35547 \end_layout
35548
35549 \begin_layout Standard
35550
35551 \series bold
35552
35553 \backslash
35554 scalebox{horizontal}[vertical]{box content}
35555 \end_layout
35556
35557 \begin_layout Standard
35558 Horizontal and vertical are the corresponding scaling factors.
35559  If no vertical scaling factor is given, the horizontal factor will also
35560  be used as the vertical one.
35561 \end_layout
35562
35563 \begin_layout Standard
35564 The command 
35565 \series bold
35566
35567 \backslash
35568 scalebox{2}{Hello}
35569 \series default
35570  creates for example a double size 
35571 \begin_inset ERT
35572 status collapsed
35573
35574 \begin_layout Plain Layout
35575
35576
35577 \backslash
35578 scalebox{2}{
35579 \end_layout
35580
35581 \end_inset
35582
35583 Hello
35584 \begin_inset ERT
35585 status collapsed
35586
35587 \begin_layout Plain Layout
35588
35589 }
35590 \end_layout
35591
35592 \end_inset
35593
35594 , compared with the document text size.
35595 \end_layout
35596
35597 \begin_layout Standard
35598
35599 \series bold
35600
35601 \backslash
35602 scalebox{2}[1]{Hello}
35603 \series default
35604  on the other hand distorts the 
35605 \begin_inset ERT
35606 status collapsed
35607
35608 \begin_layout Plain Layout
35609
35610
35611 \backslash
35612 scalebox{2}[1]{
35613 \end_layout
35614
35615 \end_inset
35616
35617 Hello
35618 \begin_inset ERT
35619 status collapsed
35620
35621 \begin_layout Plain Layout
35622
35623 }
35624 \end_layout
35625
35626 \end_inset
35627
35628 .
35629 \end_layout
35630
35631 \begin_layout Standard
35632 If the scaling factor is negative, the box content will be mirrored.
35633  Therefore the command 
35634 \series bold
35635
35636 \backslash
35637 scalebox{-1}[1]{Hello}
35638 \series default
35639  can be used to create mirror writing: 
35640 \begin_inset ERT
35641 status collapsed
35642
35643 \begin_layout Plain Layout
35644
35645
35646 \backslash
35647 scalebox{-1}[1]{
35648 \end_layout
35649
35650 \end_inset
35651
35652 Hello
35653 \begin_inset ERT
35654 status collapsed
35655
35656 \begin_layout Plain Layout
35657
35658 }
35659 \end_layout
35660
35661 \end_inset
35662
35663
35664 \end_layout
35665
35666 \begin_layout Standard
35667
35668 \series bold
35669
35670 \backslash
35671 scalebox{1}[-1]{Hello}
35672 \series default
35673  reflects the 
35674 \begin_inset ERT
35675 status collapsed
35676
35677 \begin_layout Plain Layout
35678
35679
35680 \backslash
35681 scalebox{1}[-1]{
35682 \end_layout
35683
35684 \end_inset
35685
35686 Hello
35687 \begin_inset ERT
35688 status collapsed
35689
35690 \begin_layout Plain Layout
35691
35692 }
35693 \end_layout
35694
35695 \end_inset
35696
35697  at the base line.
35698 \end_layout
35699
35700 \begin_layout Standard
35701 Equivalent to 
35702 \series bold
35703
35704 \backslash
35705 scalebox{-1}[1]{box content}
35706 \series default
35707  there exists the command
35708 \begin_inset Newline newline
35709 \end_inset
35710
35711
35712 \series bold
35713
35714 \backslash
35715 reflectbox{box content}
35716 \series default
35717 .
35718 \end_layout
35719
35720 \begin_layout Standard
35721 \begin_inset VSpace bigskip
35722 \end_inset
35723
35724 The command 
35725 \series bold
35726
35727 \backslash
35728 resizebox
35729 \series default
35730  is used to scale the box to a defined width and height.
35731  The command scheme is:
35732 \end_layout
35733
35734 \begin_layout Standard
35735
35736 \series bold
35737
35738 \backslash
35739 resizebox{width}{height}{box content}
35740 \end_layout
35741
35742 \begin_layout Standard
35743 If one of the two command arguments given is an exclamation mark 
35744 \series bold
35745 !
35746 \series default
35747 , the size is set so that the aspect ratio of the box content is kept.
35748 \end_layout
35749
35750 \begin_layout Standard
35751 The command 
35752 \series bold
35753
35754 \backslash
35755 resizebox{2cm}{1cm}{Hello}
35756 \series default
35757  produces: 
35758 \begin_inset ERT
35759 status collapsed
35760
35761 \begin_layout Plain Layout
35762
35763
35764 \backslash
35765 resizebox{2cm}{1cm}{
35766 \end_layout
35767
35768 \end_inset
35769
35770 Hello
35771 \begin_inset ERT
35772 status collapsed
35773
35774 \begin_layout Plain Layout
35775
35776 }
35777 \end_layout
35778
35779 \end_inset
35780
35781
35782 \begin_inset Newline newline
35783 \end_inset
35784
35785 The command 
35786 \series bold
35787
35788 \backslash
35789 resizebox{2cm}{!}{Hello}
35790 \series default
35791  produces: 
35792 \begin_inset ERT
35793 status collapsed
35794
35795 \begin_layout Plain Layout
35796
35797
35798 \backslash
35799 resizebox{2cm}{!}{
35800 \end_layout
35801
35802 \end_inset
35803
35804 Hello
35805 \begin_inset ERT
35806 status collapsed
35807
35808 \begin_layout Plain Layout
35809
35810 }
35811 \end_layout
35812
35813 \end_inset
35814
35815
35816 \end_layout
35817
35818 \begin_layout Standard
35819 \begin_inset VSpace bigskip
35820 \end_inset
35821
35822
35823 \begin_inset Note Greyedout
35824 status open
35825
35826 \begin_layout Plain Layout
35827
35828 \series bold
35829 Note:
35830 \series default
35831  When arguments of 
35832 \series bold
35833
35834 \backslash
35835 scalebox
35836 \series default
35837  or 
35838 \series bold
35839
35840 \backslash
35841 resizebox
35842 \series default
35843  are set to zero, no \SpecialChar LaTeX
35844 -errors occur when exporting the document but the exported
35845  files can not or only partly be displayed.
35846 \end_layout
35847
35848 \end_inset
35849
35850
35851 \end_layout
35852
35853 \begin_layout Standard
35854 \begin_inset VSpace bigskip
35855 \end_inset
35856
35857
35858 \end_layout
35859
35860 \begin_layout Standard
35861 The boxes can be combined in any order.
35862  E.
35863 \begin_inset space \thinspace{}
35864 \end_inset
35865
35866 g.
35867 \begin_inset space \space{}
35868 \end_inset
35869
35870 the command
35871 \begin_inset Newline newline
35872 \end_inset
35873
35874
35875 \series bold
35876
35877 \backslash
35878 rotatebox[origin=c]{-45}{
35879 \backslash
35880 resizebox{2cm}{!}{
35881 \backslash
35882 reflectbox{Hello}}}
35883 \begin_inset Newline newline
35884 \end_inset
35885
35886
35887 \series default
35888 produces:
35889 \begin_inset Separator parbreak
35890 \end_inset
35891
35892
35893 \end_layout
35894
35895 \begin_layout Standard
35896 \align center
35897 \begin_inset ERT
35898 status collapsed
35899
35900 \begin_layout Plain Layout
35901
35902
35903 \backslash
35904 rotatebox[origin=c]{-45}{
35905 \backslash
35906 resizebox{2cm}{!}{
35907 \backslash
35908 reflectbox{
35909 \end_layout
35910
35911 \end_inset
35912
35913 Hello
35914 \begin_inset ERT
35915 status collapsed
35916
35917 \begin_layout Plain Layout
35918
35919 }}}
35920 \end_layout
35921
35922 \end_inset
35923
35924
35925 \end_layout
35926
35927 \begin_layout Standard
35928 \noindent
35929 Images, tables, and inline formulas are allowed as box content:
35930 \begin_inset Separator parbreak
35931 \end_inset
35932
35933
35934 \end_layout
35935
35936 \begin_layout Standard
35937 \align center
35938 \begin_inset ERT
35939 status collapsed
35940
35941 \begin_layout Plain Layout
35942
35943
35944 \backslash
35945 rotatebox[origin=c]{-30}{
35946 \backslash
35947 resizebox{2cm}{!}{
35948 \backslash
35949 reflectbox{
35950 \end_layout
35951
35952 \end_inset
35953
35954
35955 \begin_inset Graphics
35956         filename /cvs/lyx/lyx-devel/lib/doc/clipart/platypus.eps
35957         lyxscale 50
35958         width 25col%
35959
35960 \end_inset
35961
35962
35963 \begin_inset ERT
35964 status collapsed
35965
35966 \begin_layout Plain Layout
35967
35968 }}}
35969 \end_layout
35970
35971 \end_inset
35972
35973
35974 \begin_inset ERT
35975 status collapsed
35976
35977 \begin_layout Plain Layout
35978
35979
35980 \backslash
35981 rotatebox[origin=c]{-45}{
35982 \backslash
35983 resizebox{2cm}{!}{
35984 \backslash
35985 reflectbox{
35986 \end_layout
35987
35988 \end_inset
35989
35990
35991 \begin_inset Tabular
35992 <lyxtabular version="3" rows="2" columns="2">
35993 <features tabularvalignment="middle">
35994 <column alignment="center" valignment="top">
35995 <column alignment="center" valignment="top">
35996 <row>
35997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35998 \begin_inset Text
35999
36000 \begin_layout Plain Layout
36001 q
36002 \end_layout
36003
36004 \end_inset
36005 </cell>
36006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36007 \begin_inset Text
36008
36009 \begin_layout Plain Layout
36010 w
36011 \end_layout
36012
36013 \end_inset
36014 </cell>
36015 </row>
36016 <row>
36017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36018 \begin_inset Text
36019
36020 \begin_layout Plain Layout
36021 e
36022 \end_layout
36023
36024 \end_inset
36025 </cell>
36026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36027 \begin_inset Text
36028
36029 \begin_layout Plain Layout
36030 r
36031 \end_layout
36032
36033 \end_inset
36034 </cell>
36035 </row>
36036 </lyxtabular>
36037
36038 \end_inset
36039
36040
36041 \begin_inset ERT
36042 status collapsed
36043
36044 \begin_layout Plain Layout
36045
36046 }}}
36047 \end_layout
36048
36049 \end_inset
36050
36051
36052 \begin_inset ERT
36053 status collapsed
36054
36055 \begin_layout Plain Layout
36056
36057
36058 \backslash
36059 rotatebox[origin=c]{-45}{
36060 \backslash
36061 resizebox{2cm}{!}{
36062 \backslash
36063 reflectbox{
36064 \end_layout
36065
36066 \end_inset
36067
36068
36069 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36070 \end_inset
36071
36072
36073 \begin_inset ERT
36074 status collapsed
36075
36076 \begin_layout Plain Layout
36077
36078 }}}
36079 \end_layout
36080
36081 \end_inset
36082
36083
36084 \begin_inset Index idx
36085 status collapsed
36086
36087 \begin_layout Plain Layout
36088 Figures ! scaled
36089 \end_layout
36090
36091 \end_inset
36092
36093
36094 \begin_inset Index idx
36095 status collapsed
36096
36097 \begin_layout Plain Layout
36098 Table Customization ! Scaling
36099 \end_layout
36100
36101 \end_inset
36102
36103
36104 \end_layout
36105
36106 \begin_layout Standard
36107 When the global formula style 
36108 \series bold
36109 fleqn
36110 \series default
36111  is used in the document
36112 \begin_inset Foot
36113 status collapsed
36114
36115 \begin_layout Plain Layout
36116 When 
36117 \begin_inset Quotes eld
36118 \end_inset
36119
36120 fleqn
36121 \begin_inset Quotes erd
36122 \end_inset
36123
36124  is added to the document class options.
36125 \end_layout
36126
36127 \end_inset
36128
36129 , display style formulas can also be scaled.
36130 \end_layout
36131
36132 \begin_layout Chapter
36133 Objects Surrounded by Text
36134 \begin_inset Index idx
36135 status collapsed
36136
36137 \begin_layout Plain Layout
36138 Surrounded by text
36139 \end_layout
36140
36141 \end_inset
36142
36143
36144 \end_layout
36145
36146 \begin_layout Section
36147 Wrap Floats
36148 \begin_inset CommandInset label
36149 LatexCommand label
36150 name "sec:Wrap-Floats"
36151
36152 \end_inset
36153
36154
36155 \begin_inset Index idx
36156 status collapsed
36157
36158 \begin_layout Plain Layout
36159 Floats ! Wrap Floats
36160 \end_layout
36161
36162 \end_inset
36163
36164
36165 \begin_inset Index idx
36166 status collapsed
36167
36168 \begin_layout Plain Layout
36169 Surrounded by text ! Wrap Floats
36170 \end_layout
36171
36172 \end_inset
36173
36174
36175 \end_layout
36176
36177 \begin_layout Standard
36178 \begin_inset Wrap figure
36179 lines 0
36180 placement l
36181 overhang 1cm
36182 width "40col%"
36183 status open
36184
36185 \begin_layout Plain Layout
36186 \begin_inset Graphics
36187         filename /cvs/lyx/lyx-devel/lib/doc/clipart/mobius.eps
36188         width 40col%
36189         scaleBeforeRotation
36190         rotateOrigin center
36191
36192 \end_inset
36193
36194
36195 \end_layout
36196
36197 \begin_layout Plain Layout
36198 \begin_inset Caption Standard
36199
36200 \begin_layout Plain Layout
36201 \begin_inset CommandInset label
36202 LatexCommand label
36203 name "fig:This-is-a"
36204
36205 \end_inset
36206
36207 This is a figure wrap float.
36208 \end_layout
36209
36210 \end_inset
36211
36212
36213 \end_layout
36214
36215 \end_inset
36216
36217  This float type is used if you want to wrap text around a figure or table
36218  so that it only occupies some fraction of the column width.
36219  It can be inserted using the menu 
36220 \family sans
36221 Insert\SpecialChar menuseparator
36222 Floats\SpecialChar menuseparator
36223 Figure
36224 \begin_inset space ~
36225 \end_inset
36226
36227 Wrap
36228 \begin_inset space ~
36229 \end_inset
36230
36231 Float
36232 \family default
36233  or 
36234 \family sans
36235 Table
36236 \begin_inset space ~
36237 \end_inset
36238
36239 Wrap
36240 \begin_inset space ~
36241 \end_inset
36242
36243 Float
36244 \family default
36245  if the \SpecialChar LaTeX
36246 -package 
36247 \series bold
36248 wrapfig
36249 \series default
36250
36251 \begin_inset Index idx
36252 status collapsed
36253
36254 \begin_layout Plain Layout
36255 \SpecialChar LaTeX
36256 -packages ! wrapfig
36257 \end_layout
36258
36259 \end_inset
36260
36261  is installed.
36262 \begin_inset Foot
36263 status collapsed
36264
36265 \begin_layout Plain Layout
36266 Installing a \SpecialChar LaTeX
36267 -package is explained it in the 
36268 \emph on
36269 \SpecialChar LaTeX
36270
36271 \begin_inset space ~
36272 \end_inset
36273
36274 Configuration
36275 \emph default
36276  manual.
36277 \end_layout
36278
36279 \end_inset
36280
36281  The settings of the float can be modified by right-clicking on the float
36282  box.
36283  The mandatory settings are the float 
36284 \family sans
36285 Placement
36286 \family default
36287  and its 
36288 \family sans
36289 Width
36290 \family default
36291 .
36292  Optional are the 
36293 \family sans
36294 Overhang
36295 \family default
36296  that specifies how much the float is set into the paragraph
36297 \begin_inset space \thinspace{}
36298 \end_inset
36299
36300 /
36301 \begin_inset space \thinspace{}
36302 \end_inset
36303
36304 page margin, and the 
36305 \family sans
36306 Line
36307 \begin_inset space ~
36308 \end_inset
36309
36310 span
36311 \family default
36312  that specifies how many text lines the float will approximately need.
36313  The line span is often hard to approximate; so it is better only to use
36314  it when you encounter float placement problems.
36315  You can furthermore decide if \SpecialChar LaTeX
36316  is allowed to let the float float within
36317  the paragraph or to surrounding paragraphs.
36318  Figure
36319 \begin_inset space ~
36320 \end_inset
36321
36322
36323 \begin_inset CommandInset ref
36324 LatexCommand ref
36325 reference "fig:This-is-a"
36326
36327 \end_inset
36328
36329  is an example text wrap float with a width of 40
36330 \begin_inset space \thinspace{}
36331 \end_inset
36332
36333 col%, 1
36334 \begin_inset space \thinspace{}
36335 \end_inset
36336
36337 cm overhang, set to the left.
36338 \end_layout
36339
36340 \begin_layout Standard
36341 \begin_inset Note Greyedout
36342 status open
36343
36344 \begin_layout Plain Layout
36345
36346 \series bold
36347 Note:
36348 \series default
36349  Text
36350 \begin_inset space ~
36351 \end_inset
36352
36353 wrap float floats are fragile! E.
36354 \begin_inset space \thinspace{}
36355 \end_inset
36356
36357 g.
36358 \begin_inset space \space{}
36359 \end_inset
36360
36361 having a figure too close to the bottom of the page can mess things up in
36362  such a way that the float does not appear in the output or that it is placed
36363  over some other text.
36364 \end_layout
36365
36366 \end_inset
36367
36368
36369 \end_layout
36370
36371 \begin_layout Standard
36372 In general, the following applies for wrap floats:
36373 \end_layout
36374
36375 \begin_layout Itemize
36376 They should not be placed in paragraphs that run over a page break.
36377  That means that wrap floats are better inserted in their exact place when
36378  the document is almost finished and you are able to estimate where page
36379  breaks will appear.
36380 \end_layout
36381
36382 \begin_layout Itemize
36383 They should either be placed in their own paragraph before the paragraph
36384  where they should wrap into or within a paragraph.
36385 \end_layout
36386
36387 \begin_layout Itemize
36388 In consecutive paragraphs they may cause troubles, so ensure that there
36389  is a text paragraph between them as separator.
36390 \end_layout
36391
36392 \begin_layout Itemize
36393 They are not allowed in section headings or tables.
36394 \end_layout
36395
36396 \begin_layout Itemize
36397 Their numbering and referencing works as described in chap.
36398 \begin_inset space \thinspace{}
36399 \end_inset
36400
36401
36402 \begin_inset CommandInset ref
36403 LatexCommand ref
36404 reference "chap:Floats"
36405
36406 \end_inset
36407
36408 .
36409 \end_layout
36410
36411 \begin_layout Section
36412 Surrounded Fixed Objects
36413 \begin_inset Index idx
36414 status collapsed
36415
36416 \begin_layout Plain Layout
36417 Surrounded by text ! Fixed objects
36418 \end_layout
36419
36420 \end_inset
36421
36422
36423 \end_layout
36424
36425 \begin_layout Standard
36426 The wrap floats described in sec.
36427 \begin_inset space \thinspace{}
36428 \end_inset
36429
36430
36431 \begin_inset CommandInset ref
36432 LatexCommand ref
36433 reference "sec:Wrap-Floats"
36434
36435 \end_inset
36436
36437  have these positions in the paragraph:
36438 \begin_inset Separator parbreak
36439 \end_inset
36440
36441
36442 \end_layout
36443
36444 \begin_layout Standard
36445 \noindent
36446 \align center
36447 \begin_inset Tabular
36448 <lyxtabular version="3" rows="2" columns="2">
36449 <features tabularvalignment="middle">
36450 <column alignment="center" valignment="top">
36451 <column alignment="center" valignment="top">
36452 <row>
36453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36454 \begin_inset Text
36455
36456 \begin_layout Plain Layout
36457 \begin_inset Graphics
36458         filename /cvs/lyx/lyx-devel/lib/images/dialog-show-new-inset_graphics.png
36459         scale 70
36460         scaleBeforeRotation
36461
36462 \end_inset
36463
36464
36465 \end_layout
36466
36467 \end_inset
36468 </cell>
36469 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36470 \begin_inset Text
36471
36472 \begin_layout Plain Layout
36473 text
36474 \end_layout
36475
36476 \end_inset
36477 </cell>
36478 </row>
36479 <row>
36480 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36481 \begin_inset Text
36482
36483 \begin_layout Plain Layout
36484 text
36485 \end_layout
36486
36487 \end_inset
36488 </cell>
36489 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36490 \begin_inset Text
36491
36492 \begin_layout Plain Layout
36493 text
36494 \end_layout
36495
36496 \end_inset
36497 </cell>
36498 </row>
36499 </lyxtabular>
36500
36501 \end_inset
36502
36503  or 
36504 \begin_inset Tabular
36505 <lyxtabular version="3" rows="2" columns="2">
36506 <features tabularvalignment="middle">
36507 <column alignment="center" valignment="top">
36508 <column alignment="center" valignment="top">
36509 <row>
36510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36511 \begin_inset Text
36512
36513 \begin_layout Plain Layout
36514 text
36515 \end_layout
36516
36517 \end_inset
36518 </cell>
36519 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36520 \begin_inset Text
36521
36522 \begin_layout Plain Layout
36523 \begin_inset Graphics
36524         filename /cvs/lyx/lyx-devel/lib/images/dialog-show-new-inset_graphics.png
36525         scale 70
36526         scaleBeforeRotation
36527
36528 \end_inset
36529
36530
36531 \end_layout
36532
36533 \end_inset
36534 </cell>
36535 </row>
36536 <row>
36537 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36538 \begin_inset Text
36539
36540 \begin_layout Plain Layout
36541 text
36542 \end_layout
36543
36544 \end_inset
36545 </cell>
36546 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36547 \begin_inset Text
36548
36549 \begin_layout Plain Layout
36550 text
36551 \end_layout
36552
36553 \end_inset
36554 </cell>
36555 </row>
36556 </lyxtabular>
36557
36558 \end_inset
36559
36560
36561 \end_layout
36562
36563 \begin_layout Standard
36564 To get an object exactly at the position where it is inserted, for example
36565  to get one of these positions:
36566 \begin_inset VSpace defskip
36567 \end_inset
36568
36569
36570 \end_layout
36571
36572 \begin_layout Standard
36573 \noindent
36574 \align center
36575 \begin_inset Tabular
36576 <lyxtabular version="3" rows="2" columns="2">
36577 <features tabularvalignment="middle">
36578 <column alignment="center" valignment="top">
36579 <column alignment="center" valignment="top">
36580 <row>
36581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36582 \begin_inset Text
36583
36584 \begin_layout Plain Layout
36585 text
36586 \end_layout
36587
36588 \end_inset
36589 </cell>
36590 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36591 \begin_inset Text
36592
36593 \begin_layout Plain Layout
36594 text
36595 \end_layout
36596
36597 \end_inset
36598 </cell>
36599 </row>
36600 <row>
36601 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36602 \begin_inset Text
36603
36604 \begin_layout Plain Layout
36605 \begin_inset Graphics
36606         filename /cvs/lyx/lyx-devel/lib/images/dialog-show-new-inset_graphics.png
36607         scale 70
36608         scaleBeforeRotation
36609
36610 \end_inset
36611
36612
36613 \end_layout
36614
36615 \end_inset
36616 </cell>
36617 <cell alignment="center" valignment="top" bottomline="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 </lyxtabular>
36628
36629 \end_inset
36630
36631  
36632 \begin_inset Tabular
36633 <lyxtabular version="3" rows="2" columns="2">
36634 <features tabularvalignment="middle">
36635 <column alignment="center" valignment="top">
36636 <column alignment="center" valignment="top">
36637 <row>
36638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36639 \begin_inset Text
36640
36641 \begin_layout Plain Layout
36642 text
36643 \end_layout
36644
36645 \end_inset
36646 </cell>
36647 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36648 \begin_inset Text
36649
36650 \begin_layout Plain Layout
36651 text
36652 \end_layout
36653
36654 \end_inset
36655 </cell>
36656 </row>
36657 <row>
36658 <cell alignment="center" valignment="top" bottomline="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" bottomline="true" rightline="true" usebox="none">
36668 \begin_inset Text
36669
36670 \begin_layout Plain Layout
36671 \begin_inset Graphics
36672         filename /cvs/lyx/lyx-devel/lib/images/dialog-show-new-inset_graphics.png
36673         scale 70
36674         scaleBeforeRotation
36675
36676 \end_inset
36677
36678
36679 \end_layout
36680
36681 \end_inset
36682 </cell>
36683 </row>
36684 </lyxtabular>
36685
36686 \end_inset
36687
36688  
36689 \begin_inset Tabular
36690 <lyxtabular version="3" rows="2" columns="3">
36691 <features tabularvalignment="middle">
36692 <column alignment="center" valignment="top">
36693 <column alignment="center" valignment="top">
36694 <column alignment="center" valignment="top">
36695 <row>
36696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36697 \begin_inset Text
36698
36699 \begin_layout Plain Layout
36700 text
36701 \end_layout
36702
36703 \end_inset
36704 </cell>
36705 <cell alignment="center" valignment="top" topline="true" usebox="none">
36706 \begin_inset Text
36707
36708 \begin_layout Plain Layout
36709 \begin_inset Graphics
36710         filename /cvs/lyx/lyx-devel/lib/images/dialog-show-new-inset_graphics.png
36711         scale 70
36712         scaleBeforeRotation
36713
36714 \end_inset
36715
36716
36717 \end_layout
36718
36719 \end_inset
36720 </cell>
36721 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36722 \begin_inset Text
36723
36724 \begin_layout Plain Layout
36725 text
36726 \end_layout
36727
36728 \end_inset
36729 </cell>
36730 </row>
36731 <row>
36732 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36733 \begin_inset Text
36734
36735 \begin_layout Plain Layout
36736 text
36737 \end_layout
36738
36739 \end_inset
36740 </cell>
36741 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36742 \begin_inset Text
36743
36744 \begin_layout Plain Layout
36745 text
36746 \end_layout
36747
36748 \end_inset
36749 </cell>
36750 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36751 \begin_inset Text
36752
36753 \begin_layout Plain Layout
36754 text
36755 \end_layout
36756
36757 \end_inset
36758 </cell>
36759 </row>
36760 </lyxtabular>
36761
36762 \end_inset
36763
36764  
36765 \begin_inset Tabular
36766 <lyxtabular version="3" rows="2" columns="3">
36767 <features tabularvalignment="middle">
36768 <column alignment="center" valignment="top">
36769 <column alignment="center" valignment="top">
36770 <column alignment="center" valignment="top">
36771 <row>
36772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36773 \begin_inset Text
36774
36775 \begin_layout Plain Layout
36776 text
36777 \end_layout
36778
36779 \end_inset
36780 </cell>
36781 <cell alignment="center" valignment="top" topline="true" usebox="none">
36782 \begin_inset Text
36783
36784 \begin_layout Plain Layout
36785 text
36786 \end_layout
36787
36788 \end_inset
36789 </cell>
36790 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36791 \begin_inset Text
36792
36793 \begin_layout Plain Layout
36794 text
36795 \end_layout
36796
36797 \end_inset
36798 </cell>
36799 </row>
36800 <row>
36801 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36802 \begin_inset Text
36803
36804 \begin_layout Plain Layout
36805 text
36806 \end_layout
36807
36808 \end_inset
36809 </cell>
36810 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36811 \begin_inset Text
36812
36813 \begin_layout Plain Layout
36814 \begin_inset Graphics
36815         filename /cvs/lyx/lyx-devel/lib/images/dialog-show-new-inset_graphics.png
36816         scale 70
36817         scaleBeforeRotation
36818
36819 \end_inset
36820
36821
36822 \end_layout
36823
36824 \end_inset
36825 </cell>
36826 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36827 \begin_inset Text
36828
36829 \begin_layout Plain Layout
36830 text
36831 \end_layout
36832
36833 \end_inset
36834 </cell>
36835 </row>
36836 </lyxtabular>
36837
36838 \end_inset
36839
36840
36841 \end_layout
36842
36843 \begin_layout Standard
36844 \noindent
36845 \align center
36846 \begin_inset Tabular
36847 <lyxtabular version="3" rows="3" columns="2">
36848 <features tabularvalignment="middle">
36849 <column alignment="center" valignment="top">
36850 <column alignment="center" valignment="top">
36851 <row>
36852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36853 \begin_inset Text
36854
36855 \begin_layout Plain Layout
36856 text
36857 \end_layout
36858
36859 \end_inset
36860 </cell>
36861 <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" leftline="true" usebox="none">
36873 \begin_inset Text
36874
36875 \begin_layout Plain Layout
36876 \begin_inset Graphics
36877         filename /cvs/lyx/lyx-devel/lib/images/dialog-show-new-inset_graphics.png
36878         scale 70
36879         scaleBeforeRotation
36880
36881 \end_inset
36882
36883
36884 \end_layout
36885
36886 \end_inset
36887 </cell>
36888 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36889 \begin_inset Text
36890
36891 \begin_layout Plain Layout
36892 text
36893 \end_layout
36894
36895 \end_inset
36896 </cell>
36897 </row>
36898 <row>
36899 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36900 \begin_inset Text
36901
36902 \begin_layout Plain Layout
36903 text
36904 \end_layout
36905
36906 \end_inset
36907 </cell>
36908 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36909 \begin_inset Text
36910
36911 \begin_layout Plain Layout
36912 text
36913 \end_layout
36914
36915 \end_inset
36916 </cell>
36917 </row>
36918 </lyxtabular>
36919
36920 \end_inset
36921
36922  
36923 \begin_inset Tabular
36924 <lyxtabular version="3" rows="3" columns="3">
36925 <features tabularvalignment="middle">
36926 <column alignment="center" valignment="top">
36927 <column alignment="center" valignment="top">
36928 <column alignment="center" valignment="top">
36929 <row>
36930 <cell alignment="center" valignment="top" topline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" usebox="none">
36940 \begin_inset Text
36941
36942 \begin_layout Plain Layout
36943 text
36944 \end_layout
36945
36946 \end_inset
36947 </cell>
36948 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36949 \begin_inset Text
36950
36951 \begin_layout Plain Layout
36952 text
36953 \end_layout
36954
36955 \end_inset
36956 </cell>
36957 </row>
36958 <row>
36959 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36960 \begin_inset Text
36961
36962 \begin_layout Plain Layout
36963 text
36964 \end_layout
36965
36966 \end_inset
36967 </cell>
36968 <cell alignment="center" valignment="top" usebox="none">
36969 \begin_inset Text
36970
36971 \begin_layout Plain Layout
36972 \begin_inset Graphics
36973         filename /cvs/lyx/lyx-devel/lib/images/dialog-show-new-inset_graphics.png
36974         scale 70
36975         scaleBeforeRotation
36976
36977 \end_inset
36978
36979
36980 \end_layout
36981
36982 \end_inset
36983 </cell>
36984 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36985 \begin_inset Text
36986
36987 \begin_layout Plain Layout
36988 text
36989 \end_layout
36990
36991 \end_inset
36992 </cell>
36993 </row>
36994 <row>
36995 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36996 \begin_inset Text
36997
36998 \begin_layout Plain Layout
36999 text
37000 \end_layout
37001
37002 \end_inset
37003 </cell>
37004 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37005 \begin_inset Text
37006
37007 \begin_layout Plain Layout
37008 text
37009 \end_layout
37010
37011 \end_inset
37012 </cell>
37013 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37014 \begin_inset Text
37015
37016 \begin_layout Plain Layout
37017 text
37018 \end_layout
37019
37020 \end_inset
37021 </cell>
37022 </row>
37023 </lyxtabular>
37024
37025 \end_inset
37026
37027  
37028 \begin_inset Tabular
37029 <lyxtabular version="3" rows="3" columns="2">
37030 <features tabularvalignment="middle">
37031 <column alignment="center" valignment="top">
37032 <column alignment="center" valignment="top">
37033 <row>
37034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37035 \begin_inset Text
37036
37037 \begin_layout Plain Layout
37038 text
37039 \end_layout
37040
37041 \end_inset
37042 </cell>
37043 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37044 \begin_inset Text
37045
37046 \begin_layout Plain Layout
37047 text
37048 \end_layout
37049
37050 \end_inset
37051 </cell>
37052 </row>
37053 <row>
37054 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37055 \begin_inset Text
37056
37057 \begin_layout Plain Layout
37058 text
37059 \end_layout
37060
37061 \end_inset
37062 </cell>
37063 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37064 \begin_inset Text
37065
37066 \begin_layout Plain Layout
37067 \begin_inset Graphics
37068         filename /cvs/lyx/lyx-devel/lib/images/dialog-show-new-inset_graphics.png
37069         scale 70
37070         scaleBeforeRotation
37071
37072 \end_inset
37073
37074
37075 \end_layout
37076
37077 \end_inset
37078 </cell>
37079 </row>
37080 <row>
37081 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37082 \begin_inset Text
37083
37084 \begin_layout Plain Layout
37085 text
37086 \end_layout
37087
37088 \end_inset
37089 </cell>
37090 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37091 \begin_inset Text
37092
37093 \begin_layout Plain Layout
37094 text
37095 \end_layout
37096
37097 \end_inset
37098 </cell>
37099 </row>
37100 </lyxtabular>
37101
37102 \end_inset
37103
37104
37105 \end_layout
37106
37107 \begin_layout Standard
37108 \noindent
37109 you can use the \SpecialChar LaTeX
37110 -package 
37111 \series bold
37112 picinpar
37113 \series default
37114
37115 \begin_inset Index idx
37116 status collapsed
37117
37118 \begin_layout Plain Layout
37119 \SpecialChar LaTeX
37120 -packages ! picinpar
37121 \end_layout
37122
37123 \end_inset
37124
37125 .
37126  Here is an example:
37127 \end_layout
37128
37129 \begin_layout Standard
37130 \begin_inset ERT
37131 status collapsed
37132
37133 \begin_layout Plain Layout
37134
37135
37136 \backslash
37137 ifpicinpar
37138 \end_layout
37139
37140 \end_inset
37141
37142
37143 \begin_inset Note Note
37144 status open
37145
37146 \begin_layout Plain Layout
37147 The following section will only be displayed when the \SpecialChar LaTeX
37148 -package 
37149 \series bold
37150 picinpar
37151 \series default
37152  is installed.
37153 \end_layout
37154
37155 \end_inset
37156
37157
37158 \end_layout
37159
37160 \begin_layout Standard
37161 \begin_inset ERT
37162 status collapsed
37163
37164 \begin_layout Plain Layout
37165
37166
37167 \backslash
37168 begin{window}[2,c,{
37169 \end_layout
37170
37171 \end_inset
37172
37173
37174 \begin_inset Graphics
37175         filename /cvs/lyx/lyx-devel/lib/doc/clipart/mobius.eps
37176         lyxscale 60
37177         width 40col%
37178         scaleBeforeRotation
37179         rotateOrigin center
37180
37181 \end_inset
37182
37183
37184 \begin_inset ERT
37185 status collapsed
37186
37187 \begin_layout Plain Layout
37188
37189 },]
37190 \end_layout
37191
37192 \begin_layout Plain Layout
37193
37194 {}
37195 \end_layout
37196
37197 \end_inset
37198
37199
37200 \size small
37201 It was in the spring of the year 1894 that all London was interested, and
37202  the fashionable world dismayed, by the murder of the Honourable Ronald
37203  Adair under most unusual and inexplicable circumstances.
37204  The public has already learned those particulars of the crime which
37205 \size default
37206
37207 \begin_inset ERT
37208 status collapsed
37209
37210 \begin_layout Plain Layout
37211
37212
37213 \backslash
37214 footnotemark{}
37215 \end_layout
37216
37217 \end_inset
37218
37219
37220 \size small
37221  came out in the police investigation, but a good deal was suppressed upon
37222  that occasion, since the case for the prosecution was so overwhelmingly
37223  strong that it was not necessary to bring forward all the facts.
37224  Only now, at the end of nearly ten years, am I allowed to supply those
37225  missing links which make up the whole of that remarkable chain.
37226 \size default
37227
37228 \begin_inset ERT
37229 status collapsed
37230
37231 \begin_layout Plain Layout
37232
37233
37234 \backslash
37235 end{window}
37236 \end_layout
37237
37238 \end_inset
37239
37240
37241 \end_layout
37242
37243 \begin_layout Standard
37244 \begin_inset ERT
37245 status collapsed
37246
37247 \begin_layout Plain Layout
37248
37249
37250 \backslash
37251 footnotetext{
37252 \end_layout
37253
37254 \end_inset
37255
37256 Footnote of the paragraph with the fixed object.
37257 \begin_inset ERT
37258 status collapsed
37259
37260 \begin_layout Plain Layout
37261
37262 }
37263 \end_layout
37264
37265 \end_inset
37266
37267
37268 \end_layout
37269
37270 \begin_layout Standard
37271 Surrounded fixed objects are used to let text float around them, at which
37272  the object's position in the paragraph can be determined by the number
37273  of lines above it.
37274  In contrary to floats is it not possible to have a numbered caption.
37275 \end_layout
37276
37277 \begin_layout Standard
37278 A fixed object is inserted by adding the command
37279 \end_layout
37280
37281 \begin_layout Standard
37282
37283 \series bold
37284
37285 \backslash
37286 begin{window}[2,c,{
37287 \end_layout
37288
37289 \begin_layout Standard
37290 as \SpecialChar TeX
37291  Code at the beginning of the paragraph.
37292  The first parameter in the bracket, here '2', defines the number of lines
37293  above the object, the second, here 'c', the position of the object.
37294  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
37295  Behind the command you insert the object.
37296  In this example an image with a width of 40
37297 \begin_inset space \thinspace{}
37298 \end_inset
37299
37300 % of the text column width was inserted.
37301  The object can also be a table, a box or an equation.
37302  Behind the object the command
37303 \end_layout
37304
37305 \begin_layout Standard
37306
37307 \series bold
37308 },description text]
37309 \begin_inset Newline newline
37310 \end_inset
37311
37312 {}
37313 \end_layout
37314
37315 \begin_layout Standard
37316 is inserted.
37317  Note that the 
37318 \begin_inset Quotes eld
37319 \end_inset
37320
37321
37322 \series bold
37323 {}
37324 \series default
37325
37326 \begin_inset Quotes erd
37327 \end_inset
37328
37329  is in the second line.
37330  The description text is optional.
37331  The text surrounding the object must be in the same paragraph as the object,
37332  so it must begin directly after the 
37333 \series bold
37334 {}
37335 \series default
37336 .
37337  At the end of the paragraph insert the command:
37338 \end_layout
37339
37340 \begin_layout Standard
37341
37342 \series bold
37343
37344 \backslash
37345 end{window}
37346 \end_layout
37347
37348 \begin_layout Standard
37349 Within a paragraph with a fixed object, you cannot insert footnotes in the
37350  normal way.
37351  You have to use instead the command 
37352 \series bold
37353
37354 \backslash
37355 footnotemark
37356 \series default
37357  inside the paragraph and outside the command 
37358 \series bold
37359
37360 \backslash
37361 footnotetext
37362 \series default
37363  as described in sec.
37364 \begin_inset space \thinspace{}
37365 \end_inset
37366
37367
37368 \begin_inset CommandInset ref
37369 LatexCommand ref
37370 reference "sec:Footnotes"
37371
37372 \end_inset
37373
37374 .
37375 \end_layout
37376
37377 \begin_layout Standard
37378 \begin_inset ERT
37379 status collapsed
37380
37381 \begin_layout Plain Layout
37382
37383
37384 \backslash
37385 else
37386 \end_layout
37387
37388 \end_inset
37389
37390
37391 \begin_inset Note Note
37392 status open
37393
37394 \begin_layout Plain Layout
37395 The following will be displayed when the \SpecialChar LaTeX
37396 -package 
37397 \series bold
37398 picinpar
37399 \series default
37400  is not installed:
37401 \end_layout
37402
37403 \end_inset
37404
37405
37406 \end_layout
37407
37408 \begin_layout Standard
37409 You need to install the \SpecialChar LaTeX
37410 -package 
37411 \series bold
37412 picinpar
37413 \series default
37414  to see the following part of this section in the output.
37415 \end_layout
37416
37417 \begin_layout Standard
37418 \begin_inset ERT
37419 status collapsed
37420
37421 \begin_layout Plain Layout
37422
37423
37424 \backslash
37425 fi
37426 \end_layout
37427
37428 \end_inset
37429
37430
37431 \end_layout
37432
37433 \begin_layout Section
37434 Initials
37435 \begin_inset Index idx
37436 status collapsed
37437
37438 \begin_layout Plain Layout
37439 Initials
37440 \end_layout
37441
37442 \end_inset
37443
37444
37445 \begin_inset Index idx
37446 status collapsed
37447
37448 \begin_layout Plain Layout
37449 Surrounded by text ! Initials
37450 \end_layout
37451
37452 \end_inset
37453
37454
37455 \end_layout
37456
37457 \begin_layout Standard
37458 To use initials, you must have the \SpecialChar LaTeX
37459 -package 
37460 \series bold
37461 lettrine
37462 \series default
37463
37464 \begin_inset Index idx
37465 status collapsed
37466
37467 \begin_layout Plain Layout
37468 \SpecialChar LaTeX
37469 -packages ! lettrine
37470 \end_layout
37471
37472 \end_inset
37473
37474  installed and use the module 
37475 \family sans
37476 Initials
37477 \family default
37478  in your document (menu 
37479 \family sans
37480 Document\SpecialChar menuseparator
37481 Settings\SpecialChar menuseparator
37482 Modules
37483 \family default
37484 ).
37485  To insert an initial, use the style 
37486 \family sans
37487 Initial
37488 \family default
37489 .
37490  This style has a mandatory and two optional arguments.
37491  The arguments are inserted via the 
37492 \family sans
37493 Insert
37494 \family default
37495  menu.
37496  The mandatory argument 
37497 \family sans
37498 Initial
37499 \family default
37500  contains the letter(s) that is the initial, the argument 
37501 \family sans
37502 Rest
37503 \begin_inset space ~
37504 \end_inset
37505
37506 of
37507 \begin_inset space ~
37508 \end_inset
37509
37510 Initial
37511 \family default
37512  contains the rest of the word or text of the initial letter(s).
37513  The argument 
37514 \family sans
37515 Options
37516 \family default
37517  contains parameters to modify the initial.
37518  For more information about the possible parameters see the documentation
37519  of 
37520 \series bold
37521 lettrine
37522 \series default
37523
37524 \begin_inset CommandInset citation
37525 LatexCommand cite
37526 key "lettrine"
37527
37528 \end_inset
37529
37530 .
37531  The style itself contains the text that is surrounding the initial.
37532  The usual style is hereby that the word whose first letter is the initial,
37533  is printed with 
37534 \shape smallcaps
37535 small caps
37536 \shape default
37537 .
37538 \end_layout
37539
37540 \begin_layout Standard
37541 Here are some examples:
37542 \end_layout
37543
37544 \begin_layout Standard
37545 \begin_inset ERT
37546 status collapsed
37547
37548 \begin_layout Plain Layout
37549
37550
37551 \backslash
37552 iflettrine
37553 \end_layout
37554
37555 \end_inset
37556
37557
37558 \begin_inset Note Note
37559 status open
37560
37561 \begin_layout Plain Layout
37562 The following section will only be displayed when the \SpecialChar LaTeX
37563 -package 
37564 \series bold
37565 lettrine
37566 \series default
37567  is installed.
37568 \end_layout
37569
37570 \end_inset
37571
37572
37573 \end_layout
37574
37575 \begin_layout Enumerate
37576 No optional argument, the initial is the letter 'I' in the math font 
37577 \begin_inset Formula $\mathfrak{Fraktur}$
37578 \end_inset
37579
37580 :
37581 \begin_inset Separator parbreak
37582 \end_inset
37583
37584
37585 \end_layout
37586
37587 \begin_deeper
37588 \begin_layout Initial
37589 \begin_inset Argument 2
37590 status open
37591
37592 \begin_layout Plain Layout
37593 \begin_inset Formula $\mathfrak{I}$
37594 \end_inset
37595
37596
37597 \end_layout
37598
37599 \end_inset
37600
37601
37602 \begin_inset Argument 3
37603 status open
37604
37605 \begin_layout Plain Layout
37606 t
37607 \end_layout
37608
37609 \end_inset
37610
37611  was in the spring of the year 1894 that all London was interested, and
37612  the fashionable world dismayed, by the murder of the Honourable Ronald
37613  Adair under most unusual and inexplicable circumstances.
37614  The public has already learned those particulars of the crime which came
37615  out in the police investigation, but a good deal was suppressed upon that
37616  occasion, since the case for the prosecution was so overwhelmingly strong
37617  that it was not necessary to bring forward all the facts.
37618 \begin_inset Newpage newpage
37619 \end_inset
37620
37621
37622 \end_layout
37623
37624 \end_deeper
37625 \begin_layout Enumerate
37626 Only one line is surrounding the initial, which is formed by two letters
37627  in standard font and no text is printed in small caps:
37628 \begin_inset Separator parbreak
37629 \end_inset
37630
37631
37632 \end_layout
37633
37634 \begin_deeper
37635 \begin_layout Initial
37636 \begin_inset Argument 1
37637 status open
37638
37639 \begin_layout Plain Layout
37640 lines=1
37641 \end_layout
37642
37643 \end_inset
37644
37645
37646 \begin_inset Argument 2
37647 status open
37648
37649 \begin_layout Plain Layout
37650 It
37651 \end_layout
37652
37653 \end_inset
37654
37655  was in the spring of the year 1894 that all London was interested, and
37656  the fashionable world dismayed, by the murder of the Honourable Ronald
37657  Adair under most unusual and inexplicable circumstances.
37658  The public has already learned those particulars of the crime which came
37659  out in the police investigation, but a good deal was suppressed upon that
37660  occasion, since the case for the prosecution was so overwhelmingly strong
37661  that it was not necessary to bring forward all the facts.
37662 \end_layout
37663
37664 \end_deeper
37665 \begin_layout Enumerate
37666 Magenta, hanging initial over 3
37667 \begin_inset space ~
37668 \end_inset
37669
37670 lines in the math font 
37671 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
37672 \end_inset
37673
37674 , the text 
37675 \begin_inset Quotes eld
37676 \end_inset
37677
37678 t was in the spring
37679 \begin_inset Quotes erd
37680 \end_inset
37681
37682  is in 
37683 \shape smallcaps
37684 small caps
37685 \shape default
37686 ; to color the initial, you must insert this command before the initial:
37687 \begin_inset Newline newline
37688 \end_inset
37689
37690
37691 \series bold
37692
37693 \backslash
37694 renewcommand{
37695 \backslash
37696 LettrineFontHook}{
37697 \backslash
37698 color{color}}
37699 \series default
37700
37701 \begin_inset Newline newline
37702 \end_inset
37703
37704 where the second 
37705 \emph on
37706 color
37707 \emph default
37708  can be 
37709 \begin_inset Quotes eld
37710 \end_inset
37711
37712 red
37713 \begin_inset Quotes erd
37714 \end_inset
37715
37716
37717 \begin_inset Quotes eld
37718 \end_inset
37719
37720 blue
37721 \begin_inset Quotes erd
37722 \end_inset
37723
37724
37725 \begin_inset Quotes eld
37726 \end_inset
37727
37728 green
37729 \begin_inset Quotes erd
37730 \end_inset
37731
37732
37733 \begin_inset Quotes eld
37734 \end_inset
37735
37736 yellow
37737 \begin_inset Quotes erd
37738 \end_inset
37739
37740
37741 \begin_inset Quotes eld
37742 \end_inset
37743
37744 cyan
37745 \begin_inset Quotes erd
37746 \end_inset
37747
37748
37749 \begin_inset Quotes eld
37750 \end_inset
37751
37752 magenta
37753 \begin_inset Quotes erd
37754 \end_inset
37755
37756
37757 \begin_inset Quotes eld
37758 \end_inset
37759
37760 black
37761 \begin_inset Quotes erd
37762 \end_inset
37763
37764  or 
37765 \begin_inset Quotes eld
37766 \end_inset
37767
37768 white
37769 \begin_inset Quotes erd
37770 \end_inset
37771
37772 , and add this command to the document preamble:
37773 \begin_inset Newline newline
37774 \end_inset
37775
37776
37777 \series bold
37778
37779 \backslash
37780 @ifundefined{textcolor}
37781 \begin_inset Newline newline
37782 \end_inset
37783
37784
37785 \begin_inset space ~
37786 \end_inset
37787
37788 {
37789 \backslash
37790 usepackage{color}}{}
37791 \series default
37792
37793 \begin_inset Separator parbreak
37794 \end_inset
37795
37796
37797 \end_layout
37798
37799 \begin_deeper
37800 \begin_layout Standard
37801 \begin_inset ERT
37802 status collapsed
37803
37804 \begin_layout Plain Layout
37805
37806
37807 \backslash
37808 renewcommand{
37809 \backslash
37810 LettrineFontHook}{
37811 \backslash
37812 color{magenta}}
37813 \end_layout
37814
37815 \end_inset
37816
37817
37818 \begin_inset Note Note
37819 status collapsed
37820
37821 \begin_layout Plain Layout
37822 makes the initial magenta
37823 \end_layout
37824
37825 \end_inset
37826
37827
37828 \end_layout
37829
37830 \begin_layout Initial
37831 \begin_inset Argument 1
37832 status open
37833
37834 \begin_layout Plain Layout
37835 lines=3, lhang=0.33, loversize=0.25
37836 \end_layout
37837
37838 \end_inset
37839
37840
37841 \begin_inset Argument 2
37842 status open
37843
37844 \begin_layout Plain Layout
37845 \begin_inset Formula $\mathcal{I}$
37846 \end_inset
37847
37848
37849 \end_layout
37850
37851 \end_inset
37852
37853
37854 \begin_inset Argument 3
37855 status open
37856
37857 \begin_layout Plain Layout
37858 t was in the spring
37859 \end_layout
37860
37861 \end_inset
37862
37863  of the year 1894 that all London was interested, and the fashionable world
37864  dismayed, by the murder of the Honourable Ronald Adair under most unusual
37865  and inexplicable circumstances.
37866  The public has already learned those particulars of the crime which came
37867  out in the police investigation, but a good deal was suppressed upon that
37868  occasion, since the case for the prosecution was so overwhelmingly strong
37869  that it was not necessary to bring forward all the facts.
37870 \end_layout
37871
37872 \end_deeper
37873 \begin_layout Standard
37874 \begin_inset ERT
37875 status collapsed
37876
37877 \begin_layout Plain Layout
37878
37879
37880 \backslash
37881 else
37882 \end_layout
37883
37884 \end_inset
37885
37886
37887 \begin_inset Note Note
37888 status open
37889
37890 \begin_layout Plain Layout
37891 The following will be displayed when the \SpecialChar LaTeX
37892 -package 
37893 \series bold
37894 lettrine
37895 \series default
37896  is not installed:
37897 \end_layout
37898
37899 \end_inset
37900
37901
37902 \end_layout
37903
37904 \begin_layout Standard
37905 You need to install the \SpecialChar LaTeX
37906 -package 
37907 \series bold
37908 lettrine
37909 \series default
37910  to see the following part of this section in the output.
37911 \end_layout
37912
37913 \begin_layout Standard
37914 \begin_inset ERT
37915 status collapsed
37916
37917 \begin_layout Plain Layout
37918
37919
37920 \backslash
37921 fi
37922 \end_layout
37923
37924 \end_inset
37925
37926
37927 \end_layout
37928
37929 \begin_layout Chapter
37930 External Document Parts
37931 \begin_inset Index idx
37932 status collapsed
37933
37934 \begin_layout Plain Layout
37935 External Document Parts
37936 \end_layout
37937
37938 \end_inset
37939
37940
37941 \end_layout
37942
37943 \begin_layout Standard
37944 With the menu 
37945 \family sans
37946 Insert\SpecialChar menuseparator
37947 File
37948 \family default
37949  you can insert external material into your document.
37950  This can be:
37951 \end_layout
37952
37953 \begin_layout Description
37954 LyX
37955 \begin_inset space ~
37956 \end_inset
37957
37958 Document Another \SpecialChar LyX
37959  document; its content is directly inserted to your document.
37960 \end_layout
37961
37962 \begin_layout Description
37963 Plain
37964 \begin_inset space ~
37965 \end_inset
37966
37967 Text A text document; each line is inserted in your document as a separate
37968  paragraph.
37969 \end_layout
37970
37971 \begin_layout Description
37972 Plain
37973 \begin_inset space ~
37974 \end_inset
37975
37976 Text,
37977 \begin_inset space ~
37978 \end_inset
37979
37980 Join
37981 \begin_inset space ~
37982 \end_inset
37983
37984 Lines A text document; text lines are inserted in your document continuously
37985  but an empty text line creates a new paragraph.
37986 \end_layout
37987
37988 \begin_layout Description
37989 External
37990 \begin_inset space ~
37991 \end_inset
37992
37993 Material Files in various formats.
37994 \end_layout
37995
37996 \begin_layout Description
37997 Child
37998 \begin_inset space ~
37999 \end_inset
38000
38001 Document \SpecialChar LyX
38002  or \SpecialChar LaTeX
38003  documents.
38004 \end_layout
38005
38006 \begin_layout Section
38007 External Material
38008 \begin_inset Index idx
38009 status collapsed
38010
38011 \begin_layout Plain Layout
38012 External Document Parts ! External Material
38013 \end_layout
38014
38015 \end_inset
38016
38017
38018 \end_layout
38019
38020 \begin_layout Standard
38021 The external material feature allows you to insert files into your document
38022  without converting them to a format that can be read by the document output
38023  format.
38024  \SpecialChar LyX
38025  takes care of the necessary conversions.
38026  This is similar to images that can be inserted in various image formats
38027  in \SpecialChar LyX
38028  documents.
38029  When you have enabled Instant Preview in \SpecialChar LyX
38030 's preferences under 
38031 \family sans
38032 Look
38033 \begin_inset space ~
38034 \end_inset
38035
38036 and
38037 \begin_inset space ~
38038 \end_inset
38039
38040 feel\SpecialChar menuseparator
38041 Graphics
38042 \family default
38043 , the external material types Dia and Xfig are directly shown in \SpecialChar LyX
38044 .
38045 \end_layout
38046
38047 \begin_layout Standard
38048 External material can be inserted via the 
38049 \family sans
38050 External Material
38051 \family default
38052  dialog that is accessible with the menu 
38053 \family sans
38054 Insert\SpecialChar menuseparator
38055 File\SpecialChar menuseparator
38056 External
38057 \begin_inset space ~
38058 \end_inset
38059
38060 Material
38061 \family default
38062 .
38063  Currently the following file types (
38064 \family sans
38065 Templates
38066 \family default
38067 ) are allowed:
38068 \end_layout
38069
38070 \begin_layout Description
38071 ChessDiagram This template supports chess position diagrams made with the
38072  program 
38073 \series bold
38074
38075 \begin_inset CommandInset href
38076 LatexCommand href
38077 name "XBoard"
38078 target "http://en.wikipedia.org/wiki/XBoard"
38079
38080 \end_inset
38081
38082
38083 \series default
38084 .
38085 \end_layout
38086
38087 \begin_layout Description
38088 Date This inserts the date in the form 
38089 \emph on
38090 Day-Month-Year
38091 \emph default
38092 .
38093  This is a date inserted as external material: 
38094 \begin_inset External
38095         template Date
38096         filename /cvs/lyx/lyx-devel/lib/doc/
38097
38098 \end_inset
38099
38100
38101 \begin_inset space ~
38102 \end_inset
38103
38104
38105 \begin_inset Note Note
38106 status open
38107
38108 \begin_layout Plain Layout
38109 Remove the protected space when bug 4398 is fixed!
38110 \end_layout
38111
38112 \end_inset
38113
38114
38115 \begin_inset Newline newline
38116 \end_inset
38117
38118 The date is not shown within \SpecialChar LyX
38119 , only in the output.
38120  There are two other methods of inserting a date: Via menu 
38121 \family sans
38122 Insert\SpecialChar menuseparator
38123 Date
38124 \family default
38125  and with the \SpecialChar LaTeX
38126  command 
38127 \series bold
38128
38129 \backslash
38130 today
38131 \series default
38132  as \SpecialChar TeX
38133  Code.
38134  The different methods are compared in Table
38135 \begin_inset space ~
38136 \end_inset
38137
38138
38139 \begin_inset CommandInset ref
38140 LatexCommand ref
38141 reference "tab:Comparison-of-the"
38142
38143 \end_inset
38144
38145 .
38146 \end_layout
38147
38148 \begin_layout Description
38149 Dia This template supports diagrams created with the program 
38150 \series bold
38151
38152 \begin_inset CommandInset href
38153 LatexCommand href
38154 name "Dia"
38155 target "http://en.wikipedia.org/wiki/Dia_(software)"
38156
38157 \end_inset
38158
38159
38160 \series default
38161 .
38162 \end_layout
38163
38164 \begin_layout Description
38165 GnumericSpreadsheet With this template you can insert spreadsheets
38166 \begin_inset space \thinspace{}
38167 \end_inset
38168
38169 /
38170 \begin_inset space \thinspace{}
38171 \end_inset
38172
38173 tables in the format of 
38174 \series bold
38175
38176 \begin_inset CommandInset href
38177 LatexCommand href
38178 name "Gnumeric"
38179 target "http://en.wikipedia.org/wiki/Gnumeric"
38180
38181 \end_inset
38182
38183
38184 \series default
38185
38186 \begin_inset CommandInset href
38187 LatexCommand href
38188 name "OpenDocument"
38189 target "http://en.wikipedia.org/wiki/OpenDocument"
38190
38191 \end_inset
38192
38193
38194 \begin_inset CommandInset href
38195 LatexCommand href
38196 name "Microsoft Office XML"
38197 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
38198
38199 \end_inset
38200
38201  and 
38202 \begin_inset CommandInset href
38203 LatexCommand href
38204 name "Office Open XML"
38205 target "http://en.wikipedia.org/wiki/Office_Open_XML"
38206
38207 \end_inset
38208
38209 .
38210  For this feature \SpecialChar LyX
38211  must have found the program 
38212 \family typewriter
38213 ssconvert
38214 \family default
38215  during its configuration.
38216  This program is part of Gnumeric, so that you must have Gnumeric installed,
38217  also if you don't have tables in the Gnumeric format.
38218  For examples and possible limitations have a look at \SpecialChar LyX
38219 's example file 
38220 \emph on
38221 spreadsheet.lyx
38222 \emph default
38223 .
38224 \end_layout
38225
38226 \begin_layout Description
38227 LilyPond This template is used for music notation typeset with the program
38228 \begin_inset Newline linebreak
38229 \end_inset
38230
38231
38232 \series bold
38233
38234 \begin_inset CommandInset href
38235 LatexCommand href
38236 name "LilyPond"
38237 target "http://en.wikipedia.org/wiki/LilyPond"
38238
38239 \end_inset
38240
38241
38242 \series default
38243 .
38244  For \SpecialChar LyX
38245 's extended support for LilyPond have a look at \SpecialChar LyX
38246 's example file 
38247 \emph on
38248 lilypond.lyx
38249 \emph default
38250 .
38251 \end_layout
38252
38253 \begin_layout Description
38254 PDFPages With this template you can insert PDF documents to your document.
38255  To specify the range of pages that should be included, use the option 
38256 \series bold
38257 pages
38258 \series default
38259  in the 
38260 \family sans
38261 Option
38262 \family default
38263  field in the 
38264 \family sans
38265 LaTeX and LyX options
38266 \family default
38267  tab.
38268  The argument of this option is a comma separated list, containing page
38269  numbers (insert as option 
38270 \series bold
38271 pages={3,5,6,8}
38272 \series default
38273 ), ranges of page numbers (
38274 \series bold
38275 pages={4-9}
38276 \series default
38277 ) or any combination.
38278  To insert empty pages use {}.
38279  E.
38280 \begin_inset space \thinspace{}
38281 \end_inset
38282
38283 g.
38284 \begin_inset space ~
38285 \end_inset
38286
38287
38288 \series bold
38289 pages={3,{},8-11,15}
38290 \series default
38291  will insert page 3, an empty page, and pages 8, 9, 10, 11 and 15.
38292  Page ranges are specified in the syntax 
38293 \emph on
38294 start
38295 \emph default
38296 -
38297 \emph on
38298 stop
38299 \emph default
38300 .
38301  This selects all pages from 
38302 \emph on
38303 start
38304 \emph default
38305  to 
38306 \emph on
38307 stop
38308 \emph default
38309 .
38310  Omitting 
38311 \emph on
38312 start
38313 \emph default
38314  defaults to the first page; omitting 
38315 \emph on
38316 stop
38317 \emph default
38318  defaults to the last page of the document.
38319  The last page can also be selected with the keyword 
38320 \series bold
38321 last
38322 \series default
38323 .
38324  (This is only permitted in a page range.) So 
38325 \series bold
38326 pages=-
38327 \series default
38328  will insert all pages of the document and 
38329 \series bold
38330 pages=last-1
38331 \series default
38332  will insert all pages in reverse order.
38333  If the pages option is not specified, only the first page of the PDF is
38334  inserted.
38335 \begin_inset Newline newline
38336 \end_inset
38337
38338 The option 
38339 \series bold
38340 noautoscale
38341 \series default
38342  inserts the pages with their original size, if this option is not given,
38343  the pages will be resized to fith the width of the page of your document.
38344  In the tab 
38345 \family sans
38346 Size and Rotation
38347 \family default
38348  you can specify the width and height of the input pages and their rotation.
38349  If another width than 100
38350 \begin_inset space \thinspace{}
38351 \end_inset
38352
38353 Scale% is used, the option 
38354 \series bold
38355 noautoscale
38356 \series default
38357  will be overwritten.
38358  For more info and possible options, have a look into the documentation
38359  of the \SpecialChar LaTeX
38360 -package 
38361 \series bold
38362 pdfpages
38363 \series default
38364  
38365 \begin_inset CommandInset citation
38366 LatexCommand cite
38367 key "pdfpages"
38368
38369 \end_inset
38370
38371 .
38372 \begin_inset Index idx
38373 status collapsed
38374
38375 \begin_layout Plain Layout
38376 \SpecialChar LaTeX
38377 -packages ! pdfpages
38378 \end_layout
38379
38380 \end_inset
38381
38382
38383 \begin_inset Newline newline
38384 \end_inset
38385
38386 To use this template in a 
38387 \family sans
38388 Beamer
38389 \family default
38390  presentation you need to first insert an 
38391 \family sans
38392 EndFrame
38393 \family default
38394  environment and in a subsequent paragraph a \SpecialChar TeX
38395  Code box containing the command
38396  
38397 \series bold
38398
38399 \backslash
38400 setbeamertemplate{background canvas}{}
38401 \series default
38402 .
38403  Then you can insert as many paragraphs containing the PDFPages template
38404  as you wish.
38405  Behind the included PDF pages you can resume the Beamer presentation by
38406  beginning a new frame or by starting a new section.
38407  To avoid stray blank pages prior to the PDF pages, make sure to use the
38408  
38409 \family sans
38410 Default
38411 \family default
38412  alignment for the paragraph containing the template.
38413 \begin_inset Newline newline
38414 \end_inset
38415
38416 Here is an included PDF which is rotated by -5°: 
38417 \begin_inset External
38418         template PDFPages
38419         filename /cvs/lyx/lyx-devel/lib/doc/clipart/Abstract.pdf
38420         extra LaTeX "noautoscale, pages=-"
38421         rotateAngle -5
38422         rotateOrigin bottomleft
38423
38424 \end_inset
38425
38426
38427 \end_layout
38428
38429 \begin_layout Description
38430 RasterImage This can be used for bitmap images.
38431  The image can be treated in the 
38432 \family sans
38433 External material
38434 \family default
38435  dialog like the images that are usually included via the 
38436 \family sans
38437 Graphics
38438 \family default
38439  dialog as described in section
38440 \begin_inset space ~
38441 \end_inset
38442
38443
38444 \begin_inset CommandInset ref
38445 LatexCommand ref
38446 reference "sec:Graphics-Dialog"
38447
38448 \end_inset
38449
38450 .
38451  The difference to the normal image input is that only raster images are
38452  allowed; that means that PDF and EPS-images are not supported.
38453  Here is an inserted raster image: 
38454 \begin_inset External
38455         template RasterImage
38456         filename /cvs/lyx/lyx-devel/lib/doc/clipart/ToolbarEnvBox.png
38457
38458 \end_inset
38459
38460
38461 \end_layout
38462
38463 \begin_layout Description
38464 XFig This template supports images created with the program 
38465 \series bold
38466
38467 \begin_inset CommandInset href
38468 LatexCommand href
38469 name "Xfig"
38470 target "http://en.wikipedia.org/wiki/Xfig"
38471
38472 \end_inset
38473
38474
38475 \series default
38476 .
38477 \end_layout
38478
38479 \begin_layout Standard
38480 \begin_inset Float table
38481 placement !h
38482 wide false
38483 sideways false
38484 status open
38485
38486 \begin_layout Plain Layout
38487 \begin_inset Caption Standard
38488
38489 \begin_layout Plain Layout
38490 \begin_inset CommandInset label
38491 LatexCommand label
38492 name "tab:Comparison-of-the"
38493
38494 \end_inset
38495
38496 Comparison of the date input methods.
38497 \end_layout
38498
38499 \end_inset
38500
38501
38502 \end_layout
38503
38504 \begin_layout Plain Layout
38505 \align center
38506 \begin_inset Tabular
38507 <lyxtabular version="3" rows="4" columns="4">
38508 <features tabularvalignment="middle">
38509 <column alignment="center" valignment="top">
38510 <column alignment="center" valignment="top">
38511 <column alignment="center" valignment="top">
38512 <column alignment="center" valignment="top">
38513 <row>
38514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38515 \begin_inset Text
38516
38517 \begin_layout Plain Layout
38518 Document format
38519 \end_layout
38520
38521 \end_inset
38522 </cell>
38523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38524 \begin_inset Text
38525
38526 \begin_layout Plain Layout
38527
38528 \family sans
38529 External Material\SpecialChar menuseparator
38530 Date
38531 \end_layout
38532
38533 \end_inset
38534 </cell>
38535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38536 \begin_inset Text
38537
38538 \begin_layout Plain Layout
38539
38540 \family sans
38541 Insert\SpecialChar menuseparator
38542 Date
38543 \end_layout
38544
38545 \end_inset
38546 </cell>
38547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38548 \begin_inset Text
38549
38550 \begin_layout Plain Layout
38551 command 
38552 \series bold
38553
38554 \backslash
38555 today
38556 \end_layout
38557
38558 \end_inset
38559 </cell>
38560 </row>
38561 <row>
38562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38563 \begin_inset Text
38564
38565 \begin_layout Plain Layout
38566 \SpecialChar LyX
38567
38568 \end_layout
38569
38570 \end_inset
38571 </cell>
38572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38573 \begin_inset Text
38574
38575 \begin_layout Plain Layout
38576 as inset box
38577 \end_layout
38578
38579 \end_inset
38580 </cell>
38581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38582 \begin_inset Text
38583
38584 \begin_layout Plain Layout
38585 as date
38586 \end_layout
38587
38588 \end_inset
38589 </cell>
38590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38591 \begin_inset Text
38592
38593 \begin_layout Plain Layout
38594 as \SpecialChar TeX
38595  Code inset box
38596 \end_layout
38597
38598 \end_inset
38599 </cell>
38600 </row>
38601 <row>
38602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38603 \begin_inset Text
38604
38605 \begin_layout Plain Layout
38606 \SpecialChar LaTeX
38607
38608 \end_layout
38609
38610 \end_inset
38611 </cell>
38612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38613 \begin_inset Text
38614
38615 \begin_layout Plain Layout
38616 as date
38617 \end_layout
38618
38619 \end_inset
38620 </cell>
38621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38622 \begin_inset Text
38623
38624 \begin_layout Plain Layout
38625 as date
38626 \end_layout
38627
38628 \end_inset
38629 </cell>
38630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38631 \begin_inset Text
38632
38633 \begin_layout Plain Layout
38634 as command
38635 \end_layout
38636
38637 \end_inset
38638 </cell>
38639 </row>
38640 <row>
38641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38642 \begin_inset Text
38643
38644 \begin_layout Plain Layout
38645 DVI, PDF, PS
38646 \end_layout
38647
38648 \end_inset
38649 </cell>
38650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38651 \begin_inset Text
38652
38653 \begin_layout Plain Layout
38654 as date
38655 \end_layout
38656
38657 \end_inset
38658 </cell>
38659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38660 \begin_inset Text
38661
38662 \begin_layout Plain Layout
38663 as date
38664 \end_layout
38665
38666 \end_inset
38667 </cell>
38668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38669 \begin_inset Text
38670
38671 \begin_layout Plain Layout
38672 as date
38673 \end_layout
38674
38675 \end_inset
38676 </cell>
38677 </row>
38678 </lyxtabular>
38679
38680 \end_inset
38681
38682
38683 \end_layout
38684
38685 \end_inset
38686
38687
38688 \end_layout
38689
38690 \begin_layout Standard
38691 When you use the option 
38692 \family sans
38693 Draft
38694 \family default
38695  in the 
38696 \family sans
38697 File
38698 \family default
38699  tab of the 
38700 \family sans
38701 External Material
38702 \family default
38703  dialog, only the path to the inserted file is shown in the output.
38704 \begin_inset Newline newline
38705 \end_inset
38706
38707 External material is displayed in \SpecialChar LyX
38708  either as a box like this: 
38709 \begin_inset Graphics
38710         filename /cvs/lyx/lyx-devel/lib/doc/clipart/ExternalMaterialQt4.png
38711         scale 85
38712         scaleBeforeRotation
38713
38714 \end_inset
38715
38716  or as image, depending on the option 
38717 \family sans
38718 Show in LyX
38719 \family default
38720  in the 
38721 \family sans
38722 LaTeX and LyX options
38723 \family default
38724  tab of the dialog.
38725 \end_layout
38726
38727 \begin_layout Standard
38728 The 
38729 \family sans
38730 \emph on
38731 Customization
38732 \family default
38733 \emph default
38734  manual explains how you can define your own templates.
38735 \end_layout
38736
38737 \begin_layout Section
38738 Child Documents
38739 \begin_inset CommandInset label
38740 LatexCommand label
38741 name "sec:Child-Documents"
38742
38743 \end_inset
38744
38745
38746 \begin_inset Index idx
38747 status collapsed
38748
38749 \begin_layout Plain Layout
38750 External Document Parts ! Child Documents
38751 \end_layout
38752
38753 \end_inset
38754
38755
38756 \begin_inset Index idx
38757 status collapsed
38758
38759 \begin_layout Plain Layout
38760 Files ! Include
38761 \end_layout
38762
38763 \end_inset
38764
38765
38766 \end_layout
38767
38768 \begin_layout Standard
38769 Child documents are used if you have a long document consisting of several
38770  larger parts or sections.
38771  For maintenance it is often useful and sometimes even required to split
38772  the document into several files that can be revised separately.
38773  The different documents are then the so called 
38774 \begin_inset Quotes eld
38775 \end_inset
38776
38777 child documents
38778 \begin_inset Quotes erd
38779 \end_inset
38780
38781 , and a master document connects them to print the full document or parts
38782  of it.
38783  A child document inherits elements from its master, for example the \SpecialChar LaTeX
38784  preamble,
38785  the bibliography, and labels for cross-references.
38786 \end_layout
38787
38788 \begin_layout Standard
38789 To be able to work on child documents without the need to open their master,
38790  specify in the child document the master in the menu
38791 \family sans
38792  Document\SpecialChar menuseparator
38793 Settings\SpecialChar menuseparator
38794 Document
38795 \begin_inset space ~
38796 \end_inset
38797
38798 Class
38799 \family default
38800 .
38801  This master document will then be used in the background by \SpecialChar LyX
38802  when you edit
38803  the child document.
38804 \end_layout
38805
38806 \begin_layout Standard
38807 Included documents are displayed in \SpecialChar LyX
38808  as a box like this: 
38809 \begin_inset Graphics
38810         filename /cvs/lyx/lyx-devel/lib/doc/clipart/ChildDocumentQt4.png
38811         scale 85
38812         scaleBeforeRotation
38813
38814 \end_inset
38815
38816  To include child documents in a master document use the menu 
38817 \family sans
38818 Insert\SpecialChar menuseparator
38819 File\SpecialChar menuseparator
38820 Child
38821 \begin_inset space ~
38822 \end_inset
38823
38824 Documents
38825 \family default
38826 .
38827  A dialog pops up where you can choose between four include methods:
38828 \end_layout
38829
38830 \begin_layout Description
38831 Include You can include \SpecialChar LyX
38832  and \SpecialChar LaTeX
38833  documents.
38834  When you press the 
38835 \family sans
38836 Edit
38837 \family default
38838  button in the 
38839 \family sans
38840 Child Document
38841 \family default
38842  dialog, the included document will be opened in \SpecialChar LyX
38843  in a new file tab so that
38844  you can modify it.
38845 \begin_inset Newline newline
38846 \end_inset
38847
38848
38849 \end_layout
38850
38851 \begin_layout Standard
38852 Here is a child document inserted using 
38853 \family sans
38854 Include
38855 \family default
38856
38857 \begin_inset CommandInset include
38858 LatexCommand include
38859 filename "DummyDocument1.lyx"
38860
38861 \end_inset
38862
38863
38864 \end_layout
38865
38866 \begin_layout Standard
38867 The section numbering includes the sections of the included files in the
38868  order they are inserted in the master document.
38869  The included example document has for example a subsection that is numbered
38870  as a subsection of this section.
38871  Labels of included documents can be referenced: Subsection
38872 \begin_inset space ~
38873 \end_inset
38874
38875
38876 \begin_inset CommandInset ref
38877 LatexCommand ref
38878 reference "subsec:External-Subsection-1"
38879
38880 \end_inset
38881
38882 .
38883 \end_layout
38884
38885 \begin_layout Standard
38886 The preamble of the child document is ignored; only the preamble of the
38887  master document is used.
38888  Branches in child documents will be ignored by the master document when
38889  the master document does not have a branch with the same name.
38890  Included documents are inserted starting on a new page and ending with
38891  a page break.
38892 \end_layout
38893
38894 \begin_layout Standard
38895 \begin_inset Note Greyedout
38896 status open
38897
38898 \begin_layout Plain Layout
38899
38900 \series bold
38901 Note:
38902 \series default
38903  If you have included a \SpecialChar LyX
38904  or \SpecialChar LaTeX
38905  file, you are warned when you export/view the
38906  document in case the child document uses another document class than the
38907  master document as this will lead to unexpected outputs.
38908 \end_layout
38909
38910 \end_inset
38911
38912
38913 \end_layout
38914
38915 \begin_layout Description
38916 Input This method is very similar to the Include method.
38917  The differences are:
38918 \begin_inset Separator parbreak
38919 \end_inset
38920
38921
38922 \end_layout
38923
38924 \begin_deeper
38925 \begin_layout Itemize
38926 Input files don't start with a new page and don't end with a page break.
38927 \end_layout
38928
38929 \begin_layout Itemize
38930 Input files can be previewed in \SpecialChar LyX
38931  when 
38932 \family sans
38933 Instant
38934 \begin_inset space ~
38935 \end_inset
38936
38937 Preview
38938 \family default
38939  is enabled in \SpecialChar LyX
38940 's preferences under 
38941 \family sans
38942 Look
38943 \begin_inset space ~
38944 \end_inset
38945
38946 and
38947 \begin_inset space ~
38948 \end_inset
38949
38950 feel\SpecialChar menuseparator
38951 Graphics
38952 \family default
38953 .
38954 \end_layout
38955
38956 \begin_layout Itemize
38957 You cannot exclude Input files via the menu 
38958 \family sans
38959 Document\SpecialChar menuseparator
38960 Settings\SpecialChar menuseparator
38961 Child Documents
38962 \family default
38963 .
38964 \end_layout
38965
38966 \end_deeper
38967 \begin_layout Standard
38968 Here is a child document inserted using 
38969 \family sans
38970 Input
38971 \family default
38972
38973 \begin_inset CommandInset include
38974 LatexCommand input
38975 filename "DummyDocument2.lyx"
38976
38977 \end_inset
38978
38979
38980 \end_layout
38981
38982 \begin_layout Description
38983 Verbatim With this method any text file can be included.
38984  The file is shown in the output with its source code; no command used in
38985  the text is invoked.
38986  You can use the option 
38987 \family sans
38988 Mark spaces in output
38989 \family default
38990  that displays the character 
38991 \begin_inset Quotes eld
38992 \end_inset
38993
38994
38995 \begin_inset ERT
38996 status collapsed
38997
38998 \begin_layout Plain Layout
38999
39000
39001 \backslash
39002 textvisiblespace 
39003 \end_layout
39004
39005 \end_inset
39006
39007
39008 \begin_inset Quotes erd
39009 \end_inset
39010
39011  for every space character in the source code.
39012  The difference from the method via the menu 
39013 \family sans
39014 Insert\SpecialChar menuseparator
39015 File\SpecialChar menuseparator
39016 Plain
39017 \begin_inset space ~
39018 \end_inset
39019
39020 Text
39021 \family default
39022  is that the document content is not shown in \SpecialChar LyX
39023 .
39024 \end_layout
39025
39026 \begin_layout Standard
39027 Here is a child document inserted as Verbatim: 
39028 \begin_inset CommandInset include
39029 LatexCommand verbatiminput
39030 filename "DummyTextDocument.txt"
39031
39032 \end_inset
39033
39034
39035 \begin_inset VSpace bigskip
39036 \end_inset
39037
39038  Here is a child document inserted as Verbatim using the 
39039 \family sans
39040 Mark spaces in output
39041 \family default
39042  option: 
39043 \begin_inset CommandInset include
39044 LatexCommand verbatiminput*
39045 filename "DummyTextDocument.txt"
39046
39047 \end_inset
39048
39049
39050 \end_layout
39051
39052 \begin_layout Standard
39053 \begin_inset VSpace bigskip
39054 \end_inset
39055
39056
39057 \end_layout
39058
39059 \begin_layout Standard
39060 \begin_inset Note Greyedout
39061 status open
39062
39063 \begin_layout Plain Layout
39064
39065 \series bold
39066 Note:
39067 \series default
39068  As you can see in the examples above, the text of the documents included
39069  as 
39070 \family sans
39071 verbatim
39072 \family default
39073  is not broken at the end of the document lines.
39074 \end_layout
39075
39076 \end_inset
39077
39078
39079 \end_layout
39080
39081 \begin_layout Description
39082 Listings This type is described in chapter
39083 \begin_inset space ~
39084 \end_inset
39085
39086
39087 \begin_inset CommandInset ref
39088 LatexCommand ref
39089 reference "cha:Program-Code-Listings"
39090
39091 \end_inset
39092
39093 .
39094 \end_layout
39095
39096 \begin_layout Standard
39097 \begin_inset Note Greyedout
39098 status open
39099
39100 \begin_layout Plain Layout
39101
39102 \series bold
39103 Note:
39104 \series default
39105  Including the same document twice in a document using different methods
39106  could cause \SpecialChar LaTeX
39107 -problems.
39108 \end_layout
39109
39110 \end_inset
39111
39112
39113 \end_layout
39114
39115 \begin_layout Standard
39116 If you want to view/export only selected children of your master document,
39117  either because you want to save compiling time or because you want to distribut
39118 e single chapters of the book you are just writing, you can exclude children
39119  from the output.
39120  This is done via the menu 
39121 \family sans
39122 Document\SpecialChar menuseparator
39123 Settings\SpecialChar menuseparator
39124 Child Documents
39125 \family default
39126 .
39127  You can exclude\SpecialChar breakableslash
39128 include children by double-clicking on the 
39129 \family sans
39130 include to output
39131 \family default
39132  column of the respective child document in the list (note that this only
39133  works for documents embedded via 
39134 \begin_inset Quotes eld
39135 \end_inset
39136
39137 Include
39138 \begin_inset Quotes erd
39139 \end_inset
39140
39141 , not with 
39142 \begin_inset Quotes eld
39143 \end_inset
39144
39145 Input
39146 \begin_inset Quotes erd
39147 \end_inset
39148
39149 ).
39150  If the option 
39151 \family sans
39152 Maintain counters and references
39153 \family default
39154  is enabled, \SpecialChar LyX
39155  will assure that all page numbers, references etc.
39156 \begin_inset space ~
39157 \end_inset
39158
39159 are correct as if the whole document was processed.
39160  This is useful if you want the selected sub-documents to look exactly as
39161  in the context of the whole document.
39162  However, \SpecialChar LyX
39163  needs to process the whole document in the background for this
39164  feature.
39165  So if you want to save compile time and if counters and references do not
39166  need to be correct, disable this checkbox.
39167 \end_layout
39168
39169 \begin_layout Standard
39170 Alternatively, you can put each included file into a branch.
39171 \begin_inset Foot
39172 status collapsed
39173
39174 \begin_layout Plain Layout
39175 Branches are described in section 
39176 \emph on
39177 Branches
39178 \emph default
39179  of the \SpecialChar LyX
39180  
39181 \emph on
39182 Userguide
39183 \emph default
39184 .
39185 \end_layout
39186
39187 \end_inset
39188
39189  By enabling\SpecialChar breakableslash
39190 disabling branches you can decide which included files will
39191  appear in the output.
39192  This has the advantage that it also works with Input'ed sub-documents.
39193  However, counters and references will not be maintained with this approach.
39194 \end_layout
39195
39196 \begin_layout Chapter
39197 Program Code Listings
39198 \begin_inset CommandInset label
39199 LatexCommand label
39200 name "cha:Program-Code-Listings"
39201
39202 \end_inset
39203
39204
39205 \begin_inset Index idx
39206 status collapsed
39207
39208 \begin_layout Plain Layout
39209 Listings
39210 \end_layout
39211
39212 \end_inset
39213
39214
39215 \begin_inset Index idx
39216 status collapsed
39217
39218 \begin_layout Plain Layout
39219 Program Code
39220 \end_layout
39221
39222 \end_inset
39223
39224
39225 \begin_inset Index idx
39226 status collapsed
39227
39228 \begin_layout Plain Layout
39229 Floats ! Listings
39230 \end_layout
39231
39232 \end_inset
39233
39234
39235 \end_layout
39236
39237 \begin_layout Standard
39238 To include and typeset program code you can use the 
39239 \family sans
39240 Listings
39241 \family default
39242  inset that can be inserted via the menu 
39243 \family sans
39244 Insert\SpecialChar menuseparator
39245 Program Listing
39246 \family default
39247 .
39248  The \SpecialChar LaTeX
39249 -package 
39250 \series bold
39251 listings
39252 \series default
39253
39254 \begin_inset Index idx
39255 status collapsed
39256
39257 \begin_layout Plain Layout
39258 \SpecialChar LaTeX
39259 -packages ! listings
39260 \end_layout
39261
39262 \end_inset
39263
39264  provides a powerful and flexible way to insert program source code into
39265  your document.
39266 \end_layout
39267
39268 \begin_layout Standard
39269 Right-clicking on a listings inset opens the context menu containing where
39270  you can set the listings format.
39271 \end_layout
39272
39273 \begin_layout Standard
39274 By default, a listing starts a new paragraph in the output.
39275  The placement option 
39276 \family sans
39277 Inline
39278 \begin_inset space ~
39279 \end_inset
39280
39281 listing
39282 \family default
39283  prints the listing inline like this: 
39284 \begin_inset listings
39285 lstparams "language={C++}"
39286 inline true
39287 status open
39288
39289 \begin_layout Plain Layout
39290
39291 int a=5;
39292 \end_layout
39293
39294 \end_inset
39295
39296
39297 \begin_inset Newline newline
39298 \end_inset
39299
39300 The option 
39301 \family sans
39302 Float
39303 \family default
39304  creates a listings float where you can specify the placement options 
39305 \begin_inset Quotes eld
39306 \end_inset
39307
39308
39309 \family sans
39310 h
39311 \family default
39312
39313 \begin_inset Quotes erd
39314 \end_inset
39315
39316
39317 \begin_inset Quotes eld
39318 \end_inset
39319
39320
39321 \family sans
39322 t
39323 \family default
39324
39325 \begin_inset Quotes erd
39326 \end_inset
39327
39328
39329 \begin_inset Quotes eld
39330 \end_inset
39331
39332
39333 \family sans
39334 b
39335 \family default
39336
39337 \begin_inset Quotes erd
39338 \end_inset
39339
39340 , and 
39341 \begin_inset Quotes eld
39342 \end_inset
39343
39344
39345 \family sans
39346 p
39347 \family default
39348
39349 \begin_inset Quotes erd
39350 \end_inset
39351
39352  corresponding to the float placement options described in section
39353 \begin_inset space ~
39354 \end_inset
39355
39356
39357 \begin_inset CommandInset ref
39358 LatexCommand ref
39359 reference "sec:Float-Placement"
39360
39361 \end_inset
39362
39363 .
39364  The placement options can be mixed and are inserted without any separation,
39365  e.
39366 \begin_inset space \thinspace{}
39367 \end_inset
39368
39369 g.
39370 \begin_inset space \space{}
39371 \end_inset
39372
39373
39374 \begin_inset Quotes eld
39375 \end_inset
39376
39377
39378 \family sans
39379 htbp
39380 \family default
39381
39382 \begin_inset Quotes erd
39383 \end_inset
39384
39385 .
39386  The option 
39387 \begin_inset Quotes eld
39388 \end_inset
39389
39390 h
39391 \begin_inset Quotes erd
39392 \end_inset
39393
39394  has sometimes no effect, but you don't need to use the 
39395 \family sans
39396 Float
39397 \family default
39398  option in this case as also non-float listings can have captions and be
39399  referenced.
39400 \end_layout
39401
39402 \begin_layout Standard
39403 You can add captions to listings with the menu 
39404 \family sans
39405 Insert\SpecialChar menuseparator
39406 Caption
39407 \family default
39408 .
39409  Listings can be referenced like floats: Listing
39410 \begin_inset space ~
39411 \end_inset
39412
39413
39414 \begin_inset CommandInset ref
39415 LatexCommand ref
39416 reference "lst:Example-Listing"
39417
39418 \end_inset
39419
39420 .
39421  A list of listings which contains all listings with captions can be created
39422  via the menu 
39423 \family sans
39424 Insert\SpecialChar menuseparator
39425 List
39426 \begin_inset space ~
39427 \end_inset
39428
39429 /
39430 \begin_inset space ~
39431 \end_inset
39432
39433 TOC\SpecialChar menuseparator
39434 List of Listings
39435 \family default
39436 .
39437  The list entries are the listing caption and the listing number.
39438 \end_layout
39439
39440 \begin_layout Standard
39441 \begin_inset listings
39442 lstparams "language=Python"
39443 inline false
39444 status open
39445
39446 \begin_layout Plain Layout
39447
39448 \begin_inset Caption Standard
39449
39450 \begin_layout Plain Layout
39451 \begin_inset CommandInset label
39452 LatexCommand label
39453 name "lst:Example-Listing"
39454
39455 \end_inset
39456
39457 Example Listing float
39458 \end_layout
39459
39460 \end_inset
39461
39462 # Example listing float
39463 \end_layout
39464
39465 \begin_layout Plain Layout
39466
39467 def func(param):
39468 \end_layout
39469
39470 \begin_layout Plain Layout
39471
39472     'this is a python function'
39473 \end_layout
39474
39475 \begin_layout Plain Layout
39476
39477     pass
39478 \end_layout
39479
39480 \end_inset
39481
39482
39483 \end_layout
39484
39485 \begin_layout Standard
39486 When you have set a programming language in the listings dialog, the keywords
39487  of this language will be recognized and specially typeset in the output.
39488  In the example listings the Python keyword 
39489 \begin_inset Quotes eld
39490 \end_inset
39491
39492 def
39493 \begin_inset Quotes erd
39494 \end_inset
39495
39496  is recognized and printed bold in the output.
39497 \end_layout
39498
39499 \begin_layout Standard
39500 \begin_inset Note Greyedout
39501 status open
39502
39503 \begin_layout Plain Layout
39504
39505 \series bold
39506 Note:
39507 \series default
39508  If you don't get bold keywords when using typewriter fonts, your 
39509 \family typewriter
39510 typewriter
39511 \family default
39512  font probably doesn't provide a bold shape.
39513  In this case select a different one in the menu 
39514 \family sans
39515 Document\SpecialChar menuseparator
39516 Settings\SpecialChar menuseparator
39517 Fonts
39518 \family default
39519 .
39520  (The fonts 
39521 \emph on
39522 LuxiMono, BeraMono
39523 \emph default
39524  and 
39525 \emph on
39526 Courier
39527 \emph default
39528  provide bold shapes.)
39529 \end_layout
39530
39531 \end_inset
39532
39533
39534 \end_layout
39535
39536 \begin_layout Standard
39537 In section 
39538 \family sans
39539 Line
39540 \begin_inset space ~
39541 \end_inset
39542
39543 numbering
39544 \family default
39545  of the listings dialog you can specify the line numbering style.
39546  You can insert a number to specify which lines are numbered in the field
39547  
39548 \family sans
39549 Step
39550 \family default
39551 .
39552  When you insert e.
39553 \begin_inset space \thinspace{}
39554 \end_inset
39555
39556 g.
39557 \begin_inset space \space{}
39558 \end_inset
39559
39560
39561 \begin_inset Quotes eld
39562 \end_inset
39563
39564 3
39565 \begin_inset Quotes erd
39566 \end_inset
39567
39568 , only every 3rd line will be numbered.
39569 \end_layout
39570
39571 \begin_layout Standard
39572 You can furthermore specify a range of lines; only these will then appear
39573  in the output.
39574  The option 
39575 \family sans
39576 Extended character table
39577 \family default
39578  should be used when you use national characters like the German umlauts
39579  in the listing.
39580 \begin_inset Newline newline
39581 \end_inset
39582
39583 Here is an example listing with left line numbering, step 
39584 \begin_inset Quotes eld
39585 \end_inset
39586
39587 3
39588 \begin_inset Quotes erd
39589 \end_inset
39590
39591 , language 
39592 \begin_inset Quotes eld
39593 \end_inset
39594
39595 Python
39596 \begin_inset Quotes erd
39597 \end_inset
39598
39599 , options 
39600 \begin_inset Quotes eld
39601 \end_inset
39602
39603 Extended character table
39604 \begin_inset Quotes erd
39605 \end_inset
39606
39607  and 
39608 \begin_inset Quotes eld
39609 \end_inset
39610
39611 Space
39612 \begin_inset space ~
39613 \end_inset
39614
39615 as
39616 \begin_inset space ~
39617 \end_inset
39618
39619 symbol
39620 \begin_inset Quotes erd
39621 \end_inset
39622
39623 , range lines 3
39624 \begin_inset space \thinspace{}
39625 \end_inset
39626
39627 -
39628 \begin_inset space \thinspace{}
39629 \end_inset
39630
39631 8:
39632 \end_layout
39633
39634 \begin_layout Standard
39635 \begin_inset listings
39636 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
39637 inline false
39638 status open
39639
39640 \begin_layout Plain Layout
39641
39642 def func(param):
39643 \end_layout
39644
39645 \begin_layout Plain Layout
39646
39647     'this is a python function'
39648 \end_layout
39649
39650 \begin_layout Plain Layout
39651
39652     pass
39653 \end_layout
39654
39655 \begin_layout Plain Layout
39656
39657 def func(param):
39658 \end_layout
39659
39660 \begin_layout Plain Layout
39661
39662 'This is a German word: Tschüß'
39663 \end_layout
39664
39665 \begin_layout Plain Layout
39666
39667 pass
39668 \end_layout
39669
39670 \begin_layout Plain Layout
39671
39672 def func(param):
39673 \end_layout
39674
39675 \begin_layout Plain Layout
39676
39677 'this is a python function'
39678 \end_layout
39679
39680 \begin_layout Plain Layout
39681
39682 pass
39683 \end_layout
39684
39685 \end_inset
39686
39687
39688 \end_layout
39689
39690 \begin_layout Standard
39691 When you have tabulators in your listing, you can specify the number of
39692  characters that are spanned by a tabulator in the field 
39693 \family sans
39694 Tabulator
39695 \begin_inset space ~
39696 \end_inset
39697
39698 size
39699 \family default
39700 .
39701 \end_layout
39702
39703 \begin_layout Standard
39704 \begin_inset Note Greyedout
39705 status open
39706
39707 \begin_layout Plain Layout
39708
39709 \series bold
39710 Note:
39711 \series default
39712  Due to a bug in the 
39713 \series bold
39714 listings
39715 \series default
39716  package the line numbering is shifted by a line by every previous listing.
39717  That's the reason why the lines 2 and 5 are numbered in the above listing
39718  and not the lines 3 and 6.
39719 \end_layout
39720
39721 \end_inset
39722
39723
39724 \end_layout
39725
39726 \begin_layout Standard
39727 \begin_inset VSpace bigskip
39728 \end_inset
39729
39730
39731 \end_layout
39732
39733 \begin_layout Standard
39734 It is also possible to print lines from a file as listing.
39735  To do this, use the menu 
39736 \family sans
39737 Insert\SpecialChar menuseparator
39738 File\SpecialChar menuseparator
39739 Child Document
39740 \family default
39741  and choose the type 
39742 \family sans
39743 Listings
39744 \family default
39745 .
39746 \begin_inset Foot
39747 status collapsed
39748
39749 \begin_layout Plain Layout
39750 The other child document types are described in section
39751 \begin_inset space ~
39752 \end_inset
39753
39754
39755 \begin_inset CommandInset ref
39756 LatexCommand ref
39757 reference "sec:Child-Documents"
39758
39759 \end_inset
39760
39761 .
39762 \end_layout
39763
39764 \end_inset
39765
39766  In the child document dialog you can specify the listing parameters in
39767  a text box.
39768  To show a list of all available parameters, type in a question mark 
39769 \begin_inset Quotes eld
39770 \end_inset
39771
39772 ?
39773 \begin_inset Quotes erd
39774 \end_inset
39775
39776  in the text box.
39777 \end_layout
39778
39779 \begin_layout Standard
39780 To reference child document listings, write a label text into the corresponding
39781  field of the child document dialog.
39782  The label can then be referenced using the menu 
39783 \family sans
39784 Insert\SpecialChar menuseparator
39785 Cross-Reference
39786 \family default
39787 .
39788 \end_layout
39789
39790 \begin_layout Standard
39791 Listing
39792 \begin_inset space ~
39793 \end_inset
39794
39795
39796 \begin_inset CommandInset ref
39797 LatexCommand ref
39798 reference "lst:file-listing"
39799
39800 \end_inset
39801
39802  is an example for a listing of a file; there the lines 10
39803 \begin_inset space \thinspace{}
39804 \end_inset
39805
39806 -
39807 \begin_inset space \thinspace{}
39808 \end_inset
39809
39810 15 of this \SpecialChar LyX
39811  file are listed.
39812 \end_layout
39813
39814 \begin_layout Standard
39815 \begin_inset CommandInset include
39816 LatexCommand lstinputlisting
39817 filename "EmbeddedObjects.lyx"
39818 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
39819
39820 \end_inset
39821
39822
39823 \end_layout
39824
39825 \begin_layout Standard
39826 \begin_inset VSpace bigskip
39827 \end_inset
39828
39829
39830 \end_layout
39831
39832 \begin_layout Standard
39833 Inserting a formula into a listing can be done the following way:
39834 \end_layout
39835
39836 \begin_layout Enumerate
39837 Open the listings dialog and add
39838 \begin_inset Newline newline
39839 \end_inset
39840
39841
39842 \family sans
39843 mathescape=true
39844 \family default
39845
39846 \begin_inset Newline newline
39847 \end_inset
39848
39849 to the field of the 
39850 \family sans
39851 Advanced
39852 \family default
39853  tab.
39854 \end_layout
39855
39856 \begin_layout Enumerate
39857 Create a formula outside the listing
39858 \end_layout
39859
39860 \begin_layout Enumerate
39861 Copy the content of the formula (not the formula inset) to the clipboard
39862  (shortcut 
39863 \begin_inset Info
39864 type  "shortcut"
39865 arg   "copy"
39866 \end_inset
39867
39868 )
39869 \end_layout
39870
39871 \begin_layout Enumerate
39872 In the listing write 
39873 \begin_inset Quotes eld
39874 \end_inset
39875
39876
39877 \family sans
39878 $$
39879 \family default
39880
39881 \begin_inset Quotes erd
39882 \end_inset
39883
39884  and copy from the clipboard between the dollar-signs (shortcut 
39885 \begin_inset Info
39886 type  "shortcut"
39887 arg   "paste"
39888 \end_inset
39889
39890 )
39891 \end_layout
39892
39893 \begin_layout Standard
39894 \begin_inset listings
39895 lstparams "language=Python,mathescape=true"
39896 inline false
39897 status open
39898
39899 \begin_layout Plain Layout
39900
39901 \begin_inset Caption Standard
39902
39903 \begin_layout Plain Layout
39904 Example Listing float containing a formula
39905 \end_layout
39906
39907 \end_inset
39908
39909 # Example listing float
39910 \end_layout
39911
39912 \begin_layout Plain Layout
39913
39914 def func(param):
39915 \end_layout
39916
39917 \begin_layout Plain Layout
39918
39919     # $
39920 \backslash
39921 prod_{n=1}^{
39922 \backslash
39923 infty}
39924 \backslash
39925 ,
39926 \backslash
39927 frac{1}{x^{2}}$
39928 \end_layout
39929
39930 \begin_layout Plain Layout
39931
39932     pass
39933 \end_layout
39934
39935 \end_inset
39936
39937
39938 \end_layout
39939
39940 \begin_layout Standard
39941 \begin_inset VSpace bigskip
39942 \end_inset
39943
39944
39945 \end_layout
39946
39947 \begin_layout Standard
39948 Global listings settings can be set in the 
39949 \family sans
39950 Document\SpecialChar menuseparator
39951 Settings\SpecialChar menuseparator
39952 Listings
39953 \family default
39954  dialog.
39955  To get there a list of available options, type in a question mark 
39956 \begin_inset Quotes eld
39957 \end_inset
39958
39959 ?
39960 \begin_inset Quotes erd
39961 \end_inset
39962
39963 .
39964 \end_layout
39965
39966 \begin_layout Standard
39967 For more information about the 
39968 \series bold
39969 listings
39970 \series default
39971  package, we refer to its documentation 
39972 \begin_inset CommandInset citation
39973 LatexCommand cite
39974 key "listings"
39975
39976 \end_inset
39977
39978 .
39979 \end_layout
39980
39981 \begin_layout Standard
39982 \begin_inset Newpage newpage
39983 \end_inset
39984
39985
39986 \end_layout
39987
39988 \begin_layout Chapter
39989 \start_of_appendix
39990 Units available in \SpecialChar LyX
39991
39992 \begin_inset Index idx
39993 status collapsed
39994
39995 \begin_layout Plain Layout
39996 Units
39997 \end_layout
39998
39999 \end_inset
40000
40001
40002 \begin_inset CommandInset label
40003 LatexCommand label
40004 name "cha:Units-available-in"
40005
40006 \end_inset
40007
40008
40009 \end_layout
40010
40011 \begin_layout Standard
40012 To understand the units described in this documentation, Table
40013 \begin_inset space ~
40014 \end_inset
40015
40016
40017 \begin_inset CommandInset ref
40018 LatexCommand ref
40019 reference "tab:Units"
40020
40021 \end_inset
40022
40023  explains all units available in \SpecialChar LyX
40024 .
40025 \end_layout
40026
40027 \begin_layout Standard
40028 \begin_inset Float table
40029 placement h
40030 wide false
40031 sideways false
40032 status open
40033
40034 \begin_layout Plain Layout
40035 \begin_inset Caption Standard
40036
40037 \begin_layout Plain Layout
40038 \begin_inset CommandInset label
40039 LatexCommand label
40040 name "tab:Units"
40041
40042 \end_inset
40043
40044 Units
40045 \end_layout
40046
40047 \end_inset
40048
40049
40050 \end_layout
40051
40052 \begin_layout Plain Layout
40053 \begin_inset VSpace medskip
40054 \end_inset
40055
40056
40057 \end_layout
40058
40059 \begin_layout Plain Layout
40060 \align center
40061 \begin_inset Tabular
40062 <lyxtabular version="3" rows="20" columns="2">
40063 <features tabularvalignment="middle">
40064 <column alignment="center" valignment="top">
40065 <column alignment="center" valignment="top">
40066 <row>
40067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40068 \begin_inset Text
40069
40070 \begin_layout Plain Layout
40071 unit
40072 \end_layout
40073
40074 \end_inset
40075 </cell>
40076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40077 \begin_inset Text
40078
40079 \begin_layout Plain Layout
40080 name/description
40081 \end_layout
40082
40083 \end_inset
40084 </cell>
40085 </row>
40086 <row>
40087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40088 \begin_inset Text
40089
40090 \begin_layout Plain Layout
40091 mm
40092 \end_layout
40093
40094 \end_inset
40095 </cell>
40096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40097 \begin_inset Text
40098
40099 \begin_layout Plain Layout
40100 millimeter
40101 \end_layout
40102
40103 \end_inset
40104 </cell>
40105 </row>
40106 <row>
40107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40108 \begin_inset Text
40109
40110 \begin_layout Plain Layout
40111 cm
40112 \end_layout
40113
40114 \end_inset
40115 </cell>
40116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40117 \begin_inset Text
40118
40119 \begin_layout Plain Layout
40120 centimeter
40121 \end_layout
40122
40123 \end_inset
40124 </cell>
40125 </row>
40126 <row>
40127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40128 \begin_inset Text
40129
40130 \begin_layout Plain Layout
40131 in
40132 \end_layout
40133
40134 \end_inset
40135 </cell>
40136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40137 \begin_inset Text
40138
40139 \begin_layout Plain Layout
40140 inch
40141 \end_layout
40142
40143 \end_inset
40144 </cell>
40145 </row>
40146 <row>
40147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40148 \begin_inset Text
40149
40150 \begin_layout Plain Layout
40151 pt
40152 \end_layout
40153
40154 \end_inset
40155 </cell>
40156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40157 \begin_inset Text
40158
40159 \begin_layout Plain Layout
40160 point (72.27
40161 \begin_inset space \thinspace{}
40162 \end_inset
40163
40164 pt = 1
40165 \begin_inset space \thinspace{}
40166 \end_inset
40167
40168 in)
40169 \end_layout
40170
40171 \end_inset
40172 </cell>
40173 </row>
40174 <row>
40175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40176 \begin_inset Text
40177
40178 \begin_layout Plain Layout
40179 pc
40180 \end_layout
40181
40182 \end_inset
40183 </cell>
40184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40185 \begin_inset Text
40186
40187 \begin_layout Plain Layout
40188 pica (1
40189 \begin_inset space \thinspace{}
40190 \end_inset
40191
40192 pc = 12
40193 \begin_inset space \thinspace{}
40194 \end_inset
40195
40196 pt)
40197 \end_layout
40198
40199 \end_inset
40200 </cell>
40201 </row>
40202 <row>
40203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40204 \begin_inset Text
40205
40206 \begin_layout Plain Layout
40207 sp
40208 \end_layout
40209
40210 \end_inset
40211 </cell>
40212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40213 \begin_inset Text
40214
40215 \begin_layout Plain Layout
40216 scaled point (65536
40217 \begin_inset space \thinspace{}
40218 \end_inset
40219
40220 sp = 1
40221 \begin_inset space \thinspace{}
40222 \end_inset
40223
40224 pt)
40225 \end_layout
40226
40227 \end_inset
40228 </cell>
40229 </row>
40230 <row>
40231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40232 \begin_inset Text
40233
40234 \begin_layout Plain Layout
40235 bp
40236 \end_layout
40237
40238 \end_inset
40239 </cell>
40240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40241 \begin_inset Text
40242
40243 \begin_layout Plain Layout
40244 big point (72
40245 \begin_inset space \thinspace{}
40246 \end_inset
40247
40248 bp = 1
40249 \begin_inset space \thinspace{}
40250 \end_inset
40251
40252 in)
40253 \end_layout
40254
40255 \end_inset
40256 </cell>
40257 </row>
40258 <row>
40259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40260 \begin_inset Text
40261
40262 \begin_layout Plain Layout
40263 dd
40264 \end_layout
40265
40266 \end_inset
40267 </cell>
40268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40269 \begin_inset Text
40270
40271 \begin_layout Plain Layout
40272 didot (1
40273 \begin_inset space \thinspace{}
40274 \end_inset
40275
40276 dd 
40277 \begin_inset Formula $\approx$
40278 \end_inset
40279
40280  0.376
40281 \begin_inset space \thinspace{}
40282 \end_inset
40283
40284 mm)
40285 \end_layout
40286
40287 \end_inset
40288 </cell>
40289 </row>
40290 <row>
40291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40292 \begin_inset Text
40293
40294 \begin_layout Plain Layout
40295 cc
40296 \end_layout
40297
40298 \end_inset
40299 </cell>
40300 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40301 \begin_inset Text
40302
40303 \begin_layout Plain Layout
40304 cicero (1
40305 \begin_inset space \thinspace{}
40306 \end_inset
40307
40308 cc = 12
40309 \begin_inset space \thinspace{}
40310 \end_inset
40311
40312 dd)
40313 \end_layout
40314
40315 \end_inset
40316 </cell>
40317 </row>
40318 <row>
40319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40320 \begin_inset Text
40321
40322 \begin_layout Plain Layout
40323 Scale%
40324 \end_layout
40325
40326 \end_inset
40327 </cell>
40328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40329 \begin_inset Text
40330
40331 \begin_layout Plain Layout
40332 % of original image width
40333 \end_layout
40334
40335 \end_inset
40336 </cell>
40337 </row>
40338 <row>
40339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40340 \begin_inset Text
40341
40342 \begin_layout Plain Layout
40343 text%
40344 \end_layout
40345
40346 \end_inset
40347 </cell>
40348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40349 \begin_inset Text
40350
40351 \begin_layout Plain Layout
40352 % of text width
40353 \end_layout
40354
40355 \end_inset
40356 </cell>
40357 </row>
40358 <row>
40359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40360 \begin_inset Text
40361
40362 \begin_layout Plain Layout
40363 col%
40364 \end_layout
40365
40366 \end_inset
40367 </cell>
40368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40369 \begin_inset Text
40370
40371 \begin_layout Plain Layout
40372 % of column width
40373 \end_layout
40374
40375 \end_inset
40376 </cell>
40377 </row>
40378 <row>
40379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40380 \begin_inset Text
40381
40382 \begin_layout Plain Layout
40383 page%
40384 \end_layout
40385
40386 \end_inset
40387 </cell>
40388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40389 \begin_inset Text
40390
40391 \begin_layout Plain Layout
40392 % of paper width
40393 \end_layout
40394
40395 \end_inset
40396 </cell>
40397 </row>
40398 <row>
40399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40400 \begin_inset Text
40401
40402 \begin_layout Plain Layout
40403 line%
40404 \end_layout
40405
40406 \end_inset
40407 </cell>
40408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40409 \begin_inset Text
40410
40411 \begin_layout Plain Layout
40412 % of line width
40413 \end_layout
40414
40415 \end_inset
40416 </cell>
40417 </row>
40418 <row>
40419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40420 \begin_inset Text
40421
40422 \begin_layout Plain Layout
40423 theight%
40424 \end_layout
40425
40426 \end_inset
40427 </cell>
40428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40429 \begin_inset Text
40430
40431 \begin_layout Plain Layout
40432 % of text height
40433 \end_layout
40434
40435 \end_inset
40436 </cell>
40437 </row>
40438 <row>
40439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40440 \begin_inset Text
40441
40442 \begin_layout Plain Layout
40443 pheight%
40444 \end_layout
40445
40446 \end_inset
40447 </cell>
40448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40449 \begin_inset Text
40450
40451 \begin_layout Plain Layout
40452 % of paper height
40453 \end_layout
40454
40455 \end_inset
40456 </cell>
40457 </row>
40458 <row>
40459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40460 \begin_inset Text
40461
40462 \begin_layout Plain Layout
40463 ex
40464 \end_layout
40465
40466 \end_inset
40467 </cell>
40468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40469 \begin_inset Text
40470
40471 \begin_layout Plain Layout
40472 height of letter 
40473 \emph on
40474 x
40475 \emph default
40476  in current font
40477 \end_layout
40478
40479 \end_inset
40480 </cell>
40481 </row>
40482 <row>
40483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40484 \begin_inset Text
40485
40486 \begin_layout Plain Layout
40487 em
40488 \end_layout
40489
40490 \end_inset
40491 </cell>
40492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40493 \begin_inset Text
40494
40495 \begin_layout Plain Layout
40496 width of letter 
40497 \emph on
40498 M
40499 \emph default
40500  in current font
40501 \end_layout
40502
40503 \end_inset
40504 </cell>
40505 </row>
40506 <row>
40507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40508 \begin_inset Text
40509
40510 \begin_layout Plain Layout
40511 mu
40512 \end_layout
40513
40514 \end_inset
40515 </cell>
40516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40517 \begin_inset Text
40518
40519 \begin_layout Plain Layout
40520 math unit (1
40521 \begin_inset space \thinspace{}
40522 \end_inset
40523
40524 mu = 1/18
40525 \begin_inset space \thinspace{}
40526 \end_inset
40527
40528 em)
40529 \end_layout
40530
40531 \end_inset
40532 </cell>
40533 </row>
40534 </lyxtabular>
40535
40536 \end_inset
40537
40538
40539 \end_layout
40540
40541 \end_inset
40542
40543
40544 \end_layout
40545
40546 \begin_layout Chapter
40547 Output File Formats with Graphics
40548 \begin_inset CommandInset label
40549 LatexCommand label
40550 name "cha:Output-File-Formats"
40551
40552 \end_inset
40553
40554
40555 \end_layout
40556
40557 \begin_layout Section
40558 DVI
40559 \begin_inset Index idx
40560 status collapsed
40561
40562 \begin_layout Plain Layout
40563 File Formats ! DVI
40564 \end_layout
40565
40566 \end_inset
40567
40568
40569 \begin_inset Index idx
40570 status collapsed
40571
40572 \begin_layout Plain Layout
40573 DVI|see
40574 \begin_inset ERT
40575 status collapsed
40576
40577 \begin_layout Plain Layout
40578
40579 {
40580 \end_layout
40581
40582 \end_inset
40583
40584 File Formats
40585 \begin_inset ERT
40586 status collapsed
40587
40588 \begin_layout Plain Layout
40589
40590 }
40591 \end_layout
40592
40593 \end_inset
40594
40595
40596 \end_layout
40597
40598 \end_inset
40599
40600
40601 \end_layout
40602
40603 \begin_layout Standard
40604 This file type has the extension 
40605 \begin_inset Quotes eld
40606 \end_inset
40607
40608
40609 \family typewriter
40610 .dvi
40611 \family default
40612
40613 \begin_inset Quotes erd
40614 \end_inset
40615
40616 .
40617  It is called 
40618 \begin_inset Quotes eld
40619 \end_inset
40620
40621 device-independent
40622 \begin_inset Quotes erd
40623 \end_inset
40624
40625  (DVI), because it is completely portable; you can move them from one machine
40626  to another without needing to do any sort of conversion.
40627  At the time when this file-format was developed, this was no matter of
40628  course.
40629  DVIs are used for quick previews and as pre-stage for other output formats,
40630  like PostScript.
40631 \end_layout
40632
40633 \begin_layout Standard
40634 \begin_inset Note Greyedout
40635 status open
40636
40637 \begin_layout Plain Layout
40638
40639 \series bold
40640 Note:
40641 \series default
40642  DVI-files do not contain images; they will only be a linked.
40643 \end_layout
40644
40645 \end_inset
40646
40647  So don't forget this, if you move your 
40648 \family typewriter
40649 .dvi
40650 \family default
40651  file to another computer.
40652  This property can also slow down your computer when you view the DVI, because
40653  the DVI-viewer has to convert the image in the background to make it visible
40654  when you scroll in the DVI.
40655  So it is recommended that you use PDF for files with many images.
40656 \end_layout
40657
40658 \begin_layout Standard
40659 You can export your document to DVI by using the menu 
40660 \family sans
40661 File\SpecialChar menuseparator
40662 Export\SpecialChar menuseparator
40663 DVI
40664 \family default
40665 .
40666  You can view your document as DVI via the 
40667 \family sans
40668 View
40669 \family default
40670  menu.
40671 \end_layout
40672
40673 \begin_layout Section
40674 PostScript
40675 \begin_inset Index idx
40676 status collapsed
40677
40678 \begin_layout Plain Layout
40679 File Formats ! PostScript
40680 \end_layout
40681
40682 \end_inset
40683
40684
40685 \begin_inset Index idx
40686 status collapsed
40687
40688 \begin_layout Plain Layout
40689 PostScript|see
40690 \begin_inset ERT
40691 status collapsed
40692
40693 \begin_layout Plain Layout
40694
40695 {
40696 \end_layout
40697
40698 \end_inset
40699
40700 File Formats
40701 \begin_inset ERT
40702 status collapsed
40703
40704 \begin_layout Plain Layout
40705
40706 }
40707 \end_layout
40708
40709 \end_inset
40710
40711
40712 \end_layout
40713
40714 \end_inset
40715
40716
40717 \end_layout
40718
40719 \begin_layout Standard
40720 This file type has the extension 
40721 \begin_inset Quotes eld
40722 \end_inset
40723
40724
40725 \family typewriter
40726 .ps
40727 \family default
40728
40729 \begin_inset Quotes erd
40730 \end_inset
40731
40732 .
40733  PostScript was developed by the company 
40734 \family typewriter
40735 Adobe
40736 \family default
40737  as a printer language.
40738  The file therefore contains commands that the printer uses to print the
40739  file.
40740  PostScript can be seen as a 
40741 \begin_inset Quotes eld
40742 \end_inset
40743
40744 programming language
40745 \begin_inset Quotes erd
40746 \end_inset
40747
40748 ; you can calculate with it and draw diagrams and images
40749 \begin_inset Foot
40750 status collapsed
40751
40752 \begin_layout Plain Layout
40753 If you are interested to learn more about this, have a look at the \SpecialChar LaTeX
40754 -package
40755  
40756 \series bold
40757 PSTricks
40758 \series default
40759  
40760 \begin_inset CommandInset citation
40761 LatexCommand cite
40762 key "pstricks"
40763
40764 \end_inset
40765
40766 .
40767 \end_layout
40768
40769 \end_inset
40770
40771 .
40772  Due to this ability, the files are often bigger than PDFs.
40773 \end_layout
40774
40775 \begin_layout Standard
40776 PostScript can only contain images in the format 
40777 \begin_inset Quotes eld
40778 \end_inset
40779
40780 Encapsulated PostScript
40781 \begin_inset Quotes erd
40782 \end_inset
40783
40784  (EPS, file extension 
40785 \begin_inset Quotes eld
40786 \end_inset
40787
40788
40789 \family typewriter
40790 .eps
40791 \family default
40792
40793 \begin_inset Quotes erd
40794 \end_inset
40795
40796 ).
40797  As \SpecialChar LyX
40798  allows you to use any known image format in your document, it has to
40799  convert images in the background to EPS.
40800  If you have e.g.
40801 \begin_inset space ~
40802 \end_inset
40803
40804 50
40805 \begin_inset space ~
40806 \end_inset
40807
40808 images in your document, \SpecialChar LyX
40809  has to do 50
40810 \begin_inset space ~
40811 \end_inset
40812
40813 conversions whenever you view or export your document.
40814  This will slow down your work flow with \SpecialChar LyX
40815  drastically.
40816  So if you plan to use PostScript, you can insert your images directly as
40817  EPS to avoid this problem.
40818 \end_layout
40819
40820 \begin_layout Standard
40821 You can export your document to PostScript using the menu 
40822 \family sans
40823 File\SpecialChar menuseparator
40824 Export\SpecialChar menuseparator
40825 Postscript
40826 \family default
40827 .
40828  You can view your document as PostScript via the 
40829 \family sans
40830 View
40831 \family default
40832  menu.
40833 \end_layout
40834
40835 \begin_layout Section
40836 PDF
40837 \begin_inset Index idx
40838 status collapsed
40839
40840 \begin_layout Plain Layout
40841 File Formats ! PDF
40842 \end_layout
40843
40844 \end_inset
40845
40846
40847 \begin_inset Index idx
40848 status collapsed
40849
40850 \begin_layout Plain Layout
40851 PDF
40852 \end_layout
40853
40854 \end_inset
40855
40856
40857 \end_layout
40858
40859 \begin_layout Standard
40860 This file type has the extension 
40861 \begin_inset Quotes eld
40862 \end_inset
40863
40864
40865 \family typewriter
40866 .pdf
40867 \family default
40868
40869 \begin_inset Quotes erd
40870 \end_inset
40871
40872 .
40873  The 
40874 \begin_inset Quotes eld
40875 \end_inset
40876
40877 Portable Document Format
40878 \begin_inset Quotes erd
40879 \end_inset
40880
40881  (PDF) was developed by 
40882 \family typewriter
40883 Adobe
40884 \family default
40885  as a derivative of PostScript.
40886  It is more compressed and it uses fewer commands than PostScript.
40887  As the name 
40888 \begin_inset Quotes eld
40889 \end_inset
40890
40891 portable
40892 \begin_inset Quotes erd
40893 \end_inset
40894
40895  implies, it can be processed at any computer system and the printed output
40896  looks exactly the same.
40897 \end_layout
40898
40899 \begin_layout Standard
40900 PDF can contain images in its own PDF format, in the format 
40901 \begin_inset Quotes eld
40902 \end_inset
40903
40904 Joint Photographic Experts Group
40905 \begin_inset Quotes erd
40906 \end_inset
40907
40908  (JPG, file extension 
40909 \begin_inset Quotes eld
40910 \end_inset
40911
40912
40913 \family typewriter
40914 .jpg
40915 \family default
40916
40917 \begin_inset Quotes erd
40918 \end_inset
40919
40920  or 
40921 \begin_inset Quotes eld
40922 \end_inset
40923
40924
40925 \family typewriter
40926 .jpeg
40927 \family default
40928
40929 \begin_inset Quotes erd
40930 \end_inset
40931
40932 ), and in the format 
40933 \begin_inset Quotes eld
40934 \end_inset
40935
40936 Portable Network Graphics
40937 \begin_inset Quotes erd
40938 \end_inset
40939
40940  (PNG, file extension 
40941 \begin_inset Quotes eld
40942 \end_inset
40943
40944
40945 \family typewriter
40946 .png
40947 \family default
40948
40949 \begin_inset Quotes erd
40950 \end_inset
40951
40952 ).
40953  Nevertheless you can use any other image format, because \SpecialChar LyX
40954  converts them
40955  in the background to one of these formats.
40956  But as described in the section about PostScript, the image conversion
40957  will slow down your work flow.
40958  So it is recommended that you use images in one of the three mentioned
40959  formats.
40960 \end_layout
40961
40962 \begin_layout Standard
40963 You can export your document to PDF via the menu 
40964 \family sans
40965 File\SpecialChar menuseparator
40966 Export
40967 \family default
40968  in three different ways:
40969 \end_layout
40970
40971 \begin_layout Description
40972 PDF
40973 \begin_inset space ~
40974 \end_inset
40975
40976 (ps2pdf) This uses the program 
40977 \family typewriter
40978 ps2pdf
40979 \family default
40980  that creates a PDF from a PostScript-version of your file.
40981  The PostScript-version is produced by the program 
40982 \family typewriter
40983 dvips
40984 \family default
40985  which uses a DVI-version as intermediate step.
40986  So this export variant consists of three conversions.
40987 \end_layout
40988
40989 \begin_layout Description
40990 PDF
40991 \begin_inset space ~
40992 \end_inset
40993
40994 (dvipdfm) This uses the program 
40995 \family typewriter
40996 dvipdfm
40997 \family default
40998  that converts your file in the background to DVI and in a second step to
40999  PDF.
41000 \end_layout
41001
41002 \begin_layout Description
41003 PDF
41004 \begin_inset space ~
41005 \end_inset
41006
41007 (pdflatex) This uses the program 
41008 \family typewriter
41009 pdftex
41010 \family default
41011  that converts your file directly to PDF.
41012 \end_layout
41013
41014 \begin_layout Standard
41015 It is recommended that you use 
41016 \family sans
41017 PDF
41018 \begin_inset space ~
41019 \end_inset
41020
41021 (pdflatex)
41022 \family default
41023  because 
41024 \family typewriter
41025 pdftex
41026 \family default
41027  supports all features of actual PDF-versions, is quick and works stable.
41028  The program 
41029 \family typewriter
41030 dvipdfm
41031 \family default
41032  is not under development and therefore a bit outdated.
41033 \end_layout
41034
41035 \begin_layout Standard
41036 You can view your document as PDF via the 
41037 \family sans
41038 View
41039 \family default
41040  menu or by using a toolbar button.
41041 \end_layout
41042
41043 \begin_layout Chapter
41044 List of dvips color names
41045 \begin_inset CommandInset label
41046 LatexCommand label
41047 name "chap:List-of-dvips-colornames"
41048
41049 \end_inset
41050
41051
41052 \end_layout
41053
41054 \begin_layout Standard
41055 \begin_inset Tabular
41056 <lyxtabular version="3" rows="17" columns="4">
41057 <features tabularvalignment="middle">
41058 <column alignment="left" valignment="top" width="0pt">
41059 <column alignment="left" valignment="top" width="0pt">
41060 <column alignment="left" valignment="top" width="0pt">
41061 <column alignment="left" valignment="top" width="0pt">
41062 <row>
41063 <cell alignment="left" valignment="top" usebox="none">
41064 \begin_inset Text
41065
41066 \begin_layout Plain Layout
41067 \begin_inset ERT
41068 status collapsed
41069
41070 \begin_layout Plain Layout
41071
41072
41073 \backslash
41074 fcolorbox{black}{
41075 \end_layout
41076
41077 \end_inset
41078
41079 white
41080 \begin_inset ERT
41081 status collapsed
41082
41083 \begin_layout Plain Layout
41084
41085 }{
41086 \end_layout
41087
41088 \end_inset
41089
41090 Color
41091 \begin_inset ERT
41092 status collapsed
41093
41094 \begin_layout Plain Layout
41095
41096 }
41097 \end_layout
41098
41099 \end_inset
41100
41101  Color name
41102 \end_layout
41103
41104 \end_inset
41105 </cell>
41106 <cell alignment="left" valignment="top" usebox="none">
41107 \begin_inset Text
41108
41109 \begin_layout Plain Layout
41110 \begin_inset ERT
41111 status collapsed
41112
41113 \begin_layout Plain Layout
41114
41115
41116 \backslash
41117 fcolorbox{black}{
41118 \end_layout
41119
41120 \end_inset
41121
41122 white
41123 \begin_inset ERT
41124 status collapsed
41125
41126 \begin_layout Plain Layout
41127
41128 }{
41129 \end_layout
41130
41131 \end_inset
41132
41133 Color
41134 \begin_inset ERT
41135 status collapsed
41136
41137 \begin_layout Plain Layout
41138
41139 }
41140 \end_layout
41141
41142 \end_inset
41143
41144  Color name
41145 \end_layout
41146
41147 \end_inset
41148 </cell>
41149 <cell alignment="left" valignment="top" usebox="none">
41150 \begin_inset Text
41151
41152 \begin_layout Plain Layout
41153 \begin_inset ERT
41154 status collapsed
41155
41156 \begin_layout Plain Layout
41157
41158
41159 \backslash
41160 fcolorbox{black}{
41161 \end_layout
41162
41163 \end_inset
41164
41165 white
41166 \begin_inset ERT
41167 status collapsed
41168
41169 \begin_layout Plain Layout
41170
41171 }{
41172 \end_layout
41173
41174 \end_inset
41175
41176 Color
41177 \begin_inset ERT
41178 status collapsed
41179
41180 \begin_layout Plain Layout
41181
41182 }
41183 \end_layout
41184
41185 \end_inset
41186
41187  Color name
41188 \end_layout
41189
41190 \end_inset
41191 </cell>
41192 <cell alignment="left" valignment="top" usebox="none">
41193 \begin_inset Text
41194
41195 \begin_layout Plain Layout
41196 \begin_inset ERT
41197 status collapsed
41198
41199 \begin_layout Plain Layout
41200
41201
41202 \backslash
41203 fcolorbox{black}{
41204 \end_layout
41205
41206 \end_inset
41207
41208 white
41209 \begin_inset ERT
41210 status collapsed
41211
41212 \begin_layout Plain Layout
41213
41214 }{
41215 \end_layout
41216
41217 \end_inset
41218
41219 Color
41220 \begin_inset ERT
41221 status collapsed
41222
41223 \begin_layout Plain Layout
41224
41225 }
41226 \end_layout
41227
41228 \end_inset
41229
41230  Color name
41231 \end_layout
41232
41233 \end_inset
41234 </cell>
41235 </row>
41236 <row>
41237 <cell alignment="center" valignment="top" usebox="none">
41238 \begin_inset Text
41239
41240 \begin_layout Plain Layout
41241 \begin_inset ERT
41242 status collapsed
41243
41244 \begin_layout Plain Layout
41245
41246
41247 \backslash
41248 fcolorbox{black}{
41249 \end_layout
41250
41251 \end_inset
41252
41253 Apricot
41254 \begin_inset ERT
41255 status collapsed
41256
41257 \begin_layout Plain Layout
41258
41259 }{
41260 \end_layout
41261
41262 \end_inset
41263
41264
41265 \begin_inset Phantom Phantom
41266 status open
41267
41268 \begin_layout Plain Layout
41269 W
41270 \end_layout
41271
41272 \end_inset
41273
41274
41275 \begin_inset ERT
41276 status collapsed
41277
41278 \begin_layout Plain Layout
41279
41280 }
41281 \end_layout
41282
41283 \end_inset
41284
41285  Apricot
41286 \end_layout
41287
41288 \end_inset
41289 </cell>
41290 <cell alignment="center" valignment="top" usebox="none">
41291 \begin_inset Text
41292
41293 \begin_layout Plain Layout
41294 \begin_inset ERT
41295 status collapsed
41296
41297 \begin_layout Plain Layout
41298
41299
41300 \backslash
41301 fcolorbox{black}{
41302 \end_layout
41303
41304 \end_inset
41305
41306 Aquamarine
41307 \begin_inset ERT
41308 status collapsed
41309
41310 \begin_layout Plain Layout
41311
41312 }{
41313 \end_layout
41314
41315 \end_inset
41316
41317
41318 \begin_inset Phantom Phantom
41319 status open
41320
41321 \begin_layout Plain Layout
41322 W
41323 \end_layout
41324
41325 \end_inset
41326
41327
41328 \begin_inset ERT
41329 status collapsed
41330
41331 \begin_layout Plain Layout
41332
41333 }
41334 \end_layout
41335
41336 \end_inset
41337
41338  Aquamarine
41339 \end_layout
41340
41341 \end_inset
41342 </cell>
41343 <cell alignment="center" valignment="top" usebox="none">
41344 \begin_inset Text
41345
41346 \begin_layout Plain Layout
41347 \begin_inset ERT
41348 status collapsed
41349
41350 \begin_layout Plain Layout
41351
41352
41353 \backslash
41354 fcolorbox{black}{
41355 \end_layout
41356
41357 \end_inset
41358
41359 Bittersweet
41360 \begin_inset ERT
41361 status collapsed
41362
41363 \begin_layout Plain Layout
41364
41365 }{
41366 \end_layout
41367
41368 \end_inset
41369
41370
41371 \begin_inset Phantom Phantom
41372 status open
41373
41374 \begin_layout Plain Layout
41375 W
41376 \end_layout
41377
41378 \end_inset
41379
41380
41381 \begin_inset ERT
41382 status collapsed
41383
41384 \begin_layout Plain Layout
41385
41386 }
41387 \end_layout
41388
41389 \end_inset
41390
41391  Bittersweet
41392 \end_layout
41393
41394 \end_inset
41395 </cell>
41396 <cell alignment="center" valignment="top" usebox="none">
41397 \begin_inset Text
41398
41399 \begin_layout Plain Layout
41400 \begin_inset ERT
41401 status collapsed
41402
41403 \begin_layout Plain Layout
41404
41405
41406 \backslash
41407 fcolorbox{black}{
41408 \end_layout
41409
41410 \end_inset
41411
41412 BlueGreen
41413 \begin_inset ERT
41414 status collapsed
41415
41416 \begin_layout Plain Layout
41417
41418 }{
41419 \end_layout
41420
41421 \end_inset
41422
41423
41424 \begin_inset Phantom Phantom
41425 status open
41426
41427 \begin_layout Plain Layout
41428 W
41429 \end_layout
41430
41431 \end_inset
41432
41433
41434 \begin_inset ERT
41435 status collapsed
41436
41437 \begin_layout Plain Layout
41438
41439 }
41440 \end_layout
41441
41442 \end_inset
41443
41444  BlueGreen
41445 \end_layout
41446
41447 \end_inset
41448 </cell>
41449 </row>
41450 <row>
41451 <cell alignment="left" valignment="top" usebox="none">
41452 \begin_inset Text
41453
41454 \begin_layout Plain Layout
41455 \begin_inset ERT
41456 status collapsed
41457
41458 \begin_layout Plain Layout
41459
41460
41461 \backslash
41462 fcolorbox{black}{
41463 \end_layout
41464
41465 \end_inset
41466
41467 BlueViolet
41468 \begin_inset ERT
41469 status collapsed
41470
41471 \begin_layout Plain Layout
41472
41473 }{
41474 \end_layout
41475
41476 \end_inset
41477
41478
41479 \begin_inset Phantom Phantom
41480 status open
41481
41482 \begin_layout Plain Layout
41483 W
41484 \end_layout
41485
41486 \end_inset
41487
41488
41489 \begin_inset ERT
41490 status collapsed
41491
41492 \begin_layout Plain Layout
41493
41494 }
41495 \end_layout
41496
41497 \end_inset
41498
41499  BlueViolet
41500 \end_layout
41501
41502 \end_inset
41503 </cell>
41504 <cell alignment="left" valignment="top" usebox="none">
41505 \begin_inset Text
41506
41507 \begin_layout Plain Layout
41508 \begin_inset ERT
41509 status collapsed
41510
41511 \begin_layout Plain Layout
41512
41513
41514 \backslash
41515 fcolorbox{black}{
41516 \end_layout
41517
41518 \end_inset
41519
41520 BrickRed
41521 \begin_inset ERT
41522 status collapsed
41523
41524 \begin_layout Plain Layout
41525
41526 }{
41527 \end_layout
41528
41529 \end_inset
41530
41531
41532 \begin_inset Phantom Phantom
41533 status open
41534
41535 \begin_layout Plain Layout
41536 W
41537 \end_layout
41538
41539 \end_inset
41540
41541
41542 \begin_inset ERT
41543 status collapsed
41544
41545 \begin_layout Plain Layout
41546
41547 }
41548 \end_layout
41549
41550 \end_inset
41551
41552  BrickRed
41553 \end_layout
41554
41555 \end_inset
41556 </cell>
41557 <cell alignment="left" valignment="top" usebox="none">
41558 \begin_inset Text
41559
41560 \begin_layout Plain Layout
41561 \begin_inset ERT
41562 status collapsed
41563
41564 \begin_layout Plain Layout
41565
41566
41567 \backslash
41568 fcolorbox{black}{
41569 \end_layout
41570
41571 \end_inset
41572
41573 Brown
41574 \begin_inset ERT
41575 status collapsed
41576
41577 \begin_layout Plain Layout
41578
41579 }{
41580 \end_layout
41581
41582 \end_inset
41583
41584
41585 \begin_inset Phantom Phantom
41586 status open
41587
41588 \begin_layout Plain Layout
41589 W
41590 \end_layout
41591
41592 \end_inset
41593
41594
41595 \begin_inset ERT
41596 status collapsed
41597
41598 \begin_layout Plain Layout
41599
41600 }
41601 \end_layout
41602
41603 \end_inset
41604
41605  Brown
41606 \end_layout
41607
41608 \end_inset
41609 </cell>
41610 <cell alignment="left" valignment="top" usebox="none">
41611 \begin_inset Text
41612
41613 \begin_layout Plain Layout
41614 \begin_inset ERT
41615 status collapsed
41616
41617 \begin_layout Plain Layout
41618
41619
41620 \backslash
41621 fcolorbox{black}{
41622 \end_layout
41623
41624 \end_inset
41625
41626 BurntOrange
41627 \begin_inset ERT
41628 status collapsed
41629
41630 \begin_layout Plain Layout
41631
41632 }{
41633 \end_layout
41634
41635 \end_inset
41636
41637
41638 \begin_inset Phantom Phantom
41639 status open
41640
41641 \begin_layout Plain Layout
41642 W
41643 \end_layout
41644
41645 \end_inset
41646
41647
41648 \begin_inset ERT
41649 status collapsed
41650
41651 \begin_layout Plain Layout
41652
41653 }
41654 \end_layout
41655
41656 \end_inset
41657
41658  BurntOrange
41659 \end_layout
41660
41661 \end_inset
41662 </cell>
41663 </row>
41664 <row>
41665 <cell alignment="left" valignment="top" usebox="none">
41666 \begin_inset Text
41667
41668 \begin_layout Plain Layout
41669 \begin_inset ERT
41670 status collapsed
41671
41672 \begin_layout Plain Layout
41673
41674
41675 \backslash
41676 fcolorbox{black}{
41677 \end_layout
41678
41679 \end_inset
41680
41681 CadetBlue
41682 \begin_inset ERT
41683 status collapsed
41684
41685 \begin_layout Plain Layout
41686
41687 }{
41688 \end_layout
41689
41690 \end_inset
41691
41692
41693 \begin_inset Phantom Phantom
41694 status open
41695
41696 \begin_layout Plain Layout
41697 W
41698 \end_layout
41699
41700 \end_inset
41701
41702
41703 \begin_inset ERT
41704 status collapsed
41705
41706 \begin_layout Plain Layout
41707
41708 }
41709 \end_layout
41710
41711 \end_inset
41712
41713  CadetBlue
41714 \end_layout
41715
41716 \end_inset
41717 </cell>
41718 <cell alignment="left" valignment="top" usebox="none">
41719 \begin_inset Text
41720
41721 \begin_layout Plain Layout
41722 \begin_inset ERT
41723 status collapsed
41724
41725 \begin_layout Plain Layout
41726
41727
41728 \backslash
41729 fcolorbox{black}{
41730 \end_layout
41731
41732 \end_inset
41733
41734 CarnationPink
41735 \begin_inset ERT
41736 status collapsed
41737
41738 \begin_layout Plain Layout
41739
41740 }{
41741 \end_layout
41742
41743 \end_inset
41744
41745
41746 \begin_inset Phantom Phantom
41747 status open
41748
41749 \begin_layout Plain Layout
41750 W
41751 \end_layout
41752
41753 \end_inset
41754
41755
41756 \begin_inset ERT
41757 status collapsed
41758
41759 \begin_layout Plain Layout
41760
41761 }
41762 \end_layout
41763
41764 \end_inset
41765
41766  CarnationPink
41767 \end_layout
41768
41769 \end_inset
41770 </cell>
41771 <cell alignment="left" valignment="top" usebox="none">
41772 \begin_inset Text
41773
41774 \begin_layout Plain Layout
41775 \begin_inset ERT
41776 status collapsed
41777
41778 \begin_layout Plain Layout
41779
41780
41781 \backslash
41782 fcolorbox{black}{
41783 \end_layout
41784
41785 \end_inset
41786
41787 Cerulean
41788 \begin_inset ERT
41789 status collapsed
41790
41791 \begin_layout Plain Layout
41792
41793 }{
41794 \end_layout
41795
41796 \end_inset
41797
41798
41799 \begin_inset Phantom Phantom
41800 status open
41801
41802 \begin_layout Plain Layout
41803 W
41804 \end_layout
41805
41806 \end_inset
41807
41808
41809 \begin_inset ERT
41810 status collapsed
41811
41812 \begin_layout Plain Layout
41813
41814 }
41815 \end_layout
41816
41817 \end_inset
41818
41819  Cerulean
41820 \end_layout
41821
41822 \end_inset
41823 </cell>
41824 <cell alignment="left" valignment="top" usebox="none">
41825 \begin_inset Text
41826
41827 \begin_layout Plain Layout
41828 \begin_inset ERT
41829 status collapsed
41830
41831 \begin_layout Plain Layout
41832
41833
41834 \backslash
41835 fcolorbox{black}{
41836 \end_layout
41837
41838 \end_inset
41839
41840 CornflowerBlue
41841 \begin_inset ERT
41842 status collapsed
41843
41844 \begin_layout Plain Layout
41845
41846 }{
41847 \end_layout
41848
41849 \end_inset
41850
41851
41852 \begin_inset Phantom Phantom
41853 status open
41854
41855 \begin_layout Plain Layout
41856 W
41857 \end_layout
41858
41859 \end_inset
41860
41861
41862 \begin_inset ERT
41863 status collapsed
41864
41865 \begin_layout Plain Layout
41866
41867 }
41868 \end_layout
41869
41870 \end_inset
41871
41872  CornflowerBlue
41873 \end_layout
41874
41875 \end_inset
41876 </cell>
41877 </row>
41878 <row>
41879 <cell alignment="left" valignment="top" usebox="none">
41880 \begin_inset Text
41881
41882 \begin_layout Plain Layout
41883 \begin_inset ERT
41884 status collapsed
41885
41886 \begin_layout Plain Layout
41887
41888
41889 \backslash
41890 fcolorbox{black}{
41891 \end_layout
41892
41893 \end_inset
41894
41895 Dandelion
41896 \begin_inset ERT
41897 status collapsed
41898
41899 \begin_layout Plain Layout
41900
41901 }{
41902 \end_layout
41903
41904 \end_inset
41905
41906
41907 \begin_inset Phantom Phantom
41908 status open
41909
41910 \begin_layout Plain Layout
41911 W
41912 \end_layout
41913
41914 \end_inset
41915
41916
41917 \begin_inset ERT
41918 status collapsed
41919
41920 \begin_layout Plain Layout
41921
41922 }
41923 \end_layout
41924
41925 \end_inset
41926
41927  Dandelion
41928 \end_layout
41929
41930 \end_inset
41931 </cell>
41932 <cell alignment="left" valignment="top" usebox="none">
41933 \begin_inset Text
41934
41935 \begin_layout Plain Layout
41936 \begin_inset ERT
41937 status collapsed
41938
41939 \begin_layout Plain Layout
41940
41941
41942 \backslash
41943 fcolorbox{black}{
41944 \end_layout
41945
41946 \end_inset
41947
41948 DarkOrchid
41949 \begin_inset ERT
41950 status collapsed
41951
41952 \begin_layout Plain Layout
41953
41954 }{
41955 \end_layout
41956
41957 \end_inset
41958
41959
41960 \begin_inset Phantom Phantom
41961 status open
41962
41963 \begin_layout Plain Layout
41964 W
41965 \end_layout
41966
41967 \end_inset
41968
41969
41970 \begin_inset ERT
41971 status collapsed
41972
41973 \begin_layout Plain Layout
41974
41975 }
41976 \end_layout
41977
41978 \end_inset
41979
41980  DarkOrchid
41981 \end_layout
41982
41983 \end_inset
41984 </cell>
41985 <cell alignment="left" valignment="top" usebox="none">
41986 \begin_inset Text
41987
41988 \begin_layout Plain Layout
41989 \begin_inset ERT
41990 status collapsed
41991
41992 \begin_layout Plain Layout
41993
41994
41995 \backslash
41996 fcolorbox{black}{
41997 \end_layout
41998
41999 \end_inset
42000
42001 Emerald
42002 \begin_inset ERT
42003 status collapsed
42004
42005 \begin_layout Plain Layout
42006
42007 }{
42008 \end_layout
42009
42010 \end_inset
42011
42012
42013 \begin_inset Phantom Phantom
42014 status open
42015
42016 \begin_layout Plain Layout
42017 W
42018 \end_layout
42019
42020 \end_inset
42021
42022
42023 \begin_inset ERT
42024 status collapsed
42025
42026 \begin_layout Plain Layout
42027
42028 }
42029 \end_layout
42030
42031 \end_inset
42032
42033  Emerald
42034 \end_layout
42035
42036 \end_inset
42037 </cell>
42038 <cell alignment="left" valignment="top" usebox="none">
42039 \begin_inset Text
42040
42041 \begin_layout Plain Layout
42042 \begin_inset ERT
42043 status collapsed
42044
42045 \begin_layout Plain Layout
42046
42047
42048 \backslash
42049 fcolorbox{black}{
42050 \end_layout
42051
42052 \end_inset
42053
42054 ForestGreen
42055 \begin_inset ERT
42056 status collapsed
42057
42058 \begin_layout Plain Layout
42059
42060 }{
42061 \end_layout
42062
42063 \end_inset
42064
42065
42066 \begin_inset Phantom Phantom
42067 status open
42068
42069 \begin_layout Plain Layout
42070 W
42071 \end_layout
42072
42073 \end_inset
42074
42075
42076 \begin_inset ERT
42077 status collapsed
42078
42079 \begin_layout Plain Layout
42080
42081 }
42082 \end_layout
42083
42084 \end_inset
42085
42086  ForestGreen
42087 \end_layout
42088
42089 \end_inset
42090 </cell>
42091 </row>
42092 <row>
42093 <cell alignment="left" valignment="top" usebox="none">
42094 \begin_inset Text
42095
42096 \begin_layout Plain Layout
42097 \begin_inset ERT
42098 status collapsed
42099
42100 \begin_layout Plain Layout
42101
42102
42103 \backslash
42104 fcolorbox{black}{
42105 \end_layout
42106
42107 \end_inset
42108
42109 Fuchsia
42110 \begin_inset ERT
42111 status collapsed
42112
42113 \begin_layout Plain Layout
42114
42115 }{
42116 \end_layout
42117
42118 \end_inset
42119
42120
42121 \begin_inset Phantom Phantom
42122 status open
42123
42124 \begin_layout Plain Layout
42125 W
42126 \end_layout
42127
42128 \end_inset
42129
42130
42131 \begin_inset ERT
42132 status collapsed
42133
42134 \begin_layout Plain Layout
42135
42136 }
42137 \end_layout
42138
42139 \end_inset
42140
42141  Fuchsia
42142 \end_layout
42143
42144 \end_inset
42145 </cell>
42146 <cell alignment="left" valignment="top" usebox="none">
42147 \begin_inset Text
42148
42149 \begin_layout Plain Layout
42150 \begin_inset ERT
42151 status collapsed
42152
42153 \begin_layout Plain Layout
42154
42155
42156 \backslash
42157 fcolorbox{black}{
42158 \end_layout
42159
42160 \end_inset
42161
42162 Goldenrod
42163 \begin_inset ERT
42164 status collapsed
42165
42166 \begin_layout Plain Layout
42167
42168 }{
42169 \end_layout
42170
42171 \end_inset
42172
42173
42174 \begin_inset Phantom Phantom
42175 status open
42176
42177 \begin_layout Plain Layout
42178 W
42179 \end_layout
42180
42181 \end_inset
42182
42183
42184 \begin_inset ERT
42185 status collapsed
42186
42187 \begin_layout Plain Layout
42188
42189 }
42190 \end_layout
42191
42192 \end_inset
42193
42194  Goldenrod
42195 \end_layout
42196
42197 \end_inset
42198 </cell>
42199 <cell alignment="left" valignment="top" usebox="none">
42200 \begin_inset Text
42201
42202 \begin_layout Plain Layout
42203 \begin_inset ERT
42204 status collapsed
42205
42206 \begin_layout Plain Layout
42207
42208
42209 \backslash
42210 fcolorbox{black}{
42211 \end_layout
42212
42213 \end_inset
42214
42215 Gray
42216 \begin_inset ERT
42217 status collapsed
42218
42219 \begin_layout Plain Layout
42220
42221 }{
42222 \end_layout
42223
42224 \end_inset
42225
42226
42227 \begin_inset Phantom Phantom
42228 status open
42229
42230 \begin_layout Plain Layout
42231 W
42232 \end_layout
42233
42234 \end_inset
42235
42236
42237 \begin_inset ERT
42238 status collapsed
42239
42240 \begin_layout Plain Layout
42241
42242 }
42243 \end_layout
42244
42245 \end_inset
42246
42247  Gray
42248 \end_layout
42249
42250 \end_inset
42251 </cell>
42252 <cell alignment="left" valignment="top" usebox="none">
42253 \begin_inset Text
42254
42255 \begin_layout Plain Layout
42256 \begin_inset ERT
42257 status collapsed
42258
42259 \begin_layout Plain Layout
42260
42261
42262 \backslash
42263 fcolorbox{black}{
42264 \end_layout
42265
42266 \end_inset
42267
42268 GreenYellow
42269 \begin_inset ERT
42270 status collapsed
42271
42272 \begin_layout Plain Layout
42273
42274 }{
42275 \end_layout
42276
42277 \end_inset
42278
42279
42280 \begin_inset Phantom Phantom
42281 status open
42282
42283 \begin_layout Plain Layout
42284 W
42285 \end_layout
42286
42287 \end_inset
42288
42289
42290 \begin_inset ERT
42291 status collapsed
42292
42293 \begin_layout Plain Layout
42294
42295 }
42296 \end_layout
42297
42298 \end_inset
42299
42300  GreenYellow
42301 \end_layout
42302
42303 \end_inset
42304 </cell>
42305 </row>
42306 <row>
42307 <cell alignment="center" valignment="top" usebox="none">
42308 \begin_inset Text
42309
42310 \begin_layout Plain Layout
42311 \begin_inset ERT
42312 status collapsed
42313
42314 \begin_layout Plain Layout
42315
42316
42317 \backslash
42318 fcolorbox{black}{
42319 \end_layout
42320
42321 \end_inset
42322
42323 JungleGreen
42324 \begin_inset ERT
42325 status collapsed
42326
42327 \begin_layout Plain Layout
42328
42329 }{
42330 \end_layout
42331
42332 \end_inset
42333
42334
42335 \begin_inset Phantom Phantom
42336 status open
42337
42338 \begin_layout Plain Layout
42339 W
42340 \end_layout
42341
42342 \end_inset
42343
42344
42345 \begin_inset ERT
42346 status collapsed
42347
42348 \begin_layout Plain Layout
42349
42350 }
42351 \end_layout
42352
42353 \end_inset
42354
42355  JungleGreen
42356 \end_layout
42357
42358 \end_inset
42359 </cell>
42360 <cell alignment="center" valignment="top" usebox="none">
42361 \begin_inset Text
42362
42363 \begin_layout Plain Layout
42364 \begin_inset ERT
42365 status collapsed
42366
42367 \begin_layout Plain Layout
42368
42369
42370 \backslash
42371 fcolorbox{black}{
42372 \end_layout
42373
42374 \end_inset
42375
42376 Lavender
42377 \begin_inset ERT
42378 status collapsed
42379
42380 \begin_layout Plain Layout
42381
42382 }{
42383 \end_layout
42384
42385 \end_inset
42386
42387
42388 \begin_inset Phantom Phantom
42389 status open
42390
42391 \begin_layout Plain Layout
42392 W
42393 \end_layout
42394
42395 \end_inset
42396
42397
42398 \begin_inset ERT
42399 status collapsed
42400
42401 \begin_layout Plain Layout
42402
42403 }
42404 \end_layout
42405
42406 \end_inset
42407
42408  Lavender
42409 \end_layout
42410
42411 \end_inset
42412 </cell>
42413 <cell alignment="center" valignment="top" usebox="none">
42414 \begin_inset Text
42415
42416 \begin_layout Plain Layout
42417 \begin_inset ERT
42418 status collapsed
42419
42420 \begin_layout Plain Layout
42421
42422
42423 \backslash
42424 fcolorbox{black}{
42425 \end_layout
42426
42427 \end_inset
42428
42429 LimeGreen
42430 \begin_inset ERT
42431 status collapsed
42432
42433 \begin_layout Plain Layout
42434
42435 }{
42436 \end_layout
42437
42438 \end_inset
42439
42440
42441 \begin_inset Phantom Phantom
42442 status open
42443
42444 \begin_layout Plain Layout
42445 W
42446 \end_layout
42447
42448 \end_inset
42449
42450
42451 \begin_inset ERT
42452 status collapsed
42453
42454 \begin_layout Plain Layout
42455
42456 }
42457 \end_layout
42458
42459 \end_inset
42460
42461  LimeGreen
42462 \end_layout
42463
42464 \end_inset
42465 </cell>
42466 <cell alignment="center" valignment="top" usebox="none">
42467 \begin_inset Text
42468
42469 \begin_layout Plain Layout
42470 \begin_inset ERT
42471 status collapsed
42472
42473 \begin_layout Plain Layout
42474
42475
42476 \backslash
42477 fcolorbox{black}{
42478 \end_layout
42479
42480 \end_inset
42481
42482 Mahogany
42483 \begin_inset ERT
42484 status collapsed
42485
42486 \begin_layout Plain Layout
42487
42488 }{
42489 \end_layout
42490
42491 \end_inset
42492
42493
42494 \begin_inset Phantom Phantom
42495 status open
42496
42497 \begin_layout Plain Layout
42498 W
42499 \end_layout
42500
42501 \end_inset
42502
42503
42504 \begin_inset ERT
42505 status collapsed
42506
42507 \begin_layout Plain Layout
42508
42509 }
42510 \end_layout
42511
42512 \end_inset
42513
42514  Mahogany
42515 \end_layout
42516
42517 \end_inset
42518 </cell>
42519 </row>
42520 <row>
42521 <cell alignment="left" valignment="top" usebox="none">
42522 \begin_inset Text
42523
42524 \begin_layout Plain Layout
42525 \begin_inset ERT
42526 status collapsed
42527
42528 \begin_layout Plain Layout
42529
42530
42531 \backslash
42532 fcolorbox{black}{
42533 \end_layout
42534
42535 \end_inset
42536
42537 Mahogany
42538 \begin_inset ERT
42539 status collapsed
42540
42541 \begin_layout Plain Layout
42542
42543 }{
42544 \end_layout
42545
42546 \end_inset
42547
42548
42549 \begin_inset Phantom Phantom
42550 status open
42551
42552 \begin_layout Plain Layout
42553 W
42554 \end_layout
42555
42556 \end_inset
42557
42558
42559 \begin_inset ERT
42560 status collapsed
42561
42562 \begin_layout Plain Layout
42563
42564 }
42565 \end_layout
42566
42567 \end_inset
42568
42569  Mahogany
42570 \end_layout
42571
42572 \end_inset
42573 </cell>
42574 <cell alignment="left" valignment="top" usebox="none">
42575 \begin_inset Text
42576
42577 \begin_layout Plain Layout
42578 \begin_inset ERT
42579 status collapsed
42580
42581 \begin_layout Plain Layout
42582
42583
42584 \backslash
42585 fcolorbox{black}{
42586 \end_layout
42587
42588 \end_inset
42589
42590 Maroon
42591 \begin_inset ERT
42592 status collapsed
42593
42594 \begin_layout Plain Layout
42595
42596 }{
42597 \end_layout
42598
42599 \end_inset
42600
42601
42602 \begin_inset Phantom Phantom
42603 status open
42604
42605 \begin_layout Plain Layout
42606 W
42607 \end_layout
42608
42609 \end_inset
42610
42611
42612 \begin_inset ERT
42613 status collapsed
42614
42615 \begin_layout Plain Layout
42616
42617 }
42618 \end_layout
42619
42620 \end_inset
42621
42622  Maroon
42623 \end_layout
42624
42625 \end_inset
42626 </cell>
42627 <cell alignment="left" valignment="top" usebox="none">
42628 \begin_inset Text
42629
42630 \begin_layout Plain Layout
42631 \begin_inset ERT
42632 status collapsed
42633
42634 \begin_layout Plain Layout
42635
42636
42637 \backslash
42638 fcolorbox{black}{
42639 \end_layout
42640
42641 \end_inset
42642
42643 Melon
42644 \begin_inset ERT
42645 status collapsed
42646
42647 \begin_layout Plain Layout
42648
42649 }{
42650 \end_layout
42651
42652 \end_inset
42653
42654
42655 \begin_inset Phantom Phantom
42656 status open
42657
42658 \begin_layout Plain Layout
42659 W
42660 \end_layout
42661
42662 \end_inset
42663
42664
42665 \begin_inset ERT
42666 status collapsed
42667
42668 \begin_layout Plain Layout
42669
42670 }
42671 \end_layout
42672
42673 \end_inset
42674
42675  Melon
42676 \end_layout
42677
42678 \end_inset
42679 </cell>
42680 <cell alignment="left" valignment="top" usebox="none">
42681 \begin_inset Text
42682
42683 \begin_layout Plain Layout
42684 \begin_inset ERT
42685 status collapsed
42686
42687 \begin_layout Plain Layout
42688
42689
42690 \backslash
42691 fcolorbox{black}{
42692 \end_layout
42693
42694 \end_inset
42695
42696 MidnightBlue
42697 \begin_inset ERT
42698 status collapsed
42699
42700 \begin_layout Plain Layout
42701
42702 }{
42703 \end_layout
42704
42705 \end_inset
42706
42707
42708 \begin_inset Phantom Phantom
42709 status open
42710
42711 \begin_layout Plain Layout
42712 W
42713 \end_layout
42714
42715 \end_inset
42716
42717
42718 \begin_inset ERT
42719 status collapsed
42720
42721 \begin_layout Plain Layout
42722
42723 }
42724 \end_layout
42725
42726 \end_inset
42727
42728  MidnightBlue
42729 \end_layout
42730
42731 \end_inset
42732 </cell>
42733 </row>
42734 <row>
42735 <cell alignment="left" valignment="top" usebox="none">
42736 \begin_inset Text
42737
42738 \begin_layout Plain Layout
42739 \begin_inset ERT
42740 status collapsed
42741
42742 \begin_layout Plain Layout
42743
42744
42745 \backslash
42746 fcolorbox{black}{
42747 \end_layout
42748
42749 \end_inset
42750
42751 Mulberry
42752 \begin_inset ERT
42753 status collapsed
42754
42755 \begin_layout Plain Layout
42756
42757 }{
42758 \end_layout
42759
42760 \end_inset
42761
42762
42763 \begin_inset Phantom Phantom
42764 status open
42765
42766 \begin_layout Plain Layout
42767 W
42768 \end_layout
42769
42770 \end_inset
42771
42772
42773 \begin_inset ERT
42774 status collapsed
42775
42776 \begin_layout Plain Layout
42777
42778 }
42779 \end_layout
42780
42781 \end_inset
42782
42783  Mulberry
42784 \end_layout
42785
42786 \end_inset
42787 </cell>
42788 <cell alignment="left" valignment="top" usebox="none">
42789 \begin_inset Text
42790
42791 \begin_layout Plain Layout
42792 \begin_inset ERT
42793 status collapsed
42794
42795 \begin_layout Plain Layout
42796
42797
42798 \backslash
42799 fcolorbox{black}{
42800 \end_layout
42801
42802 \end_inset
42803
42804 NavyBlue
42805 \begin_inset ERT
42806 status collapsed
42807
42808 \begin_layout Plain Layout
42809
42810 }{
42811 \end_layout
42812
42813 \end_inset
42814
42815
42816 \begin_inset Phantom Phantom
42817 status open
42818
42819 \begin_layout Plain Layout
42820 W
42821 \end_layout
42822
42823 \end_inset
42824
42825
42826 \begin_inset ERT
42827 status collapsed
42828
42829 \begin_layout Plain Layout
42830
42831 }
42832 \end_layout
42833
42834 \end_inset
42835
42836  NavyBlue
42837 \end_layout
42838
42839 \end_inset
42840 </cell>
42841 <cell alignment="left" valignment="top" usebox="none">
42842 \begin_inset Text
42843
42844 \begin_layout Plain Layout
42845 \begin_inset ERT
42846 status collapsed
42847
42848 \begin_layout Plain Layout
42849
42850
42851 \backslash
42852 fcolorbox{black}{
42853 \end_layout
42854
42855 \end_inset
42856
42857 OliveGreen
42858 \begin_inset ERT
42859 status collapsed
42860
42861 \begin_layout Plain Layout
42862
42863 }{
42864 \end_layout
42865
42866 \end_inset
42867
42868
42869 \begin_inset Phantom Phantom
42870 status open
42871
42872 \begin_layout Plain Layout
42873 W
42874 \end_layout
42875
42876 \end_inset
42877
42878
42879 \begin_inset ERT
42880 status collapsed
42881
42882 \begin_layout Plain Layout
42883
42884 }
42885 \end_layout
42886
42887 \end_inset
42888
42889  OliveGreen
42890 \end_layout
42891
42892 \end_inset
42893 </cell>
42894 <cell alignment="left" valignment="top" usebox="none">
42895 \begin_inset Text
42896
42897 \begin_layout Plain Layout
42898 \begin_inset ERT
42899 status collapsed
42900
42901 \begin_layout Plain Layout
42902
42903
42904 \backslash
42905 fcolorbox{black}{
42906 \end_layout
42907
42908 \end_inset
42909
42910 Orange
42911 \begin_inset ERT
42912 status collapsed
42913
42914 \begin_layout Plain Layout
42915
42916 }{
42917 \end_layout
42918
42919 \end_inset
42920
42921
42922 \begin_inset Phantom Phantom
42923 status open
42924
42925 \begin_layout Plain Layout
42926 W
42927 \end_layout
42928
42929 \end_inset
42930
42931
42932 \begin_inset ERT
42933 status collapsed
42934
42935 \begin_layout Plain Layout
42936
42937 }
42938 \end_layout
42939
42940 \end_inset
42941
42942  Orange
42943 \end_layout
42944
42945 \end_inset
42946 </cell>
42947 </row>
42948 <row>
42949 <cell alignment="left" valignment="top" usebox="none">
42950 \begin_inset Text
42951
42952 \begin_layout Plain Layout
42953 \begin_inset ERT
42954 status collapsed
42955
42956 \begin_layout Plain Layout
42957
42958
42959 \backslash
42960 fcolorbox{black}{
42961 \end_layout
42962
42963 \end_inset
42964
42965 OrangeRed
42966 \begin_inset ERT
42967 status collapsed
42968
42969 \begin_layout Plain Layout
42970
42971 }{
42972 \end_layout
42973
42974 \end_inset
42975
42976
42977 \begin_inset Phantom Phantom
42978 status open
42979
42980 \begin_layout Plain Layout
42981 W
42982 \end_layout
42983
42984 \end_inset
42985
42986
42987 \begin_inset ERT
42988 status collapsed
42989
42990 \begin_layout Plain Layout
42991
42992 }
42993 \end_layout
42994
42995 \end_inset
42996
42997  OrangeRed
42998 \end_layout
42999
43000 \end_inset
43001 </cell>
43002 <cell alignment="left" valignment="top" usebox="none">
43003 \begin_inset Text
43004
43005 \begin_layout Plain Layout
43006 \begin_inset ERT
43007 status collapsed
43008
43009 \begin_layout Plain Layout
43010
43011
43012 \backslash
43013 fcolorbox{black}{
43014 \end_layout
43015
43016 \end_inset
43017
43018 Orchid
43019 \begin_inset ERT
43020 status collapsed
43021
43022 \begin_layout Plain Layout
43023
43024 }{
43025 \end_layout
43026
43027 \end_inset
43028
43029
43030 \begin_inset Phantom Phantom
43031 status open
43032
43033 \begin_layout Plain Layout
43034 W
43035 \end_layout
43036
43037 \end_inset
43038
43039
43040 \begin_inset ERT
43041 status collapsed
43042
43043 \begin_layout Plain Layout
43044
43045 }
43046 \end_layout
43047
43048 \end_inset
43049
43050  Orchid
43051 \end_layout
43052
43053 \end_inset
43054 </cell>
43055 <cell alignment="left" valignment="top" usebox="none">
43056 \begin_inset Text
43057
43058 \begin_layout Plain Layout
43059 \begin_inset ERT
43060 status collapsed
43061
43062 \begin_layout Plain Layout
43063
43064
43065 \backslash
43066 fcolorbox{black}{
43067 \end_layout
43068
43069 \end_inset
43070
43071 Peach
43072 \begin_inset ERT
43073 status collapsed
43074
43075 \begin_layout Plain Layout
43076
43077 }{
43078 \end_layout
43079
43080 \end_inset
43081
43082
43083 \begin_inset Phantom Phantom
43084 status open
43085
43086 \begin_layout Plain Layout
43087 W
43088 \end_layout
43089
43090 \end_inset
43091
43092
43093 \begin_inset ERT
43094 status collapsed
43095
43096 \begin_layout Plain Layout
43097
43098 }
43099 \end_layout
43100
43101 \end_inset
43102
43103  Peach
43104 \end_layout
43105
43106 \end_inset
43107 </cell>
43108 <cell alignment="left" valignment="top" usebox="none">
43109 \begin_inset Text
43110
43111 \begin_layout Plain Layout
43112 \begin_inset ERT
43113 status collapsed
43114
43115 \begin_layout Plain Layout
43116
43117
43118 \backslash
43119 fcolorbox{black}{
43120 \end_layout
43121
43122 \end_inset
43123
43124 Periwinkle
43125 \begin_inset ERT
43126 status collapsed
43127
43128 \begin_layout Plain Layout
43129
43130 }{
43131 \end_layout
43132
43133 \end_inset
43134
43135
43136 \begin_inset Phantom Phantom
43137 status open
43138
43139 \begin_layout Plain Layout
43140 W
43141 \end_layout
43142
43143 \end_inset
43144
43145
43146 \begin_inset ERT
43147 status collapsed
43148
43149 \begin_layout Plain Layout
43150
43151 }
43152 \end_layout
43153
43154 \end_inset
43155
43156  Periwinkle
43157 \end_layout
43158
43159 \end_inset
43160 </cell>
43161 </row>
43162 <row>
43163 <cell alignment="left" valignment="top" usebox="none">
43164 \begin_inset Text
43165
43166 \begin_layout Plain Layout
43167 \begin_inset ERT
43168 status collapsed
43169
43170 \begin_layout Plain Layout
43171
43172
43173 \backslash
43174 fcolorbox{black}{
43175 \end_layout
43176
43177 \end_inset
43178
43179 PineGreen
43180 \begin_inset ERT
43181 status collapsed
43182
43183 \begin_layout Plain Layout
43184
43185 }{
43186 \end_layout
43187
43188 \end_inset
43189
43190
43191 \begin_inset Phantom Phantom
43192 status open
43193
43194 \begin_layout Plain Layout
43195 W
43196 \end_layout
43197
43198 \end_inset
43199
43200
43201 \begin_inset ERT
43202 status collapsed
43203
43204 \begin_layout Plain Layout
43205
43206 }
43207 \end_layout
43208
43209 \end_inset
43210
43211  PineGreen
43212 \end_layout
43213
43214 \end_inset
43215 </cell>
43216 <cell alignment="left" valignment="top" usebox="none">
43217 \begin_inset Text
43218
43219 \begin_layout Plain Layout
43220 \begin_inset ERT
43221 status collapsed
43222
43223 \begin_layout Plain Layout
43224
43225
43226 \backslash
43227 fcolorbox{black}{
43228 \end_layout
43229
43230 \end_inset
43231
43232 Plum
43233 \begin_inset ERT
43234 status collapsed
43235
43236 \begin_layout Plain Layout
43237
43238 }{
43239 \end_layout
43240
43241 \end_inset
43242
43243
43244 \begin_inset Phantom Phantom
43245 status open
43246
43247 \begin_layout Plain Layout
43248 W
43249 \end_layout
43250
43251 \end_inset
43252
43253
43254 \begin_inset ERT
43255 status collapsed
43256
43257 \begin_layout Plain Layout
43258
43259 }
43260 \end_layout
43261
43262 \end_inset
43263
43264  Plum
43265 \end_layout
43266
43267 \end_inset
43268 </cell>
43269 <cell alignment="left" valignment="top" usebox="none">
43270 \begin_inset Text
43271
43272 \begin_layout Plain Layout
43273 \begin_inset ERT
43274 status collapsed
43275
43276 \begin_layout Plain Layout
43277
43278
43279 \backslash
43280 fcolorbox{black}{
43281 \end_layout
43282
43283 \end_inset
43284
43285 ProcessBlue
43286 \begin_inset ERT
43287 status collapsed
43288
43289 \begin_layout Plain Layout
43290
43291 }{
43292 \end_layout
43293
43294 \end_inset
43295
43296
43297 \begin_inset Phantom Phantom
43298 status open
43299
43300 \begin_layout Plain Layout
43301 W
43302 \end_layout
43303
43304 \end_inset
43305
43306
43307 \begin_inset ERT
43308 status collapsed
43309
43310 \begin_layout Plain Layout
43311
43312 }
43313 \end_layout
43314
43315 \end_inset
43316
43317  ProcessBlue
43318 \end_layout
43319
43320 \end_inset
43321 </cell>
43322 <cell alignment="left" valignment="top" usebox="none">
43323 \begin_inset Text
43324
43325 \begin_layout Plain Layout
43326 \begin_inset ERT
43327 status collapsed
43328
43329 \begin_layout Plain Layout
43330
43331
43332 \backslash
43333 fcolorbox{black}{
43334 \end_layout
43335
43336 \end_inset
43337
43338 Purple
43339 \begin_inset ERT
43340 status collapsed
43341
43342 \begin_layout Plain Layout
43343
43344 }{
43345 \end_layout
43346
43347 \end_inset
43348
43349
43350 \begin_inset Phantom Phantom
43351 status open
43352
43353 \begin_layout Plain Layout
43354 W
43355 \end_layout
43356
43357 \end_inset
43358
43359
43360 \begin_inset ERT
43361 status collapsed
43362
43363 \begin_layout Plain Layout
43364
43365 }
43366 \end_layout
43367
43368 \end_inset
43369
43370  Purple
43371 \end_layout
43372
43373 \end_inset
43374 </cell>
43375 </row>
43376 <row>
43377 <cell alignment="left" valignment="top" usebox="none">
43378 \begin_inset Text
43379
43380 \begin_layout Plain Layout
43381 \begin_inset ERT
43382 status collapsed
43383
43384 \begin_layout Plain Layout
43385
43386
43387 \backslash
43388 fcolorbox{black}{
43389 \end_layout
43390
43391 \end_inset
43392
43393 RawSienna
43394 \begin_inset ERT
43395 status collapsed
43396
43397 \begin_layout Plain Layout
43398
43399 }{
43400 \end_layout
43401
43402 \end_inset
43403
43404
43405 \begin_inset Phantom Phantom
43406 status open
43407
43408 \begin_layout Plain Layout
43409 W
43410 \end_layout
43411
43412 \end_inset
43413
43414
43415 \begin_inset ERT
43416 status collapsed
43417
43418 \begin_layout Plain Layout
43419
43420 }
43421 \end_layout
43422
43423 \end_inset
43424
43425  RawSienna
43426 \end_layout
43427
43428 \end_inset
43429 </cell>
43430 <cell alignment="left" valignment="top" usebox="none">
43431 \begin_inset Text
43432
43433 \begin_layout Plain Layout
43434 \begin_inset ERT
43435 status collapsed
43436
43437 \begin_layout Plain Layout
43438
43439
43440 \backslash
43441 fcolorbox{black}{
43442 \end_layout
43443
43444 \end_inset
43445
43446 RedOrange
43447 \begin_inset ERT
43448 status collapsed
43449
43450 \begin_layout Plain Layout
43451
43452 }{
43453 \end_layout
43454
43455 \end_inset
43456
43457
43458 \begin_inset Phantom Phantom
43459 status open
43460
43461 \begin_layout Plain Layout
43462 W
43463 \end_layout
43464
43465 \end_inset
43466
43467
43468 \begin_inset ERT
43469 status collapsed
43470
43471 \begin_layout Plain Layout
43472
43473 }
43474 \end_layout
43475
43476 \end_inset
43477
43478  RedOrange
43479 \end_layout
43480
43481 \end_inset
43482 </cell>
43483 <cell alignment="left" valignment="top" usebox="none">
43484 \begin_inset Text
43485
43486 \begin_layout Plain Layout
43487 \begin_inset ERT
43488 status collapsed
43489
43490 \begin_layout Plain Layout
43491
43492
43493 \backslash
43494 fcolorbox{black}{
43495 \end_layout
43496
43497 \end_inset
43498
43499 RedViolet
43500 \begin_inset ERT
43501 status collapsed
43502
43503 \begin_layout Plain Layout
43504
43505 }{
43506 \end_layout
43507
43508 \end_inset
43509
43510
43511 \begin_inset Phantom Phantom
43512 status open
43513
43514 \begin_layout Plain Layout
43515 W
43516 \end_layout
43517
43518 \end_inset
43519
43520
43521 \begin_inset ERT
43522 status collapsed
43523
43524 \begin_layout Plain Layout
43525
43526 }
43527 \end_layout
43528
43529 \end_inset
43530
43531  RedViolet
43532 \end_layout
43533
43534 \end_inset
43535 </cell>
43536 <cell alignment="left" valignment="top" usebox="none">
43537 \begin_inset Text
43538
43539 \begin_layout Plain Layout
43540 \begin_inset ERT
43541 status collapsed
43542
43543 \begin_layout Plain Layout
43544
43545
43546 \backslash
43547 fcolorbox{black}{
43548 \end_layout
43549
43550 \end_inset
43551
43552 Rhodamine
43553 \begin_inset ERT
43554 status collapsed
43555
43556 \begin_layout Plain Layout
43557
43558 }{
43559 \end_layout
43560
43561 \end_inset
43562
43563
43564 \begin_inset Phantom Phantom
43565 status open
43566
43567 \begin_layout Plain Layout
43568 W
43569 \end_layout
43570
43571 \end_inset
43572
43573
43574 \begin_inset ERT
43575 status collapsed
43576
43577 \begin_layout Plain Layout
43578
43579 }
43580 \end_layout
43581
43582 \end_inset
43583
43584  Rhodamine
43585 \end_layout
43586
43587 \end_inset
43588 </cell>
43589 </row>
43590 <row>
43591 <cell alignment="left" valignment="top" usebox="none">
43592 \begin_inset Text
43593
43594 \begin_layout Plain Layout
43595 \begin_inset ERT
43596 status collapsed
43597
43598 \begin_layout Plain Layout
43599
43600
43601 \backslash
43602 fcolorbox{black}{
43603 \end_layout
43604
43605 \end_inset
43606
43607 RoyalBlue
43608 \begin_inset ERT
43609 status collapsed
43610
43611 \begin_layout Plain Layout
43612
43613 }{
43614 \end_layout
43615
43616 \end_inset
43617
43618
43619 \begin_inset Phantom Phantom
43620 status open
43621
43622 \begin_layout Plain Layout
43623 W
43624 \end_layout
43625
43626 \end_inset
43627
43628
43629 \begin_inset ERT
43630 status collapsed
43631
43632 \begin_layout Plain Layout
43633
43634 }
43635 \end_layout
43636
43637 \end_inset
43638
43639  RoyalBlue
43640 \end_layout
43641
43642 \end_inset
43643 </cell>
43644 <cell alignment="left" valignment="top" usebox="none">
43645 \begin_inset Text
43646
43647 \begin_layout Plain Layout
43648 \begin_inset ERT
43649 status collapsed
43650
43651 \begin_layout Plain Layout
43652
43653
43654 \backslash
43655 fcolorbox{black}{
43656 \end_layout
43657
43658 \end_inset
43659
43660 RoyalPurple
43661 \begin_inset ERT
43662 status collapsed
43663
43664 \begin_layout Plain Layout
43665
43666 }{
43667 \end_layout
43668
43669 \end_inset
43670
43671
43672 \begin_inset Phantom Phantom
43673 status open
43674
43675 \begin_layout Plain Layout
43676 W
43677 \end_layout
43678
43679 \end_inset
43680
43681
43682 \begin_inset ERT
43683 status collapsed
43684
43685 \begin_layout Plain Layout
43686
43687 }
43688 \end_layout
43689
43690 \end_inset
43691
43692  RoyalPurple
43693 \end_layout
43694
43695 \end_inset
43696 </cell>
43697 <cell alignment="left" valignment="top" usebox="none">
43698 \begin_inset Text
43699
43700 \begin_layout Plain Layout
43701 \begin_inset ERT
43702 status collapsed
43703
43704 \begin_layout Plain Layout
43705
43706
43707 \backslash
43708 fcolorbox{black}{
43709 \end_layout
43710
43711 \end_inset
43712
43713 RubineRed
43714 \begin_inset ERT
43715 status collapsed
43716
43717 \begin_layout Plain Layout
43718
43719 }{
43720 \end_layout
43721
43722 \end_inset
43723
43724
43725 \begin_inset Phantom Phantom
43726 status open
43727
43728 \begin_layout Plain Layout
43729 W
43730 \end_layout
43731
43732 \end_inset
43733
43734
43735 \begin_inset ERT
43736 status collapsed
43737
43738 \begin_layout Plain Layout
43739
43740 }
43741 \end_layout
43742
43743 \end_inset
43744
43745  RubineRed
43746 \end_layout
43747
43748 \end_inset
43749 </cell>
43750 <cell alignment="left" valignment="top" usebox="none">
43751 \begin_inset Text
43752
43753 \begin_layout Plain Layout
43754 \begin_inset ERT
43755 status collapsed
43756
43757 \begin_layout Plain Layout
43758
43759
43760 \backslash
43761 fcolorbox{black}{
43762 \end_layout
43763
43764 \end_inset
43765
43766 Salmon
43767 \begin_inset ERT
43768 status collapsed
43769
43770 \begin_layout Plain Layout
43771
43772 }{
43773 \end_layout
43774
43775 \end_inset
43776
43777
43778 \begin_inset Phantom Phantom
43779 status open
43780
43781 \begin_layout Plain Layout
43782 W
43783 \end_layout
43784
43785 \end_inset
43786
43787
43788 \begin_inset ERT
43789 status collapsed
43790
43791 \begin_layout Plain Layout
43792
43793 }
43794 \end_layout
43795
43796 \end_inset
43797
43798  Salmon
43799 \end_layout
43800
43801 \end_inset
43802 </cell>
43803 </row>
43804 <row>
43805 <cell alignment="left" valignment="top" usebox="none">
43806 \begin_inset Text
43807
43808 \begin_layout Plain Layout
43809 \begin_inset ERT
43810 status collapsed
43811
43812 \begin_layout Plain Layout
43813
43814
43815 \backslash
43816 fcolorbox{black}{
43817 \end_layout
43818
43819 \end_inset
43820
43821 SeaGreen
43822 \begin_inset ERT
43823 status collapsed
43824
43825 \begin_layout Plain Layout
43826
43827 }{
43828 \end_layout
43829
43830 \end_inset
43831
43832
43833 \begin_inset Phantom Phantom
43834 status open
43835
43836 \begin_layout Plain Layout
43837 W
43838 \end_layout
43839
43840 \end_inset
43841
43842
43843 \begin_inset ERT
43844 status collapsed
43845
43846 \begin_layout Plain Layout
43847
43848 }
43849 \end_layout
43850
43851 \end_inset
43852
43853  SeaGreen
43854 \end_layout
43855
43856 \end_inset
43857 </cell>
43858 <cell alignment="left" valignment="top" usebox="none">
43859 \begin_inset Text
43860
43861 \begin_layout Plain Layout
43862 \begin_inset ERT
43863 status collapsed
43864
43865 \begin_layout Plain Layout
43866
43867
43868 \backslash
43869 fcolorbox{black}{
43870 \end_layout
43871
43872 \end_inset
43873
43874 Sepia
43875 \begin_inset ERT
43876 status collapsed
43877
43878 \begin_layout Plain Layout
43879
43880 }{
43881 \end_layout
43882
43883 \end_inset
43884
43885
43886 \begin_inset Phantom Phantom
43887 status open
43888
43889 \begin_layout Plain Layout
43890 W
43891 \end_layout
43892
43893 \end_inset
43894
43895
43896 \begin_inset ERT
43897 status collapsed
43898
43899 \begin_layout Plain Layout
43900
43901 }
43902 \end_layout
43903
43904 \end_inset
43905
43906  Sepia
43907 \end_layout
43908
43909 \end_inset
43910 </cell>
43911 <cell alignment="left" valignment="top" usebox="none">
43912 \begin_inset Text
43913
43914 \begin_layout Plain Layout
43915 \begin_inset ERT
43916 status collapsed
43917
43918 \begin_layout Plain Layout
43919
43920
43921 \backslash
43922 fcolorbox{black}{
43923 \end_layout
43924
43925 \end_inset
43926
43927 SkyBlue
43928 \begin_inset ERT
43929 status collapsed
43930
43931 \begin_layout Plain Layout
43932
43933 }{
43934 \end_layout
43935
43936 \end_inset
43937
43938
43939 \begin_inset Phantom Phantom
43940 status open
43941
43942 \begin_layout Plain Layout
43943 W
43944 \end_layout
43945
43946 \end_inset
43947
43948
43949 \begin_inset ERT
43950 status collapsed
43951
43952 \begin_layout Plain Layout
43953
43954 }
43955 \end_layout
43956
43957 \end_inset
43958
43959  SkyBlue
43960 \end_layout
43961
43962 \end_inset
43963 </cell>
43964 <cell alignment="left" valignment="top" usebox="none">
43965 \begin_inset Text
43966
43967 \begin_layout Plain Layout
43968 \begin_inset ERT
43969 status collapsed
43970
43971 \begin_layout Plain Layout
43972
43973
43974 \backslash
43975 fcolorbox{black}{
43976 \end_layout
43977
43978 \end_inset
43979
43980 SpringGreen
43981 \begin_inset ERT
43982 status collapsed
43983
43984 \begin_layout Plain Layout
43985
43986 }{
43987 \end_layout
43988
43989 \end_inset
43990
43991
43992 \begin_inset Phantom Phantom
43993 status open
43994
43995 \begin_layout Plain Layout
43996 W
43997 \end_layout
43998
43999 \end_inset
44000
44001
44002 \begin_inset ERT
44003 status collapsed
44004
44005 \begin_layout Plain Layout
44006
44007 }
44008 \end_layout
44009
44010 \end_inset
44011
44012  SpringGreen
44013 \end_layout
44014
44015 \end_inset
44016 </cell>
44017 </row>
44018 <row>
44019 <cell alignment="left" valignment="top" usebox="none">
44020 \begin_inset Text
44021
44022 \begin_layout Plain Layout
44023 \begin_inset ERT
44024 status collapsed
44025
44026 \begin_layout Plain Layout
44027
44028
44029 \backslash
44030 fcolorbox{black}{
44031 \end_layout
44032
44033 \end_inset
44034
44035 Tan
44036 \begin_inset ERT
44037 status collapsed
44038
44039 \begin_layout Plain Layout
44040
44041 }{
44042 \end_layout
44043
44044 \end_inset
44045
44046
44047 \begin_inset Phantom Phantom
44048 status open
44049
44050 \begin_layout Plain Layout
44051 W
44052 \end_layout
44053
44054 \end_inset
44055
44056
44057 \begin_inset ERT
44058 status collapsed
44059
44060 \begin_layout Plain Layout
44061
44062 }
44063 \end_layout
44064
44065 \end_inset
44066
44067  Tan
44068 \end_layout
44069
44070 \end_inset
44071 </cell>
44072 <cell alignment="left" valignment="top" usebox="none">
44073 \begin_inset Text
44074
44075 \begin_layout Plain Layout
44076 \begin_inset ERT
44077 status collapsed
44078
44079 \begin_layout Plain Layout
44080
44081
44082 \backslash
44083 fcolorbox{black}{
44084 \end_layout
44085
44086 \end_inset
44087
44088 TealBlue
44089 \begin_inset ERT
44090 status collapsed
44091
44092 \begin_layout Plain Layout
44093
44094 }{
44095 \end_layout
44096
44097 \end_inset
44098
44099
44100 \begin_inset Phantom Phantom
44101 status open
44102
44103 \begin_layout Plain Layout
44104 W
44105 \end_layout
44106
44107 \end_inset
44108
44109
44110 \begin_inset ERT
44111 status collapsed
44112
44113 \begin_layout Plain Layout
44114
44115 }
44116 \end_layout
44117
44118 \end_inset
44119
44120  TealBlue
44121 \end_layout
44122
44123 \end_inset
44124 </cell>
44125 <cell alignment="left" valignment="top" usebox="none">
44126 \begin_inset Text
44127
44128 \begin_layout Plain Layout
44129 \begin_inset ERT
44130 status collapsed
44131
44132 \begin_layout Plain Layout
44133
44134
44135 \backslash
44136 fcolorbox{black}{
44137 \end_layout
44138
44139 \end_inset
44140
44141 Thistle
44142 \begin_inset ERT
44143 status collapsed
44144
44145 \begin_layout Plain Layout
44146
44147 }{
44148 \end_layout
44149
44150 \end_inset
44151
44152
44153 \begin_inset Phantom Phantom
44154 status open
44155
44156 \begin_layout Plain Layout
44157 W
44158 \end_layout
44159
44160 \end_inset
44161
44162
44163 \begin_inset ERT
44164 status collapsed
44165
44166 \begin_layout Plain Layout
44167
44168 }
44169 \end_layout
44170
44171 \end_inset
44172
44173  Thistle
44174 \end_layout
44175
44176 \end_inset
44177 </cell>
44178 <cell alignment="left" valignment="top" usebox="none">
44179 \begin_inset Text
44180
44181 \begin_layout Plain Layout
44182 \begin_inset ERT
44183 status collapsed
44184
44185 \begin_layout Plain Layout
44186
44187
44188 \backslash
44189 fcolorbox{black}{
44190 \end_layout
44191
44192 \end_inset
44193
44194 Turquoise
44195 \begin_inset ERT
44196 status collapsed
44197
44198 \begin_layout Plain Layout
44199
44200 }{
44201 \end_layout
44202
44203 \end_inset
44204
44205
44206 \begin_inset Phantom Phantom
44207 status open
44208
44209 \begin_layout Plain Layout
44210 W
44211 \end_layout
44212
44213 \end_inset
44214
44215
44216 \begin_inset ERT
44217 status collapsed
44218
44219 \begin_layout Plain Layout
44220
44221 }
44222 \end_layout
44223
44224 \end_inset
44225
44226  Turquoise
44227 \end_layout
44228
44229 \end_inset
44230 </cell>
44231 </row>
44232 <row>
44233 <cell alignment="left" valignment="top" usebox="none">
44234 \begin_inset Text
44235
44236 \begin_layout Plain Layout
44237 \begin_inset ERT
44238 status collapsed
44239
44240 \begin_layout Plain Layout
44241
44242
44243 \backslash
44244 fcolorbox{black}{
44245 \end_layout
44246
44247 \end_inset
44248
44249 Violet
44250 \begin_inset ERT
44251 status collapsed
44252
44253 \begin_layout Plain Layout
44254
44255 }{
44256 \end_layout
44257
44258 \end_inset
44259
44260
44261 \begin_inset Phantom Phantom
44262 status open
44263
44264 \begin_layout Plain Layout
44265 W
44266 \end_layout
44267
44268 \end_inset
44269
44270
44271 \begin_inset ERT
44272 status collapsed
44273
44274 \begin_layout Plain Layout
44275
44276 }
44277 \end_layout
44278
44279 \end_inset
44280
44281  Violet
44282 \end_layout
44283
44284 \end_inset
44285 </cell>
44286 <cell alignment="left" valignment="top" usebox="none">
44287 \begin_inset Text
44288
44289 \begin_layout Plain Layout
44290 \begin_inset ERT
44291 status collapsed
44292
44293 \begin_layout Plain Layout
44294
44295
44296 \backslash
44297 fcolorbox{black}{
44298 \end_layout
44299
44300 \end_inset
44301
44302 VioletRed
44303 \begin_inset ERT
44304 status collapsed
44305
44306 \begin_layout Plain Layout
44307
44308 }{
44309 \end_layout
44310
44311 \end_inset
44312
44313
44314 \begin_inset Phantom Phantom
44315 status open
44316
44317 \begin_layout Plain Layout
44318 W
44319 \end_layout
44320
44321 \end_inset
44322
44323
44324 \begin_inset ERT
44325 status collapsed
44326
44327 \begin_layout Plain Layout
44328
44329 }
44330 \end_layout
44331
44332 \end_inset
44333
44334  VioletRed
44335 \end_layout
44336
44337 \end_inset
44338 </cell>
44339 <cell alignment="left" valignment="top" usebox="none">
44340 \begin_inset Text
44341
44342 \begin_layout Plain Layout
44343 \begin_inset ERT
44344 status collapsed
44345
44346 \begin_layout Plain Layout
44347
44348
44349 \backslash
44350 fcolorbox{black}{
44351 \end_layout
44352
44353 \end_inset
44354
44355 WildStrawberry
44356 \begin_inset ERT
44357 status collapsed
44358
44359 \begin_layout Plain Layout
44360
44361 }{
44362 \end_layout
44363
44364 \end_inset
44365
44366
44367 \begin_inset Phantom Phantom
44368 status open
44369
44370 \begin_layout Plain Layout
44371 W
44372 \end_layout
44373
44374 \end_inset
44375
44376
44377 \begin_inset ERT
44378 status collapsed
44379
44380 \begin_layout Plain Layout
44381
44382 }
44383 \end_layout
44384
44385 \end_inset
44386
44387  WildStrawberry
44388 \end_layout
44389
44390 \end_inset
44391 </cell>
44392 <cell alignment="left" valignment="top" usebox="none">
44393 \begin_inset Text
44394
44395 \begin_layout Plain Layout
44396 \begin_inset ERT
44397 status collapsed
44398
44399 \begin_layout Plain Layout
44400
44401
44402 \backslash
44403 fcolorbox{black}{
44404 \end_layout
44405
44406 \end_inset
44407
44408 YellowGreen
44409 \begin_inset ERT
44410 status collapsed
44411
44412 \begin_layout Plain Layout
44413
44414 }{
44415 \end_layout
44416
44417 \end_inset
44418
44419
44420 \begin_inset Phantom Phantom
44421 status open
44422
44423 \begin_layout Plain Layout
44424 W
44425 \end_layout
44426
44427 \end_inset
44428
44429
44430 \begin_inset ERT
44431 status collapsed
44432
44433 \begin_layout Plain Layout
44434
44435 }
44436 \end_layout
44437
44438 \end_inset
44439
44440  YellowGreen
44441 \end_layout
44442
44443 \end_inset
44444 </cell>
44445 </row>
44446 <row>
44447 <cell alignment="left" valignment="top" usebox="none">
44448 \begin_inset Text
44449
44450 \begin_layout Plain Layout
44451 \begin_inset ERT
44452 status collapsed
44453
44454 \begin_layout Plain Layout
44455
44456
44457 \backslash
44458 fcolorbox{black}{
44459 \end_layout
44460
44461 \end_inset
44462
44463 YellowOrange
44464 \begin_inset ERT
44465 status collapsed
44466
44467 \begin_layout Plain Layout
44468
44469 }{
44470 \end_layout
44471
44472 \end_inset
44473
44474
44475 \begin_inset Phantom Phantom
44476 status open
44477
44478 \begin_layout Plain Layout
44479 W
44480 \end_layout
44481
44482 \end_inset
44483
44484
44485 \begin_inset ERT
44486 status collapsed
44487
44488 \begin_layout Plain Layout
44489
44490 }
44491 \end_layout
44492
44493 \end_inset
44494
44495  YellowOrange
44496 \end_layout
44497
44498 \end_inset
44499 </cell>
44500 <cell alignment="left" valignment="top" usebox="none">
44501 \begin_inset Text
44502
44503 \begin_layout Plain Layout
44504
44505 \end_layout
44506
44507 \end_inset
44508 </cell>
44509 <cell alignment="left" valignment="top" usebox="none">
44510 \begin_inset Text
44511
44512 \begin_layout Plain Layout
44513
44514 \end_layout
44515
44516 \end_inset
44517 </cell>
44518 <cell alignment="left" valignment="top" usebox="none">
44519 \begin_inset Text
44520
44521 \begin_layout Plain Layout
44522
44523 \end_layout
44524
44525 \end_inset
44526 </cell>
44527 </row>
44528 </lyxtabular>
44529
44530 \end_inset
44531
44532
44533 \end_layout
44534
44535 \begin_layout Chapter
44536 Explanation of Equation
44537 \begin_inset space ~
44538 \end_inset
44539
44540 (
44541 \begin_inset CommandInset ref
44542 LatexCommand ref
44543 reference "eq:Wgn"
44544
44545 \end_inset
44546
44547 )
44548 \begin_inset CommandInset label
44549 LatexCommand label
44550 name "cha:Explanation-of-Equation"
44551
44552 \end_inset
44553
44554
44555 \end_layout
44556
44557 \begin_layout Standard
44558 We can calculate the total width of 
44559 \emph on
44560 n
44561 \emph default
44562  table cells 
44563 \begin_inset Formula $W_{\mathrm{tot\,n}}$
44564 \end_inset
44565
44566  as follows:
44567 \begin_inset Formula 
44568 \begin{equation}
44569 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
44570 \end{equation}
44571
44572 \end_inset
44573
44574 where 
44575 \begin_inset Formula $W_{g\,n}$
44576 \end_inset
44577
44578  is the given width of all cells, 
44579 \series bold
44580
44581 \backslash
44582 tabcolsep
44583 \series default
44584  is the \SpecialChar LaTeX
44585 -length between the cell text and the cell border (its default value
44586  is 6
44587 \begin_inset space \thinspace{}
44588 \end_inset
44589
44590 pt).
44591  
44592 \series bold
44593
44594 \backslash
44595 arrayrulewidth
44596 \series default
44597  is the thickness of the cell border line, the default is 0.4
44598 \begin_inset space \thinspace{}
44599 \end_inset
44600
44601 pt.
44602 \end_layout
44603
44604 \begin_layout Standard
44605 Following equation
44606 \begin_inset space ~
44607 \end_inset
44608
44609
44610 \begin_inset CommandInset ref
44611 LatexCommand eqref
44612 reference "eq:Wtot_n"
44613
44614 \end_inset
44615
44616 , the total width of a multicolumn 
44617 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
44618 \end_inset
44619
44620  is
44621 \begin_inset Formula 
44622 \begin{equation}
44623 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
44624 \end{equation}
44625
44626 \end_inset
44627
44628
44629 \end_layout
44630
44631 \begin_layout Standard
44632 By setting equation
44633 \begin_inset space ~
44634 \end_inset
44635
44636
44637 \begin_inset CommandInset ref
44638 LatexCommand eqref
44639 reference "eq:Wtot_n"
44640
44641 \end_inset
44642
44643  and 
44644 \begin_inset CommandInset ref
44645 LatexCommand eqref
44646 reference "eq:Wtot_mult"
44647
44648 \end_inset
44649
44650  equal we can calculate the needed given width 
44651 \begin_inset Formula $W_{g\,n}$
44652 \end_inset
44653
44654  when 
44655 \emph on
44656 n
44657 \emph default
44658  columns are spanned, so that each column has a total width of 
44659 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
44660 \end_inset
44661
44662 :
44663 \begin_inset Formula 
44664 \begin{equation}
44665 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
44666 \end{equation}
44667
44668 \end_inset
44669
44670
44671 \end_layout
44672
44673 \begin_layout Bibliography
44674 \begin_inset CommandInset bibitem
44675 LatexCommand bibitem
44676 key "latexcompanion"
44677
44678 \end_inset
44679
44680 Frank Mittelbach and Michel Goossens: 
44681 \emph on
44682 The \SpecialChar LaTeX
44683  Companion Second Edition.
44684
44685 \emph default
44686  Addison-Wesley, 2004
44687 \end_layout
44688
44689 \begin_layout Bibliography
44690 \begin_inset CommandInset bibitem
44691 LatexCommand bibitem
44692 key "latexguide"
44693
44694 \end_inset
44695
44696 Helmut Kopka and Patrick W.
44697  Daly: 
44698 \emph on
44699 A Guide to \SpecialChar LaTeX
44700  Fourth Edition.
44701
44702 \emph default
44703  Addison-Wesley, 2003
44704 \end_layout
44705
44706 \begin_layout Bibliography
44707 \begin_inset CommandInset bibitem
44708 LatexCommand bibitem
44709 key "latexbook"
44710
44711 \end_inset
44712
44713 Leslie Lamport: 
44714 \emph on
44715 \SpecialChar LaTeX
44716 : A Document Preparation System.
44717
44718 \emph default
44719  Addison-Wesley, second edition, 1994
44720 \end_layout
44721
44722 \begin_layout Bibliography
44723 \begin_inset CommandInset bibitem
44724 LatexCommand bibitem
44725 key "arydshln"
44726
44727 \end_inset
44728
44729 Documentation of the \SpecialChar LaTeX
44730 -package 
44731 \series bold
44732
44733 \begin_inset CommandInset href
44734 LatexCommand href
44735 name "arydshln"
44736 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
44737
44738 \end_inset
44739
44740
44741 \series default
44742
44743 \begin_inset Index idx
44744 status collapsed
44745
44746 \begin_layout Plain Layout
44747 \SpecialChar LaTeX
44748 -packages ! arydshln
44749 \end_layout
44750
44751 \end_inset
44752
44753
44754 \end_layout
44755
44756 \begin_layout Bibliography
44757 \begin_inset CommandInset bibitem
44758 LatexCommand bibitem
44759 key "booktabs"
44760
44761 \end_inset
44762
44763 Documentation of the \SpecialChar LaTeX
44764 -package 
44765 \series bold
44766
44767 \begin_inset CommandInset href
44768 LatexCommand href
44769 name "booktabs"
44770 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
44771
44772 \end_inset
44773
44774
44775 \series default
44776
44777 \begin_inset Index idx
44778 status collapsed
44779
44780 \begin_layout Plain Layout
44781 \SpecialChar LaTeX
44782 -packages ! booktabs
44783 \end_layout
44784
44785 \end_inset
44786
44787
44788 \end_layout
44789
44790 \begin_layout Bibliography
44791 \begin_inset CommandInset bibitem
44792 LatexCommand bibitem
44793 key "caption"
44794
44795 \end_inset
44796
44797 Documentation of the \SpecialChar LaTeX
44798 -package 
44799 \series bold
44800
44801 \begin_inset CommandInset href
44802 LatexCommand href
44803 name "caption"
44804 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
44805
44806 \end_inset
44807
44808
44809 \series default
44810
44811 \begin_inset Index idx
44812 status collapsed
44813
44814 \begin_layout Plain Layout
44815 \SpecialChar LaTeX
44816 -packages ! caption
44817 \end_layout
44818
44819 \end_inset
44820
44821
44822 \end_layout
44823
44824 \begin_layout Bibliography
44825 \begin_inset CommandInset bibitem
44826 LatexCommand bibitem
44827 key "diagbox"
44828
44829 \end_inset
44830
44831 Documentation of the \SpecialChar LaTeX
44832 -package 
44833 \series bold
44834
44835 \begin_inset CommandInset href
44836 LatexCommand href
44837 name "diagbox"
44838 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
44839
44840 \end_inset
44841
44842
44843 \series default
44844
44845 \begin_inset Index idx
44846 status collapsed
44847
44848 \begin_layout Plain Layout
44849 \SpecialChar LaTeX
44850 -packages ! diagbox
44851 \end_layout
44852
44853 \end_inset
44854
44855
44856 \end_layout
44857
44858 \begin_layout Bibliography
44859 \begin_inset CommandInset bibitem
44860 LatexCommand bibitem
44861 key "endfloat"
44862
44863 \end_inset
44864
44865 Documentation of the \SpecialChar LaTeX
44866 -package 
44867 \series bold
44868
44869 \begin_inset CommandInset href
44870 LatexCommand href
44871 name "endfloat"
44872 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
44873
44874 \end_inset
44875
44876
44877 \series default
44878
44879 \begin_inset Index idx
44880 status collapsed
44881
44882 \begin_layout Plain Layout
44883 \SpecialChar LaTeX
44884 -packages ! endfloat
44885 \end_layout
44886
44887 \end_inset
44888
44889
44890 \end_layout
44891
44892 \begin_layout Bibliography
44893 \begin_inset CommandInset bibitem
44894 LatexCommand bibitem
44895 key "footmisc"
44896
44897 \end_inset
44898
44899 Documentation of the \SpecialChar LaTeX
44900 -package 
44901 \series bold
44902
44903 \begin_inset CommandInset href
44904 LatexCommand href
44905 name "footmisc"
44906 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
44907
44908 \end_inset
44909
44910
44911 \series default
44912
44913 \begin_inset Index idx
44914 status collapsed
44915
44916 \begin_layout Plain Layout
44917 \SpecialChar LaTeX
44918 -packages ! footmisc
44919 \end_layout
44920
44921 \end_inset
44922
44923
44924 \end_layout
44925
44926 \begin_layout Bibliography
44927 \begin_inset CommandInset bibitem
44928 LatexCommand bibitem
44929 key "hypcap"
44930
44931 \end_inset
44932
44933 Documentation of the \SpecialChar LaTeX
44934 -package 
44935 \series bold
44936
44937 \begin_inset CommandInset href
44938 LatexCommand href
44939 name "hypcap"
44940 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
44941
44942 \end_inset
44943
44944
44945 \series default
44946
44947 \begin_inset Index idx
44948 status collapsed
44949
44950 \begin_layout Plain Layout
44951 \SpecialChar LaTeX
44952 -packages ! hyperref
44953 \end_layout
44954
44955 \end_inset
44956
44957
44958 \end_layout
44959
44960 \begin_layout Bibliography
44961 \begin_inset CommandInset bibitem
44962 LatexCommand bibitem
44963 key "hyperref"
44964
44965 \end_inset
44966
44967 Documentation of the \SpecialChar LaTeX
44968 -package 
44969 \series bold
44970
44971 \begin_inset CommandInset href
44972 LatexCommand href
44973 name "hyperref"
44974 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
44975
44976 \end_inset
44977
44978
44979 \series default
44980
44981 \begin_inset Index idx
44982 status collapsed
44983
44984 \begin_layout Plain Layout
44985 \SpecialChar LaTeX
44986 -packages ! hyperref
44987 \end_layout
44988
44989 \end_inset
44990
44991
44992 \end_layout
44993
44994 \begin_layout Bibliography
44995 \begin_inset CommandInset bibitem
44996 LatexCommand bibitem
44997 key "KOMA-Script"
44998
44999 \end_inset
45000
45001 Documentation of the \SpecialChar LaTeX
45002 -package 
45003 \series bold
45004
45005 \begin_inset CommandInset href
45006 LatexCommand href
45007 name "KOMA-Script"
45008 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
45009
45010 \end_inset
45011
45012
45013 \series default
45014
45015 \begin_inset Index idx
45016 status collapsed
45017
45018 \begin_layout Plain Layout
45019 \SpecialChar LaTeX
45020 -packages ! KOMA-Script
45021 \end_layout
45022
45023 \end_inset
45024
45025
45026 \end_layout
45027
45028 \begin_layout Bibliography
45029 \begin_inset CommandInset bibitem
45030 LatexCommand bibitem
45031 key "lettrine"
45032
45033 \end_inset
45034
45035 Documentation of the \SpecialChar LaTeX
45036 -package 
45037 \series bold
45038
45039 \begin_inset CommandInset href
45040 LatexCommand href
45041 name "lettrine"
45042 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
45043
45044 \end_inset
45045
45046
45047 \series default
45048  and an 
45049 \begin_inset CommandInset href
45050 LatexCommand href
45051 name "example"
45052 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
45053
45054 \end_inset
45055
45056
45057 \begin_inset Index idx
45058 status collapsed
45059
45060 \begin_layout Plain Layout
45061 \SpecialChar LaTeX
45062 -packages ! lettrine
45063 \end_layout
45064
45065 \end_inset
45066
45067
45068 \end_layout
45069
45070 \begin_layout Bibliography
45071 \begin_inset CommandInset bibitem
45072 LatexCommand bibitem
45073 key "listings"
45074
45075 \end_inset
45076
45077 Documentation of the \SpecialChar LaTeX
45078 -package 
45079 \series bold
45080
45081 \begin_inset CommandInset href
45082 LatexCommand href
45083 name "listings"
45084 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
45085
45086 \end_inset
45087
45088
45089 \series default
45090
45091 \begin_inset Index idx
45092 status collapsed
45093
45094 \begin_layout Plain Layout
45095 \SpecialChar LaTeX
45096 -packages ! listings
45097 \end_layout
45098
45099 \end_inset
45100
45101
45102 \end_layout
45103
45104 \begin_layout Bibliography
45105 \begin_inset CommandInset bibitem
45106 LatexCommand bibitem
45107 key "marginnote"
45108
45109 \end_inset
45110
45111 Documentation of the \SpecialChar LaTeX
45112 -package 
45113 \series bold
45114
45115 \begin_inset CommandInset href
45116 LatexCommand href
45117 name "marginnote"
45118 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
45119
45120 \end_inset
45121
45122
45123 \series default
45124
45125 \begin_inset Index idx
45126 status collapsed
45127
45128 \begin_layout Plain Layout
45129 \SpecialChar LaTeX
45130 -packages ! marginnote
45131 \end_layout
45132
45133 \end_inset
45134
45135
45136 \end_layout
45137
45138 \begin_layout Bibliography
45139 \begin_inset CommandInset bibitem
45140 LatexCommand bibitem
45141 key "pdfpages"
45142
45143 \end_inset
45144
45145 Documentation of the \SpecialChar LaTeX
45146 -package 
45147 \series bold
45148
45149 \begin_inset CommandInset href
45150 LatexCommand href
45151 name "pdfpages"
45152 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
45153
45154 \end_inset
45155
45156
45157 \series default
45158
45159 \begin_inset Index idx
45160 status collapsed
45161
45162 \begin_layout Plain Layout
45163 \SpecialChar LaTeX
45164 -packages ! pdfpages
45165 \end_layout
45166
45167 \end_inset
45168
45169
45170 \end_layout
45171
45172 \begin_layout Bibliography
45173 \begin_inset CommandInset bibitem
45174 LatexCommand bibitem
45175 key "prettyref"
45176
45177 \end_inset
45178
45179 Documentation of the \SpecialChar LaTeX
45180 -package 
45181 \series bold
45182
45183 \begin_inset CommandInset href
45184 LatexCommand href
45185 name "prettyref"
45186 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
45187
45188 \end_inset
45189
45190
45191 \series default
45192
45193 \begin_inset Index idx
45194 status collapsed
45195
45196 \begin_layout Plain Layout
45197 \SpecialChar LaTeX
45198 -packages ! prettyref
45199 \end_layout
45200
45201 \end_inset
45202
45203
45204 \end_layout
45205
45206 \begin_layout Bibliography
45207 \begin_inset CommandInset bibitem
45208 LatexCommand bibitem
45209 key "pstricks"
45210
45211 \end_inset
45212
45213 Web page of the \SpecialChar LaTeX
45214 -package 
45215 \series bold
45216
45217 \begin_inset CommandInset href
45218 LatexCommand href
45219 name "PSTricks"
45220 target "http://tug.org/PSTricks/"
45221
45222 \end_inset
45223
45224
45225 \series default
45226
45227 \begin_inset Index idx
45228 status collapsed
45229
45230 \begin_layout Plain Layout
45231 \SpecialChar LaTeX
45232 -packages ! PSTricks
45233 \end_layout
45234
45235 \end_inset
45236
45237
45238 \end_layout
45239
45240 \begin_layout Bibliography
45241 \begin_inset CommandInset bibitem
45242 LatexCommand bibitem
45243 key "refstyle"
45244
45245 \end_inset
45246
45247 Documentation of the \SpecialChar LaTeX
45248 -package 
45249 \series bold
45250
45251 \begin_inset CommandInset href
45252 LatexCommand href
45253 name "refstyle"
45254 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
45255
45256 \end_inset
45257
45258
45259 \series default
45260
45261 \begin_inset Index idx
45262 status collapsed
45263
45264 \begin_layout Plain Layout
45265 \SpecialChar LaTeX
45266 -packages ! refstyle
45267 \end_layout
45268
45269 \end_inset
45270
45271
45272 \end_layout
45273
45274 \begin_layout Bibliography
45275 \begin_inset CommandInset bibitem
45276 LatexCommand bibitem
45277 key "sidecap"
45278
45279 \end_inset
45280
45281 Documentation of the \SpecialChar LaTeX
45282 -package 
45283 \series bold
45284
45285 \begin_inset CommandInset href
45286 LatexCommand href
45287 name "sidecap"
45288 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
45289
45290 \end_inset
45291
45292
45293 \series default
45294
45295 \begin_inset Index idx
45296 status collapsed
45297
45298 \begin_layout Plain Layout
45299 \SpecialChar LaTeX
45300 -packages ! sidecap
45301 \end_layout
45302
45303 \end_inset
45304
45305
45306 \end_layout
45307
45308 \begin_layout Bibliography
45309 \begin_inset CommandInset bibitem
45310 LatexCommand bibitem
45311 key "NewInLyX20"
45312
45313 \end_inset
45314
45315
45316 \begin_inset CommandInset href
45317 LatexCommand href
45318 name "Wiki page"
45319 target "http://wiki.lyx.org/LyX/NewInLyX20"
45320
45321 \end_inset
45322
45323  about new features in 
45324 \family sans
45325 \SpecialChar LyX
45326  2.0
45327 \family default
45328 .
45329 \end_layout
45330
45331 \begin_layout Standard
45332 \begin_inset CommandInset index_print
45333 LatexCommand printindex
45334 type "idx"
45335
45336 \end_inset
45337
45338
45339 \end_layout
45340
45341 \end_body
45342 \end_document