]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
bed70771f716354b404a61a06a0eed3e98ab2ead
[lyx.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 2.2 created this file. For more info see http://www.lyx.org/
2 \lyxformat 503
3 \begin_document
4 \begin_header
5 \origin unavailable
6 \textclass scrbook
7 \begin_preamble
8 % that links to image floats jumps
9 % to the beginning of the float and 
10 % not to its caption
11 \usepackage[figure]{hypcap}
12
13 % the pages of the TOC is numbered roman
14 % and a PDF-bookmark for the TOC is added
15 \let\myTOC\tableofcontents
16 \renewcommand\tableofcontents{%
17   \frontmatter
18   \pdfbookmark[1]{\contentsname}{}
19   \myTOC
20   \mainmatter }
21
22 % provides caption formatting
23 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
24
25 % provides commands to set caption
26 % beside tables/images
27 \newcommand{\TabBesBeg}[1][1.0]{%
28  \let\MyTable\table
29  \let\MyEndtable\endtable
30  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
31
32 \newcommand{\TabBesEnd}{%
33  \let\table\MyTable
34  \let\endtable\MyEndtable}
35
36 \newcommand{\FigBesBeg}[1][1.0]{%
37  \let\MyFigure\figure
38  \let\MyEndfigure\endfigure
39  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
40
41 \newcommand{\FigBesEnd}{%
42  \let\figure\MyFigure
43  \let\endfigure\MyEndfigure}
44
45 % enables calculation of values,
46 \usepackage{calc}
47
48 % increase the bottom float placement fraction
49 \renewcommand{\bottomfraction}{0.5}
50
51 % avoids that floats are placed before their
52 % corresponding section starts
53 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
54
55 % speed up the longtable calculation
56 \setcounter{LTchunksize}{100}
57
58 % used for colored tables
59 \@ifundefined{textcolor}
60  {\usepackage{color}}{}
61 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
62 \definecolor{lightgrey}{gray}{0.8}
63
64 % check for package colortbl
65 % used for colored table cells
66 \newboolean{colortbl}
67 \IfFileExists{colortbl.sty}
68  {\usepackage{colortbl}
69   \setboolean{colortbl}{true}}
70  {\setboolean{colortbl}{false}}
71
72 % used to have extra space in table cells
73 \@ifundefined{extrarowheight}
74  {\usepackage{array}}{}
75 \setlength{\extrarowheight}{2pt}
76
77 % used for customized tables
78 % ---
79 \newcolumntype{M}[1]
80  {>{\centering\hspace{0pt}}m{#1}}
81
82 \newcolumntype{S}[2]
83  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
84
85 \newcolumntype{K}[1]
86  {>{\columncolor{#1}\hspace{0pt}}c}
87
88 \newcolumntype{V}{!{\vrule width 1.5pt}}
89
90 \newcolumntype{W}{!{\color{green}\vline}}
91 % ---
92
93 % insert additional vertical space of
94 % 1.5 mm between footnotes
95 \let\myFoot\footnote
96 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
97
98 % number algorithm floats within chapters
99 \numberwithin{algorithm}{chapter}
100
101 % ------------------------------------
102 % used to check for needed LaTeX packages
103 \usepackage{ifthen}
104
105 % check for package arydshln
106 % used for tables with dashed lines
107 \newboolean{arydshln}
108 \IfFileExists{arydshln.sty}
109  {\usepackage{arydshln}
110   \setboolean{arydshln}{true}}
111  {\setboolean{arydshln}{false}}
112
113 % check for package marginnote
114 % used for margin notes
115 \newboolean{marginnote}
116 \IfFileExists{marginnote.sty}
117  {\usepackage{marginnote}
118   \let\marginpar\marginnote
119   \setboolean{marginnote}{true}}
120  {\setboolean{marginnote}{false}}
121
122 % check for package sidecap
123 % used for captions on the side
124 \newboolean{sidecap}
125 \IfFileExists{sidecap.sty}
126  {\usepackage{sidecap}
127   \setboolean{sidecap}{true}}
128  {\setboolean{sidecap}{false}}
129
130 % check for picinpar
131 % used for surrounded fixed objects
132 \newboolean{picinpar}
133 \IfFileExists{picinpar.sty}
134  {\usepackage{picinpar}
135   \setboolean{picinpar}{true}}
136  {\setboolean{picinpar}{false}}
137
138 % check for lettrine
139 \newboolean{lettrine}
140 \IfFileExists{lettrine.sty}
141  {\usepackage{lettrine}
142   \setboolean{lettrine}{true}}
143  {\setboolean{lettrine}{false}}
144
145 % check for diagbox
146 \newboolean{diagbox}
147 \IfFileExists{diagbox.sty}
148  {\usepackage{diagbox}
149   \setboolean{diagbox}{true}}
150  {\setboolean{diagbox}{false}}
151 \end_preamble
152 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,usenames,dvipsnames,table
153 \use_default_options false
154 \begin_modules
155 initials
156 graphicboxes
157 \end_modules
158 \maintain_unincluded_children false
159 \language english
160 \language_package default
161 \inputencoding auto
162 \fontencoding global
163 \font_roman "lmodern" "default"
164 \font_sans "lmss" "default"
165 \font_typewriter "lmtt" "default"
166 \font_math "auto" "auto"
167 \font_default_family default
168 \use_non_tex_fonts false
169 \font_sc false
170 \font_osf false
171 \font_sf_scale 100 100
172 \font_tt_scale 100 100
173 \graphics default
174 \default_output_format default
175 \output_sync 0
176 \bibtex_command default
177 \index_command default
178 \paperfontsize 12
179 \spacing single
180 \use_hyperref true
181 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
182 \pdf_author "LyX Team, Uwe Stöhr"
183 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
184 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
185 \pdf_bookmarks true
186 \pdf_bookmarksnumbered true
187 \pdf_bookmarksopen true
188 \pdf_bookmarksopenlevel 1
189 \pdf_breaklinks false
190 \pdf_pdfborder false
191 \pdf_colorlinks true
192 \pdf_backref false
193 \pdf_pdfusetitle false
194 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
195 \papersize default
196 \use_geometry false
197 \use_package amsmath 2
198 \use_package amssymb 2
199 \use_package cancel 0
200 \use_package esint 0
201 \use_package mathdots 1
202 \use_package mathtools 0
203 \use_package mhchem 1
204 \use_package stackrel 0
205 \use_package stmaryrd 0
206 \use_package undertilde 0
207 \cite_engine basic
208 \cite_engine_type default
209 \biblio_style plain
210 \use_bibtopic false
211 \use_indices false
212 \paperorientation portrait
213 \suppress_date false
214 \justification true
215 \use_refstyle 0
216 \notefontcolor #0000ff
217 \index Index
218 \shortcut idx
219 \color #008000
220 \end_index
221 \secnumdepth 3
222 \tocdepth 3
223 \paragraph_separation skip
224 \defskip medskip
225 \quotes_language english
226 \papercolumns 1
227 \papersides 2
228 \paperpagestyle default
229 \tracking_changes true
230 \output_changes false
231 \html_math_output 0
232 \html_css_as_file 0
233 \html_be_strict false
234 \author 2047637253 "Guillaume Munch"
235 \end_header
236
237 \begin_body
238
239 \begin_layout Title
240 \SpecialChar LyX
241 's detailed Figure, Table, Floats, Notes, Boxes and External Material manual
242 \end_layout
243
244 \begin_layout Author
245 by the \SpecialChar LyX
246  Team
247 \begin_inset Foot
248 status collapsed
249
250 \begin_layout Plain Layout
251 \noindent
252 If you have comments or error corrections, please send them to the \SpecialChar LyX
253  Documentatio
254 n mailing list: 
255 \begin_inset CommandInset href
256 LatexCommand href
257 name "lyx-docs@lists.lyx.org"
258 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
259 type "mailto:"
260
261 \end_inset
262
263
264 \end_layout
265
266 \end_inset
267
268
269 \begin_inset Note Note
270 status collapsed
271
272 \begin_layout Plain Layout
273 author: Uwe Stöhr
274 \end_layout
275
276 \end_inset
277
278
279 \begin_inset Newline newline
280 \end_inset
281
282
283 \begin_inset Newline newline
284 \end_inset
285
286
287 \family sans
288 Version 2.2.x
289 \end_layout
290
291 \begin_layout Standard
292 \begin_inset CommandInset toc
293 LatexCommand tableofcontents
294
295 \end_inset
296
297
298 \end_layout
299
300 \begin_layout Standard
301 \begin_inset Note Note
302 status open
303
304 \begin_layout Plain Layout
305 To export all parts of this document to PDF, PS, or DVI the \SpecialChar LaTeX
306 -packages 
307 \series bold
308 arydshln
309 \series default
310
311 \series bold
312 colortbl
313 \series default
314
315 \series bold
316 diagbox, lettrine, marginnote, picinpar
317 \series default
318  and 
319 \series bold
320 sidecap
321 \series default
322  must be installed.
323  If they are not installed you can export the document anyway but the sections
324  where the packages are required won't appear in the output.
325 \end_layout
326
327 \begin_layout Plain Layout
328 The latest PDF-version of this document can be found here:
329 \begin_inset Newline newline
330 \end_inset
331
332
333 \series bold
334 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
335 \end_layout
336
337 \end_inset
338
339
340 \end_layout
341
342 \begin_layout Chapter
343 Figures
344 \begin_inset Index idx
345 status collapsed
346
347 \begin_layout Plain Layout
348 Figures
349 \end_layout
350
351 \end_inset
352
353
354 \begin_inset Index idx
355 status collapsed
356
357 \begin_layout Plain Layout
358 Graphics|see
359 \begin_inset ERT
360 status collapsed
361
362 \begin_layout Plain Layout
363
364 {
365 \end_layout
366
367 \end_inset
368
369 Figures
370 \begin_inset ERT
371 status collapsed
372
373 \begin_layout Plain Layout
374
375 }
376 \end_layout
377
378 \end_inset
379
380
381 \end_layout
382
383 \end_inset
384
385
386 \end_layout
387
388 \begin_layout Section
389 Graphics Dialog
390 \begin_inset Index idx
391 status collapsed
392
393 \begin_layout Plain Layout
394 Figures ! Graphics Dialog
395 \end_layout
396
397 \end_inset
398
399
400 \begin_inset CommandInset label
401 LatexCommand label
402 name "sec:Graphics-Dialog"
403
404 \end_inset
405
406
407 \end_layout
408
409 \begin_layout Standard
410 To insert an image into your document, place the cursor at the text position
411  you want and click on the toolbar icon 
412 \begin_inset Info
413 type  "icon"
414 arg   "dialog-show-new-inset graphics"
415 \end_inset
416
417  or use the menu 
418 \family sans
419 Insert\SpecialChar menuseparator
420 Graphics
421 \family default
422 .
423  Then a dialog will appear to choose the file to load.
424  The image will appear in the output exactly at the position where it is
425  in the text.
426 \end_layout
427
428 \begin_layout Standard
429 The graphics dialog can be called at any time by clicking on an image.
430  This dialog has three tabs:
431 \end_layout
432
433 \begin_layout Description
434
435 \family sans
436 Graphics
437 \family default
438  Here you can choose an image file and adjust its appearance in the output.
439  The available units for the image size are explained in appendix
440 \begin_inset space ~
441 \end_inset
442
443
444 \begin_inset CommandInset ref
445 LatexCommand ref
446 reference "cha:Units-available-in"
447
448 \end_inset
449
450 .
451 \begin_inset Newline newline
452 \end_inset
453
454
455 \begin_inset Index idx
456 status collapsed
457
458 \begin_layout Plain Layout
459 Figures ! rotated
460 \end_layout
461
462 \end_inset
463
464 You can rotate images counter-clockwise by setting a rotation angle and
465  a rotation origin.
466  The image will also be rotated inside \SpecialChar LyX
467 .
468 \begin_inset Newline newline
469 \end_inset
470
471
472 \begin_inset Index idx
473 status collapsed
474
475 \begin_layout Plain Layout
476 Figures ! scaled
477 \end_layout
478
479 \end_inset
480
481 Images can be scaled by using a percentage value or by setting the width
482  and height explicitly.
483  If you set only the width or only the height, the other size will be determined
484  automatically.
485  If you set both, then the image will be transformed to the given size,
486  possibly distorting it.
487  To prevent the image from distortion, use the option 
488 \family sans
489 Maintain aspect ratio
490 \family default
491 .
492  The image will then be scaled so that its width and height don't exceed
493  the specified dimensions.
494 \begin_inset Newline newline
495 \end_inset
496
497 Images can be opened in a program of your choice by right-clicking on it
498  and choosing the entry 
499 \family sans
500 Edit
501 \begin_inset space ~
502 \end_inset
503
504 externally
505 \family default
506  in the context menu.
507  The program can be set for every image format in the file format settings
508  in \SpecialChar LyX
509 's preferences.
510 \end_layout
511
512 \begin_layout Description
513
514 \family sans
515 Clipping
516 \family default
517  Alternatively to the usage of scaling units it is possible to set image
518  coordinates to adjust the height and width of the image in the output.
519  The coordinates can also be calculated automatically by pressing the button
520  
521 \family sans
522 Get
523 \begin_inset space ~
524 \end_inset
525
526 from
527 \begin_inset space ~
528 \end_inset
529
530 File
531 \family default
532 .
533  The option 
534 \family sans
535 Clip
536 \begin_inset space ~
537 \end_inset
538
539 to
540 \begin_inset space ~
541 \end_inset
542
543 bounding
544 \begin_inset space ~
545 \end_inset
546
547 box
548 \family default
549  will only print the image region within the given coordinates.
550  Normally you don't need to worry about image coordinates and can ignore
551  this tab.
552 \end_layout
553
554 \begin_layout Description
555
556 \family sans
557 LaTeX
558 \begin_inset space ~
559 \end_inset
560
561 and
562 \begin_inset space ~
563 \end_inset
564
565 LyX
566 \begin_inset space ~
567 \end_inset
568
569 options
570 \family default
571  In this tab you can modify the appearance of the image within \SpecialChar LyX
572  and \SpecialChar LaTeX
573  experts
574  can specify additional \SpecialChar LaTeX
575  options.
576 \begin_inset Newline newline
577 \end_inset
578
579 The option 
580 \family sans
581 Draft
582 \begin_inset space ~
583 \end_inset
584
585 mode
586 \family default
587  makes the image appear in the output only as a frame with the size of the
588  image.
589 \begin_inset Newline newline
590 \end_inset
591
592 In the section 
593 \family sans
594 Graphics
595 \begin_inset space ~
596 \end_inset
597
598 Group
599 \family default
600  you can define or join an image settings group.
601 \begin_inset Index idx
602 status collapsed
603
604 \begin_layout Plain Layout
605 Figures ! Settings grouping
606 \end_layout
607
608 \end_inset
609
610  Images within such a group share their settings, so adjusting one image
611  of the group automatically also adjusts all other images of the group in
612  the same way.
613  So you can for example change the size for a bunch of images without the
614  need to manually change each of them.
615  Joining an existing group can also be done using the context menu of the
616  image by checking the name of the desired group.
617 \end_layout
618
619 \begin_layout Standard
620 \begin_inset VSpace bigskip
621 \end_inset
622
623
624 \end_layout
625
626 \begin_layout Standard
627 This is an example image in EPS format
628 \begin_inset Foot
629 status collapsed
630
631 \begin_layout Plain Layout
632 Image formats are explained in section
633 \begin_inset space ~
634 \end_inset
635
636
637 \begin_inset CommandInset ref
638 LatexCommand ref
639 reference "sec:Image-Formats"
640
641 \end_inset
642
643 .
644 \end_layout
645
646 \end_inset
647
648  within a separate, horizontally centered paragraph:
649 \begin_inset Separator parbreak
650 \end_inset
651
652
653 \end_layout
654
655 \begin_layout Standard
656 \align center
657 \begin_inset Graphics
658         filename clipart/mobius.eps
659         scale 70
660         scaleBeforeRotation
661         rotateOrigin center
662
663 \end_inset
664
665
666 \end_layout
667
668 \begin_layout Standard
669 This is the same image like the one above but in draft mode:
670 \begin_inset Separator parbreak
671 \end_inset
672
673
674 \end_layout
675
676 \begin_layout Standard
677 \align center
678 \begin_inset Graphics
679         filename clipart/mobius.eps
680         scale 70
681         draft
682         scaleBeforeRotation
683         rotateOrigin center
684
685 \end_inset
686
687
688 \end_layout
689
690 \begin_layout Standard
691 \begin_inset Newpage newpage
692 \end_inset
693
694
695 \end_layout
696
697 \begin_layout Section
698 Figure Floats
699 \begin_inset CommandInset label
700 LatexCommand label
701 name "sec:Figure-Floats"
702
703 \end_inset
704
705
706 \begin_inset Index idx
707 status collapsed
708
709 \begin_layout Plain Layout
710 Floats ! Figures
711 \end_layout
712
713 \end_inset
714
715
716 \begin_inset Index idx
717 status collapsed
718
719 \begin_layout Plain Layout
720 Figures ! Floats
721 \end_layout
722
723 \end_inset
724
725
726 \end_layout
727
728 \begin_layout Standard
729 For general explanations about floats, have a look at section
730 \begin_inset space ~
731 \end_inset
732
733
734 \begin_inset CommandInset ref
735 LatexCommand ref
736 reference "sec:FloatIntroduction"
737
738 \end_inset
739
740 .
741 \end_layout
742
743 \begin_layout Standard
744 The toolbar button 
745 \begin_inset Info
746 type  "icon"
747 arg   "float-insert figure"
748 \end_inset
749
750  and the menu 
751 \family sans
752 Insert\SpecialChar menuseparator
753 Float\SpecialChar menuseparator
754 Figure
755 \family default
756  inserts a float with a caption that has the label 
757 \begin_inset Quotes eld
758 \end_inset
759
760 Figure
761 \begin_inset space ~
762 \end_inset
763
764 #:
765 \begin_inset Quotes erd
766 \end_inset
767
768  (# is the actual number).
769  You can insert the image above the caption, like in Figure
770 \begin_inset space ~
771 \end_inset
772
773
774 \begin_inset CommandInset ref
775 LatexCommand ref
776 reference "fig:kill-plat"
777
778 \end_inset
779
780  or below the caption, like in Figure
781 \begin_inset space ~
782 \end_inset
783
784
785 \begin_inset CommandInset ref
786 LatexCommand ref
787 reference "fig:escher"
788
789 \end_inset
790
791 .
792  More about caption placement is described in section
793 \begin_inset space ~
794 \end_inset
795
796
797 \begin_inset CommandInset ref
798 LatexCommand ref
799 reference "sec:Caption-Placement"
800
801 \end_inset
802
803 .
804 \end_layout
805
806 \begin_layout Standard
807 \begin_inset Float figure
808 wide false
809 sideways false
810 status open
811
812 \begin_layout Plain Layout
813 \align center
814 \begin_inset Graphics
815         filename clipart/platypus.eps
816         width 50col%
817         scaleBeforeRotation
818         rotateOrigin center
819
820 \end_inset
821
822
823 \end_layout
824
825 \begin_layout Plain Layout
826 \begin_inset Caption Standard
827
828 \begin_layout Plain Layout
829 \begin_inset CommandInset label
830 LatexCommand label
831 name "fig:kill-plat"
832
833 \end_inset
834
835 A severely distorted platypus in a float.
836 \end_layout
837
838 \end_inset
839
840
841 \end_layout
842
843 \end_inset
844
845
846 \end_layout
847
848 \begin_layout Standard
849 \begin_inset Float figure
850 wide false
851 sideways false
852 status open
853
854 \begin_layout Plain Layout
855 \begin_inset Caption Standard
856
857 \begin_layout Plain Layout
858 \begin_inset CommandInset label
859 LatexCommand label
860 name "fig:escher"
861
862 \end_inset
863
864 M.C.
865  Escher on acid.
866 \end_layout
867
868 \end_inset
869
870
871 \end_layout
872
873 \begin_layout Plain Layout
874 \align center
875 \begin_inset Graphics
876         filename clipart/escher-lsd.eps
877         scale 80
878         scaleBeforeRotation
879         rotateOrigin center
880
881 \end_inset
882
883
884 \end_layout
885
886 \end_inset
887
888
889 \end_layout
890
891 \begin_layout Standard
892 \begin_inset Index idx
893 status collapsed
894
895 \begin_layout Plain Layout
896 References ! to Figures
897 \end_layout
898
899 \end_inset
900
901 Figure
902 \begin_inset space ~
903 \end_inset
904
905
906 \begin_inset CommandInset ref
907 LatexCommand ref
908 reference "fig:kill-plat"
909
910 \end_inset
911
912  and 
913 \begin_inset CommandInset ref
914 LatexCommand ref
915 reference "fig:escher"
916
917 \end_inset
918
919  are examples of referenced figures.
920  Figures can be referenced in the text by referencing their label.
921  To do this insert a label in the caption using the menu 
922 \family sans
923 Insert\SpecialChar menuseparator
924 Label
925 \family default
926  or the toolbar button 
927 \begin_inset Info
928 type  "icon"
929 arg   "label-insert"
930 \end_inset
931
932 .
933  You can now refer to the label using the menu 
934 \family sans
935 Insert\SpecialChar menuseparator
936 Cross
937 \begin_inset space ~
938 \end_inset
939
940 reference
941 \family default
942  or the toolbar button 
943 \begin_inset Info
944 type  "icon"
945 arg   "dialog-show-new-inset ref"
946 \end_inset
947
948 .
949  It is important to use references to floats, rather than using vague references
950  like 
951 \begin_inset Quotes eld
952 \end_inset
953
954 the figure above
955 \begin_inset Quotes erd
956 \end_inset
957
958 , because \SpecialChar LaTeX
959  will reposition the floats in the final document and it might
960  not be 
961 \begin_inset Quotes eld
962 \end_inset
963
964 above
965 \begin_inset Quotes erd
966 \end_inset
967
968  at all.
969 \begin_inset Newline newline
970 \end_inset
971
972 Referencing is explained in detail in section
973 \begin_inset space ~
974 \end_inset
975
976
977 \begin_inset CommandInset ref
978 LatexCommand ref
979 reference "sec:Referencing-Floats"
980
981 \end_inset
982
983 .
984 \end_layout
985
986 \begin_layout Standard
987 Normally only one image is inserted to a figure float, but sometimes you
988  might want to use two images with separate subcaptions.
989  This can be done by inserting image floats into existing image floats.
990  Note that only the main caption of the float is added to the List of Figures.
991  Figure
992 \begin_inset space ~
993 \end_inset
994
995
996 \begin_inset CommandInset ref
997 LatexCommand ref
998 reference "fig:Two-distorted-images"
999
1000 \end_inset
1001
1002  is an example of a figure float with two images set side by side.
1003  You can also set the images one below the other.
1004  Figure
1005 \begin_inset space ~
1006 \end_inset
1007
1008
1009 \begin_inset CommandInset ref
1010 LatexCommand ref
1011 reference "fig:Undefinable-structure"
1012
1013 \end_inset
1014
1015  and 
1016 \begin_inset CommandInset ref
1017 LatexCommand ref
1018 reference "fig:A-Platypus"
1019
1020 \end_inset
1021
1022  are the subfigures.
1023 \end_layout
1024
1025 \begin_layout Standard
1026 \begin_inset Float figure
1027 wide false
1028 sideways false
1029 status open
1030
1031 \begin_layout Plain Layout
1032 \begin_inset space \hfill{}
1033 \end_inset
1034
1035
1036 \begin_inset Float figure
1037 wide false
1038 sideways false
1039 status collapsed
1040
1041 \begin_layout Plain Layout
1042 \begin_inset Caption Standard
1043
1044 \begin_layout Plain Layout
1045 \begin_inset CommandInset label
1046 LatexCommand label
1047 name "fig:Undefinable-structure"
1048
1049 \end_inset
1050
1051 Undefinable structure.
1052 \end_layout
1053
1054 \end_inset
1055
1056
1057 \end_layout
1058
1059 \begin_layout Plain Layout
1060 \begin_inset Graphics
1061         filename clipart/escher-lsd.eps
1062         width 45col%
1063         scaleBeforeRotation
1064         groupId distorted
1065
1066 \end_inset
1067
1068
1069 \end_layout
1070
1071 \end_inset
1072
1073
1074 \begin_inset space \hfill{}
1075 \end_inset
1076
1077
1078 \begin_inset Float figure
1079 wide false
1080 sideways false
1081 status collapsed
1082
1083 \begin_layout Plain Layout
1084 \begin_inset Caption Standard
1085
1086 \begin_layout Plain Layout
1087 \begin_inset CommandInset label
1088 LatexCommand label
1089 name "fig:A-Platypus"
1090
1091 \end_inset
1092
1093 A Platypus.
1094 \end_layout
1095
1096 \end_inset
1097
1098
1099 \end_layout
1100
1101 \begin_layout Plain Layout
1102 \begin_inset Graphics
1103         filename clipart/platypus.eps
1104         width 45col%
1105         scaleBeforeRotation
1106         groupId distorted
1107
1108 \end_inset
1109
1110
1111 \end_layout
1112
1113 \end_inset
1114
1115
1116 \begin_inset space \hfill{}
1117 \end_inset
1118
1119
1120 \end_layout
1121
1122 \begin_layout Plain Layout
1123 \begin_inset Caption Standard
1124
1125 \begin_layout Plain Layout
1126 \begin_inset CommandInset label
1127 LatexCommand label
1128 name "fig:Two-distorted-images"
1129
1130 \end_inset
1131
1132 Two distorted images.
1133  Both images are in the image settings group named 
1134 \begin_inset Quotes eld
1135 \end_inset
1136
1137 distorted
1138 \begin_inset Quotes erd
1139 \end_inset
1140
1141 .
1142 \end_layout
1143
1144 \end_inset
1145
1146
1147 \end_layout
1148
1149 \end_inset
1150
1151
1152 \end_layout
1153
1154 \begin_layout Standard
1155 \begin_inset Newpage newpage
1156 \end_inset
1157
1158
1159 \end_layout
1160
1161 \begin_layout Section
1162 Image Formats
1163 \begin_inset CommandInset label
1164 LatexCommand label
1165 name "sec:Image-Formats"
1166
1167 \end_inset
1168
1169
1170 \begin_inset Index idx
1171 status collapsed
1172
1173 \begin_layout Plain Layout
1174 Image Formats
1175 \end_layout
1176
1177 \end_inset
1178
1179
1180 \begin_inset Index idx
1181 status collapsed
1182
1183 \begin_layout Plain Layout
1184 Figures ! Image Formats
1185 \end_layout
1186
1187 \end_inset
1188
1189
1190 \end_layout
1191
1192 \begin_layout Standard
1193 You can insert images in any known file format.
1194  But as explained in appendix
1195 \begin_inset space ~
1196 \end_inset
1197
1198
1199 \begin_inset CommandInset ref
1200 LatexCommand ref
1201 reference "cha:Output-File-Formats"
1202
1203 \end_inset
1204
1205 , each output document format allows only a few image formats.
1206  \SpecialChar LyX
1207  uses therefore the program 
1208 \family typewriter
1209 ImageMagick
1210 \family default
1211  in the background to convert the images to the right format.
1212  To increase your work flow by avoiding these conversions in the background,
1213  you could choose to use only the image formats that can directly be embedded
1214  in the output file format.
1215  The output file formats are explained in appendix
1216 \begin_inset space ~
1217 \end_inset
1218
1219
1220 \begin_inset CommandInset ref
1221 LatexCommand ref
1222 reference "cha:Output-File-Formats"
1223
1224 \end_inset
1225
1226 .
1227 \end_layout
1228
1229 \begin_layout Standard
1230 Similar to fonts there are two types of image formats:
1231 \end_layout
1232
1233 \begin_layout Description
1234 Bitmap
1235 \begin_inset space ~
1236 \end_inset
1237
1238 images consist of pixel values, often in a compressed form.
1239  They are therefore not fully scalable and look pixelated in large zooms.
1240  Well-known bitmap image formats are 
1241 \begin_inset Quotes eld
1242 \end_inset
1243
1244 Graphics Interchange Format
1245 \begin_inset Quotes erd
1246 \end_inset
1247
1248  (GIF, file extension 
1249 \begin_inset Quotes eld
1250 \end_inset
1251
1252
1253 \family typewriter
1254 .gif
1255 \family default
1256
1257 \begin_inset Quotes erd
1258 \end_inset
1259
1260 )
1261 \begin_inset Index idx
1262 status collapsed
1263
1264 \begin_layout Plain Layout
1265 GIF|see
1266 \begin_inset ERT
1267 status collapsed
1268
1269 \begin_layout Plain Layout
1270
1271 {
1272 \end_layout
1273
1274 \end_inset
1275
1276 Image formats
1277 \begin_inset ERT
1278 status collapsed
1279
1280 \begin_layout Plain Layout
1281
1282 }
1283 \end_layout
1284
1285 \end_inset
1286
1287
1288 \end_layout
1289
1290 \end_inset
1291
1292
1293 \begin_inset Quotes eld
1294 \end_inset
1295
1296 Portable Network Graphics
1297 \begin_inset Quotes erd
1298 \end_inset
1299
1300  (PNG, file extension 
1301 \begin_inset Quotes eld
1302 \end_inset
1303
1304
1305 \family typewriter
1306 .png
1307 \family default
1308
1309 \begin_inset Quotes erd
1310 \end_inset
1311
1312 )
1313 \begin_inset Index idx
1314 status collapsed
1315
1316 \begin_layout Plain Layout
1317 PNG|see
1318 \begin_inset ERT
1319 status collapsed
1320
1321 \begin_layout Plain Layout
1322
1323 {
1324 \end_layout
1325
1326 \end_inset
1327
1328 Image formats
1329 \begin_inset ERT
1330 status collapsed
1331
1332 \begin_layout Plain Layout
1333
1334 }
1335 \end_layout
1336
1337 \end_inset
1338
1339
1340 \end_layout
1341
1342 \end_inset
1343
1344 , and 
1345 \begin_inset Quotes eld
1346 \end_inset
1347
1348 Joint Photographic Experts Group
1349 \begin_inset Quotes erd
1350 \end_inset
1351
1352  (JPG, file extension 
1353 \begin_inset Quotes eld
1354 \end_inset
1355
1356
1357 \family typewriter
1358 .jpg
1359 \family default
1360
1361 \begin_inset Quotes erd
1362 \end_inset
1363
1364  or 
1365 \begin_inset Quotes eld
1366 \end_inset
1367
1368
1369 \family typewriter
1370 .jpeg
1371 \family default
1372
1373 \begin_inset Quotes erd
1374 \end_inset
1375
1376 )
1377 \begin_inset Index idx
1378 status collapsed
1379
1380 \begin_layout Plain Layout
1381 JPG|see
1382 \begin_inset ERT
1383 status collapsed
1384
1385 \begin_layout Plain Layout
1386
1387 {
1388 \end_layout
1389
1390 \end_inset
1391
1392 Image formats
1393 \begin_inset ERT
1394 status collapsed
1395
1396 \begin_layout Plain Layout
1397
1398 }
1399 \end_layout
1400
1401 \end_inset
1402
1403
1404 \end_layout
1405
1406 \end_inset
1407
1408 .
1409 \end_layout
1410
1411 \begin_layout Description
1412 Vector
1413 \begin_inset space ~
1414 \end_inset
1415
1416 images consist of vectors and can therefore be scaled to any size without
1417  data loss.
1418  The scaling ability is necessary if you want to create presentations, because
1419  presentations are always scaled by the video projector.
1420  Scaling is also useful for online documents to let the user zoom into diagrams.
1421 \begin_inset Newline newline
1422 \end_inset
1423
1424 Well-known scalable image formats are 
1425 \begin_inset Quotes eld
1426 \end_inset
1427
1428 Scalable Vector Graphics
1429 \begin_inset Quotes erd
1430 \end_inset
1431
1432  (SVG, file extension 
1433 \begin_inset Quotes eld
1434 \end_inset
1435
1436
1437 \family typewriter
1438 .svg
1439 \family default
1440
1441 \begin_inset Quotes erd
1442 \end_inset
1443
1444 )
1445 \begin_inset Index idx
1446 status collapsed
1447
1448 \begin_layout Plain Layout
1449 SVG|see
1450 \begin_inset ERT
1451 status collapsed
1452
1453 \begin_layout Plain Layout
1454
1455 {
1456 \end_layout
1457
1458 \end_inset
1459
1460 Image formats
1461 \begin_inset ERT
1462 status collapsed
1463
1464 \begin_layout Plain Layout
1465
1466 }
1467 \end_layout
1468
1469 \end_inset
1470
1471
1472 \end_layout
1473
1474 \end_inset
1475
1476
1477 \begin_inset Quotes eld
1478 \end_inset
1479
1480 Encapsulated PostScript
1481 \begin_inset Quotes erd
1482 \end_inset
1483
1484  (EPS, file extension 
1485 \begin_inset Quotes eld
1486 \end_inset
1487
1488
1489 \family typewriter
1490 .eps
1491 \family default
1492
1493 \begin_inset Quotes erd
1494 \end_inset
1495
1496 )
1497 \begin_inset Index idx
1498 status collapsed
1499
1500 \begin_layout Plain Layout
1501 EPS|see
1502 \begin_inset ERT
1503 status collapsed
1504
1505 \begin_layout Plain Layout
1506
1507 {
1508 \end_layout
1509
1510 \end_inset
1511
1512 Image formats
1513 \begin_inset ERT
1514 status collapsed
1515
1516 \begin_layout Plain Layout
1517
1518 }
1519 \end_layout
1520
1521 \end_inset
1522
1523
1524 \end_layout
1525
1526 \end_inset
1527
1528
1529 \begin_inset Quotes eld
1530 \end_inset
1531
1532 Portable Document Format
1533 \begin_inset Quotes erd
1534 \end_inset
1535
1536  (PDF, file extension 
1537 \begin_inset Quotes eld
1538 \end_inset
1539
1540
1541 \family typewriter
1542 .pdf
1543 \family default
1544
1545 \begin_inset Quotes erd
1546 \end_inset
1547
1548 )
1549 \begin_inset Index idx
1550 status collapsed
1551
1552 \begin_layout Plain Layout
1553 PDF
1554 \end_layout
1555
1556 \end_inset
1557
1558 , and 
1559 \begin_inset Quotes eld
1560 \end_inset
1561
1562 Windows Metafile
1563 \begin_inset Quotes erd
1564 \end_inset
1565
1566  (WMF, file extension 
1567 \begin_inset Quotes eld
1568 \end_inset
1569
1570
1571 \family typewriter
1572 .wmf
1573 \family default
1574
1575 \begin_inset Quotes erd
1576 \end_inset
1577
1578 )
1579 \begin_inset Index idx
1580 status collapsed
1581
1582 \begin_layout Plain Layout
1583 SVG|see
1584 \begin_inset ERT
1585 status collapsed
1586
1587 \begin_layout Plain Layout
1588
1589 {
1590 \end_layout
1591
1592 \end_inset
1593
1594 Image formats
1595 \begin_inset ERT
1596 status collapsed
1597
1598 \begin_layout Plain Layout
1599
1600 }
1601 \end_layout
1602
1603 \end_inset
1604
1605
1606 \end_layout
1607
1608 \end_inset
1609
1610 .
1611  We wrote 
1612 \begin_inset Quotes eld
1613 \end_inset
1614
1615 can be
1616 \begin_inset Quotes erd
1617 \end_inset
1618
1619 , because you can convert any bitmap image to a PDF or EPS-image and the
1620  result will still be a bitmap image.
1621  In such cases only a header with the image properties is added to the original
1622  image
1623 \begin_inset Foot
1624 status collapsed
1625
1626 \begin_layout Plain Layout
1627 In the case of PDF, the original image is additionally compressed.
1628 \end_layout
1629
1630 \end_inset
1631
1632 .
1633  The PDF-files generated by 
1634 \family typewriter
1635 Adobe Photoshop
1636 \family default
1637  are for example bitmap images.
1638 \end_layout
1639
1640 \begin_layout Standard
1641 Normally it is not possible to convert a bitmap image into a scalable one,
1642  only vice versa.
1643  Only the image formats PDF and EPS can directly be embedded to PDF and
1644  PostScript output files, respectively.
1645  SVG and WMF-images are recalculated to bitmaps when the output file is
1646  generated because there is currently no adequate WMF/SVG
1647 \begin_inset Formula $\to$
1648 \end_inset
1649
1650 PDF/EPS converter available.
1651 \end_layout
1652
1653 \begin_layout Chapter
1654 Tables
1655 \begin_inset Index idx
1656 status collapsed
1657
1658 \begin_layout Plain Layout
1659 Table
1660 \end_layout
1661
1662 \end_inset
1663
1664
1665 \end_layout
1666
1667 \begin_layout Section
1668 Introduction
1669 \begin_inset Index idx
1670 status collapsed
1671
1672 \begin_layout Plain Layout
1673 Table ! Introduction
1674 \end_layout
1675
1676 \end_inset
1677
1678
1679 \end_layout
1680
1681 \begin_layout Standard
1682 You can insert a table using either the toolbar button 
1683 \begin_inset Info
1684 type  "icon"
1685 arg   "tabular-insert"
1686 \end_inset
1687
1688  or the menu 
1689 \family sans
1690 Insert\SpecialChar menuseparator
1691 Table
1692 \family default
1693 .
1694  The toolbar button offers you a graphical selection: move the mouse to
1695  set the column/row number of the table that should be created and then
1696  press a mouse button.
1697  When you use the menu to create a table, a dialog will appear, asking you
1698  for the number of rows and columns.
1699 \begin_inset Newline newline
1700 \end_inset
1701
1702 The default table has lines around any cell and the first row appears separated
1703  from the rest of the table.
1704  This separation occurs due to a double line: The cells of the first row
1705  have a line below them and the cells of the second row have a line above
1706  them.
1707  Here is an example table:
1708 \begin_inset Separator parbreak
1709 \end_inset
1710
1711
1712 \end_layout
1713
1714 \begin_layout Standard
1715 \align center
1716 \begin_inset Tabular
1717 <lyxtabular version="3" rows="4" columns="4">
1718 <features tabularvalignment="middle">
1719 <column alignment="center" valignment="top">
1720 <column alignment="center" valignment="top">
1721 <column alignment="center" valignment="top">
1722 <column alignment="center" valignment="top">
1723 <row>
1724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1725 \begin_inset Text
1726
1727 \begin_layout Plain Layout
1728
1729 \end_layout
1730
1731 \end_inset
1732 </cell>
1733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1734 \begin_inset Text
1735
1736 \begin_layout Plain Layout
1737
1738 \family roman
1739 \series medium
1740 \shape up
1741 \size normal
1742 \emph off
1743 \bar no
1744 \noun off
1745 \color none
1746 1
1747 \end_layout
1748
1749 \end_inset
1750 </cell>
1751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1752 \begin_inset Text
1753
1754 \begin_layout Plain Layout
1755 2
1756 \end_layout
1757
1758 \end_inset
1759 </cell>
1760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1761 \begin_inset Text
1762
1763 \begin_layout Plain Layout
1764 3
1765 \end_layout
1766
1767 \end_inset
1768 </cell>
1769 </row>
1770 <row>
1771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1772 \begin_inset Text
1773
1774 \begin_layout Plain Layout
1775
1776 \family roman
1777 \series medium
1778 \shape up
1779 \size normal
1780 \emph off
1781 \bar no
1782 \noun off
1783 \color none
1784 A
1785 \end_layout
1786
1787 \end_inset
1788 </cell>
1789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1790 \begin_inset Text
1791
1792 \begin_layout Plain Layout
1793
1794 \end_layout
1795
1796 \end_inset
1797 </cell>
1798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1799 \begin_inset Text
1800
1801 \begin_layout Plain Layout
1802
1803 \end_layout
1804
1805 \end_inset
1806 </cell>
1807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1808 \begin_inset Text
1809
1810 \begin_layout Plain Layout
1811
1812 \end_layout
1813
1814 \end_inset
1815 </cell>
1816 </row>
1817 <row>
1818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1819 \begin_inset Text
1820
1821 \begin_layout Plain Layout
1822
1823 \family roman
1824 \series medium
1825 \shape up
1826 \size normal
1827 \emph off
1828 \bar no
1829 \noun off
1830 \color none
1831 B
1832 \end_layout
1833
1834 \end_inset
1835 </cell>
1836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1837 \begin_inset Text
1838
1839 \begin_layout Plain Layout
1840
1841 \end_layout
1842
1843 \end_inset
1844 </cell>
1845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1846 \begin_inset Text
1847
1848 \begin_layout Plain Layout
1849
1850 \end_layout
1851
1852 \end_inset
1853 </cell>
1854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1855 \begin_inset Text
1856
1857 \begin_layout Plain Layout
1858
1859 \end_layout
1860
1861 \end_inset
1862 </cell>
1863 </row>
1864 <row>
1865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1866 \begin_inset Text
1867
1868 \begin_layout Plain Layout
1869
1870 \family roman
1871 \series medium
1872 \shape up
1873 \size normal
1874 \emph off
1875 \bar no
1876 \noun off
1877 \color none
1878 C
1879 \end_layout
1880
1881 \end_inset
1882 </cell>
1883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1884 \begin_inset Text
1885
1886 \begin_layout Plain Layout
1887
1888 \end_layout
1889
1890 \end_inset
1891 </cell>
1892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1893 \begin_inset Text
1894
1895 \begin_layout Plain Layout
1896
1897 \end_layout
1898
1899 \end_inset
1900 </cell>
1901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1902 \begin_inset Text
1903
1904 \begin_layout Plain Layout
1905
1906 \end_layout
1907
1908 \end_inset
1909 </cell>
1910 </row>
1911 </lyxtabular>
1912
1913 \end_inset
1914
1915
1916 \end_layout
1917
1918 \begin_layout Section
1919 Table Dialog
1920 \begin_inset Index idx
1921 status collapsed
1922
1923 \begin_layout Plain Layout
1924 Table ! Dialog
1925 \end_layout
1926
1927 \end_inset
1928
1929
1930 \end_layout
1931
1932 \begin_layout Standard
1933 You can alter a table by clicking on it with the right mouse button, which
1934  brings up the context menu.
1935  Under the menu entry 
1936 \family sans
1937 More
1938 \family default
1939  you can adjust the settings of that cell and row/column respectively where
1940  the cursor is currently placed.
1941  The context menu 
1942 \family sans
1943 More\SpecialChar menuseparator
1944 Settings
1945 \family default
1946  opens the table dialog where you can adjust more things.
1947  Most of the dialog options also work on selections.
1948  This means if you select more cells, columns or rows, the action is done
1949  for the whole selection.
1950  Note that there is a difference between selecting the 
1951 \emph on
1952 contents
1953 \emph default
1954  of the cell, and the cell itself.
1955 \begin_inset Newline newline
1956 \end_inset
1957
1958 With the dialog option 
1959 \family sans
1960 Immediate
1961 \begin_inset space ~
1962 \end_inset
1963
1964 Apply
1965 \family default
1966  every change you make in the dialog is directly applied.
1967  If you move the cursor to another table cell the dialog will then also
1968  be updated with the parameters of the new cell.
1969  If you change length values in the dialog you must press 
1970 \family sans
1971 Return
1972 \family default
1973  to get the change applied.
1974 \begin_inset Newline newline
1975 \end_inset
1976
1977 You can alter tables with the following tabs of the table dialog:
1978 \end_layout
1979
1980 \begin_layout Description
1981
1982 \family sans
1983 Table
1984 \begin_inset space ~
1985 \end_inset
1986
1987 Settings
1988 \family default
1989  Here you can set the table width
1990 \begin_inset Index idx
1991 status collapsed
1992
1993 \begin_layout Plain Layout
1994 Table ! Width
1995 \end_layout
1996
1997 \end_inset
1998
1999 , and the horizontal alignment and the width of the current column.
2000  The alignment 
2001 \family sans
2002 At
2003 \begin_inset space ~
2004 \end_inset
2005
2006 Decimal
2007 \begin_inset space ~
2008 \end_inset
2009
2010 Separator
2011 \family default
2012  is described in section
2013 \begin_inset space ~
2014 \end_inset
2015
2016
2017 \begin_inset CommandInset ref
2018 LatexCommand ref
2019 reference "subsec:Special-Cell-Alignment"
2020
2021 \end_inset
2022
2023 .
2024  When you have set a width you can also adjust the vertical alignment of
2025  the current row.
2026  A given width will allow the cell to have line breaks and multiple paragraphs
2027  of text, see sec.
2028 \begin_inset space \thinspace{}
2029 \end_inset
2030
2031
2032 \begin_inset CommandInset ref
2033 LatexCommand ref
2034 reference "subsec:Multiple-Lines-in"
2035
2036 \end_inset
2037
2038 .
2039  If you set no width, the column is as wide as the content of its widest
2040  cell.
2041 \begin_inset Newline newline
2042 \end_inset
2043
2044 Furthermore, you can mark one or multiple cells of one row as a multicolumn
2045  cell, see sec.
2046 \begin_inset space \thinspace{}
2047 \end_inset
2048
2049
2050 \begin_inset CommandInset ref
2051 LatexCommand ref
2052 reference "subsec:Multicolumns"
2053
2054 \end_inset
2055
2056  or the cells of one column as multirow cell, see sec.
2057 \begin_inset space \thinspace{}
2058 \end_inset
2059
2060
2061 \begin_inset CommandInset ref
2062 LatexCommand ref
2063 reference "subsec:Multirows"
2064
2065 \end_inset
2066
2067 .
2068 \begin_inset Newline newline
2069 \end_inset
2070
2071 The rotate check boxes rotate the current cell, a selection, or the whole
2072  table counter-clockwise by 90
2073 \begin_inset space \thinspace{}
2074 \end_inset
2075
2076 °.
2077  The rotation is not shown within \SpecialChar LyX
2078 , only in the output.
2079  For more information see sec.
2080 \begin_inset space \thinspace{}
2081 \end_inset
2082
2083
2084 \begin_inset CommandInset ref
2085 LatexCommand ref
2086 reference "sec:Rotated-Table-Cells"
2087
2088 \end_inset
2089
2090 .
2091 \begin_inset Newline newline
2092 \end_inset
2093
2094
2095 \begin_inset Note Greyedout
2096 status open
2097
2098 \begin_layout Plain Layout
2099
2100 \series bold
2101 Note:
2102 \series default
2103  Not all DVI-viewers are able to display rotations.
2104 \end_layout
2105
2106 \end_inset
2107
2108
2109 \begin_inset Newline newline
2110 \end_inset
2111
2112 The table-wide vertical alignment is used for tables within text lines:
2113 \begin_inset Newline newline
2114 \end_inset
2115
2116 A line with tables with different alignments: 
2117 \begin_inset Tabular
2118 <lyxtabular version="3" rows="2" columns="2">
2119 <features tabularvalignment="top">
2120 <column alignment="center" valignment="top" width="0pt">
2121 <column alignment="center" valignment="top">
2122 <row>
2123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2124 \begin_inset Text
2125
2126 \begin_layout Plain Layout
2127
2128 \end_layout
2129
2130 \end_inset
2131 </cell>
2132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2133 \begin_inset Text
2134
2135 \begin_layout Plain Layout
2136
2137 \family roman
2138 \series medium
2139 \shape up
2140 \size normal
2141 \emph off
2142 \bar no
2143 \noun off
2144 \color none
2145 1
2146 \end_layout
2147
2148 \end_inset
2149 </cell>
2150 </row>
2151 <row>
2152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2153 \begin_inset Text
2154
2155 \begin_layout Plain Layout
2156
2157 \family roman
2158 \series medium
2159 \shape up
2160 \size normal
2161 \emph off
2162 \bar no
2163 \noun off
2164 \color none
2165 A
2166 \end_layout
2167
2168 \end_inset
2169 </cell>
2170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2171 \begin_inset Text
2172
2173 \begin_layout Plain Layout
2174
2175 \end_layout
2176
2177 \end_inset
2178 </cell>
2179 </row>
2180 </lyxtabular>
2181
2182 \end_inset
2183
2184  
2185 \begin_inset Tabular
2186 <lyxtabular version="3" rows="2" columns="2">
2187 <features tabularvalignment="middle">
2188 <column alignment="center" valignment="top">
2189 <column alignment="center" valignment="top">
2190 <row>
2191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2192 \begin_inset Text
2193
2194 \begin_layout Plain Layout
2195
2196 \end_layout
2197
2198 \end_inset
2199 </cell>
2200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2201 \begin_inset Text
2202
2203 \begin_layout Plain Layout
2204
2205 \family roman
2206 \series medium
2207 \shape up
2208 \size normal
2209 \emph off
2210 \bar no
2211 \noun off
2212 \color none
2213 1
2214 \end_layout
2215
2216 \end_inset
2217 </cell>
2218 </row>
2219 <row>
2220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2221 \begin_inset Text
2222
2223 \begin_layout Plain Layout
2224
2225 \family roman
2226 \series medium
2227 \shape up
2228 \size normal
2229 \emph off
2230 \bar no
2231 \noun off
2232 \color none
2233 A
2234 \end_layout
2235
2236 \end_inset
2237 </cell>
2238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2239 \begin_inset Text
2240
2241 \begin_layout Plain Layout
2242
2243 \end_layout
2244
2245 \end_inset
2246 </cell>
2247 </row>
2248 </lyxtabular>
2249
2250 \end_inset
2251
2252  
2253 \begin_inset Tabular
2254 <lyxtabular version="3" rows="2" columns="2">
2255 <features tabularvalignment="bottom">
2256 <column alignment="center" valignment="top" width="0pt">
2257 <column alignment="center" valignment="top">
2258 <row>
2259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2260 \begin_inset Text
2261
2262 \begin_layout Plain Layout
2263
2264 \end_layout
2265
2266 \end_inset
2267 </cell>
2268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2269 \begin_inset Text
2270
2271 \begin_layout Plain Layout
2272
2273 \family roman
2274 \series medium
2275 \shape up
2276 \size normal
2277 \emph off
2278 \bar no
2279 \noun off
2280 \color none
2281 1
2282 \end_layout
2283
2284 \end_inset
2285 </cell>
2286 </row>
2287 <row>
2288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2289 \begin_inset Text
2290
2291 \begin_layout Plain Layout
2292
2293 \family roman
2294 \series medium
2295 \shape up
2296 \size normal
2297 \emph off
2298 \bar no
2299 \noun off
2300 \color none
2301 A
2302 \end_layout
2303
2304 \end_inset
2305 </cell>
2306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2307 \begin_inset Text
2308
2309 \begin_layout Plain Layout
2310
2311 \end_layout
2312
2313 \end_inset
2314 </cell>
2315 </row>
2316 </lyxtabular>
2317
2318 \end_inset
2319
2320
2321 \begin_inset Newline newline
2322 \end_inset
2323
2324 It is also possible to enter a \SpecialChar LaTeX
2325 -argument which is needed for special table
2326  formattings, see sec.
2327 \begin_inset space \thinspace{}
2328 \end_inset
2329
2330
2331 \begin_inset CommandInset ref
2332 LatexCommand ref
2333 reference "subsec:Multicolumn-Calculations"
2334
2335 \end_inset
2336
2337  and 
2338 \begin_inset CommandInset ref
2339 LatexCommand ref
2340 reference "sec:Colored-Tables"
2341
2342 \end_inset
2343
2344 .
2345 \end_layout
2346
2347 \begin_layout Description
2348
2349 \family sans
2350 Borders
2351 \family default
2352  In this tab you can add and delete border lines for the current row/column.
2353 \begin_inset Newline newline
2354 \end_inset
2355
2356 Using the style option 
2357 \family sans
2358 Formal
2359 \family default
2360  will convert the table to a formal table as described in sec.
2361 \begin_inset space \thinspace{}
2362 \end_inset
2363
2364
2365 \begin_inset CommandInset ref
2366 LatexCommand ref
2367 reference "sec:Formal-Tables"
2368
2369 \end_inset
2370
2371 .
2372 \begin_inset Newline newline
2373 \end_inset
2374
2375 You can also add space here to table rows as described in sec.
2376 \begin_inset space \thinspace{}
2377 \end_inset
2378
2379
2380 \begin_inset CommandInset ref
2381 LatexCommand ref
2382 reference "subsec:Row-Spacing"
2383
2384 \end_inset
2385
2386 .
2387 \end_layout
2388
2389 \begin_layout Description
2390
2391 \family sans
2392 Longtable
2393 \family default
2394  This tab is to make a table a so called 
2395 \begin_inset Quotes eld
2396 \end_inset
2397
2398
2399 \emph on
2400 longtable
2401 \emph default
2402
2403 \begin_inset Quotes erd
2404 \end_inset
2405
2406  that can run over several pages.
2407  Sections
2408 \begin_inset space ~
2409 \end_inset
2410
2411
2412 \begin_inset CommandInset ref
2413 LatexCommand ref
2414 reference "sec:Longtables"
2415
2416 \end_inset
2417
2418  and 
2419 \begin_inset CommandInset ref
2420 LatexCommand ref
2421 reference "sec:Special-Longtable-Issues"
2422
2423 \end_inset
2424
2425  describe the longtable features in detail.
2426 \end_layout
2427
2428 \begin_layout Section
2429 Table Toolbar
2430 \begin_inset Index idx
2431 status collapsed
2432
2433 \begin_layout Plain Layout
2434 Table ! Toolbar
2435 \end_layout
2436
2437 \end_inset
2438
2439
2440 \end_layout
2441
2442 \begin_layout Standard
2443 The table toolbar is an alternative to the table dialog to be able to alter
2444  tables faster.
2445  It should normally appear at the bottom of \SpecialChar LyX
2446 's main window when the cursor
2447  is inside a table.
2448  You can alternatively switch it on to appear always, by right-clicking
2449  in \SpecialChar LyX
2450 's main menu bar.
2451 \end_layout
2452
2453 \begin_layout Standard
2454 The toolbar has the following icons:
2455 \end_layout
2456
2457 \begin_layout Labeling
2458 \labelwidthstring 00.00.0000
2459 \begin_inset Info
2460 type  "icon"
2461 arg   "inset-modify tabular append-row"
2462 \end_inset
2463
2464  adds a row below the current cell or selection
2465 \end_layout
2466
2467 \begin_layout Labeling
2468 \labelwidthstring 00.00.0000
2469 \begin_inset Info
2470 type  "icon"
2471 arg   "inset-modify tabular append-column"
2472 \end_inset
2473
2474  adds a column right beside the current cell or selection
2475 \end_layout
2476
2477 \begin_layout Labeling
2478 \labelwidthstring 00.00.0000
2479 \begin_inset Info
2480 type  "icon"
2481 arg   "inset-modify tabular delete-row"
2482 \end_inset
2483
2484  deletes the current row or selection
2485 \end_layout
2486
2487 \begin_layout Labeling
2488 \labelwidthstring 00.00.0000
2489 \begin_inset Info
2490 type  "icon"
2491 arg   "inset-modify tabular delete-column"
2492 \end_inset
2493
2494  deletes the current column or selection
2495 \end_layout
2496
2497 \begin_layout Labeling
2498 \labelwidthstring 00.00.0000
2499 \begin_inset Info
2500 type  "icon"
2501 arg   "inset-modify tabular move-row-up"
2502 \end_inset
2503
2504  moves the row up
2505 \end_layout
2506
2507 \begin_layout Labeling
2508 \labelwidthstring 00.00.0000
2509 \begin_inset Info
2510 type  "icon"
2511 arg   "inset-modify tabular move-column-left"
2512 \end_inset
2513
2514  moves the column to the left
2515 \end_layout
2516
2517 \begin_layout Labeling
2518 \labelwidthstring 00.00.0000
2519 \begin_inset Info
2520 type  "icon"
2521 arg   "inset-modify tabular move-row-down"
2522 \end_inset
2523
2524  moves the row down
2525 \end_layout
2526
2527 \begin_layout Labeling
2528 \labelwidthstring 00.00.0000
2529 \begin_inset Info
2530 type  "icon"
2531 arg   "inset-modify tabular move-column-right"
2532 \end_inset
2533
2534  moves the column to the right
2535 \end_layout
2536
2537 \begin_layout Labeling
2538 \labelwidthstring 00.00.0000
2539 \begin_inset Info
2540 type  "icon"
2541 arg   "inset-modify tabular toggle-line-top"
2542 \end_inset
2543
2544  adds a line at the top of the current cell / row or of a selection
2545 \end_layout
2546
2547 \begin_layout Labeling
2548 \labelwidthstring 00.00.0000
2549 \begin_inset Info
2550 type  "icon"
2551 arg   "inset-modify tabular toggle-line-bottom"
2552 \end_inset
2553
2554  adds a line at the bottom of the current cell / row or of a selection
2555 \end_layout
2556
2557 \begin_layout Labeling
2558 \labelwidthstring 00.00.0000
2559 \begin_inset Info
2560 type  "icon"
2561 arg   "inset-modify tabular toggle-line-left"
2562 \end_inset
2563
2564  adds a line at the left side of the current cell / row or of a selection
2565 \end_layout
2566
2567 \begin_layout Labeling
2568 \labelwidthstring 00.00.0000
2569 \begin_inset Info
2570 type  "icon"
2571 arg   "inset-modify tabular toggle-line-right"
2572 \end_inset
2573
2574  adds a line at the right side of the current cell / row or of a selection
2575 \end_layout
2576
2577 \begin_layout Labeling
2578 \labelwidthstring 00.00.0000
2579 \begin_inset Info
2580 type  "icon"
2581 arg   "inset-modify tabular set-all-lines"
2582 \end_inset
2583
2584  adds lines around the current or selected cells - if the current cell no
2585  multicolumn cell this also affects the current row and column
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 unset-all-lines"
2593 \end_inset
2594
2595  deletes all lines of the current or selected cells - if the current cell
2596  no 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 m-align-left"
2604 \end_inset
2605
2606  left-aligns the content of the current cell / column
2607 \end_layout
2608
2609 \begin_layout Labeling
2610 \labelwidthstring 00.00.0000
2611 \begin_inset Info
2612 type  "icon"
2613 arg   "inset-modify tabular m-align-center"
2614 \end_inset
2615
2616  centers the content of the current cell / column horizontally
2617 \end_layout
2618
2619 \begin_layout Labeling
2620 \labelwidthstring 00.00.0000
2621 \begin_inset Info
2622 type  "icon"
2623 arg   "inset-modify tabular m-align-right"
2624 \end_inset
2625
2626  right-aligns the content of the current cell / column
2627 \end_layout
2628
2629 \begin_layout Labeling
2630 \labelwidthstring 00.00.0000
2631 \begin_inset Info
2632 type  "icon"
2633 arg   "inset-modify tabular align-decimal"
2634 \end_inset
2635
2636  aligns the content of the current column at a character
2637 \end_layout
2638
2639 \begin_layout Labeling
2640 \labelwidthstring 00.00.0000
2641 \begin_inset Info
2642 type  "icon"
2643 arg   "inset-modify tabular m-valign-top"
2644 \end_inset
2645
2646  aligns the content of the current cell vertically to the top
2647 \end_layout
2648
2649 \begin_layout Labeling
2650 \labelwidthstring 00.00.0000
2651 \begin_inset Info
2652 type  "icon"
2653 arg   "inset-modify tabular m-valign-middle"
2654 \end_inset
2655
2656  centers the content of the current cell vertically
2657 \end_layout
2658
2659 \begin_layout Labeling
2660 \labelwidthstring 00.00.0000
2661 \begin_inset Info
2662 type  "icon"
2663 arg   "inset-modify tabular m-valign-bottom"
2664 \end_inset
2665
2666  aligns the content of the current cell vertically to the bottom
2667 \end_layout
2668
2669 \begin_layout Labeling
2670 \labelwidthstring 00.00.0000
2671 \begin_inset Info
2672 type  "icon"
2673 arg   "inset-modify tabular set-rotate-cell"
2674 \end_inset
2675
2676  rotates the current cell or selection counter-clockwise by 90°
2677 \end_layout
2678
2679 \begin_layout Labeling
2680 \labelwidthstring 00.00.0000
2681 \begin_inset Info
2682 type  "icon"
2683 arg   "inset-modify tabular set-rotate-tabular"
2684 \end_inset
2685
2686  rotates the whole table counter-clockwise by 90°
2687 \end_layout
2688
2689 \begin_layout Labeling
2690 \labelwidthstring 00.00.0000
2691 \begin_inset Info
2692 type  "icon"
2693 arg   "inset-modify tabular multicolumn"
2694 \end_inset
2695
2696  sets the current cell or selection as a multicolumn
2697 \end_layout
2698
2699 \begin_layout Labeling
2700 \labelwidthstring 00.00.0000
2701 \begin_inset Info
2702 type  "icon"
2703 arg   "inset-modify tabular multirow"
2704 \end_inset
2705
2706  sets the current cell or selection as a multirow
2707 \end_layout
2708
2709 \begin_layout Standard
2710 \begin_inset Note Greyedout
2711 status open
2712
2713 \begin_layout Plain Layout
2714
2715 \series bold
2716 Note:
2717 \series default
2718  For the output the vertical alignment of the first cell in a row is used
2719  for all following cells in the row.
2720 \end_layout
2721
2722 \end_inset
2723
2724
2725 \end_layout
2726
2727 \begin_layout Section
2728 Edit Table Menu
2729 \begin_inset Index idx
2730 status collapsed
2731
2732 \begin_layout Plain Layout
2733 Table ! Edit Menu
2734 \end_layout
2735
2736 \end_inset
2737
2738
2739 \end_layout
2740
2741 \begin_layout Standard
2742 In addition to the table dialog and toolbar, the menu 
2743 \family sans
2744 Edit\SpecialChar menuseparator
2745 Table
2746 \family default
2747  allows you to add and delete border lines for the current row/column and
2748  to set the current selection as multicolumn.
2749  The menu is only available when the cursor is inside a table.
2750 \end_layout
2751
2752 \begin_layout Section
2753 Table Floats
2754 \begin_inset CommandInset label
2755 LatexCommand label
2756 name "sec:Table-Floats"
2757
2758 \end_inset
2759
2760
2761 \begin_inset Index idx
2762 status collapsed
2763
2764 \begin_layout Plain Layout
2765 Floats ! Tables
2766 \end_layout
2767
2768 \end_inset
2769
2770
2771 \begin_inset Index idx
2772 status collapsed
2773
2774 \begin_layout Plain Layout
2775 Table ! Floats
2776 \end_layout
2777
2778 \end_inset
2779
2780
2781 \end_layout
2782
2783 \begin_layout Standard
2784 For general explanations about floats, have a look at section
2785 \begin_inset space ~
2786 \end_inset
2787
2788
2789 \begin_inset CommandInset ref
2790 LatexCommand ref
2791 reference "sec:FloatIntroduction"
2792
2793 \end_inset
2794
2795 .
2796 \end_layout
2797
2798 \begin_layout Standard
2799 \begin_inset Float table
2800 placement h
2801 wide false
2802 sideways false
2803 status open
2804
2805 \begin_layout Plain Layout
2806 \begin_inset Caption Standard
2807
2808 \begin_layout Plain Layout
2809 \begin_inset CommandInset label
2810 LatexCommand label
2811 name "tab:a table float"
2812
2813 \end_inset
2814
2815 A table float.
2816 \end_layout
2817
2818 \end_inset
2819
2820
2821 \end_layout
2822
2823 \begin_layout Plain Layout
2824 \align center
2825 \begin_inset Tabular
2826 <lyxtabular version="3" rows="3" columns="3">
2827 <features tabularvalignment="middle">
2828 <column alignment="center" valignment="top" width="0pt">
2829 <column alignment="center" valignment="top" width="0pt">
2830 <column alignment="center" valignment="top" width="0pt">
2831 <row>
2832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2833 \begin_inset Text
2834
2835 \begin_layout Plain Layout
2836
2837 \family roman
2838 \series medium
2839 \shape up
2840 \size normal
2841 \emph off
2842 \bar no
2843 \noun off
2844 \color none
2845 1
2846 \end_layout
2847
2848 \end_inset
2849 </cell>
2850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2851 \begin_inset Text
2852
2853 \begin_layout Plain Layout
2854
2855 \family roman
2856 \series medium
2857 \shape up
2858 \size normal
2859 \emph off
2860 \bar no
2861 \noun off
2862 \color none
2863 2
2864 \end_layout
2865
2866 \end_inset
2867 </cell>
2868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2869 \begin_inset Text
2870
2871 \begin_layout Plain Layout
2872
2873 \family roman
2874 \series medium
2875 \shape up
2876 \size normal
2877 \emph off
2878 \bar no
2879 \noun off
2880 \color none
2881 3
2882 \end_layout
2883
2884 \end_inset
2885 </cell>
2886 </row>
2887 <row>
2888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2889 \begin_inset Text
2890
2891 \begin_layout Plain Layout
2892
2893 \family roman
2894 \series medium
2895 \shape up
2896 \size normal
2897 \emph off
2898 \bar no
2899 \noun off
2900 \color none
2901 Joe
2902 \end_layout
2903
2904 \end_inset
2905 </cell>
2906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2907 \begin_inset Text
2908
2909 \begin_layout Plain Layout
2910
2911 \family roman
2912 \series medium
2913 \shape up
2914 \size normal
2915 \emph off
2916 \bar no
2917 \noun off
2918 \color none
2919 Mary
2920 \end_layout
2921
2922 \end_inset
2923 </cell>
2924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2925 \begin_inset Text
2926
2927 \begin_layout Plain Layout
2928
2929 \family roman
2930 \series medium
2931 \shape up
2932 \size normal
2933 \emph off
2934 \bar no
2935 \noun off
2936 \color none
2937 Ted
2938 \end_layout
2939
2940 \end_inset
2941 </cell>
2942 </row>
2943 <row>
2944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2945 \begin_inset Text
2946
2947 \begin_layout Plain Layout
2948
2949 \family roman
2950 \series medium
2951 \shape up
2952 \size normal
2953 \emph off
2954 \bar no
2955 \noun off
2956 \color none
2957 \begin_inset Formula $\int x^{2}dx$
2958 \end_inset
2959
2960
2961 \end_layout
2962
2963 \end_inset
2964 </cell>
2965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2966 \begin_inset Text
2967
2968 \begin_layout Plain Layout
2969
2970 \family roman
2971 \series medium
2972 \shape up
2973 \size normal
2974 \emph off
2975 \bar no
2976 \noun off
2977 \color none
2978 \begin_inset Formula $\left[\begin{array}{cc}
2979 a & b\\
2980 c & d
2981 \end{array}\right]$
2982 \end_inset
2983
2984
2985 \end_layout
2986
2987 \end_inset
2988 </cell>
2989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2990 \begin_inset Text
2991
2992 \begin_layout Plain Layout
2993
2994 \family roman
2995 \series medium
2996 \shape up
2997 \size normal
2998 \emph off
2999 \bar no
3000 \noun off
3001 \color none
3002 \begin_inset Formula $1+1=2$
3003 \end_inset
3004
3005
3006 \end_layout
3007
3008 \end_inset
3009 </cell>
3010 </row>
3011 </lyxtabular>
3012
3013 \end_inset
3014
3015
3016 \end_layout
3017
3018 \end_inset
3019
3020
3021 \end_layout
3022
3023 \begin_layout Standard
3024 Table floats can be inserted using the menu 
3025 \family sans
3026 Insert\SpecialChar menuseparator
3027 Float\SpecialChar menuseparator
3028 Table
3029 \family default
3030  or the toolbar button 
3031 \begin_inset Info
3032 type  "icon"
3033 arg   "float-insert table"
3034 \end_inset
3035
3036 .
3037 \end_layout
3038
3039 \begin_layout Standard
3040 The float appears as a collapsible box with a caption that has the label
3041  
3042 \begin_inset Quotes eld
3043 \end_inset
3044
3045 Table
3046 \begin_inset space ~
3047 \end_inset
3048
3049 #:
3050 \begin_inset Quotes erd
3051 \end_inset
3052
3053  (# is the actual table number).
3054  You can insert tables in the float above or below the caption.
3055 \end_layout
3056
3057 \begin_layout Standard
3058 Table
3059 \begin_inset space ~
3060 \end_inset
3061
3062
3063 \begin_inset CommandInset ref
3064 LatexCommand ref
3065 reference "tab:a table float"
3066
3067 \end_inset
3068
3069  is an example table within a table float.
3070 \end_layout
3071
3072 \begin_layout Standard
3073 Having the caption above the table is the common rule that is unfortunately
3074  not supported in \SpecialChar LaTeX
3075 's standard classes.
3076  This means that, if you are using the document classes 
3077 \family sans
3078 article
3079 \family default
3080
3081 \family sans
3082 book
3083 \family default
3084
3085 \family sans
3086 letter
3087 \family default
3088 , or 
3089 \family sans
3090 report
3091 \family default
3092 , there will be no space between the caption and the table.
3093  To insert the needed space, add the following option to the load command
3094  of the \SpecialChar LaTeX
3095 -package 
3096 \series bold
3097 caption
3098 \series default
3099
3100 \begin_inset Index idx
3101 status collapsed
3102
3103 \begin_layout Plain Layout
3104 \SpecialChar LaTeX
3105 -packages ! caption
3106 \end_layout
3107
3108 \end_inset
3109
3110  in your document preamble
3111 \begin_inset Foot
3112 status collapsed
3113
3114 \begin_layout Plain Layout
3115 For more information have a look at section
3116 \begin_inset space ~
3117 \end_inset
3118
3119
3120 \begin_inset CommandInset ref
3121 LatexCommand ref
3122 reference "sec:Caption-Placement"
3123
3124 \end_inset
3125
3126 .
3127 \end_layout
3128
3129 \end_inset
3130
3131 :
3132 \end_layout
3133
3134 \begin_layout Standard
3135
3136 \series bold
3137 tableposition=top
3138 \end_layout
3139
3140 \begin_layout Standard
3141 The package 
3142 \series bold
3143 caption
3144 \series default
3145 , which is described in section
3146 \begin_inset space ~
3147 \end_inset
3148
3149
3150 \begin_inset CommandInset ref
3151 LatexCommand ref
3152 reference "sec:Caption-Formatting"
3153
3154 \end_inset
3155
3156 , is used to adjust the caption format.
3157 \end_layout
3158
3159 \begin_layout Standard
3160 \begin_inset Index idx
3161 status collapsed
3162
3163 \begin_layout Plain Layout
3164 References ! to Tables
3165 \end_layout
3166
3167 \end_inset
3168
3169 Tables can be cross-referenced in the text by referencing their label.
3170  To do this insert a label in the caption using the menu 
3171 \family sans
3172 Insert\SpecialChar menuseparator
3173 Label
3174 \family default
3175  or the toolbar button 
3176 \begin_inset Info
3177 type  "icon"
3178 arg   "label-insert"
3179 \end_inset
3180
3181 .
3182  You can now refer to the label using the menu 
3183 \family sans
3184 Insert\SpecialChar menuseparator
3185 Cross
3186 \begin_inset space ~
3187 \end_inset
3188
3189 reference
3190 \family default
3191  or the toolbar button 
3192 \begin_inset Info
3193 type  "icon"
3194 arg   "dialog-show-new-inset ref"
3195 \end_inset
3196
3197 .
3198 \begin_inset Newline newline
3199 \end_inset
3200
3201 Referencing is explained in detail in section
3202 \begin_inset space ~
3203 \end_inset
3204
3205
3206 \begin_inset CommandInset ref
3207 LatexCommand ref
3208 reference "sec:Referencing-Floats"
3209
3210 \end_inset
3211
3212 .
3213 \end_layout
3214
3215 \begin_layout Section
3216 Longtables
3217 \begin_inset CommandInset label
3218 LatexCommand label
3219 name "sec:Longtables"
3220
3221 \end_inset
3222
3223
3224 \begin_inset Index idx
3225 status collapsed
3226
3227 \begin_layout Plain Layout
3228 Longtables
3229 \end_layout
3230
3231 \end_inset
3232
3233
3234 \begin_inset Index idx
3235 status collapsed
3236
3237 \begin_layout Plain Layout
3238 Table ! Longtables
3239 \end_layout
3240
3241 \end_inset
3242
3243
3244 \end_layout
3245
3246 \begin_layout Standard
3247 If the table is too long to fit on one page, you can use the option 
3248 \family sans
3249 Use
3250 \begin_inset space ~
3251 \end_inset
3252
3253 long
3254 \begin_inset space ~
3255 \end_inset
3256
3257 table
3258 \family default
3259  in the tab 
3260 \family sans
3261 Longtable
3262 \family default
3263  of the table dialog to split the table automatically over more pages.
3264  Doing this enables the following options:
3265 \end_layout
3266
3267 \begin_layout Description
3268 Header: The current row is defined to be a header row that appears on all
3269  pages of the longtable; except for the first page, if 
3270 \family sans
3271 First
3272 \begin_inset space ~
3273 \end_inset
3274
3275 header
3276 \family default
3277  is defined.
3278  This is therefore called the main header.
3279 \end_layout
3280
3281 \begin_layout Description
3282 First
3283 \begin_inset space ~
3284 \end_inset
3285
3286 header: The current row is defined to be a header row that appears on the
3287  first page of the longtable.
3288 \end_layout
3289
3290 \begin_layout Description
3291 Footer: The current row is defined to be a footer row that appears on all
3292  pages of the longtable; except for the last page, if 
3293 \family sans
3294 Last
3295 \begin_inset space ~
3296 \end_inset
3297
3298 footer
3299 \family default
3300  is defined.
3301 \end_layout
3302
3303 \begin_layout Description
3304 Last
3305 \begin_inset space ~
3306 \end_inset
3307
3308 footer: The current row is defined to be a footer row that appears on the
3309  last page of the longtable.
3310 \end_layout
3311
3312 \begin_layout Description
3313 Caption: The current row contains the table caption.
3314  The row is reset as single column and a caption is inserted.
3315  More about longtable captions is explained in sec.
3316 \begin_inset space \thinspace{}
3317 \end_inset
3318
3319
3320 \begin_inset CommandInset ref
3321 LatexCommand ref
3322 reference "subsec:Longtable-Captions"
3323
3324 \end_inset
3325
3326 .
3327 \end_layout
3328
3329 \begin_layout Standard
3330 You can also specify a row where the table is split.
3331  See the following longtable to see how it works:
3332 \begin_inset Separator parbreak
3333 \end_inset
3334
3335
3336 \end_layout
3337
3338 \begin_layout Standard
3339 \align center
3340 \begin_inset Tabular
3341 <lyxtabular version="3" rows="69" columns="3">
3342 <features islongtable="true" longtabularalignment="center">
3343 <column alignment="left" valignment="top" width="0cm">
3344 <column alignment="left" valignment="top" width="0pt">
3345 <column alignment="center" valignment="top" width="0pt">
3346 <row endfirsthead="true">
3347 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3348 \begin_inset Text
3349
3350 \begin_layout Plain Layout
3351
3352 \series bold
3353 Example Phone List (ignore the names)
3354 \end_layout
3355
3356 \end_inset
3357 </cell>
3358 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3359 \begin_inset Text
3360
3361 \begin_layout Plain Layout
3362
3363 \end_layout
3364
3365 \end_inset
3366 </cell>
3367 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3368 \begin_inset Text
3369
3370 \begin_layout Plain Layout
3371
3372 \end_layout
3373
3374 \end_inset
3375 </cell>
3376 </row>
3377 <row endfirsthead="true">
3378 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3379 \begin_inset Text
3380
3381 \begin_layout Plain Layout
3382
3383 \series bold
3384 NAME
3385 \end_layout
3386
3387 \end_inset
3388 </cell>
3389 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3390 \begin_inset Text
3391
3392 \begin_layout Plain Layout
3393
3394 \end_layout
3395
3396 \end_inset
3397 </cell>
3398 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3399 \begin_inset Text
3400
3401 \begin_layout Plain Layout
3402
3403 \series bold
3404 TEL.
3405 \end_layout
3406
3407 \end_inset
3408 </cell>
3409 </row>
3410 <row endhead="true">
3411 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3412 \begin_inset Text
3413
3414 \begin_layout Plain Layout
3415
3416 \series bold
3417 Example Phone List
3418 \end_layout
3419
3420 \end_inset
3421 </cell>
3422 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3423 \begin_inset Text
3424
3425 \begin_layout Plain Layout
3426
3427 \end_layout
3428
3429 \end_inset
3430 </cell>
3431 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3432 \begin_inset Text
3433
3434 \begin_layout Plain Layout
3435
3436 \end_layout
3437
3438 \end_inset
3439 </cell>
3440 </row>
3441 <row endhead="true">
3442 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3443 \begin_inset Text
3444
3445 \begin_layout Plain Layout
3446
3447 \series bold
3448 NAME
3449 \end_layout
3450
3451 \end_inset
3452 </cell>
3453 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3454 \begin_inset Text
3455
3456 \begin_layout Plain Layout
3457
3458 \end_layout
3459
3460 \end_inset
3461 </cell>
3462 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3463 \begin_inset Text
3464
3465 \begin_layout Plain Layout
3466
3467 \series bold
3468 TEL.
3469 \end_layout
3470
3471 \end_inset
3472 </cell>
3473 </row>
3474 <row endfoot="true">
3475 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3476 \begin_inset Text
3477
3478 \begin_layout Plain Layout
3479  continued on next page
3480 \end_layout
3481
3482 \end_inset
3483 </cell>
3484 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3485 \begin_inset Text
3486
3487 \begin_layout Plain Layout
3488
3489 \end_layout
3490
3491 \end_inset
3492 </cell>
3493 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3494 \begin_inset Text
3495
3496 \begin_layout Plain Layout
3497
3498 \end_layout
3499
3500 \end_inset
3501 </cell>
3502 </row>
3503 <row>
3504 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3505 \begin_inset Text
3506
3507 \begin_layout Plain Layout
3508
3509 \series bold
3510 Annovi
3511 \end_layout
3512
3513 \end_inset
3514 </cell>
3515 <cell alignment="center" valignment="top" usebox="none">
3516 \begin_inset Text
3517
3518 \begin_layout Plain Layout
3519 Silvia
3520 \end_layout
3521
3522 \end_inset
3523 </cell>
3524 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3525 \begin_inset Text
3526
3527 \begin_layout Plain Layout
3528 111
3529 \end_layout
3530
3531 \end_inset
3532 </cell>
3533 </row>
3534 <row>
3535 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3536 \begin_inset Text
3537
3538 \begin_layout Plain Layout
3539
3540 \series bold
3541 Bertoli
3542 \end_layout
3543
3544 \end_inset
3545 </cell>
3546 <cell alignment="center" valignment="top" usebox="none">
3547 \begin_inset Text
3548
3549 \begin_layout Plain Layout
3550 Stefano
3551 \end_layout
3552
3553 \end_inset
3554 </cell>
3555 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3556 \begin_inset Text
3557
3558 \begin_layout Plain Layout
3559 111
3560 \end_layout
3561
3562 \end_inset
3563 </cell>
3564 </row>
3565 <row>
3566 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3567 \begin_inset Text
3568
3569 \begin_layout Plain Layout
3570
3571 \series bold
3572 Bozzi
3573 \end_layout
3574
3575 \end_inset
3576 </cell>
3577 <cell alignment="center" valignment="top" usebox="none">
3578 \begin_inset Text
3579
3580 \begin_layout Plain Layout
3581 Walter
3582 \end_layout
3583
3584 \end_inset
3585 </cell>
3586 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3587 \begin_inset Text
3588
3589 \begin_layout Plain Layout
3590 111
3591 \end_layout
3592
3593 \end_inset
3594 </cell>
3595 </row>
3596 <row>
3597 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3598 \begin_inset Text
3599
3600 \begin_layout Plain Layout
3601
3602 \series bold
3603 Cachia
3604 \end_layout
3605
3606 \end_inset
3607 </cell>
3608 <cell alignment="center" valignment="top" usebox="none">
3609 \begin_inset Text
3610
3611 \begin_layout Plain Layout
3612 Maria
3613 \end_layout
3614
3615 \end_inset
3616 </cell>
3617 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3618 \begin_inset Text
3619
3620 \begin_layout Plain Layout
3621 111
3622 \end_layout
3623
3624 \end_inset
3625 </cell>
3626 </row>
3627 <row>
3628 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3629 \begin_inset Text
3630
3631 \begin_layout Plain Layout
3632
3633 \series bold
3634 Cachia
3635 \end_layout
3636
3637 \end_inset
3638 </cell>
3639 <cell alignment="center" valignment="top" usebox="none">
3640 \begin_inset Text
3641
3642 \begin_layout Plain Layout
3643 Maurizio
3644 \end_layout
3645
3646 \end_inset
3647 </cell>
3648 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3649 \begin_inset Text
3650
3651 \begin_layout Plain Layout
3652 111
3653 \end_layout
3654
3655 \end_inset
3656 </cell>
3657 </row>
3658 <row>
3659 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3660 \begin_inset Text
3661
3662 \begin_layout Plain Layout
3663
3664 \series bold
3665 Cinquemani
3666 \end_layout
3667
3668 \end_inset
3669 </cell>
3670 <cell alignment="center" valignment="top" usebox="none">
3671 \begin_inset Text
3672
3673 \begin_layout Plain Layout
3674 Giusi
3675 \end_layout
3676
3677 \end_inset
3678 </cell>
3679 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3680 \begin_inset Text
3681
3682 \begin_layout Plain Layout
3683 111
3684 \end_layout
3685
3686 \end_inset
3687 </cell>
3688 </row>
3689 <row>
3690 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3691 \begin_inset Text
3692
3693 \begin_layout Plain Layout
3694
3695 \series bold
3696 Colin
3697 \end_layout
3698
3699 \end_inset
3700 </cell>
3701 <cell alignment="center" valignment="top" usebox="none">
3702 \begin_inset Text
3703
3704 \begin_layout Plain Layout
3705 Bernard
3706 \end_layout
3707
3708 \end_inset
3709 </cell>
3710 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3711 \begin_inset Text
3712
3713 \begin_layout Plain Layout
3714 111
3715 \end_layout
3716
3717 \end_inset
3718 </cell>
3719 </row>
3720 <row>
3721 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3722 \begin_inset Text
3723
3724 \begin_layout Plain Layout
3725
3726 \series bold
3727 Concli
3728 \end_layout
3729
3730 \end_inset
3731 </cell>
3732 <cell alignment="center" valignment="top" usebox="none">
3733 \begin_inset Text
3734
3735 \begin_layout Plain Layout
3736 Gianfranco
3737 \end_layout
3738
3739 \end_inset
3740 </cell>
3741 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3742 \begin_inset Text
3743
3744 \begin_layout Plain Layout
3745 111
3746 \end_layout
3747
3748 \end_inset
3749 </cell>
3750 </row>
3751 <row>
3752 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3753 \begin_inset Text
3754
3755 \begin_layout Plain Layout
3756
3757 \series bold
3758 Dal Bosco
3759 \end_layout
3760
3761 \end_inset
3762 </cell>
3763 <cell alignment="center" valignment="top" usebox="none">
3764 \begin_inset Text
3765
3766 \begin_layout Plain Layout
3767 Carolina
3768 \end_layout
3769
3770 \end_inset
3771 </cell>
3772 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3773 \begin_inset Text
3774
3775 \begin_layout Plain Layout
3776 111
3777 \end_layout
3778
3779 \end_inset
3780 </cell>
3781 </row>
3782 <row>
3783 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3784 \begin_inset Text
3785
3786 \begin_layout Plain Layout
3787
3788 \series bold
3789 Dalpiaz
3790 \end_layout
3791
3792 \end_inset
3793 </cell>
3794 <cell alignment="center" valignment="top" usebox="none">
3795 \begin_inset Text
3796
3797 \begin_layout Plain Layout
3798 Annamaria
3799 \end_layout
3800
3801 \end_inset
3802 </cell>
3803 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3804 \begin_inset Text
3805
3806 \begin_layout Plain Layout
3807 111
3808 \end_layout
3809
3810 \end_inset
3811 </cell>
3812 </row>
3813 <row>
3814 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3815 \begin_inset Text
3816
3817 \begin_layout Plain Layout
3818
3819 \series bold
3820 Feliciello
3821 \end_layout
3822
3823 \end_inset
3824 </cell>
3825 <cell alignment="center" valignment="top" usebox="none">
3826 \begin_inset Text
3827
3828 \begin_layout Plain Layout
3829 Domenico
3830 \end_layout
3831
3832 \end_inset
3833 </cell>
3834 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3835 \begin_inset Text
3836
3837 \begin_layout Plain Layout
3838 111
3839 \end_layout
3840
3841 \end_inset
3842 </cell>
3843 </row>
3844 <row>
3845 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3846 \begin_inset Text
3847
3848 \begin_layout Plain Layout
3849
3850 \series bold
3851 Focarelli
3852 \end_layout
3853
3854 \end_inset
3855 </cell>
3856 <cell alignment="center" valignment="top" usebox="none">
3857 \begin_inset Text
3858
3859 \begin_layout Plain Layout
3860 Paola
3861 \end_layout
3862
3863 \end_inset
3864 </cell>
3865 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3866 \begin_inset Text
3867
3868 \begin_layout Plain Layout
3869 111
3870 \end_layout
3871
3872 \end_inset
3873 </cell>
3874 </row>
3875 <row>
3876 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3877 \begin_inset Text
3878
3879 \begin_layout Plain Layout
3880
3881 \series bold
3882 Galletti
3883 \end_layout
3884
3885 \end_inset
3886 </cell>
3887 <cell alignment="center" valignment="top" usebox="none">
3888 \begin_inset Text
3889
3890 \begin_layout Plain Layout
3891 Oreste
3892 \end_layout
3893
3894 \end_inset
3895 </cell>
3896 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3897 \begin_inset Text
3898
3899 \begin_layout Plain Layout
3900 111
3901 \end_layout
3902
3903 \end_inset
3904 </cell>
3905 </row>
3906 <row>
3907 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3908 \begin_inset Text
3909
3910 \begin_layout Plain Layout
3911
3912 \series bold
3913 Gasparini
3914 \end_layout
3915
3916 \end_inset
3917 </cell>
3918 <cell alignment="center" valignment="top" usebox="none">
3919 \begin_inset Text
3920
3921 \begin_layout Plain Layout
3922 Franca
3923 \end_layout
3924
3925 \end_inset
3926 </cell>
3927 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3928 \begin_inset Text
3929
3930 \begin_layout Plain Layout
3931 111
3932 \end_layout
3933
3934 \end_inset
3935 </cell>
3936 </row>
3937 <row>
3938 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3939 \begin_inset Text
3940
3941 \begin_layout Plain Layout
3942
3943 \series bold
3944 Rizzardi
3945 \end_layout
3946
3947 \end_inset
3948 </cell>
3949 <cell alignment="center" valignment="top" usebox="none">
3950 \begin_inset Text
3951
3952 \begin_layout Plain Layout
3953 Paola
3954 \end_layout
3955
3956 \end_inset
3957 </cell>
3958 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3959 \begin_inset Text
3960
3961 \begin_layout Plain Layout
3962 111
3963 \end_layout
3964
3965 \end_inset
3966 </cell>
3967 </row>
3968 <row>
3969 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3970 \begin_inset Text
3971
3972 \begin_layout Plain Layout
3973
3974 \series bold
3975 Lassini
3976 \end_layout
3977
3978 \end_inset
3979 </cell>
3980 <cell alignment="center" valignment="top" usebox="none">
3981 \begin_inset Text
3982
3983 \begin_layout Plain Layout
3984 Giancarlo
3985 \end_layout
3986
3987 \end_inset
3988 </cell>
3989 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3990 \begin_inset Text
3991
3992 \begin_layout Plain Layout
3993 111
3994 \end_layout
3995
3996 \end_inset
3997 </cell>
3998 </row>
3999 <row>
4000 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4001 \begin_inset Text
4002
4003 \begin_layout Plain Layout
4004
4005 \series bold
4006 Malfatti
4007 \end_layout
4008
4009 \end_inset
4010 </cell>
4011 <cell alignment="center" valignment="top" usebox="none">
4012 \begin_inset Text
4013
4014 \begin_layout Plain Layout
4015 Luciano
4016 \end_layout
4017
4018 \end_inset
4019 </cell>
4020 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4021 \begin_inset Text
4022
4023 \begin_layout Plain Layout
4024 111
4025 \end_layout
4026
4027 \end_inset
4028 </cell>
4029 </row>
4030 <row>
4031 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4032 \begin_inset Text
4033
4034 \begin_layout Plain Layout
4035
4036 \series bold
4037 Malfatti
4038 \end_layout
4039
4040 \end_inset
4041 </cell>
4042 <cell alignment="center" valignment="top" usebox="none">
4043 \begin_inset Text
4044
4045 \begin_layout Plain Layout
4046 Valeriano
4047 \end_layout
4048
4049 \end_inset
4050 </cell>
4051 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4052 \begin_inset Text
4053
4054 \begin_layout Plain Layout
4055 111
4056 \end_layout
4057
4058 \end_inset
4059 </cell>
4060 </row>
4061 <row>
4062 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4063 \begin_inset Text
4064
4065 \begin_layout Plain Layout
4066
4067 \series bold
4068 Meneguzzo
4069 \end_layout
4070
4071 \end_inset
4072 </cell>
4073 <cell alignment="center" valignment="top" usebox="none">
4074 \begin_inset Text
4075
4076 \begin_layout Plain Layout
4077 Roberto
4078 \end_layout
4079
4080 \end_inset
4081 </cell>
4082 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4083 \begin_inset Text
4084
4085 \begin_layout Plain Layout
4086 111
4087 \end_layout
4088
4089 \end_inset
4090 </cell>
4091 </row>
4092 <row>
4093 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4094 \begin_inset Text
4095
4096 \begin_layout Plain Layout
4097
4098 \series bold
4099 Mezzadra
4100 \end_layout
4101
4102 \end_inset
4103 </cell>
4104 <cell alignment="center" valignment="top" usebox="none">
4105 \begin_inset Text
4106
4107 \begin_layout Plain Layout
4108 Roberto
4109 \end_layout
4110
4111 \end_inset
4112 </cell>
4113 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4114 \begin_inset Text
4115
4116 \begin_layout Plain Layout
4117 111
4118 \end_layout
4119
4120 \end_inset
4121 </cell>
4122 </row>
4123 <row>
4124 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4125 \begin_inset Text
4126
4127 \begin_layout Plain Layout
4128
4129 \series bold
4130 Pirpamer
4131 \end_layout
4132
4133 \end_inset
4134 </cell>
4135 <cell alignment="center" valignment="top" usebox="none">
4136 \begin_inset Text
4137
4138 \begin_layout Plain Layout
4139 Erich
4140 \end_layout
4141
4142 \end_inset
4143 </cell>
4144 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4145 \begin_inset Text
4146
4147 \begin_layout Plain Layout
4148 111
4149 \end_layout
4150
4151 \end_inset
4152 </cell>
4153 </row>
4154 <row>
4155 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4156 \begin_inset Text
4157
4158 \begin_layout Plain Layout
4159
4160 \series bold
4161 Pochiesa
4162 \end_layout
4163
4164 \end_inset
4165 </cell>
4166 <cell alignment="center" valignment="top" usebox="none">
4167 \begin_inset Text
4168
4169 \begin_layout Plain Layout
4170 Paolo
4171 \end_layout
4172
4173 \end_inset
4174 </cell>
4175 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4176 \begin_inset Text
4177
4178 \begin_layout Plain Layout
4179 111, 222
4180 \end_layout
4181
4182 \end_inset
4183 </cell>
4184 </row>
4185 <row>
4186 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4187 \begin_inset Text
4188
4189 \begin_layout Plain Layout
4190
4191 \series bold
4192 Radina
4193 \end_layout
4194
4195 \end_inset
4196 </cell>
4197 <cell alignment="center" valignment="top" usebox="none">
4198 \begin_inset Text
4199
4200 \begin_layout Plain Layout
4201 Claudio
4202 \end_layout
4203
4204 \end_inset
4205 </cell>
4206 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4207 \begin_inset Text
4208
4209 \begin_layout Plain Layout
4210 111
4211 \end_layout
4212
4213 \end_inset
4214 </cell>
4215 </row>
4216 <row>
4217 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4218 \begin_inset Text
4219
4220 \begin_layout Plain Layout
4221
4222 \series bold
4223 Stuffer
4224 \end_layout
4225
4226 \end_inset
4227 </cell>
4228 <cell alignment="center" valignment="top" usebox="none">
4229 \begin_inset Text
4230
4231 \begin_layout Plain Layout
4232 Oskar
4233 \end_layout
4234
4235 \end_inset
4236 </cell>
4237 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4238 \begin_inset Text
4239
4240 \begin_layout Plain Layout
4241 111
4242 \end_layout
4243
4244 \end_inset
4245 </cell>
4246 </row>
4247 <row>
4248 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4249 \begin_inset Text
4250
4251 \begin_layout Plain Layout
4252
4253 \series bold
4254 Tacchelli
4255 \end_layout
4256
4257 \end_inset
4258 </cell>
4259 <cell alignment="center" valignment="top" usebox="none">
4260 \begin_inset Text
4261
4262 \begin_layout Plain Layout
4263 Ugo
4264 \end_layout
4265
4266 \end_inset
4267 </cell>
4268 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4269 \begin_inset Text
4270
4271 \begin_layout Plain Layout
4272 111
4273 \end_layout
4274
4275 \end_inset
4276 </cell>
4277 </row>
4278 <row>
4279 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4280 \begin_inset Text
4281
4282 \begin_layout Plain Layout
4283
4284 \series bold
4285 Tezzele
4286 \end_layout
4287
4288 \end_inset
4289 </cell>
4290 <cell alignment="center" valignment="top" usebox="none">
4291 \begin_inset Text
4292
4293 \begin_layout Plain Layout
4294 Margit
4295 \end_layout
4296
4297 \end_inset
4298 </cell>
4299 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4300 \begin_inset Text
4301
4302 \begin_layout Plain Layout
4303 111
4304 \end_layout
4305
4306 \end_inset
4307 </cell>
4308 </row>
4309 <row>
4310 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4311 \begin_inset Text
4312
4313 \begin_layout Plain Layout
4314
4315 \series bold
4316 Unterkalmsteiner
4317 \end_layout
4318
4319 \end_inset
4320 </cell>
4321 <cell alignment="center" valignment="top" usebox="none">
4322 \begin_inset Text
4323
4324 \begin_layout Plain Layout
4325 Frieda
4326 \end_layout
4327
4328 \end_inset
4329 </cell>
4330 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4331 \begin_inset Text
4332
4333 \begin_layout Plain Layout
4334 111
4335 \end_layout
4336
4337 \end_inset
4338 </cell>
4339 </row>
4340 <row>
4341 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4342 \begin_inset Text
4343
4344 \begin_layout Plain Layout
4345
4346 \series bold
4347 Vieider
4348 \end_layout
4349
4350 \end_inset
4351 </cell>
4352 <cell alignment="center" valignment="top" usebox="none">
4353 \begin_inset Text
4354
4355 \begin_layout Plain Layout
4356 Hilde
4357 \end_layout
4358
4359 \end_inset
4360 </cell>
4361 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4362 \begin_inset Text
4363
4364 \begin_layout Plain Layout
4365 111
4366 \end_layout
4367
4368 \end_inset
4369 </cell>
4370 </row>
4371 <row>
4372 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4373 \begin_inset Text
4374
4375 \begin_layout Plain Layout
4376
4377 \series bold
4378 Vigna
4379 \end_layout
4380
4381 \end_inset
4382 </cell>
4383 <cell alignment="center" valignment="top" usebox="none">
4384 \begin_inset Text
4385
4386 \begin_layout Plain Layout
4387 Jürgen
4388 \end_layout
4389
4390 \end_inset
4391 </cell>
4392 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4393 \begin_inset Text
4394
4395 \begin_layout Plain Layout
4396 111
4397 \end_layout
4398
4399 \end_inset
4400 </cell>
4401 </row>
4402 <row>
4403 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4404 \begin_inset Text
4405
4406 \begin_layout Plain Layout
4407
4408 \series bold
4409 Weber
4410 \end_layout
4411
4412 \end_inset
4413 </cell>
4414 <cell alignment="center" valignment="top" usebox="none">
4415 \begin_inset Text
4416
4417 \begin_layout Plain Layout
4418 Maurizio
4419 \end_layout
4420
4421 \end_inset
4422 </cell>
4423 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4424 \begin_inset Text
4425
4426 \begin_layout Plain Layout
4427 111
4428 \end_layout
4429
4430 \end_inset
4431 </cell>
4432 </row>
4433 <row>
4434 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4435 \begin_inset Text
4436
4437 \begin_layout Plain Layout
4438
4439 \series bold
4440 Winkler
4441 \end_layout
4442
4443 \end_inset
4444 </cell>
4445 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4446 \begin_inset Text
4447
4448 \begin_layout Plain Layout
4449 Franz
4450 \end_layout
4451
4452 \end_inset
4453 </cell>
4454 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4455 \begin_inset Text
4456
4457 \begin_layout Plain Layout
4458 111
4459 \end_layout
4460
4461 \end_inset
4462 </cell>
4463 </row>
4464 <row>
4465 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4466 \begin_inset Text
4467
4468 \begin_layout Plain Layout
4469  
4470 \end_layout
4471
4472 \end_inset
4473 </cell>
4474 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4475 \begin_inset Text
4476
4477 \begin_layout Plain Layout
4478
4479 \end_layout
4480
4481 \end_inset
4482 </cell>
4483 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4484 \begin_inset Text
4485
4486 \begin_layout Plain Layout
4487
4488 \end_layout
4489
4490 \end_inset
4491 </cell>
4492 </row>
4493 <row>
4494 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4495 \begin_inset Text
4496
4497 \begin_layout Plain Layout
4498
4499 \series bold
4500 Annovi
4501 \end_layout
4502
4503 \end_inset
4504 </cell>
4505 <cell alignment="center" valignment="top" usebox="none">
4506 \begin_inset Text
4507
4508 \begin_layout Plain Layout
4509 Silvia
4510 \end_layout
4511
4512 \end_inset
4513 </cell>
4514 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4515 \begin_inset Text
4516
4517 \begin_layout Plain Layout
4518 555
4519 \end_layout
4520
4521 \end_inset
4522 </cell>
4523 </row>
4524 <row>
4525 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4526 \begin_inset Text
4527
4528 \begin_layout Plain Layout
4529
4530 \series bold
4531 Bertoli
4532 \end_layout
4533
4534 \end_inset
4535 </cell>
4536 <cell alignment="center" valignment="top" usebox="none">
4537 \begin_inset Text
4538
4539 \begin_layout Plain Layout
4540 Stefano
4541 \end_layout
4542
4543 \end_inset
4544 </cell>
4545 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4546 \begin_inset Text
4547
4548 \begin_layout Plain Layout
4549 555
4550 \end_layout
4551
4552 \end_inset
4553 </cell>
4554 </row>
4555 <row>
4556 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4557 \begin_inset Text
4558
4559 \begin_layout Plain Layout
4560
4561 \series bold
4562 Bozzi
4563 \end_layout
4564
4565 \end_inset
4566 </cell>
4567 <cell alignment="center" valignment="top" usebox="none">
4568 \begin_inset Text
4569
4570 \begin_layout Plain Layout
4571 Walter
4572 \end_layout
4573
4574 \end_inset
4575 </cell>
4576 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4577 \begin_inset Text
4578
4579 \begin_layout Plain Layout
4580 555
4581 \end_layout
4582
4583 \end_inset
4584 </cell>
4585 </row>
4586 <row>
4587 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4588 \begin_inset Text
4589
4590 \begin_layout Plain Layout
4591
4592 \series bold
4593 Cachia
4594 \end_layout
4595
4596 \end_inset
4597 </cell>
4598 <cell alignment="center" valignment="top" usebox="none">
4599 \begin_inset Text
4600
4601 \begin_layout Plain Layout
4602 Maria
4603 \end_layout
4604
4605 \end_inset
4606 </cell>
4607 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4608 \begin_inset Text
4609
4610 \begin_layout Plain Layout
4611 555
4612 \end_layout
4613
4614 \end_inset
4615 </cell>
4616 </row>
4617 <row>
4618 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4619 \begin_inset Text
4620
4621 \begin_layout Plain Layout
4622
4623 \series bold
4624 Cachia
4625 \end_layout
4626
4627 \end_inset
4628 </cell>
4629 <cell alignment="center" valignment="top" usebox="none">
4630 \begin_inset Text
4631
4632 \begin_layout Plain Layout
4633 Maurizio
4634 \end_layout
4635
4636 \end_inset
4637 </cell>
4638 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4639 \begin_inset Text
4640
4641 \begin_layout Plain Layout
4642 555
4643 \end_layout
4644
4645 \end_inset
4646 </cell>
4647 </row>
4648 <row>
4649 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4650 \begin_inset Text
4651
4652 \begin_layout Plain Layout
4653
4654 \series bold
4655 Cinquemani
4656 \end_layout
4657
4658 \end_inset
4659 </cell>
4660 <cell alignment="center" valignment="top" usebox="none">
4661 \begin_inset Text
4662
4663 \begin_layout Plain Layout
4664 Giusi
4665 \end_layout
4666
4667 \end_inset
4668 </cell>
4669 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4670 \begin_inset Text
4671
4672 \begin_layout Plain Layout
4673 555
4674 \end_layout
4675
4676 \end_inset
4677 </cell>
4678 </row>
4679 <row>
4680 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4681 \begin_inset Text
4682
4683 \begin_layout Plain Layout
4684
4685 \series bold
4686 Colin
4687 \end_layout
4688
4689 \end_inset
4690 </cell>
4691 <cell alignment="center" valignment="top" usebox="none">
4692 \begin_inset Text
4693
4694 \begin_layout Plain Layout
4695 Bernard
4696 \end_layout
4697
4698 \end_inset
4699 </cell>
4700 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4701 \begin_inset Text
4702
4703 \begin_layout Plain Layout
4704 555
4705 \end_layout
4706
4707 \end_inset
4708 </cell>
4709 </row>
4710 <row>
4711 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4712 \begin_inset Text
4713
4714 \begin_layout Plain Layout
4715
4716 \series bold
4717 Concli
4718 \end_layout
4719
4720 \end_inset
4721 </cell>
4722 <cell alignment="center" valignment="top" usebox="none">
4723 \begin_inset Text
4724
4725 \begin_layout Plain Layout
4726 Gianfranco
4727 \end_layout
4728
4729 \end_inset
4730 </cell>
4731 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4732 \begin_inset Text
4733
4734 \begin_layout Plain Layout
4735 555
4736 \end_layout
4737
4738 \end_inset
4739 </cell>
4740 </row>
4741 <row>
4742 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4743 \begin_inset Text
4744
4745 \begin_layout Plain Layout
4746
4747 \series bold
4748 Dal Bosco
4749 \end_layout
4750
4751 \end_inset
4752 </cell>
4753 <cell alignment="center" valignment="top" usebox="none">
4754 \begin_inset Text
4755
4756 \begin_layout Plain Layout
4757 Carolina
4758 \end_layout
4759
4760 \end_inset
4761 </cell>
4762 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4763 \begin_inset Text
4764
4765 \begin_layout Plain Layout
4766 555
4767 \end_layout
4768
4769 \end_inset
4770 </cell>
4771 </row>
4772 <row>
4773 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4774 \begin_inset Text
4775
4776 \begin_layout Plain Layout
4777
4778 \series bold
4779 Dalpiaz
4780 \end_layout
4781
4782 \end_inset
4783 </cell>
4784 <cell alignment="center" valignment="top" usebox="none">
4785 \begin_inset Text
4786
4787 \begin_layout Plain Layout
4788 Annamaria
4789 \end_layout
4790
4791 \end_inset
4792 </cell>
4793 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4794 \begin_inset Text
4795
4796 \begin_layout Plain Layout
4797 555
4798 \end_layout
4799
4800 \end_inset
4801 </cell>
4802 </row>
4803 <row>
4804 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4805 \begin_inset Text
4806
4807 \begin_layout Plain Layout
4808
4809 \series bold
4810 Feliciello
4811 \end_layout
4812
4813 \end_inset
4814 </cell>
4815 <cell alignment="center" valignment="top" usebox="none">
4816 \begin_inset Text
4817
4818 \begin_layout Plain Layout
4819 Domenico
4820 \end_layout
4821
4822 \end_inset
4823 </cell>
4824 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4825 \begin_inset Text
4826
4827 \begin_layout Plain Layout
4828 555
4829 \end_layout
4830
4831 \end_inset
4832 </cell>
4833 </row>
4834 <row>
4835 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4836 \begin_inset Text
4837
4838 \begin_layout Plain Layout
4839
4840 \series bold
4841 Focarelli
4842 \end_layout
4843
4844 \end_inset
4845 </cell>
4846 <cell alignment="center" valignment="top" usebox="none">
4847 \begin_inset Text
4848
4849 \begin_layout Plain Layout
4850 Paola
4851 \end_layout
4852
4853 \end_inset
4854 </cell>
4855 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4856 \begin_inset Text
4857
4858 \begin_layout Plain Layout
4859 555
4860 \end_layout
4861
4862 \end_inset
4863 </cell>
4864 </row>
4865 <row>
4866 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4867 \begin_inset Text
4868
4869 \begin_layout Plain Layout
4870
4871 \series bold
4872 Galletti
4873 \end_layout
4874
4875 \end_inset
4876 </cell>
4877 <cell alignment="center" valignment="top" usebox="none">
4878 \begin_inset Text
4879
4880 \begin_layout Plain Layout
4881 Oreste
4882 \end_layout
4883
4884 \end_inset
4885 </cell>
4886 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4887 \begin_inset Text
4888
4889 \begin_layout Plain Layout
4890 555
4891 \end_layout
4892
4893 \end_inset
4894 </cell>
4895 </row>
4896 <row>
4897 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4898 \begin_inset Text
4899
4900 \begin_layout Plain Layout
4901
4902 \series bold
4903 Gasparini
4904 \end_layout
4905
4906 \end_inset
4907 </cell>
4908 <cell alignment="center" valignment="top" usebox="none">
4909 \begin_inset Text
4910
4911 \begin_layout Plain Layout
4912 Franca
4913 \end_layout
4914
4915 \end_inset
4916 </cell>
4917 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4918 \begin_inset Text
4919
4920 \begin_layout Plain Layout
4921 555
4922 \end_layout
4923
4924 \end_inset
4925 </cell>
4926 </row>
4927 <row>
4928 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4929 \begin_inset Text
4930
4931 \begin_layout Plain Layout
4932
4933 \series bold
4934 Rizzardi
4935 \end_layout
4936
4937 \end_inset
4938 </cell>
4939 <cell alignment="center" valignment="top" usebox="none">
4940 \begin_inset Text
4941
4942 \begin_layout Plain Layout
4943 Paola
4944 \end_layout
4945
4946 \end_inset
4947 </cell>
4948 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4949 \begin_inset Text
4950
4951 \begin_layout Plain Layout
4952 555
4953 \end_layout
4954
4955 \end_inset
4956 </cell>
4957 </row>
4958 <row>
4959 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4960 \begin_inset Text
4961
4962 \begin_layout Plain Layout
4963
4964 \series bold
4965 Lassini
4966 \end_layout
4967
4968 \end_inset
4969 </cell>
4970 <cell alignment="center" valignment="top" usebox="none">
4971 \begin_inset Text
4972
4973 \begin_layout Plain Layout
4974 Giancarlo
4975 \end_layout
4976
4977 \end_inset
4978 </cell>
4979 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4980 \begin_inset Text
4981
4982 \begin_layout Plain Layout
4983 555
4984 \end_layout
4985
4986 \end_inset
4987 </cell>
4988 </row>
4989 <row>
4990 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4991 \begin_inset Text
4992
4993 \begin_layout Plain Layout
4994
4995 \series bold
4996 Malfatti
4997 \end_layout
4998
4999 \end_inset
5000 </cell>
5001 <cell alignment="center" valignment="top" usebox="none">
5002 \begin_inset Text
5003
5004 \begin_layout Plain Layout
5005 Luciano
5006 \end_layout
5007
5008 \end_inset
5009 </cell>
5010 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5011 \begin_inset Text
5012
5013 \begin_layout Plain Layout
5014 555
5015 \end_layout
5016
5017 \end_inset
5018 </cell>
5019 </row>
5020 <row>
5021 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5022 \begin_inset Text
5023
5024 \begin_layout Plain Layout
5025
5026 \series bold
5027 Malfatti
5028 \end_layout
5029
5030 \end_inset
5031 </cell>
5032 <cell alignment="center" valignment="top" usebox="none">
5033 \begin_inset Text
5034
5035 \begin_layout Plain Layout
5036 Valeriano
5037 \end_layout
5038
5039 \end_inset
5040 </cell>
5041 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5042 \begin_inset Text
5043
5044 \begin_layout Plain Layout
5045 555
5046 \end_layout
5047
5048 \end_inset
5049 </cell>
5050 </row>
5051 <row>
5052 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5053 \begin_inset Text
5054
5055 \begin_layout Plain Layout
5056
5057 \series bold
5058 Meneguzzo
5059 \end_layout
5060
5061 \end_inset
5062 </cell>
5063 <cell alignment="center" valignment="top" usebox="none">
5064 \begin_inset Text
5065
5066 \begin_layout Plain Layout
5067 Roberto
5068 \end_layout
5069
5070 \end_inset
5071 </cell>
5072 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5073 \begin_inset Text
5074
5075 \begin_layout Plain Layout
5076 555
5077 \end_layout
5078
5079 \end_inset
5080 </cell>
5081 </row>
5082 <row>
5083 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5084 \begin_inset Text
5085
5086 \begin_layout Plain Layout
5087
5088 \series bold
5089 Mezzadra
5090 \end_layout
5091
5092 \end_inset
5093 </cell>
5094 <cell alignment="center" valignment="top" usebox="none">
5095 \begin_inset Text
5096
5097 \begin_layout Plain Layout
5098 Roberto
5099 \end_layout
5100
5101 \end_inset
5102 </cell>
5103 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5104 \begin_inset Text
5105
5106 \begin_layout Plain Layout
5107 555
5108 \end_layout
5109
5110 \end_inset
5111 </cell>
5112 </row>
5113 <row>
5114 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5115 \begin_inset Text
5116
5117 \begin_layout Plain Layout
5118
5119 \series bold
5120 Pirpamer
5121 \end_layout
5122
5123 \end_inset
5124 </cell>
5125 <cell alignment="center" valignment="top" usebox="none">
5126 \begin_inset Text
5127
5128 \begin_layout Plain Layout
5129 Erich
5130 \end_layout
5131
5132 \end_inset
5133 </cell>
5134 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5135 \begin_inset Text
5136
5137 \begin_layout Plain Layout
5138 555
5139 \end_layout
5140
5141 \end_inset
5142 </cell>
5143 </row>
5144 <row>
5145 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5146 \begin_inset Text
5147
5148 \begin_layout Plain Layout
5149
5150 \series bold
5151 Pochiesa
5152 \end_layout
5153
5154 \end_inset
5155 </cell>
5156 <cell alignment="center" valignment="top" usebox="none">
5157 \begin_inset Text
5158
5159 \begin_layout Plain Layout
5160 Paolo
5161 \end_layout
5162
5163 \end_inset
5164 </cell>
5165 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5166 \begin_inset Text
5167
5168 \begin_layout Plain Layout
5169 555, 222
5170 \end_layout
5171
5172 \end_inset
5173 </cell>
5174 </row>
5175 <row>
5176 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5177 \begin_inset Text
5178
5179 \begin_layout Plain Layout
5180
5181 \series bold
5182 Radina
5183 \end_layout
5184
5185 \end_inset
5186 </cell>
5187 <cell alignment="center" valignment="top" usebox="none">
5188 \begin_inset Text
5189
5190 \begin_layout Plain Layout
5191 Claudio
5192 \end_layout
5193
5194 \end_inset
5195 </cell>
5196 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5197 \begin_inset Text
5198
5199 \begin_layout Plain Layout
5200 555
5201 \end_layout
5202
5203 \end_inset
5204 </cell>
5205 </row>
5206 <row>
5207 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5208 \begin_inset Text
5209
5210 \begin_layout Plain Layout
5211
5212 \series bold
5213 Stuffer
5214 \end_layout
5215
5216 \end_inset
5217 </cell>
5218 <cell alignment="center" valignment="top" usebox="none">
5219 \begin_inset Text
5220
5221 \begin_layout Plain Layout
5222 Oskar
5223 \end_layout
5224
5225 \end_inset
5226 </cell>
5227 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5228 \begin_inset Text
5229
5230 \begin_layout Plain Layout
5231 555
5232 \end_layout
5233
5234 \end_inset
5235 </cell>
5236 </row>
5237 <row>
5238 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5239 \begin_inset Text
5240
5241 \begin_layout Plain Layout
5242
5243 \series bold
5244 Tacchelli
5245 \end_layout
5246
5247 \end_inset
5248 </cell>
5249 <cell alignment="center" valignment="top" usebox="none">
5250 \begin_inset Text
5251
5252 \begin_layout Plain Layout
5253 Ugo
5254 \end_layout
5255
5256 \end_inset
5257 </cell>
5258 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5259 \begin_inset Text
5260
5261 \begin_layout Plain Layout
5262 555
5263 \end_layout
5264
5265 \end_inset
5266 </cell>
5267 </row>
5268 <row>
5269 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5270 \begin_inset Text
5271
5272 \begin_layout Plain Layout
5273
5274 \series bold
5275 Tezzele
5276 \end_layout
5277
5278 \end_inset
5279 </cell>
5280 <cell alignment="center" valignment="top" usebox="none">
5281 \begin_inset Text
5282
5283 \begin_layout Plain Layout
5284 Margit
5285 \end_layout
5286
5287 \end_inset
5288 </cell>
5289 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5290 \begin_inset Text
5291
5292 \begin_layout Plain Layout
5293 555
5294 \end_layout
5295
5296 \end_inset
5297 </cell>
5298 </row>
5299 <row>
5300 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5301 \begin_inset Text
5302
5303 \begin_layout Plain Layout
5304
5305 \series bold
5306 Unterkalmsteiner
5307 \end_layout
5308
5309 \end_inset
5310 </cell>
5311 <cell alignment="center" valignment="top" usebox="none">
5312 \begin_inset Text
5313
5314 \begin_layout Plain Layout
5315 Frieda
5316 \end_layout
5317
5318 \end_inset
5319 </cell>
5320 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5321 \begin_inset Text
5322
5323 \begin_layout Plain Layout
5324 555
5325 \end_layout
5326
5327 \end_inset
5328 </cell>
5329 </row>
5330 <row>
5331 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5332 \begin_inset Text
5333
5334 \begin_layout Plain Layout
5335
5336 \series bold
5337 Vieider
5338 \end_layout
5339
5340 \end_inset
5341 </cell>
5342 <cell alignment="center" valignment="top" usebox="none">
5343 \begin_inset Text
5344
5345 \begin_layout Plain Layout
5346 Hilde
5347 \end_layout
5348
5349 \end_inset
5350 </cell>
5351 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5352 \begin_inset Text
5353
5354 \begin_layout Plain Layout
5355 555
5356 \end_layout
5357
5358 \end_inset
5359 </cell>
5360 </row>
5361 <row>
5362 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5363 \begin_inset Text
5364
5365 \begin_layout Plain Layout
5366
5367 \series bold
5368 Vigna
5369 \end_layout
5370
5371 \end_inset
5372 </cell>
5373 <cell alignment="center" valignment="top" usebox="none">
5374 \begin_inset Text
5375
5376 \begin_layout Plain Layout
5377 Jürgen
5378 \end_layout
5379
5380 \end_inset
5381 </cell>
5382 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5383 \begin_inset Text
5384
5385 \begin_layout Plain Layout
5386 999
5387 \end_layout
5388
5389 \end_inset
5390 </cell>
5391 </row>
5392 <row>
5393 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5394 \begin_inset Text
5395
5396 \begin_layout Plain Layout
5397
5398 \series bold
5399 Weber
5400 \end_layout
5401
5402 \end_inset
5403 </cell>
5404 <cell alignment="center" valignment="top" usebox="none">
5405 \begin_inset Text
5406
5407 \begin_layout Plain Layout
5408 Maurizio
5409 \end_layout
5410
5411 \end_inset
5412 </cell>
5413 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5414 \begin_inset Text
5415
5416 \begin_layout Plain Layout
5417 555
5418 \end_layout
5419
5420 \end_inset
5421 </cell>
5422 </row>
5423 <row>
5424 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5425 \begin_inset Text
5426
5427 \begin_layout Plain Layout
5428
5429 \series bold
5430 Winkler
5431 \end_layout
5432
5433 \end_inset
5434 </cell>
5435 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5436 \begin_inset Text
5437
5438 \begin_layout Plain Layout
5439 Franz
5440 \end_layout
5441
5442 \end_inset
5443 </cell>
5444 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5445 \begin_inset Text
5446
5447 \begin_layout Plain Layout
5448 555
5449 \end_layout
5450
5451 \end_inset
5452 </cell>
5453 </row>
5454 <row endlastfoot="true">
5455 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5456 \begin_inset Text
5457
5458 \begin_layout Plain Layout
5459 end
5460 \end_layout
5461
5462 \end_inset
5463 </cell>
5464 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5465 \begin_inset Text
5466
5467 \begin_layout Plain Layout
5468
5469 \end_layout
5470
5471 \end_inset
5472 </cell>
5473 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5474 \begin_inset Text
5475
5476 \begin_layout Plain Layout
5477
5478 \end_layout
5479
5480 \end_inset
5481 </cell>
5482 </row>
5483 </lyxtabular>
5484
5485 \end_inset
5486
5487
5488 \begin_inset ERT
5489 status collapsed
5490
5491 \begin_layout Plain Layout
5492
5493
5494 \backslash
5495 addtocounter{table}{-1}
5496 \end_layout
5497
5498 \end_inset
5499
5500
5501 \begin_inset Note Note
5502 status collapsed
5503
5504 \begin_layout Plain Layout
5505 See the first greyed-out note in section
5506 \begin_inset space ~
5507 \end_inset
5508
5509
5510 \begin_inset CommandInset ref
5511 LatexCommand ref
5512 reference "subsec:Longtable-Captions"
5513
5514 \end_inset
5515
5516  for an explanation of this command.
5517 \end_layout
5518
5519 \end_inset
5520
5521
5522 \end_layout
5523
5524 \begin_layout Subsection
5525 Footnotes in Longtables
5526 \begin_inset CommandInset label
5527 LatexCommand label
5528 name "subsec:Footnotes-in-Longtables"
5529
5530 \end_inset
5531
5532
5533 \begin_inset Index idx
5534 status collapsed
5535
5536 \begin_layout Plain Layout
5537 Longtables ! Footnotes
5538 \end_layout
5539
5540 \end_inset
5541
5542
5543 \end_layout
5544
5545 \begin_layout Standard
5546 Footnotes can be inserted to every longtable cell.
5547  They appear at the bottom of the page where the table cell with the footnote
5548  appears.
5549  Table
5550 \begin_inset space ~
5551 \end_inset
5552
5553
5554 \begin_inset CommandInset ref
5555 LatexCommand ref
5556 reference "tab:DiffCaptions"
5557
5558 \end_inset
5559
5560  has for example a footnote.
5561 \end_layout
5562
5563 \begin_layout Subsection
5564 Longtable Alignment
5565 \begin_inset Index idx
5566 status collapsed
5567
5568 \begin_layout Plain Layout
5569 Longtables ! Alignment
5570 \end_layout
5571
5572 \end_inset
5573
5574
5575 \end_layout
5576
5577 \begin_layout Standard
5578 The horizontal alignment of longtables can be set in the table settings
5579  dialog.
5580  For left- and right-alignment the table will be directly at the page border.
5581  To add space between the table and the border one has to set the alignment
5582  to center and change the value of the \SpecialChar LaTeX
5583 -lengths 
5584 \series bold
5585
5586 \backslash
5587 LTleft 
5588 \series default
5589 or 
5590 \series bold
5591
5592 \backslash
5593 LTright
5594 \series default
5595  by inserting this line as \SpecialChar TeX
5596  Code before the longtable:
5597 \end_layout
5598
5599 \begin_layout Standard
5600
5601 \series bold
5602
5603 \backslash
5604 setlength{
5605 \backslash
5606 LTleft}{value}
5607 \end_layout
5608
5609 \begin_layout Standard
5610 The value can have any of the units listed in Table
5611 \begin_inset space ~
5612 \end_inset
5613
5614
5615 \begin_inset CommandInset ref
5616 LatexCommand ref
5617 reference "tab:Units"
5618
5619 \end_inset
5620
5621 .
5622  
5623 \series bold
5624
5625 \backslash
5626 LTleft
5627 \series default
5628  controls the horizontal distance from the left page border to the longtable,
5629  
5630 \series bold
5631
5632 \backslash
5633 LTright
5634 \series default
5635  the distance from the right side.
5636  The default value for both lengths is 
5637 \series bold
5638
5639 \backslash
5640 fill
5641 \series default
5642 , which is in this case the same as an horizontal fill in \SpecialChar LyX
5643 .
5644 \end_layout
5645
5646 \begin_layout Standard
5647 The following longtable was centered and 
5648 \series bold
5649
5650 \backslash
5651 LTleft
5652 \series default
5653  set to 
5654 \family sans
5655 0.1
5656 \backslash
5657 columnwidth
5658 \family default
5659 :
5660 \begin_inset ERT
5661 status collapsed
5662
5663 \begin_layout Plain Layout
5664
5665
5666 \backslash
5667 setlength{
5668 \backslash
5669 LTleft}{0.1
5670 \backslash
5671 columnwidth}
5672 \end_layout
5673
5674 \end_inset
5675
5676
5677 \end_layout
5678
5679 \begin_layout Standard
5680 \begin_inset Tabular
5681 <lyxtabular version="3" rows="5" columns="5">
5682 <features islongtable="true" longtabularalignment="center">
5683 <column alignment="center" valignment="top">
5684 <column alignment="center" valignment="top" width="0pt">
5685 <column alignment="center" valignment="top">
5686 <column alignment="center" valignment="top">
5687 <column alignment="center" valignment="top">
5688 <row>
5689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5690 \begin_inset Text
5691
5692 \begin_layout Plain Layout
5693 1
5694 \end_layout
5695
5696 \end_inset
5697 </cell>
5698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5699 \begin_inset Text
5700
5701 \begin_layout Plain Layout
5702 2
5703 \end_layout
5704
5705 \end_inset
5706 </cell>
5707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5708 \begin_inset Text
5709
5710 \begin_layout Plain Layout
5711 3
5712 \end_layout
5713
5714 \end_inset
5715 </cell>
5716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5717 \begin_inset Text
5718
5719 \begin_layout Plain Layout
5720 4
5721 \end_layout
5722
5723 \end_inset
5724 </cell>
5725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5726 \begin_inset Text
5727
5728 \begin_layout Plain Layout
5729 5
5730 \end_layout
5731
5732 \end_inset
5733 </cell>
5734 </row>
5735 <row>
5736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5737 \begin_inset Text
5738
5739 \begin_layout Plain Layout
5740 asd
5741 \end_layout
5742
5743 \end_inset
5744 </cell>
5745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5746 \begin_inset Text
5747
5748 \begin_layout Plain Layout
5749 s
5750 \end_layout
5751
5752 \end_inset
5753 </cell>
5754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5755 \begin_inset Text
5756
5757 \begin_layout Plain Layout
5758 s
5759 \end_layout
5760
5761 \end_inset
5762 </cell>
5763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5764 \begin_inset Text
5765
5766 \begin_layout Plain Layout
5767 s
5768 \end_layout
5769
5770 \end_inset
5771 </cell>
5772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5773 \begin_inset Text
5774
5775 \begin_layout Plain Layout
5776 asd
5777 \end_layout
5778
5779 \end_inset
5780 </cell>
5781 </row>
5782 <row>
5783 <cell alignment="center" valignment="top" topline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5793 \begin_inset Text
5794
5795 \begin_layout Plain Layout
5796 s
5797 \end_layout
5798
5799 \end_inset
5800 </cell>
5801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5802 \begin_inset Text
5803
5804 \begin_layout Plain Layout
5805 s
5806 \end_layout
5807
5808 \end_inset
5809 </cell>
5810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5811 \begin_inset Text
5812
5813 \begin_layout Plain Layout
5814 s
5815 \end_layout
5816
5817 \end_inset
5818 </cell>
5819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5820 \begin_inset Text
5821
5822 \begin_layout Plain Layout
5823 asd
5824 \end_layout
5825
5826 \end_inset
5827 </cell>
5828 </row>
5829 <row>
5830 <cell alignment="center" valignment="top" topline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5840 \begin_inset Text
5841
5842 \begin_layout Plain Layout
5843 s
5844 \end_layout
5845
5846 \end_inset
5847 </cell>
5848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5849 \begin_inset Text
5850
5851 \begin_layout Plain Layout
5852 s
5853 \end_layout
5854
5855 \end_inset
5856 </cell>
5857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5858 \begin_inset Text
5859
5860 \begin_layout Plain Layout
5861 s
5862 \end_layout
5863
5864 \end_inset
5865 </cell>
5866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5867 \begin_inset Text
5868
5869 \begin_layout Plain Layout
5870 asd
5871 \end_layout
5872
5873 \end_inset
5874 </cell>
5875 </row>
5876 <row>
5877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5887 \begin_inset Text
5888
5889 \begin_layout Plain Layout
5890 asd
5891 \end_layout
5892
5893 \end_inset
5894 </cell>
5895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5896 \begin_inset Text
5897
5898 \begin_layout Plain Layout
5899 asd
5900 \end_layout
5901
5902 \end_inset
5903 </cell>
5904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5905 \begin_inset Text
5906
5907 \begin_layout Plain Layout
5908 asd
5909 \end_layout
5910
5911 \end_inset
5912 </cell>
5913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5914 \begin_inset Text
5915
5916 \begin_layout Plain Layout
5917 asd
5918 \end_layout
5919
5920 \end_inset
5921 </cell>
5922 </row>
5923 </lyxtabular>
5924
5925 \end_inset
5926
5927
5928 \begin_inset ERT
5929 status collapsed
5930
5931 \begin_layout Plain Layout
5932
5933
5934 \backslash
5935 setlength{
5936 \backslash
5937 LTleft}{
5938 \backslash
5939 fill}
5940 \end_layout
5941
5942 \end_inset
5943
5944
5945 \begin_inset ERT
5946 status collapsed
5947
5948 \begin_layout Plain Layout
5949
5950
5951 \backslash
5952 addtocounter{table}{-1}
5953 \end_layout
5954
5955 \end_inset
5956
5957
5958 \begin_inset Note Note
5959 status collapsed
5960
5961 \begin_layout Plain Layout
5962 See the first greyed-out note in section
5963 \begin_inset space ~
5964 \end_inset
5965
5966
5967 \begin_inset CommandInset ref
5968 LatexCommand ref
5969 reference "subsec:Longtable-Captions"
5970
5971 \end_inset
5972
5973  for an explanation of this command.
5974 \end_layout
5975
5976 \end_inset
5977
5978
5979 \end_layout
5980
5981 \begin_layout Subsection
5982 Longtable Captions
5983 \begin_inset Index idx
5984 status collapsed
5985
5986 \begin_layout Plain Layout
5987 Longtables ! Captions
5988 \end_layout
5989
5990 \end_inset
5991
5992
5993 \begin_inset CommandInset label
5994 LatexCommand label
5995 name "subsec:Longtable-Captions"
5996
5997 \end_inset
5998
5999
6000 \end_layout
6001
6002 \begin_layout Standard
6003 A longtable cannot be put into a table float because floats can only be
6004  on one page.
6005  But the caption environment of floats can also be used for longtables when
6006  you use the longtable option 
6007 \family sans
6008 Caption
6009 \family default
6010  as described in sec.
6011 \begin_inset space \thinspace{}
6012 \end_inset
6013
6014
6015 \begin_inset CommandInset ref
6016 LatexCommand ref
6017 reference "sec:Longtables"
6018
6019 \end_inset
6020
6021 .
6022  Only one table row should contain a caption, either a header or a footer
6023  row.
6024 \end_layout
6025
6026 \begin_layout Standard
6027 Here is a short longtable to see how it works:
6028 \end_layout
6029
6030 \begin_layout Standard
6031 \begin_inset Tabular
6032 <lyxtabular version="3" rows="6" columns="5">
6033 <features islongtable="true" longtabularalignment="center">
6034 <column alignment="center" valignment="top">
6035 <column alignment="center" valignment="top">
6036 <column alignment="center" valignment="top">
6037 <column alignment="center" valignment="top">
6038 <column alignment="center" valignment="top">
6039 <row endfirsthead="true" caption="true">
6040 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6041 \begin_inset Text
6042
6043 \begin_layout Plain Layout
6044 \begin_inset Caption Standard
6045
6046 \begin_layout Plain Layout
6047 Longtable with caption
6048 \begin_inset Argument 1
6049 status open
6050
6051 \begin_layout Plain Layout
6052 Longtable
6053 \end_layout
6054
6055 \end_inset
6056
6057
6058 \end_layout
6059
6060 \end_inset
6061
6062
6063 \end_layout
6064
6065 \end_inset
6066 </cell>
6067 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6068 \begin_inset Text
6069
6070 \begin_layout Plain Layout
6071
6072 \end_layout
6073
6074 \end_inset
6075 </cell>
6076 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6077 \begin_inset Text
6078
6079 \begin_layout Plain Layout
6080
6081 \end_layout
6082
6083 \end_inset
6084 </cell>
6085 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6086 \begin_inset Text
6087
6088 \begin_layout Plain Layout
6089
6090 \end_layout
6091
6092 \end_inset
6093 </cell>
6094 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6095 \begin_inset Text
6096
6097 \begin_layout Plain Layout
6098
6099 \end_layout
6100
6101 \end_inset
6102 </cell>
6103 </row>
6104 <row>
6105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6106 \begin_inset Text
6107
6108 \begin_layout Plain Layout
6109 1
6110 \end_layout
6111
6112 \end_inset
6113 </cell>
6114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6115 \begin_inset Text
6116
6117 \begin_layout Plain Layout
6118 2
6119 \end_layout
6120
6121 \end_inset
6122 </cell>
6123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6124 \begin_inset Text
6125
6126 \begin_layout Plain Layout
6127 3
6128 \end_layout
6129
6130 \end_inset
6131 </cell>
6132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6133 \begin_inset Text
6134
6135 \begin_layout Plain Layout
6136 4
6137 \end_layout
6138
6139 \end_inset
6140 </cell>
6141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6142 \begin_inset Text
6143
6144 \begin_layout Plain Layout
6145 5
6146 \end_layout
6147
6148 \end_inset
6149 </cell>
6150 </row>
6151 <row>
6152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6153 \begin_inset Text
6154
6155 \begin_layout Plain Layout
6156 asd
6157 \end_layout
6158
6159 \end_inset
6160 </cell>
6161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6162 \begin_inset Text
6163
6164 \begin_layout Plain Layout
6165 s
6166 \end_layout
6167
6168 \end_inset
6169 </cell>
6170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6171 \begin_inset Text
6172
6173 \begin_layout Plain Layout
6174 s
6175 \end_layout
6176
6177 \end_inset
6178 </cell>
6179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6180 \begin_inset Text
6181
6182 \begin_layout Plain Layout
6183 s
6184 \end_layout
6185
6186 \end_inset
6187 </cell>
6188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6189 \begin_inset Text
6190
6191 \begin_layout Plain Layout
6192 asd
6193 \end_layout
6194
6195 \end_inset
6196 </cell>
6197 </row>
6198 <row>
6199 <cell alignment="center" valignment="top" topline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6209 \begin_inset Text
6210
6211 \begin_layout Plain Layout
6212 s
6213 \end_layout
6214
6215 \end_inset
6216 </cell>
6217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6218 \begin_inset Text
6219
6220 \begin_layout Plain Layout
6221 s
6222 \end_layout
6223
6224 \end_inset
6225 </cell>
6226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6227 \begin_inset Text
6228
6229 \begin_layout Plain Layout
6230 s
6231 \end_layout
6232
6233 \end_inset
6234 </cell>
6235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6236 \begin_inset Text
6237
6238 \begin_layout Plain Layout
6239 asd
6240 \end_layout
6241
6242 \end_inset
6243 </cell>
6244 </row>
6245 <row>
6246 <cell alignment="center" valignment="top" topline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6256 \begin_inset Text
6257
6258 \begin_layout Plain Layout
6259 s
6260 \end_layout
6261
6262 \end_inset
6263 </cell>
6264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6265 \begin_inset Text
6266
6267 \begin_layout Plain Layout
6268 s
6269 \end_layout
6270
6271 \end_inset
6272 </cell>
6273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6274 \begin_inset Text
6275
6276 \begin_layout Plain Layout
6277 s
6278 \end_layout
6279
6280 \end_inset
6281 </cell>
6282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6283 \begin_inset Text
6284
6285 \begin_layout Plain Layout
6286 asd
6287 \end_layout
6288
6289 \end_inset
6290 </cell>
6291 </row>
6292 <row>
6293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6303 \begin_inset Text
6304
6305 \begin_layout Plain Layout
6306 asd
6307 \end_layout
6308
6309 \end_inset
6310 </cell>
6311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6312 \begin_inset Text
6313
6314 \begin_layout Plain Layout
6315 asd
6316 \end_layout
6317
6318 \end_inset
6319 </cell>
6320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6321 \begin_inset Text
6322
6323 \begin_layout Plain Layout
6324 asd
6325 \end_layout
6326
6327 \end_inset
6328 </cell>
6329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6330 \begin_inset Text
6331
6332 \begin_layout Plain Layout
6333 asd
6334 \end_layout
6335
6336 \end_inset
6337 </cell>
6338 </row>
6339 </lyxtabular>
6340
6341 \end_inset
6342
6343
6344 \end_layout
6345
6346 \begin_layout Standard
6347 \begin_inset VSpace medskip
6348 \end_inset
6349
6350
6351 \begin_inset Note Greyedout
6352 status open
6353
6354 \begin_layout Plain Layout
6355
6356 \series bold
6357 Note
6358 \begin_inset space ~
6359 \end_inset
6360
6361 1:
6362 \series default
6363  The table number is increased for every longtable, even if you did not
6364  set a caption for it.
6365  For this reason you could have the case that e.
6366 \begin_inset space \thinspace{}
6367 \end_inset
6368
6369 g.
6370 \begin_inset space \space{}
6371 \end_inset
6372
6373 Table
6374 \begin_inset space ~
6375 \end_inset
6376
6377 2.4 follows Table
6378 \begin_inset space ~
6379 \end_inset
6380
6381 2.1 in the list of tables if there are two longtables without captions.
6382  To avoid this you can add the following command in \SpecialChar TeX
6383  Code after every longtable
6384  without a caption:
6385 \end_layout
6386
6387 \begin_layout Plain Layout
6388
6389 \series bold
6390
6391 \backslash
6392 addtocounter{table}{-1}
6393 \end_layout
6394
6395 \begin_layout Plain Layout
6396 This is not needed when none of your longtables has a caption and you add
6397  the following code to the document preamble:
6398 \end_layout
6399
6400 \begin_layout Plain Layout
6401
6402 \series bold
6403
6404 \backslash
6405 let
6406 \backslash
6407 myEnd
6408 \backslash
6409 endlongtable
6410 \begin_inset Newline newline
6411 \end_inset
6412
6413
6414 \backslash
6415 renewcommand{
6416 \backslash
6417 endlongtable}{
6418 \backslash
6419 myEnd
6420 \backslash
6421 addtocounter{table}{-1}}
6422 \end_layout
6423
6424 \end_inset
6425
6426
6427 \end_layout
6428
6429 \begin_layout Standard
6430 \begin_inset Note Greyedout
6431 status open
6432
6433 \begin_layout Plain Layout
6434
6435 \series bold
6436 Note
6437 \begin_inset space ~
6438 \end_inset
6439
6440 2:
6441 \series default
6442  If you are using
6443 \series bold
6444  hyperref
6445 \series default
6446
6447 \begin_inset Index idx
6448 status collapsed
6449
6450 \begin_layout Plain Layout
6451 \SpecialChar LaTeX
6452 -packages ! hyperref
6453 \end_layout
6454
6455 \end_inset
6456
6457  in the 
6458 \family sans
6459 PDF Properties
6460 \family default
6461  of the 
6462 \family sans
6463 Document Settings
6464 \family default
6465  dialog to link cross-references, the link to a longtable caption will always
6466  point to the beginning of the document.
6467 \end_layout
6468
6469 \end_inset
6470
6471
6472 \end_layout
6473
6474 \begin_layout Subsubsection
6475 References to Longtables
6476 \begin_inset Index idx
6477 status collapsed
6478
6479 \begin_layout Plain Layout
6480 Longtables ! References
6481 \end_layout
6482
6483 \end_inset
6484
6485
6486 \end_layout
6487
6488 \begin_layout Standard
6489 \begin_inset Tabular
6490 <lyxtabular version="3" rows="6" columns="5">
6491 <features islongtable="true" longtabularalignment="center">
6492 <column alignment="center" valignment="top">
6493 <column alignment="center" valignment="top">
6494 <column alignment="center" valignment="top">
6495 <column alignment="center" valignment="top">
6496 <column alignment="center" valignment="top">
6497 <row endfirsthead="true" caption="true">
6498 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6499 \begin_inset Text
6500
6501 \begin_layout Plain Layout
6502 \begin_inset Caption Standard
6503
6504 \begin_layout Plain Layout
6505 Referenced longtable
6506 \begin_inset CommandInset label
6507 LatexCommand label
6508 name "tab:RefExample"
6509
6510 \end_inset
6511
6512
6513 \end_layout
6514
6515 \end_inset
6516
6517
6518 \end_layout
6519
6520 \end_inset
6521 </cell>
6522 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6523 \begin_inset Text
6524
6525 \begin_layout Plain Layout
6526
6527 \end_layout
6528
6529 \end_inset
6530 </cell>
6531 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6532 \begin_inset Text
6533
6534 \begin_layout Plain Layout
6535
6536 \end_layout
6537
6538 \end_inset
6539 </cell>
6540 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6541 \begin_inset Text
6542
6543 \begin_layout Plain Layout
6544
6545 \end_layout
6546
6547 \end_inset
6548 </cell>
6549 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6550 \begin_inset Text
6551
6552 \begin_layout Plain Layout
6553
6554 \end_layout
6555
6556 \end_inset
6557 </cell>
6558 </row>
6559 <row>
6560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6561 \begin_inset Text
6562
6563 \begin_layout Plain Layout
6564 1
6565 \end_layout
6566
6567 \end_inset
6568 </cell>
6569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6570 \begin_inset Text
6571
6572 \begin_layout Plain Layout
6573 2
6574 \end_layout
6575
6576 \end_inset
6577 </cell>
6578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6579 \begin_inset Text
6580
6581 \begin_layout Plain Layout
6582 3
6583 \end_layout
6584
6585 \end_inset
6586 </cell>
6587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6588 \begin_inset Text
6589
6590 \begin_layout Plain Layout
6591 4
6592 \end_layout
6593
6594 \end_inset
6595 </cell>
6596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6597 \begin_inset Text
6598
6599 \begin_layout Plain Layout
6600 5
6601 \end_layout
6602
6603 \end_inset
6604 </cell>
6605 </row>
6606 <row>
6607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6608 \begin_inset Text
6609
6610 \begin_layout Plain Layout
6611 asd
6612 \end_layout
6613
6614 \end_inset
6615 </cell>
6616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6617 \begin_inset Text
6618
6619 \begin_layout Plain Layout
6620 s
6621 \end_layout
6622
6623 \end_inset
6624 </cell>
6625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6626 \begin_inset Text
6627
6628 \begin_layout Plain Layout
6629 s
6630 \end_layout
6631
6632 \end_inset
6633 </cell>
6634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6635 \begin_inset Text
6636
6637 \begin_layout Plain Layout
6638 s
6639 \end_layout
6640
6641 \end_inset
6642 </cell>
6643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6644 \begin_inset Text
6645
6646 \begin_layout Plain Layout
6647 asd
6648 \end_layout
6649
6650 \end_inset
6651 </cell>
6652 </row>
6653 <row>
6654 <cell alignment="center" valignment="top" topline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6664 \begin_inset Text
6665
6666 \begin_layout Plain Layout
6667 s
6668 \end_layout
6669
6670 \end_inset
6671 </cell>
6672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6673 \begin_inset Text
6674
6675 \begin_layout Plain Layout
6676 s
6677 \end_layout
6678
6679 \end_inset
6680 </cell>
6681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6682 \begin_inset Text
6683
6684 \begin_layout Plain Layout
6685 s
6686 \end_layout
6687
6688 \end_inset
6689 </cell>
6690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6691 \begin_inset Text
6692
6693 \begin_layout Plain Layout
6694 asd
6695 \end_layout
6696
6697 \end_inset
6698 </cell>
6699 </row>
6700 <row>
6701 <cell alignment="center" valignment="top" topline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6711 \begin_inset Text
6712
6713 \begin_layout Plain Layout
6714 s
6715 \end_layout
6716
6717 \end_inset
6718 </cell>
6719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6720 \begin_inset Text
6721
6722 \begin_layout Plain Layout
6723 s
6724 \end_layout
6725
6726 \end_inset
6727 </cell>
6728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6729 \begin_inset Text
6730
6731 \begin_layout Plain Layout
6732 s
6733 \end_layout
6734
6735 \end_inset
6736 </cell>
6737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6738 \begin_inset Text
6739
6740 \begin_layout Plain Layout
6741 asd
6742 \end_layout
6743
6744 \end_inset
6745 </cell>
6746 </row>
6747 <row>
6748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6758 \begin_inset Text
6759
6760 \begin_layout Plain Layout
6761 sad
6762 \end_layout
6763
6764 \end_inset
6765 </cell>
6766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6767 \begin_inset Text
6768
6769 \begin_layout Plain Layout
6770 asd
6771 \end_layout
6772
6773 \end_inset
6774 </cell>
6775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6776 \begin_inset Text
6777
6778 \begin_layout Plain Layout
6779 asd
6780 \end_layout
6781
6782 \end_inset
6783 </cell>
6784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6785 \begin_inset Text
6786
6787 \begin_layout Plain Layout
6788 asd
6789 \end_layout
6790
6791 \end_inset
6792 </cell>
6793 </row>
6794 </lyxtabular>
6795
6796 \end_inset
6797
6798
6799 \end_layout
6800
6801 \begin_layout Standard
6802 To reference a longtable, insert a label into the caption.
6803 \end_layout
6804
6805 \begin_layout Standard
6806 This is a reference to Table
6807 \begin_inset space ~
6808 \end_inset
6809
6810
6811 \begin_inset CommandInset ref
6812 LatexCommand ref
6813 reference "tab:RefExample"
6814
6815 \end_inset
6816
6817 .
6818 \end_layout
6819
6820 \begin_layout Standard
6821 The caption layout can be set together with all other captions of your document
6822  using the \SpecialChar LaTeX
6823 -package 
6824 \series bold
6825 caption
6826 \series default
6827
6828 \begin_inset Index idx
6829 status collapsed
6830
6831 \begin_layout Plain Layout
6832 \SpecialChar LaTeX
6833 -packages ! caption
6834 \end_layout
6835
6836 \end_inset
6837
6838 , see section
6839 \begin_inset space ~
6840 \end_inset
6841
6842
6843 \begin_inset CommandInset ref
6844 LatexCommand ref
6845 reference "sec:Caption-Formatting"
6846
6847 \end_inset
6848
6849 .
6850 \end_layout
6851
6852 \begin_layout Subsubsection
6853 Caption Width
6854 \begin_inset Index idx
6855 status collapsed
6856
6857 \begin_layout Plain Layout
6858 Longtables ! Caption Width
6859 \end_layout
6860
6861 \end_inset
6862
6863
6864 \end_layout
6865
6866 \begin_layout Standard
6867 The maximal width of caption lines is defined by the length 
6868 \series bold
6869
6870 \backslash
6871 LTcapwidth
6872 \series default
6873 .
6874  Its default value is 4
6875 \begin_inset space \thinspace{}
6876 \end_inset
6877
6878 in.
6879  To change it add the following command to your document preamble or as
6880  \SpecialChar TeX
6881  Code into your document before the longtable that should be affected
6882 \end_layout
6883
6884 \begin_layout Standard
6885
6886 \series bold
6887
6888 \backslash
6889 setlength{
6890 \backslash
6891 LTcapwidth}{width}
6892 \end_layout
6893
6894 \begin_layout Standard
6895 where the width could have one of the units listed in appendix
6896 \begin_inset space ~
6897 \end_inset
6898
6899
6900 \begin_inset CommandInset ref
6901 LatexCommand ref
6902 reference "cha:Units-available-in"
6903
6904 \end_inset
6905
6906 .
6907 \end_layout
6908
6909 \begin_layout Standard
6910 The following tables show the difference:
6911 \end_layout
6912
6913 \begin_layout Standard
6914 \begin_inset Tabular
6915 <lyxtabular version="3" rows="6" columns="5">
6916 <features islongtable="true" longtabularalignment="center">
6917 <column alignment="center" valignment="top">
6918 <column alignment="center" valignment="top">
6919 <column alignment="center" valignment="top">
6920 <column alignment="center" valignment="top">
6921 <column alignment="center" valignment="top">
6922 <row endfirsthead="true" caption="true">
6923 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6924 \begin_inset Text
6925
6926 \begin_layout Plain Layout
6927 \begin_inset Caption Standard
6928
6929 \begin_layout Plain Layout
6930 long full title with default width long full title with default width long
6931  full title with default width
6932 \begin_inset Argument 1
6933 status collapsed
6934
6935 \begin_layout Plain Layout
6936 caption with default width
6937 \end_layout
6938
6939 \end_inset
6940
6941
6942 \end_layout
6943
6944 \end_inset
6945
6946
6947 \end_layout
6948
6949 \end_inset
6950 </cell>
6951 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6952 \begin_inset Text
6953
6954 \begin_layout Plain Layout
6955
6956 \end_layout
6957
6958 \end_inset
6959 </cell>
6960 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6961 \begin_inset Text
6962
6963 \begin_layout Plain Layout
6964
6965 \end_layout
6966
6967 \end_inset
6968 </cell>
6969 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6970 \begin_inset Text
6971
6972 \begin_layout Plain Layout
6973
6974 \end_layout
6975
6976 \end_inset
6977 </cell>
6978 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6979 \begin_inset Text
6980
6981 \begin_layout Plain Layout
6982
6983 \end_layout
6984
6985 \end_inset
6986 </cell>
6987 </row>
6988 <row>
6989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6990 \begin_inset Text
6991
6992 \begin_layout Plain Layout
6993 1
6994 \end_layout
6995
6996 \end_inset
6997 </cell>
6998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6999 \begin_inset Text
7000
7001 \begin_layout Plain Layout
7002 2
7003 \end_layout
7004
7005 \end_inset
7006 </cell>
7007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7008 \begin_inset Text
7009
7010 \begin_layout Plain Layout
7011 3
7012 \end_layout
7013
7014 \end_inset
7015 </cell>
7016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7017 \begin_inset Text
7018
7019 \begin_layout Plain Layout
7020 4
7021 \end_layout
7022
7023 \end_inset
7024 </cell>
7025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7026 \begin_inset Text
7027
7028 \begin_layout Plain Layout
7029 5
7030 \end_layout
7031
7032 \end_inset
7033 </cell>
7034 </row>
7035 <row>
7036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7037 \begin_inset Text
7038
7039 \begin_layout Plain Layout
7040 asd
7041 \end_layout
7042
7043 \end_inset
7044 </cell>
7045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7046 \begin_inset Text
7047
7048 \begin_layout Plain Layout
7049 s
7050 \end_layout
7051
7052 \end_inset
7053 </cell>
7054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7055 \begin_inset Text
7056
7057 \begin_layout Plain Layout
7058 s
7059 \end_layout
7060
7061 \end_inset
7062 </cell>
7063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7064 \begin_inset Text
7065
7066 \begin_layout Plain Layout
7067 s
7068 \end_layout
7069
7070 \end_inset
7071 </cell>
7072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7073 \begin_inset Text
7074
7075 \begin_layout Plain Layout
7076 asd
7077 \end_layout
7078
7079 \end_inset
7080 </cell>
7081 </row>
7082 <row>
7083 <cell alignment="center" valignment="top" topline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7093 \begin_inset Text
7094
7095 \begin_layout Plain Layout
7096 s
7097 \end_layout
7098
7099 \end_inset
7100 </cell>
7101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7102 \begin_inset Text
7103
7104 \begin_layout Plain Layout
7105 s
7106 \end_layout
7107
7108 \end_inset
7109 </cell>
7110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7111 \begin_inset Text
7112
7113 \begin_layout Plain Layout
7114 s
7115 \end_layout
7116
7117 \end_inset
7118 </cell>
7119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7120 \begin_inset Text
7121
7122 \begin_layout Plain Layout
7123 asd
7124 \end_layout
7125
7126 \end_inset
7127 </cell>
7128 </row>
7129 <row>
7130 <cell alignment="center" valignment="top" topline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7140 \begin_inset Text
7141
7142 \begin_layout Plain Layout
7143 s
7144 \end_layout
7145
7146 \end_inset
7147 </cell>
7148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7149 \begin_inset Text
7150
7151 \begin_layout Plain Layout
7152 s
7153 \end_layout
7154
7155 \end_inset
7156 </cell>
7157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7158 \begin_inset Text
7159
7160 \begin_layout Plain Layout
7161 s
7162 \end_layout
7163
7164 \end_inset
7165 </cell>
7166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7167 \begin_inset Text
7168
7169 \begin_layout Plain Layout
7170 asd
7171 \end_layout
7172
7173 \end_inset
7174 </cell>
7175 </row>
7176 <row>
7177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7178 \begin_inset Text
7179
7180 \begin_layout Plain Layout
7181 asd
7182 \end_layout
7183
7184 \end_inset
7185 </cell>
7186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7187 \begin_inset Text
7188
7189 \begin_layout Plain Layout
7190 sad
7191 \end_layout
7192
7193 \end_inset
7194 </cell>
7195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7196 \begin_inset Text
7197
7198 \begin_layout Plain Layout
7199 asd
7200 \end_layout
7201
7202 \end_inset
7203 </cell>
7204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7205 \begin_inset Text
7206
7207 \begin_layout Plain Layout
7208 asd
7209 \end_layout
7210
7211 \end_inset
7212 </cell>
7213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7214 \begin_inset Text
7215
7216 \begin_layout Plain Layout
7217 asd
7218 \end_layout
7219
7220 \end_inset
7221 </cell>
7222 </row>
7223 </lyxtabular>
7224
7225 \end_inset
7226
7227
7228 \end_layout
7229
7230 \begin_layout Standard
7231 \begin_inset ERT
7232 status collapsed
7233
7234 \begin_layout Plain Layout
7235
7236
7237 \backslash
7238 setlength{
7239 \backslash
7240 LTcapwidth}{5cm}
7241 \end_layout
7242
7243 \end_inset
7244
7245
7246 \begin_inset Tabular
7247 <lyxtabular version="3" rows="6" columns="5">
7248 <features islongtable="true" longtabularalignment="center">
7249 <column alignment="center" valignment="top">
7250 <column alignment="center" valignment="top">
7251 <column alignment="center" valignment="top">
7252 <column alignment="center" valignment="top">
7253 <column alignment="center" valignment="top">
7254 <row endfirsthead="true" caption="true">
7255 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7256 \begin_inset Text
7257
7258 \begin_layout Plain Layout
7259 \begin_inset Caption Standard
7260
7261 \begin_layout Plain Layout
7262 long full title with width set to 5
7263 \begin_inset space \thinspace{}
7264 \end_inset
7265
7266 cm long full title with width set to 5
7267 \begin_inset space \thinspace{}
7268 \end_inset
7269
7270 cm long full title with width set to 5
7271 \begin_inset space \thinspace{}
7272 \end_inset
7273
7274 cm
7275 \begin_inset Argument 1
7276 status collapsed
7277
7278 \begin_layout Plain Layout
7279 caption with width
7280 \begin_inset space \thinspace{}
7281 \end_inset
7282
7283 =
7284 \begin_inset space \thinspace{}
7285 \end_inset
7286
7287 5
7288 \begin_inset space \thinspace{}
7289 \end_inset
7290
7291 cm
7292 \end_layout
7293
7294 \end_inset
7295
7296
7297 \end_layout
7298
7299 \end_inset
7300
7301
7302 \end_layout
7303
7304 \end_inset
7305 </cell>
7306 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7307 \begin_inset Text
7308
7309 \begin_layout Plain Layout
7310
7311 \end_layout
7312
7313 \end_inset
7314 </cell>
7315 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7316 \begin_inset Text
7317
7318 \begin_layout Plain Layout
7319
7320 \end_layout
7321
7322 \end_inset
7323 </cell>
7324 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7325 \begin_inset Text
7326
7327 \begin_layout Plain Layout
7328
7329 \end_layout
7330
7331 \end_inset
7332 </cell>
7333 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7334 \begin_inset Text
7335
7336 \begin_layout Plain Layout
7337
7338 \end_layout
7339
7340 \end_inset
7341 </cell>
7342 </row>
7343 <row>
7344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7345 \begin_inset Text
7346
7347 \begin_layout Plain Layout
7348 1
7349 \end_layout
7350
7351 \end_inset
7352 </cell>
7353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7354 \begin_inset Text
7355
7356 \begin_layout Plain Layout
7357 2
7358 \end_layout
7359
7360 \end_inset
7361 </cell>
7362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7363 \begin_inset Text
7364
7365 \begin_layout Plain Layout
7366 3
7367 \end_layout
7368
7369 \end_inset
7370 </cell>
7371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7372 \begin_inset Text
7373
7374 \begin_layout Plain Layout
7375 4
7376 \end_layout
7377
7378 \end_inset
7379 </cell>
7380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7381 \begin_inset Text
7382
7383 \begin_layout Plain Layout
7384 5
7385 \end_layout
7386
7387 \end_inset
7388 </cell>
7389 </row>
7390 <row>
7391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7392 \begin_inset Text
7393
7394 \begin_layout Plain Layout
7395 asd
7396 \end_layout
7397
7398 \end_inset
7399 </cell>
7400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7401 \begin_inset Text
7402
7403 \begin_layout Plain Layout
7404 s
7405 \end_layout
7406
7407 \end_inset
7408 </cell>
7409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7410 \begin_inset Text
7411
7412 \begin_layout Plain Layout
7413 s
7414 \end_layout
7415
7416 \end_inset
7417 </cell>
7418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7419 \begin_inset Text
7420
7421 \begin_layout Plain Layout
7422 s
7423 \end_layout
7424
7425 \end_inset
7426 </cell>
7427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7428 \begin_inset Text
7429
7430 \begin_layout Plain Layout
7431 asd
7432 \end_layout
7433
7434 \end_inset
7435 </cell>
7436 </row>
7437 <row>
7438 <cell alignment="center" valignment="top" topline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7448 \begin_inset Text
7449
7450 \begin_layout Plain Layout
7451 s
7452 \end_layout
7453
7454 \end_inset
7455 </cell>
7456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7457 \begin_inset Text
7458
7459 \begin_layout Plain Layout
7460 s
7461 \end_layout
7462
7463 \end_inset
7464 </cell>
7465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7466 \begin_inset Text
7467
7468 \begin_layout Plain Layout
7469 s
7470 \end_layout
7471
7472 \end_inset
7473 </cell>
7474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7475 \begin_inset Text
7476
7477 \begin_layout Plain Layout
7478 asd
7479 \end_layout
7480
7481 \end_inset
7482 </cell>
7483 </row>
7484 <row>
7485 <cell alignment="center" valignment="top" topline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7495 \begin_inset Text
7496
7497 \begin_layout Plain Layout
7498 s
7499 \end_layout
7500
7501 \end_inset
7502 </cell>
7503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7504 \begin_inset Text
7505
7506 \begin_layout Plain Layout
7507 s
7508 \end_layout
7509
7510 \end_inset
7511 </cell>
7512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7513 \begin_inset Text
7514
7515 \begin_layout Plain Layout
7516 s
7517 \end_layout
7518
7519 \end_inset
7520 </cell>
7521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7522 \begin_inset Text
7523
7524 \begin_layout Plain Layout
7525 asd
7526 \end_layout
7527
7528 \end_inset
7529 </cell>
7530 </row>
7531 <row>
7532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7533 \begin_inset Text
7534
7535 \begin_layout Plain Layout
7536 asd
7537 \end_layout
7538
7539 \end_inset
7540 </cell>
7541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7542 \begin_inset Text
7543
7544 \begin_layout Plain Layout
7545 sad
7546 \end_layout
7547
7548 \end_inset
7549 </cell>
7550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7551 \begin_inset Text
7552
7553 \begin_layout Plain Layout
7554 asd
7555 \end_layout
7556
7557 \end_inset
7558 </cell>
7559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7560 \begin_inset Text
7561
7562 \begin_layout Plain Layout
7563 asd
7564 \end_layout
7565
7566 \end_inset
7567 </cell>
7568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7569 \begin_inset Text
7570
7571 \begin_layout Plain Layout
7572 asd
7573 \end_layout
7574
7575 \end_inset
7576 </cell>
7577 </row>
7578 </lyxtabular>
7579
7580 \end_inset
7581
7582
7583 \end_layout
7584
7585 \begin_layout Standard
7586 \begin_inset ERT
7587 status collapsed
7588
7589 \begin_layout Plain Layout
7590
7591
7592 \backslash
7593 setlength{
7594 \backslash
7595 LTcapwidth}{4in}
7596 \end_layout
7597
7598 \end_inset
7599
7600
7601 \end_layout
7602
7603 \begin_layout Standard
7604 \begin_inset Note Greyedout
7605 status open
7606
7607 \begin_layout Plain Layout
7608
7609 \series bold
7610 Note:
7611 \series default
7612  When the \SpecialChar LaTeX
7613 -package 
7614 \series bold
7615 caption
7616 \series default
7617
7618 \begin_inset Index idx
7619 status collapsed
7620
7621 \begin_layout Plain Layout
7622 \SpecialChar LaTeX
7623 -packages ! caption
7624 \end_layout
7625
7626 \end_inset
7627
7628  is used, as in this document, the full page width is used for the caption
7629  when you use the default value of 4
7630 \begin_inset space \thinspace{}
7631 \end_inset
7632
7633 in for 
7634 \series bold
7635
7636 \backslash
7637 LTcapwidth
7638 \series default
7639 .
7640  To get in this case exactly a 4
7641 \begin_inset space \thinspace{}
7642 \end_inset
7643
7644 in wide caption, you can either use a value slightly different from 4.0
7645 \begin_inset space \thinspace{}
7646 \end_inset
7647
7648 in, e.
7649 \begin_inset space \thinspace{}
7650 \end_inset
7651
7652 g.
7653 \begin_inset space \space{}
7654 \end_inset
7655
7656 3.99
7657 \begin_inset space \thinspace{}
7658 \end_inset
7659
7660 in, or the \SpecialChar LaTeX
7661 -command 
7662 \series bold
7663
7664 \backslash
7665 captionsetup{width=value}
7666 \series default
7667  that is provided by the 
7668 \series bold
7669 caption
7670 \series default
7671 -package.
7672 \end_layout
7673
7674 \end_inset
7675
7676
7677 \end_layout
7678
7679 \begin_layout Subsubsection
7680 Different Captions for Table Pages
7681 \begin_inset Index idx
7682 status collapsed
7683
7684 \begin_layout Plain Layout
7685 Longtables ! Different Captions for Pages
7686 \end_layout
7687
7688 \end_inset
7689
7690
7691 \end_layout
7692
7693 \begin_layout Standard
7694 When the table captions for the following pages should differ from the one
7695  of the first table page, mark a empty row as header which contains a caption.
7696  Then right-click on the caption and select in the context menu 
7697 \family sans
7698 Caption
7699 \begin_inset space ~
7700 \end_inset
7701
7702 (LongTableNoNumber)
7703 \family default
7704 .
7705  Table
7706 \begin_inset space ~
7707 \end_inset
7708
7709
7710 \begin_inset CommandInset ref
7711 LatexCommand ref
7712 reference "tab:DiffCaptions"
7713
7714 \end_inset
7715
7716  is an example of a longtable with different heading where the second caption
7717  does not include the table number.
7718 \begin_inset Separator parbreak
7719 \end_inset
7720
7721
7722 \end_layout
7723
7724 \begin_layout Standard
7725 \align center
7726 \begin_inset Tabular
7727 <lyxtabular version="3" rows="59" columns="3">
7728 <features islongtable="true" longtabularalignment="center">
7729 <column alignment="left" valignment="top" width="0cm">
7730 <column alignment="left" valignment="top" width="0pt">
7731 <column alignment="center" valignment="top" width="0pt">
7732 <row endfirsthead="true" caption="true">
7733 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7734 \begin_inset Text
7735
7736 \begin_layout Plain Layout
7737 \begin_inset Caption Standard
7738
7739 \begin_layout Plain Layout
7740 Example Phone List
7741 \begin_inset CommandInset label
7742 LatexCommand label
7743 name "tab:DiffCaptions"
7744
7745 \end_inset
7746
7747
7748 \begin_inset Argument 1
7749 status collapsed
7750
7751 \begin_layout Plain Layout
7752 Example Phone List
7753 \end_layout
7754
7755 \end_inset
7756
7757
7758 \end_layout
7759
7760 \end_inset
7761
7762
7763 \end_layout
7764
7765 \end_inset
7766 </cell>
7767 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7768 \begin_inset Text
7769
7770 \begin_layout Plain Layout
7771
7772 \end_layout
7773
7774 \end_inset
7775 </cell>
7776 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7777 \begin_inset Text
7778
7779 \begin_layout Plain Layout
7780
7781 \end_layout
7782
7783 \end_inset
7784 </cell>
7785 </row>
7786 <row endfirsthead="true">
7787 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7788 \begin_inset Text
7789
7790 \begin_layout Plain Layout
7791
7792 \series bold
7793 Example Phone List (ignore the names)
7794 \end_layout
7795
7796 \end_inset
7797 </cell>
7798 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7799 \begin_inset Text
7800
7801 \begin_layout Plain Layout
7802
7803 \end_layout
7804
7805 \end_inset
7806 </cell>
7807 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7808 \begin_inset Text
7809
7810 \begin_layout Plain Layout
7811
7812 \end_layout
7813
7814 \end_inset
7815 </cell>
7816 </row>
7817 <row endfirsthead="true">
7818 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7819 \begin_inset Text
7820
7821 \begin_layout Plain Layout
7822
7823 \series bold
7824 NAME
7825 \end_layout
7826
7827 \end_inset
7828 </cell>
7829 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7830 \begin_inset Text
7831
7832 \begin_layout Plain Layout
7833
7834 \end_layout
7835
7836 \end_inset
7837 </cell>
7838 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7839 \begin_inset Text
7840
7841 \begin_layout Plain Layout
7842
7843 \series bold
7844 TEL.
7845 \end_layout
7846
7847 \end_inset
7848 </cell>
7849 </row>
7850 <row endhead="true" caption="true">
7851 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7852 \begin_inset Text
7853
7854 \begin_layout Plain Layout
7855 \begin_inset Caption LongTableNoNumber
7856
7857 \begin_layout Plain Layout
7858 Continued Example Phone List
7859 \end_layout
7860
7861 \end_inset
7862
7863
7864 \end_layout
7865
7866 \end_inset
7867 </cell>
7868 <cell multicolumn="2" alignment="left" valignment="top" leftline="true" usebox="none">
7869 \begin_inset Text
7870
7871 \begin_layout Plain Layout
7872
7873 \end_layout
7874
7875 \end_inset
7876 </cell>
7877 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7878 \begin_inset Text
7879
7880 \begin_layout Plain Layout
7881
7882 \end_layout
7883
7884 \end_inset
7885 </cell>
7886 </row>
7887 <row endhead="true">
7888 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7889 \begin_inset Text
7890
7891 \begin_layout Plain Layout
7892
7893 \series bold
7894 Example Phone List
7895 \end_layout
7896
7897 \end_inset
7898 </cell>
7899 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7900 \begin_inset Text
7901
7902 \begin_layout Plain Layout
7903
7904 \end_layout
7905
7906 \end_inset
7907 </cell>
7908 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7909 \begin_inset Text
7910
7911 \begin_layout Plain Layout
7912
7913 \end_layout
7914
7915 \end_inset
7916 </cell>
7917 </row>
7918 <row endhead="true">
7919 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7920 \begin_inset Text
7921
7922 \begin_layout Plain Layout
7923
7924 \series bold
7925 NAME
7926 \end_layout
7927
7928 \end_inset
7929 </cell>
7930 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7931 \begin_inset Text
7932
7933 \begin_layout Plain Layout
7934
7935 \end_layout
7936
7937 \end_inset
7938 </cell>
7939 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7940 \begin_inset Text
7941
7942 \begin_layout Plain Layout
7943
7944 \series bold
7945 TEL.
7946 \end_layout
7947
7948 \end_inset
7949 </cell>
7950 </row>
7951 <row endfoot="true">
7952 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7953 \begin_inset Text
7954
7955 \begin_layout Plain Layout
7956 continued on next page
7957 \end_layout
7958
7959 \end_inset
7960 </cell>
7961 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7962 \begin_inset Text
7963
7964 \begin_layout Plain Layout
7965
7966 \end_layout
7967
7968 \end_inset
7969 </cell>
7970 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7971 \begin_inset Text
7972
7973 \begin_layout Plain Layout
7974
7975 \end_layout
7976
7977 \end_inset
7978 </cell>
7979 </row>
7980 <row>
7981 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7982 \begin_inset Text
7983
7984 \begin_layout Plain Layout
7985
7986 \series bold
7987 Annovi
7988 \end_layout
7989
7990 \end_inset
7991 </cell>
7992 <cell alignment="left" valignment="top" rightline="true" usebox="none">
7993 \begin_inset Text
7994
7995 \begin_layout Plain Layout
7996 Silvia
7997 \end_layout
7998
7999 \end_inset
8000 </cell>
8001 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8002 \begin_inset Text
8003
8004 \begin_layout Plain Layout
8005 111
8006 \end_layout
8007
8008 \end_inset
8009 </cell>
8010 </row>
8011 <row>
8012 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8013 \begin_inset Text
8014
8015 \begin_layout Plain Layout
8016
8017 \series bold
8018 Bertoli
8019 \end_layout
8020
8021 \end_inset
8022 </cell>
8023 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8024 \begin_inset Text
8025
8026 \begin_layout Plain Layout
8027 Stefano
8028 \end_layout
8029
8030 \end_inset
8031 </cell>
8032 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8033 \begin_inset Text
8034
8035 \begin_layout Plain Layout
8036 111
8037 \end_layout
8038
8039 \end_inset
8040 </cell>
8041 </row>
8042 <row>
8043 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8044 \begin_inset Text
8045
8046 \begin_layout Plain Layout
8047
8048 \series bold
8049 Bozzi
8050 \end_layout
8051
8052 \end_inset
8053 </cell>
8054 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8055 \begin_inset Text
8056
8057 \begin_layout Plain Layout
8058 Walter
8059 \end_layout
8060
8061 \end_inset
8062 </cell>
8063 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8064 \begin_inset Text
8065
8066 \begin_layout Plain Layout
8067 111
8068 \end_layout
8069
8070 \end_inset
8071 </cell>
8072 </row>
8073 <row>
8074 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8075 \begin_inset Text
8076
8077 \begin_layout Plain Layout
8078
8079 \series bold
8080 Cachia
8081 \end_layout
8082
8083 \end_inset
8084 </cell>
8085 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8086 \begin_inset Text
8087
8088 \begin_layout Plain Layout
8089 Maria
8090 \end_layout
8091
8092 \end_inset
8093 </cell>
8094 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8095 \begin_inset Text
8096
8097 \begin_layout Plain Layout
8098 111
8099 \end_layout
8100
8101 \end_inset
8102 </cell>
8103 </row>
8104 <row>
8105 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8106 \begin_inset Text
8107
8108 \begin_layout Plain Layout
8109
8110 \series bold
8111 Cachia
8112 \end_layout
8113
8114 \end_inset
8115 </cell>
8116 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8117 \begin_inset Text
8118
8119 \begin_layout Plain Layout
8120 Maurizio
8121 \end_layout
8122
8123 \end_inset
8124 </cell>
8125 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8126 \begin_inset Text
8127
8128 \begin_layout Plain Layout
8129 111
8130 \end_layout
8131
8132 \end_inset
8133 </cell>
8134 </row>
8135 <row>
8136 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8137 \begin_inset Text
8138
8139 \begin_layout Plain Layout
8140
8141 \series bold
8142 Cinquemani
8143 \end_layout
8144
8145 \end_inset
8146 </cell>
8147 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8148 \begin_inset Text
8149
8150 \begin_layout Plain Layout
8151 Giusi
8152 \end_layout
8153
8154 \end_inset
8155 </cell>
8156 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8157 \begin_inset Text
8158
8159 \begin_layout Plain Layout
8160 111
8161 \end_layout
8162
8163 \end_inset
8164 </cell>
8165 </row>
8166 <row>
8167 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8168 \begin_inset Text
8169
8170 \begin_layout Plain Layout
8171
8172 \series bold
8173 Colin
8174 \end_layout
8175
8176 \end_inset
8177 </cell>
8178 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8179 \begin_inset Text
8180
8181 \begin_layout Plain Layout
8182 Bernard
8183 \end_layout
8184
8185 \end_inset
8186 </cell>
8187 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8188 \begin_inset Text
8189
8190 \begin_layout Plain Layout
8191 111
8192 \end_layout
8193
8194 \end_inset
8195 </cell>
8196 </row>
8197 <row>
8198 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8199 \begin_inset Text
8200
8201 \begin_layout Plain Layout
8202
8203 \series bold
8204 Concli
8205 \end_layout
8206
8207 \end_inset
8208 </cell>
8209 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8210 \begin_inset Text
8211
8212 \begin_layout Plain Layout
8213 Gianfranco
8214 \end_layout
8215
8216 \end_inset
8217 </cell>
8218 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8219 \begin_inset Text
8220
8221 \begin_layout Plain Layout
8222 111
8223 \end_layout
8224
8225 \end_inset
8226 </cell>
8227 </row>
8228 <row>
8229 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8230 \begin_inset Text
8231
8232 \begin_layout Plain Layout
8233
8234 \series bold
8235 Dal Bosco
8236 \end_layout
8237
8238 \end_inset
8239 </cell>
8240 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8241 \begin_inset Text
8242
8243 \begin_layout Plain Layout
8244 Carolina
8245 \end_layout
8246
8247 \end_inset
8248 </cell>
8249 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8250 \begin_inset Text
8251
8252 \begin_layout Plain Layout
8253 111
8254 \end_layout
8255
8256 \end_inset
8257 </cell>
8258 </row>
8259 <row>
8260 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8261 \begin_inset Text
8262
8263 \begin_layout Plain Layout
8264
8265 \series bold
8266 Dalpiaz
8267 \end_layout
8268
8269 \end_inset
8270 </cell>
8271 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8272 \begin_inset Text
8273
8274 \begin_layout Plain Layout
8275 Annamaria
8276 \end_layout
8277
8278 \end_inset
8279 </cell>
8280 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8281 \begin_inset Text
8282
8283 \begin_layout Plain Layout
8284 111
8285 \end_layout
8286
8287 \end_inset
8288 </cell>
8289 </row>
8290 <row>
8291 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8292 \begin_inset Text
8293
8294 \begin_layout Plain Layout
8295
8296 \series bold
8297 Feliciello
8298 \end_layout
8299
8300 \end_inset
8301 </cell>
8302 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8303 \begin_inset Text
8304
8305 \begin_layout Plain Layout
8306 Domenico
8307 \end_layout
8308
8309 \end_inset
8310 </cell>
8311 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8312 \begin_inset Text
8313
8314 \begin_layout Plain Layout
8315 111
8316 \end_layout
8317
8318 \end_inset
8319 </cell>
8320 </row>
8321 <row>
8322 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8323 \begin_inset Text
8324
8325 \begin_layout Plain Layout
8326
8327 \series bold
8328 Focarelli
8329 \end_layout
8330
8331 \end_inset
8332 </cell>
8333 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8334 \begin_inset Text
8335
8336 \begin_layout Plain Layout
8337 Paola
8338 \end_layout
8339
8340 \end_inset
8341 </cell>
8342 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8343 \begin_inset Text
8344
8345 \begin_layout Plain Layout
8346 111
8347 \end_layout
8348
8349 \end_inset
8350 </cell>
8351 </row>
8352 <row>
8353 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8354 \begin_inset Text
8355
8356 \begin_layout Plain Layout
8357
8358 \series bold
8359 Galletti
8360 \end_layout
8361
8362 \end_inset
8363 </cell>
8364 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8365 \begin_inset Text
8366
8367 \begin_layout Plain Layout
8368 Oreste
8369 \end_layout
8370
8371 \end_inset
8372 </cell>
8373 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8374 \begin_inset Text
8375
8376 \begin_layout Plain Layout
8377 111
8378 \end_layout
8379
8380 \end_inset
8381 </cell>
8382 </row>
8383 <row>
8384 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8385 \begin_inset Text
8386
8387 \begin_layout Plain Layout
8388
8389 \series bold
8390 Gasparini
8391 \end_layout
8392
8393 \end_inset
8394 </cell>
8395 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8396 \begin_inset Text
8397
8398 \begin_layout Plain Layout
8399 Franca
8400 \end_layout
8401
8402 \end_inset
8403 </cell>
8404 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8405 \begin_inset Text
8406
8407 \begin_layout Plain Layout
8408 111
8409 \end_layout
8410
8411 \end_inset
8412 </cell>
8413 </row>
8414 <row>
8415 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8416 \begin_inset Text
8417
8418 \begin_layout Plain Layout
8419
8420 \series bold
8421 Rizzardi
8422 \series default
8423
8424 \begin_inset Foot
8425 status open
8426
8427 \begin_layout Plain Layout
8428 Example footnote
8429 \end_layout
8430
8431 \end_inset
8432
8433
8434 \end_layout
8435
8436 \end_inset
8437 </cell>
8438 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8439 \begin_inset Text
8440
8441 \begin_layout Plain Layout
8442 Paola
8443 \end_layout
8444
8445 \end_inset
8446 </cell>
8447 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8448 \begin_inset Text
8449
8450 \begin_layout Plain Layout
8451 111
8452 \end_layout
8453
8454 \end_inset
8455 </cell>
8456 </row>
8457 <row>
8458 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8459 \begin_inset Text
8460
8461 \begin_layout Plain Layout
8462
8463 \series bold
8464 Lassini
8465 \end_layout
8466
8467 \end_inset
8468 </cell>
8469 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8470 \begin_inset Text
8471
8472 \begin_layout Plain Layout
8473 Giancarlo
8474 \end_layout
8475
8476 \end_inset
8477 </cell>
8478 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8479 \begin_inset Text
8480
8481 \begin_layout Plain Layout
8482 111
8483 \end_layout
8484
8485 \end_inset
8486 </cell>
8487 </row>
8488 <row>
8489 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8490 \begin_inset Text
8491
8492 \begin_layout Plain Layout
8493
8494 \series bold
8495 Malfatti
8496 \end_layout
8497
8498 \end_inset
8499 </cell>
8500 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8501 \begin_inset Text
8502
8503 \begin_layout Plain Layout
8504 Luciano
8505 \end_layout
8506
8507 \end_inset
8508 </cell>
8509 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8510 \begin_inset Text
8511
8512 \begin_layout Plain Layout
8513 111
8514 \end_layout
8515
8516 \end_inset
8517 </cell>
8518 </row>
8519 <row>
8520 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8521 \begin_inset Text
8522
8523 \begin_layout Plain Layout
8524
8525 \series bold
8526 Malfatti
8527 \end_layout
8528
8529 \end_inset
8530 </cell>
8531 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8532 \begin_inset Text
8533
8534 \begin_layout Plain Layout
8535 Valeriano
8536 \end_layout
8537
8538 \end_inset
8539 </cell>
8540 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8541 \begin_inset Text
8542
8543 \begin_layout Plain Layout
8544 111
8545 \end_layout
8546
8547 \end_inset
8548 </cell>
8549 </row>
8550 <row>
8551 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8552 \begin_inset Text
8553
8554 \begin_layout Plain Layout
8555
8556 \series bold
8557 Meneguzzo
8558 \end_layout
8559
8560 \end_inset
8561 </cell>
8562 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8563 \begin_inset Text
8564
8565 \begin_layout Plain Layout
8566 Roberto
8567 \end_layout
8568
8569 \end_inset
8570 </cell>
8571 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8572 \begin_inset Text
8573
8574 \begin_layout Plain Layout
8575 111
8576 \end_layout
8577
8578 \end_inset
8579 </cell>
8580 </row>
8581 <row>
8582 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8583 \begin_inset Text
8584
8585 \begin_layout Plain Layout
8586
8587 \series bold
8588 Mezzadra
8589 \end_layout
8590
8591 \end_inset
8592 </cell>
8593 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8594 \begin_inset Text
8595
8596 \begin_layout Plain Layout
8597 Roberto
8598 \end_layout
8599
8600 \end_inset
8601 </cell>
8602 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8603 \begin_inset Text
8604
8605 \begin_layout Plain Layout
8606 111
8607 \end_layout
8608
8609 \end_inset
8610 </cell>
8611 </row>
8612 <row>
8613 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8614 \begin_inset Text
8615
8616 \begin_layout Plain Layout
8617
8618 \series bold
8619 Pirpamer
8620 \end_layout
8621
8622 \end_inset
8623 </cell>
8624 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8625 \begin_inset Text
8626
8627 \begin_layout Plain Layout
8628 Erich
8629 \end_layout
8630
8631 \end_inset
8632 </cell>
8633 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8634 \begin_inset Text
8635
8636 \begin_layout Plain Layout
8637 111
8638 \end_layout
8639
8640 \end_inset
8641 </cell>
8642 </row>
8643 <row>
8644 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8645 \begin_inset Text
8646
8647 \begin_layout Plain Layout
8648
8649 \series bold
8650 Pochiesa
8651 \end_layout
8652
8653 \end_inset
8654 </cell>
8655 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8656 \begin_inset Text
8657
8658 \begin_layout Plain Layout
8659 Paolo
8660 \end_layout
8661
8662 \end_inset
8663 </cell>
8664 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8665 \begin_inset Text
8666
8667 \begin_layout Plain Layout
8668 111, 222
8669 \end_layout
8670
8671 \end_inset
8672 </cell>
8673 </row>
8674 <row>
8675 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8676 \begin_inset Text
8677
8678 \begin_layout Plain Layout
8679
8680 \series bold
8681 Radina
8682 \end_layout
8683
8684 \end_inset
8685 </cell>
8686 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8687 \begin_inset Text
8688
8689 \begin_layout Plain Layout
8690 Claudio
8691 \end_layout
8692
8693 \end_inset
8694 </cell>
8695 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8696 \begin_inset Text
8697
8698 \begin_layout Plain Layout
8699 111
8700 \end_layout
8701
8702 \end_inset
8703 </cell>
8704 </row>
8705 <row>
8706 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8707 \begin_inset Text
8708
8709 \begin_layout Plain Layout
8710
8711 \series bold
8712 Stuffer
8713 \end_layout
8714
8715 \end_inset
8716 </cell>
8717 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8718 \begin_inset Text
8719
8720 \begin_layout Plain Layout
8721 Oskar
8722 \end_layout
8723
8724 \end_inset
8725 </cell>
8726 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8727 \begin_inset Text
8728
8729 \begin_layout Plain Layout
8730 111
8731 \end_layout
8732
8733 \end_inset
8734 </cell>
8735 </row>
8736 <row>
8737 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8738 \begin_inset Text
8739
8740 \begin_layout Plain Layout
8741
8742 \series bold
8743 Tacchelli
8744 \end_layout
8745
8746 \end_inset
8747 </cell>
8748 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8749 \begin_inset Text
8750
8751 \begin_layout Plain Layout
8752 Ugo
8753 \end_layout
8754
8755 \end_inset
8756 </cell>
8757 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8758 \begin_inset Text
8759
8760 \begin_layout Plain Layout
8761 111
8762 \end_layout
8763
8764 \end_inset
8765 </cell>
8766 </row>
8767 <row>
8768 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8769 \begin_inset Text
8770
8771 \begin_layout Plain Layout
8772
8773 \series bold
8774 Tezzele
8775 \end_layout
8776
8777 \end_inset
8778 </cell>
8779 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8780 \begin_inset Text
8781
8782 \begin_layout Plain Layout
8783 Margit
8784 \end_layout
8785
8786 \end_inset
8787 </cell>
8788 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8789 \begin_inset Text
8790
8791 \begin_layout Plain Layout
8792 111
8793 \end_layout
8794
8795 \end_inset
8796 </cell>
8797 </row>
8798 <row>
8799 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8800 \begin_inset Text
8801
8802 \begin_layout Plain Layout
8803
8804 \series bold
8805 Unterkalmsteiner
8806 \end_layout
8807
8808 \end_inset
8809 </cell>
8810 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8811 \begin_inset Text
8812
8813 \begin_layout Plain Layout
8814 Frieda
8815 \end_layout
8816
8817 \end_inset
8818 </cell>
8819 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8820 \begin_inset Text
8821
8822 \begin_layout Plain Layout
8823 111
8824 \end_layout
8825
8826 \end_inset
8827 </cell>
8828 </row>
8829 <row>
8830 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8831 \begin_inset Text
8832
8833 \begin_layout Plain Layout
8834
8835 \series bold
8836 Vieider
8837 \end_layout
8838
8839 \end_inset
8840 </cell>
8841 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8842 \begin_inset Text
8843
8844 \begin_layout Plain Layout
8845 Hilde
8846 \end_layout
8847
8848 \end_inset
8849 </cell>
8850 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8851 \begin_inset Text
8852
8853 \begin_layout Plain Layout
8854 111
8855 \end_layout
8856
8857 \end_inset
8858 </cell>
8859 </row>
8860 <row>
8861 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8862 \begin_inset Text
8863
8864 \begin_layout Plain Layout
8865
8866 \series bold
8867 Vigna
8868 \end_layout
8869
8870 \end_inset
8871 </cell>
8872 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8873 \begin_inset Text
8874
8875 \begin_layout Plain Layout
8876 Jürgen
8877 \end_layout
8878
8879 \end_inset
8880 </cell>
8881 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8882 \begin_inset Text
8883
8884 \begin_layout Plain Layout
8885 111
8886 \end_layout
8887
8888 \end_inset
8889 </cell>
8890 </row>
8891 <row>
8892 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8893 \begin_inset Text
8894
8895 \begin_layout Plain Layout
8896
8897 \series bold
8898 Weber
8899 \end_layout
8900
8901 \end_inset
8902 </cell>
8903 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8904 \begin_inset Text
8905
8906 \begin_layout Plain Layout
8907 Maurizio
8908 \end_layout
8909
8910 \end_inset
8911 </cell>
8912 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8913 \begin_inset Text
8914
8915 \begin_layout Plain Layout
8916 111
8917 \end_layout
8918
8919 \end_inset
8920 </cell>
8921 </row>
8922 <row>
8923 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8924 \begin_inset Text
8925
8926 \begin_layout Plain Layout
8927
8928 \series bold
8929 Winkler
8930 \end_layout
8931
8932 \end_inset
8933 </cell>
8934 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
8935 \begin_inset Text
8936
8937 \begin_layout Plain Layout
8938 Franz
8939 \end_layout
8940
8941 \end_inset
8942 </cell>
8943 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8944 \begin_inset Text
8945
8946 \begin_layout Plain Layout
8947 111
8948 \end_layout
8949
8950 \end_inset
8951 </cell>
8952 </row>
8953 <row>
8954 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8955 \begin_inset Text
8956
8957 \begin_layout Plain Layout
8958  
8959 \end_layout
8960
8961 \end_inset
8962 </cell>
8963 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8964 \begin_inset Text
8965
8966 \begin_layout Plain Layout
8967
8968 \end_layout
8969
8970 \end_inset
8971 </cell>
8972 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8973 \begin_inset Text
8974
8975 \begin_layout Plain Layout
8976
8977 \end_layout
8978
8979 \end_inset
8980 </cell>
8981 </row>
8982 <row>
8983 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8984 \begin_inset Text
8985
8986 \begin_layout Plain Layout
8987
8988 \series bold
8989 Annovi
8990 \end_layout
8991
8992 \end_inset
8993 </cell>
8994 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8995 \begin_inset Text
8996
8997 \begin_layout Plain Layout
8998 Silvia
8999 \end_layout
9000
9001 \end_inset
9002 </cell>
9003 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9004 \begin_inset Text
9005
9006 \begin_layout Plain Layout
9007 555
9008 \end_layout
9009
9010 \end_inset
9011 </cell>
9012 </row>
9013 <row>
9014 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9015 \begin_inset Text
9016
9017 \begin_layout Plain Layout
9018
9019 \series bold
9020 Bertoli
9021 \end_layout
9022
9023 \end_inset
9024 </cell>
9025 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9026 \begin_inset Text
9027
9028 \begin_layout Plain Layout
9029 Stefano
9030 \end_layout
9031
9032 \end_inset
9033 </cell>
9034 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9035 \begin_inset Text
9036
9037 \begin_layout Plain Layout
9038 555
9039 \end_layout
9040
9041 \end_inset
9042 </cell>
9043 </row>
9044 <row>
9045 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9046 \begin_inset Text
9047
9048 \begin_layout Plain Layout
9049
9050 \series bold
9051 Bozzi
9052 \end_layout
9053
9054 \end_inset
9055 </cell>
9056 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9057 \begin_inset Text
9058
9059 \begin_layout Plain Layout
9060 Walter
9061 \end_layout
9062
9063 \end_inset
9064 </cell>
9065 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9066 \begin_inset Text
9067
9068 \begin_layout Plain Layout
9069 555
9070 \end_layout
9071
9072 \end_inset
9073 </cell>
9074 </row>
9075 <row>
9076 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9077 \begin_inset Text
9078
9079 \begin_layout Plain Layout
9080
9081 \series bold
9082 Cachia
9083 \end_layout
9084
9085 \end_inset
9086 </cell>
9087 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9088 \begin_inset Text
9089
9090 \begin_layout Plain Layout
9091 Maria
9092 \end_layout
9093
9094 \end_inset
9095 </cell>
9096 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9097 \begin_inset Text
9098
9099 \begin_layout Plain Layout
9100 555
9101 \end_layout
9102
9103 \end_inset
9104 </cell>
9105 </row>
9106 <row>
9107 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9108 \begin_inset Text
9109
9110 \begin_layout Plain Layout
9111
9112 \series bold
9113 Cachia
9114 \end_layout
9115
9116 \end_inset
9117 </cell>
9118 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9119 \begin_inset Text
9120
9121 \begin_layout Plain Layout
9122 Maurizio
9123 \end_layout
9124
9125 \end_inset
9126 </cell>
9127 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9128 \begin_inset Text
9129
9130 \begin_layout Plain Layout
9131 555
9132 \end_layout
9133
9134 \end_inset
9135 </cell>
9136 </row>
9137 <row>
9138 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9139 \begin_inset Text
9140
9141 \begin_layout Plain Layout
9142
9143 \series bold
9144 Cinquemani
9145 \end_layout
9146
9147 \end_inset
9148 </cell>
9149 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9150 \begin_inset Text
9151
9152 \begin_layout Plain Layout
9153 Giusi
9154 \end_layout
9155
9156 \end_inset
9157 </cell>
9158 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9159 \begin_inset Text
9160
9161 \begin_layout Plain Layout
9162 555
9163 \end_layout
9164
9165 \end_inset
9166 </cell>
9167 </row>
9168 <row>
9169 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9170 \begin_inset Text
9171
9172 \begin_layout Plain Layout
9173
9174 \series bold
9175 Colin
9176 \end_layout
9177
9178 \end_inset
9179 </cell>
9180 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9181 \begin_inset Text
9182
9183 \begin_layout Plain Layout
9184 Bernard
9185 \end_layout
9186
9187 \end_inset
9188 </cell>
9189 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9190 \begin_inset Text
9191
9192 \begin_layout Plain Layout
9193 555
9194 \end_layout
9195
9196 \end_inset
9197 </cell>
9198 </row>
9199 <row>
9200 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9201 \begin_inset Text
9202
9203 \begin_layout Plain Layout
9204
9205 \series bold
9206 Concli
9207 \end_layout
9208
9209 \end_inset
9210 </cell>
9211 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9212 \begin_inset Text
9213
9214 \begin_layout Plain Layout
9215 Gianfranco
9216 \end_layout
9217
9218 \end_inset
9219 </cell>
9220 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9221 \begin_inset Text
9222
9223 \begin_layout Plain Layout
9224 555
9225 \end_layout
9226
9227 \end_inset
9228 </cell>
9229 </row>
9230 <row>
9231 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9232 \begin_inset Text
9233
9234 \begin_layout Plain Layout
9235
9236 \series bold
9237 Dal Bosco
9238 \end_layout
9239
9240 \end_inset
9241 </cell>
9242 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9243 \begin_inset Text
9244
9245 \begin_layout Plain Layout
9246 Carolina
9247 \end_layout
9248
9249 \end_inset
9250 </cell>
9251 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9252 \begin_inset Text
9253
9254 \begin_layout Plain Layout
9255 555
9256 \end_layout
9257
9258 \end_inset
9259 </cell>
9260 </row>
9261 <row>
9262 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9263 \begin_inset Text
9264
9265 \begin_layout Plain Layout
9266
9267 \series bold
9268 Dalpiaz
9269 \end_layout
9270
9271 \end_inset
9272 </cell>
9273 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9274 \begin_inset Text
9275
9276 \begin_layout Plain Layout
9277 Annamaria
9278 \end_layout
9279
9280 \end_inset
9281 </cell>
9282 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9283 \begin_inset Text
9284
9285 \begin_layout Plain Layout
9286 555
9287 \end_layout
9288
9289 \end_inset
9290 </cell>
9291 </row>
9292 <row>
9293 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9294 \begin_inset Text
9295
9296 \begin_layout Plain Layout
9297
9298 \series bold
9299 Feliciello
9300 \end_layout
9301
9302 \end_inset
9303 </cell>
9304 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9305 \begin_inset Text
9306
9307 \begin_layout Plain Layout
9308 Domenico
9309 \end_layout
9310
9311 \end_inset
9312 </cell>
9313 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9314 \begin_inset Text
9315
9316 \begin_layout Plain Layout
9317 555
9318 \end_layout
9319
9320 \end_inset
9321 </cell>
9322 </row>
9323 <row>
9324 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9325 \begin_inset Text
9326
9327 \begin_layout Plain Layout
9328
9329 \series bold
9330 Focarelli
9331 \end_layout
9332
9333 \end_inset
9334 </cell>
9335 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9336 \begin_inset Text
9337
9338 \begin_layout Plain Layout
9339 Paola
9340 \end_layout
9341
9342 \end_inset
9343 </cell>
9344 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9345 \begin_inset Text
9346
9347 \begin_layout Plain Layout
9348 555
9349 \end_layout
9350
9351 \end_inset
9352 </cell>
9353 </row>
9354 <row>
9355 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9356 \begin_inset Text
9357
9358 \begin_layout Plain Layout
9359
9360 \series bold
9361 Galletti
9362 \end_layout
9363
9364 \end_inset
9365 </cell>
9366 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9367 \begin_inset Text
9368
9369 \begin_layout Plain Layout
9370 Oreste
9371 \end_layout
9372
9373 \end_inset
9374 </cell>
9375 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9376 \begin_inset Text
9377
9378 \begin_layout Plain Layout
9379 555
9380 \end_layout
9381
9382 \end_inset
9383 </cell>
9384 </row>
9385 <row>
9386 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9387 \begin_inset Text
9388
9389 \begin_layout Plain Layout
9390
9391 \series bold
9392 Gasparini
9393 \end_layout
9394
9395 \end_inset
9396 </cell>
9397 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9398 \begin_inset Text
9399
9400 \begin_layout Plain Layout
9401 Franca
9402 \end_layout
9403
9404 \end_inset
9405 </cell>
9406 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9407 \begin_inset Text
9408
9409 \begin_layout Plain Layout
9410 555
9411 \end_layout
9412
9413 \end_inset
9414 </cell>
9415 </row>
9416 <row>
9417 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9418 \begin_inset Text
9419
9420 \begin_layout Plain Layout
9421
9422 \series bold
9423 Rizzardi
9424 \end_layout
9425
9426 \end_inset
9427 </cell>
9428 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9429 \begin_inset Text
9430
9431 \begin_layout Plain Layout
9432 Paola
9433 \end_layout
9434
9435 \end_inset
9436 </cell>
9437 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9438 \begin_inset Text
9439
9440 \begin_layout Plain Layout
9441 555
9442 \end_layout
9443
9444 \end_inset
9445 </cell>
9446 </row>
9447 <row>
9448 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9449 \begin_inset Text
9450
9451 \begin_layout Plain Layout
9452
9453 \series bold
9454 Lassini
9455 \end_layout
9456
9457 \end_inset
9458 </cell>
9459 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9460 \begin_inset Text
9461
9462 \begin_layout Plain Layout
9463 Giancarlo
9464 \end_layout
9465
9466 \end_inset
9467 </cell>
9468 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9469 \begin_inset Text
9470
9471 \begin_layout Plain Layout
9472 555
9473 \end_layout
9474
9475 \end_inset
9476 </cell>
9477 </row>
9478 <row>
9479 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9480 \begin_inset Text
9481
9482 \begin_layout Plain Layout
9483
9484 \series bold
9485 Malfatti
9486 \end_layout
9487
9488 \end_inset
9489 </cell>
9490 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9491 \begin_inset Text
9492
9493 \begin_layout Plain Layout
9494 Luciano
9495 \end_layout
9496
9497 \end_inset
9498 </cell>
9499 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9500 \begin_inset Text
9501
9502 \begin_layout Plain Layout
9503 555
9504 \end_layout
9505
9506 \end_inset
9507 </cell>
9508 </row>
9509 <row>
9510 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9511 \begin_inset Text
9512
9513 \begin_layout Plain Layout
9514
9515 \series bold
9516 Malfatti
9517 \end_layout
9518
9519 \end_inset
9520 </cell>
9521 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9522 \begin_inset Text
9523
9524 \begin_layout Plain Layout
9525 Valeriano
9526 \end_layout
9527
9528 \end_inset
9529 </cell>
9530 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9531 \begin_inset Text
9532
9533 \begin_layout Plain Layout
9534 555
9535 \end_layout
9536
9537 \end_inset
9538 </cell>
9539 </row>
9540 <row>
9541 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9542 \begin_inset Text
9543
9544 \begin_layout Plain Layout
9545
9546 \series bold
9547 Meneguzzo
9548 \end_layout
9549
9550 \end_inset
9551 </cell>
9552 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9553 \begin_inset Text
9554
9555 \begin_layout Plain Layout
9556 Roberto
9557 \end_layout
9558
9559 \end_inset
9560 </cell>
9561 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9562 \begin_inset Text
9563
9564 \begin_layout Plain Layout
9565 555
9566 \end_layout
9567
9568 \end_inset
9569 </cell>
9570 </row>
9571 <row>
9572 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9573 \begin_inset Text
9574
9575 \begin_layout Plain Layout
9576
9577 \series bold
9578 Mezzadra
9579 \end_layout
9580
9581 \end_inset
9582 </cell>
9583 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
9584 \begin_inset Text
9585
9586 \begin_layout Plain Layout
9587 Roberto
9588 \end_layout
9589
9590 \end_inset
9591 </cell>
9592 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9593 \begin_inset Text
9594
9595 \begin_layout Plain Layout
9596 555
9597 \end_layout
9598
9599 \end_inset
9600 </cell>
9601 </row>
9602 </lyxtabular>
9603
9604 \end_inset
9605
9606
9607 \end_layout
9608
9609 \begin_layout Section
9610 Special Longtable Issues
9611 \begin_inset CommandInset label
9612 LatexCommand label
9613 name "sec:Special-Longtable-Issues"
9614
9615 \end_inset
9616
9617
9618 \end_layout
9619
9620 \begin_layout Subsection
9621 Longtable Calculation
9622 \begin_inset Index idx
9623 status collapsed
9624
9625 \begin_layout Plain Layout
9626 Longtables ! Calculation
9627 \end_layout
9628
9629 \end_inset
9630
9631
9632 \end_layout
9633
9634 \begin_layout Standard
9635 \SpecialChar LaTeX
9636  calculates the height of table pages and their page breaks using so called
9637  chunks.
9638  Chunks are parts of tables that held at the same time in \SpecialChar LaTeX
9639 's memory.
9640  The default value was historically set to only 20 table rows.
9641  If you are using longtables with many pages this may slow down the creation
9642  of your document.
9643  You can safely increase the chunk size to values of 100-1000 by adding
9644  this command line to your document preamble:
9645 \end_layout
9646
9647 \begin_layout Standard
9648
9649 \series bold
9650
9651 \backslash
9652 setcounter{LTchunksize}{100}
9653 \end_layout
9654
9655 \begin_layout Subsection
9656 Floats and Longtables
9657 \begin_inset Index idx
9658 status collapsed
9659
9660 \begin_layout Plain Layout
9661 Longtables ! Floats
9662 \end_layout
9663
9664 \end_inset
9665
9666
9667 \end_layout
9668
9669 \begin_layout Standard
9670 There might be problems when a float appears on the same page where a longtable
9671  starts.
9672  To avoid such a situation, insert a 
9673 \begin_inset Quotes eld
9674 \end_inset
9675
9676 clear page
9677 \begin_inset Quotes erd
9678 \end_inset
9679
9680  (menu 
9681 \family sans
9682 Insert\SpecialChar menuseparator
9683 Formatting\SpecialChar menuseparator
9684 Clear
9685 \begin_inset space ~
9686 \end_inset
9687
9688 Page
9689 \family default
9690 ) before your longtable.
9691 \end_layout
9692
9693 \begin_layout Subsection
9694 Forced Page Breaks
9695 \begin_inset Index idx
9696 status collapsed
9697
9698 \begin_layout Plain Layout
9699 Longtables ! Forced Page Breaks
9700 \end_layout
9701
9702 \end_inset
9703
9704
9705 \end_layout
9706
9707 \begin_layout Standard
9708 By default tables are only broken between rows.
9709  If you have a cell with multiples lines and want to have a page break within
9710  the cell, insert the new line command 
9711 \begin_inset Quotes eld
9712 \end_inset
9713
9714
9715 \series bold
9716
9717 \backslash
9718
9719 \backslash
9720
9721 \series default
9722
9723 \begin_inset Quotes erd
9724 \end_inset
9725
9726  as \SpecialChar TeX
9727  Code at the point of the cell where it can be broken.
9728  Before the 
9729 \series bold
9730
9731 \backslash
9732
9733 \backslash
9734
9735 \series default
9736  command you have to insert in \SpecialChar TeX
9737  Code as many 
9738 \begin_inset Quotes eld
9739 \end_inset
9740
9741
9742 \series bold
9743 &
9744 \series default
9745
9746 \begin_inset Quotes erd
9747 \end_inset
9748
9749  characters as the number of the following table columns.
9750  The 
9751 \series bold
9752 &
9753 \series default
9754  is the character to separate table cells.
9755  Write in \SpecialChar TeX
9756  Code after each 
9757 \series bold
9758 &
9759 \series default
9760  the content of the corresponding following cell and delete the content
9761  of these cells.
9762 \begin_inset Newline newline
9763 \end_inset
9764
9765 After the 
9766 \series bold
9767
9768 \backslash
9769
9770 \backslash
9771
9772 \series default
9773  command, insert as many 
9774 \series bold
9775 &
9776 \series default
9777  characters as the number of table columns before the current column.
9778  In Table
9779 \begin_inset space ~
9780 \end_inset
9781
9782
9783 \begin_inset CommandInset ref
9784 LatexCommand ref
9785 reference "tab:ForcedPagebreak"
9786
9787 \end_inset
9788
9789  the cell that should be broken is in the second column followed by another
9790  column.
9791  Therefore the following command was inserted in the cell as \SpecialChar TeX
9792  Code after
9793  
9794 \begin_inset Quotes eld
9795 \end_inset
9796
9797
9798 \emph on
9799 Castelchiodato,
9800 \emph default
9801
9802 \begin_inset Quotes erd
9803 \end_inset
9804
9805 :
9806 \end_layout
9807
9808 \begin_layout Standard
9809
9810 \series bold
9811 & 111
9812 \backslash
9813
9814 \backslash
9815  
9816 \backslash
9817 newpage
9818 \begin_inset Newline newline
9819 \end_inset
9820
9821 &
9822 \end_layout
9823
9824 \begin_layout Standard
9825 The 
9826 \begin_inset Quotes eld
9827 \end_inset
9828
9829 111
9830 \begin_inset Quotes erd
9831 \end_inset
9832
9833  in the third column of the row was deleted.
9834  
9835 \series bold
9836
9837 \backslash
9838 newpage
9839 \series default
9840  is only needed when a page break should definitely occur at this position,
9841  otherwise it would be a conditional break.
9842  If your footer row of the longtable has for a certain reason no upper line
9843  but you would have a horizontal line where the cell is broken, use this
9844  command instead:
9845 \end_layout
9846
9847 \begin_layout Standard
9848
9849 \series bold
9850 & 111
9851 \backslash
9852
9853 \backslash
9854
9855 \begin_inset Newline newline
9856 \end_inset
9857
9858
9859 \backslash
9860 hline &
9861 \end_layout
9862
9863 \begin_layout Standard
9864 When the cell to be broken is in the last column, the command
9865 \end_layout
9866
9867 \begin_layout Standard
9868
9869 \series bold
9870
9871 \backslash
9872 setlength{
9873 \backslash
9874 parfillskip}{0pt}
9875 \end_layout
9876
9877 \begin_layout Standard
9878 must be inserted as \SpecialChar TeX
9879  Code at the beginning of the cell.
9880  This ensures that the part of the cell that will be displayed on the new
9881  page appears with the full width.
9882 \begin_inset Separator parbreak
9883 \end_inset
9884
9885
9886 \end_layout
9887
9888 \begin_layout Standard
9889 \align center
9890 \begin_inset Tabular
9891 <lyxtabular version="3" rows="38" columns="3">
9892 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9893 <column alignment="left" valignment="top" width="0cm">
9894 <column alignment="left" valignment="top" width="3cm">
9895 <column alignment="center" valignment="top" width="0pt">
9896 <row endfirsthead="true" caption="true">
9897 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9898 \begin_inset Text
9899
9900 \begin_layout Plain Layout
9901 \begin_inset Caption Standard
9902
9903 \begin_layout Plain Layout
9904 Table with forced page break in table cell
9905 \begin_inset CommandInset label
9906 LatexCommand label
9907 name "tab:ForcedPagebreak"
9908
9909 \end_inset
9910
9911
9912 \begin_inset Argument 1
9913 status collapsed
9914
9915 \begin_layout Plain Layout
9916 Table with forced page break in table cell
9917 \end_layout
9918
9919 \end_inset
9920
9921
9922 \end_layout
9923
9924 \end_inset
9925
9926
9927 \end_layout
9928
9929 \end_inset
9930 </cell>
9931 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9932 \begin_inset Text
9933
9934 \begin_layout Plain Layout
9935
9936 \end_layout
9937
9938 \end_inset
9939 </cell>
9940 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9941 \begin_inset Text
9942
9943 \begin_layout Plain Layout
9944
9945 \end_layout
9946
9947 \end_inset
9948 </cell>
9949 </row>
9950 <row endfirsthead="true">
9951 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9952 \begin_inset Text
9953
9954 \begin_layout Plain Layout
9955
9956 \series bold
9957 Example Phone List (ignore the names)
9958 \end_layout
9959
9960 \end_inset
9961 </cell>
9962 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9963 \begin_inset Text
9964
9965 \begin_layout Plain Layout
9966
9967 \end_layout
9968
9969 \end_inset
9970 </cell>
9971 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9972 \begin_inset Text
9973
9974 \begin_layout Plain Layout
9975
9976 \end_layout
9977
9978 \end_inset
9979 </cell>
9980 </row>
9981 <row endfirsthead="true">
9982 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9983 \begin_inset Text
9984
9985 \begin_layout Plain Layout
9986
9987 \series bold
9988 NAME
9989 \end_layout
9990
9991 \end_inset
9992 </cell>
9993 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9994 \begin_inset Text
9995
9996 \begin_layout Plain Layout
9997
9998 \end_layout
9999
10000 \end_inset
10001 </cell>
10002 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10003 \begin_inset Text
10004
10005 \begin_layout Plain Layout
10006
10007 \series bold
10008 TEL.
10009 \end_layout
10010
10011 \end_inset
10012 </cell>
10013 </row>
10014 <row endhead="true">
10015 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10016 \begin_inset Text
10017
10018 \begin_layout Plain Layout
10019 \begin_inset ERT
10020 status collapsed
10021
10022 \begin_layout Plain Layout
10023
10024
10025 \backslash
10026 caption*{Continued Example Phone List}
10027 \backslash
10028
10029 \backslash
10030 %
10031 \end_layout
10032
10033 \end_inset
10034
10035
10036 \end_layout
10037
10038 \end_inset
10039 </cell>
10040 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10041 \begin_inset Text
10042
10043 \begin_layout Plain Layout
10044
10045 \end_layout
10046
10047 \end_inset
10048 </cell>
10049 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10050 \begin_inset Text
10051
10052 \begin_layout Plain Layout
10053
10054 \end_layout
10055
10056 \end_inset
10057 </cell>
10058 </row>
10059 <row endhead="true">
10060 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10061 \begin_inset Text
10062
10063 \begin_layout Plain Layout
10064
10065 \series bold
10066 Example Phone List
10067 \end_layout
10068
10069 \end_inset
10070 </cell>
10071 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10072 \begin_inset Text
10073
10074 \begin_layout Plain Layout
10075
10076 \end_layout
10077
10078 \end_inset
10079 </cell>
10080 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10081 \begin_inset Text
10082
10083 \begin_layout Plain Layout
10084
10085 \end_layout
10086
10087 \end_inset
10088 </cell>
10089 </row>
10090 <row endhead="true">
10091 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10092 \begin_inset Text
10093
10094 \begin_layout Plain Layout
10095
10096 \series bold
10097 NAME
10098 \end_layout
10099
10100 \end_inset
10101 </cell>
10102 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10103 \begin_inset Text
10104
10105 \begin_layout Plain Layout
10106
10107 \end_layout
10108
10109 \end_inset
10110 </cell>
10111 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10112 \begin_inset Text
10113
10114 \begin_layout Plain Layout
10115
10116 \series bold
10117 TEL.
10118 \end_layout
10119
10120 \end_inset
10121 </cell>
10122 </row>
10123 <row endfoot="true">
10124 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10125 \begin_inset Text
10126
10127 \begin_layout Plain Layout
10128 continued on next page
10129 \end_layout
10130
10131 \end_inset
10132 </cell>
10133 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10134 \begin_inset Text
10135
10136 \begin_layout Plain Layout
10137
10138 \end_layout
10139
10140 \end_inset
10141 </cell>
10142 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10143 \begin_inset Text
10144
10145 \begin_layout Plain Layout
10146
10147 \end_layout
10148
10149 \end_inset
10150 </cell>
10151 </row>
10152 <row>
10153 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10154 \begin_inset Text
10155
10156 \begin_layout Plain Layout
10157
10158 \series bold
10159 Annovi
10160 \end_layout
10161
10162 \end_inset
10163 </cell>
10164 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10165 \begin_inset Text
10166
10167 \begin_layout Plain Layout
10168 Silvia
10169 \end_layout
10170
10171 \end_inset
10172 </cell>
10173 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10174 \begin_inset Text
10175
10176 \begin_layout Plain Layout
10177 111
10178 \end_layout
10179
10180 \end_inset
10181 </cell>
10182 </row>
10183 <row>
10184 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10185 \begin_inset Text
10186
10187 \begin_layout Plain Layout
10188
10189 \series bold
10190 Bertoli
10191 \end_layout
10192
10193 \end_inset
10194 </cell>
10195 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10196 \begin_inset Text
10197
10198 \begin_layout Plain Layout
10199 Stefano
10200 \end_layout
10201
10202 \end_inset
10203 </cell>
10204 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10205 \begin_inset Text
10206
10207 \begin_layout Plain Layout
10208 111
10209 \end_layout
10210
10211 \end_inset
10212 </cell>
10213 </row>
10214 <row>
10215 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10216 \begin_inset Text
10217
10218 \begin_layout Plain Layout
10219
10220 \series bold
10221 Bozzi
10222 \end_layout
10223
10224 \end_inset
10225 </cell>
10226 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10227 \begin_inset Text
10228
10229 \begin_layout Plain Layout
10230 Walter
10231 \end_layout
10232
10233 \end_inset
10234 </cell>
10235 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10236 \begin_inset Text
10237
10238 \begin_layout Plain Layout
10239 111
10240 \end_layout
10241
10242 \end_inset
10243 </cell>
10244 </row>
10245 <row>
10246 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10247 \begin_inset Text
10248
10249 \begin_layout Plain Layout
10250
10251 \series bold
10252 Cachia
10253 \end_layout
10254
10255 \end_inset
10256 </cell>
10257 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10258 \begin_inset Text
10259
10260 \begin_layout Plain Layout
10261 Maria
10262 \end_layout
10263
10264 \end_inset
10265 </cell>
10266 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10267 \begin_inset Text
10268
10269 \begin_layout Plain Layout
10270 111
10271 \end_layout
10272
10273 \end_inset
10274 </cell>
10275 </row>
10276 <row>
10277 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10278 \begin_inset Text
10279
10280 \begin_layout Plain Layout
10281
10282 \series bold
10283 Cachia
10284 \end_layout
10285
10286 \end_inset
10287 </cell>
10288 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10289 \begin_inset Text
10290
10291 \begin_layout Plain Layout
10292 Maurizio
10293 \end_layout
10294
10295 \end_inset
10296 </cell>
10297 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10298 \begin_inset Text
10299
10300 \begin_layout Plain Layout
10301 111
10302 \end_layout
10303
10304 \end_inset
10305 </cell>
10306 </row>
10307 <row>
10308 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10309 \begin_inset Text
10310
10311 \begin_layout Plain Layout
10312
10313 \series bold
10314 Cinquemani
10315 \end_layout
10316
10317 \end_inset
10318 </cell>
10319 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10320 \begin_inset Text
10321
10322 \begin_layout Plain Layout
10323 Giusi
10324 \end_layout
10325
10326 \end_inset
10327 </cell>
10328 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10329 \begin_inset Text
10330
10331 \begin_layout Plain Layout
10332 111
10333 \end_layout
10334
10335 \end_inset
10336 </cell>
10337 </row>
10338 <row>
10339 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10340 \begin_inset Text
10341
10342 \begin_layout Plain Layout
10343
10344 \series bold
10345 Colin
10346 \end_layout
10347
10348 \end_inset
10349 </cell>
10350 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10351 \begin_inset Text
10352
10353 \begin_layout Plain Layout
10354 Bernard
10355 \end_layout
10356
10357 \end_inset
10358 </cell>
10359 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10360 \begin_inset Text
10361
10362 \begin_layout Plain Layout
10363 111
10364 \end_layout
10365
10366 \end_inset
10367 </cell>
10368 </row>
10369 <row>
10370 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10371 \begin_inset Text
10372
10373 \begin_layout Plain Layout
10374
10375 \series bold
10376 Concli
10377 \end_layout
10378
10379 \end_inset
10380 </cell>
10381 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10382 \begin_inset Text
10383
10384 \begin_layout Plain Layout
10385 Gianfranco
10386 \end_layout
10387
10388 \end_inset
10389 </cell>
10390 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10391 \begin_inset Text
10392
10393 \begin_layout Plain Layout
10394 111
10395 \end_layout
10396
10397 \end_inset
10398 </cell>
10399 </row>
10400 <row>
10401 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10402 \begin_inset Text
10403
10404 \begin_layout Plain Layout
10405
10406 \series bold
10407 Dal Bosco
10408 \end_layout
10409
10410 \end_inset
10411 </cell>
10412 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10413 \begin_inset Text
10414
10415 \begin_layout Plain Layout
10416 Carolina
10417 \end_layout
10418
10419 \end_inset
10420 </cell>
10421 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10422 \begin_inset Text
10423
10424 \begin_layout Plain Layout
10425 111
10426 \end_layout
10427
10428 \end_inset
10429 </cell>
10430 </row>
10431 <row>
10432 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10433 \begin_inset Text
10434
10435 \begin_layout Plain Layout
10436
10437 \series bold
10438 Dalpiaz
10439 \end_layout
10440
10441 \end_inset
10442 </cell>
10443 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10444 \begin_inset Text
10445
10446 \begin_layout Plain Layout
10447 Annamaria
10448 \end_layout
10449
10450 \end_inset
10451 </cell>
10452 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10453 \begin_inset Text
10454
10455 \begin_layout Plain Layout
10456 111
10457 \end_layout
10458
10459 \end_inset
10460 </cell>
10461 </row>
10462 <row>
10463 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10464 \begin_inset Text
10465
10466 \begin_layout Plain Layout
10467
10468 \series bold
10469 Feliciello
10470 \end_layout
10471
10472 \end_inset
10473 </cell>
10474 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10475 \begin_inset Text
10476
10477 \begin_layout Plain Layout
10478 Domenico
10479 \end_layout
10480
10481 \end_inset
10482 </cell>
10483 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10484 \begin_inset Text
10485
10486 \begin_layout Plain Layout
10487 111
10488 \end_layout
10489
10490 \end_inset
10491 </cell>
10492 </row>
10493 <row>
10494 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10495 \begin_inset Text
10496
10497 \begin_layout Plain Layout
10498
10499 \series bold
10500 Focarelli
10501 \end_layout
10502
10503 \end_inset
10504 </cell>
10505 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10506 \begin_inset Text
10507
10508 \begin_layout Plain Layout
10509 Paola
10510 \end_layout
10511
10512 \end_inset
10513 </cell>
10514 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10515 \begin_inset Text
10516
10517 \begin_layout Plain Layout
10518 111
10519 \end_layout
10520
10521 \end_inset
10522 </cell>
10523 </row>
10524 <row>
10525 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10526 \begin_inset Text
10527
10528 \begin_layout Plain Layout
10529
10530 \series bold
10531 Galletti
10532 \end_layout
10533
10534 \end_inset
10535 </cell>
10536 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10537 \begin_inset Text
10538
10539 \begin_layout Plain Layout
10540 Oreste
10541 \end_layout
10542
10543 \end_inset
10544 </cell>
10545 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10546 \begin_inset Text
10547
10548 \begin_layout Plain Layout
10549 111
10550 \end_layout
10551
10552 \end_inset
10553 </cell>
10554 </row>
10555 <row>
10556 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10557 \begin_inset Text
10558
10559 \begin_layout Plain Layout
10560
10561 \series bold
10562 Gasparini
10563 \end_layout
10564
10565 \end_inset
10566 </cell>
10567 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10568 \begin_inset Text
10569
10570 \begin_layout Plain Layout
10571 Franca
10572 \end_layout
10573
10574 \end_inset
10575 </cell>
10576 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10577 \begin_inset Text
10578
10579 \begin_layout Plain Layout
10580 111
10581 \end_layout
10582
10583 \end_inset
10584 </cell>
10585 </row>
10586 <row>
10587 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10588 \begin_inset Text
10589
10590 \begin_layout Plain Layout
10591
10592 \series bold
10593 Lassini
10594 \end_layout
10595
10596 \end_inset
10597 </cell>
10598 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10599 \begin_inset Text
10600
10601 \begin_layout Plain Layout
10602 Giancarlo
10603 \end_layout
10604
10605 \end_inset
10606 </cell>
10607 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10608 \begin_inset Text
10609
10610 \begin_layout Plain Layout
10611 111
10612 \end_layout
10613
10614 \end_inset
10615 </cell>
10616 </row>
10617 <row>
10618 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10619 \begin_inset Text
10620
10621 \begin_layout Plain Layout
10622
10623 \series bold
10624 Malfatti
10625 \end_layout
10626
10627 \end_inset
10628 </cell>
10629 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10630 \begin_inset Text
10631
10632 \begin_layout Plain Layout
10633 Luciano
10634 \end_layout
10635
10636 \end_inset
10637 </cell>
10638 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10639 \begin_inset Text
10640
10641 \begin_layout Plain Layout
10642 111
10643 \end_layout
10644
10645 \end_inset
10646 </cell>
10647 </row>
10648 <row>
10649 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10650 \begin_inset Text
10651
10652 \begin_layout Plain Layout
10653
10654 \series bold
10655 Malfatti
10656 \end_layout
10657
10658 \end_inset
10659 </cell>
10660 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10661 \begin_inset Text
10662
10663 \begin_layout Plain Layout
10664 Valeriano
10665 \end_layout
10666
10667 \end_inset
10668 </cell>
10669 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10670 \begin_inset Text
10671
10672 \begin_layout Plain Layout
10673 111
10674 \end_layout
10675
10676 \end_inset
10677 </cell>
10678 </row>
10679 <row>
10680 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10681 \begin_inset Text
10682
10683 \begin_layout Plain Layout
10684
10685 \series bold
10686 Meneguzzo
10687 \end_layout
10688
10689 \end_inset
10690 </cell>
10691 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10692 \begin_inset Text
10693
10694 \begin_layout Plain Layout
10695 Roberto
10696 \end_layout
10697
10698 \end_inset
10699 </cell>
10700 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10701 \begin_inset Text
10702
10703 \begin_layout Plain Layout
10704 111
10705 \end_layout
10706
10707 \end_inset
10708 </cell>
10709 </row>
10710 <row>
10711 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10712 \begin_inset Text
10713
10714 \begin_layout Plain Layout
10715
10716 \series bold
10717 Mezzadra
10718 \end_layout
10719
10720 \end_inset
10721 </cell>
10722 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10723 \begin_inset Text
10724
10725 \begin_layout Plain Layout
10726 Roberto
10727 \end_layout
10728
10729 \end_inset
10730 </cell>
10731 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10732 \begin_inset Text
10733
10734 \begin_layout Plain Layout
10735 111
10736 \end_layout
10737
10738 \end_inset
10739 </cell>
10740 </row>
10741 <row>
10742 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10743 \begin_inset Text
10744
10745 \begin_layout Plain Layout
10746
10747 \series bold
10748 Pirpamer
10749 \end_layout
10750
10751 \end_inset
10752 </cell>
10753 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10754 \begin_inset Text
10755
10756 \begin_layout Plain Layout
10757 Erich
10758 \end_layout
10759
10760 \end_inset
10761 </cell>
10762 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10763 \begin_inset Text
10764
10765 \begin_layout Plain Layout
10766 111
10767 \end_layout
10768
10769 \end_inset
10770 </cell>
10771 </row>
10772 <row>
10773 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10774 \begin_inset Text
10775
10776 \begin_layout Plain Layout
10777
10778 \series bold
10779 Pochiesa
10780 \end_layout
10781
10782 \end_inset
10783 </cell>
10784 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10785 \begin_inset Text
10786
10787 \begin_layout Plain Layout
10788 Paolo
10789 \end_layout
10790
10791 \end_inset
10792 </cell>
10793 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10794 \begin_inset Text
10795
10796 \begin_layout Plain Layout
10797 111, 222
10798 \end_layout
10799
10800 \end_inset
10801 </cell>
10802 </row>
10803 <row>
10804 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10805 \begin_inset Text
10806
10807 \begin_layout Plain Layout
10808
10809 \series bold
10810 Radina
10811 \end_layout
10812
10813 \end_inset
10814 </cell>
10815 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10816 \begin_inset Text
10817
10818 \begin_layout Plain Layout
10819 Claudio
10820 \end_layout
10821
10822 \end_inset
10823 </cell>
10824 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10825 \begin_inset Text
10826
10827 \begin_layout Plain Layout
10828 111
10829 \end_layout
10830
10831 \end_inset
10832 </cell>
10833 </row>
10834 <row>
10835 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10836 \begin_inset Text
10837
10838 \begin_layout Plain Layout
10839
10840 \series bold
10841 Rizzardi
10842 \end_layout
10843
10844 \end_inset
10845 </cell>
10846 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10847 \begin_inset Text
10848
10849 \begin_layout Plain Layout
10850 Paolo, 11.
10851  Fürst von Montecompatri, 11.
10852  Fürst von Sulmona und Vivaro, 10.
10853  Fürst von Rossano, 5.
10854  Herzog von Canemorte, 11.
10855  Herzog von Palombara, 5.
10856  Herzog von Castelchiodato,
10857 \begin_inset ERT
10858 status open
10859
10860 \begin_layout Plain Layout
10861
10862 & 111
10863 \backslash
10864
10865 \backslash
10866  
10867 \backslash
10868 newpage
10869 \end_layout
10870
10871 \begin_layout Plain Layout
10872
10873 &
10874 \end_layout
10875
10876 \end_inset
10877
10878  11.
10879  Herzog von Poggionativo, 11.
10880  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10881  Graf von Valinfreda, 11.
10882  Baron von Cropalati, 11.
10883  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10884 \end_layout
10885
10886 \end_inset
10887 </cell>
10888 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10889 \begin_inset Text
10890
10891 \begin_layout Plain Layout
10892
10893 \end_layout
10894
10895 \end_inset
10896 </cell>
10897 </row>
10898 <row>
10899 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10900 \begin_inset Text
10901
10902 \begin_layout Plain Layout
10903
10904 \series bold
10905 Stuffer
10906 \end_layout
10907
10908 \end_inset
10909 </cell>
10910 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10911 \begin_inset Text
10912
10913 \begin_layout Plain Layout
10914 Oskar
10915 \end_layout
10916
10917 \end_inset
10918 </cell>
10919 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10920 \begin_inset Text
10921
10922 \begin_layout Plain Layout
10923 111
10924 \end_layout
10925
10926 \end_inset
10927 </cell>
10928 </row>
10929 <row>
10930 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10931 \begin_inset Text
10932
10933 \begin_layout Plain Layout
10934
10935 \series bold
10936 Tacchelli
10937 \end_layout
10938
10939 \end_inset
10940 </cell>
10941 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10942 \begin_inset Text
10943
10944 \begin_layout Plain Layout
10945 Ugo
10946 \end_layout
10947
10948 \end_inset
10949 </cell>
10950 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10951 \begin_inset Text
10952
10953 \begin_layout Plain Layout
10954 111
10955 \end_layout
10956
10957 \end_inset
10958 </cell>
10959 </row>
10960 <row>
10961 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10962 \begin_inset Text
10963
10964 \begin_layout Plain Layout
10965
10966 \series bold
10967 Tezzele
10968 \end_layout
10969
10970 \end_inset
10971 </cell>
10972 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10973 \begin_inset Text
10974
10975 \begin_layout Plain Layout
10976 Margit
10977 \end_layout
10978
10979 \end_inset
10980 </cell>
10981 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10982 \begin_inset Text
10983
10984 \begin_layout Plain Layout
10985 111
10986 \end_layout
10987
10988 \end_inset
10989 </cell>
10990 </row>
10991 <row>
10992 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10993 \begin_inset Text
10994
10995 \begin_layout Plain Layout
10996
10997 \series bold
10998 Unterkalmsteiner
10999 \end_layout
11000
11001 \end_inset
11002 </cell>
11003 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11004 \begin_inset Text
11005
11006 \begin_layout Plain Layout
11007 Frieda
11008 \end_layout
11009
11010 \end_inset
11011 </cell>
11012 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11013 \begin_inset Text
11014
11015 \begin_layout Plain Layout
11016 111
11017 \end_layout
11018
11019 \end_inset
11020 </cell>
11021 </row>
11022 <row>
11023 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11024 \begin_inset Text
11025
11026 \begin_layout Plain Layout
11027
11028 \series bold
11029 Vieider
11030 \end_layout
11031
11032 \end_inset
11033 </cell>
11034 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11035 \begin_inset Text
11036
11037 \begin_layout Plain Layout
11038 Hilde
11039 \end_layout
11040
11041 \end_inset
11042 </cell>
11043 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11044 \begin_inset Text
11045
11046 \begin_layout Plain Layout
11047 111
11048 \end_layout
11049
11050 \end_inset
11051 </cell>
11052 </row>
11053 <row>
11054 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11055 \begin_inset Text
11056
11057 \begin_layout Plain Layout
11058
11059 \series bold
11060 Vigna
11061 \end_layout
11062
11063 \end_inset
11064 </cell>
11065 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11066 \begin_inset Text
11067
11068 \begin_layout Plain Layout
11069 Jürgen
11070 \end_layout
11071
11072 \end_inset
11073 </cell>
11074 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11075 \begin_inset Text
11076
11077 \begin_layout Plain Layout
11078 111
11079 \end_layout
11080
11081 \end_inset
11082 </cell>
11083 </row>
11084 <row>
11085 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11086 \begin_inset Text
11087
11088 \begin_layout Plain Layout
11089
11090 \series bold
11091 Weber
11092 \end_layout
11093
11094 \end_inset
11095 </cell>
11096 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11097 \begin_inset Text
11098
11099 \begin_layout Plain Layout
11100 Maurizio
11101 \end_layout
11102
11103 \end_inset
11104 </cell>
11105 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11106 \begin_inset Text
11107
11108 \begin_layout Plain Layout
11109 111
11110 \end_layout
11111
11112 \end_inset
11113 </cell>
11114 </row>
11115 <row>
11116 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11117 \begin_inset Text
11118
11119 \begin_layout Plain Layout
11120
11121 \series bold
11122 Winkler
11123 \end_layout
11124
11125 \end_inset
11126 </cell>
11127 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11128 \begin_inset Text
11129
11130 \begin_layout Plain Layout
11131 Franz
11132 \end_layout
11133
11134 \end_inset
11135 </cell>
11136 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11137 \begin_inset Text
11138
11139 \begin_layout Plain Layout
11140 111
11141 \end_layout
11142
11143 \end_inset
11144 </cell>
11145 </row>
11146 </lyxtabular>
11147
11148 \end_inset
11149
11150
11151 \end_layout
11152
11153 \begin_layout Section
11154 Multiple Lines, Columns and Rows
11155 \end_layout
11156
11157 \begin_layout Subsection
11158 Multiple Lines in Table Cells
11159 \begin_inset CommandInset label
11160 LatexCommand label
11161 name "subsec:Multiple-Lines-in"
11162
11163 \end_inset
11164
11165
11166 \begin_inset Index idx
11167 status collapsed
11168
11169 \begin_layout Plain Layout
11170 Multiple Lines in Table Cells
11171 \end_layout
11172
11173 \end_inset
11174
11175
11176 \begin_inset Index idx
11177 status collapsed
11178
11179 \begin_layout Plain Layout
11180 Table ! Linebreaks
11181 \end_layout
11182
11183 \end_inset
11184
11185
11186 \end_layout
11187
11188 \begin_layout Standard
11189 \noindent
11190 \begin_inset Float table
11191 placement H
11192 wide false
11193 sideways false
11194 status open
11195
11196 \begin_layout Plain Layout
11197 \begin_inset Caption Standard
11198
11199 \begin_layout Plain Layout
11200 \begin_inset CommandInset label
11201 LatexCommand label
11202 name "tab:Table-with-multiple"
11203
11204 \end_inset
11205
11206 Table with multiple lines in cells
11207 \end_layout
11208
11209 \end_inset
11210
11211
11212 \end_layout
11213
11214 \begin_layout Plain Layout
11215 \align center
11216 \begin_inset Tabular
11217 <lyxtabular version="3" rows="3" columns="3">
11218 <features tabularvalignment="middle">
11219 <column alignment="center" valignment="middle" width="2.5cm">
11220 <column alignment="center" valignment="middle">
11221 <column alignment="center" valignment="middle">
11222 <row>
11223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11224 \begin_inset Text
11225
11226 \begin_layout Plain Layout
11227 multiple
11228 \begin_inset Newline linebreak
11229 \end_inset
11230
11231 lines
11232 \end_layout
11233
11234 \end_inset
11235 </cell>
11236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11237 \begin_inset Text
11238
11239 \begin_layout Plain Layout
11240 b
11241 \end_layout
11242
11243 \end_inset
11244 </cell>
11245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11246 \begin_inset Text
11247
11248 \begin_layout Plain Layout
11249 c
11250 \end_layout
11251
11252 \end_inset
11253 </cell>
11254 </row>
11255 <row>
11256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11257 \begin_inset Text
11258
11259 \begin_layout Plain Layout
11260 d
11261 \end_layout
11262
11263 \end_inset
11264 </cell>
11265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11266 \begin_inset Text
11267
11268 \begin_layout Plain Layout
11269 e
11270 \end_layout
11271
11272 \end_inset
11273 </cell>
11274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11275 \begin_inset Text
11276
11277 \begin_layout Plain Layout
11278 f
11279 \end_layout
11280
11281 \end_inset
11282 </cell>
11283 </row>
11284 <row>
11285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11286 \begin_inset Text
11287
11288 \begin_layout Plain Layout
11289 g
11290 \end_layout
11291
11292 \end_inset
11293 </cell>
11294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11295 \begin_inset Text
11296
11297 \begin_layout Plain Layout
11298 h
11299 \end_layout
11300
11301 \end_inset
11302 </cell>
11303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11304 \begin_inset Text
11305
11306 \begin_layout Plain Layout
11307 i
11308 \end_layout
11309
11310 \end_inset
11311 </cell>
11312 </row>
11313 </lyxtabular>
11314
11315 \end_inset
11316
11317
11318 \end_layout
11319
11320 \end_inset
11321
11322
11323 \end_layout
11324
11325 \begin_layout Standard
11326 Setting a fixed width for a column enables you to enter text as a paragraph
11327  with multiple lines and hyphenation.
11328 \end_layout
11329
11330 \begin_layout Standard
11331 To produce Table
11332 \begin_inset space ~
11333 \end_inset
11334
11335
11336 \begin_inset CommandInset ref
11337 LatexCommand ref
11338 reference "tab:Table-with-multiple"
11339
11340 \end_inset
11341
11342 , create a 3×3 table, mark the first cell and right-click on it.
11343  In the appearing table dialog we set a cell width of 2.5
11344 \begin_inset space \thinspace{}
11345 \end_inset
11346
11347 cm and choose centered for the vertical and horizontal alignment.
11348  The vertical alignment is used for all cells of the row.
11349  As our text is smaller than 2.5
11350 \begin_inset space \thinspace{}
11351 \end_inset
11352
11353 cm, only one line will appear.
11354  To get two lines, a justified line break (shortcut 
11355 \begin_inset Info
11356 type  "shortcut"
11357 arg   "newline-insert linebreak"
11358 \end_inset
11359
11360 ) was added.
11361  If the text is wider than the set cell width, it will automatically be
11362  broken to several lines.
11363 \end_layout
11364
11365 \begin_layout Standard
11366 If you have a long word in a cell with a fixed width, it cannot be hyphenated
11367  by \SpecialChar LaTeX
11368  if it is the first entry.
11369  Therefore you need to insert something to prevent the word not being the
11370  first entry.
11371  So add a horizontal space of 0
11372 \begin_inset space \thinspace{}
11373 \end_inset
11374
11375 pt before the word.
11376  As the space is zero, it doesn't change the output.
11377  Table
11378 \begin_inset space ~
11379 \end_inset
11380
11381
11382 \begin_inset CommandInset ref
11383 LatexCommand ref
11384 reference "tab:Table-with-and"
11385
11386 \end_inset
11387
11388  shows the effect.
11389 \end_layout
11390
11391 \begin_layout Standard
11392 \begin_inset Float table
11393 placement h
11394 wide false
11395 sideways false
11396 status open
11397
11398 \begin_layout Plain Layout
11399 \begin_inset Caption Standard
11400
11401 \begin_layout Plain Layout
11402 \begin_inset CommandInset label
11403 LatexCommand label
11404 name "tab:Table-with-and"
11405
11406 \end_inset
11407
11408 Table with and without hyphenation
11409 \end_layout
11410
11411 \end_inset
11412
11413
11414 \end_layout
11415
11416 \begin_layout Plain Layout
11417 \begin_inset space \hfill{}
11418 \end_inset
11419
11420
11421 \begin_inset Tabular
11422 <lyxtabular version="3" rows="3" columns="3">
11423 <features tabularvalignment="middle">
11424 <column alignment="center" valignment="middle" width="2.5cm">
11425 <column alignment="center" valignment="middle">
11426 <column alignment="center" valignment="middle">
11427 <row>
11428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11429 \begin_inset Text
11430
11431 \begin_layout Plain Layout
11432 verylongtablecellword
11433 \end_layout
11434
11435 \end_inset
11436 </cell>
11437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11438 \begin_inset Text
11439
11440 \begin_layout Plain Layout
11441 b
11442 \end_layout
11443
11444 \end_inset
11445 </cell>
11446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11447 \begin_inset Text
11448
11449 \begin_layout Plain Layout
11450 c
11451 \end_layout
11452
11453 \end_inset
11454 </cell>
11455 </row>
11456 <row>
11457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11458 \begin_inset Text
11459
11460 \begin_layout Plain Layout
11461 d
11462 \end_layout
11463
11464 \end_inset
11465 </cell>
11466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11467 \begin_inset Text
11468
11469 \begin_layout Plain Layout
11470 e
11471 \end_layout
11472
11473 \end_inset
11474 </cell>
11475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11476 \begin_inset Text
11477
11478 \begin_layout Plain Layout
11479 f
11480 \end_layout
11481
11482 \end_inset
11483 </cell>
11484 </row>
11485 <row>
11486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11487 \begin_inset Text
11488
11489 \begin_layout Plain Layout
11490 g
11491 \end_layout
11492
11493 \end_inset
11494 </cell>
11495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11496 \begin_inset Text
11497
11498 \begin_layout Plain Layout
11499 h
11500 \end_layout
11501
11502 \end_inset
11503 </cell>
11504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11505 \begin_inset Text
11506
11507 \begin_layout Plain Layout
11508 i
11509 \end_layout
11510
11511 \end_inset
11512 </cell>
11513 </row>
11514 </lyxtabular>
11515
11516 \end_inset
11517
11518
11519 \begin_inset space \hfill{}
11520 \end_inset
11521
11522
11523 \begin_inset Tabular
11524 <lyxtabular version="3" rows="3" columns="3">
11525 <features tabularvalignment="middle">
11526 <column alignment="center" valignment="middle" width="2.5cm">
11527 <column alignment="center" valignment="middle">
11528 <column alignment="center" valignment="middle">
11529 <row>
11530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11531 \begin_inset Text
11532
11533 \begin_layout Plain Layout
11534 \begin_inset space \hspace{}
11535 \length 0pt
11536 \end_inset
11537
11538 verylongtablecellword
11539 \end_layout
11540
11541 \end_inset
11542 </cell>
11543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11544 \begin_inset Text
11545
11546 \begin_layout Plain Layout
11547 b
11548 \end_layout
11549
11550 \end_inset
11551 </cell>
11552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11553 \begin_inset Text
11554
11555 \begin_layout Plain Layout
11556 c
11557 \end_layout
11558
11559 \end_inset
11560 </cell>
11561 </row>
11562 <row>
11563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11564 \begin_inset Text
11565
11566 \begin_layout Plain Layout
11567 d
11568 \end_layout
11569
11570 \end_inset
11571 </cell>
11572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11573 \begin_inset Text
11574
11575 \begin_layout Plain Layout
11576 e
11577 \end_layout
11578
11579 \end_inset
11580 </cell>
11581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11582 \begin_inset Text
11583
11584 \begin_layout Plain Layout
11585 f
11586 \end_layout
11587
11588 \end_inset
11589 </cell>
11590 </row>
11591 <row>
11592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11593 \begin_inset Text
11594
11595 \begin_layout Plain Layout
11596 g
11597 \end_layout
11598
11599 \end_inset
11600 </cell>
11601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11602 \begin_inset Text
11603
11604 \begin_layout Plain Layout
11605 h
11606 \end_layout
11607
11608 \end_inset
11609 </cell>
11610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11611 \begin_inset Text
11612
11613 \begin_layout Plain Layout
11614 i
11615 \end_layout
11616
11617 \end_inset
11618 </cell>
11619 </row>
11620 </lyxtabular>
11621
11622 \end_inset
11623
11624
11625 \begin_inset space \hfill{}
11626 \end_inset
11627
11628
11629 \end_layout
11630
11631 \end_inset
11632
11633
11634 \end_layout
11635
11636 \begin_layout Subsection
11637 Multicolumns
11638 \begin_inset CommandInset label
11639 LatexCommand label
11640 name "subsec:Multicolumns"
11641
11642 \end_inset
11643
11644
11645 \begin_inset Index idx
11646 status collapsed
11647
11648 \begin_layout Plain Layout
11649 Multicolumns
11650 \end_layout
11651
11652 \end_inset
11653
11654
11655 \begin_inset Index idx
11656 status collapsed
11657
11658 \begin_layout Plain Layout
11659 Table ! Multicolumns
11660 \end_layout
11661
11662 \end_inset
11663
11664
11665 \end_layout
11666
11667 \begin_layout Subsubsection
11668 Multicolumn Basics
11669 \end_layout
11670
11671 \begin_layout Standard
11672 To merge cells over multiple columns, select as many cells within a row
11673  as you want to merge and use either the table-toolbar button 
11674 \begin_inset Info
11675 type  "icon"
11676 arg   "inset-modify tabular multicolumn"
11677 \end_inset
11678
11679 , or the menu 
11680 \family sans
11681 Edit\SpecialChar menuseparator
11682 Table\SpecialChar menuseparator
11683 Multicolumn
11684 \family default
11685 , or right click on the marked cells and choose 
11686 \family sans
11687 Multicolumn
11688 \family default
11689  in the context menu.
11690 \end_layout
11691
11692 \begin_layout Standard
11693 Multicolumns have there own cell settings.
11694  That means changing cell borders, cell alignment, and the width only affects
11695  the multicolumn.
11696  Here is an example table with a multicolumn cell in the first row and one
11697  in the last row without the upper border:
11698 \begin_inset Separator parbreak
11699 \end_inset
11700
11701
11702 \end_layout
11703
11704 \begin_layout Standard
11705 \align center
11706 \begin_inset Tabular
11707 <lyxtabular version="3" rows="3" columns="4">
11708 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11709 <column alignment="center" valignment="top" width="0pt">
11710 <column alignment="center" valignment="middle">
11711 <column alignment="center" valignment="top" width="0in">
11712 <column alignment="center" valignment="top" width="0pt">
11713 <row>
11714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11715 \begin_inset Text
11716
11717 \begin_layout Plain Layout
11718 abc
11719 \end_layout
11720
11721 \end_inset
11722 </cell>
11723 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11724 \begin_inset Text
11725
11726 \begin_layout Plain Layout
11727 def ghi
11728 \end_layout
11729
11730 \end_inset
11731 </cell>
11732 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11733 \begin_inset Text
11734
11735 \begin_layout Plain Layout
11736
11737 \end_layout
11738
11739 \end_inset
11740 </cell>
11741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11742 \begin_inset Text
11743
11744 \begin_layout Plain Layout
11745 jkl
11746 \end_layout
11747
11748 \end_inset
11749 </cell>
11750 </row>
11751 <row>
11752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11753 \begin_inset Text
11754
11755 \begin_layout Plain Layout
11756
11757 \family roman
11758 \series medium
11759 \shape up
11760 \size normal
11761 \emph off
11762 \bar no
11763 \noun off
11764 \color none
11765 A
11766 \end_layout
11767
11768 \end_inset
11769 </cell>
11770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11771 \begin_inset Text
11772
11773 \begin_layout Plain Layout
11774 B
11775 \end_layout
11776
11777 \end_inset
11778 </cell>
11779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11780 \begin_inset Text
11781
11782 \begin_layout Plain Layout
11783 C
11784 \end_layout
11785
11786 \end_inset
11787 </cell>
11788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11789 \begin_inset Text
11790
11791 \begin_layout Plain Layout
11792 D
11793 \end_layout
11794
11795 \end_inset
11796 </cell>
11797 </row>
11798 <row>
11799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11800 \begin_inset Text
11801
11802 \begin_layout Plain Layout
11803 1
11804 \end_layout
11805
11806 \end_inset
11807 </cell>
11808 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11809 \begin_inset Text
11810
11811 \begin_layout Plain Layout
11812 2
11813 \end_layout
11814
11815 \end_inset
11816 </cell>
11817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11818 \begin_inset Text
11819
11820 \begin_layout Plain Layout
11821 3
11822 \end_layout
11823
11824 \end_inset
11825 </cell>
11826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11827 \begin_inset Text
11828
11829 \begin_layout Plain Layout
11830 4
11831 \end_layout
11832
11833 \end_inset
11834 </cell>
11835 </row>
11836 </lyxtabular>
11837
11838 \end_inset
11839
11840
11841 \end_layout
11842
11843 \begin_layout Subsubsection
11844 Multicolumn Calculations
11845 \begin_inset CommandInset label
11846 LatexCommand label
11847 name "subsec:Multicolumn-Calculations"
11848
11849 \end_inset
11850
11851
11852 \begin_inset Index idx
11853 status collapsed
11854
11855 \begin_layout Plain Layout
11856 Multicolumns ! Calculations
11857 \end_layout
11858
11859 \end_inset
11860
11861
11862 \end_layout
11863
11864 \begin_layout Standard
11865 \SpecialChar LyX
11866  supports multicolumns directly, but we have to take account of the cell
11867  width of the columns spanned by the multicolumn cell.
11868 \end_layout
11869
11870 \begin_layout Standard
11871 \begin_inset Float table
11872 placement h
11873 wide false
11874 sideways false
11875 status open
11876
11877 \begin_layout Plain Layout
11878 \begin_inset Caption Standard
11879
11880 \begin_layout Plain Layout
11881 \begin_inset CommandInset label
11882 LatexCommand label
11883 name "tab:Table-with-centered"
11884
11885 \end_inset
11886
11887 Table with centered multicolumn text above two columns that have exactly
11888  half the width of the multicolumn cell
11889 \begin_inset Argument 1
11890 status collapsed
11891
11892 \begin_layout Plain Layout
11893 Perfect multicolumn table
11894 \end_layout
11895
11896 \end_inset
11897
11898
11899 \end_layout
11900
11901 \end_inset
11902
11903
11904 \end_layout
11905
11906 \begin_layout Plain Layout
11907 \align center
11908 \begin_inset Tabular
11909 <lyxtabular version="3" rows="3" columns="3">
11910 <features tabularvalignment="middle">
11911 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
11912 <column alignment="center" valignment="middle">
11913 <column alignment="center" valignment="top">
11914 <row>
11915 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11916 \begin_inset Text
11917
11918 \begin_layout Plain Layout
11919 multiple lines multicolumn
11920 \end_layout
11921
11922 \end_inset
11923 </cell>
11924 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11925 \begin_inset Text
11926
11927 \begin_layout Plain Layout
11928
11929 \end_layout
11930
11931 \end_inset
11932 </cell>
11933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11934 \begin_inset Text
11935
11936 \begin_layout Plain Layout
11937 c
11938 \end_layout
11939
11940 \end_inset
11941 </cell>
11942 </row>
11943 <row>
11944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11945 \begin_inset Text
11946
11947 \begin_layout Plain Layout
11948 d
11949 \end_layout
11950
11951 \end_inset
11952 </cell>
11953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11954 \begin_inset Text
11955
11956 \begin_layout Plain Layout
11957 e
11958 \end_layout
11959
11960 \end_inset
11961 </cell>
11962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11963 \begin_inset Text
11964
11965 \begin_layout Plain Layout
11966 f
11967 \end_layout
11968
11969 \end_inset
11970 </cell>
11971 </row>
11972 <row>
11973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11974 \begin_inset Text
11975
11976 \begin_layout Plain Layout
11977 g
11978 \end_layout
11979
11980 \end_inset
11981 </cell>
11982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11983 \begin_inset Text
11984
11985 \begin_layout Plain Layout
11986 h
11987 \end_layout
11988
11989 \end_inset
11990 </cell>
11991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11992 \begin_inset Text
11993
11994 \begin_layout Plain Layout
11995 i
11996 \end_layout
11997
11998 \end_inset
11999 </cell>
12000 </row>
12001 </lyxtabular>
12002
12003 \end_inset
12004
12005
12006 \end_layout
12007
12008 \end_inset
12009
12010
12011 \end_layout
12012
12013 \begin_layout Standard
12014 To create for example Table
12015 \begin_inset space ~
12016 \end_inset
12017
12018
12019 \begin_inset CommandInset ref
12020 LatexCommand ref
12021 reference "tab:Table-with-centered"
12022
12023 \end_inset
12024
12025 , mark the first two cells in the first row of a 3×3 table and right-click
12026  on them.
12027  Now choose for this cell 
12028 \emph on
12029 multicolumn
12030 \emph default
12031
12032 \emph on
12033 centered alignment
12034 \emph default
12035  and a width of 2.5
12036 \begin_inset space \thinspace{}
12037 \end_inset
12038
12039 cm in the table dialog.
12040  The merged columns should have exactly half the width of the multicolumn
12041  cell, so that you would set a width of 1.25
12042 \begin_inset space \thinspace{}
12043 \end_inset
12044
12045 cm for the first column.
12046  The second column has then automatically a width of 1.25
12047 \begin_inset space \thinspace{}
12048 \end_inset
12049
12050 cm (multicolumn width - width of first column).
12051  This was done for Table
12052 \begin_inset space ~
12053 \end_inset
12054
12055
12056 \begin_inset CommandInset ref
12057 LatexCommand ref
12058 reference "tab:Table-without-half"
12059
12060 \end_inset
12061
12062 .
12063 \end_layout
12064
12065 \begin_layout Standard
12066 \begin_inset Float table
12067 wide false
12068 sideways false
12069 status open
12070
12071 \begin_layout Plain Layout
12072 \begin_inset Caption Standard
12073
12074 \begin_layout Plain Layout
12075 \begin_inset CommandInset label
12076 LatexCommand label
12077 name "tab:Table-without-half"
12078
12079 \end_inset
12080
12081 Table where the spanned table columns are not exactly half the width of
12082  the multicolumn cell
12083 \begin_inset Argument 1
12084 status collapsed
12085
12086 \begin_layout Plain Layout
12087 Imperfect multicolumn table
12088 \end_layout
12089
12090 \end_inset
12091
12092
12093 \end_layout
12094
12095 \end_inset
12096
12097
12098 \end_layout
12099
12100 \begin_layout Plain Layout
12101 \align center
12102 \begin_inset Tabular
12103 <lyxtabular version="3" rows="3" columns="3">
12104 <features tabularvalignment="middle">
12105 <column alignment="center" valignment="top" width="1.25cm">
12106 <column alignment="center" valignment="top">
12107 <column alignment="center" valignment="top">
12108 <row>
12109 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12110 \begin_inset Text
12111
12112 \begin_layout Plain Layout
12113 multiple lines multicolumn
12114 \end_layout
12115
12116 \end_inset
12117 </cell>
12118 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12119 \begin_inset Text
12120
12121 \begin_layout Plain Layout
12122
12123 \end_layout
12124
12125 \end_inset
12126 </cell>
12127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12128 \begin_inset Text
12129
12130 \begin_layout Plain Layout
12131 c
12132 \end_layout
12133
12134 \end_inset
12135 </cell>
12136 </row>
12137 <row>
12138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12139 \begin_inset Text
12140
12141 \begin_layout Plain Layout
12142 d
12143 \end_layout
12144
12145 \end_inset
12146 </cell>
12147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12148 \begin_inset Text
12149
12150 \begin_layout Plain Layout
12151 e
12152 \end_layout
12153
12154 \end_inset
12155 </cell>
12156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12157 \begin_inset Text
12158
12159 \begin_layout Plain Layout
12160 f
12161 \end_layout
12162
12163 \end_inset
12164 </cell>
12165 </row>
12166 <row>
12167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12168 \begin_inset Text
12169
12170 \begin_layout Plain Layout
12171 g
12172 \end_layout
12173
12174 \end_inset
12175 </cell>
12176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12177 \begin_inset Text
12178
12179 \begin_layout Plain Layout
12180 h
12181 \end_layout
12182
12183 \end_inset
12184 </cell>
12185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12186 \begin_inset Text
12187
12188 \begin_layout Plain Layout
12189 i
12190 \end_layout
12191
12192 \end_inset
12193 </cell>
12194 </row>
12195 </lyxtabular>
12196
12197 \end_inset
12198
12199
12200 \end_layout
12201
12202 \end_inset
12203
12204
12205 \end_layout
12206
12207 \begin_layout Standard
12208 You can see that the first column is not half the width of the multicolumn
12209  cell, it is a bit bigger.
12210  The reason is that the specified width of a cell 
12211 \begin_inset Formula $W_{g}$
12212 \end_inset
12213
12214  is not its total width 
12215 \begin_inset Formula $W_{\mathrm{tot}}$
12216 \end_inset
12217
12218  because a cell is always a bit larger than specified.
12219  Appendix
12220 \begin_inset space ~
12221 \end_inset
12222
12223
12224 \begin_inset CommandInset ref
12225 LatexCommand ref
12226 reference "cha:Explanation-of-Equation"
12227
12228 \end_inset
12229
12230  explains this in detail.
12231 \end_layout
12232
12233 \begin_layout Standard
12234 The width 
12235 \begin_inset Formula $W_{g\,n}$
12236 \end_inset
12237
12238  which the user needs to set when 
12239 \emph on
12240 n
12241 \emph default
12242  columns are spanned can be calculated, so that each column has a total
12243  width of 
12244 \begin_inset Formula $W_{\mathrm{tot\,multicolumn}}/n$
12245 \end_inset
12246
12247 :
12248 \begin_inset Formula 
12249 \begin{equation}
12250 W_{g\,n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12251 \end{equation}
12252
12253 \end_inset
12254
12255
12256 \end_layout
12257
12258 \begin_layout Standard
12259 In our case we have 
12260 \begin_inset Formula $n=2$
12261 \end_inset
12262
12263
12264 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12265 \end_inset
12266
12267 cm and the default values for the lengths, so that equation 
12268 \begin_inset CommandInset ref
12269 LatexCommand ref
12270 reference "eq:Wgn"
12271
12272 \end_inset
12273
12274  becomes
12275 \begin_inset Formula 
12276 \begin{equation}
12277 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12278 \end{equation}
12279
12280 \end_inset
12281
12282
12283 \end_layout
12284
12285 \begin_layout Standard
12286 To enable calculations in \SpecialChar LaTeX
12287 , the \SpecialChar LaTeX
12288 -package 
12289 \series bold
12290 calc
12291 \series default
12292  must be loaded with the document preamble line
12293 \begin_inset Index idx
12294 status collapsed
12295
12296 \begin_layout Plain Layout
12297 \SpecialChar LaTeX
12298 -packages ! calc
12299 \end_layout
12300
12301 \end_inset
12302
12303
12304 \end_layout
12305
12306 \begin_layout Standard
12307
12308 \series bold
12309
12310 \backslash
12311 usepackage{calc}
12312 \end_layout
12313
12314 \begin_layout Standard
12315 \SpecialChar LyX
12316  does not allow you to calculate lengths in the 
12317 \family sans
12318 Width
12319 \family default
12320  field of the table dialog.
12321  Therefore you have to format the column by inserting a \SpecialChar LaTeX
12322 -argument in the
12323  dialog.
12324  Here is an overview about the arguments:
12325 \end_layout
12326
12327 \begin_layout Itemize
12328
12329 \series bold
12330 p{width}
12331 \series default
12332  creates cell with a fixed width, its text is vertically top-aligned
12333 \end_layout
12334
12335 \begin_layout Itemize
12336
12337 \series bold
12338 m{width}
12339 \series default
12340  creates cell with a fixed width, its text is vertically centered
12341 \end_layout
12342
12343 \begin_layout Itemize
12344
12345 \series bold
12346 b{width}
12347 \series default
12348  creates cell with a fixed width, its text is vertically bottom-aligned
12349 \end_layout
12350
12351 \begin_layout Standard
12352 By entering a \SpecialChar LaTeX
12353 -argument, all cell settings set in the table dialog are overwritt
12354 en.
12355 \end_layout
12356
12357 \begin_layout Standard
12358 \begin_inset Note Greyedout
12359 status open
12360
12361 \begin_layout Plain Layout
12362
12363 \series bold
12364 Note:
12365 \series default
12366  Due to a bug, \SpecialChar LyX
12367  shows the overwritten settings anyway.
12368 \end_layout
12369
12370 \end_inset
12371
12372
12373 \end_layout
12374
12375 \begin_layout Standard
12376 As the text should be horizontally centered, the command 
12377 \series bold
12378
12379 \backslash
12380 centering
12381 \series default
12382  is added.
12383  You can now enter the following \SpecialChar LaTeX
12384 -argument for the first spanned column:
12385 \end_layout
12386
12387 \begin_layout Standard
12388
12389 \series bold
12390 >{
12391 \backslash
12392 centering}m{1.25cm-6.2pt}
12393 \end_layout
12394
12395 \begin_layout Standard
12396 The command 
12397 \series bold
12398 >{ }
12399 \series default
12400  means, that the commands inside the braces are applied before the cell
12401  is created.
12402 \end_layout
12403
12404 \begin_layout Standard
12405 Although we have chosen centered alignment for the text of the multicolumn
12406  cell, it is still left aligned.
12407  This is because \SpecialChar LyX
12408  only applies the alignment to single columns.
12409  So for the multicolumn cell we have to use the \SpecialChar LaTeX
12410 -argument
12411 \end_layout
12412
12413 \begin_layout Standard
12414
12415 \series bold
12416 >{
12417 \backslash
12418 centering}m{2.5cm}
12419 \end_layout
12420
12421 \begin_layout Subsection
12422 Multirows
12423 \begin_inset CommandInset label
12424 LatexCommand label
12425 name "subsec:Multirows"
12426
12427 \end_inset
12428
12429
12430 \begin_inset Index idx
12431 status collapsed
12432
12433 \begin_layout Plain Layout
12434 Multirows
12435 \end_layout
12436
12437 \end_inset
12438
12439
12440 \begin_inset Index idx
12441 status collapsed
12442
12443 \begin_layout Plain Layout
12444 Table ! Multirows
12445 \end_layout
12446
12447 \end_inset
12448
12449
12450 \end_layout
12451
12452 \begin_layout Standard
12453 To merge cells over multiple rows, select as many cells within a column
12454  as you want to merge and use either the table-toolbar button 
12455 \begin_inset Info
12456 type  "icon"
12457 arg   "inset-modify tabular multirow"
12458 \end_inset
12459
12460 , or the menu 
12461 \family sans
12462 Edit\SpecialChar menuseparator
12463 Table\SpecialChar menuseparator
12464 Multirow
12465 \family default
12466 , or right click on the marked cells and choose 
12467 \family sans
12468 Multirow
12469 \family default
12470  in the context menu.
12471 \end_layout
12472
12473 \begin_layout Standard
12474 Here is an example table with a multirow in the first column:
12475 \begin_inset Separator parbreak
12476 \end_inset
12477
12478
12479 \end_layout
12480
12481 \begin_layout Standard
12482 \align center
12483 \begin_inset Tabular
12484 <lyxtabular version="3" rows="3" columns="3">
12485 <features tabularvalignment="middle">
12486 <column alignment="center" valignment="top" width="0pt">
12487 <column alignment="center" valignment="top">
12488 <column alignment="center" valignment="top">
12489 <row>
12490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12491 \begin_inset Text
12492
12493 \begin_layout Plain Layout
12494 a long cell entry
12495 \end_layout
12496
12497 \end_inset
12498 </cell>
12499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12500 \begin_inset Text
12501
12502 \begin_layout Plain Layout
12503 b
12504 \end_layout
12505
12506 \end_inset
12507 </cell>
12508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12509 \begin_inset Text
12510
12511 \begin_layout Plain Layout
12512 c
12513 \end_layout
12514
12515 \end_inset
12516 </cell>
12517 </row>
12518 <row>
12519 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12520 \begin_inset Text
12521
12522 \begin_layout Plain Layout
12523 multirow
12524 \end_layout
12525
12526 \end_inset
12527 </cell>
12528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12529 \begin_inset Text
12530
12531 \begin_layout Plain Layout
12532 e
12533 \end_layout
12534
12535 \end_inset
12536 </cell>
12537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12538 \begin_inset Text
12539
12540 \begin_layout Plain Layout
12541 f
12542 \end_layout
12543
12544 \end_inset
12545 </cell>
12546 </row>
12547 <row>
12548 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12549 \begin_inset Text
12550
12551 \begin_layout Plain Layout
12552
12553 \end_layout
12554
12555 \end_inset
12556 </cell>
12557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12558 \begin_inset Text
12559
12560 \begin_layout Plain Layout
12561 h
12562 \end_layout
12563
12564 \end_inset
12565 </cell>
12566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12567 \begin_inset Text
12568
12569 \begin_layout Plain Layout
12570 i
12571 \end_layout
12572
12573 \end_inset
12574 </cell>
12575 </row>
12576 </lyxtabular>
12577
12578 \end_inset
12579
12580
12581 \end_layout
12582
12583 \begin_layout Standard
12584 The width of multirow cells is set by setting the width and alignment for
12585  the whole column.
12586  The 
12587 \family sans
12588 Vertical Offset
12589 \family default
12590  shifts the content of the multirow up/down if the offset is positive/negative.
12591 \end_layout
12592
12593 \begin_layout Standard
12594 If the column of a multirow cell has no explicit width, the multirow cell
12595  inherits the alignment of the column.
12596  Otherwise it is by default left-aligned.
12597  To override the default, renew the command 
12598 \series bold
12599
12600 \backslash
12601 multirowsetup
12602 \series default
12603  with the command
12604 \end_layout
12605
12606 \begin_layout Standard
12607
12608 \series bold
12609
12610 \backslash
12611 renewcommand{
12612 \backslash
12613 multirowsetup}{
12614 \backslash
12615 centering}
12616 \end_layout
12617
12618 \begin_layout Standard
12619 in the document preamble.
12620  Then all entries of multirow cells in the document are centered.
12621  If centering is only needed for several tables, you can renew the command
12622  in a \SpecialChar TeX
12623  Code box just before the table instead of the preamble.
12624  If the text should be right-aligned, replace 
12625 \series bold
12626
12627 \backslash
12628 centering
12629 \series default
12630  by 
12631 \series bold
12632
12633 \backslash
12634 raggedleft
12635 \series default
12636 .
12637  To return to left-alignment 
12638 \series bold
12639
12640 \backslash
12641 raggedright
12642 \series default
12643  is used.
12644 \end_layout
12645
12646 \begin_layout Standard
12647 This is an example table with a right-aligned multirow cell that has a vertical
12648  offset of -4
12649 \begin_inset space \thinspace{}
12650 \end_inset
12651
12652 mm and is in a 3
12653 \begin_inset space \thinspace{}
12654 \end_inset
12655
12656 cm wide column:
12657 \begin_inset Separator parbreak
12658 \end_inset
12659
12660
12661 \end_layout
12662
12663 \begin_layout Standard
12664 \noindent
12665 \align center
12666 \begin_inset ERT
12667 status collapsed
12668
12669 \begin_layout Plain Layout
12670
12671
12672 \backslash
12673 renewcommand{
12674 \backslash
12675 multirowsetup}{
12676 \backslash
12677 raggedleft}
12678 \end_layout
12679
12680 \end_inset
12681
12682
12683 \begin_inset Tabular
12684 <lyxtabular version="3" rows="4" columns="3">
12685 <features tabularvalignment="middle">
12686 <column alignment="center" valignment="top" width="3cm">
12687 <column alignment="center" valignment="top">
12688 <column alignment="center" valignment="top">
12689 <row>
12690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12691 \begin_inset Text
12692
12693 \begin_layout Plain Layout
12694 a long cell entry
12695 \end_layout
12696
12697 \end_inset
12698 </cell>
12699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12700 \begin_inset Text
12701
12702 \begin_layout Plain Layout
12703 b
12704 \end_layout
12705
12706 \end_inset
12707 </cell>
12708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12709 \begin_inset Text
12710
12711 \begin_layout Plain Layout
12712 c
12713 \end_layout
12714
12715 \end_inset
12716 </cell>
12717 </row>
12718 <row>
12719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12720 \begin_inset Text
12721
12722 \begin_layout Plain Layout
12723 t
12724 \end_layout
12725
12726 \end_inset
12727 </cell>
12728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12729 \begin_inset Text
12730
12731 \begin_layout Plain Layout
12732 n
12733 \end_layout
12734
12735 \end_inset
12736 </cell>
12737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12738 \begin_inset Text
12739
12740 \begin_layout Plain Layout
12741 m
12742 \end_layout
12743
12744 \end_inset
12745 </cell>
12746 </row>
12747 <row>
12748 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12749 \begin_inset Text
12750
12751 \begin_layout Plain Layout
12752 multirow
12753 \end_layout
12754
12755 \end_inset
12756 </cell>
12757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12758 \begin_inset Text
12759
12760 \begin_layout Plain Layout
12761 e
12762 \end_layout
12763
12764 \end_inset
12765 </cell>
12766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12767 \begin_inset Text
12768
12769 \begin_layout Plain Layout
12770 f
12771 \end_layout
12772
12773 \end_inset
12774 </cell>
12775 </row>
12776 <row>
12777 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12778 \begin_inset Text
12779
12780 \begin_layout Plain Layout
12781
12782 \end_layout
12783
12784 \end_inset
12785 </cell>
12786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12787 \begin_inset Text
12788
12789 \begin_layout Plain Layout
12790 h
12791 \end_layout
12792
12793 \end_inset
12794 </cell>
12795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12796 \begin_inset Text
12797
12798 \begin_layout Plain Layout
12799 i
12800 \end_layout
12801
12802 \end_inset
12803 </cell>
12804 </row>
12805 </lyxtabular>
12806
12807 \end_inset
12808
12809
12810 \begin_inset ERT
12811 status collapsed
12812
12813 \begin_layout Plain Layout
12814
12815
12816 \backslash
12817 renewcommand{
12818 \backslash
12819 multirowsetup}{
12820 \backslash
12821 raggedright}
12822 \end_layout
12823
12824 \end_inset
12825
12826
12827 \end_layout
12828
12829 \begin_layout Standard
12830 To start a new line in a multirow you can use a forced line break (shortcut
12831  
12832 \begin_inset Info
12833 type  "shortcut"
12834 arg   "newline-insert newline"
12835 \end_inset
12836
12837 ) but this will not respect the cell lines as demonstrated in this table:
12838 \begin_inset Separator parbreak
12839 \end_inset
12840
12841
12842 \end_layout
12843
12844 \begin_layout Standard
12845 \noindent
12846 \align center
12847 \begin_inset Tabular
12848 <lyxtabular version="3" rows="3" columns="2">
12849 <features tabularvalignment="middle">
12850 <column alignment="left" valignment="middle" width="2cm">
12851 <column alignment="center" valignment="top">
12852 <row>
12853 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12854 \begin_inset Text
12855
12856 \begin_layout Plain Layout
12857 aaa
12858 \begin_inset Newline newline
12859 \end_inset
12860
12861 aaa
12862 \begin_inset Newline newline
12863 \end_inset
12864
12865 wrong cell
12866 \end_layout
12867
12868 \end_inset
12869 </cell>
12870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12871 \begin_inset Text
12872
12873 \begin_layout Plain Layout
12874 ccc
12875 \end_layout
12876
12877 \end_inset
12878 </cell>
12879 </row>
12880 <row>
12881 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12882 \begin_inset Text
12883
12884 \begin_layout Plain Layout
12885
12886 \end_layout
12887
12888 \end_inset
12889 </cell>
12890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12891 \begin_inset Text
12892
12893 \begin_layout Plain Layout
12894 ddd
12895 \end_layout
12896
12897 \end_inset
12898 </cell>
12899 </row>
12900 <row>
12901 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12902 \begin_inset Text
12903
12904 \begin_layout Plain Layout
12905 bbb
12906 \end_layout
12907
12908 \end_inset
12909 </cell>
12910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12911 \begin_inset Text
12912
12913 \begin_layout Plain Layout
12914 eee
12915 \end_layout
12916
12917 \end_inset
12918 </cell>
12919 </row>
12920 </lyxtabular>
12921
12922 \end_inset
12923
12924
12925 \end_layout
12926
12927 \begin_layout Standard
12928 Therefore be careful with forced line breaks.
12929 \end_layout
12930
12931 \begin_layout Subsection
12932 Cells with diagonal line(s)
12933 \end_layout
12934
12935 \begin_layout Standard
12936 To tell the reader what is meant by column and row headings in a table,
12937  it is helpful to split the first cell of the table by one or two diagonal
12938  lines.
12939  This can be achieved by loading the \SpecialChar LaTeX
12940  package 
12941 \series bold
12942 diagbox
12943 \series default
12944
12945 \begin_inset Index idx
12946 status collapsed
12947
12948 \begin_layout Plain Layout
12949 \SpecialChar LaTeX
12950 -packages ! picinpar
12951 \end_layout
12952
12953 \end_inset
12954
12955  in the document preamble.
12956  The package provides the command 
12957 \series bold
12958
12959 \backslash
12960 diagbox
12961 \series default
12962  that is inserted as \SpecialChar TeX
12963  Code and that can take 2 or 3
12964 \begin_inset space ~
12965 \end_inset
12966
12967 arguments:
12968 \end_layout
12969
12970 \begin_layout Standard
12971
12972 \series bold
12973
12974 \backslash
12975 diagbox[options]{lower left}{upper right}
12976 \end_layout
12977
12978 \begin_layout Standard
12979
12980 \series bold
12981
12982 \backslash
12983 diagbox[options]{lower left}{upper left}{upper right}
12984 \end_layout
12985
12986 \begin_layout Standard
12987 The first scheme divides the cell by a single diagonal line and the arguments
12988  are placed below and above this line.
12989  The second scheme divides the cell by 2
12990 \begin_inset space ~
12991 \end_inset
12992
12993 lines.
12994 \end_layout
12995
12996 \begin_layout Standard
12997 \begin_inset ERT
12998 status collapsed
12999
13000 \begin_layout Plain Layout
13001
13002
13003 \backslash
13004 ifdiagbox
13005 \end_layout
13006
13007 \end_inset
13008
13009
13010 \begin_inset Note Note
13011 status open
13012
13013 \begin_layout Plain Layout
13014 The following section will only be displayed when the \SpecialChar LaTeX
13015 -package 
13016 \series bold
13017 diagbox
13018 \series default
13019  is installed.
13020 \end_layout
13021
13022 \end_inset
13023
13024
13025 \end_layout
13026
13027 \begin_layout Standard
13028 Here is an example table where 
13029 \series bold
13030
13031 \backslash
13032 diagbox 
13033 \series default
13034 is used in the 2-argument scheme in the first cell:
13035 \begin_inset VSpace medskip
13036 \end_inset
13037
13038
13039 \end_layout
13040
13041 \begin_layout Standard
13042 \noindent
13043 \begin_inset Tabular
13044 <lyxtabular version="3" rows="4" columns="4">
13045 <features tabularvalignment="middle">
13046 <column alignment="center" valignment="top">
13047 <column alignment="center" valignment="top">
13048 <column alignment="center" valignment="top">
13049 <column alignment="center" valignment="top">
13050 <row>
13051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13052 \begin_inset Text
13053
13054 \begin_layout Plain Layout
13055 \begin_inset ERT
13056 status collapsed
13057
13058 \begin_layout Plain Layout
13059
13060
13061 \backslash
13062 diagbox{
13063 \end_layout
13064
13065 \end_inset
13066
13067 Name
13068 \begin_inset ERT
13069 status collapsed
13070
13071 \begin_layout Plain Layout
13072
13073 }{
13074 \end_layout
13075
13076 \end_inset
13077
13078 Parameter
13079 \begin_inset ERT
13080 status collapsed
13081
13082 \begin_layout Plain Layout
13083
13084 }
13085 \end_layout
13086
13087 \end_inset
13088
13089
13090 \end_layout
13091
13092 \end_inset
13093 </cell>
13094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13095 \begin_inset Text
13096
13097 \begin_layout Plain Layout
13098 Thickness in nm
13099 \end_layout
13100
13101 \end_inset
13102 </cell>
13103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13104 \begin_inset Text
13105
13106 \begin_layout Plain Layout
13107 Transparency in %
13108 \end_layout
13109
13110 \end_inset
13111 </cell>
13112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13113 \begin_inset Text
13114
13115 \begin_layout Plain Layout
13116 Hardness in MPa
13117 \end_layout
13118
13119 \end_inset
13120 </cell>
13121 </row>
13122 <row>
13123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13124 \begin_inset Text
13125
13126 \begin_layout Plain Layout
13127 Perfect Green
13128 \end_layout
13129
13130 \end_inset
13131 </cell>
13132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13133 \begin_inset Text
13134
13135 \begin_layout Plain Layout
13136 45
13137 \end_layout
13138
13139 \end_inset
13140 </cell>
13141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13142 \begin_inset Text
13143
13144 \begin_layout Plain Layout
13145 80
13146 \end_layout
13147
13148 \end_inset
13149 </cell>
13150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13151 \begin_inset Text
13152
13153 \begin_layout Plain Layout
13154 504
13155 \end_layout
13156
13157 \end_inset
13158 </cell>
13159 </row>
13160 <row>
13161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13162 \begin_inset Text
13163
13164 \begin_layout Plain Layout
13165 Dark Multi-P
13166 \end_layout
13167
13168 \end_inset
13169 </cell>
13170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13171 \begin_inset Text
13172
13173 \begin_layout Plain Layout
13174 60
13175 \end_layout
13176
13177 \end_inset
13178 </cell>
13179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13180 \begin_inset Text
13181
13182 \begin_layout Plain Layout
13183 72
13184 \end_layout
13185
13186 \end_inset
13187 </cell>
13188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13189 \begin_inset Text
13190
13191 \begin_layout Plain Layout
13192 982
13193 \end_layout
13194
13195 \end_inset
13196 </cell>
13197 </row>
13198 <row>
13199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13200 \begin_inset Text
13201
13202 \begin_layout Plain Layout
13203 Crystal Clear Pro
13204 \end_layout
13205
13206 \end_inset
13207 </cell>
13208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13209 \begin_inset Text
13210
13211 \begin_layout Plain Layout
13212 18
13213 \end_layout
13214
13215 \end_inset
13216 </cell>
13217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13218 \begin_inset Text
13219
13220 \begin_layout Plain Layout
13221 86
13222 \end_layout
13223
13224 \end_inset
13225 </cell>
13226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13227 \begin_inset Text
13228
13229 \begin_layout Plain Layout
13230 374
13231 \end_layout
13232
13233 \end_inset
13234 </cell>
13235 </row>
13236 </lyxtabular>
13237
13238 \end_inset
13239
13240
13241 \begin_inset VSpace medskip
13242 \end_inset
13243
13244
13245 \end_layout
13246
13247 \begin_layout Standard
13248 The 3-argument scheme is for example useful for cross-tables of sports leagues
13249  or distances:
13250 \begin_inset Separator parbreak
13251 \end_inset
13252
13253
13254 \end_layout
13255
13256 \begin_layout Standard
13257 \noindent
13258 \align center
13259 \begin_inset Tabular
13260 <lyxtabular version="3" rows="4" columns="4">
13261 <features tabularvalignment="middle">
13262 <column alignment="center" valignment="top" width="0pt">
13263 <column alignment="center" valignment="top">
13264 <column alignment="center" valignment="top">
13265 <column alignment="center" valignment="top">
13266 <row>
13267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13268 \begin_inset Text
13269
13270 \begin_layout Plain Layout
13271 \begin_inset ERT
13272 status collapsed
13273
13274 \begin_layout Plain Layout
13275
13276
13277 \backslash
13278 diagbox{
13279 \end_layout
13280
13281 \end_inset
13282
13283 Team home
13284 \begin_inset ERT
13285 status collapsed
13286
13287 \begin_layout Plain Layout
13288
13289 }{
13290 \end_layout
13291
13292 \end_inset
13293
13294 Result
13295 \begin_inset ERT
13296 status collapsed
13297
13298 \begin_layout Plain Layout
13299
13300 }{
13301 \end_layout
13302
13303 \end_inset
13304
13305 Team away
13306 \begin_inset ERT
13307 status collapsed
13308
13309 \begin_layout Plain Layout
13310
13311 }
13312 \end_layout
13313
13314 \end_inset
13315
13316
13317 \end_layout
13318
13319 \end_inset
13320 </cell>
13321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13322 \begin_inset Text
13323
13324 \begin_layout Plain Layout
13325 Tigers
13326 \end_layout
13327
13328 \end_inset
13329 </cell>
13330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13331 \begin_inset Text
13332
13333 \begin_layout Plain Layout
13334 Panthers
13335 \end_layout
13336
13337 \end_inset
13338 </cell>
13339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13340 \begin_inset Text
13341
13342 \begin_layout Plain Layout
13343 Falcons
13344 \end_layout
13345
13346 \end_inset
13347 </cell>
13348 </row>
13349 <row>
13350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13351 \begin_inset Text
13352
13353 \begin_layout Plain Layout
13354 Tigers
13355 \end_layout
13356
13357 \end_inset
13358 </cell>
13359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13360 \begin_inset Text
13361
13362 \begin_layout Plain Layout
13363 —
13364 \end_layout
13365
13366 \end_inset
13367 </cell>
13368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13369 \begin_inset Text
13370
13371 \begin_layout Plain Layout
13372 1:3
13373 \end_layout
13374
13375 \end_inset
13376 </cell>
13377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13378 \begin_inset Text
13379
13380 \begin_layout Plain Layout
13381 0:1
13382 \end_layout
13383
13384 \end_inset
13385 </cell>
13386 </row>
13387 <row>
13388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13389 \begin_inset Text
13390
13391 \begin_layout Plain Layout
13392 Panthers
13393 \end_layout
13394
13395 \end_inset
13396 </cell>
13397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13398 \begin_inset Text
13399
13400 \begin_layout Plain Layout
13401 3:1
13402 \end_layout
13403
13404 \end_inset
13405 </cell>
13406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13407 \begin_inset Text
13408
13409 \begin_layout Plain Layout
13410 —
13411 \end_layout
13412
13413 \end_inset
13414 </cell>
13415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13416 \begin_inset Text
13417
13418 \begin_layout Plain Layout
13419 0:0
13420 \end_layout
13421
13422 \end_inset
13423 </cell>
13424 </row>
13425 <row>
13426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13427 \begin_inset Text
13428
13429 \begin_layout Plain Layout
13430 Falcons
13431 \end_layout
13432
13433 \end_inset
13434 </cell>
13435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13436 \begin_inset Text
13437
13438 \begin_layout Plain Layout
13439 1:0
13440 \end_layout
13441
13442 \end_inset
13443 </cell>
13444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13445 \begin_inset Text
13446
13447 \begin_layout Plain Layout
13448 0:0
13449 \end_layout
13450
13451 \end_inset
13452 </cell>
13453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13454 \begin_inset Text
13455
13456 \begin_layout Plain Layout
13457 —
13458 \end_layout
13459
13460 \end_inset
13461 </cell>
13462 </row>
13463 </lyxtabular>
13464
13465 \end_inset
13466
13467
13468 \end_layout
13469
13470 \begin_layout Standard
13471 For larger cross-tables one might use split cells in 2 or every corner of
13472  the table like in this example:
13473 \begin_inset Separator parbreak
13474 \end_inset
13475
13476
13477 \end_layout
13478
13479 \begin_layout Standard
13480 \noindent
13481 \align center
13482 \begin_inset Tabular
13483 <lyxtabular version="3" rows="5" columns="5">
13484 <features tabularvalignment="middle">
13485 <column alignment="center" valignment="top" width="0pt">
13486 <column alignment="center" valignment="top">
13487 <column alignment="center" valignment="top">
13488 <column alignment="center" valignment="top">
13489 <column alignment="center" valignment="top">
13490 <row>
13491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13492 \begin_inset Text
13493
13494 \begin_layout Plain Layout
13495 \begin_inset ERT
13496 status open
13497
13498 \begin_layout Plain Layout
13499
13500
13501 \backslash
13502 diagbox{
13503 \end_layout
13504
13505 \end_inset
13506
13507 Team home
13508 \begin_inset ERT
13509 status collapsed
13510
13511 \begin_layout Plain Layout
13512
13513 }{
13514 \end_layout
13515
13516 \end_inset
13517
13518 Result
13519 \begin_inset ERT
13520 status collapsed
13521
13522 \begin_layout Plain Layout
13523
13524 }{
13525 \end_layout
13526
13527 \end_inset
13528
13529 Team away
13530 \begin_inset ERT
13531 status collapsed
13532
13533 \begin_layout Plain Layout
13534
13535 }
13536 \end_layout
13537
13538 \end_inset
13539
13540
13541 \end_layout
13542
13543 \end_inset
13544 </cell>
13545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13546 \begin_inset Text
13547
13548 \begin_layout Plain Layout
13549 Tigers
13550 \end_layout
13551
13552 \end_inset
13553 </cell>
13554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13555 \begin_inset Text
13556
13557 \begin_layout Plain Layout
13558 Panthers
13559 \end_layout
13560
13561 \end_inset
13562 </cell>
13563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13564 \begin_inset Text
13565
13566 \begin_layout Plain Layout
13567 Falcons
13568 \end_layout
13569
13570 \end_inset
13571 </cell>
13572 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13573 \begin_inset Text
13574
13575 \begin_layout Plain Layout
13576 \begin_inset ERT
13577 status open
13578
13579 \begin_layout Plain Layout
13580
13581
13582 \backslash
13583 diagbox[dir=NE]{
13584 \end_layout
13585
13586 \end_inset
13587
13588 Team home
13589 \begin_inset ERT
13590 status collapsed
13591
13592 \begin_layout Plain Layout
13593
13594 }{
13595 \end_layout
13596
13597 \end_inset
13598
13599 Result
13600 \begin_inset ERT
13601 status collapsed
13602
13603 \begin_layout Plain Layout
13604
13605 }{
13606 \end_layout
13607
13608 \end_inset
13609
13610 Team away
13611 \begin_inset ERT
13612 status collapsed
13613
13614 \begin_layout Plain Layout
13615
13616 }
13617 \end_layout
13618
13619 \end_inset
13620
13621
13622 \end_layout
13623
13624 \end_inset
13625 </cell>
13626 </row>
13627 <row>
13628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13629 \begin_inset Text
13630
13631 \begin_layout Plain Layout
13632 Tigers
13633 \end_layout
13634
13635 \end_inset
13636 </cell>
13637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13638 \begin_inset Text
13639
13640 \begin_layout Plain Layout
13641 —
13642 \end_layout
13643
13644 \end_inset
13645 </cell>
13646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13647 \begin_inset Text
13648
13649 \begin_layout Plain Layout
13650 1:3
13651 \end_layout
13652
13653 \end_inset
13654 </cell>
13655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13656 \begin_inset Text
13657
13658 \begin_layout Plain Layout
13659 0:1
13660 \end_layout
13661
13662 \end_inset
13663 </cell>
13664 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13665 \begin_inset Text
13666
13667 \begin_layout Plain Layout
13668 Tigers
13669 \end_layout
13670
13671 \end_inset
13672 </cell>
13673 </row>
13674 <row>
13675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13676 \begin_inset Text
13677
13678 \begin_layout Plain Layout
13679 Panthers
13680 \end_layout
13681
13682 \end_inset
13683 </cell>
13684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13685 \begin_inset Text
13686
13687 \begin_layout Plain Layout
13688 3:1
13689 \end_layout
13690
13691 \end_inset
13692 </cell>
13693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13694 \begin_inset Text
13695
13696 \begin_layout Plain Layout
13697 —
13698 \end_layout
13699
13700 \end_inset
13701 </cell>
13702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13703 \begin_inset Text
13704
13705 \begin_layout Plain Layout
13706 0:0
13707 \end_layout
13708
13709 \end_inset
13710 </cell>
13711 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13712 \begin_inset Text
13713
13714 \begin_layout Plain Layout
13715 Panthers
13716 \end_layout
13717
13718 \end_inset
13719 </cell>
13720 </row>
13721 <row>
13722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13723 \begin_inset Text
13724
13725 \begin_layout Plain Layout
13726 Falcons
13727 \end_layout
13728
13729 \end_inset
13730 </cell>
13731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13732 \begin_inset Text
13733
13734 \begin_layout Plain Layout
13735 1:0
13736 \end_layout
13737
13738 \end_inset
13739 </cell>
13740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13741 \begin_inset Text
13742
13743 \begin_layout Plain Layout
13744 0:0
13745 \end_layout
13746
13747 \end_inset
13748 </cell>
13749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13750 \begin_inset Text
13751
13752 \begin_layout Plain Layout
13753 —
13754 \end_layout
13755
13756 \end_inset
13757 </cell>
13758 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13759 \begin_inset Text
13760
13761 \begin_layout Plain Layout
13762 Falcons
13763 \end_layout
13764
13765 \end_inset
13766 </cell>
13767 </row>
13768 <row>
13769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13770 \begin_inset Text
13771
13772 \begin_layout Plain Layout
13773 \begin_inset ERT
13774 status open
13775
13776 \begin_layout Plain Layout
13777
13778
13779 \backslash
13780 diagbox[dir=SW]{
13781 \end_layout
13782
13783 \end_inset
13784
13785 Team home
13786 \begin_inset ERT
13787 status collapsed
13788
13789 \begin_layout Plain Layout
13790
13791 }{
13792 \end_layout
13793
13794 \end_inset
13795
13796 Result
13797 \begin_inset ERT
13798 status collapsed
13799
13800 \begin_layout Plain Layout
13801
13802 }{
13803 \end_layout
13804
13805 \end_inset
13806
13807 Team away
13808 \begin_inset ERT
13809 status collapsed
13810
13811 \begin_layout Plain Layout
13812
13813 }
13814 \end_layout
13815
13816 \end_inset
13817
13818
13819 \end_layout
13820
13821 \end_inset
13822 </cell>
13823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13824 \begin_inset Text
13825
13826 \begin_layout Plain Layout
13827 Tigers
13828 \end_layout
13829
13830 \end_inset
13831 </cell>
13832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13833 \begin_inset Text
13834
13835 \begin_layout Plain Layout
13836 Panthers
13837 \end_layout
13838
13839 \end_inset
13840 </cell>
13841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13842 \begin_inset Text
13843
13844 \begin_layout Plain Layout
13845 Falcons
13846 \end_layout
13847
13848 \end_inset
13849 </cell>
13850 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13851 \begin_inset Text
13852
13853 \begin_layout Plain Layout
13854 \begin_inset ERT
13855 status open
13856
13857 \begin_layout Plain Layout
13858
13859
13860 \backslash
13861 diagbox[dir=SE]{
13862 \end_layout
13863
13864 \end_inset
13865
13866 Team home
13867 \begin_inset ERT
13868 status collapsed
13869
13870 \begin_layout Plain Layout
13871
13872 }{
13873 \end_layout
13874
13875 \end_inset
13876
13877 Result
13878 \begin_inset ERT
13879 status collapsed
13880
13881 \begin_layout Plain Layout
13882
13883 }{
13884 \end_layout
13885
13886 \end_inset
13887
13888 Team away
13889 \begin_inset ERT
13890 status collapsed
13891
13892 \begin_layout Plain Layout
13893
13894 }
13895 \end_layout
13896
13897 \end_inset
13898
13899
13900 \end_layout
13901
13902 \end_inset
13903 </cell>
13904 </row>
13905 </lyxtabular>
13906
13907 \end_inset
13908
13909
13910 \end_layout
13911
13912 \begin_layout Standard
13913 To rotate the diagonal lines, the command option 
13914 \series bold
13915 dir=direction
13916 \series default
13917  is used.
13918  
13919 \emph on
13920 direction
13921 \emph default
13922  is either 
13923 \series bold
13924 NE
13925 \series default
13926
13927 \series bold
13928 DE
13929 \series default
13930
13931 \series bold
13932 SW
13933 \series default
13934  or 
13935 \series bold
13936 NW
13937 \series default
13938  and represent a point of a compass.
13939  
13940 \series bold
13941 SW
13942 \series default
13943  is for example the south-west corner.
13944  Thus in the lower left cell of the above table the command
13945 \end_layout
13946
13947 \begin_layout Standard
13948
13949 \series bold
13950
13951 \backslash
13952 diagbox[dir=SW]{Team home}{Result}{Team away}
13953 \end_layout
13954
13955 \begin_layout Standard
13956 is used.
13957  If no direction is given, it will be NW.
13958 \end_layout
13959
13960 \begin_layout Standard
13961 The necessary width of split cells is automatically calculated.
13962  Thus if you set a fixed column width smaller than the calculated one, the
13963  cell's content will protrude the cell borders:
13964 \begin_inset Separator parbreak
13965 \end_inset
13966
13967
13968 \end_layout
13969
13970 \begin_layout Standard
13971 \noindent
13972 \align center
13973 \begin_inset Tabular
13974 <lyxtabular version="3" rows="2" columns="2">
13975 <features tabularvalignment="middle">
13976 <column alignment="center" valignment="top" width="3cm">
13977 <column alignment="center" valignment="top">
13978 <row>
13979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13980 \begin_inset Text
13981
13982 \begin_layout Plain Layout
13983 \begin_inset ERT
13984 status collapsed
13985
13986 \begin_layout Plain Layout
13987
13988
13989 \backslash
13990 diagbox{
13991 \end_layout
13992
13993 \end_inset
13994
13995 Name
13996 \begin_inset ERT
13997 status collapsed
13998
13999 \begin_layout Plain Layout
14000
14001 }{
14002 \end_layout
14003
14004 \end_inset
14005
14006 Parameter
14007 \begin_inset ERT
14008 status collapsed
14009
14010 \begin_layout Plain Layout
14011
14012 }
14013 \end_layout
14014
14015 \end_inset
14016
14017
14018 \end_layout
14019
14020 \end_inset
14021 </cell>
14022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14023 \begin_inset Text
14024
14025 \begin_layout Plain Layout
14026 Thickness in nm
14027 \end_layout
14028
14029 \end_inset
14030 </cell>
14031 </row>
14032 <row>
14033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14034 \begin_inset Text
14035
14036 \begin_layout Plain Layout
14037 Perfect Green
14038 \end_layout
14039
14040 \end_inset
14041 </cell>
14042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14043 \begin_inset Text
14044
14045 \begin_layout Plain Layout
14046 45
14047 \end_layout
14048
14049 \end_inset
14050 </cell>
14051 </row>
14052 </lyxtabular>
14053
14054 \end_inset
14055
14056
14057 \end_layout
14058
14059 \begin_layout Standard
14060 If you need a certain width for columns with a split cell, use the command
14061  option 
14062 \series bold
14063 width=3cm
14064 \series default
14065  (replace '3cm' by the width you need).
14066  In the following table the width of the first column is set to 4
14067 \begin_inset space \thinspace{}
14068 \end_inset
14069
14070 cm.
14071  For 
14072 \series bold
14073
14074 \backslash
14075 diagbox
14076 \series default
14077  a width of 4
14078 \begin_inset space \thinspace{}
14079 \end_inset
14080
14081 cm + 2
14082 \begin_inset space \thinspace{}
14083 \end_inset
14084
14085
14086 \backslash
14087 tabcolsep is necessary because the overall width is the width for the text
14088  (in this case the 4
14089 \begin_inset space \thinspace{}
14090 \end_inset
14091
14092 cm) plus two times the separation of the text and the cell border.
14093  The calculation of the width cannot be done in the command option of 
14094 \series bold
14095
14096 \backslash
14097 diagbox
14098 \series default
14099  so one needs to create a new length which can be used later.
14100  This is done with the \SpecialChar TeX
14101  Code commands
14102 \end_layout
14103
14104 \begin_layout Standard
14105
14106 \series bold
14107
14108 \backslash
14109 newlength{
14110 \backslash
14111 diagtest}
14112 \begin_inset Newline newline
14113 \end_inset
14114
14115
14116 \backslash
14117 setlength{
14118 \backslash
14119 diagtest}{4cm+2
14120 \backslash
14121 tabcolsep}
14122 \end_layout
14123
14124 \begin_layout Standard
14125 \begin_inset ERT
14126 status collapsed
14127
14128 \begin_layout Plain Layout
14129
14130
14131 \backslash
14132 newlength{
14133 \backslash
14134 diagtest}
14135 \end_layout
14136
14137 \begin_layout Plain Layout
14138
14139
14140 \backslash
14141 setlength{
14142 \backslash
14143 diagtest}{4cm+2
14144 \backslash
14145 tabcolsep}
14146 \end_layout
14147
14148 \end_inset
14149
14150
14151 \end_layout
14152
14153 \begin_layout Standard
14154 To enable calculations in \SpecialChar LaTeX
14155  one needs to load the package 
14156 \series bold
14157 calc
14158 \series default
14159
14160 \begin_inset Index idx
14161 status collapsed
14162
14163 \begin_layout Plain Layout
14164 \SpecialChar LaTeX
14165 -packages ! calc
14166 \end_layout
14167
14168 \end_inset
14169
14170  in the document preamble.
14171 \end_layout
14172
14173 \begin_layout Standard
14174 In this table you can now use the command
14175 \end_layout
14176
14177 \begin_layout Standard
14178
14179 \series bold
14180
14181 \backslash
14182 diagbox[width=
14183 \backslash
14184 diagtest]{A}{B}
14185 \end_layout
14186
14187 \begin_layout Standard
14188 in the first cell:
14189 \begin_inset Separator parbreak
14190 \end_inset
14191
14192
14193 \end_layout
14194
14195 \begin_layout Standard
14196 \noindent
14197 \align center
14198 \begin_inset Tabular
14199 <lyxtabular version="3" rows="2" columns="2">
14200 <features tabularvalignment="middle">
14201 <column alignment="center" valignment="top" width="4cm">
14202 <column alignment="center" valignment="top">
14203 <row>
14204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14205 \begin_inset Text
14206
14207 \begin_layout Plain Layout
14208 \begin_inset ERT
14209 status open
14210
14211 \begin_layout Plain Layout
14212
14213
14214 \backslash
14215 diagbox[width=
14216 \backslash
14217 diagtest]{
14218 \end_layout
14219
14220 \end_inset
14221
14222 A
14223 \begin_inset ERT
14224 status collapsed
14225
14226 \begin_layout Plain Layout
14227
14228 }{
14229 \end_layout
14230
14231 \end_inset
14232
14233 B
14234 \begin_inset ERT
14235 status collapsed
14236
14237 \begin_layout Plain Layout
14238
14239 }
14240 \end_layout
14241
14242 \end_inset
14243
14244
14245 \end_layout
14246
14247 \end_inset
14248 </cell>
14249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14250 \begin_inset Text
14251
14252 \begin_layout Plain Layout
14253 Thickness in nm
14254 \end_layout
14255
14256 \end_inset
14257 </cell>
14258 </row>
14259 <row>
14260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14261 \begin_inset Text
14262
14263 \begin_layout Plain Layout
14264 Perfect Green
14265 \end_layout
14266
14267 \end_inset
14268 </cell>
14269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14270 \begin_inset Text
14271
14272 \begin_layout Plain Layout
14273 45
14274 \end_layout
14275
14276 \end_inset
14277 </cell>
14278 </row>
14279 </lyxtabular>
14280
14281 \end_inset
14282
14283
14284 \end_layout
14285
14286 \begin_layout Standard
14287 Note that the split cell needs to be the widest one in the column.
14288  Otherwise the length of the diagonal line cannot be calculated correctly
14289  like in this table:
14290 \begin_inset Separator parbreak
14291 \end_inset
14292
14293
14294 \end_layout
14295
14296 \begin_layout Standard
14297 \noindent
14298 \align center
14299 \begin_inset Tabular
14300 <lyxtabular version="3" rows="2" columns="2">
14301 <features tabularvalignment="middle">
14302 <column alignment="center" valignment="top" width="0pt">
14303 <column alignment="center" valignment="top">
14304 <row>
14305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14306 \begin_inset Text
14307
14308 \begin_layout Plain Layout
14309 \begin_inset ERT
14310 status collapsed
14311
14312 \begin_layout Plain Layout
14313
14314
14315 \backslash
14316 diagbox{
14317 \end_layout
14318
14319 \end_inset
14320
14321 A
14322 \begin_inset ERT
14323 status collapsed
14324
14325 \begin_layout Plain Layout
14326
14327 }{
14328 \end_layout
14329
14330 \end_inset
14331
14332 B
14333 \begin_inset ERT
14334 status collapsed
14335
14336 \begin_layout Plain Layout
14337
14338 }
14339 \end_layout
14340
14341 \end_inset
14342
14343
14344 \end_layout
14345
14346 \end_inset
14347 </cell>
14348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14349 \begin_inset Text
14350
14351 \begin_layout Plain Layout
14352 Thickness in nm
14353 \end_layout
14354
14355 \end_inset
14356 </cell>
14357 </row>
14358 <row>
14359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14360 \begin_inset Text
14361
14362 \begin_layout Plain Layout
14363 Perfect Green
14364 \end_layout
14365
14366 \end_inset
14367 </cell>
14368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14369 \begin_inset Text
14370
14371 \begin_layout Plain Layout
14372 45
14373 \end_layout
14374
14375 \end_inset
14376 </cell>
14377 </row>
14378 </lyxtabular>
14379
14380 \end_inset
14381
14382
14383 \end_layout
14384
14385 \begin_layout Standard
14386 In this case use the 
14387 \series bold
14388 width
14389 \series default
14390  option of the 
14391 \series bold
14392
14393 \backslash
14394 diagbox
14395 \series default
14396  command.
14397  It is then not necessary to add 2
14398 \backslash
14399 tabcolsep because the cell width is now the width of the column.
14400  In this table a width of 3
14401 \begin_inset space \thinspace{}
14402 \end_inset
14403
14404 cm is used:
14405 \begin_inset Separator parbreak
14406 \end_inset
14407
14408
14409 \end_layout
14410
14411 \begin_layout Standard
14412 \noindent
14413 \align center
14414 \begin_inset Tabular
14415 <lyxtabular version="3" rows="2" columns="2">
14416 <features tabularvalignment="middle">
14417 <column alignment="center" valignment="top" width="0pt">
14418 <column alignment="center" valignment="top">
14419 <row>
14420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14421 \begin_inset Text
14422
14423 \begin_layout Plain Layout
14424 \begin_inset ERT
14425 status open
14426
14427 \begin_layout Plain Layout
14428
14429
14430 \backslash
14431 diagbox[width=3cm]{
14432 \end_layout
14433
14434 \end_inset
14435
14436 A
14437 \begin_inset ERT
14438 status collapsed
14439
14440 \begin_layout Plain Layout
14441
14442 }{
14443 \end_layout
14444
14445 \end_inset
14446
14447 B
14448 \begin_inset ERT
14449 status collapsed
14450
14451 \begin_layout Plain Layout
14452
14453 }
14454 \end_layout
14455
14456 \end_inset
14457
14458
14459 \end_layout
14460
14461 \end_inset
14462 </cell>
14463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14464 \begin_inset Text
14465
14466 \begin_layout Plain Layout
14467 Thickness in nm
14468 \end_layout
14469
14470 \end_inset
14471 </cell>
14472 </row>
14473 <row>
14474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14475 \begin_inset Text
14476
14477 \begin_layout Plain Layout
14478 Perfect Green
14479 \end_layout
14480
14481 \end_inset
14482 </cell>
14483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14484 \begin_inset Text
14485
14486 \begin_layout Plain Layout
14487 45
14488 \end_layout
14489
14490 \end_inset
14491 </cell>
14492 </row>
14493 </lyxtabular>
14494
14495 \end_inset
14496
14497
14498 \end_layout
14499
14500 \begin_layout Standard
14501 For multiple text lines in split cells one needs some extra height to fit
14502  the text to the cell.
14503  This can be achieved with the 
14504 \series bold
14505
14506 \backslash
14507 diagbox
14508 \series default
14509  option 
14510 \series bold
14511 height=3cm
14512 \series default
14513  (replace '3cm' by the height you need).
14514  In the following table the command
14515 \end_layout
14516
14517 \begin_layout Standard
14518
14519 \series bold
14520
14521 \backslash
14522 diagbox[width=3cm,height=1.4cm]{A
14523 \backslash
14524
14525 \backslash
14526 B}{C
14527 \backslash
14528
14529 \backslash
14530 D}
14531 \end_layout
14532
14533 \begin_layout Standard
14534 is used in the first cell.
14535  The command 
14536 \series bold
14537
14538 \backslash
14539
14540 \backslash
14541
14542 \series default
14543  creates hereby the line break.
14544 \begin_inset Foot
14545 status collapsed
14546
14547 \begin_layout Plain Layout
14548 Breaking lines with 
14549 \family sans
14550 Ctrl+Return
14551 \family default
14552  is only possible when the column has a fixed width.
14553 \end_layout
14554
14555 \end_inset
14556
14557
14558 \begin_inset Separator parbreak
14559 \end_inset
14560
14561
14562 \end_layout
14563
14564 \begin_layout Standard
14565 \noindent
14566 \align center
14567 \begin_inset Tabular
14568 <lyxtabular version="3" rows="2" columns="2">
14569 <features tabularvalignment="middle">
14570 <column alignment="center" valignment="top">
14571 <column alignment="center" valignment="top">
14572 <row>
14573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14574 \begin_inset Text
14575
14576 \begin_layout Plain Layout
14577 \begin_inset ERT
14578 status open
14579
14580 \begin_layout Plain Layout
14581
14582
14583 \backslash
14584 diagbox[width=3cm,height=1.4cm]{
14585 \end_layout
14586
14587 \end_inset
14588
14589 A
14590 \begin_inset ERT
14591 status collapsed
14592
14593 \begin_layout Plain Layout
14594
14595
14596 \backslash
14597
14598 \backslash
14599
14600 \end_layout
14601
14602 \end_inset
14603
14604 B
14605 \begin_inset ERT
14606 status collapsed
14607
14608 \begin_layout Plain Layout
14609
14610 }{
14611 \end_layout
14612
14613 \end_inset
14614
14615 C
14616 \begin_inset ERT
14617 status collapsed
14618
14619 \begin_layout Plain Layout
14620
14621
14622 \backslash
14623
14624 \backslash
14625
14626 \end_layout
14627
14628 \end_inset
14629
14630 D
14631 \begin_inset ERT
14632 status collapsed
14633
14634 \begin_layout Plain Layout
14635
14636 }
14637 \end_layout
14638
14639 \end_inset
14640
14641
14642 \end_layout
14643
14644 \end_inset
14645 </cell>
14646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14647 \begin_inset Text
14648
14649 \begin_layout Plain Layout
14650 Thickness in nm
14651 \end_layout
14652
14653 \end_inset
14654 </cell>
14655 </row>
14656 <row>
14657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14658 \begin_inset Text
14659
14660 \begin_layout Plain Layout
14661 Perfect Green
14662 \end_layout
14663
14664 \end_inset
14665 </cell>
14666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14667 \begin_inset Text
14668
14669 \begin_layout Plain Layout
14670 45
14671 \end_layout
14672
14673 \end_inset
14674 </cell>
14675 </row>
14676 </lyxtabular>
14677
14678 \end_inset
14679
14680
14681 \end_layout
14682
14683 \begin_layout Standard
14684 \begin_inset ERT
14685 status collapsed
14686
14687 \begin_layout Plain Layout
14688
14689
14690 \backslash
14691 else
14692 \end_layout
14693
14694 \end_inset
14695
14696
14697 \begin_inset Note Note
14698 status open
14699
14700 \begin_layout Plain Layout
14701 The following will be displayed when the \SpecialChar LaTeX
14702 -package 
14703 \series bold
14704 diagbox
14705 \series default
14706  is not installed:
14707 \end_layout
14708
14709 \end_inset
14710
14711
14712 \end_layout
14713
14714 \begin_layout Standard
14715 You need to install the \SpecialChar LaTeX
14716 -package 
14717 \series bold
14718 diagbox
14719 \series default
14720  to see the following part of this section in the output.
14721 \end_layout
14722
14723 \begin_layout Standard
14724 \begin_inset ERT
14725 status collapsed
14726
14727 \begin_layout Plain Layout
14728
14729
14730 \backslash
14731 fi
14732 \end_layout
14733
14734 \end_inset
14735
14736
14737 \end_layout
14738
14739 \begin_layout Standard
14740 For more info about the \SpecialChar LaTeX
14741 -package 
14742 \series bold
14743 diagbox
14744 \series default
14745 , see its documentation, 
14746 \begin_inset CommandInset citation
14747 LatexCommand cite
14748 key "diagbox"
14749
14750 \end_inset
14751
14752 .
14753 \end_layout
14754
14755 \begin_layout Section
14756 Formal Tables
14757 \begin_inset CommandInset label
14758 LatexCommand label
14759 name "sec:Formal-Tables"
14760
14761 \end_inset
14762
14763
14764 \begin_inset Index idx
14765 status collapsed
14766
14767 \begin_layout Plain Layout
14768 Table ! Formal
14769 \end_layout
14770
14771 \end_inset
14772
14773
14774 \end_layout
14775
14776 \begin_layout Standard
14777 Tables are often typeset in books similar to Table
14778 \begin_inset space ~
14779 \end_inset
14780
14781
14782 \begin_inset CommandInset ref
14783 LatexCommand ref
14784 reference "tab:Example-booktabs-table"
14785
14786 \end_inset
14787
14788 .
14789  This kind of tables is called 
14790 \begin_inset Quotes eld
14791 \end_inset
14792
14793
14794 \emph on
14795 formal
14796 \emph default
14797
14798 \begin_inset Quotes erd
14799 \end_inset
14800
14801 .
14802  To make a table a formal table use the option 
14803 \family sans
14804 Formal
14805 \family default
14806  in the 
14807 \family sans
14808 Borders
14809 \family default
14810  tab of the table dialog.
14811 \end_layout
14812
14813 \begin_layout Standard
14814 \begin_inset Float table
14815 placement h
14816 wide false
14817 sideways false
14818 status open
14819
14820 \begin_layout Plain Layout
14821 \begin_inset Caption Standard
14822
14823 \begin_layout Plain Layout
14824 \begin_inset CommandInset label
14825 LatexCommand label
14826 name "tab:Example-booktabs-table"
14827
14828 \end_inset
14829
14830 Example booktabs-table
14831 \end_layout
14832
14833 \end_inset
14834
14835
14836 \end_layout
14837
14838 \begin_layout Plain Layout
14839 \align center
14840 \begin_inset Tabular
14841 <lyxtabular version="3" rows="8" columns="4">
14842 <features booktabs="true" tabularvalignment="middle">
14843 <column alignment="center" valignment="top">
14844 <column alignment="center" valignment="top">
14845 <column alignment="center" valignment="top">
14846 <column alignment="center" valignment="top">
14847 <row>
14848 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14849 \begin_inset Text
14850
14851 \begin_layout Plain Layout
14852 System
14853 \end_layout
14854
14855 \end_inset
14856 </cell>
14857 <cell alignment="center" valignment="top" topline="true" usebox="none">
14858 \begin_inset Text
14859
14860 \begin_layout Plain Layout
14861 Chip
14862 \begin_inset space \thinspace{}
14863 \end_inset
14864
14865 1
14866 \end_layout
14867
14868 \end_inset
14869 </cell>
14870 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14871 \begin_inset Text
14872
14873 \begin_layout Plain Layout
14874 Chip
14875 \begin_inset space \thinspace{}
14876 \end_inset
14877
14878 2
14879 \end_layout
14880
14881 \end_inset
14882 </cell>
14883 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14884 \begin_inset Text
14885
14886 \begin_layout Plain Layout
14887
14888 \end_layout
14889
14890 \end_inset
14891 </cell>
14892 </row>
14893 <row>
14894 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14895 \begin_inset Text
14896
14897 \begin_layout Plain Layout
14898 \begin_inset ERT
14899 status collapsed
14900
14901 \begin_layout Plain Layout
14902
14903
14904 \backslash
14905 cmidrule(r){2-2}
14906 \end_layout
14907
14908 \end_inset
14909
14910
14911 \begin_inset ERT
14912 status collapsed
14913
14914 \begin_layout Plain Layout
14915
14916
14917 \backslash
14918 cmidrule(l){3-4}
14919 \end_layout
14920
14921 \end_inset
14922
14923 Detector thickness in Âµm
14924 \end_layout
14925
14926 \end_inset
14927 </cell>
14928 <cell alignment="center" valignment="top" usebox="none">
14929 \begin_inset Text
14930
14931 \begin_layout Plain Layout
14932 300
14933 \end_layout
14934
14935 \end_inset
14936 </cell>
14937 <cell alignment="center" valignment="top" usebox="none">
14938 \begin_inset Text
14939
14940 \begin_layout Plain Layout
14941 300
14942 \end_layout
14943
14944 \end_inset
14945 </cell>
14946 <cell alignment="center" valignment="top" usebox="none">
14947 \begin_inset Text
14948
14949 \begin_layout Plain Layout
14950 700
14951 \end_layout
14952
14953 \end_inset
14954 </cell>
14955 </row>
14956 <row>
14957 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14958 \begin_inset Text
14959
14960 \begin_layout Plain Layout
14961 Edge angle in Â°
14962 \end_layout
14963
14964 \end_inset
14965 </cell>
14966 <cell alignment="center" valignment="top" topline="true" usebox="none">
14967 \begin_inset Text
14968
14969 \begin_layout Plain Layout
14970 3.55
14971 \end_layout
14972
14973 \end_inset
14974 </cell>
14975 <cell alignment="center" valignment="top" topline="true" usebox="none">
14976 \begin_inset Text
14977
14978 \begin_layout Plain Layout
14979 2.71
14980 \end_layout
14981
14982 \end_inset
14983 </cell>
14984 <cell alignment="center" valignment="top" topline="true" usebox="none">
14985 \begin_inset Text
14986
14987 \begin_layout Plain Layout
14988 7.99
14989 \end_layout
14990
14991 \end_inset
14992 </cell>
14993 </row>
14994 <row topspace="default">
14995 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14996 \begin_inset Text
14997
14998 \begin_layout Plain Layout
14999 Spatial resolution in Âµm
15000 \end_layout
15001
15002 \end_inset
15003 </cell>
15004 <cell alignment="center" valignment="top" usebox="none">
15005 \begin_inset Text
15006
15007 \begin_layout Plain Layout
15008 4.26
15009 \end_layout
15010
15011 \end_inset
15012 </cell>
15013 <cell alignment="center" valignment="top" usebox="none">
15014 \begin_inset Text
15015
15016 \begin_layout Plain Layout
15017 10.17
15018 \end_layout
15019
15020 \end_inset
15021 </cell>
15022 <cell alignment="center" valignment="top" usebox="none">
15023 \begin_inset Text
15024
15025 \begin_layout Plain Layout
15026 10.56
15027 \end_layout
15028
15029 \end_inset
15030 </cell>
15031 </row>
15032 <row topspace="default">
15033 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15034 \begin_inset Text
15035
15036 \begin_layout Plain Layout
15037 MTF at 
15038 \begin_inset Formula $f_{\mathrm{max}}$
15039 \end_inset
15040
15041
15042 \end_layout
15043
15044 \end_inset
15045 </cell>
15046 <cell alignment="center" valignment="top" usebox="none">
15047 \begin_inset Text
15048
15049 \begin_layout Plain Layout
15050 0.53
15051 \end_layout
15052
15053 \end_inset
15054 </cell>
15055 <cell alignment="center" valignment="top" usebox="none">
15056 \begin_inset Text
15057
15058 \begin_layout Plain Layout
15059 0.37
15060 \end_layout
15061
15062 \end_inset
15063 </cell>
15064 <cell alignment="center" valignment="top" usebox="none">
15065 \begin_inset Text
15066
15067 \begin_layout Plain Layout
15068 0.39
15069 \end_layout
15070
15071 \end_inset
15072 </cell>
15073 </row>
15074 <row topspace="default">
15075 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15076 \begin_inset Text
15077
15078 \begin_layout Plain Layout
15079 \begin_inset ERT
15080 status collapsed
15081
15082 \begin_layout Plain Layout
15083
15084
15085 \backslash
15086 cmidrule[2pt](l{10pt}){1-1}
15087 \end_layout
15088
15089 \end_inset
15090
15091 LSF-spatial resolution
15092 \end_layout
15093
15094 \end_inset
15095 </cell>
15096 <cell alignment="center" valignment="top" usebox="none">
15097 \begin_inset Text
15098
15099 \begin_layout Plain Layout
15100
15101 \end_layout
15102
15103 \end_inset
15104 </cell>
15105 <cell alignment="center" valignment="top" usebox="none">
15106 \begin_inset Text
15107
15108 \begin_layout Plain Layout
15109
15110 \end_layout
15111
15112 \end_inset
15113 </cell>
15114 <cell alignment="center" valignment="top" usebox="none">
15115 \begin_inset Text
15116
15117 \begin_layout Plain Layout
15118
15119 \end_layout
15120
15121 \end_inset
15122 </cell>
15123 </row>
15124 <row>
15125 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15126 \begin_inset Text
15127
15128 \begin_layout Plain Layout
15129 in Âµm
15130 \end_layout
15131
15132 \end_inset
15133 </cell>
15134 <cell alignment="center" valignment="top" usebox="none">
15135 \begin_inset Text
15136
15137 \begin_layout Plain Layout
15138 129.7
15139 \end_layout
15140
15141 \end_inset
15142 </cell>
15143 <cell alignment="center" valignment="top" usebox="none">
15144 \begin_inset Text
15145
15146 \begin_layout Plain Layout
15147 52.75
15148 \end_layout
15149
15150 \end_inset
15151 </cell>
15152 <cell alignment="center" valignment="top" usebox="none">
15153 \begin_inset Text
15154
15155 \begin_layout Plain Layout
15156 50.78
15157 \end_layout
15158
15159 \end_inset
15160 </cell>
15161 </row>
15162 <row>
15163 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15164 \begin_inset Text
15165
15166 \begin_layout Plain Layout
15167 in % of pixel size
15168 \end_layout
15169
15170 \end_inset
15171 </cell>
15172 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15173 \begin_inset Text
15174
15175 \begin_layout Plain Layout
15176 76.3
15177 \end_layout
15178
15179 \end_inset
15180 </cell>
15181 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15182 \begin_inset Text
15183
15184 \begin_layout Plain Layout
15185 95.9
15186 \end_layout
15187
15188 \end_inset
15189 </cell>
15190 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15191 \begin_inset Text
15192
15193 \begin_layout Plain Layout
15194 92.3
15195 \end_layout
15196
15197 \end_inset
15198 </cell>
15199 </row>
15200 </lyxtabular>
15201
15202 \end_inset
15203
15204
15205 \end_layout
15206
15207 \end_inset
15208
15209
15210 \end_layout
15211
15212 \begin_layout Standard
15213 Spaces to table rows can be added using the 
15214 \family sans
15215 Borders
15216 \family default
15217  tab of the table dialog as described in section
15218 \begin_inset space ~
15219 \end_inset
15220
15221
15222 \begin_inset CommandInset ref
15223 LatexCommand ref
15224 reference "subsec:Row-Spacing"
15225
15226 \end_inset
15227
15228 .
15229 \end_layout
15230
15231 \begin_layout Standard
15232 Unlike normal tables, formal tables have no vertical table lines.
15233  The horizontal table lines can be set as for normal tables but they appear
15234  with different widths in the output:
15235 \begin_inset Newline newline
15236 \end_inset
15237
15238 The first and the last table line have a default width of 0.08
15239 \begin_inset space \thinspace{}
15240 \end_inset
15241
15242 em while the other lines have a default width of 0.05
15243 \begin_inset space \thinspace{}
15244 \end_inset
15245
15246 em.
15247 \end_layout
15248
15249 \begin_layout Standard
15250 The default widths can be changed with the following preamble lines
15251 \end_layout
15252
15253 \begin_layout Standard
15254
15255 \series bold
15256
15257 \backslash
15258 let
15259 \backslash
15260 mytoprule
15261 \backslash
15262 toprule
15263 \begin_inset Newline newline
15264 \end_inset
15265
15266
15267 \backslash
15268 renewcommand{
15269 \backslash
15270 toprule}{
15271 \backslash
15272 mytoprule[width]}
15273 \end_layout
15274
15275 \begin_layout Standard
15276 This example is for the first line, the so called 
15277 \series bold
15278 toprule
15279 \series default
15280 .
15281  If you want to change the width for the last line, replace 
15282 \series bold
15283 toprule
15284 \series default
15285  by 
15286 \series bold
15287 bottomrule
15288 \series default
15289 .
15290  To change the width for the other lines replace 
15291 \series bold
15292 toprule
15293 \series default
15294  by 
15295 \series bold
15296 midrule
15297 \series default
15298 .
15299  You can use all units listed in appendix
15300 \begin_inset space ~
15301 \end_inset
15302
15303
15304 \begin_inset CommandInset ref
15305 LatexCommand ref
15306 reference "cha:Units-available-in"
15307
15308 \end_inset
15309
15310  to set the width.
15311 \end_layout
15312
15313 \begin_layout Standard
15314 Lines that do not span all table columns can be created by setting a table
15315  line for multicolumn cells.
15316  \SpecialChar LyX
15317  will then internally use the command 
15318 \series bold
15319
15320 \backslash
15321 cmidrule
15322 \series default
15323  to create this line.
15324  Its full scheme is
15325 \end_layout
15326
15327 \begin_layout Standard
15328
15329 \series bold
15330
15331 \backslash
15332 cmidrule[height](trim){startcol-endcol}
15333 \end_layout
15334
15335 \begin_layout Standard
15336 The options of 
15337 \series bold
15338
15339 \backslash
15340 cmidrule
15341 \series default
15342  are currently not supported by \SpecialChar LyX
15343  so you have to use \SpecialChar TeX
15344  Code to be able to
15345  use them.
15346  
15347 \series bold
15348
15349 \backslash
15350 cmidrule
15351 \series default
15352 s can manually be created by inserting the command as \SpecialChar TeX
15353  Code as the first
15354  cell entry of the first cell of a row.
15355  The line is then drawn in the output above the current row.
15356 \end_layout
15357
15358 \begin_layout Standard
15359 The default for the optional 
15360 \series bold
15361 height
15362 \series default
15363  is 0.03
15364 \begin_inset space \thinspace{}
15365 \end_inset
15366
15367 em.
15368  
15369 \series bold
15370 startcol
15371 \series default
15372  is the number of the column where the line starts and 
15373 \series bold
15374 endcol
15375 \series default
15376  the column number where the line ends.
15377  The 
15378 \series bold
15379 endcol
15380 \series default
15381  always needs to be specified, also when the line should span only one column.
15382  The optional parameter 
15383 \series bold
15384 trim
15385 \series default
15386  could either be 
15387 \emph on
15388 l{trimwidth}
15389 \emph default
15390  or 
15391 \emph on
15392 r{trimwidth}
15393 \emph default
15394  where the 
15395 \emph on
15396 trimwidth
15397 \emph default
15398  is also optional.
15399  Using for example the parameter 
15400 \emph on
15401 l{2pt}
15402 \emph default
15403  means that the line is trimmed from its left end by 2
15404 \begin_inset space \thinspace{}
15405 \end_inset
15406
15407 pt.
15408  If you don't specify the 
15409 \emph on
15410 trimwidth
15411 \emph default
15412  the line is trimmed by the default of 0.5
15413 \begin_inset space \thinspace{}
15414 \end_inset
15415
15416 em.
15417 \end_layout
15418
15419 \begin_layout Standard
15420 \begin_inset VSpace bigskip
15421 \end_inset
15422
15423 Table
15424 \begin_inset space ~
15425 \end_inset
15426
15427
15428 \begin_inset CommandInset ref
15429 LatexCommand ref
15430 reference "tab:Example-booktabs-table"
15431
15432 \end_inset
15433
15434  was created using the commands
15435 \end_layout
15436
15437 \begin_layout Standard
15438
15439 \series bold
15440
15441 \backslash
15442 cmidrule(r){2-2}
15443 \backslash
15444 cmidrule(l){3-4}
15445 \end_layout
15446
15447 \begin_layout Standard
15448 at the beginning of the second row and
15449 \end_layout
15450
15451 \begin_layout Standard
15452
15453 \series bold
15454
15455 \backslash
15456 cmidrule[2pt](l{10pt}){1-1}
15457 \end_layout
15458
15459 \begin_layout Standard
15460 in the sixth row.
15461 \end_layout
15462
15463 \begin_layout Standard
15464 \begin_inset VSpace bigskip
15465 \end_inset
15466
15467
15468 \end_layout
15469
15470 \begin_layout Standard
15471 You might want to have overlapping 
15472 \series bold
15473
15474 \backslash
15475 cmidrule
15476 \series default
15477 s as in in Table
15478 \begin_inset space ~
15479 \end_inset
15480
15481
15482 \begin_inset CommandInset ref
15483 LatexCommand ref
15484 reference "tab:Special-booktabs-table"
15485
15486 \end_inset
15487
15488 .
15489  This can be achieved with the \SpecialChar TeX
15490  Code command
15491 \end_layout
15492
15493 \begin_layout Standard
15494
15495 \series bold
15496
15497 \backslash
15498 morecmidrules
15499 \end_layout
15500
15501 \begin_layout Standard
15502 The command that was used for the second row of Table
15503 \begin_inset space ~
15504 \end_inset
15505
15506
15507 \begin_inset CommandInset ref
15508 LatexCommand ref
15509 reference "tab:Special-booktabs-table"
15510
15511 \end_inset
15512
15513  is
15514 \end_layout
15515
15516 \begin_layout Standard
15517
15518 \series bold
15519
15520 \backslash
15521 cmidrule(r){2-2}
15522 \backslash
15523 cmidrule(l){3-4}
15524 \backslash
15525 morecmidrules
15526 \backslash
15527 cmidrule{2-4}
15528 \end_layout
15529
15530 \begin_layout Standard
15531 The command for the sixth row is
15532 \end_layout
15533
15534 \begin_layout Standard
15535
15536 \series bold
15537
15538 \backslash
15539 midrule
15540 \backslash
15541 morecmidrules
15542 \backslash
15543 cmidrule{3-4}
15544 \end_layout
15545
15546 \begin_layout Standard
15547 \begin_inset VSpace bigskip
15548 \end_inset
15549
15550
15551 \end_layout
15552
15553 \begin_layout Standard
15554 If you are in any way not satisfied with the border line spacing, you can
15555  use the following command to produce lines that span over all table columns
15556 \series bold
15557 :
15558 \end_layout
15559
15560 \begin_layout Standard
15561
15562 \series bold
15563
15564 \backslash
15565 specialrule{width}{space above}{space below}
15566 \end_layout
15567
15568 \begin_layout Standard
15569 For more information about these features, refer to the manual of the \SpecialChar LaTeX
15570 -package
15571  
15572 \series bold
15573 booktabs
15574 \series default
15575  
15576 \begin_inset CommandInset citation
15577 LatexCommand cite
15578 key "booktabs"
15579
15580 \end_inset
15581
15582 .
15583 \begin_inset Index idx
15584 status collapsed
15585
15586 \begin_layout Plain Layout
15587 \SpecialChar LaTeX
15588 -packages ! booktabs
15589 \end_layout
15590
15591 \end_inset
15592
15593
15594 \end_layout
15595
15596 \begin_layout Standard
15597 \begin_inset Float table
15598 placement h
15599 wide false
15600 sideways false
15601 status open
15602
15603 \begin_layout Plain Layout
15604 \begin_inset Caption Standard
15605
15606 \begin_layout Plain Layout
15607 \begin_inset CommandInset label
15608 LatexCommand label
15609 name "tab:Special-booktabs-table"
15610
15611 \end_inset
15612
15613 Special booktabs-table
15614 \end_layout
15615
15616 \end_inset
15617
15618
15619 \end_layout
15620
15621 \begin_layout Plain Layout
15622 \align center
15623 \begin_inset Tabular
15624 <lyxtabular version="3" rows="8" columns="4">
15625 <features booktabs="true" tabularvalignment="middle">
15626 <column alignment="center" valignment="top">
15627 <column alignment="center" valignment="top">
15628 <column alignment="center" valignment="top">
15629 <column alignment="center" valignment="top">
15630 <row>
15631 <cell alignment="center" valignment="top" topline="true" usebox="none">
15632 \begin_inset Text
15633
15634 \begin_layout Plain Layout
15635 System
15636 \end_layout
15637
15638 \end_inset
15639 </cell>
15640 <cell alignment="center" valignment="top" topline="true" usebox="none">
15641 \begin_inset Text
15642
15643 \begin_layout Plain Layout
15644 Chip
15645 \begin_inset space \thinspace{}
15646 \end_inset
15647
15648 1
15649 \end_layout
15650
15651 \end_inset
15652 </cell>
15653 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15654 \begin_inset Text
15655
15656 \begin_layout Plain Layout
15657 Chip
15658 \begin_inset space \thinspace{}
15659 \end_inset
15660
15661 2
15662 \end_layout
15663
15664 \end_inset
15665 </cell>
15666 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15667 \begin_inset Text
15668
15669 \begin_layout Plain Layout
15670
15671 \end_layout
15672
15673 \end_inset
15674 </cell>
15675 </row>
15676 <row>
15677 <cell alignment="center" valignment="top" usebox="none">
15678 \begin_inset Text
15679
15680 \begin_layout Plain Layout
15681 \begin_inset ERT
15682 status collapsed
15683
15684 \begin_layout Plain Layout
15685
15686
15687 \backslash
15688 cmidrule(r){2-2}
15689 \end_layout
15690
15691 \end_inset
15692
15693
15694 \begin_inset ERT
15695 status collapsed
15696
15697 \begin_layout Plain Layout
15698
15699
15700 \backslash
15701 cmidrule(l){3-4}
15702 \end_layout
15703
15704 \end_inset
15705
15706
15707 \begin_inset ERT
15708 status collapsed
15709
15710 \begin_layout Plain Layout
15711
15712
15713 \backslash
15714 morecmidrules 
15715 \end_layout
15716
15717 \end_inset
15718
15719
15720 \begin_inset ERT
15721 status collapsed
15722
15723 \begin_layout Plain Layout
15724
15725
15726 \backslash
15727 cmidrule{2-4}
15728 \end_layout
15729
15730 \end_inset
15731
15732 Detector thickness in Âµm
15733 \end_layout
15734
15735 \end_inset
15736 </cell>
15737 <cell alignment="center" valignment="top" usebox="none">
15738 \begin_inset Text
15739
15740 \begin_layout Plain Layout
15741 300
15742 \end_layout
15743
15744 \end_inset
15745 </cell>
15746 <cell alignment="center" valignment="top" usebox="none">
15747 \begin_inset Text
15748
15749 \begin_layout Plain Layout
15750 300
15751 \end_layout
15752
15753 \end_inset
15754 </cell>
15755 <cell alignment="center" valignment="top" usebox="none">
15756 \begin_inset Text
15757
15758 \begin_layout Plain Layout
15759 700
15760 \end_layout
15761
15762 \end_inset
15763 </cell>
15764 </row>
15765 <row>
15766 <cell alignment="center" valignment="top" topline="true" usebox="none">
15767 \begin_inset Text
15768
15769 \begin_layout Plain Layout
15770 Edge angle in Â°
15771 \end_layout
15772
15773 \end_inset
15774 </cell>
15775 <cell alignment="center" valignment="top" topline="true" usebox="none">
15776 \begin_inset Text
15777
15778 \begin_layout Plain Layout
15779 3.55
15780 \end_layout
15781
15782 \end_inset
15783 </cell>
15784 <cell alignment="center" valignment="top" topline="true" usebox="none">
15785 \begin_inset Text
15786
15787 \begin_layout Plain Layout
15788 2.71
15789 \end_layout
15790
15791 \end_inset
15792 </cell>
15793 <cell alignment="center" valignment="top" topline="true" usebox="none">
15794 \begin_inset Text
15795
15796 \begin_layout Plain Layout
15797 7.99
15798 \end_layout
15799
15800 \end_inset
15801 </cell>
15802 </row>
15803 <row topspace="default">
15804 <cell alignment="center" valignment="top" usebox="none">
15805 \begin_inset Text
15806
15807 \begin_layout Plain Layout
15808 Spatial resolution in Âµm
15809 \end_layout
15810
15811 \end_inset
15812 </cell>
15813 <cell alignment="center" valignment="top" usebox="none">
15814 \begin_inset Text
15815
15816 \begin_layout Plain Layout
15817 4.26
15818 \end_layout
15819
15820 \end_inset
15821 </cell>
15822 <cell alignment="center" valignment="top" usebox="none">
15823 \begin_inset Text
15824
15825 \begin_layout Plain Layout
15826 10.17
15827 \end_layout
15828
15829 \end_inset
15830 </cell>
15831 <cell alignment="center" valignment="top" usebox="none">
15832 \begin_inset Text
15833
15834 \begin_layout Plain Layout
15835 10.56
15836 \end_layout
15837
15838 \end_inset
15839 </cell>
15840 </row>
15841 <row topspace="default">
15842 <cell alignment="center" valignment="top" usebox="none">
15843 \begin_inset Text
15844
15845 \begin_layout Plain Layout
15846 MTF at 
15847 \begin_inset Formula $f_{\mathrm{max}}$
15848 \end_inset
15849
15850
15851 \end_layout
15852
15853 \end_inset
15854 </cell>
15855 <cell alignment="center" valignment="top" usebox="none">
15856 \begin_inset Text
15857
15858 \begin_layout Plain Layout
15859 0.53
15860 \end_layout
15861
15862 \end_inset
15863 </cell>
15864 <cell alignment="center" valignment="top" usebox="none">
15865 \begin_inset Text
15866
15867 \begin_layout Plain Layout
15868 0.37
15869 \end_layout
15870
15871 \end_inset
15872 </cell>
15873 <cell alignment="center" valignment="top" usebox="none">
15874 \begin_inset Text
15875
15876 \begin_layout Plain Layout
15877 0.39
15878 \end_layout
15879
15880 \end_inset
15881 </cell>
15882 </row>
15883 <row>
15884 <cell alignment="center" valignment="top" topline="true" usebox="none">
15885 \begin_inset Text
15886
15887 \begin_layout Plain Layout
15888 \begin_inset ERT
15889 status collapsed
15890
15891 \begin_layout Plain Layout
15892
15893
15894 \backslash
15895 morecmidrules 
15896 \end_layout
15897
15898 \end_inset
15899
15900
15901 \begin_inset ERT
15902 status collapsed
15903
15904 \begin_layout Plain Layout
15905
15906
15907 \backslash
15908 cmidrule{3-4}
15909 \end_layout
15910
15911 \end_inset
15912
15913 LSF-spatial resolution
15914 \end_layout
15915
15916 \end_inset
15917 </cell>
15918 <cell alignment="center" valignment="top" topline="true" usebox="none">
15919 \begin_inset Text
15920
15921 \begin_layout Plain Layout
15922
15923 \end_layout
15924
15925 \end_inset
15926 </cell>
15927 <cell alignment="center" valignment="top" topline="true" usebox="none">
15928 \begin_inset Text
15929
15930 \begin_layout Plain Layout
15931
15932 \end_layout
15933
15934 \end_inset
15935 </cell>
15936 <cell alignment="center" valignment="top" topline="true" usebox="none">
15937 \begin_inset Text
15938
15939 \begin_layout Plain Layout
15940
15941 \end_layout
15942
15943 \end_inset
15944 </cell>
15945 </row>
15946 <row>
15947 <cell alignment="center" valignment="top" usebox="none">
15948 \begin_inset Text
15949
15950 \begin_layout Plain Layout
15951 in Âµm
15952 \end_layout
15953
15954 \end_inset
15955 </cell>
15956 <cell alignment="center" valignment="top" usebox="none">
15957 \begin_inset Text
15958
15959 \begin_layout Plain Layout
15960 129.7
15961 \end_layout
15962
15963 \end_inset
15964 </cell>
15965 <cell alignment="center" valignment="top" usebox="none">
15966 \begin_inset Text
15967
15968 \begin_layout Plain Layout
15969 52.75
15970 \end_layout
15971
15972 \end_inset
15973 </cell>
15974 <cell alignment="center" valignment="top" usebox="none">
15975 \begin_inset Text
15976
15977 \begin_layout Plain Layout
15978 50.78
15979 \end_layout
15980
15981 \end_inset
15982 </cell>
15983 </row>
15984 <row>
15985 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15986 \begin_inset Text
15987
15988 \begin_layout Plain Layout
15989 in % of pixel size
15990 \end_layout
15991
15992 \end_inset
15993 </cell>
15994 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15995 \begin_inset Text
15996
15997 \begin_layout Plain Layout
15998 76.3
15999 \end_layout
16000
16001 \end_inset
16002 </cell>
16003 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16004 \begin_inset Text
16005
16006 \begin_layout Plain Layout
16007 95.9
16008 \end_layout
16009
16010 \end_inset
16011 </cell>
16012 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16013 \begin_inset Text
16014
16015 \begin_layout Plain Layout
16016 92.3
16017 \end_layout
16018
16019 \end_inset
16020 </cell>
16021 </row>
16022 </lyxtabular>
16023
16024 \end_inset
16025
16026
16027 \end_layout
16028
16029 \end_inset
16030
16031
16032 \end_layout
16033
16034 \begin_layout Section
16035 Vertical Table Alignment
16036 \begin_inset Index idx
16037 status collapsed
16038
16039 \begin_layout Plain Layout
16040 Table ! Alignment
16041 \end_layout
16042
16043 \end_inset
16044
16045
16046 \end_layout
16047
16048 \begin_layout Standard
16049 To align tables vertically in a text line, the table must be inside a box.
16050  The box can then be vertically aligned as described in section
16051 \begin_inset space ~
16052 \end_inset
16053
16054
16055 \begin_inset CommandInset ref
16056 LatexCommand ref
16057 reference "sec:Box-Dialog"
16058
16059 \end_inset
16060
16061 .
16062 \end_layout
16063
16064 \begin_layout Standard
16065 In the following example the tables are inside a minipage
16066 \begin_inset Foot
16067 status collapsed
16068
16069 \begin_layout Plain Layout
16070 Minipages are described in section
16071 \begin_inset space ~
16072 \end_inset
16073
16074
16075 \begin_inset CommandInset ref
16076 LatexCommand ref
16077 reference "sec:Minipages"
16078
16079 \end_inset
16080
16081 .
16082 \end_layout
16083
16084 \end_inset
16085
16086  box that has a width of 15
16087 \begin_inset space \thinspace{}
16088 \end_inset
16089
16090 col%:
16091 \end_layout
16092
16093 \begin_layout Itemize
16094 test 
16095 \begin_inset Box Frameless
16096 position "t"
16097 hor_pos "c"
16098 has_inner_box 1
16099 inner_pos "c"
16100 use_parbox 0
16101 use_makebox 0
16102 width "15col%"
16103 special "none"
16104 height "1in"
16105 height_special "totalheight"
16106 thickness "0.4pt"
16107 separation "3pt"
16108 shadowsize "4pt"
16109 framecolor "black"
16110 backgroundcolor "none"
16111 status collapsed
16112
16113 \begin_layout Plain Layout
16114 \begin_inset Tabular
16115 <lyxtabular version="3" rows="3" columns="3">
16116 <features tabularvalignment="middle">
16117 <column alignment="center" valignment="top">
16118 <column alignment="center" valignment="top">
16119 <column alignment="center" valignment="top">
16120 <row>
16121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16122 \begin_inset Text
16123
16124 \begin_layout Plain Layout
16125 a
16126 \end_layout
16127
16128 \end_inset
16129 </cell>
16130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16131 \begin_inset Text
16132
16133 \begin_layout Plain Layout
16134 d
16135 \end_layout
16136
16137 \end_inset
16138 </cell>
16139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16140 \begin_inset Text
16141
16142 \begin_layout Plain Layout
16143 g
16144 \end_layout
16145
16146 \end_inset
16147 </cell>
16148 </row>
16149 <row>
16150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16151 \begin_inset Text
16152
16153 \begin_layout Plain Layout
16154 b
16155 \end_layout
16156
16157 \end_inset
16158 </cell>
16159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16160 \begin_inset Text
16161
16162 \begin_layout Plain Layout
16163 e
16164 \end_layout
16165
16166 \end_inset
16167 </cell>
16168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16169 \begin_inset Text
16170
16171 \begin_layout Plain Layout
16172 h
16173 \end_layout
16174
16175 \end_inset
16176 </cell>
16177 </row>
16178 <row>
16179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16180 \begin_inset Text
16181
16182 \begin_layout Plain Layout
16183 c
16184 \end_layout
16185
16186 \end_inset
16187 </cell>
16188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16189 \begin_inset Text
16190
16191 \begin_layout Plain Layout
16192 f
16193 \end_layout
16194
16195 \end_inset
16196 </cell>
16197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16198 \begin_inset Text
16199
16200 \begin_layout Plain Layout
16201 i
16202 \end_layout
16203
16204 \end_inset
16205 </cell>
16206 </row>
16207 </lyxtabular>
16208
16209 \end_inset
16210
16211
16212 \end_layout
16213
16214 \end_inset
16215
16216  test 
16217 \begin_inset ERT
16218 status collapsed
16219
16220 \begin_layout Plain Layout
16221
16222
16223 \backslash
16224 raisebox{0.85
16225 \backslash
16226 baselineskip}{
16227 \end_layout
16228
16229 \end_inset
16230
16231
16232 \begin_inset Box Frameless
16233 position "t"
16234 hor_pos "c"
16235 has_inner_box 1
16236 inner_pos "c"
16237 use_parbox 0
16238 use_makebox 0
16239 width "15col%"
16240 special "none"
16241 height "1in"
16242 height_special "totalheight"
16243 thickness "0.4pt"
16244 separation "3pt"
16245 shadowsize "4pt"
16246 framecolor "black"
16247 backgroundcolor "none"
16248 status collapsed
16249
16250 \begin_layout Plain Layout
16251 \begin_inset Tabular
16252 <lyxtabular version="3" rows="3" columns="3">
16253 <features tabularvalignment="middle">
16254 <column alignment="center" valignment="top">
16255 <column alignment="center" valignment="top">
16256 <column alignment="center" valignment="top">
16257 <row>
16258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16259 \begin_inset Text
16260
16261 \begin_layout Plain Layout
16262 a
16263 \end_layout
16264
16265 \end_inset
16266 </cell>
16267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16268 \begin_inset Text
16269
16270 \begin_layout Plain Layout
16271 d
16272 \end_layout
16273
16274 \end_inset
16275 </cell>
16276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16277 \begin_inset Text
16278
16279 \begin_layout Plain Layout
16280 g
16281 \end_layout
16282
16283 \end_inset
16284 </cell>
16285 </row>
16286 <row>
16287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16288 \begin_inset Text
16289
16290 \begin_layout Plain Layout
16291 b
16292 \end_layout
16293
16294 \end_inset
16295 </cell>
16296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16297 \begin_inset Text
16298
16299 \begin_layout Plain Layout
16300 e
16301 \end_layout
16302
16303 \end_inset
16304 </cell>
16305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16306 \begin_inset Text
16307
16308 \begin_layout Plain Layout
16309 h
16310 \end_layout
16311
16312 \end_inset
16313 </cell>
16314 </row>
16315 <row>
16316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16317 \begin_inset Text
16318
16319 \begin_layout Plain Layout
16320 c
16321 \end_layout
16322
16323 \end_inset
16324 </cell>
16325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16326 \begin_inset Text
16327
16328 \begin_layout Plain Layout
16329 f
16330 \end_layout
16331
16332 \end_inset
16333 </cell>
16334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16335 \begin_inset Text
16336
16337 \begin_layout Plain Layout
16338 i
16339 \end_layout
16340
16341 \end_inset
16342 </cell>
16343 </row>
16344 </lyxtabular>
16345
16346 \end_inset
16347
16348
16349 \end_layout
16350
16351 \end_inset
16352
16353
16354 \begin_inset ERT
16355 status collapsed
16356
16357 \begin_layout Plain Layout
16358
16359 }
16360 \end_layout
16361
16362 \end_inset
16363
16364
16365 \end_layout
16366
16367 \begin_layout Itemize
16368 test 
16369 \begin_inset Box Frameless
16370 position "c"
16371 hor_pos "c"
16372 has_inner_box 1
16373 inner_pos "c"
16374 use_parbox 0
16375 use_makebox 0
16376 width "15col%"
16377 special "none"
16378 height "1in"
16379 height_special "totalheight"
16380 thickness "0.4pt"
16381 separation "3pt"
16382 shadowsize "4pt"
16383 framecolor "black"
16384 backgroundcolor "none"
16385 status collapsed
16386
16387 \begin_layout Plain Layout
16388 \begin_inset Tabular
16389 <lyxtabular version="3" rows="3" columns="3">
16390 <features tabularvalignment="middle">
16391 <column alignment="center" valignment="top">
16392 <column alignment="center" valignment="top">
16393 <column alignment="center" valignment="top">
16394 <row>
16395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16396 \begin_inset Text
16397
16398 \begin_layout Plain Layout
16399 a
16400 \end_layout
16401
16402 \end_inset
16403 </cell>
16404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16405 \begin_inset Text
16406
16407 \begin_layout Plain Layout
16408 d
16409 \end_layout
16410
16411 \end_inset
16412 </cell>
16413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16414 \begin_inset Text
16415
16416 \begin_layout Plain Layout
16417 g
16418 \end_layout
16419
16420 \end_inset
16421 </cell>
16422 </row>
16423 <row>
16424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16425 \begin_inset Text
16426
16427 \begin_layout Plain Layout
16428 b
16429 \end_layout
16430
16431 \end_inset
16432 </cell>
16433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16434 \begin_inset Text
16435
16436 \begin_layout Plain Layout
16437 e
16438 \end_layout
16439
16440 \end_inset
16441 </cell>
16442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16443 \begin_inset Text
16444
16445 \begin_layout Plain Layout
16446 h
16447 \end_layout
16448
16449 \end_inset
16450 </cell>
16451 </row>
16452 <row>
16453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16454 \begin_inset Text
16455
16456 \begin_layout Plain Layout
16457 c
16458 \end_layout
16459
16460 \end_inset
16461 </cell>
16462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16463 \begin_inset Text
16464
16465 \begin_layout Plain Layout
16466 f
16467 \end_layout
16468
16469 \end_inset
16470 </cell>
16471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16472 \begin_inset Text
16473
16474 \begin_layout Plain Layout
16475 i
16476 \end_layout
16477
16478 \end_inset
16479 </cell>
16480 </row>
16481 </lyxtabular>
16482
16483 \end_inset
16484
16485
16486 \end_layout
16487
16488 \end_inset
16489
16490
16491 \end_layout
16492
16493 \begin_layout Itemize
16494 test 
16495 \begin_inset Box Frameless
16496 position "b"
16497 hor_pos "c"
16498 has_inner_box 1
16499 inner_pos "c"
16500 use_parbox 0
16501 use_makebox 0
16502 width "15col%"
16503 special "none"
16504 height "1in"
16505 height_special "totalheight"
16506 thickness "0.4pt"
16507 separation "3pt"
16508 shadowsize "4pt"
16509 framecolor "black"
16510 backgroundcolor "none"
16511 status collapsed
16512
16513 \begin_layout Plain Layout
16514 \begin_inset Tabular
16515 <lyxtabular version="3" rows="3" columns="3">
16516 <features tabularvalignment="middle">
16517 <column alignment="center" valignment="top">
16518 <column alignment="center" valignment="top">
16519 <column alignment="center" valignment="top">
16520 <row>
16521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16522 \begin_inset Text
16523
16524 \begin_layout Plain Layout
16525 a
16526 \end_layout
16527
16528 \end_inset
16529 </cell>
16530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16531 \begin_inset Text
16532
16533 \begin_layout Plain Layout
16534 d
16535 \end_layout
16536
16537 \end_inset
16538 </cell>
16539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16540 \begin_inset Text
16541
16542 \begin_layout Plain Layout
16543 g
16544 \end_layout
16545
16546 \end_inset
16547 </cell>
16548 </row>
16549 <row>
16550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16551 \begin_inset Text
16552
16553 \begin_layout Plain Layout
16554 b
16555 \end_layout
16556
16557 \end_inset
16558 </cell>
16559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16560 \begin_inset Text
16561
16562 \begin_layout Plain Layout
16563 e
16564 \end_layout
16565
16566 \end_inset
16567 </cell>
16568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16569 \begin_inset Text
16570
16571 \begin_layout Plain Layout
16572 h
16573 \end_layout
16574
16575 \end_inset
16576 </cell>
16577 </row>
16578 <row>
16579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16580 \begin_inset Text
16581
16582 \begin_layout Plain Layout
16583 c
16584 \end_layout
16585
16586 \end_inset
16587 </cell>
16588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16589 \begin_inset Text
16590
16591 \begin_layout Plain Layout
16592 f
16593 \end_layout
16594
16595 \end_inset
16596 </cell>
16597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16598 \begin_inset Text
16599
16600 \begin_layout Plain Layout
16601 i
16602 \end_layout
16603
16604 \end_inset
16605 </cell>
16606 </row>
16607 </lyxtabular>
16608
16609 \end_inset
16610
16611
16612 \end_layout
16613
16614 \end_inset
16615
16616  test 
16617 \begin_inset ERT
16618 status collapsed
16619
16620 \begin_layout Plain Layout
16621
16622
16623 \backslash
16624 raisebox{-0.32
16625 \backslash
16626 baselineskip}{
16627 \end_layout
16628
16629 \end_inset
16630
16631
16632 \begin_inset Box Frameless
16633 position "b"
16634 hor_pos "c"
16635 has_inner_box 1
16636 inner_pos "c"
16637 use_parbox 0
16638 use_makebox 0
16639 width "15col%"
16640 special "none"
16641 height "1in"
16642 height_special "totalheight"
16643 thickness "0.4pt"
16644 separation "3pt"
16645 shadowsize "4pt"
16646 framecolor "black"
16647 backgroundcolor "none"
16648 status collapsed
16649
16650 \begin_layout Plain Layout
16651 \begin_inset Tabular
16652 <lyxtabular version="3" rows="3" columns="3">
16653 <features tabularvalignment="middle">
16654 <column alignment="center" valignment="top">
16655 <column alignment="center" valignment="top">
16656 <column alignment="center" valignment="top">
16657 <row>
16658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16659 \begin_inset Text
16660
16661 \begin_layout Plain Layout
16662 a
16663 \end_layout
16664
16665 \end_inset
16666 </cell>
16667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16668 \begin_inset Text
16669
16670 \begin_layout Plain Layout
16671 d
16672 \end_layout
16673
16674 \end_inset
16675 </cell>
16676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16677 \begin_inset Text
16678
16679 \begin_layout Plain Layout
16680 g
16681 \end_layout
16682
16683 \end_inset
16684 </cell>
16685 </row>
16686 <row>
16687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16688 \begin_inset Text
16689
16690 \begin_layout Plain Layout
16691 b
16692 \end_layout
16693
16694 \end_inset
16695 </cell>
16696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16697 \begin_inset Text
16698
16699 \begin_layout Plain Layout
16700 e
16701 \end_layout
16702
16703 \end_inset
16704 </cell>
16705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16706 \begin_inset Text
16707
16708 \begin_layout Plain Layout
16709 h
16710 \end_layout
16711
16712 \end_inset
16713 </cell>
16714 </row>
16715 <row>
16716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16717 \begin_inset Text
16718
16719 \begin_layout Plain Layout
16720 c
16721 \end_layout
16722
16723 \end_inset
16724 </cell>
16725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16726 \begin_inset Text
16727
16728 \begin_layout Plain Layout
16729 f
16730 \end_layout
16731
16732 \end_inset
16733 </cell>
16734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16735 \begin_inset Text
16736
16737 \begin_layout Plain Layout
16738 i
16739 \end_layout
16740
16741 \end_inset
16742 </cell>
16743 </row>
16744 </lyxtabular>
16745
16746 \end_inset
16747
16748
16749 \end_layout
16750
16751 \end_inset
16752
16753
16754 \begin_inset ERT
16755 status collapsed
16756
16757 \begin_layout Plain Layout
16758
16759 }
16760 \end_layout
16761
16762 \end_inset
16763
16764
16765 \end_layout
16766
16767 \begin_layout Standard
16768 As you will see, the content of the first and last table row is not correctly
16769  aligned.
16770  To get this alignment, the minipage box must be set into a raisebox.
16771 \begin_inset Foot
16772 status collapsed
16773
16774 \begin_layout Plain Layout
16775 Raiseboxes are described in section
16776 \begin_inset space ~
16777 \end_inset
16778
16779
16780 \begin_inset CommandInset ref
16781 LatexCommand ref
16782 reference "subsec:Vertical-Alignment"
16783
16784 \end_inset
16785
16786 .
16787 \end_layout
16788
16789 \end_inset
16790
16791  In the example above the second table in the first item is aligned using
16792  the \SpecialChar TeX
16793  Code command
16794 \end_layout
16795
16796 \begin_layout Standard
16797
16798 \series bold
16799
16800 \backslash
16801 raisebox{0.85
16802 \backslash
16803 baselineskip}{
16804 \end_layout
16805
16806 \begin_layout Standard
16807 before the box.
16808  After the box the closing brace 
16809 \series bold
16810 }
16811 \series default
16812  is inserted as \SpecialChar TeX
16813  Code.
16814  For the second table in the last item the command
16815 \end_layout
16816
16817 \begin_layout Standard
16818
16819 \series bold
16820
16821 \backslash
16822 raisebox{-0.32
16823 \backslash
16824 baselineskip}{
16825 \end_layout
16826
16827 \begin_layout Standard
16828 is used.
16829 \end_layout
16830
16831 \begin_layout Standard
16832 \begin_inset Note Greyedout
16833 status open
16834
16835 \begin_layout Plain Layout
16836
16837 \series bold
16838 Note:
16839 \series default
16840  The alignment of the table row content to the surrounding text line is
16841  not exact.
16842  The required value for the 
16843 \series bold
16844
16845 \backslash
16846 raisebox
16847 \series default
16848  command for this alignment depends on the document font, the font size,
16849  and the table line thickness.
16850 \end_layout
16851
16852 \end_inset
16853
16854
16855 \end_layout
16856
16857 \begin_layout Section
16858 Colored Tables
16859 \begin_inset CommandInset label
16860 LatexCommand label
16861 name "sec:Colored-Tables"
16862
16863 \end_inset
16864
16865
16866 \begin_inset Index idx
16867 status collapsed
16868
16869 \begin_layout Plain Layout
16870 Table ! Color
16871 \end_layout
16872
16873 \end_inset
16874
16875
16876 \end_layout
16877
16878 \begin_layout Subsection
16879 Colored Cells
16880 \begin_inset Index idx
16881 status collapsed
16882
16883 \begin_layout Plain Layout
16884 Table Color ! for Cells
16885 \end_layout
16886
16887 \end_inset
16888
16889
16890 \begin_inset Index idx
16891 status collapsed
16892
16893 \begin_layout Plain Layout
16894 Color ! for Table Cells
16895 \end_layout
16896
16897 \end_inset
16898
16899
16900 \end_layout
16901
16902 \begin_layout Standard
16903 \begin_inset Float table
16904 placement h
16905 wide false
16906 sideways false
16907 status open
16908
16909 \begin_layout Plain Layout
16910 \begin_inset Caption Standard
16911
16912 \begin_layout Plain Layout
16913 \begin_inset CommandInset label
16914 LatexCommand label
16915 name "tab:Table-colored-without"
16916
16917 \end_inset
16918
16919 Table colored without using the package 
16920 \series bold
16921 colortbl
16922 \series default
16923
16924 \begin_inset Argument 1
16925 status collapsed
16926
16927 \begin_layout Plain Layout
16928 Table without colortbl
16929 \end_layout
16930
16931 \end_inset
16932
16933
16934 \end_layout
16935
16936 \end_inset
16937
16938
16939 \end_layout
16940
16941 \begin_layout Plain Layout
16942 \align center
16943 \begin_inset Tabular
16944 <lyxtabular version="3" rows="3" columns="3">
16945 <features tabularvalignment="middle">
16946 <column alignment="center" valignment="top">
16947 <column alignment="center" valignment="top">
16948 <column alignment="center" valignment="top">
16949 <row>
16950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16951 \begin_inset Text
16952
16953 \begin_layout Plain Layout
16954
16955 \color green
16956 a
16957 \end_layout
16958
16959 \end_inset
16960 </cell>
16961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16962 \begin_inset Text
16963
16964 \begin_layout Plain Layout
16965
16966 \color red
16967 b
16968 \end_layout
16969
16970 \end_inset
16971 </cell>
16972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16973 \begin_inset Text
16974
16975 \begin_layout Plain Layout
16976
16977 \color red
16978 c
16979 \end_layout
16980
16981 \end_inset
16982 </cell>
16983 </row>
16984 <row>
16985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16986 \begin_inset Text
16987
16988 \begin_layout Plain Layout
16989
16990 \color green
16991 d
16992 \end_layout
16993
16994 \end_inset
16995 </cell>
16996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16997 \begin_inset Text
16998
16999 \begin_layout Plain Layout
17000
17001 \color blue
17002 e
17003 \end_layout
17004
17005 \end_inset
17006 </cell>
17007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17008 \begin_inset Text
17009
17010 \begin_layout Plain Layout
17011
17012 \color blue
17013 f
17014 \end_layout
17015
17016 \end_inset
17017 </cell>
17018 </row>
17019 <row>
17020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17021 \begin_inset Text
17022
17023 \begin_layout Plain Layout
17024
17025 \color green
17026 g
17027 \end_layout
17028
17029 \end_inset
17030 </cell>
17031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17032 \begin_inset Text
17033
17034 \begin_layout Plain Layout
17035
17036 \color blue
17037 h
17038 \end_layout
17039
17040 \end_inset
17041 </cell>
17042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17043 \begin_inset Text
17044
17045 \begin_layout Plain Layout
17046
17047 \color blue
17048 i
17049 \end_layout
17050
17051 \end_inset
17052 </cell>
17053 </row>
17054 </lyxtabular>
17055
17056 \end_inset
17057
17058
17059 \end_layout
17060
17061 \end_inset
17062
17063
17064 \end_layout
17065
17066 \begin_layout Standard
17067 If you only need colored text, mark the cells and choose a color in the
17068  
17069 \family sans
17070 Text
17071 \begin_inset space ~
17072 \end_inset
17073
17074 Style
17075 \family default
17076  dialog (toolbar button 
17077 \begin_inset Info
17078 type  "icon"
17079 arg   "dialog-show character"
17080 \end_inset
17081
17082 ).
17083  This was used to create Table
17084 \begin_inset space ~
17085 \end_inset
17086
17087
17088 \begin_inset CommandInset ref
17089 LatexCommand ref
17090 reference "tab:Table-colored-without"
17091
17092 \end_inset
17093
17094 .
17095  In any other case you have to use the \SpecialChar LaTeX
17096 -package 
17097 \series bold
17098 colortbl
17099 \series default
17100 .
17101 \begin_inset Index idx
17102 status collapsed
17103
17104 \begin_layout Plain Layout
17105 \SpecialChar LaTeX
17106 -packages ! colortbl
17107 \end_layout
17108
17109 \end_inset
17110
17111
17112 \end_layout
17113
17114 \begin_layout Standard
17115 \begin_inset ERT
17116 status collapsed
17117
17118 \begin_layout Plain Layout
17119
17120
17121 \backslash
17122 ifcolortbl
17123 \end_layout
17124
17125 \end_inset
17126
17127
17128 \begin_inset Note Note
17129 status open
17130
17131 \begin_layout Plain Layout
17132 The following section part will only be displayed when the \SpecialChar LaTeX
17133 -package 
17134 \series bold
17135 colortbl
17136 \series default
17137  is installed.
17138 \end_layout
17139
17140 \end_inset
17141
17142
17143 \end_layout
17144
17145 \begin_layout Standard
17146 To create colored tables, 
17147 \series bold
17148 colortbl
17149 \series default
17150  must be loaded in the preamble with the line
17151 \end_layout
17152
17153 \begin_layout Standard
17154
17155 \series bold
17156
17157 \backslash
17158 usepackage{colortbl}
17159 \end_layout
17160
17161 \begin_layout Standard
17162 The color of a column is adjusted with the command
17163 \end_layout
17164
17165 \begin_layout Standard
17166
17167 \series bold
17168
17169 \backslash
17170 columncolor{name of color}
17171 \end_layout
17172
17173 \begin_layout Standard
17174 inside the command 
17175 \series bold
17176 >{ }
17177 \series default
17178 .
17179  More about the command 
17180 \series bold
17181 >{}
17182 \series default
17183  is contained in section
17184 \begin_inset space ~
17185 \end_inset
17186
17187
17188 \begin_inset CommandInset ref
17189 LatexCommand ref
17190 reference "subsec:Multicolumn-Calculations"
17191
17192 \end_inset
17193
17194 .
17195 \end_layout
17196
17197 \begin_layout Standard
17198 The following color names are predefined:
17199 \end_layout
17200
17201 \begin_layout Standard
17202
17203 \family sans
17204 red
17205 \family default
17206
17207 \family sans
17208 green
17209 \family default
17210
17211 \family sans
17212 yellow
17213 \family default
17214
17215 \family sans
17216 blue
17217 \family default
17218
17219 \family sans
17220 cyan
17221 \family default
17222
17223 \family sans
17224 magenta
17225 \family default
17226
17227 \family sans
17228 black
17229 \family default
17230  and 
17231 \family sans
17232 white
17233 \end_layout
17234
17235 \begin_layout Standard
17236 \begin_inset VSpace medskip
17237 \end_inset
17238
17239
17240 \end_layout
17241
17242 \begin_layout Standard
17243 If you add the options
17244 \end_layout
17245
17246 \begin_layout Standard
17247
17248 \series bold
17249 usenames,dvipsnames
17250 \end_layout
17251
17252 \begin_layout Standard
17253 to the document class options in the document settings, you can additionally
17254  use further 61
17255 \begin_inset space ~
17256 \end_inset
17257
17258 colors.
17259  These colors are listed in appendix
17260 \begin_inset space ~
17261 \end_inset
17262
17263
17264 \begin_inset CommandInset ref
17265 LatexCommand ref
17266 reference "chap:List-of-dvips-colornames"
17267
17268 \end_inset
17269
17270 .
17271  One of these colors, 
17272 \family sans
17273 Maroon
17274 \family default
17275 , is used as example in Table
17276 \begin_inset space ~
17277 \end_inset
17278
17279
17280 \begin_inset CommandInset ref
17281 LatexCommand ref
17282 reference "tab:Table-colored-using"
17283
17284 \end_inset
17285
17286 .
17287 \end_layout
17288
17289 \begin_layout Standard
17290 \begin_inset VSpace medskip
17291 \end_inset
17292
17293
17294 \end_layout
17295
17296 \begin_layout Standard
17297 You can also define your own color with the command
17298 \end_layout
17299
17300 \begin_layout Standard
17301
17302 \series bold
17303
17304 \backslash
17305 definecolor{color name}{color model}{color values}
17306 \end_layout
17307
17308 \begin_layout Standard
17309 The color model can be
17310 \end_layout
17311
17312 \begin_layout Labeling
17313 \labelwidthstring 00.00.0000
17314 cmyk: cyan, magenta, yellow, black
17315 \end_layout
17316
17317 \begin_layout Labeling
17318 \labelwidthstring 00.00.0000
17319 rgb: red, green blue
17320 \end_layout
17321
17322 \begin_layout Labeling
17323 \labelwidthstring 00.00.0000
17324 gray gray
17325 \end_layout
17326
17327 \begin_layout Standard
17328 and the color values are comma separated numbers between 0 and 1 describing
17329  the factor for the corresponding color of the color model.
17330 \end_layout
17331
17332 \begin_layout Standard
17333 You can e.
17334 \begin_inset space \thinspace{}
17335 \end_inset
17336
17337 g.
17338 \begin_inset space \space{}
17339 \end_inset
17340
17341 define the color "
17342 \emph on
17343 darkgreen
17344 \emph default
17345 " in the preamble with
17346 \end_layout
17347
17348 \begin_layout Standard
17349
17350 \series bold
17351
17352 \backslash
17353 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
17354 \end_layout
17355
17356 \begin_layout Standard
17357 and the color "
17358 \emph on
17359 lightgray
17360 \emph default
17361 " with
17362 \end_layout
17363
17364 \begin_layout Standard
17365
17366 \series bold
17367
17368 \backslash
17369 definecolor{lightgray}{gray}{0.8}
17370 \end_layout
17371
17372 \begin_layout Standard
17373 \begin_inset VSpace medskip
17374 \end_inset
17375
17376
17377 \end_layout
17378
17379 \begin_layout Standard
17380 Lines are colored with the command
17381 \end_layout
17382
17383 \begin_layout Standard
17384
17385 \series bold
17386
17387 \backslash
17388 rowcolor{name of color}
17389 \end_layout
17390
17391 \begin_layout Standard
17392 and cells are colored with the command
17393 \end_layout
17394
17395 \begin_layout Standard
17396
17397 \series bold
17398
17399 \backslash
17400 cellcolor{name of color}
17401 \end_layout
17402
17403 \begin_layout Standard
17404 Both commands are inserted at the beginning of a cell as \SpecialChar TeX
17405  Code.
17406 \end_layout
17407
17408 \begin_layout Standard
17409 To color characters in the table, mark the cells and use the 
17410 \family sans
17411 Text
17412 \begin_inset space ~
17413 \end_inset
17414
17415 Style
17416 \family default
17417  dialog.
17418  If a cell contains \SpecialChar TeX
17419  Code mark only the characters, otherwise the colored
17420  \SpecialChar TeX
17421  Code will cause \SpecialChar LaTeX
17422  errors.
17423 \end_layout
17424
17425 \begin_layout Standard
17426 \begin_inset Note Greyedout
17427 status open
17428
17429 \begin_layout Plain Layout
17430
17431 \series bold
17432 Note:
17433 \series default
17434  Not all DVI-viewers are able to display self-defined colors.
17435 \end_layout
17436
17437 \end_inset
17438
17439
17440 \end_layout
17441
17442 \begin_layout Standard
17443 \begin_inset VSpace bigskip
17444 \end_inset
17445
17446
17447 \end_layout
17448
17449 \begin_layout Standard
17450 To create Table
17451 \begin_inset space ~
17452 \end_inset
17453
17454
17455 \begin_inset CommandInset ref
17456 LatexCommand ref
17457 reference "tab:Table-colored-using"
17458
17459 \end_inset
17460
17461  do the following: The color of the first column should be 
17462 \emph on
17463 darkgreen
17464 \emph default
17465 .
17466  So insert
17467 \end_layout
17468
17469 \begin_layout Standard
17470
17471 \series bold
17472 >{
17473 \backslash
17474 columncolor{darkgreen}
17475 \backslash
17476 centering}c
17477 \end_layout
17478
17479 \begin_layout Standard
17480 as \SpecialChar LaTeX
17481 -argument for this column.
17482  The first row should be light blue, therefore the \SpecialChar TeX
17483  Code command
17484 \end_layout
17485
17486 \begin_layout Standard
17487
17488 \series bold
17489
17490 \backslash
17491 rowcolor{cyan}
17492 \end_layout
17493
17494 \begin_layout Standard
17495 is inserted to the first cell of this row.
17496  Note that this overwrites the column color for the first cell.
17497  The last cell of the last row is colored maroon by inserting the \SpecialChar TeX
17498  Code
17499  command
17500 \end_layout
17501
17502 \begin_layout Standard
17503
17504 \series bold
17505
17506 \backslash
17507 cellcolor{Maroon}
17508 \end_layout
17509
17510 \begin_layout Standard
17511 The characters could now be colored using the menu 
17512 \family sans
17513 Edit\SpecialChar menuseparator
17514 Text
17515 \begin_inset space ~
17516 \end_inset
17517
17518 Style
17519 \family default
17520 .
17521 \end_layout
17522
17523 \begin_layout Standard
17524 \begin_inset Float table
17525 placement h
17526 wide false
17527 sideways false
17528 status open
17529
17530 \begin_layout Plain Layout
17531 \begin_inset Caption Standard
17532
17533 \begin_layout Plain Layout
17534 \begin_inset CommandInset label
17535 LatexCommand label
17536 name "tab:Table-colored-using"
17537
17538 \end_inset
17539
17540 Table colored using the package 
17541 \series bold
17542 colortbl
17543 \series default
17544
17545 \begin_inset Argument 1
17546 status collapsed
17547
17548 \begin_layout Plain Layout
17549 Table with colortbl
17550 \end_layout
17551
17552 \end_inset
17553
17554
17555 \end_layout
17556
17557 \end_inset
17558
17559
17560 \end_layout
17561
17562 \begin_layout Plain Layout
17563 \align center
17564 \begin_inset Tabular
17565 <lyxtabular version="3" rows="3" columns="3">
17566 <features tabularvalignment="middle">
17567 <column alignment="center" valignment="top" special=">{\columncolor{darkgreen}\centering}c">
17568 <column alignment="center" valignment="top">
17569 <column alignment="center" valignment="top">
17570 <row>
17571 <cell alignment="center" valignment="top" usebox="none">
17572 \begin_inset Text
17573
17574 \begin_layout Plain Layout
17575 \begin_inset ERT
17576 status collapsed
17577
17578 \begin_layout Plain Layout
17579
17580
17581 \backslash
17582 rowcolor{cyan}
17583 \end_layout
17584
17585 \end_inset
17586
17587
17588 \color magenta
17589 a
17590 \end_layout
17591
17592 \end_inset
17593 </cell>
17594 <cell alignment="center" valignment="top" usebox="none">
17595 \begin_inset Text
17596
17597 \begin_layout Plain Layout
17598
17599 \color red
17600 b
17601 \end_layout
17602
17603 \end_inset
17604 </cell>
17605 <cell alignment="center" valignment="top" usebox="none">
17606 \begin_inset Text
17607
17608 \begin_layout Plain Layout
17609
17610 \color red
17611 c
17612 \end_layout
17613
17614 \end_inset
17615 </cell>
17616 </row>
17617 <row>
17618 <cell alignment="center" valignment="top" usebox="none">
17619 \begin_inset Text
17620
17621 \begin_layout Plain Layout
17622
17623 \color yellow
17624 d
17625 \end_layout
17626
17627 \end_inset
17628 </cell>
17629 <cell alignment="center" valignment="top" usebox="none">
17630 \begin_inset Text
17631
17632 \begin_layout Plain Layout
17633
17634 \color blue
17635 e
17636 \end_layout
17637
17638 \end_inset
17639 </cell>
17640 <cell alignment="center" valignment="top" usebox="none">
17641 \begin_inset Text
17642
17643 \begin_layout Plain Layout
17644
17645 \color blue
17646 f
17647 \end_layout
17648
17649 \end_inset
17650 </cell>
17651 </row>
17652 <row>
17653 <cell alignment="center" valignment="top" usebox="none">
17654 \begin_inset Text
17655
17656 \begin_layout Plain Layout
17657
17658 \color yellow
17659 g
17660 \end_layout
17661
17662 \end_inset
17663 </cell>
17664 <cell alignment="center" valignment="top" usebox="none">
17665 \begin_inset Text
17666
17667 \begin_layout Plain Layout
17668
17669 \color blue
17670 h
17671 \end_layout
17672
17673 \end_inset
17674 </cell>
17675 <cell alignment="center" valignment="top" usebox="none">
17676 \begin_inset Text
17677
17678 \begin_layout Plain Layout
17679 \begin_inset ERT
17680 status collapsed
17681
17682 \begin_layout Plain Layout
17683
17684
17685 \backslash
17686 cellcolor{Maroon}
17687 \end_layout
17688
17689 \end_inset
17690
17691
17692 \color green
17693 i
17694 \end_layout
17695
17696 \end_inset
17697 </cell>
17698 </row>
17699 </lyxtabular>
17700
17701 \end_inset
17702
17703
17704 \end_layout
17705
17706 \end_inset
17707
17708
17709 \end_layout
17710
17711 \begin_layout Standard
17712 \begin_inset ERT
17713 status collapsed
17714
17715 \begin_layout Plain Layout
17716
17717
17718 \backslash
17719 else
17720 \end_layout
17721
17722 \end_inset
17723
17724
17725 \begin_inset Note Note
17726 status open
17727
17728 \begin_layout Plain Layout
17729 The following will be displayed when the \SpecialChar LaTeX
17730 -package 
17731 \series bold
17732 colortbl
17733 \series default
17734  is not installed:
17735 \end_layout
17736
17737 \end_inset
17738
17739
17740 \end_layout
17741
17742 \begin_layout Standard
17743 You need to install the package 
17744 \series bold
17745 colortbl
17746 \series default
17747  to see the content of this section in the output.
17748 \end_layout
17749
17750 \begin_layout Standard
17751 \begin_inset ERT
17752 status collapsed
17753
17754 \begin_layout Plain Layout
17755
17756
17757 \backslash
17758 fi
17759 \end_layout
17760
17761 \end_inset
17762
17763
17764 \end_layout
17765
17766 \begin_layout Subsection
17767 Colored Rows
17768 \begin_inset Index idx
17769 status collapsed
17770
17771 \begin_layout Plain Layout
17772 Table Color ! for Rows
17773 \end_layout
17774
17775 \end_inset
17776
17777
17778 \begin_inset Index idx
17779 status collapsed
17780
17781 \begin_layout Plain Layout
17782 Color ! for Table Rows
17783 \end_layout
17784
17785 \end_inset
17786
17787
17788 \end_layout
17789
17790 \begin_layout Standard
17791 In case every second table row needs to be colored there is an alternative
17792  to the method described in the previous section: One loads the package
17793  
17794 \series bold
17795 xcolor
17796 \series default
17797
17798 \begin_inset Index idx
17799 status collapsed
17800
17801 \begin_layout Plain Layout
17802 \SpecialChar LaTeX
17803 -packages ! xcolor
17804 \begin_inset ERT
17805 status collapsed
17806
17807 \begin_layout Plain Layout
17808
17809
17810 \backslash
17811 vspace{4mm}
17812 \end_layout
17813
17814 \end_inset
17815
17816
17817 \end_layout
17818
17819 \end_inset
17820
17821  in the document preamble with the command
17822 \end_layout
17823
17824 \begin_layout Standard
17825
17826 \series bold
17827
17828 \backslash
17829 usepackage[table]{xcolor}
17830 \end_layout
17831
17832 \begin_layout Standard
17833
17834 \series bold
17835 xcolor
17836 \series default
17837  automatically loads also the package 
17838 \series bold
17839 colortbl
17840 \series default
17841
17842 \begin_inset Index idx
17843 status collapsed
17844
17845 \begin_layout Plain Layout
17846 \SpecialChar LaTeX
17847 -packages ! colortbl
17848 \end_layout
17849
17850 \end_inset
17851
17852 , so 
17853 \series bold
17854 colortbl
17855 \series default
17856  must be installed in your \SpecialChar LaTeX
17857 -distribution, otherwise you get \SpecialChar LaTeX
17858 -errors.
17859 \end_layout
17860
17861 \begin_layout Standard
17862 \begin_inset ERT
17863 status collapsed
17864
17865 \begin_layout Plain Layout
17866
17867
17868 \backslash
17869 ifcolortbl
17870 \end_layout
17871
17872 \end_inset
17873
17874
17875 \begin_inset Note Note
17876 status open
17877
17878 \begin_layout Plain Layout
17879 The following section part will only be displayed when the \SpecialChar LaTeX
17880 -package 
17881 \series bold
17882 colortbl
17883 \series default
17884  is installed.
17885 \end_layout
17886
17887 \end_inset
17888
17889
17890 \end_layout
17891
17892 \begin_layout Standard
17893 The table rows are colored with the command
17894 \end_layout
17895
17896 \begin_layout Standard
17897
17898 \series bold
17899
17900 \backslash
17901 rowcolors[commands]{row number}{odd row color}{even row color}
17902 \end_layout
17903
17904 \begin_layout Standard
17905 that is either inserted in the document preamble or as \SpecialChar TeX
17906  Code before the
17907  first table to be colored.
17908  row
17909 \begin_inset space ~
17910 \end_inset
17911
17912 number is the number of the first row which should be colored according
17913  to the odd row color.
17914  commands can be additional commands that are executed before every table
17915  row.
17916  So for example the command
17917 \end_layout
17918
17919 \begin_layout Standard
17920
17921 \series bold
17922
17923 \backslash
17924 rowcolors{1}{white}{lightgray}
17925 \end_layout
17926
17927 \begin_layout Standard
17928 leads to the coloring scheme of Table
17929 \begin_inset space ~
17930 \end_inset
17931
17932
17933 \begin_inset CommandInset ref
17934 LatexCommand ref
17935 reference "tab:Table-rowcolors"
17936
17937 \end_inset
17938
17939 .
17940  The command
17941 \end_layout
17942
17943 \begin_layout Standard
17944
17945 \series bold
17946
17947 \backslash
17948 rowcolors[
17949 \backslash
17950 hline]{1}{lightgray}{cyan}
17951 \end_layout
17952
17953 \begin_layout Standard
17954 leads to the coloring scheme of Table
17955 \begin_inset space ~
17956 \end_inset
17957
17958
17959 \begin_inset CommandInset ref
17960 LatexCommand ref
17961 reference "tab:Table-rowcolors-2"
17962
17963 \end_inset
17964
17965 .
17966  If odd
17967 \begin_inset space ~
17968 \end_inset
17969
17970 row
17971 \begin_inset space ~
17972 \end_inset
17973
17974 color and/or even
17975 \begin_inset space ~
17976 \end_inset
17977
17978 row
17979 \begin_inset space ~
17980 \end_inset
17981
17982 color are left empty, no color will be used so that the command
17983 \end_layout
17984
17985 \begin_layout Standard
17986
17987 \series bold
17988
17989 \backslash
17990 rowcolors{1}{}{}
17991 \end_layout
17992
17993 \begin_layout Standard
17994 deletes all colors.
17995  
17996 \series bold
17997
17998 \backslash
17999 rowcolors
18000 \series default
18001  affects all tables following that command.
18002 \end_layout
18003
18004 \begin_layout Standard
18005 \begin_inset ERT
18006 status open
18007
18008 \begin_layout Plain Layout
18009
18010
18011 \backslash
18012 rowcolors{1}{white}{lightgray}
18013 \end_layout
18014
18015 \end_inset
18016
18017
18018 \end_layout
18019
18020 \begin_layout Standard
18021 \begin_inset Float table
18022 placement h
18023 wide false
18024 sideways false
18025 status open
18026
18027 \begin_layout Plain Layout
18028 \begin_inset Caption Standard
18029
18030 \begin_layout Plain Layout
18031 \begin_inset CommandInset label
18032 LatexCommand label
18033 name "tab:Table-rowcolors"
18034
18035 \end_inset
18036
18037 Table where every second row is colored light gray.
18038 \end_layout
18039
18040 \end_inset
18041
18042
18043 \end_layout
18044
18045 \begin_layout Plain Layout
18046 \align center
18047 \begin_inset Tabular
18048 <lyxtabular version="3" rows="4" columns="3">
18049 <features tabularvalignment="middle">
18050 <column alignment="center" valignment="top">
18051 <column alignment="center" valignment="top" width="0pt">
18052 <column alignment="center" valignment="top" width="0pt">
18053 <row>
18054 <cell alignment="center" valignment="top" usebox="none">
18055 \begin_inset Text
18056
18057 \begin_layout Plain Layout
18058 X
18059 \end_layout
18060
18061 \end_inset
18062 </cell>
18063 <cell alignment="center" valignment="top" usebox="none">
18064 \begin_inset Text
18065
18066 \begin_layout Plain Layout
18067 Y
18068 \end_layout
18069
18070 \end_inset
18071 </cell>
18072 <cell alignment="center" valignment="top" usebox="none">
18073 \begin_inset Text
18074
18075 \begin_layout Plain Layout
18076 Z
18077 \end_layout
18078
18079 \end_inset
18080 </cell>
18081 </row>
18082 <row>
18083 <cell alignment="center" valignment="top" usebox="none">
18084 \begin_inset Text
18085
18086 \begin_layout Plain Layout
18087 1
18088 \end_layout
18089
18090 \end_inset
18091 </cell>
18092 <cell alignment="center" valignment="top" usebox="none">
18093 \begin_inset Text
18094
18095 \begin_layout Plain Layout
18096 2
18097 \end_layout
18098
18099 \end_inset
18100 </cell>
18101 <cell alignment="center" valignment="top" usebox="none">
18102 \begin_inset Text
18103
18104 \begin_layout Plain Layout
18105 3
18106 \end_layout
18107
18108 \end_inset
18109 </cell>
18110 </row>
18111 <row>
18112 <cell alignment="center" valignment="top" usebox="none">
18113 \begin_inset Text
18114
18115 \begin_layout Plain Layout
18116 4
18117 \end_layout
18118
18119 \end_inset
18120 </cell>
18121 <cell alignment="center" valignment="top" usebox="none">
18122 \begin_inset Text
18123
18124 \begin_layout Plain Layout
18125 5
18126 \end_layout
18127
18128 \end_inset
18129 </cell>
18130 <cell alignment="center" valignment="top" usebox="none">
18131 \begin_inset Text
18132
18133 \begin_layout Plain Layout
18134 6
18135 \end_layout
18136
18137 \end_inset
18138 </cell>
18139 </row>
18140 <row>
18141 <cell alignment="center" valignment="top" usebox="none">
18142 \begin_inset Text
18143
18144 \begin_layout Plain Layout
18145 7
18146 \end_layout
18147
18148 \end_inset
18149 </cell>
18150 <cell alignment="center" valignment="top" usebox="none">
18151 \begin_inset Text
18152
18153 \begin_layout Plain Layout
18154 8
18155 \end_layout
18156
18157 \end_inset
18158 </cell>
18159 <cell alignment="center" valignment="top" usebox="none">
18160 \begin_inset Text
18161
18162 \begin_layout Plain Layout
18163 9
18164 \end_layout
18165
18166 \end_inset
18167 </cell>
18168 </row>
18169 </lyxtabular>
18170
18171 \end_inset
18172
18173
18174 \end_layout
18175
18176 \end_inset
18177
18178
18179 \end_layout
18180
18181 \begin_layout Standard
18182 \begin_inset ERT
18183 status open
18184
18185 \begin_layout Plain Layout
18186
18187
18188 \backslash
18189 rowcolors[
18190 \backslash
18191 hline]{1}{lightgray}{cyan}
18192 \end_layout
18193
18194 \end_inset
18195
18196
18197 \end_layout
18198
18199 \begin_layout Standard
18200 \begin_inset Float table
18201 placement h
18202 wide false
18203 sideways false
18204 status open
18205
18206 \begin_layout Plain Layout
18207 \begin_inset Caption Standard
18208
18209 \begin_layout Plain Layout
18210 \begin_inset CommandInset label
18211 LatexCommand label
18212 name "tab:Table-rowcolors-2"
18213
18214 \end_inset
18215
18216 Table where every second row is colored cyan and at which there is a line
18217  between each row.
18218 \end_layout
18219
18220 \end_inset
18221
18222
18223 \end_layout
18224
18225 \begin_layout Plain Layout
18226 \align center
18227 \begin_inset Tabular
18228 <lyxtabular version="3" rows="4" columns="3">
18229 <features tabularvalignment="middle">
18230 <column alignment="center" valignment="top">
18231 <column alignment="center" valignment="top">
18232 <column alignment="center" valignment="top" width="0pt">
18233 <row>
18234 <cell alignment="center" valignment="top" usebox="none">
18235 \begin_inset Text
18236
18237 \begin_layout Plain Layout
18238 X
18239 \end_layout
18240
18241 \end_inset
18242 </cell>
18243 <cell alignment="center" valignment="top" usebox="none">
18244 \begin_inset Text
18245
18246 \begin_layout Plain Layout
18247 Y
18248 \end_layout
18249
18250 \end_inset
18251 </cell>
18252 <cell alignment="center" valignment="top" usebox="none">
18253 \begin_inset Text
18254
18255 \begin_layout Plain Layout
18256 Z
18257 \end_layout
18258
18259 \end_inset
18260 </cell>
18261 </row>
18262 <row>
18263 <cell alignment="center" valignment="top" usebox="none">
18264 \begin_inset Text
18265
18266 \begin_layout Plain Layout
18267 1
18268 \end_layout
18269
18270 \end_inset
18271 </cell>
18272 <cell alignment="center" valignment="top" usebox="none">
18273 \begin_inset Text
18274
18275 \begin_layout Plain Layout
18276 2
18277 \end_layout
18278
18279 \end_inset
18280 </cell>
18281 <cell alignment="center" valignment="top" usebox="none">
18282 \begin_inset Text
18283
18284 \begin_layout Plain Layout
18285 3
18286 \end_layout
18287
18288 \end_inset
18289 </cell>
18290 </row>
18291 <row>
18292 <cell alignment="center" valignment="top" usebox="none">
18293 \begin_inset Text
18294
18295 \begin_layout Plain Layout
18296 4
18297 \end_layout
18298
18299 \end_inset
18300 </cell>
18301 <cell alignment="center" valignment="top" usebox="none">
18302 \begin_inset Text
18303
18304 \begin_layout Plain Layout
18305 5
18306 \end_layout
18307
18308 \end_inset
18309 </cell>
18310 <cell alignment="center" valignment="top" usebox="none">
18311 \begin_inset Text
18312
18313 \begin_layout Plain Layout
18314 6
18315 \end_layout
18316
18317 \end_inset
18318 </cell>
18319 </row>
18320 <row>
18321 <cell alignment="center" valignment="top" usebox="none">
18322 \begin_inset Text
18323
18324 \begin_layout Plain Layout
18325 7
18326 \end_layout
18327
18328 \end_inset
18329 </cell>
18330 <cell alignment="center" valignment="top" usebox="none">
18331 \begin_inset Text
18332
18333 \begin_layout Plain Layout
18334 8
18335 \end_layout
18336
18337 \end_inset
18338 </cell>
18339 <cell alignment="center" valignment="top" usebox="none">
18340 \begin_inset Text
18341
18342 \begin_layout Plain Layout
18343 9
18344 \end_layout
18345
18346 \end_inset
18347 </cell>
18348 </row>
18349 </lyxtabular>
18350
18351 \end_inset
18352
18353
18354 \end_layout
18355
18356 \end_inset
18357
18358
18359 \end_layout
18360
18361 \begin_layout Standard
18362 \begin_inset ERT
18363 status collapsed
18364
18365 \begin_layout Plain Layout
18366
18367
18368 \backslash
18369 rowcolors{1}{}{}
18370 \end_layout
18371
18372 \end_inset
18373
18374
18375 \begin_inset Note Note
18376 status collapsed
18377
18378 \begin_layout Plain Layout
18379 turns off the row coloring
18380 \end_layout
18381
18382 \end_inset
18383
18384
18385 \end_layout
18386
18387 \begin_layout Standard
18388 \begin_inset ERT
18389 status collapsed
18390
18391 \begin_layout Plain Layout
18392
18393
18394 \backslash
18395 else
18396 \end_layout
18397
18398 \end_inset
18399
18400
18401 \begin_inset Note Note
18402 status open
18403
18404 \begin_layout Plain Layout
18405 The following will be displayed when the \SpecialChar LaTeX
18406 -package 
18407 \series bold
18408 colortbl
18409 \series default
18410  is not installed:
18411 \end_layout
18412
18413 \end_inset
18414
18415
18416 \end_layout
18417
18418 \begin_layout Standard
18419 You need to install the package 
18420 \series bold
18421 colortbl
18422 \series default
18423  to see the content of this section in the output.
18424 \end_layout
18425
18426 \begin_layout Standard
18427 \begin_inset ERT
18428 status collapsed
18429
18430 \begin_layout Plain Layout
18431
18432
18433 \backslash
18434 fi
18435 \end_layout
18436
18437 \end_inset
18438
18439
18440 \end_layout
18441
18442 \begin_layout Subsection
18443 Colored Lines
18444 \begin_inset Index idx
18445 status collapsed
18446
18447 \begin_layout Plain Layout
18448 Table Color ! for Lines
18449 \end_layout
18450
18451 \end_inset
18452
18453
18454 \begin_inset Index idx
18455 status collapsed
18456
18457 \begin_layout Plain Layout
18458 Color ! for Table Lines
18459 \end_layout
18460
18461 \end_inset
18462
18463
18464 \end_layout
18465
18466 \begin_layout Standard
18467 As described in section
18468 \begin_inset space ~
18469 \end_inset
18470
18471
18472 \begin_inset CommandInset ref
18473 LatexCommand ref
18474 reference "subsec:Line-Thickness"
18475
18476 \end_inset
18477
18478 , the line thickness for all lines in a table can be adjusted with the length
18479  
18480 \series bold
18481
18482 \backslash
18483 arrayrulewidth
18484 \series default
18485 .
18486  It is set to 1.5
18487 \begin_inset space \thinspace{}
18488 \end_inset
18489
18490 pt for all tables of this section.
18491 \begin_inset ERT
18492 status collapsed
18493
18494 \begin_layout Plain Layout
18495
18496
18497 \backslash
18498 setlength{
18499 \backslash
18500 arrayrulewidth}{1.5pt}
18501 \end_layout
18502
18503 \end_inset
18504
18505
18506 \end_layout
18507
18508 \begin_layout Standard
18509 To color vertical lines for example with green, create the following column
18510  format in the document preamble, according to the description in section
18511 \begin_inset space ~
18512 \end_inset
18513
18514
18515 \begin_inset CommandInset ref
18516 LatexCommand ref
18517 reference "subsec:Customized-Format"
18518
18519 \end_inset
18520
18521 :
18522 \end_layout
18523
18524 \begin_layout Standard
18525
18526 \series bold
18527
18528 \backslash
18529 newcolumntype{W}{!{
18530 \backslash
18531 color{green}
18532 \backslash
18533 vline}}
18534 \end_layout
18535
18536 \begin_layout Standard
18537 For Table
18538 \begin_inset space ~
18539 \end_inset
18540
18541
18542 \begin_inset CommandInset ref
18543 LatexCommand ref
18544 reference "tab:Table-with-vertical-colored"
18545
18546 \end_inset
18547
18548  the \SpecialChar LaTeX
18549 -argument
18550 \series bold
18551  WcW
18552 \series default
18553  was used for the last column and
18554 \series bold
18555  Wc
18556 \series default
18557  for the other columns.
18558 \end_layout
18559
18560 \begin_layout Standard
18561 If you want to have several colors, define more column formats.
18562 \end_layout
18563
18564 \begin_layout Standard
18565 \begin_inset Float table
18566 placement h
18567 wide false
18568 sideways false
18569 status open
18570
18571 \begin_layout Plain Layout
18572 \begin_inset Caption Standard
18573
18574 \begin_layout Plain Layout
18575 \begin_inset CommandInset label
18576 LatexCommand label
18577 name "tab:Table-with-vertical-colored"
18578
18579 \end_inset
18580
18581 Table with colored vertical lines
18582 \end_layout
18583
18584 \end_inset
18585
18586
18587 \end_layout
18588
18589 \begin_layout Plain Layout
18590 \align center
18591 \begin_inset Tabular
18592 <lyxtabular version="3" rows="3" columns="3">
18593 <features tabularvalignment="middle">
18594 <column alignment="center" valignment="top" special="Wc">
18595 <column alignment="center" valignment="top" special="Wc">
18596 <column alignment="center" valignment="top" special="WcW">
18597 <row>
18598 <cell alignment="center" valignment="top" topline="true" usebox="none">
18599 \begin_inset Text
18600
18601 \begin_layout Plain Layout
18602 sd
18603 \end_layout
18604
18605 \end_inset
18606 </cell>
18607 <cell alignment="center" valignment="top" topline="true" usebox="none">
18608 \begin_inset Text
18609
18610 \begin_layout Plain Layout
18611
18612 \end_layout
18613
18614 \end_inset
18615 </cell>
18616 <cell alignment="center" valignment="top" topline="true" usebox="none">
18617 \begin_inset Text
18618
18619 \begin_layout Plain Layout
18620
18621 \end_layout
18622
18623 \end_inset
18624 </cell>
18625 </row>
18626 <row>
18627 <cell alignment="center" valignment="top" topline="true" usebox="none">
18628 \begin_inset Text
18629
18630 \begin_layout Plain Layout
18631
18632 \end_layout
18633
18634 \end_inset
18635 </cell>
18636 <cell alignment="center" valignment="top" topline="true" usebox="none">
18637 \begin_inset Text
18638
18639 \begin_layout Plain Layout
18640 sd
18641 \end_layout
18642
18643 \end_inset
18644 </cell>
18645 <cell alignment="center" valignment="top" topline="true" usebox="none">
18646 \begin_inset Text
18647
18648 \begin_layout Plain Layout
18649
18650 \end_layout
18651
18652 \end_inset
18653 </cell>
18654 </row>
18655 <row>
18656 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18657 \begin_inset Text
18658
18659 \begin_layout Plain Layout
18660
18661 \end_layout
18662
18663 \end_inset
18664 </cell>
18665 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18666 \begin_inset Text
18667
18668 \begin_layout Plain Layout
18669
18670 \end_layout
18671
18672 \end_inset
18673 </cell>
18674 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18675 \begin_inset Text
18676
18677 \begin_layout Plain Layout
18678 sd
18679 \end_layout
18680
18681 \end_inset
18682 </cell>
18683 </row>
18684 </lyxtabular>
18685
18686 \end_inset
18687
18688
18689 \end_layout
18690
18691 \end_inset
18692
18693
18694 \end_layout
18695
18696 \begin_layout Standard
18697 \begin_inset VSpace bigskip
18698 \end_inset
18699
18700 To color horizontal lines for example with red, as in Table
18701 \begin_inset space ~
18702 \end_inset
18703
18704
18705 \begin_inset CommandInset ref
18706 LatexCommand ref
18707 reference "tab:Table-with-horizontal-colored"
18708
18709 \end_inset
18710
18711 , insert these commands in \SpecialChar TeX
18712  Code before the table or table float:
18713 \end_layout
18714
18715 \begin_layout Standard
18716
18717 \series bold
18718
18719 \backslash
18720 let
18721 \backslash
18722 myHlineC
18723 \backslash
18724 hline
18725 \begin_inset Newline newline
18726 \end_inset
18727
18728
18729 \backslash
18730 renewcommand{
18731 \backslash
18732 hline}
18733 \begin_inset Newline newline
18734 \end_inset
18735
18736
18737 \begin_inset Phantom HPhantom
18738 status open
18739
18740 \begin_layout Plain Layout
18741
18742 \series bold
18743 \begin_inset space ~
18744 \end_inset
18745
18746
18747 \end_layout
18748
18749 \end_inset
18750
18751 {
18752 \backslash
18753 arrayrulecolor{red}
18754 \backslash
18755 myHlineC
18756 \backslash
18757 arrayrulecolor{black}}
18758 \end_layout
18759
18760 \begin_layout Standard
18761 \begin_inset ERT
18762 status collapsed
18763
18764 \begin_layout Plain Layout
18765
18766
18767 \backslash
18768 let
18769 \backslash
18770 myHlineC
18771 \backslash
18772 hline
18773 \end_layout
18774
18775 \begin_layout Plain Layout
18776
18777
18778 \backslash
18779 renewcommand{
18780 \backslash
18781 hline}
18782 \end_layout
18783
18784 \begin_layout Plain Layout
18785
18786  {
18787 \backslash
18788 arrayrulecolor{red}
18789 \backslash
18790 myHlineC
18791 \backslash
18792 arrayrulecolor{black}}
18793 \end_layout
18794
18795 \end_inset
18796
18797
18798 \begin_inset Float table
18799 placement h
18800 wide false
18801 sideways false
18802 status open
18803
18804 \begin_layout Plain Layout
18805 \begin_inset Caption Standard
18806
18807 \begin_layout Plain Layout
18808 \begin_inset CommandInset label
18809 LatexCommand label
18810 name "tab:Table-with-horizontal-colored"
18811
18812 \end_inset
18813
18814 Table with colored horizontal lines
18815 \end_layout
18816
18817 \end_inset
18818
18819
18820 \end_layout
18821
18822 \begin_layout Plain Layout
18823 \align center
18824 \begin_inset Tabular
18825 <lyxtabular version="3" rows="3" columns="3">
18826 <features tabularvalignment="middle">
18827 <column alignment="center" valignment="top">
18828 <column alignment="center" valignment="top">
18829 <column alignment="center" valignment="top">
18830 <row>
18831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18832 \begin_inset Text
18833
18834 \begin_layout Plain Layout
18835 sd
18836 \end_layout
18837
18838 \end_inset
18839 </cell>
18840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18841 \begin_inset Text
18842
18843 \begin_layout Plain Layout
18844
18845 \end_layout
18846
18847 \end_inset
18848 </cell>
18849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18850 \begin_inset Text
18851
18852 \begin_layout Plain Layout
18853
18854 \end_layout
18855
18856 \end_inset
18857 </cell>
18858 </row>
18859 <row>
18860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18861 \begin_inset Text
18862
18863 \begin_layout Plain Layout
18864
18865 \end_layout
18866
18867 \end_inset
18868 </cell>
18869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18870 \begin_inset Text
18871
18872 \begin_layout Plain Layout
18873 sd
18874 \end_layout
18875
18876 \end_inset
18877 </cell>
18878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18879 \begin_inset Text
18880
18881 \begin_layout Plain Layout
18882
18883 \end_layout
18884
18885 \end_inset
18886 </cell>
18887 </row>
18888 <row>
18889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18890 \begin_inset Text
18891
18892 \begin_layout Plain Layout
18893
18894 \end_layout
18895
18896 \end_inset
18897 </cell>
18898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18899 \begin_inset Text
18900
18901 \begin_layout Plain Layout
18902
18903 \end_layout
18904
18905 \end_inset
18906 </cell>
18907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18908 \begin_inset Text
18909
18910 \begin_layout Plain Layout
18911 sd
18912 \end_layout
18913
18914 \end_inset
18915 </cell>
18916 </row>
18917 </lyxtabular>
18918
18919 \end_inset
18920
18921
18922 \end_layout
18923
18924 \end_inset
18925
18926
18927 \end_layout
18928
18929 \begin_layout Standard
18930 To return to the default line color black, insert this command in \SpecialChar TeX
18931  Code
18932  after the table or table float:
18933 \end_layout
18934
18935 \begin_layout Standard
18936
18937 \series bold
18938
18939 \backslash
18940 renewcommand{
18941 \backslash
18942 hline}{
18943 \backslash
18944 myHlineC}
18945 \end_layout
18946
18947 \begin_layout Standard
18948 Table
18949 \begin_inset space ~
18950 \end_inset
18951
18952
18953 \begin_inset CommandInset ref
18954 LatexCommand ref
18955 reference "tab:Table-with-colored"
18956
18957 \end_inset
18958
18959  is an example with colored vertical and horizontal lines.
18960 \end_layout
18961
18962 \begin_layout Standard
18963 \begin_inset Float table
18964 placement h
18965 wide false
18966 sideways false
18967 status open
18968
18969 \begin_layout Plain Layout
18970 \begin_inset Caption Standard
18971
18972 \begin_layout Plain Layout
18973 \begin_inset CommandInset label
18974 LatexCommand label
18975 name "tab:Table-with-colored"
18976
18977 \end_inset
18978
18979 Table with colored lines
18980 \end_layout
18981
18982 \end_inset
18983
18984
18985 \end_layout
18986
18987 \begin_layout Plain Layout
18988 \align center
18989 \begin_inset Tabular
18990 <lyxtabular version="3" rows="3" columns="3">
18991 <features tabularvalignment="middle">
18992 <column alignment="center" valignment="top" special="Wc">
18993 <column alignment="center" valignment="top" special="Wc">
18994 <column alignment="center" valignment="top" special="WcW">
18995 <row>
18996 <cell alignment="center" valignment="top" topline="true" usebox="none">
18997 \begin_inset Text
18998
18999 \begin_layout Plain Layout
19000 sd
19001 \end_layout
19002
19003 \end_inset
19004 </cell>
19005 <cell alignment="center" valignment="top" topline="true" usebox="none">
19006 \begin_inset Text
19007
19008 \begin_layout Plain Layout
19009
19010 \end_layout
19011
19012 \end_inset
19013 </cell>
19014 <cell alignment="center" valignment="top" topline="true" usebox="none">
19015 \begin_inset Text
19016
19017 \begin_layout Plain Layout
19018
19019 \end_layout
19020
19021 \end_inset
19022 </cell>
19023 </row>
19024 <row>
19025 <cell alignment="center" valignment="top" topline="true" usebox="none">
19026 \begin_inset Text
19027
19028 \begin_layout Plain Layout
19029
19030 \end_layout
19031
19032 \end_inset
19033 </cell>
19034 <cell alignment="center" valignment="top" topline="true" usebox="none">
19035 \begin_inset Text
19036
19037 \begin_layout Plain Layout
19038 sd
19039 \end_layout
19040
19041 \end_inset
19042 </cell>
19043 <cell alignment="center" valignment="top" topline="true" usebox="none">
19044 \begin_inset Text
19045
19046 \begin_layout Plain Layout
19047
19048 \end_layout
19049
19050 \end_inset
19051 </cell>
19052 </row>
19053 <row topspace="default">
19054 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19055 \begin_inset Text
19056
19057 \begin_layout Plain Layout
19058
19059 \end_layout
19060
19061 \end_inset
19062 </cell>
19063 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19064 \begin_inset Text
19065
19066 \begin_layout Plain Layout
19067
19068 \end_layout
19069
19070 \end_inset
19071 </cell>
19072 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19073 \begin_inset Text
19074
19075 \begin_layout Plain Layout
19076 sd
19077 \end_layout
19078
19079 \end_inset
19080 </cell>
19081 </row>
19082 </lyxtabular>
19083
19084 \end_inset
19085
19086
19087 \end_layout
19088
19089 \end_inset
19090
19091
19092 \end_layout
19093
19094 \begin_layout Standard
19095 \begin_inset ERT
19096 status collapsed
19097
19098 \begin_layout Plain Layout
19099
19100
19101 \backslash
19102 renewcommand{
19103 \backslash
19104 hline}{
19105 \backslash
19106 myHlineC}
19107 \end_layout
19108
19109 \end_inset
19110
19111
19112 \end_layout
19113
19114 \begin_layout Standard
19115 \begin_inset ERT
19116 status collapsed
19117
19118 \begin_layout Plain Layout
19119
19120
19121 \backslash
19122 setlength{
19123 \backslash
19124 arrayrulewidth}{0.4pt}
19125 \end_layout
19126
19127 \end_inset
19128
19129
19130 \end_layout
19131
19132 \begin_layout Section
19133 Rotated Table Cells
19134 \begin_inset CommandInset label
19135 LatexCommand label
19136 name "sec:Rotated-Table-Cells"
19137
19138 \end_inset
19139
19140
19141 \begin_inset Index idx
19142 status collapsed
19143
19144 \begin_layout Plain Layout
19145 Table ! Rotated Cells
19146 \end_layout
19147
19148 \end_inset
19149
19150
19151 \begin_inset Index idx
19152 status collapsed
19153
19154 \begin_layout Plain Layout
19155 Rotated Material
19156 \end_layout
19157
19158 \end_inset
19159
19160
19161 \end_layout
19162
19163 \begin_layout Standard
19164 \begin_inset Note Greyedout
19165 status open
19166
19167 \begin_layout Plain Layout
19168
19169 \series bold
19170 Note:
19171 \series default
19172  Not all DVI-viewers are able to display rotations.
19173 \end_layout
19174
19175 \end_inset
19176
19177
19178 \end_layout
19179
19180 \begin_layout Standard
19181 Table
19182 \begin_inset space ~
19183 \end_inset
19184
19185
19186 \begin_inset CommandInset ref
19187 LatexCommand ref
19188 reference "tab:Table-with-rotated-multi"
19189
19190 \end_inset
19191
19192  is an example where 3
19193 \begin_inset space ~
19194 \end_inset
19195
19196 cells were rotated by 45
19197 \begin_inset space \thinspace{}
19198 \end_inset
19199
19200 °.
19201 \end_layout
19202
19203 \begin_layout Standard
19204 \begin_inset Float table
19205 placement h
19206 wide false
19207 sideways false
19208 status open
19209
19210 \begin_layout Plain Layout
19211 \begin_inset Caption Standard
19212
19213 \begin_layout Plain Layout
19214 \begin_inset CommandInset label
19215 LatexCommand label
19216 name "tab:Table-with-rotated"
19217
19218 \end_inset
19219
19220 Table with rotated cells in the first row.
19221 \end_layout
19222
19223 \end_inset
19224
19225
19226 \end_layout
19227
19228 \begin_layout Plain Layout
19229 \noindent
19230 \align center
19231 \begin_inset Tabular
19232 <lyxtabular version="3" rows="2" columns="3">
19233 <features tabularvalignment="middle">
19234 <column alignment="center" valignment="top" width="0pt">
19235 <column alignment="center" valignment="top" width="0pt">
19236 <column alignment="center" valignment="top" width="0pt">
19237 <row>
19238 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19239 \begin_inset Text
19240
19241 \begin_layout Plain Layout
19242 cups
19243 \end_layout
19244
19245 \end_inset
19246 </cell>
19247 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19248 \begin_inset Text
19249
19250 \begin_layout Plain Layout
19251 plates
19252 \end_layout
19253
19254 \end_inset
19255 </cell>
19256 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19257 \begin_inset Text
19258
19259 \begin_layout Plain Layout
19260 saucers
19261 \end_layout
19262
19263 \end_inset
19264 </cell>
19265 </row>
19266 <row>
19267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19268 \begin_inset Text
19269
19270 \begin_layout Plain Layout
19271 45
19272 \end_layout
19273
19274 \end_inset
19275 </cell>
19276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19277 \begin_inset Text
19278
19279 \begin_layout Plain Layout
19280 33
19281 \end_layout
19282
19283 \end_inset
19284 </cell>
19285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19286 \begin_inset Text
19287
19288 \begin_layout Plain Layout
19289 21
19290 \end_layout
19291
19292 \end_inset
19293 </cell>
19294 </row>
19295 </lyxtabular>
19296
19297 \end_inset
19298
19299
19300 \end_layout
19301
19302 \end_inset
19303
19304
19305 \end_layout
19306
19307 \begin_layout Standard
19308 \begin_inset Note Greyedout
19309 status open
19310
19311 \begin_layout Plain Layout
19312
19313 \series bold
19314 Note:
19315 \series default
19316  Line breaks (shortcut 
19317 \begin_inset Info
19318 type  "shortcut"
19319 arg   "newline-insert newline"
19320 \end_inset
19321
19322 ) are not allowed in rotated cells.
19323 \end_layout
19324
19325 \end_inset
19326
19327
19328 \end_layout
19329
19330 \begin_layout Standard
19331 If you want to rotate table cells containing line breaks, you have to put
19332  the cell content into a minipage or a parbox.
19333 \begin_inset Foot
19334 status collapsed
19335
19336 \begin_layout Plain Layout
19337 For more about these boxes see sec.
19338 \begin_inset space \thinspace{}
19339 \end_inset
19340
19341
19342 \begin_inset CommandInset ref
19343 LatexCommand ref
19344 reference "sec:Minipages"
19345
19346 \end_inset
19347
19348  and 
19349 \begin_inset CommandInset ref
19350 LatexCommand ref
19351 reference "sec:Parboxes"
19352
19353 \end_inset
19354
19355 .
19356 \end_layout
19357
19358 \end_inset
19359
19360  If you rotate this cell by 90
19361 \begin_inset space \thinspace{}
19362 \end_inset
19363
19364 ° the width of the box is the height of the cell.
19365  Table
19366 \begin_inset space ~
19367 \end_inset
19368
19369
19370 \begin_inset CommandInset ref
19371 LatexCommand ref
19372 reference "tab:Table-with-rotated-multi"
19373
19374 \end_inset
19375
19376  is an example for a rotated multiline cell where the box width was set
19377  to 3
19378 \begin_inset space \thinspace{}
19379 \end_inset
19380
19381 cm.
19382 \end_layout
19383
19384 \begin_layout Standard
19385 \begin_inset Float table
19386 wide false
19387 sideways false
19388 status open
19389
19390 \begin_layout Plain Layout
19391 \begin_inset Caption Standard
19392
19393 \begin_layout Plain Layout
19394 \begin_inset CommandInset label
19395 LatexCommand label
19396 name "tab:Table-with-rotated-multi"
19397
19398 \end_inset
19399
19400 Table with rotated multiline cell.
19401 \end_layout
19402
19403 \end_inset
19404
19405
19406 \end_layout
19407
19408 \begin_layout Plain Layout
19409 \noindent
19410 \align center
19411 \begin_inset Tabular
19412 <lyxtabular version="3" rows="2" columns="3">
19413 <features tabularvalignment="middle">
19414 <column alignment="center" valignment="top">
19415 <column alignment="center" valignment="top" width="0pt">
19416 <column alignment="center" valignment="top">
19417 <row>
19418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19419 \begin_inset Text
19420
19421 \begin_layout Plain Layout
19422 a
19423 \end_layout
19424
19425 \end_inset
19426 </cell>
19427 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
19428 \begin_inset Text
19429
19430 \begin_layout Plain Layout
19431 \begin_inset Box Frameless
19432 position "t"
19433 hor_pos "c"
19434 has_inner_box 1
19435 inner_pos "t"
19436 use_parbox 0
19437 use_makebox 0
19438 width "3cm"
19439 special "none"
19440 height "1in"
19441 height_special "totalheight"
19442 thickness "0.4pt"
19443 separation "3pt"
19444 shadowsize "4pt"
19445 framecolor "black"
19446 backgroundcolor "none"
19447 status open
19448
19449 \begin_layout Plain Layout
19450 rotated cell
19451 \begin_inset Newline newline
19452 \end_inset
19453
19454 with line break
19455 \end_layout
19456
19457 \end_inset
19458
19459
19460 \end_layout
19461
19462 \end_inset
19463 </cell>
19464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19465 \begin_inset Text
19466
19467 \begin_layout Plain Layout
19468 e
19469 \end_layout
19470
19471 \end_inset
19472 </cell>
19473 </row>
19474 <row>
19475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19476 \begin_inset Text
19477
19478 \begin_layout Plain Layout
19479 b
19480 \end_layout
19481
19482 \end_inset
19483 </cell>
19484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19485 \begin_inset Text
19486
19487 \begin_layout Plain Layout
19488 c
19489 \end_layout
19490
19491 \end_inset
19492 </cell>
19493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19494 \begin_inset Text
19495
19496 \begin_layout Plain Layout
19497 d
19498 \end_layout
19499
19500 \end_inset
19501 </cell>
19502 </row>
19503 </lyxtabular>
19504
19505 \end_inset
19506
19507
19508 \end_layout
19509
19510 \end_inset
19511
19512
19513 \end_layout
19514
19515 \begin_layout Section
19516 Table Width Calculation
19517 \begin_inset CommandInset label
19518 LatexCommand label
19519 name "sec:Table-Width-Calculation"
19520
19521 \end_inset
19522
19523
19524 \end_layout
19525
19526 \begin_layout Standard
19527 For wide tables it is sometimes difficult to assure that the table does
19528  not protrude over the page margin.
19529  Setting a fixed width for every column of the table is the solution, but
19530  what amount of space is needed for each column?
19531 \end_layout
19532
19533 \begin_layout Standard
19534 The table width 
19535 \begin_inset Formula $W_{\mathrm{table}}$
19536 \end_inset
19537
19538  can be calculated: Every column has the width of the specified column width
19539  
19540 \begin_inset Formula $W_{\mathrm{column}}$
19541 \end_inset
19542
19543  (that the content of the column can consume) plus two times the separation
19544  between the column content and the column border (\SpecialChar LaTeX
19545  length
19546 \series bold
19547  
19548 \backslash
19549 tabcolsep
19550 \series default
19551 , default 6
19552 \begin_inset space \thinspace{}
19553 \end_inset
19554
19555 pt) plus the width of a border line (\SpecialChar LaTeX
19556  length 
19557 \series bold
19558
19559 \backslash
19560 arrayrulewidth
19561 \series default
19562 , default 0.4
19563 \begin_inset space \thinspace{}
19564 \end_inset
19565
19566 pt): So if all 
19567 \begin_inset Formula $n$
19568 \end_inset
19569
19570
19571 \begin_inset space ~
19572 \end_inset
19573
19574 columns have the same width, the table width is
19575 \begin_inset Formula 
19576 \begin{equation}
19577 W_{\mathrm{table}}=n\left(W_{\mathrm{column}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
19578 \end{equation}
19579
19580 \end_inset
19581
19582
19583 \end_layout
19584
19585 \begin_layout Standard
19586 The available width for a table is the space between the page margins or
19587  the width of a text column (for a two-column document) (\SpecialChar LaTeX
19588  length 
19589 \series bold
19590
19591 \backslash
19592 columnwidth
19593 \series default
19594 ).
19595  If all table columns should have the same width and 
19596 \begin_inset Formula $W_{\mathrm{table}}$
19597 \end_inset
19598
19599  should be 1
19600 \begin_inset space \thinspace{}
19601 \end_inset
19602
19603
19604 \backslash
19605 columnwidth, 
19606 \begin_inset Formula $W_{\mathrm{column}}$
19607 \end_inset
19608
19609  can easily be calculated.
19610 \end_layout
19611
19612 \begin_layout Standard
19613 To be able to perform calculations you need to load the \SpecialChar LaTeX
19614 -package 
19615 \series bold
19616 calc
19617 \series default
19618
19619 \begin_inset Index idx
19620 status collapsed
19621
19622 \begin_layout Plain Layout
19623 \SpecialChar LaTeX
19624 -packages ! calc
19625 \end_layout
19626
19627 \end_inset
19628
19629  in the document preamble.
19630  To set the width in the table dialog you have to use the field 
19631 \family sans
19632 \SpecialChar LaTeX
19633  argument
19634 \family default
19635 .
19636  The command scheme for this field is the same that is explained in section
19637 \begin_inset space ~
19638 \end_inset
19639
19640
19641 \begin_inset CommandInset ref
19642 LatexCommand ref
19643 reference "subsec:Multicolumn-Calculations"
19644
19645 \end_inset
19646
19647 .
19648  For a table with 5
19649 \begin_inset space \thinspace{}
19650 \end_inset
19651
19652 columns with an uniform width and centered text, enter there for each column
19653  the command
19654 \end_layout
19655
19656 \begin_layout Standard
19657
19658 \series bold
19659 >{
19660 \backslash
19661 centering}p{(1
19662 \backslash
19663 columnwidth-62.4pt)/5}
19664 \end_layout
19665
19666 \begin_layout Standard
19667 For a table with 5
19668 \begin_inset space \thinspace{}
19669 \end_inset
19670
19671 columns where 2 should have 0.75
19672 \begin_inset space ~
19673 \end_inset
19674
19675 times the width than the 3 others, the calculation is
19676 \begin_inset Formula 
19677 \begin{align}
19678 \backslash\mbox{columnwidth} & =3\,W_{\mathrm{column}}+2\cdot0.75\,W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
19679  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
19680  & =4.5\,W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
19681 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
19682 \end{align}
19683
19684 \end_inset
19685
19686
19687 \end_layout
19688
19689 \begin_layout Standard
19690 In the table therefore the command
19691 \end_layout
19692
19693 \begin_layout Standard
19694
19695 \series bold
19696 >{
19697 \backslash
19698 centering}p{(1
19699 \backslash
19700 columnwidth-62.4pt)/
19701 \backslash
19702 real{4.5}}
19703 \end_layout
19704
19705 \begin_layout Standard
19706 is used for the wider columns and
19707 \end_layout
19708
19709 \begin_layout Standard
19710
19711 \series bold
19712 >{
19713 \backslash
19714 centering}p{(1
19715 \backslash
19716 columnwidth-62.4pt)/
19717 \backslash
19718 real{4.5}*
19719 \backslash
19720 real{0.75}}
19721 \end_layout
19722
19723 \begin_layout Standard
19724 for the smaller ones:
19725 \end_layout
19726
19727 \begin_layout Standard
19728 \begin_inset Tabular
19729 <lyxtabular version="3" rows="2" columns="5">
19730 <features tabularvalignment="middle">
19731 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19732 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19733 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19734 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19735 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19736 <row>
19737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19738 \begin_inset Text
19739
19740 \begin_layout Plain Layout
19741 1
19742 \end_layout
19743
19744 \end_inset
19745 </cell>
19746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19747 \begin_inset Text
19748
19749 \begin_layout Plain Layout
19750 2
19751 \end_layout
19752
19753 \end_inset
19754 </cell>
19755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19756 \begin_inset Text
19757
19758 \begin_layout Plain Layout
19759 3
19760 \end_layout
19761
19762 \end_inset
19763 </cell>
19764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19765 \begin_inset Text
19766
19767 \begin_layout Plain Layout
19768 4
19769 \end_layout
19770
19771 \end_inset
19772 </cell>
19773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19774 \begin_inset Text
19775
19776 \begin_layout Plain Layout
19777 5
19778 \end_layout
19779
19780 \end_inset
19781 </cell>
19782 </row>
19783 <row>
19784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19785 \begin_inset Text
19786
19787 \begin_layout Plain Layout
19788 111111 1111111 111111 111111111 11111 11111 1111
19789 \end_layout
19790
19791 \end_inset
19792 </cell>
19793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19794 \begin_inset Text
19795
19796 \begin_layout Plain Layout
19797
19798 \end_layout
19799
19800 \end_inset
19801 </cell>
19802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19803 \begin_inset Text
19804
19805 \begin_layout Plain Layout
19806 2222 22222 222222 222222222 2222222 22 22222
19807 \end_layout
19808
19809 \end_inset
19810 </cell>
19811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19812 \begin_inset Text
19813
19814 \begin_layout Plain Layout
19815
19816 \end_layout
19817
19818 \end_inset
19819 </cell>
19820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19821 \begin_inset Text
19822
19823 \begin_layout Plain Layout
19824 333333 333333 333333 33333 3333333 333
19825 \end_layout
19826
19827 \end_inset
19828 </cell>
19829 </row>
19830 </lyxtabular>
19831
19832 \end_inset
19833
19834
19835 \end_layout
19836
19837 \begin_layout Section
19838 Table Customization
19839 \begin_inset Index idx
19840 status collapsed
19841
19842 \begin_layout Plain Layout
19843 Table Customization
19844 \end_layout
19845
19846 \end_inset
19847
19848
19849 \begin_inset Index idx
19850 status collapsed
19851
19852 \begin_layout Plain Layout
19853 Table ! Customization
19854 \end_layout
19855
19856 \end_inset
19857
19858
19859 \end_layout
19860
19861 \begin_layout Subsection
19862 Row Spacing
19863 \begin_inset CommandInset label
19864 LatexCommand label
19865 name "subsec:Row-Spacing"
19866
19867 \end_inset
19868
19869
19870 \begin_inset Index idx
19871 status collapsed
19872
19873 \begin_layout Plain Layout
19874 Table Customization ! Row Spacing
19875 \end_layout
19876
19877 \end_inset
19878
19879
19880 \end_layout
19881
19882 \begin_layout Standard
19883 You can add vertical space to table rows in the 
19884 \family sans
19885 Borders
19886 \family default
19887  tab of the table dialog.
19888  You find there three possibilities:
19889 \end_layout
19890
19891 \begin_layout Description
19892 Top
19893 \begin_inset space ~
19894 \end_inset
19895
19896 of
19897 \begin_inset space ~
19898 \end_inset
19899
19900 row will add space above the characters of the table row.
19901  If the table is a formal table
19902 \begin_inset Foot
19903 status collapsed
19904
19905 \begin_layout Plain Layout
19906 Formal tables are explained in section
19907 \begin_inset space ~
19908 \end_inset
19909
19910
19911 \begin_inset CommandInset ref
19912 LatexCommand ref
19913 reference "sec:Formal-Tables"
19914
19915 \end_inset
19916
19917 .
19918 \end_layout
19919
19920 \end_inset
19921
19922  \SpecialChar LyX
19923  will insert as default 0.5
19924 \begin_inset space \thinspace{}
19925 \end_inset
19926
19927 em space.
19928  For normal tables the inserted space will unfortunately destroy the vertical
19929  table lines as in the following table:
19930 \begin_inset VSpace medskip
19931 \end_inset
19932
19933
19934 \begin_inset Newline newline
19935 \end_inset
19936
19937
19938 \begin_inset space \hspace*{}
19939 \length 0pt
19940 \end_inset
19941
19942
19943 \begin_inset space \hfill{}
19944 \end_inset
19945
19946
19947 \begin_inset Tabular
19948 <lyxtabular version="3" rows="3" columns="1">
19949 <features tabularvalignment="middle">
19950 <column alignment="center" valignment="top">
19951 <row>
19952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19953 \begin_inset Text
19954
19955 \begin_layout Plain Layout
19956 A
19957 \end_layout
19958
19959 \end_inset
19960 </cell>
19961 </row>
19962 <row topspace="3mm">
19963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19964 \begin_inset Text
19965
19966 \begin_layout Plain Layout
19967 3
19968 \begin_inset space \thinspace{}
19969 \end_inset
19970
19971 mm space top of row
19972 \end_layout
19973
19974 \end_inset
19975 </cell>
19976 </row>
19977 <row>
19978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19979 \begin_inset Text
19980
19981 \begin_layout Plain Layout
19982 C
19983 \end_layout
19984
19985 \end_inset
19986 </cell>
19987 </row>
19988 </lyxtabular>
19989
19990 \end_inset
19991
19992
19993 \begin_inset space \hfill{}
19994 \end_inset
19995
19996
19997 \begin_inset space \hspace*{}
19998 \length 0pt
19999 \end_inset
20000
20001
20002 \begin_inset VSpace medskip
20003 \end_inset
20004
20005
20006 \begin_inset Newline newline
20007 \end_inset
20008
20009 So inserting space in the top of row for normal tables is only useful when
20010  you don't have vertical lines.
20011 \end_layout
20012
20013 \begin_layout Description
20014 Bottom
20015 \begin_inset space ~
20016 \end_inset
20017
20018 of
20019 \begin_inset space ~
20020 \end_inset
20021
20022 row will add space below the characters of the table row.
20023  If the table is a formal table \SpecialChar LyX
20024  will insert as default 0.5
20025 \begin_inset space \thinspace{}
20026 \end_inset
20027
20028 em space, for normal tables the default size is 2
20029 \begin_inset space \thinspace{}
20030 \end_inset
20031
20032 pt.
20033 \end_layout
20034
20035 \begin_layout Description
20036 Between
20037 \begin_inset space ~
20038 \end_inset
20039
20040 rows adds space between the current and the following row.
20041  If the table is a formal table \SpecialChar LyX
20042  will insert as default 0.5
20043 \begin_inset space \thinspace{}
20044 \end_inset
20045
20046 em space.
20047  For normal tables the inserted space will unfortunately destroy the vertical
20048  table lines as in the following table:
20049 \begin_inset VSpace medskip
20050 \end_inset
20051
20052
20053 \begin_inset Newline newline
20054 \end_inset
20055
20056
20057 \begin_inset space \hspace*{}
20058 \length 0pt
20059 \end_inset
20060
20061
20062 \begin_inset space \hfill{}
20063 \end_inset
20064
20065
20066 \begin_inset Tabular
20067 <lyxtabular version="3" rows="3" columns="1">
20068 <features tabularvalignment="middle">
20069 <column alignment="center" valignment="top">
20070 <row>
20071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20072 \begin_inset Text
20073
20074 \begin_layout Plain Layout
20075 A
20076 \end_layout
20077
20078 \end_inset
20079 </cell>
20080 </row>
20081 <row interlinespace="3mm">
20082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20083 \begin_inset Text
20084
20085 \begin_layout Plain Layout
20086 \begin_inset Formula $\downarrow$
20087 \end_inset
20088
20089  3
20090 \begin_inset space \thinspace{}
20091 \end_inset
20092
20093 mm space between row 
20094 \begin_inset Formula $\downarrow$
20095 \end_inset
20096
20097
20098 \end_layout
20099
20100 \end_inset
20101 </cell>
20102 </row>
20103 <row>
20104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20105 \begin_inset Text
20106
20107 \begin_layout Plain Layout
20108 \begin_inset Formula $\uparrow$
20109 \end_inset
20110
20111  3
20112 \begin_inset space \thinspace{}
20113 \end_inset
20114
20115 mm space between row 
20116 \begin_inset Formula $\uparrow$
20117 \end_inset
20118
20119
20120 \end_layout
20121
20122 \end_inset
20123 </cell>
20124 </row>
20125 </lyxtabular>
20126
20127 \end_inset
20128
20129
20130 \begin_inset space \hfill{}
20131 \end_inset
20132
20133
20134 \begin_inset space \hspace*{}
20135 \length 0pt
20136 \end_inset
20137
20138
20139 \begin_inset VSpace medskip
20140 \end_inset
20141
20142
20143 \begin_inset Newline newline
20144 \end_inset
20145
20146 So inserting space between rows for normal tables is only useful when you
20147  don't have vertical lines.
20148 \end_layout
20149
20150 \begin_layout Standard
20151 \begin_inset VSpace bigskip
20152 \end_inset
20153
20154 When you want to add extra height to all cells of all tables, you can do
20155  this with the following preamble lines:
20156 \end_layout
20157
20158 \begin_layout Standard
20159
20160 \series bold
20161
20162 \backslash
20163 @ifundefined{extrarowheight}
20164 \begin_inset Newline newline
20165 \end_inset
20166
20167
20168 \begin_inset Phantom HPhantom
20169 status open
20170
20171 \begin_layout Plain Layout
20172
20173 \series bold
20174 \begin_inset space ~
20175 \end_inset
20176
20177
20178 \end_layout
20179
20180 \end_inset
20181
20182 {
20183 \backslash
20184 usepackage{array}}{}
20185 \begin_inset Newline newline
20186 \end_inset
20187
20188
20189 \backslash
20190 setlength{
20191 \backslash
20192 extrarowheight}{height}
20193 \end_layout
20194
20195 \begin_layout Standard
20196 But this has the disadvantage that the cell texts are no longer exactly
20197  vertically centered.
20198  (The package 
20199 \series bold
20200 array
20201 \series default
20202  will be loaded automatically by \SpecialChar LyX
20203  when you use self defined table formats.
20204  To avoid that it being loaded twice the command 
20205 \series bold
20206
20207 \backslash
20208 @ifundefined
20209 \series default
20210  is used in the above command.)
20211 \end_layout
20212
20213 \begin_layout Standard
20214 If you are using font sizes larger than the normal size, the table borders
20215  are often too close to the letters.
20216  This can be corrected by inserting the command 
20217 \series bold
20218
20219 \backslash
20220 strut
20221 \series default
20222  in \SpecialChar TeX
20223  Code at the beginning of a table row.
20224  Table
20225 \begin_inset space ~
20226 \end_inset
20227
20228
20229 \begin_inset CommandInset ref
20230 LatexCommand ref
20231 reference "tab:Vertical-alignment-of"
20232
20233 \end_inset
20234
20235  illustrates the effect.
20236 \end_layout
20237
20238 \begin_layout Standard
20239 \noindent
20240 \begin_inset Float table
20241 placement h
20242 wide false
20243 sideways false
20244 status open
20245
20246 \begin_layout Plain Layout
20247 \begin_inset Caption Standard
20248
20249 \begin_layout Plain Layout
20250 \begin_inset CommandInset label
20251 LatexCommand label
20252 name "tab:Vertical-alignment-of"
20253
20254 \end_inset
20255
20256 Vertical alignment of text with large font sizes.
20257 \end_layout
20258
20259 \end_inset
20260
20261
20262 \end_layout
20263
20264 \begin_layout Plain Layout
20265 \begin_inset space \hfill{}
20266 \end_inset
20267
20268
20269 \begin_inset Float table
20270 wide false
20271 sideways false
20272 status collapsed
20273
20274 \begin_layout Plain Layout
20275 \begin_inset Caption Standard
20276
20277 \begin_layout Plain Layout
20278 Normal table.
20279 \end_layout
20280
20281 \end_inset
20282
20283
20284 \end_layout
20285
20286 \begin_layout Plain Layout
20287 \noindent
20288 \align center
20289 \begin_inset Tabular
20290 <lyxtabular version="3" rows="6" columns="1">
20291 <features tabularvalignment="middle">
20292 <column alignment="left" valignment="top">
20293 <row>
20294 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20295 \begin_inset Text
20296
20297 \begin_layout Plain Layout
20298 Normal, g
20299 \end_layout
20300
20301 \end_inset
20302 </cell>
20303 </row>
20304 <row>
20305 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20306 \begin_inset Text
20307
20308 \begin_layout Plain Layout
20309
20310 \size large
20311 Large
20312 \end_layout
20313
20314 \end_inset
20315 </cell>
20316 </row>
20317 <row>
20318 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20319 \begin_inset Text
20320
20321 \begin_layout Plain Layout
20322
20323 \size larger
20324 Larger
20325 \end_layout
20326
20327 \end_inset
20328 </cell>
20329 </row>
20330 <row>
20331 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20332 \begin_inset Text
20333
20334 \begin_layout Plain Layout
20335
20336 \size largest
20337 Largest
20338 \end_layout
20339
20340 \end_inset
20341 </cell>
20342 </row>
20343 <row>
20344 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20345 \begin_inset Text
20346
20347 \begin_layout Plain Layout
20348
20349 \size huge
20350 Huge
20351 \end_layout
20352
20353 \end_inset
20354 </cell>
20355 </row>
20356 <row>
20357 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20358 \begin_inset Text
20359
20360 \begin_layout Plain Layout
20361
20362 \size huge
20363 Huger
20364 \end_layout
20365
20366 \end_inset
20367 </cell>
20368 </row>
20369 </lyxtabular>
20370
20371 \end_inset
20372
20373
20374 \end_layout
20375
20376 \end_inset
20377
20378
20379 \begin_inset space \hfill{}
20380 \end_inset
20381
20382
20383 \begin_inset Float table
20384 wide false
20385 sideways false
20386 status collapsed
20387
20388 \begin_layout Plain Layout
20389 \begin_inset Caption Standard
20390
20391 \begin_layout Plain Layout
20392 Table using the command 
20393 \series bold
20394
20395 \backslash
20396 strut
20397 \series default
20398 .
20399 \end_layout
20400
20401 \end_inset
20402
20403
20404 \end_layout
20405
20406 \begin_layout Plain Layout
20407 \noindent
20408 \align center
20409 \begin_inset Tabular
20410 <lyxtabular version="3" rows="6" columns="1">
20411 <features tabularvalignment="middle">
20412 <column alignment="left" valignment="top">
20413 <row>
20414 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20415 \begin_inset Text
20416
20417 \begin_layout Plain Layout
20418 Normal, g
20419 \end_layout
20420
20421 \end_inset
20422 </cell>
20423 </row>
20424 <row>
20425 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20426 \begin_inset Text
20427
20428 \begin_layout Plain Layout
20429
20430 \size large
20431 \begin_inset ERT
20432 status collapsed
20433
20434 \begin_layout Plain Layout
20435
20436
20437 \backslash
20438 strut 
20439 \end_layout
20440
20441 \end_inset
20442
20443 Large
20444 \end_layout
20445
20446 \end_inset
20447 </cell>
20448 </row>
20449 <row>
20450 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20451 \begin_inset Text
20452
20453 \begin_layout Plain Layout
20454
20455 \size larger
20456 \begin_inset ERT
20457 status collapsed
20458
20459 \begin_layout Plain Layout
20460
20461
20462 \backslash
20463 strut 
20464 \end_layout
20465
20466 \end_inset
20467
20468 Larger
20469 \end_layout
20470
20471 \end_inset
20472 </cell>
20473 </row>
20474 <row>
20475 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20476 \begin_inset Text
20477
20478 \begin_layout Plain Layout
20479
20480 \size largest
20481 \begin_inset ERT
20482 status collapsed
20483
20484 \begin_layout Plain Layout
20485
20486
20487 \backslash
20488 strut 
20489 \end_layout
20490
20491 \end_inset
20492
20493 Largest
20494 \end_layout
20495
20496 \end_inset
20497 </cell>
20498 </row>
20499 <row>
20500 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20501 \begin_inset Text
20502
20503 \begin_layout Plain Layout
20504
20505 \size huge
20506 \begin_inset ERT
20507 status collapsed
20508
20509 \begin_layout Plain Layout
20510
20511
20512 \backslash
20513 strut 
20514 \end_layout
20515
20516 \end_inset
20517
20518 Huge
20519 \end_layout
20520
20521 \end_inset
20522 </cell>
20523 </row>
20524 <row>
20525 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20526 \begin_inset Text
20527
20528 \begin_layout Plain Layout
20529
20530 \size giant
20531 \begin_inset ERT
20532 status collapsed
20533
20534 \begin_layout Plain Layout
20535
20536
20537 \backslash
20538 strut 
20539 \end_layout
20540
20541 \end_inset
20542
20543
20544 \size huge
20545 Huger
20546 \end_layout
20547
20548 \end_inset
20549 </cell>
20550 </row>
20551 </lyxtabular>
20552
20553 \end_inset
20554
20555
20556 \end_layout
20557
20558 \end_inset
20559
20560
20561 \begin_inset space \hfill{}
20562 \end_inset
20563
20564
20565 \end_layout
20566
20567 \end_inset
20568
20569
20570 \end_layout
20571
20572 \begin_layout Subsection
20573 Special Cell Alignment
20574 \begin_inset CommandInset label
20575 LatexCommand label
20576 name "subsec:Special-Cell-Alignment"
20577
20578 \end_inset
20579
20580
20581 \begin_inset Index idx
20582 status collapsed
20583
20584 \begin_layout Plain Layout
20585 Table Customization ! Special Cell Alignment
20586 \end_layout
20587
20588 \end_inset
20589
20590
20591 \end_layout
20592
20593 \begin_layout Standard
20594 Sometimes it looks better when the cell entries of a column are aligned
20595  with a special character, e.
20596 \begin_inset space \thinspace{}
20597 \end_inset
20598
20599 g.
20600 \begin_inset space \space{}
20601 \end_inset
20602
20603 with the decimal separator as in Table
20604 \begin_inset space ~
20605 \end_inset
20606
20607
20608 \begin_inset CommandInset ref
20609 LatexCommand ref
20610 reference "tab:Table-cells-align"
20611
20612 \end_inset
20613
20614 .
20615  This alignment is achieved by setting the cursor into the column and then
20616  either pressing the toolbar button 
20617 \begin_inset Info
20618 type  "icon"
20619 arg   "inset-modify tabular align-decimal"
20620 \end_inset
20621
20622  or setting the alignment in the table settings to 
20623 \family sans
20624 At
20625 \begin_inset space ~
20626 \end_inset
20627
20628 Decimal
20629 \begin_inset space ~
20630 \end_inset
20631
20632 Separator
20633 \family default
20634 .
20635  The alignment character can be a character of your choice and is specified
20636  in the table settings.
20637 \end_layout
20638
20639 \begin_layout Standard
20640 \begin_inset Float table
20641 placement h
20642 wide false
20643 sideways false
20644 status open
20645
20646 \begin_layout Plain Layout
20647 \begin_inset Caption Standard
20648
20649 \begin_layout Plain Layout
20650 \begin_inset CommandInset label
20651 LatexCommand label
20652 name "tab:Table-cells-align"
20653
20654 \end_inset
20655
20656 Table cells of a column aligned with the decimal separator.
20657 \end_layout
20658
20659 \end_inset
20660
20661
20662 \end_layout
20663
20664 \begin_layout Plain Layout
20665 \align center
20666 \begin_inset Tabular
20667 <lyxtabular version="3" rows="4" columns="1">
20668 <features booktabs="true" tabularvalignment="middle">
20669 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
20670 <row>
20671 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20672 \begin_inset Text
20673
20674 \begin_layout Plain Layout
20675 heading
20676 \end_layout
20677
20678 \end_inset
20679 </cell>
20680 </row>
20681 <row>
20682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20683 \begin_inset Text
20684
20685 \begin_layout Plain Layout
20686 12.6
20687 \end_layout
20688
20689 \end_inset
20690 </cell>
20691 </row>
20692 <row>
20693 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20694 \begin_inset Text
20695
20696 \begin_layout Plain Layout
20697 0.68
20698 \end_layout
20699
20700 \end_inset
20701 </cell>
20702 </row>
20703 <row>
20704 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20705 \begin_inset Text
20706
20707 \begin_layout Plain Layout
20708 -123.0
20709 \end_layout
20710
20711 \end_inset
20712 </cell>
20713 </row>
20714 </lyxtabular>
20715
20716 \end_inset
20717
20718
20719 \end_layout
20720
20721 \end_inset
20722
20723
20724 \end_layout
20725
20726 \begin_layout Standard
20727 \begin_inset Float table
20728 placement h
20729 wide false
20730 sideways false
20731 status open
20732
20733 \begin_layout Plain Layout
20734 \begin_inset Caption Standard
20735
20736 \begin_layout Plain Layout
20737 \begin_inset CommandInset label
20738 LatexCommand label
20739 name "tab:Table-align-operator"
20740
20741 \end_inset
20742
20743 Table cells of a column aligned with the operators.
20744 \end_layout
20745
20746 \end_inset
20747
20748
20749 \end_layout
20750
20751 \begin_layout Plain Layout
20752 \align center
20753 \begin_inset Tabular
20754 <lyxtabular version="3" rows="4" columns="2">
20755 <features booktabs="true" tabularvalignment="middle">
20756 <column alignment="right" valignment="top" width="0pt">
20757 <column alignment="left" valignment="top" width="0pt" special="@{}l">
20758 <row>
20759 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20760 \begin_inset Text
20761
20762 \begin_layout Plain Layout
20763 heading
20764 \end_layout
20765
20766 \end_inset
20767 </cell>
20768 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20769 \begin_inset Text
20770
20771 \begin_layout Plain Layout
20772
20773 \end_layout
20774
20775 \end_inset
20776 </cell>
20777 </row>
20778 <row>
20779 <cell alignment="center" valignment="top" usebox="none">
20780 \begin_inset Text
20781
20782 \begin_layout Plain Layout
20783 \begin_inset Formula $12\,+$
20784 \end_inset
20785
20786
20787 \end_layout
20788
20789 \end_inset
20790 </cell>
20791 <cell alignment="center" valignment="top" usebox="none">
20792 \begin_inset Text
20793
20794 \begin_layout Plain Layout
20795 \begin_inset Formula $\,6$
20796 \end_inset
20797
20798
20799 \end_layout
20800
20801 \end_inset
20802 </cell>
20803 </row>
20804 <row>
20805 <cell alignment="center" valignment="top" usebox="none">
20806 \begin_inset Text
20807
20808 \begin_layout Plain Layout
20809 \begin_inset Formula $0\,-$
20810 \end_inset
20811
20812
20813 \end_layout
20814
20815 \end_inset
20816 </cell>
20817 <cell alignment="center" valignment="top" usebox="none">
20818 \begin_inset Text
20819
20820 \begin_layout Plain Layout
20821 \begin_inset Formula $\,68$
20822 \end_inset
20823
20824
20825 \end_layout
20826
20827 \end_inset
20828 </cell>
20829 </row>
20830 <row>
20831 <cell alignment="center" valignment="top" usebox="none">
20832 \begin_inset Text
20833
20834 \begin_layout Plain Layout
20835 \begin_inset Formula $-123\,/$
20836 \end_inset
20837
20838
20839 \end_layout
20840
20841 \end_inset
20842 </cell>
20843 <cell alignment="center" valignment="top" usebox="none">
20844 \begin_inset Text
20845
20846 \begin_layout Plain Layout
20847 \begin_inset Formula $\,0$
20848 \end_inset
20849
20850
20851 \end_layout
20852
20853 \end_inset
20854 </cell>
20855 </row>
20856 </lyxtabular>
20857
20858 \end_inset
20859
20860
20861 \end_layout
20862
20863 \end_inset
20864
20865
20866 \end_layout
20867
20868 \begin_layout Standard
20869 For alignments at characters in formulas this method does not work because
20870  the field to specify the alignment character does not allow formulas.
20871  In this case one need to use the method from Table
20872 \begin_inset space ~
20873 \end_inset
20874
20875
20876 \begin_inset CommandInset ref
20877 LatexCommand ref
20878 reference "tab:Table-align-operator"
20879
20880 \end_inset
20881
20882 .
20883  This table was created with a 4×2 table.
20884  The heading is a centered multicolumn.
20885  The first column is right-aligned and contains the first part including
20886  the operator.
20887  The second column is left aligned and contains the rest.
20888  A small space was added at the beginning of each cell of the second column
20889  to get the space that is usually around operators.
20890  To omit the space that is normally between two table columns, the following
20891  \SpecialChar LaTeX
20892 -argument was used for the second column:
20893 \end_layout
20894
20895 \begin_layout Standard
20896
20897 \series bold
20898 @{}l
20899 \end_layout
20900
20901 \begin_layout Standard
20902 Table
20903 \begin_inset space ~
20904 \end_inset
20905
20906
20907 \begin_inset CommandInset ref
20908 LatexCommand ref
20909 reference "tab:Several-table-cell"
20910
20911 \end_inset
20912
20913  shows some example alignments.
20914  For the alignment with the relation sign, a small space was added like
20915  for the second column of Table
20916 \begin_inset space ~
20917 \end_inset
20918
20919
20920 \begin_inset CommandInset ref
20921 LatexCommand ref
20922 reference "tab:Table-align-operator"
20923
20924 \end_inset
20925
20926 .
20927 \end_layout
20928
20929 \begin_layout Standard
20930 \begin_inset Float table
20931 placement h
20932 wide false
20933 sideways false
20934 status open
20935
20936 \begin_layout Plain Layout
20937 \begin_inset Caption Standard
20938
20939 \begin_layout Plain Layout
20940 \begin_inset CommandInset label
20941 LatexCommand label
20942 name "tab:Several-table-cell"
20943
20944 \end_inset
20945
20946 Several table cell alignments.
20947 \end_layout
20948
20949 \end_inset
20950
20951
20952 \end_layout
20953
20954 \begin_layout Plain Layout
20955 \align center
20956 \begin_inset Tabular
20957 <lyxtabular version="3" rows="4" columns="6">
20958 <features tabularvalignment="middle">
20959 <column alignment="right" valignment="top">
20960 <column alignment="left" valignment="top" special="@{}l">
20961 <column alignment="right" valignment="top">
20962 <column alignment="left" valignment="top" special="@{}l">
20963 <column alignment="right" valignment="top">
20964 <column alignment="left" valignment="top" special="@{}l">
20965 <row>
20966 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20967 \begin_inset Text
20968
20969 \begin_layout Plain Layout
20970 units
20971 \end_layout
20972
20973 \end_inset
20974 </cell>
20975 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20976 \begin_inset Text
20977
20978 \begin_layout Plain Layout
20979
20980 \end_layout
20981
20982 \end_inset
20983 </cell>
20984 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20985 \begin_inset Text
20986
20987 \begin_layout Plain Layout
20988 exponents
20989 \end_layout
20990
20991 \end_inset
20992 </cell>
20993 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20994 \begin_inset Text
20995
20996 \begin_layout Plain Layout
20997
20998 \end_layout
20999
21000 \end_inset
21001 </cell>
21002 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21003 \begin_inset Text
21004
21005 \begin_layout Plain Layout
21006 relations
21007 \end_layout
21008
21009 \end_inset
21010 </cell>
21011 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21012 \begin_inset Text
21013
21014 \begin_layout Plain Layout
21015
21016 \end_layout
21017
21018 \end_inset
21019 </cell>
21020 </row>
21021 <row>
21022 <cell alignment="center" valignment="top" usebox="none">
21023 \begin_inset Text
21024
21025 \begin_layout Plain Layout
21026 12×
21027 \end_layout
21028
21029 \end_inset
21030 </cell>
21031 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21032 \begin_inset Text
21033
21034 \begin_layout Plain Layout
21035 24
21036 \begin_inset space \thinspace{}
21037 \end_inset
21038
21039 bottles
21040 \end_layout
21041
21042 \end_inset
21043 </cell>
21044 <cell alignment="center" valignment="top" usebox="none">
21045 \begin_inset Text
21046
21047 \begin_layout Plain Layout
21048 \begin_inset Formula $10\cdot$
21049 \end_inset
21050
21051
21052 \end_layout
21053
21054 \end_inset
21055 </cell>
21056 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21057 \begin_inset Text
21058
21059 \begin_layout Plain Layout
21060 \begin_inset Formula $10^{\mbox{-}17}$
21061 \end_inset
21062
21063
21064 \end_layout
21065
21066 \end_inset
21067 </cell>
21068 <cell alignment="center" valignment="top" usebox="none">
21069 \begin_inset Text
21070
21071 \begin_layout Plain Layout
21072 \begin_inset Formula $\Gamma(t)\propto$
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 $\:\Upsilon(t)$
21085 \end_inset
21086
21087
21088 \end_layout
21089
21090 \end_inset
21091 </cell>
21092 </row>
21093 <row>
21094 <cell alignment="center" valignment="top" usebox="none">
21095 \begin_inset Text
21096
21097 \begin_layout Plain Layout
21098 1024×
21099 \end_layout
21100
21101 \end_inset
21102 </cell>
21103 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21104 \begin_inset Text
21105
21106 \begin_layout Plain Layout
21107 768
21108 \begin_inset space \thinspace{}
21109 \end_inset
21110
21111 Pixels
21112 \end_layout
21113
21114 \end_inset
21115 </cell>
21116 <cell alignment="center" valignment="top" usebox="none">
21117 \begin_inset Text
21118
21119 \begin_layout Plain Layout
21120 \begin_inset Formula $5.78\cdot$
21121 \end_inset
21122
21123
21124 \end_layout
21125
21126 \end_inset
21127 </cell>
21128 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21129 \begin_inset Text
21130
21131 \begin_layout Plain Layout
21132 \begin_inset Formula $10^{7}$
21133 \end_inset
21134
21135
21136 \end_layout
21137
21138 \end_inset
21139 </cell>
21140 <cell alignment="center" valignment="top" usebox="none">
21141 \begin_inset Text
21142
21143 \begin_layout Plain Layout
21144 \begin_inset Formula $A\ne$
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 $\:B_{\mathrm{red}}$
21157 \end_inset
21158
21159
21160 \end_layout
21161
21162 \end_inset
21163 </cell>
21164 </row>
21165 <row>
21166 <cell alignment="center" valignment="top" usebox="none">
21167 \begin_inset Text
21168
21169 \begin_layout Plain Layout
21170 32×
21171 \end_layout
21172
21173 \end_inset
21174 </cell>
21175 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21176 \begin_inset Text
21177
21178 \begin_layout Plain Layout
21179 6
21180 \begin_inset space \thinspace{}
21181 \end_inset
21182
21183 cm
21184 \end_layout
21185
21186 \end_inset
21187 </cell>
21188 <cell alignment="center" valignment="top" usebox="none">
21189 \begin_inset Text
21190
21191 \begin_layout Plain Layout
21192 -
21193 \begin_inset Formula $33.5\cdot$
21194 \end_inset
21195
21196
21197 \end_layout
21198
21199 \end_inset
21200 </cell>
21201 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21202 \begin_inset Text
21203
21204 \begin_layout Plain Layout
21205 \begin_inset Formula $10^{4}$
21206 \end_inset
21207
21208
21209 \end_layout
21210
21211 \end_inset
21212 </cell>
21213 <cell alignment="center" valignment="top" usebox="none">
21214 \begin_inset Text
21215
21216 \begin_layout Plain Layout
21217 \begin_inset Formula $\sin(\alpha)\ge$
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(\beta)$
21230 \end_inset
21231
21232
21233 \end_layout
21234
21235 \end_inset
21236 </cell>
21237 </row>
21238 </lyxtabular>
21239
21240 \end_inset
21241
21242
21243 \end_layout
21244
21245 \end_inset
21246
21247
21248 \end_layout
21249
21250 \begin_layout Subsection
21251 Customized Cell/Column Format
21252 \begin_inset CommandInset label
21253 LatexCommand label
21254 name "subsec:Customized-Format"
21255
21256 \end_inset
21257
21258
21259 \begin_inset Index idx
21260 status collapsed
21261
21262 \begin_layout Plain Layout
21263 Table Customization ! Cell/Column Format
21264 \end_layout
21265
21266 \end_inset
21267
21268
21269 \end_layout
21270
21271 \begin_layout Standard
21272 Calculating the required width for normal columns as described in section
21273 \begin_inset space ~
21274 \end_inset
21275
21276
21277 \begin_inset CommandInset ref
21278 LatexCommand ref
21279 reference "sec:Table-Width-Calculation"
21280
21281 \end_inset
21282
21283  or for spanned columns as described in section
21284 \begin_inset space ~
21285 \end_inset
21286
21287
21288 \begin_inset CommandInset ref
21289 LatexCommand ref
21290 reference "subsec:Multicolumn-Calculations"
21291
21292 \end_inset
21293
21294  is very annoying if you have several tables where a calculation is necessary.
21295  To make life easier, you can define a cell/column format in the preamble,
21296  that can be used in all tables of the document.
21297  The format is defined with the command
21298 \end_layout
21299
21300 \begin_layout Standard
21301
21302 \series bold
21303
21304 \backslash
21305 newcolumntype{name of format}[number of arguments]{commands}
21306 \end_layout
21307
21308 \begin_layout Standard
21309 The format name may only consist of one letter.
21310  The letters 
21311 \emph on
21312 b
21313 \emph default
21314
21315 \emph on
21316 c
21317 \emph default
21318
21319 \emph on
21320 l
21321 \emph default
21322
21323 \emph on
21324 m
21325 \emph default
21326
21327 \emph on
21328 p
21329 \emph default
21330  and 
21331 \emph on
21332 r
21333 \emph default
21334  are predefined and cannot be used.
21335  But all letters are allowed as capitals.
21336 \end_layout
21337
21338 \begin_layout Standard
21339 \begin_inset VSpace medskip
21340 \end_inset
21341
21342
21343 \end_layout
21344
21345 \begin_layout Standard
21346 For vertically and horizontally centered multicolumn cells with a fixed
21347  width you can define the cell format
21348 \end_layout
21349
21350 \begin_layout Standard
21351
21352 \series bold
21353
21354 \backslash
21355 newcolumntype{M}[1]{>{
21356 \backslash
21357 centering
21358 \backslash
21359 hspace{0pt}}m{#1}}
21360 \end_layout
21361
21362 \begin_layout Standard
21363 where 
21364 \series bold
21365
21366 \backslash
21367 hspace{0pt}
21368 \series default
21369  avoids the problem of hyphenating the first word, as described in section
21370 \begin_inset space ~
21371 \end_inset
21372
21373
21374 \begin_inset CommandInset ref
21375 LatexCommand ref
21376 reference "subsec:Multiple-Lines-in"
21377
21378 \end_inset
21379
21380 .
21381  Now you can simply enter
21382 \end_layout
21383
21384 \begin_layout Standard
21385
21386 \series bold
21387 M{width}
21388 \end_layout
21389
21390 \begin_layout Standard
21391 as 
21392 \family sans
21393 \SpecialChar LaTeX
21394 -argument
21395 \family default
21396  in the table dialog to create a multicolumn.
21397 \end_layout
21398
21399 \begin_layout Standard
21400 \begin_inset VSpace bigskip
21401 \end_inset
21402
21403
21404 \end_layout
21405
21406 \begin_layout Standard
21407 For cells spanned by a multicolumn cell, you can define the format
21408 \end_layout
21409
21410 \begin_layout Standard
21411
21412 \series bold
21413
21414 \backslash
21415 newcolumntype{S}[2]{>{
21416 \backslash
21417 centering
21418 \backslash
21419 hspace{0pt}}
21420 \begin_inset Newline newline
21421 \end_inset
21422
21423
21424 \begin_inset Phantom HPhantom
21425 status open
21426
21427 \begin_layout Plain Layout
21428
21429 \series bold
21430
21431 \backslash
21432 newcolumntype
21433 \end_layout
21434
21435 \end_inset
21436
21437 m{(#1+(2
21438 \backslash
21439 tabcolsep+
21440 \backslash
21441 arrayrulewidth)*(1-#2))/#2}}
21442 \end_layout
21443
21444 \begin_layout Standard
21445 This format uses equation 
21446 \begin_inset CommandInset ref
21447 LatexCommand eqref
21448 reference "eq:Wgn"
21449
21450 \end_inset
21451
21452  to calculate the required width so that each spanned cell has the same
21453  width.
21454 \end_layout
21455
21456 \begin_layout Standard
21457 You can now enter
21458 \end_layout
21459
21460 \begin_layout Standard
21461
21462 \series bold
21463 S{width of multicolumn cell}{number of spanned columns}
21464 \end_layout
21465
21466 \begin_layout Standard
21467 as \SpecialChar LaTeX
21468 -argument of the column.
21469 \end_layout
21470
21471 \begin_layout Standard
21472 \begin_inset VSpace bigskip
21473 \end_inset
21474
21475
21476 \end_layout
21477
21478 \begin_layout Standard
21479 For colored columns, you can define
21480 \end_layout
21481
21482 \begin_layout Standard
21483
21484 \series bold
21485
21486 \backslash
21487 newcolumntype{K}[1]{>{
21488 \backslash
21489 columncolor{#1}
21490 \backslash
21491 hspace{0pt}}c}
21492 \end_layout
21493
21494 \begin_layout Standard
21495 The 
21496 \begin_inset Quotes eld
21497 \end_inset
21498
21499 c
21500 \begin_inset Quotes erd
21501 \end_inset
21502
21503  at the end creates a column with a flexible width whose text is horizontally
21504  centered.
21505  You can now enter
21506 \end_layout
21507
21508 \begin_layout Standard
21509
21510 \series bold
21511 K{color name}
21512 \end_layout
21513
21514 \begin_layout Standard
21515 as \SpecialChar LaTeX
21516 -argument.
21517 \end_layout
21518
21519 \begin_layout Standard
21520 \begin_inset VSpace bigskip
21521 \end_inset
21522
21523
21524 \end_layout
21525
21526 \begin_layout Standard
21527 To create Table
21528 \begin_inset space ~
21529 \end_inset
21530
21531
21532 \begin_inset CommandInset ref
21533 LatexCommand ref
21534 reference "tab:Table-using-user-defined"
21535
21536 \end_inset
21537
21538  use the \SpecialChar LaTeX
21539 -arguments
21540 \end_layout
21541
21542 \begin_layout Standard
21543
21544 \series bold
21545 M{2.5cm}
21546 \end_layout
21547
21548 \begin_layout Standard
21549 for the first column and the multicolumn,
21550 \end_layout
21551
21552 \begin_layout Standard
21553
21554 \series bold
21555 K{red}
21556 \end_layout
21557
21558 \begin_layout Standard
21559 for the last column, and
21560 \end_layout
21561
21562 \begin_layout Standard
21563
21564 \series bold
21565 S{2.5cm}{2}
21566 \end_layout
21567
21568 \begin_layout Standard
21569 for the cells in the second column.
21570 \end_layout
21571
21572 \begin_layout Standard
21573 \begin_inset Float table
21574 placement h
21575 wide false
21576 sideways false
21577 status open
21578
21579 \begin_layout Plain Layout
21580 \begin_inset Caption Standard
21581
21582 \begin_layout Plain Layout
21583 \begin_inset CommandInset label
21584 LatexCommand label
21585 name "tab:Table-using-user-defined"
21586
21587 \end_inset
21588
21589 Table using user-defined table formats
21590 \end_layout
21591
21592 \end_inset
21593
21594
21595 \end_layout
21596
21597 \begin_layout Plain Layout
21598 \align center
21599 \begin_inset Tabular
21600 <lyxtabular version="3" rows="3" columns="4">
21601 <features tabularvalignment="middle">
21602 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
21603 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
21604 <column alignment="center" valignment="middle">
21605 <column alignment="center" valignment="middle" special="K{red}">
21606 <row>
21607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21608 \begin_inset Text
21609
21610 \begin_layout Plain Layout
21611 verylongtablecellword
21612 \end_layout
21613
21614 \end_inset
21615 </cell>
21616 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
21617 \begin_inset Text
21618
21619 \begin_layout Plain Layout
21620 multiple lines multicolumn
21621 \end_layout
21622
21623 \end_inset
21624 </cell>
21625 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21626 \begin_inset Text
21627
21628 \begin_layout Plain Layout
21629
21630 \end_layout
21631
21632 \end_inset
21633 </cell>
21634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21635 \begin_inset Text
21636
21637 \begin_layout Plain Layout
21638 c
21639 \end_layout
21640
21641 \end_inset
21642 </cell>
21643 </row>
21644 <row>
21645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21646 \begin_inset Text
21647
21648 \begin_layout Plain Layout
21649 d
21650 \end_layout
21651
21652 \end_inset
21653 </cell>
21654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21655 \begin_inset Text
21656
21657 \begin_layout Plain Layout
21658 e
21659 \end_layout
21660
21661 \end_inset
21662 </cell>
21663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21664 \begin_inset Text
21665
21666 \begin_layout Plain Layout
21667 f
21668 \end_layout
21669
21670 \end_inset
21671 </cell>
21672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21673 \begin_inset Text
21674
21675 \begin_layout Plain Layout
21676 g
21677 \end_layout
21678
21679 \end_inset
21680 </cell>
21681 </row>
21682 <row>
21683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21684 \begin_inset Text
21685
21686 \begin_layout Plain Layout
21687 h
21688 \end_layout
21689
21690 \end_inset
21691 </cell>
21692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21693 \begin_inset Text
21694
21695 \begin_layout Plain Layout
21696 i
21697 \end_layout
21698
21699 \end_inset
21700 </cell>
21701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21702 \begin_inset Text
21703
21704 \begin_layout Plain Layout
21705 j
21706 \end_layout
21707
21708 \end_inset
21709 </cell>
21710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21711 \begin_inset Text
21712
21713 \begin_layout Plain Layout
21714 k
21715 \end_layout
21716
21717 \end_inset
21718 </cell>
21719 </row>
21720 </lyxtabular>
21721
21722 \end_inset
21723
21724
21725 \end_layout
21726
21727 \end_inset
21728
21729
21730 \end_layout
21731
21732 \begin_layout Subsection
21733 Line Thickness
21734 \begin_inset CommandInset label
21735 LatexCommand label
21736 name "subsec:Line-Thickness"
21737
21738 \end_inset
21739
21740
21741 \begin_inset Index idx
21742 status collapsed
21743
21744 \begin_layout Plain Layout
21745 Table Customization ! Line Thickness
21746 \end_layout
21747
21748 \end_inset
21749
21750
21751 \end_layout
21752
21753 \begin_layout Standard
21754 The line thickness for all lines in a table can be adjusted with the length
21755  
21756 \series bold
21757
21758 \backslash
21759 arrayrulewidth
21760 \series default
21761 .
21762  To set for example a line thickness of 1.5
21763 \begin_inset space \thinspace{}
21764 \end_inset
21765
21766 pt, as in Table
21767 \begin_inset space ~
21768 \end_inset
21769
21770
21771 \begin_inset CommandInset ref
21772 LatexCommand ref
21773 reference "tab:Table-with-1.5"
21774
21775 \end_inset
21776
21777 , insert the command
21778 \end_layout
21779
21780 \begin_layout Standard
21781
21782 \series bold
21783
21784 \backslash
21785 setlength{
21786 \backslash
21787 arrayrulewidth}{1.5pt}
21788 \end_layout
21789
21790 \begin_layout Standard
21791 in \SpecialChar TeX
21792  Code before the table or table float.
21793  The changed thickness is valid for all subsequent tables.
21794  To use the default value again, set 
21795 \series bold
21796
21797 \backslash
21798 arrayrulewidth
21799 \series default
21800  to 0.4
21801 \begin_inset space \thinspace{}
21802 \end_inset
21803
21804 pt in \SpecialChar TeX
21805  Code after the table or table float.
21806 \end_layout
21807
21808 \begin_layout Standard
21809 \begin_inset ERT
21810 status collapsed
21811
21812 \begin_layout Plain Layout
21813
21814
21815 \backslash
21816 setlength{
21817 \backslash
21818 arrayrulewidth}{1.5pt}
21819 \end_layout
21820
21821 \end_inset
21822
21823
21824 \begin_inset Float table
21825 wide false
21826 sideways false
21827 status open
21828
21829 \begin_layout Plain Layout
21830 \begin_inset Caption Standard
21831
21832 \begin_layout Plain Layout
21833 \begin_inset CommandInset label
21834 LatexCommand label
21835 name "tab:Table-with-1.5"
21836
21837 \end_inset
21838
21839 Table with 1.5
21840 \begin_inset space \thinspace{}
21841 \end_inset
21842
21843 pt thick lines
21844 \end_layout
21845
21846 \end_inset
21847
21848
21849 \end_layout
21850
21851 \begin_layout Plain Layout
21852 \align center
21853 \begin_inset Tabular
21854 <lyxtabular version="3" rows="3" columns="3">
21855 <features tabularvalignment="middle">
21856 <column alignment="center" valignment="top">
21857 <column alignment="center" valignment="top">
21858 <column alignment="center" valignment="top">
21859 <row>
21860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21861 \begin_inset Text
21862
21863 \begin_layout Plain Layout
21864 sd
21865 \end_layout
21866
21867 \end_inset
21868 </cell>
21869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21870 \begin_inset Text
21871
21872 \begin_layout Plain Layout
21873
21874 \end_layout
21875
21876 \end_inset
21877 </cell>
21878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21879 \begin_inset Text
21880
21881 \begin_layout Plain Layout
21882
21883 \end_layout
21884
21885 \end_inset
21886 </cell>
21887 </row>
21888 <row>
21889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21890 \begin_inset Text
21891
21892 \begin_layout Plain Layout
21893
21894 \end_layout
21895
21896 \end_inset
21897 </cell>
21898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21899 \begin_inset Text
21900
21901 \begin_layout Plain Layout
21902 sd
21903 \end_layout
21904
21905 \end_inset
21906 </cell>
21907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21908 \begin_inset Text
21909
21910 \begin_layout Plain Layout
21911
21912 \end_layout
21913
21914 \end_inset
21915 </cell>
21916 </row>
21917 <row>
21918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21919 \begin_inset Text
21920
21921 \begin_layout Plain Layout
21922
21923 \end_layout
21924
21925 \end_inset
21926 </cell>
21927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21928 \begin_inset Text
21929
21930 \begin_layout Plain Layout
21931
21932 \end_layout
21933
21934 \end_inset
21935 </cell>
21936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21937 \begin_inset Text
21938
21939 \begin_layout Plain Layout
21940 sd
21941 \end_layout
21942
21943 \end_inset
21944 </cell>
21945 </row>
21946 </lyxtabular>
21947
21948 \end_inset
21949
21950
21951 \end_layout
21952
21953 \end_inset
21954
21955
21956 \begin_inset ERT
21957 status collapsed
21958
21959 \begin_layout Plain Layout
21960
21961
21962 \backslash
21963 setlength{
21964 \backslash
21965 arrayrulewidth}{0.4pt}
21966 \end_layout
21967
21968 \end_inset
21969
21970
21971 \end_layout
21972
21973 \begin_layout Standard
21974 \begin_inset VSpace bigskip
21975 \end_inset
21976
21977 To set the line thickness to 1.5
21978 \begin_inset space \thinspace{}
21979 \end_inset
21980
21981 pt only for horizontal lines, as in Table
21982 \begin_inset space ~
21983 \end_inset
21984
21985
21986 \begin_inset CommandInset ref
21987 LatexCommand ref
21988 reference "tab:Table-with-horizontal"
21989
21990 \end_inset
21991
21992 , insert these commands in \SpecialChar TeX
21993  Code before the table or table float:
21994 \end_layout
21995
21996 \begin_layout Standard
21997
21998 \series bold
21999
22000 \backslash
22001 let
22002 \backslash
22003 myHline
22004 \backslash
22005 hline
22006 \begin_inset Newline newline
22007 \end_inset
22008
22009
22010 \backslash
22011 renewcommand{
22012 \backslash
22013 hline}
22014 \begin_inset Newline newline
22015 \end_inset
22016
22017  {
22018 \backslash
22019 noalign{
22020 \backslash
22021 global
22022 \backslash
22023 arrayrulewidth 1.5pt}
22024 \begin_inset Newline newline
22025 \end_inset
22026
22027  
22028 \backslash
22029 myHline
22030 \backslash
22031 noalign{
22032 \backslash
22033 global
22034 \backslash
22035 arrayrulewidth 0.4pt}}
22036 \end_layout
22037
22038 \begin_layout Standard
22039 To return to the default line thickness, insert this command in \SpecialChar TeX
22040  Code after
22041  the table or table float:
22042 \end_layout
22043
22044 \begin_layout Standard
22045
22046 \series bold
22047
22048 \backslash
22049 renewcommand{
22050 \backslash
22051 hline}{
22052 \backslash
22053 myHline}
22054 \end_layout
22055
22056 \begin_layout Standard
22057 \begin_inset ERT
22058 status collapsed
22059
22060 \begin_layout Plain Layout
22061
22062
22063 \backslash
22064 let
22065 \backslash
22066 myHline
22067 \backslash
22068 hline
22069 \end_layout
22070
22071 \begin_layout Plain Layout
22072
22073
22074 \backslash
22075 renewcommand{
22076 \backslash
22077 hline}
22078 \end_layout
22079
22080 \begin_layout Plain Layout
22081
22082  {
22083 \backslash
22084 noalign{
22085 \backslash
22086 global
22087 \backslash
22088 arrayrulewidth 1.5pt}
22089 \end_layout
22090
22091 \begin_layout Plain Layout
22092
22093   
22094 \backslash
22095 myHline
22096 \backslash
22097 noalign{
22098 \backslash
22099 global
22100 \backslash
22101 arrayrulewidth 0.4pt}}
22102 \end_layout
22103
22104 \end_inset
22105
22106
22107 \begin_inset Float table
22108 wide false
22109 sideways false
22110 status open
22111
22112 \begin_layout Plain Layout
22113 \begin_inset Caption Standard
22114
22115 \begin_layout Plain Layout
22116 \begin_inset CommandInset label
22117 LatexCommand label
22118 name "tab:Table-with-horizontal"
22119
22120 \end_inset
22121
22122 Table with 1.5
22123 \begin_inset space \thinspace{}
22124 \end_inset
22125
22126 pt thick horizontal lines
22127 \end_layout
22128
22129 \end_inset
22130
22131
22132 \end_layout
22133
22134 \begin_layout Plain Layout
22135 \align center
22136 \begin_inset Tabular
22137 <lyxtabular version="3" rows="3" columns="3">
22138 <features tabularvalignment="middle">
22139 <column alignment="center" valignment="top">
22140 <column alignment="center" valignment="top">
22141 <column alignment="center" valignment="top">
22142 <row>
22143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22144 \begin_inset Text
22145
22146 \begin_layout Plain Layout
22147 sd
22148 \end_layout
22149
22150 \end_inset
22151 </cell>
22152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22153 \begin_inset Text
22154
22155 \begin_layout Plain Layout
22156
22157 \end_layout
22158
22159 \end_inset
22160 </cell>
22161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22162 \begin_inset Text
22163
22164 \begin_layout Plain Layout
22165
22166 \end_layout
22167
22168 \end_inset
22169 </cell>
22170 </row>
22171 <row>
22172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22173 \begin_inset Text
22174
22175 \begin_layout Plain Layout
22176
22177 \end_layout
22178
22179 \end_inset
22180 </cell>
22181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22182 \begin_inset Text
22183
22184 \begin_layout Plain Layout
22185 sd
22186 \end_layout
22187
22188 \end_inset
22189 </cell>
22190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22191 \begin_inset Text
22192
22193 \begin_layout Plain Layout
22194
22195 \end_layout
22196
22197 \end_inset
22198 </cell>
22199 </row>
22200 <row>
22201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22202 \begin_inset Text
22203
22204 \begin_layout Plain Layout
22205
22206 \end_layout
22207
22208 \end_inset
22209 </cell>
22210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22211 \begin_inset Text
22212
22213 \begin_layout Plain Layout
22214
22215 \end_layout
22216
22217 \end_inset
22218 </cell>
22219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22220 \begin_inset Text
22221
22222 \begin_layout Plain Layout
22223 sd
22224 \end_layout
22225
22226 \end_inset
22227 </cell>
22228 </row>
22229 </lyxtabular>
22230
22231 \end_inset
22232
22233
22234 \end_layout
22235
22236 \end_inset
22237
22238
22239 \begin_inset ERT
22240 status collapsed
22241
22242 \begin_layout Plain Layout
22243
22244
22245 \backslash
22246 renewcommand{
22247 \backslash
22248 hline}{
22249 \backslash
22250 myHline}
22251 \end_layout
22252
22253 \end_inset
22254
22255
22256 \end_layout
22257
22258 \begin_layout Standard
22259 \begin_inset VSpace bigskip
22260 \end_inset
22261
22262 To set the line thickness to 1.5
22263 \begin_inset space \thinspace{}
22264 \end_inset
22265
22266 pt only for vertical lines, create the following column format in the document
22267  preamble, according to the description in section
22268 \begin_inset space ~
22269 \end_inset
22270
22271
22272 \begin_inset CommandInset ref
22273 LatexCommand ref
22274 reference "subsec:Customized-Format"
22275
22276 \end_inset
22277
22278 :
22279 \end_layout
22280
22281 \begin_layout Standard
22282
22283 \series bold
22284
22285 \backslash
22286 newcolumntype{V}{!{
22287 \backslash
22288 vrule width 1.5pt}}
22289 \end_layout
22290
22291 \begin_layout Standard
22292 For Table
22293 \begin_inset space ~
22294 \end_inset
22295
22296
22297 \begin_inset CommandInset ref
22298 LatexCommand ref
22299 reference "tab:Table-with-vertical"
22300
22301 \end_inset
22302
22303  the \SpecialChar LaTeX
22304 -argument
22305 \end_layout
22306
22307 \begin_layout Standard
22308
22309 \series bold
22310 VcV
22311 \end_layout
22312
22313 \begin_layout Standard
22314 was used for the last column and
22315 \end_layout
22316
22317 \begin_layout Standard
22318
22319 \series bold
22320 Vc
22321 \end_layout
22322
22323 \begin_layout Standard
22324 for the other columns.
22325 \end_layout
22326
22327 \begin_layout Standard
22328 \begin_inset Float table
22329 wide false
22330 sideways false
22331 status open
22332
22333 \begin_layout Plain Layout
22334 \begin_inset Caption Standard
22335
22336 \begin_layout Plain Layout
22337 \begin_inset CommandInset label
22338 LatexCommand label
22339 name "tab:Table-with-vertical"
22340
22341 \end_inset
22342
22343 Table with 1.5
22344 \begin_inset space \thinspace{}
22345 \end_inset
22346
22347 pt thick vertical lines
22348 \end_layout
22349
22350 \end_inset
22351
22352
22353 \end_layout
22354
22355 \begin_layout Plain Layout
22356 \align center
22357 \begin_inset Tabular
22358 <lyxtabular version="3" rows="3" columns="3">
22359 <features tabularvalignment="middle">
22360 <column alignment="center" valignment="top" special="Vc">
22361 <column alignment="center" valignment="top" special="Vc">
22362 <column alignment="center" valignment="top" special="VcV">
22363 <row>
22364 <cell alignment="center" valignment="top" topline="true" usebox="none">
22365 \begin_inset Text
22366
22367 \begin_layout Plain Layout
22368 sd
22369 \end_layout
22370
22371 \end_inset
22372 </cell>
22373 <cell alignment="center" valignment="top" topline="true" usebox="none">
22374 \begin_inset Text
22375
22376 \begin_layout Plain Layout
22377
22378 \end_layout
22379
22380 \end_inset
22381 </cell>
22382 <cell alignment="center" valignment="top" topline="true" usebox="none">
22383 \begin_inset Text
22384
22385 \begin_layout Plain Layout
22386
22387 \end_layout
22388
22389 \end_inset
22390 </cell>
22391 </row>
22392 <row>
22393 <cell alignment="center" valignment="top" topline="true" usebox="none">
22394 \begin_inset Text
22395
22396 \begin_layout Plain Layout
22397
22398 \end_layout
22399
22400 \end_inset
22401 </cell>
22402 <cell alignment="center" valignment="top" topline="true" usebox="none">
22403 \begin_inset Text
22404
22405 \begin_layout Plain Layout
22406 sd
22407 \end_layout
22408
22409 \end_inset
22410 </cell>
22411 <cell alignment="center" valignment="top" topline="true" usebox="none">
22412 \begin_inset Text
22413
22414 \begin_layout Plain Layout
22415
22416 \end_layout
22417
22418 \end_inset
22419 </cell>
22420 </row>
22421 <row>
22422 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22423 \begin_inset Text
22424
22425 \begin_layout Plain Layout
22426
22427 \end_layout
22428
22429 \end_inset
22430 </cell>
22431 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22432 \begin_inset Text
22433
22434 \begin_layout Plain Layout
22435
22436 \end_layout
22437
22438 \end_inset
22439 </cell>
22440 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22441 \begin_inset Text
22442
22443 \begin_layout Plain Layout
22444 sd
22445 \end_layout
22446
22447 \end_inset
22448 </cell>
22449 </row>
22450 </lyxtabular>
22451
22452 \end_inset
22453
22454
22455 \end_layout
22456
22457 \end_inset
22458
22459
22460 \end_layout
22461
22462 \begin_layout Subsection
22463 Dashed Lines
22464 \begin_inset Index idx
22465 status collapsed
22466
22467 \begin_layout Plain Layout
22468 Table Customization ! Dashed Lines
22469 \end_layout
22470
22471 \end_inset
22472
22473
22474 \end_layout
22475
22476 \begin_layout Standard
22477 \begin_inset ERT
22478 status collapsed
22479
22480 \begin_layout Plain Layout
22481
22482
22483 \backslash
22484 ifarydshln
22485 \end_layout
22486
22487 \end_inset
22488
22489
22490 \begin_inset Note Note
22491 status open
22492
22493 \begin_layout Plain Layout
22494 The following section will only be displayed when the \SpecialChar LaTeX
22495 -package 
22496 \series bold
22497 arydshln
22498 \series default
22499  is installed.
22500 \end_layout
22501
22502 \end_inset
22503
22504
22505 \end_layout
22506
22507 \begin_layout Standard
22508 \begin_inset Float table
22509 placement H
22510 wide false
22511 sideways false
22512 status open
22513
22514 \begin_layout Plain Layout
22515 \begin_inset Caption Standard
22516
22517 \begin_layout Plain Layout
22518 \begin_inset CommandInset label
22519 LatexCommand label
22520 name "tab:Table-with-dashed"
22521
22522 \end_inset
22523
22524 Table with dashed lines
22525 \end_layout
22526
22527 \end_inset
22528
22529
22530 \end_layout
22531
22532 \begin_layout Plain Layout
22533 \align center
22534 \begin_inset Tabular
22535 <lyxtabular version="3" rows="5" columns="5">
22536 <features tabularvalignment="middle">
22537 <column alignment="center" valignment="top">
22538 <column alignment="center" valignment="top">
22539 <column alignment="center" valignment="top" special=":c">
22540 <column alignment="center" valignment="top">
22541 <column alignment="center" valignment="top">
22542 <row>
22543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22544 \begin_inset Text
22545
22546 \begin_layout Plain Layout
22547 a
22548 \end_layout
22549
22550 \end_inset
22551 </cell>
22552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22553 \begin_inset Text
22554
22555 \begin_layout Plain Layout
22556 b
22557 \end_layout
22558
22559 \end_inset
22560 </cell>
22561 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22562 \begin_inset Text
22563
22564 \begin_layout Plain Layout
22565 c
22566 \end_layout
22567
22568 \end_inset
22569 </cell>
22570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22571 \begin_inset Text
22572
22573 \begin_layout Plain Layout
22574 d
22575 \end_layout
22576
22577 \end_inset
22578 </cell>
22579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22580 \begin_inset Text
22581
22582 \begin_layout Plain Layout
22583 e
22584 \end_layout
22585
22586 \end_inset
22587 </cell>
22588 </row>
22589 <row>
22590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22591 \begin_inset Text
22592
22593 \begin_layout Plain Layout
22594 f
22595 \end_layout
22596
22597 \end_inset
22598 </cell>
22599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22600 \begin_inset Text
22601
22602 \begin_layout Plain Layout
22603 g
22604 \end_layout
22605
22606 \end_inset
22607 </cell>
22608 <cell alignment="center" valignment="top" topline="true" usebox="none">
22609 \begin_inset Text
22610
22611 \begin_layout Plain Layout
22612 h
22613 \end_layout
22614
22615 \end_inset
22616 </cell>
22617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22618 \begin_inset Text
22619
22620 \begin_layout Plain Layout
22621 i
22622 \end_layout
22623
22624 \end_inset
22625 </cell>
22626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22627 \begin_inset Text
22628
22629 \begin_layout Plain Layout
22630 j
22631 \end_layout
22632
22633 \end_inset
22634 </cell>
22635 </row>
22636 <row>
22637 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22638 \begin_inset Text
22639
22640 \begin_layout Plain Layout
22641 \begin_inset ERT
22642 status collapsed
22643
22644 \begin_layout Plain Layout
22645
22646
22647 \backslash
22648 hdashline 
22649 \end_layout
22650
22651 \end_inset
22652
22653 k
22654 \end_layout
22655
22656 \end_inset
22657 </cell>
22658 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22659 \begin_inset Text
22660
22661 \begin_layout Plain Layout
22662 l
22663 \end_layout
22664
22665 \end_inset
22666 </cell>
22667 <cell alignment="center" valignment="top" usebox="none">
22668 \begin_inset Text
22669
22670 \begin_layout Plain Layout
22671 m
22672 \end_layout
22673
22674 \end_inset
22675 </cell>
22676 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22677 \begin_inset Text
22678
22679 \begin_layout Plain Layout
22680 n
22681 \end_layout
22682
22683 \end_inset
22684 </cell>
22685 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22686 \begin_inset Text
22687
22688 \begin_layout Plain Layout
22689 o
22690 \end_layout
22691
22692 \end_inset
22693 </cell>
22694 </row>
22695 <row>
22696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22697 \begin_inset Text
22698
22699 \begin_layout Plain Layout
22700 \begin_inset ERT
22701 status collapsed
22702
22703 \begin_layout Plain Layout
22704
22705
22706 \backslash
22707 cdashline{4-5}
22708 \end_layout
22709
22710 \end_inset
22711
22712 p
22713 \end_layout
22714
22715 \end_inset
22716 </cell>
22717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22718 \begin_inset Text
22719
22720 \begin_layout Plain Layout
22721 q
22722 \end_layout
22723
22724 \end_inset
22725 </cell>
22726 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22727 \begin_inset Text
22728
22729 \begin_layout Plain Layout
22730 r
22731 \end_layout
22732
22733 \end_inset
22734 </cell>
22735 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22736 \begin_inset Text
22737
22738 \begin_layout Plain Layout
22739 s
22740 \end_layout
22741
22742 \end_inset
22743 </cell>
22744 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22745 \begin_inset Text
22746
22747 \begin_layout Plain Layout
22748
22749 \end_layout
22750
22751 \end_inset
22752 </cell>
22753 </row>
22754 <row>
22755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22756 \begin_inset Text
22757
22758 \begin_layout Plain Layout
22759 t
22760 \end_layout
22761
22762 \end_inset
22763 </cell>
22764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22765 \begin_inset Text
22766
22767 \begin_layout Plain Layout
22768 u
22769 \end_layout
22770
22771 \end_inset
22772 </cell>
22773 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22774 \begin_inset Text
22775
22776 \begin_layout Plain Layout
22777 v
22778 \end_layout
22779
22780 \end_inset
22781 </cell>
22782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22783 \begin_inset Text
22784
22785 \begin_layout Plain Layout
22786 w
22787 \end_layout
22788
22789 \end_inset
22790 </cell>
22791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22792 \begin_inset Text
22793
22794 \begin_layout Plain Layout
22795 x
22796 \end_layout
22797
22798 \end_inset
22799 </cell>
22800 </row>
22801 </lyxtabular>
22802
22803 \end_inset
22804
22805
22806 \end_layout
22807
22808 \end_inset
22809
22810
22811 \end_layout
22812
22813 \begin_layout Standard
22814 \SpecialChar LyX
22815  does not natively support dashed lines, so you have to use \SpecialChar TeX
22816  Code.
22817  As a prerequisite the \SpecialChar LaTeX
22818  package 
22819 \series bold
22820 arydshln
22821 \series default
22822
22823 \begin_inset Index idx
22824 status collapsed
22825
22826 \begin_layout Plain Layout
22827 \SpecialChar LaTeX
22828 -packages ! arydshln
22829 \end_layout
22830
22831 \end_inset
22832
22833  must be loaded in the document preamble with the command
22834 \end_layout
22835
22836 \begin_layout Standard
22837
22838 \series bold
22839
22840 \backslash
22841 usepackage{arydshln}
22842 \end_layout
22843
22844 \begin_layout Standard
22845 To make a vertical line dashed, enter the colon 
22846 \begin_inset Quotes eld
22847 \end_inset
22848
22849 :
22850 \begin_inset Quotes erd
22851 \end_inset
22852
22853  together with the character for the horizontal alignment as \SpecialChar LaTeX
22854  argument in
22855  the table cell dialog.
22856 \end_layout
22857
22858 \begin_layout Standard
22859 For a horizontal dashed line add the command
22860 \end_layout
22861
22862 \begin_layout Standard
22863
22864 \series bold
22865
22866 \backslash
22867 hdashline
22868 \end_layout
22869
22870 \begin_layout Standard
22871 in \SpecialChar TeX
22872  Code as first element of the first cell in the table row.
22873 \end_layout
22874
22875 \begin_layout Standard
22876 For dashed multicolumn lines use the command
22877 \end_layout
22878
22879 \begin_layout Standard
22880
22881 \series bold
22882
22883 \backslash
22884 cdashline{line number
22885 \series default
22886 }
22887 \end_layout
22888
22889 \begin_layout Standard
22890 in \SpecialChar TeX
22891  Code as the first element of the first cell in the table row.
22892  If you have for example a multicolumn spanning columns 2 to 4 and you want
22893  to have a dashed line above, add the command
22894 \end_layout
22895
22896 \begin_layout Standard
22897
22898 \series bold
22899
22900 \backslash
22901 cdashline{2-4}
22902 \end_layout
22903
22904 \begin_layout Standard
22905 as the first element of the first cell in the row of the multicolumn.
22906 \end_layout
22907
22908 \begin_layout Standard
22909 \begin_inset VSpace bigskip
22910 \end_inset
22911
22912
22913 \end_layout
22914
22915 \begin_layout Standard
22916 Table
22917 \begin_inset space ~
22918 \end_inset
22919
22920
22921 \begin_inset CommandInset ref
22922 LatexCommand ref
22923 reference "tab:Table-with-dashed"
22924
22925 \end_inset
22926
22927  was created using 
22928 \begin_inset Quotes eld
22929 \end_inset
22930
22931
22932 \series bold
22933 :c
22934 \series default
22935
22936 \begin_inset Quotes erd
22937 \end_inset
22938
22939  as \SpecialChar LaTeX
22940  argument of the third column.
22941  The \SpecialChar TeX
22942  Code command 
22943 \series bold
22944
22945 \backslash
22946 hdashline
22947 \series default
22948  was inserted in the first cell of the third row and the \SpecialChar TeX
22949  Code command
22950 \begin_inset Newline newline
22951 \end_inset
22952
22953  
22954 \series bold
22955
22956 \backslash
22957 cdashline{4-5}
22958 \series default
22959  was inserted in the first cell of the fourth row.
22960 \end_layout
22961
22962 \begin_layout Standard
22963 \begin_inset VSpace bigskip
22964 \end_inset
22965
22966
22967 \end_layout
22968
22969 \begin_layout Standard
22970 Tables with dashed lines can also be colored as shown by Table
22971 \begin_inset space ~
22972 \end_inset
22973
22974
22975 \begin_inset CommandInset ref
22976 LatexCommand ref
22977 reference "tab:Colored-table-with"
22978
22979 \end_inset
22980
22981 .
22982 \end_layout
22983
22984 \begin_layout Standard
22985 \begin_inset ERT
22986 status collapsed
22987
22988 \begin_layout Plain Layout
22989
22990
22991 \backslash
22992 setlength{
22993 \backslash
22994 arrayrulewidth}{1pt}
22995 \end_layout
22996
22997 \end_inset
22998
22999
23000 \begin_inset Note Note
23001 status collapsed
23002
23003 \begin_layout Plain Layout
23004 thicker lines for better visualization of the line color
23005 \end_layout
23006
23007 \end_inset
23008
23009
23010 \end_layout
23011
23012 \begin_layout Standard
23013 \begin_inset ERT
23014 status collapsed
23015
23016 \begin_layout Plain Layout
23017
23018
23019 \backslash
23020 dashgapcolor{green}
23021 \end_layout
23022
23023 \end_inset
23024
23025
23026 \begin_inset Note Note
23027 status collapsed
23028
23029 \begin_layout Plain Layout
23030 color gaps between dashes green
23031 \end_layout
23032
23033 \end_inset
23034
23035
23036 \end_layout
23037
23038 \begin_layout Standard
23039 \begin_inset ERT
23040 status collapsed
23041
23042 \begin_layout Plain Layout
23043
23044
23045 \backslash
23046 let
23047 \backslash
23048 myHdashline
23049 \backslash
23050 hdashline
23051 \end_layout
23052
23053 \begin_layout Plain Layout
23054
23055
23056 \backslash
23057 renewcommand{
23058 \backslash
23059 hdashline}
23060 \end_layout
23061
23062 \begin_layout Plain Layout
23063
23064  {
23065 \backslash
23066 arrayrulecolor{red}
23067 \backslash
23068 myHdashline
23069 \backslash
23070 arrayrulecolor{black}}
23071 \end_layout
23072
23073 \end_inset
23074
23075
23076 \begin_inset Note Note
23077 status collapsed
23078
23079 \begin_layout Plain Layout
23080 color horizontal, dashed lines red
23081 \end_layout
23082
23083 \end_inset
23084
23085
23086 \end_layout
23087
23088 \begin_layout Standard
23089 \begin_inset ERT
23090 status collapsed
23091
23092 \begin_layout Plain Layout
23093
23094
23095 \backslash
23096 let
23097 \backslash
23098 myCdashline
23099 \backslash
23100 cdashline
23101 \end_layout
23102
23103 \begin_layout Plain Layout
23104
23105
23106 \backslash
23107 renewcommand{
23108 \backslash
23109 cdashline}[1]
23110 \end_layout
23111
23112 \begin_layout Plain Layout
23113
23114  {
23115 \backslash
23116 arrayrulecolor{yellow}
23117 \backslash
23118 myCdashline{#1}
23119 \backslash
23120 arrayrulecolor{black}}
23121 \end_layout
23122
23123 \end_inset
23124
23125
23126 \begin_inset Note Note
23127 status collapsed
23128
23129 \begin_layout Plain Layout
23130 color partial horizontal, dashed lines yellow
23131 \end_layout
23132
23133 \end_inset
23134
23135
23136 \end_layout
23137
23138 \begin_layout Standard
23139 \begin_inset Float table
23140 placement h
23141 wide false
23142 sideways false
23143 status open
23144
23145 \begin_layout Plain Layout
23146 \begin_inset Caption Standard
23147
23148 \begin_layout Plain Layout
23149 \begin_inset CommandInset label
23150 LatexCommand label
23151 name "tab:Colored-table-with"
23152
23153 \end_inset
23154
23155 Colored table with dashed lines
23156 \end_layout
23157
23158 \end_inset
23159
23160
23161 \end_layout
23162
23163 \begin_layout Plain Layout
23164 \align center
23165 \begin_inset Tabular
23166 <lyxtabular version="3" rows="5" columns="5">
23167 <features tabularvalignment="middle">
23168 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
23169 <column alignment="center" valignment="top" width="0pt">
23170 <column alignment="center" valignment="top" width="0pt" special=":c">
23171 <column alignment="center" valignment="top">
23172 <column alignment="center" valignment="top">
23173 <row>
23174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23175 \begin_inset Text
23176
23177 \begin_layout Plain Layout
23178 a
23179 \end_layout
23180
23181 \end_inset
23182 </cell>
23183 <cell alignment="center" valignment="top" topline="true" usebox="none">
23184 \begin_inset Text
23185
23186 \begin_layout Plain Layout
23187 b
23188 \end_layout
23189
23190 \end_inset
23191 </cell>
23192 <cell alignment="center" valignment="top" topline="true" usebox="none">
23193 \begin_inset Text
23194
23195 \begin_layout Plain Layout
23196 c
23197 \end_layout
23198
23199 \end_inset
23200 </cell>
23201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23202 \begin_inset Text
23203
23204 \begin_layout Plain Layout
23205 d
23206 \end_layout
23207
23208 \end_inset
23209 </cell>
23210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23211 \begin_inset Text
23212
23213 \begin_layout Plain Layout
23214 e
23215 \end_layout
23216
23217 \end_inset
23218 </cell>
23219 </row>
23220 <row>
23221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23222 \begin_inset Text
23223
23224 \begin_layout Plain Layout
23225 f
23226 \end_layout
23227
23228 \end_inset
23229 </cell>
23230 <cell alignment="center" valignment="top" topline="true" usebox="none">
23231 \begin_inset Text
23232
23233 \begin_layout Plain Layout
23234 g
23235 \end_layout
23236
23237 \end_inset
23238 </cell>
23239 <cell alignment="center" valignment="top" topline="true" usebox="none">
23240 \begin_inset Text
23241
23242 \begin_layout Plain Layout
23243 h
23244 \end_layout
23245
23246 \end_inset
23247 </cell>
23248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23249 \begin_inset Text
23250
23251 \begin_layout Plain Layout
23252 i
23253 \end_layout
23254
23255 \end_inset
23256 </cell>
23257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23258 \begin_inset Text
23259
23260 \begin_layout Plain Layout
23261 j
23262 \end_layout
23263
23264 \end_inset
23265 </cell>
23266 </row>
23267 <row>
23268 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23269 \begin_inset Text
23270
23271 \begin_layout Plain Layout
23272 \begin_inset ERT
23273 status collapsed
23274
23275 \begin_layout Plain Layout
23276
23277
23278 \backslash
23279 hdashline 
23280 \end_layout
23281
23282 \end_inset
23283
23284
23285 \begin_inset ERT
23286 status collapsed
23287
23288 \begin_layout Plain Layout
23289
23290
23291 \backslash
23292 rowcolor{Gray}
23293 \end_layout
23294
23295 \end_inset
23296
23297 k
23298 \end_layout
23299
23300 \end_inset
23301 </cell>
23302 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23303 \begin_inset Text
23304
23305 \begin_layout Plain Layout
23306 l
23307 \end_layout
23308
23309 \end_inset
23310 </cell>
23311 <cell alignment="center" valignment="top" usebox="none">
23312 \begin_inset Text
23313
23314 \begin_layout Plain Layout
23315 m
23316 \end_layout
23317
23318 \end_inset
23319 </cell>
23320 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23321 \begin_inset Text
23322
23323 \begin_layout Plain Layout
23324 n
23325 \end_layout
23326
23327 \end_inset
23328 </cell>
23329 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23330 \begin_inset Text
23331
23332 \begin_layout Plain Layout
23333 o
23334 \end_layout
23335
23336 \end_inset
23337 </cell>
23338 </row>
23339 <row>
23340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23341 \begin_inset Text
23342
23343 \begin_layout Plain Layout
23344 \begin_inset ERT
23345 status collapsed
23346
23347 \begin_layout Plain Layout
23348
23349
23350 \backslash
23351 cdashline{4-5}
23352 \end_layout
23353
23354 \end_inset
23355
23356 p
23357 \end_layout
23358
23359 \end_inset
23360 </cell>
23361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23362 \begin_inset Text
23363
23364 \begin_layout Plain Layout
23365 q
23366 \end_layout
23367
23368 \end_inset
23369 </cell>
23370 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23371 \begin_inset Text
23372
23373 \begin_layout Plain Layout
23374 r
23375 \end_layout
23376
23377 \end_inset
23378 </cell>
23379 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23380 \begin_inset Text
23381
23382 \begin_layout Plain Layout
23383 s
23384 \end_layout
23385
23386 \end_inset
23387 </cell>
23388 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23389 \begin_inset Text
23390
23391 \begin_layout Plain Layout
23392
23393 \end_layout
23394
23395 \end_inset
23396 </cell>
23397 </row>
23398 <row>
23399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23400 \begin_inset Text
23401
23402 \begin_layout Plain Layout
23403 t
23404 \end_layout
23405
23406 \end_inset
23407 </cell>
23408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23409 \begin_inset Text
23410
23411 \begin_layout Plain Layout
23412 u
23413 \end_layout
23414
23415 \end_inset
23416 </cell>
23417 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23418 \begin_inset Text
23419
23420 \begin_layout Plain Layout
23421 v
23422 \end_layout
23423
23424 \end_inset
23425 </cell>
23426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23427 \begin_inset Text
23428
23429 \begin_layout Plain Layout
23430 w
23431 \end_layout
23432
23433 \end_inset
23434 </cell>
23435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23436 \begin_inset Text
23437
23438 \begin_layout Plain Layout
23439 \begin_inset ERT
23440 status collapsed
23441
23442 \begin_layout Plain Layout
23443
23444
23445 \backslash
23446 cellcolor{Maroon}
23447 \end_layout
23448
23449 \end_inset
23450
23451 i
23452 \end_layout
23453
23454 \end_inset
23455 </cell>
23456 </row>
23457 </lyxtabular>
23458
23459 \end_inset
23460
23461
23462 \end_layout
23463
23464 \end_inset
23465
23466
23467 \end_layout
23468
23469 \begin_layout Standard
23470 \begin_inset ERT
23471 status collapsed
23472
23473 \begin_layout Plain Layout
23474
23475
23476 \backslash
23477 renewcommand{
23478 \backslash
23479 hdashline}{
23480 \backslash
23481 myHdashline}
23482 \end_layout
23483
23484 \end_inset
23485
23486
23487 \begin_inset Note Note
23488 status collapsed
23489
23490 \begin_layout Plain Layout
23491 reset to default
23492 \end_layout
23493
23494 \end_inset
23495
23496
23497 \end_layout
23498
23499 \begin_layout Standard
23500 \begin_inset ERT
23501 status collapsed
23502
23503 \begin_layout Plain Layout
23504
23505
23506 \backslash
23507 renewcommand{
23508 \backslash
23509 cdashline}{
23510 \backslash
23511 myCdashline}
23512 \end_layout
23513
23514 \end_inset
23515
23516
23517 \begin_inset Note Note
23518 status collapsed
23519
23520 \begin_layout Plain Layout
23521 reset to default
23522 \end_layout
23523
23524 \end_inset
23525
23526
23527 \end_layout
23528
23529 \begin_layout Standard
23530 \begin_inset ERT
23531 status collapsed
23532
23533 \begin_layout Plain Layout
23534
23535
23536 \backslash
23537 nodashgapcolor
23538 \end_layout
23539
23540 \end_inset
23541
23542
23543 \begin_inset Note Note
23544 status collapsed
23545
23546 \begin_layout Plain Layout
23547 reset to default
23548 \end_layout
23549
23550 \end_inset
23551
23552
23553 \end_layout
23554
23555 \begin_layout Standard
23556 \begin_inset ERT
23557 status collapsed
23558
23559 \begin_layout Plain Layout
23560
23561
23562 \backslash
23563 setlength{
23564 \backslash
23565 arrayrulewidth}{0.4pt}
23566 \end_layout
23567
23568 \end_inset
23569
23570
23571 \begin_inset Note Note
23572 status collapsed
23573
23574 \begin_layout Plain Layout
23575 reset to default
23576 \end_layout
23577
23578 \end_inset
23579
23580
23581 \end_layout
23582
23583 \begin_layout Standard
23584 The coloring of lines, columns and lines works as decribed in section
23585 \begin_inset space ~
23586 \end_inset
23587
23588
23589 \begin_inset CommandInset ref
23590 LatexCommand ref
23591 reference "sec:Colored-Tables"
23592
23593 \end_inset
23594
23595 .
23596  Coloring horizontal lines works analogically as described there as well,
23597  one only needs to replace in the commands 
23598 \series bold
23599
23600 \backslash
23601 myHlineC
23602 \series default
23603  by 
23604 \series bold
23605
23606 \backslash
23607 myHdashline
23608 \series default
23609  and 
23610 \backslash
23611
23612 \series bold
23613 hline
23614 \series default
23615  by 
23616 \series bold
23617
23618 \backslash
23619 hdashline
23620 \series default
23621 ; so one uses the command
23622 \end_layout
23623
23624 \begin_layout Standard
23625
23626 \series bold
23627
23628 \backslash
23629 let
23630 \backslash
23631 myHdashline
23632 \backslash
23633 hdashline
23634 \begin_inset Newline newline
23635 \end_inset
23636
23637
23638 \backslash
23639 renewcommand{
23640 \backslash
23641 hdashline}
23642 \begin_inset Newline newline
23643 \end_inset
23644
23645
23646 \begin_inset Phantom HPhantom
23647 status open
23648
23649 \begin_layout Plain Layout
23650 \begin_inset space ~
23651 \end_inset
23652
23653
23654 \end_layout
23655
23656 \end_inset
23657
23658 {
23659 \backslash
23660 arrayrulecolor{red}
23661 \backslash
23662 myHdashline
23663 \backslash
23664 arrayrulecolor{black}}
23665 \end_layout
23666
23667 \begin_layout Standard
23668 To color 
23669 \series bold
23670
23671 \backslash
23672 cdashline
23673 \series default
23674 , the command is
23675 \end_layout
23676
23677 \begin_layout Standard
23678
23679 \series bold
23680
23681 \backslash
23682 let
23683 \backslash
23684 myCdashline
23685 \backslash
23686 cdashline
23687 \begin_inset Newline newline
23688 \end_inset
23689
23690
23691 \backslash
23692 renewcommand{
23693 \backslash
23694 cdashline}[1]
23695 \begin_inset Newline newline
23696 \end_inset
23697
23698
23699 \begin_inset Phantom HPhantom
23700 status open
23701
23702 \begin_layout Plain Layout
23703 \begin_inset space ~
23704 \end_inset
23705
23706
23707 \end_layout
23708
23709 \end_inset
23710
23711 {
23712 \backslash
23713 arrayrulecolor{red}
23714 \backslash
23715 myCdashline{#1}
23716 \backslash
23717 arrayrulecolor{black}}
23718 \end_layout
23719
23720 \begin_layout Standard
23721 To get back the black line color, one needs to insert the following commands
23722  as \SpecialChar TeX
23723  Code behind the table:
23724 \end_layout
23725
23726 \begin_layout Standard
23727 For 
23728 \series bold
23729
23730 \backslash
23731 hdashline
23732 \end_layout
23733
23734 \begin_layout Standard
23735
23736 \series bold
23737
23738 \backslash
23739 renewcommand{
23740 \backslash
23741 hdashline}{
23742 \backslash
23743 myHdashline}
23744 \end_layout
23745
23746 \begin_layout Standard
23747 and for 
23748 \series bold
23749
23750 \backslash
23751 cdashline
23752 \end_layout
23753
23754 \begin_layout Standard
23755
23756 \series bold
23757
23758 \backslash
23759 renewcommand{
23760 \backslash
23761 cdashline}{
23762 \backslash
23763 myCdashline}
23764 \end_layout
23765
23766 \begin_layout Standard
23767 To color the gaps between the dashes the command
23768 \end_layout
23769
23770 \begin_layout Standard
23771
23772 \series bold
23773
23774 \backslash
23775 dashgapcolor{color}
23776 \end_layout
23777
23778 \begin_layout Standard
23779 can be used in front of a table as \SpecialChar TeX
23780  Code.
23781  color is hereby the name of a defined color.
23782  The command
23783 \end_layout
23784
23785 \begin_layout Standard
23786
23787 \series bold
23788
23789 \backslash
23790 nodashgapcolor
23791 \end_layout
23792
23793 \begin_layout Standard
23794 unsets the changes made by 
23795 \series bold
23796
23797 \backslash
23798 dashgapcolor
23799 \series default
23800 .
23801 \end_layout
23802
23803 \begin_layout Standard
23804 \begin_inset Note Greyedout
23805 status open
23806
23807 \begin_layout Plain Layout
23808
23809 \series bold
23810 \color none
23811 Note
23812 \series default
23813 : If there are multiple commands in a cell, the command of 
23814 \series bold
23815 arydshln
23816 \series default
23817  needs to be the first one in the cell.
23818  Therefore in cell 
23819 \emph on
23820 k
23821 \emph default
23822  of Table
23823 \begin_inset space ~
23824 \end_inset
23825
23826
23827 \begin_inset CommandInset ref
23828 LatexCommand ref
23829 reference "tab:Colored-table-with"
23830
23831 \end_inset
23832
23833  the command 
23834 \series bold
23835
23836 \backslash
23837 hdashline
23838 \series default
23839  is before 
23840 \series bold
23841
23842 \backslash
23843 rowcolor
23844 \series default
23845 .
23846 \end_layout
23847
23848 \end_inset
23849
23850
23851 \end_layout
23852
23853 \begin_layout Standard
23854 \begin_inset Note Greyedout
23855 status open
23856
23857 \begin_layout Plain Layout
23858
23859 \series bold
23860 \color none
23861 Note:
23862 \series default
23863  The \SpecialChar LaTeX
23864 -package 
23865 \series bold
23866 arydshln
23867 \series default
23868  must be loaded in the document preamble before the \SpecialChar LaTeX
23869 -package 
23870 \series bold
23871 colortbl
23872 \series default
23873
23874 \begin_inset Index idx
23875 status collapsed
23876
23877 \begin_layout Plain Layout
23878 \SpecialChar LaTeX
23879 -packages ! colortbl
23880 \end_layout
23881
23882 \end_inset
23883
23884 .
23885 \end_layout
23886
23887 \end_inset
23888
23889
23890 \end_layout
23891
23892 \begin_layout Standard
23893 \begin_inset ERT
23894 status collapsed
23895
23896 \begin_layout Plain Layout
23897
23898
23899 \backslash
23900 else
23901 \end_layout
23902
23903 \end_inset
23904
23905
23906 \begin_inset Note Note
23907 status open
23908
23909 \begin_layout Plain Layout
23910 The following will be displayed when the \SpecialChar LaTeX
23911 -package 
23912 \series bold
23913 arydshln
23914 \series default
23915  is not installed:
23916 \end_layout
23917
23918 \end_inset
23919
23920
23921 \end_layout
23922
23923 \begin_layout Standard
23924 You need to install the package 
23925 \series bold
23926 arydshln
23927 \series default
23928  to see the content of this section in the output.
23929 \end_layout
23930
23931 \begin_layout Standard
23932 \begin_inset ERT
23933 status collapsed
23934
23935 \begin_layout Plain Layout
23936
23937
23938 \backslash
23939 fi
23940 \end_layout
23941
23942 \end_inset
23943
23944
23945 \end_layout
23946
23947 \begin_layout Standard
23948 For more information about dashed lines see the documentation of 
23949 \series bold
23950 arydshln
23951 \series default
23952
23953 \begin_inset CommandInset citation
23954 LatexCommand cite
23955 key "arydshln"
23956
23957 \end_inset
23958
23959 .
23960 \end_layout
23961
23962 \begin_layout Chapter
23963 Floats
23964 \begin_inset CommandInset label
23965 LatexCommand label
23966 name "chap:Floats"
23967
23968 \end_inset
23969
23970
23971 \begin_inset Index idx
23972 status collapsed
23973
23974 \begin_layout Plain Layout
23975 Floats
23976 \end_layout
23977
23978 \end_inset
23979
23980
23981 \end_layout
23982
23983 \begin_layout Section
23984 Introduction
23985 \begin_inset CommandInset label
23986 LatexCommand label
23987 name "sec:FloatIntroduction"
23988
23989 \end_inset
23990
23991
23992 \begin_inset Index idx
23993 status collapsed
23994
23995 \begin_layout Plain Layout
23996 Floats ! Introduction
23997 \end_layout
23998
23999 \end_inset
24000
24001
24002 \end_layout
24003
24004 \begin_layout Standard
24005 A float is a block of text associated with some sort of label, which doesn't
24006  have a fixed location.
24007  It can 
24008 \begin_inset Quotes eld
24009 \end_inset
24010
24011 float
24012 \begin_inset Quotes erd
24013 \end_inset
24014
24015  forward or backward a page or two, to wherever it fits best.
24016  
24017 \family sans
24018 Footnotes
24019 \family default
24020  and 
24021 \family sans
24022 Margin
24023 \begin_inset space ~
24024 \end_inset
24025
24026 Notes
24027 \family default
24028  are also floats because they can float to the next page when there are
24029  too many notes on the page.
24030 \end_layout
24031
24032 \begin_layout Standard
24033 Floats allow a high quality layout.
24034  Images and tables can be spread evenly among the pages to avoid white space
24035  and pages without text.
24036  As the floating often destroys the context between the text and the image/table
24037 , every float can be referenced in the text.
24038  Floats are therefore numbered.
24039  Referencing is described in section
24040 \begin_inset space ~
24041 \end_inset
24042
24043
24044 \begin_inset CommandInset ref
24045 LatexCommand ref
24046 reference "sec:Referencing-Floats"
24047
24048 \end_inset
24049
24050 .
24051 \end_layout
24052
24053 \begin_layout Standard
24054 To insert a float, use the menu 
24055 \family sans
24056 Insert\SpecialChar menuseparator
24057 Float
24058 \family default
24059  (toolbar button 
24060 \begin_inset Info
24061 type  "icon"
24062 arg   "float-insert figure"
24063 \end_inset
24064
24065  or 
24066 \begin_inset Info
24067 type  "icon"
24068 arg   "float-insert table"
24069 \end_inset
24070
24071 ).
24072  This inserts the 
24073 \family sans
24074 Caption
24075 \family default
24076  inset, a box with a label.
24077  The label will automatically be translated to the document language in
24078  the output.
24079  After the label you can insert the caption text.
24080  The image or table is inserted above or below the caption in a separate
24081  paragraph within the float.
24082  More about the caption placement is contained in section
24083 \begin_inset space ~
24084 \end_inset
24085
24086
24087 \begin_inset CommandInset ref
24088 LatexCommand ref
24089 reference "sec:Caption-Placement"
24090
24091 \end_inset
24092
24093 .
24094  To keep your \SpecialChar LyX
24095  document readable, you can open and close the float box by
24096  left-clicking on the box label.
24097  A closed float box looks like this: 
24098 \begin_inset Graphics
24099         filename clipart/floatQt4.png
24100         scale 70
24101         scaleBeforeRotation
24102
24103 \end_inset
24104
24105  â€“ a gray button with a red label.
24106 \end_layout
24107
24108 \begin_layout Standard
24109 It is recommended that you insert floats as separate standard paragraphs
24110  to avoid possible \SpecialChar LaTeX
24111 -errors that can occur when the surrounding text is specially
24112  formatted.
24113 \end_layout
24114
24115 \begin_layout Standard
24116 Existing figures or tables can be put into a float by highlighting them
24117  and then pressing the corresponding toolbar button for a new float.
24118 \end_layout
24119
24120 \begin_layout Section
24121 Float Types
24122 \end_layout
24123
24124 \begin_layout Standard
24125 Besides figure and table floats that are described in sections
24126 \begin_inset space ~
24127 \end_inset
24128
24129
24130 \begin_inset CommandInset ref
24131 LatexCommand ref
24132 reference "sec:Figure-Floats"
24133
24134 \end_inset
24135
24136  and 
24137 \begin_inset CommandInset ref
24138 LatexCommand ref
24139 reference "sec:Table-Floats"
24140
24141 \end_inset
24142
24143  respectively, \SpecialChar LyX
24144  offers the float types 
24145 \family sans
24146 Algorithm
24147 \family default
24148  and 
24149 \family sans
24150 Wrap
24151 \family default
24152 .
24153  The latter are explained in sec.
24154 \begin_inset space \thinspace{}
24155 \end_inset
24156
24157
24158 \begin_inset CommandInset ref
24159 LatexCommand ref
24160 reference "sec:Wrap-Floats"
24161
24162 \end_inset
24163
24164 .
24165 \end_layout
24166
24167 \begin_layout Subsection
24168 Algorithm Floats
24169 \begin_inset Index idx
24170 status collapsed
24171
24172 \begin_layout Plain Layout
24173 Floats ! Algorithms
24174 \end_layout
24175
24176 \end_inset
24177
24178
24179 \end_layout
24180
24181 \begin_layout Standard
24182 \begin_inset Float algorithm
24183 placement h
24184 wide false
24185 sideways false
24186 status open
24187
24188 \begin_layout Plain Layout
24189 \begin_inset Caption Standard
24190
24191 \begin_layout Plain Layout
24192 \begin_inset CommandInset label
24193 LatexCommand label
24194 name "alg:Example-Algorithm-float"
24195
24196 \end_inset
24197
24198 Example Algorithm float
24199 \end_layout
24200
24201 \end_inset
24202
24203
24204 \end_layout
24205
24206 \begin_layout LyX-Code
24207 for I in 1..N loop
24208 \begin_inset Newline newline
24209 \end_inset
24210
24211  Sum:= Sum + A(I); /*comment*/
24212 \begin_inset Newline newline
24213 \end_inset
24214
24215 end loop
24216 \begin_inset VSpace -4mm
24217 \end_inset
24218
24219
24220 \end_layout
24221
24222 \end_inset
24223
24224
24225 \end_layout
24226
24227 \begin_layout Standard
24228 This float type is inserted with the menu 
24229 \family sans
24230 Insert\SpecialChar menuseparator
24231 Float\SpecialChar menuseparator
24232 Algorithm
24233 \family default
24234 .
24235  It is used for program codes and descriptions of algorithms and can be
24236  seen as an alternative to program code listings that are explained in chapter
24237 \begin_inset space ~
24238 \end_inset
24239
24240
24241 \begin_inset CommandInset ref
24242 LatexCommand ref
24243 reference "cha:Program-Code-Listings"
24244
24245 \end_inset
24246
24247 .
24248  A possible environment for algorithms is the 
24249 \family sans
24250 \SpecialChar LyX
24251  Code
24252 \family default
24253 , described in \SpecialChar LyX
24254 's 
24255 \emph on
24256 Userguide
24257 \emph default
24258 .
24259  Algorithm
24260 \begin_inset space ~
24261 \end_inset
24262
24263
24264 \begin_inset CommandInset ref
24265 LatexCommand ref
24266 reference "alg:Example-Algorithm-float"
24267
24268 \end_inset
24269
24270  is an example of an algorithm float where -4
24271 \begin_inset space \thinspace{}
24272 \end_inset
24273
24274 mm vertical space was added at the end of the float to have the bottom rule
24275  exactly below the last text line.
24276 \end_layout
24277
24278 \begin_layout Standard
24279 The float label is not automatically translated into the document language.
24280  If your document is not in English, you have to do this manually by adding
24281  the following line to the document preamble
24282 \series bold
24283 :
24284 \end_layout
24285
24286 \begin_layout Standard
24287
24288 \series bold
24289
24290 \backslash
24291 floatname{algorithm}{your
24292 \begin_inset space ~
24293 \end_inset
24294
24295 name}
24296 \end_layout
24297
24298 \begin_layout Standard
24299 where 
24300 \family sans
24301 your
24302 \begin_inset space ~
24303 \end_inset
24304
24305 name
24306 \family default
24307  is the word 
24308 \begin_inset Quotes eld
24309 \end_inset
24310
24311
24312 \emph on
24313 algorithm
24314 \emph default
24315
24316 \begin_inset Quotes erd
24317 \end_inset
24318
24319  in your language.
24320 \end_layout
24321
24322 \begin_layout Standard
24323 To insert the list of algorithms you can use the menu 
24324 \family sans
24325 Insert\SpecialChar menuseparator
24326 List
24327 \begin_inset space \thinspace{}
24328 \end_inset
24329
24330 /
24331 \begin_inset space \thinspace{}
24332 \end_inset
24333
24334 TOC\SpecialChar menuseparator
24335 List of Algorithms
24336 \family default
24337  when your document has the same language as \SpecialChar LyX
24338 's menu names.
24339  In other cases use this command in \SpecialChar TeX
24340  Code instead:
24341 \end_layout
24342
24343 \begin_layout Standard
24344
24345 \series bold
24346
24347 \backslash
24348 listof{algorithm}{your
24349 \begin_inset space ~
24350 \end_inset
24351
24352 name}
24353 \end_layout
24354
24355 \begin_layout Standard
24356 where 
24357 \family sans
24358 your
24359 \begin_inset space ~
24360 \end_inset
24361
24362 name
24363 \family default
24364  is the word 
24365 \begin_inset Quotes eld
24366 \end_inset
24367
24368
24369 \emph on
24370 List of Algorithm
24371 \emph default
24372 s
24373 \begin_inset Quotes erd
24374 \end_inset
24375
24376  in your language.
24377 \end_layout
24378
24379 \begin_layout Standard
24380 Algorithm floats are not by default numbered in the scheme 
24381 \begin_inset Quotes eld
24382 \end_inset
24383
24384 chapter.algorithm
24385 \begin_inset Quotes erd
24386 \end_inset
24387
24388  as is the case for table and figure floats in many document-classes.
24389  To number algorithm floats in the same scheme, add this command to your
24390  document preamble:
24391 \end_layout
24392
24393 \begin_layout Standard
24394
24395 \series bold
24396
24397 \backslash
24398 numberwithin{algorithm}{chapter}
24399 \end_layout
24400
24401 \begin_layout Standard
24402 To be able to use the command 
24403 \series bold
24404
24405 \backslash
24406 numberwithin
24407 \series default
24408 , set in the tab 
24409 \family sans
24410 Math
24411 \begin_inset space ~
24412 \end_inset
24413
24414 Options
24415 \family default
24416  in the document settings the option 
24417 \family sans
24418 Use
24419 \begin_inset space ~
24420 \end_inset
24421
24422 AMS
24423 \begin_inset space ~
24424 \end_inset
24425
24426 math
24427 \begin_inset space ~
24428 \end_inset
24429
24430 package
24431 \family default
24432 .
24433 \end_layout
24434
24435 \begin_layout Section
24436 Float Numbering
24437 \begin_inset Index idx
24438 status collapsed
24439
24440 \begin_layout Plain Layout
24441 Floats ! Numbering
24442 \end_layout
24443
24444 \end_inset
24445
24446
24447 \end_layout
24448
24449 \begin_layout Standard
24450 Floats are usually numbered either independently from the sections the floats
24451  are in, or in the scheme 
24452 \begin_inset Quotes eld
24453 \end_inset
24454
24455 chapter.number
24456 \begin_inset Quotes erd
24457 \end_inset
24458
24459  or 
24460 \begin_inset Quotes eld
24461 \end_inset
24462
24463 section.number
24464 \begin_inset Quotes erd
24465 \end_inset
24466
24467 .
24468  This depends on the document class used.
24469 \end_layout
24470
24471 \begin_layout Standard
24472 To change section-independent numbering, you can use this command in the
24473  document preamble:
24474 \end_layout
24475
24476 \begin_layout Standard
24477
24478 \series bold
24479
24480 \backslash
24481 renewcommand{
24482 \backslash
24483 thetable}{
24484 \backslash
24485 roman{table}}
24486 \end_layout
24487
24488 \begin_layout Standard
24489
24490 \series bold
24491
24492 \backslash
24493 thetable
24494 \series default
24495  is the command that prints the table number.
24496  For figure floats, the command would be 
24497 \series bold
24498
24499 \backslash
24500 thefigure
24501 \series default
24502 .
24503  
24504 \series bold
24505
24506 \backslash
24507 roman
24508 \series default
24509  in the command above prints the table number as a small roman number.
24510 \end_layout
24511
24512 \begin_layout Standard
24513 To change the numbering scheme for example to 
24514 \begin_inset Quotes eld
24515 \end_inset
24516
24517 subsection.number
24518 \begin_inset Quotes erd
24519 \end_inset
24520
24521 , use this command in the preamble:
24522 \end_layout
24523
24524 \begin_layout Standard
24525
24526 \series bold
24527
24528 \backslash
24529 numberwithin{table}{subsection}
24530 \end_layout
24531
24532 \begin_layout Standard
24533 To be able to use the command 
24534 \series bold
24535
24536 \backslash
24537 numberwithin
24538 \series default
24539 , set in the tab 
24540 \family sans
24541 Math
24542 \begin_inset space ~
24543 \end_inset
24544
24545 Options
24546 \family default
24547  in the document settings the option 
24548 \family sans
24549 Use
24550 \begin_inset space ~
24551 \end_inset
24552
24553 AMS
24554 \begin_inset space ~
24555 \end_inset
24556
24557 math
24558 \begin_inset space ~
24559 \end_inset
24560
24561 package
24562 \family default
24563 .
24564 \end_layout
24565
24566 \begin_layout Standard
24567 Please also have a look at section
24568 \begin_inset space ~
24569 \end_inset
24570
24571
24572 \begin_inset CommandInset ref
24573 LatexCommand ref
24574 reference "subsec:Footnote-Numbering"
24575
24576 \end_inset
24577
24578  for the details and important notes about the numbering commands.
24579 \end_layout
24580
24581 \begin_layout Section
24582 Referencing Floats
24583 \begin_inset CommandInset label
24584 LatexCommand label
24585 name "sec:Referencing-Floats"
24586
24587 \end_inset
24588
24589
24590 \begin_inset Index idx
24591 status collapsed
24592
24593 \begin_layout Plain Layout
24594 Floats ! References
24595 \end_layout
24596
24597 \end_inset
24598
24599
24600 \begin_inset Index idx
24601 status collapsed
24602
24603 \begin_layout Plain Layout
24604 References ! to Floats
24605 \end_layout
24606
24607 \end_inset
24608
24609
24610 \end_layout
24611
24612 \begin_layout Standard
24613 To reference a float, insert a label into its caption using the menu 
24614 \family sans
24615 Insert\SpecialChar menuseparator
24616 Label
24617 \family default
24618  or the toolbar button 
24619 \begin_inset Info
24620 type  "icon"
24621 arg   "label-insert"
24622 \end_inset
24623
24624 .
24625  A grey label box like this one: 
24626 \begin_inset Graphics
24627         filename clipart/labelQt4.png
24628         scale 85
24629         scaleBeforeRotation
24630
24631 \end_inset
24632
24633  will be inserted and the label window pops up asking for the label text.
24634  \SpecialChar LyX
24635  offers as text the first words of the caption with a prefix.
24636  The prefix depends on the float type, e.
24637 \begin_inset space \thinspace{}
24638 \end_inset
24639
24640 g.
24641 \begin_inset space \space{}
24642 \end_inset
24643
24644 for figure floats the prefix will be "
24645 \family sans
24646 fig:
24647 \family default
24648 ".
24649 \end_layout
24650
24651 \begin_layout Standard
24652 The label is used as anchor and name for the reference.
24653  You can refer to the label using the menu 
24654 \family sans
24655 Insert\SpecialChar menuseparator
24656 Cross-reference
24657 \family default
24658  or the toolbar button 
24659 \begin_inset Info
24660 type  "icon"
24661 arg   "dialog-show-new-inset ref"
24662 \end_inset
24663
24664 .
24665  The cross-reference window appears showing all labels of the document.
24666  If you have multiple \SpecialChar LyX
24667  documents opened, choose the one you are working
24668  on from the drop-list at the top of the dialog.
24669  You can now sort the labels alphabetically and then choose one.
24670  A grey cross-reference box like this one: 
24671 \begin_inset Graphics
24672         filename clipart/referenceQt4.png
24673         scale 85
24674         scaleBeforeRotation
24675
24676 \end_inset
24677
24678  will be inserted.
24679  At the position of the cross-reference box the float number will appear
24680  in the output.
24681 \end_layout
24682
24683 \begin_layout Standard
24684 It is recommended that you use a protected space between the cross-reference
24685  name and its number to avoid line breaks between them.
24686  If a cross-reference refers to a non-existing label, you will see two question
24687  marks in the output instead of the reference.
24688 \end_layout
24689
24690 \begin_layout Standard
24691 You can change labels at any time by clicking on the label box.
24692  References to the changed label will automatically update their links to
24693  the new label text.
24694 \end_layout
24695
24696 \begin_layout Standard
24697 The button 
24698 \family sans
24699 Go
24700 \begin_inset space ~
24701 \end_inset
24702
24703 to
24704 \begin_inset space ~
24705 \end_inset
24706
24707 Label
24708 \family default
24709  in the cross-reference window sets the cursor before the referred label.
24710  The button text changes then to Go
24711 \begin_inset space ~
24712 \end_inset
24713
24714 Back and you can use it to set the cursor back to the cross-reference.
24715 \end_layout
24716
24717 \begin_layout Subsection
24718 Cross-Reference Formats
24719 \begin_inset CommandInset label
24720 LatexCommand label
24721 name "subsec:Cross-Reference-Formats"
24722
24723 \end_inset
24724
24725
24726 \begin_inset Index idx
24727 status collapsed
24728
24729 \begin_layout Plain Layout
24730 References ! Formats
24731 \end_layout
24732
24733 \end_inset
24734
24735
24736 \end_layout
24737
24738 \begin_layout Standard
24739 There are six varieties of cross-references:
24740 \end_layout
24741
24742 \begin_layout Description
24743 <reference>: prints the float number, this is the default: 
24744 \begin_inset CommandInset ref
24745 LatexCommand ref
24746 reference "fig:Two-distorted-images"
24747
24748 \end_inset
24749
24750
24751 \end_layout
24752
24753 \begin_layout Description
24754 (<reference>): prints the float number within two parentheses, this is the
24755  style normally used to reference formulas, especially when the reference
24756  name 
24757 \begin_inset Quotes eld
24758 \end_inset
24759
24760 Equation
24761 \begin_inset Quotes erd
24762 \end_inset
24763
24764  is omitted: 
24765 \begin_inset CommandInset ref
24766 LatexCommand eqref
24767 reference "eq:Wgn"
24768
24769 \end_inset
24770
24771
24772 \end_layout
24773
24774 \begin_layout Description
24775 <page>: prints the page number: Page
24776 \begin_inset space ~
24777 \end_inset
24778
24779
24780 \begin_inset CommandInset ref
24781 LatexCommand pageref
24782 reference "fig:Two-distorted-images"
24783
24784 \end_inset
24785
24786
24787 \end_layout
24788
24789 \begin_layout Description
24790 on
24791 \begin_inset space ~
24792 \end_inset
24793
24794 page
24795 \begin_inset space ~
24796 \end_inset
24797
24798 <page>: prints the text "on page" and the page number: 
24799 \begin_inset CommandInset ref
24800 LatexCommand vpageref
24801 reference "fig:Two-distorted-images"
24802
24803 \end_inset
24804
24805
24806 \end_layout
24807
24808 \begin_layout Description
24809 <reference>
24810 \begin_inset space ~
24811 \end_inset
24812
24813 on
24814 \begin_inset space ~
24815 \end_inset
24816
24817 page
24818 \begin_inset space ~
24819 \end_inset
24820
24821 <page>: prints the float number, the text "on page", and the page number:
24822  
24823 \begin_inset CommandInset ref
24824 LatexCommand vref
24825 reference "fig:Two-distorted-images"
24826
24827 \end_inset
24828
24829
24830 \end_layout
24831
24832 \begin_layout Description
24833 Formatted
24834 \begin_inset space ~
24835 \end_inset
24836
24837 reference: prints a self-defined cross-reference format.
24838 \begin_inset Newline newline
24839 \end_inset
24840
24841
24842 \begin_inset Note Greyedout
24843 status open
24844
24845 \begin_layout Plain Layout
24846
24847 \series bold
24848 Note:
24849 \series default
24850  This feature is only available when you have the \SpecialChar LaTeX
24851 -package 
24852 \series bold
24853 prettyref
24854 \series default
24855  or 
24856 \series bold
24857 refstyle
24858 \series default
24859
24860 \begin_inset Index idx
24861 status collapsed
24862
24863 \begin_layout Plain Layout
24864 \SpecialChar LaTeX
24865 -packages ! prettyref
24866 \end_layout
24867
24868 \end_inset
24869
24870
24871 \begin_inset Index idx
24872 status collapsed
24873
24874 \begin_layout Plain Layout
24875 \SpecialChar LaTeX
24876 -packages ! refstyle
24877 \end_layout
24878
24879 \end_inset
24880
24881  installed.
24882 \end_layout
24883
24884 \end_inset
24885
24886
24887 \begin_inset Newline newline
24888 \end_inset
24889
24890 You can select which \SpecialChar LaTeX
24891 -package should be used for this feature by setting
24892  the option 
24893 \family sans
24894 Use refstyle (not prettyref) for cross-references
24895 \family default
24896  in the menu 
24897 \family sans
24898 Document\SpecialChar menuseparator
24899 Settings\SpecialChar menuseparator
24900 Document Class
24901 \family default
24902 .
24903  The format is specified by adding the command 
24904 \series bold
24905
24906 \backslash
24907 newrefformat
24908 \series default
24909  (prettyref) or 
24910 \series bold
24911
24912 \backslash
24913 newref
24914 \series default
24915  (refstyle) to the preamble of the document.
24916  For example redefining all references to figures (which have the label
24917  shortcut 
24918 \begin_inset Quotes eld
24919 \end_inset
24920
24921
24922 \family sans
24923 fig
24924 \family default
24925
24926 \begin_inset Quotes erd
24927 \end_inset
24928
24929 ) can be done with this command
24930 \begin_inset Newline newline
24931 \end_inset
24932
24933
24934 \series bold
24935
24936 \backslash
24937 newref{fig}{refcmd={Image on page 
24938 \backslash
24939 pageref{#1}}}
24940 \series default
24941
24942 \begin_inset Newline newline
24943 \end_inset
24944
24945 For more information about the format, have a look at the package documentations
24946
24947 \begin_inset CommandInset citation
24948 LatexCommand cite
24949 key "prettyref,refstyle"
24950
24951 \end_inset
24952
24953 .
24954 \end_layout
24955
24956 \begin_layout Description
24957 Textual
24958 \begin_inset space ~
24959 \end_inset
24960
24961 reference: prints the caption of the reference: 
24962 \begin_inset CommandInset ref
24963 LatexCommand nameref
24964 reference "fig:Two-distorted-images"
24965
24966 \end_inset
24967
24968
24969 \end_layout
24970
24971 \begin_layout Standard
24972
24973 \family sans
24974 <page>
24975 \family default
24976  will not print the page number if the label is on the previous, the same,
24977  or the next page.
24978  You will e.
24979 \begin_inset space \thinspace{}
24980 \end_inset
24981
24982 g.
24983 \begin_inset space \space{}
24984 \end_inset
24985
24986 see the text 
24987 \begin_inset Quotes eld
24988 \end_inset
24989
24990
24991 \family sans
24992 on this page
24993 \family default
24994
24995 \begin_inset Quotes erd
24996 \end_inset
24997
24998  instead.
24999  The style 
25000 \family sans
25001 <reference> on page <page>
25002 \family default
25003  will not print anything about the page if the label is on the same page.
25004 \end_layout
25005
25006 \begin_layout Standard
25007 The number and current page of the part of the document referred to in the
25008  output is automatically calculated by \SpecialChar LaTeX
25009 .
25010  The varieties are adjusted in the field 
25011 \family sans
25012 Format
25013 \family default
25014  of the cross-reference window that appears when you click on the cross-referenc
25015 e box.
25016 \end_layout
25017
25018 \begin_layout Standard
25019 \begin_inset Note Greyedout
25020 status open
25021
25022 \begin_layout Plain Layout
25023
25024 \series bold
25025 Note:
25026 \series default
25027  It is recommended to use the \SpecialChar LaTeX
25028 -package 
25029 \series bold
25030 refstyle
25031 \series default
25032
25033 \begin_inset Index idx
25034 status collapsed
25035
25036 \begin_layout Plain Layout
25037 \SpecialChar LaTeX
25038 -packages ! refstyle
25039 \end_layout
25040
25041 \end_inset
25042
25043  because 
25044 \series bold
25045 prettyref
25046 \series default
25047
25048 \begin_inset Index idx
25049 status collapsed
25050
25051 \begin_layout Plain Layout
25052 \SpecialChar LaTeX
25053 -packages ! prettyref
25054 \end_layout
25055
25056 \end_inset
25057
25058  does not know all of \SpecialChar LyX
25059 's possible label shortcuts
25060 \begin_inset Foot
25061 status collapsed
25062
25063 \begin_layout Plain Layout
25064 \begin_inset Quotes eld
25065 \end_inset
25066
25067 fig:
25068 \begin_inset Quotes erd
25069 \end_inset
25070
25071  is for example \SpecialChar LyX
25072 's shortcut for labels in figure captions.
25073 \end_layout
25074
25075 \end_inset
25076
25077  and is not internationalized.
25078 \end_layout
25079
25080 \end_inset
25081
25082
25083 \end_layout
25084
25085 \begin_layout Subsection
25086 Automatic Reference Naming
25087 \begin_inset Index idx
25088 status collapsed
25089
25090 \begin_layout Plain Layout
25091 References ! Automatic Reference Naming
25092 \end_layout
25093
25094 \end_inset
25095
25096
25097 \end_layout
25098
25099 \begin_layout Standard
25100 The \SpecialChar LaTeX
25101 -package 
25102 \series bold
25103 hyperref
25104 \series default
25105
25106 \begin_inset Index idx
25107 status collapsed
25108
25109 \begin_layout Plain Layout
25110 \SpecialChar LaTeX
25111 -packages ! hyperref
25112 \end_layout
25113
25114 \end_inset
25115
25116 , that is enabled in the 
25117 \family sans
25118 PDF Properties
25119 \family default
25120  of the 
25121 \family sans
25122 Document Settings
25123 \family default
25124  dialog, provides a very useful feature that cross-references automatically
25125  include the name of the referenced floats (or text parts like 
25126 \emph on
25127 section
25128 \emph default
25129 ).
25130  So you will save having to write e.
25131 \begin_inset space \thinspace{}
25132 \end_inset
25133
25134 g.
25135 \begin_inset space \space{}
25136 \end_inset
25137
25138 the name 
25139 \begin_inset Quotes eld
25140 \end_inset
25141
25142 Figure
25143 \begin_inset Quotes erd
25144 \end_inset
25145
25146  before every reference to a figure.
25147  To use this feature, enable 
25148 \series bold
25149 hyperref
25150 \series default
25151  and insert this line to the \SpecialChar LaTeX
25152  preamble:
25153 \end_layout
25154
25155 \begin_layout Standard
25156
25157 \series bold
25158
25159 \backslash
25160 AtBeginDocument{
25161 \backslash
25162 renewcommand{
25163 \backslash
25164 ref}[1]{
25165 \backslash
25166 mbox{
25167 \backslash
25168 autoref{#1}}}}
25169 \end_layout
25170
25171 \begin_layout Standard
25172 When you prefer other reference names than the default ones, for example
25173  you want instead of 
25174 \begin_inset Quotes eld
25175 \end_inset
25176
25177 section
25178 \begin_inset Quotes erd
25179 \end_inset
25180
25181  the name 
25182 \begin_inset Quotes eld
25183 \end_inset
25184
25185 sec.
25186 \begin_inset space \thinspace{}
25187 \end_inset
25188
25189
25190 \begin_inset Quotes eld
25191 \end_inset
25192
25193 , you can redefine the name by inserting this in the preamble:
25194 \end_layout
25195
25196 \begin_layout Standard
25197
25198 \series bold
25199
25200 \backslash
25201 addto
25202 \backslash
25203 extrasenglish{
25204 \backslash
25205 renewcommand{
25206 \backslash
25207 sectionautorefname}
25208 \begin_inset Newline newline
25209 \end_inset
25210
25211
25212 \begin_inset Phantom HPhantom
25213 status open
25214
25215 \begin_layout Plain Layout
25216
25217 \series bold
25218 \begin_inset space ~
25219 \end_inset
25220
25221
25222 \end_layout
25223
25224 \end_inset
25225
25226 {sec.
25227 \backslash
25228 negthinspace}}
25229 \end_layout
25230
25231 \begin_layout Standard
25232 When you are using another document language than English, replace
25233 \begin_inset Newline newline
25234 \end_inset
25235
25236
25237 \series bold
25238
25239 \backslash
25240 extrasenglish
25241 \series default
25242  by 
25243 \series bold
25244
25245 \backslash
25246 extras***
25247 \series default
25248 , where *** is the name of the language used.
25249 \end_layout
25250
25251 \begin_layout Standard
25252 To get automatic names, but not for certain reference types, for example
25253  not for equations, use this preamble code:
25254 \end_layout
25255
25256 \begin_layout Standard
25257
25258 \series bold
25259
25260 \backslash
25261 addto
25262 \backslash
25263 extrasenglish{
25264 \backslash
25265 renewcommand*{
25266 \backslash
25267 equationautorefname}[1]{}}
25268 \end_layout
25269
25270 \begin_layout Standard
25271 More about this topic can be found in 
25272 \series bold
25273 hyperref
25274 \series default
25275 's documentation 
25276 \begin_inset CommandInset citation
25277 LatexCommand cite
25278 key "hyperref"
25279
25280 \end_inset
25281
25282 .
25283 \end_layout
25284
25285 \begin_layout Standard
25286 \begin_inset Note Greyedout
25287 status open
25288
25289 \begin_layout Plain Layout
25290
25291 \series bold
25292 Note:
25293 \series default
25294  Automatic reference naming cannot be used when you use cross-references
25295  in the 
25296 \family sans
25297 Formatted
25298 \begin_inset space ~
25299 \end_inset
25300
25301 reference
25302 \family default
25303  style, as described in section
25304 \begin_inset space ~
25305 \end_inset
25306
25307
25308 \begin_inset CommandInset ref
25309 LatexCommand ref
25310 reference "subsec:Cross-Reference-Formats"
25311
25312 \end_inset
25313
25314 .
25315 \end_layout
25316
25317 \end_inset
25318
25319
25320 \end_layout
25321
25322 \begin_layout Standard
25323 The 
25324 \emph on
25325 Math
25326 \emph default
25327  manual is an example where automatic reference naming is used.
25328 \end_layout
25329
25330 \begin_layout Subsection
25331 Reference Position
25332 \begin_inset CommandInset label
25333 LatexCommand label
25334 name "subsec:Reference-Position"
25335
25336 \end_inset
25337
25338
25339 \begin_inset Index idx
25340 status collapsed
25341
25342 \begin_layout Plain Layout
25343 References ! Reference Position
25344 \end_layout
25345
25346 \end_inset
25347
25348
25349 \end_layout
25350
25351 \begin_layout Standard
25352 If you use 
25353 \series bold
25354 hyperref
25355 \series default
25356
25357 \begin_inset Index idx
25358 status collapsed
25359
25360 \begin_layout Plain Layout
25361 \SpecialChar LaTeX
25362 -packages ! hyperref
25363 \end_layout
25364
25365 \end_inset
25366
25367  in the 
25368 \family sans
25369 PDF Properties
25370 \family default
25371  of the 
25372 \family sans
25373 Document Settings
25374 \family default
25375  dialog to link cross-references in the output, you will see that clicking
25376  on an image float reference jumps to the image label.
25377  The caption will be the first text part on the screen, so that you cannot
25378  see the image without scrolling.
25379  This is because the reference link anchor is placed at the position of
25380  the label.
25381  With the use of the package 
25382 \series bold
25383 hypcap
25384 \series default
25385
25386 \begin_inset Index idx
25387 status collapsed
25388
25389 \begin_layout Plain Layout
25390 \SpecialChar LaTeX
25391 -packages ! hypcap
25392 \end_layout
25393
25394 \end_inset
25395
25396 , which is part of the \SpecialChar LaTeX
25397 -package 
25398 \series bold
25399 oberdiek
25400 \series default
25401
25402 \begin_inset Index idx
25403 status collapsed
25404
25405 \begin_layout Plain Layout
25406 \SpecialChar LaTeX
25407 -packages ! oberdiek
25408 \end_layout
25409
25410 \end_inset
25411
25412 , the link anchor is placed at the beginning of a float.
25413  To use this feature for figure floats, load 
25414 \series bold
25415 hypcap
25416 \series default
25417  in the document preamble with the line
25418 \end_layout
25419
25420 \begin_layout Standard
25421
25422 \series bold
25423
25424 \backslash
25425 usepackage[figure]{hypcap}
25426 \end_layout
25427
25428 \begin_layout Standard
25429 You can also use 
25430 \series bold
25431 hypcap
25432 \series default
25433  for all float types but this is not recommended for stability reasons.
25434  For more information, have a look at 
25435 \series bold
25436 hypcap
25437 \series default
25438 's manual 
25439 \begin_inset CommandInset citation
25440 LatexCommand cite
25441 key "hypcap"
25442
25443 \end_inset
25444
25445 .
25446 \end_layout
25447
25448 \begin_layout Standard
25449 \begin_inset Note Greyedout
25450 status open
25451
25452 \begin_layout Plain Layout
25453
25454 \series bold
25455 Note:
25456 \series default
25457  
25458 \series bold
25459 hypcap
25460 \series default
25461  has no effect on references to subfigures.
25462 \end_layout
25463
25464 \end_inset
25465
25466
25467 \end_layout
25468
25469 \begin_layout Section
25470 Float Placement
25471 \begin_inset CommandInset label
25472 LatexCommand label
25473 name "sec:Float-Placement"
25474
25475 \end_inset
25476
25477
25478 \begin_inset Index idx
25479 status collapsed
25480
25481 \begin_layout Plain Layout
25482 Floats ! Placement
25483 \end_layout
25484
25485 \end_inset
25486
25487
25488 \end_layout
25489
25490 \begin_layout Standard
25491 Right-clicking on a float-box and clicking on 
25492 \family sans
25493 Settings
25494 \family default
25495  opens a dialog where you can alter the placement options that \SpecialChar LaTeX
25496  uses for
25497  positioning the float.
25498 \begin_inset Newline newline
25499 \end_inset
25500
25501 The option 
25502 \family sans
25503 Span
25504 \begin_inset space ~
25505 \end_inset
25506
25507 columns
25508 \family default
25509  is only useful for two-column documents: If you select it, the float will
25510  span both columns on the page instead of being confined to just one.
25511 \begin_inset Newline newline
25512 \end_inset
25513
25514 The option 
25515 \family sans
25516 Rotate
25517 \begin_inset space ~
25518 \end_inset
25519
25520 sideways
25521 \family default
25522  is used to rotate floats, see section 
25523 \begin_inset CommandInset ref
25524 LatexCommand ref
25525 reference "sec:Rotated-Floats"
25526
25527 \end_inset
25528
25529 .
25530 \end_layout
25531
25532 \begin_layout Standard
25533 You can use one or more of the following options in the float dialog to
25534  set the placement for a particular float when you uncheck the option 
25535 \family sans
25536 Use
25537 \begin_inset space ~
25538 \end_inset
25539
25540 default
25541 \begin_inset space ~
25542 \end_inset
25543
25544 placement
25545 \family default
25546 :
25547 \end_layout
25548
25549 \begin_layout Description
25550 Here
25551 \begin_inset space ~
25552 \end_inset
25553
25554 if
25555 \begin_inset space ~
25556 \end_inset
25557
25558 possible try to place the float on the position where it has been inserted
25559 \end_layout
25560
25561 \begin_layout Description
25562 Top
25563 \begin_inset space ~
25564 \end_inset
25565
25566 of
25567 \begin_inset space ~
25568 \end_inset
25569
25570 page try to place the float at the top of the current page
25571 \end_layout
25572
25573 \begin_layout Description
25574 Bottom
25575 \begin_inset space ~
25576 \end_inset
25577
25578 of
25579 \begin_inset space ~
25580 \end_inset
25581
25582 page try to place the float at the bottom of the current page
25583 \end_layout
25584
25585 \begin_layout Description
25586 Page
25587 \begin_inset space ~
25588 \end_inset
25589
25590 of
25591 \begin_inset space ~
25592 \end_inset
25593
25594 floats try to place the float on its own page
25595 \end_layout
25596
25597 \begin_layout Standard
25598 The order of the above option is 
25599 \emph on
25600 always
25601 \emph default
25602  used by \SpecialChar LaTeX
25603 .
25604  That means, if you use the default placement, \SpecialChar LaTeX
25605  will first try out 
25606 \family sans
25607 Here
25608 \begin_inset space ~
25609 \end_inset
25610
25611 if
25612 \begin_inset space ~
25613 \end_inset
25614
25615 possible
25616 \family default
25617 , then 
25618 \family sans
25619 Top
25620 \begin_inset space ~
25621 \end_inset
25622
25623 of
25624 \begin_inset space ~
25625 \end_inset
25626
25627 page
25628 \family default
25629 , and then the others.
25630  If you do not use the default, \SpecialChar LaTeX
25631  will try only the checked options but in
25632  the same order.
25633  If none of the 4
25634 \begin_inset space ~
25635 \end_inset
25636
25637 placements is possible the procedure is internally repeated trying to put
25638  the float on the following page.
25639 \end_layout
25640
25641 \begin_layout Standard
25642 By default, each option has its own rules:
25643 \end_layout
25644
25645 \begin_layout Labeling
25646 \labelwidthstring 00.00.0000
25647
25648 \family sans
25649 Top
25650 \begin_inset space ~
25651 \end_inset
25652
25653 of
25654 \begin_inset space ~
25655 \end_inset
25656
25657 page
25658 \family default
25659  only floats occupying less than 70
25660 \begin_inset space \thinspace{}
25661 \end_inset
25662
25663 % of the page can be placed at the top of a page (
25664 \series bold
25665
25666 \backslash
25667 topfraction
25668 \series default
25669 )
25670 \end_layout
25671
25672 \begin_layout Labeling
25673 \labelwidthstring 00.00.0000
25674
25675 \family sans
25676 Bottom
25677 \begin_inset space ~
25678 \end_inset
25679
25680 of
25681 \begin_inset space ~
25682 \end_inset
25683
25684 page
25685 \family default
25686 : only floats occupying less than 30
25687 \begin_inset space \thinspace{}
25688 \end_inset
25689
25690 % of the page can be placed at the bottom of a page.
25691  (
25692 \series bold
25693
25694 \backslash
25695 bottomfraction
25696 \series default
25697 )
25698 \end_layout
25699
25700 \begin_layout Labeling
25701 \labelwidthstring 00.00.0000
25702
25703 \family sans
25704 Page
25705 \begin_inset space ~
25706 \end_inset
25707
25708 of
25709 \begin_inset space ~
25710 \end_inset
25711
25712 floats
25713 \family default
25714 : only if more than 50
25715 \begin_inset space \thinspace{}
25716 \end_inset
25717
25718 % of the page is occupied by floats, several floats can be set together
25719  on a page.
25720  (
25721 \series bold
25722
25723 \backslash
25724 floatpagefraction
25725 \series default
25726 )
25727 \end_layout
25728
25729 \begin_layout Standard
25730 If you don't like these rules, you can ignore them by using the additional
25731  option 
25732 \family sans
25733 Ignore
25734 \begin_inset space ~
25735 \end_inset
25736
25737 \SpecialChar LaTeX
25738
25739 \begin_inset space ~
25740 \end_inset
25741
25742 rules
25743 \family default
25744 .
25745 \begin_inset Newline newline
25746 \end_inset
25747
25748 You can also redefine the rules with \SpecialChar LaTeX
25749 -commands that are given in parentheses
25750  after the rules description above.
25751  To increase for example the often too small default of the bottom-rule
25752  to 50
25753 \begin_inset space \thinspace{}
25754 \end_inset
25755
25756 % of the page, add this line to your document preamble:
25757 \end_layout
25758
25759 \begin_layout Standard
25760
25761 \series bold
25762
25763 \backslash
25764 renewcommand{
25765 \backslash
25766 bottomfraction}{0.5}
25767 \end_layout
25768
25769 \begin_layout Standard
25770 Sometimes you might need, under all circumstances, a float to be placed
25771  exactly at the position where it is inserted.
25772  For this case you can use the option 
25773 \family sans
25774 Here
25775 \begin_inset space ~
25776 \end_inset
25777
25778 definitely
25779 \family default
25780 .
25781  Use this option very rarely and only if the document is almost ready to
25782  be printed, because the float is then no longer able to 
25783 \begin_inset Quotes eld
25784 \end_inset
25785
25786 float
25787 \begin_inset Quotes erd
25788 \end_inset
25789
25790  when you change your document and this will often destroy the page layout.
25791 \end_layout
25792
25793 \begin_layout Standard
25794 There are no placement options for text wrap floats, because they are always
25795  surrounded by the text of a certain paragraph.
25796 \begin_inset VSpace bigskip
25797 \end_inset
25798
25799
25800 \end_layout
25801
25802 \begin_layout Standard
25803 Sometimes you have the problem that a float is placed at the top of a page
25804  while its corresponding section starts at the middle of the page, so that
25805  the reader could think the float is part of the previous section.
25806  To avoid this the \SpecialChar LaTeX
25807 -command 
25808 \series bold
25809
25810 \backslash
25811 suppressfloats
25812 \series default
25813  can be used.
25814  It suppresses a given float placement for the page where it is inserted
25815  and can therefore be used to avoid floats being set before a section starts.
25816  To get this, add these commands to your document preamble:
25817 \end_layout
25818
25819 \begin_layout Standard
25820
25821 \series bold
25822
25823 \backslash
25824 let
25825 \backslash
25826 mySection
25827 \backslash
25828 section
25829 \begin_inset Newline newline
25830 \end_inset
25831
25832
25833 \backslash
25834 renewcommand{
25835 \backslash
25836 section}{
25837 \backslash
25838 suppressfloats[t]
25839 \backslash
25840 mySection}
25841 \end_layout
25842
25843 \begin_layout Standard
25844 You can define the same for all section headings, like chapters and subsections.
25845  This definition is not recommended to be used for small text parts like
25846  subsubsections because \SpecialChar LaTeX
25847  may then have problems finding a suitable placement.
25848 \end_layout
25849
25850 \begin_layout Standard
25851 \begin_inset VSpace bigskip
25852 \end_inset
25853
25854 In some cases it is required to have all figures/tables at the end of the
25855  document.
25856  For this purpose the \SpecialChar LaTeX
25857 -package 
25858 \series bold
25859 endfloat
25860 \series default
25861
25862 \begin_inset Index idx
25863 status collapsed
25864
25865 \begin_layout Plain Layout
25866 \SpecialChar LaTeX
25867 -packages ! endfloat
25868 \end_layout
25869
25870 \end_inset
25871
25872  was developed.
25873  It puts all figure and table floats at the end of the document into their
25874  own sections.
25875  At the original float position a text hint like 
25876 \begin_inset Quotes eld
25877 \end_inset
25878
25879
25880 \family sans
25881 [Figure
25882 \begin_inset space ~
25883 \end_inset
25884
25885 3.2 about here.]
25886 \family default
25887
25888 \begin_inset Quotes erd
25889 \end_inset
25890
25891  is inserted.
25892  The endfloat-package is loaded in the preamble with the line
25893 \end_layout
25894
25895 \begin_layout Standard
25896
25897 \series bold
25898
25899 \backslash
25900 usepackage[options]{endfloat}
25901 \end_layout
25902
25903 \begin_layout Standard
25904 There are various package options to format the created figure/table sections.
25905  For more information we refer you to the 
25906 \series bold
25907 endfloat
25908 \series default
25909  documentation 
25910 \begin_inset CommandInset citation
25911 LatexCommand cite
25912 key "endfloat"
25913
25914 \end_inset
25915
25916 .
25917 \begin_inset Newline newline
25918 \end_inset
25919
25920
25921 \begin_inset Note Greyedout
25922 status open
25923
25924 \begin_layout Plain Layout
25925
25926 \series bold
25927 Note: endfloat
25928 \series default
25929  doesn't provide an automatic translation for the text hint, you have to
25930  do this manually, see section
25931 \begin_inset space ~
25932 \end_inset
25933
25934 4 in 
25935 \begin_inset CommandInset citation
25936 LatexCommand cite
25937 key "endfloat"
25938
25939 \end_inset
25940
25941 .
25942 \end_layout
25943
25944 \end_inset
25945
25946
25947 \begin_inset Newline newline
25948 \end_inset
25949
25950
25951 \begin_inset Note Greyedout
25952 status open
25953
25954 \begin_layout Plain Layout
25955
25956 \series bold
25957 Note:
25958 \series default
25959  There is currently a bug in 
25960 \series bold
25961 endfloat
25962 \series default
25963  when the caption contains a German 
25964 \begin_inset Quotes eld
25965 \end_inset
25966
25967 ß
25968 \begin_inset Quotes erd
25969 \end_inset
25970
25971 .
25972  Use in this case the command 
25973 \begin_inset Quotes eld
25974 \end_inset
25975
25976
25977 \series bold
25978
25979 \backslash
25980 ss
25981 \series default
25982
25983 \begin_inset Quotes erd
25984 \end_inset
25985
25986  in \SpecialChar TeX
25987  Code instead of 
25988 \begin_inset Quotes eld
25989 \end_inset
25990
25991 ß
25992 \begin_inset Quotes erd
25993 \end_inset
25994
25995 .
25996 \end_layout
25997
25998 \end_inset
25999
26000
26001 \end_layout
26002
26003 \begin_layout Standard
26004 \begin_inset VSpace bigskip
26005 \end_inset
26006
26007 For more details about float placements, have a look at \SpecialChar LaTeX
26008  books, 
26009 \begin_inset CommandInset citation
26010 LatexCommand cite
26011 key "latexcompanion,latexguide,latexbook"
26012
26013 \end_inset
26014
26015 .
26016 \end_layout
26017
26018 \begin_layout Section
26019 Rotated Floats
26020 \begin_inset CommandInset label
26021 LatexCommand label
26022 name "sec:Rotated-Floats"
26023
26024 \end_inset
26025
26026
26027 \begin_inset Index idx
26028 status collapsed
26029
26030 \begin_layout Plain Layout
26031 Floats ! Rotating
26032 \end_layout
26033
26034 \end_inset
26035
26036
26037 \end_layout
26038
26039 \begin_layout Standard
26040 Especially for wide tables you might have floats rotated.
26041  To rotate a whole float including the caption, right-click on the float-box
26042  and use the option 
26043 \family sans
26044 Rotate
26045 \begin_inset space ~
26046 \end_inset
26047
26048 sideways
26049 \family default
26050 .
26051 \end_layout
26052
26053 \begin_layout Standard
26054 Rotated floats are always placed on a page of their own (or column of their
26055  own; in case you have a multi-column document).
26056  You can let them span several columns using the float settings option 
26057 \family sans
26058 Span
26059 \begin_inset space ~
26060 \end_inset
26061
26062 columns
26063 \family default
26064 .
26065  Floats are rotated so that you can read them from the outside margin.
26066  To force a certain rotation direction for all pages, you can add either
26067  the option 
26068 \series bold
26069 figuresleft
26070 \series default
26071  or 
26072 \series bold
26073 figuresright
26074 \series default
26075  to the document class options.
26076 \end_layout
26077
26078 \begin_layout Standard
26079 Referencing rotated floats is the same as for normal floats, the caption
26080  format is also the same: Table
26081 \begin_inset space ~
26082 \end_inset
26083
26084
26085 \begin_inset CommandInset ref
26086 LatexCommand ref
26087 reference "tab:Rotated-table"
26088
26089 \end_inset
26090
26091  is an example of a rotated table float.
26092 \end_layout
26093
26094 \begin_layout Standard
26095 \begin_inset Note Greyedout
26096 status open
26097
26098 \begin_layout Plain Layout
26099
26100 \series bold
26101 Note:
26102 \series default
26103  Not all DVI-viewers are able to display rotated floats.
26104 \end_layout
26105
26106 \end_inset
26107
26108
26109 \end_layout
26110
26111 \begin_layout Standard
26112 \begin_inset Float table
26113 wide false
26114 sideways true
26115 status open
26116
26117 \begin_layout Plain Layout
26118 \begin_inset Caption Standard
26119
26120 \begin_layout Plain Layout
26121 \begin_inset CommandInset label
26122 LatexCommand label
26123 name "tab:Rotated-table"
26124
26125 \end_inset
26126
26127  Rotated table
26128 \end_layout
26129
26130 \end_inset
26131
26132
26133 \end_layout
26134
26135 \begin_layout Plain Layout
26136 \align center
26137 \begin_inset Tabular
26138 <lyxtabular version="3" rows="1" columns="5">
26139 <features tabularvalignment="middle">
26140 <column alignment="center" valignment="top">
26141 <column alignment="center" valignment="top">
26142 <column alignment="center" valignment="top">
26143 <column alignment="center" valignment="top">
26144 <column alignment="center" valignment="top">
26145 <row>
26146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26147 \begin_inset Text
26148
26149 \begin_layout Plain Layout
26150 test
26151 \end_layout
26152
26153 \end_inset
26154 </cell>
26155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26156 \begin_inset Text
26157
26158 \begin_layout Plain Layout
26159 b
26160 \end_layout
26161
26162 \end_inset
26163 </cell>
26164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26165 \begin_inset Text
26166
26167 \begin_layout Plain Layout
26168 c
26169 \end_layout
26170
26171 \end_inset
26172 </cell>
26173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26174 \begin_inset Text
26175
26176 \begin_layout Plain Layout
26177 d
26178 \end_layout
26179
26180 \end_inset
26181 </cell>
26182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26183 \begin_inset Text
26184
26185 \begin_layout Plain Layout
26186 e
26187 \end_layout
26188
26189 \end_inset
26190 </cell>
26191 </row>
26192 </lyxtabular>
26193
26194 \end_inset
26195
26196
26197 \end_layout
26198
26199 \end_inset
26200
26201
26202 \end_layout
26203
26204 \begin_layout Section
26205 Subfloats
26206 \begin_inset Index idx
26207 status collapsed
26208
26209 \begin_layout Plain Layout
26210 Floats ! Subfloats
26211 \end_layout
26212
26213 \end_inset
26214
26215
26216 \end_layout
26217
26218 \begin_layout Standard
26219 Subfloats are for example used when a figure consists of several images.
26220  They are created by inserting a float into an existing float.
26221  The placement of the subfloats can be controlled in the same way as for
26222  paragraphs as shown in table
26223 \begin_inset space ~
26224 \end_inset
26225
26226
26227 \begin_inset CommandInset ref
26228 LatexCommand ref
26229 reference "tab:Two-subtables-side"
26230
26231 \end_inset
26232
26233  and 
26234 \begin_inset CommandInset ref
26235 LatexCommand ref
26236 reference "tab:Two-subtables-upon"
26237
26238 \end_inset
26239
26240 .
26241 \end_layout
26242
26243 \begin_layout Standard
26244 Referencing subfloats works as for normal floats: Table
26245 \begin_inset space ~
26246 \end_inset
26247
26248
26249 \begin_inset CommandInset ref
26250 LatexCommand ref
26251 reference "tab:This-is-subtable-a"
26252
26253 \end_inset
26254
26255  and 
26256 \begin_inset CommandInset ref
26257 LatexCommand ref
26258 reference "tab:This-is-subtable-b"
26259
26260 \end_inset
26261
26262  are subtables of table
26263 \begin_inset space ~
26264 \end_inset
26265
26266
26267 \begin_inset CommandInset ref
26268 LatexCommand ref
26269 reference "tab:Two-subtables-side"
26270
26271 \end_inset
26272
26273 .
26274 \end_layout
26275
26276 \begin_layout Standard
26277 \begin_inset Float table
26278 wide false
26279 sideways false
26280 status open
26281
26282 \begin_layout Plain Layout
26283 \begin_inset Caption Standard
26284
26285 \begin_layout Plain Layout
26286 \begin_inset CommandInset label
26287 LatexCommand label
26288 name "tab:Two-subtables-side"
26289
26290 \end_inset
26291
26292 Two subtables placed side by side.
26293 \end_layout
26294
26295 \end_inset
26296
26297
26298 \end_layout
26299
26300 \begin_layout Plain Layout
26301 \align center
26302 \begin_inset space \hfill{}
26303 \end_inset
26304
26305
26306 \begin_inset Float table
26307 wide false
26308 sideways false
26309 status collapsed
26310
26311 \begin_layout Plain Layout
26312 \begin_inset Caption Standard
26313
26314 \begin_layout Plain Layout
26315 \begin_inset CommandInset label
26316 LatexCommand label
26317 name "tab:This-is-subtable-a"
26318
26319 \end_inset
26320
26321 This is subtable a.
26322 \end_layout
26323
26324 \end_inset
26325
26326
26327 \end_layout
26328
26329 \begin_layout Plain Layout
26330 \align center
26331 \begin_inset Tabular
26332 <lyxtabular version="3" rows="1" columns="5">
26333 <features tabularvalignment="middle">
26334 <column alignment="center" valignment="top">
26335 <column alignment="center" valignment="top">
26336 <column alignment="center" valignment="top">
26337 <column alignment="center" valignment="top">
26338 <column alignment="center" valignment="top">
26339 <row>
26340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26341 \begin_inset Text
26342
26343 \begin_layout Plain Layout
26344 test
26345 \end_layout
26346
26347 \end_inset
26348 </cell>
26349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26350 \begin_inset Text
26351
26352 \begin_layout Plain Layout
26353 b
26354 \end_layout
26355
26356 \end_inset
26357 </cell>
26358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26359 \begin_inset Text
26360
26361 \begin_layout Plain Layout
26362 c
26363 \end_layout
26364
26365 \end_inset
26366 </cell>
26367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26368 \begin_inset Text
26369
26370 \begin_layout Plain Layout
26371 d
26372 \end_layout
26373
26374 \end_inset
26375 </cell>
26376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26377 \begin_inset Text
26378
26379 \begin_layout Plain Layout
26380 e
26381 \end_layout
26382
26383 \end_inset
26384 </cell>
26385 </row>
26386 </lyxtabular>
26387
26388 \end_inset
26389
26390
26391 \end_layout
26392
26393 \end_inset
26394
26395
26396 \begin_inset space \hfill{}
26397 \end_inset
26398
26399
26400 \begin_inset Float table
26401 wide false
26402 sideways false
26403 status collapsed
26404
26405 \begin_layout Plain Layout
26406 \begin_inset Caption Standard
26407
26408 \begin_layout Plain Layout
26409 \begin_inset CommandInset label
26410 LatexCommand label
26411 name "tab:This-is-subtable-b"
26412
26413 \end_inset
26414
26415 This is subtable b.
26416 \end_layout
26417
26418 \end_inset
26419
26420
26421 \end_layout
26422
26423 \begin_layout Plain Layout
26424 \align center
26425 \begin_inset Tabular
26426 <lyxtabular version="3" rows="1" columns="5">
26427 <features tabularvalignment="middle">
26428 <column alignment="center" valignment="top">
26429 <column alignment="center" valignment="top">
26430 <column alignment="center" valignment="top">
26431 <column alignment="center" valignment="top">
26432 <column alignment="center" valignment="top">
26433 <row>
26434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26435 \begin_inset Text
26436
26437 \begin_layout Plain Layout
26438 e
26439 \end_layout
26440
26441 \end_inset
26442 </cell>
26443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26444 \begin_inset Text
26445
26446 \begin_layout Plain Layout
26447 d
26448 \end_layout
26449
26450 \end_inset
26451 </cell>
26452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26453 \begin_inset Text
26454
26455 \begin_layout Plain Layout
26456 c
26457 \end_layout
26458
26459 \end_inset
26460 </cell>
26461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26462 \begin_inset Text
26463
26464 \begin_layout Plain Layout
26465 b
26466 \end_layout
26467
26468 \end_inset
26469 </cell>
26470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26471 \begin_inset Text
26472
26473 \begin_layout Plain Layout
26474 test
26475 \end_layout
26476
26477 \end_inset
26478 </cell>
26479 </row>
26480 </lyxtabular>
26481
26482 \end_inset
26483
26484
26485 \end_layout
26486
26487 \end_inset
26488
26489
26490 \begin_inset space \hfill{}
26491 \end_inset
26492
26493
26494 \end_layout
26495
26496 \end_inset
26497
26498
26499 \end_layout
26500
26501 \begin_layout Standard
26502 \begin_inset Float table
26503 wide false
26504 sideways false
26505 status open
26506
26507 \begin_layout Plain Layout
26508 \begin_inset Caption Standard
26509
26510 \begin_layout Plain Layout
26511 \begin_inset CommandInset label
26512 LatexCommand label
26513 name "tab:Two-subtables-upon"
26514
26515 \end_inset
26516
26517 Two subtables placed one above the other.
26518  (a) table with 4 cells, (b) table with 5 cells.
26519 \end_layout
26520
26521 \end_inset
26522
26523
26524 \end_layout
26525
26526 \begin_layout Plain Layout
26527 \align center
26528 \begin_inset Float table
26529 wide false
26530 sideways false
26531 status collapsed
26532
26533 \begin_layout Plain Layout
26534 \begin_inset Caption Standard
26535
26536 \begin_layout Plain Layout
26537
26538 \end_layout
26539
26540 \end_inset
26541
26542
26543 \end_layout
26544
26545 \begin_layout Plain Layout
26546 \align center
26547 \begin_inset Tabular
26548 <lyxtabular version="3" rows="1" columns="4">
26549 <features tabularvalignment="middle">
26550 <column alignment="center" valignment="top">
26551 <column alignment="center" valignment="top">
26552 <column alignment="center" valignment="top">
26553 <column alignment="center" valignment="top">
26554 <row>
26555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26556 \begin_inset Text
26557
26558 \begin_layout Plain Layout
26559 test
26560 \end_layout
26561
26562 \end_inset
26563 </cell>
26564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26565 \begin_inset Text
26566
26567 \begin_layout Plain Layout
26568 test
26569 \end_layout
26570
26571 \end_inset
26572 </cell>
26573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26574 \begin_inset Text
26575
26576 \begin_layout Plain Layout
26577 test
26578 \end_layout
26579
26580 \end_inset
26581 </cell>
26582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26583 \begin_inset Text
26584
26585 \begin_layout Plain Layout
26586 test
26587 \end_layout
26588
26589 \end_inset
26590 </cell>
26591 </row>
26592 </lyxtabular>
26593
26594 \end_inset
26595
26596
26597 \end_layout
26598
26599 \end_inset
26600
26601
26602 \end_layout
26603
26604 \begin_layout Plain Layout
26605 \align center
26606 \begin_inset Float table
26607 wide false
26608 sideways false
26609 status collapsed
26610
26611 \begin_layout Plain Layout
26612 \begin_inset Caption Standard
26613
26614 \begin_layout Plain Layout
26615
26616 \end_layout
26617
26618 \end_inset
26619
26620
26621 \end_layout
26622
26623 \begin_layout Plain Layout
26624 \align center
26625 \begin_inset Tabular
26626 <lyxtabular version="3" rows="1" columns="5">
26627 <features tabularvalignment="middle">
26628 <column alignment="center" valignment="top">
26629 <column alignment="center" valignment="top">
26630 <column alignment="center" valignment="top">
26631 <column alignment="center" valignment="top">
26632 <column alignment="center" valignment="top">
26633 <row>
26634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26635 \begin_inset Text
26636
26637 \begin_layout Plain Layout
26638 a
26639 \end_layout
26640
26641 \end_inset
26642 </cell>
26643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26644 \begin_inset Text
26645
26646 \begin_layout Plain Layout
26647 b
26648 \end_layout
26649
26650 \end_inset
26651 </cell>
26652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26653 \begin_inset Text
26654
26655 \begin_layout Plain Layout
26656 c
26657 \end_layout
26658
26659 \end_inset
26660 </cell>
26661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26662 \begin_inset Text
26663
26664 \begin_layout Plain Layout
26665 d
26666 \end_layout
26667
26668 \end_inset
26669 </cell>
26670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26671 \begin_inset Text
26672
26673 \begin_layout Plain Layout
26674 e
26675 \end_layout
26676
26677 \end_inset
26678 </cell>
26679 </row>
26680 </lyxtabular>
26681
26682 \end_inset
26683
26684
26685 \end_layout
26686
26687 \end_inset
26688
26689
26690 \end_layout
26691
26692 \end_inset
26693
26694
26695 \end_layout
26696
26697 \begin_layout Section
26698 Floats Side by Side
26699 \begin_inset Index idx
26700 status collapsed
26701
26702 \begin_layout Plain Layout
26703 Floats ! Side by side
26704 \end_layout
26705
26706 \end_inset
26707
26708
26709 \end_layout
26710
26711 \begin_layout Standard
26712 To place floats side by side, as in Figures
26713 \begin_inset space ~
26714 \end_inset
26715
26716
26717 \begin_inset CommandInset ref
26718 LatexCommand ref
26719 reference "fig:Float-left"
26720
26721 \end_inset
26722
26723  and 
26724 \begin_inset CommandInset ref
26725 LatexCommand ref
26726 reference "fig:Float-right"
26727
26728 \end_inset
26729
26730 , only 
26731 \emph on
26732 one
26733 \emph default
26734  float is used.
26735  In it two minipage boxes are inserted.
26736 \begin_inset Foot
26737 status collapsed
26738
26739 \begin_layout Plain Layout
26740 Minipages are explained in section
26741 \begin_inset space ~
26742 \end_inset
26743
26744
26745 \begin_inset CommandInset ref
26746 LatexCommand ref
26747 reference "sec:Minipages"
26748
26749 \end_inset
26750
26751 .
26752 \end_layout
26753
26754 \end_inset
26755
26756  The width is set to 45
26757 \begin_inset space \thinspace{}
26758 \end_inset
26759
26760 -50
26761 \begin_inset space \thinspace{}
26762 \end_inset
26763
26764 column% and the box alignment to 
26765 \family sans
26766 Bottom
26767 \family default
26768  for each minipage.
26769  The minipage boxes contain the image and the caption in the same way as
26770  they are in a float.
26771  The only difference is that the image unit 
26772 \family sans
26773 Column
26774 \begin_inset space ~
26775 \end_inset
26776
26777 Width
26778 \begin_inset space ~
26779 \end_inset
26780
26781 %
26782 \family default
26783  is now calculated according to the width of the minipage boxes.
26784 \end_layout
26785
26786 \begin_layout Standard
26787 \begin_inset Float figure
26788 wide false
26789 sideways false
26790 status open
26791
26792 \begin_layout Plain Layout
26793 \begin_inset Box Frameless
26794 position "b"
26795 hor_pos "c"
26796 has_inner_box 1
26797 inner_pos "t"
26798 use_parbox 0
26799 use_makebox 0
26800 width "45col%"
26801 special "none"
26802 height "1in"
26803 height_special "totalheight"
26804 thickness "0.4pt"
26805 separation "3pt"
26806 shadowsize "4pt"
26807 framecolor "black"
26808 backgroundcolor "none"
26809 status open
26810
26811 \begin_layout Plain Layout
26812 \align center
26813 \begin_inset Graphics
26814         filename clipart/mobius.eps
26815         lyxscale 50
26816         width 100col%
26817         scaleBeforeRotation
26818
26819 \end_inset
26820
26821
26822 \end_layout
26823
26824 \begin_layout Plain Layout
26825 \begin_inset Caption Standard
26826
26827 \begin_layout Plain Layout
26828 \begin_inset CommandInset label
26829 LatexCommand label
26830 name "fig:Float-left"
26831
26832 \end_inset
26833
26834 Float on the left side.
26835 \end_layout
26836
26837 \end_inset
26838
26839
26840 \end_layout
26841
26842 \end_inset
26843
26844
26845 \begin_inset space \hfill{}
26846 \end_inset
26847
26848
26849 \begin_inset Box Frameless
26850 position "b"
26851 hor_pos "c"
26852 has_inner_box 1
26853 inner_pos "t"
26854 use_parbox 0
26855 use_makebox 0
26856 width "45col%"
26857 special "none"
26858 height "1in"
26859 height_special "totalheight"
26860 thickness "0.4pt"
26861 separation "3pt"
26862 shadowsize "4pt"
26863 framecolor "black"
26864 backgroundcolor "none"
26865 status open
26866
26867 \begin_layout Plain Layout
26868 \align center
26869 \begin_inset Graphics
26870         filename clipart/platypus.eps
26871         lyxscale 50
26872         width 100col%
26873         scaleBeforeRotation
26874
26875 \end_inset
26876
26877
26878 \end_layout
26879
26880 \begin_layout Plain Layout
26881 \begin_inset Caption Standard
26882
26883 \begin_layout Plain Layout
26884 \begin_inset CommandInset label
26885 LatexCommand label
26886 name "fig:Float-right"
26887
26888 \end_inset
26889
26890 Float on the right side.
26891 \end_layout
26892
26893 \end_inset
26894
26895
26896 \end_layout
26897
26898 \end_inset
26899
26900
26901 \end_layout
26902
26903 \begin_layout Plain Layout
26904
26905 \end_layout
26906
26907 \end_inset
26908
26909
26910 \change_inserted 2047637253 1447344411
26911
26912 \end_layout
26913
26914 \begin_layout Standard
26915
26916 \change_inserted 2047637253 1447344943
26917 Putting two floats side-by-side is made simpler using variable-width minipages
26918  (Section
26919 \begin_inset space ~
26920 \end_inset
26921
26922
26923 \begin_inset CommandInset ref
26924 LatexCommand ref
26925 reference "sec:Varwidth"
26926
26927 \end_inset
26928
26929 ).
26930  Variable-width minipages adapt automatically to the width of the figures.
26931  They do not require an explicit width to be given, and they improve the
26932  horizontal alignment of the figures.
26933  The file 
26934 \family typewriter
26935 examples/varwidth-floats-side-by-side.lyx
26936 \family default
26937  gives examples of how to do this.
26938 \change_unchanged
26939
26940 \end_layout
26941
26942 \begin_layout Section
26943 Caption Formatting
26944 \begin_inset Index idx
26945 status collapsed
26946
26947 \begin_layout Plain Layout
26948 Caption ! Formatting
26949 \end_layout
26950
26951 \end_inset
26952
26953
26954 \begin_inset Index idx
26955 status collapsed
26956
26957 \begin_layout Plain Layout
26958 Floats ! Caption Formatting
26959 \end_layout
26960
26961 \end_inset
26962
26963
26964 \begin_inset CommandInset label
26965 LatexCommand label
26966 name "sec:Caption-Formatting"
26967
26968 \end_inset
26969
26970
26971 \end_layout
26972
26973 \begin_layout Standard
26974 The 
26975 \family sans
26976 Caption
26977 \family default
26978  environment is the default paragraph environment for 
26979 \family sans
26980 Floats
26981 \family default
26982 .
26983  On the \SpecialChar LyX
26984  screen captions appear as a label, e.
26985 \begin_inset space \thinspace{}
26986 \end_inset
26987
26988 g.
26989 \begin_inset space \space{}
26990 \end_inset
26991
26992
26993 \begin_inset Quotes eld
26994 \end_inset
26995
26996
26997 \family sans
26998 Figure #:
26999 \family default
27000
27001 \begin_inset Quotes erd
27002 \end_inset
27003
27004  followed by the caption text.
27005  
27006 \begin_inset Quotes eld
27007 \end_inset
27008
27009 #
27010 \begin_inset Quotes erd
27011 \end_inset
27012
27013  is the actual reference number.
27014  By default the label and the number are in the same font as the caption
27015  text and a colon follows the number to divide the label from the text.
27016  This caption format is suitable for many but not all documents.
27017  
27018 \end_layout
27019
27020 \begin_layout Standard
27021 To change the default caption format, load the \SpecialChar LaTeX
27022 -package 
27023 \series bold
27024 caption
27025 \series default
27026
27027 \begin_inset Index idx
27028 status collapsed
27029
27030 \begin_layout Plain Layout
27031 \SpecialChar LaTeX
27032 -packages ! caption
27033 \end_layout
27034
27035 \end_inset
27036
27037  in the document preamble with this line:
27038 \end_layout
27039
27040 \begin_layout Standard
27041
27042 \series bold
27043
27044 \backslash
27045 usepackage[format definition]{caption}
27046 \end_layout
27047
27048 \begin_layout Standard
27049 To have for example the label and the number in sans-serif, bold font and
27050  the table captions always above the table as in this document, use the
27051  following command:
27052 \end_layout
27053
27054 \begin_layout Standard
27055
27056 \series bold
27057
27058 \backslash
27059 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
27060 \end_layout
27061
27062 \begin_layout Standard
27063 You can also define different caption formats for the different float types.
27064  In this case load the 
27065 \series bold
27066 caption
27067 \series default
27068  package without format specific options and define the different formats
27069  with the help of the command
27070 \end_layout
27071
27072 \begin_layout Standard
27073
27074 \series bold
27075
27076 \backslash
27077 captionsetup[float type]{format definition}
27078 \end_layout
27079
27080 \begin_layout Standard
27081 in the document preamble.
27082  For example the caption formats of Figure
27083 \begin_inset space ~
27084 \end_inset
27085
27086
27087 \begin_inset CommandInset ref
27088 LatexCommand ref
27089 reference "fig:This-is-an-fig"
27090
27091 \end_inset
27092
27093  and Table
27094 \begin_inset space ~
27095 \end_inset
27096
27097
27098 \begin_inset CommandInset ref
27099 LatexCommand ref
27100 reference "tab:This-is-an-tab"
27101
27102 \end_inset
27103
27104  can be created using these commands in the document preamble:
27105 \end_layout
27106
27107 \begin_layout Standard
27108
27109 \series bold
27110
27111 \backslash
27112 usepackage[tableposition=top]{caption}
27113 \series default
27114
27115 \begin_inset Newline newline
27116 \end_inset
27117
27118
27119 \series bold
27120
27121 \backslash
27122 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
27123 \begin_inset Newline newline
27124 \end_inset
27125
27126
27127 \begin_inset Phantom HPhantom
27128 status open
27129
27130 \begin_layout Plain Layout
27131
27132 \series bold
27133
27134 \backslash
27135 captionsetup[figure]{
27136 \end_layout
27137
27138 \end_inset
27139
27140 labelsep=period}
27141 \begin_inset Newline newline
27142 \end_inset
27143
27144
27145 \backslash
27146 captionsetup[table]{labelfont={bf,sf}}
27147 \end_layout
27148
27149 \begin_layout Standard
27150 \begin_inset Note Greyedout
27151 status open
27152
27153 \begin_layout Plain Layout
27154
27155 \series bold
27156 Note:
27157 \series default
27158  The option 
27159 \series bold
27160 tableposition=top
27161 \series default
27162  has no effect when a 
27163 \series bold
27164 KOMA-Script
27165 \series default
27166
27167 \begin_inset Index idx
27168 status collapsed
27169
27170 \begin_layout Plain Layout
27171 \SpecialChar LaTeX
27172 -packages ! KOMA-Script
27173 \end_layout
27174
27175 \end_inset
27176
27177  document class is used.
27178  In this case the document class option 
27179 \series bold
27180 captions=tableheading
27181 \series default
27182  must be used.
27183 \end_layout
27184
27185 \end_inset
27186
27187
27188 \end_layout
27189
27190 \begin_layout Standard
27191 For more information about the package 
27192 \series bold
27193 caption
27194 \series default
27195  we refer to its documentation 
27196 \begin_inset CommandInset citation
27197 LatexCommand cite
27198 key "caption"
27199
27200 \end_inset
27201
27202 .
27203 \end_layout
27204
27205 \begin_layout Standard
27206 To change the label name from e.
27207 \begin_inset space \thinspace{}
27208 \end_inset
27209
27210 g.
27211 \begin_inset space \space{}
27212 \end_inset
27213
27214
27215 \begin_inset Quotes eld
27216 \end_inset
27217
27218 Figure
27219 \begin_inset Quotes erd
27220 \end_inset
27221
27222  to 
27223 \begin_inset Quotes eld
27224 \end_inset
27225
27226 Image
27227 \begin_inset Quotes erd
27228 \end_inset
27229
27230  use this preamble command:
27231 \end_layout
27232
27233 \begin_layout Standard
27234
27235 \series bold
27236
27237 \backslash
27238 renewcommand{
27239 \backslash
27240 fnum@figure}{Image~
27241 \backslash
27242 thefigure}
27243 \end_layout
27244
27245 \begin_layout Standard
27246 where 
27247 \series bold
27248
27249 \backslash
27250 thefigure
27251 \series default
27252  inserts the figure number and
27253 \series bold
27254  
27255 \begin_inset Quotes eld
27256 \end_inset
27257
27258 ~
27259 \series default
27260
27261 \begin_inset Quotes erd
27262 \end_inset
27263
27264  creates a protected space.
27265 \end_layout
27266
27267 \begin_layout Standard
27268 \begin_inset VSpace bigskip
27269 \end_inset
27270
27271 If you are using a 
27272 \series bold
27273 KOMA-Script
27274 \series default
27275
27276 \begin_inset Index idx
27277 status collapsed
27278
27279 \begin_layout Plain Layout
27280 \SpecialChar LaTeX
27281 -packages ! KOMA-Script
27282 \end_layout
27283
27284 \end_inset
27285
27286  document class (
27287 \family sans
27288 article (KOMA-Script)
27289 \family default
27290
27291 \family sans
27292 book (KOMA-Script)
27293 \family default
27294
27295 \family sans
27296 letter (KOMA-Script)
27297 \family default
27298 , or 
27299 \family sans
27300 report (KOMA-Script)
27301 \family default
27302
27303 \begin_inset space \thinspace{}
27304 \end_inset
27305
27306 ), you can alternatively to the 
27307 \series bold
27308 caption
27309 \series default
27310  package use 
27311 \series bold
27312 KOMA-Script
27313 \series default
27314 's built-in command 
27315 \series bold
27316
27317 \backslash
27318 setkomafont
27319 \series default
27320 .
27321  For example, to have the caption label in bold, add this command to your
27322  document preamble:
27323 \end_layout
27324
27325 \begin_layout Standard
27326
27327 \series bold
27328
27329 \backslash
27330 setkomafont{captionlabel}{
27331 \backslash
27332 bfseries}
27333 \end_layout
27334
27335 \begin_layout Standard
27336 For more information about 
27337 \series bold
27338
27339 \backslash
27340 setkomafont
27341 \series default
27342  we refer to the 
27343 \series bold
27344 KOMA-Script
27345 \series default
27346  documentation 
27347 \begin_inset CommandInset citation
27348 LatexCommand cite
27349 key "KOMA-Script"
27350
27351 \end_inset
27352
27353 .
27354 \end_layout
27355
27356 \begin_layout Standard
27357 \begin_inset ERT
27358 status collapsed
27359
27360 \begin_layout Plain Layout
27361
27362
27363 \backslash
27364 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
27365 }
27366 \end_layout
27367
27368 \end_inset
27369
27370
27371 \begin_inset Note Note
27372 status open
27373
27374 \begin_layout Plain Layout
27375 The caption format is changed only for this example.
27376 \end_layout
27377
27378 \end_inset
27379
27380
27381 \end_layout
27382
27383 \begin_layout Standard
27384 \begin_inset Float figure
27385 placement !p
27386 wide false
27387 sideways false
27388 status open
27389
27390 \begin_layout Plain Layout
27391 \align center
27392 \begin_inset Graphics
27393         filename clipart/mobius.eps
27394         lyxscale 50
27395         scale 50
27396         scaleBeforeRotation
27397
27398 \end_inset
27399
27400
27401 \end_layout
27402
27403 \begin_layout Plain Layout
27404 \begin_inset Caption Standard
27405
27406 \begin_layout Plain Layout
27407 \begin_inset CommandInset label
27408 LatexCommand label
27409 name "fig:This-is-an-fig"
27410
27411 \end_inset
27412
27413 This is an example figure caption that is longer than one line to show the
27414  different caption format.
27415  Here a self-defined caption format is used.
27416 \end_layout
27417
27418 \end_inset
27419
27420
27421 \end_layout
27422
27423 \end_inset
27424
27425
27426 \end_layout
27427
27428 \begin_layout Standard
27429 \begin_inset ERT
27430 status collapsed
27431
27432 \begin_layout Plain Layout
27433
27434
27435 \backslash
27436 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
27437 on}
27438 \end_layout
27439
27440 \end_inset
27441
27442
27443 \end_layout
27444
27445 \begin_layout Standard
27446 \begin_inset Float table
27447 placement !p
27448 wide false
27449 sideways false
27450 status open
27451
27452 \begin_layout Plain Layout
27453 \begin_inset Caption Standard
27454
27455 \begin_layout Plain Layout
27456 \begin_inset CommandInset label
27457 LatexCommand label
27458 name "tab:This-is-an-tab"
27459
27460 \end_inset
27461
27462 This is an example table caption that is longer than one line to show the
27463  different caption format.
27464  Here the standard caption format for tables in this document is used.
27465 \end_layout
27466
27467 \end_inset
27468
27469
27470 \end_layout
27471
27472 \begin_layout Plain Layout
27473 \align center
27474 \begin_inset Tabular
27475 <lyxtabular version="3" rows="1" columns="5">
27476 <features tabularvalignment="middle">
27477 <column alignment="center" valignment="top">
27478 <column alignment="center" valignment="top">
27479 <column alignment="center" valignment="top">
27480 <column alignment="center" valignment="top">
27481 <column alignment="center" valignment="top">
27482 <row>
27483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27484 \begin_inset Text
27485
27486 \begin_layout Plain Layout
27487 a
27488 \end_layout
27489
27490 \end_inset
27491 </cell>
27492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27493 \begin_inset Text
27494
27495 \begin_layout Plain Layout
27496 b
27497 \end_layout
27498
27499 \end_inset
27500 </cell>
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 c
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 d
27515 \end_layout
27516
27517 \end_inset
27518 </cell>
27519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27520 \begin_inset Text
27521
27522 \begin_layout Plain Layout
27523 e
27524 \end_layout
27525
27526 \end_inset
27527 </cell>
27528 </row>
27529 </lyxtabular>
27530
27531 \end_inset
27532
27533
27534 \end_layout
27535
27536 \end_inset
27537
27538
27539 \end_layout
27540
27541 \begin_layout Section
27542 Caption Placement
27543 \begin_inset Index idx
27544 status collapsed
27545
27546 \begin_layout Plain Layout
27547 Caption ! Placement
27548 \end_layout
27549
27550 \end_inset
27551
27552
27553 \begin_inset Index idx
27554 status collapsed
27555
27556 \begin_layout Plain Layout
27557 Floats ! Caption Placement
27558 \end_layout
27559
27560 \end_inset
27561
27562
27563 \begin_inset CommandInset label
27564 LatexCommand label
27565 name "sec:Caption-Placement"
27566
27567 \end_inset
27568
27569
27570 \end_layout
27571
27572 \begin_layout Standard
27573 The common caption placement rule is:
27574 \end_layout
27575
27576 \begin_layout Description
27577 Figure: Caption is set below the figure
27578 \end_layout
27579
27580 \begin_layout Description
27581 Table: Caption is set above the table
27582 \end_layout
27583
27584 \begin_layout Standard
27585 Having the caption above the table is unfortunately not supported in \SpecialChar LaTeX
27586 's
27587  standard classes.
27588  That means if you are using the document classes 
27589 \family sans
27590 article
27591 \family default
27592
27593 \family sans
27594 book
27595 \family default
27596
27597 \family sans
27598 letter
27599 \family default
27600 , or 
27601 \family sans
27602 report
27603 \family default
27604  there will be no space between the caption and the table.
27605  To insert the necessary space, load the \SpecialChar LaTeX
27606 -package 
27607 \series bold
27608 caption
27609 \series default
27610
27611 \begin_inset Index idx
27612 status collapsed
27613
27614 \begin_layout Plain Layout
27615 \SpecialChar LaTeX
27616 -packages ! caption
27617 \end_layout
27618
27619 \end_inset
27620
27621  in your document preamble with the option
27622 \begin_inset Foot
27623 status collapsed
27624
27625 \begin_layout Plain Layout
27626 See section
27627 \begin_inset space ~
27628 \end_inset
27629
27630
27631 \begin_inset CommandInset ref
27632 LatexCommand ref
27633 reference "sec:Caption-Formatting"
27634
27635 \end_inset
27636
27637  for more information of the package 
27638 \series bold
27639 caption
27640 \series default
27641 .
27642 \end_layout
27643
27644 \end_inset
27645
27646
27647 \end_layout
27648
27649 \begin_layout Standard
27650
27651 \series bold
27652 tableposition=top
27653 \end_layout
27654
27655 \begin_layout Standard
27656 If you are using a 
27657 \series bold
27658 KOMA-Script
27659 \series default
27660
27661 \begin_inset Index idx
27662 status collapsed
27663
27664 \begin_layout Plain Layout
27665 \SpecialChar LaTeX
27666 -packages ! KOMA-Script
27667 \end_layout
27668
27669 \end_inset
27670
27671  document class (
27672 \family sans
27673 article (KOMA-Script)
27674 \family default
27675
27676 \family sans
27677 book (KOMA-Script)
27678 \family default
27679
27680 \family sans
27681 letter (KOMA-Script)
27682 \family default
27683 , or 
27684 \family sans
27685 report (KOMA-Script)
27686 \family default
27687
27688 \begin_inset space \thinspace{}
27689 \end_inset
27690
27691 ), you can alternatively to the 
27692 \series bold
27693 caption
27694 \series default
27695  package set the document class option
27696 \begin_inset Foot
27697 status collapsed
27698
27699 \begin_layout Plain Layout
27700 That option is used in this document.
27701 \end_layout
27702
27703 \end_inset
27704
27705
27706 \end_layout
27707
27708 \begin_layout Standard
27709
27710 \series bold
27711 captions=tableheading
27712 \end_layout
27713
27714 \begin_layout Standard
27715 In documents with a KOMA-Script document class you can also right-click
27716  on a caption and mark in the context menu if this should be a caption above
27717  or below the table/figure.
27718  This way you can override the document-wide caption placement for certain
27719  captions.
27720  Table
27721 \begin_inset space ~
27722 \end_inset
27723
27724
27725 \begin_inset CommandInset ref
27726 LatexCommand ref
27727 reference "tab:A-caption-marked"
27728
27729 \end_inset
27730
27731  is an example where the caption is marked a being below the table while
27732  it is above.
27733  For comparison the caption in Table
27734 \begin_inset space ~
27735 \end_inset
27736
27737
27738 \begin_inset CommandInset ref
27739 LatexCommand ref
27740 reference "tab:A-standard-table"
27741
27742 \end_inset
27743
27744  is not marked.
27745 \end_layout
27746
27747 \begin_layout Standard
27748 \begin_inset Float table
27749 wide false
27750 sideways false
27751 status open
27752
27753 \begin_layout Plain Layout
27754 \begin_inset Caption Below
27755
27756 \begin_layout Plain Layout
27757 \begin_inset CommandInset label
27758 LatexCommand label
27759 name "tab:A-caption-marked"
27760
27761 \end_inset
27762
27763 A caption marked as being below the table.
27764 \end_layout
27765
27766 \end_inset
27767
27768
27769 \end_layout
27770
27771 \begin_layout Plain Layout
27772 \align center
27773 \begin_inset Tabular
27774 <lyxtabular version="3" rows="3" columns="3">
27775 <features tabularvalignment="middle">
27776 <column alignment="center" valignment="top" width="0pt">
27777 <column alignment="center" valignment="top" width="0pt">
27778 <column alignment="center" valignment="top" width="0pt">
27779 <row>
27780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27781 \begin_inset Text
27782
27783 \begin_layout Plain Layout
27784 1
27785 \end_layout
27786
27787 \end_inset
27788 </cell>
27789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27790 \begin_inset Text
27791
27792 \begin_layout Plain Layout
27793 2
27794 \end_layout
27795
27796 \end_inset
27797 </cell>
27798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27799 \begin_inset Text
27800
27801 \begin_layout Plain Layout
27802 3
27803 \end_layout
27804
27805 \end_inset
27806 </cell>
27807 </row>
27808 <row>
27809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27810 \begin_inset Text
27811
27812 \begin_layout Plain Layout
27813 Joe
27814 \end_layout
27815
27816 \end_inset
27817 </cell>
27818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27819 \begin_inset Text
27820
27821 \begin_layout Plain Layout
27822 Mary
27823 \end_layout
27824
27825 \end_inset
27826 </cell>
27827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27828 \begin_inset Text
27829
27830 \begin_layout Plain Layout
27831 Ted
27832 \end_layout
27833
27834 \end_inset
27835 </cell>
27836 </row>
27837 <row>
27838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27839 \begin_inset Text
27840
27841 \begin_layout Plain Layout
27842 \begin_inset Formula $\int x^{2}dx$
27843 \end_inset
27844
27845
27846 \end_layout
27847
27848 \end_inset
27849 </cell>
27850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27851 \begin_inset Text
27852
27853 \begin_layout Plain Layout
27854 \begin_inset Formula $\left[\begin{array}{cc}
27855 a & b\\
27856 c & d
27857 \end{array}\right]$
27858 \end_inset
27859
27860
27861 \end_layout
27862
27863 \end_inset
27864 </cell>
27865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27866 \begin_inset Text
27867
27868 \begin_layout Plain Layout
27869 \begin_inset Formula $1+1=2$
27870 \end_inset
27871
27872
27873 \end_layout
27874
27875 \end_inset
27876 </cell>
27877 </row>
27878 </lyxtabular>
27879
27880 \end_inset
27881
27882
27883 \end_layout
27884
27885 \end_inset
27886
27887
27888 \end_layout
27889
27890 \begin_layout Standard
27891 \begin_inset Float table
27892 wide false
27893 sideways false
27894 status open
27895
27896 \begin_layout Plain Layout
27897 \begin_inset Caption Standard
27898
27899 \begin_layout Plain Layout
27900 \begin_inset CommandInset label
27901 LatexCommand label
27902 name "tab:A-standard-table"
27903
27904 \end_inset
27905
27906 A standard table caption.
27907 \end_layout
27908
27909 \end_inset
27910
27911
27912 \end_layout
27913
27914 \begin_layout Plain Layout
27915 \align center
27916 \begin_inset Tabular
27917 <lyxtabular version="3" rows="3" columns="3">
27918 <features tabularvalignment="middle">
27919 <column alignment="center" valignment="top" width="0pt">
27920 <column alignment="center" valignment="top" width="0pt">
27921 <column alignment="center" valignment="top" width="0pt">
27922 <row>
27923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27924 \begin_inset Text
27925
27926 \begin_layout Plain Layout
27927 1
27928 \end_layout
27929
27930 \end_inset
27931 </cell>
27932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27933 \begin_inset Text
27934
27935 \begin_layout Plain Layout
27936 2
27937 \end_layout
27938
27939 \end_inset
27940 </cell>
27941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27942 \begin_inset Text
27943
27944 \begin_layout Plain Layout
27945 3
27946 \end_layout
27947
27948 \end_inset
27949 </cell>
27950 </row>
27951 <row>
27952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27953 \begin_inset Text
27954
27955 \begin_layout Plain Layout
27956 Joe
27957 \end_layout
27958
27959 \end_inset
27960 </cell>
27961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27962 \begin_inset Text
27963
27964 \begin_layout Plain Layout
27965 Mary
27966 \end_layout
27967
27968 \end_inset
27969 </cell>
27970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27971 \begin_inset Text
27972
27973 \begin_layout Plain Layout
27974 Ted
27975 \end_layout
27976
27977 \end_inset
27978 </cell>
27979 </row>
27980 <row>
27981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27982 \begin_inset Text
27983
27984 \begin_layout Plain Layout
27985 \begin_inset Formula $\int x^{2}dx$
27986 \end_inset
27987
27988
27989 \end_layout
27990
27991 \end_inset
27992 </cell>
27993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27994 \begin_inset Text
27995
27996 \begin_layout Plain Layout
27997 \begin_inset Formula $\left[\begin{array}{cc}
27998 a & b\\
27999 c & d
28000 \end{array}\right]$
28001 \end_inset
28002
28003
28004 \end_layout
28005
28006 \end_inset
28007 </cell>
28008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28009 \begin_inset Text
28010
28011 \begin_layout Plain Layout
28012 \begin_inset Formula $1+1=2$
28013 \end_inset
28014
28015
28016 \end_layout
28017
28018 \end_inset
28019 </cell>
28020 </row>
28021 </lyxtabular>
28022
28023 \end_inset
28024
28025
28026 \end_layout
28027
28028 \end_inset
28029
28030
28031 \end_layout
28032
28033 \begin_layout Standard
28034 \begin_inset VSpace bigskip
28035 \end_inset
28036
28037 It is also possible to set the caption beside a figure or table.
28038  To get this the \SpecialChar LaTeX
28039 -package 
28040 \series bold
28041 sidecap
28042 \series default
28043
28044 \begin_inset Index idx
28045 status collapsed
28046
28047 \begin_layout Plain Layout
28048 \SpecialChar LaTeX
28049 -packages ! sidecap
28050 \end_layout
28051
28052 \end_inset
28053
28054  has to be loaded in the document preamble with the line
28055 \end_layout
28056
28057 \begin_layout Standard
28058
28059 \series bold
28060
28061 \backslash
28062 usepackage[option]{sidecap}
28063 \end_layout
28064
28065 \begin_layout Standard
28066 If you set no option, the caption is placed on the side of the outer page
28067  margin â€“ to the right on odd pages, to the left on even pages.
28068  You can change the placement to inner margin with the option 
28069 \series bold
28070 innercaption
28071 \series default
28072 .
28073  To force the placement always to the right or left, use the option 
28074 \series bold
28075 rightcaption
28076 \series default
28077  or 
28078 \series bold
28079 leftcaption
28080 \series default
28081 , respectively.
28082 \end_layout
28083
28084 \begin_layout Standard
28085 \begin_inset ERT
28086 status collapsed
28087
28088 \begin_layout Plain Layout
28089
28090
28091 \backslash
28092 ifsidecap
28093 \end_layout
28094
28095 \end_inset
28096
28097
28098 \begin_inset Note Note
28099 status open
28100
28101 \begin_layout Plain Layout
28102 The following section will only be displayed when the \SpecialChar LaTeX
28103 -package 
28104 \series bold
28105 sidecap
28106 \series default
28107  is installed.
28108 \end_layout
28109
28110 \end_inset
28111
28112
28113 \end_layout
28114
28115 \begin_layout Standard
28116 To place in \SpecialChar LyX
28117  the caption of a float on the side, it is necessary to add
28118  these commands to the document preamble:
28119 \end_layout
28120
28121 \begin_layout Standard
28122 \noindent
28123 \begin_inset CommandInset line
28124 LatexCommand rule
28125 offset "0.5ex"
28126 width "100line%"
28127 height "1pt"
28128
28129 \end_inset
28130
28131
28132 \end_layout
28133
28134 \begin_layout Standard
28135
28136 \series bold
28137
28138 \backslash
28139 newcommand{
28140 \backslash
28141 TabBesBeg}[1][1.0]{%
28142 \begin_inset Newline newline
28143 \end_inset
28144
28145
28146 \begin_inset Phantom HPhantom
28147 status open
28148
28149 \begin_layout Plain Layout
28150 \begin_inset space ~
28151 \end_inset
28152
28153
28154 \end_layout
28155
28156 \end_inset
28157
28158
28159 \backslash
28160 let
28161 \backslash
28162 MyTable
28163 \backslash
28164 table
28165 \begin_inset Newline newline
28166 \end_inset
28167
28168
28169 \begin_inset Phantom HPhantom
28170 status open
28171
28172 \begin_layout Plain Layout
28173
28174 \series medium
28175 \begin_inset space ~
28176 \end_inset
28177
28178
28179 \end_layout
28180
28181 \end_inset
28182
28183
28184 \backslash
28185 let
28186 \backslash
28187 MyEndtable
28188 \backslash
28189 endtable
28190 \begin_inset Newline newline
28191 \end_inset
28192
28193
28194 \begin_inset Phantom HPhantom
28195 status open
28196
28197 \begin_layout Plain Layout
28198
28199 \series medium
28200 \begin_inset space ~
28201 \end_inset
28202
28203
28204 \end_layout
28205
28206 \end_inset
28207
28208
28209 \backslash
28210 renewenvironment{table}[1]{
28211 \backslash
28212 begin{SCtable}[#1]##1}{
28213 \backslash
28214 end{SCtable}}}
28215 \end_layout
28216
28217 \begin_layout Standard
28218
28219 \series bold
28220
28221 \backslash
28222 newcommand{
28223 \backslash
28224 TabBesEnd}{%
28225 \begin_inset Newline newline
28226 \end_inset
28227
28228
28229 \begin_inset Phantom HPhantom
28230 status open
28231
28232 \begin_layout Plain Layout
28233 \begin_inset space ~
28234 \end_inset
28235
28236
28237 \end_layout
28238
28239 \end_inset
28240
28241
28242 \backslash
28243 let
28244 \backslash
28245 table
28246 \backslash
28247 MyTable
28248 \begin_inset Newline newline
28249 \end_inset
28250
28251
28252 \begin_inset Phantom HPhantom
28253 status open
28254
28255 \begin_layout Plain Layout
28256 \begin_inset space ~
28257 \end_inset
28258
28259
28260 \end_layout
28261
28262 \end_inset
28263
28264
28265 \backslash
28266 let
28267 \backslash
28268 endtable
28269 \backslash
28270 MyEndtable
28271 \end_layout
28272
28273 \begin_layout Standard
28274
28275 \series bold
28276
28277 \backslash
28278 newcommand{
28279 \backslash
28280 FigBesBeg}[1][1.0]{%
28281 \begin_inset Newline newline
28282 \end_inset
28283
28284
28285 \begin_inset Phantom HPhantom
28286 status open
28287
28288 \begin_layout Plain Layout
28289 \begin_inset space ~
28290 \end_inset
28291
28292
28293 \end_layout
28294
28295 \end_inset
28296
28297
28298 \backslash
28299 let
28300 \backslash
28301 MyFigure
28302 \backslash
28303 figure
28304 \begin_inset Newline newline
28305 \end_inset
28306
28307
28308 \begin_inset Phantom HPhantom
28309 status open
28310
28311 \begin_layout Plain Layout
28312 \begin_inset space ~
28313 \end_inset
28314
28315
28316 \end_layout
28317
28318 \end_inset
28319
28320
28321 \backslash
28322 let
28323 \backslash
28324 MyEndfigure
28325 \backslash
28326 endfigure
28327 \begin_inset Newline newline
28328 \end_inset
28329
28330
28331 \begin_inset Phantom HPhantom
28332 status open
28333
28334 \begin_layout Plain Layout
28335 \begin_inset space ~
28336 \end_inset
28337
28338
28339 \end_layout
28340
28341 \end_inset
28342
28343
28344 \backslash
28345 renewenvironment{figure}[1]{
28346 \backslash
28347 begin{SCfigure}[#1]##1}{
28348 \backslash
28349 end{SCfigure}}}
28350 \end_layout
28351
28352 \begin_layout Standard
28353
28354 \series bold
28355
28356 \backslash
28357 newcommand{
28358 \backslash
28359 FigBesEnd}{%
28360 \begin_inset Newline newline
28361 \end_inset
28362
28363
28364 \begin_inset Phantom HPhantom
28365 status open
28366
28367 \begin_layout Plain Layout
28368 \begin_inset space ~
28369 \end_inset
28370
28371
28372 \end_layout
28373
28374 \end_inset
28375
28376
28377 \backslash
28378 let
28379 \backslash
28380 figure
28381 \backslash
28382 MyFigure
28383 \begin_inset Newline newline
28384 \end_inset
28385
28386
28387 \begin_inset Phantom HPhantom
28388 status open
28389
28390 \begin_layout Plain Layout
28391 \begin_inset space ~
28392 \end_inset
28393
28394
28395 \end_layout
28396
28397 \end_inset
28398
28399
28400 \backslash
28401 let
28402 \backslash
28403 endfigure
28404 \backslash
28405 MyEndfigure}
28406 \end_layout
28407
28408 \begin_layout Standard
28409 \noindent
28410 \begin_inset CommandInset line
28411 LatexCommand rule
28412 offset "0.5ex"
28413 width "100line%"
28414 height "1pt"
28415
28416 \end_inset
28417
28418
28419 \end_layout
28420
28421 \begin_layout Standard
28422 The commands allow you to redefine the floats so that the caption is set
28423  on the side.
28424  For figure floats use the command
28425 \end_layout
28426
28427 \begin_layout Standard
28428
28429 \series bold
28430
28431 \backslash
28432 FigBesBeg
28433 \end_layout
28434
28435 \begin_layout Standard
28436 in \SpecialChar TeX
28437  Code before the float.
28438  And insert the command
28439 \end_layout
28440
28441 \begin_layout Standard
28442
28443 \series bold
28444
28445 \backslash
28446 FigBesEnd
28447 \end_layout
28448
28449 \begin_layout Standard
28450 in \SpecialChar TeX
28451  Code at the point where you want to get back to the original float definitio
28452 n.
28453 \end_layout
28454
28455 \begin_layout Standard
28456 For table floats use the corresponding commands
28457 \end_layout
28458
28459 \begin_layout Standard
28460
28461 \series bold
28462
28463 \backslash
28464 TabBesBeg
28465 \series default
28466  and 
28467 \series bold
28468
28469 \backslash
28470 TabBesEnd
28471 \end_layout
28472
28473 \begin_layout Standard
28474 Figure
28475 \begin_inset space ~
28476 \end_inset
28477
28478
28479 \begin_inset CommandInset ref
28480 LatexCommand ref
28481 reference "fig:cap-beside-fig"
28482
28483 \end_inset
28484
28485  and Table
28486 \begin_inset space ~
28487 \end_inset
28488
28489
28490 \begin_inset CommandInset ref
28491 LatexCommand ref
28492 reference "tab:cap-beside-tab"
28493
28494 \end_inset
28495
28496  are examples where the caption is set beside.
28497 \end_layout
28498
28499 \begin_layout Standard
28500 You can see in the examples that the caption text appears at the top of
28501  the floats for table floats and at the bottom for figure floats.
28502  To change this, you can use the command
28503 \end_layout
28504
28505 \begin_layout Standard
28506
28507 \series bold
28508
28509 \backslash
28510 sidecaptionvpos{float type}{placement}
28511 \end_layout
28512
28513 \begin_layout Standard
28514 in the document preamble or in \SpecialChar TeX
28515  Code before the float.
28516  The float type is either 
28517 \family sans
28518 figure
28519 \family default
28520  or 
28521 \family sans
28522 table
28523 \family default
28524 , the placement can be 
28525 \begin_inset Quotes eld
28526 \end_inset
28527
28528
28529 \family sans
28530 t
28531 \family default
28532
28533 \begin_inset Quotes erd
28534 \end_inset
28535
28536  for top, 
28537 \begin_inset Quotes eld
28538 \end_inset
28539
28540
28541 \family sans
28542 c
28543 \family default
28544
28545 \begin_inset Quotes erd
28546 \end_inset
28547
28548  for center, or 
28549 \begin_inset Quotes eld
28550 \end_inset
28551
28552
28553 \family sans
28554 b
28555 \family default
28556
28557 \begin_inset Quotes erd
28558 \end_inset
28559
28560  for bottom.
28561  To have for example the caption of figure floats vertically centered, use
28562  the command
28563 \end_layout
28564
28565 \begin_layout Standard
28566
28567 \series bold
28568
28569 \backslash
28570 sidecaptionvpos{figure}{c}
28571 \end_layout
28572
28573 \begin_layout Standard
28574 This was used for Figure
28575 \begin_inset space ~
28576 \end_inset
28577
28578
28579 \begin_inset CommandInset ref
28580 LatexCommand ref
28581 reference "fig:cap-beside-fig-2"
28582
28583 \end_inset
28584
28585 .
28586 \end_layout
28587
28588 \begin_layout Standard
28589 \begin_inset VSpace medskip
28590 \end_inset
28591
28592
28593 \end_layout
28594
28595 \begin_layout Standard
28596 The default caption width is the width of the image/table.
28597  For thin image/tables, like in Table
28598 \begin_inset space ~
28599 \end_inset
28600
28601
28602 \begin_inset CommandInset ref
28603 LatexCommand ref
28604 reference "tab:cap-beside-tab"
28605
28606 \end_inset
28607
28608 , this leads to captions that are too thin.
28609  You can increase the width by specifying a factor that will be multiplied
28610  with the image/table width to get the caption width.
28611  The caption width will automatically be recalculated in case it would protrude
28612  over the page or column margin due to the specified width.
28613  The 
28614 \emph on
28615 factor
28616 \emph default
28617  can either be given as optional argument for 
28618 \series bold
28619
28620 \backslash
28621 FigBesBeg
28622 \series default
28623 :
28624 \end_layout
28625
28626 \begin_layout Standard
28627
28628 \series bold
28629
28630 \backslash
28631 FigBesBeg[factor]
28632 \end_layout
28633
28634 \begin_layout Standard
28635 or in the definition of 
28636 \series bold
28637
28638 \backslash
28639 FigBesBeg
28640 \series default
28641  by replacing the 
28642 \series bold
28643 1.0
28644 \series default
28645  with another value.
28646  If you do the latter, your factor will be the default if 
28647 \series bold
28648
28649 \backslash
28650 FigBesBeg
28651 \series default
28652  is used without an argument.
28653  For Table
28654 \begin_inset space ~
28655 \end_inset
28656
28657
28658 \begin_inset CommandInset ref
28659 LatexCommand ref
28660 reference "tab:cap-beside-tab-wider"
28661
28662 \end_inset
28663
28664  the factor 5 was used.
28665 \end_layout
28666
28667 \begin_layout Standard
28668 \begin_inset Note Greyedout
28669 status open
28670
28671 \begin_layout Plain Layout
28672
28673 \series bold
28674 Note:
28675 \series default
28676  For floats with captions set beside, you cannot use the float placement
28677  option 
28678 \family sans
28679 Here
28680 \begin_inset space ~
28681 \end_inset
28682
28683 definitely
28684 \family default
28685  because it is not supported by 
28686 \series bold
28687 sidecap
28688 \series default
28689 .
28690 \end_layout
28691
28692 \end_inset
28693
28694
28695 \end_layout
28696
28697 \begin_layout Standard
28698 \begin_inset VSpace medskip
28699 \end_inset
28700
28701 For more information about the package 
28702 \series bold
28703 sidecap
28704 \series default
28705  we refer to its documentation 
28706 \begin_inset CommandInset citation
28707 LatexCommand cite
28708 key "sidecap"
28709
28710 \end_inset
28711
28712 .
28713 \end_layout
28714
28715 \begin_layout Standard
28716 \begin_inset Note Greyedout
28717 status open
28718
28719 \begin_layout Plain Layout
28720
28721 \series bold
28722 Note:
28723 \series default
28724  The \SpecialChar LaTeX
28725 -package 
28726 \series bold
28727 hypcap
28728 \series default
28729
28730 \begin_inset Index idx
28731 status collapsed
28732
28733 \begin_layout Plain Layout
28734 \SpecialChar LaTeX
28735 -packages ! hypcap
28736 \end_layout
28737
28738 \end_inset
28739
28740 , described in section
28741 \begin_inset space ~
28742 \end_inset
28743
28744
28745 \begin_inset CommandInset ref
28746 LatexCommand ref
28747 reference "subsec:Reference-Position"
28748
28749 \end_inset
28750
28751 , has no effect on floats with the caption set beside.
28752 \end_layout
28753
28754 \end_inset
28755
28756
28757 \end_layout
28758
28759 \begin_layout Standard
28760 \begin_inset ERT
28761 status collapsed
28762
28763 \begin_layout Plain Layout
28764
28765
28766 \backslash
28767 FigBesBeg
28768 \end_layout
28769
28770 \end_inset
28771
28772
28773 \end_layout
28774
28775 \begin_layout Standard
28776 \begin_inset Float figure
28777 wide false
28778 sideways false
28779 status open
28780
28781 \begin_layout Plain Layout
28782 \begin_inset Graphics
28783         filename clipart/escher-lsd.eps
28784         scale 75
28785         scaleBeforeRotation
28786
28787 \end_inset
28788
28789
28790 \end_layout
28791
28792 \begin_layout Plain Layout
28793 \begin_inset Caption Standard
28794
28795 \begin_layout Plain Layout
28796 \begin_inset CommandInset label
28797 LatexCommand label
28798 name "fig:cap-beside-fig"
28799
28800 \end_inset
28801
28802 This is a caption beside a figure.
28803 \end_layout
28804
28805 \end_inset
28806
28807
28808 \end_layout
28809
28810 \end_inset
28811
28812
28813 \end_layout
28814
28815 \begin_layout Standard
28816 \begin_inset ERT
28817 status collapsed
28818
28819 \begin_layout Plain Layout
28820
28821
28822 \backslash
28823 FigBesEnd
28824 \end_layout
28825
28826 \end_inset
28827
28828
28829 \end_layout
28830
28831 \begin_layout Standard
28832 \begin_inset ERT
28833 status collapsed
28834
28835 \begin_layout Plain Layout
28836
28837
28838 \backslash
28839 TabBesBeg
28840 \end_layout
28841
28842 \end_inset
28843
28844
28845 \end_layout
28846
28847 \begin_layout Standard
28848 \begin_inset Float table
28849 wide false
28850 sideways false
28851 status open
28852
28853 \begin_layout Plain Layout
28854 \begin_inset Caption Standard
28855
28856 \begin_layout Plain Layout
28857 \begin_inset CommandInset label
28858 LatexCommand label
28859 name "tab:cap-beside-tab"
28860
28861 \end_inset
28862
28863 This is a caption beside a table.
28864 \end_layout
28865
28866 \end_inset
28867
28868
28869 \end_layout
28870
28871 \begin_layout Plain Layout
28872 \begin_inset Tabular
28873 <lyxtabular version="3" rows="4" columns="5">
28874 <features tabularvalignment="middle">
28875 <column alignment="center" valignment="top">
28876 <column alignment="center" valignment="top">
28877 <column alignment="center" valignment="top">
28878 <column alignment="center" valignment="top">
28879 <column alignment="center" valignment="top">
28880 <row>
28881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28882 \begin_inset Text
28883
28884 \begin_layout Plain Layout
28885 a
28886 \end_layout
28887
28888 \end_inset
28889 </cell>
28890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28891 \begin_inset Text
28892
28893 \begin_layout Plain Layout
28894
28895 \end_layout
28896
28897 \end_inset
28898 </cell>
28899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28900 \begin_inset Text
28901
28902 \begin_layout Plain Layout
28903 b
28904 \end_layout
28905
28906 \end_inset
28907 </cell>
28908 <cell alignment="center" valignment="top" topline="true" 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" rightline="true" usebox="none">
28918 \begin_inset Text
28919
28920 \begin_layout Plain Layout
28921 c
28922 \end_layout
28923
28924 \end_inset
28925 </cell>
28926 </row>
28927 <row>
28928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28929 \begin_inset Text
28930
28931 \begin_layout Plain Layout
28932
28933 \end_layout
28934
28935 \end_inset
28936 </cell>
28937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28938 \begin_inset Text
28939
28940 \begin_layout Plain Layout
28941 d
28942 \end_layout
28943
28944 \end_inset
28945 </cell>
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 e
28960 \end_layout
28961
28962 \end_inset
28963 </cell>
28964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28965 \begin_inset Text
28966
28967 \begin_layout Plain Layout
28968
28969 \end_layout
28970
28971 \end_inset
28972 </cell>
28973 </row>
28974 <row>
28975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28976 \begin_inset Text
28977
28978 \begin_layout Plain Layout
28979 f
28980 \end_layout
28981
28982 \end_inset
28983 </cell>
28984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28985 \begin_inset Text
28986
28987 \begin_layout Plain Layout
28988
28989 \end_layout
28990
28991 \end_inset
28992 </cell>
28993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28994 \begin_inset Text
28995
28996 \begin_layout Plain Layout
28997 g
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" rightline="true" usebox="none">
29012 \begin_inset Text
29013
29014 \begin_layout Plain Layout
29015 h
29016 \end_layout
29017
29018 \end_inset
29019 </cell>
29020 </row>
29021 <row>
29022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29023 \begin_inset Text
29024
29025 \begin_layout Plain Layout
29026
29027 \end_layout
29028
29029 \end_inset
29030 </cell>
29031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29032 \begin_inset Text
29033
29034 \begin_layout Plain Layout
29035 i
29036 \end_layout
29037
29038 \end_inset
29039 </cell>
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 j
29054 \end_layout
29055
29056 \end_inset
29057 </cell>
29058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29059 \begin_inset Text
29060
29061 \begin_layout Plain Layout
29062
29063 \end_layout
29064
29065 \end_inset
29066 </cell>
29067 </row>
29068 </lyxtabular>
29069
29070 \end_inset
29071
29072
29073 \end_layout
29074
29075 \end_inset
29076
29077
29078 \end_layout
29079
29080 \begin_layout Standard
29081 \begin_inset ERT
29082 status collapsed
29083
29084 \begin_layout Plain Layout
29085
29086
29087 \backslash
29088 TabBesEnd
29089 \end_layout
29090
29091 \end_inset
29092
29093
29094 \end_layout
29095
29096 \begin_layout Standard
29097 \begin_inset ERT
29098 status collapsed
29099
29100 \begin_layout Plain Layout
29101
29102
29103 \backslash
29104 FigBesBeg
29105 \end_layout
29106
29107 \end_inset
29108
29109
29110 \begin_inset ERT
29111 status collapsed
29112
29113 \begin_layout Plain Layout
29114
29115
29116 \backslash
29117 sidecaptionvpos{figure}{c}
29118 \end_layout
29119
29120 \end_inset
29121
29122
29123 \begin_inset Float figure
29124 wide false
29125 sideways false
29126 status open
29127
29128 \begin_layout Plain Layout
29129 \begin_inset Graphics
29130         filename clipart/escher-lsd.eps
29131         scale 75
29132         scaleBeforeRotation
29133
29134 \end_inset
29135
29136
29137 \end_layout
29138
29139 \begin_layout Plain Layout
29140 \begin_inset Caption Standard
29141
29142 \begin_layout Plain Layout
29143 \begin_inset CommandInset label
29144 LatexCommand label
29145 name "fig:cap-beside-fig-2"
29146
29147 \end_inset
29148
29149 This is a vertically centered caption beside a figure.
29150 \end_layout
29151
29152 \end_inset
29153
29154
29155 \end_layout
29156
29157 \end_inset
29158
29159
29160 \end_layout
29161
29162 \begin_layout Standard
29163 \begin_inset ERT
29164 status collapsed
29165
29166 \begin_layout Plain Layout
29167
29168
29169 \backslash
29170 FigBesEnd
29171 \end_layout
29172
29173 \end_inset
29174
29175
29176 \end_layout
29177
29178 \begin_layout Standard
29179 \begin_inset ERT
29180 status collapsed
29181
29182 \begin_layout Plain Layout
29183
29184
29185 \backslash
29186 TabBesBeg[5]
29187 \end_layout
29188
29189 \end_inset
29190
29191
29192 \end_layout
29193
29194 \begin_layout Standard
29195 \begin_inset Float table
29196 wide false
29197 sideways false
29198 status open
29199
29200 \begin_layout Plain Layout
29201 \begin_inset Caption Standard
29202
29203 \begin_layout Plain Layout
29204 \begin_inset CommandInset label
29205 LatexCommand label
29206 name "tab:cap-beside-tab-wider"
29207
29208 \end_inset
29209
29210 This caption is wider than the one in Table
29211 \begin_inset space ~
29212 \end_inset
29213
29214
29215 \begin_inset CommandInset ref
29216 LatexCommand ref
29217 reference "tab:cap-beside-tab"
29218
29219 \end_inset
29220
29221 .
29222 \end_layout
29223
29224 \end_inset
29225
29226
29227 \end_layout
29228
29229 \begin_layout Plain Layout
29230 \begin_inset Tabular
29231 <lyxtabular version="3" rows="4" columns="5">
29232 <features tabularvalignment="middle">
29233 <column alignment="center" valignment="top">
29234 <column alignment="center" valignment="top">
29235 <column alignment="center" valignment="top">
29236 <column alignment="center" valignment="top">
29237 <column alignment="center" valignment="top">
29238 <row>
29239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29240 \begin_inset Text
29241
29242 \begin_layout Plain Layout
29243 a
29244 \end_layout
29245
29246 \end_inset
29247 </cell>
29248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29249 \begin_inset Text
29250
29251 \begin_layout Plain Layout
29252
29253 \end_layout
29254
29255 \end_inset
29256 </cell>
29257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29258 \begin_inset Text
29259
29260 \begin_layout Plain Layout
29261 b
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" rightline="true" usebox="none">
29276 \begin_inset Text
29277
29278 \begin_layout Plain Layout
29279 c
29280 \end_layout
29281
29282 \end_inset
29283 </cell>
29284 </row>
29285 <row>
29286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29287 \begin_inset Text
29288
29289 \begin_layout Plain Layout
29290
29291 \end_layout
29292
29293 \end_inset
29294 </cell>
29295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29296 \begin_inset Text
29297
29298 \begin_layout Plain Layout
29299 d
29300 \end_layout
29301
29302 \end_inset
29303 </cell>
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 e
29318 \end_layout
29319
29320 \end_inset
29321 </cell>
29322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29323 \begin_inset Text
29324
29325 \begin_layout Plain Layout
29326
29327 \end_layout
29328
29329 \end_inset
29330 </cell>
29331 </row>
29332 <row>
29333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29334 \begin_inset Text
29335
29336 \begin_layout Plain Layout
29337 f
29338 \end_layout
29339
29340 \end_inset
29341 </cell>
29342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29343 \begin_inset Text
29344
29345 \begin_layout Plain Layout
29346
29347 \end_layout
29348
29349 \end_inset
29350 </cell>
29351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29352 \begin_inset Text
29353
29354 \begin_layout Plain Layout
29355 g
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" rightline="true" usebox="none">
29370 \begin_inset Text
29371
29372 \begin_layout Plain Layout
29373 h
29374 \end_layout
29375
29376 \end_inset
29377 </cell>
29378 </row>
29379 <row>
29380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29381 \begin_inset Text
29382
29383 \begin_layout Plain Layout
29384
29385 \end_layout
29386
29387 \end_inset
29388 </cell>
29389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29390 \begin_inset Text
29391
29392 \begin_layout Plain Layout
29393 i
29394 \end_layout
29395
29396 \end_inset
29397 </cell>
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 j
29412 \end_layout
29413
29414 \end_inset
29415 </cell>
29416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29417 \begin_inset Text
29418
29419 \begin_layout Plain Layout
29420
29421 \end_layout
29422
29423 \end_inset
29424 </cell>
29425 </row>
29426 </lyxtabular>
29427
29428 \end_inset
29429
29430
29431 \end_layout
29432
29433 \end_inset
29434
29435
29436 \end_layout
29437
29438 \begin_layout Standard
29439 \begin_inset ERT
29440 status collapsed
29441
29442 \begin_layout Plain Layout
29443
29444
29445 \backslash
29446 TabBesEnd
29447 \end_layout
29448
29449 \end_inset
29450
29451
29452 \end_layout
29453
29454 \begin_layout Standard
29455 \begin_inset ERT
29456 status collapsed
29457
29458 \begin_layout Plain Layout
29459
29460
29461 \backslash
29462 else
29463 \end_layout
29464
29465 \end_inset
29466
29467
29468 \begin_inset Note Note
29469 status open
29470
29471 \begin_layout Plain Layout
29472 The following will be displayed when the \SpecialChar LaTeX
29473 -package 
29474 \series bold
29475 sidecap
29476 \series default
29477  is not installed:
29478 \end_layout
29479
29480 \end_inset
29481
29482
29483 \end_layout
29484
29485 \begin_layout Standard
29486 You need to install the \SpecialChar LaTeX
29487 -package 
29488 \series bold
29489 sidecap
29490 \series default
29491  to see the following part of this section in the output.
29492 \end_layout
29493
29494 \begin_layout Standard
29495 \begin_inset ERT
29496 status collapsed
29497
29498 \begin_layout Plain Layout
29499
29500
29501 \backslash
29502 fi
29503 \end_layout
29504
29505 \end_inset
29506
29507
29508 \end_layout
29509
29510 \begin_layout Section
29511 Listings of Floats
29512 \begin_inset Index idx
29513 status collapsed
29514
29515 \begin_layout Plain Layout
29516 Floats ! Float Lists
29517 \end_layout
29518
29519 \end_inset
29520
29521
29522 \end_layout
29523
29524 \begin_layout Standard
29525 Similar to the table of contents where the sections of the document are
29526  listed, there are listings for all float types, like the figures of the
29527  documents.
29528  You can insert them via the 
29529 \family sans
29530 Insert\SpecialChar menuseparator
29531 List
29532 \begin_inset space ~
29533 \end_inset
29534
29535 /
29536 \begin_inset space ~
29537 \end_inset
29538
29539 TOC
29540 \family default
29541  sub menus.
29542 \end_layout
29543
29544 \begin_layout Standard
29545 The list entries are the float captions or its short title, the float number,
29546  and the page number where they appear in the document.
29547 \end_layout
29548
29549 \begin_layout Standard
29550 You can find the list of figures and tables at the end of this document.
29551 \end_layout
29552
29553 \begin_layout Chapter
29554 Notes
29555 \end_layout
29556
29557 \begin_layout Section
29558 \SpecialChar LyX
29559  Notes
29560 \begin_inset Index idx
29561 status collapsed
29562
29563 \begin_layout Plain Layout
29564 Notes ! \SpecialChar LyX
29565  Notes
29566 \end_layout
29567
29568 \end_inset
29569
29570
29571 \end_layout
29572
29573 \begin_layout Standard
29574 Notes are inserted with the toolbar button 
29575 \begin_inset Info
29576 type  "icon"
29577 arg   "note-insert"
29578 \end_inset
29579
29580  or the menu 
29581 \family sans
29582 Insert\SpecialChar menuseparator
29583 Note
29584 \family default
29585 .
29586  There are three types of notes:
29587 \end_layout
29588
29589 \begin_layout Description
29590 \SpecialChar LyX
29591
29592 \begin_inset space ~
29593 \end_inset
29594
29595 Note This note type is for internal notes that won't appear in the output.
29596  Its note-box looks like this:
29597 \begin_inset Newline newline
29598 \end_inset
29599
29600
29601 \begin_inset Newline newline
29602 \end_inset
29603
29604
29605 \begin_inset Graphics
29606         filename clipart/LyXNoteImageQt4.png
29607         display false
29608         scale 85
29609         scaleBeforeRotation
29610
29611 \end_inset
29612
29613  
29614 \begin_inset Note Note
29615 status open
29616
29617 \begin_layout Plain Layout
29618 This is text in a note box that doesn't appear in the output.
29619 \end_layout
29620
29621 \end_inset
29622
29623
29624 \end_layout
29625
29626 \begin_layout Description
29627 Comment This note also doesn't appear in the output but it appears as \SpecialChar LaTeX
29628 -comment,
29629  when you export the document to \SpecialChar LaTeX
29630  via the menu 
29631 \family sans
29632 File\SpecialChar menuseparator
29633 Export\SpecialChar menuseparator
29634 \SpecialChar LaTeX
29635  (pdflatex) / (plain)
29636 \family default
29637 .
29638  Its note-box looks like this:
29639 \begin_inset Newline newline
29640 \end_inset
29641
29642
29643 \begin_inset Newline newline
29644 \end_inset
29645
29646
29647 \begin_inset Graphics
29648         filename clipart/CommentNoteImageQt4.png
29649         display false
29650         scale 85
29651         scaleBeforeRotation
29652
29653 \end_inset
29654
29655  
29656 \begin_inset Note Comment
29657 status open
29658
29659 \begin_layout Plain Layout
29660 This is text in a note box that only appears as comment in \SpecialChar LaTeX
29661 -files.
29662 \end_layout
29663
29664 \end_inset
29665
29666
29667 \end_layout
29668
29669 \begin_layout Description
29670 Greyed
29671 \begin_inset space ~
29672 \end_inset
29673
29674 Out This note will appear in the output as grey text.
29675  Its note-box looks like this:
29676 \begin_inset Newline newline
29677 \end_inset
29678
29679
29680 \begin_inset Newline newline
29681 \end_inset
29682
29683
29684 \begin_inset Graphics
29685         filename clipart/GreyedOutNoteImageQt4.png
29686         display false
29687         scale 85
29688         scaleBeforeRotation
29689
29690 \end_inset
29691
29692
29693 \begin_inset Newline newline
29694 \end_inset
29695
29696
29697 \begin_inset ERT
29698 status collapsed
29699
29700 \begin_layout Plain Layout
29701
29702
29703 \backslash
29704 renewenvironment{lyxgreyedout}
29705 \end_layout
29706
29707 \begin_layout Plain Layout
29708
29709 {
29710 \backslash
29711 textcolor[gray]{0.8}
29712 \backslash
29713 bgroup}{
29714 \backslash
29715 egroup}
29716 \end_layout
29717
29718 \end_inset
29719
29720
29721 \begin_inset Note Greyedout
29722 status open
29723
29724 \begin_layout Plain Layout
29725 This is text
29726 \begin_inset Foot
29727 status open
29728
29729 \begin_layout Plain Layout
29730 This is an example footnote within a greyed out note.
29731 \end_layout
29732
29733 \end_inset
29734
29735  of a comment that appears in the output as grey text.
29736 \end_layout
29737
29738 \end_inset
29739
29740
29741 \begin_inset ERT
29742 status collapsed
29743
29744 \begin_layout Plain Layout
29745
29746
29747 \backslash
29748 renewenvironment{lyxgreyedout}
29749 \end_layout
29750
29751 \begin_layout Plain Layout
29752
29753 {
29754 \backslash
29755 textcolor{blue}
29756 \backslash
29757 bgroup}{
29758 \backslash
29759 egroup}
29760 \end_layout
29761
29762 \end_inset
29763
29764
29765 \begin_inset Note Note
29766 status collapsed
29767
29768 \begin_layout Plain Layout
29769 The greyed out note is here redefined to show it with the original \SpecialChar LyX
29770  definition
29771  because greyed out notes are redefined in the preamble of this document,
29772  as described below, to have blue text.
29773 \end_layout
29774
29775 \end_inset
29776
29777
29778 \begin_inset Newline newline
29779 \end_inset
29780
29781
29782 \begin_inset Newline newline
29783 \end_inset
29784
29785 As you can see in the example, the first line of greyed out notes is a bit
29786  indented and greyed out notes can have footnotes.
29787 \end_layout
29788
29789 \begin_layout Standard
29790 \begin_inset VSpace bigskip
29791 \end_inset
29792
29793 When you use the toolbar button 
29794 \begin_inset Info
29795 type  "icon"
29796 arg   "note-insert"
29797 \end_inset
29798
29799  to insert notes, a 
29800 \family sans
29801 \SpecialChar LyX
29802
29803 \begin_inset space ~
29804 \end_inset
29805
29806 Note
29807 \family default
29808  is inserted.
29809  You can switch between the three note types by right-clicking on the note-box.
29810  
29811 \family roman
29812 \series medium
29813 \bar no
29814 If you want to turn existing text into a note, mark it and click on the
29815  note
29816 \family default
29817 \series default
29818 \bar default
29819  toolbar 
29820 \family roman
29821 \series medium
29822 \bar no
29823 button
29824 \family default
29825 \series default
29826 \bar default
29827 .
29828  To change a note to text, press the backspace key when the cursor is in
29829  the first position of a note, or press the delete key when the cursor is
29830  in the very last position of the note, respectively.
29831 \end_layout
29832
29833 \begin_layout Standard
29834 \begin_inset VSpace bigskip
29835 \end_inset
29836
29837 You can change the text color of the greyed out notes in the menu 
29838 \family sans
29839 Document\SpecialChar menuseparator
29840 Settings\SpecialChar menuseparator
29841 Colors
29842 \family default
29843 .
29844 \end_layout
29845
29846 \begin_layout Section
29847 Footnotes
29848 \begin_inset CommandInset label
29849 LatexCommand label
29850 name "sec:Footnotes"
29851
29852 \end_inset
29853
29854
29855 \begin_inset Index idx
29856 status collapsed
29857
29858 \begin_layout Plain Layout
29859 Notes ! Footnotes
29860 \end_layout
29861
29862 \end_inset
29863
29864
29865 \begin_inset Index idx
29866 status collapsed
29867
29868 \begin_layout Plain Layout
29869 Footnotes
29870 \end_layout
29871
29872 \end_inset
29873
29874
29875 \end_layout
29876
29877 \begin_layout Standard
29878 Footnotes can be inserted using the toolbar button 
29879 \begin_inset Info
29880 type  "icon"
29881 arg   "footnote-insert"
29882 \end_inset
29883
29884  or the menu 
29885 \family sans
29886 Insert\SpecialChar menuseparator
29887 Footnote
29888 \family default
29889 .
29890  You will then see the following footnote-box: 
29891 \begin_inset Graphics
29892         filename clipart/footnoteQt4.png
29893         scale 80
29894         scaleBeforeRotation
29895
29896 \end_inset
29897
29898  
29899 \family roman
29900 \series medium
29901 \bar no
29902 where you can enter the footnote text.
29903  If you want to turn existing text into a footnote, mark it and click on
29904  the footnote
29905 \family default
29906 \series default
29907 \bar default
29908  toolbar 
29909 \family roman
29910 \series medium
29911 \bar no
29912 button
29913 \family default
29914 \series default
29915 \bar default
29916 .
29917  To change a 
29918 \family roman
29919 \series medium
29920 \bar no
29921 footnote
29922 \family default
29923 \series default
29924 \bar default
29925  to text, press the 
29926 \family sans
29927 Backspace
29928 \family default
29929  key when the cursor is in the first position of a 
29930 \family roman
29931 \series medium
29932 \bar no
29933 footnote
29934 \family default
29935 \series default
29936 \bar default
29937 , or press the 
29938 \family sans
29939 Delete
29940 \family default
29941  key when the cursor is in the very last position of the 
29942 \family roman
29943 \series medium
29944 \bar no
29945 footnote
29946 \family default
29947 \series default
29948 \bar default
29949 , respectively.
29950 \end_layout
29951
29952 \begin_layout Standard
29953 Here is an example footnote:
29954 \family roman
29955 \series medium
29956 \bar no
29957
29958 \begin_inset Foot
29959 status open
29960
29961 \begin_layout Plain Layout
29962 \begin_inset CommandInset label
29963 LatexCommand label
29964 name "foot:This-is-an"
29965
29966 \end_inset
29967
29968 This is an example footnote.
29969 \end_layout
29970
29971 \end_inset
29972
29973
29974 \family default
29975 \series default
29976 \bar default
29977
29978 \begin_inset ERT
29979 status collapsed
29980
29981 \begin_layout Plain Layout
29982
29983
29984 \backslash
29985 newcounter{MyRepeatFoot}
29986 \end_layout
29987
29988 \begin_layout Plain Layout
29989
29990
29991 \backslash
29992 setcounter{MyRepeatFoot}{
29993 \backslash
29994 thefootnote}
29995 \end_layout
29996
29997 \end_inset
29998
29999
30000 \end_layout
30001
30002 \begin_layout Standard
30003 The footnote will appear in the output as a superscript number at the text
30004  position where the footnote box is placed.
30005  The footnote text is placed at the bottom of the current page.
30006  The footnote number is calculated by \SpecialChar LaTeX
30007 ; the numbers are consecutive.
30008  Whether the footnote number is reset for every chapter depends on your
30009  document class.
30010 \end_layout
30011
30012 \begin_layout Standard
30013 Footnotes can be referenced like floats: Insert a label into the footnote
30014  and cross-reference this label in the text as described in section
30015 \begin_inset space ~
30016 \end_inset
30017
30018
30019 \begin_inset CommandInset ref
30020 LatexCommand ref
30021 reference "sec:Referencing-Floats"
30022
30023 \end_inset
30024
30025 .
30026 \begin_inset Newline newline
30027 \end_inset
30028
30029 This is a cross-reference of Footnote
30030 \begin_inset space ~
30031 \end_inset
30032
30033
30034 \begin_inset CommandInset ref
30035 LatexCommand ref
30036 reference "foot:This-is-an"
30037
30038 \end_inset
30039
30040 .
30041 \end_layout
30042
30043 \begin_layout Standard
30044 \begin_inset VSpace defskip
30045 \end_inset
30046
30047 Footnotes in title environments are usually not numbered with symbols and
30048  they cannot contain several paragraphs.
30049  See for example the footnote in the titling of this document.
30050 \end_layout
30051
30052 \begin_layout Standard
30053 \begin_inset VSpace defskip
30054 \end_inset
30055
30056 Footnotes in tables are not printed by \SpecialChar LaTeX
30057  due to technical reasons.
30058  However there exists another method to print them: Instead of the footnote
30059  the command 
30060 \series bold
30061
30062 \backslash
30063 footnotemark{}
30064 \series default
30065  is inserted as \SpecialChar TeX
30066  code.
30067  The text of the footnote is entered as an argument of the \SpecialChar TeX
30068  code command
30069  
30070 \series bold
30071
30072 \backslash
30073 footnotetext
30074 \series default
30075  after the table.
30076 \begin_inset Newline newline
30077 \end_inset
30078
30079 This was done for the following table with the command
30080 \end_layout
30081
30082 \begin_layout Standard
30083
30084 \series bold
30085
30086 \backslash
30087 footnotetext{
30088 \series default
30089 Printed table footnote.
30090 \series bold
30091 }
30092 \end_layout
30093
30094 \begin_layout Standard
30095 \begin_inset Tabular
30096 <lyxtabular version="3" rows="2" columns="1">
30097 <features tabularvalignment="middle">
30098 <column alignment="center" valignment="top">
30099 <row>
30100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30101 \begin_inset Text
30102
30103 \begin_layout Plain Layout
30104 This an example text.
30105 \begin_inset Foot
30106 status open
30107
30108 \begin_layout Plain Layout
30109 This footnote will not be printed!
30110 \end_layout
30111
30112 \end_inset
30113
30114
30115 \end_layout
30116
30117 \end_inset
30118 </cell>
30119 </row>
30120 <row>
30121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30122 \begin_inset Text
30123
30124 \begin_layout Plain Layout
30125 This an example text.
30126 \begin_inset ERT
30127 status collapsed
30128
30129 \begin_layout Plain Layout
30130
30131
30132 \backslash
30133 footnotemark{}
30134 \end_layout
30135
30136 \end_inset
30137
30138
30139 \end_layout
30140
30141 \end_inset
30142 </cell>
30143 </row>
30144 </lyxtabular>
30145
30146 \end_inset
30147
30148
30149 \begin_inset ERT
30150 status collapsed
30151
30152 \begin_layout Plain Layout
30153
30154
30155 \backslash
30156 footnotetext{
30157 \end_layout
30158
30159 \end_inset
30160
30161 Printed table footnote.
30162 \begin_inset ERT
30163 status collapsed
30164
30165 \begin_layout Plain Layout
30166
30167 }
30168 \end_layout
30169
30170 \end_inset
30171
30172
30173 \end_layout
30174
30175 \begin_layout Standard
30176 Footnotes in longtables are described in section
30177 \begin_inset space ~
30178 \end_inset
30179
30180
30181 \begin_inset CommandInset ref
30182 LatexCommand ref
30183 reference "subsec:Footnotes-in-Longtables"
30184
30185 \end_inset
30186
30187 .
30188 \end_layout
30189
30190 \begin_layout Standard
30191 Footnotes in minipage boxes are printed, but inside the box and with a different
30192  numbering because a minipage box is like a page inside a page.
30193  (For more about minipages, see section
30194 \begin_inset space ~
30195 \end_inset
30196
30197
30198 \begin_inset CommandInset ref
30199 LatexCommand ref
30200 reference "sec:Minipages"
30201
30202 \end_inset
30203
30204 .) To get a footnote in the minipage that is output at the bottom of the
30205  page like normal footnotes, also use the method of 
30206 \series bold
30207
30208 \backslash
30209 footnotemark{}
30210 \series default
30211  and 
30212 \series bold
30213
30214 \backslash
30215 footnotetext
30216 \series default
30217 .
30218 \end_layout
30219
30220 \begin_layout Standard
30221 \begin_inset Box Frameless
30222 position "t"
30223 hor_pos "c"
30224 has_inner_box 1
30225 inner_pos "t"
30226 use_parbox 0
30227 use_makebox 0
30228 width "100col%"
30229 special "none"
30230 height "1in"
30231 height_special "totalheight"
30232 thickness "0.4pt"
30233 separation "3pt"
30234 shadowsize "4pt"
30235 framecolor "black"
30236 backgroundcolor "none"
30237 status open
30238
30239 \begin_layout Plain Layout
30240 This an example text in a minipage.
30241 \begin_inset Foot
30242 status open
30243
30244 \begin_layout Plain Layout
30245 Footnote in the minipage.
30246 \end_layout
30247
30248 \end_inset
30249
30250
30251 \end_layout
30252
30253 \begin_layout Plain Layout
30254 This an example text in a minipage.
30255 \begin_inset ERT
30256 status collapsed
30257
30258 \begin_layout Plain Layout
30259
30260
30261 \backslash
30262 footnotemark{}
30263 \end_layout
30264
30265 \end_inset
30266
30267
30268 \end_layout
30269
30270 \end_inset
30271
30272
30273 \end_layout
30274
30275 \begin_layout Standard
30276 \begin_inset ERT
30277 status collapsed
30278
30279 \begin_layout Plain Layout
30280
30281
30282 \backslash
30283 footnotetext{
30284 \end_layout
30285
30286 \end_inset
30287
30288 Footnote outside the minipage.
30289 \begin_inset ERT
30290 status collapsed
30291
30292 \begin_layout Plain Layout
30293
30294 }
30295 \end_layout
30296
30297 \end_inset
30298
30299
30300 \end_layout
30301
30302 \begin_layout Standard
30303 \begin_inset VSpace defskip
30304 \end_inset
30305
30306
30307 \end_layout
30308
30309 \begin_layout Standard
30310 To refer to the same footnote several times without printing the footnote
30311  text every time, use the command 
30312 \series bold
30313
30314 \backslash
30315 footnotemark[number]
30316 \series default
30317  in \SpecialChar TeX
30318  code.
30319 \begin_inset Newline newline
30320 \end_inset
30321
30322 As you do not know the number of the repeating footnote while you are writing
30323  the text, you have to store its number.
30324  For the following footnote mark example, these commands were inserted in
30325  \SpecialChar TeX
30326  code after Footnote
30327 \begin_inset space ~
30328 \end_inset
30329
30330
30331 \begin_inset CommandInset ref
30332 LatexCommand ref
30333 reference "foot:This-is-an"
30334
30335 \end_inset
30336
30337  to store the footnote number:
30338 \end_layout
30339
30340 \begin_layout Standard
30341
30342 \series bold
30343
30344 \backslash
30345 newcounter{MyRepeatFoot}
30346 \begin_inset Newline newline
30347 \end_inset
30348
30349
30350 \backslash
30351 setcounter{MyRepeatFoot}{
30352 \backslash
30353 thefootnote}
30354 \end_layout
30355
30356 \begin_layout Standard
30357 The footnote mark was then created with this command:
30358 \end_layout
30359
30360 \begin_layout Standard
30361
30362 \series bold
30363
30364 \backslash
30365 footnotemark[
30366 \backslash
30367 theMyRepeatFoot]
30368 \end_layout
30369
30370 \begin_layout Standard
30371 Here is a repeated footnote:
30372 \family roman
30373 \series medium
30374 \bar no
30375
30376 \begin_inset ERT
30377 status collapsed
30378
30379 \begin_layout Plain Layout
30380
30381
30382 \backslash
30383 footnotemark[
30384 \backslash
30385 theMyRepeatFoot]
30386 \end_layout
30387
30388 \end_inset
30389
30390
30391 \end_layout
30392
30393 \begin_layout Standard
30394 If you want to repeat the previous footnote, you can omit the storage of
30395  the footnote number and just use this command instead:
30396 \end_layout
30397
30398 \begin_layout Standard
30399
30400 \series bold
30401
30402 \backslash
30403 footnotemark[
30404 \backslash
30405 thefootnote]
30406 \end_layout
30407
30408 \begin_layout Standard
30409 Here is another repeated footnote:
30410 \family roman
30411 \series medium
30412 \bar no
30413
30414 \begin_inset ERT
30415 status collapsed
30416
30417 \begin_layout Plain Layout
30418
30419
30420 \backslash
30421 footnotemark[
30422 \backslash
30423 thefootnote]
30424 \end_layout
30425
30426 \end_inset
30427
30428
30429 \end_layout
30430
30431 \begin_layout Subsection
30432 Footnote Numbering
30433 \begin_inset CommandInset label
30434 LatexCommand label
30435 name "subsec:Footnote-Numbering"
30436
30437 \end_inset
30438
30439
30440 \begin_inset Index idx
30441 status collapsed
30442
30443 \begin_layout Plain Layout
30444 Footnotes ! Numbering
30445 \end_layout
30446
30447 \end_inset
30448
30449
30450 \end_layout
30451
30452 \begin_layout Standard
30453 To reset the footnote number back to 1 after each section
30454 \family roman
30455 , add this command to your document preamble:
30456 \end_layout
30457
30458 \begin_layout Standard
30459
30460 \series bold
30461
30462 \backslash
30463 @addtoreset{footnote}{section}
30464 \end_layout
30465
30466 \begin_layout Standard
30467 \begin_inset VSpace bigskip
30468 \end_inset
30469
30470 The following preamble command changes the footnote numbering style to small
30471  roman numerals:
30472 \end_layout
30473
30474 \begin_layout Standard
30475
30476 \series bold
30477
30478 \backslash
30479 renewcommand{
30480 \backslash
30481 thefootnote}{
30482 \backslash
30483 roman{footnote}}
30484 \end_layout
30485
30486 \begin_layout Standard
30487 \begin_inset ERT
30488 status collapsed
30489
30490 \begin_layout Plain Layout
30491
30492
30493 \backslash
30494 renewcommand{
30495 \backslash
30496 thefootnote}{
30497 \backslash
30498 roman{footnote}}
30499 \end_layout
30500
30501 \end_inset
30502
30503  This is a footnote with roman numbering:
30504 \begin_inset Foot
30505 status open
30506
30507 \begin_layout Plain Layout
30508 This is an example footnote with roman numbering.
30509 \end_layout
30510
30511 \end_inset
30512
30513
30514 \end_layout
30515
30516 \begin_layout Standard
30517 To change the numbering style to capital roman numerals replace in the command
30518  above 
30519 \series bold
30520
30521 \backslash
30522 roman
30523 \series default
30524  by 
30525 \series bold
30526
30527 \backslash
30528 Roman
30529 \series default
30530 .
30531  To 
30532 \begin_inset Quotes eld
30533 \end_inset
30534
30535 number
30536 \begin_inset Quotes erd
30537 \end_inset
30538
30539  footnotes with capital or small Latin letters use 
30540 \series bold
30541
30542 \backslash
30543 Alph
30544 \series default
30545  or 
30546 \series bold
30547
30548 \backslash
30549 alph
30550 \series default
30551 , respectively.
30552  To 
30553 \begin_inset Quotes eld
30554 \end_inset
30555
30556 number
30557 \begin_inset Quotes erd
30558 \end_inset
30559
30560  footnotes with symbols use 
30561 \series bold
30562
30563 \backslash
30564 fnsymbol
30565 \series default
30566 .
30567 \end_layout
30568
30569 \begin_layout Standard
30570 \begin_inset Note Greyedout
30571 status open
30572
30573 \begin_layout Plain Layout
30574
30575 \series bold
30576 Note:
30577 \series default
30578  You can only number 26 footnotes with Latin letters, because this numbering
30579  is limited to single letters.
30580 \end_layout
30581
30582 \end_inset
30583
30584
30585 \begin_inset Newline newline
30586 \end_inset
30587
30588
30589 \begin_inset Note Greyedout
30590 status open
30591
30592 \begin_layout Plain Layout
30593
30594 \series bold
30595 Note:
30596 \series default
30597  You can only number 9 footnotes with symbols.
30598 \end_layout
30599
30600 \end_inset
30601
30602
30603 \end_layout
30604
30605 \begin_layout Standard
30606 To return to the default numbering style after you have changed to another
30607  one, use 
30608 \series bold
30609
30610 \backslash
30611 arabic
30612 \series default
30613  instead of 
30614 \series bold
30615
30616 \backslash
30617 roman
30618 \series default
30619  in the command above.
30620 \begin_inset ERT
30621 status collapsed
30622
30623 \begin_layout Plain Layout
30624
30625
30626 \backslash
30627 renewcommand{
30628 \backslash
30629 thefootnote}{
30630 \backslash
30631 arabic{footnote}}
30632 \end_layout
30633
30634 \end_inset
30635
30636
30637 \end_layout
30638
30639 \begin_layout Standard
30640 \begin_inset VSpace bigskip
30641 \end_inset
30642
30643
30644 \end_layout
30645
30646 \begin_layout Standard
30647 If you want to have footnotes numbered in the scheme 
30648 \begin_inset Quotes eld
30649 \end_inset
30650
30651 chapter.footnote
30652 \begin_inset Quotes erd
30653 \end_inset
30654
30655 , add the following command to your document preamble:
30656 \end_layout
30657
30658 \begin_layout Standard
30659
30660 \series bold
30661
30662 \backslash
30663 numberwithin{footnote}{chapter}
30664 \end_layout
30665
30666 \begin_layout Standard
30667 To be able to use the command 
30668 \series bold
30669
30670 \backslash
30671 numberwithin
30672 \series default
30673 , set in the tab 
30674 \family sans
30675 Math
30676 \begin_inset space ~
30677 \end_inset
30678
30679 Options
30680 \family default
30681  in the document settings the option 
30682 \family sans
30683 Use
30684 \begin_inset space ~
30685 \end_inset
30686
30687 AMS
30688 \begin_inset space ~
30689 \end_inset
30690
30691 math
30692 \begin_inset space ~
30693 \end_inset
30694
30695 package
30696 \family default
30697 .
30698 \end_layout
30699
30700 \begin_layout Standard
30701 \begin_inset ERT
30702 status collapsed
30703
30704 \begin_layout Plain Layout
30705
30706
30707 \backslash
30708 numberwithin{footnote}{chapter}
30709 \end_layout
30710
30711 \end_inset
30712
30713 This is another example footnote:
30714 \series bold
30715
30716 \begin_inset Foot
30717 status open
30718
30719 \begin_layout Plain Layout
30720 This is a footnote numbered in the scheme 
30721 \begin_inset Quotes eld
30722 \end_inset
30723
30724 chapter.footnote
30725 \begin_inset Quotes erd
30726 \end_inset
30727
30728 .
30729 \end_layout
30730
30731 \end_inset
30732
30733
30734 \series default
30735
30736 \begin_inset ERT
30737 status collapsed
30738
30739 \begin_layout Plain Layout
30740
30741
30742 \backslash
30743 renewcommand{
30744 \backslash
30745 thefootnote}{
30746 \backslash
30747 arabic{footnote}}
30748 \end_layout
30749
30750 \end_inset
30751
30752
30753 \end_layout
30754
30755 \begin_layout Standard
30756 \begin_inset Note Greyedout
30757 status open
30758
30759 \begin_layout Plain Layout
30760
30761 \series bold
30762 Note:
30763 \series default
30764  
30765 \series bold
30766
30767 \backslash
30768 numberwithin
30769 \series default
30770  always prints out the footnote number as arabic number; previous redefinitions
30771  to get non-arabic numbers are overwritten.
30772 \end_layout
30773
30774 \end_inset
30775
30776
30777 \end_layout
30778
30779 \begin_layout Standard
30780 So to get for example the scheme 
30781 \begin_inset Quotes eld
30782 \end_inset
30783
30784 chapter.
30785 \backslash
30786 Roman{footnote}
30787 \begin_inset Quotes erd
30788 \end_inset
30789
30790 , use this command instead of 
30791 \series bold
30792
30793 \backslash
30794 numberwithin
30795 \series default
30796 :
30797 \end_layout
30798
30799 \begin_layout Standard
30800
30801 \series bold
30802
30803 \backslash
30804 renewcommand{
30805 \backslash
30806 thefootnote}{
30807 \backslash
30808 thechapter.
30809 \backslash
30810 Roman{footnote}}
30811 \end_layout
30812
30813 \begin_layout Subsection
30814 Footnote Placement
30815 \begin_inset Index idx
30816 status collapsed
30817
30818 \begin_layout Plain Layout
30819 Footnotes ! Placement
30820 \end_layout
30821
30822 \end_inset
30823
30824
30825 \end_layout
30826
30827 \begin_layout Standard
30828 If you have several footnotes in one page, they appear without vertical
30829  space between them at the bottom of the page.
30830  To make them more readable you can e.
30831 \begin_inset space \thinspace{}
30832 \end_inset
30833
30834 g.
30835 \begin_inset space \space{}
30836 \end_inset
30837
30838 add 1.5
30839 \begin_inset space \thinspace{}
30840 \end_inset
30841
30842 mm space with the following preamble command:
30843 \end_layout
30844
30845 \begin_layout Standard
30846
30847 \series bold
30848
30849 \backslash
30850 let
30851 \backslash
30852 myFoot
30853 \backslash
30854 footnote
30855 \begin_inset Newline newline
30856 \end_inset
30857
30858
30859 \backslash
30860 renewcommand{
30861 \backslash
30862 footnote}[1]{
30863 \backslash
30864 myFoot{#1
30865 \backslash
30866 vspace{1.5mm}}}
30867 \end_layout
30868
30869 \begin_layout Standard
30870 \begin_inset VSpace bigskip
30871 \end_inset
30872
30873 In a two-column document the footnotes appear at the bottom of every column,
30874  see Figure
30875 \begin_inset space ~
30876 \end_inset
30877
30878
30879 \begin_inset CommandInset ref
30880 LatexCommand ref
30881 reference "fig:Standard-footnote-placement"
30882
30883 \end_inset
30884
30885 .
30886  If the footnotes should only appear at the bottom of the right column,
30887  as in Figure
30888 \begin_inset space ~
30889 \end_inset
30890
30891
30892 \begin_inset CommandInset ref
30893 LatexCommand ref
30894 reference "fig:Footnote-placement-in"
30895
30896 \end_inset
30897
30898 , use the \SpecialChar LaTeX
30899 -package 
30900 \series bold
30901 ftnright
30902 \series default
30903
30904 \begin_inset Index idx
30905 status collapsed
30906
30907 \begin_layout Plain Layout
30908 \SpecialChar LaTeX
30909 -packages ! ftnright
30910 \end_layout
30911
30912 \end_inset
30913
30914  with this command in the document preamble:
30915 \end_layout
30916
30917 \begin_layout Standard
30918
30919 \series bold
30920
30921 \backslash
30922 usepackage{ftnright}
30923 \end_layout
30924
30925 \begin_layout Standard
30926 \begin_inset Float figure
30927 placement !h
30928 wide false
30929 sideways false
30930 status open
30931
30932 \begin_layout Plain Layout
30933 \begin_inset ERT
30934 status collapsed
30935
30936 \begin_layout Plain Layout
30937
30938
30939 \backslash
30940 framebox{
30941 \end_layout
30942
30943 \end_inset
30944
30945
30946 \begin_inset Graphics
30947         filename clipart/without_fntright.pdf
30948         width 100col%
30949         scaleBeforeRotation
30950
30951 \end_inset
30952
30953
30954 \begin_inset ERT
30955 status collapsed
30956
30957 \begin_layout Plain Layout
30958
30959 }
30960 \end_layout
30961
30962 \end_inset
30963
30964
30965 \end_layout
30966
30967 \begin_layout Plain Layout
30968 \begin_inset Caption Standard
30969
30970 \begin_layout Plain Layout
30971 \begin_inset CommandInset label
30972 LatexCommand label
30973 name "fig:Standard-footnote-placement"
30974
30975 \end_inset
30976
30977 Standard footnote placement in two-column documents.
30978 \end_layout
30979
30980 \end_inset
30981
30982
30983 \end_layout
30984
30985 \end_inset
30986
30987
30988 \end_layout
30989
30990 \begin_layout Standard
30991 \begin_inset Float figure
30992 placement !h
30993 wide false
30994 sideways false
30995 status open
30996
30997 \begin_layout Plain Layout
30998 \begin_inset ERT
30999 status collapsed
31000
31001 \begin_layout Plain Layout
31002
31003
31004 \backslash
31005 framebox{
31006 \end_layout
31007
31008 \end_inset
31009
31010
31011 \begin_inset Graphics
31012         filename clipart/with_fntright.pdf
31013         width 100col%
31014         scaleBeforeRotation
31015
31016 \end_inset
31017
31018
31019 \begin_inset ERT
31020 status collapsed
31021
31022 \begin_layout Plain Layout
31023
31024 }
31025 \end_layout
31026
31027 \end_inset
31028
31029
31030 \end_layout
31031
31032 \begin_layout Plain Layout
31033 \begin_inset Caption Standard
31034
31035 \begin_layout Plain Layout
31036 \begin_inset CommandInset label
31037 LatexCommand label
31038 name "fig:Footnote-placement-in"
31039
31040 \end_inset
31041
31042 Footnote placement in two-column documents when the \SpecialChar LaTeX
31043 -package 
31044 \series bold
31045 ftnright
31046 \series default
31047  is used.
31048 \end_layout
31049
31050 \end_inset
31051
31052
31053 \end_layout
31054
31055 \end_inset
31056
31057
31058 \end_layout
31059
31060 \begin_layout Standard
31061 \begin_inset VSpace bigskip
31062 \end_inset
31063
31064 In some scientific literature it is usual to collect the footnotes and print
31065  them in a separate paragraph at the end of a section, as in Figure
31066 \begin_inset space ~
31067 \end_inset
31068
31069
31070 \begin_inset CommandInset ref
31071 LatexCommand ref
31072 reference "fig:Endnotes"
31073
31074 \end_inset
31075
31076 .
31077  They are then called 
31078 \begin_inset Quotes eld
31079 \end_inset
31080
31081 endnotes
31082 \begin_inset Quotes erd
31083 \end_inset
31084
31085 .
31086 \begin_inset Index idx
31087 status collapsed
31088
31089 \begin_layout Plain Layout
31090 Endnotes
31091 \end_layout
31092
31093 \end_inset
31094
31095  To use endnotes instead of footnotes in your document, load in the menu
31096  
31097 \family sans
31098 Document\SpecialChar menuseparator
31099 Settings\SpecialChar menuseparator
31100 Modules 
31101 \family default
31102 the module 
31103 \family sans
31104 Foot
31105 \begin_inset space ~
31106 \end_inset
31107
31108 to
31109 \begin_inset space ~
31110 \end_inset
31111
31112 End
31113 \family default
31114 .
31115  To insert the collected footnotes, insert the command
31116 \end_layout
31117
31118 \begin_layout Standard
31119
31120 \series bold
31121
31122 \backslash
31123 theendnotes
31124 \end_layout
31125
31126 \begin_layout Standard
31127 in \SpecialChar TeX
31128  Code at the end of a section or chapter.
31129 \end_layout
31130
31131 \begin_layout Standard
31132 \begin_inset Float figure
31133 wide false
31134 sideways false
31135 status open
31136
31137 \begin_layout Plain Layout
31138 \align center
31139 \begin_inset ERT
31140 status collapsed
31141
31142 \begin_layout Plain Layout
31143
31144
31145 \backslash
31146 framebox{
31147 \end_layout
31148
31149 \end_inset
31150
31151
31152 \begin_inset Graphics
31153         filename clipart/endnotes.pdf
31154         scaleBeforeRotation
31155
31156 \end_inset
31157
31158
31159 \begin_inset ERT
31160 status collapsed
31161
31162 \begin_layout Plain Layout
31163
31164 }
31165 \end_layout
31166
31167 \end_inset
31168
31169
31170 \end_layout
31171
31172 \begin_layout Plain Layout
31173 \begin_inset Caption Standard
31174
31175 \begin_layout Plain Layout
31176 \begin_inset CommandInset label
31177 LatexCommand label
31178 name "fig:Endnotes"
31179
31180 \end_inset
31181
31182 Endnotes â€“ footnotes are printed in a separate paragraph at the end of sections
31183  or chapters.
31184 \end_layout
31185
31186 \end_inset
31187
31188
31189 \end_layout
31190
31191 \end_inset
31192
31193
31194 \end_layout
31195
31196 \begin_layout Standard
31197 \begin_inset VSpace medskip
31198 \end_inset
31199
31200 The paragraph heading for the endnotes isn't automatically translated into
31201  the document language, this must be done manually.
31202  The following preamble command translates the default English 
31203 \begin_inset Quotes eld
31204 \end_inset
31205
31206 Notes
31207 \begin_inset Quotes erd
31208 \end_inset
31209
31210  into the German 
31211 \begin_inset Quotes eld
31212 \end_inset
31213
31214 Anmerkungen
31215 \begin_inset Quotes erd
31216 \end_inset
31217
31218 :
31219 \end_layout
31220
31221 \begin_layout Standard
31222
31223 \series bold
31224
31225 \backslash
31226 renewcommand{
31227 \backslash
31228 notesname}{Anmerkungen}
31229 \end_layout
31230
31231 \begin_layout Standard
31232 \begin_inset VSpace medskip
31233 \end_inset
31234
31235 The numbering of endnotes can be changed like the footnote numbering as
31236  described in section
31237 \begin_inset space ~
31238 \end_inset
31239
31240
31241 \begin_inset CommandInset ref
31242 LatexCommand ref
31243 reference "subsec:Footnote-Numbering"
31244
31245 \end_inset
31246
31247 ; just replace the command 
31248 \series bold
31249
31250 \backslash
31251 thefootnote
31252 \series default
31253  by 
31254 \series bold
31255
31256 \backslash
31257 theendnote
31258 \series default
31259 .
31260  To reset the endnote number use the command 
31261 \series bold
31262
31263 \backslash
31264 @addtoreset
31265 \series default
31266  as described in section
31267 \begin_inset space ~
31268 \end_inset
31269
31270
31271 \begin_inset CommandInset ref
31272 LatexCommand ref
31273 reference "subsec:Footnote-Numbering"
31274
31275 \end_inset
31276
31277  and replace the command parameter 
31278 \series bold
31279 footnote
31280 \series default
31281  by 
31282 \series bold
31283 endnote
31284 \series default
31285 .
31286 \end_layout
31287
31288 \begin_layout Standard
31289 For endnotes there is the command 
31290 \series bold
31291
31292 \backslash
31293 endnotemark[number]
31294 \series default
31295  similar to the command 
31296 \series bold
31297
31298 \backslash
31299 footnotemark
31300 \series default
31301 , that is described in section
31302 \begin_inset space ~
31303 \end_inset
31304
31305
31306 \begin_inset CommandInset ref
31307 LatexCommand ref
31308 reference "sec:Footnotes"
31309
31310 \end_inset
31311
31312 .
31313 \end_layout
31314
31315 \begin_layout Standard
31316 \begin_inset VSpace bigskip
31317 \end_inset
31318
31319 Footnotes can also be placed in the page margin and the footnote text alignment
31320  can be changed, see the \SpecialChar LaTeX
31321 -package 
31322 \series bold
31323 footmisc
31324 \series default
31325
31326 \begin_inset Index idx
31327 status collapsed
31328
31329 \begin_layout Plain Layout
31330 \SpecialChar LaTeX
31331 -packages ! footmisc
31332 \end_layout
31333
31334 \end_inset
31335
31336
31337 \begin_inset CommandInset citation
31338 LatexCommand cite
31339 key "footmisc"
31340
31341 \end_inset
31342
31343  for more information about this.
31344 \end_layout
31345
31346 \begin_layout Standard
31347 For various further footnote formatting issues have a look at \SpecialChar LaTeX
31348 -books, 
31349 \begin_inset CommandInset citation
31350 LatexCommand cite
31351 key "latexcompanion,latexguide,latexbook"
31352
31353 \end_inset
31354
31355 .
31356  If you are using a 
31357 \series bold
31358 KOMA-Script
31359 \series default
31360
31361 \begin_inset Index idx
31362 status collapsed
31363
31364 \begin_layout Plain Layout
31365 \SpecialChar LaTeX
31366 -packages ! KOMA-Script
31367 \end_layout
31368
31369 \end_inset
31370
31371  document class, you can adjust all footnote settings using class-specific
31372  commands, see 
31373 \begin_inset CommandInset citation
31374 LatexCommand cite
31375 key "KOMA-Script"
31376
31377 \end_inset
31378
31379 .
31380 \end_layout
31381
31382 \begin_layout Section
31383 Margin Notes
31384 \begin_inset Index idx
31385 status collapsed
31386
31387 \begin_layout Plain Layout
31388 Notes ! Margin Notes
31389 \end_layout
31390
31391 \end_inset
31392
31393
31394 \end_layout
31395
31396 \begin_layout Standard
31397 Margin notes look and behave in \SpecialChar LyX
31398  like footnotes.
31399  They are inserted via the menu 
31400 \family sans
31401 Insert\SpecialChar menuseparator
31402 Marginal
31403 \begin_inset space ~
31404 \end_inset
31405
31406 Note
31407 \family default
31408  or the toolbar button 
31409 \begin_inset Info
31410 type  "icon"
31411 arg   "marginalnote-insert"
31412 \end_inset
31413
31414 .
31415  A grey 
31416 \family roman
31417 \series medium
31418 box with the
31419 \family default
31420 \series default
31421  red 
31422 \family roman
31423 \series medium
31424 label 
31425 \begin_inset Quotes eld
31426 \end_inset
31427
31428 margin
31429 \begin_inset Quotes erd
31430 \end_inset
31431
31432  appears where you can enter the text of the margin note.
31433 \end_layout
31434
31435 \begin_layout Standard
31436 At the side is an example margin note.
31437
31438 \family roman
31439 \series medium
31440  
31441 \begin_inset Marginal
31442 status open
31443
31444 \begin_layout Plain Layout
31445 This is a margin note.
31446 \end_layout
31447
31448 \end_inset
31449
31450
31451 \end_layout
31452
31453 \begin_layout Standard
31454 Margin notes appear at the right side in single-sided documents.
31455  In double-sided documents they appear in the outer margin â€“ left on even
31456  pages, right on odd pages.
31457  The text of margin notes is aligned opposite to the outer margin â€“ right-aligne
31458 d when the note appears in the left margin.
31459  The first line of the margin note is placed at the position of the text
31460  line where it is inserted in the document.
31461 \end_layout
31462
31463 \begin_layout Standard
31464 \begin_inset VSpace bigskip
31465 \end_inset
31466
31467 To place the margin note in the inner margin, add the command
31468 \end_layout
31469
31470 \begin_layout Standard
31471
31472 \series bold
31473
31474 \backslash
31475 reversemarginpar
31476 \end_layout
31477
31478 \begin_layout Standard
31479 in \SpecialChar TeX
31480  Code before a margin note.
31481  The new placement is valid for all subsequent margin notes.
31482  
31483 \begin_inset ERT
31484 status collapsed
31485
31486 \begin_layout Plain Layout
31487
31488
31489 \backslash
31490 reversemarginpar 
31491 \end_layout
31492
31493 \end_inset
31494
31495
31496 \begin_inset Marginal
31497 status open
31498
31499 \begin_layout Plain Layout
31500 This is a margin note in the inner margin.
31501 \end_layout
31502
31503 \end_inset
31504
31505
31506 \series bold
31507
31508 \begin_inset Newline newline
31509 \end_inset
31510
31511
31512 \series default
31513
31514 \begin_inset Note Greyedout
31515 status open
31516
31517 \begin_layout Plain Layout
31518
31519 \series bold
31520 Note:
31521 \series default
31522  There is often not enough space in the inner margin so that the notes are
31523  not correctly displayed in the output.
31524 \end_layout
31525
31526 \end_inset
31527
31528
31529 \end_layout
31530
31531 \begin_layout Standard
31532 To return to the default placement insert the command
31533 \end_layout
31534
31535 \begin_layout Standard
31536
31537 \series bold
31538
31539 \backslash
31540 normalmarginpar
31541 \end_layout
31542
31543 \begin_layout Standard
31544 in \SpecialChar TeX
31545  Code.
31546 \begin_inset ERT
31547 status collapsed
31548
31549 \begin_layout Plain Layout
31550
31551
31552 \backslash
31553 normalmarginpar 
31554 \end_layout
31555
31556 \end_inset
31557
31558  
31559 \begin_inset Note Greyedout
31560 status open
31561
31562 \begin_layout Plain Layout
31563
31564 \series bold
31565 Note:
31566 \series default
31567  The command is ignored when it is within a paragraph where also the command
31568  
31569 \series bold
31570
31571 \backslash
31572 reversemarginpar
31573 \series default
31574  is inserted.
31575 \end_layout
31576
31577 \end_inset
31578
31579
31580 \end_layout
31581
31582 \begin_layout Standard
31583 \begin_inset VSpace bigskip
31584 \end_inset
31585
31586
31587 \family roman
31588 \series medium
31589
31590 \begin_inset Marginal
31591 status open
31592
31593 \begin_layout Plain Layout
31594 AVeryLongMarginParWord that isn't hyphenated.
31595 \end_layout
31596
31597 \end_inset
31598
31599
31600 \family default
31601 \series default
31602  Similar to the case described in section
31603 \begin_inset space ~
31604 \end_inset
31605
31606
31607 \begin_inset CommandInset ref
31608 LatexCommand ref
31609 reference "subsec:Multiple-Lines-in"
31610
31611 \end_inset
31612
31613 , long words cannot be hyphenated when they are the first word in a margin
31614  note.
31615  To avoid this, insert 0
31616 \begin_inset space \thinspace{}
31617 \end_inset
31618
31619 pt horizontal space before the word
31620 \family roman
31621 \series medium
31622 .
31623  
31624 \begin_inset Marginal
31625 status open
31626
31627 \begin_layout Plain Layout
31628 \begin_inset space \hspace*{}
31629 \length 0pt
31630 \end_inset
31631
31632 AVeryLongMarginParWord that is hyphenated.
31633 \end_layout
31634
31635 \end_inset
31636
31637
31638 \end_layout
31639
31640 \begin_layout Standard
31641 \begin_inset VSpace bigskip
31642 \end_inset
31643
31644
31645 \end_layout
31646
31647 \begin_layout Standard
31648 \begin_inset Note Greyedout
31649 status open
31650
31651 \begin_layout Plain Layout
31652
31653 \series bold
31654 Note:
31655 \series default
31656  Margin notes can normally not be used inside tables, floats, and footnotes.
31657 \end_layout
31658
31659 \end_inset
31660
31661
31662 \end_layout
31663
31664 \begin_layout Standard
31665 \begin_inset VSpace bigskip
31666 \end_inset
31667
31668
31669 \end_layout
31670
31671 \begin_layout Standard
31672 \begin_inset ERT
31673 status collapsed
31674
31675 \begin_layout Plain Layout
31676
31677
31678 \backslash
31679 ifmarginnote
31680 \end_layout
31681
31682 \end_inset
31683
31684
31685 \begin_inset Note Note
31686 status open
31687
31688 \begin_layout Plain Layout
31689 The following section will only be displayed when the \SpecialChar LaTeX
31690 -package 
31691 \series bold
31692 marginnote
31693 \series default
31694  is installed.
31695 \end_layout
31696
31697 \end_inset
31698
31699
31700 \end_layout
31701
31702 \begin_layout Standard
31703 This restriction can be evaded by using the \SpecialChar LaTeX
31704 -package 
31705 \series bold
31706 marginnote
31707 \series default
31708
31709 \begin_inset Index idx
31710 status collapsed
31711
31712 \begin_layout Plain Layout
31713 \SpecialChar LaTeX
31714 -packages ! marginnote
31715 \end_layout
31716
31717 \end_inset
31718
31719 .
31720  By adding these two lines to your document preamble, the command used by
31721  \SpecialChar LyX
31722  for margin notes is redefined to use the command provided by the 
31723 \series bold
31724 marginnote
31725 \series default
31726 -package:
31727 \end_layout
31728
31729 \begin_layout Standard
31730
31731 \series bold
31732
31733 \backslash
31734 usepackage{marginnote}
31735 \begin_inset Newline newline
31736 \end_inset
31737
31738
31739 \backslash
31740 let
31741 \backslash
31742 marginpar
31743 \backslash
31744 marginnote
31745 \end_layout
31746
31747 \begin_layout Standard
31748 This is also used in this document because 
31749 \series bold
31750 marginnote
31751 \series default
31752  has another useful feature: You can set a vertical offset for the note.
31753  This is often needed when too many margin notes are too close together
31754  or for a better page layout.
31755  The offset is set in \SpecialChar LyX
31756  as \SpecialChar TeX
31757  Code directly after the margin note in the scheme
31758 \end_layout
31759
31760 \begin_layout Standard
31761
31762 \series bold
31763 [offset]
31764 \end_layout
31765
31766 \begin_layout Standard
31767 where the offset is a length with one of the units listed in Table
31768 \begin_inset space ~
31769 \end_inset
31770
31771
31772 \begin_inset CommandInset ref
31773 LatexCommand ref
31774 reference "tab:Units"
31775
31776 \end_inset
31777
31778 .
31779  A negative value shifts the note up, a positive value shifts it down.
31780  
31781 \family roman
31782 \series medium
31783 For example the margin note beside this text line is shifted up 1.5
31784 \begin_inset space \thinspace{}
31785 \end_inset
31786
31787 cm with the \SpecialChar TeX
31788  Code command 
31789 \begin_inset Quotes eld
31790 \end_inset
31791
31792
31793 \family default
31794 \series bold
31795 [-1.5cm]
31796 \family roman
31797 \series medium
31798
31799 \begin_inset Quotes erd
31800 \end_inset
31801
31802
31803 \begin_inset Marginal
31804 status open
31805
31806 \begin_layout Plain Layout
31807 This margin note is shifted up 1.5
31808 \begin_inset space \thinspace{}
31809 \end_inset
31810
31811 cm from its original position.
31812 \end_layout
31813
31814 \end_inset
31815
31816
31817 \family default
31818 \series default
31819
31820 \begin_inset ERT
31821 status collapsed
31822
31823 \begin_layout Plain Layout
31824
31825 [-1.5cm]
31826 \end_layout
31827
31828 \end_inset
31829
31830
31831 \end_layout
31832
31833 \begin_layout Standard
31834 \begin_inset VSpace medskip
31835 \end_inset
31836
31837 With 
31838 \series bold
31839 marginnote
31840 \series default
31841  you can also change the alignment of the text in the margin note.
31842  For example the commands
31843 \end_layout
31844
31845 \begin_layout Standard
31846
31847 \series bold
31848
31849 \backslash
31850 renewcommand*{
31851 \backslash
31852 raggedleftmarginnote}{
31853 \backslash
31854 centering}
31855 \begin_inset Newline newline
31856 \end_inset
31857
31858
31859 \backslash
31860 renewcommand*{
31861 \backslash
31862 raggedrightmarginnote}{
31863 \backslash
31864 centering}
31865 \end_layout
31866
31867 \begin_layout Standard
31868 set the alignment to centered.
31869  
31870 \series bold
31871
31872 \backslash
31873 raggedleftmarginnote
31874 \series default
31875  denotes margin notes that appear at the left side.
31876 \family roman
31877 \series medium
31878
31879 \begin_inset ERT
31880 status collapsed
31881
31882 \begin_layout Plain Layout
31883
31884
31885 \backslash
31886 renewcommand*{
31887 \backslash
31888 raggedleftmarginnote}{
31889 \backslash
31890 centering}
31891 \end_layout
31892
31893 \begin_layout Plain Layout
31894
31895
31896 \backslash
31897 renewcommand*{
31898 \backslash
31899 raggedrightmarginnote}{
31900 \backslash
31901 centering}
31902 \end_layout
31903
31904 \end_inset
31905
31906
31907 \begin_inset Marginal
31908 status open
31909
31910 \begin_layout Plain Layout
31911 The text of this margin note is centered.
31912 \end_layout
31913
31914 \end_inset
31915
31916
31917 \family default
31918 \series default
31919  The default is
31920 \end_layout
31921
31922 \begin_layout Standard
31923
31924 \series bold
31925
31926 \backslash
31927 renewcommand*{
31928 \backslash
31929 raggedleftmarginnote}{
31930 \backslash
31931 raggedleft}
31932 \begin_inset Newline newline
31933 \end_inset
31934
31935
31936 \backslash
31937 renewcommand*{
31938 \backslash
31939 raggedrightmarginnote}{
31940 \backslash
31941 raggedright}
31942 \family roman
31943 \series medium
31944
31945 \begin_inset ERT
31946 status collapsed
31947
31948 \begin_layout Plain Layout
31949
31950
31951 \backslash
31952 renewcommand*{
31953 \backslash
31954 raggedleftmarginnote}{
31955 \backslash
31956 raggedleft}
31957 \end_layout
31958
31959 \begin_layout Plain Layout
31960
31961
31962 \backslash
31963 renewcommand*{
31964 \backslash
31965 raggedrightmarginnote}{
31966 \backslash
31967 raggedright}
31968 \end_layout
31969
31970 \end_inset
31971
31972
31973 \end_layout
31974
31975 \begin_layout Standard
31976 \begin_inset VSpace medskip
31977 \end_inset
31978
31979 For the other features of 
31980 \series bold
31981 marginnote
31982 \series default
31983  refer to its documentation 
31984 \begin_inset CommandInset citation
31985 LatexCommand cite
31986 key "marginnote"
31987
31988 \end_inset
31989
31990 .
31991 \end_layout
31992
31993 \begin_layout Standard
31994 \begin_inset VSpace bigskip
31995 \end_inset
31996
31997 You can adjust the layout of margin notes by changing its definition.
31998  To create for example a header for all margin notes with the underlined,
31999  sans-serif, and bold header text 
32000 \begin_inset Quotes eld
32001 \end_inset
32002
32003
32004 \family sans
32005 \series bold
32006 \bar under
32007 Attention!
32008 \family default
32009 \series default
32010 \bar default
32011
32012 \begin_inset Quotes erd
32013 \end_inset
32014
32015 , add this to your document preamble:
32016 \end_layout
32017
32018 \begin_layout Standard
32019
32020 \series bold
32021
32022 \backslash
32023 let
32024 \backslash
32025 myMarginpar
32026 \backslash
32027 marginpar
32028 \begin_inset Newline newline
32029 \end_inset
32030
32031
32032 \backslash
32033 renewcommand{
32034 \backslash
32035 marginpar}[1]{
32036 \backslash
32037 myMarginpar{%
32038 \begin_inset Newline newline
32039 \end_inset
32040
32041
32042 \begin_inset Phantom HPhantom
32043 status open
32044
32045 \begin_layout Plain Layout
32046
32047 \series bold
32048 \begin_inset space ~
32049 \end_inset
32050
32051
32052 \end_layout
32053
32054 \end_inset
32055
32056
32057 \backslash
32058 hspace{0pt}
32059 \backslash
32060 textsf{
32061 \backslash
32062 textbf{
32063 \backslash
32064 underbar{Attention!}}}%
32065 \begin_inset Newline newline
32066 \end_inset
32067
32068
32069 \begin_inset Phantom HPhantom
32070 status open
32071
32072 \begin_layout Plain Layout
32073
32074 \series bold
32075 \begin_inset space ~
32076 \end_inset
32077
32078
32079 \end_layout
32080
32081 \end_inset
32082
32083
32084 \backslash
32085 vspace{1.5mm}
32086 \backslash
32087
32088 \backslash
32089 #1}}
32090 \end_layout
32091
32092 \begin_layout Standard
32093
32094 \family roman
32095 \series medium
32096 \begin_inset ERT
32097 status collapsed
32098
32099 \begin_layout Plain Layout
32100
32101
32102 \backslash
32103 let
32104 \backslash
32105 myMarginpar
32106 \backslash
32107 marginpar
32108 \end_layout
32109
32110 \begin_layout Plain Layout
32111
32112
32113 \backslash
32114 renewcommand{
32115 \backslash
32116 marginpar}[1]{
32117 \backslash
32118 myMarginpar{%
32119 \end_layout
32120
32121 \begin_layout Plain Layout
32122
32123    
32124 \backslash
32125 textsf{
32126 \backslash
32127 textbf{
32128 \backslash
32129 underbar{Attention!}}}%
32130 \end_layout
32131
32132 \begin_layout Plain Layout
32133
32134    
32135 \backslash
32136 vspace{1.5mm}
32137 \backslash
32138
32139 \backslash
32140 #1}}
32141 \end_layout
32142
32143 \end_inset
32144
32145
32146 \begin_inset Marginal
32147 status open
32148
32149 \begin_layout Plain Layout
32150 This is a margin note with a defined heading.
32151 \end_layout
32152
32153 \end_inset
32154
32155
32156 \family default
32157 \series default
32158
32159 \begin_inset ERT
32160 status collapsed
32161
32162 \begin_layout Plain Layout
32163
32164 [-1.5cm]
32165 \end_layout
32166
32167 \end_inset
32168
32169
32170 \family roman
32171 \series medium
32172
32173 \begin_inset ERT
32174 status collapsed
32175
32176 \begin_layout Plain Layout
32177
32178
32179 \backslash
32180 renewcommand{
32181 \backslash
32182 marginpar}[1]{
32183 \backslash
32184 myMarginpar{#1}}
32185 \end_layout
32186
32187 \end_inset
32188
32189
32190 \family default
32191 \series default
32192
32193 \begin_inset Note Note
32194 status collapsed
32195
32196 \begin_layout Plain Layout
32197 The margin note format is changed only for this example.
32198 \end_layout
32199
32200 \end_inset
32201
32202
32203 \end_layout
32204
32205 \begin_layout Standard
32206 \begin_inset ERT
32207 status collapsed
32208
32209 \begin_layout Plain Layout
32210
32211
32212 \backslash
32213 else
32214 \end_layout
32215
32216 \end_inset
32217
32218
32219 \begin_inset Note Note
32220 status open
32221
32222 \begin_layout Plain Layout
32223 The following will be displayed when the \SpecialChar LaTeX
32224 -package 
32225 \series bold
32226 marginnote
32227 \series default
32228  is not installed:
32229 \end_layout
32230
32231 \end_inset
32232
32233
32234 \end_layout
32235
32236 \begin_layout Standard
32237 You need to install the \SpecialChar LaTeX
32238 -package 
32239 \series bold
32240 marginnote
32241 \series default
32242  to see the following part of this section in the output.
32243 \end_layout
32244
32245 \begin_layout Standard
32246 \begin_inset ERT
32247 status collapsed
32248
32249 \begin_layout Plain Layout
32250
32251
32252 \backslash
32253 fi
32254 \end_layout
32255
32256 \end_inset
32257
32258
32259 \end_layout
32260
32261 \begin_layout Chapter
32262 Boxes
32263 \end_layout
32264
32265 \begin_layout Section
32266 Introduction
32267 \begin_inset Index idx
32268 status collapsed
32269
32270 \begin_layout Plain Layout
32271 Boxes ! Introduction
32272 \end_layout
32273
32274 \end_inset
32275
32276
32277 \end_layout
32278
32279 \begin_layout Standard
32280 Boxes are used to format a block of text.
32281  Boxes can be used to write documents with multiple languages, see section
32282 \begin_inset space ~
32283 \end_inset
32284
32285
32286 \begin_inset CommandInset ref
32287 LatexCommand ref
32288 reference "sec:Minipages"
32289
32290 \end_inset
32291
32292 , to frame texts, see section
32293 \begin_inset space ~
32294 \end_inset
32295
32296
32297 \begin_inset CommandInset ref
32298 LatexCommand ref
32299 reference "sec:Decoration"
32300
32301 \end_inset
32302
32303 , to prevent words from being hyphenated, see section
32304 \begin_inset space ~
32305 \end_inset
32306
32307
32308 \begin_inset CommandInset ref
32309 LatexCommand ref
32310 reference "sec:Prevent-Hyphenation"
32311
32312 \end_inset
32313
32314 , to align text, see section
32315 \begin_inset space ~
32316 \end_inset
32317
32318
32319 \begin_inset CommandInset ref
32320 LatexCommand ref
32321 reference "subsec:Vertical-Alignment"
32322
32323 \end_inset
32324
32325 , or to set the background color of texts, see section
32326 \begin_inset space ~
32327 \end_inset
32328
32329
32330 \begin_inset CommandInset ref
32331 LatexCommand ref
32332 reference "sec:Colored-Boxes"
32333
32334 \end_inset
32335
32336 .
32337 \end_layout
32338
32339 \begin_layout Standard
32340 Boxes can be inserted with the menu 
32341 \family sans
32342 Insert\SpecialChar menuseparator
32343 Box
32344 \family default
32345  or the toolbar button 
32346 \begin_inset Info
32347 type  "icon"
32348 arg   "box-insert Frameless"
32349 \end_inset
32350
32351 .
32352  A grey box with the label 
32353 \family sans
32354 Box (Minipage)
32355 \family default
32356
32357 \begin_inset Graphics
32358         filename clipart/BoxInsetDefaultQt4.png
32359         scale 85
32360         scaleBeforeRotation
32361
32362 \end_inset
32363
32364  will be inserted.
32365  The box type can be specified by right-clicking on the box and selecting
32366  
32367 \family sans
32368 Settings
32369 \family default
32370 .
32371  The box dialog offers the 
32372 \family sans
32373 Inner
32374 \begin_inset space ~
32375 \end_inset
32376
32377 Box
32378 \family default
32379  types 
32380 \family sans
32381 Makebox
32382 \family default
32383
32384 \family sans
32385 Parbox
32386 \family default
32387  and 
32388 \family sans
32389 Minipage
32390 \family default
32391 .
32392  The type 
32393 \family sans
32394 Minipage
32395 \family default
32396  is the default for new boxes and is explained in section
32397 \begin_inset space ~
32398 \end_inset
32399
32400
32401 \begin_inset CommandInset ref
32402 LatexCommand ref
32403 reference "sec:Minipages"
32404
32405 \end_inset
32406
32407 ; the type 
32408 \family sans
32409 Parbox
32410 \family default
32411  is described in section
32412 \begin_inset space ~
32413 \end_inset
32414
32415
32416 \begin_inset CommandInset ref
32417 LatexCommand ref
32418 reference "sec:Parboxes"
32419
32420 \end_inset
32421
32422  and the type 
32423 \family sans
32424 Makebox
32425 \family default
32426  in 
32427 \begin_inset CommandInset ref
32428 LatexCommand ref
32429 reference "sec:Prevent-Hyphenation"
32430
32431 \end_inset
32432
32433 .
32434 \end_layout
32435
32436 \begin_layout Standard
32437 Boxes are not numbered and can therefore not be referenced like floats or
32438  footnotes.
32439 \end_layout
32440
32441 \begin_layout Standard
32442 \begin_inset Note Greyedout
32443 status open
32444
32445 \begin_layout Plain Layout
32446
32447 \series bold
32448 Note:
32449 \series default
32450  Boxes must not be the item in an 
32451 \family sans
32452 Itemize
32453 \family default
32454  or 
32455 \family sans
32456 Description
32457 \family default
32458  environment.
32459 \end_layout
32460
32461 \end_inset
32462
32463
32464 \end_layout
32465
32466 \begin_layout Standard
32467 \begin_inset Note Greyedout
32468 status open
32469
32470 \begin_layout Plain Layout
32471
32472 \series bold
32473 Note:
32474 \series default
32475  For an unknown reason you can only set the 
32476 \family sans
32477 Inner
32478 \begin_inset space ~
32479 \end_inset
32480
32481 Box
32482 \family default
32483  type to 
32484 \family sans
32485 None
32486 \family default
32487  when you use a framed box.
32488  Boxes without an 
32489 \family sans
32490 Inner
32491 \begin_inset space ~
32492 \end_inset
32493
32494 Box
32495 \family default
32496  type and without frames are explained in section
32497 \begin_inset space ~
32498 \end_inset
32499
32500
32501 \begin_inset CommandInset ref
32502 LatexCommand ref
32503 reference "sec:Prevent-Hyphenation"
32504
32505 \end_inset
32506
32507 .
32508 \end_layout
32509
32510 \end_inset
32511
32512
32513 \end_layout
32514
32515 \begin_layout Section
32516 Box Dialog
32517 \begin_inset CommandInset label
32518 LatexCommand label
32519 name "sec:Box-Dialog"
32520
32521 \end_inset
32522
32523
32524 \begin_inset Index idx
32525 status collapsed
32526
32527 \begin_layout Plain Layout
32528 Boxes ! Box Dialog
32529 \end_layout
32530
32531 \end_inset
32532
32533
32534 \end_layout
32535
32536 \begin_layout Subsection
32537 Size
32538 \begin_inset Index idx
32539 status collapsed
32540
32541 \begin_layout Plain Layout
32542 Boxes ! Size
32543 \end_layout
32544
32545 \end_inset
32546
32547
32548 \end_layout
32549
32550 \begin_layout Standard
32551 In the box dialog you can adjust the box geometry in the fields 
32552 \family sans
32553 Width
32554 \family default
32555  and 
32556 \family sans
32557 Height
32558 \family default
32559 .
32560  The available units for the geometry are explained in Table
32561 \begin_inset space ~
32562 \end_inset
32563
32564
32565 \begin_inset CommandInset ref
32566 LatexCommand ref
32567 reference "tab:Units"
32568
32569 \end_inset
32570
32571 .
32572  The field 
32573 \family sans
32574 Height
32575 \family default
32576  offers the following additional sizes:
32577 \end_layout
32578
32579 \begin_layout Description
32580 Depth This is the plain text 
32581 \begin_inset Quotes eld
32582 \end_inset
32583
32584 height
32585 \begin_inset Quotes erd
32586 \end_inset
32587
32588 .
32589  It ignores the total depth when there are multiple text lines in the box:
32590 \begin_inset Newline newline
32591 \end_inset
32592
32593
32594 \begin_inset Newline newline
32595 \end_inset
32596
32597
32598 \begin_inset Newline newline
32599 \end_inset
32600
32601
32602 \begin_inset Box Boxed
32603 position "c"
32604 hor_pos "c"
32605 has_inner_box 1
32606 inner_pos "c"
32607 use_parbox 0
32608 use_makebox 0
32609 width "12col%"
32610 special "none"
32611 height "1in"
32612 height_special "depth"
32613 thickness "0.4pt"
32614 separation "3pt"
32615 shadowsize "4pt"
32616 framecolor "black"
32617 backgroundcolor "none"
32618 status collapsed
32619
32620 \begin_layout Plain Layout
32621 \align center
32622 Box height set to 1
32623 \begin_inset space \thinspace{}
32624 \end_inset
32625
32626 Depth
32627 \end_layout
32628
32629 \end_inset
32630
32631
32632 \begin_inset Newline newline
32633 \end_inset
32634
32635
32636 \begin_inset Newline newline
32637 \end_inset
32638
32639
32640 \end_layout
32641
32642 \begin_layout Description
32643 Height This is the height of the text that is inside the box.
32644  A value of e.
32645 \begin_inset space \thinspace{}
32646 \end_inset
32647
32648 g.
32649 \begin_inset space \space{}
32650 \end_inset
32651
32652 2 for this size will set the box height to 2
32653 \begin_inset space ~
32654 \end_inset
32655
32656 times the text height: 
32657 \begin_inset Box Boxed
32658 position "c"
32659 hor_pos "c"
32660 has_inner_box 1
32661 inner_pos "c"
32662 use_parbox 0
32663 use_makebox 0
32664 width "20col%"
32665 special "none"
32666 height "2in"
32667 height_special "height"
32668 thickness "0.4pt"
32669 separation "3pt"
32670 shadowsize "4pt"
32671 framecolor "black"
32672 backgroundcolor "none"
32673 status collapsed
32674
32675 \begin_layout Plain Layout
32676 \align center
32677 Box height set to 2
32678 \begin_inset space \thinspace{}
32679 \end_inset
32680
32681 Height
32682 \end_layout
32683
32684 \end_inset
32685
32686
32687 \end_layout
32688
32689 \begin_layout Description
32690 Total
32691 \begin_inset space ~
32692 \end_inset
32693
32694 Height This is the Height
32695 \begin_inset space \thinspace{}
32696 \end_inset
32697
32698 +
32699 \begin_inset space \thinspace{}
32700 \end_inset
32701
32702 Depth: 
32703 \begin_inset Box Boxed
32704 position "c"
32705 hor_pos "c"
32706 has_inner_box 1
32707 inner_pos "c"
32708 use_parbox 0
32709 use_makebox 0
32710 width "20col%"
32711 special "none"
32712 height "1in"
32713 height_special "totalheight"
32714 thickness "0.4pt"
32715 separation "3pt"
32716 shadowsize "4pt"
32717 framecolor "black"
32718 backgroundcolor "none"
32719 status collapsed
32720
32721 \begin_layout Plain Layout
32722 \align center
32723 Box height set to 1
32724 \begin_inset space \thinspace{}
32725 \end_inset
32726
32727 Total
32728 \begin_inset space ~
32729 \end_inset
32730
32731 Height
32732 \end_layout
32733
32734 \end_inset
32735
32736
32737 \end_layout
32738
32739 \begin_layout Description
32740 Width This sets the width of the box as height: 
32741 \begin_inset Box Boxed
32742 position "c"
32743 hor_pos "c"
32744 has_inner_box 1
32745 inner_pos "c"
32746 use_parbox 0
32747 use_makebox 0
32748 width "12col%"
32749 special "none"
32750 height "1in"
32751 height_special "width"
32752 thickness "0.4pt"
32753 separation "3pt"
32754 shadowsize "4pt"
32755 framecolor "black"
32756 backgroundcolor "none"
32757 status collapsed
32758
32759 \begin_layout Plain Layout
32760 \align center
32761 Box height set to 1
32762 \begin_inset space \thinspace{}
32763 \end_inset
32764
32765 Width
32766 \end_layout
32767
32768 \end_inset
32769
32770
32771 \end_layout
32772
32773 \begin_layout Subsection
32774 Alignment
32775 \begin_inset Index idx
32776 status collapsed
32777
32778 \begin_layout Plain Layout
32779 Boxes ! Alignment
32780 \end_layout
32781
32782 \end_inset
32783
32784
32785 \end_layout
32786
32787 \begin_layout Standard
32788 When you have chosen an 
32789 \family sans
32790 Inner
32791 \begin_inset space ~
32792 \end_inset
32793
32794 Box
32795 \family default
32796 , the vertical box alignment can be:
32797 \end_layout
32798
32799 \begin_layout Description
32800 Top This is an example text line.
32801  
32802 \begin_inset Box Boxed
32803 position "t"
32804 hor_pos "c"
32805 has_inner_box 1
32806 inner_pos "c"
32807 use_parbox 0
32808 use_makebox 0
32809 width "12col%"
32810 special "none"
32811 height "1in"
32812 height_special "totalheight"
32813 thickness "0.4pt"
32814 separation "3pt"
32815 shadowsize "4pt"
32816 framecolor "black"
32817 backgroundcolor "none"
32818 status collapsed
32819
32820 \begin_layout Plain Layout
32821 \align center
32822 This box is top-aligned.
32823 \end_layout
32824
32825 \end_inset
32826
32827  This is an example text line.
32828 \end_layout
32829
32830 \begin_layout Description
32831 Middle This is an example text line.
32832  
32833 \begin_inset Box Boxed
32834 position "c"
32835 hor_pos "c"
32836 has_inner_box 1
32837 inner_pos "c"
32838 use_parbox 0
32839 use_makebox 0
32840 width "12col%"
32841 special "none"
32842 height "1in"
32843 height_special "totalheight"
32844 thickness "0.4pt"
32845 separation "3pt"
32846 shadowsize "4pt"
32847 framecolor "black"
32848 backgroundcolor "none"
32849 status collapsed
32850
32851 \begin_layout Plain Layout
32852 \align center
32853 This box is middle-aligned.
32854 \end_layout
32855
32856 \end_inset
32857
32858  This is an example text line.
32859 \end_layout
32860
32861 \begin_layout Description
32862 Bottom This is an example text line.
32863  
32864 \begin_inset Box Boxed
32865 position "b"
32866 hor_pos "c"
32867 has_inner_box 1
32868 inner_pos "c"
32869 use_parbox 0
32870 use_makebox 0
32871 width "12col%"
32872 special "none"
32873 height "1in"
32874 height_special "totalheight"
32875 thickness "0.4pt"
32876 separation "3pt"
32877 shadowsize "4pt"
32878 framecolor "black"
32879 backgroundcolor "none"
32880 status collapsed
32881
32882 \begin_layout Plain Layout
32883 \align center
32884 This box is bottom-aligned.
32885 \end_layout
32886
32887 \end_inset
32888
32889  This is an example text line.
32890 \end_layout
32891
32892 \begin_layout Standard
32893 \begin_inset Note Greyedout
32894 status open
32895
32896 \begin_layout Plain Layout
32897
32898 \series bold
32899 Note:
32900 \series default
32901  The vertical box alignment can be lost in the output when you have two
32902  boxes in a line and one has e.
32903 \begin_inset space \thinspace{}
32904 \end_inset
32905
32906 g.
32907 \begin_inset space \space{}
32908 \end_inset
32909
32910 a shadow and the other one not.
32911 \end_layout
32912
32913 \end_inset
32914
32915
32916 \end_layout
32917
32918 \begin_layout Standard
32919 The horizontal box alignment can be set via \SpecialChar LyX
32920 's paragraph dialog when you
32921  set the box into its own paragraph.
32922 \end_layout
32923
32924 \begin_layout Standard
32925 \begin_inset VSpace bigskip
32926 \end_inset
32927
32928 When you have chosen an 
32929 \family sans
32930 Inner
32931 \begin_inset space ~
32932 \end_inset
32933
32934 Box
32935 \family default
32936 , the box content can be aligned vertically to:
32937 \end_layout
32938
32939 \begin_layout Description
32940 top This is an example text line.
32941  
32942 \begin_inset Box Boxed
32943 position "c"
32944 hor_pos "c"
32945 has_inner_box 1
32946 inner_pos "t"
32947 use_parbox 0
32948 use_makebox 0
32949 width "12col%"
32950 special "none"
32951 height "1.5in"
32952 height_special "totalheight"
32953 thickness "0.4pt"
32954 separation "3pt"
32955 shadowsize "4pt"
32956 framecolor "black"
32957 backgroundcolor "none"
32958 status collapsed
32959
32960 \begin_layout Plain Layout
32961 \align center
32962 This box text is top-aligned.
32963 \end_layout
32964
32965 \end_inset
32966
32967  This is an example text line.
32968 \end_layout
32969
32970 \begin_layout Description
32971 middle This is an example text line.
32972  
32973 \begin_inset Box Boxed
32974 position "c"
32975 hor_pos "c"
32976 has_inner_box 1
32977 inner_pos "c"
32978 use_parbox 0
32979 use_makebox 0
32980 width "12col%"
32981 special "none"
32982 height "1.5in"
32983 height_special "totalheight"
32984 thickness "0.4pt"
32985 separation "3pt"
32986 shadowsize "4pt"
32987 framecolor "black"
32988 backgroundcolor "none"
32989 status collapsed
32990
32991 \begin_layout Plain Layout
32992 \align center
32993 This box text is middle-aligned.
32994 \end_layout
32995
32996 \end_inset
32997
32998  This is an example text line.
32999 \end_layout
33000
33001 \begin_layout Description
33002 bottom This is an example text line.
33003  
33004 \begin_inset Box Boxed
33005 position "c"
33006 hor_pos "c"
33007 has_inner_box 1
33008 inner_pos "b"
33009 use_parbox 0
33010 use_makebox 0
33011 width "12col%"
33012 special "none"
33013 height "1.5in"
33014 height_special "totalheight"
33015 thickness "0.4pt"
33016 separation "3pt"
33017 shadowsize "4pt"
33018 framecolor "black"
33019 backgroundcolor "none"
33020 status collapsed
33021
33022 \begin_layout Plain Layout
33023 \align center
33024 This box text is bottom-aligned.
33025 \end_layout
33026
33027 \end_inset
33028
33029  This is an example text line.
33030 \end_layout
33031
33032 \begin_layout Description
33033 stretch This is an example text line.
33034  
33035 \begin_inset Box Boxed
33036 position "c"
33037 hor_pos "c"
33038 has_inner_box 1
33039 inner_pos "s"
33040 use_parbox 0
33041 use_makebox 0
33042 width "12col%"
33043 special "none"
33044 height "1.5in"
33045 height_special "totalheight"
33046 thickness "0.4pt"
33047 separation "3pt"
33048 shadowsize "4pt"
33049 framecolor "black"
33050 backgroundcolor "none"
33051 status collapsed
33052
33053 \begin_layout Plain Layout
33054 \align center
33055 This box
33056 \end_layout
33057
33058 \begin_layout Plain Layout
33059 \align center
33060 text is
33061 \end_layout
33062
33063 \begin_layout Plain Layout
33064 \align center
33065 stretched.
33066 \end_layout
33067
33068 \end_inset
33069
33070  This is an example text line.
33071 \end_layout
33072
33073 \begin_layout Standard
33074 To stretch the box content, it must consist of more than one paragraph.
33075  In the example above every text line is in an own paragraph.
33076 \end_layout
33077
33078 \begin_layout Standard
33079 \begin_inset VSpace bigskip
33080 \end_inset
33081
33082 To align the box content horizontally you can use \SpecialChar LyX
33083 's paragraph dialog when
33084  you have chosen an 
33085 \family sans
33086 Inner
33087 \begin_inset space ~
33088 \end_inset
33089
33090 Box
33091 \family default
33092 .
33093 \end_layout
33094
33095 \begin_layout Standard
33096 \align center
33097 \begin_inset Box Boxed
33098 position "c"
33099 hor_pos "c"
33100 has_inner_box 1
33101 inner_pos "s"
33102 use_parbox 0
33103 use_makebox 0
33104 width "15col%"
33105 special "none"
33106 height "1.25in"
33107 height_special "totalheight"
33108 thickness "0.4pt"
33109 separation "3pt"
33110 shadowsize "4pt"
33111 framecolor "black"
33112 backgroundcolor "none"
33113 status collapsed
33114
33115 \begin_layout Plain Layout
33116 \align left
33117 This box
33118 \end_layout
33119
33120 \begin_layout Plain Layout
33121 \align center
33122 text is
33123 \end_layout
33124
33125 \begin_layout Plain Layout
33126 \align right
33127 stretched.
33128 \end_layout
33129
33130 \end_inset
33131
33132
33133 \end_layout
33134
33135 \begin_layout Standard
33136 If you have not set an 
33137 \family sans
33138 Inner
33139 \begin_inset space ~
33140 \end_inset
33141
33142 Box
33143 \family default
33144 , you can align the box content horizontally in the box dialog.
33145 \begin_inset Separator parbreak
33146 \end_inset
33147
33148
33149 \end_layout
33150
33151 \begin_layout Standard
33152 \align center
33153 \begin_inset Box Boxed
33154 position "c"
33155 hor_pos "s"
33156 has_inner_box 0
33157 inner_pos "s"
33158 use_parbox 0
33159 use_makebox 0
33160 width "90col%"
33161 special "none"
33162 height "1.25in"
33163 height_special "totalheight"
33164 thickness "0.4pt"
33165 separation "3pt"
33166 shadowsize "4pt"
33167 framecolor "black"
33168 backgroundcolor "none"
33169 status collapsed
33170
33171 \begin_layout Plain Layout
33172 This box text is horizontally stretched.
33173 \end_layout
33174
33175 \end_inset
33176
33177
33178 \end_layout
33179
33180 \begin_layout Subsection
33181 Decoration
33182 \begin_inset CommandInset label
33183 LatexCommand label
33184 name "sec:Decoration"
33185
33186 \end_inset
33187
33188
33189 \begin_inset Index idx
33190 status collapsed
33191
33192 \begin_layout Plain Layout
33193 Boxes ! Decoration
33194 \end_layout
33195
33196 \end_inset
33197
33198
33199 \end_layout
33200
33201 \begin_layout Standard
33202 The type of the box can be specified in the box dialog in the drop-down
33203  list 
33204 \family sans
33205 Decoration
33206 \family default
33207 .
33208  The following types are possible:
33209 \end_layout
33210
33211 \begin_layout Description
33212 No
33213 \begin_inset space ~
33214 \end_inset
33215
33216 frame Nothing is drawn.
33217 \end_layout
33218
33219 \begin_layout Description
33220 Simple
33221 \begin_inset space ~
33222 \end_inset
33223
33224 rectangular
33225 \begin_inset space ~
33226 \end_inset
33227
33228 frame This draws a rectangular frame around the box.
33229  The frame line thickness can be specified.
33230  
33231 \begin_inset Box Boxed
33232 position "c"
33233 hor_pos "c"
33234 has_inner_box 1
33235 inner_pos "c"
33236 use_parbox 0
33237 use_makebox 0
33238 width "20col%"
33239 special "none"
33240 height "1in"
33241 height_special "totalheight"
33242 thickness "0.4pt"
33243 separation "3pt"
33244 shadowsize "4pt"
33245 framecolor "black"
33246 backgroundcolor "none"
33247 status collapsed
33248
33249 \begin_layout Plain Layout
33250 \align center
33251 Rectangular box
33252 \end_layout
33253
33254 \end_inset
33255
33256
33257 \end_layout
33258
33259 \begin_layout Description
33260 Oval
33261 \begin_inset space ~
33262 \end_inset
33263
33264 box,
33265 \begin_inset space ~
33266 \end_inset
33267
33268 thin This draws an oval frame around the box.
33269  The frame line thickness has the size 0.4
33270 \begin_inset space \thinspace{}
33271 \end_inset
33272
33273 pt.
33274  
33275 \begin_inset Box ovalbox
33276 position "c"
33277 hor_pos "c"
33278 has_inner_box 1
33279 inner_pos "c"
33280 use_parbox 0
33281 use_makebox 0
33282 width "20col%"
33283 special "none"
33284 height "1in"
33285 height_special "totalheight"
33286 thickness "0.4pt"
33287 separation "3pt"
33288 shadowsize "4pt"
33289 framecolor "black"
33290 backgroundcolor "none"
33291 status collapsed
33292
33293 \begin_layout Plain Layout
33294 \align center
33295 Oval box, thin
33296 \end_layout
33297
33298 \end_inset
33299
33300
33301 \end_layout
33302
33303 \begin_layout Description
33304 Oval
33305 \begin_inset space ~
33306 \end_inset
33307
33308 box,
33309 \begin_inset space ~
33310 \end_inset
33311
33312 thick This draws an oval frame around the box.
33313  The frame line thickness has the size 0.8
33314 \begin_inset space \thinspace{}
33315 \end_inset
33316
33317 pt.
33318  
33319 \begin_inset Box Ovalbox
33320 position "c"
33321 hor_pos "c"
33322 has_inner_box 1
33323 inner_pos "c"
33324 use_parbox 0
33325 use_makebox 0
33326 width "20col%"
33327 special "none"
33328 height "1in"
33329 height_special "totalheight"
33330 thickness "0.4pt"
33331 separation "3pt"
33332 shadowsize "4pt"
33333 framecolor "black"
33334 backgroundcolor "none"
33335 status collapsed
33336
33337 \begin_layout Plain Layout
33338 \align center
33339 Oval box, thick
33340 \end_layout
33341
33342 \end_inset
33343
33344
33345 \end_layout
33346
33347 \begin_layout Description
33348 Drop
33349 \begin_inset space ~
33350 \end_inset
33351
33352 shadow This draws a rectangular frame with a shadow around the box.
33353  The frame line thickness and the shadow can be specified.
33354  
33355 \begin_inset Box Shadowbox
33356 position "c"
33357 hor_pos "c"
33358 has_inner_box 1
33359 inner_pos "c"
33360 use_parbox 0
33361 use_makebox 0
33362 width "20col%"
33363 special "none"
33364 height "1in"
33365 height_special "totalheight"
33366 thickness "0.4pt"
33367 separation "3pt"
33368 shadowsize "4pt"
33369 framecolor "black"
33370 backgroundcolor "none"
33371 status collapsed
33372
33373 \begin_layout Plain Layout
33374 \align center
33375 Shadow box
33376 \end_layout
33377
33378 \end_inset
33379
33380
33381 \end_layout
33382
33383 \begin_layout Description
33384 Shaded
33385 \begin_inset space ~
33386 \end_inset
33387
33388 background This draws a box with a red background.
33389  Unlike colored boxes
33390 \begin_inset Foot
33391 status collapsed
33392
33393 \begin_layout Plain Layout
33394 see sec.
33395 \begin_inset space \thinspace{}
33396 \end_inset
33397
33398
33399 \begin_inset CommandInset ref
33400 LatexCommand ref
33401 reference "sec:Colored-Boxes"
33402
33403 \end_inset
33404
33405
33406 \end_layout
33407
33408 \end_inset
33409
33410 , it always uses the whole column width and the box is set as its own paragraph.
33411  
33412 \begin_inset Box Shaded
33413 position "t"
33414 hor_pos "c"
33415 has_inner_box 0
33416 inner_pos "t"
33417 use_parbox 0
33418 use_makebox 0
33419 width "50col%"
33420 special "none"
33421 height "1in"
33422 height_special "totalheight"
33423 thickness "0.4pt"
33424 separation "3pt"
33425 shadowsize "4pt"
33426 framecolor "black"
33427 backgroundcolor "none"
33428 status collapsed
33429
33430 \begin_layout Plain Layout
33431 Shaded background box
33432 \end_layout
33433
33434 \end_inset
33435
33436
33437 \end_layout
33438
33439 \begin_layout Description
33440 Double
33441 \begin_inset space ~
33442 \end_inset
33443
33444 rectangular
33445 \begin_inset space ~
33446 \end_inset
33447
33448 frame This draws a double-line rectangular frame around the box.
33449  The line thickness of the inner frame is 0.75
33450 \begin_inset space \thinspace{}
33451 \end_inset
33452
33453 line
33454 \begin_inset space ~
33455 \end_inset
33456
33457 thickness, the thickness of the outer frame is 1.5
33458 \begin_inset space \thinspace{}
33459 \end_inset
33460
33461 line
33462 \begin_inset space ~
33463 \end_inset
33464
33465 thickness.
33466  The distance between the lines is 1.5
33467 \begin_inset space \thinspace{}
33468 \end_inset
33469
33470 line
33471 \begin_inset space ~
33472 \end_inset
33473
33474 thickness
33475 \begin_inset space \thinspace{}
33476 \end_inset
33477
33478 +
33479 \begin_inset space \thinspace{}
33480 \end_inset
33481
33482 0.5
33483 \begin_inset space \thinspace{}
33484 \end_inset
33485
33486 pt.
33487  
33488 \begin_inset Box Doublebox
33489 position "c"
33490 hor_pos "c"
33491 has_inner_box 1
33492 inner_pos "c"
33493 use_parbox 0
33494 use_makebox 0
33495 width "20col%"
33496 special "none"
33497 height "1in"
33498 height_special "totalheight"
33499 thickness "0.4pt"
33500 separation "3pt"
33501 shadowsize "4pt"
33502 framecolor "black"
33503 backgroundcolor "none"
33504 status collapsed
33505
33506 \begin_layout Plain Layout
33507 \align center
33508 Double rectangular box
33509 \end_layout
33510
33511 \end_inset
33512
33513
33514 \end_layout
33515
33516 \begin_layout Standard
33517 \begin_inset VSpace bigskip
33518 \end_inset
33519
33520 \SpecialChar LyX
33521 's box label will reflect the different frame types.
33522  To be able to use all types, the \SpecialChar LaTeX
33523 -package 
33524 \series bold
33525 fancybox
33526 \series default
33527
33528 \begin_inset Index idx
33529 status collapsed
33530
33531 \begin_layout Plain Layout
33532 \SpecialChar LaTeX
33533 -packages ! fancybox
33534 \end_layout
33535
33536 \end_inset
33537
33538  must be installed.
33539 \end_layout
33540
33541 \begin_layout Standard
33542 \begin_inset VSpace bigskip
33543 \end_inset
33544
33545 When you use the decoration 
33546 \family sans
33547 simple rectangular frame
33548 \family default
33549  and no inner box, you can allow page breaks within a box.
33550  Note that then, unlike other framed boxes, the frame always uses the whole
33551  column width and the box is set as its own paragraph: 
33552 \begin_inset Box Framed
33553 position "t"
33554 hor_pos "c"
33555 has_inner_box 0
33556 inner_pos "t"
33557 use_parbox 0
33558 use_makebox 0
33559 width "100col%"
33560 special "none"
33561 height "1in"
33562 height_special "totalheight"
33563 thickness "0.4pt"
33564 separation "3pt"
33565 shadowsize "4pt"
33566 framecolor "black"
33567 backgroundcolor "none"
33568 status collapsed
33569
33570 \begin_layout Plain Layout
33571 Allow page break box
33572 \end_layout
33573
33574 \end_inset
33575
33576
33577 \end_layout
33578
33579 \begin_layout Section
33580 Box Customization
33581 \begin_inset Index idx
33582 status collapsed
33583
33584 \begin_layout Plain Layout
33585 Boxes ! Customization
33586 \end_layout
33587
33588 \end_inset
33589
33590
33591 \end_layout
33592
33593 \begin_layout Standard
33594 The diameter of the round corners of the oval boxes can be set with the
33595  command 
33596 \series bold
33597
33598 \backslash
33599 cornersize
33600 \series default
33601 .
33602  The command
33603 \end_layout
33604
33605 \begin_layout Standard
33606
33607 \series bold
33608
33609 \backslash
33610 cornersize*{1cm}
33611 \end_layout
33612
33613 \begin_layout Standard
33614 sets the diameter to 1
33615 \begin_inset space \thinspace{}
33616 \end_inset
33617
33618 cm.
33619  The command
33620 \end_layout
33621
33622 \begin_layout Standard
33623
33624 \series bold
33625
33626 \backslash
33627 cornersize{num}
33628 \end_layout
33629
33630 \begin_layout Standard
33631 sets the diameter to 
33632 \family sans
33633 num
33634 \begin_inset space \thinspace{}
33635 \end_inset
33636
33637 ×
33638 \begin_inset space \thinspace{}
33639 \end_inset
33640
33641 minimum(width and height of box)
33642 \family default
33643 .
33644  The default is 
33645 \series bold
33646
33647 \backslash
33648 cornersize{0.5}
33649 \series default
33650 .
33651 \end_layout
33652
33653 \begin_layout Standard
33654 \begin_inset ERT
33655 status collapsed
33656
33657 \begin_layout Plain Layout
33658
33659
33660 \backslash
33661 cornersize*{1.5cm}
33662 \end_layout
33663
33664 \end_inset
33665
33666
33667 \begin_inset Box Ovalbox
33668 position "c"
33669 hor_pos "c"
33670 has_inner_box 1
33671 inner_pos "c"
33672 use_parbox 0
33673 use_makebox 0
33674 width "25col%"
33675 special "none"
33676 height "1in"
33677 height_special "totalheight"
33678 thickness "0.4pt"
33679 separation "3pt"
33680 shadowsize "4pt"
33681 framecolor "black"
33682 backgroundcolor "none"
33683 status open
33684
33685 \begin_layout Plain Layout
33686 \align center
33687 Oval box with 
33688 \series bold
33689
33690 \backslash
33691 cornersize
33692 \series default
33693
33694 \begin_inset space \thinspace{}
33695 \end_inset
33696
33697 =
33698 \begin_inset space \thinspace{}
33699 \end_inset
33700
33701 1.5
33702 \begin_inset space \thinspace{}
33703 \end_inset
33704
33705 cm
33706 \end_layout
33707
33708 \end_inset
33709
33710
33711 \begin_inset ERT
33712 status collapsed
33713
33714 \begin_layout Plain Layout
33715
33716
33717 \backslash
33718 cornersize{0.5}
33719 \end_layout
33720
33721 \end_inset
33722
33723
33724 \end_layout
33725
33726 \begin_layout Standard
33727 \begin_inset VSpace bigskip
33728 \end_inset
33729
33730
33731 \end_layout
33732
33733 \begin_layout Standard
33734 The default background color red of 
33735 \family sans
33736 shaded background
33737 \family default
33738  boxes can either be changed locally with the command 
33739 \series bold
33740
33741 \backslash
33742 definecolor{shadecolor}
33743 \series default
33744  or globally with the menu 
33745 \family sans
33746 Tools\SpecialChar menuseparator
33747 Preferences\SpecialChar menuseparator
33748 Colors\SpecialChar menuseparator
33749 shaded
33750 \begin_inset space ~
33751 \end_inset
33752
33753 box
33754 \family default
33755 .
33756  The scheme of the 
33757 \series bold
33758
33759 \backslash
33760 definecolor
33761 \series default
33762  command is explained in section
33763 \begin_inset space ~
33764 \end_inset
33765
33766
33767 \begin_inset CommandInset ref
33768 LatexCommand ref
33769 reference "sec:Colored-Tables"
33770
33771 \end_inset
33772
33773 .
33774 \begin_inset Foot
33775 status collapsed
33776
33777 \begin_layout Plain Layout
33778 Note that 
33779 \series bold
33780
33781 \backslash
33782 definecolor
33783 \series default
33784  requires the \SpecialChar LaTeX
33785 -package 
33786 \series bold
33787 color
33788 \series default
33789  in the preamble, see section
33790 \begin_inset space ~
33791 \end_inset
33792
33793
33794 \begin_inset CommandInset ref
33795 LatexCommand ref
33796 reference "sec:Colored-Boxes"
33797
33798 \end_inset
33799
33800 .
33801 \end_layout
33802
33803 \end_inset
33804
33805  For example the appearance of the following shaded background box is set
33806  with the \SpecialChar TeX
33807  Code command
33808 \end_layout
33809
33810 \begin_layout Standard
33811
33812 \series bold
33813
33814 \backslash
33815 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33816 \end_layout
33817
33818 \begin_layout Standard
33819 \begin_inset ERT
33820 status collapsed
33821
33822 \begin_layout Plain Layout
33823
33824
33825 \backslash
33826 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33827 \end_layout
33828
33829 \end_inset
33830
33831
33832 \begin_inset Box Shaded
33833 position "t"
33834 hor_pos "c"
33835 has_inner_box 0
33836 inner_pos "t"
33837 use_parbox 0
33838 use_makebox 0
33839 width "100col%"
33840 special "none"
33841 height "1in"
33842 height_special "totalheight"
33843 thickness "0.4pt"
33844 separation "3pt"
33845 shadowsize "4pt"
33846 framecolor "black"
33847 backgroundcolor "none"
33848 status open
33849
33850 \begin_layout Plain Layout
33851
33852 \color yellow
33853 This is yellow text in a
33854 \color none
33855  
33856 \family sans
33857 \color yellow
33858 shaded background
33859 \family default
33860 \color none
33861  
33862 \color yellow
33863 box with dark green background.
33864 \end_layout
33865
33866 \end_inset
33867
33868
33869 \begin_inset ERT
33870 status collapsed
33871
33872 \begin_layout Plain Layout
33873
33874
33875 \backslash
33876 definecolor{shadecolor}{rgb}{1,0,0}
33877 \end_layout
33878
33879 \end_inset
33880
33881
33882 \end_layout
33883
33884 \begin_layout Standard
33885 \begin_inset VSpace bigskip
33886 \end_inset
33887
33888 Manually changed sizes and colors are valid for all boxes following the
33889  commands that change them.
33890 \end_layout
33891
33892 \begin_layout Section
33893 Minipages
33894 \begin_inset CommandInset label
33895 LatexCommand label
33896 name "sec:Minipages"
33897
33898 \end_inset
33899
33900
33901 \begin_inset Index idx
33902 status collapsed
33903
33904 \begin_layout Plain Layout
33905 Boxes ! Minipages
33906 \end_layout
33907
33908 \end_inset
33909
33910
33911 \end_layout
33912
33913 \begin_layout Standard
33914 Minipages are treated by \SpecialChar LaTeX
33915  as pages within pages and can therefore for example
33916  have their own footnotes.
33917 \end_layout
33918
33919 \begin_layout Standard
33920 Minipages are useful when you write documents with different languages.
33921 \end_layout
33922
33923 \begin_layout Standard
33924 Below are two example minipages side by side.
33925  Their width is set to 45
33926 \begin_inset space \thinspace{}
33927 \end_inset
33928
33929 col% and they are separated by a horizontal fill, that was inserted via
33930  the menu 
33931 \family sans
33932 Insert\SpecialChar menuseparator
33933 Special
33934 \begin_inset space ~
33935 \end_inset
33936
33937 Formatting\SpecialChar menuseparator
33938 Horizontal
33939 \begin_inset space ~
33940 \end_inset
33941
33942 Fill
33943 \family default
33944 .
33945 \begin_inset Newpage newpage
33946 \end_inset
33947
33948
33949 \end_layout
33950
33951 \begin_layout Standard
33952 \begin_inset Box Frameless
33953 position "t"
33954 hor_pos "c"
33955 has_inner_box 1
33956 inner_pos "c"
33957 use_parbox 0
33958 use_makebox 0
33959 width "45col%"
33960 special "none"
33961 height "1in"
33962 height_special "totalheight"
33963 thickness "0.4pt"
33964 separation "3pt"
33965 shadowsize "4pt"
33966 framecolor "black"
33967 backgroundcolor "none"
33968 status open
33969
33970 \begin_layout Plain Layout
33971
33972 \lang ngerman
33973 Dies ist ein deutscher Text.
33974  Dies ist ein deutscher Text.
33975  Dies ist ein deutscher Text.
33976  Dies ist ein deutscher Text.
33977  Dies ist ein deutscher Text.
33978  Dies ist ein deutscher Text.
33979  Dies ist ein deutscher Text.
33980  Dies ist ein deutscher Text.
33981  Dies ist ein deutscher Text.
33982  Dies ist ein deutscher Text.
33983  Dies ist ein deutscher Text.
33984  Dies ist ein deutscher Text.
33985  Dies ist ein deutscher Text
33986 \begin_inset Foot
33987 status collapsed
33988
33989 \begin_layout Plain Layout
33990
33991 \lang ngerman
33992 Dies ist eine deutsche Fußnote.
33993 \end_layout
33994
33995 \end_inset
33996
33997 .
33998  Dies ist ein deutscher Text.
33999  Dies ist ein deutscher Text.
34000 \end_layout
34001
34002 \end_inset
34003
34004
34005 \begin_inset space \hfill{}
34006 \end_inset
34007
34008
34009 \begin_inset Box Frameless
34010 position "t"
34011 hor_pos "c"
34012 has_inner_box 1
34013 inner_pos "c"
34014 use_parbox 0
34015 use_makebox 0
34016 width "45col%"
34017 special "none"
34018 height "1in"
34019 height_special "totalheight"
34020 thickness "0.4pt"
34021 separation "3pt"
34022 shadowsize "4pt"
34023 framecolor "black"
34024 backgroundcolor "none"
34025 status open
34026
34027 \begin_layout Plain Layout
34028 This is an English Text.
34029  This is an English Text.
34030  This is an English Text.
34031  This is an English Text.
34032  This is an English Text.
34033  This is an English Text.
34034  This is an English Text.
34035  This is an English Text.
34036  This is an English Text.
34037  This is an English Text.
34038  This is an English Text.
34039  This is an English Text.
34040  This is an English Text.
34041  This is an English Text.
34042  This is an English Text.
34043  This is an English Text.
34044 \begin_inset Foot
34045 status collapsed
34046
34047 \begin_layout Plain Layout
34048 This is an English footnote.
34049 \end_layout
34050
34051 \end_inset
34052
34053  This is an English Text.
34054 \end_layout
34055
34056 \end_inset
34057
34058
34059 \end_layout
34060
34061 \begin_layout Standard
34062 \begin_inset VSpace bigskip
34063 \end_inset
34064
34065 The document-wide paragraph settings are ignored within minipages.
34066  That means that there will be no space between paragraphs in minipages
34067  although you set it to e.
34068 \begin_inset space \thinspace{}
34069 \end_inset
34070
34071 g.
34072 \begin_inset space \space{}
34073 \end_inset
34074
34075
34076 \family sans
34077 MedSkip
34078 \family default
34079  in the document settings.
34080 \end_layout
34081
34082 \begin_layout Standard
34083 Minipages can also be used to set a background color for text parts, see
34084  section
34085 \begin_inset space ~
34086 \end_inset
34087
34088
34089 \begin_inset CommandInset ref
34090 LatexCommand ref
34091 reference "sec:Colored-Boxes"
34092
34093 \end_inset
34094
34095 .
34096 \end_layout
34097
34098 \begin_layout Standard
34099 \begin_inset Note Greyedout
34100 status open
34101
34102 \begin_layout Plain Layout
34103
34104 \series bold
34105 Note:
34106 \series default
34107  You cannot have floats or margin notes inside minipages but minipages can
34108  be used inside tables, floats, and other boxes.
34109 \end_layout
34110
34111 \end_inset
34112
34113
34114 \change_inserted 2047637253 1447344098
34115
34116 \end_layout
34117
34118 \begin_layout Section
34119
34120 \change_inserted 2047637253 1447344355
34121 Variable-width Minipages
34122 \begin_inset CommandInset label
34123 LatexCommand label
34124 name "sec:Varwidth"
34125
34126 \end_inset
34127
34128
34129 \begin_inset Index idx
34130 status open
34131
34132 \begin_layout Plain Layout
34133
34134 \change_inserted 2047637253 1447344099
34135 Boxes ! Minipages (variable width)
34136 \end_layout
34137
34138 \end_inset
34139
34140
34141 \end_layout
34142
34143 \begin_layout Standard
34144
34145 \change_inserted 2047637253 1447344362
34146 \SpecialChar LyX
34147  has a limited support for minipages whose size is automatically determined
34148  by the width of their contents, via the module 
34149 \emph on
34150 Variable-width Minipages
34151 \emph default
34152 .
34153  The file 
34154 \family typewriter
34155 examples/varwidth-floats-side-by-side.lyx
34156 \family default
34157  gives examples of variable-width minipages used for placing two floats
34158  side-by-side.
34159  This requires the \SpecialChar LaTeX
34160  package 
34161 \family typewriter
34162 Varwidth
34163 \family default
34164 .
34165 \change_unchanged
34166
34167 \end_layout
34168
34169 \begin_layout Section
34170 Parboxes
34171 \begin_inset CommandInset label
34172 LatexCommand label
34173 name "sec:Parboxes"
34174
34175 \end_inset
34176
34177
34178 \begin_inset Index idx
34179 status collapsed
34180
34181 \begin_layout Plain Layout
34182 Boxes ! Parboxes
34183 \end_layout
34184
34185 \end_inset
34186
34187
34188 \end_layout
34189
34190 \begin_layout Standard
34191 Parboxes are very similar to minipages with the difference that they cannot
34192  have footnotes.
34193 \begin_inset Separator parbreak
34194 \end_inset
34195
34196
34197 \end_layout
34198
34199 \begin_layout Standard
34200 \align center
34201 \begin_inset Box Frameless
34202 position "t"
34203 hor_pos "c"
34204 has_inner_box 1
34205 inner_pos "t"
34206 use_parbox 1
34207 use_makebox 0
34208 width "33col%"
34209 special "none"
34210 height "1in"
34211 height_special "totalheight"
34212 thickness "0.4pt"
34213 separation "3pt"
34214 shadowsize "4pt"
34215 framecolor "black"
34216 backgroundcolor "none"
34217 status open
34218
34219 \begin_layout Plain Layout
34220 This a text within a parbox.
34221  This a text within a parbox.
34222 \end_layout
34223
34224 \begin_layout Plain Layout
34225 This footnote won't appear:
34226 \begin_inset Foot
34227 status collapsed
34228
34229 \begin_layout Plain Layout
34230 This footnote is inside a parbox and will therefore not appear.
34231 \end_layout
34232
34233 \end_inset
34234
34235
34236 \end_layout
34237
34238 \end_inset
34239
34240
34241 \end_layout
34242
34243 \begin_layout Section
34244 Boxes for Words and Characters
34245 \begin_inset Index idx
34246 status collapsed
34247
34248 \begin_layout Plain Layout
34249 Boxes ! for Characters
34250 \end_layout
34251
34252 \end_inset
34253
34254
34255 \end_layout
34256
34257 \begin_layout Subsection
34258 Prevent Hyphenation
34259 \begin_inset CommandInset label
34260 LatexCommand label
34261 name "sec:Prevent-Hyphenation"
34262
34263 \end_inset
34264
34265
34266 \begin_inset Index idx
34267 status collapsed
34268
34269 \begin_layout Plain Layout
34270 Boxes ! to Prevent Hyphenation
34271 \end_layout
34272
34273 \end_inset
34274
34275
34276 \end_layout
34277
34278 \begin_layout Standard
34279 You can use the box type 
34280 \family sans
34281 Makebox
34282 \family default
34283  to prevent words or text from being hyphenated.
34284 \begin_inset Newline newline
34285 \end_inset
34286
34287 Here is an example text:
34288 \end_layout
34289
34290 \begin_layout Standard
34291 This line is an example to show how you can prevent the hyphenation of 
34292 \begin_inset Quotes eld
34293 \end_inset
34294
34295 veryverylongword
34296 \begin_inset Quotes erd
34297 \end_inset
34298
34299 .
34300 \end_layout
34301
34302 \begin_layout Standard
34303 To prevent the hyphenation of the word 
34304 \begin_inset Quotes eld
34305 \end_inset
34306
34307 veryverylongword
34308 \begin_inset Quotes erd
34309 \end_inset
34310
34311 , put the word into a box, set the 
34312 \family sans
34313 Inner
34314 \begin_inset space ~
34315 \end_inset
34316
34317 box
34318 \family default
34319  to 
34320 \family sans
34321 Makebox
34322 \family default
34323  and use no explicit width.
34324 \end_layout
34325
34326 \begin_layout Standard
34327 This is the result:
34328 \end_layout
34329
34330 \begin_layout Standard
34331 This line is an example to show how you can prevent the hyphenation of 
34332 \begin_inset Box Frameless
34333 position "t"
34334 hor_pos "c"
34335 has_inner_box 1
34336 inner_pos "t"
34337 use_parbox 0
34338 use_makebox 1
34339 width ""
34340 special "none"
34341 height "1in"
34342 height_special "totalheight"
34343 thickness "0.4pt"
34344 separation "3pt"
34345 shadowsize "4pt"
34346 framecolor "black"
34347 backgroundcolor "none"
34348 status open
34349
34350 \begin_layout Plain Layout
34351 \begin_inset Quotes eld
34352 \end_inset
34353
34354 veryverylongword
34355 \begin_inset Quotes erd
34356 \end_inset
34357
34358
34359 \end_layout
34360
34361 \end_inset
34362
34363 .
34364 \end_layout
34365
34366 \begin_layout Standard
34367 You can alternatively set the command 
34368 \begin_inset Quotes eld
34369 \end_inset
34370
34371
34372 \series bold
34373
34374 \backslash
34375 -
34376 \series default
34377
34378 \begin_inset Quotes grd
34379 \end_inset
34380
34381  as \SpecialChar TeX
34382  Code directly before the word:
34383 \end_layout
34384
34385 \begin_layout Standard
34386 This line is an example to show how you can prevent the hyphenation of 
34387 \begin_inset Quotes eld
34388 \end_inset
34389
34390
34391 \begin_inset ERT
34392 status collapsed
34393
34394 \begin_layout Plain Layout
34395
34396
34397 \backslash
34398 -
34399 \end_layout
34400
34401 \end_inset
34402
34403 veryverylongword
34404 \begin_inset Quotes erd
34405 \end_inset
34406
34407 .
34408 \end_layout
34409
34410 \begin_layout Standard
34411 Of course the word now protrudes over the side margin.
34412  To avoid this, add via the menu 
34413 \family sans
34414 Insert\SpecialChar menuseparator
34415 Formatting\SpecialChar menuseparator
34416 Ragged
34417 \begin_inset space ~
34418 \end_inset
34419
34420 Line
34421 \begin_inset space ~
34422 \end_inset
34423
34424 Break
34425 \family default
34426  (shortcut 
34427 \begin_inset Info
34428 type  "shortcut"
34429 arg   "newline-insert newline"
34430 \end_inset
34431
34432 ) a line break before the word:
34433 \end_layout
34434
34435 \begin_layout Standard
34436 This line is an example to show how you can prevent the hyphenation of 
34437 \begin_inset Newline newline
34438 \end_inset
34439
34440
34441 \begin_inset Box Frameless
34442 position "t"
34443 hor_pos "c"
34444 has_inner_box 1
34445 inner_pos "t"
34446 use_parbox 0
34447 use_makebox 1
34448 width ""
34449 special "none"
34450 height "1in"
34451 height_special "totalheight"
34452 thickness "0.4pt"
34453 separation "3pt"
34454 shadowsize "4pt"
34455 framecolor "black"
34456 backgroundcolor "none"
34457 status open
34458
34459 \begin_layout Plain Layout
34460 \begin_inset Quotes eld
34461 \end_inset
34462
34463 veryverylongword
34464 \begin_inset Quotes erd
34465 \end_inset
34466
34467
34468 \end_layout
34469
34470 \end_inset
34471
34472 .
34473 \end_layout
34474
34475 \begin_layout Subsection
34476 Vertical Alignment
34477 \begin_inset CommandInset label
34478 LatexCommand label
34479 name "subsec:Vertical-Alignment"
34480
34481 \end_inset
34482
34483
34484 \begin_inset Index idx
34485 status collapsed
34486
34487 \begin_layout Plain Layout
34488 Boxes ! for Vertical Alignment
34489 \end_layout
34490
34491 \end_inset
34492
34493
34494 \begin_inset Index idx
34495 status collapsed
34496
34497 \begin_layout Plain Layout
34498 Boxes ! Raiseboxes
34499 \end_layout
34500
34501 \end_inset
34502
34503
34504 \end_layout
34505
34506 \begin_layout Standard
34507 With the help of the command 
34508 \series bold
34509
34510 \backslash
34511 raisebox
34512 \series default
34513  you can align words, characters or other boxes vertically relative to the
34514  surrounding text.
34515  
34516 \series bold
34517
34518 \backslash
34519 raisebox
34520 \series default
34521  is used with the following scheme:
34522 \end_layout
34523
34524 \begin_layout Standard
34525
34526 \series bold
34527
34528 \backslash
34529 raisebox{lift}[height][depth]{box content}
34530 \end_layout
34531
34532 \begin_layout Standard
34533 The lift can be a positive value to raise the box or a negative value to
34534  lower the box.
34535 \end_layout
34536
34537 \begin_layout Standard
34538 To align for example the word 
34539 \begin_inset Quotes eld
34540 \end_inset
34541
34542 preventing
34543 \begin_inset Quotes erd
34544 \end_inset
34545
34546  so that the bottom of the 
34547 \begin_inset Quotes eld
34548 \end_inset
34549
34550 deepest
34551 \begin_inset Quotes erd
34552 \end_inset
34553
34554  character 
34555 \begin_inset Quotes eld
34556 \end_inset
34557
34558 p
34559 \begin_inset Quotes erd
34560 \end_inset
34561
34562  is at the baseline, insert the command
34563 \end_layout
34564
34565 \begin_layout Standard
34566
34567 \series bold
34568
34569 \backslash
34570 raisebox{
34571 \backslash
34572 depth}{
34573 \end_layout
34574
34575 \begin_layout Standard
34576 in \SpecialChar TeX
34577  Code before the word.
34578  After the word insert a closing brace 
34579 \begin_inset Quotes eld
34580 \end_inset
34581
34582
34583 \series bold
34584 }
34585 \series default
34586
34587 \begin_inset Quotes erd
34588 \end_inset
34589
34590  in \SpecialChar TeX
34591  Code.
34592 \begin_inset Newline newline
34593 \end_inset
34594
34595 This is the result:
34596 \end_layout
34597
34598 \begin_layout Standard
34599 This is a text line with the word 
34600 \begin_inset ERT
34601 status collapsed
34602
34603 \begin_layout Plain Layout
34604
34605
34606 \backslash
34607 raisebox{
34608 \backslash
34609 depth}{
34610 \end_layout
34611
34612 \end_inset
34613
34614
34615 \begin_inset Quotes eld
34616 \end_inset
34617
34618 preventing
34619 \begin_inset Quotes erd
34620 \end_inset
34621
34622
34623 \begin_inset ERT
34624 status collapsed
34625
34626 \begin_layout Plain Layout
34627
34628 }
34629 \end_layout
34630
34631 \end_inset
34632
34633  as a raised word.
34634 \end_layout
34635
34636 \begin_layout Standard
34637 \begin_inset VSpace bigskip
34638 \end_inset
34639
34640 When you raise or lower characters in a line, the line distance will be
34641  spread:
34642 \end_layout
34643
34644 \begin_layout Standard
34645 This is a text line with the word 
34646 \begin_inset ERT
34647 status collapsed
34648
34649 \begin_layout Plain Layout
34650
34651
34652 \backslash
34653 raisebox{-
34654 \backslash
34655 depth}{
34656 \end_layout
34657
34658 \end_inset
34659
34660
34661 \begin_inset Quotes eld
34662 \end_inset
34663
34664 preventing
34665 \begin_inset Quotes erd
34666 \end_inset
34667
34668
34669 \begin_inset ERT
34670 status collapsed
34671
34672 \begin_layout Plain Layout
34673
34674 }
34675 \end_layout
34676
34677 \end_inset
34678
34679  as a lowered word.
34680 \begin_inset Newline newline
34681 \end_inset
34682
34683 This is a text line with the word 
34684 \begin_inset ERT
34685 status collapsed
34686
34687 \begin_layout Plain Layout
34688
34689
34690 \backslash
34691 raisebox{0.5cm}{
34692 \end_layout
34693
34694 \end_inset
34695
34696
34697 \begin_inset Quotes eld
34698 \end_inset
34699
34700 testing
34701 \begin_inset Quotes erd
34702 \end_inset
34703
34704
34705 \begin_inset ERT
34706 status collapsed
34707
34708 \begin_layout Plain Layout
34709
34710 }
34711 \end_layout
34712
34713 \end_inset
34714
34715  as a raised word.
34716 \end_layout
34717
34718 \begin_layout Standard
34719 If you want to prevent this for a certain reason, set the box height to
34720  a zero value.
34721  For example use
34722 \end_layout
34723
34724 \begin_layout Standard
34725
34726 \series bold
34727
34728 \backslash
34729 raisebox{-
34730 \backslash
34731 depth}[0pt]{
34732 \end_layout
34733
34734 \begin_layout Standard
34735 This is a text line with the word 
34736 \begin_inset ERT
34737 status collapsed
34738
34739 \begin_layout Plain Layout
34740
34741
34742 \backslash
34743 raisebox{-
34744 \backslash
34745 depth}[0pt]{
34746 \end_layout
34747
34748 \end_inset
34749
34750
34751 \begin_inset Quotes eld
34752 \end_inset
34753
34754 preventing
34755 \begin_inset Quotes erd
34756 \end_inset
34757
34758
34759 \begin_inset ERT
34760 status collapsed
34761
34762 \begin_layout Plain Layout
34763
34764 }
34765 \end_layout
34766
34767 \end_inset
34768
34769  as a lowered word.
34770 \begin_inset Newline newline
34771 \end_inset
34772
34773
34774 \begin_inset Newline newline
34775 \end_inset
34776
34777 This is a text line with the word 
34778 \begin_inset ERT
34779 status collapsed
34780
34781 \begin_layout Plain Layout
34782
34783
34784 \backslash
34785 raisebox{0.5cm}[0pt]{
34786 \end_layout
34787
34788 \end_inset
34789
34790
34791 \begin_inset Quotes eld
34792 \end_inset
34793
34794 testing
34795 \begin_inset Quotes erd
34796 \end_inset
34797
34798
34799 \begin_inset ERT
34800 status collapsed
34801
34802 \begin_layout Plain Layout
34803
34804 }
34805 \end_layout
34806
34807 \end_inset
34808
34809  as a raised word.
34810 \end_layout
34811
34812 \begin_layout Section
34813 Colored Boxes
34814 \begin_inset CommandInset label
34815 LatexCommand label
34816 name "sec:Colored-Boxes"
34817
34818 \end_inset
34819
34820
34821 \begin_inset Index idx
34822 status collapsed
34823
34824 \begin_layout Plain Layout
34825 Boxes ! Color
34826 \end_layout
34827
34828 \end_inset
34829
34830
34831 \end_layout
34832
34833 \begin_layout Standard
34834 To color the background of a box just select the color you like in the box
34835  dialog.
34836  This is for example a box with orange background: 
34837 \begin_inset Box Frameless
34838 position "t"
34839 hor_pos "c"
34840 has_inner_box 1
34841 inner_pos "t"
34842 use_parbox 0
34843 use_makebox 1
34844 width ""
34845 special "none"
34846 height "1in"
34847 height_special "totalheight"
34848 thickness "0.4pt"
34849 separation "3pt"
34850 shadowsize "4pt"
34851 framecolor "black"
34852 backgroundcolor "orange"
34853 status open
34854
34855 \begin_layout Plain Layout
34856 Box with orange background
34857 \end_layout
34858
34859 \end_inset
34860
34861
34862 \end_layout
34863
34864 \begin_layout Standard
34865 If you use the decoration 
34866 \family sans
34867 Simple
34868 \begin_inset space ~
34869 \end_inset
34870
34871 rectangular
34872 \begin_inset space ~
34873 \end_inset
34874
34875 frame
34876 \family default
34877  you can set a frame color.
34878  In this case you must also specify a background color (LyX sets white as
34879  default).
34880  Here is an example: 
34881 \begin_inset Box Boxed
34882 position "t"
34883 hor_pos "c"
34884 has_inner_box 0
34885 inner_pos "t"
34886 use_parbox 0
34887 use_makebox 0
34888 width ""
34889 special "none"
34890 height "1in"
34891 height_special "totalheight"
34892 thickness "0.4pt"
34893 separation "3pt"
34894 shadowsize "4pt"
34895 framecolor "teal"
34896 backgroundcolor "yellow"
34897 status open
34898
34899 \begin_layout Plain Layout
34900 Box with teal frame color and yellow background color
34901 \end_layout
34902
34903 \end_inset
34904
34905
34906 \end_layout
34907
34908 \begin_layout Standard
34909 \begin_inset VSpace bigskip
34910 \end_inset
34911
34912 Of course you can also have colored text inside a colored box:
34913 \begin_inset Newline newline
34914 \end_inset
34915
34916
34917 \begin_inset Box Boxed
34918 position "t"
34919 hor_pos "c"
34920 has_inner_box 0
34921 inner_pos "t"
34922 use_parbox 0
34923 use_makebox 0
34924 width ""
34925 special "none"
34926 height "1in"
34927 height_special "totalheight"
34928 thickness "0.4pt"
34929 separation "3pt"
34930 shadowsize "4pt"
34931 framecolor "cyan"
34932 backgroundcolor "magenta"
34933 status open
34934
34935 \begin_layout Plain Layout
34936
34937 \color yellow
34938 This is colored text within a colored, framed box
34939 \end_layout
34940
34941 \end_inset
34942
34943
34944 \end_layout
34945
34946 \begin_layout Standard
34947 \begin_inset VSpace bigskip
34948 \end_inset
34949
34950
34951 \end_layout
34952
34953 \begin_layout Standard
34954 If you need another color than the predefined ones, you can define your
34955  own color as described in section
34956 \begin_inset space ~
34957 \end_inset
34958
34959
34960 \begin_inset CommandInset ref
34961 LatexCommand ref
34962 reference "sec:Colored-Tables"
34963
34964 \end_inset
34965
34966 .
34967  To use your own color you must typeset the box by using TeX code:
34968 \end_layout
34969
34970 \begin_layout Standard
34971 Colored boxes without frame are created with the command 
34972 \series bold
34973
34974 \backslash
34975 colorbox
34976 \series default
34977 .
34978  It has the following scheme:
34979 \end_layout
34980
34981 \begin_layout Standard
34982
34983 \series bold
34984
34985 \backslash
34986 colorbox{color}{box content}
34987 \end_layout
34988
34989 \begin_layout Standard
34990 The box content can also be a box and colored boxes can also be within other
34991  boxes.
34992  To have e.
34993 \begin_inset space \thinspace{}
34994 \end_inset
34995
34996 g.
34997 \begin_inset space \space{}
34998 \end_inset
34999
35000 a darkgreen background for a word, insert the command
35001 \end_layout
35002
35003 \begin_layout Standard
35004
35005 \series bold
35006
35007 \backslash
35008 colorbox{darkgreen}{
35009 \end_layout
35010
35011 \begin_layout Standard
35012 before the word in \SpecialChar TeX
35013  Code.
35014  After the word insert a closing brace 
35015 \begin_inset Quotes eld
35016 \end_inset
35017
35018
35019 \series bold
35020 }
35021 \series default
35022
35023 \begin_inset Quotes erd
35024 \end_inset
35025
35026  in \SpecialChar TeX
35027  Code.
35028 \begin_inset Newline newline
35029 \end_inset
35030
35031 This is the result:
35032 \end_layout
35033
35034 \begin_layout Standard
35035 This is a line where the word 
35036 \begin_inset ERT
35037 status collapsed
35038
35039 \begin_layout Plain Layout
35040
35041
35042 \backslash
35043 colorbox{darkgreen}{
35044 \end_layout
35045
35046 \end_inset
35047
35048
35049 \begin_inset Quotes eld
35050 \end_inset
35051
35052 Attention!
35053 \begin_inset Quotes erd
35054 \end_inset
35055
35056
35057 \begin_inset ERT
35058 status collapsed
35059
35060 \begin_layout Plain Layout
35061
35062 }
35063 \end_layout
35064
35065 \end_inset
35066
35067  has a darkgreen background.
35068 \end_layout
35069
35070 \begin_layout Standard
35071 Framed, colored boxes are created with the command 
35072 \series bold
35073
35074 \backslash
35075 fcolorbox
35076 \series default
35077 .
35078  It has the following scheme:
35079 \end_layout
35080
35081 \begin_layout Standard
35082
35083 \series bold
35084
35085 \backslash
35086 fcolorbox{frame color}{box color}{box content}
35087 \end_layout
35088
35089 \begin_layout Section
35090 Rotated and Scaled Boxes
35091 \end_layout
35092
35093 \begin_layout Standard
35094 To use the boxes described in this section, the module 
35095 \family sans
35096 GraphicBoxes
35097 \family default
35098  must be loaded in the document settings.
35099 \end_layout
35100
35101 \begin_layout Standard
35102 \begin_inset Note Greyedout
35103 status open
35104
35105 \begin_layout Plain Layout
35106
35107 \series bold
35108 Note:
35109 \series default
35110  Not all DVI viewers are able to display rotated or scaled material.
35111 \end_layout
35112
35113 \end_inset
35114
35115
35116 \end_layout
35117
35118 \begin_layout Standard
35119 \begin_inset Note Greyedout
35120 status open
35121
35122 \begin_layout Plain Layout
35123
35124 \series bold
35125 Note:
35126 \series default
35127  Floats are not allowed inside a rotated or scaled box.
35128 \end_layout
35129
35130 \end_inset
35131
35132
35133 \end_layout
35134
35135 \begin_layout Subsection
35136 Rotated Boxes
35137 \begin_inset Index idx
35138 status collapsed
35139
35140 \begin_layout Plain Layout
35141 Boxes ! rotated
35142 \end_layout
35143
35144 \end_inset
35145
35146
35147 \begin_inset Index idx
35148 status collapsed
35149
35150 \begin_layout Plain Layout
35151 Rotated Material
35152 \end_layout
35153
35154 \end_inset
35155
35156
35157 \end_layout
35158
35159 \begin_layout Standard
35160 To rotate material, you can put it into a 
35161 \family sans
35162 Rotatebox
35163 \family default
35164 .
35165  Such a box is inserted via the menu 
35166 \family sans
35167 Insert\SpecialChar menuseparator
35168 Custom Insets\SpecialChar menuseparator
35169 Rotatebox
35170 \family default
35171 .
35172 \end_layout
35173
35174 \begin_layout Standard
35175 The rotation origin can be specified via the inset 
35176 \family sans
35177 Origin
35178 \family default
35179  (menu 
35180 \family sans
35181 Insert\SpecialChar menuseparator
35182 Origin
35183 \family default
35184 ) in the form 
35185 \series bold
35186 origin=position
35187 \series default
35188 .
35189  The following positions are possible: 
35190 \emph on
35191 c
35192 \emph default
35193  (center), 
35194 \emph on
35195 l
35196 \emph default
35197  (left), 
35198 \emph on
35199 r
35200 \emph default
35201  (right), 
35202 \emph on
35203 b
35204 \emph default
35205  (bottom), 
35206 \emph on
35207 t
35208 \emph default
35209  (top), along with meaningful combinations of the four base positions.
35210  For example 
35211 \emph on
35212 lt
35213 \emph default
35214  means that the rotation origin is at the top left corner of the box.
35215  When no rotation origin is specified, the position 
35216 \emph on
35217 l
35218 \emph default
35219  will be used.
35220  The rotation angle is a number that can be negative that specifies the
35221  angle in degrees.
35222  The rotation direction is counterclockwise.
35223 \end_layout
35224
35225 \begin_layout Standard
35226 In the following example 
35227 \series bold
35228 origin=c
35229 \series default
35230  was inserted to the 
35231 \family sans
35232 Option
35233 \family default
35234  inset and 
35235 \series bold
35236 60
35237 \series default
35238  was inserted to the 
35239 \family sans
35240 Angle
35241 \family default
35242  inset.
35243 \end_layout
35244
35245 \begin_layout Standard
35246 This is a line 
35247 \begin_inset Flex Rotatebox
35248 status open
35249
35250 \begin_layout Plain Layout
35251 \begin_inset Argument 1
35252 status open
35253
35254 \begin_layout Plain Layout
35255 origin=c
35256 \end_layout
35257
35258 \end_inset
35259
35260
35261 \begin_inset Argument 2
35262 status open
35263
35264 \begin_layout Plain Layout
35265 60
35266 \end_layout
35267
35268 \end_inset
35269
35270 with rotated
35271 \end_layout
35272
35273 \end_inset
35274
35275  text.
35276 \end_layout
35277
35278 \begin_layout Standard
35279 The box content can also be another box or an inline formula:
35280 \end_layout
35281
35282 \begin_layout Standard
35283 This is a line 
35284 \begin_inset Flex Rotatebox
35285 status open
35286
35287 \begin_layout Plain Layout
35288 \begin_inset Argument 1
35289 status open
35290
35291 \begin_layout Plain Layout
35292 origin=r
35293 \end_layout
35294
35295 \end_inset
35296
35297
35298 \begin_inset Argument 2
35299 status open
35300
35301 \begin_layout Plain Layout
35302 -60
35303 \end_layout
35304
35305 \end_inset
35306
35307
35308 \begin_inset Box Doublebox
35309 position "c"
35310 hor_pos "c"
35311 has_inner_box 0
35312 inner_pos "c"
35313 use_parbox 0
35314 use_makebox 0
35315 width "1in"
35316 special "width"
35317 height "1in"
35318 height_special "totalheight"
35319 thickness "0.4pt"
35320 separation "3pt"
35321 shadowsize "4pt"
35322 framecolor "black"
35323 backgroundcolor "none"
35324 status collapsed
35325
35326 \begin_layout Plain Layout
35327 with rotated
35328 \end_layout
35329
35330 \end_inset
35331
35332
35333 \end_layout
35334
35335 \end_inset
35336
35337  framed text 
35338 \begin_inset Flex Rotatebox
35339 status open
35340
35341 \begin_layout Plain Layout
35342 \begin_inset Argument 1
35343 status open
35344
35345 \begin_layout Plain Layout
35346 origin=lb
35347 \end_layout
35348
35349 \end_inset
35350
35351
35352 \begin_inset Argument 2
35353 status open
35354
35355 \begin_layout Plain Layout
35356 60
35357 \end_layout
35358
35359 \end_inset
35360
35361
35362 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35363 \end_inset
35364
35365
35366 \end_layout
35367
35368 \end_inset
35369
35370  and a formula.
35371 \end_layout
35372
35373 \begin_layout Standard
35374 or an image or table:
35375 \end_layout
35376
35377 \begin_layout Standard
35378 This is a line 
35379 \begin_inset Flex Rotatebox
35380 status open
35381
35382 \begin_layout Plain Layout
35383 \begin_inset Argument 1
35384 status open
35385
35386 \begin_layout Plain Layout
35387 origin=lb
35388 \end_layout
35389
35390 \end_inset
35391
35392
35393 \begin_inset Argument 2
35394 status open
35395
35396 \begin_layout Plain Layout
35397 90
35398 \end_layout
35399
35400 \end_inset
35401
35402
35403 \begin_inset Graphics
35404         filename clipart/platypus.eps
35405         lyxscale 50
35406         width 25col%
35407
35408 \end_inset
35409
35410
35411 \end_layout
35412
35413 \end_inset
35414
35415  with a rotated image 
35416 \begin_inset Flex Rotatebox
35417 status open
35418
35419 \begin_layout Plain Layout
35420 \begin_inset Argument 2
35421 status open
35422
35423 \begin_layout Plain Layout
35424 -90
35425 \end_layout
35426
35427 \end_inset
35428
35429
35430 \begin_inset Tabular
35431 <lyxtabular version="3" rows="2" columns="2">
35432 <features tabularvalignment="middle">
35433 <column alignment="center" valignment="top">
35434 <column alignment="center" valignment="top">
35435 <row>
35436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35437 \begin_inset Text
35438
35439 \begin_layout Plain Layout
35440 q
35441 \end_layout
35442
35443 \end_inset
35444 </cell>
35445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35446 \begin_inset Text
35447
35448 \begin_layout Plain Layout
35449 w
35450 \end_layout
35451
35452 \end_inset
35453 </cell>
35454 </row>
35455 <row>
35456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35457 \begin_inset Text
35458
35459 \begin_layout Plain Layout
35460 e
35461 \end_layout
35462
35463 \end_inset
35464 </cell>
35465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35466 \begin_inset Text
35467
35468 \begin_layout Plain Layout
35469 r
35470 \end_layout
35471
35472 \end_inset
35473 </cell>
35474 </row>
35475 </lyxtabular>
35476
35477 \end_inset
35478
35479
35480 \end_layout
35481
35482 \end_inset
35483
35484  and table.
35485 \begin_inset Index idx
35486 status collapsed
35487
35488 \begin_layout Plain Layout
35489 Figures ! rotated
35490 \end_layout
35491
35492 \end_inset
35493
35494
35495 \begin_inset Index idx
35496 status collapsed
35497
35498 \begin_layout Plain Layout
35499 Table Customization ! Rotating
35500 \end_layout
35501
35502 \end_inset
35503
35504
35505 \end_layout
35506
35507 \begin_layout Standard
35508 \begin_inset Note Greyedout
35509 status open
35510
35511 \begin_layout Plain Layout
35512
35513 \series bold
35514 Note:
35515 \series default
35516  If the 
35517 \family sans
35518 Angle
35519 \family default
35520  inset is empty or contains other characters than numbers you will get \SpecialChar LaTeX
35521
35522  errors when viewing/exporting the document.
35523 \end_layout
35524
35525 \end_inset
35526
35527
35528 \end_layout
35529
35530 \begin_layout Subsection
35531 Scaled Boxes
35532 \begin_inset Index idx
35533 status collapsed
35534
35535 \begin_layout Plain Layout
35536 Boxes ! scaled
35537 \end_layout
35538
35539 \end_inset
35540
35541
35542 \begin_inset Index idx
35543 status collapsed
35544
35545 \begin_layout Plain Layout
35546 Scaled Material
35547 \end_layout
35548
35549 \end_inset
35550
35551
35552 \end_layout
35553
35554 \begin_layout Standard
35555 To scale material put it into a 
35556 \family sans
35557 Scalebox
35558 \family default
35559 .
35560  Such a box is inserted via the menu 
35561 \family sans
35562 Insert\SpecialChar menuseparator
35563 Custom Insets\SpecialChar menuseparator
35564 Scalebox
35565 \family default
35566 .
35567 \end_layout
35568
35569 \begin_layout Standard
35570 The 
35571 \family sans
35572 Scalebox
35573 \family default
35574  inset has the mandatory inset 
35575 \family sans
35576 H-Factor
35577 \family default
35578  and the optional inset 
35579 \family sans
35580 V-Factor
35581 \family default
35582  (inserted via the menu 
35583 \family sans
35584 Insert\SpecialChar menuseparator
35585 V-Factor)
35586 \family default
35587 .
35588  Input there there horizontal and vertical scale factor, respectively.
35589  If no 
35590 \family sans
35591 V-Factor
35592 \family default
35593  inset is used, the horizontal factor will also be used as the vertical
35594  one.
35595 \end_layout
35596
35597 \begin_layout Standard
35598 To get for example the double text size, compared to the document text size,
35599  insert 
35600 \series bold
35601 2
35602 \series default
35603  into the 
35604 \family sans
35605 H-Factor
35606 \family default
35607  inset.
35608  An example: 
35609 \begin_inset Flex Scalebox
35610 status open
35611
35612 \begin_layout Plain Layout
35613 \begin_inset Argument 1
35614 status open
35615
35616 \begin_layout Plain Layout
35617 2
35618 \end_layout
35619
35620 \end_inset
35621
35622 Hello
35623 \end_layout
35624
35625 \end_inset
35626
35627
35628 \end_layout
35629
35630 \begin_layout Standard
35631
35632 \series bold
35633 2
35634 \series default
35635  as 
35636 \family sans
35637 H-Factor
35638 \family default
35639  and 
35640 \series bold
35641 1
35642 \series default
35643  as 
35644 \family sans
35645 V-Factor
35646 \family default
35647  distorts the 
35648 \begin_inset Flex Scalebox
35649 status open
35650
35651 \begin_layout Plain Layout
35652 \begin_inset Argument 1
35653 status open
35654
35655 \begin_layout Plain Layout
35656 2
35657 \end_layout
35658
35659 \end_inset
35660
35661
35662 \begin_inset Argument 2
35663 status open
35664
35665 \begin_layout Plain Layout
35666 1
35667 \end_layout
35668
35669 \end_inset
35670
35671 Hello
35672 \end_layout
35673
35674 \end_inset
35675
35676 .
35677 \end_layout
35678
35679 \begin_layout Standard
35680 If the scaling factor is negative, the box content will be mirrored.
35681  Therefore 
35682 \series bold
35683 -1
35684 \series default
35685  as 
35686 \family sans
35687 H-Factor
35688 \family default
35689  and 
35690 \series bold
35691 1
35692 \series default
35693  as 
35694 \family sans
35695 V-Factor
35696 \family default
35697  can be used to create mirror writing: 
35698 \begin_inset Flex Scalebox
35699 status open
35700
35701 \begin_layout Plain Layout
35702 \begin_inset Argument 1
35703 status open
35704
35705 \begin_layout Plain Layout
35706 -1
35707 \end_layout
35708
35709 \end_inset
35710
35711
35712 \begin_inset Argument 2
35713 status open
35714
35715 \begin_layout Plain Layout
35716 1
35717 \end_layout
35718
35719 \end_inset
35720
35721 Hello
35722 \end_layout
35723
35724 \end_inset
35725
35726
35727 \end_layout
35728
35729 \begin_layout Standard
35730
35731 \series bold
35732 -1
35733 \series default
35734  as 
35735 \family sans
35736 H-Factor
35737 \family default
35738  and 
35739 \series bold
35740 1
35741 \series default
35742  as 
35743 \family sans
35744 V-Factor
35745 \family default
35746  reflects the 
35747 \begin_inset Flex Scalebox
35748 status open
35749
35750 \begin_layout Plain Layout
35751 \begin_inset Argument 1
35752 status open
35753
35754 \begin_layout Plain Layout
35755 1
35756 \end_layout
35757
35758 \end_inset
35759
35760
35761 \begin_inset Argument 2
35762 status open
35763
35764 \begin_layout Plain Layout
35765 -1
35766 \end_layout
35767
35768 \end_inset
35769
35770 Hello
35771 \end_layout
35772
35773 \end_inset
35774
35775  at the base line.
35776 \end_layout
35777
35778 \begin_layout Standard
35779 The 
35780 \family sans
35781 Reflectbox
35782 \family default
35783  (menu 
35784 \family sans
35785 Insert\SpecialChar menuseparator
35786 Custom Insets\SpecialChar menuseparator
35787 Reflectbox
35788 \family default
35789 ) is equivalent to 
35790 \series bold
35791 -1
35792 \series default
35793  as 
35794 \family sans
35795 H-Factor
35796 \family default
35797  and 
35798 \series bold
35799 1
35800 \series default
35801  as 
35802 \family sans
35803 V-Factor 
35804 \family default
35805 for a 
35806 \family sans
35807 Scalebox
35808 \family default
35809 .
35810 \end_layout
35811
35812 \begin_layout Standard
35813 \begin_inset Note Greyedout
35814 status open
35815
35816 \begin_layout Plain Layout
35817
35818 \series bold
35819 Note:
35820 \series default
35821  If the 
35822 \family sans
35823 H-Factor
35824 \family default
35825  inset is empty or contains other characters than numbers you will get LaTeX
35826  errors when viewing/exporting the document.
35827 \end_layout
35828
35829 \end_inset
35830
35831
35832 \end_layout
35833
35834 \begin_layout Standard
35835 \begin_inset VSpace bigskip
35836 \end_inset
35837
35838 The 
35839 \family sans
35840 Resizebox
35841 \family default
35842  (menu 
35843 \family sans
35844 Insert\SpecialChar menuseparator
35845 Custom Insets\SpecialChar menuseparator
35846 Resizebox
35847 \family default
35848 ) is used to scale the content to a defined width and height.
35849  The 
35850 \family sans
35851 Resizebox
35852 \family default
35853  inset has the mandatory inset 
35854 \family sans
35855 Width
35856 \family default
35857  and the optional inset 
35858 \family sans
35859 Height
35860 \family default
35861  (inserted via the menu 
35862 \family sans
35863 Insert\SpecialChar menuseparator
35864 Height)
35865 \family default
35866 .
35867  Input there there width and height, respectively, as value with a unit.
35868  
35869 \begin_inset CommandInset ref
35870 LatexCommand ref
35871 reference "tab:Units"
35872
35873 \end_inset
35874
35875  lists the possible units.
35876  If there is an exclamation mark 
35877 \series bold
35878 !
35879 \series default
35880  in of of the two insets, the size is set so that the aspect ratio of the
35881  box content is kept.
35882  If no 
35883 \family sans
35884 Height
35885 \family default
35886  inset is used an exclamation mark will internally be used for the height.
35887 \end_layout
35888
35889 \begin_layout Standard
35890
35891 \series bold
35892 2cm
35893 \series default
35894  as 
35895 \family sans
35896 Width
35897 \family default
35898  and 
35899 \series bold
35900 1cm
35901 \series default
35902  as 
35903 \family sans
35904 Height
35905 \family default
35906  produces: 
35907 \begin_inset Flex Resizebox
35908 status open
35909
35910 \begin_layout Plain Layout
35911 \begin_inset Argument 1
35912 status open
35913
35914 \begin_layout Plain Layout
35915 2cm
35916 \end_layout
35917
35918 \end_inset
35919
35920
35921 \begin_inset Argument 2
35922 status open
35923
35924 \begin_layout Plain Layout
35925 1cm
35926 \end_layout
35927
35928 \end_inset
35929
35930 Hello
35931 \end_layout
35932
35933 \end_inset
35934
35935
35936 \begin_inset Newline newline
35937 \end_inset
35938
35939
35940 \series bold
35941 2cm
35942 \series default
35943  as 
35944 \family sans
35945 Width
35946 \family default
35947  and 
35948 \series bold
35949 !
35950 \series default
35951  as 
35952 \family sans
35953 Height
35954 \family default
35955  (or no 
35956 \family sans
35957 Height
35958 \family default
35959 ) produces: 
35960 \begin_inset Flex Resizebox
35961 status open
35962
35963 \begin_layout Plain Layout
35964 \begin_inset Argument 1
35965 status open
35966
35967 \begin_layout Plain Layout
35968 2cm
35969 \end_layout
35970
35971 \end_inset
35972
35973
35974 \begin_inset Argument 2
35975 status open
35976
35977 \begin_layout Plain Layout
35978 !
35979 \end_layout
35980
35981 \end_inset
35982
35983 Hello
35984 \end_layout
35985
35986 \end_inset
35987
35988
35989 \end_layout
35990
35991 \begin_layout Standard
35992 \begin_inset Note Greyedout
35993 status open
35994
35995 \begin_layout Plain Layout
35996
35997 \series bold
35998 Note:
35999 \series default
36000  If the 
36001 \family sans
36002 Width
36003 \family default
36004  inset is empty or contains an invalid unit you will get LaTeX errors when
36005  viewing/exporting the document.
36006 \end_layout
36007
36008 \end_inset
36009
36010
36011 \end_layout
36012
36013 \begin_layout Standard
36014 \begin_inset VSpace bigskip
36015 \end_inset
36016
36017
36018 \end_layout
36019
36020 \begin_layout Standard
36021 The boxes can be combined in any order.
36022  As example a 
36023 \family sans
36024 Reflectbox
36025 \family default
36026  inside a 
36027 \family sans
36028 Resizebox
36029 \family default
36030  which is in turn inside a 
36031 \family sans
36032 Rotatebox
36033 \family default
36034 :
36035 \end_layout
36036
36037 \begin_layout Standard
36038 \noindent
36039 \align center
36040 \begin_inset Flex Rotatebox
36041 status open
36042
36043 \begin_layout Plain Layout
36044 \begin_inset Argument 1
36045 status open
36046
36047 \begin_layout Plain Layout
36048 origin=c
36049 \end_layout
36050
36051 \end_inset
36052
36053
36054 \begin_inset Argument 2
36055 status open
36056
36057 \begin_layout Plain Layout
36058 -45
36059 \end_layout
36060
36061 \end_inset
36062
36063
36064 \begin_inset Flex Resizebox
36065 status open
36066
36067 \begin_layout Plain Layout
36068 \begin_inset Argument 1
36069 status open
36070
36071 \begin_layout Plain Layout
36072 2cm
36073 \end_layout
36074
36075 \end_inset
36076
36077
36078 \begin_inset Flex Reflectbox
36079 status open
36080
36081 \begin_layout Plain Layout
36082 Hello
36083 \end_layout
36084
36085 \end_inset
36086
36087
36088 \end_layout
36089
36090 \end_inset
36091
36092
36093 \end_layout
36094
36095 \end_inset
36096
36097
36098 \end_layout
36099
36100 \begin_layout Standard
36101 \noindent
36102 Images, tables, and inline formulas are allowed as box content:
36103 \end_layout
36104
36105 \begin_layout Standard
36106 \noindent
36107 \align center
36108 \begin_inset Flex Resizebox
36109 status open
36110
36111 \begin_layout Plain Layout
36112 \begin_inset Argument 1
36113 status open
36114
36115 \begin_layout Plain Layout
36116 2cm
36117 \end_layout
36118
36119 \end_inset
36120
36121
36122 \begin_inset Flex Reflectbox
36123 status open
36124
36125 \begin_layout Plain Layout
36126 \begin_inset Graphics
36127         filename clipart/platypus.eps
36128         lyxscale 50
36129         width 25col%
36130
36131 \end_inset
36132
36133
36134 \end_layout
36135
36136 \end_inset
36137
36138
36139 \end_layout
36140
36141 \end_inset
36142
36143  
36144 \begin_inset Flex Resizebox
36145 status open
36146
36147 \begin_layout Plain Layout
36148 \begin_inset Argument 1
36149 status open
36150
36151 \begin_layout Plain Layout
36152 2cm
36153 \end_layout
36154
36155 \end_inset
36156
36157
36158 \begin_inset Flex Reflectbox
36159 status open
36160
36161 \begin_layout Plain Layout
36162 \begin_inset Tabular
36163 <lyxtabular version="3" rows="2" columns="2">
36164 <features tabularvalignment="middle">
36165 <column alignment="center" valignment="top">
36166 <column alignment="center" valignment="top">
36167 <row>
36168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36169 \begin_inset Text
36170
36171 \begin_layout Plain Layout
36172 q
36173 \end_layout
36174
36175 \end_inset
36176 </cell>
36177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36178 \begin_inset Text
36179
36180 \begin_layout Plain Layout
36181 w
36182 \end_layout
36183
36184 \end_inset
36185 </cell>
36186 </row>
36187 <row>
36188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36189 \begin_inset Text
36190
36191 \begin_layout Plain Layout
36192 e
36193 \end_layout
36194
36195 \end_inset
36196 </cell>
36197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36198 \begin_inset Text
36199
36200 \begin_layout Plain Layout
36201 r
36202 \end_layout
36203
36204 \end_inset
36205 </cell>
36206 </row>
36207 </lyxtabular>
36208
36209 \end_inset
36210
36211
36212 \end_layout
36213
36214 \end_inset
36215
36216
36217 \end_layout
36218
36219 \end_inset
36220
36221  
36222 \begin_inset Flex Resizebox
36223 status open
36224
36225 \begin_layout Plain Layout
36226 \begin_inset Argument 1
36227 status open
36228
36229 \begin_layout Plain Layout
36230 3cm
36231 \end_layout
36232
36233 \end_inset
36234
36235
36236 \begin_inset Flex Reflectbox
36237 status open
36238
36239 \begin_layout Plain Layout
36240 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36241 \end_inset
36242
36243
36244 \end_layout
36245
36246 \end_inset
36247
36248
36249 \end_layout
36250
36251 \end_inset
36252
36253
36254 \begin_inset Index idx
36255 status collapsed
36256
36257 \begin_layout Plain Layout
36258 Figures ! scaled
36259 \end_layout
36260
36261 \end_inset
36262
36263
36264 \begin_inset Index idx
36265 status collapsed
36266
36267 \begin_layout Plain Layout
36268 Table Customization ! Scaling
36269 \end_layout
36270
36271 \end_inset
36272
36273
36274 \end_layout
36275
36276 \begin_layout Standard
36277 When the global formula style 
36278 \series bold
36279 fleqn
36280 \series default
36281  is used in the document
36282 \begin_inset Foot
36283 status collapsed
36284
36285 \begin_layout Plain Layout
36286 When 
36287 \begin_inset Quotes eld
36288 \end_inset
36289
36290 fleqn
36291 \begin_inset Quotes erd
36292 \end_inset
36293
36294  is added to the document class options.
36295 \end_layout
36296
36297 \end_inset
36298
36299 , display style formulas can also be scaled.
36300 \end_layout
36301
36302 \begin_layout Chapter
36303 Objects Surrounded by Text
36304 \begin_inset Index idx
36305 status collapsed
36306
36307 \begin_layout Plain Layout
36308 Surrounded by text
36309 \end_layout
36310
36311 \end_inset
36312
36313
36314 \end_layout
36315
36316 \begin_layout Section
36317 Wrap Floats
36318 \begin_inset CommandInset label
36319 LatexCommand label
36320 name "sec:Wrap-Floats"
36321
36322 \end_inset
36323
36324
36325 \begin_inset Index idx
36326 status collapsed
36327
36328 \begin_layout Plain Layout
36329 Floats ! Wrap Floats
36330 \end_layout
36331
36332 \end_inset
36333
36334
36335 \begin_inset Index idx
36336 status collapsed
36337
36338 \begin_layout Plain Layout
36339 Surrounded by text ! Wrap Floats
36340 \end_layout
36341
36342 \end_inset
36343
36344
36345 \end_layout
36346
36347 \begin_layout Standard
36348 \begin_inset Wrap figure
36349 lines 0
36350 placement l
36351 overhang 1cm
36352 width "40col%"
36353 status open
36354
36355 \begin_layout Plain Layout
36356 \begin_inset Graphics
36357         filename clipart/mobius.eps
36358         width 40col%
36359         scaleBeforeRotation
36360         rotateOrigin center
36361
36362 \end_inset
36363
36364
36365 \end_layout
36366
36367 \begin_layout Plain Layout
36368 \begin_inset Caption Standard
36369
36370 \begin_layout Plain Layout
36371 \begin_inset CommandInset label
36372 LatexCommand label
36373 name "fig:This-is-a"
36374
36375 \end_inset
36376
36377 This is a figure wrap float.
36378 \end_layout
36379
36380 \end_inset
36381
36382
36383 \end_layout
36384
36385 \end_inset
36386
36387  This float type is used if you want to wrap text around a figure or table
36388  so that it only occupies some fraction of the column width.
36389  It can be inserted using the menu 
36390 \family sans
36391 Insert\SpecialChar menuseparator
36392 Floats\SpecialChar menuseparator
36393 Figure
36394 \begin_inset space ~
36395 \end_inset
36396
36397 Wrap
36398 \begin_inset space ~
36399 \end_inset
36400
36401 Float
36402 \family default
36403  or 
36404 \family sans
36405 Table
36406 \begin_inset space ~
36407 \end_inset
36408
36409 Wrap
36410 \begin_inset space ~
36411 \end_inset
36412
36413 Float
36414 \family default
36415  if the \SpecialChar LaTeX
36416 -package 
36417 \series bold
36418 wrapfig
36419 \series default
36420
36421 \begin_inset Index idx
36422 status collapsed
36423
36424 \begin_layout Plain Layout
36425 \SpecialChar LaTeX
36426 -packages ! wrapfig
36427 \end_layout
36428
36429 \end_inset
36430
36431  is installed.
36432 \begin_inset Foot
36433 status collapsed
36434
36435 \begin_layout Plain Layout
36436 Installing a \SpecialChar LaTeX
36437 -package is explained it in the 
36438 \emph on
36439 \SpecialChar LaTeX
36440
36441 \begin_inset space ~
36442 \end_inset
36443
36444 Configuration
36445 \emph default
36446  manual.
36447 \end_layout
36448
36449 \end_inset
36450
36451  The settings of the float can be modified by right-clicking on the float
36452  box.
36453  The mandatory settings are the float 
36454 \family sans
36455 Placement
36456 \family default
36457  and its 
36458 \family sans
36459 Width
36460 \family default
36461 .
36462  Optional are the 
36463 \family sans
36464 Overhang
36465 \family default
36466  that specifies how much the float is set into the paragraph
36467 \begin_inset space \thinspace{}
36468 \end_inset
36469
36470 /
36471 \begin_inset space \thinspace{}
36472 \end_inset
36473
36474 page margin, and the 
36475 \family sans
36476 Line
36477 \begin_inset space ~
36478 \end_inset
36479
36480 span
36481 \family default
36482  that specifies how many text lines the float will approximately need.
36483  The line span is often hard to approximate; so it is better only to use
36484  it when you encounter float placement problems.
36485  You can furthermore decide if \SpecialChar LaTeX
36486  is allowed to let the float float within
36487  the paragraph or to surrounding paragraphs.
36488  Figure
36489 \begin_inset space ~
36490 \end_inset
36491
36492
36493 \begin_inset CommandInset ref
36494 LatexCommand ref
36495 reference "fig:This-is-a"
36496
36497 \end_inset
36498
36499  is an example text wrap float with a width of 40
36500 \begin_inset space \thinspace{}
36501 \end_inset
36502
36503 col%, 1
36504 \begin_inset space \thinspace{}
36505 \end_inset
36506
36507 cm overhang, set to the left.
36508 \end_layout
36509
36510 \begin_layout Standard
36511 \begin_inset Note Greyedout
36512 status open
36513
36514 \begin_layout Plain Layout
36515
36516 \series bold
36517 Note:
36518 \series default
36519  Text
36520 \begin_inset space ~
36521 \end_inset
36522
36523 wrap float floats are fragile! E.
36524 \begin_inset space \thinspace{}
36525 \end_inset
36526
36527 g.
36528 \begin_inset space \space{}
36529 \end_inset
36530
36531 having a figure too close to the bottom of the page can mess things up in
36532  such a way that the float does not appear in the output or that it is placed
36533  over some other text.
36534 \end_layout
36535
36536 \end_inset
36537
36538
36539 \end_layout
36540
36541 \begin_layout Standard
36542 In general, the following applies for wrap floats:
36543 \end_layout
36544
36545 \begin_layout Itemize
36546 They should not be placed in paragraphs that run over a page break.
36547  That means that wrap floats are better inserted in their exact place when
36548  the document is almost finished and you are able to estimate where page
36549  breaks will appear.
36550 \end_layout
36551
36552 \begin_layout Itemize
36553 They should either be placed in their own paragraph before the paragraph
36554  where they should wrap into or within a paragraph.
36555 \end_layout
36556
36557 \begin_layout Itemize
36558 In consecutive paragraphs they may cause troubles, so ensure that there
36559  is a text paragraph between them as separator.
36560 \end_layout
36561
36562 \begin_layout Itemize
36563 They are not allowed in section headings or tables.
36564 \end_layout
36565
36566 \begin_layout Itemize
36567 Their numbering and referencing works as described in chap.
36568 \begin_inset space \thinspace{}
36569 \end_inset
36570
36571
36572 \begin_inset CommandInset ref
36573 LatexCommand ref
36574 reference "chap:Floats"
36575
36576 \end_inset
36577
36578 .
36579 \end_layout
36580
36581 \begin_layout Section
36582 Surrounded Fixed Objects
36583 \begin_inset Index idx
36584 status collapsed
36585
36586 \begin_layout Plain Layout
36587 Surrounded by text ! Fixed objects
36588 \end_layout
36589
36590 \end_inset
36591
36592
36593 \end_layout
36594
36595 \begin_layout Standard
36596 The wrap floats described in sec.
36597 \begin_inset space \thinspace{}
36598 \end_inset
36599
36600
36601 \begin_inset CommandInset ref
36602 LatexCommand ref
36603 reference "sec:Wrap-Floats"
36604
36605 \end_inset
36606
36607  have these positions in the paragraph:
36608 \begin_inset Separator parbreak
36609 \end_inset
36610
36611
36612 \end_layout
36613
36614 \begin_layout Standard
36615 \noindent
36616 \align center
36617 \begin_inset Tabular
36618 <lyxtabular version="3" rows="2" columns="2">
36619 <features tabularvalignment="middle">
36620 <column alignment="center" valignment="top">
36621 <column alignment="center" valignment="top">
36622 <row>
36623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36624 \begin_inset Text
36625
36626 \begin_layout Plain Layout
36627 \begin_inset Graphics
36628         filename ../images/dialog-show-new-inset_graphics.png
36629         scale 70
36630         scaleBeforeRotation
36631
36632 \end_inset
36633
36634
36635 \end_layout
36636
36637 \end_inset
36638 </cell>
36639 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36640 \begin_inset Text
36641
36642 \begin_layout Plain Layout
36643 text
36644 \end_layout
36645
36646 \end_inset
36647 </cell>
36648 </row>
36649 <row>
36650 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36651 \begin_inset Text
36652
36653 \begin_layout Plain Layout
36654 text
36655 \end_layout
36656
36657 \end_inset
36658 </cell>
36659 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36660 \begin_inset Text
36661
36662 \begin_layout Plain Layout
36663 text
36664 \end_layout
36665
36666 \end_inset
36667 </cell>
36668 </row>
36669 </lyxtabular>
36670
36671 \end_inset
36672
36673  or 
36674 \begin_inset Tabular
36675 <lyxtabular version="3" rows="2" columns="2">
36676 <features tabularvalignment="middle">
36677 <column alignment="center" valignment="top">
36678 <column alignment="center" valignment="top">
36679 <row>
36680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36681 \begin_inset Text
36682
36683 \begin_layout Plain Layout
36684 text
36685 \end_layout
36686
36687 \end_inset
36688 </cell>
36689 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36690 \begin_inset Text
36691
36692 \begin_layout Plain Layout
36693 \begin_inset Graphics
36694         filename ../images/dialog-show-new-inset_graphics.png
36695         scale 70
36696         scaleBeforeRotation
36697
36698 \end_inset
36699
36700
36701 \end_layout
36702
36703 \end_inset
36704 </cell>
36705 </row>
36706 <row>
36707 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36708 \begin_inset Text
36709
36710 \begin_layout Plain Layout
36711 text
36712 \end_layout
36713
36714 \end_inset
36715 </cell>
36716 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36717 \begin_inset Text
36718
36719 \begin_layout Plain Layout
36720 text
36721 \end_layout
36722
36723 \end_inset
36724 </cell>
36725 </row>
36726 </lyxtabular>
36727
36728 \end_inset
36729
36730
36731 \end_layout
36732
36733 \begin_layout Standard
36734 To get an object exactly at the position where it is inserted, for example
36735  to get one of these positions:
36736 \begin_inset VSpace defskip
36737 \end_inset
36738
36739
36740 \end_layout
36741
36742 \begin_layout Standard
36743 \noindent
36744 \align center
36745 \begin_inset Tabular
36746 <lyxtabular version="3" rows="2" columns="2">
36747 <features tabularvalignment="middle">
36748 <column alignment="center" valignment="top">
36749 <column alignment="center" valignment="top">
36750 <row>
36751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36752 \begin_inset Text
36753
36754 \begin_layout Plain Layout
36755 text
36756 \end_layout
36757
36758 \end_inset
36759 </cell>
36760 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36761 \begin_inset Text
36762
36763 \begin_layout Plain Layout
36764 text
36765 \end_layout
36766
36767 \end_inset
36768 </cell>
36769 </row>
36770 <row>
36771 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36772 \begin_inset Text
36773
36774 \begin_layout Plain Layout
36775 \begin_inset Graphics
36776         filename ../images/dialog-show-new-inset_graphics.png
36777         scale 70
36778         scaleBeforeRotation
36779
36780 \end_inset
36781
36782
36783 \end_layout
36784
36785 \end_inset
36786 </cell>
36787 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36788 \begin_inset Text
36789
36790 \begin_layout Plain Layout
36791 text
36792 \end_layout
36793
36794 \end_inset
36795 </cell>
36796 </row>
36797 </lyxtabular>
36798
36799 \end_inset
36800
36801  
36802 \begin_inset Tabular
36803 <lyxtabular version="3" rows="2" columns="2">
36804 <features tabularvalignment="middle">
36805 <column alignment="center" valignment="top">
36806 <column alignment="center" valignment="top">
36807 <row>
36808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36809 \begin_inset Text
36810
36811 \begin_layout Plain Layout
36812 text
36813 \end_layout
36814
36815 \end_inset
36816 </cell>
36817 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36818 \begin_inset Text
36819
36820 \begin_layout Plain Layout
36821 text
36822 \end_layout
36823
36824 \end_inset
36825 </cell>
36826 </row>
36827 <row>
36828 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36829 \begin_inset Text
36830
36831 \begin_layout Plain Layout
36832 text
36833 \end_layout
36834
36835 \end_inset
36836 </cell>
36837 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36838 \begin_inset Text
36839
36840 \begin_layout Plain Layout
36841 \begin_inset Graphics
36842         filename ../images/dialog-show-new-inset_graphics.png
36843         scale 70
36844         scaleBeforeRotation
36845
36846 \end_inset
36847
36848
36849 \end_layout
36850
36851 \end_inset
36852 </cell>
36853 </row>
36854 </lyxtabular>
36855
36856 \end_inset
36857
36858  
36859 \begin_inset Tabular
36860 <lyxtabular version="3" rows="2" columns="3">
36861 <features tabularvalignment="middle">
36862 <column alignment="center" valignment="top">
36863 <column alignment="center" valignment="top">
36864 <column alignment="center" valignment="top">
36865 <row>
36866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36867 \begin_inset Text
36868
36869 \begin_layout Plain Layout
36870 text
36871 \end_layout
36872
36873 \end_inset
36874 </cell>
36875 <cell alignment="center" valignment="top" topline="true" usebox="none">
36876 \begin_inset Text
36877
36878 \begin_layout Plain Layout
36879 \begin_inset Graphics
36880         filename ../images/dialog-show-new-inset_graphics.png
36881         scale 70
36882         scaleBeforeRotation
36883
36884 \end_inset
36885
36886
36887 \end_layout
36888
36889 \end_inset
36890 </cell>
36891 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36892 \begin_inset Text
36893
36894 \begin_layout Plain Layout
36895 text
36896 \end_layout
36897
36898 \end_inset
36899 </cell>
36900 </row>
36901 <row>
36902 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36903 \begin_inset Text
36904
36905 \begin_layout Plain Layout
36906 text
36907 \end_layout
36908
36909 \end_inset
36910 </cell>
36911 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36912 \begin_inset Text
36913
36914 \begin_layout Plain Layout
36915 text
36916 \end_layout
36917
36918 \end_inset
36919 </cell>
36920 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36921 \begin_inset Text
36922
36923 \begin_layout Plain Layout
36924 text
36925 \end_layout
36926
36927 \end_inset
36928 </cell>
36929 </row>
36930 </lyxtabular>
36931
36932 \end_inset
36933
36934  
36935 \begin_inset Tabular
36936 <lyxtabular version="3" rows="2" columns="3">
36937 <features tabularvalignment="middle">
36938 <column alignment="center" valignment="top">
36939 <column alignment="center" valignment="top">
36940 <column alignment="center" valignment="top">
36941 <row>
36942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36943 \begin_inset Text
36944
36945 \begin_layout Plain Layout
36946 text
36947 \end_layout
36948
36949 \end_inset
36950 </cell>
36951 <cell alignment="center" valignment="top" topline="true" usebox="none">
36952 \begin_inset Text
36953
36954 \begin_layout Plain Layout
36955 text
36956 \end_layout
36957
36958 \end_inset
36959 </cell>
36960 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36961 \begin_inset Text
36962
36963 \begin_layout Plain Layout
36964 text
36965 \end_layout
36966
36967 \end_inset
36968 </cell>
36969 </row>
36970 <row>
36971 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36972 \begin_inset Text
36973
36974 \begin_layout Plain Layout
36975 text
36976 \end_layout
36977
36978 \end_inset
36979 </cell>
36980 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36981 \begin_inset Text
36982
36983 \begin_layout Plain Layout
36984 \begin_inset Graphics
36985         filename ../images/dialog-show-new-inset_graphics.png
36986         scale 70
36987         scaleBeforeRotation
36988
36989 \end_inset
36990
36991
36992 \end_layout
36993
36994 \end_inset
36995 </cell>
36996 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36997 \begin_inset Text
36998
36999 \begin_layout Plain Layout
37000 text
37001 \end_layout
37002
37003 \end_inset
37004 </cell>
37005 </row>
37006 </lyxtabular>
37007
37008 \end_inset
37009
37010
37011 \end_layout
37012
37013 \begin_layout Standard
37014 \noindent
37015 \align center
37016 \begin_inset Tabular
37017 <lyxtabular version="3" rows="3" columns="2">
37018 <features tabularvalignment="middle">
37019 <column alignment="center" valignment="top">
37020 <column alignment="center" valignment="top">
37021 <row>
37022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37023 \begin_inset Text
37024
37025 \begin_layout Plain Layout
37026 text
37027 \end_layout
37028
37029 \end_inset
37030 </cell>
37031 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37032 \begin_inset Text
37033
37034 \begin_layout Plain Layout
37035 text
37036 \end_layout
37037
37038 \end_inset
37039 </cell>
37040 </row>
37041 <row>
37042 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37043 \begin_inset Text
37044
37045 \begin_layout Plain Layout
37046 \begin_inset Graphics
37047         filename ../images/dialog-show-new-inset_graphics.png
37048         scale 70
37049         scaleBeforeRotation
37050
37051 \end_inset
37052
37053
37054 \end_layout
37055
37056 \end_inset
37057 </cell>
37058 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37059 \begin_inset Text
37060
37061 \begin_layout Plain Layout
37062 text
37063 \end_layout
37064
37065 \end_inset
37066 </cell>
37067 </row>
37068 <row>
37069 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37070 \begin_inset Text
37071
37072 \begin_layout Plain Layout
37073 text
37074 \end_layout
37075
37076 \end_inset
37077 </cell>
37078 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37079 \begin_inset Text
37080
37081 \begin_layout Plain Layout
37082 text
37083 \end_layout
37084
37085 \end_inset
37086 </cell>
37087 </row>
37088 </lyxtabular>
37089
37090 \end_inset
37091
37092  
37093 \begin_inset Tabular
37094 <lyxtabular version="3" rows="3" columns="3">
37095 <features tabularvalignment="middle">
37096 <column alignment="center" valignment="top">
37097 <column alignment="center" valignment="top">
37098 <column alignment="center" valignment="top">
37099 <row>
37100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37101 \begin_inset Text
37102
37103 \begin_layout Plain Layout
37104 text
37105 \end_layout
37106
37107 \end_inset
37108 </cell>
37109 <cell alignment="center" valignment="top" topline="true" usebox="none">
37110 \begin_inset Text
37111
37112 \begin_layout Plain Layout
37113 text
37114 \end_layout
37115
37116 \end_inset
37117 </cell>
37118 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37119 \begin_inset Text
37120
37121 \begin_layout Plain Layout
37122 text
37123 \end_layout
37124
37125 \end_inset
37126 </cell>
37127 </row>
37128 <row>
37129 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37130 \begin_inset Text
37131
37132 \begin_layout Plain Layout
37133 text
37134 \end_layout
37135
37136 \end_inset
37137 </cell>
37138 <cell alignment="center" valignment="top" usebox="none">
37139 \begin_inset Text
37140
37141 \begin_layout Plain Layout
37142 \begin_inset Graphics
37143         filename ../images/dialog-show-new-inset_graphics.png
37144         scale 70
37145         scaleBeforeRotation
37146
37147 \end_inset
37148
37149
37150 \end_layout
37151
37152 \end_inset
37153 </cell>
37154 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37155 \begin_inset Text
37156
37157 \begin_layout Plain Layout
37158 text
37159 \end_layout
37160
37161 \end_inset
37162 </cell>
37163 </row>
37164 <row>
37165 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37166 \begin_inset Text
37167
37168 \begin_layout Plain Layout
37169 text
37170 \end_layout
37171
37172 \end_inset
37173 </cell>
37174 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37175 \begin_inset Text
37176
37177 \begin_layout Plain Layout
37178 text
37179 \end_layout
37180
37181 \end_inset
37182 </cell>
37183 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37184 \begin_inset Text
37185
37186 \begin_layout Plain Layout
37187 text
37188 \end_layout
37189
37190 \end_inset
37191 </cell>
37192 </row>
37193 </lyxtabular>
37194
37195 \end_inset
37196
37197  
37198 \begin_inset Tabular
37199 <lyxtabular version="3" rows="3" columns="2">
37200 <features tabularvalignment="middle">
37201 <column alignment="center" valignment="top">
37202 <column alignment="center" valignment="top">
37203 <row>
37204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37205 \begin_inset Text
37206
37207 \begin_layout Plain Layout
37208 text
37209 \end_layout
37210
37211 \end_inset
37212 </cell>
37213 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37214 \begin_inset Text
37215
37216 \begin_layout Plain Layout
37217 text
37218 \end_layout
37219
37220 \end_inset
37221 </cell>
37222 </row>
37223 <row>
37224 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37225 \begin_inset Text
37226
37227 \begin_layout Plain Layout
37228 text
37229 \end_layout
37230
37231 \end_inset
37232 </cell>
37233 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37234 \begin_inset Text
37235
37236 \begin_layout Plain Layout
37237 \begin_inset Graphics
37238         filename ../images/dialog-show-new-inset_graphics.png
37239         scale 70
37240         scaleBeforeRotation
37241
37242 \end_inset
37243
37244
37245 \end_layout
37246
37247 \end_inset
37248 </cell>
37249 </row>
37250 <row>
37251 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37252 \begin_inset Text
37253
37254 \begin_layout Plain Layout
37255 text
37256 \end_layout
37257
37258 \end_inset
37259 </cell>
37260 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37261 \begin_inset Text
37262
37263 \begin_layout Plain Layout
37264 text
37265 \end_layout
37266
37267 \end_inset
37268 </cell>
37269 </row>
37270 </lyxtabular>
37271
37272 \end_inset
37273
37274
37275 \end_layout
37276
37277 \begin_layout Standard
37278 \noindent
37279 you can use the \SpecialChar LaTeX
37280 -package 
37281 \series bold
37282 picinpar
37283 \series default
37284
37285 \begin_inset Index idx
37286 status collapsed
37287
37288 \begin_layout Plain Layout
37289 \SpecialChar LaTeX
37290 -packages ! picinpar
37291 \end_layout
37292
37293 \end_inset
37294
37295 .
37296  Here is an example:
37297 \end_layout
37298
37299 \begin_layout Standard
37300 \begin_inset ERT
37301 status collapsed
37302
37303 \begin_layout Plain Layout
37304
37305
37306 \backslash
37307 ifpicinpar
37308 \end_layout
37309
37310 \end_inset
37311
37312
37313 \begin_inset Note Note
37314 status open
37315
37316 \begin_layout Plain Layout
37317 The following section will only be displayed when the \SpecialChar LaTeX
37318 -package 
37319 \series bold
37320 picinpar
37321 \series default
37322  is installed.
37323 \end_layout
37324
37325 \end_inset
37326
37327
37328 \end_layout
37329
37330 \begin_layout Standard
37331 \begin_inset ERT
37332 status collapsed
37333
37334 \begin_layout Plain Layout
37335
37336
37337 \backslash
37338 begin{window}[2,c,{
37339 \end_layout
37340
37341 \end_inset
37342
37343
37344 \begin_inset Graphics
37345         filename clipart/mobius.eps
37346         lyxscale 60
37347         width 40col%
37348         scaleBeforeRotation
37349         rotateOrigin center
37350
37351 \end_inset
37352
37353
37354 \begin_inset ERT
37355 status collapsed
37356
37357 \begin_layout Plain Layout
37358
37359 },]
37360 \end_layout
37361
37362 \begin_layout Plain Layout
37363
37364 {}
37365 \end_layout
37366
37367 \end_inset
37368
37369
37370 \size small
37371 It was in the spring of the year 1894 that all London was interested, and
37372  the fashionable world dismayed, by the murder of the Honourable Ronald
37373  Adair under most unusual and inexplicable circumstances.
37374  The public has already learned those particulars of the crime which
37375 \size default
37376
37377 \begin_inset ERT
37378 status collapsed
37379
37380 \begin_layout Plain Layout
37381
37382
37383 \backslash
37384 footnotemark{}
37385 \end_layout
37386
37387 \end_inset
37388
37389
37390 \size small
37391  came out in the police investigation, but a good deal was suppressed upon
37392  that occasion, since the case for the prosecution was so overwhelmingly
37393  strong that it was not necessary to bring forward all the facts.
37394  Only now, at the end of nearly ten years, am I allowed to supply those
37395  missing links which make up the whole of that remarkable chain.
37396 \size default
37397
37398 \begin_inset ERT
37399 status collapsed
37400
37401 \begin_layout Plain Layout
37402
37403
37404 \backslash
37405 end{window}
37406 \end_layout
37407
37408 \end_inset
37409
37410
37411 \end_layout
37412
37413 \begin_layout Standard
37414 \begin_inset ERT
37415 status collapsed
37416
37417 \begin_layout Plain Layout
37418
37419
37420 \backslash
37421 footnotetext{
37422 \end_layout
37423
37424 \end_inset
37425
37426 Footnote of the paragraph with the fixed object.
37427 \begin_inset ERT
37428 status collapsed
37429
37430 \begin_layout Plain Layout
37431
37432 }
37433 \end_layout
37434
37435 \end_inset
37436
37437
37438 \end_layout
37439
37440 \begin_layout Standard
37441 Surrounded fixed objects are used to let text float around them, at which
37442  the object's position in the paragraph can be determined by the number
37443  of lines above it.
37444  In contrary to floats is it not possible to have a numbered caption.
37445 \end_layout
37446
37447 \begin_layout Standard
37448 A fixed object is inserted by adding the command
37449 \end_layout
37450
37451 \begin_layout Standard
37452
37453 \series bold
37454
37455 \backslash
37456 begin{window}[2,c,{
37457 \end_layout
37458
37459 \begin_layout Standard
37460 as \SpecialChar TeX
37461  Code at the beginning of the paragraph.
37462  The first parameter in the bracket, here '2', defines the number of lines
37463  above the object, the second, here 'c', the position of the object.
37464  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
37465  Behind the command you insert the object.
37466  In this example an image with a width of 40
37467 \begin_inset space \thinspace{}
37468 \end_inset
37469
37470 % of the text column width was inserted.
37471  The object can also be a table, a box or an equation.
37472  Behind the object the command
37473 \end_layout
37474
37475 \begin_layout Standard
37476
37477 \series bold
37478 },description text]
37479 \begin_inset Newline newline
37480 \end_inset
37481
37482 {}
37483 \end_layout
37484
37485 \begin_layout Standard
37486 is inserted.
37487  Note that the 
37488 \begin_inset Quotes eld
37489 \end_inset
37490
37491
37492 \series bold
37493 {}
37494 \series default
37495
37496 \begin_inset Quotes erd
37497 \end_inset
37498
37499  is in the second line.
37500  The description text is optional.
37501  The text surrounding the object must be in the same paragraph as the object,
37502  so it must begin directly after the 
37503 \series bold
37504 {}
37505 \series default
37506 .
37507  At the end of the paragraph insert the command:
37508 \end_layout
37509
37510 \begin_layout Standard
37511
37512 \series bold
37513
37514 \backslash
37515 end{window}
37516 \end_layout
37517
37518 \begin_layout Standard
37519 Within a paragraph with a fixed object, you cannot insert footnotes in the
37520  normal way.
37521  You have to use instead the command 
37522 \series bold
37523
37524 \backslash
37525 footnotemark
37526 \series default
37527  inside the paragraph and outside the command 
37528 \series bold
37529
37530 \backslash
37531 footnotetext
37532 \series default
37533  as described in sec.
37534 \begin_inset space \thinspace{}
37535 \end_inset
37536
37537
37538 \begin_inset CommandInset ref
37539 LatexCommand ref
37540 reference "sec:Footnotes"
37541
37542 \end_inset
37543
37544 .
37545 \end_layout
37546
37547 \begin_layout Standard
37548 \begin_inset ERT
37549 status collapsed
37550
37551 \begin_layout Plain Layout
37552
37553
37554 \backslash
37555 else
37556 \end_layout
37557
37558 \end_inset
37559
37560
37561 \begin_inset Note Note
37562 status open
37563
37564 \begin_layout Plain Layout
37565 The following will be displayed when the \SpecialChar LaTeX
37566 -package 
37567 \series bold
37568 picinpar
37569 \series default
37570  is not installed:
37571 \end_layout
37572
37573 \end_inset
37574
37575
37576 \end_layout
37577
37578 \begin_layout Standard
37579 You need to install the \SpecialChar LaTeX
37580 -package 
37581 \series bold
37582 picinpar
37583 \series default
37584  to see the following part of this section in the output.
37585 \end_layout
37586
37587 \begin_layout Standard
37588 \begin_inset ERT
37589 status collapsed
37590
37591 \begin_layout Plain Layout
37592
37593
37594 \backslash
37595 fi
37596 \end_layout
37597
37598 \end_inset
37599
37600
37601 \end_layout
37602
37603 \begin_layout Section
37604 Initials
37605 \begin_inset Index idx
37606 status collapsed
37607
37608 \begin_layout Plain Layout
37609 Initials
37610 \end_layout
37611
37612 \end_inset
37613
37614
37615 \begin_inset Index idx
37616 status collapsed
37617
37618 \begin_layout Plain Layout
37619 Surrounded by text ! Initials
37620 \end_layout
37621
37622 \end_inset
37623
37624
37625 \end_layout
37626
37627 \begin_layout Standard
37628 To use initials, you must have the \SpecialChar LaTeX
37629 -package 
37630 \series bold
37631 lettrine
37632 \series default
37633
37634 \begin_inset Index idx
37635 status collapsed
37636
37637 \begin_layout Plain Layout
37638 \SpecialChar LaTeX
37639 -packages ! lettrine
37640 \end_layout
37641
37642 \end_inset
37643
37644  installed and use the module 
37645 \family sans
37646 Initials
37647 \family default
37648  in your document (menu 
37649 \family sans
37650 Document\SpecialChar menuseparator
37651 Settings\SpecialChar menuseparator
37652 Modules
37653 \family default
37654 ).
37655  To insert an initial, use the style 
37656 \family sans
37657 Initial
37658 \family default
37659 .
37660  This style has a mandatory and two optional arguments.
37661  The arguments are inserted via the 
37662 \family sans
37663 Insert
37664 \family default
37665  menu.
37666  The mandatory argument 
37667 \family sans
37668 Initial
37669 \family default
37670  contains the letter(s) that is the initial, the argument 
37671 \family sans
37672 Rest
37673 \begin_inset space ~
37674 \end_inset
37675
37676 of
37677 \begin_inset space ~
37678 \end_inset
37679
37680 Initial
37681 \family default
37682  contains the rest of the word or text of the initial letter(s).
37683  The argument 
37684 \family sans
37685 Options
37686 \family default
37687  contains parameters to modify the initial.
37688  For more information about the possible parameters see the documentation
37689  of 
37690 \series bold
37691 lettrine
37692 \series default
37693
37694 \begin_inset CommandInset citation
37695 LatexCommand cite
37696 key "lettrine"
37697
37698 \end_inset
37699
37700 .
37701  The style itself contains the text that is surrounding the initial.
37702  The usual style is hereby that the word whose first letter is the initial,
37703  is printed with 
37704 \shape smallcaps
37705 small caps
37706 \shape default
37707 .
37708 \end_layout
37709
37710 \begin_layout Standard
37711 Here are some examples:
37712 \end_layout
37713
37714 \begin_layout Standard
37715 \begin_inset ERT
37716 status collapsed
37717
37718 \begin_layout Plain Layout
37719
37720
37721 \backslash
37722 iflettrine
37723 \end_layout
37724
37725 \end_inset
37726
37727
37728 \begin_inset Note Note
37729 status open
37730
37731 \begin_layout Plain Layout
37732 The following section will only be displayed when the \SpecialChar LaTeX
37733 -package 
37734 \series bold
37735 lettrine
37736 \series default
37737  is installed.
37738 \end_layout
37739
37740 \end_inset
37741
37742
37743 \end_layout
37744
37745 \begin_layout Enumerate
37746 No optional argument, the initial is the letter 'I' in the math font 
37747 \begin_inset Formula $\mathfrak{Fraktur}$
37748 \end_inset
37749
37750 :
37751 \begin_inset Separator parbreak
37752 \end_inset
37753
37754
37755 \end_layout
37756
37757 \begin_deeper
37758 \begin_layout Initial
37759 \begin_inset Argument 2
37760 status open
37761
37762 \begin_layout Plain Layout
37763 \begin_inset Formula $\mathfrak{I}$
37764 \end_inset
37765
37766
37767 \end_layout
37768
37769 \end_inset
37770
37771
37772 \begin_inset Argument 3
37773 status open
37774
37775 \begin_layout Plain Layout
37776 t
37777 \end_layout
37778
37779 \end_inset
37780
37781  was in the spring of the year 1894 that all London was interested, and
37782  the fashionable world dismayed, by the murder of the Honourable Ronald
37783  Adair under most unusual and inexplicable circumstances.
37784  The public has already learned those particulars of the crime which came
37785  out in the police investigation, but a good deal was suppressed upon that
37786  occasion, since the case for the prosecution was so overwhelmingly strong
37787  that it was not necessary to bring forward all the facts.
37788 \begin_inset Newpage newpage
37789 \end_inset
37790
37791
37792 \end_layout
37793
37794 \end_deeper
37795 \begin_layout Enumerate
37796 Only one line is surrounding the initial, which is formed by two letters
37797  in standard font and no text is printed in small caps:
37798 \begin_inset Separator parbreak
37799 \end_inset
37800
37801
37802 \end_layout
37803
37804 \begin_deeper
37805 \begin_layout Initial
37806 \begin_inset Argument 1
37807 status open
37808
37809 \begin_layout Plain Layout
37810 lines=1
37811 \end_layout
37812
37813 \end_inset
37814
37815
37816 \begin_inset Argument 2
37817 status open
37818
37819 \begin_layout Plain Layout
37820 It
37821 \end_layout
37822
37823 \end_inset
37824
37825  was in the spring of the year 1894 that all London was interested, and
37826  the fashionable world dismayed, by the murder of the Honourable Ronald
37827  Adair under most unusual and inexplicable circumstances.
37828  The public has already learned those particulars of the crime which came
37829  out in the police investigation, but a good deal was suppressed upon that
37830  occasion, since the case for the prosecution was so overwhelmingly strong
37831  that it was not necessary to bring forward all the facts.
37832 \end_layout
37833
37834 \end_deeper
37835 \begin_layout Enumerate
37836 Magenta, hanging initial over 3
37837 \begin_inset space ~
37838 \end_inset
37839
37840 lines in the math font 
37841 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
37842 \end_inset
37843
37844 , the text 
37845 \begin_inset Quotes eld
37846 \end_inset
37847
37848 t was in the spring
37849 \begin_inset Quotes erd
37850 \end_inset
37851
37852  is in 
37853 \shape smallcaps
37854 small caps
37855 \shape default
37856 ; to color the initial, you must insert this command before the initial:
37857 \begin_inset Newline newline
37858 \end_inset
37859
37860
37861 \series bold
37862
37863 \backslash
37864 renewcommand{
37865 \backslash
37866 LettrineFontHook}{
37867 \backslash
37868 color{color}}
37869 \series default
37870
37871 \begin_inset Newline newline
37872 \end_inset
37873
37874 where the second 
37875 \emph on
37876 color
37877 \emph default
37878  can be 
37879 \begin_inset Quotes eld
37880 \end_inset
37881
37882 red
37883 \begin_inset Quotes erd
37884 \end_inset
37885
37886
37887 \begin_inset Quotes eld
37888 \end_inset
37889
37890 blue
37891 \begin_inset Quotes erd
37892 \end_inset
37893
37894
37895 \begin_inset Quotes eld
37896 \end_inset
37897
37898 green
37899 \begin_inset Quotes erd
37900 \end_inset
37901
37902
37903 \begin_inset Quotes eld
37904 \end_inset
37905
37906 yellow
37907 \begin_inset Quotes erd
37908 \end_inset
37909
37910
37911 \begin_inset Quotes eld
37912 \end_inset
37913
37914 cyan
37915 \begin_inset Quotes erd
37916 \end_inset
37917
37918
37919 \begin_inset Quotes eld
37920 \end_inset
37921
37922 magenta
37923 \begin_inset Quotes erd
37924 \end_inset
37925
37926
37927 \begin_inset Quotes eld
37928 \end_inset
37929
37930 black
37931 \begin_inset Quotes erd
37932 \end_inset
37933
37934  or 
37935 \begin_inset Quotes eld
37936 \end_inset
37937
37938 white
37939 \begin_inset Quotes erd
37940 \end_inset
37941
37942 , and add this command to the document preamble:
37943 \begin_inset Newline newline
37944 \end_inset
37945
37946
37947 \series bold
37948
37949 \backslash
37950 @ifundefined{textcolor}
37951 \begin_inset Newline newline
37952 \end_inset
37953
37954
37955 \begin_inset space ~
37956 \end_inset
37957
37958 {
37959 \backslash
37960 usepackage{color}}{}
37961 \series default
37962
37963 \begin_inset Separator parbreak
37964 \end_inset
37965
37966
37967 \end_layout
37968
37969 \begin_deeper
37970 \begin_layout Standard
37971 \begin_inset ERT
37972 status collapsed
37973
37974 \begin_layout Plain Layout
37975
37976
37977 \backslash
37978 renewcommand{
37979 \backslash
37980 LettrineFontHook}{
37981 \backslash
37982 color{magenta}}
37983 \end_layout
37984
37985 \end_inset
37986
37987
37988 \begin_inset Note Note
37989 status collapsed
37990
37991 \begin_layout Plain Layout
37992 makes the initial magenta
37993 \end_layout
37994
37995 \end_inset
37996
37997
37998 \end_layout
37999
38000 \begin_layout Initial
38001 \begin_inset Argument 1
38002 status open
38003
38004 \begin_layout Plain Layout
38005 lines=3, lhang=0.33, loversize=0.25
38006 \end_layout
38007
38008 \end_inset
38009
38010
38011 \begin_inset Argument 2
38012 status open
38013
38014 \begin_layout Plain Layout
38015 \begin_inset Formula $\mathcal{I}$
38016 \end_inset
38017
38018
38019 \end_layout
38020
38021 \end_inset
38022
38023
38024 \begin_inset Argument 3
38025 status open
38026
38027 \begin_layout Plain Layout
38028 t was in the spring
38029 \end_layout
38030
38031 \end_inset
38032
38033  of the year 1894 that all London was interested, and the fashionable world
38034  dismayed, by the murder of the Honourable Ronald Adair under most unusual
38035  and inexplicable circumstances.
38036  The public has already learned those particulars of the crime which came
38037  out in the police investigation, but a good deal was suppressed upon that
38038  occasion, since the case for the prosecution was so overwhelmingly strong
38039  that it was not necessary to bring forward all the facts.
38040 \end_layout
38041
38042 \end_deeper
38043 \begin_layout Standard
38044 \begin_inset ERT
38045 status collapsed
38046
38047 \begin_layout Plain Layout
38048
38049
38050 \backslash
38051 else
38052 \end_layout
38053
38054 \end_inset
38055
38056
38057 \begin_inset Note Note
38058 status open
38059
38060 \begin_layout Plain Layout
38061 The following will be displayed when the \SpecialChar LaTeX
38062 -package 
38063 \series bold
38064 lettrine
38065 \series default
38066  is not installed:
38067 \end_layout
38068
38069 \end_inset
38070
38071
38072 \end_layout
38073
38074 \begin_layout Standard
38075 You need to install the \SpecialChar LaTeX
38076 -package 
38077 \series bold
38078 lettrine
38079 \series default
38080  to see the following part of this section in the output.
38081 \end_layout
38082
38083 \begin_layout Standard
38084 \begin_inset ERT
38085 status collapsed
38086
38087 \begin_layout Plain Layout
38088
38089
38090 \backslash
38091 fi
38092 \end_layout
38093
38094 \end_inset
38095
38096
38097 \end_layout
38098
38099 \begin_layout Chapter
38100 External Document Parts
38101 \begin_inset Index idx
38102 status collapsed
38103
38104 \begin_layout Plain Layout
38105 External Document Parts
38106 \end_layout
38107
38108 \end_inset
38109
38110
38111 \end_layout
38112
38113 \begin_layout Standard
38114 With the menu 
38115 \family sans
38116 Insert\SpecialChar menuseparator
38117 File
38118 \family default
38119  you can insert external material into your document.
38120  This can be:
38121 \end_layout
38122
38123 \begin_layout Description
38124 LyX
38125 \begin_inset space ~
38126 \end_inset
38127
38128 Document Another \SpecialChar LyX
38129  document; its content is directly inserted to your document.
38130 \end_layout
38131
38132 \begin_layout Description
38133 Plain
38134 \begin_inset space ~
38135 \end_inset
38136
38137 Text A text document; each line is inserted in your document as a separate
38138  paragraph.
38139 \end_layout
38140
38141 \begin_layout Description
38142 Plain
38143 \begin_inset space ~
38144 \end_inset
38145
38146 Text,
38147 \begin_inset space ~
38148 \end_inset
38149
38150 Join
38151 \begin_inset space ~
38152 \end_inset
38153
38154 Lines A text document; text lines are inserted in your document continuously
38155  but an empty text line creates a new paragraph.
38156 \end_layout
38157
38158 \begin_layout Description
38159 External
38160 \begin_inset space ~
38161 \end_inset
38162
38163 Material Files in various formats.
38164 \end_layout
38165
38166 \begin_layout Description
38167 Child
38168 \begin_inset space ~
38169 \end_inset
38170
38171 Document \SpecialChar LyX
38172  or \SpecialChar LaTeX
38173  documents.
38174 \end_layout
38175
38176 \begin_layout Section
38177 External Material
38178 \begin_inset Index idx
38179 status collapsed
38180
38181 \begin_layout Plain Layout
38182 External Document Parts ! External Material
38183 \end_layout
38184
38185 \end_inset
38186
38187
38188 \end_layout
38189
38190 \begin_layout Standard
38191 The external material feature allows you to insert files into your document
38192  without converting them to a format that can be read by the document output
38193  format.
38194  \SpecialChar LyX
38195  takes care of the necessary conversions.
38196  This is similar to images that can be inserted in various image formats
38197  in \SpecialChar LyX
38198  documents.
38199  When you have enabled Instant Preview in \SpecialChar LyX
38200 's preferences under 
38201 \family sans
38202 Look
38203 \begin_inset space ~
38204 \end_inset
38205
38206 and
38207 \begin_inset space ~
38208 \end_inset
38209
38210 feel\SpecialChar menuseparator
38211 Graphics
38212 \family default
38213 , the external material types Dia and Xfig are directly shown in \SpecialChar LyX
38214 .
38215 \end_layout
38216
38217 \begin_layout Standard
38218 External material can be inserted via the 
38219 \family sans
38220 External Material
38221 \family default
38222  dialog that is accessible with the menu 
38223 \family sans
38224 Insert\SpecialChar menuseparator
38225 File\SpecialChar menuseparator
38226 External
38227 \begin_inset space ~
38228 \end_inset
38229
38230 Material
38231 \family default
38232 .
38233  Currently the following file types (
38234 \family sans
38235 Templates
38236 \family default
38237 ) are allowed:
38238 \end_layout
38239
38240 \begin_layout Description
38241 ChessDiagram This template supports chess position diagrams made with the
38242  program 
38243 \series bold
38244
38245 \begin_inset CommandInset href
38246 LatexCommand href
38247 name "XBoard"
38248 target "http://en.wikipedia.org/wiki/XBoard"
38249
38250 \end_inset
38251
38252
38253 \series default
38254 .
38255 \end_layout
38256
38257 \begin_layout Description
38258 Date This inserts the date in the form 
38259 \emph on
38260 Day-Month-Year
38261 \emph default
38262 .
38263  This is a date inserted as external material: 
38264 \begin_inset External
38265         template Date
38266         filename .
38267
38268 \end_inset
38269
38270
38271 \begin_inset space ~
38272 \end_inset
38273
38274
38275 \begin_inset Note Note
38276 status open
38277
38278 \begin_layout Plain Layout
38279 Remove the protected space when bug 4398 is fixed!
38280 \end_layout
38281
38282 \end_inset
38283
38284
38285 \begin_inset Newline newline
38286 \end_inset
38287
38288 The date is not shown within \SpecialChar LyX
38289 , only in the output.
38290  There are two other methods of inserting a date: Via menu 
38291 \family sans
38292 Insert\SpecialChar menuseparator
38293 Date
38294 \family default
38295  and with the \SpecialChar LaTeX
38296  command 
38297 \series bold
38298
38299 \backslash
38300 today
38301 \series default
38302  as \SpecialChar TeX
38303  Code.
38304  The different methods are compared in Table
38305 \begin_inset space ~
38306 \end_inset
38307
38308
38309 \begin_inset CommandInset ref
38310 LatexCommand ref
38311 reference "tab:Comparison-of-the"
38312
38313 \end_inset
38314
38315 .
38316 \end_layout
38317
38318 \begin_layout Description
38319 Dia This template supports diagrams created with the program 
38320 \series bold
38321
38322 \begin_inset CommandInset href
38323 LatexCommand href
38324 name "Dia"
38325 target "http://en.wikipedia.org/wiki/Dia_(software)"
38326
38327 \end_inset
38328
38329
38330 \series default
38331 .
38332 \end_layout
38333
38334 \begin_layout Description
38335 GnumericSpreadsheet With this template you can insert spreadsheets
38336 \begin_inset space \thinspace{}
38337 \end_inset
38338
38339 /
38340 \begin_inset space \thinspace{}
38341 \end_inset
38342
38343 tables in the format of 
38344 \series bold
38345
38346 \begin_inset CommandInset href
38347 LatexCommand href
38348 name "Gnumeric"
38349 target "http://en.wikipedia.org/wiki/Gnumeric"
38350
38351 \end_inset
38352
38353
38354 \series default
38355
38356 \begin_inset CommandInset href
38357 LatexCommand href
38358 name "OpenDocument"
38359 target "http://en.wikipedia.org/wiki/OpenDocument"
38360
38361 \end_inset
38362
38363
38364 \begin_inset CommandInset href
38365 LatexCommand href
38366 name "Microsoft Office XML"
38367 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
38368
38369 \end_inset
38370
38371  and 
38372 \begin_inset CommandInset href
38373 LatexCommand href
38374 name "Office Open XML"
38375 target "http://en.wikipedia.org/wiki/Office_Open_XML"
38376
38377 \end_inset
38378
38379 .
38380  For this feature \SpecialChar LyX
38381  must have found the program 
38382 \family typewriter
38383 ssconvert
38384 \family default
38385  during its configuration.
38386  This program is part of Gnumeric, so that you must have Gnumeric installed,
38387  also if you don't have tables in the Gnumeric format.
38388  For examples and possible limitations have a look at \SpecialChar LyX
38389 's example file 
38390 \emph on
38391 spreadsheet.lyx
38392 \emph default
38393 .
38394 \end_layout
38395
38396 \begin_layout Description
38397 LilyPond This template is used for music notation typeset with the program
38398 \begin_inset Newline linebreak
38399 \end_inset
38400
38401
38402 \series bold
38403
38404 \begin_inset CommandInset href
38405 LatexCommand href
38406 name "LilyPond"
38407 target "http://en.wikipedia.org/wiki/LilyPond"
38408
38409 \end_inset
38410
38411
38412 \series default
38413 .
38414  For \SpecialChar LyX
38415 's extended support for LilyPond have a look at \SpecialChar LyX
38416 's example file 
38417 \emph on
38418 lilypond.lyx
38419 \emph default
38420 .
38421 \end_layout
38422
38423 \begin_layout Description
38424 PDFPages With this template you can insert PDF documents to your document.
38425  To specify the range of pages that should be included, use the option 
38426 \series bold
38427 pages
38428 \series default
38429  in the 
38430 \family sans
38431 Option
38432 \family default
38433  field in the 
38434 \family sans
38435 LaTeX and LyX options
38436 \family default
38437  tab.
38438  The argument of this option is a comma separated list, containing page
38439  numbers (insert as option 
38440 \series bold
38441 pages={3,5,6,8}
38442 \series default
38443 ), ranges of page numbers (
38444 \series bold
38445 pages={4-9}
38446 \series default
38447 ) or any combination.
38448  To insert empty pages use {}.
38449  E.
38450 \begin_inset space \thinspace{}
38451 \end_inset
38452
38453 g.
38454 \begin_inset space ~
38455 \end_inset
38456
38457
38458 \series bold
38459 pages={3,{},8-11,15}
38460 \series default
38461  will insert page 3, an empty page, and pages 8, 9, 10, 11 and 15.
38462  Page ranges are specified in the syntax 
38463 \emph on
38464 start
38465 \emph default
38466 -
38467 \emph on
38468 stop
38469 \emph default
38470 .
38471  This selects all pages from 
38472 \emph on
38473 start
38474 \emph default
38475  to 
38476 \emph on
38477 stop
38478 \emph default
38479 .
38480  Omitting 
38481 \emph on
38482 start
38483 \emph default
38484  defaults to the first page; omitting 
38485 \emph on
38486 stop
38487 \emph default
38488  defaults to the last page of the document.
38489  The last page can also be selected with the keyword 
38490 \series bold
38491 last
38492 \series default
38493 .
38494  (This is only permitted in a page range.) So 
38495 \series bold
38496 pages=-
38497 \series default
38498  will insert all pages of the document and 
38499 \series bold
38500 pages=last-1
38501 \series default
38502  will insert all pages in reverse order.
38503  If the pages option is not specified, only the first page of the PDF is
38504  inserted.
38505 \begin_inset Newline newline
38506 \end_inset
38507
38508 The option 
38509 \series bold
38510 noautoscale
38511 \series default
38512  inserts the pages with their original size, if this option is not given,
38513  the pages will be resized to fith the width of the page of your document.
38514  In the tab 
38515 \family sans
38516 Size and Rotation
38517 \family default
38518  you can specify the width and height of the input pages and their rotation.
38519  If another width than 100
38520 \begin_inset space \thinspace{}
38521 \end_inset
38522
38523 Scale% is used, the option 
38524 \series bold
38525 noautoscale
38526 \series default
38527  will be overwritten.
38528  For more info and possible options, have a look into the documentation
38529  of the \SpecialChar LaTeX
38530 -package 
38531 \series bold
38532 pdfpages
38533 \series default
38534  
38535 \begin_inset CommandInset citation
38536 LatexCommand cite
38537 key "pdfpages"
38538
38539 \end_inset
38540
38541 .
38542 \begin_inset Index idx
38543 status collapsed
38544
38545 \begin_layout Plain Layout
38546 \SpecialChar LaTeX
38547 -packages ! pdfpages
38548 \end_layout
38549
38550 \end_inset
38551
38552
38553 \begin_inset Newline newline
38554 \end_inset
38555
38556 To use this template in a 
38557 \family sans
38558 Beamer
38559 \family default
38560  presentation you need to first insert an 
38561 \family sans
38562 EndFrame
38563 \family default
38564  environment and in a subsequent paragraph a \SpecialChar TeX
38565  Code box containing the command
38566  
38567 \series bold
38568
38569 \backslash
38570 setbeamertemplate{background canvas}{}
38571 \series default
38572 .
38573  Then you can insert as many paragraphs containing the PDFPages template
38574  as you wish.
38575  Behind the included PDF pages you can resume the Beamer presentation by
38576  beginning a new frame or by starting a new section.
38577  To avoid stray blank pages prior to the PDF pages, make sure to use the
38578  
38579 \family sans
38580 Default
38581 \family default
38582  alignment for the paragraph containing the template.
38583 \begin_inset Newline newline
38584 \end_inset
38585
38586 Here is an included PDF which is rotated by -5°: 
38587 \begin_inset External
38588         template PDFPages
38589         filename clipart/Abstract.pdf
38590         extra LaTeX "noautoscale, pages=-"
38591         rotateAngle -5
38592         rotateOrigin bottomleft
38593
38594 \end_inset
38595
38596
38597 \end_layout
38598
38599 \begin_layout Description
38600 RasterImage This can be used for bitmap images.
38601  The image can be treated in the 
38602 \family sans
38603 External material
38604 \family default
38605  dialog like the images that are usually included via the 
38606 \family sans
38607 Graphics
38608 \family default
38609  dialog as described in section
38610 \begin_inset space ~
38611 \end_inset
38612
38613
38614 \begin_inset CommandInset ref
38615 LatexCommand ref
38616 reference "sec:Graphics-Dialog"
38617
38618 \end_inset
38619
38620 .
38621  The difference to the normal image input is that only raster images are
38622  allowed; that means that PDF and EPS-images are not supported.
38623  Here is an inserted raster image: 
38624 \begin_inset External
38625         template RasterImage
38626         filename clipart/ToolbarEnvBox.png
38627
38628 \end_inset
38629
38630
38631 \end_layout
38632
38633 \begin_layout Description
38634 XFig This template supports images created with the program 
38635 \series bold
38636
38637 \begin_inset CommandInset href
38638 LatexCommand href
38639 name "Xfig"
38640 target "http://en.wikipedia.org/wiki/Xfig"
38641
38642 \end_inset
38643
38644
38645 \series default
38646 .
38647 \end_layout
38648
38649 \begin_layout Standard
38650 \begin_inset Float table
38651 placement !h
38652 wide false
38653 sideways false
38654 status open
38655
38656 \begin_layout Plain Layout
38657 \begin_inset Caption Standard
38658
38659 \begin_layout Plain Layout
38660 \begin_inset CommandInset label
38661 LatexCommand label
38662 name "tab:Comparison-of-the"
38663
38664 \end_inset
38665
38666 Comparison of the date input methods.
38667 \end_layout
38668
38669 \end_inset
38670
38671
38672 \end_layout
38673
38674 \begin_layout Plain Layout
38675 \align center
38676 \begin_inset Tabular
38677 <lyxtabular version="3" rows="4" columns="4">
38678 <features tabularvalignment="middle">
38679 <column alignment="center" valignment="top">
38680 <column alignment="center" valignment="top">
38681 <column alignment="center" valignment="top">
38682 <column alignment="center" valignment="top">
38683 <row>
38684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38685 \begin_inset Text
38686
38687 \begin_layout Plain Layout
38688 Document format
38689 \end_layout
38690
38691 \end_inset
38692 </cell>
38693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38694 \begin_inset Text
38695
38696 \begin_layout Plain Layout
38697
38698 \family sans
38699 External Material\SpecialChar menuseparator
38700 Date
38701 \end_layout
38702
38703 \end_inset
38704 </cell>
38705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38706 \begin_inset Text
38707
38708 \begin_layout Plain Layout
38709
38710 \family sans
38711 Insert\SpecialChar menuseparator
38712 Date
38713 \end_layout
38714
38715 \end_inset
38716 </cell>
38717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38718 \begin_inset Text
38719
38720 \begin_layout Plain Layout
38721 command 
38722 \series bold
38723
38724 \backslash
38725 today
38726 \end_layout
38727
38728 \end_inset
38729 </cell>
38730 </row>
38731 <row>
38732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38733 \begin_inset Text
38734
38735 \begin_layout Plain Layout
38736 \SpecialChar LyX
38737
38738 \end_layout
38739
38740 \end_inset
38741 </cell>
38742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38743 \begin_inset Text
38744
38745 \begin_layout Plain Layout
38746 as inset box
38747 \end_layout
38748
38749 \end_inset
38750 </cell>
38751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38752 \begin_inset Text
38753
38754 \begin_layout Plain Layout
38755 as date
38756 \end_layout
38757
38758 \end_inset
38759 </cell>
38760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38761 \begin_inset Text
38762
38763 \begin_layout Plain Layout
38764 as \SpecialChar TeX
38765  Code inset box
38766 \end_layout
38767
38768 \end_inset
38769 </cell>
38770 </row>
38771 <row>
38772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38773 \begin_inset Text
38774
38775 \begin_layout Plain Layout
38776 \SpecialChar LaTeX
38777
38778 \end_layout
38779
38780 \end_inset
38781 </cell>
38782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38783 \begin_inset Text
38784
38785 \begin_layout Plain Layout
38786 as date
38787 \end_layout
38788
38789 \end_inset
38790 </cell>
38791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38792 \begin_inset Text
38793
38794 \begin_layout Plain Layout
38795 as date
38796 \end_layout
38797
38798 \end_inset
38799 </cell>
38800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38801 \begin_inset Text
38802
38803 \begin_layout Plain Layout
38804 as command
38805 \end_layout
38806
38807 \end_inset
38808 </cell>
38809 </row>
38810 <row>
38811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38812 \begin_inset Text
38813
38814 \begin_layout Plain Layout
38815 DVI, PDF, PS
38816 \end_layout
38817
38818 \end_inset
38819 </cell>
38820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38821 \begin_inset Text
38822
38823 \begin_layout Plain Layout
38824 as date
38825 \end_layout
38826
38827 \end_inset
38828 </cell>
38829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38830 \begin_inset Text
38831
38832 \begin_layout Plain Layout
38833 as date
38834 \end_layout
38835
38836 \end_inset
38837 </cell>
38838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38839 \begin_inset Text
38840
38841 \begin_layout Plain Layout
38842 as date
38843 \end_layout
38844
38845 \end_inset
38846 </cell>
38847 </row>
38848 </lyxtabular>
38849
38850 \end_inset
38851
38852
38853 \end_layout
38854
38855 \end_inset
38856
38857
38858 \end_layout
38859
38860 \begin_layout Standard
38861 When you use the option 
38862 \family sans
38863 Draft
38864 \family default
38865  in the 
38866 \family sans
38867 File
38868 \family default
38869  tab of the 
38870 \family sans
38871 External Material
38872 \family default
38873  dialog, only the path to the inserted file is shown in the output.
38874 \begin_inset Newline newline
38875 \end_inset
38876
38877 External material is displayed in \SpecialChar LyX
38878  either as a box like this: 
38879 \begin_inset Graphics
38880         filename clipart/ExternalMaterialQt4.png
38881         scale 85
38882         scaleBeforeRotation
38883
38884 \end_inset
38885
38886  or as image, depending on the option 
38887 \family sans
38888 Show in LyX
38889 \family default
38890  in the 
38891 \family sans
38892 LaTeX and LyX options
38893 \family default
38894  tab of the dialog.
38895 \end_layout
38896
38897 \begin_layout Standard
38898 The 
38899 \family sans
38900 \emph on
38901 Customization
38902 \family default
38903 \emph default
38904  manual explains how you can define your own templates.
38905 \end_layout
38906
38907 \begin_layout Section
38908 Child Documents
38909 \begin_inset CommandInset label
38910 LatexCommand label
38911 name "sec:Child-Documents"
38912
38913 \end_inset
38914
38915
38916 \begin_inset Index idx
38917 status collapsed
38918
38919 \begin_layout Plain Layout
38920 External Document Parts ! Child Documents
38921 \end_layout
38922
38923 \end_inset
38924
38925
38926 \begin_inset Index idx
38927 status collapsed
38928
38929 \begin_layout Plain Layout
38930 Files ! Include
38931 \end_layout
38932
38933 \end_inset
38934
38935
38936 \end_layout
38937
38938 \begin_layout Standard
38939 Child documents are used if you have a long document consisting of several
38940  larger parts or sections.
38941  For maintenance it is often useful and sometimes even required to split
38942  the document into several files that can be revised separately.
38943  The different documents are then the so called 
38944 \begin_inset Quotes eld
38945 \end_inset
38946
38947 child documents
38948 \begin_inset Quotes erd
38949 \end_inset
38950
38951 , and a master document connects them to print the full document or parts
38952  of it.
38953  A child document inherits elements from its master, for example the \SpecialChar LaTeX
38954  preamble,
38955  the bibliography, and labels for cross-references.
38956 \end_layout
38957
38958 \begin_layout Standard
38959 To be able to work on child documents without the need to open their master,
38960  specify in the child document the master in the menu
38961 \family sans
38962  Document\SpecialChar menuseparator
38963 Settings\SpecialChar menuseparator
38964 Document
38965 \begin_inset space ~
38966 \end_inset
38967
38968 Class
38969 \family default
38970 .
38971  This master document will then be used in the background by \SpecialChar LyX
38972  when you edit
38973  the child document.
38974 \end_layout
38975
38976 \begin_layout Standard
38977 Included documents are displayed in \SpecialChar LyX
38978  as a box like this: 
38979 \begin_inset Graphics
38980         filename clipart/ChildDocumentQt4.png
38981         scale 85
38982         scaleBeforeRotation
38983
38984 \end_inset
38985
38986  To include child documents in a master document use the menu 
38987 \family sans
38988 Insert\SpecialChar menuseparator
38989 File\SpecialChar menuseparator
38990 Child
38991 \begin_inset space ~
38992 \end_inset
38993
38994 Documents
38995 \family default
38996 .
38997  A dialog pops up where you can choose between four include methods:
38998 \end_layout
38999
39000 \begin_layout Description
39001 Include You can include \SpecialChar LyX
39002  and \SpecialChar LaTeX
39003  documents.
39004  When you press the 
39005 \family sans
39006 Edit
39007 \family default
39008  button in the 
39009 \family sans
39010 Child Document
39011 \family default
39012  dialog, the included document will be opened in \SpecialChar LyX
39013  in a new file tab so that
39014  you can modify it.
39015 \begin_inset Newline newline
39016 \end_inset
39017
39018
39019 \end_layout
39020
39021 \begin_layout Standard
39022 Here is a child document inserted using 
39023 \family sans
39024 Include
39025 \family default
39026
39027 \begin_inset CommandInset include
39028 LatexCommand include
39029 filename "DummyDocument1.lyx"
39030
39031 \end_inset
39032
39033
39034 \end_layout
39035
39036 \begin_layout Standard
39037 The section numbering includes the sections of the included files in the
39038  order they are inserted in the master document.
39039  The included example document has for example a subsection that is numbered
39040  as a subsection of this section.
39041  Labels of included documents can be referenced: Subsection
39042 \begin_inset space ~
39043 \end_inset
39044
39045
39046 \begin_inset CommandInset ref
39047 LatexCommand ref
39048 reference "subsec:External-Subsection-1"
39049
39050 \end_inset
39051
39052 .
39053 \end_layout
39054
39055 \begin_layout Standard
39056 The preamble of the child document is ignored; only the preamble of the
39057  master document is used.
39058  Branches in child documents will be ignored by the master document when
39059  the master document does not have a branch with the same name.
39060  Included documents are inserted starting on a new page and ending with
39061  a page break.
39062 \end_layout
39063
39064 \begin_layout Standard
39065 \begin_inset Note Greyedout
39066 status open
39067
39068 \begin_layout Plain Layout
39069
39070 \series bold
39071 Note:
39072 \series default
39073  If you have included a \SpecialChar LyX
39074  or \SpecialChar LaTeX
39075  file, you are warned when you export/view the
39076  document in case the child document uses another document class than the
39077  master document as this will lead to unexpected outputs.
39078 \end_layout
39079
39080 \end_inset
39081
39082
39083 \end_layout
39084
39085 \begin_layout Description
39086 Input This method is very similar to the Include method.
39087  The differences are:
39088 \begin_inset Separator parbreak
39089 \end_inset
39090
39091
39092 \end_layout
39093
39094 \begin_deeper
39095 \begin_layout Itemize
39096 Input files don't start with a new page and don't end with a page break.
39097 \end_layout
39098
39099 \begin_layout Itemize
39100 Input files can be previewed in \SpecialChar LyX
39101  when 
39102 \family sans
39103 Instant
39104 \begin_inset space ~
39105 \end_inset
39106
39107 Preview
39108 \family default
39109  is enabled in \SpecialChar LyX
39110 's preferences under 
39111 \family sans
39112 Look
39113 \begin_inset space ~
39114 \end_inset
39115
39116 and
39117 \begin_inset space ~
39118 \end_inset
39119
39120 feel\SpecialChar menuseparator
39121 Graphics
39122 \family default
39123 .
39124 \end_layout
39125
39126 \begin_layout Itemize
39127 You cannot exclude Input files via the menu 
39128 \family sans
39129 Document\SpecialChar menuseparator
39130 Settings\SpecialChar menuseparator
39131 Child Documents
39132 \family default
39133 .
39134 \end_layout
39135
39136 \end_deeper
39137 \begin_layout Standard
39138 Here is a child document inserted using 
39139 \family sans
39140 Input
39141 \family default
39142
39143 \begin_inset CommandInset include
39144 LatexCommand input
39145 filename "DummyDocument2.lyx"
39146
39147 \end_inset
39148
39149
39150 \end_layout
39151
39152 \begin_layout Description
39153 Verbatim With this method any text file can be included.
39154  The file is shown in the output with its source code; no command used in
39155  the text is invoked.
39156  You can use the option 
39157 \family sans
39158 Mark spaces in output
39159 \family default
39160  that displays the character 
39161 \begin_inset Quotes eld
39162 \end_inset
39163
39164
39165 \begin_inset ERT
39166 status collapsed
39167
39168 \begin_layout Plain Layout
39169
39170
39171 \backslash
39172 textvisiblespace 
39173 \end_layout
39174
39175 \end_inset
39176
39177
39178 \begin_inset Quotes erd
39179 \end_inset
39180
39181  for every space character in the source code.
39182  The difference from the method via the menu 
39183 \family sans
39184 Insert\SpecialChar menuseparator
39185 File\SpecialChar menuseparator
39186 Plain
39187 \begin_inset space ~
39188 \end_inset
39189
39190 Text
39191 \family default
39192  is that the document content is not shown in \SpecialChar LyX
39193 .
39194 \end_layout
39195
39196 \begin_layout Standard
39197 Here is a child document inserted as Verbatim: 
39198 \begin_inset CommandInset include
39199 LatexCommand verbatiminput
39200 filename "DummyTextDocument.txt"
39201
39202 \end_inset
39203
39204
39205 \begin_inset VSpace bigskip
39206 \end_inset
39207
39208  Here is a child document inserted as Verbatim using the 
39209 \family sans
39210 Mark spaces in output
39211 \family default
39212  option: 
39213 \begin_inset CommandInset include
39214 LatexCommand verbatiminput*
39215 filename "DummyTextDocument.txt"
39216
39217 \end_inset
39218
39219
39220 \end_layout
39221
39222 \begin_layout Standard
39223 \begin_inset VSpace bigskip
39224 \end_inset
39225
39226
39227 \end_layout
39228
39229 \begin_layout Standard
39230 \begin_inset Note Greyedout
39231 status open
39232
39233 \begin_layout Plain Layout
39234
39235 \series bold
39236 Note:
39237 \series default
39238  As you can see in the examples above, the text of the documents included
39239  as 
39240 \family sans
39241 verbatim
39242 \family default
39243  is not broken at the end of the document lines.
39244 \end_layout
39245
39246 \end_inset
39247
39248
39249 \end_layout
39250
39251 \begin_layout Description
39252 Listings This type is described in chapter
39253 \begin_inset space ~
39254 \end_inset
39255
39256
39257 \begin_inset CommandInset ref
39258 LatexCommand ref
39259 reference "cha:Program-Code-Listings"
39260
39261 \end_inset
39262
39263 .
39264 \end_layout
39265
39266 \begin_layout Standard
39267 \begin_inset Note Greyedout
39268 status open
39269
39270 \begin_layout Plain Layout
39271
39272 \series bold
39273 Note:
39274 \series default
39275  Including the same document twice in a document using different methods
39276  could cause \SpecialChar LaTeX
39277 -problems.
39278 \end_layout
39279
39280 \end_inset
39281
39282
39283 \end_layout
39284
39285 \begin_layout Standard
39286 If you want to view/export only selected children of your master document,
39287  either because you want to save compiling time or because you want to distribut
39288 e single chapters of the book you are just writing, you can exclude children
39289  from the output.
39290  This is done via the menu 
39291 \family sans
39292 Document\SpecialChar menuseparator
39293 Settings\SpecialChar menuseparator
39294 Child Documents
39295 \family default
39296 .
39297  You can exclude\SpecialChar breakableslash
39298 include children by double-clicking on the 
39299 \family sans
39300 include to output
39301 \family default
39302  column of the respective child document in the list (note that this only
39303  works for documents embedded via 
39304 \begin_inset Quotes eld
39305 \end_inset
39306
39307 Include
39308 \begin_inset Quotes erd
39309 \end_inset
39310
39311 , not with 
39312 \begin_inset Quotes eld
39313 \end_inset
39314
39315 Input
39316 \begin_inset Quotes erd
39317 \end_inset
39318
39319 ).
39320  If the option 
39321 \family sans
39322 Maintain counters and references
39323 \family default
39324  is enabled, \SpecialChar LyX
39325  will assure that all page numbers, references etc.
39326 \begin_inset space ~
39327 \end_inset
39328
39329 are correct as if the whole document was processed.
39330  This is useful if you want the selected sub-documents to look exactly as
39331  in the context of the whole document.
39332  However, \SpecialChar LyX
39333  needs to process the whole document in the background for this
39334  feature.
39335  So if you want to save compile time and if counters and references do not
39336  need to be correct, disable this checkbox.
39337 \end_layout
39338
39339 \begin_layout Standard
39340 Alternatively, you can put each included file into a branch.
39341 \begin_inset Foot
39342 status collapsed
39343
39344 \begin_layout Plain Layout
39345 Branches are described in section 
39346 \emph on
39347 Branches
39348 \emph default
39349  of the \SpecialChar LyX
39350  
39351 \emph on
39352 Userguide
39353 \emph default
39354 .
39355 \end_layout
39356
39357 \end_inset
39358
39359  By enabling\SpecialChar breakableslash
39360 disabling branches you can decide which included files will
39361  appear in the output.
39362  This has the advantage that it also works with Input'ed sub-documents.
39363  However, counters and references will not be maintained with this approach.
39364 \end_layout
39365
39366 \begin_layout Chapter
39367 Program Code Listings
39368 \begin_inset CommandInset label
39369 LatexCommand label
39370 name "cha:Program-Code-Listings"
39371
39372 \end_inset
39373
39374
39375 \begin_inset Index idx
39376 status collapsed
39377
39378 \begin_layout Plain Layout
39379 Listings
39380 \end_layout
39381
39382 \end_inset
39383
39384
39385 \begin_inset Index idx
39386 status collapsed
39387
39388 \begin_layout Plain Layout
39389 Program Code
39390 \end_layout
39391
39392 \end_inset
39393
39394
39395 \begin_inset Index idx
39396 status collapsed
39397
39398 \begin_layout Plain Layout
39399 Floats ! Listings
39400 \end_layout
39401
39402 \end_inset
39403
39404
39405 \end_layout
39406
39407 \begin_layout Standard
39408 To include and typeset program code you can use the 
39409 \family sans
39410 Listings
39411 \family default
39412  inset that can be inserted via the menu 
39413 \family sans
39414 Insert\SpecialChar menuseparator
39415 Program Listing
39416 \family default
39417 .
39418  The \SpecialChar LaTeX
39419 -package 
39420 \series bold
39421 listings
39422 \series default
39423
39424 \begin_inset Index idx
39425 status collapsed
39426
39427 \begin_layout Plain Layout
39428 \SpecialChar LaTeX
39429 -packages ! listings
39430 \end_layout
39431
39432 \end_inset
39433
39434  provides a powerful and flexible way to insert program source code into
39435  your document.
39436 \end_layout
39437
39438 \begin_layout Standard
39439 Right-clicking on a listings inset opens the context menu containing where
39440  you can set the listings format.
39441 \end_layout
39442
39443 \begin_layout Standard
39444 By default, a listing starts a new paragraph in the output.
39445  The placement option 
39446 \family sans
39447 Inline
39448 \begin_inset space ~
39449 \end_inset
39450
39451 listing
39452 \family default
39453  prints the listing inline like this: 
39454 \begin_inset listings
39455 lstparams "language={C++}"
39456 inline true
39457 status open
39458
39459 \begin_layout Plain Layout
39460
39461 int a=5;
39462 \end_layout
39463
39464 \end_inset
39465
39466
39467 \begin_inset Newline newline
39468 \end_inset
39469
39470 The option 
39471 \family sans
39472 Float
39473 \family default
39474  creates a listings float where you can specify the placement options 
39475 \begin_inset Quotes eld
39476 \end_inset
39477
39478
39479 \family sans
39480 h
39481 \family default
39482
39483 \begin_inset Quotes erd
39484 \end_inset
39485
39486
39487 \begin_inset Quotes eld
39488 \end_inset
39489
39490
39491 \family sans
39492 t
39493 \family default
39494
39495 \begin_inset Quotes erd
39496 \end_inset
39497
39498
39499 \begin_inset Quotes eld
39500 \end_inset
39501
39502
39503 \family sans
39504 b
39505 \family default
39506
39507 \begin_inset Quotes erd
39508 \end_inset
39509
39510 , and 
39511 \begin_inset Quotes eld
39512 \end_inset
39513
39514
39515 \family sans
39516 p
39517 \family default
39518
39519 \begin_inset Quotes erd
39520 \end_inset
39521
39522  corresponding to the float placement options described in section
39523 \begin_inset space ~
39524 \end_inset
39525
39526
39527 \begin_inset CommandInset ref
39528 LatexCommand ref
39529 reference "sec:Float-Placement"
39530
39531 \end_inset
39532
39533 .
39534  The placement options can be mixed and are inserted without any separation,
39535  e.
39536 \begin_inset space \thinspace{}
39537 \end_inset
39538
39539 g.
39540 \begin_inset space \space{}
39541 \end_inset
39542
39543
39544 \begin_inset Quotes eld
39545 \end_inset
39546
39547
39548 \family sans
39549 htbp
39550 \family default
39551
39552 \begin_inset Quotes erd
39553 \end_inset
39554
39555 .
39556  The option 
39557 \begin_inset Quotes eld
39558 \end_inset
39559
39560 h
39561 \begin_inset Quotes erd
39562 \end_inset
39563
39564  has sometimes no effect, but you don't need to use the 
39565 \family sans
39566 Float
39567 \family default
39568  option in this case as also non-float listings can have captions and be
39569  referenced.
39570 \end_layout
39571
39572 \begin_layout Standard
39573 You can add captions to listings with the menu 
39574 \family sans
39575 Insert\SpecialChar menuseparator
39576 Caption
39577 \family default
39578 .
39579  Listings can be referenced like floats: Listing
39580 \begin_inset space ~
39581 \end_inset
39582
39583
39584 \begin_inset CommandInset ref
39585 LatexCommand ref
39586 reference "lst:Example-Listing"
39587
39588 \end_inset
39589
39590 .
39591  A list of listings which contains all listings with captions can be created
39592  via the menu 
39593 \family sans
39594 Insert\SpecialChar menuseparator
39595 List
39596 \begin_inset space ~
39597 \end_inset
39598
39599 /
39600 \begin_inset space ~
39601 \end_inset
39602
39603 TOC\SpecialChar menuseparator
39604 List of Listings
39605 \family default
39606 .
39607  The list entries are the listing caption and the listing number.
39608 \end_layout
39609
39610 \begin_layout Standard
39611 \begin_inset listings
39612 lstparams "language=Python"
39613 inline false
39614 status open
39615
39616 \begin_layout Plain Layout
39617
39618 \begin_inset Caption Standard
39619
39620 \begin_layout Plain Layout
39621 \begin_inset CommandInset label
39622 LatexCommand label
39623 name "lst:Example-Listing"
39624
39625 \end_inset
39626
39627 Example Listing float
39628 \end_layout
39629
39630 \end_inset
39631
39632 # Example listing float
39633 \end_layout
39634
39635 \begin_layout Plain Layout
39636
39637 def func(param):
39638 \end_layout
39639
39640 \begin_layout Plain Layout
39641
39642     'this is a python function'
39643 \end_layout
39644
39645 \begin_layout Plain Layout
39646
39647     pass
39648 \end_layout
39649
39650 \end_inset
39651
39652
39653 \end_layout
39654
39655 \begin_layout Standard
39656 When you have set a programming language in the listings dialog, the keywords
39657  of this language will be recognized and specially typeset in the output.
39658  In the example listings the Python keyword 
39659 \begin_inset Quotes eld
39660 \end_inset
39661
39662 def
39663 \begin_inset Quotes erd
39664 \end_inset
39665
39666  is recognized and printed bold in the output.
39667 \end_layout
39668
39669 \begin_layout Standard
39670 \begin_inset Note Greyedout
39671 status open
39672
39673 \begin_layout Plain Layout
39674
39675 \series bold
39676 Note:
39677 \series default
39678  If you don't get bold keywords when using typewriter fonts, your 
39679 \family typewriter
39680 typewriter
39681 \family default
39682  font probably doesn't provide a bold shape.
39683  In this case select a different one in the menu 
39684 \family sans
39685 Document\SpecialChar menuseparator
39686 Settings\SpecialChar menuseparator
39687 Fonts
39688 \family default
39689 .
39690  (The fonts 
39691 \emph on
39692 LuxiMono, BeraMono
39693 \emph default
39694  and 
39695 \emph on
39696 Courier
39697 \emph default
39698  provide bold shapes.)
39699 \end_layout
39700
39701 \end_inset
39702
39703
39704 \end_layout
39705
39706 \begin_layout Standard
39707 In section 
39708 \family sans
39709 Line
39710 \begin_inset space ~
39711 \end_inset
39712
39713 numbering
39714 \family default
39715  of the listings dialog you can specify the line numbering style.
39716  You can insert a number to specify which lines are numbered in the field
39717  
39718 \family sans
39719 Step
39720 \family default
39721 .
39722  When you insert e.
39723 \begin_inset space \thinspace{}
39724 \end_inset
39725
39726 g.
39727 \begin_inset space \space{}
39728 \end_inset
39729
39730
39731 \begin_inset Quotes eld
39732 \end_inset
39733
39734 3
39735 \begin_inset Quotes erd
39736 \end_inset
39737
39738 , only every 3rd line will be numbered.
39739 \end_layout
39740
39741 \begin_layout Standard
39742 You can furthermore specify a range of lines; only these will then appear
39743  in the output.
39744  The option 
39745 \family sans
39746 Extended character table
39747 \family default
39748  should be used when you use national characters like the German umlauts
39749  in the listing.
39750 \begin_inset Newline newline
39751 \end_inset
39752
39753 Here is an example listing with left line numbering, step 
39754 \begin_inset Quotes eld
39755 \end_inset
39756
39757 3
39758 \begin_inset Quotes erd
39759 \end_inset
39760
39761 , language 
39762 \begin_inset Quotes eld
39763 \end_inset
39764
39765 Python
39766 \begin_inset Quotes erd
39767 \end_inset
39768
39769 , options 
39770 \begin_inset Quotes eld
39771 \end_inset
39772
39773 Extended character table
39774 \begin_inset Quotes erd
39775 \end_inset
39776
39777  and 
39778 \begin_inset Quotes eld
39779 \end_inset
39780
39781 Space
39782 \begin_inset space ~
39783 \end_inset
39784
39785 as
39786 \begin_inset space ~
39787 \end_inset
39788
39789 symbol
39790 \begin_inset Quotes erd
39791 \end_inset
39792
39793 , range lines 3
39794 \begin_inset space \thinspace{}
39795 \end_inset
39796
39797 -
39798 \begin_inset space \thinspace{}
39799 \end_inset
39800
39801 8:
39802 \end_layout
39803
39804 \begin_layout Standard
39805 \begin_inset listings
39806 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
39807 inline false
39808 status open
39809
39810 \begin_layout Plain Layout
39811
39812 def func(param):
39813 \end_layout
39814
39815 \begin_layout Plain Layout
39816
39817     'this is a python function'
39818 \end_layout
39819
39820 \begin_layout Plain Layout
39821
39822     pass
39823 \end_layout
39824
39825 \begin_layout Plain Layout
39826
39827 def func(param):
39828 \end_layout
39829
39830 \begin_layout Plain Layout
39831
39832 'This is a German word: Tschüß'
39833 \end_layout
39834
39835 \begin_layout Plain Layout
39836
39837 pass
39838 \end_layout
39839
39840 \begin_layout Plain Layout
39841
39842 def func(param):
39843 \end_layout
39844
39845 \begin_layout Plain Layout
39846
39847 'this is a python function'
39848 \end_layout
39849
39850 \begin_layout Plain Layout
39851
39852 pass
39853 \end_layout
39854
39855 \end_inset
39856
39857
39858 \end_layout
39859
39860 \begin_layout Standard
39861 When you have tabulators in your listing, you can specify the number of
39862  characters that are spanned by a tabulator in the field 
39863 \family sans
39864 Tabulator
39865 \begin_inset space ~
39866 \end_inset
39867
39868 size
39869 \family default
39870 .
39871 \end_layout
39872
39873 \begin_layout Standard
39874 \begin_inset Note Greyedout
39875 status open
39876
39877 \begin_layout Plain Layout
39878
39879 \series bold
39880 Note:
39881 \series default
39882  Due to a bug in the 
39883 \series bold
39884 listings
39885 \series default
39886  package the line numbering is shifted by a line by every previous listing.
39887  That's the reason why the lines 2 and 5 are numbered in the above listing
39888  and not the lines 3 and 6.
39889 \end_layout
39890
39891 \end_inset
39892
39893
39894 \end_layout
39895
39896 \begin_layout Standard
39897 \begin_inset VSpace bigskip
39898 \end_inset
39899
39900
39901 \end_layout
39902
39903 \begin_layout Standard
39904 It is also possible to print lines from a file as listing.
39905  To do this, use the menu 
39906 \family sans
39907 Insert\SpecialChar menuseparator
39908 File\SpecialChar menuseparator
39909 Child Document
39910 \family default
39911  and choose the type 
39912 \family sans
39913 Listings
39914 \family default
39915 .
39916 \begin_inset Foot
39917 status collapsed
39918
39919 \begin_layout Plain Layout
39920 The other child document types are described in section
39921 \begin_inset space ~
39922 \end_inset
39923
39924
39925 \begin_inset CommandInset ref
39926 LatexCommand ref
39927 reference "sec:Child-Documents"
39928
39929 \end_inset
39930
39931 .
39932 \end_layout
39933
39934 \end_inset
39935
39936  In the child document dialog you can specify the listing parameters in
39937  a text box.
39938  To show a list of all available parameters, type in a question mark 
39939 \begin_inset Quotes eld
39940 \end_inset
39941
39942 ?
39943 \begin_inset Quotes erd
39944 \end_inset
39945
39946  in the text box.
39947 \end_layout
39948
39949 \begin_layout Standard
39950 To reference child document listings, write a label text into the corresponding
39951  field of the child document dialog.
39952  The label can then be referenced using the menu 
39953 \family sans
39954 Insert\SpecialChar menuseparator
39955 Cross-Reference
39956 \family default
39957 .
39958 \end_layout
39959
39960 \begin_layout Standard
39961 Listing
39962 \begin_inset space ~
39963 \end_inset
39964
39965
39966 \begin_inset CommandInset ref
39967 LatexCommand ref
39968 reference "lst:file-listing"
39969
39970 \end_inset
39971
39972  is an example for a listing of a file; there the lines 10
39973 \begin_inset space \thinspace{}
39974 \end_inset
39975
39976 -
39977 \begin_inset space \thinspace{}
39978 \end_inset
39979
39980 15 of this \SpecialChar LyX
39981  file are listed.
39982 \end_layout
39983
39984 \begin_layout Standard
39985 \begin_inset CommandInset include
39986 LatexCommand lstinputlisting
39987 filename "EmbeddedObjects.lyx"
39988 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
39989
39990 \end_inset
39991
39992
39993 \end_layout
39994
39995 \begin_layout Standard
39996 \begin_inset VSpace bigskip
39997 \end_inset
39998
39999
40000 \end_layout
40001
40002 \begin_layout Standard
40003 Inserting a formula into a listing can be done the following way:
40004 \end_layout
40005
40006 \begin_layout Enumerate
40007 Open the listings dialog and add
40008 \begin_inset Newline newline
40009 \end_inset
40010
40011
40012 \family sans
40013 mathescape=true
40014 \family default
40015
40016 \begin_inset Newline newline
40017 \end_inset
40018
40019 to the field of the 
40020 \family sans
40021 Advanced
40022 \family default
40023  tab.
40024 \end_layout
40025
40026 \begin_layout Enumerate
40027 Create a formula outside the listing
40028 \end_layout
40029
40030 \begin_layout Enumerate
40031 Copy the content of the formula (not the formula inset) to the clipboard
40032  (shortcut 
40033 \begin_inset Info
40034 type  "shortcut"
40035 arg   "copy"
40036 \end_inset
40037
40038 )
40039 \end_layout
40040
40041 \begin_layout Enumerate
40042 In the listing write 
40043 \begin_inset Quotes eld
40044 \end_inset
40045
40046
40047 \family sans
40048 $$
40049 \family default
40050
40051 \begin_inset Quotes erd
40052 \end_inset
40053
40054  and copy from the clipboard between the dollar-signs (shortcut 
40055 \begin_inset Info
40056 type  "shortcut"
40057 arg   "paste"
40058 \end_inset
40059
40060 )
40061 \end_layout
40062
40063 \begin_layout Standard
40064 \begin_inset listings
40065 lstparams "language=Python,mathescape=true"
40066 inline false
40067 status open
40068
40069 \begin_layout Plain Layout
40070
40071 \begin_inset Caption Standard
40072
40073 \begin_layout Plain Layout
40074 Example Listing float containing a formula
40075 \end_layout
40076
40077 \end_inset
40078
40079 # Example listing float
40080 \end_layout
40081
40082 \begin_layout Plain Layout
40083
40084 def func(param):
40085 \end_layout
40086
40087 \begin_layout Plain Layout
40088
40089     # $
40090 \backslash
40091 prod_{n=1}^{
40092 \backslash
40093 infty}
40094 \backslash
40095 ,
40096 \backslash
40097 frac{1}{x^{2}}$
40098 \end_layout
40099
40100 \begin_layout Plain Layout
40101
40102     pass
40103 \end_layout
40104
40105 \end_inset
40106
40107
40108 \end_layout
40109
40110 \begin_layout Standard
40111 \begin_inset VSpace bigskip
40112 \end_inset
40113
40114
40115 \end_layout
40116
40117 \begin_layout Standard
40118 Global listings settings can be set in the 
40119 \family sans
40120 Document\SpecialChar menuseparator
40121 Settings\SpecialChar menuseparator
40122 Listings
40123 \family default
40124  dialog.
40125  To get there a list of available options, type in a question mark 
40126 \begin_inset Quotes eld
40127 \end_inset
40128
40129 ?
40130 \begin_inset Quotes erd
40131 \end_inset
40132
40133 .
40134 \end_layout
40135
40136 \begin_layout Standard
40137 For more information about the 
40138 \series bold
40139 listings
40140 \series default
40141  package, we refer to its documentation 
40142 \begin_inset CommandInset citation
40143 LatexCommand cite
40144 key "listings"
40145
40146 \end_inset
40147
40148 .
40149 \end_layout
40150
40151 \begin_layout Standard
40152 \begin_inset Newpage newpage
40153 \end_inset
40154
40155
40156 \end_layout
40157
40158 \begin_layout Chapter
40159 \start_of_appendix
40160 Units available in \SpecialChar LyX
40161
40162 \begin_inset Index idx
40163 status collapsed
40164
40165 \begin_layout Plain Layout
40166 Units
40167 \end_layout
40168
40169 \end_inset
40170
40171
40172 \begin_inset CommandInset label
40173 LatexCommand label
40174 name "cha:Units-available-in"
40175
40176 \end_inset
40177
40178
40179 \end_layout
40180
40181 \begin_layout Standard
40182 To understand the units described in this documentation, Table
40183 \begin_inset space ~
40184 \end_inset
40185
40186
40187 \begin_inset CommandInset ref
40188 LatexCommand ref
40189 reference "tab:Units"
40190
40191 \end_inset
40192
40193  explains all units available in \SpecialChar LyX
40194 .
40195 \end_layout
40196
40197 \begin_layout Standard
40198 \begin_inset Float table
40199 placement h
40200 wide false
40201 sideways false
40202 status open
40203
40204 \begin_layout Plain Layout
40205 \begin_inset Caption Standard
40206
40207 \begin_layout Plain Layout
40208 \begin_inset CommandInset label
40209 LatexCommand label
40210 name "tab:Units"
40211
40212 \end_inset
40213
40214 Units
40215 \end_layout
40216
40217 \end_inset
40218
40219
40220 \end_layout
40221
40222 \begin_layout Plain Layout
40223 \begin_inset VSpace medskip
40224 \end_inset
40225
40226
40227 \end_layout
40228
40229 \begin_layout Plain Layout
40230 \align center
40231 \begin_inset Tabular
40232 <lyxtabular version="3" rows="20" columns="3">
40233 <features tabularvalignment="middle">
40234 <column alignment="center" valignment="top">
40235 <column alignment="center" valignment="top">
40236 <column alignment="center" valignment="top">
40237 <row>
40238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40239 \begin_inset Text
40240
40241 \begin_layout Plain Layout
40242 unit
40243 \end_layout
40244
40245 \end_inset
40246 </cell>
40247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40248 \begin_inset Text
40249
40250 \begin_layout Plain Layout
40251 name/description
40252 \end_layout
40253
40254 \end_inset
40255 </cell>
40256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40257 \begin_inset Text
40258
40259 \begin_layout Plain Layout
40260 \SpecialChar LaTeX
40261  command
40262 \end_layout
40263
40264 \end_inset
40265 </cell>
40266 </row>
40267 <row>
40268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40269 \begin_inset Text
40270
40271 \begin_layout Plain Layout
40272 mm
40273 \end_layout
40274
40275 \end_inset
40276 </cell>
40277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40278 \begin_inset Text
40279
40280 \begin_layout Plain Layout
40281 millimeter
40282 \end_layout
40283
40284 \end_inset
40285 </cell>
40286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40287 \begin_inset Text
40288
40289 \begin_layout Plain Layout
40290 -
40291 \end_layout
40292
40293 \end_inset
40294 </cell>
40295 </row>
40296 <row>
40297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40298 \begin_inset Text
40299
40300 \begin_layout Plain Layout
40301 cm
40302 \end_layout
40303
40304 \end_inset
40305 </cell>
40306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40307 \begin_inset Text
40308
40309 \begin_layout Plain Layout
40310 centimeter
40311 \end_layout
40312
40313 \end_inset
40314 </cell>
40315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40316 \begin_inset Text
40317
40318 \begin_layout Plain Layout
40319 -
40320 \end_layout
40321
40322 \end_inset
40323 </cell>
40324 </row>
40325 <row>
40326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40327 \begin_inset Text
40328
40329 \begin_layout Plain Layout
40330 in
40331 \end_layout
40332
40333 \end_inset
40334 </cell>
40335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40336 \begin_inset Text
40337
40338 \begin_layout Plain Layout
40339 inch
40340 \end_layout
40341
40342 \end_inset
40343 </cell>
40344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40345 \begin_inset Text
40346
40347 \begin_layout Plain Layout
40348 -
40349 \end_layout
40350
40351 \end_inset
40352 </cell>
40353 </row>
40354 <row>
40355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40356 \begin_inset Text
40357
40358 \begin_layout Plain Layout
40359 pt
40360 \end_layout
40361
40362 \end_inset
40363 </cell>
40364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40365 \begin_inset Text
40366
40367 \begin_layout Plain Layout
40368 point (72.27
40369 \begin_inset space \thinspace{}
40370 \end_inset
40371
40372 pt = 1
40373 \begin_inset space \thinspace{}
40374 \end_inset
40375
40376 in)
40377 \end_layout
40378
40379 \end_inset
40380 </cell>
40381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40382 \begin_inset Text
40383
40384 \begin_layout Plain Layout
40385 -
40386 \end_layout
40387
40388 \end_inset
40389 </cell>
40390 </row>
40391 <row>
40392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40393 \begin_inset Text
40394
40395 \begin_layout Plain Layout
40396 pc
40397 \end_layout
40398
40399 \end_inset
40400 </cell>
40401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40402 \begin_inset Text
40403
40404 \begin_layout Plain Layout
40405 pica (1
40406 \begin_inset space \thinspace{}
40407 \end_inset
40408
40409 pc = 12
40410 \begin_inset space \thinspace{}
40411 \end_inset
40412
40413 pt)
40414 \end_layout
40415
40416 \end_inset
40417 </cell>
40418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40419 \begin_inset Text
40420
40421 \begin_layout Plain Layout
40422 -
40423 \end_layout
40424
40425 \end_inset
40426 </cell>
40427 </row>
40428 <row>
40429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40430 \begin_inset Text
40431
40432 \begin_layout Plain Layout
40433 sp
40434 \end_layout
40435
40436 \end_inset
40437 </cell>
40438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40439 \begin_inset Text
40440
40441 \begin_layout Plain Layout
40442 scaled point (65536
40443 \begin_inset space \thinspace{}
40444 \end_inset
40445
40446 sp = 1
40447 \begin_inset space \thinspace{}
40448 \end_inset
40449
40450 pt)
40451 \end_layout
40452
40453 \end_inset
40454 </cell>
40455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40456 \begin_inset Text
40457
40458 \begin_layout Plain Layout
40459 -
40460 \end_layout
40461
40462 \end_inset
40463 </cell>
40464 </row>
40465 <row>
40466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40467 \begin_inset Text
40468
40469 \begin_layout Plain Layout
40470 bp
40471 \end_layout
40472
40473 \end_inset
40474 </cell>
40475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40476 \begin_inset Text
40477
40478 \begin_layout Plain Layout
40479 big point (72
40480 \begin_inset space \thinspace{}
40481 \end_inset
40482
40483 bp = 1
40484 \begin_inset space \thinspace{}
40485 \end_inset
40486
40487 in)
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 -
40497 \end_layout
40498
40499 \end_inset
40500 </cell>
40501 </row>
40502 <row>
40503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40504 \begin_inset Text
40505
40506 \begin_layout Plain Layout
40507 dd
40508 \end_layout
40509
40510 \end_inset
40511 </cell>
40512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40513 \begin_inset Text
40514
40515 \begin_layout Plain Layout
40516 didot (1
40517 \begin_inset space \thinspace{}
40518 \end_inset
40519
40520 dd 
40521 \begin_inset Formula $\approx$
40522 \end_inset
40523
40524  0.376
40525 \begin_inset space \thinspace{}
40526 \end_inset
40527
40528 mm)
40529 \end_layout
40530
40531 \end_inset
40532 </cell>
40533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40534 \begin_inset Text
40535
40536 \begin_layout Plain Layout
40537 -
40538 \end_layout
40539
40540 \end_inset
40541 </cell>
40542 </row>
40543 <row>
40544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40545 \begin_inset Text
40546
40547 \begin_layout Plain Layout
40548 cc
40549 \end_layout
40550
40551 \end_inset
40552 </cell>
40553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40554 \begin_inset Text
40555
40556 \begin_layout Plain Layout
40557 cicero (1
40558 \begin_inset space \thinspace{}
40559 \end_inset
40560
40561 cc = 12
40562 \begin_inset space \thinspace{}
40563 \end_inset
40564
40565 dd)
40566 \end_layout
40567
40568 \end_inset
40569 </cell>
40570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40571 \begin_inset Text
40572
40573 \begin_layout Plain Layout
40574 -
40575 \end_layout
40576
40577 \end_inset
40578 </cell>
40579 </row>
40580 <row>
40581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40582 \begin_inset Text
40583
40584 \begin_layout Plain Layout
40585 Scale Graphics %
40586 \end_layout
40587
40588 \end_inset
40589 </cell>
40590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40591 \begin_inset Text
40592
40593 \begin_layout Plain Layout
40594 % of original image width
40595 \end_layout
40596
40597 \end_inset
40598 </cell>
40599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40600 \begin_inset Text
40601
40602 \begin_layout Plain Layout
40603
40604 \end_layout
40605
40606 \end_inset
40607 </cell>
40608 </row>
40609 <row>
40610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40611 \begin_inset Text
40612
40613 \begin_layout Plain Layout
40614 Text Width %
40615 \end_layout
40616
40617 \end_inset
40618 </cell>
40619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40620 \begin_inset Text
40621
40622 \begin_layout Plain Layout
40623 % of text width
40624 \end_layout
40625
40626 \end_inset
40627 </cell>
40628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40629 \begin_inset Text
40630
40631 \begin_layout Plain Layout
40632
40633 \backslash
40634 textwidth
40635 \end_layout
40636
40637 \end_inset
40638 </cell>
40639 </row>
40640 <row>
40641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40642 \begin_inset Text
40643
40644 \begin_layout Plain Layout
40645 Column Width %
40646 \end_layout
40647
40648 \end_inset
40649 </cell>
40650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40651 \begin_inset Text
40652
40653 \begin_layout Plain Layout
40654 % of column width
40655 \end_layout
40656
40657 \end_inset
40658 </cell>
40659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40660 \begin_inset Text
40661
40662 \begin_layout Plain Layout
40663
40664 \backslash
40665 columnwidth
40666 \end_layout
40667
40668 \end_inset
40669 </cell>
40670 </row>
40671 <row>
40672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40673 \begin_inset Text
40674
40675 \begin_layout Plain Layout
40676 Page Width %
40677 \end_layout
40678
40679 \end_inset
40680 </cell>
40681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40682 \begin_inset Text
40683
40684 \begin_layout Plain Layout
40685 % of paper width
40686 \end_layout
40687
40688 \end_inset
40689 </cell>
40690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40691 \begin_inset Text
40692
40693 \begin_layout Plain Layout
40694
40695 \backslash
40696 paperwidth
40697 \end_layout
40698
40699 \end_inset
40700 </cell>
40701 </row>
40702 <row>
40703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40704 \begin_inset Text
40705
40706 \begin_layout Plain Layout
40707 Line Width %
40708 \end_layout
40709
40710 \end_inset
40711 </cell>
40712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40713 \begin_inset Text
40714
40715 \begin_layout Plain Layout
40716 % of line width
40717 \end_layout
40718
40719 \end_inset
40720 </cell>
40721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40722 \begin_inset Text
40723
40724 \begin_layout Plain Layout
40725
40726 \backslash
40727 linewidth
40728 \end_layout
40729
40730 \end_inset
40731 </cell>
40732 </row>
40733 <row>
40734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40735 \begin_inset Text
40736
40737 \begin_layout Plain Layout
40738 Text Height %
40739 \end_layout
40740
40741 \end_inset
40742 </cell>
40743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40744 \begin_inset Text
40745
40746 \begin_layout Plain Layout
40747 % of text height
40748 \end_layout
40749
40750 \end_inset
40751 </cell>
40752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40753 \begin_inset Text
40754
40755 \begin_layout Plain Layout
40756
40757 \backslash
40758 textheight
40759 \end_layout
40760
40761 \end_inset
40762 </cell>
40763 </row>
40764 <row>
40765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40766 \begin_inset Text
40767
40768 \begin_layout Plain Layout
40769 Page Height %
40770 \end_layout
40771
40772 \end_inset
40773 </cell>
40774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40775 \begin_inset Text
40776
40777 \begin_layout Plain Layout
40778 % of paper height
40779 \end_layout
40780
40781 \end_inset
40782 </cell>
40783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40784 \begin_inset Text
40785
40786 \begin_layout Plain Layout
40787
40788 \backslash
40789 paperheight
40790 \end_layout
40791
40792 \end_inset
40793 </cell>
40794 </row>
40795 <row>
40796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40797 \begin_inset Text
40798
40799 \begin_layout Plain Layout
40800 ex
40801 \end_layout
40802
40803 \end_inset
40804 </cell>
40805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40806 \begin_inset Text
40807
40808 \begin_layout Plain Layout
40809 height of letter 
40810 \emph on
40811 x
40812 \emph default
40813  in current font
40814 \end_layout
40815
40816 \end_inset
40817 </cell>
40818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40819 \begin_inset Text
40820
40821 \begin_layout Plain Layout
40822 -
40823 \end_layout
40824
40825 \end_inset
40826 </cell>
40827 </row>
40828 <row>
40829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40830 \begin_inset Text
40831
40832 \begin_layout Plain Layout
40833 em
40834 \end_layout
40835
40836 \end_inset
40837 </cell>
40838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40839 \begin_inset Text
40840
40841 \begin_layout Plain Layout
40842 width of letter 
40843 \emph on
40844 M
40845 \emph default
40846  in current font
40847 \end_layout
40848
40849 \end_inset
40850 </cell>
40851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40852 \begin_inset Text
40853
40854 \begin_layout Plain Layout
40855 -
40856 \end_layout
40857
40858 \end_inset
40859 </cell>
40860 </row>
40861 <row>
40862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40863 \begin_inset Text
40864
40865 \begin_layout Plain Layout
40866 mu
40867 \end_layout
40868
40869 \end_inset
40870 </cell>
40871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40872 \begin_inset Text
40873
40874 \begin_layout Plain Layout
40875 math unit (1
40876 \begin_inset space \thinspace{}
40877 \end_inset
40878
40879 mu = 1/18
40880 \begin_inset space \thinspace{}
40881 \end_inset
40882
40883 em)
40884 \end_layout
40885
40886 \end_inset
40887 </cell>
40888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40889 \begin_inset Text
40890
40891 \begin_layout Plain Layout
40892 -
40893 \end_layout
40894
40895 \end_inset
40896 </cell>
40897 </row>
40898 </lyxtabular>
40899
40900 \end_inset
40901
40902
40903 \end_layout
40904
40905 \end_inset
40906
40907
40908 \end_layout
40909
40910 \begin_layout Chapter
40911 Output File Formats with Graphics
40912 \begin_inset CommandInset label
40913 LatexCommand label
40914 name "cha:Output-File-Formats"
40915
40916 \end_inset
40917
40918
40919 \end_layout
40920
40921 \begin_layout Section
40922 DVI
40923 \begin_inset Index idx
40924 status collapsed
40925
40926 \begin_layout Plain Layout
40927 File Formats ! DVI
40928 \end_layout
40929
40930 \end_inset
40931
40932
40933 \begin_inset Index idx
40934 status collapsed
40935
40936 \begin_layout Plain Layout
40937 DVI|see
40938 \begin_inset ERT
40939 status collapsed
40940
40941 \begin_layout Plain Layout
40942
40943 {
40944 \end_layout
40945
40946 \end_inset
40947
40948 File Formats
40949 \begin_inset ERT
40950 status collapsed
40951
40952 \begin_layout Plain Layout
40953
40954 }
40955 \end_layout
40956
40957 \end_inset
40958
40959
40960 \end_layout
40961
40962 \end_inset
40963
40964
40965 \end_layout
40966
40967 \begin_layout Standard
40968 This file type has the extension 
40969 \begin_inset Quotes eld
40970 \end_inset
40971
40972
40973 \family typewriter
40974 .dvi
40975 \family default
40976
40977 \begin_inset Quotes erd
40978 \end_inset
40979
40980 .
40981  It is called 
40982 \begin_inset Quotes eld
40983 \end_inset
40984
40985 device-independent
40986 \begin_inset Quotes erd
40987 \end_inset
40988
40989  (DVI), because it is completely portable; you can move them from one machine
40990  to another without needing to do any sort of conversion.
40991  At the time when this file-format was developed, this was no matter of
40992  course.
40993  DVIs are used for quick previews and as pre-stage for other output formats,
40994  like PostScript.
40995 \end_layout
40996
40997 \begin_layout Standard
40998 \begin_inset Note Greyedout
40999 status open
41000
41001 \begin_layout Plain Layout
41002
41003 \series bold
41004 Note:
41005 \series default
41006  DVI-files do not contain images; they will only be a linked.
41007 \end_layout
41008
41009 \end_inset
41010
41011  So don't forget this, if you move your 
41012 \family typewriter
41013 .dvi
41014 \family default
41015  file to another computer.
41016  This property can also slow down your computer when you view the DVI, because
41017  the DVI-viewer has to convert the image in the background to make it visible
41018  when you scroll in the DVI.
41019  So it is recommended that you use PDF for files with many images.
41020 \end_layout
41021
41022 \begin_layout Standard
41023 You can export your document to DVI by using the menu 
41024 \family sans
41025 File\SpecialChar menuseparator
41026 Export\SpecialChar menuseparator
41027 DVI
41028 \family default
41029 .
41030  You can view your document as DVI via the 
41031 \family sans
41032 View
41033 \family default
41034  menu.
41035 \end_layout
41036
41037 \begin_layout Section
41038 PostScript
41039 \begin_inset Index idx
41040 status collapsed
41041
41042 \begin_layout Plain Layout
41043 File Formats ! PostScript
41044 \end_layout
41045
41046 \end_inset
41047
41048
41049 \begin_inset Index idx
41050 status collapsed
41051
41052 \begin_layout Plain Layout
41053 PostScript|see
41054 \begin_inset ERT
41055 status collapsed
41056
41057 \begin_layout Plain Layout
41058
41059 {
41060 \end_layout
41061
41062 \end_inset
41063
41064 File Formats
41065 \begin_inset ERT
41066 status collapsed
41067
41068 \begin_layout Plain Layout
41069
41070 }
41071 \end_layout
41072
41073 \end_inset
41074
41075
41076 \end_layout
41077
41078 \end_inset
41079
41080
41081 \end_layout
41082
41083 \begin_layout Standard
41084 This file type has the extension 
41085 \begin_inset Quotes eld
41086 \end_inset
41087
41088
41089 \family typewriter
41090 .ps
41091 \family default
41092
41093 \begin_inset Quotes erd
41094 \end_inset
41095
41096 .
41097  PostScript was developed by the company 
41098 \family typewriter
41099 Adobe
41100 \family default
41101  as a printer language.
41102  The file therefore contains commands that the printer uses to print the
41103  file.
41104  PostScript can be seen as a 
41105 \begin_inset Quotes eld
41106 \end_inset
41107
41108 programming language
41109 \begin_inset Quotes erd
41110 \end_inset
41111
41112 ; you can calculate with it and draw diagrams and images
41113 \begin_inset Foot
41114 status collapsed
41115
41116 \begin_layout Plain Layout
41117 If you are interested to learn more about this, have a look at the \SpecialChar LaTeX
41118 -package
41119  
41120 \series bold
41121 PSTricks
41122 \series default
41123  
41124 \begin_inset CommandInset citation
41125 LatexCommand cite
41126 key "pstricks"
41127
41128 \end_inset
41129
41130 .
41131 \end_layout
41132
41133 \end_inset
41134
41135 .
41136  Due to this ability, the files are often bigger than PDFs.
41137 \end_layout
41138
41139 \begin_layout Standard
41140 PostScript can only contain images in the format 
41141 \begin_inset Quotes eld
41142 \end_inset
41143
41144 Encapsulated PostScript
41145 \begin_inset Quotes erd
41146 \end_inset
41147
41148  (EPS, file extension 
41149 \begin_inset Quotes eld
41150 \end_inset
41151
41152
41153 \family typewriter
41154 .eps
41155 \family default
41156
41157 \begin_inset Quotes erd
41158 \end_inset
41159
41160 ).
41161  As \SpecialChar LyX
41162  allows you to use any known image format in your document, it has to
41163  convert images in the background to EPS.
41164  If you have e.g.
41165 \begin_inset space ~
41166 \end_inset
41167
41168 50
41169 \begin_inset space ~
41170 \end_inset
41171
41172 images in your document, \SpecialChar LyX
41173  has to do 50
41174 \begin_inset space ~
41175 \end_inset
41176
41177 conversions whenever you view or export your document.
41178  This will slow down your work flow with \SpecialChar LyX
41179  drastically.
41180  So if you plan to use PostScript, you can insert your images directly as
41181  EPS to avoid this problem.
41182 \end_layout
41183
41184 \begin_layout Standard
41185 You can export your document to PostScript using the menu 
41186 \family sans
41187 File\SpecialChar menuseparator
41188 Export\SpecialChar menuseparator
41189 Postscript
41190 \family default
41191 .
41192  You can view your document as PostScript via the 
41193 \family sans
41194 View
41195 \family default
41196  menu.
41197 \end_layout
41198
41199 \begin_layout Section
41200 PDF
41201 \begin_inset Index idx
41202 status collapsed
41203
41204 \begin_layout Plain Layout
41205 File Formats ! PDF
41206 \end_layout
41207
41208 \end_inset
41209
41210
41211 \begin_inset Index idx
41212 status collapsed
41213
41214 \begin_layout Plain Layout
41215 PDF
41216 \end_layout
41217
41218 \end_inset
41219
41220
41221 \end_layout
41222
41223 \begin_layout Standard
41224 This file type has the extension 
41225 \begin_inset Quotes eld
41226 \end_inset
41227
41228
41229 \family typewriter
41230 .pdf
41231 \family default
41232
41233 \begin_inset Quotes erd
41234 \end_inset
41235
41236 .
41237  The 
41238 \begin_inset Quotes eld
41239 \end_inset
41240
41241 Portable Document Format
41242 \begin_inset Quotes erd
41243 \end_inset
41244
41245  (PDF) was developed by 
41246 \family typewriter
41247 Adobe
41248 \family default
41249  as a derivative of PostScript.
41250  It is more compressed and it uses fewer commands than PostScript.
41251  As the name 
41252 \begin_inset Quotes eld
41253 \end_inset
41254
41255 portable
41256 \begin_inset Quotes erd
41257 \end_inset
41258
41259  implies, it can be processed at any computer system and the printed output
41260  looks exactly the same.
41261 \end_layout
41262
41263 \begin_layout Standard
41264 PDF can contain images in its own PDF format, in the format 
41265 \begin_inset Quotes eld
41266 \end_inset
41267
41268 Joint Photographic Experts Group
41269 \begin_inset Quotes erd
41270 \end_inset
41271
41272  (JPG, file extension 
41273 \begin_inset Quotes eld
41274 \end_inset
41275
41276
41277 \family typewriter
41278 .jpg
41279 \family default
41280
41281 \begin_inset Quotes erd
41282 \end_inset
41283
41284  or 
41285 \begin_inset Quotes eld
41286 \end_inset
41287
41288
41289 \family typewriter
41290 .jpeg
41291 \family default
41292
41293 \begin_inset Quotes erd
41294 \end_inset
41295
41296 ), and in the format 
41297 \begin_inset Quotes eld
41298 \end_inset
41299
41300 Portable Network Graphics
41301 \begin_inset Quotes erd
41302 \end_inset
41303
41304  (PNG, file extension 
41305 \begin_inset Quotes eld
41306 \end_inset
41307
41308
41309 \family typewriter
41310 .png
41311 \family default
41312
41313 \begin_inset Quotes erd
41314 \end_inset
41315
41316 ).
41317  Nevertheless you can use any other image format, because \SpecialChar LyX
41318  converts them
41319  in the background to one of these formats.
41320  But as described in the section about PostScript, the image conversion
41321  will slow down your work flow.
41322  So it is recommended that you use images in one of the three mentioned
41323  formats.
41324 \end_layout
41325
41326 \begin_layout Standard
41327 You can export your document to PDF via the menu 
41328 \family sans
41329 File\SpecialChar menuseparator
41330 Export
41331 \family default
41332  in three different ways:
41333 \end_layout
41334
41335 \begin_layout Description
41336 PDF
41337 \begin_inset space ~
41338 \end_inset
41339
41340 (ps2pdf) This uses the program 
41341 \family typewriter
41342 ps2pdf
41343 \family default
41344  that creates a PDF from a PostScript-version of your file.
41345  The PostScript-version is produced by the program 
41346 \family typewriter
41347 dvips
41348 \family default
41349  which uses a DVI-version as intermediate step.
41350  So this export variant consists of three conversions.
41351 \end_layout
41352
41353 \begin_layout Description
41354 PDF
41355 \begin_inset space ~
41356 \end_inset
41357
41358 (dvipdfm) This uses the program 
41359 \family typewriter
41360 dvipdfm
41361 \family default
41362  that converts your file in the background to DVI and in a second step to
41363  PDF.
41364 \end_layout
41365
41366 \begin_layout Description
41367 PDF
41368 \begin_inset space ~
41369 \end_inset
41370
41371 (pdflatex) This uses the program 
41372 \family typewriter
41373 pdftex
41374 \family default
41375  that converts your file directly to PDF.
41376 \end_layout
41377
41378 \begin_layout Standard
41379 It is recommended that you use 
41380 \family sans
41381 PDF
41382 \begin_inset space ~
41383 \end_inset
41384
41385 (pdflatex)
41386 \family default
41387  because 
41388 \family typewriter
41389 pdftex
41390 \family default
41391  supports all features of actual PDF-versions, is quick and works stable.
41392  The program 
41393 \family typewriter
41394 dvipdfm
41395 \family default
41396  is not under development and therefore a bit outdated.
41397 \end_layout
41398
41399 \begin_layout Standard
41400 You can view your document as PDF via the 
41401 \family sans
41402 View
41403 \family default
41404  menu or by using a toolbar button.
41405 \end_layout
41406
41407 \begin_layout Chapter
41408 List of dvips color names
41409 \begin_inset CommandInset label
41410 LatexCommand label
41411 name "chap:List-of-dvips-colornames"
41412
41413 \end_inset
41414
41415
41416 \end_layout
41417
41418 \begin_layout Standard
41419 \begin_inset Tabular
41420 <lyxtabular version="3" rows="17" columns="4">
41421 <features tabularvalignment="middle">
41422 <column alignment="left" valignment="top" width="0pt">
41423 <column alignment="left" valignment="top" width="0pt">
41424 <column alignment="left" valignment="top" width="0pt">
41425 <column alignment="left" valignment="top" width="0pt">
41426 <row>
41427 <cell alignment="left" valignment="top" usebox="none">
41428 \begin_inset Text
41429
41430 \begin_layout Plain Layout
41431 \begin_inset ERT
41432 status collapsed
41433
41434 \begin_layout Plain Layout
41435
41436
41437 \backslash
41438 fcolorbox{black}{
41439 \end_layout
41440
41441 \end_inset
41442
41443 white
41444 \begin_inset ERT
41445 status collapsed
41446
41447 \begin_layout Plain Layout
41448
41449 }{
41450 \end_layout
41451
41452 \end_inset
41453
41454 Color
41455 \begin_inset ERT
41456 status collapsed
41457
41458 \begin_layout Plain Layout
41459
41460 }
41461 \end_layout
41462
41463 \end_inset
41464
41465  Color name
41466 \end_layout
41467
41468 \end_inset
41469 </cell>
41470 <cell alignment="left" valignment="top" usebox="none">
41471 \begin_inset Text
41472
41473 \begin_layout Plain Layout
41474 \begin_inset ERT
41475 status collapsed
41476
41477 \begin_layout Plain Layout
41478
41479
41480 \backslash
41481 fcolorbox{black}{
41482 \end_layout
41483
41484 \end_inset
41485
41486 white
41487 \begin_inset ERT
41488 status collapsed
41489
41490 \begin_layout Plain Layout
41491
41492 }{
41493 \end_layout
41494
41495 \end_inset
41496
41497 Color
41498 \begin_inset ERT
41499 status collapsed
41500
41501 \begin_layout Plain Layout
41502
41503 }
41504 \end_layout
41505
41506 \end_inset
41507
41508  Color name
41509 \end_layout
41510
41511 \end_inset
41512 </cell>
41513 <cell alignment="left" valignment="top" usebox="none">
41514 \begin_inset Text
41515
41516 \begin_layout Plain Layout
41517 \begin_inset ERT
41518 status collapsed
41519
41520 \begin_layout Plain Layout
41521
41522
41523 \backslash
41524 fcolorbox{black}{
41525 \end_layout
41526
41527 \end_inset
41528
41529 white
41530 \begin_inset ERT
41531 status collapsed
41532
41533 \begin_layout Plain Layout
41534
41535 }{
41536 \end_layout
41537
41538 \end_inset
41539
41540 Color
41541 \begin_inset ERT
41542 status collapsed
41543
41544 \begin_layout Plain Layout
41545
41546 }
41547 \end_layout
41548
41549 \end_inset
41550
41551  Color name
41552 \end_layout
41553
41554 \end_inset
41555 </cell>
41556 <cell alignment="left" valignment="top" usebox="none">
41557 \begin_inset Text
41558
41559 \begin_layout Plain Layout
41560 \begin_inset ERT
41561 status collapsed
41562
41563 \begin_layout Plain Layout
41564
41565
41566 \backslash
41567 fcolorbox{black}{
41568 \end_layout
41569
41570 \end_inset
41571
41572 white
41573 \begin_inset ERT
41574 status collapsed
41575
41576 \begin_layout Plain Layout
41577
41578 }{
41579 \end_layout
41580
41581 \end_inset
41582
41583 Color
41584 \begin_inset ERT
41585 status collapsed
41586
41587 \begin_layout Plain Layout
41588
41589 }
41590 \end_layout
41591
41592 \end_inset
41593
41594  Color name
41595 \end_layout
41596
41597 \end_inset
41598 </cell>
41599 </row>
41600 <row>
41601 <cell alignment="center" valignment="top" usebox="none">
41602 \begin_inset Text
41603
41604 \begin_layout Plain Layout
41605 \begin_inset ERT
41606 status collapsed
41607
41608 \begin_layout Plain Layout
41609
41610
41611 \backslash
41612 fcolorbox{black}{
41613 \end_layout
41614
41615 \end_inset
41616
41617 Apricot
41618 \begin_inset ERT
41619 status collapsed
41620
41621 \begin_layout Plain Layout
41622
41623 }{
41624 \end_layout
41625
41626 \end_inset
41627
41628
41629 \begin_inset Phantom Phantom
41630 status open
41631
41632 \begin_layout Plain Layout
41633 W
41634 \end_layout
41635
41636 \end_inset
41637
41638
41639 \begin_inset ERT
41640 status collapsed
41641
41642 \begin_layout Plain Layout
41643
41644 }
41645 \end_layout
41646
41647 \end_inset
41648
41649  Apricot
41650 \end_layout
41651
41652 \end_inset
41653 </cell>
41654 <cell alignment="center" valignment="top" usebox="none">
41655 \begin_inset Text
41656
41657 \begin_layout Plain Layout
41658 \begin_inset ERT
41659 status collapsed
41660
41661 \begin_layout Plain Layout
41662
41663
41664 \backslash
41665 fcolorbox{black}{
41666 \end_layout
41667
41668 \end_inset
41669
41670 Aquamarine
41671 \begin_inset ERT
41672 status collapsed
41673
41674 \begin_layout Plain Layout
41675
41676 }{
41677 \end_layout
41678
41679 \end_inset
41680
41681
41682 \begin_inset Phantom Phantom
41683 status open
41684
41685 \begin_layout Plain Layout
41686 W
41687 \end_layout
41688
41689 \end_inset
41690
41691
41692 \begin_inset ERT
41693 status collapsed
41694
41695 \begin_layout Plain Layout
41696
41697 }
41698 \end_layout
41699
41700 \end_inset
41701
41702  Aquamarine
41703 \end_layout
41704
41705 \end_inset
41706 </cell>
41707 <cell alignment="center" valignment="top" usebox="none">
41708 \begin_inset Text
41709
41710 \begin_layout Plain Layout
41711 \begin_inset ERT
41712 status collapsed
41713
41714 \begin_layout Plain Layout
41715
41716
41717 \backslash
41718 fcolorbox{black}{
41719 \end_layout
41720
41721 \end_inset
41722
41723 Bittersweet
41724 \begin_inset ERT
41725 status collapsed
41726
41727 \begin_layout Plain Layout
41728
41729 }{
41730 \end_layout
41731
41732 \end_inset
41733
41734
41735 \begin_inset Phantom Phantom
41736 status open
41737
41738 \begin_layout Plain Layout
41739 W
41740 \end_layout
41741
41742 \end_inset
41743
41744
41745 \begin_inset ERT
41746 status collapsed
41747
41748 \begin_layout Plain Layout
41749
41750 }
41751 \end_layout
41752
41753 \end_inset
41754
41755  Bittersweet
41756 \end_layout
41757
41758 \end_inset
41759 </cell>
41760 <cell alignment="center" valignment="top" usebox="none">
41761 \begin_inset Text
41762
41763 \begin_layout Plain Layout
41764 \begin_inset ERT
41765 status collapsed
41766
41767 \begin_layout Plain Layout
41768
41769
41770 \backslash
41771 fcolorbox{black}{
41772 \end_layout
41773
41774 \end_inset
41775
41776 BlueGreen
41777 \begin_inset ERT
41778 status collapsed
41779
41780 \begin_layout Plain Layout
41781
41782 }{
41783 \end_layout
41784
41785 \end_inset
41786
41787
41788 \begin_inset Phantom Phantom
41789 status open
41790
41791 \begin_layout Plain Layout
41792 W
41793 \end_layout
41794
41795 \end_inset
41796
41797
41798 \begin_inset ERT
41799 status collapsed
41800
41801 \begin_layout Plain Layout
41802
41803 }
41804 \end_layout
41805
41806 \end_inset
41807
41808  BlueGreen
41809 \end_layout
41810
41811 \end_inset
41812 </cell>
41813 </row>
41814 <row>
41815 <cell alignment="left" valignment="top" usebox="none">
41816 \begin_inset Text
41817
41818 \begin_layout Plain Layout
41819 \begin_inset ERT
41820 status collapsed
41821
41822 \begin_layout Plain Layout
41823
41824
41825 \backslash
41826 fcolorbox{black}{
41827 \end_layout
41828
41829 \end_inset
41830
41831 BlueViolet
41832 \begin_inset ERT
41833 status collapsed
41834
41835 \begin_layout Plain Layout
41836
41837 }{
41838 \end_layout
41839
41840 \end_inset
41841
41842
41843 \begin_inset Phantom Phantom
41844 status open
41845
41846 \begin_layout Plain Layout
41847 W
41848 \end_layout
41849
41850 \end_inset
41851
41852
41853 \begin_inset ERT
41854 status collapsed
41855
41856 \begin_layout Plain Layout
41857
41858 }
41859 \end_layout
41860
41861 \end_inset
41862
41863  BlueViolet
41864 \end_layout
41865
41866 \end_inset
41867 </cell>
41868 <cell alignment="left" valignment="top" usebox="none">
41869 \begin_inset Text
41870
41871 \begin_layout Plain Layout
41872 \begin_inset ERT
41873 status collapsed
41874
41875 \begin_layout Plain Layout
41876
41877
41878 \backslash
41879 fcolorbox{black}{
41880 \end_layout
41881
41882 \end_inset
41883
41884 BrickRed
41885 \begin_inset ERT
41886 status collapsed
41887
41888 \begin_layout Plain Layout
41889
41890 }{
41891 \end_layout
41892
41893 \end_inset
41894
41895
41896 \begin_inset Phantom Phantom
41897 status open
41898
41899 \begin_layout Plain Layout
41900 W
41901 \end_layout
41902
41903 \end_inset
41904
41905
41906 \begin_inset ERT
41907 status collapsed
41908
41909 \begin_layout Plain Layout
41910
41911 }
41912 \end_layout
41913
41914 \end_inset
41915
41916  BrickRed
41917 \end_layout
41918
41919 \end_inset
41920 </cell>
41921 <cell alignment="left" valignment="top" usebox="none">
41922 \begin_inset Text
41923
41924 \begin_layout Plain Layout
41925 \begin_inset ERT
41926 status collapsed
41927
41928 \begin_layout Plain Layout
41929
41930
41931 \backslash
41932 fcolorbox{black}{
41933 \end_layout
41934
41935 \end_inset
41936
41937 Brown
41938 \begin_inset ERT
41939 status collapsed
41940
41941 \begin_layout Plain Layout
41942
41943 }{
41944 \end_layout
41945
41946 \end_inset
41947
41948
41949 \begin_inset Phantom Phantom
41950 status open
41951
41952 \begin_layout Plain Layout
41953 W
41954 \end_layout
41955
41956 \end_inset
41957
41958
41959 \begin_inset ERT
41960 status collapsed
41961
41962 \begin_layout Plain Layout
41963
41964 }
41965 \end_layout
41966
41967 \end_inset
41968
41969  Brown
41970 \end_layout
41971
41972 \end_inset
41973 </cell>
41974 <cell alignment="left" valignment="top" usebox="none">
41975 \begin_inset Text
41976
41977 \begin_layout Plain Layout
41978 \begin_inset ERT
41979 status collapsed
41980
41981 \begin_layout Plain Layout
41982
41983
41984 \backslash
41985 fcolorbox{black}{
41986 \end_layout
41987
41988 \end_inset
41989
41990 BurntOrange
41991 \begin_inset ERT
41992 status collapsed
41993
41994 \begin_layout Plain Layout
41995
41996 }{
41997 \end_layout
41998
41999 \end_inset
42000
42001
42002 \begin_inset Phantom Phantom
42003 status open
42004
42005 \begin_layout Plain Layout
42006 W
42007 \end_layout
42008
42009 \end_inset
42010
42011
42012 \begin_inset ERT
42013 status collapsed
42014
42015 \begin_layout Plain Layout
42016
42017 }
42018 \end_layout
42019
42020 \end_inset
42021
42022  BurntOrange
42023 \end_layout
42024
42025 \end_inset
42026 </cell>
42027 </row>
42028 <row>
42029 <cell alignment="left" valignment="top" usebox="none">
42030 \begin_inset Text
42031
42032 \begin_layout Plain Layout
42033 \begin_inset ERT
42034 status collapsed
42035
42036 \begin_layout Plain Layout
42037
42038
42039 \backslash
42040 fcolorbox{black}{
42041 \end_layout
42042
42043 \end_inset
42044
42045 CadetBlue
42046 \begin_inset ERT
42047 status collapsed
42048
42049 \begin_layout Plain Layout
42050
42051 }{
42052 \end_layout
42053
42054 \end_inset
42055
42056
42057 \begin_inset Phantom Phantom
42058 status open
42059
42060 \begin_layout Plain Layout
42061 W
42062 \end_layout
42063
42064 \end_inset
42065
42066
42067 \begin_inset ERT
42068 status collapsed
42069
42070 \begin_layout Plain Layout
42071
42072 }
42073 \end_layout
42074
42075 \end_inset
42076
42077  CadetBlue
42078 \end_layout
42079
42080 \end_inset
42081 </cell>
42082 <cell alignment="left" valignment="top" usebox="none">
42083 \begin_inset Text
42084
42085 \begin_layout Plain Layout
42086 \begin_inset ERT
42087 status collapsed
42088
42089 \begin_layout Plain Layout
42090
42091
42092 \backslash
42093 fcolorbox{black}{
42094 \end_layout
42095
42096 \end_inset
42097
42098 CarnationPink
42099 \begin_inset ERT
42100 status collapsed
42101
42102 \begin_layout Plain Layout
42103
42104 }{
42105 \end_layout
42106
42107 \end_inset
42108
42109
42110 \begin_inset Phantom Phantom
42111 status open
42112
42113 \begin_layout Plain Layout
42114 W
42115 \end_layout
42116
42117 \end_inset
42118
42119
42120 \begin_inset ERT
42121 status collapsed
42122
42123 \begin_layout Plain Layout
42124
42125 }
42126 \end_layout
42127
42128 \end_inset
42129
42130  CarnationPink
42131 \end_layout
42132
42133 \end_inset
42134 </cell>
42135 <cell alignment="left" valignment="top" usebox="none">
42136 \begin_inset Text
42137
42138 \begin_layout Plain Layout
42139 \begin_inset ERT
42140 status collapsed
42141
42142 \begin_layout Plain Layout
42143
42144
42145 \backslash
42146 fcolorbox{black}{
42147 \end_layout
42148
42149 \end_inset
42150
42151 Cerulean
42152 \begin_inset ERT
42153 status collapsed
42154
42155 \begin_layout Plain Layout
42156
42157 }{
42158 \end_layout
42159
42160 \end_inset
42161
42162
42163 \begin_inset Phantom Phantom
42164 status open
42165
42166 \begin_layout Plain Layout
42167 W
42168 \end_layout
42169
42170 \end_inset
42171
42172
42173 \begin_inset ERT
42174 status collapsed
42175
42176 \begin_layout Plain Layout
42177
42178 }
42179 \end_layout
42180
42181 \end_inset
42182
42183  Cerulean
42184 \end_layout
42185
42186 \end_inset
42187 </cell>
42188 <cell alignment="left" valignment="top" usebox="none">
42189 \begin_inset Text
42190
42191 \begin_layout Plain Layout
42192 \begin_inset ERT
42193 status collapsed
42194
42195 \begin_layout Plain Layout
42196
42197
42198 \backslash
42199 fcolorbox{black}{
42200 \end_layout
42201
42202 \end_inset
42203
42204 CornflowerBlue
42205 \begin_inset ERT
42206 status collapsed
42207
42208 \begin_layout Plain Layout
42209
42210 }{
42211 \end_layout
42212
42213 \end_inset
42214
42215
42216 \begin_inset Phantom Phantom
42217 status open
42218
42219 \begin_layout Plain Layout
42220 W
42221 \end_layout
42222
42223 \end_inset
42224
42225
42226 \begin_inset ERT
42227 status collapsed
42228
42229 \begin_layout Plain Layout
42230
42231 }
42232 \end_layout
42233
42234 \end_inset
42235
42236  CornflowerBlue
42237 \end_layout
42238
42239 \end_inset
42240 </cell>
42241 </row>
42242 <row>
42243 <cell alignment="left" valignment="top" usebox="none">
42244 \begin_inset Text
42245
42246 \begin_layout Plain Layout
42247 \begin_inset ERT
42248 status collapsed
42249
42250 \begin_layout Plain Layout
42251
42252
42253 \backslash
42254 fcolorbox{black}{
42255 \end_layout
42256
42257 \end_inset
42258
42259 Dandelion
42260 \begin_inset ERT
42261 status collapsed
42262
42263 \begin_layout Plain Layout
42264
42265 }{
42266 \end_layout
42267
42268 \end_inset
42269
42270
42271 \begin_inset Phantom Phantom
42272 status open
42273
42274 \begin_layout Plain Layout
42275 W
42276 \end_layout
42277
42278 \end_inset
42279
42280
42281 \begin_inset ERT
42282 status collapsed
42283
42284 \begin_layout Plain Layout
42285
42286 }
42287 \end_layout
42288
42289 \end_inset
42290
42291  Dandelion
42292 \end_layout
42293
42294 \end_inset
42295 </cell>
42296 <cell alignment="left" valignment="top" usebox="none">
42297 \begin_inset Text
42298
42299 \begin_layout Plain Layout
42300 \begin_inset ERT
42301 status collapsed
42302
42303 \begin_layout Plain Layout
42304
42305
42306 \backslash
42307 fcolorbox{black}{
42308 \end_layout
42309
42310 \end_inset
42311
42312 DarkOrchid
42313 \begin_inset ERT
42314 status collapsed
42315
42316 \begin_layout Plain Layout
42317
42318 }{
42319 \end_layout
42320
42321 \end_inset
42322
42323
42324 \begin_inset Phantom Phantom
42325 status open
42326
42327 \begin_layout Plain Layout
42328 W
42329 \end_layout
42330
42331 \end_inset
42332
42333
42334 \begin_inset ERT
42335 status collapsed
42336
42337 \begin_layout Plain Layout
42338
42339 }
42340 \end_layout
42341
42342 \end_inset
42343
42344  DarkOrchid
42345 \end_layout
42346
42347 \end_inset
42348 </cell>
42349 <cell alignment="left" valignment="top" usebox="none">
42350 \begin_inset Text
42351
42352 \begin_layout Plain Layout
42353 \begin_inset ERT
42354 status collapsed
42355
42356 \begin_layout Plain Layout
42357
42358
42359 \backslash
42360 fcolorbox{black}{
42361 \end_layout
42362
42363 \end_inset
42364
42365 Emerald
42366 \begin_inset ERT
42367 status collapsed
42368
42369 \begin_layout Plain Layout
42370
42371 }{
42372 \end_layout
42373
42374 \end_inset
42375
42376
42377 \begin_inset Phantom Phantom
42378 status open
42379
42380 \begin_layout Plain Layout
42381 W
42382 \end_layout
42383
42384 \end_inset
42385
42386
42387 \begin_inset ERT
42388 status collapsed
42389
42390 \begin_layout Plain Layout
42391
42392 }
42393 \end_layout
42394
42395 \end_inset
42396
42397  Emerald
42398 \end_layout
42399
42400 \end_inset
42401 </cell>
42402 <cell alignment="left" valignment="top" usebox="none">
42403 \begin_inset Text
42404
42405 \begin_layout Plain Layout
42406 \begin_inset ERT
42407 status collapsed
42408
42409 \begin_layout Plain Layout
42410
42411
42412 \backslash
42413 fcolorbox{black}{
42414 \end_layout
42415
42416 \end_inset
42417
42418 ForestGreen
42419 \begin_inset ERT
42420 status collapsed
42421
42422 \begin_layout Plain Layout
42423
42424 }{
42425 \end_layout
42426
42427 \end_inset
42428
42429
42430 \begin_inset Phantom Phantom
42431 status open
42432
42433 \begin_layout Plain Layout
42434 W
42435 \end_layout
42436
42437 \end_inset
42438
42439
42440 \begin_inset ERT
42441 status collapsed
42442
42443 \begin_layout Plain Layout
42444
42445 }
42446 \end_layout
42447
42448 \end_inset
42449
42450  ForestGreen
42451 \end_layout
42452
42453 \end_inset
42454 </cell>
42455 </row>
42456 <row>
42457 <cell alignment="left" valignment="top" usebox="none">
42458 \begin_inset Text
42459
42460 \begin_layout Plain Layout
42461 \begin_inset ERT
42462 status collapsed
42463
42464 \begin_layout Plain Layout
42465
42466
42467 \backslash
42468 fcolorbox{black}{
42469 \end_layout
42470
42471 \end_inset
42472
42473 Fuchsia
42474 \begin_inset ERT
42475 status collapsed
42476
42477 \begin_layout Plain Layout
42478
42479 }{
42480 \end_layout
42481
42482 \end_inset
42483
42484
42485 \begin_inset Phantom Phantom
42486 status open
42487
42488 \begin_layout Plain Layout
42489 W
42490 \end_layout
42491
42492 \end_inset
42493
42494
42495 \begin_inset ERT
42496 status collapsed
42497
42498 \begin_layout Plain Layout
42499
42500 }
42501 \end_layout
42502
42503 \end_inset
42504
42505  Fuchsia
42506 \end_layout
42507
42508 \end_inset
42509 </cell>
42510 <cell alignment="left" valignment="top" usebox="none">
42511 \begin_inset Text
42512
42513 \begin_layout Plain Layout
42514 \begin_inset ERT
42515 status collapsed
42516
42517 \begin_layout Plain Layout
42518
42519
42520 \backslash
42521 fcolorbox{black}{
42522 \end_layout
42523
42524 \end_inset
42525
42526 Goldenrod
42527 \begin_inset ERT
42528 status collapsed
42529
42530 \begin_layout Plain Layout
42531
42532 }{
42533 \end_layout
42534
42535 \end_inset
42536
42537
42538 \begin_inset Phantom Phantom
42539 status open
42540
42541 \begin_layout Plain Layout
42542 W
42543 \end_layout
42544
42545 \end_inset
42546
42547
42548 \begin_inset ERT
42549 status collapsed
42550
42551 \begin_layout Plain Layout
42552
42553 }
42554 \end_layout
42555
42556 \end_inset
42557
42558  Goldenrod
42559 \end_layout
42560
42561 \end_inset
42562 </cell>
42563 <cell alignment="left" valignment="top" usebox="none">
42564 \begin_inset Text
42565
42566 \begin_layout Plain Layout
42567 \begin_inset ERT
42568 status collapsed
42569
42570 \begin_layout Plain Layout
42571
42572
42573 \backslash
42574 fcolorbox{black}{
42575 \end_layout
42576
42577 \end_inset
42578
42579 Gray
42580 \begin_inset ERT
42581 status collapsed
42582
42583 \begin_layout Plain Layout
42584
42585 }{
42586 \end_layout
42587
42588 \end_inset
42589
42590
42591 \begin_inset Phantom Phantom
42592 status open
42593
42594 \begin_layout Plain Layout
42595 W
42596 \end_layout
42597
42598 \end_inset
42599
42600
42601 \begin_inset ERT
42602 status collapsed
42603
42604 \begin_layout Plain Layout
42605
42606 }
42607 \end_layout
42608
42609 \end_inset
42610
42611  Gray
42612 \end_layout
42613
42614 \end_inset
42615 </cell>
42616 <cell alignment="left" valignment="top" usebox="none">
42617 \begin_inset Text
42618
42619 \begin_layout Plain Layout
42620 \begin_inset ERT
42621 status collapsed
42622
42623 \begin_layout Plain Layout
42624
42625
42626 \backslash
42627 fcolorbox{black}{
42628 \end_layout
42629
42630 \end_inset
42631
42632 GreenYellow
42633 \begin_inset ERT
42634 status collapsed
42635
42636 \begin_layout Plain Layout
42637
42638 }{
42639 \end_layout
42640
42641 \end_inset
42642
42643
42644 \begin_inset Phantom Phantom
42645 status open
42646
42647 \begin_layout Plain Layout
42648 W
42649 \end_layout
42650
42651 \end_inset
42652
42653
42654 \begin_inset ERT
42655 status collapsed
42656
42657 \begin_layout Plain Layout
42658
42659 }
42660 \end_layout
42661
42662 \end_inset
42663
42664  GreenYellow
42665 \end_layout
42666
42667 \end_inset
42668 </cell>
42669 </row>
42670 <row>
42671 <cell alignment="center" valignment="top" usebox="none">
42672 \begin_inset Text
42673
42674 \begin_layout Plain Layout
42675 \begin_inset ERT
42676 status collapsed
42677
42678 \begin_layout Plain Layout
42679
42680
42681 \backslash
42682 fcolorbox{black}{
42683 \end_layout
42684
42685 \end_inset
42686
42687 JungleGreen
42688 \begin_inset ERT
42689 status collapsed
42690
42691 \begin_layout Plain Layout
42692
42693 }{
42694 \end_layout
42695
42696 \end_inset
42697
42698
42699 \begin_inset Phantom Phantom
42700 status open
42701
42702 \begin_layout Plain Layout
42703 W
42704 \end_layout
42705
42706 \end_inset
42707
42708
42709 \begin_inset ERT
42710 status collapsed
42711
42712 \begin_layout Plain Layout
42713
42714 }
42715 \end_layout
42716
42717 \end_inset
42718
42719  JungleGreen
42720 \end_layout
42721
42722 \end_inset
42723 </cell>
42724 <cell alignment="center" valignment="top" usebox="none">
42725 \begin_inset Text
42726
42727 \begin_layout Plain Layout
42728 \begin_inset ERT
42729 status collapsed
42730
42731 \begin_layout Plain Layout
42732
42733
42734 \backslash
42735 fcolorbox{black}{
42736 \end_layout
42737
42738 \end_inset
42739
42740 Lavender
42741 \begin_inset ERT
42742 status collapsed
42743
42744 \begin_layout Plain Layout
42745
42746 }{
42747 \end_layout
42748
42749 \end_inset
42750
42751
42752 \begin_inset Phantom Phantom
42753 status open
42754
42755 \begin_layout Plain Layout
42756 W
42757 \end_layout
42758
42759 \end_inset
42760
42761
42762 \begin_inset ERT
42763 status collapsed
42764
42765 \begin_layout Plain Layout
42766
42767 }
42768 \end_layout
42769
42770 \end_inset
42771
42772  Lavender
42773 \end_layout
42774
42775 \end_inset
42776 </cell>
42777 <cell alignment="center" valignment="top" usebox="none">
42778 \begin_inset Text
42779
42780 \begin_layout Plain Layout
42781 \begin_inset ERT
42782 status collapsed
42783
42784 \begin_layout Plain Layout
42785
42786
42787 \backslash
42788 fcolorbox{black}{
42789 \end_layout
42790
42791 \end_inset
42792
42793 LimeGreen
42794 \begin_inset ERT
42795 status collapsed
42796
42797 \begin_layout Plain Layout
42798
42799 }{
42800 \end_layout
42801
42802 \end_inset
42803
42804
42805 \begin_inset Phantom Phantom
42806 status open
42807
42808 \begin_layout Plain Layout
42809 W
42810 \end_layout
42811
42812 \end_inset
42813
42814
42815 \begin_inset ERT
42816 status collapsed
42817
42818 \begin_layout Plain Layout
42819
42820 }
42821 \end_layout
42822
42823 \end_inset
42824
42825  LimeGreen
42826 \end_layout
42827
42828 \end_inset
42829 </cell>
42830 <cell alignment="center" valignment="top" usebox="none">
42831 \begin_inset Text
42832
42833 \begin_layout Plain Layout
42834 \begin_inset ERT
42835 status collapsed
42836
42837 \begin_layout Plain Layout
42838
42839
42840 \backslash
42841 fcolorbox{black}{
42842 \end_layout
42843
42844 \end_inset
42845
42846 Mahogany
42847 \begin_inset ERT
42848 status collapsed
42849
42850 \begin_layout Plain Layout
42851
42852 }{
42853 \end_layout
42854
42855 \end_inset
42856
42857
42858 \begin_inset Phantom Phantom
42859 status open
42860
42861 \begin_layout Plain Layout
42862 W
42863 \end_layout
42864
42865 \end_inset
42866
42867
42868 \begin_inset ERT
42869 status collapsed
42870
42871 \begin_layout Plain Layout
42872
42873 }
42874 \end_layout
42875
42876 \end_inset
42877
42878  Mahogany
42879 \end_layout
42880
42881 \end_inset
42882 </cell>
42883 </row>
42884 <row>
42885 <cell alignment="left" valignment="top" usebox="none">
42886 \begin_inset Text
42887
42888 \begin_layout Plain Layout
42889 \begin_inset ERT
42890 status collapsed
42891
42892 \begin_layout Plain Layout
42893
42894
42895 \backslash
42896 fcolorbox{black}{
42897 \end_layout
42898
42899 \end_inset
42900
42901 Mahogany
42902 \begin_inset ERT
42903 status collapsed
42904
42905 \begin_layout Plain Layout
42906
42907 }{
42908 \end_layout
42909
42910 \end_inset
42911
42912
42913 \begin_inset Phantom Phantom
42914 status open
42915
42916 \begin_layout Plain Layout
42917 W
42918 \end_layout
42919
42920 \end_inset
42921
42922
42923 \begin_inset ERT
42924 status collapsed
42925
42926 \begin_layout Plain Layout
42927
42928 }
42929 \end_layout
42930
42931 \end_inset
42932
42933  Mahogany
42934 \end_layout
42935
42936 \end_inset
42937 </cell>
42938 <cell alignment="left" valignment="top" usebox="none">
42939 \begin_inset Text
42940
42941 \begin_layout Plain Layout
42942 \begin_inset ERT
42943 status collapsed
42944
42945 \begin_layout Plain Layout
42946
42947
42948 \backslash
42949 fcolorbox{black}{
42950 \end_layout
42951
42952 \end_inset
42953
42954 Maroon
42955 \begin_inset ERT
42956 status collapsed
42957
42958 \begin_layout Plain Layout
42959
42960 }{
42961 \end_layout
42962
42963 \end_inset
42964
42965
42966 \begin_inset Phantom Phantom
42967 status open
42968
42969 \begin_layout Plain Layout
42970 W
42971 \end_layout
42972
42973 \end_inset
42974
42975
42976 \begin_inset ERT
42977 status collapsed
42978
42979 \begin_layout Plain Layout
42980
42981 }
42982 \end_layout
42983
42984 \end_inset
42985
42986  Maroon
42987 \end_layout
42988
42989 \end_inset
42990 </cell>
42991 <cell alignment="left" valignment="top" usebox="none">
42992 \begin_inset Text
42993
42994 \begin_layout Plain Layout
42995 \begin_inset ERT
42996 status collapsed
42997
42998 \begin_layout Plain Layout
42999
43000
43001 \backslash
43002 fcolorbox{black}{
43003 \end_layout
43004
43005 \end_inset
43006
43007 Melon
43008 \begin_inset ERT
43009 status collapsed
43010
43011 \begin_layout Plain Layout
43012
43013 }{
43014 \end_layout
43015
43016 \end_inset
43017
43018
43019 \begin_inset Phantom Phantom
43020 status open
43021
43022 \begin_layout Plain Layout
43023 W
43024 \end_layout
43025
43026 \end_inset
43027
43028
43029 \begin_inset ERT
43030 status collapsed
43031
43032 \begin_layout Plain Layout
43033
43034 }
43035 \end_layout
43036
43037 \end_inset
43038
43039  Melon
43040 \end_layout
43041
43042 \end_inset
43043 </cell>
43044 <cell alignment="left" valignment="top" usebox="none">
43045 \begin_inset Text
43046
43047 \begin_layout Plain Layout
43048 \begin_inset ERT
43049 status collapsed
43050
43051 \begin_layout Plain Layout
43052
43053
43054 \backslash
43055 fcolorbox{black}{
43056 \end_layout
43057
43058 \end_inset
43059
43060 MidnightBlue
43061 \begin_inset ERT
43062 status collapsed
43063
43064 \begin_layout Plain Layout
43065
43066 }{
43067 \end_layout
43068
43069 \end_inset
43070
43071
43072 \begin_inset Phantom Phantom
43073 status open
43074
43075 \begin_layout Plain Layout
43076 W
43077 \end_layout
43078
43079 \end_inset
43080
43081
43082 \begin_inset ERT
43083 status collapsed
43084
43085 \begin_layout Plain Layout
43086
43087 }
43088 \end_layout
43089
43090 \end_inset
43091
43092  MidnightBlue
43093 \end_layout
43094
43095 \end_inset
43096 </cell>
43097 </row>
43098 <row>
43099 <cell alignment="left" valignment="top" usebox="none">
43100 \begin_inset Text
43101
43102 \begin_layout Plain Layout
43103 \begin_inset ERT
43104 status collapsed
43105
43106 \begin_layout Plain Layout
43107
43108
43109 \backslash
43110 fcolorbox{black}{
43111 \end_layout
43112
43113 \end_inset
43114
43115 Mulberry
43116 \begin_inset ERT
43117 status collapsed
43118
43119 \begin_layout Plain Layout
43120
43121 }{
43122 \end_layout
43123
43124 \end_inset
43125
43126
43127 \begin_inset Phantom Phantom
43128 status open
43129
43130 \begin_layout Plain Layout
43131 W
43132 \end_layout
43133
43134 \end_inset
43135
43136
43137 \begin_inset ERT
43138 status collapsed
43139
43140 \begin_layout Plain Layout
43141
43142 }
43143 \end_layout
43144
43145 \end_inset
43146
43147  Mulberry
43148 \end_layout
43149
43150 \end_inset
43151 </cell>
43152 <cell alignment="left" valignment="top" usebox="none">
43153 \begin_inset Text
43154
43155 \begin_layout Plain Layout
43156 \begin_inset ERT
43157 status collapsed
43158
43159 \begin_layout Plain Layout
43160
43161
43162 \backslash
43163 fcolorbox{black}{
43164 \end_layout
43165
43166 \end_inset
43167
43168 NavyBlue
43169 \begin_inset ERT
43170 status collapsed
43171
43172 \begin_layout Plain Layout
43173
43174 }{
43175 \end_layout
43176
43177 \end_inset
43178
43179
43180 \begin_inset Phantom Phantom
43181 status open
43182
43183 \begin_layout Plain Layout
43184 W
43185 \end_layout
43186
43187 \end_inset
43188
43189
43190 \begin_inset ERT
43191 status collapsed
43192
43193 \begin_layout Plain Layout
43194
43195 }
43196 \end_layout
43197
43198 \end_inset
43199
43200  NavyBlue
43201 \end_layout
43202
43203 \end_inset
43204 </cell>
43205 <cell alignment="left" valignment="top" usebox="none">
43206 \begin_inset Text
43207
43208 \begin_layout Plain Layout
43209 \begin_inset ERT
43210 status collapsed
43211
43212 \begin_layout Plain Layout
43213
43214
43215 \backslash
43216 fcolorbox{black}{
43217 \end_layout
43218
43219 \end_inset
43220
43221 OliveGreen
43222 \begin_inset ERT
43223 status collapsed
43224
43225 \begin_layout Plain Layout
43226
43227 }{
43228 \end_layout
43229
43230 \end_inset
43231
43232
43233 \begin_inset Phantom Phantom
43234 status open
43235
43236 \begin_layout Plain Layout
43237 W
43238 \end_layout
43239
43240 \end_inset
43241
43242
43243 \begin_inset ERT
43244 status collapsed
43245
43246 \begin_layout Plain Layout
43247
43248 }
43249 \end_layout
43250
43251 \end_inset
43252
43253  OliveGreen
43254 \end_layout
43255
43256 \end_inset
43257 </cell>
43258 <cell alignment="left" valignment="top" usebox="none">
43259 \begin_inset Text
43260
43261 \begin_layout Plain Layout
43262 \begin_inset ERT
43263 status collapsed
43264
43265 \begin_layout Plain Layout
43266
43267
43268 \backslash
43269 fcolorbox{black}{
43270 \end_layout
43271
43272 \end_inset
43273
43274 Orange
43275 \begin_inset ERT
43276 status collapsed
43277
43278 \begin_layout Plain Layout
43279
43280 }{
43281 \end_layout
43282
43283 \end_inset
43284
43285
43286 \begin_inset Phantom Phantom
43287 status open
43288
43289 \begin_layout Plain Layout
43290 W
43291 \end_layout
43292
43293 \end_inset
43294
43295
43296 \begin_inset ERT
43297 status collapsed
43298
43299 \begin_layout Plain Layout
43300
43301 }
43302 \end_layout
43303
43304 \end_inset
43305
43306  Orange
43307 \end_layout
43308
43309 \end_inset
43310 </cell>
43311 </row>
43312 <row>
43313 <cell alignment="left" valignment="top" usebox="none">
43314 \begin_inset Text
43315
43316 \begin_layout Plain Layout
43317 \begin_inset ERT
43318 status collapsed
43319
43320 \begin_layout Plain Layout
43321
43322
43323 \backslash
43324 fcolorbox{black}{
43325 \end_layout
43326
43327 \end_inset
43328
43329 OrangeRed
43330 \begin_inset ERT
43331 status collapsed
43332
43333 \begin_layout Plain Layout
43334
43335 }{
43336 \end_layout
43337
43338 \end_inset
43339
43340
43341 \begin_inset Phantom Phantom
43342 status open
43343
43344 \begin_layout Plain Layout
43345 W
43346 \end_layout
43347
43348 \end_inset
43349
43350
43351 \begin_inset ERT
43352 status collapsed
43353
43354 \begin_layout Plain Layout
43355
43356 }
43357 \end_layout
43358
43359 \end_inset
43360
43361  OrangeRed
43362 \end_layout
43363
43364 \end_inset
43365 </cell>
43366 <cell alignment="left" valignment="top" usebox="none">
43367 \begin_inset Text
43368
43369 \begin_layout Plain Layout
43370 \begin_inset ERT
43371 status collapsed
43372
43373 \begin_layout Plain Layout
43374
43375
43376 \backslash
43377 fcolorbox{black}{
43378 \end_layout
43379
43380 \end_inset
43381
43382 Orchid
43383 \begin_inset ERT
43384 status collapsed
43385
43386 \begin_layout Plain Layout
43387
43388 }{
43389 \end_layout
43390
43391 \end_inset
43392
43393
43394 \begin_inset Phantom Phantom
43395 status open
43396
43397 \begin_layout Plain Layout
43398 W
43399 \end_layout
43400
43401 \end_inset
43402
43403
43404 \begin_inset ERT
43405 status collapsed
43406
43407 \begin_layout Plain Layout
43408
43409 }
43410 \end_layout
43411
43412 \end_inset
43413
43414  Orchid
43415 \end_layout
43416
43417 \end_inset
43418 </cell>
43419 <cell alignment="left" valignment="top" usebox="none">
43420 \begin_inset Text
43421
43422 \begin_layout Plain Layout
43423 \begin_inset ERT
43424 status collapsed
43425
43426 \begin_layout Plain Layout
43427
43428
43429 \backslash
43430 fcolorbox{black}{
43431 \end_layout
43432
43433 \end_inset
43434
43435 Peach
43436 \begin_inset ERT
43437 status collapsed
43438
43439 \begin_layout Plain Layout
43440
43441 }{
43442 \end_layout
43443
43444 \end_inset
43445
43446
43447 \begin_inset Phantom Phantom
43448 status open
43449
43450 \begin_layout Plain Layout
43451 W
43452 \end_layout
43453
43454 \end_inset
43455
43456
43457 \begin_inset ERT
43458 status collapsed
43459
43460 \begin_layout Plain Layout
43461
43462 }
43463 \end_layout
43464
43465 \end_inset
43466
43467  Peach
43468 \end_layout
43469
43470 \end_inset
43471 </cell>
43472 <cell alignment="left" valignment="top" usebox="none">
43473 \begin_inset Text
43474
43475 \begin_layout Plain Layout
43476 \begin_inset ERT
43477 status collapsed
43478
43479 \begin_layout Plain Layout
43480
43481
43482 \backslash
43483 fcolorbox{black}{
43484 \end_layout
43485
43486 \end_inset
43487
43488 Periwinkle
43489 \begin_inset ERT
43490 status collapsed
43491
43492 \begin_layout Plain Layout
43493
43494 }{
43495 \end_layout
43496
43497 \end_inset
43498
43499
43500 \begin_inset Phantom Phantom
43501 status open
43502
43503 \begin_layout Plain Layout
43504 W
43505 \end_layout
43506
43507 \end_inset
43508
43509
43510 \begin_inset ERT
43511 status collapsed
43512
43513 \begin_layout Plain Layout
43514
43515 }
43516 \end_layout
43517
43518 \end_inset
43519
43520  Periwinkle
43521 \end_layout
43522
43523 \end_inset
43524 </cell>
43525 </row>
43526 <row>
43527 <cell alignment="left" valignment="top" usebox="none">
43528 \begin_inset Text
43529
43530 \begin_layout Plain Layout
43531 \begin_inset ERT
43532 status collapsed
43533
43534 \begin_layout Plain Layout
43535
43536
43537 \backslash
43538 fcolorbox{black}{
43539 \end_layout
43540
43541 \end_inset
43542
43543 PineGreen
43544 \begin_inset ERT
43545 status collapsed
43546
43547 \begin_layout Plain Layout
43548
43549 }{
43550 \end_layout
43551
43552 \end_inset
43553
43554
43555 \begin_inset Phantom Phantom
43556 status open
43557
43558 \begin_layout Plain Layout
43559 W
43560 \end_layout
43561
43562 \end_inset
43563
43564
43565 \begin_inset ERT
43566 status collapsed
43567
43568 \begin_layout Plain Layout
43569
43570 }
43571 \end_layout
43572
43573 \end_inset
43574
43575  PineGreen
43576 \end_layout
43577
43578 \end_inset
43579 </cell>
43580 <cell alignment="left" valignment="top" usebox="none">
43581 \begin_inset Text
43582
43583 \begin_layout Plain Layout
43584 \begin_inset ERT
43585 status collapsed
43586
43587 \begin_layout Plain Layout
43588
43589
43590 \backslash
43591 fcolorbox{black}{
43592 \end_layout
43593
43594 \end_inset
43595
43596 Plum
43597 \begin_inset ERT
43598 status collapsed
43599
43600 \begin_layout Plain Layout
43601
43602 }{
43603 \end_layout
43604
43605 \end_inset
43606
43607
43608 \begin_inset Phantom Phantom
43609 status open
43610
43611 \begin_layout Plain Layout
43612 W
43613 \end_layout
43614
43615 \end_inset
43616
43617
43618 \begin_inset ERT
43619 status collapsed
43620
43621 \begin_layout Plain Layout
43622
43623 }
43624 \end_layout
43625
43626 \end_inset
43627
43628  Plum
43629 \end_layout
43630
43631 \end_inset
43632 </cell>
43633 <cell alignment="left" valignment="top" usebox="none">
43634 \begin_inset Text
43635
43636 \begin_layout Plain Layout
43637 \begin_inset ERT
43638 status collapsed
43639
43640 \begin_layout Plain Layout
43641
43642
43643 \backslash
43644 fcolorbox{black}{
43645 \end_layout
43646
43647 \end_inset
43648
43649 ProcessBlue
43650 \begin_inset ERT
43651 status collapsed
43652
43653 \begin_layout Plain Layout
43654
43655 }{
43656 \end_layout
43657
43658 \end_inset
43659
43660
43661 \begin_inset Phantom Phantom
43662 status open
43663
43664 \begin_layout Plain Layout
43665 W
43666 \end_layout
43667
43668 \end_inset
43669
43670
43671 \begin_inset ERT
43672 status collapsed
43673
43674 \begin_layout Plain Layout
43675
43676 }
43677 \end_layout
43678
43679 \end_inset
43680
43681  ProcessBlue
43682 \end_layout
43683
43684 \end_inset
43685 </cell>
43686 <cell alignment="left" valignment="top" usebox="none">
43687 \begin_inset Text
43688
43689 \begin_layout Plain Layout
43690 \begin_inset ERT
43691 status collapsed
43692
43693 \begin_layout Plain Layout
43694
43695
43696 \backslash
43697 fcolorbox{black}{
43698 \end_layout
43699
43700 \end_inset
43701
43702 Purple
43703 \begin_inset ERT
43704 status collapsed
43705
43706 \begin_layout Plain Layout
43707
43708 }{
43709 \end_layout
43710
43711 \end_inset
43712
43713
43714 \begin_inset Phantom Phantom
43715 status open
43716
43717 \begin_layout Plain Layout
43718 W
43719 \end_layout
43720
43721 \end_inset
43722
43723
43724 \begin_inset ERT
43725 status collapsed
43726
43727 \begin_layout Plain Layout
43728
43729 }
43730 \end_layout
43731
43732 \end_inset
43733
43734  Purple
43735 \end_layout
43736
43737 \end_inset
43738 </cell>
43739 </row>
43740 <row>
43741 <cell alignment="left" valignment="top" usebox="none">
43742 \begin_inset Text
43743
43744 \begin_layout Plain Layout
43745 \begin_inset ERT
43746 status collapsed
43747
43748 \begin_layout Plain Layout
43749
43750
43751 \backslash
43752 fcolorbox{black}{
43753 \end_layout
43754
43755 \end_inset
43756
43757 RawSienna
43758 \begin_inset ERT
43759 status collapsed
43760
43761 \begin_layout Plain Layout
43762
43763 }{
43764 \end_layout
43765
43766 \end_inset
43767
43768
43769 \begin_inset Phantom Phantom
43770 status open
43771
43772 \begin_layout Plain Layout
43773 W
43774 \end_layout
43775
43776 \end_inset
43777
43778
43779 \begin_inset ERT
43780 status collapsed
43781
43782 \begin_layout Plain Layout
43783
43784 }
43785 \end_layout
43786
43787 \end_inset
43788
43789  RawSienna
43790 \end_layout
43791
43792 \end_inset
43793 </cell>
43794 <cell alignment="left" valignment="top" usebox="none">
43795 \begin_inset Text
43796
43797 \begin_layout Plain Layout
43798 \begin_inset ERT
43799 status collapsed
43800
43801 \begin_layout Plain Layout
43802
43803
43804 \backslash
43805 fcolorbox{black}{
43806 \end_layout
43807
43808 \end_inset
43809
43810 RedOrange
43811 \begin_inset ERT
43812 status collapsed
43813
43814 \begin_layout Plain Layout
43815
43816 }{
43817 \end_layout
43818
43819 \end_inset
43820
43821
43822 \begin_inset Phantom Phantom
43823 status open
43824
43825 \begin_layout Plain Layout
43826 W
43827 \end_layout
43828
43829 \end_inset
43830
43831
43832 \begin_inset ERT
43833 status collapsed
43834
43835 \begin_layout Plain Layout
43836
43837 }
43838 \end_layout
43839
43840 \end_inset
43841
43842  RedOrange
43843 \end_layout
43844
43845 \end_inset
43846 </cell>
43847 <cell alignment="left" valignment="top" usebox="none">
43848 \begin_inset Text
43849
43850 \begin_layout Plain Layout
43851 \begin_inset ERT
43852 status collapsed
43853
43854 \begin_layout Plain Layout
43855
43856
43857 \backslash
43858 fcolorbox{black}{
43859 \end_layout
43860
43861 \end_inset
43862
43863 RedViolet
43864 \begin_inset ERT
43865 status collapsed
43866
43867 \begin_layout Plain Layout
43868
43869 }{
43870 \end_layout
43871
43872 \end_inset
43873
43874
43875 \begin_inset Phantom Phantom
43876 status open
43877
43878 \begin_layout Plain Layout
43879 W
43880 \end_layout
43881
43882 \end_inset
43883
43884
43885 \begin_inset ERT
43886 status collapsed
43887
43888 \begin_layout Plain Layout
43889
43890 }
43891 \end_layout
43892
43893 \end_inset
43894
43895  RedViolet
43896 \end_layout
43897
43898 \end_inset
43899 </cell>
43900 <cell alignment="left" valignment="top" usebox="none">
43901 \begin_inset Text
43902
43903 \begin_layout Plain Layout
43904 \begin_inset ERT
43905 status collapsed
43906
43907 \begin_layout Plain Layout
43908
43909
43910 \backslash
43911 fcolorbox{black}{
43912 \end_layout
43913
43914 \end_inset
43915
43916 Rhodamine
43917 \begin_inset ERT
43918 status collapsed
43919
43920 \begin_layout Plain Layout
43921
43922 }{
43923 \end_layout
43924
43925 \end_inset
43926
43927
43928 \begin_inset Phantom Phantom
43929 status open
43930
43931 \begin_layout Plain Layout
43932 W
43933 \end_layout
43934
43935 \end_inset
43936
43937
43938 \begin_inset ERT
43939 status collapsed
43940
43941 \begin_layout Plain Layout
43942
43943 }
43944 \end_layout
43945
43946 \end_inset
43947
43948  Rhodamine
43949 \end_layout
43950
43951 \end_inset
43952 </cell>
43953 </row>
43954 <row>
43955 <cell alignment="left" valignment="top" usebox="none">
43956 \begin_inset Text
43957
43958 \begin_layout Plain Layout
43959 \begin_inset ERT
43960 status collapsed
43961
43962 \begin_layout Plain Layout
43963
43964
43965 \backslash
43966 fcolorbox{black}{
43967 \end_layout
43968
43969 \end_inset
43970
43971 RoyalBlue
43972 \begin_inset ERT
43973 status collapsed
43974
43975 \begin_layout Plain Layout
43976
43977 }{
43978 \end_layout
43979
43980 \end_inset
43981
43982
43983 \begin_inset Phantom Phantom
43984 status open
43985
43986 \begin_layout Plain Layout
43987 W
43988 \end_layout
43989
43990 \end_inset
43991
43992
43993 \begin_inset ERT
43994 status collapsed
43995
43996 \begin_layout Plain Layout
43997
43998 }
43999 \end_layout
44000
44001 \end_inset
44002
44003  RoyalBlue
44004 \end_layout
44005
44006 \end_inset
44007 </cell>
44008 <cell alignment="left" valignment="top" usebox="none">
44009 \begin_inset Text
44010
44011 \begin_layout Plain Layout
44012 \begin_inset ERT
44013 status collapsed
44014
44015 \begin_layout Plain Layout
44016
44017
44018 \backslash
44019 fcolorbox{black}{
44020 \end_layout
44021
44022 \end_inset
44023
44024 RoyalPurple
44025 \begin_inset ERT
44026 status collapsed
44027
44028 \begin_layout Plain Layout
44029
44030 }{
44031 \end_layout
44032
44033 \end_inset
44034
44035
44036 \begin_inset Phantom Phantom
44037 status open
44038
44039 \begin_layout Plain Layout
44040 W
44041 \end_layout
44042
44043 \end_inset
44044
44045
44046 \begin_inset ERT
44047 status collapsed
44048
44049 \begin_layout Plain Layout
44050
44051 }
44052 \end_layout
44053
44054 \end_inset
44055
44056  RoyalPurple
44057 \end_layout
44058
44059 \end_inset
44060 </cell>
44061 <cell alignment="left" valignment="top" usebox="none">
44062 \begin_inset Text
44063
44064 \begin_layout Plain Layout
44065 \begin_inset ERT
44066 status collapsed
44067
44068 \begin_layout Plain Layout
44069
44070
44071 \backslash
44072 fcolorbox{black}{
44073 \end_layout
44074
44075 \end_inset
44076
44077 RubineRed
44078 \begin_inset ERT
44079 status collapsed
44080
44081 \begin_layout Plain Layout
44082
44083 }{
44084 \end_layout
44085
44086 \end_inset
44087
44088
44089 \begin_inset Phantom Phantom
44090 status open
44091
44092 \begin_layout Plain Layout
44093 W
44094 \end_layout
44095
44096 \end_inset
44097
44098
44099 \begin_inset ERT
44100 status collapsed
44101
44102 \begin_layout Plain Layout
44103
44104 }
44105 \end_layout
44106
44107 \end_inset
44108
44109  RubineRed
44110 \end_layout
44111
44112 \end_inset
44113 </cell>
44114 <cell alignment="left" valignment="top" usebox="none">
44115 \begin_inset Text
44116
44117 \begin_layout Plain Layout
44118 \begin_inset ERT
44119 status collapsed
44120
44121 \begin_layout Plain Layout
44122
44123
44124 \backslash
44125 fcolorbox{black}{
44126 \end_layout
44127
44128 \end_inset
44129
44130 Salmon
44131 \begin_inset ERT
44132 status collapsed
44133
44134 \begin_layout Plain Layout
44135
44136 }{
44137 \end_layout
44138
44139 \end_inset
44140
44141
44142 \begin_inset Phantom Phantom
44143 status open
44144
44145 \begin_layout Plain Layout
44146 W
44147 \end_layout
44148
44149 \end_inset
44150
44151
44152 \begin_inset ERT
44153 status collapsed
44154
44155 \begin_layout Plain Layout
44156
44157 }
44158 \end_layout
44159
44160 \end_inset
44161
44162  Salmon
44163 \end_layout
44164
44165 \end_inset
44166 </cell>
44167 </row>
44168 <row>
44169 <cell alignment="left" valignment="top" usebox="none">
44170 \begin_inset Text
44171
44172 \begin_layout Plain Layout
44173 \begin_inset ERT
44174 status collapsed
44175
44176 \begin_layout Plain Layout
44177
44178
44179 \backslash
44180 fcolorbox{black}{
44181 \end_layout
44182
44183 \end_inset
44184
44185 SeaGreen
44186 \begin_inset ERT
44187 status collapsed
44188
44189 \begin_layout Plain Layout
44190
44191 }{
44192 \end_layout
44193
44194 \end_inset
44195
44196
44197 \begin_inset Phantom Phantom
44198 status open
44199
44200 \begin_layout Plain Layout
44201 W
44202 \end_layout
44203
44204 \end_inset
44205
44206
44207 \begin_inset ERT
44208 status collapsed
44209
44210 \begin_layout Plain Layout
44211
44212 }
44213 \end_layout
44214
44215 \end_inset
44216
44217  SeaGreen
44218 \end_layout
44219
44220 \end_inset
44221 </cell>
44222 <cell alignment="left" valignment="top" usebox="none">
44223 \begin_inset Text
44224
44225 \begin_layout Plain Layout
44226 \begin_inset ERT
44227 status collapsed
44228
44229 \begin_layout Plain Layout
44230
44231
44232 \backslash
44233 fcolorbox{black}{
44234 \end_layout
44235
44236 \end_inset
44237
44238 Sepia
44239 \begin_inset ERT
44240 status collapsed
44241
44242 \begin_layout Plain Layout
44243
44244 }{
44245 \end_layout
44246
44247 \end_inset
44248
44249
44250 \begin_inset Phantom Phantom
44251 status open
44252
44253 \begin_layout Plain Layout
44254 W
44255 \end_layout
44256
44257 \end_inset
44258
44259
44260 \begin_inset ERT
44261 status collapsed
44262
44263 \begin_layout Plain Layout
44264
44265 }
44266 \end_layout
44267
44268 \end_inset
44269
44270  Sepia
44271 \end_layout
44272
44273 \end_inset
44274 </cell>
44275 <cell alignment="left" valignment="top" usebox="none">
44276 \begin_inset Text
44277
44278 \begin_layout Plain Layout
44279 \begin_inset ERT
44280 status collapsed
44281
44282 \begin_layout Plain Layout
44283
44284
44285 \backslash
44286 fcolorbox{black}{
44287 \end_layout
44288
44289 \end_inset
44290
44291 SkyBlue
44292 \begin_inset ERT
44293 status collapsed
44294
44295 \begin_layout Plain Layout
44296
44297 }{
44298 \end_layout
44299
44300 \end_inset
44301
44302
44303 \begin_inset Phantom Phantom
44304 status open
44305
44306 \begin_layout Plain Layout
44307 W
44308 \end_layout
44309
44310 \end_inset
44311
44312
44313 \begin_inset ERT
44314 status collapsed
44315
44316 \begin_layout Plain Layout
44317
44318 }
44319 \end_layout
44320
44321 \end_inset
44322
44323  SkyBlue
44324 \end_layout
44325
44326 \end_inset
44327 </cell>
44328 <cell alignment="left" valignment="top" usebox="none">
44329 \begin_inset Text
44330
44331 \begin_layout Plain Layout
44332 \begin_inset ERT
44333 status collapsed
44334
44335 \begin_layout Plain Layout
44336
44337
44338 \backslash
44339 fcolorbox{black}{
44340 \end_layout
44341
44342 \end_inset
44343
44344 SpringGreen
44345 \begin_inset ERT
44346 status collapsed
44347
44348 \begin_layout Plain Layout
44349
44350 }{
44351 \end_layout
44352
44353 \end_inset
44354
44355
44356 \begin_inset Phantom Phantom
44357 status open
44358
44359 \begin_layout Plain Layout
44360 W
44361 \end_layout
44362
44363 \end_inset
44364
44365
44366 \begin_inset ERT
44367 status collapsed
44368
44369 \begin_layout Plain Layout
44370
44371 }
44372 \end_layout
44373
44374 \end_inset
44375
44376  SpringGreen
44377 \end_layout
44378
44379 \end_inset
44380 </cell>
44381 </row>
44382 <row>
44383 <cell alignment="left" valignment="top" usebox="none">
44384 \begin_inset Text
44385
44386 \begin_layout Plain Layout
44387 \begin_inset ERT
44388 status collapsed
44389
44390 \begin_layout Plain Layout
44391
44392
44393 \backslash
44394 fcolorbox{black}{
44395 \end_layout
44396
44397 \end_inset
44398
44399 Tan
44400 \begin_inset ERT
44401 status collapsed
44402
44403 \begin_layout Plain Layout
44404
44405 }{
44406 \end_layout
44407
44408 \end_inset
44409
44410
44411 \begin_inset Phantom Phantom
44412 status open
44413
44414 \begin_layout Plain Layout
44415 W
44416 \end_layout
44417
44418 \end_inset
44419
44420
44421 \begin_inset ERT
44422 status collapsed
44423
44424 \begin_layout Plain Layout
44425
44426 }
44427 \end_layout
44428
44429 \end_inset
44430
44431  Tan
44432 \end_layout
44433
44434 \end_inset
44435 </cell>
44436 <cell alignment="left" valignment="top" usebox="none">
44437 \begin_inset Text
44438
44439 \begin_layout Plain Layout
44440 \begin_inset ERT
44441 status collapsed
44442
44443 \begin_layout Plain Layout
44444
44445
44446 \backslash
44447 fcolorbox{black}{
44448 \end_layout
44449
44450 \end_inset
44451
44452 TealBlue
44453 \begin_inset ERT
44454 status collapsed
44455
44456 \begin_layout Plain Layout
44457
44458 }{
44459 \end_layout
44460
44461 \end_inset
44462
44463
44464 \begin_inset Phantom Phantom
44465 status open
44466
44467 \begin_layout Plain Layout
44468 W
44469 \end_layout
44470
44471 \end_inset
44472
44473
44474 \begin_inset ERT
44475 status collapsed
44476
44477 \begin_layout Plain Layout
44478
44479 }
44480 \end_layout
44481
44482 \end_inset
44483
44484  TealBlue
44485 \end_layout
44486
44487 \end_inset
44488 </cell>
44489 <cell alignment="left" valignment="top" usebox="none">
44490 \begin_inset Text
44491
44492 \begin_layout Plain Layout
44493 \begin_inset ERT
44494 status collapsed
44495
44496 \begin_layout Plain Layout
44497
44498
44499 \backslash
44500 fcolorbox{black}{
44501 \end_layout
44502
44503 \end_inset
44504
44505 Thistle
44506 \begin_inset ERT
44507 status collapsed
44508
44509 \begin_layout Plain Layout
44510
44511 }{
44512 \end_layout
44513
44514 \end_inset
44515
44516
44517 \begin_inset Phantom Phantom
44518 status open
44519
44520 \begin_layout Plain Layout
44521 W
44522 \end_layout
44523
44524 \end_inset
44525
44526
44527 \begin_inset ERT
44528 status collapsed
44529
44530 \begin_layout Plain Layout
44531
44532 }
44533 \end_layout
44534
44535 \end_inset
44536
44537  Thistle
44538 \end_layout
44539
44540 \end_inset
44541 </cell>
44542 <cell alignment="left" valignment="top" usebox="none">
44543 \begin_inset Text
44544
44545 \begin_layout Plain Layout
44546 \begin_inset ERT
44547 status collapsed
44548
44549 \begin_layout Plain Layout
44550
44551
44552 \backslash
44553 fcolorbox{black}{
44554 \end_layout
44555
44556 \end_inset
44557
44558 Turquoise
44559 \begin_inset ERT
44560 status collapsed
44561
44562 \begin_layout Plain Layout
44563
44564 }{
44565 \end_layout
44566
44567 \end_inset
44568
44569
44570 \begin_inset Phantom Phantom
44571 status open
44572
44573 \begin_layout Plain Layout
44574 W
44575 \end_layout
44576
44577 \end_inset
44578
44579
44580 \begin_inset ERT
44581 status collapsed
44582
44583 \begin_layout Plain Layout
44584
44585 }
44586 \end_layout
44587
44588 \end_inset
44589
44590  Turquoise
44591 \end_layout
44592
44593 \end_inset
44594 </cell>
44595 </row>
44596 <row>
44597 <cell alignment="left" valignment="top" usebox="none">
44598 \begin_inset Text
44599
44600 \begin_layout Plain Layout
44601 \begin_inset ERT
44602 status collapsed
44603
44604 \begin_layout Plain Layout
44605
44606
44607 \backslash
44608 fcolorbox{black}{
44609 \end_layout
44610
44611 \end_inset
44612
44613 Violet
44614 \begin_inset ERT
44615 status collapsed
44616
44617 \begin_layout Plain Layout
44618
44619 }{
44620 \end_layout
44621
44622 \end_inset
44623
44624
44625 \begin_inset Phantom Phantom
44626 status open
44627
44628 \begin_layout Plain Layout
44629 W
44630 \end_layout
44631
44632 \end_inset
44633
44634
44635 \begin_inset ERT
44636 status collapsed
44637
44638 \begin_layout Plain Layout
44639
44640 }
44641 \end_layout
44642
44643 \end_inset
44644
44645  Violet
44646 \end_layout
44647
44648 \end_inset
44649 </cell>
44650 <cell alignment="left" valignment="top" usebox="none">
44651 \begin_inset Text
44652
44653 \begin_layout Plain Layout
44654 \begin_inset ERT
44655 status collapsed
44656
44657 \begin_layout Plain Layout
44658
44659
44660 \backslash
44661 fcolorbox{black}{
44662 \end_layout
44663
44664 \end_inset
44665
44666 VioletRed
44667 \begin_inset ERT
44668 status collapsed
44669
44670 \begin_layout Plain Layout
44671
44672 }{
44673 \end_layout
44674
44675 \end_inset
44676
44677
44678 \begin_inset Phantom Phantom
44679 status open
44680
44681 \begin_layout Plain Layout
44682 W
44683 \end_layout
44684
44685 \end_inset
44686
44687
44688 \begin_inset ERT
44689 status collapsed
44690
44691 \begin_layout Plain Layout
44692
44693 }
44694 \end_layout
44695
44696 \end_inset
44697
44698  VioletRed
44699 \end_layout
44700
44701 \end_inset
44702 </cell>
44703 <cell alignment="left" valignment="top" usebox="none">
44704 \begin_inset Text
44705
44706 \begin_layout Plain Layout
44707 \begin_inset ERT
44708 status collapsed
44709
44710 \begin_layout Plain Layout
44711
44712
44713 \backslash
44714 fcolorbox{black}{
44715 \end_layout
44716
44717 \end_inset
44718
44719 WildStrawberry
44720 \begin_inset ERT
44721 status collapsed
44722
44723 \begin_layout Plain Layout
44724
44725 }{
44726 \end_layout
44727
44728 \end_inset
44729
44730
44731 \begin_inset Phantom Phantom
44732 status open
44733
44734 \begin_layout Plain Layout
44735 W
44736 \end_layout
44737
44738 \end_inset
44739
44740
44741 \begin_inset ERT
44742 status collapsed
44743
44744 \begin_layout Plain Layout
44745
44746 }
44747 \end_layout
44748
44749 \end_inset
44750
44751  WildStrawberry
44752 \end_layout
44753
44754 \end_inset
44755 </cell>
44756 <cell alignment="left" valignment="top" usebox="none">
44757 \begin_inset Text
44758
44759 \begin_layout Plain Layout
44760 \begin_inset ERT
44761 status collapsed
44762
44763 \begin_layout Plain Layout
44764
44765
44766 \backslash
44767 fcolorbox{black}{
44768 \end_layout
44769
44770 \end_inset
44771
44772 YellowGreen
44773 \begin_inset ERT
44774 status collapsed
44775
44776 \begin_layout Plain Layout
44777
44778 }{
44779 \end_layout
44780
44781 \end_inset
44782
44783
44784 \begin_inset Phantom Phantom
44785 status open
44786
44787 \begin_layout Plain Layout
44788 W
44789 \end_layout
44790
44791 \end_inset
44792
44793
44794 \begin_inset ERT
44795 status collapsed
44796
44797 \begin_layout Plain Layout
44798
44799 }
44800 \end_layout
44801
44802 \end_inset
44803
44804  YellowGreen
44805 \end_layout
44806
44807 \end_inset
44808 </cell>
44809 </row>
44810 <row>
44811 <cell alignment="left" valignment="top" usebox="none">
44812 \begin_inset Text
44813
44814 \begin_layout Plain Layout
44815 \begin_inset ERT
44816 status collapsed
44817
44818 \begin_layout Plain Layout
44819
44820
44821 \backslash
44822 fcolorbox{black}{
44823 \end_layout
44824
44825 \end_inset
44826
44827 YellowOrange
44828 \begin_inset ERT
44829 status collapsed
44830
44831 \begin_layout Plain Layout
44832
44833 }{
44834 \end_layout
44835
44836 \end_inset
44837
44838
44839 \begin_inset Phantom Phantom
44840 status open
44841
44842 \begin_layout Plain Layout
44843 W
44844 \end_layout
44845
44846 \end_inset
44847
44848
44849 \begin_inset ERT
44850 status collapsed
44851
44852 \begin_layout Plain Layout
44853
44854 }
44855 \end_layout
44856
44857 \end_inset
44858
44859  YellowOrange
44860 \end_layout
44861
44862 \end_inset
44863 </cell>
44864 <cell alignment="left" valignment="top" usebox="none">
44865 \begin_inset Text
44866
44867 \begin_layout Plain Layout
44868
44869 \end_layout
44870
44871 \end_inset
44872 </cell>
44873 <cell alignment="left" valignment="top" usebox="none">
44874 \begin_inset Text
44875
44876 \begin_layout Plain Layout
44877
44878 \end_layout
44879
44880 \end_inset
44881 </cell>
44882 <cell alignment="left" valignment="top" usebox="none">
44883 \begin_inset Text
44884
44885 \begin_layout Plain Layout
44886
44887 \end_layout
44888
44889 \end_inset
44890 </cell>
44891 </row>
44892 </lyxtabular>
44893
44894 \end_inset
44895
44896
44897 \end_layout
44898
44899 \begin_layout Chapter
44900 Explanation of Equation
44901 \begin_inset space ~
44902 \end_inset
44903
44904 (
44905 \begin_inset CommandInset ref
44906 LatexCommand ref
44907 reference "eq:Wgn"
44908
44909 \end_inset
44910
44911 )
44912 \begin_inset CommandInset label
44913 LatexCommand label
44914 name "cha:Explanation-of-Equation"
44915
44916 \end_inset
44917
44918
44919 \end_layout
44920
44921 \begin_layout Standard
44922 We can calculate the total width of 
44923 \emph on
44924 n
44925 \emph default
44926  table cells 
44927 \begin_inset Formula $W_{\mathrm{tot\,n}}$
44928 \end_inset
44929
44930  as follows:
44931 \begin_inset Formula 
44932 \begin{equation}
44933 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
44934 \end{equation}
44935
44936 \end_inset
44937
44938 where 
44939 \begin_inset Formula $W_{g\,n}$
44940 \end_inset
44941
44942  is the given width of all cells, 
44943 \series bold
44944
44945 \backslash
44946 tabcolsep
44947 \series default
44948  is the \SpecialChar LaTeX
44949 -length between the cell text and the cell border (its default value
44950  is 6
44951 \begin_inset space \thinspace{}
44952 \end_inset
44953
44954 pt).
44955  
44956 \series bold
44957
44958 \backslash
44959 arrayrulewidth
44960 \series default
44961  is the thickness of the cell border line, the default is 0.4
44962 \begin_inset space \thinspace{}
44963 \end_inset
44964
44965 pt.
44966 \end_layout
44967
44968 \begin_layout Standard
44969 Following equation
44970 \begin_inset space ~
44971 \end_inset
44972
44973
44974 \begin_inset CommandInset ref
44975 LatexCommand eqref
44976 reference "eq:Wtot_n"
44977
44978 \end_inset
44979
44980 , the total width of a multicolumn 
44981 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
44982 \end_inset
44983
44984  is
44985 \begin_inset Formula 
44986 \begin{equation}
44987 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
44988 \end{equation}
44989
44990 \end_inset
44991
44992
44993 \end_layout
44994
44995 \begin_layout Standard
44996 By setting equation
44997 \begin_inset space ~
44998 \end_inset
44999
45000
45001 \begin_inset CommandInset ref
45002 LatexCommand eqref
45003 reference "eq:Wtot_n"
45004
45005 \end_inset
45006
45007  and 
45008 \begin_inset CommandInset ref
45009 LatexCommand eqref
45010 reference "eq:Wtot_mult"
45011
45012 \end_inset
45013
45014  equal we can calculate the needed given width 
45015 \begin_inset Formula $W_{g\,n}$
45016 \end_inset
45017
45018  when 
45019 \emph on
45020 n
45021 \emph default
45022  columns are spanned, so that each column has a total width of 
45023 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
45024 \end_inset
45025
45026 :
45027 \begin_inset Formula 
45028 \begin{equation}
45029 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
45030 \end{equation}
45031
45032 \end_inset
45033
45034
45035 \end_layout
45036
45037 \begin_layout Bibliography
45038 \begin_inset CommandInset bibitem
45039 LatexCommand bibitem
45040 key "latexcompanion"
45041
45042 \end_inset
45043
45044 Frank Mittelbach and Michel Goossens: 
45045 \emph on
45046 The \SpecialChar LaTeX
45047  Companion Second Edition.
45048
45049 \emph default
45050  Addison-Wesley, 2004
45051 \end_layout
45052
45053 \begin_layout Bibliography
45054 \begin_inset CommandInset bibitem
45055 LatexCommand bibitem
45056 key "latexguide"
45057
45058 \end_inset
45059
45060 Helmut Kopka and Patrick W.
45061  Daly: 
45062 \emph on
45063 A Guide to \SpecialChar LaTeX
45064  Fourth Edition.
45065
45066 \emph default
45067  Addison-Wesley, 2003
45068 \end_layout
45069
45070 \begin_layout Bibliography
45071 \begin_inset CommandInset bibitem
45072 LatexCommand bibitem
45073 key "latexbook"
45074
45075 \end_inset
45076
45077 Leslie Lamport: 
45078 \emph on
45079 \SpecialChar LaTeX
45080 : A Document Preparation System.
45081
45082 \emph default
45083  Addison-Wesley, second edition, 1994
45084 \end_layout
45085
45086 \begin_layout Bibliography
45087 \begin_inset CommandInset bibitem
45088 LatexCommand bibitem
45089 key "arydshln"
45090
45091 \end_inset
45092
45093 Documentation of the \SpecialChar LaTeX
45094 -package 
45095 \series bold
45096
45097 \begin_inset CommandInset href
45098 LatexCommand href
45099 name "arydshln"
45100 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
45101
45102 \end_inset
45103
45104
45105 \series default
45106
45107 \begin_inset Index idx
45108 status collapsed
45109
45110 \begin_layout Plain Layout
45111 \SpecialChar LaTeX
45112 -packages ! arydshln
45113 \end_layout
45114
45115 \end_inset
45116
45117
45118 \end_layout
45119
45120 \begin_layout Bibliography
45121 \begin_inset CommandInset bibitem
45122 LatexCommand bibitem
45123 key "booktabs"
45124
45125 \end_inset
45126
45127 Documentation of the \SpecialChar LaTeX
45128 -package 
45129 \series bold
45130
45131 \begin_inset CommandInset href
45132 LatexCommand href
45133 name "booktabs"
45134 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
45135
45136 \end_inset
45137
45138
45139 \series default
45140
45141 \begin_inset Index idx
45142 status collapsed
45143
45144 \begin_layout Plain Layout
45145 \SpecialChar LaTeX
45146 -packages ! booktabs
45147 \end_layout
45148
45149 \end_inset
45150
45151
45152 \end_layout
45153
45154 \begin_layout Bibliography
45155 \begin_inset CommandInset bibitem
45156 LatexCommand bibitem
45157 key "caption"
45158
45159 \end_inset
45160
45161 Documentation of the \SpecialChar LaTeX
45162 -package 
45163 \series bold
45164
45165 \begin_inset CommandInset href
45166 LatexCommand href
45167 name "caption"
45168 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
45169
45170 \end_inset
45171
45172
45173 \series default
45174
45175 \begin_inset Index idx
45176 status collapsed
45177
45178 \begin_layout Plain Layout
45179 \SpecialChar LaTeX
45180 -packages ! caption
45181 \end_layout
45182
45183 \end_inset
45184
45185
45186 \end_layout
45187
45188 \begin_layout Bibliography
45189 \begin_inset CommandInset bibitem
45190 LatexCommand bibitem
45191 key "diagbox"
45192
45193 \end_inset
45194
45195 Documentation of the \SpecialChar LaTeX
45196 -package 
45197 \series bold
45198
45199 \begin_inset CommandInset href
45200 LatexCommand href
45201 name "diagbox"
45202 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
45203
45204 \end_inset
45205
45206
45207 \series default
45208
45209 \begin_inset Index idx
45210 status collapsed
45211
45212 \begin_layout Plain Layout
45213 \SpecialChar LaTeX
45214 -packages ! diagbox
45215 \end_layout
45216
45217 \end_inset
45218
45219
45220 \end_layout
45221
45222 \begin_layout Bibliography
45223 \begin_inset CommandInset bibitem
45224 LatexCommand bibitem
45225 key "endfloat"
45226
45227 \end_inset
45228
45229 Documentation of the \SpecialChar LaTeX
45230 -package 
45231 \series bold
45232
45233 \begin_inset CommandInset href
45234 LatexCommand href
45235 name "endfloat"
45236 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
45237
45238 \end_inset
45239
45240
45241 \series default
45242
45243 \begin_inset Index idx
45244 status collapsed
45245
45246 \begin_layout Plain Layout
45247 \SpecialChar LaTeX
45248 -packages ! endfloat
45249 \end_layout
45250
45251 \end_inset
45252
45253
45254 \end_layout
45255
45256 \begin_layout Bibliography
45257 \begin_inset CommandInset bibitem
45258 LatexCommand bibitem
45259 key "footmisc"
45260
45261 \end_inset
45262
45263 Documentation of the \SpecialChar LaTeX
45264 -package 
45265 \series bold
45266
45267 \begin_inset CommandInset href
45268 LatexCommand href
45269 name "footmisc"
45270 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
45271
45272 \end_inset
45273
45274
45275 \series default
45276
45277 \begin_inset Index idx
45278 status collapsed
45279
45280 \begin_layout Plain Layout
45281 \SpecialChar LaTeX
45282 -packages ! footmisc
45283 \end_layout
45284
45285 \end_inset
45286
45287
45288 \end_layout
45289
45290 \begin_layout Bibliography
45291 \begin_inset CommandInset bibitem
45292 LatexCommand bibitem
45293 key "hypcap"
45294
45295 \end_inset
45296
45297 Documentation of the \SpecialChar LaTeX
45298 -package 
45299 \series bold
45300
45301 \begin_inset CommandInset href
45302 LatexCommand href
45303 name "hypcap"
45304 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
45305
45306 \end_inset
45307
45308
45309 \series default
45310
45311 \begin_inset Index idx
45312 status collapsed
45313
45314 \begin_layout Plain Layout
45315 \SpecialChar LaTeX
45316 -packages ! hyperref
45317 \end_layout
45318
45319 \end_inset
45320
45321
45322 \end_layout
45323
45324 \begin_layout Bibliography
45325 \begin_inset CommandInset bibitem
45326 LatexCommand bibitem
45327 key "hyperref"
45328
45329 \end_inset
45330
45331 Documentation of the \SpecialChar LaTeX
45332 -package 
45333 \series bold
45334
45335 \begin_inset CommandInset href
45336 LatexCommand href
45337 name "hyperref"
45338 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
45339
45340 \end_inset
45341
45342
45343 \series default
45344
45345 \begin_inset Index idx
45346 status collapsed
45347
45348 \begin_layout Plain Layout
45349 \SpecialChar LaTeX
45350 -packages ! hyperref
45351 \end_layout
45352
45353 \end_inset
45354
45355
45356 \end_layout
45357
45358 \begin_layout Bibliography
45359 \begin_inset CommandInset bibitem
45360 LatexCommand bibitem
45361 key "KOMA-Script"
45362
45363 \end_inset
45364
45365 Documentation of the \SpecialChar LaTeX
45366 -package 
45367 \series bold
45368
45369 \begin_inset CommandInset href
45370 LatexCommand href
45371 name "KOMA-Script"
45372 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
45373
45374 \end_inset
45375
45376
45377 \series default
45378
45379 \begin_inset Index idx
45380 status collapsed
45381
45382 \begin_layout Plain Layout
45383 \SpecialChar LaTeX
45384 -packages ! KOMA-Script
45385 \end_layout
45386
45387 \end_inset
45388
45389
45390 \end_layout
45391
45392 \begin_layout Bibliography
45393 \begin_inset CommandInset bibitem
45394 LatexCommand bibitem
45395 key "lettrine"
45396
45397 \end_inset
45398
45399 Documentation of the \SpecialChar LaTeX
45400 -package 
45401 \series bold
45402
45403 \begin_inset CommandInset href
45404 LatexCommand href
45405 name "lettrine"
45406 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
45407
45408 \end_inset
45409
45410
45411 \series default
45412  and an 
45413 \begin_inset CommandInset href
45414 LatexCommand href
45415 name "example"
45416 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
45417
45418 \end_inset
45419
45420
45421 \begin_inset Index idx
45422 status collapsed
45423
45424 \begin_layout Plain Layout
45425 \SpecialChar LaTeX
45426 -packages ! lettrine
45427 \end_layout
45428
45429 \end_inset
45430
45431
45432 \end_layout
45433
45434 \begin_layout Bibliography
45435 \begin_inset CommandInset bibitem
45436 LatexCommand bibitem
45437 key "listings"
45438
45439 \end_inset
45440
45441 Documentation of the \SpecialChar LaTeX
45442 -package 
45443 \series bold
45444
45445 \begin_inset CommandInset href
45446 LatexCommand href
45447 name "listings"
45448 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
45449
45450 \end_inset
45451
45452
45453 \series default
45454
45455 \begin_inset Index idx
45456 status collapsed
45457
45458 \begin_layout Plain Layout
45459 \SpecialChar LaTeX
45460 -packages ! listings
45461 \end_layout
45462
45463 \end_inset
45464
45465
45466 \end_layout
45467
45468 \begin_layout Bibliography
45469 \begin_inset CommandInset bibitem
45470 LatexCommand bibitem
45471 key "marginnote"
45472
45473 \end_inset
45474
45475 Documentation of the \SpecialChar LaTeX
45476 -package 
45477 \series bold
45478
45479 \begin_inset CommandInset href
45480 LatexCommand href
45481 name "marginnote"
45482 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
45483
45484 \end_inset
45485
45486
45487 \series default
45488
45489 \begin_inset Index idx
45490 status collapsed
45491
45492 \begin_layout Plain Layout
45493 \SpecialChar LaTeX
45494 -packages ! marginnote
45495 \end_layout
45496
45497 \end_inset
45498
45499
45500 \end_layout
45501
45502 \begin_layout Bibliography
45503 \begin_inset CommandInset bibitem
45504 LatexCommand bibitem
45505 key "pdfpages"
45506
45507 \end_inset
45508
45509 Documentation of the \SpecialChar LaTeX
45510 -package 
45511 \series bold
45512
45513 \begin_inset CommandInset href
45514 LatexCommand href
45515 name "pdfpages"
45516 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
45517
45518 \end_inset
45519
45520
45521 \series default
45522
45523 \begin_inset Index idx
45524 status collapsed
45525
45526 \begin_layout Plain Layout
45527 \SpecialChar LaTeX
45528 -packages ! pdfpages
45529 \end_layout
45530
45531 \end_inset
45532
45533
45534 \end_layout
45535
45536 \begin_layout Bibliography
45537 \begin_inset CommandInset bibitem
45538 LatexCommand bibitem
45539 key "prettyref"
45540
45541 \end_inset
45542
45543 Documentation of the \SpecialChar LaTeX
45544 -package 
45545 \series bold
45546
45547 \begin_inset CommandInset href
45548 LatexCommand href
45549 name "prettyref"
45550 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
45551
45552 \end_inset
45553
45554
45555 \series default
45556
45557 \begin_inset Index idx
45558 status collapsed
45559
45560 \begin_layout Plain Layout
45561 \SpecialChar LaTeX
45562 -packages ! prettyref
45563 \end_layout
45564
45565 \end_inset
45566
45567
45568 \end_layout
45569
45570 \begin_layout Bibliography
45571 \begin_inset CommandInset bibitem
45572 LatexCommand bibitem
45573 key "pstricks"
45574
45575 \end_inset
45576
45577 Web page of the \SpecialChar LaTeX
45578 -package 
45579 \series bold
45580
45581 \begin_inset CommandInset href
45582 LatexCommand href
45583 name "PSTricks"
45584 target "http://tug.org/PSTricks/"
45585
45586 \end_inset
45587
45588
45589 \series default
45590
45591 \begin_inset Index idx
45592 status collapsed
45593
45594 \begin_layout Plain Layout
45595 \SpecialChar LaTeX
45596 -packages ! PSTricks
45597 \end_layout
45598
45599 \end_inset
45600
45601
45602 \end_layout
45603
45604 \begin_layout Bibliography
45605 \begin_inset CommandInset bibitem
45606 LatexCommand bibitem
45607 key "refstyle"
45608
45609 \end_inset
45610
45611 Documentation of the \SpecialChar LaTeX
45612 -package 
45613 \series bold
45614
45615 \begin_inset CommandInset href
45616 LatexCommand href
45617 name "refstyle"
45618 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
45619
45620 \end_inset
45621
45622
45623 \series default
45624
45625 \begin_inset Index idx
45626 status collapsed
45627
45628 \begin_layout Plain Layout
45629 \SpecialChar LaTeX
45630 -packages ! refstyle
45631 \end_layout
45632
45633 \end_inset
45634
45635
45636 \end_layout
45637
45638 \begin_layout Bibliography
45639 \begin_inset CommandInset bibitem
45640 LatexCommand bibitem
45641 key "sidecap"
45642
45643 \end_inset
45644
45645 Documentation of the \SpecialChar LaTeX
45646 -package 
45647 \series bold
45648
45649 \begin_inset CommandInset href
45650 LatexCommand href
45651 name "sidecap"
45652 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
45653
45654 \end_inset
45655
45656
45657 \series default
45658
45659 \begin_inset Index idx
45660 status collapsed
45661
45662 \begin_layout Plain Layout
45663 \SpecialChar LaTeX
45664 -packages ! sidecap
45665 \end_layout
45666
45667 \end_inset
45668
45669
45670 \end_layout
45671
45672 \begin_layout Bibliography
45673 \begin_inset CommandInset bibitem
45674 LatexCommand bibitem
45675 key "NewInLyX20"
45676
45677 \end_inset
45678
45679
45680 \begin_inset CommandInset href
45681 LatexCommand href
45682 name "Wiki page"
45683 target "http://wiki.lyx.org/LyX/NewInLyX20"
45684
45685 \end_inset
45686
45687  about new features in 
45688 \family sans
45689 \SpecialChar LyX
45690  2.0
45691 \family default
45692 .
45693 \end_layout
45694
45695 \begin_layout Standard
45696 \begin_inset CommandInset index_print
45697 LatexCommand printindex
45698 type "idx"
45699
45700 \end_inset
45701
45702
45703 \end_layout
45704
45705 \end_body
45706 \end_document