]> git.lyx.org Git - features.git/blob - lib/doc/EmbeddedObjects.lyx
987fa6565f7f21fe93dc11ebddaf2a9196440102
[features.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 2.2 created this file. For more info see http://www.lyx.org/
2 \lyxformat 504
3 \begin_document
4 \begin_header
5 \save_transient_properties true
6 \origin /systemlyxdir/doc/
7 \textclass scrbook
8 \begin_preamble
9 % that links to image floats jumps
10 % to the beginning of the float and 
11 % not to its caption
12 \usepackage[figure]{hypcap}
13
14 % the pages of the TOC is numbered roman
15 % and a PDF-bookmark for the TOC is added
16 \let\myTOC\tableofcontents
17 \renewcommand\tableofcontents{%
18   \frontmatter
19   \pdfbookmark[1]{\contentsname}{}
20   \myTOC
21   \mainmatter }
22
23 % provides caption formatting
24 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
25
26 % provides commands to set caption
27 % beside tables/images
28 \newcommand{\TabBesBeg}[1][1.0]{%
29  \let\MyTable\table
30  \let\MyEndtable\endtable
31  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
32
33 \newcommand{\TabBesEnd}{%
34  \let\table\MyTable
35  \let\endtable\MyEndtable}
36
37 \newcommand{\FigBesBeg}[1][1.0]{%
38  \let\MyFigure\figure
39  \let\MyEndfigure\endfigure
40  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
41
42 \newcommand{\FigBesEnd}{%
43  \let\figure\MyFigure
44  \let\endfigure\MyEndfigure}
45
46 % enables calculation of values,
47 \usepackage{calc}
48
49 % increase the bottom float placement fraction
50 \renewcommand{\bottomfraction}{0.5}
51
52 % avoids that floats are placed before their
53 % corresponding section starts
54 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
55
56 % speed up the longtable calculation
57 \setcounter{LTchunksize}{100}
58
59 % used for colored tables
60 \@ifundefined{textcolor}
61  {\usepackage{color}}{}
62 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
63 \definecolor{lightgrey}{gray}{0.8}
64
65 % check for package colortbl
66 % used for colored table cells
67 \newboolean{colortbl}
68 \IfFileExists{colortbl.sty}
69  {\usepackage{colortbl}
70   \setboolean{colortbl}{true}}
71  {\setboolean{colortbl}{false}}
72
73 % used to have extra space in table cells
74 \@ifundefined{extrarowheight}
75  {\usepackage{array}}{}
76 \setlength{\extrarowheight}{2pt}
77
78 % used for customized tables
79 % ---
80 \newcolumntype{M}[1]
81  {>{\centering\hspace{0pt}}m{#1}}
82
83 \newcolumntype{S}[2]
84  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
85
86 \newcolumntype{K}[1]
87  {>{\columncolor{#1}\hspace{0pt}}c}
88
89 \newcolumntype{V}{!{\vrule width 1.5pt}}
90
91 \newcolumntype{W}{!{\color{green}\vline}}
92 % ---
93
94 % insert additional vertical space of
95 % 1.5 mm between footnotes
96 \let\myFoot\footnote
97 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
98
99 % number algorithm floats within chapters
100 \numberwithin{algorithm}{chapter}
101
102 % ------------------------------------
103 % used to check for needed LaTeX packages
104 \usepackage{ifthen}
105
106 % check for package arydshln
107 % used for tables with dashed lines
108 \newboolean{arydshln}
109 \IfFileExists{arydshln.sty}
110  {\usepackage{arydshln}
111   \setboolean{arydshln}{true}}
112  {\setboolean{arydshln}{false}}
113
114 % check for package marginnote
115 % used for margin notes
116 \newboolean{marginnote}
117 \IfFileExists{marginnote.sty}
118  {\usepackage{marginnote}
119   \let\marginpar\marginnote
120   \setboolean{marginnote}{true}}
121  {\setboolean{marginnote}{false}}
122
123 % check for package sidecap
124 % used for captions on the side
125 \newboolean{sidecap}
126 \IfFileExists{sidecap.sty}
127  {\usepackage{sidecap}
128   \setboolean{sidecap}{true}}
129  {\setboolean{sidecap}{false}}
130
131 % check for picinpar
132 % used for surrounded fixed objects
133 \newboolean{picinpar}
134 \IfFileExists{picinpar.sty}
135  {\usepackage{picinpar}
136   \setboolean{picinpar}{true}}
137  {\setboolean{picinpar}{false}}
138
139 % check for lettrine
140 \newboolean{lettrine}
141 \IfFileExists{lettrine.sty}
142  {\usepackage{lettrine}
143   \setboolean{lettrine}{true}}
144  {\setboolean{lettrine}{false}}
145
146 % check for diagbox
147 \newboolean{diagbox}
148 \IfFileExists{diagbox.sty}
149  {\usepackage{diagbox}
150   \setboolean{diagbox}{true}}
151  {\setboolean{diagbox}{false}}
152 \end_preamble
153 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,dvipsnames,table
154 \use_default_options false
155 \begin_modules
156 initials
157 graphicboxes
158 \end_modules
159 \maintain_unincluded_children false
160 \language english
161 \language_package default
162 \inputencoding auto
163 \fontencoding global
164 \font_roman "lmodern" "default"
165 \font_sans "lmss" "default"
166 \font_typewriter "lmtt" "default"
167 \font_math "auto" "auto"
168 \font_default_family default
169 \use_non_tex_fonts false
170 \font_sc false
171 \font_osf false
172 \font_sf_scale 100 100
173 \font_tt_scale 100 100
174 \graphics default
175 \default_output_format pdf2
176 \output_sync 0
177 \bibtex_command default
178 \index_command default
179 \paperfontsize 12
180 \spacing single
181 \use_hyperref true
182 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
183 \pdf_author "LyX Team, Uwe Stöhr"
184 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
185 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
186 \pdf_bookmarks true
187 \pdf_bookmarksnumbered true
188 \pdf_bookmarksopen true
189 \pdf_bookmarksopenlevel 1
190 \pdf_breaklinks false
191 \pdf_pdfborder false
192 \pdf_colorlinks true
193 \pdf_backref false
194 \pdf_pdfusetitle false
195 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
196 \papersize default
197 \use_geometry false
198 \use_package amsmath 2
199 \use_package amssymb 2
200 \use_package cancel 0
201 \use_package esint 0
202 \use_package mathdots 1
203 \use_package mathtools 0
204 \use_package mhchem 1
205 \use_package stackrel 0
206 \use_package stmaryrd 0
207 \use_package undertilde 0
208 \cite_engine basic
209 \cite_engine_type default
210 \biblio_style plain
211 \use_bibtopic false
212 \use_indices false
213 \paperorientation portrait
214 \suppress_date false
215 \justification true
216 \use_refstyle 0
217 \notefontcolor #0000ff
218 \index Index
219 \shortcut idx
220 \color #008000
221 \end_index
222 \secnumdepth 3
223 \tocdepth 3
224 \paragraph_separation skip
225 \defskip medskip
226 \quotes_language english
227 \papercolumns 1
228 \papersides 2
229 \paperpagestyle default
230 \tracking_changes false
231 \output_changes false
232 \html_math_output 0
233 \html_css_as_file 0
234 \html_be_strict false
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 option
17244 \end_layout
17245
17246 \begin_layout Standard
17247
17248 \series bold
17249 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/float.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/label.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/reference.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 \end_inset
26904
26905
26906 \end_layout
26907
26908 \begin_layout Standard
26909 An alternative and simpler solution is to use the module 
26910 \family sans
26911 Variable-width Minipages
26912 \family default
26913 , see sec.
26914 \begin_inset space \thinspace{}
26915 \end_inset
26916
26917
26918 \begin_inset CommandInset ref
26919 LatexCommand ref
26920 reference "sec:Minipages"
26921
26922 \end_inset
26923
26924 .
26925  Variable-width minipages adapt automatically to the width of the figures
26926  and tables.
26927  They do not require an explicit width to be given, and they improve the
26928  horizontal alignment of the figures.
26929  The LyX example file 
26930 \emph on
26931 varwidth-floats-side-by-side
26932 \emph default
26933  gives examples of how to do this.
26934 \end_layout
26935
26936 \begin_layout Section
26937 Caption Formatting
26938 \begin_inset Index idx
26939 status collapsed
26940
26941 \begin_layout Plain Layout
26942 Caption ! Formatting
26943 \end_layout
26944
26945 \end_inset
26946
26947
26948 \begin_inset Index idx
26949 status collapsed
26950
26951 \begin_layout Plain Layout
26952 Floats ! Caption Formatting
26953 \end_layout
26954
26955 \end_inset
26956
26957
26958 \begin_inset CommandInset label
26959 LatexCommand label
26960 name "sec:Caption-Formatting"
26961
26962 \end_inset
26963
26964
26965 \end_layout
26966
26967 \begin_layout Standard
26968 The 
26969 \family sans
26970 Caption
26971 \family default
26972  environment is the default paragraph environment for 
26973 \family sans
26974 Floats
26975 \family default
26976 .
26977  On the \SpecialChar LyX
26978  screen captions appear as a label, e.
26979 \begin_inset space \thinspace{}
26980 \end_inset
26981
26982 g.
26983 \begin_inset space \space{}
26984 \end_inset
26985
26986
26987 \begin_inset Quotes eld
26988 \end_inset
26989
26990
26991 \family sans
26992 Figure #:
26993 \family default
26994
26995 \begin_inset Quotes erd
26996 \end_inset
26997
26998  followed by the caption text.
26999  
27000 \begin_inset Quotes eld
27001 \end_inset
27002
27003 #
27004 \begin_inset Quotes erd
27005 \end_inset
27006
27007  is the actual reference number.
27008  By default the label and the number are in the same font as the caption
27009  text and a colon follows the number to divide the label from the text.
27010  This caption format is suitable for many but not all documents.
27011  
27012 \end_layout
27013
27014 \begin_layout Standard
27015 To change the default caption format, load the \SpecialChar LaTeX
27016 -package 
27017 \series bold
27018 caption
27019 \series default
27020
27021 \begin_inset Index idx
27022 status collapsed
27023
27024 \begin_layout Plain Layout
27025 \SpecialChar LaTeX
27026 -packages ! caption
27027 \end_layout
27028
27029 \end_inset
27030
27031  in the document preamble with this line:
27032 \end_layout
27033
27034 \begin_layout Standard
27035
27036 \series bold
27037
27038 \backslash
27039 usepackage[format definition]{caption}
27040 \end_layout
27041
27042 \begin_layout Standard
27043 To have for example the label and the number in sans-serif, bold font and
27044  the table captions always above the table as in this document, use the
27045  following command:
27046 \end_layout
27047
27048 \begin_layout Standard
27049
27050 \series bold
27051
27052 \backslash
27053 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
27054 \end_layout
27055
27056 \begin_layout Standard
27057 You can also define different caption formats for the different float types.
27058  In this case load the 
27059 \series bold
27060 caption
27061 \series default
27062  package without format specific options and define the different formats
27063  with the help of the command
27064 \end_layout
27065
27066 \begin_layout Standard
27067
27068 \series bold
27069
27070 \backslash
27071 captionsetup[float type]{format definition}
27072 \end_layout
27073
27074 \begin_layout Standard
27075 in the document preamble.
27076  For example the caption formats of Figure
27077 \begin_inset space ~
27078 \end_inset
27079
27080
27081 \begin_inset CommandInset ref
27082 LatexCommand ref
27083 reference "fig:This-is-an-fig"
27084
27085 \end_inset
27086
27087  and Table
27088 \begin_inset space ~
27089 \end_inset
27090
27091
27092 \begin_inset CommandInset ref
27093 LatexCommand ref
27094 reference "tab:This-is-an-tab"
27095
27096 \end_inset
27097
27098  can be created using these commands in the document preamble:
27099 \end_layout
27100
27101 \begin_layout Standard
27102
27103 \series bold
27104
27105 \backslash
27106 usepackage[tableposition=top]{caption}
27107 \series default
27108
27109 \begin_inset Newline newline
27110 \end_inset
27111
27112
27113 \series bold
27114
27115 \backslash
27116 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
27117 \begin_inset Newline newline
27118 \end_inset
27119
27120
27121 \begin_inset Phantom HPhantom
27122 status open
27123
27124 \begin_layout Plain Layout
27125
27126 \series bold
27127
27128 \backslash
27129 captionsetup[figure]{
27130 \end_layout
27131
27132 \end_inset
27133
27134 labelsep=period}
27135 \begin_inset Newline newline
27136 \end_inset
27137
27138
27139 \backslash
27140 captionsetup[table]{labelfont={bf,sf}}
27141 \end_layout
27142
27143 \begin_layout Standard
27144 \begin_inset Note Greyedout
27145 status open
27146
27147 \begin_layout Plain Layout
27148
27149 \series bold
27150 Note:
27151 \series default
27152  The option 
27153 \series bold
27154 tableposition=top
27155 \series default
27156  has no effect when a 
27157 \series bold
27158 KOMA-Script
27159 \series default
27160
27161 \begin_inset Index idx
27162 status collapsed
27163
27164 \begin_layout Plain Layout
27165 \SpecialChar LaTeX
27166 -packages ! KOMA-Script
27167 \end_layout
27168
27169 \end_inset
27170
27171  document class is used.
27172  In this case the document class option 
27173 \series bold
27174 captions=tableheading
27175 \series default
27176  must be used.
27177 \end_layout
27178
27179 \end_inset
27180
27181
27182 \end_layout
27183
27184 \begin_layout Standard
27185 For more information about the package 
27186 \series bold
27187 caption
27188 \series default
27189  we refer to its documentation 
27190 \begin_inset CommandInset citation
27191 LatexCommand cite
27192 key "caption"
27193
27194 \end_inset
27195
27196 .
27197 \end_layout
27198
27199 \begin_layout Standard
27200 To change the label name from e.
27201 \begin_inset space \thinspace{}
27202 \end_inset
27203
27204 g.
27205 \begin_inset space \space{}
27206 \end_inset
27207
27208
27209 \begin_inset Quotes eld
27210 \end_inset
27211
27212 Figure
27213 \begin_inset Quotes erd
27214 \end_inset
27215
27216  to 
27217 \begin_inset Quotes eld
27218 \end_inset
27219
27220 Image
27221 \begin_inset Quotes erd
27222 \end_inset
27223
27224  use this preamble command:
27225 \end_layout
27226
27227 \begin_layout Standard
27228
27229 \series bold
27230
27231 \backslash
27232 renewcommand{
27233 \backslash
27234 fnum@figure}{Image~
27235 \backslash
27236 thefigure}
27237 \end_layout
27238
27239 \begin_layout Standard
27240 where 
27241 \series bold
27242
27243 \backslash
27244 thefigure
27245 \series default
27246  inserts the figure number and
27247 \series bold
27248  
27249 \begin_inset Quotes eld
27250 \end_inset
27251
27252 ~
27253 \series default
27254
27255 \begin_inset Quotes erd
27256 \end_inset
27257
27258  creates a protected space.
27259 \end_layout
27260
27261 \begin_layout Standard
27262 \begin_inset VSpace bigskip
27263 \end_inset
27264
27265 If you are using a 
27266 \series bold
27267 KOMA-Script
27268 \series default
27269
27270 \begin_inset Index idx
27271 status collapsed
27272
27273 \begin_layout Plain Layout
27274 \SpecialChar LaTeX
27275 -packages ! KOMA-Script
27276 \end_layout
27277
27278 \end_inset
27279
27280  document class (
27281 \family sans
27282 article (KOMA-Script)
27283 \family default
27284
27285 \family sans
27286 book (KOMA-Script)
27287 \family default
27288
27289 \family sans
27290 letter (KOMA-Script)
27291 \family default
27292 , or 
27293 \family sans
27294 report (KOMA-Script)
27295 \family default
27296
27297 \begin_inset space \thinspace{}
27298 \end_inset
27299
27300 ), you can alternatively to the 
27301 \series bold
27302 caption
27303 \series default
27304  package use 
27305 \series bold
27306 KOMA-Script
27307 \series default
27308 's built-in command 
27309 \series bold
27310
27311 \backslash
27312 setkomafont
27313 \series default
27314 .
27315  For example, to have the caption label in bold, add this command to your
27316  document preamble:
27317 \end_layout
27318
27319 \begin_layout Standard
27320
27321 \series bold
27322
27323 \backslash
27324 setkomafont{captionlabel}{
27325 \backslash
27326 bfseries}
27327 \end_layout
27328
27329 \begin_layout Standard
27330 For more information about 
27331 \series bold
27332
27333 \backslash
27334 setkomafont
27335 \series default
27336  we refer to the 
27337 \series bold
27338 KOMA-Script
27339 \series default
27340  documentation 
27341 \begin_inset CommandInset citation
27342 LatexCommand cite
27343 key "KOMA-Script"
27344
27345 \end_inset
27346
27347 .
27348 \end_layout
27349
27350 \begin_layout Standard
27351 \begin_inset ERT
27352 status collapsed
27353
27354 \begin_layout Plain Layout
27355
27356
27357 \backslash
27358 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
27359 }
27360 \end_layout
27361
27362 \end_inset
27363
27364
27365 \begin_inset Note Note
27366 status open
27367
27368 \begin_layout Plain Layout
27369 The caption format is changed only for this example.
27370 \end_layout
27371
27372 \end_inset
27373
27374
27375 \end_layout
27376
27377 \begin_layout Standard
27378 \begin_inset Float figure
27379 placement !p
27380 wide false
27381 sideways false
27382 status open
27383
27384 \begin_layout Plain Layout
27385 \align center
27386 \begin_inset Graphics
27387         filename clipart/mobius.eps
27388         lyxscale 50
27389         scale 50
27390         scaleBeforeRotation
27391
27392 \end_inset
27393
27394
27395 \end_layout
27396
27397 \begin_layout Plain Layout
27398 \begin_inset Caption Standard
27399
27400 \begin_layout Plain Layout
27401 \begin_inset CommandInset label
27402 LatexCommand label
27403 name "fig:This-is-an-fig"
27404
27405 \end_inset
27406
27407 This is an example figure caption that is longer than one line to show the
27408  different caption format.
27409  Here a self-defined caption format is used.
27410 \end_layout
27411
27412 \end_inset
27413
27414
27415 \end_layout
27416
27417 \end_inset
27418
27419
27420 \end_layout
27421
27422 \begin_layout Standard
27423 \begin_inset ERT
27424 status collapsed
27425
27426 \begin_layout Plain Layout
27427
27428
27429 \backslash
27430 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
27431 on}
27432 \end_layout
27433
27434 \end_inset
27435
27436
27437 \end_layout
27438
27439 \begin_layout Standard
27440 \begin_inset Float table
27441 placement !p
27442 wide false
27443 sideways false
27444 status open
27445
27446 \begin_layout Plain Layout
27447 \begin_inset Caption Standard
27448
27449 \begin_layout Plain Layout
27450 \begin_inset CommandInset label
27451 LatexCommand label
27452 name "tab:This-is-an-tab"
27453
27454 \end_inset
27455
27456 This is an example table caption that is longer than one line to show the
27457  different caption format.
27458  Here the standard caption format for tables in this document is used.
27459 \end_layout
27460
27461 \end_inset
27462
27463
27464 \end_layout
27465
27466 \begin_layout Plain Layout
27467 \align center
27468 \begin_inset Tabular
27469 <lyxtabular version="3" rows="1" columns="5">
27470 <features tabularvalignment="middle">
27471 <column alignment="center" valignment="top">
27472 <column alignment="center" valignment="top">
27473 <column alignment="center" valignment="top">
27474 <column alignment="center" valignment="top">
27475 <column alignment="center" valignment="top">
27476 <row>
27477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27478 \begin_inset Text
27479
27480 \begin_layout Plain Layout
27481 a
27482 \end_layout
27483
27484 \end_inset
27485 </cell>
27486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27487 \begin_inset Text
27488
27489 \begin_layout Plain Layout
27490 b
27491 \end_layout
27492
27493 \end_inset
27494 </cell>
27495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27496 \begin_inset Text
27497
27498 \begin_layout Plain Layout
27499 c
27500 \end_layout
27501
27502 \end_inset
27503 </cell>
27504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27505 \begin_inset Text
27506
27507 \begin_layout Plain Layout
27508 d
27509 \end_layout
27510
27511 \end_inset
27512 </cell>
27513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27514 \begin_inset Text
27515
27516 \begin_layout Plain Layout
27517 e
27518 \end_layout
27519
27520 \end_inset
27521 </cell>
27522 </row>
27523 </lyxtabular>
27524
27525 \end_inset
27526
27527
27528 \end_layout
27529
27530 \end_inset
27531
27532
27533 \end_layout
27534
27535 \begin_layout Section
27536 Caption Placement
27537 \begin_inset Index idx
27538 status collapsed
27539
27540 \begin_layout Plain Layout
27541 Caption ! Placement
27542 \end_layout
27543
27544 \end_inset
27545
27546
27547 \begin_inset Index idx
27548 status collapsed
27549
27550 \begin_layout Plain Layout
27551 Floats ! Caption Placement
27552 \end_layout
27553
27554 \end_inset
27555
27556
27557 \begin_inset CommandInset label
27558 LatexCommand label
27559 name "sec:Caption-Placement"
27560
27561 \end_inset
27562
27563
27564 \end_layout
27565
27566 \begin_layout Standard
27567 The common caption placement rule is:
27568 \end_layout
27569
27570 \begin_layout Description
27571 Figure: Caption is set below the figure
27572 \end_layout
27573
27574 \begin_layout Description
27575 Table: Caption is set above the table
27576 \end_layout
27577
27578 \begin_layout Standard
27579 Having the caption above the table is unfortunately not supported in \SpecialChar LaTeX
27580 's
27581  standard classes.
27582  That means if you are using the document classes 
27583 \family sans
27584 article
27585 \family default
27586
27587 \family sans
27588 book
27589 \family default
27590
27591 \family sans
27592 letter
27593 \family default
27594 , or 
27595 \family sans
27596 report
27597 \family default
27598  there will be no space between the caption and the table.
27599  To insert the necessary space, load the \SpecialChar LaTeX
27600 -package 
27601 \series bold
27602 caption
27603 \series default
27604
27605 \begin_inset Index idx
27606 status collapsed
27607
27608 \begin_layout Plain Layout
27609 \SpecialChar LaTeX
27610 -packages ! caption
27611 \end_layout
27612
27613 \end_inset
27614
27615  in your document preamble with the option
27616 \begin_inset Foot
27617 status collapsed
27618
27619 \begin_layout Plain Layout
27620 See section
27621 \begin_inset space ~
27622 \end_inset
27623
27624
27625 \begin_inset CommandInset ref
27626 LatexCommand ref
27627 reference "sec:Caption-Formatting"
27628
27629 \end_inset
27630
27631  for more information of the package 
27632 \series bold
27633 caption
27634 \series default
27635 .
27636 \end_layout
27637
27638 \end_inset
27639
27640
27641 \end_layout
27642
27643 \begin_layout Standard
27644
27645 \series bold
27646 tableposition=top
27647 \end_layout
27648
27649 \begin_layout Standard
27650 If you are using a 
27651 \series bold
27652 KOMA-Script
27653 \series default
27654
27655 \begin_inset Index idx
27656 status collapsed
27657
27658 \begin_layout Plain Layout
27659 \SpecialChar LaTeX
27660 -packages ! KOMA-Script
27661 \end_layout
27662
27663 \end_inset
27664
27665  document class (
27666 \family sans
27667 article (KOMA-Script)
27668 \family default
27669
27670 \family sans
27671 book (KOMA-Script)
27672 \family default
27673
27674 \family sans
27675 letter (KOMA-Script)
27676 \family default
27677 , or 
27678 \family sans
27679 report (KOMA-Script)
27680 \family default
27681
27682 \begin_inset space \thinspace{}
27683 \end_inset
27684
27685 ), you can alternatively to the 
27686 \series bold
27687 caption
27688 \series default
27689  package set the document class option
27690 \begin_inset Foot
27691 status collapsed
27692
27693 \begin_layout Plain Layout
27694 That option is used in this document.
27695 \end_layout
27696
27697 \end_inset
27698
27699
27700 \end_layout
27701
27702 \begin_layout Standard
27703
27704 \series bold
27705 captions=tableheading
27706 \end_layout
27707
27708 \begin_layout Standard
27709 In documents with a KOMA-Script document class you can also right-click
27710  on a caption and mark in the context menu if this should be a caption above
27711  or below the table/figure.
27712  This way you can override the document-wide caption placement for certain
27713  captions.
27714  Table
27715 \begin_inset space ~
27716 \end_inset
27717
27718
27719 \begin_inset CommandInset ref
27720 LatexCommand ref
27721 reference "tab:A-caption-marked"
27722
27723 \end_inset
27724
27725  is an example where the caption is marked a being below the table while
27726  it is above.
27727  For comparison the caption in Table
27728 \begin_inset space ~
27729 \end_inset
27730
27731
27732 \begin_inset CommandInset ref
27733 LatexCommand ref
27734 reference "tab:A-standard-table"
27735
27736 \end_inset
27737
27738  is not marked.
27739 \end_layout
27740
27741 \begin_layout Standard
27742 \begin_inset Float table
27743 wide false
27744 sideways false
27745 status open
27746
27747 \begin_layout Plain Layout
27748 \begin_inset Caption Below
27749
27750 \begin_layout Plain Layout
27751 \begin_inset CommandInset label
27752 LatexCommand label
27753 name "tab:A-caption-marked"
27754
27755 \end_inset
27756
27757 A caption marked as being below the table.
27758 \end_layout
27759
27760 \end_inset
27761
27762
27763 \end_layout
27764
27765 \begin_layout Plain Layout
27766 \align center
27767 \begin_inset Tabular
27768 <lyxtabular version="3" rows="3" columns="3">
27769 <features tabularvalignment="middle">
27770 <column alignment="center" valignment="top" width="0pt">
27771 <column alignment="center" valignment="top" width="0pt">
27772 <column alignment="center" valignment="top" width="0pt">
27773 <row>
27774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27775 \begin_inset Text
27776
27777 \begin_layout Plain Layout
27778 1
27779 \end_layout
27780
27781 \end_inset
27782 </cell>
27783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27784 \begin_inset Text
27785
27786 \begin_layout Plain Layout
27787 2
27788 \end_layout
27789
27790 \end_inset
27791 </cell>
27792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27793 \begin_inset Text
27794
27795 \begin_layout Plain Layout
27796 3
27797 \end_layout
27798
27799 \end_inset
27800 </cell>
27801 </row>
27802 <row>
27803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27804 \begin_inset Text
27805
27806 \begin_layout Plain Layout
27807 Joe
27808 \end_layout
27809
27810 \end_inset
27811 </cell>
27812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27813 \begin_inset Text
27814
27815 \begin_layout Plain Layout
27816 Mary
27817 \end_layout
27818
27819 \end_inset
27820 </cell>
27821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27822 \begin_inset Text
27823
27824 \begin_layout Plain Layout
27825 Ted
27826 \end_layout
27827
27828 \end_inset
27829 </cell>
27830 </row>
27831 <row>
27832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27833 \begin_inset Text
27834
27835 \begin_layout Plain Layout
27836 \begin_inset Formula $\int x^{2}dx$
27837 \end_inset
27838
27839
27840 \end_layout
27841
27842 \end_inset
27843 </cell>
27844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27845 \begin_inset Text
27846
27847 \begin_layout Plain Layout
27848 \begin_inset Formula $\left[\begin{array}{cc}
27849 a & b\\
27850 c & d
27851 \end{array}\right]$
27852 \end_inset
27853
27854
27855 \end_layout
27856
27857 \end_inset
27858 </cell>
27859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27860 \begin_inset Text
27861
27862 \begin_layout Plain Layout
27863 \begin_inset Formula $1+1=2$
27864 \end_inset
27865
27866
27867 \end_layout
27868
27869 \end_inset
27870 </cell>
27871 </row>
27872 </lyxtabular>
27873
27874 \end_inset
27875
27876
27877 \end_layout
27878
27879 \end_inset
27880
27881
27882 \end_layout
27883
27884 \begin_layout Standard
27885 \begin_inset Float table
27886 wide false
27887 sideways false
27888 status open
27889
27890 \begin_layout Plain Layout
27891 \begin_inset Caption Standard
27892
27893 \begin_layout Plain Layout
27894 \begin_inset CommandInset label
27895 LatexCommand label
27896 name "tab:A-standard-table"
27897
27898 \end_inset
27899
27900 A standard table caption.
27901 \end_layout
27902
27903 \end_inset
27904
27905
27906 \end_layout
27907
27908 \begin_layout Plain Layout
27909 \align center
27910 \begin_inset Tabular
27911 <lyxtabular version="3" rows="3" columns="3">
27912 <features tabularvalignment="middle">
27913 <column alignment="center" valignment="top" width="0pt">
27914 <column alignment="center" valignment="top" width="0pt">
27915 <column alignment="center" valignment="top" width="0pt">
27916 <row>
27917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27918 \begin_inset Text
27919
27920 \begin_layout Plain Layout
27921 1
27922 \end_layout
27923
27924 \end_inset
27925 </cell>
27926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27927 \begin_inset Text
27928
27929 \begin_layout Plain Layout
27930 2
27931 \end_layout
27932
27933 \end_inset
27934 </cell>
27935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27936 \begin_inset Text
27937
27938 \begin_layout Plain Layout
27939 3
27940 \end_layout
27941
27942 \end_inset
27943 </cell>
27944 </row>
27945 <row>
27946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27947 \begin_inset Text
27948
27949 \begin_layout Plain Layout
27950 Joe
27951 \end_layout
27952
27953 \end_inset
27954 </cell>
27955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27956 \begin_inset Text
27957
27958 \begin_layout Plain Layout
27959 Mary
27960 \end_layout
27961
27962 \end_inset
27963 </cell>
27964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27965 \begin_inset Text
27966
27967 \begin_layout Plain Layout
27968 Ted
27969 \end_layout
27970
27971 \end_inset
27972 </cell>
27973 </row>
27974 <row>
27975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27976 \begin_inset Text
27977
27978 \begin_layout Plain Layout
27979 \begin_inset Formula $\int x^{2}dx$
27980 \end_inset
27981
27982
27983 \end_layout
27984
27985 \end_inset
27986 </cell>
27987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27988 \begin_inset Text
27989
27990 \begin_layout Plain Layout
27991 \begin_inset Formula $\left[\begin{array}{cc}
27992 a & b\\
27993 c & d
27994 \end{array}\right]$
27995 \end_inset
27996
27997
27998 \end_layout
27999
28000 \end_inset
28001 </cell>
28002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28003 \begin_inset Text
28004
28005 \begin_layout Plain Layout
28006 \begin_inset Formula $1+1=2$
28007 \end_inset
28008
28009
28010 \end_layout
28011
28012 \end_inset
28013 </cell>
28014 </row>
28015 </lyxtabular>
28016
28017 \end_inset
28018
28019
28020 \end_layout
28021
28022 \end_inset
28023
28024
28025 \end_layout
28026
28027 \begin_layout Standard
28028 \begin_inset VSpace bigskip
28029 \end_inset
28030
28031 It is also possible to set the caption beside a figure or table.
28032  To get this the \SpecialChar LaTeX
28033 -package 
28034 \series bold
28035 sidecap
28036 \series default
28037
28038 \begin_inset Index idx
28039 status collapsed
28040
28041 \begin_layout Plain Layout
28042 \SpecialChar LaTeX
28043 -packages ! sidecap
28044 \end_layout
28045
28046 \end_inset
28047
28048  has to be loaded in the document preamble with the line
28049 \end_layout
28050
28051 \begin_layout Standard
28052
28053 \series bold
28054
28055 \backslash
28056 usepackage[option]{sidecap}
28057 \end_layout
28058
28059 \begin_layout Standard
28060 If you set no option, the caption is placed on the side of the outer page
28061  margin – to the right on odd pages, to the left on even pages.
28062  You can change the placement to inner margin with the option 
28063 \series bold
28064 innercaption
28065 \series default
28066 .
28067  To force the placement always to the right or left, use the option 
28068 \series bold
28069 rightcaption
28070 \series default
28071  or 
28072 \series bold
28073 leftcaption
28074 \series default
28075 , respectively.
28076 \end_layout
28077
28078 \begin_layout Standard
28079 \begin_inset ERT
28080 status collapsed
28081
28082 \begin_layout Plain Layout
28083
28084
28085 \backslash
28086 ifsidecap
28087 \end_layout
28088
28089 \end_inset
28090
28091
28092 \begin_inset Note Note
28093 status open
28094
28095 \begin_layout Plain Layout
28096 The following section will only be displayed when the \SpecialChar LaTeX
28097 -package 
28098 \series bold
28099 sidecap
28100 \series default
28101  is installed.
28102 \end_layout
28103
28104 \end_inset
28105
28106
28107 \end_layout
28108
28109 \begin_layout Standard
28110 To place in \SpecialChar LyX
28111  the caption of a float on the side, it is necessary to add
28112  these commands to the document preamble:
28113 \end_layout
28114
28115 \begin_layout Standard
28116 \noindent
28117 \begin_inset CommandInset line
28118 LatexCommand rule
28119 offset "0.5ex"
28120 width "100line%"
28121 height "1pt"
28122
28123 \end_inset
28124
28125
28126 \end_layout
28127
28128 \begin_layout Standard
28129
28130 \series bold
28131
28132 \backslash
28133 newcommand{
28134 \backslash
28135 TabBesBeg}[1][1.0]{%
28136 \begin_inset Newline newline
28137 \end_inset
28138
28139
28140 \begin_inset Phantom HPhantom
28141 status open
28142
28143 \begin_layout Plain Layout
28144 \begin_inset space ~
28145 \end_inset
28146
28147
28148 \end_layout
28149
28150 \end_inset
28151
28152
28153 \backslash
28154 let
28155 \backslash
28156 MyTable
28157 \backslash
28158 table
28159 \begin_inset Newline newline
28160 \end_inset
28161
28162
28163 \begin_inset Phantom HPhantom
28164 status open
28165
28166 \begin_layout Plain Layout
28167
28168 \series medium
28169 \begin_inset space ~
28170 \end_inset
28171
28172
28173 \end_layout
28174
28175 \end_inset
28176
28177
28178 \backslash
28179 let
28180 \backslash
28181 MyEndtable
28182 \backslash
28183 endtable
28184 \begin_inset Newline newline
28185 \end_inset
28186
28187
28188 \begin_inset Phantom HPhantom
28189 status open
28190
28191 \begin_layout Plain Layout
28192
28193 \series medium
28194 \begin_inset space ~
28195 \end_inset
28196
28197
28198 \end_layout
28199
28200 \end_inset
28201
28202
28203 \backslash
28204 renewenvironment{table}[1]{
28205 \backslash
28206 begin{SCtable}[#1]##1}{
28207 \backslash
28208 end{SCtable}}}
28209 \end_layout
28210
28211 \begin_layout Standard
28212
28213 \series bold
28214
28215 \backslash
28216 newcommand{
28217 \backslash
28218 TabBesEnd}{%
28219 \begin_inset Newline newline
28220 \end_inset
28221
28222
28223 \begin_inset Phantom HPhantom
28224 status open
28225
28226 \begin_layout Plain Layout
28227 \begin_inset space ~
28228 \end_inset
28229
28230
28231 \end_layout
28232
28233 \end_inset
28234
28235
28236 \backslash
28237 let
28238 \backslash
28239 table
28240 \backslash
28241 MyTable
28242 \begin_inset Newline newline
28243 \end_inset
28244
28245
28246 \begin_inset Phantom HPhantom
28247 status open
28248
28249 \begin_layout Plain Layout
28250 \begin_inset space ~
28251 \end_inset
28252
28253
28254 \end_layout
28255
28256 \end_inset
28257
28258
28259 \backslash
28260 let
28261 \backslash
28262 endtable
28263 \backslash
28264 MyEndtable
28265 \end_layout
28266
28267 \begin_layout Standard
28268
28269 \series bold
28270
28271 \backslash
28272 newcommand{
28273 \backslash
28274 FigBesBeg}[1][1.0]{%
28275 \begin_inset Newline newline
28276 \end_inset
28277
28278
28279 \begin_inset Phantom HPhantom
28280 status open
28281
28282 \begin_layout Plain Layout
28283 \begin_inset space ~
28284 \end_inset
28285
28286
28287 \end_layout
28288
28289 \end_inset
28290
28291
28292 \backslash
28293 let
28294 \backslash
28295 MyFigure
28296 \backslash
28297 figure
28298 \begin_inset Newline newline
28299 \end_inset
28300
28301
28302 \begin_inset Phantom HPhantom
28303 status open
28304
28305 \begin_layout Plain Layout
28306 \begin_inset space ~
28307 \end_inset
28308
28309
28310 \end_layout
28311
28312 \end_inset
28313
28314
28315 \backslash
28316 let
28317 \backslash
28318 MyEndfigure
28319 \backslash
28320 endfigure
28321 \begin_inset Newline newline
28322 \end_inset
28323
28324
28325 \begin_inset Phantom HPhantom
28326 status open
28327
28328 \begin_layout Plain Layout
28329 \begin_inset space ~
28330 \end_inset
28331
28332
28333 \end_layout
28334
28335 \end_inset
28336
28337
28338 \backslash
28339 renewenvironment{figure}[1]{
28340 \backslash
28341 begin{SCfigure}[#1]##1}{
28342 \backslash
28343 end{SCfigure}}}
28344 \end_layout
28345
28346 \begin_layout Standard
28347
28348 \series bold
28349
28350 \backslash
28351 newcommand{
28352 \backslash
28353 FigBesEnd}{%
28354 \begin_inset Newline newline
28355 \end_inset
28356
28357
28358 \begin_inset Phantom HPhantom
28359 status open
28360
28361 \begin_layout Plain Layout
28362 \begin_inset space ~
28363 \end_inset
28364
28365
28366 \end_layout
28367
28368 \end_inset
28369
28370
28371 \backslash
28372 let
28373 \backslash
28374 figure
28375 \backslash
28376 MyFigure
28377 \begin_inset Newline newline
28378 \end_inset
28379
28380
28381 \begin_inset Phantom HPhantom
28382 status open
28383
28384 \begin_layout Plain Layout
28385 \begin_inset space ~
28386 \end_inset
28387
28388
28389 \end_layout
28390
28391 \end_inset
28392
28393
28394 \backslash
28395 let
28396 \backslash
28397 endfigure
28398 \backslash
28399 MyEndfigure}
28400 \end_layout
28401
28402 \begin_layout Standard
28403 \noindent
28404 \begin_inset CommandInset line
28405 LatexCommand rule
28406 offset "0.5ex"
28407 width "100line%"
28408 height "1pt"
28409
28410 \end_inset
28411
28412
28413 \end_layout
28414
28415 \begin_layout Standard
28416 The commands allow you to redefine the floats so that the caption is set
28417  on the side.
28418  For figure floats use the command
28419 \end_layout
28420
28421 \begin_layout Standard
28422
28423 \series bold
28424
28425 \backslash
28426 FigBesBeg
28427 \end_layout
28428
28429 \begin_layout Standard
28430 in \SpecialChar TeX
28431  Code before the float.
28432  And insert the command
28433 \end_layout
28434
28435 \begin_layout Standard
28436
28437 \series bold
28438
28439 \backslash
28440 FigBesEnd
28441 \end_layout
28442
28443 \begin_layout Standard
28444 in \SpecialChar TeX
28445  Code at the point where you want to get back to the original float definitio
28446 n.
28447 \end_layout
28448
28449 \begin_layout Standard
28450 For table floats use the corresponding commands
28451 \end_layout
28452
28453 \begin_layout Standard
28454
28455 \series bold
28456
28457 \backslash
28458 TabBesBeg
28459 \series default
28460  and 
28461 \series bold
28462
28463 \backslash
28464 TabBesEnd
28465 \end_layout
28466
28467 \begin_layout Standard
28468 Figure
28469 \begin_inset space ~
28470 \end_inset
28471
28472
28473 \begin_inset CommandInset ref
28474 LatexCommand ref
28475 reference "fig:cap-beside-fig"
28476
28477 \end_inset
28478
28479  and Table
28480 \begin_inset space ~
28481 \end_inset
28482
28483
28484 \begin_inset CommandInset ref
28485 LatexCommand ref
28486 reference "tab:cap-beside-tab"
28487
28488 \end_inset
28489
28490  are examples where the caption is set beside.
28491 \end_layout
28492
28493 \begin_layout Standard
28494 You can see in the examples that the caption text appears at the top of
28495  the floats for table floats and at the bottom for figure floats.
28496  To change this, you can use the command
28497 \end_layout
28498
28499 \begin_layout Standard
28500
28501 \series bold
28502
28503 \backslash
28504 sidecaptionvpos{float type}{placement}
28505 \end_layout
28506
28507 \begin_layout Standard
28508 in the document preamble or in \SpecialChar TeX
28509  Code before the float.
28510  The float type is either 
28511 \family sans
28512 figure
28513 \family default
28514  or 
28515 \family sans
28516 table
28517 \family default
28518 , the placement can be 
28519 \begin_inset Quotes eld
28520 \end_inset
28521
28522
28523 \family sans
28524 t
28525 \family default
28526
28527 \begin_inset Quotes erd
28528 \end_inset
28529
28530  for top, 
28531 \begin_inset Quotes eld
28532 \end_inset
28533
28534
28535 \family sans
28536 c
28537 \family default
28538
28539 \begin_inset Quotes erd
28540 \end_inset
28541
28542  for center, or 
28543 \begin_inset Quotes eld
28544 \end_inset
28545
28546
28547 \family sans
28548 b
28549 \family default
28550
28551 \begin_inset Quotes erd
28552 \end_inset
28553
28554  for bottom.
28555  To have for example the caption of figure floats vertically centered, use
28556  the command
28557 \end_layout
28558
28559 \begin_layout Standard
28560
28561 \series bold
28562
28563 \backslash
28564 sidecaptionvpos{figure}{c}
28565 \end_layout
28566
28567 \begin_layout Standard
28568 This was used for Figure
28569 \begin_inset space ~
28570 \end_inset
28571
28572
28573 \begin_inset CommandInset ref
28574 LatexCommand ref
28575 reference "fig:cap-beside-fig-2"
28576
28577 \end_inset
28578
28579 .
28580 \end_layout
28581
28582 \begin_layout Standard
28583 \begin_inset VSpace medskip
28584 \end_inset
28585
28586
28587 \end_layout
28588
28589 \begin_layout Standard
28590 The default caption width is the width of the image/table.
28591  For thin image/tables, like in Table
28592 \begin_inset space ~
28593 \end_inset
28594
28595
28596 \begin_inset CommandInset ref
28597 LatexCommand ref
28598 reference "tab:cap-beside-tab"
28599
28600 \end_inset
28601
28602 , this leads to captions that are too thin.
28603  You can increase the width by specifying a factor that will be multiplied
28604  with the image/table width to get the caption width.
28605  The caption width will automatically be recalculated in case it would protrude
28606  over the page or column margin due to the specified width.
28607  The 
28608 \emph on
28609 factor
28610 \emph default
28611  can either be given as optional argument for 
28612 \series bold
28613
28614 \backslash
28615 FigBesBeg
28616 \series default
28617 :
28618 \end_layout
28619
28620 \begin_layout Standard
28621
28622 \series bold
28623
28624 \backslash
28625 FigBesBeg[factor]
28626 \end_layout
28627
28628 \begin_layout Standard
28629 or in the definition of 
28630 \series bold
28631
28632 \backslash
28633 FigBesBeg
28634 \series default
28635  by replacing the 
28636 \series bold
28637 1.0
28638 \series default
28639  with another value.
28640  If you do the latter, your factor will be the default if 
28641 \series bold
28642
28643 \backslash
28644 FigBesBeg
28645 \series default
28646  is used without an argument.
28647  For Table
28648 \begin_inset space ~
28649 \end_inset
28650
28651
28652 \begin_inset CommandInset ref
28653 LatexCommand ref
28654 reference "tab:cap-beside-tab-wider"
28655
28656 \end_inset
28657
28658  the factor 5 was used.
28659 \end_layout
28660
28661 \begin_layout Standard
28662 \begin_inset Note Greyedout
28663 status open
28664
28665 \begin_layout Plain Layout
28666
28667 \series bold
28668 Note:
28669 \series default
28670  For floats with captions set beside, you cannot use the float placement
28671  option 
28672 \family sans
28673 Here
28674 \begin_inset space ~
28675 \end_inset
28676
28677 definitely
28678 \family default
28679  because it is not supported by 
28680 \series bold
28681 sidecap
28682 \series default
28683 .
28684 \end_layout
28685
28686 \end_inset
28687
28688
28689 \end_layout
28690
28691 \begin_layout Standard
28692 \begin_inset VSpace medskip
28693 \end_inset
28694
28695 For more information about the package 
28696 \series bold
28697 sidecap
28698 \series default
28699  we refer to its documentation 
28700 \begin_inset CommandInset citation
28701 LatexCommand cite
28702 key "sidecap"
28703
28704 \end_inset
28705
28706 .
28707 \end_layout
28708
28709 \begin_layout Standard
28710 \begin_inset Note Greyedout
28711 status open
28712
28713 \begin_layout Plain Layout
28714
28715 \series bold
28716 Note:
28717 \series default
28718  The \SpecialChar LaTeX
28719 -package 
28720 \series bold
28721 hypcap
28722 \series default
28723
28724 \begin_inset Index idx
28725 status collapsed
28726
28727 \begin_layout Plain Layout
28728 \SpecialChar LaTeX
28729 -packages ! hypcap
28730 \end_layout
28731
28732 \end_inset
28733
28734 , described in section
28735 \begin_inset space ~
28736 \end_inset
28737
28738
28739 \begin_inset CommandInset ref
28740 LatexCommand ref
28741 reference "subsec:Reference-Position"
28742
28743 \end_inset
28744
28745 , has no effect on floats with the caption set beside.
28746 \end_layout
28747
28748 \end_inset
28749
28750
28751 \end_layout
28752
28753 \begin_layout Standard
28754 \begin_inset ERT
28755 status collapsed
28756
28757 \begin_layout Plain Layout
28758
28759
28760 \backslash
28761 FigBesBeg
28762 \end_layout
28763
28764 \end_inset
28765
28766
28767 \end_layout
28768
28769 \begin_layout Standard
28770 \begin_inset Float figure
28771 wide false
28772 sideways false
28773 status open
28774
28775 \begin_layout Plain Layout
28776 \begin_inset Graphics
28777         filename clipart/escher-lsd.eps
28778         scale 75
28779         scaleBeforeRotation
28780
28781 \end_inset
28782
28783
28784 \end_layout
28785
28786 \begin_layout Plain Layout
28787 \begin_inset Caption Standard
28788
28789 \begin_layout Plain Layout
28790 \begin_inset CommandInset label
28791 LatexCommand label
28792 name "fig:cap-beside-fig"
28793
28794 \end_inset
28795
28796 This is a caption beside a figure.
28797 \end_layout
28798
28799 \end_inset
28800
28801
28802 \end_layout
28803
28804 \end_inset
28805
28806
28807 \end_layout
28808
28809 \begin_layout Standard
28810 \begin_inset ERT
28811 status collapsed
28812
28813 \begin_layout Plain Layout
28814
28815
28816 \backslash
28817 FigBesEnd
28818 \end_layout
28819
28820 \end_inset
28821
28822
28823 \end_layout
28824
28825 \begin_layout Standard
28826 \begin_inset ERT
28827 status collapsed
28828
28829 \begin_layout Plain Layout
28830
28831
28832 \backslash
28833 TabBesBeg
28834 \end_layout
28835
28836 \end_inset
28837
28838
28839 \end_layout
28840
28841 \begin_layout Standard
28842 \begin_inset Float table
28843 wide false
28844 sideways false
28845 status open
28846
28847 \begin_layout Plain Layout
28848 \begin_inset Caption Standard
28849
28850 \begin_layout Plain Layout
28851 \begin_inset CommandInset label
28852 LatexCommand label
28853 name "tab:cap-beside-tab"
28854
28855 \end_inset
28856
28857 This is a caption beside a table.
28858 \end_layout
28859
28860 \end_inset
28861
28862
28863 \end_layout
28864
28865 \begin_layout Plain Layout
28866 \begin_inset Tabular
28867 <lyxtabular version="3" rows="4" columns="5">
28868 <features tabularvalignment="middle">
28869 <column alignment="center" valignment="top">
28870 <column alignment="center" valignment="top">
28871 <column alignment="center" valignment="top">
28872 <column alignment="center" valignment="top">
28873 <column alignment="center" valignment="top">
28874 <row>
28875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28876 \begin_inset Text
28877
28878 \begin_layout Plain Layout
28879 a
28880 \end_layout
28881
28882 \end_inset
28883 </cell>
28884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28885 \begin_inset Text
28886
28887 \begin_layout Plain Layout
28888
28889 \end_layout
28890
28891 \end_inset
28892 </cell>
28893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28894 \begin_inset Text
28895
28896 \begin_layout Plain Layout
28897 b
28898 \end_layout
28899
28900 \end_inset
28901 </cell>
28902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28903 \begin_inset Text
28904
28905 \begin_layout Plain Layout
28906
28907 \end_layout
28908
28909 \end_inset
28910 </cell>
28911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28912 \begin_inset Text
28913
28914 \begin_layout Plain Layout
28915 c
28916 \end_layout
28917
28918 \end_inset
28919 </cell>
28920 </row>
28921 <row>
28922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28923 \begin_inset Text
28924
28925 \begin_layout Plain Layout
28926
28927 \end_layout
28928
28929 \end_inset
28930 </cell>
28931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28932 \begin_inset Text
28933
28934 \begin_layout Plain Layout
28935 d
28936 \end_layout
28937
28938 \end_inset
28939 </cell>
28940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28941 \begin_inset Text
28942
28943 \begin_layout Plain Layout
28944
28945 \end_layout
28946
28947 \end_inset
28948 </cell>
28949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28950 \begin_inset Text
28951
28952 \begin_layout Plain Layout
28953 e
28954 \end_layout
28955
28956 \end_inset
28957 </cell>
28958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28959 \begin_inset Text
28960
28961 \begin_layout Plain Layout
28962
28963 \end_layout
28964
28965 \end_inset
28966 </cell>
28967 </row>
28968 <row>
28969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28970 \begin_inset Text
28971
28972 \begin_layout Plain Layout
28973 f
28974 \end_layout
28975
28976 \end_inset
28977 </cell>
28978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28979 \begin_inset Text
28980
28981 \begin_layout Plain Layout
28982
28983 \end_layout
28984
28985 \end_inset
28986 </cell>
28987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28988 \begin_inset Text
28989
28990 \begin_layout Plain Layout
28991 g
28992 \end_layout
28993
28994 \end_inset
28995 </cell>
28996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28997 \begin_inset Text
28998
28999 \begin_layout Plain Layout
29000
29001 \end_layout
29002
29003 \end_inset
29004 </cell>
29005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29006 \begin_inset Text
29007
29008 \begin_layout Plain Layout
29009 h
29010 \end_layout
29011
29012 \end_inset
29013 </cell>
29014 </row>
29015 <row>
29016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29017 \begin_inset Text
29018
29019 \begin_layout Plain Layout
29020
29021 \end_layout
29022
29023 \end_inset
29024 </cell>
29025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29026 \begin_inset Text
29027
29028 \begin_layout Plain Layout
29029 i
29030 \end_layout
29031
29032 \end_inset
29033 </cell>
29034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29035 \begin_inset Text
29036
29037 \begin_layout Plain Layout
29038
29039 \end_layout
29040
29041 \end_inset
29042 </cell>
29043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29044 \begin_inset Text
29045
29046 \begin_layout Plain Layout
29047 j
29048 \end_layout
29049
29050 \end_inset
29051 </cell>
29052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29053 \begin_inset Text
29054
29055 \begin_layout Plain Layout
29056
29057 \end_layout
29058
29059 \end_inset
29060 </cell>
29061 </row>
29062 </lyxtabular>
29063
29064 \end_inset
29065
29066
29067 \end_layout
29068
29069 \end_inset
29070
29071
29072 \end_layout
29073
29074 \begin_layout Standard
29075 \begin_inset ERT
29076 status collapsed
29077
29078 \begin_layout Plain Layout
29079
29080
29081 \backslash
29082 TabBesEnd
29083 \end_layout
29084
29085 \end_inset
29086
29087
29088 \end_layout
29089
29090 \begin_layout Standard
29091 \begin_inset ERT
29092 status collapsed
29093
29094 \begin_layout Plain Layout
29095
29096
29097 \backslash
29098 FigBesBeg
29099 \end_layout
29100
29101 \end_inset
29102
29103
29104 \begin_inset ERT
29105 status collapsed
29106
29107 \begin_layout Plain Layout
29108
29109
29110 \backslash
29111 sidecaptionvpos{figure}{c}
29112 \end_layout
29113
29114 \end_inset
29115
29116
29117 \begin_inset Float figure
29118 wide false
29119 sideways false
29120 status open
29121
29122 \begin_layout Plain Layout
29123 \begin_inset Graphics
29124         filename clipart/escher-lsd.eps
29125         scale 75
29126         scaleBeforeRotation
29127
29128 \end_inset
29129
29130
29131 \end_layout
29132
29133 \begin_layout Plain Layout
29134 \begin_inset Caption Standard
29135
29136 \begin_layout Plain Layout
29137 \begin_inset CommandInset label
29138 LatexCommand label
29139 name "fig:cap-beside-fig-2"
29140
29141 \end_inset
29142
29143 This is a vertically centered caption beside a figure.
29144 \end_layout
29145
29146 \end_inset
29147
29148
29149 \end_layout
29150
29151 \end_inset
29152
29153
29154 \end_layout
29155
29156 \begin_layout Standard
29157 \begin_inset ERT
29158 status collapsed
29159
29160 \begin_layout Plain Layout
29161
29162
29163 \backslash
29164 FigBesEnd
29165 \end_layout
29166
29167 \end_inset
29168
29169
29170 \end_layout
29171
29172 \begin_layout Standard
29173 \begin_inset ERT
29174 status collapsed
29175
29176 \begin_layout Plain Layout
29177
29178
29179 \backslash
29180 TabBesBeg[5]
29181 \end_layout
29182
29183 \end_inset
29184
29185
29186 \end_layout
29187
29188 \begin_layout Standard
29189 \begin_inset Float table
29190 wide false
29191 sideways false
29192 status open
29193
29194 \begin_layout Plain Layout
29195 \begin_inset Caption Standard
29196
29197 \begin_layout Plain Layout
29198 \begin_inset CommandInset label
29199 LatexCommand label
29200 name "tab:cap-beside-tab-wider"
29201
29202 \end_inset
29203
29204 This caption is wider than the one in Table
29205 \begin_inset space ~
29206 \end_inset
29207
29208
29209 \begin_inset CommandInset ref
29210 LatexCommand ref
29211 reference "tab:cap-beside-tab"
29212
29213 \end_inset
29214
29215 .
29216 \end_layout
29217
29218 \end_inset
29219
29220
29221 \end_layout
29222
29223 \begin_layout Plain Layout
29224 \begin_inset Tabular
29225 <lyxtabular version="3" rows="4" columns="5">
29226 <features tabularvalignment="middle">
29227 <column alignment="center" valignment="top">
29228 <column alignment="center" valignment="top">
29229 <column alignment="center" valignment="top">
29230 <column alignment="center" valignment="top">
29231 <column alignment="center" valignment="top">
29232 <row>
29233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29234 \begin_inset Text
29235
29236 \begin_layout Plain Layout
29237 a
29238 \end_layout
29239
29240 \end_inset
29241 </cell>
29242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29243 \begin_inset Text
29244
29245 \begin_layout Plain Layout
29246
29247 \end_layout
29248
29249 \end_inset
29250 </cell>
29251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29252 \begin_inset Text
29253
29254 \begin_layout Plain Layout
29255 b
29256 \end_layout
29257
29258 \end_inset
29259 </cell>
29260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29261 \begin_inset Text
29262
29263 \begin_layout Plain Layout
29264
29265 \end_layout
29266
29267 \end_inset
29268 </cell>
29269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29270 \begin_inset Text
29271
29272 \begin_layout Plain Layout
29273 c
29274 \end_layout
29275
29276 \end_inset
29277 </cell>
29278 </row>
29279 <row>
29280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29281 \begin_inset Text
29282
29283 \begin_layout Plain Layout
29284
29285 \end_layout
29286
29287 \end_inset
29288 </cell>
29289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29290 \begin_inset Text
29291
29292 \begin_layout Plain Layout
29293 d
29294 \end_layout
29295
29296 \end_inset
29297 </cell>
29298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29299 \begin_inset Text
29300
29301 \begin_layout Plain Layout
29302
29303 \end_layout
29304
29305 \end_inset
29306 </cell>
29307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29308 \begin_inset Text
29309
29310 \begin_layout Plain Layout
29311 e
29312 \end_layout
29313
29314 \end_inset
29315 </cell>
29316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29317 \begin_inset Text
29318
29319 \begin_layout Plain Layout
29320
29321 \end_layout
29322
29323 \end_inset
29324 </cell>
29325 </row>
29326 <row>
29327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29328 \begin_inset Text
29329
29330 \begin_layout Plain Layout
29331 f
29332 \end_layout
29333
29334 \end_inset
29335 </cell>
29336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29337 \begin_inset Text
29338
29339 \begin_layout Plain Layout
29340
29341 \end_layout
29342
29343 \end_inset
29344 </cell>
29345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29346 \begin_inset Text
29347
29348 \begin_layout Plain Layout
29349 g
29350 \end_layout
29351
29352 \end_inset
29353 </cell>
29354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29355 \begin_inset Text
29356
29357 \begin_layout Plain Layout
29358
29359 \end_layout
29360
29361 \end_inset
29362 </cell>
29363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29364 \begin_inset Text
29365
29366 \begin_layout Plain Layout
29367 h
29368 \end_layout
29369
29370 \end_inset
29371 </cell>
29372 </row>
29373 <row>
29374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29375 \begin_inset Text
29376
29377 \begin_layout Plain Layout
29378
29379 \end_layout
29380
29381 \end_inset
29382 </cell>
29383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29384 \begin_inset Text
29385
29386 \begin_layout Plain Layout
29387 i
29388 \end_layout
29389
29390 \end_inset
29391 </cell>
29392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29393 \begin_inset Text
29394
29395 \begin_layout Plain Layout
29396
29397 \end_layout
29398
29399 \end_inset
29400 </cell>
29401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29402 \begin_inset Text
29403
29404 \begin_layout Plain Layout
29405 j
29406 \end_layout
29407
29408 \end_inset
29409 </cell>
29410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29411 \begin_inset Text
29412
29413 \begin_layout Plain Layout
29414
29415 \end_layout
29416
29417 \end_inset
29418 </cell>
29419 </row>
29420 </lyxtabular>
29421
29422 \end_inset
29423
29424
29425 \end_layout
29426
29427 \end_inset
29428
29429
29430 \end_layout
29431
29432 \begin_layout Standard
29433 \begin_inset ERT
29434 status collapsed
29435
29436 \begin_layout Plain Layout
29437
29438
29439 \backslash
29440 TabBesEnd
29441 \end_layout
29442
29443 \end_inset
29444
29445
29446 \end_layout
29447
29448 \begin_layout Standard
29449 \begin_inset ERT
29450 status collapsed
29451
29452 \begin_layout Plain Layout
29453
29454
29455 \backslash
29456 else
29457 \end_layout
29458
29459 \end_inset
29460
29461
29462 \begin_inset Note Note
29463 status open
29464
29465 \begin_layout Plain Layout
29466 The following will be displayed when the \SpecialChar LaTeX
29467 -package 
29468 \series bold
29469 sidecap
29470 \series default
29471  is not installed:
29472 \end_layout
29473
29474 \end_inset
29475
29476
29477 \end_layout
29478
29479 \begin_layout Standard
29480 You need to install the \SpecialChar LaTeX
29481 -package 
29482 \series bold
29483 sidecap
29484 \series default
29485  to see the following part of this section in the output.
29486 \end_layout
29487
29488 \begin_layout Standard
29489 \begin_inset ERT
29490 status collapsed
29491
29492 \begin_layout Plain Layout
29493
29494
29495 \backslash
29496 fi
29497 \end_layout
29498
29499 \end_inset
29500
29501
29502 \end_layout
29503
29504 \begin_layout Section
29505 Listings of Floats
29506 \begin_inset Index idx
29507 status collapsed
29508
29509 \begin_layout Plain Layout
29510 Floats ! Float Lists
29511 \end_layout
29512
29513 \end_inset
29514
29515
29516 \end_layout
29517
29518 \begin_layout Standard
29519 Similar to the table of contents where the sections of the document are
29520  listed, there are listings for all float types, like the figures of the
29521  documents.
29522  You can insert them via the 
29523 \family sans
29524 Insert\SpecialChar menuseparator
29525 List
29526 \begin_inset space ~
29527 \end_inset
29528
29529 /
29530 \begin_inset space ~
29531 \end_inset
29532
29533 TOC
29534 \family default
29535  sub menus.
29536 \end_layout
29537
29538 \begin_layout Standard
29539 The list entries are the float captions or its short title, the float number,
29540  and the page number where they appear in the document.
29541 \end_layout
29542
29543 \begin_layout Standard
29544 You can find the list of figures and tables at the end of this document.
29545 \end_layout
29546
29547 \begin_layout Chapter
29548 Notes
29549 \end_layout
29550
29551 \begin_layout Section
29552 \SpecialChar LyX
29553  Notes
29554 \begin_inset Index idx
29555 status collapsed
29556
29557 \begin_layout Plain Layout
29558 Notes ! \SpecialChar LyX
29559  Notes
29560 \end_layout
29561
29562 \end_inset
29563
29564
29565 \end_layout
29566
29567 \begin_layout Standard
29568 Notes are inserted with the toolbar button 
29569 \begin_inset Info
29570 type  "icon"
29571 arg   "note-insert"
29572 \end_inset
29573
29574  or the menu 
29575 \family sans
29576 Insert\SpecialChar menuseparator
29577 Note
29578 \family default
29579 .
29580  There are three types of notes:
29581 \end_layout
29582
29583 \begin_layout Description
29584 \SpecialChar LyX
29585
29586 \begin_inset space ~
29587 \end_inset
29588
29589 Note This note type is for internal notes that won't appear in the output.
29590  Its note-box looks like this:
29591 \begin_inset Newline newline
29592 \end_inset
29593
29594
29595 \begin_inset Newline newline
29596 \end_inset
29597
29598
29599 \begin_inset Graphics
29600         filename clipart/LyXNoteImage.png
29601         display false
29602         scaleBeforeRotation
29603
29604 \end_inset
29605
29606  
29607 \begin_inset Note Note
29608 status open
29609
29610 \begin_layout Plain Layout
29611 This is text in a note box that doesn't appear in the output.
29612 \end_layout
29613
29614 \end_inset
29615
29616
29617 \end_layout
29618
29619 \begin_layout Description
29620 Comment This note also doesn't appear in the output but it appears as \SpecialChar LaTeX
29621 -comment,
29622  when you export the document to \SpecialChar LaTeX
29623  via the menu 
29624 \family sans
29625 File\SpecialChar menuseparator
29626 Export\SpecialChar menuseparator
29627 LaTeX
29628 \begin_inset space ~
29629 \end_inset
29630
29631 (pdflatex) / (plain)
29632 \family default
29633 .
29634  Its note-box looks like this:
29635 \begin_inset Newline newline
29636 \end_inset
29637
29638
29639 \begin_inset Newline newline
29640 \end_inset
29641
29642
29643 \begin_inset Graphics
29644         filename clipart/CommentNoteImage.png
29645         display false
29646         scaleBeforeRotation
29647
29648 \end_inset
29649
29650  
29651 \begin_inset Note Comment
29652 status open
29653
29654 \begin_layout Plain Layout
29655 This is text in a note box that only appears as comment in \SpecialChar LaTeX
29656 -files.
29657 \end_layout
29658
29659 \end_inset
29660
29661
29662 \end_layout
29663
29664 \begin_layout Description
29665 Greyed
29666 \begin_inset space ~
29667 \end_inset
29668
29669 Out This note will appear in the output as grey text.
29670  Its note-box looks like this:
29671 \begin_inset Newline newline
29672 \end_inset
29673
29674
29675 \begin_inset Newline newline
29676 \end_inset
29677
29678
29679 \begin_inset Graphics
29680         filename clipart/GreyedOutNoteImage.png
29681         display false
29682         scaleBeforeRotation
29683
29684 \end_inset
29685
29686
29687 \begin_inset Newline newline
29688 \end_inset
29689
29690
29691 \begin_inset ERT
29692 status collapsed
29693
29694 \begin_layout Plain Layout
29695
29696
29697 \backslash
29698 renewenvironment{lyxgreyedout}
29699 \end_layout
29700
29701 \begin_layout Plain Layout
29702
29703 {
29704 \backslash
29705 textcolor[gray]{0.8}
29706 \backslash
29707 bgroup}{
29708 \backslash
29709 egroup}
29710 \end_layout
29711
29712 \end_inset
29713
29714
29715 \begin_inset Note Greyedout
29716 status open
29717
29718 \begin_layout Plain Layout
29719 This is text of a comment that appears grey in the output.
29720 \end_layout
29721
29722 \end_inset
29723
29724
29725 \begin_inset ERT
29726 status collapsed
29727
29728 \begin_layout Plain Layout
29729
29730
29731 \backslash
29732 renewenvironment{lyxgreyedout}
29733 \end_layout
29734
29735 \begin_layout Plain Layout
29736
29737 {
29738 \backslash
29739 textcolor{blue}
29740 \backslash
29741 bgroup}{
29742 \backslash
29743 egroup}
29744 \end_layout
29745
29746 \end_inset
29747
29748
29749 \begin_inset Note Note
29750 status collapsed
29751
29752 \begin_layout Plain Layout
29753 The greyed out note is here redefined to show it with the original \SpecialChar LyX
29754  definition
29755  because greyed out notes are redefined in the preamble of this document,
29756  as described below, to have blue text.
29757 \end_layout
29758
29759 \end_inset
29760
29761
29762 \begin_inset Newline newline
29763 \end_inset
29764
29765
29766 \begin_inset Newline newline
29767 \end_inset
29768
29769 As you can see in the example, the first line of greyed out notes is a bit
29770  indented and greyed out notes can have footnotes.
29771 \end_layout
29772
29773 \begin_layout Standard
29774 \begin_inset VSpace bigskip
29775 \end_inset
29776
29777 When you use the toolbar button 
29778 \begin_inset Info
29779 type  "icon"
29780 arg   "note-insert"
29781 \end_inset
29782
29783  to insert notes, a 
29784 \family sans
29785 \SpecialChar LyX
29786
29787 \begin_inset space ~
29788 \end_inset
29789
29790 Note
29791 \family default
29792  is inserted.
29793  You can switch between the three note types by right-clicking on the note-box.
29794  
29795 \family roman
29796 \series medium
29797 \bar no
29798 If you want to turn existing text into a note, mark it and click on the
29799  note
29800 \family default
29801 \series default
29802 \bar default
29803  toolbar 
29804 \family roman
29805 \series medium
29806 \bar no
29807 button
29808 \family default
29809 \series default
29810 \bar default
29811 .
29812  To change a note to text, press the backspace key when the cursor is in
29813  the first position of a note, or press the delete key when the cursor is
29814  in the very last position of the note, respectively.
29815 \end_layout
29816
29817 \begin_layout Standard
29818 \begin_inset VSpace bigskip
29819 \end_inset
29820
29821 You can change the text color of the greyed out notes in the menu 
29822 \family sans
29823 Document\SpecialChar menuseparator
29824 Settings\SpecialChar menuseparator
29825 Colors
29826 \family default
29827 .
29828 \end_layout
29829
29830 \begin_layout Section
29831 Footnotes
29832 \begin_inset CommandInset label
29833 LatexCommand label
29834 name "sec:Footnotes"
29835
29836 \end_inset
29837
29838
29839 \begin_inset Index idx
29840 status collapsed
29841
29842 \begin_layout Plain Layout
29843 Notes ! Footnotes
29844 \end_layout
29845
29846 \end_inset
29847
29848
29849 \begin_inset Index idx
29850 status collapsed
29851
29852 \begin_layout Plain Layout
29853 Footnotes
29854 \end_layout
29855
29856 \end_inset
29857
29858
29859 \end_layout
29860
29861 \begin_layout Standard
29862 Footnotes can be inserted using the toolbar button 
29863 \begin_inset Info
29864 type  "icon"
29865 arg   "footnote-insert"
29866 \end_inset
29867
29868  or the menu 
29869 \family sans
29870 Insert\SpecialChar menuseparator
29871 Footnote
29872 \family default
29873 .
29874  You will then see the following footnote-box: 
29875 \begin_inset Graphics
29876         filename clipart/footnote.png
29877         scale 80
29878         scaleBeforeRotation
29879
29880 \end_inset
29881
29882  
29883 \family roman
29884 \series medium
29885 \bar no
29886 where you can enter the footnote text.
29887  If you want to turn existing text into a footnote, mark it and click on
29888  the footnote
29889 \family default
29890 \series default
29891 \bar default
29892  toolbar 
29893 \family roman
29894 \series medium
29895 \bar no
29896 button
29897 \family default
29898 \series default
29899 \bar default
29900 .
29901  To change a 
29902 \family roman
29903 \series medium
29904 \bar no
29905 footnote
29906 \family default
29907 \series default
29908 \bar default
29909  to text, press the 
29910 \family sans
29911 Backspace
29912 \family default
29913  key when the cursor is in the first position of a 
29914 \family roman
29915 \series medium
29916 \bar no
29917 footnote
29918 \family default
29919 \series default
29920 \bar default
29921 , or press the 
29922 \family sans
29923 Delete
29924 \family default
29925  key when the cursor is in the very last position of the 
29926 \family roman
29927 \series medium
29928 \bar no
29929 footnote
29930 \family default
29931 \series default
29932 \bar default
29933 , respectively.
29934 \end_layout
29935
29936 \begin_layout Standard
29937 Here is an example footnote:
29938 \family roman
29939 \series medium
29940 \bar no
29941
29942 \begin_inset Foot
29943 status open
29944
29945 \begin_layout Plain Layout
29946 \begin_inset CommandInset label
29947 LatexCommand label
29948 name "foot:This-is-an"
29949
29950 \end_inset
29951
29952 This is an example footnote.
29953 \end_layout
29954
29955 \end_inset
29956
29957
29958 \family default
29959 \series default
29960 \bar default
29961
29962 \begin_inset ERT
29963 status collapsed
29964
29965 \begin_layout Plain Layout
29966
29967
29968 \backslash
29969 newcounter{MyRepeatFoot}
29970 \end_layout
29971
29972 \begin_layout Plain Layout
29973
29974
29975 \backslash
29976 setcounter{MyRepeatFoot}{
29977 \backslash
29978 thefootnote}
29979 \end_layout
29980
29981 \end_inset
29982
29983
29984 \end_layout
29985
29986 \begin_layout Standard
29987 The footnote will appear in the output as a superscript number at the text
29988  position where the footnote box is placed.
29989  The footnote text is placed at the bottom of the current page.
29990  The footnote number is calculated by \SpecialChar LaTeX
29991 ; the numbers are consecutive.
29992  Whether the footnote number is reset for every chapter depends on your
29993  document class.
29994 \end_layout
29995
29996 \begin_layout Standard
29997 Footnotes can be referenced like floats: Insert a label into the footnote
29998  and cross-reference this label in the text as described in section
29999 \begin_inset space ~
30000 \end_inset
30001
30002
30003 \begin_inset CommandInset ref
30004 LatexCommand ref
30005 reference "sec:Referencing-Floats"
30006
30007 \end_inset
30008
30009 .
30010 \begin_inset Newline newline
30011 \end_inset
30012
30013 This is a cross-reference of Footnote
30014 \begin_inset space ~
30015 \end_inset
30016
30017
30018 \begin_inset CommandInset ref
30019 LatexCommand ref
30020 reference "foot:This-is-an"
30021
30022 \end_inset
30023
30024 .
30025 \end_layout
30026
30027 \begin_layout Standard
30028 \begin_inset VSpace defskip
30029 \end_inset
30030
30031 Footnotes in title environments are usually not numbered with symbols and
30032  they cannot contain several paragraphs.
30033  See for example the footnote in the titling of this document.
30034 \end_layout
30035
30036 \begin_layout Standard
30037 \begin_inset VSpace defskip
30038 \end_inset
30039
30040 Footnotes in tables are not printed by \SpecialChar LaTeX
30041  due to technical reasons.
30042  However there exists another method to print them: Instead of the footnote
30043  the command 
30044 \series bold
30045
30046 \backslash
30047 footnotemark{}
30048 \series default
30049  is inserted as \SpecialChar TeX
30050  code.
30051  The text of the footnote is entered as an argument of the \SpecialChar TeX
30052  code command
30053  
30054 \series bold
30055
30056 \backslash
30057 footnotetext
30058 \series default
30059  after the table.
30060 \begin_inset Newline newline
30061 \end_inset
30062
30063 This was done for the following table with the command
30064 \end_layout
30065
30066 \begin_layout Standard
30067
30068 \series bold
30069
30070 \backslash
30071 footnotetext{
30072 \series default
30073 Printed table footnote.
30074 \series bold
30075 }
30076 \end_layout
30077
30078 \begin_layout Standard
30079 \begin_inset Tabular
30080 <lyxtabular version="3" rows="2" columns="1">
30081 <features tabularvalignment="middle">
30082 <column alignment="center" valignment="top">
30083 <row>
30084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30085 \begin_inset Text
30086
30087 \begin_layout Plain Layout
30088 This an example text.
30089 \begin_inset Foot
30090 status open
30091
30092 \begin_layout Plain Layout
30093 This footnote will not be printed!
30094 \end_layout
30095
30096 \end_inset
30097
30098
30099 \end_layout
30100
30101 \end_inset
30102 </cell>
30103 </row>
30104 <row>
30105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30106 \begin_inset Text
30107
30108 \begin_layout Plain Layout
30109 This an example text.
30110 \begin_inset ERT
30111 status collapsed
30112
30113 \begin_layout Plain Layout
30114
30115
30116 \backslash
30117 footnotemark{}
30118 \end_layout
30119
30120 \end_inset
30121
30122
30123 \end_layout
30124
30125 \end_inset
30126 </cell>
30127 </row>
30128 </lyxtabular>
30129
30130 \end_inset
30131
30132
30133 \begin_inset ERT
30134 status collapsed
30135
30136 \begin_layout Plain Layout
30137
30138
30139 \backslash
30140 footnotetext{
30141 \end_layout
30142
30143 \end_inset
30144
30145 Printed table footnote.
30146 \begin_inset ERT
30147 status collapsed
30148
30149 \begin_layout Plain Layout
30150
30151 }
30152 \end_layout
30153
30154 \end_inset
30155
30156
30157 \end_layout
30158
30159 \begin_layout Standard
30160 Footnotes in longtables are described in section
30161 \begin_inset space ~
30162 \end_inset
30163
30164
30165 \begin_inset CommandInset ref
30166 LatexCommand ref
30167 reference "subsec:Footnotes-in-Longtables"
30168
30169 \end_inset
30170
30171 .
30172 \end_layout
30173
30174 \begin_layout Standard
30175 Footnotes in minipage boxes are printed, but inside the box and with a different
30176  numbering because a minipage box is like a page inside a page.
30177  (For more about minipages, see section
30178 \begin_inset space ~
30179 \end_inset
30180
30181
30182 \begin_inset CommandInset ref
30183 LatexCommand ref
30184 reference "sec:Minipages"
30185
30186 \end_inset
30187
30188 .) To get a footnote in the minipage that is output at the bottom of the
30189  page like normal footnotes, also use the method of 
30190 \series bold
30191
30192 \backslash
30193 footnotemark{}
30194 \series default
30195  and 
30196 \series bold
30197
30198 \backslash
30199 footnotetext
30200 \series default
30201 .
30202 \end_layout
30203
30204 \begin_layout Standard
30205 \begin_inset Box Frameless
30206 position "t"
30207 hor_pos "c"
30208 has_inner_box 1
30209 inner_pos "t"
30210 use_parbox 0
30211 use_makebox 0
30212 width "100col%"
30213 special "none"
30214 height "1in"
30215 height_special "totalheight"
30216 thickness "0.4pt"
30217 separation "3pt"
30218 shadowsize "4pt"
30219 framecolor "black"
30220 backgroundcolor "none"
30221 status open
30222
30223 \begin_layout Plain Layout
30224 This an example text in a minipage.
30225 \begin_inset Foot
30226 status open
30227
30228 \begin_layout Plain Layout
30229 Footnote in the minipage.
30230 \end_layout
30231
30232 \end_inset
30233
30234
30235 \end_layout
30236
30237 \begin_layout Plain Layout
30238 This an example text in a minipage.
30239 \begin_inset ERT
30240 status collapsed
30241
30242 \begin_layout Plain Layout
30243
30244
30245 \backslash
30246 footnotemark{}
30247 \end_layout
30248
30249 \end_inset
30250
30251
30252 \end_layout
30253
30254 \end_inset
30255
30256
30257 \end_layout
30258
30259 \begin_layout Standard
30260 \begin_inset ERT
30261 status collapsed
30262
30263 \begin_layout Plain Layout
30264
30265
30266 \backslash
30267 footnotetext{
30268 \end_layout
30269
30270 \end_inset
30271
30272 Footnote outside the minipage.
30273 \begin_inset ERT
30274 status collapsed
30275
30276 \begin_layout Plain Layout
30277
30278 }
30279 \end_layout
30280
30281 \end_inset
30282
30283
30284 \end_layout
30285
30286 \begin_layout Standard
30287 \begin_inset VSpace defskip
30288 \end_inset
30289
30290
30291 \end_layout
30292
30293 \begin_layout Standard
30294 To refer to the same footnote several times without printing the footnote
30295  text every time, use the command 
30296 \series bold
30297
30298 \backslash
30299 footnotemark[number]
30300 \series default
30301  in \SpecialChar TeX
30302  code.
30303 \begin_inset Newline newline
30304 \end_inset
30305
30306 As you do not know the number of the repeating footnote while you are writing
30307  the text, you have to store its number.
30308  For the following footnote mark example, these commands were inserted in
30309  \SpecialChar TeX
30310  code after Footnote
30311 \begin_inset space ~
30312 \end_inset
30313
30314
30315 \begin_inset CommandInset ref
30316 LatexCommand ref
30317 reference "foot:This-is-an"
30318
30319 \end_inset
30320
30321  to store the footnote number:
30322 \end_layout
30323
30324 \begin_layout Standard
30325
30326 \series bold
30327
30328 \backslash
30329 newcounter{MyRepeatFoot}
30330 \begin_inset Newline newline
30331 \end_inset
30332
30333
30334 \backslash
30335 setcounter{MyRepeatFoot}{
30336 \backslash
30337 thefootnote}
30338 \end_layout
30339
30340 \begin_layout Standard
30341 The footnote mark was then created with this command:
30342 \end_layout
30343
30344 \begin_layout Standard
30345
30346 \series bold
30347
30348 \backslash
30349 footnotemark[
30350 \backslash
30351 theMyRepeatFoot]
30352 \end_layout
30353
30354 \begin_layout Standard
30355 Here is a repeated footnote:
30356 \family roman
30357 \series medium
30358 \bar no
30359
30360 \begin_inset ERT
30361 status collapsed
30362
30363 \begin_layout Plain Layout
30364
30365
30366 \backslash
30367 footnotemark[
30368 \backslash
30369 theMyRepeatFoot]
30370 \end_layout
30371
30372 \end_inset
30373
30374
30375 \end_layout
30376
30377 \begin_layout Standard
30378 If you want to repeat the previous footnote, you can omit the storage of
30379  the footnote number and just use this command instead:
30380 \end_layout
30381
30382 \begin_layout Standard
30383
30384 \series bold
30385
30386 \backslash
30387 footnotemark[
30388 \backslash
30389 thefootnote]
30390 \end_layout
30391
30392 \begin_layout Standard
30393 Here is another repeated footnote:
30394 \family roman
30395 \series medium
30396 \bar no
30397
30398 \begin_inset ERT
30399 status collapsed
30400
30401 \begin_layout Plain Layout
30402
30403
30404 \backslash
30405 footnotemark[
30406 \backslash
30407 thefootnote]
30408 \end_layout
30409
30410 \end_inset
30411
30412
30413 \end_layout
30414
30415 \begin_layout Subsection
30416 Footnote Numbering
30417 \begin_inset CommandInset label
30418 LatexCommand label
30419 name "subsec:Footnote-Numbering"
30420
30421 \end_inset
30422
30423
30424 \begin_inset Index idx
30425 status collapsed
30426
30427 \begin_layout Plain Layout
30428 Footnotes ! Numbering
30429 \end_layout
30430
30431 \end_inset
30432
30433
30434 \end_layout
30435
30436 \begin_layout Standard
30437 To reset the footnote number back to 1 after each section
30438 \family roman
30439 , add this command to your document preamble:
30440 \end_layout
30441
30442 \begin_layout Standard
30443
30444 \series bold
30445
30446 \backslash
30447 @addtoreset{footnote}{section}
30448 \end_layout
30449
30450 \begin_layout Standard
30451 \begin_inset VSpace bigskip
30452 \end_inset
30453
30454 The following preamble command changes the footnote numbering style to small
30455  roman numerals:
30456 \end_layout
30457
30458 \begin_layout Standard
30459
30460 \series bold
30461
30462 \backslash
30463 renewcommand{
30464 \backslash
30465 thefootnote}{
30466 \backslash
30467 roman{footnote}}
30468 \end_layout
30469
30470 \begin_layout Standard
30471 \begin_inset ERT
30472 status collapsed
30473
30474 \begin_layout Plain Layout
30475
30476
30477 \backslash
30478 renewcommand{
30479 \backslash
30480 thefootnote}{
30481 \backslash
30482 roman{footnote}}
30483 \end_layout
30484
30485 \end_inset
30486
30487  This is a footnote with roman numbering:
30488 \begin_inset Foot
30489 status open
30490
30491 \begin_layout Plain Layout
30492 This is an example footnote with roman numbering.
30493 \end_layout
30494
30495 \end_inset
30496
30497
30498 \end_layout
30499
30500 \begin_layout Standard
30501 To change the numbering style to capital roman numerals replace in the command
30502  above 
30503 \series bold
30504
30505 \backslash
30506 roman
30507 \series default
30508  by 
30509 \series bold
30510
30511 \backslash
30512 Roman
30513 \series default
30514 .
30515  To 
30516 \begin_inset Quotes eld
30517 \end_inset
30518
30519 number
30520 \begin_inset Quotes erd
30521 \end_inset
30522
30523  footnotes with capital or small Latin letters use 
30524 \series bold
30525
30526 \backslash
30527 Alph
30528 \series default
30529  or 
30530 \series bold
30531
30532 \backslash
30533 alph
30534 \series default
30535 , respectively.
30536  To 
30537 \begin_inset Quotes eld
30538 \end_inset
30539
30540 number
30541 \begin_inset Quotes erd
30542 \end_inset
30543
30544  footnotes with symbols use 
30545 \series bold
30546
30547 \backslash
30548 fnsymbol
30549 \series default
30550 .
30551 \end_layout
30552
30553 \begin_layout Standard
30554 \begin_inset Note Greyedout
30555 status open
30556
30557 \begin_layout Plain Layout
30558
30559 \series bold
30560 Note:
30561 \series default
30562  You can only number 26 footnotes with Latin letters, because this numbering
30563  is limited to single letters.
30564 \end_layout
30565
30566 \end_inset
30567
30568
30569 \begin_inset Newline newline
30570 \end_inset
30571
30572
30573 \begin_inset Note Greyedout
30574 status open
30575
30576 \begin_layout Plain Layout
30577
30578 \series bold
30579 Note:
30580 \series default
30581  You can only number 9 footnotes with symbols.
30582 \end_layout
30583
30584 \end_inset
30585
30586
30587 \end_layout
30588
30589 \begin_layout Standard
30590 To return to the default numbering style after you have changed to another
30591  one, use 
30592 \series bold
30593
30594 \backslash
30595 arabic
30596 \series default
30597  instead of 
30598 \series bold
30599
30600 \backslash
30601 roman
30602 \series default
30603  in the command above.
30604 \begin_inset ERT
30605 status collapsed
30606
30607 \begin_layout Plain Layout
30608
30609
30610 \backslash
30611 renewcommand{
30612 \backslash
30613 thefootnote}{
30614 \backslash
30615 arabic{footnote}}
30616 \end_layout
30617
30618 \end_inset
30619
30620
30621 \end_layout
30622
30623 \begin_layout Standard
30624 \begin_inset VSpace bigskip
30625 \end_inset
30626
30627
30628 \end_layout
30629
30630 \begin_layout Standard
30631 If you want to have footnotes numbered in the scheme 
30632 \begin_inset Quotes eld
30633 \end_inset
30634
30635 chapter.footnote
30636 \begin_inset Quotes erd
30637 \end_inset
30638
30639 , add the following command to your document preamble:
30640 \end_layout
30641
30642 \begin_layout Standard
30643
30644 \series bold
30645
30646 \backslash
30647 numberwithin{footnote}{chapter}
30648 \end_layout
30649
30650 \begin_layout Standard
30651 To be able to use the command 
30652 \series bold
30653
30654 \backslash
30655 numberwithin
30656 \series default
30657 , set in the tab 
30658 \family sans
30659 Math
30660 \begin_inset space ~
30661 \end_inset
30662
30663 Options
30664 \family default
30665  in the document settings the option 
30666 \family sans
30667 Use
30668 \begin_inset space ~
30669 \end_inset
30670
30671 AMS
30672 \begin_inset space ~
30673 \end_inset
30674
30675 math
30676 \begin_inset space ~
30677 \end_inset
30678
30679 package
30680 \family default
30681 .
30682 \end_layout
30683
30684 \begin_layout Standard
30685 \begin_inset ERT
30686 status collapsed
30687
30688 \begin_layout Plain Layout
30689
30690
30691 \backslash
30692 numberwithin{footnote}{chapter}
30693 \end_layout
30694
30695 \end_inset
30696
30697 This is another example footnote:
30698 \series bold
30699
30700 \begin_inset Foot
30701 status open
30702
30703 \begin_layout Plain Layout
30704 This is a footnote numbered in the scheme 
30705 \begin_inset Quotes eld
30706 \end_inset
30707
30708 chapter.footnote
30709 \begin_inset Quotes erd
30710 \end_inset
30711
30712 .
30713 \end_layout
30714
30715 \end_inset
30716
30717
30718 \series default
30719
30720 \begin_inset ERT
30721 status collapsed
30722
30723 \begin_layout Plain Layout
30724
30725
30726 \backslash
30727 renewcommand{
30728 \backslash
30729 thefootnote}{
30730 \backslash
30731 arabic{footnote}}
30732 \end_layout
30733
30734 \end_inset
30735
30736
30737 \end_layout
30738
30739 \begin_layout Standard
30740 \begin_inset Note Greyedout
30741 status open
30742
30743 \begin_layout Plain Layout
30744
30745 \series bold
30746 Note:
30747 \series default
30748  
30749 \series bold
30750
30751 \backslash
30752 numberwithin
30753 \series default
30754  always prints out the footnote number as arabic number; previous redefinitions
30755  to get non-arabic numbers are overwritten.
30756 \end_layout
30757
30758 \end_inset
30759
30760
30761 \end_layout
30762
30763 \begin_layout Standard
30764 So to get for example the scheme 
30765 \begin_inset Quotes eld
30766 \end_inset
30767
30768 chapter.
30769 \backslash
30770 Roman{footnote}
30771 \begin_inset Quotes erd
30772 \end_inset
30773
30774 , use this command instead of 
30775 \series bold
30776
30777 \backslash
30778 numberwithin
30779 \series default
30780 :
30781 \end_layout
30782
30783 \begin_layout Standard
30784
30785 \series bold
30786
30787 \backslash
30788 renewcommand{
30789 \backslash
30790 thefootnote}{
30791 \backslash
30792 thechapter.
30793 \backslash
30794 Roman{footnote}}
30795 \end_layout
30796
30797 \begin_layout Subsection
30798 Footnote Placement
30799 \begin_inset Index idx
30800 status collapsed
30801
30802 \begin_layout Plain Layout
30803 Footnotes ! Placement
30804 \end_layout
30805
30806 \end_inset
30807
30808
30809 \end_layout
30810
30811 \begin_layout Standard
30812 If you have several footnotes in one page, they appear without vertical
30813  space between them at the bottom of the page.
30814  To make them more readable you can e.
30815 \begin_inset space \thinspace{}
30816 \end_inset
30817
30818 g.
30819 \begin_inset space \space{}
30820 \end_inset
30821
30822 add 1.5
30823 \begin_inset space \thinspace{}
30824 \end_inset
30825
30826 mm space with the following preamble command:
30827 \end_layout
30828
30829 \begin_layout Standard
30830
30831 \series bold
30832
30833 \backslash
30834 let
30835 \backslash
30836 myFoot
30837 \backslash
30838 footnote
30839 \begin_inset Newline newline
30840 \end_inset
30841
30842
30843 \backslash
30844 renewcommand{
30845 \backslash
30846 footnote}[1]{
30847 \backslash
30848 myFoot{#1
30849 \backslash
30850 vspace{1.5mm}}}
30851 \end_layout
30852
30853 \begin_layout Standard
30854 \begin_inset VSpace bigskip
30855 \end_inset
30856
30857 In a two-column document the footnotes appear at the bottom of every column,
30858  see Figure
30859 \begin_inset space ~
30860 \end_inset
30861
30862
30863 \begin_inset CommandInset ref
30864 LatexCommand ref
30865 reference "fig:Standard-footnote-placement"
30866
30867 \end_inset
30868
30869 .
30870  If the footnotes should only appear at the bottom of the right column,
30871  as in Figure
30872 \begin_inset space ~
30873 \end_inset
30874
30875
30876 \begin_inset CommandInset ref
30877 LatexCommand ref
30878 reference "fig:Footnote-placement-in"
30879
30880 \end_inset
30881
30882 , use the \SpecialChar LaTeX
30883 -package 
30884 \series bold
30885 ftnright
30886 \series default
30887
30888 \begin_inset Index idx
30889 status collapsed
30890
30891 \begin_layout Plain Layout
30892 \SpecialChar LaTeX
30893 -packages ! ftnright
30894 \end_layout
30895
30896 \end_inset
30897
30898  with this command in the document preamble:
30899 \end_layout
30900
30901 \begin_layout Standard
30902
30903 \series bold
30904
30905 \backslash
30906 usepackage{ftnright}
30907 \end_layout
30908
30909 \begin_layout Standard
30910 \begin_inset Float figure
30911 placement !h
30912 wide false
30913 sideways false
30914 status open
30915
30916 \begin_layout Plain Layout
30917 \begin_inset ERT
30918 status collapsed
30919
30920 \begin_layout Plain Layout
30921
30922
30923 \backslash
30924 framebox{
30925 \end_layout
30926
30927 \end_inset
30928
30929
30930 \begin_inset Graphics
30931         filename clipart/without_fntright.pdf
30932         width 100col%
30933         scaleBeforeRotation
30934
30935 \end_inset
30936
30937
30938 \begin_inset ERT
30939 status collapsed
30940
30941 \begin_layout Plain Layout
30942
30943 }
30944 \end_layout
30945
30946 \end_inset
30947
30948
30949 \end_layout
30950
30951 \begin_layout Plain Layout
30952 \begin_inset Caption Standard
30953
30954 \begin_layout Plain Layout
30955 \begin_inset CommandInset label
30956 LatexCommand label
30957 name "fig:Standard-footnote-placement"
30958
30959 \end_inset
30960
30961 Standard footnote placement in two-column documents.
30962 \end_layout
30963
30964 \end_inset
30965
30966
30967 \end_layout
30968
30969 \end_inset
30970
30971
30972 \end_layout
30973
30974 \begin_layout Standard
30975 \begin_inset Float figure
30976 placement !h
30977 wide false
30978 sideways false
30979 status open
30980
30981 \begin_layout Plain Layout
30982 \begin_inset ERT
30983 status collapsed
30984
30985 \begin_layout Plain Layout
30986
30987
30988 \backslash
30989 framebox{
30990 \end_layout
30991
30992 \end_inset
30993
30994
30995 \begin_inset Graphics
30996         filename clipart/with_fntright.pdf
30997         width 100col%
30998         scaleBeforeRotation
30999
31000 \end_inset
31001
31002
31003 \begin_inset ERT
31004 status collapsed
31005
31006 \begin_layout Plain Layout
31007
31008 }
31009 \end_layout
31010
31011 \end_inset
31012
31013
31014 \end_layout
31015
31016 \begin_layout Plain Layout
31017 \begin_inset Caption Standard
31018
31019 \begin_layout Plain Layout
31020 \begin_inset CommandInset label
31021 LatexCommand label
31022 name "fig:Footnote-placement-in"
31023
31024 \end_inset
31025
31026 Footnote placement in two-column documents when the \SpecialChar LaTeX
31027 -package 
31028 \series bold
31029 ftnright
31030 \series default
31031  is used.
31032 \end_layout
31033
31034 \end_inset
31035
31036
31037 \end_layout
31038
31039 \end_inset
31040
31041
31042 \end_layout
31043
31044 \begin_layout Standard
31045 \begin_inset VSpace bigskip
31046 \end_inset
31047
31048 In some scientific literature it is usual to collect the footnotes and print
31049  them in a separate paragraph at the end of a section, as in Figure
31050 \begin_inset space ~
31051 \end_inset
31052
31053
31054 \begin_inset CommandInset ref
31055 LatexCommand ref
31056 reference "fig:Endnotes"
31057
31058 \end_inset
31059
31060 .
31061  They are then called 
31062 \begin_inset Quotes eld
31063 \end_inset
31064
31065 endnotes
31066 \begin_inset Quotes erd
31067 \end_inset
31068
31069 .
31070 \begin_inset Index idx
31071 status collapsed
31072
31073 \begin_layout Plain Layout
31074 Endnotes
31075 \end_layout
31076
31077 \end_inset
31078
31079  To use endnotes instead of footnotes in your document, load in the menu
31080  
31081 \family sans
31082 Document\SpecialChar menuseparator
31083 Settings\SpecialChar menuseparator
31084 Modules 
31085 \family default
31086 the module 
31087 \family sans
31088 Foot
31089 \begin_inset space ~
31090 \end_inset
31091
31092 to
31093 \begin_inset space ~
31094 \end_inset
31095
31096 End
31097 \family default
31098 .
31099  To insert the collected footnotes, insert the command
31100 \end_layout
31101
31102 \begin_layout Standard
31103
31104 \series bold
31105
31106 \backslash
31107 theendnotes
31108 \end_layout
31109
31110 \begin_layout Standard
31111 in \SpecialChar TeX
31112  Code at the end of a section or chapter.
31113 \end_layout
31114
31115 \begin_layout Standard
31116 \begin_inset Float figure
31117 wide false
31118 sideways false
31119 status open
31120
31121 \begin_layout Plain Layout
31122 \align center
31123 \begin_inset ERT
31124 status collapsed
31125
31126 \begin_layout Plain Layout
31127
31128
31129 \backslash
31130 framebox{
31131 \end_layout
31132
31133 \end_inset
31134
31135
31136 \begin_inset Graphics
31137         filename clipart/endnotes.pdf
31138         scaleBeforeRotation
31139
31140 \end_inset
31141
31142
31143 \begin_inset ERT
31144 status collapsed
31145
31146 \begin_layout Plain Layout
31147
31148 }
31149 \end_layout
31150
31151 \end_inset
31152
31153
31154 \end_layout
31155
31156 \begin_layout Plain Layout
31157 \begin_inset Caption Standard
31158
31159 \begin_layout Plain Layout
31160 \begin_inset CommandInset label
31161 LatexCommand label
31162 name "fig:Endnotes"
31163
31164 \end_inset
31165
31166 Endnotes – footnotes are printed in a separate paragraph at the end of sections
31167  or chapters.
31168 \end_layout
31169
31170 \end_inset
31171
31172
31173 \end_layout
31174
31175 \end_inset
31176
31177
31178 \end_layout
31179
31180 \begin_layout Standard
31181 \begin_inset VSpace medskip
31182 \end_inset
31183
31184 The paragraph heading for the endnotes isn't automatically translated into
31185  the document language, this must be done manually.
31186  The following preamble command translates the default English 
31187 \begin_inset Quotes eld
31188 \end_inset
31189
31190 Notes
31191 \begin_inset Quotes erd
31192 \end_inset
31193
31194  into the German 
31195 \begin_inset Quotes eld
31196 \end_inset
31197
31198 Anmerkungen
31199 \begin_inset Quotes erd
31200 \end_inset
31201
31202 :
31203 \end_layout
31204
31205 \begin_layout Standard
31206
31207 \series bold
31208
31209 \backslash
31210 renewcommand{
31211 \backslash
31212 notesname}{Anmerkungen}
31213 \end_layout
31214
31215 \begin_layout Standard
31216 \begin_inset VSpace medskip
31217 \end_inset
31218
31219 The numbering of endnotes can be changed like the footnote numbering as
31220  described in section
31221 \begin_inset space ~
31222 \end_inset
31223
31224
31225 \begin_inset CommandInset ref
31226 LatexCommand ref
31227 reference "subsec:Footnote-Numbering"
31228
31229 \end_inset
31230
31231 ; just replace the command 
31232 \series bold
31233
31234 \backslash
31235 thefootnote
31236 \series default
31237  by 
31238 \series bold
31239
31240 \backslash
31241 theendnote
31242 \series default
31243 .
31244  To reset the endnote number use the command 
31245 \series bold
31246
31247 \backslash
31248 @addtoreset
31249 \series default
31250  as described in section
31251 \begin_inset space ~
31252 \end_inset
31253
31254
31255 \begin_inset CommandInset ref
31256 LatexCommand ref
31257 reference "subsec:Footnote-Numbering"
31258
31259 \end_inset
31260
31261  and replace the command parameter 
31262 \series bold
31263 footnote
31264 \series default
31265  by 
31266 \series bold
31267 endnote
31268 \series default
31269 .
31270 \end_layout
31271
31272 \begin_layout Standard
31273 For endnotes there is the command 
31274 \series bold
31275
31276 \backslash
31277 endnotemark[number]
31278 \series default
31279  similar to the command 
31280 \series bold
31281
31282 \backslash
31283 footnotemark
31284 \series default
31285 , that is described in section
31286 \begin_inset space ~
31287 \end_inset
31288
31289
31290 \begin_inset CommandInset ref
31291 LatexCommand ref
31292 reference "sec:Footnotes"
31293
31294 \end_inset
31295
31296 .
31297 \end_layout
31298
31299 \begin_layout Standard
31300 \begin_inset VSpace bigskip
31301 \end_inset
31302
31303 Footnotes can also be placed in the page margin and the footnote text alignment
31304  can be changed, see the \SpecialChar LaTeX
31305 -package 
31306 \series bold
31307 footmisc
31308 \series default
31309
31310 \begin_inset Index idx
31311 status collapsed
31312
31313 \begin_layout Plain Layout
31314 \SpecialChar LaTeX
31315 -packages ! footmisc
31316 \end_layout
31317
31318 \end_inset
31319
31320
31321 \begin_inset CommandInset citation
31322 LatexCommand cite
31323 key "footmisc"
31324
31325 \end_inset
31326
31327  for more information about this.
31328 \end_layout
31329
31330 \begin_layout Standard
31331 For various further footnote formatting issues have a look at \SpecialChar LaTeX
31332 -books, 
31333 \begin_inset CommandInset citation
31334 LatexCommand cite
31335 key "latexcompanion,latexguide,latexbook"
31336
31337 \end_inset
31338
31339 .
31340  If you are using a 
31341 \series bold
31342 KOMA-Script
31343 \series default
31344
31345 \begin_inset Index idx
31346 status collapsed
31347
31348 \begin_layout Plain Layout
31349 \SpecialChar LaTeX
31350 -packages ! KOMA-Script
31351 \end_layout
31352
31353 \end_inset
31354
31355  document class, you can adjust all footnote settings using class-specific
31356  commands, see 
31357 \begin_inset CommandInset citation
31358 LatexCommand cite
31359 key "KOMA-Script"
31360
31361 \end_inset
31362
31363 .
31364 \end_layout
31365
31366 \begin_layout Section
31367 Margin Notes
31368 \begin_inset Index idx
31369 status collapsed
31370
31371 \begin_layout Plain Layout
31372 Notes ! Margin Notes
31373 \end_layout
31374
31375 \end_inset
31376
31377
31378 \end_layout
31379
31380 \begin_layout Standard
31381 Margin notes look and behave in \SpecialChar LyX
31382  like footnotes.
31383  They are inserted via the menu 
31384 \family sans
31385 Insert\SpecialChar menuseparator
31386 Marginal
31387 \begin_inset space ~
31388 \end_inset
31389
31390 Note
31391 \family default
31392  or the toolbar button 
31393 \begin_inset Info
31394 type  "icon"
31395 arg   "marginalnote-insert"
31396 \end_inset
31397
31398 .
31399  A grey 
31400 \family roman
31401 \series medium
31402 box with the
31403 \family default
31404 \series default
31405  red 
31406 \family roman
31407 \series medium
31408 label 
31409 \begin_inset Quotes eld
31410 \end_inset
31411
31412 margin
31413 \begin_inset Quotes erd
31414 \end_inset
31415
31416  appears where you can enter the text of the margin note.
31417 \end_layout
31418
31419 \begin_layout Standard
31420 At the side is an example margin note.
31421
31422 \family roman
31423 \series medium
31424  
31425 \begin_inset Marginal
31426 status open
31427
31428 \begin_layout Plain Layout
31429 This is a margin note.
31430 \end_layout
31431
31432 \end_inset
31433
31434
31435 \end_layout
31436
31437 \begin_layout Standard
31438 Margin notes appear at the right side in single-sided documents.
31439  In double-sided documents they appear in the outer margin – left on even
31440  pages, right on odd pages.
31441  The text of margin notes is aligned opposite to the outer margin – right-aligne
31442 d when the note appears in the left margin.
31443  The first line of the margin note is placed at the position of the text
31444  line where it is inserted in the document.
31445 \end_layout
31446
31447 \begin_layout Standard
31448 \begin_inset VSpace bigskip
31449 \end_inset
31450
31451 To place the margin note in the inner margin, add the command
31452 \end_layout
31453
31454 \begin_layout Standard
31455
31456 \series bold
31457
31458 \backslash
31459 reversemarginpar
31460 \end_layout
31461
31462 \begin_layout Standard
31463 in \SpecialChar TeX
31464  Code before a margin note.
31465  The new placement is valid for all subsequent margin notes.
31466  
31467 \begin_inset ERT
31468 status collapsed
31469
31470 \begin_layout Plain Layout
31471
31472
31473 \backslash
31474 reversemarginpar 
31475 \end_layout
31476
31477 \end_inset
31478
31479
31480 \begin_inset Marginal
31481 status open
31482
31483 \begin_layout Plain Layout
31484 This is a margin note in the inner margin.
31485 \end_layout
31486
31487 \end_inset
31488
31489
31490 \series bold
31491
31492 \begin_inset Newline newline
31493 \end_inset
31494
31495
31496 \series default
31497
31498 \begin_inset Note Greyedout
31499 status open
31500
31501 \begin_layout Plain Layout
31502
31503 \series bold
31504 Note:
31505 \series default
31506  There is often not enough space in the inner margin so that the notes are
31507  not correctly displayed in the output.
31508 \end_layout
31509
31510 \end_inset
31511
31512
31513 \end_layout
31514
31515 \begin_layout Standard
31516 To return to the default placement insert the command
31517 \end_layout
31518
31519 \begin_layout Standard
31520
31521 \series bold
31522
31523 \backslash
31524 normalmarginpar
31525 \end_layout
31526
31527 \begin_layout Standard
31528 in \SpecialChar TeX
31529  Code.
31530 \begin_inset ERT
31531 status collapsed
31532
31533 \begin_layout Plain Layout
31534
31535
31536 \backslash
31537 normalmarginpar 
31538 \end_layout
31539
31540 \end_inset
31541
31542  
31543 \begin_inset Note Greyedout
31544 status open
31545
31546 \begin_layout Plain Layout
31547
31548 \series bold
31549 Note:
31550 \series default
31551  The command is ignored when it is within a paragraph where also the command
31552  
31553 \series bold
31554
31555 \backslash
31556 reversemarginpar
31557 \series default
31558  is inserted.
31559 \end_layout
31560
31561 \end_inset
31562
31563
31564 \end_layout
31565
31566 \begin_layout Standard
31567 \begin_inset VSpace bigskip
31568 \end_inset
31569
31570
31571 \family roman
31572 \series medium
31573
31574 \begin_inset Marginal
31575 status open
31576
31577 \begin_layout Plain Layout
31578 AVeryLongMarginParWord that isn't hyphenated.
31579 \end_layout
31580
31581 \end_inset
31582
31583
31584 \family default
31585 \series default
31586  Similar to the case described in section
31587 \begin_inset space ~
31588 \end_inset
31589
31590
31591 \begin_inset CommandInset ref
31592 LatexCommand ref
31593 reference "subsec:Multiple-Lines-in"
31594
31595 \end_inset
31596
31597 , long words cannot be hyphenated when they are the first word in a margin
31598  note.
31599  To avoid this, insert 0
31600 \begin_inset space \thinspace{}
31601 \end_inset
31602
31603 pt horizontal space before the word
31604 \family roman
31605 \series medium
31606 .
31607  
31608 \begin_inset Marginal
31609 status open
31610
31611 \begin_layout Plain Layout
31612 \begin_inset space \hspace*{}
31613 \length 0pt
31614 \end_inset
31615
31616 AVeryLongMarginParWord that is hyphenated.
31617 \end_layout
31618
31619 \end_inset
31620
31621
31622 \end_layout
31623
31624 \begin_layout Standard
31625 \begin_inset VSpace bigskip
31626 \end_inset
31627
31628
31629 \end_layout
31630
31631 \begin_layout Standard
31632 \begin_inset Note Greyedout
31633 status open
31634
31635 \begin_layout Plain Layout
31636
31637 \series bold
31638 Note:
31639 \series default
31640  Margin notes can normally not be used inside tables, floats, and footnotes.
31641 \end_layout
31642
31643 \end_inset
31644
31645
31646 \end_layout
31647
31648 \begin_layout Standard
31649 \begin_inset VSpace bigskip
31650 \end_inset
31651
31652
31653 \end_layout
31654
31655 \begin_layout Standard
31656 \begin_inset ERT
31657 status collapsed
31658
31659 \begin_layout Plain Layout
31660
31661
31662 \backslash
31663 ifmarginnote
31664 \end_layout
31665
31666 \end_inset
31667
31668
31669 \begin_inset Note Note
31670 status open
31671
31672 \begin_layout Plain Layout
31673 The following section will only be displayed when the \SpecialChar LaTeX
31674 -package 
31675 \series bold
31676 marginnote
31677 \series default
31678  is installed.
31679 \end_layout
31680
31681 \end_inset
31682
31683
31684 \end_layout
31685
31686 \begin_layout Standard
31687 This restriction can be evaded by using the \SpecialChar LaTeX
31688 -package 
31689 \series bold
31690 marginnote
31691 \series default
31692
31693 \begin_inset Index idx
31694 status collapsed
31695
31696 \begin_layout Plain Layout
31697 \SpecialChar LaTeX
31698 -packages ! marginnote
31699 \end_layout
31700
31701 \end_inset
31702
31703 .
31704  By adding these two lines to your document preamble, the command used by
31705  \SpecialChar LyX
31706  for margin notes is redefined to use the command provided by the 
31707 \series bold
31708 marginnote
31709 \series default
31710 -package:
31711 \end_layout
31712
31713 \begin_layout Standard
31714
31715 \series bold
31716
31717 \backslash
31718 usepackage{marginnote}
31719 \begin_inset Newline newline
31720 \end_inset
31721
31722
31723 \backslash
31724 let
31725 \backslash
31726 marginpar
31727 \backslash
31728 marginnote
31729 \end_layout
31730
31731 \begin_layout Standard
31732 This is also used in this document because 
31733 \series bold
31734 marginnote
31735 \series default
31736  has another useful feature: You can set a vertical offset for the note.
31737  This is often needed when too many margin notes are too close together
31738  or for a better page layout.
31739  The offset is set in \SpecialChar LyX
31740  as \SpecialChar TeX
31741  Code directly after the margin note in the scheme
31742 \end_layout
31743
31744 \begin_layout Standard
31745
31746 \series bold
31747 [offset]
31748 \end_layout
31749
31750 \begin_layout Standard
31751 where the offset is a length with one of the units listed in Table
31752 \begin_inset space ~
31753 \end_inset
31754
31755
31756 \begin_inset CommandInset ref
31757 LatexCommand ref
31758 reference "tab:Units"
31759
31760 \end_inset
31761
31762 .
31763  A negative value shifts the note up, a positive value shifts it down.
31764  
31765 \family roman
31766 \series medium
31767 For example the margin note beside this text line is shifted up 1.5
31768 \begin_inset space \thinspace{}
31769 \end_inset
31770
31771 cm with the \SpecialChar TeX
31772  Code command 
31773 \begin_inset Quotes eld
31774 \end_inset
31775
31776
31777 \family default
31778 \series bold
31779 [-1.5cm]
31780 \family roman
31781 \series medium
31782
31783 \begin_inset Quotes erd
31784 \end_inset
31785
31786
31787 \begin_inset Marginal
31788 status open
31789
31790 \begin_layout Plain Layout
31791 This margin note is shifted up 1.5
31792 \begin_inset space \thinspace{}
31793 \end_inset
31794
31795 cm from its original position.
31796 \end_layout
31797
31798 \end_inset
31799
31800
31801 \family default
31802 \series default
31803
31804 \begin_inset ERT
31805 status collapsed
31806
31807 \begin_layout Plain Layout
31808
31809 [-1.5cm]
31810 \end_layout
31811
31812 \end_inset
31813
31814
31815 \end_layout
31816
31817 \begin_layout Standard
31818 \begin_inset VSpace medskip
31819 \end_inset
31820
31821 With 
31822 \series bold
31823 marginnote
31824 \series default
31825  you can also change the alignment of the text in the margin note.
31826  For example the commands
31827 \end_layout
31828
31829 \begin_layout Standard
31830
31831 \series bold
31832
31833 \backslash
31834 renewcommand*{
31835 \backslash
31836 raggedleftmarginnote}{
31837 \backslash
31838 centering}
31839 \begin_inset Newline newline
31840 \end_inset
31841
31842
31843 \backslash
31844 renewcommand*{
31845 \backslash
31846 raggedrightmarginnote}{
31847 \backslash
31848 centering}
31849 \end_layout
31850
31851 \begin_layout Standard
31852 set the alignment to centered.
31853  
31854 \series bold
31855
31856 \backslash
31857 raggedleftmarginnote
31858 \series default
31859  denotes margin notes that appear at the left side.
31860 \family roman
31861 \series medium
31862
31863 \begin_inset ERT
31864 status collapsed
31865
31866 \begin_layout Plain Layout
31867
31868
31869 \backslash
31870 renewcommand*{
31871 \backslash
31872 raggedleftmarginnote}{
31873 \backslash
31874 centering}
31875 \end_layout
31876
31877 \begin_layout Plain Layout
31878
31879
31880 \backslash
31881 renewcommand*{
31882 \backslash
31883 raggedrightmarginnote}{
31884 \backslash
31885 centering}
31886 \end_layout
31887
31888 \end_inset
31889
31890
31891 \begin_inset Marginal
31892 status open
31893
31894 \begin_layout Plain Layout
31895 The text of this margin note is centered.
31896 \end_layout
31897
31898 \end_inset
31899
31900
31901 \family default
31902 \series default
31903  The default is
31904 \end_layout
31905
31906 \begin_layout Standard
31907
31908 \series bold
31909
31910 \backslash
31911 renewcommand*{
31912 \backslash
31913 raggedleftmarginnote}{
31914 \backslash
31915 raggedleft}
31916 \begin_inset Newline newline
31917 \end_inset
31918
31919
31920 \backslash
31921 renewcommand*{
31922 \backslash
31923 raggedrightmarginnote}{
31924 \backslash
31925 raggedright}
31926 \family roman
31927 \series medium
31928
31929 \begin_inset ERT
31930 status collapsed
31931
31932 \begin_layout Plain Layout
31933
31934
31935 \backslash
31936 renewcommand*{
31937 \backslash
31938 raggedleftmarginnote}{
31939 \backslash
31940 raggedleft}
31941 \end_layout
31942
31943 \begin_layout Plain Layout
31944
31945
31946 \backslash
31947 renewcommand*{
31948 \backslash
31949 raggedrightmarginnote}{
31950 \backslash
31951 raggedright}
31952 \end_layout
31953
31954 \end_inset
31955
31956
31957 \end_layout
31958
31959 \begin_layout Standard
31960 \begin_inset VSpace medskip
31961 \end_inset
31962
31963 For the other features of 
31964 \series bold
31965 marginnote
31966 \series default
31967  refer to its documentation 
31968 \begin_inset CommandInset citation
31969 LatexCommand cite
31970 key "marginnote"
31971
31972 \end_inset
31973
31974 .
31975 \end_layout
31976
31977 \begin_layout Standard
31978 \begin_inset VSpace bigskip
31979 \end_inset
31980
31981 You can adjust the layout of margin notes by changing its definition.
31982  To create for example a header for all margin notes with the underlined,
31983  sans-serif, and bold header text 
31984 \begin_inset Quotes eld
31985 \end_inset
31986
31987
31988 \family sans
31989 \series bold
31990 \bar under
31991 Attention!
31992 \family default
31993 \series default
31994 \bar default
31995
31996 \begin_inset Quotes erd
31997 \end_inset
31998
31999 , add this to your document preamble:
32000 \end_layout
32001
32002 \begin_layout Standard
32003
32004 \series bold
32005
32006 \backslash
32007 let
32008 \backslash
32009 myMarginpar
32010 \backslash
32011 marginpar
32012 \begin_inset Newline newline
32013 \end_inset
32014
32015
32016 \backslash
32017 renewcommand{
32018 \backslash
32019 marginpar}[1]{
32020 \backslash
32021 myMarginpar{%
32022 \begin_inset Newline newline
32023 \end_inset
32024
32025
32026 \begin_inset Phantom HPhantom
32027 status open
32028
32029 \begin_layout Plain Layout
32030
32031 \series bold
32032 \begin_inset space ~
32033 \end_inset
32034
32035
32036 \end_layout
32037
32038 \end_inset
32039
32040
32041 \backslash
32042 hspace{0pt}
32043 \backslash
32044 textsf{
32045 \backslash
32046 textbf{
32047 \backslash
32048 underbar{Attention!}}}%
32049 \begin_inset Newline newline
32050 \end_inset
32051
32052
32053 \begin_inset Phantom HPhantom
32054 status open
32055
32056 \begin_layout Plain Layout
32057
32058 \series bold
32059 \begin_inset space ~
32060 \end_inset
32061
32062
32063 \end_layout
32064
32065 \end_inset
32066
32067
32068 \backslash
32069 vspace{1.5mm}
32070 \backslash
32071
32072 \backslash
32073 #1}}
32074 \end_layout
32075
32076 \begin_layout Standard
32077
32078 \family roman
32079 \series medium
32080 \begin_inset ERT
32081 status collapsed
32082
32083 \begin_layout Plain Layout
32084
32085
32086 \backslash
32087 let
32088 \backslash
32089 myMarginpar
32090 \backslash
32091 marginpar
32092 \end_layout
32093
32094 \begin_layout Plain Layout
32095
32096
32097 \backslash
32098 renewcommand{
32099 \backslash
32100 marginpar}[1]{
32101 \backslash
32102 myMarginpar{%
32103 \end_layout
32104
32105 \begin_layout Plain Layout
32106
32107    
32108 \backslash
32109 textsf{
32110 \backslash
32111 textbf{
32112 \backslash
32113 underbar{Attention!}}}%
32114 \end_layout
32115
32116 \begin_layout Plain Layout
32117
32118    
32119 \backslash
32120 vspace{1.5mm}
32121 \backslash
32122
32123 \backslash
32124 #1}}
32125 \end_layout
32126
32127 \end_inset
32128
32129
32130 \begin_inset Marginal
32131 status open
32132
32133 \begin_layout Plain Layout
32134 This is a margin note with a defined heading.
32135 \end_layout
32136
32137 \end_inset
32138
32139
32140 \family default
32141 \series default
32142
32143 \begin_inset ERT
32144 status collapsed
32145
32146 \begin_layout Plain Layout
32147
32148 [-1.5cm]
32149 \end_layout
32150
32151 \end_inset
32152
32153
32154 \family roman
32155 \series medium
32156
32157 \begin_inset ERT
32158 status collapsed
32159
32160 \begin_layout Plain Layout
32161
32162
32163 \backslash
32164 renewcommand{
32165 \backslash
32166 marginpar}[1]{
32167 \backslash
32168 myMarginpar{#1}}
32169 \end_layout
32170
32171 \end_inset
32172
32173
32174 \family default
32175 \series default
32176
32177 \begin_inset Note Note
32178 status collapsed
32179
32180 \begin_layout Plain Layout
32181 The margin note format is changed only for this example.
32182 \end_layout
32183
32184 \end_inset
32185
32186
32187 \end_layout
32188
32189 \begin_layout Standard
32190 \begin_inset ERT
32191 status collapsed
32192
32193 \begin_layout Plain Layout
32194
32195
32196 \backslash
32197 else
32198 \end_layout
32199
32200 \end_inset
32201
32202
32203 \begin_inset Note Note
32204 status open
32205
32206 \begin_layout Plain Layout
32207 The following will be displayed when the \SpecialChar LaTeX
32208 -package 
32209 \series bold
32210 marginnote
32211 \series default
32212  is not installed:
32213 \end_layout
32214
32215 \end_inset
32216
32217
32218 \end_layout
32219
32220 \begin_layout Standard
32221 You need to install the \SpecialChar LaTeX
32222 -package 
32223 \series bold
32224 marginnote
32225 \series default
32226  to see the following part of this section in the output.
32227 \end_layout
32228
32229 \begin_layout Standard
32230 \begin_inset ERT
32231 status collapsed
32232
32233 \begin_layout Plain Layout
32234
32235
32236 \backslash
32237 fi
32238 \end_layout
32239
32240 \end_inset
32241
32242
32243 \end_layout
32244
32245 \begin_layout Chapter
32246 Boxes
32247 \end_layout
32248
32249 \begin_layout Section
32250 Introduction
32251 \begin_inset Index idx
32252 status collapsed
32253
32254 \begin_layout Plain Layout
32255 Boxes ! Introduction
32256 \end_layout
32257
32258 \end_inset
32259
32260
32261 \end_layout
32262
32263 \begin_layout Standard
32264 Boxes are used to format a block of text.
32265  Boxes can be used to write documents with multiple languages, see section
32266 \begin_inset space ~
32267 \end_inset
32268
32269
32270 \begin_inset CommandInset ref
32271 LatexCommand ref
32272 reference "sec:Minipages"
32273
32274 \end_inset
32275
32276 , to frame texts, see section
32277 \begin_inset space ~
32278 \end_inset
32279
32280
32281 \begin_inset CommandInset ref
32282 LatexCommand ref
32283 reference "sec:Decoration"
32284
32285 \end_inset
32286
32287 , to prevent words from being hyphenated, see section
32288 \begin_inset space ~
32289 \end_inset
32290
32291
32292 \begin_inset CommandInset ref
32293 LatexCommand ref
32294 reference "sec:Prevent-Hyphenation"
32295
32296 \end_inset
32297
32298 , to align text, see section
32299 \begin_inset space ~
32300 \end_inset
32301
32302
32303 \begin_inset CommandInset ref
32304 LatexCommand ref
32305 reference "subsec:Vertical-Alignment"
32306
32307 \end_inset
32308
32309 , or to set the background color of texts, see section
32310 \begin_inset space ~
32311 \end_inset
32312
32313
32314 \begin_inset CommandInset ref
32315 LatexCommand ref
32316 reference "sec:Colored-Boxes"
32317
32318 \end_inset
32319
32320 .
32321 \end_layout
32322
32323 \begin_layout Standard
32324 Boxes can be inserted with the menu 
32325 \family sans
32326 Insert\SpecialChar menuseparator
32327 Box
32328 \family default
32329  or the toolbar button 
32330 \begin_inset Info
32331 type  "icon"
32332 arg   "box-insert Frameless"
32333 \end_inset
32334
32335 .
32336  A grey box with the label 
32337 \family sans
32338 Box (Minipage)
32339 \family default
32340
32341 \begin_inset Graphics
32342         filename clipart/BoxInsetDefault.png
32343         scale 85
32344         scaleBeforeRotation
32345
32346 \end_inset
32347
32348  will be inserted.
32349  The box type can be specified by right-clicking on the box and selecting
32350  
32351 \family sans
32352 Settings
32353 \family default
32354 .
32355  The box dialog offers the 
32356 \family sans
32357 Inner
32358 \begin_inset space ~
32359 \end_inset
32360
32361 Box
32362 \family default
32363  types 
32364 \family sans
32365 Makebox
32366 \family default
32367
32368 \family sans
32369 Parbox
32370 \family default
32371  and 
32372 \family sans
32373 Minipage
32374 \family default
32375 .
32376  The type 
32377 \family sans
32378 Minipage
32379 \family default
32380  is the default for new boxes and is explained in section
32381 \begin_inset space ~
32382 \end_inset
32383
32384
32385 \begin_inset CommandInset ref
32386 LatexCommand ref
32387 reference "sec:Minipages"
32388
32389 \end_inset
32390
32391 ; the type 
32392 \family sans
32393 Parbox
32394 \family default
32395  is described in section
32396 \begin_inset space ~
32397 \end_inset
32398
32399
32400 \begin_inset CommandInset ref
32401 LatexCommand ref
32402 reference "sec:Parboxes"
32403
32404 \end_inset
32405
32406  and the type 
32407 \family sans
32408 Makebox
32409 \family default
32410  in 
32411 \begin_inset CommandInset ref
32412 LatexCommand ref
32413 reference "sec:Prevent-Hyphenation"
32414
32415 \end_inset
32416
32417 .
32418 \end_layout
32419
32420 \begin_layout Standard
32421 Boxes are not numbered and can therefore not be referenced like floats or
32422  footnotes.
32423 \end_layout
32424
32425 \begin_layout Standard
32426 \begin_inset Note Greyedout
32427 status open
32428
32429 \begin_layout Plain Layout
32430
32431 \series bold
32432 Note:
32433 \series default
32434  Boxes must not be the item in an 
32435 \family sans
32436 Itemize
32437 \family default
32438  or 
32439 \family sans
32440 Description
32441 \family default
32442  environment.
32443 \end_layout
32444
32445 \end_inset
32446
32447
32448 \end_layout
32449
32450 \begin_layout Standard
32451 \begin_inset Note Greyedout
32452 status open
32453
32454 \begin_layout Plain Layout
32455
32456 \series bold
32457 Note:
32458 \series default
32459  For an unknown reason you can only set the 
32460 \family sans
32461 Inner
32462 \begin_inset space ~
32463 \end_inset
32464
32465 Box
32466 \family default
32467  type to 
32468 \family sans
32469 None
32470 \family default
32471  when you use a framed box.
32472  Boxes without an 
32473 \family sans
32474 Inner
32475 \begin_inset space ~
32476 \end_inset
32477
32478 Box
32479 \family default
32480  type and without frames are explained in section
32481 \begin_inset space ~
32482 \end_inset
32483
32484
32485 \begin_inset CommandInset ref
32486 LatexCommand ref
32487 reference "sec:Prevent-Hyphenation"
32488
32489 \end_inset
32490
32491 .
32492 \end_layout
32493
32494 \end_inset
32495
32496
32497 \end_layout
32498
32499 \begin_layout Section
32500 Box Dialog
32501 \begin_inset CommandInset label
32502 LatexCommand label
32503 name "sec:Box-Dialog"
32504
32505 \end_inset
32506
32507
32508 \begin_inset Index idx
32509 status collapsed
32510
32511 \begin_layout Plain Layout
32512 Boxes ! Box Dialog
32513 \end_layout
32514
32515 \end_inset
32516
32517
32518 \end_layout
32519
32520 \begin_layout Subsection
32521 Size
32522 \begin_inset Index idx
32523 status collapsed
32524
32525 \begin_layout Plain Layout
32526 Boxes ! Size
32527 \end_layout
32528
32529 \end_inset
32530
32531
32532 \end_layout
32533
32534 \begin_layout Standard
32535 In the box dialog you can adjust the box geometry in the fields 
32536 \family sans
32537 Width
32538 \family default
32539  and 
32540 \family sans
32541 Height
32542 \family default
32543 .
32544  The available units for the geometry are explained in Table
32545 \begin_inset space ~
32546 \end_inset
32547
32548
32549 \begin_inset CommandInset ref
32550 LatexCommand ref
32551 reference "tab:Units"
32552
32553 \end_inset
32554
32555 .
32556  The field 
32557 \family sans
32558 Height
32559 \family default
32560  offers the following additional sizes:
32561 \end_layout
32562
32563 \begin_layout Description
32564 Depth This is the plain text 
32565 \begin_inset Quotes eld
32566 \end_inset
32567
32568 height
32569 \begin_inset Quotes erd
32570 \end_inset
32571
32572 .
32573  It ignores the total depth when there are multiple text lines in the box:
32574 \begin_inset Newline newline
32575 \end_inset
32576
32577
32578 \begin_inset Newline newline
32579 \end_inset
32580
32581
32582 \begin_inset Newline newline
32583 \end_inset
32584
32585
32586 \begin_inset Box Boxed
32587 position "c"
32588 hor_pos "c"
32589 has_inner_box 1
32590 inner_pos "c"
32591 use_parbox 0
32592 use_makebox 0
32593 width "12col%"
32594 special "none"
32595 height "1in"
32596 height_special "depth"
32597 thickness "0.4pt"
32598 separation "3pt"
32599 shadowsize "4pt"
32600 framecolor "black"
32601 backgroundcolor "none"
32602 status collapsed
32603
32604 \begin_layout Plain Layout
32605 \align center
32606 Box height set to 1
32607 \begin_inset space \thinspace{}
32608 \end_inset
32609
32610 Depth
32611 \end_layout
32612
32613 \end_inset
32614
32615
32616 \begin_inset Newline newline
32617 \end_inset
32618
32619
32620 \begin_inset Newline newline
32621 \end_inset
32622
32623
32624 \end_layout
32625
32626 \begin_layout Description
32627 Height This is the height of the text that is inside the box.
32628  A value of e.
32629 \begin_inset space \thinspace{}
32630 \end_inset
32631
32632 g.
32633 \begin_inset space \space{}
32634 \end_inset
32635
32636 2 for this size will set the box height to 2
32637 \begin_inset space ~
32638 \end_inset
32639
32640 times the text height: 
32641 \begin_inset Box Boxed
32642 position "c"
32643 hor_pos "c"
32644 has_inner_box 1
32645 inner_pos "c"
32646 use_parbox 0
32647 use_makebox 0
32648 width "20col%"
32649 special "none"
32650 height "2in"
32651 height_special "height"
32652 thickness "0.4pt"
32653 separation "3pt"
32654 shadowsize "4pt"
32655 framecolor "black"
32656 backgroundcolor "none"
32657 status collapsed
32658
32659 \begin_layout Plain Layout
32660 \align center
32661 Box height set to 2
32662 \begin_inset space \thinspace{}
32663 \end_inset
32664
32665 Height
32666 \end_layout
32667
32668 \end_inset
32669
32670
32671 \end_layout
32672
32673 \begin_layout Description
32674 Total
32675 \begin_inset space ~
32676 \end_inset
32677
32678 Height This is the Height
32679 \begin_inset space \thinspace{}
32680 \end_inset
32681
32682 +
32683 \begin_inset space \thinspace{}
32684 \end_inset
32685
32686 Depth: 
32687 \begin_inset Box Boxed
32688 position "c"
32689 hor_pos "c"
32690 has_inner_box 1
32691 inner_pos "c"
32692 use_parbox 0
32693 use_makebox 0
32694 width "20col%"
32695 special "none"
32696 height "1in"
32697 height_special "totalheight"
32698 thickness "0.4pt"
32699 separation "3pt"
32700 shadowsize "4pt"
32701 framecolor "black"
32702 backgroundcolor "none"
32703 status collapsed
32704
32705 \begin_layout Plain Layout
32706 \align center
32707 Box height set to 1
32708 \begin_inset space \thinspace{}
32709 \end_inset
32710
32711 Total
32712 \begin_inset space ~
32713 \end_inset
32714
32715 Height
32716 \end_layout
32717
32718 \end_inset
32719
32720
32721 \end_layout
32722
32723 \begin_layout Description
32724 Width This sets the width of the box as height: 
32725 \begin_inset Box Boxed
32726 position "c"
32727 hor_pos "c"
32728 has_inner_box 1
32729 inner_pos "c"
32730 use_parbox 0
32731 use_makebox 0
32732 width "12col%"
32733 special "none"
32734 height "1in"
32735 height_special "width"
32736 thickness "0.4pt"
32737 separation "3pt"
32738 shadowsize "4pt"
32739 framecolor "black"
32740 backgroundcolor "none"
32741 status collapsed
32742
32743 \begin_layout Plain Layout
32744 \align center
32745 Box height set to 1
32746 \begin_inset space \thinspace{}
32747 \end_inset
32748
32749 Width
32750 \end_layout
32751
32752 \end_inset
32753
32754
32755 \end_layout
32756
32757 \begin_layout Subsection
32758 Alignment
32759 \begin_inset Index idx
32760 status collapsed
32761
32762 \begin_layout Plain Layout
32763 Boxes ! Alignment
32764 \end_layout
32765
32766 \end_inset
32767
32768
32769 \end_layout
32770
32771 \begin_layout Standard
32772 When you have chosen an 
32773 \family sans
32774 Inner
32775 \begin_inset space ~
32776 \end_inset
32777
32778 Box
32779 \family default
32780 , the vertical box alignment can be:
32781 \end_layout
32782
32783 \begin_layout Description
32784 Top This is an example text line.
32785  
32786 \begin_inset Box Boxed
32787 position "t"
32788 hor_pos "c"
32789 has_inner_box 1
32790 inner_pos "c"
32791 use_parbox 0
32792 use_makebox 0
32793 width "12col%"
32794 special "none"
32795 height "1in"
32796 height_special "totalheight"
32797 thickness "0.4pt"
32798 separation "3pt"
32799 shadowsize "4pt"
32800 framecolor "black"
32801 backgroundcolor "none"
32802 status collapsed
32803
32804 \begin_layout Plain Layout
32805 \align center
32806 This box is top-aligned.
32807 \end_layout
32808
32809 \end_inset
32810
32811  This is an example text line.
32812 \end_layout
32813
32814 \begin_layout Description
32815 Middle This is an example text line.
32816  
32817 \begin_inset Box Boxed
32818 position "c"
32819 hor_pos "c"
32820 has_inner_box 1
32821 inner_pos "c"
32822 use_parbox 0
32823 use_makebox 0
32824 width "12col%"
32825 special "none"
32826 height "1in"
32827 height_special "totalheight"
32828 thickness "0.4pt"
32829 separation "3pt"
32830 shadowsize "4pt"
32831 framecolor "black"
32832 backgroundcolor "none"
32833 status collapsed
32834
32835 \begin_layout Plain Layout
32836 \align center
32837 This box is middle-aligned.
32838 \end_layout
32839
32840 \end_inset
32841
32842  This is an example text line.
32843 \end_layout
32844
32845 \begin_layout Description
32846 Bottom This is an example text line.
32847  
32848 \begin_inset Box Boxed
32849 position "b"
32850 hor_pos "c"
32851 has_inner_box 1
32852 inner_pos "c"
32853 use_parbox 0
32854 use_makebox 0
32855 width "12col%"
32856 special "none"
32857 height "1in"
32858 height_special "totalheight"
32859 thickness "0.4pt"
32860 separation "3pt"
32861 shadowsize "4pt"
32862 framecolor "black"
32863 backgroundcolor "none"
32864 status collapsed
32865
32866 \begin_layout Plain Layout
32867 \align center
32868 This box is bottom-aligned.
32869 \end_layout
32870
32871 \end_inset
32872
32873  This is an example text line.
32874 \end_layout
32875
32876 \begin_layout Standard
32877 \begin_inset Note Greyedout
32878 status open
32879
32880 \begin_layout Plain Layout
32881
32882 \series bold
32883 Note:
32884 \series default
32885  The vertical box alignment can be lost in the output when you have two
32886  boxes in a line and one has e.
32887 \begin_inset space \thinspace{}
32888 \end_inset
32889
32890 g.
32891 \begin_inset space \space{}
32892 \end_inset
32893
32894 a shadow and the other one not.
32895 \end_layout
32896
32897 \end_inset
32898
32899
32900 \end_layout
32901
32902 \begin_layout Standard
32903 The horizontal box alignment can be set via \SpecialChar LyX
32904 's paragraph dialog when you
32905  set the box into its own paragraph.
32906 \end_layout
32907
32908 \begin_layout Standard
32909 \begin_inset VSpace bigskip
32910 \end_inset
32911
32912 When you have chosen an 
32913 \family sans
32914 Inner
32915 \begin_inset space ~
32916 \end_inset
32917
32918 Box
32919 \family default
32920 , the box content can be aligned vertically to:
32921 \end_layout
32922
32923 \begin_layout Description
32924 top This is an example text line.
32925  
32926 \begin_inset Box Boxed
32927 position "c"
32928 hor_pos "c"
32929 has_inner_box 1
32930 inner_pos "t"
32931 use_parbox 0
32932 use_makebox 0
32933 width "12col%"
32934 special "none"
32935 height "1.5in"
32936 height_special "totalheight"
32937 thickness "0.4pt"
32938 separation "3pt"
32939 shadowsize "4pt"
32940 framecolor "black"
32941 backgroundcolor "none"
32942 status collapsed
32943
32944 \begin_layout Plain Layout
32945 \align center
32946 This box text is top-aligned.
32947 \end_layout
32948
32949 \end_inset
32950
32951  This is an example text line.
32952 \end_layout
32953
32954 \begin_layout Description
32955 middle This is an example text line.
32956  
32957 \begin_inset Box Boxed
32958 position "c"
32959 hor_pos "c"
32960 has_inner_box 1
32961 inner_pos "c"
32962 use_parbox 0
32963 use_makebox 0
32964 width "12col%"
32965 special "none"
32966 height "1.5in"
32967 height_special "totalheight"
32968 thickness "0.4pt"
32969 separation "3pt"
32970 shadowsize "4pt"
32971 framecolor "black"
32972 backgroundcolor "none"
32973 status collapsed
32974
32975 \begin_layout Plain Layout
32976 \align center
32977 This box text is middle-aligned.
32978 \end_layout
32979
32980 \end_inset
32981
32982  This is an example text line.
32983 \end_layout
32984
32985 \begin_layout Description
32986 bottom This is an example text line.
32987  
32988 \begin_inset Box Boxed
32989 position "c"
32990 hor_pos "c"
32991 has_inner_box 1
32992 inner_pos "b"
32993 use_parbox 0
32994 use_makebox 0
32995 width "12col%"
32996 special "none"
32997 height "1.5in"
32998 height_special "totalheight"
32999 thickness "0.4pt"
33000 separation "3pt"
33001 shadowsize "4pt"
33002 framecolor "black"
33003 backgroundcolor "none"
33004 status collapsed
33005
33006 \begin_layout Plain Layout
33007 \align center
33008 This box text is bottom-aligned.
33009 \end_layout
33010
33011 \end_inset
33012
33013  This is an example text line.
33014 \end_layout
33015
33016 \begin_layout Description
33017 stretch This is an example text line.
33018  
33019 \begin_inset Box Boxed
33020 position "c"
33021 hor_pos "c"
33022 has_inner_box 1
33023 inner_pos "s"
33024 use_parbox 0
33025 use_makebox 0
33026 width "12col%"
33027 special "none"
33028 height "1.5in"
33029 height_special "totalheight"
33030 thickness "0.4pt"
33031 separation "3pt"
33032 shadowsize "4pt"
33033 framecolor "black"
33034 backgroundcolor "none"
33035 status collapsed
33036
33037 \begin_layout Plain Layout
33038 \align center
33039 This box
33040 \end_layout
33041
33042 \begin_layout Plain Layout
33043 \align center
33044 text is
33045 \end_layout
33046
33047 \begin_layout Plain Layout
33048 \align center
33049 stretched.
33050 \end_layout
33051
33052 \end_inset
33053
33054  This is an example text line.
33055 \end_layout
33056
33057 \begin_layout Standard
33058 To stretch the box content, it must consist of more than one paragraph.
33059  In the example above every text line is in an own paragraph.
33060 \end_layout
33061
33062 \begin_layout Standard
33063 \begin_inset VSpace bigskip
33064 \end_inset
33065
33066 To align the box content horizontally you can use \SpecialChar LyX
33067 's paragraph dialog when
33068  you have chosen an 
33069 \family sans
33070 Inner
33071 \begin_inset space ~
33072 \end_inset
33073
33074 Box
33075 \family default
33076 .
33077 \end_layout
33078
33079 \begin_layout Standard
33080 \align center
33081 \begin_inset Box Boxed
33082 position "c"
33083 hor_pos "c"
33084 has_inner_box 1
33085 inner_pos "s"
33086 use_parbox 0
33087 use_makebox 0
33088 width "15col%"
33089 special "none"
33090 height "1.25in"
33091 height_special "totalheight"
33092 thickness "0.4pt"
33093 separation "3pt"
33094 shadowsize "4pt"
33095 framecolor "black"
33096 backgroundcolor "none"
33097 status collapsed
33098
33099 \begin_layout Plain Layout
33100 \align left
33101 This box
33102 \end_layout
33103
33104 \begin_layout Plain Layout
33105 \align center
33106 text is
33107 \end_layout
33108
33109 \begin_layout Plain Layout
33110 \align right
33111 stretched.
33112 \end_layout
33113
33114 \end_inset
33115
33116
33117 \end_layout
33118
33119 \begin_layout Standard
33120 If you have not set an 
33121 \family sans
33122 Inner
33123 \begin_inset space ~
33124 \end_inset
33125
33126 Box
33127 \family default
33128 , you can align the box content horizontally in the box dialog.
33129 \begin_inset Separator parbreak
33130 \end_inset
33131
33132
33133 \end_layout
33134
33135 \begin_layout Standard
33136 \align center
33137 \begin_inset Box Boxed
33138 position "c"
33139 hor_pos "s"
33140 has_inner_box 0
33141 inner_pos "s"
33142 use_parbox 0
33143 use_makebox 0
33144 width "90col%"
33145 special "none"
33146 height "1.25in"
33147 height_special "totalheight"
33148 thickness "0.4pt"
33149 separation "3pt"
33150 shadowsize "4pt"
33151 framecolor "black"
33152 backgroundcolor "none"
33153 status collapsed
33154
33155 \begin_layout Plain Layout
33156 This box text is horizontally stretched.
33157 \end_layout
33158
33159 \end_inset
33160
33161
33162 \end_layout
33163
33164 \begin_layout Subsection
33165 Decoration
33166 \begin_inset CommandInset label
33167 LatexCommand label
33168 name "sec:Decoration"
33169
33170 \end_inset
33171
33172
33173 \begin_inset Index idx
33174 status collapsed
33175
33176 \begin_layout Plain Layout
33177 Boxes ! Decoration
33178 \end_layout
33179
33180 \end_inset
33181
33182
33183 \end_layout
33184
33185 \begin_layout Standard
33186 The type of the box can be specified in the box dialog in the drop-down
33187  list 
33188 \family sans
33189 Decoration
33190 \family default
33191 .
33192  The following types are possible:
33193 \end_layout
33194
33195 \begin_layout Description
33196 No
33197 \begin_inset space ~
33198 \end_inset
33199
33200 frame Nothing is drawn.
33201 \end_layout
33202
33203 \begin_layout Description
33204 Simple
33205 \begin_inset space ~
33206 \end_inset
33207
33208 rectangular
33209 \begin_inset space ~
33210 \end_inset
33211
33212 frame This draws a rectangular frame around the box.
33213  The frame line thickness can be specified.
33214  
33215 \begin_inset Box Boxed
33216 position "c"
33217 hor_pos "c"
33218 has_inner_box 1
33219 inner_pos "c"
33220 use_parbox 0
33221 use_makebox 0
33222 width "20col%"
33223 special "none"
33224 height "1in"
33225 height_special "totalheight"
33226 thickness "0.4pt"
33227 separation "3pt"
33228 shadowsize "4pt"
33229 framecolor "black"
33230 backgroundcolor "none"
33231 status collapsed
33232
33233 \begin_layout Plain Layout
33234 \align center
33235 Rectangular box
33236 \end_layout
33237
33238 \end_inset
33239
33240
33241 \end_layout
33242
33243 \begin_layout Description
33244 Oval
33245 \begin_inset space ~
33246 \end_inset
33247
33248 box,
33249 \begin_inset space ~
33250 \end_inset
33251
33252 thin This draws an oval frame around the box.
33253  The frame line thickness has the size 0.4
33254 \begin_inset space \thinspace{}
33255 \end_inset
33256
33257 pt.
33258  
33259 \begin_inset Box ovalbox
33260 position "c"
33261 hor_pos "c"
33262 has_inner_box 1
33263 inner_pos "c"
33264 use_parbox 0
33265 use_makebox 0
33266 width "20col%"
33267 special "none"
33268 height "1in"
33269 height_special "totalheight"
33270 thickness "0.4pt"
33271 separation "3pt"
33272 shadowsize "4pt"
33273 framecolor "black"
33274 backgroundcolor "none"
33275 status collapsed
33276
33277 \begin_layout Plain Layout
33278 \align center
33279 Oval box, thin
33280 \end_layout
33281
33282 \end_inset
33283
33284
33285 \end_layout
33286
33287 \begin_layout Description
33288 Oval
33289 \begin_inset space ~
33290 \end_inset
33291
33292 box,
33293 \begin_inset space ~
33294 \end_inset
33295
33296 thick This draws an oval frame around the box.
33297  The frame line thickness has the size 0.8
33298 \begin_inset space \thinspace{}
33299 \end_inset
33300
33301 pt.
33302  
33303 \begin_inset Box Ovalbox
33304 position "c"
33305 hor_pos "c"
33306 has_inner_box 1
33307 inner_pos "c"
33308 use_parbox 0
33309 use_makebox 0
33310 width "20col%"
33311 special "none"
33312 height "1in"
33313 height_special "totalheight"
33314 thickness "0.4pt"
33315 separation "3pt"
33316 shadowsize "4pt"
33317 framecolor "black"
33318 backgroundcolor "none"
33319 status collapsed
33320
33321 \begin_layout Plain Layout
33322 \align center
33323 Oval box, thick
33324 \end_layout
33325
33326 \end_inset
33327
33328
33329 \end_layout
33330
33331 \begin_layout Description
33332 Drop
33333 \begin_inset space ~
33334 \end_inset
33335
33336 shadow This draws a rectangular frame with a shadow around the box.
33337  The frame line thickness and the shadow can be specified.
33338  
33339 \begin_inset Box Shadowbox
33340 position "c"
33341 hor_pos "c"
33342 has_inner_box 1
33343 inner_pos "c"
33344 use_parbox 0
33345 use_makebox 0
33346 width "20col%"
33347 special "none"
33348 height "1in"
33349 height_special "totalheight"
33350 thickness "0.4pt"
33351 separation "3pt"
33352 shadowsize "4pt"
33353 framecolor "black"
33354 backgroundcolor "none"
33355 status collapsed
33356
33357 \begin_layout Plain Layout
33358 \align center
33359 Shadow box
33360 \end_layout
33361
33362 \end_inset
33363
33364
33365 \end_layout
33366
33367 \begin_layout Description
33368 Shaded
33369 \begin_inset space ~
33370 \end_inset
33371
33372 background This draws a box with a red background.
33373  Unlike colored boxes
33374 \begin_inset Foot
33375 status collapsed
33376
33377 \begin_layout Plain Layout
33378 see sec.
33379 \begin_inset space \thinspace{}
33380 \end_inset
33381
33382
33383 \begin_inset CommandInset ref
33384 LatexCommand ref
33385 reference "sec:Colored-Boxes"
33386
33387 \end_inset
33388
33389
33390 \end_layout
33391
33392 \end_inset
33393
33394 , it always uses the whole column width and the box is set as its own paragraph.
33395  
33396 \begin_inset Box Shaded
33397 position "t"
33398 hor_pos "c"
33399 has_inner_box 0
33400 inner_pos "t"
33401 use_parbox 0
33402 use_makebox 0
33403 width "50col%"
33404 special "none"
33405 height "1in"
33406 height_special "totalheight"
33407 thickness "0.4pt"
33408 separation "3pt"
33409 shadowsize "4pt"
33410 framecolor "black"
33411 backgroundcolor "none"
33412 status collapsed
33413
33414 \begin_layout Plain Layout
33415 Shaded background box
33416 \end_layout
33417
33418 \end_inset
33419
33420
33421 \end_layout
33422
33423 \begin_layout Description
33424 Double
33425 \begin_inset space ~
33426 \end_inset
33427
33428 rectangular
33429 \begin_inset space ~
33430 \end_inset
33431
33432 frame This draws a double-line rectangular frame around the box.
33433  The line thickness of the inner frame is 0.75
33434 \begin_inset space \thinspace{}
33435 \end_inset
33436
33437 line
33438 \begin_inset space ~
33439 \end_inset
33440
33441 thickness, the thickness of the outer frame is 1.5
33442 \begin_inset space \thinspace{}
33443 \end_inset
33444
33445 line
33446 \begin_inset space ~
33447 \end_inset
33448
33449 thickness.
33450  The distance between the lines is 1.5
33451 \begin_inset space \thinspace{}
33452 \end_inset
33453
33454 line
33455 \begin_inset space ~
33456 \end_inset
33457
33458 thickness
33459 \begin_inset space \thinspace{}
33460 \end_inset
33461
33462 +
33463 \begin_inset space \thinspace{}
33464 \end_inset
33465
33466 0.5
33467 \begin_inset space \thinspace{}
33468 \end_inset
33469
33470 pt.
33471  
33472 \begin_inset Box Doublebox
33473 position "c"
33474 hor_pos "c"
33475 has_inner_box 1
33476 inner_pos "c"
33477 use_parbox 0
33478 use_makebox 0
33479 width "20col%"
33480 special "none"
33481 height "1in"
33482 height_special "totalheight"
33483 thickness "0.4pt"
33484 separation "3pt"
33485 shadowsize "4pt"
33486 framecolor "black"
33487 backgroundcolor "none"
33488 status collapsed
33489
33490 \begin_layout Plain Layout
33491 \align center
33492 Double rectangular box
33493 \end_layout
33494
33495 \end_inset
33496
33497
33498 \end_layout
33499
33500 \begin_layout Standard
33501 \begin_inset VSpace bigskip
33502 \end_inset
33503
33504 \SpecialChar LyX
33505 's box label will reflect the different frame types.
33506  To be able to use all types, the \SpecialChar LaTeX
33507 -package 
33508 \series bold
33509 fancybox
33510 \series default
33511
33512 \begin_inset Index idx
33513 status collapsed
33514
33515 \begin_layout Plain Layout
33516 \SpecialChar LaTeX
33517 -packages ! fancybox
33518 \end_layout
33519
33520 \end_inset
33521
33522  must be installed.
33523 \end_layout
33524
33525 \begin_layout Standard
33526 \begin_inset VSpace bigskip
33527 \end_inset
33528
33529 When you use the decoration 
33530 \family sans
33531 simple rectangular frame
33532 \family default
33533  and no inner box, you can allow page breaks within a box.
33534  Note that then, unlike other framed boxes, the frame always uses the whole
33535  column width and the box is set as its own paragraph: 
33536 \begin_inset Box Framed
33537 position "t"
33538 hor_pos "c"
33539 has_inner_box 0
33540 inner_pos "t"
33541 use_parbox 0
33542 use_makebox 0
33543 width "100col%"
33544 special "none"
33545 height "1in"
33546 height_special "totalheight"
33547 thickness "0.4pt"
33548 separation "3pt"
33549 shadowsize "4pt"
33550 framecolor "black"
33551 backgroundcolor "none"
33552 status collapsed
33553
33554 \begin_layout Plain Layout
33555 Allow page break box
33556 \end_layout
33557
33558 \end_inset
33559
33560
33561 \end_layout
33562
33563 \begin_layout Section
33564 Box Customization
33565 \begin_inset Index idx
33566 status collapsed
33567
33568 \begin_layout Plain Layout
33569 Boxes ! Customization
33570 \end_layout
33571
33572 \end_inset
33573
33574
33575 \end_layout
33576
33577 \begin_layout Standard
33578 The diameter of the round corners of the oval boxes can be set with the
33579  command 
33580 \series bold
33581
33582 \backslash
33583 cornersize
33584 \series default
33585 .
33586  The command
33587 \end_layout
33588
33589 \begin_layout Standard
33590
33591 \series bold
33592
33593 \backslash
33594 cornersize*{1cm}
33595 \end_layout
33596
33597 \begin_layout Standard
33598 sets the diameter to 1
33599 \begin_inset space \thinspace{}
33600 \end_inset
33601
33602 cm.
33603  The command
33604 \end_layout
33605
33606 \begin_layout Standard
33607
33608 \series bold
33609
33610 \backslash
33611 cornersize{num}
33612 \end_layout
33613
33614 \begin_layout Standard
33615 sets the diameter to 
33616 \family sans
33617 num
33618 \begin_inset space \thinspace{}
33619 \end_inset
33620
33621 ×
33622 \begin_inset space \thinspace{}
33623 \end_inset
33624
33625 minimum(width and height of box)
33626 \family default
33627 .
33628  The default is 
33629 \series bold
33630
33631 \backslash
33632 cornersize{0.5}
33633 \series default
33634 .
33635 \end_layout
33636
33637 \begin_layout Standard
33638 \begin_inset ERT
33639 status collapsed
33640
33641 \begin_layout Plain Layout
33642
33643
33644 \backslash
33645 cornersize*{1.5cm}
33646 \end_layout
33647
33648 \end_inset
33649
33650
33651 \begin_inset Box Ovalbox
33652 position "c"
33653 hor_pos "c"
33654 has_inner_box 1
33655 inner_pos "c"
33656 use_parbox 0
33657 use_makebox 0
33658 width "25col%"
33659 special "none"
33660 height "1in"
33661 height_special "totalheight"
33662 thickness "0.4pt"
33663 separation "3pt"
33664 shadowsize "4pt"
33665 framecolor "black"
33666 backgroundcolor "none"
33667 status open
33668
33669 \begin_layout Plain Layout
33670 \align center
33671 Oval box with 
33672 \series bold
33673
33674 \backslash
33675 cornersize
33676 \series default
33677
33678 \begin_inset space \thinspace{}
33679 \end_inset
33680
33681 =
33682 \begin_inset space \thinspace{}
33683 \end_inset
33684
33685 1.5
33686 \begin_inset space \thinspace{}
33687 \end_inset
33688
33689 cm
33690 \end_layout
33691
33692 \end_inset
33693
33694
33695 \begin_inset ERT
33696 status collapsed
33697
33698 \begin_layout Plain Layout
33699
33700
33701 \backslash
33702 cornersize{0.5}
33703 \end_layout
33704
33705 \end_inset
33706
33707
33708 \end_layout
33709
33710 \begin_layout Standard
33711 \begin_inset VSpace bigskip
33712 \end_inset
33713
33714
33715 \end_layout
33716
33717 \begin_layout Standard
33718 The default background color red of 
33719 \family sans
33720 shaded background
33721 \family default
33722  boxes can either be changed locally with the command 
33723 \series bold
33724
33725 \backslash
33726 definecolor{shadecolor}
33727 \series default
33728  or globally with the menu 
33729 \family sans
33730 Tools\SpecialChar menuseparator
33731 Preferences\SpecialChar menuseparator
33732 Colors\SpecialChar menuseparator
33733 shaded
33734 \begin_inset space ~
33735 \end_inset
33736
33737 box
33738 \family default
33739 .
33740  The scheme of the 
33741 \series bold
33742
33743 \backslash
33744 definecolor
33745 \series default
33746  command is explained in section
33747 \begin_inset space ~
33748 \end_inset
33749
33750
33751 \begin_inset CommandInset ref
33752 LatexCommand ref
33753 reference "sec:Colored-Tables"
33754
33755 \end_inset
33756
33757 .
33758 \begin_inset Foot
33759 status collapsed
33760
33761 \begin_layout Plain Layout
33762 Note that 
33763 \series bold
33764
33765 \backslash
33766 definecolor
33767 \series default
33768  requires the \SpecialChar LaTeX
33769 -package 
33770 \series bold
33771 color
33772 \series default
33773  in the preamble, see section
33774 \begin_inset space ~
33775 \end_inset
33776
33777
33778 \begin_inset CommandInset ref
33779 LatexCommand ref
33780 reference "sec:Colored-Boxes"
33781
33782 \end_inset
33783
33784 .
33785 \end_layout
33786
33787 \end_inset
33788
33789  For example the appearance of the following shaded background box is set
33790  with the \SpecialChar TeX
33791  Code command
33792 \end_layout
33793
33794 \begin_layout Standard
33795
33796 \series bold
33797
33798 \backslash
33799 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33800 \end_layout
33801
33802 \begin_layout Standard
33803 \begin_inset ERT
33804 status collapsed
33805
33806 \begin_layout Plain Layout
33807
33808
33809 \backslash
33810 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33811 \end_layout
33812
33813 \end_inset
33814
33815
33816 \begin_inset Box Shaded
33817 position "t"
33818 hor_pos "c"
33819 has_inner_box 0
33820 inner_pos "t"
33821 use_parbox 0
33822 use_makebox 0
33823 width "100col%"
33824 special "none"
33825 height "1in"
33826 height_special "totalheight"
33827 thickness "0.4pt"
33828 separation "3pt"
33829 shadowsize "4pt"
33830 framecolor "black"
33831 backgroundcolor "none"
33832 status open
33833
33834 \begin_layout Plain Layout
33835
33836 \color yellow
33837 This is yellow text in a
33838 \color none
33839  
33840 \family sans
33841 \color yellow
33842 shaded background
33843 \family default
33844 \color none
33845  
33846 \color yellow
33847 box with dark green background.
33848 \end_layout
33849
33850 \end_inset
33851
33852
33853 \begin_inset ERT
33854 status collapsed
33855
33856 \begin_layout Plain Layout
33857
33858
33859 \backslash
33860 definecolor{shadecolor}{rgb}{1,0,0}
33861 \end_layout
33862
33863 \end_inset
33864
33865
33866 \end_layout
33867
33868 \begin_layout Standard
33869 \begin_inset VSpace bigskip
33870 \end_inset
33871
33872 Manually changed sizes and colors are valid for all boxes following the
33873  commands that change them.
33874 \end_layout
33875
33876 \begin_layout Section
33877 Minipages
33878 \begin_inset CommandInset label
33879 LatexCommand label
33880 name "sec:Minipages"
33881
33882 \end_inset
33883
33884
33885 \begin_inset Index idx
33886 status collapsed
33887
33888 \begin_layout Plain Layout
33889 Boxes ! Minipages
33890 \end_layout
33891
33892 \end_inset
33893
33894
33895 \end_layout
33896
33897 \begin_layout Standard
33898 Minipages are treated by \SpecialChar LaTeX
33899  as pages within pages and can therefore for example
33900  have their own footnotes.
33901 \end_layout
33902
33903 \begin_layout Standard
33904 Minipages are useful when you write documents with different languages.
33905 \end_layout
33906
33907 \begin_layout Standard
33908 Below are two example minipages side by side.
33909  Their width is set to 45
33910 \begin_inset space \thinspace{}
33911 \end_inset
33912
33913 col% and they are separated by a horizontal fill, that was inserted via
33914  the menu 
33915 \family sans
33916 Insert\SpecialChar menuseparator
33917 Special
33918 \begin_inset space ~
33919 \end_inset
33920
33921 Formatting\SpecialChar menuseparator
33922 Horizontal
33923 \begin_inset space ~
33924 \end_inset
33925
33926 Fill
33927 \family default
33928 .
33929 \begin_inset Newpage newpage
33930 \end_inset
33931
33932
33933 \end_layout
33934
33935 \begin_layout Standard
33936 \begin_inset Box Frameless
33937 position "t"
33938 hor_pos "c"
33939 has_inner_box 1
33940 inner_pos "c"
33941 use_parbox 0
33942 use_makebox 0
33943 width "45col%"
33944 special "none"
33945 height "1in"
33946 height_special "totalheight"
33947 thickness "0.4pt"
33948 separation "3pt"
33949 shadowsize "4pt"
33950 framecolor "black"
33951 backgroundcolor "none"
33952 status open
33953
33954 \begin_layout Plain Layout
33955
33956 \lang ngerman
33957 Dies ist ein deutscher Text.
33958  Dies ist ein deutscher Text.
33959  Dies ist ein deutscher Text.
33960  Dies ist ein deutscher Text.
33961  Dies ist ein deutscher Text.
33962  Dies ist ein deutscher Text.
33963  Dies ist ein deutscher Text.
33964  Dies ist ein deutscher Text.
33965  Dies ist ein deutscher Text.
33966  Dies ist ein deutscher Text.
33967  Dies ist ein deutscher Text.
33968  Dies ist ein deutscher Text.
33969  Dies ist ein deutscher Text
33970 \begin_inset Foot
33971 status collapsed
33972
33973 \begin_layout Plain Layout
33974
33975 \lang ngerman
33976 Dies ist eine deutsche Fußnote.
33977 \end_layout
33978
33979 \end_inset
33980
33981 .
33982  Dies ist ein deutscher Text.
33983  Dies ist ein deutscher Text.
33984 \end_layout
33985
33986 \end_inset
33987
33988
33989 \begin_inset space \hfill{}
33990 \end_inset
33991
33992
33993 \begin_inset Box Frameless
33994 position "t"
33995 hor_pos "c"
33996 has_inner_box 1
33997 inner_pos "c"
33998 use_parbox 0
33999 use_makebox 0
34000 width "45col%"
34001 special "none"
34002 height "1in"
34003 height_special "totalheight"
34004 thickness "0.4pt"
34005 separation "3pt"
34006 shadowsize "4pt"
34007 framecolor "black"
34008 backgroundcolor "none"
34009 status open
34010
34011 \begin_layout Plain Layout
34012 This is an English Text.
34013  This is an English Text.
34014  This is an English Text.
34015  This is an English Text.
34016  This is an English Text.
34017  This is an English Text.
34018  This is an English Text.
34019  This is an English Text.
34020  This is an English Text.
34021  This is an English Text.
34022  This is an English Text.
34023  This is an English Text.
34024  This is an English Text.
34025  This is an English Text.
34026  This is an English Text.
34027  This is an English Text.
34028 \begin_inset Foot
34029 status collapsed
34030
34031 \begin_layout Plain Layout
34032 This is an English footnote.
34033 \end_layout
34034
34035 \end_inset
34036
34037  This is an English Text.
34038 \end_layout
34039
34040 \end_inset
34041
34042
34043 \end_layout
34044
34045 \begin_layout Standard
34046 \begin_inset VSpace bigskip
34047 \end_inset
34048
34049 The document-wide paragraph settings are ignored within minipages.
34050  That means that there will be no space between paragraphs in minipages
34051  although you set it to e.
34052 \begin_inset space \thinspace{}
34053 \end_inset
34054
34055 g.
34056 \begin_inset space \space{}
34057 \end_inset
34058
34059
34060 \family sans
34061 MedSkip
34062 \family default
34063  in the document settings.
34064 \end_layout
34065
34066 \begin_layout Standard
34067 Minipages can also be used to set a background color for text parts, see
34068  section
34069 \begin_inset space ~
34070 \end_inset
34071
34072
34073 \begin_inset CommandInset ref
34074 LatexCommand ref
34075 reference "sec:Colored-Boxes"
34076
34077 \end_inset
34078
34079 .
34080 \end_layout
34081
34082 \begin_layout Standard
34083 \begin_inset Note Greyedout
34084 status open
34085
34086 \begin_layout Plain Layout
34087
34088 \series bold
34089 Note:
34090 \series default
34091  You cannot have floats or margin notes inside minipages but minipages can
34092  be used inside tables, floats, and other boxes.
34093 \end_layout
34094
34095 \end_inset
34096
34097
34098 \end_layout
34099
34100 \begin_layout Standard
34101 \begin_inset VSpace bigskip
34102 \end_inset
34103
34104
34105 \end_layout
34106
34107 \begin_layout Standard
34108 \SpecialChar LyX
34109  has also basic support for minipages whose size is automatically determined
34110  by the width of their contents, via the module 
34111 \family sans
34112 Variable-width Minipages
34113 \family default
34114 .
34115  The \SpecialChar LyX
34116  example file 
34117 \emph on
34118 varwidth-floats-side-by-side
34119 \emph default
34120  gives examples of variable-width minipages used for placing two floats
34121  side-by-side.
34122 \end_layout
34123
34124 \begin_layout Section
34125 Parboxes
34126 \begin_inset CommandInset label
34127 LatexCommand label
34128 name "sec:Parboxes"
34129
34130 \end_inset
34131
34132
34133 \begin_inset Index idx
34134 status collapsed
34135
34136 \begin_layout Plain Layout
34137 Boxes ! Parboxes
34138 \end_layout
34139
34140 \end_inset
34141
34142
34143 \end_layout
34144
34145 \begin_layout Standard
34146 Parboxes are very similar to minipages with the difference that they cannot
34147  have footnotes.
34148 \begin_inset Separator parbreak
34149 \end_inset
34150
34151
34152 \end_layout
34153
34154 \begin_layout Standard
34155 \align center
34156 \begin_inset Box Frameless
34157 position "t"
34158 hor_pos "c"
34159 has_inner_box 1
34160 inner_pos "t"
34161 use_parbox 1
34162 use_makebox 0
34163 width "33col%"
34164 special "none"
34165 height "1in"
34166 height_special "totalheight"
34167 thickness "0.4pt"
34168 separation "3pt"
34169 shadowsize "4pt"
34170 framecolor "black"
34171 backgroundcolor "none"
34172 status open
34173
34174 \begin_layout Plain Layout
34175 This a text within a parbox.
34176  This a text within a parbox.
34177 \end_layout
34178
34179 \begin_layout Plain Layout
34180 This footnote won't appear:
34181 \begin_inset Foot
34182 status collapsed
34183
34184 \begin_layout Plain Layout
34185 This footnote is inside a parbox and will therefore not appear.
34186 \end_layout
34187
34188 \end_inset
34189
34190
34191 \end_layout
34192
34193 \end_inset
34194
34195
34196 \end_layout
34197
34198 \begin_layout Section
34199 Boxes for Words and Characters
34200 \begin_inset Index idx
34201 status collapsed
34202
34203 \begin_layout Plain Layout
34204 Boxes ! for Characters
34205 \end_layout
34206
34207 \end_inset
34208
34209
34210 \end_layout
34211
34212 \begin_layout Subsection
34213 Prevent Hyphenation
34214 \begin_inset CommandInset label
34215 LatexCommand label
34216 name "sec:Prevent-Hyphenation"
34217
34218 \end_inset
34219
34220
34221 \begin_inset Index idx
34222 status collapsed
34223
34224 \begin_layout Plain Layout
34225 Boxes ! to Prevent Hyphenation
34226 \end_layout
34227
34228 \end_inset
34229
34230
34231 \end_layout
34232
34233 \begin_layout Standard
34234 You can use the box type 
34235 \family sans
34236 Makebox
34237 \family default
34238  to prevent words or text from being hyphenated.
34239 \begin_inset Newline newline
34240 \end_inset
34241
34242 Here is an example text:
34243 \end_layout
34244
34245 \begin_layout Standard
34246 This line is an example to show how you can prevent the hyphenation of 
34247 \begin_inset Quotes eld
34248 \end_inset
34249
34250 veryverylongword
34251 \begin_inset Quotes erd
34252 \end_inset
34253
34254 .
34255 \end_layout
34256
34257 \begin_layout Standard
34258 To prevent the hyphenation of the word 
34259 \begin_inset Quotes eld
34260 \end_inset
34261
34262 veryverylongword
34263 \begin_inset Quotes erd
34264 \end_inset
34265
34266 , put the word into a box, set the 
34267 \family sans
34268 Inner
34269 \begin_inset space ~
34270 \end_inset
34271
34272 box
34273 \family default
34274  to 
34275 \family sans
34276 Makebox
34277 \family default
34278  and use no explicit width.
34279 \end_layout
34280
34281 \begin_layout Standard
34282 This is the result:
34283 \end_layout
34284
34285 \begin_layout Standard
34286 This line is an example to show how you can prevent the hyphenation of 
34287 \begin_inset Box Frameless
34288 position "t"
34289 hor_pos "c"
34290 has_inner_box 1
34291 inner_pos "t"
34292 use_parbox 0
34293 use_makebox 1
34294 width ""
34295 special "none"
34296 height "1in"
34297 height_special "totalheight"
34298 thickness "0.4pt"
34299 separation "3pt"
34300 shadowsize "4pt"
34301 framecolor "black"
34302 backgroundcolor "none"
34303 status open
34304
34305 \begin_layout Plain Layout
34306 \begin_inset Quotes eld
34307 \end_inset
34308
34309 veryverylongword
34310 \begin_inset Quotes erd
34311 \end_inset
34312
34313
34314 \end_layout
34315
34316 \end_inset
34317
34318 .
34319 \end_layout
34320
34321 \begin_layout Standard
34322 You can alternatively set the command 
34323 \begin_inset Quotes eld
34324 \end_inset
34325
34326
34327 \series bold
34328
34329 \backslash
34330 -
34331 \series default
34332
34333 \begin_inset Quotes grd
34334 \end_inset
34335
34336  as \SpecialChar TeX
34337  Code directly before the word:
34338 \end_layout
34339
34340 \begin_layout Standard
34341 This line is an example to show how you can prevent the hyphenation of 
34342 \begin_inset Quotes eld
34343 \end_inset
34344
34345
34346 \begin_inset ERT
34347 status collapsed
34348
34349 \begin_layout Plain Layout
34350
34351
34352 \backslash
34353 -
34354 \end_layout
34355
34356 \end_inset
34357
34358 veryverylongword
34359 \begin_inset Quotes erd
34360 \end_inset
34361
34362 .
34363 \end_layout
34364
34365 \begin_layout Standard
34366 Of course the word now protrudes over the side margin.
34367  To avoid this, add via the menu 
34368 \family sans
34369 Insert\SpecialChar menuseparator
34370 Formatting\SpecialChar menuseparator
34371 Ragged
34372 \begin_inset space ~
34373 \end_inset
34374
34375 Line
34376 \begin_inset space ~
34377 \end_inset
34378
34379 Break
34380 \family default
34381  (shortcut 
34382 \begin_inset Info
34383 type  "shortcut"
34384 arg   "newline-insert newline"
34385 \end_inset
34386
34387 ) a line break before the word:
34388 \end_layout
34389
34390 \begin_layout Standard
34391 This line is an example to show how you can prevent the hyphenation of 
34392 \begin_inset Newline newline
34393 \end_inset
34394
34395
34396 \begin_inset Box Frameless
34397 position "t"
34398 hor_pos "c"
34399 has_inner_box 1
34400 inner_pos "t"
34401 use_parbox 0
34402 use_makebox 1
34403 width ""
34404 special "none"
34405 height "1in"
34406 height_special "totalheight"
34407 thickness "0.4pt"
34408 separation "3pt"
34409 shadowsize "4pt"
34410 framecolor "black"
34411 backgroundcolor "none"
34412 status open
34413
34414 \begin_layout Plain Layout
34415 \begin_inset Quotes eld
34416 \end_inset
34417
34418 veryverylongword
34419 \begin_inset Quotes erd
34420 \end_inset
34421
34422
34423 \end_layout
34424
34425 \end_inset
34426
34427 .
34428 \end_layout
34429
34430 \begin_layout Subsection
34431 Vertical Alignment
34432 \begin_inset CommandInset label
34433 LatexCommand label
34434 name "subsec:Vertical-Alignment"
34435
34436 \end_inset
34437
34438
34439 \begin_inset Index idx
34440 status collapsed
34441
34442 \begin_layout Plain Layout
34443 Boxes ! for Vertical Alignment
34444 \end_layout
34445
34446 \end_inset
34447
34448
34449 \begin_inset Index idx
34450 status collapsed
34451
34452 \begin_layout Plain Layout
34453 Boxes ! Raiseboxes
34454 \end_layout
34455
34456 \end_inset
34457
34458
34459 \end_layout
34460
34461 \begin_layout Standard
34462 With the help of the command 
34463 \series bold
34464
34465 \backslash
34466 raisebox
34467 \series default
34468  you can align words, characters or other boxes vertically relative to the
34469  surrounding text.
34470  
34471 \series bold
34472
34473 \backslash
34474 raisebox
34475 \series default
34476  is used with the following scheme:
34477 \end_layout
34478
34479 \begin_layout Standard
34480
34481 \series bold
34482
34483 \backslash
34484 raisebox{lift}[height][depth]{box content}
34485 \end_layout
34486
34487 \begin_layout Standard
34488 The lift can be a positive value to raise the box or a negative value to
34489  lower the box.
34490 \end_layout
34491
34492 \begin_layout Standard
34493 To align for example the word 
34494 \begin_inset Quotes eld
34495 \end_inset
34496
34497 preventing
34498 \begin_inset Quotes erd
34499 \end_inset
34500
34501  so that the bottom of the 
34502 \begin_inset Quotes eld
34503 \end_inset
34504
34505 deepest
34506 \begin_inset Quotes erd
34507 \end_inset
34508
34509  character 
34510 \begin_inset Quotes eld
34511 \end_inset
34512
34513 p
34514 \begin_inset Quotes erd
34515 \end_inset
34516
34517  is at the baseline, insert the command
34518 \end_layout
34519
34520 \begin_layout Standard
34521
34522 \series bold
34523
34524 \backslash
34525 raisebox{
34526 \backslash
34527 depth}{
34528 \end_layout
34529
34530 \begin_layout Standard
34531 in \SpecialChar TeX
34532  Code before the word.
34533  After the word insert a closing brace 
34534 \begin_inset Quotes eld
34535 \end_inset
34536
34537
34538 \series bold
34539 }
34540 \series default
34541
34542 \begin_inset Quotes erd
34543 \end_inset
34544
34545  in \SpecialChar TeX
34546  Code.
34547 \begin_inset Newline newline
34548 \end_inset
34549
34550 This is the result:
34551 \end_layout
34552
34553 \begin_layout Standard
34554 This is a text line with the word 
34555 \begin_inset ERT
34556 status collapsed
34557
34558 \begin_layout Plain Layout
34559
34560
34561 \backslash
34562 raisebox{
34563 \backslash
34564 depth}{
34565 \end_layout
34566
34567 \end_inset
34568
34569
34570 \begin_inset Quotes eld
34571 \end_inset
34572
34573 preventing
34574 \begin_inset Quotes erd
34575 \end_inset
34576
34577
34578 \begin_inset ERT
34579 status collapsed
34580
34581 \begin_layout Plain Layout
34582
34583 }
34584 \end_layout
34585
34586 \end_inset
34587
34588  as a raised word.
34589 \end_layout
34590
34591 \begin_layout Standard
34592 \begin_inset VSpace bigskip
34593 \end_inset
34594
34595 When you raise or lower characters in a line, the line distance will be
34596  spread:
34597 \end_layout
34598
34599 \begin_layout Standard
34600 This is a text line with the word 
34601 \begin_inset ERT
34602 status collapsed
34603
34604 \begin_layout Plain Layout
34605
34606
34607 \backslash
34608 raisebox{-
34609 \backslash
34610 depth}{
34611 \end_layout
34612
34613 \end_inset
34614
34615
34616 \begin_inset Quotes eld
34617 \end_inset
34618
34619 preventing
34620 \begin_inset Quotes erd
34621 \end_inset
34622
34623
34624 \begin_inset ERT
34625 status collapsed
34626
34627 \begin_layout Plain Layout
34628
34629 }
34630 \end_layout
34631
34632 \end_inset
34633
34634  as a lowered word.
34635 \begin_inset Newline newline
34636 \end_inset
34637
34638 This is a text line with the word 
34639 \begin_inset ERT
34640 status collapsed
34641
34642 \begin_layout Plain Layout
34643
34644
34645 \backslash
34646 raisebox{0.5cm}{
34647 \end_layout
34648
34649 \end_inset
34650
34651
34652 \begin_inset Quotes eld
34653 \end_inset
34654
34655 testing
34656 \begin_inset Quotes erd
34657 \end_inset
34658
34659
34660 \begin_inset ERT
34661 status collapsed
34662
34663 \begin_layout Plain Layout
34664
34665 }
34666 \end_layout
34667
34668 \end_inset
34669
34670  as a raised word.
34671 \end_layout
34672
34673 \begin_layout Standard
34674 If you want to prevent this for a certain reason, set the box height to
34675  a zero value.
34676  For example use
34677 \end_layout
34678
34679 \begin_layout Standard
34680
34681 \series bold
34682
34683 \backslash
34684 raisebox{-
34685 \backslash
34686 depth}[0pt]{
34687 \end_layout
34688
34689 \begin_layout Standard
34690 This is a text line with the word 
34691 \begin_inset ERT
34692 status collapsed
34693
34694 \begin_layout Plain Layout
34695
34696
34697 \backslash
34698 raisebox{-
34699 \backslash
34700 depth}[0pt]{
34701 \end_layout
34702
34703 \end_inset
34704
34705
34706 \begin_inset Quotes eld
34707 \end_inset
34708
34709 preventing
34710 \begin_inset Quotes erd
34711 \end_inset
34712
34713
34714 \begin_inset ERT
34715 status collapsed
34716
34717 \begin_layout Plain Layout
34718
34719 }
34720 \end_layout
34721
34722 \end_inset
34723
34724  as a lowered word.
34725 \begin_inset Newline newline
34726 \end_inset
34727
34728
34729 \begin_inset Newline newline
34730 \end_inset
34731
34732 This is a text line with the word 
34733 \begin_inset ERT
34734 status collapsed
34735
34736 \begin_layout Plain Layout
34737
34738
34739 \backslash
34740 raisebox{0.5cm}[0pt]{
34741 \end_layout
34742
34743 \end_inset
34744
34745
34746 \begin_inset Quotes eld
34747 \end_inset
34748
34749 testing
34750 \begin_inset Quotes erd
34751 \end_inset
34752
34753
34754 \begin_inset ERT
34755 status collapsed
34756
34757 \begin_layout Plain Layout
34758
34759 }
34760 \end_layout
34761
34762 \end_inset
34763
34764  as a raised word.
34765 \end_layout
34766
34767 \begin_layout Section
34768 Colored Boxes
34769 \begin_inset CommandInset label
34770 LatexCommand label
34771 name "sec:Colored-Boxes"
34772
34773 \end_inset
34774
34775
34776 \begin_inset Index idx
34777 status collapsed
34778
34779 \begin_layout Plain Layout
34780 Boxes ! Color
34781 \end_layout
34782
34783 \end_inset
34784
34785
34786 \end_layout
34787
34788 \begin_layout Standard
34789 To color the background of a box just select the color you like in the box
34790  dialog.
34791  This is for example a box with orange background: 
34792 \begin_inset Box Frameless
34793 position "t"
34794 hor_pos "c"
34795 has_inner_box 1
34796 inner_pos "t"
34797 use_parbox 0
34798 use_makebox 1
34799 width ""
34800 special "none"
34801 height "1in"
34802 height_special "totalheight"
34803 thickness "0.4pt"
34804 separation "3pt"
34805 shadowsize "4pt"
34806 framecolor "black"
34807 backgroundcolor "orange"
34808 status open
34809
34810 \begin_layout Plain Layout
34811 Box with orange background
34812 \end_layout
34813
34814 \end_inset
34815
34816
34817 \end_layout
34818
34819 \begin_layout Standard
34820 If you use the decoration 
34821 \family sans
34822 Simple
34823 \begin_inset space ~
34824 \end_inset
34825
34826 rectangular
34827 \begin_inset space ~
34828 \end_inset
34829
34830 frame
34831 \family default
34832  you can set a frame color.
34833  In this case you must also specify a background color (LyX sets white as
34834  default).
34835  Here is an example: 
34836 \begin_inset Box Boxed
34837 position "t"
34838 hor_pos "c"
34839 has_inner_box 0
34840 inner_pos "t"
34841 use_parbox 0
34842 use_makebox 0
34843 width ""
34844 special "none"
34845 height "1in"
34846 height_special "totalheight"
34847 thickness "0.4pt"
34848 separation "3pt"
34849 shadowsize "4pt"
34850 framecolor "teal"
34851 backgroundcolor "yellow"
34852 status open
34853
34854 \begin_layout Plain Layout
34855 Box with teal frame color and yellow background color
34856 \end_layout
34857
34858 \end_inset
34859
34860
34861 \end_layout
34862
34863 \begin_layout Standard
34864 \begin_inset VSpace bigskip
34865 \end_inset
34866
34867 Of course you can also have colored text inside a colored box:
34868 \begin_inset Newline newline
34869 \end_inset
34870
34871
34872 \begin_inset Box Boxed
34873 position "t"
34874 hor_pos "c"
34875 has_inner_box 0
34876 inner_pos "t"
34877 use_parbox 0
34878 use_makebox 0
34879 width ""
34880 special "none"
34881 height "1in"
34882 height_special "totalheight"
34883 thickness "0.4pt"
34884 separation "3pt"
34885 shadowsize "4pt"
34886 framecolor "cyan"
34887 backgroundcolor "magenta"
34888 status open
34889
34890 \begin_layout Plain Layout
34891
34892 \color yellow
34893 This is colored text within a colored, framed box
34894 \end_layout
34895
34896 \end_inset
34897
34898
34899 \end_layout
34900
34901 \begin_layout Standard
34902 \begin_inset VSpace bigskip
34903 \end_inset
34904
34905
34906 \end_layout
34907
34908 \begin_layout Standard
34909 If you need another color than the predefined ones, you can define your
34910  own color as described in section
34911 \begin_inset space ~
34912 \end_inset
34913
34914
34915 \begin_inset CommandInset ref
34916 LatexCommand ref
34917 reference "sec:Colored-Tables"
34918
34919 \end_inset
34920
34921 .
34922  To use your own color you must typeset the box by using TeX code:
34923 \end_layout
34924
34925 \begin_layout Standard
34926 Colored boxes without frame are created with the command 
34927 \series bold
34928
34929 \backslash
34930 colorbox
34931 \series default
34932 .
34933  It has the following scheme:
34934 \end_layout
34935
34936 \begin_layout Standard
34937
34938 \series bold
34939
34940 \backslash
34941 colorbox{color}{box content}
34942 \end_layout
34943
34944 \begin_layout Standard
34945 The box content can also be a box and colored boxes can also be within other
34946  boxes.
34947  To have e.
34948 \begin_inset space \thinspace{}
34949 \end_inset
34950
34951 g.
34952 \begin_inset space \space{}
34953 \end_inset
34954
34955 a darkgreen background for a word, insert the command
34956 \end_layout
34957
34958 \begin_layout Standard
34959
34960 \series bold
34961
34962 \backslash
34963 colorbox{darkgreen}{
34964 \end_layout
34965
34966 \begin_layout Standard
34967 before the word in \SpecialChar TeX
34968  Code.
34969  After the word insert a closing brace 
34970 \begin_inset Quotes eld
34971 \end_inset
34972
34973
34974 \series bold
34975 }
34976 \series default
34977
34978 \begin_inset Quotes erd
34979 \end_inset
34980
34981  in \SpecialChar TeX
34982  Code.
34983 \begin_inset Newline newline
34984 \end_inset
34985
34986 This is the result:
34987 \end_layout
34988
34989 \begin_layout Standard
34990 This is a line where the word 
34991 \begin_inset ERT
34992 status collapsed
34993
34994 \begin_layout Plain Layout
34995
34996
34997 \backslash
34998 colorbox{darkgreen}{
34999 \end_layout
35000
35001 \end_inset
35002
35003
35004 \begin_inset Quotes eld
35005 \end_inset
35006
35007 Attention!
35008 \begin_inset Quotes erd
35009 \end_inset
35010
35011
35012 \begin_inset ERT
35013 status collapsed
35014
35015 \begin_layout Plain Layout
35016
35017 }
35018 \end_layout
35019
35020 \end_inset
35021
35022  has a darkgreen background.
35023 \end_layout
35024
35025 \begin_layout Standard
35026 Framed, colored boxes are created with the command 
35027 \series bold
35028
35029 \backslash
35030 fcolorbox
35031 \series default
35032 .
35033  It has the following scheme:
35034 \end_layout
35035
35036 \begin_layout Standard
35037
35038 \series bold
35039
35040 \backslash
35041 fcolorbox{frame color}{box color}{box content}
35042 \end_layout
35043
35044 \begin_layout Section
35045 Rotated and Scaled Boxes
35046 \end_layout
35047
35048 \begin_layout Standard
35049 To use the boxes described in this section, the module 
35050 \family sans
35051 GraphicBoxes
35052 \family default
35053  must be loaded in the document settings.
35054 \end_layout
35055
35056 \begin_layout Standard
35057 \begin_inset Note Greyedout
35058 status open
35059
35060 \begin_layout Plain Layout
35061
35062 \series bold
35063 Note:
35064 \series default
35065  Not all DVI viewers are able to display rotated or scaled material.
35066 \end_layout
35067
35068 \end_inset
35069
35070
35071 \end_layout
35072
35073 \begin_layout Standard
35074 \begin_inset Note Greyedout
35075 status open
35076
35077 \begin_layout Plain Layout
35078
35079 \series bold
35080 Note:
35081 \series default
35082  Floats are not allowed inside a rotated or scaled box.
35083 \end_layout
35084
35085 \end_inset
35086
35087
35088 \end_layout
35089
35090 \begin_layout Subsection
35091 Rotated Boxes
35092 \begin_inset Index idx
35093 status collapsed
35094
35095 \begin_layout Plain Layout
35096 Boxes ! rotated
35097 \end_layout
35098
35099 \end_inset
35100
35101
35102 \begin_inset Index idx
35103 status collapsed
35104
35105 \begin_layout Plain Layout
35106 Rotated Material
35107 \end_layout
35108
35109 \end_inset
35110
35111
35112 \end_layout
35113
35114 \begin_layout Standard
35115 To rotate material, you can put it into a 
35116 \family sans
35117 Rotatebox
35118 \family default
35119 .
35120  Such a box is inserted via the menu 
35121 \family sans
35122 Insert\SpecialChar menuseparator
35123 Custom Insets\SpecialChar menuseparator
35124 Rotatebox
35125 \family default
35126 .
35127 \end_layout
35128
35129 \begin_layout Standard
35130 The rotation origin can be specified via the inset 
35131 \family sans
35132 Origin
35133 \family default
35134  (menu 
35135 \family sans
35136 Insert\SpecialChar menuseparator
35137 Origin
35138 \family default
35139 ) in the form 
35140 \series bold
35141 origin=position
35142 \series default
35143 .
35144  The following positions are possible: 
35145 \emph on
35146 c
35147 \emph default
35148  (center), 
35149 \emph on
35150 l
35151 \emph default
35152  (left), 
35153 \emph on
35154 r
35155 \emph default
35156  (right), 
35157 \emph on
35158 b
35159 \emph default
35160  (bottom), 
35161 \emph on
35162 t
35163 \emph default
35164  (top), along with meaningful combinations of the four base positions.
35165  For example 
35166 \emph on
35167 lt
35168 \emph default
35169  means that the rotation origin is at the top left corner of the box.
35170  When no rotation origin is specified, the position 
35171 \emph on
35172 l
35173 \emph default
35174  will be used.
35175  The rotation angle is a number that can be negative that specifies the
35176  angle in degrees.
35177  The rotation direction is counterclockwise.
35178 \end_layout
35179
35180 \begin_layout Standard
35181 In the following example 
35182 \series bold
35183 origin=c
35184 \series default
35185  was inserted to the 
35186 \family sans
35187 Origin
35188 \family default
35189  inset and 
35190 \series bold
35191 60
35192 \series default
35193  was inserted to the 
35194 \family sans
35195 Angle
35196 \family default
35197  inset.
35198 \end_layout
35199
35200 \begin_layout Standard
35201 This is a line 
35202 \begin_inset Flex Rotatebox
35203 status open
35204
35205 \begin_layout Plain Layout
35206 \begin_inset Argument 1
35207 status open
35208
35209 \begin_layout Plain Layout
35210 origin=c
35211 \end_layout
35212
35213 \end_inset
35214
35215
35216 \begin_inset Argument 2
35217 status open
35218
35219 \begin_layout Plain Layout
35220 60
35221 \end_layout
35222
35223 \end_inset
35224
35225 with rotated
35226 \end_layout
35227
35228 \end_inset
35229
35230  text.
35231 \end_layout
35232
35233 \begin_layout Standard
35234 The box content can also be another box or an inline formula:
35235 \end_layout
35236
35237 \begin_layout Standard
35238 This is a line 
35239 \begin_inset Flex Rotatebox
35240 status open
35241
35242 \begin_layout Plain Layout
35243 \begin_inset Argument 1
35244 status open
35245
35246 \begin_layout Plain Layout
35247 origin=r
35248 \end_layout
35249
35250 \end_inset
35251
35252
35253 \begin_inset Argument 2
35254 status open
35255
35256 \begin_layout Plain Layout
35257 -60
35258 \end_layout
35259
35260 \end_inset
35261
35262
35263 \begin_inset Box Doublebox
35264 position "c"
35265 hor_pos "c"
35266 has_inner_box 0
35267 inner_pos "c"
35268 use_parbox 0
35269 use_makebox 0
35270 width "1in"
35271 special "width"
35272 height "1in"
35273 height_special "totalheight"
35274 thickness "0.4pt"
35275 separation "3pt"
35276 shadowsize "4pt"
35277 framecolor "black"
35278 backgroundcolor "none"
35279 status collapsed
35280
35281 \begin_layout Plain Layout
35282 with rotated
35283 \end_layout
35284
35285 \end_inset
35286
35287
35288 \end_layout
35289
35290 \end_inset
35291
35292  framed text 
35293 \begin_inset Flex Rotatebox
35294 status open
35295
35296 \begin_layout Plain Layout
35297 \begin_inset Argument 1
35298 status open
35299
35300 \begin_layout Plain Layout
35301 origin=lb
35302 \end_layout
35303
35304 \end_inset
35305
35306
35307 \begin_inset Argument 2
35308 status open
35309
35310 \begin_layout Plain Layout
35311 60
35312 \end_layout
35313
35314 \end_inset
35315
35316
35317 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35318 \end_inset
35319
35320
35321 \end_layout
35322
35323 \end_inset
35324
35325  and a formula.
35326 \end_layout
35327
35328 \begin_layout Standard
35329 or an image or table:
35330 \end_layout
35331
35332 \begin_layout Standard
35333 This is a line 
35334 \begin_inset Flex Rotatebox
35335 status open
35336
35337 \begin_layout Plain Layout
35338 \begin_inset Argument 1
35339 status open
35340
35341 \begin_layout Plain Layout
35342 origin=lb
35343 \end_layout
35344
35345 \end_inset
35346
35347
35348 \begin_inset Argument 2
35349 status open
35350
35351 \begin_layout Plain Layout
35352 90
35353 \end_layout
35354
35355 \end_inset
35356
35357
35358 \begin_inset Graphics
35359         filename clipart/platypus.eps
35360         lyxscale 50
35361         width 25col%
35362
35363 \end_inset
35364
35365
35366 \end_layout
35367
35368 \end_inset
35369
35370  with a rotated image 
35371 \begin_inset Flex Rotatebox
35372 status open
35373
35374 \begin_layout Plain Layout
35375 \begin_inset Argument 2
35376 status open
35377
35378 \begin_layout Plain Layout
35379 -90
35380 \end_layout
35381
35382 \end_inset
35383
35384
35385 \begin_inset Tabular
35386 <lyxtabular version="3" rows="2" columns="2">
35387 <features tabularvalignment="middle">
35388 <column alignment="center" valignment="top">
35389 <column alignment="center" valignment="top">
35390 <row>
35391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35392 \begin_inset Text
35393
35394 \begin_layout Plain Layout
35395 q
35396 \end_layout
35397
35398 \end_inset
35399 </cell>
35400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35401 \begin_inset Text
35402
35403 \begin_layout Plain Layout
35404 w
35405 \end_layout
35406
35407 \end_inset
35408 </cell>
35409 </row>
35410 <row>
35411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35412 \begin_inset Text
35413
35414 \begin_layout Plain Layout
35415 e
35416 \end_layout
35417
35418 \end_inset
35419 </cell>
35420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35421 \begin_inset Text
35422
35423 \begin_layout Plain Layout
35424 r
35425 \end_layout
35426
35427 \end_inset
35428 </cell>
35429 </row>
35430 </lyxtabular>
35431
35432 \end_inset
35433
35434
35435 \end_layout
35436
35437 \end_inset
35438
35439  and table.
35440 \begin_inset Index idx
35441 status collapsed
35442
35443 \begin_layout Plain Layout
35444 Figures ! rotated
35445 \end_layout
35446
35447 \end_inset
35448
35449
35450 \begin_inset Index idx
35451 status collapsed
35452
35453 \begin_layout Plain Layout
35454 Table Customization ! Rotating
35455 \end_layout
35456
35457 \end_inset
35458
35459
35460 \end_layout
35461
35462 \begin_layout Standard
35463 \begin_inset Note Greyedout
35464 status open
35465
35466 \begin_layout Plain Layout
35467
35468 \series bold
35469 Note:
35470 \series default
35471  If the 
35472 \family sans
35473 Angle
35474 \family default
35475  inset is empty or contains other characters than numbers you will get \SpecialChar LaTeX
35476
35477  errors when viewing/exporting the document.
35478 \end_layout
35479
35480 \end_inset
35481
35482
35483 \end_layout
35484
35485 \begin_layout Subsection
35486 Scaled Boxes
35487 \begin_inset Index idx
35488 status collapsed
35489
35490 \begin_layout Plain Layout
35491 Boxes ! scaled
35492 \end_layout
35493
35494 \end_inset
35495
35496
35497 \begin_inset Index idx
35498 status collapsed
35499
35500 \begin_layout Plain Layout
35501 Scaled Material
35502 \end_layout
35503
35504 \end_inset
35505
35506
35507 \end_layout
35508
35509 \begin_layout Standard
35510 To scale material put it into a 
35511 \family sans
35512 Scalebox
35513 \family default
35514 .
35515  Such a box is inserted via the menu 
35516 \family sans
35517 Insert\SpecialChar menuseparator
35518 Custom Insets\SpecialChar menuseparator
35519 Scalebox
35520 \family default
35521 .
35522 \end_layout
35523
35524 \begin_layout Standard
35525 The 
35526 \family sans
35527 Scalebox
35528 \family default
35529  inset has the mandatory inset 
35530 \family sans
35531 H-Factor
35532 \family default
35533  and the optional inset 
35534 \family sans
35535 V-Factor
35536 \family default
35537  (inserted via the menu 
35538 \family sans
35539 Insert\SpecialChar menuseparator
35540 V-Factor)
35541 \family default
35542 .
35543  Input there the horizontal and vertical scale factor, respectively.
35544  If no 
35545 \family sans
35546 V-Factor
35547 \family default
35548  inset is used, the horizontal factor will also be used as the vertical
35549  one.
35550 \end_layout
35551
35552 \begin_layout Standard
35553 To get for example the double text size, compared to the document text size,
35554  insert 
35555 \series bold
35556 2
35557 \series default
35558  into the 
35559 \family sans
35560 H-Factor
35561 \family default
35562  inset.
35563  An example: 
35564 \begin_inset Flex Scalebox
35565 status open
35566
35567 \begin_layout Plain Layout
35568 \begin_inset Argument 1
35569 status open
35570
35571 \begin_layout Plain Layout
35572 2
35573 \end_layout
35574
35575 \end_inset
35576
35577 Hello
35578 \end_layout
35579
35580 \end_inset
35581
35582
35583 \end_layout
35584
35585 \begin_layout Standard
35586
35587 \series bold
35588 2
35589 \series default
35590  as 
35591 \family sans
35592 H-Factor
35593 \family default
35594  and 
35595 \series bold
35596 1
35597 \series default
35598  as 
35599 \family sans
35600 V-Factor
35601 \family default
35602  distorts the 
35603 \begin_inset Flex Scalebox
35604 status open
35605
35606 \begin_layout Plain Layout
35607 \begin_inset Argument 1
35608 status open
35609
35610 \begin_layout Plain Layout
35611 2
35612 \end_layout
35613
35614 \end_inset
35615
35616
35617 \begin_inset Argument 2
35618 status open
35619
35620 \begin_layout Plain Layout
35621 1
35622 \end_layout
35623
35624 \end_inset
35625
35626 Hello
35627 \end_layout
35628
35629 \end_inset
35630
35631 .
35632 \end_layout
35633
35634 \begin_layout Standard
35635 If the scaling factor is negative, the box content will be mirrored.
35636  Therefore 
35637 \series bold
35638 -1
35639 \series default
35640  as 
35641 \family sans
35642 H-Factor
35643 \family default
35644  and 
35645 \series bold
35646 1
35647 \series default
35648  as 
35649 \family sans
35650 V-Factor
35651 \family default
35652  can be used to create mirror writing: 
35653 \begin_inset Flex Scalebox
35654 status open
35655
35656 \begin_layout Plain Layout
35657 \begin_inset Argument 1
35658 status open
35659
35660 \begin_layout Plain Layout
35661 -1
35662 \end_layout
35663
35664 \end_inset
35665
35666
35667 \begin_inset Argument 2
35668 status open
35669
35670 \begin_layout Plain Layout
35671 1
35672 \end_layout
35673
35674 \end_inset
35675
35676 Hello
35677 \end_layout
35678
35679 \end_inset
35680
35681
35682 \end_layout
35683
35684 \begin_layout Standard
35685
35686 \series bold
35687 1
35688 \series default
35689  as 
35690 \family sans
35691 H-Factor
35692 \family default
35693  and 
35694 \series bold
35695 -1
35696 \series default
35697  as 
35698 \family sans
35699 V-Factor
35700 \family default
35701  reflects the 
35702 \begin_inset Flex Scalebox
35703 status open
35704
35705 \begin_layout Plain Layout
35706 \begin_inset Argument 1
35707 status open
35708
35709 \begin_layout Plain Layout
35710 1
35711 \end_layout
35712
35713 \end_inset
35714
35715
35716 \begin_inset Argument 2
35717 status open
35718
35719 \begin_layout Plain Layout
35720 -1
35721 \end_layout
35722
35723 \end_inset
35724
35725 Hello
35726 \end_layout
35727
35728 \end_inset
35729
35730  at the base line.
35731 \end_layout
35732
35733 \begin_layout Standard
35734 The 
35735 \family sans
35736 Reflectbox
35737 \family default
35738  (menu 
35739 \family sans
35740 Insert\SpecialChar menuseparator
35741 Custom Insets\SpecialChar menuseparator
35742 Reflectbox
35743 \family default
35744 ) is equivalent to 
35745 \series bold
35746 -1
35747 \series default
35748  as 
35749 \family sans
35750 H-Factor
35751 \family default
35752  and 
35753 \series bold
35754 1
35755 \series default
35756  as 
35757 \family sans
35758 V-Factor 
35759 \family default
35760 for a 
35761 \family sans
35762 Scalebox
35763 \family default
35764 .
35765 \end_layout
35766
35767 \begin_layout Standard
35768 \begin_inset Note Greyedout
35769 status open
35770
35771 \begin_layout Plain Layout
35772
35773 \series bold
35774 Note:
35775 \series default
35776  If the 
35777 \family sans
35778 H-Factor
35779 \family default
35780  inset is empty or contains other characters than numbers you will get LaTeX
35781  errors when viewing/exporting the document.
35782 \end_layout
35783
35784 \end_inset
35785
35786
35787 \end_layout
35788
35789 \begin_layout Standard
35790 \begin_inset VSpace bigskip
35791 \end_inset
35792
35793 The 
35794 \family sans
35795 Resizebox
35796 \family default
35797  (menu 
35798 \family sans
35799 Insert\SpecialChar menuseparator
35800 Custom Insets\SpecialChar menuseparator
35801 Resizebox
35802 \family default
35803 ) is used to scale the content to a defined width and height.
35804  The 
35805 \family sans
35806 Resizebox
35807 \family default
35808  inset has the mandatory inset 
35809 \family sans
35810 Width
35811 \family default
35812  and the optional inset 
35813 \family sans
35814 Height
35815 \family default
35816  (inserted via the menu 
35817 \family sans
35818 Insert\SpecialChar menuseparator
35819 Height)
35820 \family default
35821 .
35822  Input there the width and height, respectively, as value with a unit.
35823  
35824 \begin_inset CommandInset ref
35825 LatexCommand ref
35826 reference "tab:Units"
35827
35828 \end_inset
35829
35830  lists the possible units.
35831  If there is an exclamation mark 
35832 \series bold
35833 !
35834 \series default
35835  in of of the two insets, the size is set so that the aspect ratio of the
35836  box content is kept.
35837  If no 
35838 \family sans
35839 Height
35840 \family default
35841  inset is used an exclamation mark will internally be used for the height.
35842 \end_layout
35843
35844 \begin_layout Standard
35845
35846 \series bold
35847 2cm
35848 \series default
35849  as 
35850 \family sans
35851 Width
35852 \family default
35853  and 
35854 \series bold
35855 1cm
35856 \series default
35857  as 
35858 \family sans
35859 Height
35860 \family default
35861  produces: 
35862 \begin_inset Flex Resizebox
35863 status open
35864
35865 \begin_layout Plain Layout
35866 \begin_inset Argument 1
35867 status open
35868
35869 \begin_layout Plain Layout
35870 2cm
35871 \end_layout
35872
35873 \end_inset
35874
35875
35876 \begin_inset Argument 2
35877 status open
35878
35879 \begin_layout Plain Layout
35880 1cm
35881 \end_layout
35882
35883 \end_inset
35884
35885 Hello
35886 \end_layout
35887
35888 \end_inset
35889
35890
35891 \begin_inset Newline newline
35892 \end_inset
35893
35894
35895 \series bold
35896 2cm
35897 \series default
35898  as 
35899 \family sans
35900 Width
35901 \family default
35902  and 
35903 \series bold
35904 !
35905 \series default
35906  as 
35907 \family sans
35908 Height
35909 \family default
35910  (or no 
35911 \family sans
35912 Height
35913 \family default
35914 ) produces: 
35915 \begin_inset Flex Resizebox
35916 status open
35917
35918 \begin_layout Plain Layout
35919 \begin_inset Argument 1
35920 status open
35921
35922 \begin_layout Plain Layout
35923 2cm
35924 \end_layout
35925
35926 \end_inset
35927
35928
35929 \begin_inset Argument 2
35930 status open
35931
35932 \begin_layout Plain Layout
35933 !
35934 \end_layout
35935
35936 \end_inset
35937
35938 Hello
35939 \end_layout
35940
35941 \end_inset
35942
35943
35944 \end_layout
35945
35946 \begin_layout Standard
35947 \begin_inset Note Greyedout
35948 status open
35949
35950 \begin_layout Plain Layout
35951
35952 \series bold
35953 Note:
35954 \series default
35955  If the 
35956 \family sans
35957 Width
35958 \family default
35959  inset is empty or contains an invalid unit you will get LaTeX errors when
35960  viewing/exporting the document.
35961 \end_layout
35962
35963 \end_inset
35964
35965
35966 \end_layout
35967
35968 \begin_layout Standard
35969 \begin_inset VSpace bigskip
35970 \end_inset
35971
35972
35973 \end_layout
35974
35975 \begin_layout Standard
35976 The boxes can be combined in any order.
35977  As example a 
35978 \family sans
35979 Reflectbox
35980 \family default
35981  inside a 
35982 \family sans
35983 Resizebox
35984 \family default
35985  which is in turn inside a 
35986 \family sans
35987 Rotatebox
35988 \family default
35989 :
35990 \end_layout
35991
35992 \begin_layout Standard
35993 \noindent
35994 \align center
35995 \begin_inset Flex Rotatebox
35996 status open
35997
35998 \begin_layout Plain Layout
35999 \begin_inset Argument 1
36000 status open
36001
36002 \begin_layout Plain Layout
36003 origin=c
36004 \end_layout
36005
36006 \end_inset
36007
36008
36009 \begin_inset Argument 2
36010 status open
36011
36012 \begin_layout Plain Layout
36013 -45
36014 \end_layout
36015
36016 \end_inset
36017
36018
36019 \begin_inset Flex Resizebox
36020 status open
36021
36022 \begin_layout Plain Layout
36023 \begin_inset Argument 1
36024 status open
36025
36026 \begin_layout Plain Layout
36027 2cm
36028 \end_layout
36029
36030 \end_inset
36031
36032
36033 \begin_inset Flex Reflectbox
36034 status open
36035
36036 \begin_layout Plain Layout
36037 Hello
36038 \end_layout
36039
36040 \end_inset
36041
36042
36043 \end_layout
36044
36045 \end_inset
36046
36047
36048 \end_layout
36049
36050 \end_inset
36051
36052
36053 \end_layout
36054
36055 \begin_layout Standard
36056 \noindent
36057 Images, tables, and inline formulas are allowed as box content:
36058 \end_layout
36059
36060 \begin_layout Standard
36061 \noindent
36062 \align center
36063 \begin_inset Flex Resizebox
36064 status open
36065
36066 \begin_layout Plain Layout
36067 \begin_inset Argument 1
36068 status open
36069
36070 \begin_layout Plain Layout
36071 2cm
36072 \end_layout
36073
36074 \end_inset
36075
36076
36077 \begin_inset Flex Reflectbox
36078 status open
36079
36080 \begin_layout Plain Layout
36081 \begin_inset Graphics
36082         filename clipart/platypus.eps
36083         lyxscale 50
36084         width 25col%
36085
36086 \end_inset
36087
36088
36089 \end_layout
36090
36091 \end_inset
36092
36093
36094 \end_layout
36095
36096 \end_inset
36097
36098  
36099 \begin_inset Flex Resizebox
36100 status open
36101
36102 \begin_layout Plain Layout
36103 \begin_inset Argument 1
36104 status open
36105
36106 \begin_layout Plain Layout
36107 2cm
36108 \end_layout
36109
36110 \end_inset
36111
36112
36113 \begin_inset Flex Reflectbox
36114 status open
36115
36116 \begin_layout Plain Layout
36117 \begin_inset Tabular
36118 <lyxtabular version="3" rows="2" columns="2">
36119 <features tabularvalignment="middle">
36120 <column alignment="center" valignment="top">
36121 <column alignment="center" valignment="top">
36122 <row>
36123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36124 \begin_inset Text
36125
36126 \begin_layout Plain Layout
36127 q
36128 \end_layout
36129
36130 \end_inset
36131 </cell>
36132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36133 \begin_inset Text
36134
36135 \begin_layout Plain Layout
36136 w
36137 \end_layout
36138
36139 \end_inset
36140 </cell>
36141 </row>
36142 <row>
36143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36144 \begin_inset Text
36145
36146 \begin_layout Plain Layout
36147 e
36148 \end_layout
36149
36150 \end_inset
36151 </cell>
36152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36153 \begin_inset Text
36154
36155 \begin_layout Plain Layout
36156 r
36157 \end_layout
36158
36159 \end_inset
36160 </cell>
36161 </row>
36162 </lyxtabular>
36163
36164 \end_inset
36165
36166
36167 \end_layout
36168
36169 \end_inset
36170
36171
36172 \end_layout
36173
36174 \end_inset
36175
36176  
36177 \begin_inset Flex Resizebox
36178 status open
36179
36180 \begin_layout Plain Layout
36181 \begin_inset Argument 1
36182 status open
36183
36184 \begin_layout Plain Layout
36185 3cm
36186 \end_layout
36187
36188 \end_inset
36189
36190
36191 \begin_inset Flex Reflectbox
36192 status open
36193
36194 \begin_layout Plain Layout
36195 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36196 \end_inset
36197
36198
36199 \end_layout
36200
36201 \end_inset
36202
36203
36204 \end_layout
36205
36206 \end_inset
36207
36208
36209 \begin_inset Index idx
36210 status collapsed
36211
36212 \begin_layout Plain Layout
36213 Figures ! scaled
36214 \end_layout
36215
36216 \end_inset
36217
36218
36219 \begin_inset Index idx
36220 status collapsed
36221
36222 \begin_layout Plain Layout
36223 Table Customization ! Scaling
36224 \end_layout
36225
36226 \end_inset
36227
36228
36229 \end_layout
36230
36231 \begin_layout Standard
36232 When the global formula style 
36233 \series bold
36234 fleqn
36235 \series default
36236  is used in the document
36237 \begin_inset Foot
36238 status collapsed
36239
36240 \begin_layout Plain Layout
36241 When 
36242 \begin_inset Quotes eld
36243 \end_inset
36244
36245 fleqn
36246 \begin_inset Quotes erd
36247 \end_inset
36248
36249  is added to the document class options.
36250 \end_layout
36251
36252 \end_inset
36253
36254 , display style formulas can also be scaled.
36255 \end_layout
36256
36257 \begin_layout Chapter
36258 Objects Surrounded by Text
36259 \begin_inset Index idx
36260 status collapsed
36261
36262 \begin_layout Plain Layout
36263 Surrounded by text
36264 \end_layout
36265
36266 \end_inset
36267
36268
36269 \end_layout
36270
36271 \begin_layout Section
36272 Wrap Floats
36273 \begin_inset CommandInset label
36274 LatexCommand label
36275 name "sec:Wrap-Floats"
36276
36277 \end_inset
36278
36279
36280 \begin_inset Index idx
36281 status collapsed
36282
36283 \begin_layout Plain Layout
36284 Floats ! Wrap Floats
36285 \end_layout
36286
36287 \end_inset
36288
36289
36290 \begin_inset Index idx
36291 status collapsed
36292
36293 \begin_layout Plain Layout
36294 Surrounded by text ! Wrap Floats
36295 \end_layout
36296
36297 \end_inset
36298
36299
36300 \end_layout
36301
36302 \begin_layout Standard
36303 \begin_inset Wrap figure
36304 lines 0
36305 placement l
36306 overhang 1cm
36307 width "40col%"
36308 status open
36309
36310 \begin_layout Plain Layout
36311 \begin_inset Graphics
36312         filename clipart/mobius.eps
36313         width 40col%
36314         scaleBeforeRotation
36315         rotateOrigin center
36316
36317 \end_inset
36318
36319
36320 \end_layout
36321
36322 \begin_layout Plain Layout
36323 \begin_inset Caption Standard
36324
36325 \begin_layout Plain Layout
36326 \begin_inset CommandInset label
36327 LatexCommand label
36328 name "fig:This-is-a"
36329
36330 \end_inset
36331
36332 This is a figure wrap float.
36333 \end_layout
36334
36335 \end_inset
36336
36337
36338 \end_layout
36339
36340 \end_inset
36341
36342  This float type is used if you want to wrap text around a figure or table
36343  so that it only occupies some fraction of the column width.
36344  It can be inserted using the menu 
36345 \family sans
36346 Insert\SpecialChar menuseparator
36347 Floats\SpecialChar menuseparator
36348 Figure
36349 \begin_inset space ~
36350 \end_inset
36351
36352 Wrap
36353 \begin_inset space ~
36354 \end_inset
36355
36356 Float
36357 \family default
36358  or 
36359 \family sans
36360 Table
36361 \begin_inset space ~
36362 \end_inset
36363
36364 Wrap
36365 \begin_inset space ~
36366 \end_inset
36367
36368 Float
36369 \family default
36370  if the \SpecialChar LaTeX
36371 -package 
36372 \series bold
36373 wrapfig
36374 \series default
36375
36376 \begin_inset Index idx
36377 status collapsed
36378
36379 \begin_layout Plain Layout
36380 \SpecialChar LaTeX
36381 -packages ! wrapfig
36382 \end_layout
36383
36384 \end_inset
36385
36386  is installed.
36387 \begin_inset Foot
36388 status collapsed
36389
36390 \begin_layout Plain Layout
36391 Installing a \SpecialChar LaTeX
36392 -package is explained it in the 
36393 \emph on
36394 \SpecialChar LaTeX
36395
36396 \begin_inset space ~
36397 \end_inset
36398
36399 Configuration
36400 \emph default
36401  manual.
36402 \end_layout
36403
36404 \end_inset
36405
36406  The settings of the float can be modified by right-clicking on the float
36407  box.
36408  The mandatory settings are the float 
36409 \family sans
36410 Placement
36411 \family default
36412  and its 
36413 \family sans
36414 Width
36415 \family default
36416 .
36417  Optional are the 
36418 \family sans
36419 Overhang
36420 \family default
36421  that specifies how much the float is set into the paragraph
36422 \begin_inset space \thinspace{}
36423 \end_inset
36424
36425 /
36426 \begin_inset space \thinspace{}
36427 \end_inset
36428
36429 page margin, and the 
36430 \family sans
36431 Line
36432 \begin_inset space ~
36433 \end_inset
36434
36435 span
36436 \family default
36437  that specifies how many text lines the float will approximately need.
36438  The line span is often hard to approximate; so it is better only to use
36439  it when you encounter float placement problems.
36440  You can furthermore decide if \SpecialChar LaTeX
36441  is allowed to let the float float within
36442  the paragraph or to surrounding paragraphs.
36443  Figure
36444 \begin_inset space ~
36445 \end_inset
36446
36447
36448 \begin_inset CommandInset ref
36449 LatexCommand ref
36450 reference "fig:This-is-a"
36451
36452 \end_inset
36453
36454  is an example text wrap float with a width of 40
36455 \begin_inset space \thinspace{}
36456 \end_inset
36457
36458 col%, 1
36459 \begin_inset space \thinspace{}
36460 \end_inset
36461
36462 cm overhang, set to the left.
36463 \end_layout
36464
36465 \begin_layout Standard
36466 \begin_inset Note Greyedout
36467 status open
36468
36469 \begin_layout Plain Layout
36470
36471 \series bold
36472 Note:
36473 \series default
36474  Text
36475 \begin_inset space ~
36476 \end_inset
36477
36478 wrap float floats are fragile! E.
36479 \begin_inset space \thinspace{}
36480 \end_inset
36481
36482 g.
36483 \begin_inset space \space{}
36484 \end_inset
36485
36486 having a figure too close to the bottom of the page can mess things up in
36487  such a way that the float does not appear in the output or that it is placed
36488  over some other text.
36489 \end_layout
36490
36491 \end_inset
36492
36493
36494 \end_layout
36495
36496 \begin_layout Standard
36497 In general, the following applies for wrap floats:
36498 \end_layout
36499
36500 \begin_layout Itemize
36501 They should not be placed in paragraphs that run over a page break.
36502  That means that wrap floats are better inserted in their exact place when
36503  the document is almost finished and you are able to estimate where page
36504  breaks will appear.
36505 \end_layout
36506
36507 \begin_layout Itemize
36508 They should either be placed in their own paragraph before the paragraph
36509  where they should wrap into or within a paragraph.
36510 \end_layout
36511
36512 \begin_layout Itemize
36513 In consecutive paragraphs they may cause troubles, so ensure that there
36514  is a text paragraph between them as separator.
36515 \end_layout
36516
36517 \begin_layout Itemize
36518 They are not allowed in section headings or tables.
36519 \end_layout
36520
36521 \begin_layout Itemize
36522 Their numbering and referencing works as described in chap.
36523 \begin_inset space \thinspace{}
36524 \end_inset
36525
36526
36527 \begin_inset CommandInset ref
36528 LatexCommand ref
36529 reference "chap:Floats"
36530
36531 \end_inset
36532
36533 .
36534 \end_layout
36535
36536 \begin_layout Section
36537 Surrounded Fixed Objects
36538 \begin_inset Index idx
36539 status collapsed
36540
36541 \begin_layout Plain Layout
36542 Surrounded by text ! Fixed objects
36543 \end_layout
36544
36545 \end_inset
36546
36547
36548 \end_layout
36549
36550 \begin_layout Standard
36551 The wrap floats described in sec.
36552 \begin_inset space \thinspace{}
36553 \end_inset
36554
36555
36556 \begin_inset CommandInset ref
36557 LatexCommand ref
36558 reference "sec:Wrap-Floats"
36559
36560 \end_inset
36561
36562  have these positions in the paragraph:
36563 \begin_inset Separator parbreak
36564 \end_inset
36565
36566
36567 \end_layout
36568
36569 \begin_layout Standard
36570 \noindent
36571 \align center
36572 \begin_inset Tabular
36573 <lyxtabular version="3" rows="2" columns="2">
36574 <features tabularvalignment="middle">
36575 <column alignment="center" valignment="top">
36576 <column alignment="center" valignment="top">
36577 <row>
36578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36579 \begin_inset Text
36580
36581 \begin_layout Plain Layout
36582 \begin_inset Info
36583 type  "icon"
36584 arg   "dialog-show-new-inset graphics"
36585 \end_inset
36586
36587
36588 \end_layout
36589
36590 \end_inset
36591 </cell>
36592 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36593 \begin_inset Text
36594
36595 \begin_layout Plain Layout
36596 text
36597 \end_layout
36598
36599 \end_inset
36600 </cell>
36601 </row>
36602 <row>
36603 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36604 \begin_inset Text
36605
36606 \begin_layout Plain Layout
36607 text
36608 \end_layout
36609
36610 \end_inset
36611 </cell>
36612 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36613 \begin_inset Text
36614
36615 \begin_layout Plain Layout
36616 text
36617 \end_layout
36618
36619 \end_inset
36620 </cell>
36621 </row>
36622 </lyxtabular>
36623
36624 \end_inset
36625
36626  or 
36627 \begin_inset Tabular
36628 <lyxtabular version="3" rows="2" columns="2">
36629 <features tabularvalignment="middle">
36630 <column alignment="center" valignment="top">
36631 <column alignment="center" valignment="top">
36632 <row>
36633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36634 \begin_inset Text
36635
36636 \begin_layout Plain Layout
36637 text
36638 \end_layout
36639
36640 \end_inset
36641 </cell>
36642 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36643 \begin_inset Text
36644
36645 \begin_layout Plain Layout
36646 \begin_inset Info
36647 type  "icon"
36648 arg   "dialog-show-new-inset graphics"
36649 \end_inset
36650
36651
36652 \end_layout
36653
36654 \end_inset
36655 </cell>
36656 </row>
36657 <row>
36658 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36659 \begin_inset Text
36660
36661 \begin_layout Plain Layout
36662 text
36663 \end_layout
36664
36665 \end_inset
36666 </cell>
36667 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36668 \begin_inset Text
36669
36670 \begin_layout Plain Layout
36671 text
36672 \end_layout
36673
36674 \end_inset
36675 </cell>
36676 </row>
36677 </lyxtabular>
36678
36679 \end_inset
36680
36681
36682 \end_layout
36683
36684 \begin_layout Standard
36685 To get an object exactly at the position where it is inserted, for example
36686  to get one of these positions:
36687 \begin_inset VSpace defskip
36688 \end_inset
36689
36690
36691 \end_layout
36692
36693 \begin_layout Standard
36694 \noindent
36695 \align center
36696 \begin_inset Tabular
36697 <lyxtabular version="3" rows="2" columns="2">
36698 <features tabularvalignment="middle">
36699 <column alignment="center" valignment="top">
36700 <column alignment="center" valignment="top">
36701 <row>
36702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36703 \begin_inset Text
36704
36705 \begin_layout Plain Layout
36706 text
36707 \end_layout
36708
36709 \end_inset
36710 </cell>
36711 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36712 \begin_inset Text
36713
36714 \begin_layout Plain Layout
36715 text
36716 \end_layout
36717
36718 \end_inset
36719 </cell>
36720 </row>
36721 <row>
36722 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36723 \begin_inset Text
36724
36725 \begin_layout Plain Layout
36726 \begin_inset Info
36727 type  "icon"
36728 arg   "dialog-show-new-inset graphics"
36729 \end_inset
36730
36731
36732 \end_layout
36733
36734 \end_inset
36735 </cell>
36736 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36737 \begin_inset Text
36738
36739 \begin_layout Plain Layout
36740 text
36741 \end_layout
36742
36743 \end_inset
36744 </cell>
36745 </row>
36746 </lyxtabular>
36747
36748 \end_inset
36749
36750  
36751 \begin_inset Tabular
36752 <lyxtabular version="3" rows="2" columns="2">
36753 <features tabularvalignment="middle">
36754 <column alignment="center" valignment="top">
36755 <column alignment="center" valignment="top">
36756 <row>
36757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36758 \begin_inset Text
36759
36760 \begin_layout Plain Layout
36761 text
36762 \end_layout
36763
36764 \end_inset
36765 </cell>
36766 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36767 \begin_inset Text
36768
36769 \begin_layout Plain Layout
36770 text
36771 \end_layout
36772
36773 \end_inset
36774 </cell>
36775 </row>
36776 <row>
36777 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36778 \begin_inset Text
36779
36780 \begin_layout Plain Layout
36781 text
36782 \end_layout
36783
36784 \end_inset
36785 </cell>
36786 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36787 \begin_inset Text
36788
36789 \begin_layout Plain Layout
36790 \begin_inset Info
36791 type  "icon"
36792 arg   "dialog-show-new-inset graphics"
36793 \end_inset
36794
36795
36796 \end_layout
36797
36798 \end_inset
36799 </cell>
36800 </row>
36801 </lyxtabular>
36802
36803 \end_inset
36804
36805  
36806 \begin_inset Tabular
36807 <lyxtabular version="3" rows="2" columns="3">
36808 <features tabularvalignment="middle">
36809 <column alignment="center" valignment="top">
36810 <column alignment="center" valignment="top">
36811 <column alignment="center" valignment="top">
36812 <row>
36813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36814 \begin_inset Text
36815
36816 \begin_layout Plain Layout
36817 text
36818 \end_layout
36819
36820 \end_inset
36821 </cell>
36822 <cell alignment="center" valignment="top" topline="true" usebox="none">
36823 \begin_inset Text
36824
36825 \begin_layout Plain Layout
36826 \begin_inset Info
36827 type  "icon"
36828 arg   "dialog-show-new-inset graphics"
36829 \end_inset
36830
36831
36832 \end_layout
36833
36834 \end_inset
36835 </cell>
36836 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36837 \begin_inset Text
36838
36839 \begin_layout Plain Layout
36840 text
36841 \end_layout
36842
36843 \end_inset
36844 </cell>
36845 </row>
36846 <row>
36847 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36848 \begin_inset Text
36849
36850 \begin_layout Plain Layout
36851 text
36852 \end_layout
36853
36854 \end_inset
36855 </cell>
36856 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36857 \begin_inset Text
36858
36859 \begin_layout Plain Layout
36860 text
36861 \end_layout
36862
36863 \end_inset
36864 </cell>
36865 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36866 \begin_inset Text
36867
36868 \begin_layout Plain Layout
36869 text
36870 \end_layout
36871
36872 \end_inset
36873 </cell>
36874 </row>
36875 </lyxtabular>
36876
36877 \end_inset
36878
36879  
36880 \begin_inset Tabular
36881 <lyxtabular version="3" rows="2" columns="3">
36882 <features tabularvalignment="middle">
36883 <column alignment="center" valignment="top">
36884 <column alignment="center" valignment="top">
36885 <column alignment="center" valignment="top">
36886 <row>
36887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36888 \begin_inset Text
36889
36890 \begin_layout Plain Layout
36891 text
36892 \end_layout
36893
36894 \end_inset
36895 </cell>
36896 <cell alignment="center" valignment="top" topline="true" usebox="none">
36897 \begin_inset Text
36898
36899 \begin_layout Plain Layout
36900 text
36901 \end_layout
36902
36903 \end_inset
36904 </cell>
36905 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36906 \begin_inset Text
36907
36908 \begin_layout Plain Layout
36909 text
36910 \end_layout
36911
36912 \end_inset
36913 </cell>
36914 </row>
36915 <row>
36916 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36917 \begin_inset Text
36918
36919 \begin_layout Plain Layout
36920 text
36921 \end_layout
36922
36923 \end_inset
36924 </cell>
36925 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36926 \begin_inset Text
36927
36928 \begin_layout Plain Layout
36929 \begin_inset Info
36930 type  "icon"
36931 arg   "dialog-show-new-inset graphics"
36932 \end_inset
36933
36934
36935 \end_layout
36936
36937 \end_inset
36938 </cell>
36939 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36940 \begin_inset Text
36941
36942 \begin_layout Plain Layout
36943 text
36944 \end_layout
36945
36946 \end_inset
36947 </cell>
36948 </row>
36949 </lyxtabular>
36950
36951 \end_inset
36952
36953
36954 \end_layout
36955
36956 \begin_layout Standard
36957 \noindent
36958 \align center
36959 \begin_inset Tabular
36960 <lyxtabular version="3" rows="3" columns="2">
36961 <features tabularvalignment="middle">
36962 <column alignment="center" valignment="top">
36963 <column alignment="center" valignment="top">
36964 <row>
36965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36966 \begin_inset Text
36967
36968 \begin_layout Plain Layout
36969 text
36970 \end_layout
36971
36972 \end_inset
36973 </cell>
36974 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36975 \begin_inset Text
36976
36977 \begin_layout Plain Layout
36978 text
36979 \end_layout
36980
36981 \end_inset
36982 </cell>
36983 </row>
36984 <row>
36985 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36986 \begin_inset Text
36987
36988 \begin_layout Plain Layout
36989 \begin_inset Info
36990 type  "icon"
36991 arg   "dialog-show-new-inset graphics"
36992 \end_inset
36993
36994
36995 \end_layout
36996
36997 \end_inset
36998 </cell>
36999 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37000 \begin_inset Text
37001
37002 \begin_layout Plain Layout
37003 text
37004 \end_layout
37005
37006 \end_inset
37007 </cell>
37008 </row>
37009 <row>
37010 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37011 \begin_inset Text
37012
37013 \begin_layout Plain Layout
37014 text
37015 \end_layout
37016
37017 \end_inset
37018 </cell>
37019 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37020 \begin_inset Text
37021
37022 \begin_layout Plain Layout
37023 text
37024 \end_layout
37025
37026 \end_inset
37027 </cell>
37028 </row>
37029 </lyxtabular>
37030
37031 \end_inset
37032
37033  
37034 \begin_inset Tabular
37035 <lyxtabular version="3" rows="3" columns="3">
37036 <features tabularvalignment="middle">
37037 <column alignment="center" valignment="top">
37038 <column alignment="center" valignment="top">
37039 <column alignment="center" valignment="top">
37040 <row>
37041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37042 \begin_inset Text
37043
37044 \begin_layout Plain Layout
37045 text
37046 \end_layout
37047
37048 \end_inset
37049 </cell>
37050 <cell alignment="center" valignment="top" topline="true" usebox="none">
37051 \begin_inset Text
37052
37053 \begin_layout Plain Layout
37054 text
37055 \end_layout
37056
37057 \end_inset
37058 </cell>
37059 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37060 \begin_inset Text
37061
37062 \begin_layout Plain Layout
37063 text
37064 \end_layout
37065
37066 \end_inset
37067 </cell>
37068 </row>
37069 <row>
37070 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37071 \begin_inset Text
37072
37073 \begin_layout Plain Layout
37074 text
37075 \end_layout
37076
37077 \end_inset
37078 </cell>
37079 <cell alignment="center" valignment="top" usebox="none">
37080 \begin_inset Text
37081
37082 \begin_layout Plain Layout
37083 \begin_inset Info
37084 type  "icon"
37085 arg   "dialog-show-new-inset graphics"
37086 \end_inset
37087
37088
37089 \end_layout
37090
37091 \end_inset
37092 </cell>
37093 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37094 \begin_inset Text
37095
37096 \begin_layout Plain Layout
37097 text
37098 \end_layout
37099
37100 \end_inset
37101 </cell>
37102 </row>
37103 <row>
37104 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37105 \begin_inset Text
37106
37107 \begin_layout Plain Layout
37108 text
37109 \end_layout
37110
37111 \end_inset
37112 </cell>
37113 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37114 \begin_inset Text
37115
37116 \begin_layout Plain Layout
37117 text
37118 \end_layout
37119
37120 \end_inset
37121 </cell>
37122 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37123 \begin_inset Text
37124
37125 \begin_layout Plain Layout
37126 text
37127 \end_layout
37128
37129 \end_inset
37130 </cell>
37131 </row>
37132 </lyxtabular>
37133
37134 \end_inset
37135
37136  
37137 \begin_inset Tabular
37138 <lyxtabular version="3" rows="3" columns="2">
37139 <features tabularvalignment="middle">
37140 <column alignment="center" valignment="top">
37141 <column alignment="center" valignment="top">
37142 <row>
37143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37144 \begin_inset Text
37145
37146 \begin_layout Plain Layout
37147 text
37148 \end_layout
37149
37150 \end_inset
37151 </cell>
37152 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37153 \begin_inset Text
37154
37155 \begin_layout Plain Layout
37156 text
37157 \end_layout
37158
37159 \end_inset
37160 </cell>
37161 </row>
37162 <row>
37163 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37164 \begin_inset Text
37165
37166 \begin_layout Plain Layout
37167 text
37168 \end_layout
37169
37170 \end_inset
37171 </cell>
37172 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37173 \begin_inset Text
37174
37175 \begin_layout Plain Layout
37176 \begin_inset Info
37177 type  "icon"
37178 arg   "dialog-show-new-inset graphics"
37179 \end_inset
37180
37181
37182 \end_layout
37183
37184 \end_inset
37185 </cell>
37186 </row>
37187 <row>
37188 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37189 \begin_inset Text
37190
37191 \begin_layout Plain Layout
37192 text
37193 \end_layout
37194
37195 \end_inset
37196 </cell>
37197 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37198 \begin_inset Text
37199
37200 \begin_layout Plain Layout
37201 text
37202 \end_layout
37203
37204 \end_inset
37205 </cell>
37206 </row>
37207 </lyxtabular>
37208
37209 \end_inset
37210
37211
37212 \end_layout
37213
37214 \begin_layout Standard
37215 \noindent
37216 you can use the \SpecialChar LaTeX
37217 -package 
37218 \series bold
37219 picinpar
37220 \series default
37221
37222 \begin_inset Index idx
37223 status collapsed
37224
37225 \begin_layout Plain Layout
37226 \SpecialChar LaTeX
37227 -packages ! picinpar
37228 \end_layout
37229
37230 \end_inset
37231
37232 .
37233  Here is an example:
37234 \end_layout
37235
37236 \begin_layout Standard
37237 \begin_inset ERT
37238 status collapsed
37239
37240 \begin_layout Plain Layout
37241
37242
37243 \backslash
37244 ifpicinpar
37245 \end_layout
37246
37247 \end_inset
37248
37249
37250 \begin_inset Note Note
37251 status open
37252
37253 \begin_layout Plain Layout
37254 The following section will only be displayed when the \SpecialChar LaTeX
37255 -package 
37256 \series bold
37257 picinpar
37258 \series default
37259  is installed.
37260 \end_layout
37261
37262 \end_inset
37263
37264
37265 \end_layout
37266
37267 \begin_layout Standard
37268 \begin_inset ERT
37269 status collapsed
37270
37271 \begin_layout Plain Layout
37272
37273
37274 \backslash
37275 begin{window}[2,c,{
37276 \end_layout
37277
37278 \end_inset
37279
37280
37281 \begin_inset Graphics
37282         filename clipart/mobius.eps
37283         lyxscale 60
37284         width 40col%
37285         scaleBeforeRotation
37286         rotateOrigin center
37287
37288 \end_inset
37289
37290
37291 \begin_inset ERT
37292 status collapsed
37293
37294 \begin_layout Plain Layout
37295
37296 },]
37297 \end_layout
37298
37299 \begin_layout Plain Layout
37300
37301 {}
37302 \end_layout
37303
37304 \end_inset
37305
37306
37307 \size small
37308 It was in the spring of the year 1894 that all London was interested, and
37309  the fashionable world dismayed, by the murder of the Honourable Ronald
37310  Adair under most unusual and inexplicable circumstances.
37311  The public has already learned those particulars of the crime which
37312 \size default
37313
37314 \begin_inset ERT
37315 status collapsed
37316
37317 \begin_layout Plain Layout
37318
37319
37320 \backslash
37321 footnotemark{}
37322 \end_layout
37323
37324 \end_inset
37325
37326
37327 \size small
37328  came out in the police investigation, but a good deal was suppressed upon
37329  that occasion, since the case for the prosecution was so overwhelmingly
37330  strong that it was not necessary to bring forward all the facts.
37331  Only now, at the end of nearly ten years, am I allowed to supply those
37332  missing links which make up the whole of that remarkable chain.
37333 \size default
37334
37335 \begin_inset ERT
37336 status collapsed
37337
37338 \begin_layout Plain Layout
37339
37340
37341 \backslash
37342 end{window}
37343 \end_layout
37344
37345 \end_inset
37346
37347
37348 \end_layout
37349
37350 \begin_layout Standard
37351 \begin_inset ERT
37352 status collapsed
37353
37354 \begin_layout Plain Layout
37355
37356
37357 \backslash
37358 footnotetext{
37359 \end_layout
37360
37361 \end_inset
37362
37363 Footnote of the paragraph with the fixed object.
37364 \begin_inset ERT
37365 status collapsed
37366
37367 \begin_layout Plain Layout
37368
37369 }
37370 \end_layout
37371
37372 \end_inset
37373
37374
37375 \end_layout
37376
37377 \begin_layout Standard
37378 Surrounded fixed objects are used to let text float around them, at which
37379  the object's position in the paragraph can be determined by the number
37380  of lines above it.
37381  In contrary to floats is it not possible to have a numbered caption.
37382 \end_layout
37383
37384 \begin_layout Standard
37385 A fixed object is inserted by adding the command
37386 \end_layout
37387
37388 \begin_layout Standard
37389
37390 \series bold
37391
37392 \backslash
37393 begin{window}[2,c,{
37394 \end_layout
37395
37396 \begin_layout Standard
37397 as \SpecialChar TeX
37398  Code at the beginning of the paragraph.
37399  The first parameter in the bracket, here '2', defines the number of lines
37400  above the object, the second, here 'c', the position of the object.
37401  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
37402  Behind the command you insert the object.
37403  In this example an image with a width of 40
37404 \begin_inset space \thinspace{}
37405 \end_inset
37406
37407 % of the text column width was inserted.
37408  The object can also be a table, a box or an equation.
37409  Behind the object the command
37410 \end_layout
37411
37412 \begin_layout Standard
37413
37414 \series bold
37415 },description text]
37416 \begin_inset Newline newline
37417 \end_inset
37418
37419 {}
37420 \end_layout
37421
37422 \begin_layout Standard
37423 is inserted.
37424  Note that the 
37425 \begin_inset Quotes eld
37426 \end_inset
37427
37428
37429 \series bold
37430 {}
37431 \series default
37432
37433 \begin_inset Quotes erd
37434 \end_inset
37435
37436  is in the second line.
37437  The description text is optional.
37438  The text surrounding the object must be in the same paragraph as the object,
37439  so it must begin directly after the 
37440 \series bold
37441 {}
37442 \series default
37443 .
37444  At the end of the paragraph insert the command:
37445 \end_layout
37446
37447 \begin_layout Standard
37448
37449 \series bold
37450
37451 \backslash
37452 end{window}
37453 \end_layout
37454
37455 \begin_layout Standard
37456 Within a paragraph with a fixed object, you cannot insert footnotes in the
37457  normal way.
37458  You have to use instead the command 
37459 \series bold
37460
37461 \backslash
37462 footnotemark
37463 \series default
37464  inside the paragraph and outside the command 
37465 \series bold
37466
37467 \backslash
37468 footnotetext
37469 \series default
37470  as described in sec.
37471 \begin_inset space \thinspace{}
37472 \end_inset
37473
37474
37475 \begin_inset CommandInset ref
37476 LatexCommand ref
37477 reference "sec:Footnotes"
37478
37479 \end_inset
37480
37481 .
37482 \end_layout
37483
37484 \begin_layout Standard
37485 \begin_inset ERT
37486 status collapsed
37487
37488 \begin_layout Plain Layout
37489
37490
37491 \backslash
37492 else
37493 \end_layout
37494
37495 \end_inset
37496
37497
37498 \begin_inset Note Note
37499 status open
37500
37501 \begin_layout Plain Layout
37502 The following will be displayed when the \SpecialChar LaTeX
37503 -package 
37504 \series bold
37505 picinpar
37506 \series default
37507  is not installed:
37508 \end_layout
37509
37510 \end_inset
37511
37512
37513 \end_layout
37514
37515 \begin_layout Standard
37516 You need to install the \SpecialChar LaTeX
37517 -package 
37518 \series bold
37519 picinpar
37520 \series default
37521  to see the following part of this section in the output.
37522 \end_layout
37523
37524 \begin_layout Standard
37525 \begin_inset ERT
37526 status collapsed
37527
37528 \begin_layout Plain Layout
37529
37530
37531 \backslash
37532 fi
37533 \end_layout
37534
37535 \end_inset
37536
37537
37538 \end_layout
37539
37540 \begin_layout Section
37541 Initials
37542 \begin_inset Index idx
37543 status collapsed
37544
37545 \begin_layout Plain Layout
37546 Initials
37547 \end_layout
37548
37549 \end_inset
37550
37551
37552 \begin_inset Index idx
37553 status collapsed
37554
37555 \begin_layout Plain Layout
37556 Surrounded by text ! Initials
37557 \end_layout
37558
37559 \end_inset
37560
37561
37562 \end_layout
37563
37564 \begin_layout Standard
37565 To use initials, you must have the \SpecialChar LaTeX
37566 -package 
37567 \series bold
37568 lettrine
37569 \series default
37570
37571 \begin_inset Index idx
37572 status collapsed
37573
37574 \begin_layout Plain Layout
37575 \SpecialChar LaTeX
37576 -packages ! lettrine
37577 \end_layout
37578
37579 \end_inset
37580
37581  installed and use the module 
37582 \family sans
37583 Initials
37584 \family default
37585  in your document (menu 
37586 \family sans
37587 Document\SpecialChar menuseparator
37588 Settings\SpecialChar menuseparator
37589 Modules
37590 \family default
37591 ).
37592  To insert an initial, use the style 
37593 \family sans
37594 Initial
37595 \family default
37596 .
37597  This style has a mandatory and two optional arguments.
37598  The arguments are inserted via the 
37599 \family sans
37600 Insert
37601 \family default
37602  menu.
37603  The mandatory argument 
37604 \family sans
37605 Initial
37606 \family default
37607  contains the letter(s) that is the initial, the argument 
37608 \family sans
37609 Rest
37610 \begin_inset space ~
37611 \end_inset
37612
37613 of
37614 \begin_inset space ~
37615 \end_inset
37616
37617 Initial
37618 \family default
37619  contains the rest of the word or text of the initial letter(s).
37620  The argument 
37621 \family sans
37622 Options
37623 \family default
37624  contains parameters to modify the initial.
37625  For more information about the possible parameters see the documentation
37626  of 
37627 \series bold
37628 lettrine
37629 \series default
37630
37631 \begin_inset CommandInset citation
37632 LatexCommand cite
37633 key "lettrine"
37634
37635 \end_inset
37636
37637 .
37638  The style itself contains the text that is surrounding the initial.
37639  The usual style is hereby that the word whose first letter is the initial,
37640  is printed with 
37641 \shape smallcaps
37642 small caps
37643 \shape default
37644 .
37645 \end_layout
37646
37647 \begin_layout Standard
37648 Here are some examples:
37649 \end_layout
37650
37651 \begin_layout Standard
37652 \begin_inset ERT
37653 status collapsed
37654
37655 \begin_layout Plain Layout
37656
37657
37658 \backslash
37659 iflettrine
37660 \end_layout
37661
37662 \end_inset
37663
37664
37665 \begin_inset Note Note
37666 status open
37667
37668 \begin_layout Plain Layout
37669 The following section will only be displayed when the \SpecialChar LaTeX
37670 -package 
37671 \series bold
37672 lettrine
37673 \series default
37674  is installed.
37675 \end_layout
37676
37677 \end_inset
37678
37679
37680 \end_layout
37681
37682 \begin_layout Enumerate
37683 No optional argument, the initial is the letter 'I' in the math font 
37684 \begin_inset Formula $\mathfrak{Fraktur}$
37685 \end_inset
37686
37687 :
37688 \begin_inset Separator parbreak
37689 \end_inset
37690
37691
37692 \end_layout
37693
37694 \begin_deeper
37695 \begin_layout Initial
37696 \begin_inset Argument 2
37697 status open
37698
37699 \begin_layout Plain Layout
37700 \begin_inset Formula $\mathfrak{I}$
37701 \end_inset
37702
37703
37704 \end_layout
37705
37706 \end_inset
37707
37708
37709 \begin_inset Argument 3
37710 status open
37711
37712 \begin_layout Plain Layout
37713 t
37714 \end_layout
37715
37716 \end_inset
37717
37718  was in the spring of the year 1894 that all London was interested, and
37719  the fashionable world dismayed, by the murder of the Honourable Ronald
37720  Adair under most unusual and inexplicable circumstances.
37721  The public has already learned those particulars of the crime which came
37722  out in the police investigation, but a good deal was suppressed upon that
37723  occasion, since the case for the prosecution was so overwhelmingly strong
37724  that it was not necessary to bring forward all the facts.
37725 \begin_inset Newpage newpage
37726 \end_inset
37727
37728
37729 \end_layout
37730
37731 \end_deeper
37732 \begin_layout Enumerate
37733 Only one line is surrounding the initial, which is formed by two letters
37734  in standard font and no text is printed in small caps:
37735 \begin_inset Separator parbreak
37736 \end_inset
37737
37738
37739 \end_layout
37740
37741 \begin_deeper
37742 \begin_layout Initial
37743 \begin_inset Argument 1
37744 status open
37745
37746 \begin_layout Plain Layout
37747 lines=1
37748 \end_layout
37749
37750 \end_inset
37751
37752
37753 \begin_inset Argument 2
37754 status open
37755
37756 \begin_layout Plain Layout
37757 It
37758 \end_layout
37759
37760 \end_inset
37761
37762  was in the spring of the year 1894 that all London was interested, and
37763  the fashionable world dismayed, by the murder of the Honourable Ronald
37764  Adair under most unusual and inexplicable circumstances.
37765  The public has already learned those particulars of the crime which came
37766  out in the police investigation, but a good deal was suppressed upon that
37767  occasion, since the case for the prosecution was so overwhelmingly strong
37768  that it was not necessary to bring forward all the facts.
37769 \end_layout
37770
37771 \end_deeper
37772 \begin_layout Enumerate
37773 Magenta, hanging initial over 3
37774 \begin_inset space ~
37775 \end_inset
37776
37777 lines in the math font 
37778 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
37779 \end_inset
37780
37781 , the text 
37782 \begin_inset Quotes eld
37783 \end_inset
37784
37785 t was in the spring
37786 \begin_inset Quotes erd
37787 \end_inset
37788
37789  is in 
37790 \shape smallcaps
37791 small caps
37792 \shape default
37793 ; to color the initial, you must insert this command before the initial:
37794 \begin_inset Newline newline
37795 \end_inset
37796
37797
37798 \series bold
37799
37800 \backslash
37801 renewcommand{
37802 \backslash
37803 LettrineFontHook}{
37804 \backslash
37805 color{color}}
37806 \series default
37807
37808 \begin_inset Newline newline
37809 \end_inset
37810
37811 where the second 
37812 \emph on
37813 color
37814 \emph default
37815  can be 
37816 \begin_inset Quotes eld
37817 \end_inset
37818
37819 red
37820 \begin_inset Quotes erd
37821 \end_inset
37822
37823
37824 \begin_inset Quotes eld
37825 \end_inset
37826
37827 blue
37828 \begin_inset Quotes erd
37829 \end_inset
37830
37831
37832 \begin_inset Quotes eld
37833 \end_inset
37834
37835 green
37836 \begin_inset Quotes erd
37837 \end_inset
37838
37839
37840 \begin_inset Quotes eld
37841 \end_inset
37842
37843 yellow
37844 \begin_inset Quotes erd
37845 \end_inset
37846
37847
37848 \begin_inset Quotes eld
37849 \end_inset
37850
37851 cyan
37852 \begin_inset Quotes erd
37853 \end_inset
37854
37855
37856 \begin_inset Quotes eld
37857 \end_inset
37858
37859 magenta
37860 \begin_inset Quotes erd
37861 \end_inset
37862
37863
37864 \begin_inset Quotes eld
37865 \end_inset
37866
37867 black
37868 \begin_inset Quotes erd
37869 \end_inset
37870
37871  or 
37872 \begin_inset Quotes eld
37873 \end_inset
37874
37875 white
37876 \begin_inset Quotes erd
37877 \end_inset
37878
37879 , and add this command to the document preamble:
37880 \begin_inset Newline newline
37881 \end_inset
37882
37883
37884 \series bold
37885
37886 \backslash
37887 @ifundefined{textcolor}
37888 \begin_inset Newline newline
37889 \end_inset
37890
37891
37892 \begin_inset space ~
37893 \end_inset
37894
37895 {
37896 \backslash
37897 usepackage{color}}{}
37898 \series default
37899
37900 \begin_inset Separator parbreak
37901 \end_inset
37902
37903
37904 \end_layout
37905
37906 \begin_deeper
37907 \begin_layout Standard
37908 \begin_inset ERT
37909 status collapsed
37910
37911 \begin_layout Plain Layout
37912
37913
37914 \backslash
37915 renewcommand{
37916 \backslash
37917 LettrineFontHook}{
37918 \backslash
37919 color{magenta}}
37920 \end_layout
37921
37922 \end_inset
37923
37924
37925 \begin_inset Note Note
37926 status collapsed
37927
37928 \begin_layout Plain Layout
37929 makes the initial magenta
37930 \end_layout
37931
37932 \end_inset
37933
37934
37935 \end_layout
37936
37937 \begin_layout Initial
37938 \begin_inset Argument 1
37939 status open
37940
37941 \begin_layout Plain Layout
37942 lines=3, lhang=0.33, loversize=0.25
37943 \end_layout
37944
37945 \end_inset
37946
37947
37948 \begin_inset Argument 2
37949 status open
37950
37951 \begin_layout Plain Layout
37952 \begin_inset Formula $\mathcal{I}$
37953 \end_inset
37954
37955
37956 \end_layout
37957
37958 \end_inset
37959
37960
37961 \begin_inset Argument 3
37962 status open
37963
37964 \begin_layout Plain Layout
37965 t was in the spring
37966 \end_layout
37967
37968 \end_inset
37969
37970  of the year 1894 that all London was interested, and the fashionable world
37971  dismayed, by the murder of the Honourable Ronald Adair under most unusual
37972  and inexplicable circumstances.
37973  The public has already learned those particulars of the crime which came
37974  out in the police investigation, but a good deal was suppressed upon that
37975  occasion, since the case for the prosecution was so overwhelmingly strong
37976  that it was not necessary to bring forward all the facts.
37977 \end_layout
37978
37979 \end_deeper
37980 \begin_layout Standard
37981 \begin_inset ERT
37982 status collapsed
37983
37984 \begin_layout Plain Layout
37985
37986
37987 \backslash
37988 else
37989 \end_layout
37990
37991 \end_inset
37992
37993
37994 \begin_inset Note Note
37995 status open
37996
37997 \begin_layout Plain Layout
37998 The following will be displayed when the \SpecialChar LaTeX
37999 -package 
38000 \series bold
38001 lettrine
38002 \series default
38003  is not installed:
38004 \end_layout
38005
38006 \end_inset
38007
38008
38009 \end_layout
38010
38011 \begin_layout Standard
38012 You need to install the \SpecialChar LaTeX
38013 -package 
38014 \series bold
38015 lettrine
38016 \series default
38017  to see the following part of this section in the output.
38018 \end_layout
38019
38020 \begin_layout Standard
38021 \begin_inset ERT
38022 status collapsed
38023
38024 \begin_layout Plain Layout
38025
38026
38027 \backslash
38028 fi
38029 \end_layout
38030
38031 \end_inset
38032
38033
38034 \end_layout
38035
38036 \begin_layout Chapter
38037 External Document Parts
38038 \begin_inset Index idx
38039 status collapsed
38040
38041 \begin_layout Plain Layout
38042 External Document Parts
38043 \end_layout
38044
38045 \end_inset
38046
38047
38048 \end_layout
38049
38050 \begin_layout Standard
38051 With the menu 
38052 \family sans
38053 Insert\SpecialChar menuseparator
38054 File
38055 \family default
38056  you can insert external material into your document.
38057  This can be:
38058 \end_layout
38059
38060 \begin_layout Description
38061 LyX
38062 \begin_inset space ~
38063 \end_inset
38064
38065 Document Another \SpecialChar LyX
38066  document; its content is directly inserted to your document.
38067 \end_layout
38068
38069 \begin_layout Description
38070 Plain
38071 \begin_inset space ~
38072 \end_inset
38073
38074 Text A text document; each line is inserted in your document as a separate
38075  paragraph.
38076 \end_layout
38077
38078 \begin_layout Description
38079 Plain
38080 \begin_inset space ~
38081 \end_inset
38082
38083 Text,
38084 \begin_inset space ~
38085 \end_inset
38086
38087 Join
38088 \begin_inset space ~
38089 \end_inset
38090
38091 Lines A text document; text lines are inserted in your document continuously
38092  but an empty text line creates a new paragraph.
38093 \end_layout
38094
38095 \begin_layout Description
38096 External
38097 \begin_inset space ~
38098 \end_inset
38099
38100 Material Files in various formats.
38101 \end_layout
38102
38103 \begin_layout Description
38104 Child
38105 \begin_inset space ~
38106 \end_inset
38107
38108 Document \SpecialChar LyX
38109  or \SpecialChar LaTeX
38110  documents.
38111 \end_layout
38112
38113 \begin_layout Section
38114 External Material
38115 \begin_inset Index idx
38116 status collapsed
38117
38118 \begin_layout Plain Layout
38119 External Document Parts ! External Material
38120 \end_layout
38121
38122 \end_inset
38123
38124
38125 \end_layout
38126
38127 \begin_layout Standard
38128 The external material feature allows you to insert files into your document
38129  without converting them to a format that can be read by the document output
38130  format.
38131  \SpecialChar LyX
38132  takes care of the necessary conversions.
38133  This is similar to images that can be inserted in various image formats
38134  in \SpecialChar LyX
38135  documents.
38136  When you have enabled Instant Preview in \SpecialChar LyX
38137 's preferences under 
38138 \family sans
38139 Look
38140 \begin_inset space ~
38141 \end_inset
38142
38143 and
38144 \begin_inset space ~
38145 \end_inset
38146
38147 feel\SpecialChar menuseparator
38148 Graphics
38149 \family default
38150 , the external material types Dia and Xfig are directly shown in \SpecialChar LyX
38151 .
38152 \end_layout
38153
38154 \begin_layout Standard
38155 External material can be inserted via the 
38156 \family sans
38157 External Material
38158 \family default
38159  dialog that is accessible with the menu 
38160 \family sans
38161 Insert\SpecialChar menuseparator
38162 File\SpecialChar menuseparator
38163 External
38164 \begin_inset space ~
38165 \end_inset
38166
38167 Material
38168 \family default
38169 .
38170  Currently the following file types (
38171 \family sans
38172 Templates
38173 \family default
38174 ) are allowed:
38175 \end_layout
38176
38177 \begin_layout Description
38178 ChessDiagram This template supports chess position diagrams made with the
38179  program 
38180 \series bold
38181
38182 \begin_inset CommandInset href
38183 LatexCommand href
38184 name "XBoard"
38185 target "http://en.wikipedia.org/wiki/XBoard"
38186
38187 \end_inset
38188
38189
38190 \series default
38191 .
38192 \end_layout
38193
38194 \begin_layout Description
38195 Date This inserts the date in the form 
38196 \emph on
38197 Day-Month-Year
38198 \emph default
38199 .
38200  This is a date inserted as external material: 
38201 \begin_inset External
38202         template Date
38203         filename .
38204
38205 \end_inset
38206
38207
38208 \begin_inset space ~
38209 \end_inset
38210
38211
38212 \begin_inset Note Note
38213 status collapsed
38214
38215 \begin_layout Plain Layout
38216 Remove the protected space when bug 4398 is fixed!
38217 \end_layout
38218
38219 \end_inset
38220
38221
38222 \begin_inset Newline newline
38223 \end_inset
38224
38225 The date is not shown within \SpecialChar LyX
38226 , only in the output.
38227  There are two other methods of inserting a date: Via menu 
38228 \family sans
38229 Insert\SpecialChar menuseparator
38230 Date
38231 \family default
38232  and with the \SpecialChar LaTeX
38233  command 
38234 \series bold
38235
38236 \backslash
38237 today
38238 \series default
38239  as \SpecialChar TeX
38240  Code.
38241  The different methods are compared in Table
38242 \begin_inset space ~
38243 \end_inset
38244
38245
38246 \begin_inset CommandInset ref
38247 LatexCommand ref
38248 reference "tab:Comparison-of-the"
38249
38250 \end_inset
38251
38252 .
38253 \end_layout
38254
38255 \begin_layout Description
38256 Dia This template supports diagrams created with the program 
38257 \series bold
38258
38259 \begin_inset CommandInset href
38260 LatexCommand href
38261 name "Dia"
38262 target "http://en.wikipedia.org/wiki/Dia_(software)"
38263
38264 \end_inset
38265
38266
38267 \series default
38268 .
38269 \end_layout
38270
38271 \begin_layout Description
38272 GnumericSpreadsheet With this template you can insert spreadsheets
38273 \begin_inset space \thinspace{}
38274 \end_inset
38275
38276 /
38277 \begin_inset space \thinspace{}
38278 \end_inset
38279
38280 tables in the format of 
38281 \series bold
38282
38283 \begin_inset CommandInset href
38284 LatexCommand href
38285 name "Gnumeric"
38286 target "http://en.wikipedia.org/wiki/Gnumeric"
38287
38288 \end_inset
38289
38290
38291 \series default
38292
38293 \begin_inset CommandInset href
38294 LatexCommand href
38295 name "OpenDocument"
38296 target "http://en.wikipedia.org/wiki/OpenDocument"
38297
38298 \end_inset
38299
38300
38301 \begin_inset CommandInset href
38302 LatexCommand href
38303 name "Microsoft Office XML"
38304 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
38305
38306 \end_inset
38307
38308  and 
38309 \begin_inset CommandInset href
38310 LatexCommand href
38311 name "Office Open XML"
38312 target "http://en.wikipedia.org/wiki/Office_Open_XML"
38313
38314 \end_inset
38315
38316 .
38317  For this feature \SpecialChar LyX
38318  must have found the program 
38319 \family typewriter
38320 ssconvert
38321 \family default
38322  during its configuration.
38323  This program is part of Gnumeric, so that you must have Gnumeric installed,
38324  also if you don't have tables in the Gnumeric format.
38325  For examples and possible limitations have a look at \SpecialChar LyX
38326 's example file 
38327 \emph on
38328 spreadsheet.lyx
38329 \emph default
38330 .
38331 \end_layout
38332
38333 \begin_layout Description
38334 LilyPond This template is used for music notation typeset with the program
38335 \begin_inset Newline linebreak
38336 \end_inset
38337
38338
38339 \series bold
38340
38341 \begin_inset CommandInset href
38342 LatexCommand href
38343 name "LilyPond"
38344 target "http://en.wikipedia.org/wiki/LilyPond"
38345
38346 \end_inset
38347
38348
38349 \series default
38350 .
38351  For \SpecialChar LyX
38352 's extended support for LilyPond have a look at \SpecialChar LyX
38353 's example file 
38354 \emph on
38355 lilypond.lyx
38356 \emph default
38357 .
38358 \end_layout
38359
38360 \begin_layout Description
38361 PDFPages With this template you can insert PDF documents to your document.
38362  To specify the range of pages that should be included, use the option 
38363 \series bold
38364 pages
38365 \series default
38366  in the 
38367 \family sans
38368 Option
38369 \family default
38370  field in the 
38371 \family sans
38372 LaTeX and LyX options
38373 \family default
38374  tab.
38375  The argument of this option is a comma separated list, containing page
38376  numbers (insert as option 
38377 \series bold
38378 pages={3,5,6,8}
38379 \series default
38380 ), ranges of page numbers (
38381 \series bold
38382 pages={4-9}
38383 \series default
38384 ) or any combination.
38385  To insert empty pages use {}.
38386  E.
38387 \begin_inset space \thinspace{}
38388 \end_inset
38389
38390 g.
38391 \begin_inset space ~
38392 \end_inset
38393
38394
38395 \series bold
38396 pages={3,{},8-11,15}
38397 \series default
38398  will insert page 3, an empty page, and pages 8, 9, 10, 11 and 15.
38399  Page ranges are specified in the syntax 
38400 \emph on
38401 start
38402 \emph default
38403 -
38404 \emph on
38405 stop
38406 \emph default
38407 .
38408  This selects all pages from 
38409 \emph on
38410 start
38411 \emph default
38412  to 
38413 \emph on
38414 stop
38415 \emph default
38416 .
38417  Omitting 
38418 \emph on
38419 start
38420 \emph default
38421  defaults to the first page; omitting 
38422 \emph on
38423 stop
38424 \emph default
38425  defaults to the last page of the document.
38426  The last page can also be selected with the keyword 
38427 \series bold
38428 last
38429 \series default
38430 .
38431  (This is only permitted in a page range.) So 
38432 \series bold
38433 pages=-
38434 \series default
38435  will insert all pages of the document and 
38436 \series bold
38437 pages=last-1
38438 \series default
38439  will insert all pages in reverse order.
38440  If the pages option is not specified, only the first page of the PDF is
38441  inserted.
38442 \begin_inset Newline newline
38443 \end_inset
38444
38445 The option 
38446 \series bold
38447 noautoscale
38448 \series default
38449  inserts the pages with their original size, if this option is not given,
38450  the pages will be resized to fith the width of the page of your document.
38451  In the tab 
38452 \family sans
38453 Size and Rotation
38454 \family default
38455  you can specify the width and height of the input pages and their rotation.
38456  If another width than 100
38457 \begin_inset space \thinspace{}
38458 \end_inset
38459
38460 Scale% is used, the option 
38461 \series bold
38462 noautoscale
38463 \series default
38464  will be overwritten.
38465  For more info and possible options, have a look into the documentation
38466  of the \SpecialChar LaTeX
38467 -package 
38468 \series bold
38469 pdfpages
38470 \series default
38471  
38472 \begin_inset CommandInset citation
38473 LatexCommand cite
38474 key "pdfpages"
38475
38476 \end_inset
38477
38478 .
38479 \begin_inset Index idx
38480 status collapsed
38481
38482 \begin_layout Plain Layout
38483 \SpecialChar LaTeX
38484 -packages ! pdfpages
38485 \end_layout
38486
38487 \end_inset
38488
38489
38490 \begin_inset Newline newline
38491 \end_inset
38492
38493 To use this template in a 
38494 \family sans
38495 Beamer
38496 \family default
38497  presentation you need to first insert an 
38498 \family sans
38499 EndFrame
38500 \family default
38501  environment and in a subsequent paragraph a \SpecialChar TeX
38502  Code box containing the command
38503  
38504 \series bold
38505
38506 \backslash
38507 setbeamertemplate{background canvas}{}
38508 \series default
38509 .
38510  Then you can insert as many paragraphs containing the PDFPages template
38511  as you wish.
38512  Behind the included PDF pages you can resume the Beamer presentation by
38513  beginning a new frame or by starting a new section.
38514  To avoid stray blank pages prior to the PDF pages, make sure to use the
38515  
38516 \family sans
38517 Default
38518 \family default
38519  alignment for the paragraph containing the template.
38520 \begin_inset Newline newline
38521 \end_inset
38522
38523 Here is an included PDF which is rotated by -5°: 
38524 \begin_inset External
38525         template PDFPages
38526         filename clipart/Abstract.pdf
38527         extra LaTeX "noautoscale, pages=-"
38528         rotateAngle -5
38529         rotateOrigin bottomleft
38530
38531 \end_inset
38532
38533
38534 \end_layout
38535
38536 \begin_layout Description
38537 RasterImage This can be used for bitmap images.
38538  The image can be treated in the 
38539 \family sans
38540 External material
38541 \family default
38542  dialog like the images that are usually included via the 
38543 \family sans
38544 Graphics
38545 \family default
38546  dialog as described in section
38547 \begin_inset space ~
38548 \end_inset
38549
38550
38551 \begin_inset CommandInset ref
38552 LatexCommand ref
38553 reference "sec:Graphics-Dialog"
38554
38555 \end_inset
38556
38557 .
38558  The difference to the normal image input is that only raster images are
38559  allowed; that means that PDF and EPS-images are not supported.
38560  Here is an inserted raster image: 
38561 \begin_inset External
38562         template RasterImage
38563         filename clipart/ToolbarEnvBox.png
38564
38565 \end_inset
38566
38567
38568 \end_layout
38569
38570 \begin_layout Description
38571 XFig This template supports images created with the program 
38572 \series bold
38573
38574 \begin_inset CommandInset href
38575 LatexCommand href
38576 name "Xfig"
38577 target "http://en.wikipedia.org/wiki/Xfig"
38578
38579 \end_inset
38580
38581
38582 \series default
38583 .
38584 \end_layout
38585
38586 \begin_layout Standard
38587 \begin_inset Float table
38588 placement !h
38589 wide false
38590 sideways false
38591 status open
38592
38593 \begin_layout Plain Layout
38594 \begin_inset Caption Standard
38595
38596 \begin_layout Plain Layout
38597 \begin_inset CommandInset label
38598 LatexCommand label
38599 name "tab:Comparison-of-the"
38600
38601 \end_inset
38602
38603 Comparison of the date input methods.
38604 \end_layout
38605
38606 \end_inset
38607
38608
38609 \end_layout
38610
38611 \begin_layout Plain Layout
38612 \align center
38613 \begin_inset Tabular
38614 <lyxtabular version="3" rows="4" columns="4">
38615 <features tabularvalignment="middle">
38616 <column alignment="center" valignment="top">
38617 <column alignment="center" valignment="top">
38618 <column alignment="center" valignment="top">
38619 <column alignment="center" valignment="top">
38620 <row>
38621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38622 \begin_inset Text
38623
38624 \begin_layout Plain Layout
38625 Document format
38626 \end_layout
38627
38628 \end_inset
38629 </cell>
38630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38631 \begin_inset Text
38632
38633 \begin_layout Plain Layout
38634
38635 \family sans
38636 External Material\SpecialChar menuseparator
38637 Date
38638 \end_layout
38639
38640 \end_inset
38641 </cell>
38642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38643 \begin_inset Text
38644
38645 \begin_layout Plain Layout
38646
38647 \family sans
38648 Insert\SpecialChar menuseparator
38649 Date
38650 \end_layout
38651
38652 \end_inset
38653 </cell>
38654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38655 \begin_inset Text
38656
38657 \begin_layout Plain Layout
38658 command 
38659 \series bold
38660
38661 \backslash
38662 today
38663 \end_layout
38664
38665 \end_inset
38666 </cell>
38667 </row>
38668 <row>
38669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38670 \begin_inset Text
38671
38672 \begin_layout Plain Layout
38673 \SpecialChar LyX
38674
38675 \end_layout
38676
38677 \end_inset
38678 </cell>
38679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38680 \begin_inset Text
38681
38682 \begin_layout Plain Layout
38683 as inset box
38684 \end_layout
38685
38686 \end_inset
38687 </cell>
38688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38689 \begin_inset Text
38690
38691 \begin_layout Plain Layout
38692 as date
38693 \end_layout
38694
38695 \end_inset
38696 </cell>
38697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38698 \begin_inset Text
38699
38700 \begin_layout Plain Layout
38701 as \SpecialChar TeX
38702  Code inset box
38703 \end_layout
38704
38705 \end_inset
38706 </cell>
38707 </row>
38708 <row>
38709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38710 \begin_inset Text
38711
38712 \begin_layout Plain Layout
38713 \SpecialChar LaTeX
38714
38715 \end_layout
38716
38717 \end_inset
38718 </cell>
38719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38720 \begin_inset Text
38721
38722 \begin_layout Plain Layout
38723 as date
38724 \end_layout
38725
38726 \end_inset
38727 </cell>
38728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38729 \begin_inset Text
38730
38731 \begin_layout Plain Layout
38732 as date
38733 \end_layout
38734
38735 \end_inset
38736 </cell>
38737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38738 \begin_inset Text
38739
38740 \begin_layout Plain Layout
38741 as command
38742 \end_layout
38743
38744 \end_inset
38745 </cell>
38746 </row>
38747 <row>
38748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38749 \begin_inset Text
38750
38751 \begin_layout Plain Layout
38752 DVI, PDF, PS
38753 \end_layout
38754
38755 \end_inset
38756 </cell>
38757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38758 \begin_inset Text
38759
38760 \begin_layout Plain Layout
38761 as date
38762 \end_layout
38763
38764 \end_inset
38765 </cell>
38766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38767 \begin_inset Text
38768
38769 \begin_layout Plain Layout
38770 as date
38771 \end_layout
38772
38773 \end_inset
38774 </cell>
38775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38776 \begin_inset Text
38777
38778 \begin_layout Plain Layout
38779 as date
38780 \end_layout
38781
38782 \end_inset
38783 </cell>
38784 </row>
38785 </lyxtabular>
38786
38787 \end_inset
38788
38789
38790 \end_layout
38791
38792 \end_inset
38793
38794
38795 \end_layout
38796
38797 \begin_layout Standard
38798 When you use the option 
38799 \family sans
38800 Draft
38801 \family default
38802  in the 
38803 \family sans
38804 File
38805 \family default
38806  tab of the 
38807 \family sans
38808 External Material
38809 \family default
38810  dialog, only the path to the inserted file is shown in the output.
38811 \begin_inset Newline newline
38812 \end_inset
38813
38814 External material is displayed in \SpecialChar LyX
38815  either as a box like this: 
38816 \begin_inset Graphics
38817         filename clipart/ExternalMaterial.png
38818         scale 75
38819         scaleBeforeRotation
38820
38821 \end_inset
38822
38823  or as image, depending on the option 
38824 \family sans
38825 Show in LyX
38826 \family default
38827  in the 
38828 \family sans
38829 LaTeX and LyX options
38830 \family default
38831  tab of the dialog.
38832 \end_layout
38833
38834 \begin_layout Standard
38835 The 
38836 \family sans
38837 \emph on
38838 Customization
38839 \family default
38840 \emph default
38841  manual explains how you can define your own templates.
38842 \end_layout
38843
38844 \begin_layout Section
38845 Child Documents
38846 \begin_inset CommandInset label
38847 LatexCommand label
38848 name "sec:Child-Documents"
38849
38850 \end_inset
38851
38852
38853 \begin_inset Index idx
38854 status collapsed
38855
38856 \begin_layout Plain Layout
38857 External Document Parts ! Child Documents
38858 \end_layout
38859
38860 \end_inset
38861
38862
38863 \begin_inset Index idx
38864 status collapsed
38865
38866 \begin_layout Plain Layout
38867 Files ! Include
38868 \end_layout
38869
38870 \end_inset
38871
38872
38873 \end_layout
38874
38875 \begin_layout Standard
38876 Child documents are used if you have a long document consisting of several
38877  larger parts or sections.
38878  For maintenance it is often useful and sometimes even required to split
38879  the document into several files that can be revised separately.
38880  The different documents are then the so called 
38881 \begin_inset Quotes eld
38882 \end_inset
38883
38884 child documents
38885 \begin_inset Quotes erd
38886 \end_inset
38887
38888 , and a master document connects them to print the full document or parts
38889  of it.
38890  A child document inherits elements from its master, for example the \SpecialChar LaTeX
38891  preamble,
38892  the bibliography, and labels for cross-references.
38893 \end_layout
38894
38895 \begin_layout Standard
38896 To be able to work on child documents without the need to open their master,
38897  specify in the child document the master in the menu
38898 \family sans
38899  Document\SpecialChar menuseparator
38900 Settings\SpecialChar menuseparator
38901 Document
38902 \begin_inset space ~
38903 \end_inset
38904
38905 Class
38906 \family default
38907 .
38908  This master document will then be used in the background by \SpecialChar LyX
38909  when you edit
38910  the child document.
38911 \end_layout
38912
38913 \begin_layout Standard
38914 Included documents are displayed in \SpecialChar LyX
38915  as a box like this: 
38916 \begin_inset Graphics
38917         filename clipart/ChildDocument.png
38918         scaleBeforeRotation
38919
38920 \end_inset
38921
38922  To include child documents in a master document use the menu 
38923 \family sans
38924 Insert\SpecialChar menuseparator
38925 File\SpecialChar menuseparator
38926 Child
38927 \begin_inset space ~
38928 \end_inset
38929
38930 Documents
38931 \family default
38932 .
38933  A dialog pops up where you can choose between four include methods:
38934 \end_layout
38935
38936 \begin_layout Description
38937 Include You can include \SpecialChar LyX
38938  and \SpecialChar LaTeX
38939  documents.
38940  When you press the 
38941 \family sans
38942 Edit
38943 \family default
38944  button in the 
38945 \family sans
38946 Child Document
38947 \family default
38948  dialog, the included document will be opened in \SpecialChar LyX
38949  in a new file tab so that
38950  you can modify it.
38951 \begin_inset Newline newline
38952 \end_inset
38953
38954
38955 \end_layout
38956
38957 \begin_layout Standard
38958 Here is a child document inserted using 
38959 \family sans
38960 Include
38961 \family default
38962
38963 \begin_inset CommandInset include
38964 LatexCommand include
38965 filename "DummyDocument1.lyx"
38966
38967 \end_inset
38968
38969
38970 \end_layout
38971
38972 \begin_layout Standard
38973 The section numbering includes the sections of the included files in the
38974  order they are inserted in the master document.
38975  The included example document has for example a subsection that is numbered
38976  as a subsection of this section.
38977  Labels of included documents can be referenced: Subsection
38978 \begin_inset space ~
38979 \end_inset
38980
38981
38982 \begin_inset CommandInset ref
38983 LatexCommand ref
38984 reference "subsec:External-Subsection-1"
38985
38986 \end_inset
38987
38988 .
38989 \end_layout
38990
38991 \begin_layout Standard
38992 The preamble of the child document is ignored; only the preamble of the
38993  master document is used.
38994  Branches in child documents will be ignored by the master document when
38995  the master document does not have a branch with the same name.
38996  Included documents are inserted starting on a new page and ending with
38997  a page break.
38998 \end_layout
38999
39000 \begin_layout Standard
39001 \begin_inset Note Greyedout
39002 status open
39003
39004 \begin_layout Plain Layout
39005
39006 \series bold
39007 Note:
39008 \series default
39009  If you have included a \SpecialChar LyX
39010  or \SpecialChar LaTeX
39011  file, you are warned when you export/view the
39012  document in case the child document uses another document class than the
39013  master document as this will lead to unexpected outputs.
39014 \end_layout
39015
39016 \end_inset
39017
39018
39019 \end_layout
39020
39021 \begin_layout Description
39022 Input This method is very similar to the Include method.
39023  The differences are:
39024 \begin_inset Separator parbreak
39025 \end_inset
39026
39027
39028 \end_layout
39029
39030 \begin_deeper
39031 \begin_layout Itemize
39032 Input files don't start with a new page and don't end with a page break.
39033 \end_layout
39034
39035 \begin_layout Itemize
39036 Input files can be previewed in \SpecialChar LyX
39037  when 
39038 \family sans
39039 Instant
39040 \begin_inset space ~
39041 \end_inset
39042
39043 Preview
39044 \family default
39045  is enabled in \SpecialChar LyX
39046 's preferences under 
39047 \family sans
39048 Look
39049 \begin_inset space ~
39050 \end_inset
39051
39052 and
39053 \begin_inset space ~
39054 \end_inset
39055
39056 feel\SpecialChar menuseparator
39057 Graphics
39058 \family default
39059 .
39060 \end_layout
39061
39062 \begin_layout Itemize
39063 You cannot exclude Input files via the menu 
39064 \family sans
39065 Document\SpecialChar menuseparator
39066 Settings\SpecialChar menuseparator
39067 Child Documents
39068 \family default
39069 .
39070 \end_layout
39071
39072 \end_deeper
39073 \begin_layout Standard
39074 Here is a child document inserted using 
39075 \family sans
39076 Input
39077 \family default
39078
39079 \begin_inset CommandInset include
39080 LatexCommand input
39081 filename "DummyDocument2.lyx"
39082
39083 \end_inset
39084
39085
39086 \end_layout
39087
39088 \begin_layout Description
39089 Verbatim With this method any text file can be included.
39090  The file is shown in the output with its source code; no command used in
39091  the text is invoked.
39092  You can use the option 
39093 \family sans
39094 Mark spaces in output
39095 \family default
39096  that displays the character 
39097 \begin_inset Quotes eld
39098 \end_inset
39099
39100
39101 \begin_inset ERT
39102 status collapsed
39103
39104 \begin_layout Plain Layout
39105
39106
39107 \backslash
39108 textvisiblespace 
39109 \end_layout
39110
39111 \end_inset
39112
39113
39114 \begin_inset Quotes erd
39115 \end_inset
39116
39117  for every space character in the source code.
39118  The difference from the method via the menu 
39119 \family sans
39120 Insert\SpecialChar menuseparator
39121 File\SpecialChar menuseparator
39122 Plain
39123 \begin_inset space ~
39124 \end_inset
39125
39126 Text
39127 \family default
39128  is that the document content is not shown in \SpecialChar LyX
39129 .
39130 \end_layout
39131
39132 \begin_layout Standard
39133 Here is a child document inserted as Verbatim: 
39134 \begin_inset CommandInset include
39135 LatexCommand verbatiminput
39136 filename "DummyTextDocument.txt"
39137
39138 \end_inset
39139
39140
39141 \begin_inset VSpace bigskip
39142 \end_inset
39143
39144  Here is a child document inserted as Verbatim using the 
39145 \family sans
39146 Mark spaces in output
39147 \family default
39148  option: 
39149 \begin_inset CommandInset include
39150 LatexCommand verbatiminput*
39151 filename "DummyTextDocument.txt"
39152
39153 \end_inset
39154
39155
39156 \end_layout
39157
39158 \begin_layout Standard
39159 \begin_inset VSpace bigskip
39160 \end_inset
39161
39162
39163 \end_layout
39164
39165 \begin_layout Standard
39166 \begin_inset Note Greyedout
39167 status open
39168
39169 \begin_layout Plain Layout
39170
39171 \series bold
39172 Note:
39173 \series default
39174  As you can see in the examples above, the text of the documents included
39175  as 
39176 \family sans
39177 verbatim
39178 \family default
39179  is not broken at the end of the document lines.
39180 \end_layout
39181
39182 \end_inset
39183
39184
39185 \end_layout
39186
39187 \begin_layout Description
39188 Listings This type is described in chapter
39189 \begin_inset space ~
39190 \end_inset
39191
39192
39193 \begin_inset CommandInset ref
39194 LatexCommand ref
39195 reference "cha:Program-Code-Listings"
39196
39197 \end_inset
39198
39199 .
39200 \end_layout
39201
39202 \begin_layout Standard
39203 \begin_inset Note Greyedout
39204 status open
39205
39206 \begin_layout Plain Layout
39207
39208 \series bold
39209 Note:
39210 \series default
39211  Including the same document twice in a document using different methods
39212  could cause \SpecialChar LaTeX
39213 -problems.
39214 \end_layout
39215
39216 \end_inset
39217
39218
39219 \end_layout
39220
39221 \begin_layout Standard
39222 If you want to view/export only selected children of your master document,
39223  either because you want to save compiling time or because you want to distribut
39224 e single chapters of the book you are just writing, you can exclude children
39225  from the output.
39226  This is done via the menu 
39227 \family sans
39228 Document\SpecialChar menuseparator
39229 Settings\SpecialChar menuseparator
39230 Child Documents
39231 \family default
39232 .
39233  You can exclude\SpecialChar breakableslash
39234 include children by double-clicking on the 
39235 \family sans
39236 include to output
39237 \family default
39238  column of the respective child document in the list (note that this only
39239  works for documents embedded via 
39240 \begin_inset Quotes eld
39241 \end_inset
39242
39243 Include
39244 \begin_inset Quotes erd
39245 \end_inset
39246
39247 , not with 
39248 \begin_inset Quotes eld
39249 \end_inset
39250
39251 Input
39252 \begin_inset Quotes erd
39253 \end_inset
39254
39255 ).
39256  If the option 
39257 \family sans
39258 Maintain counters and references
39259 \family default
39260  is enabled, \SpecialChar LyX
39261  will assure that all page numbers, references etc.
39262 \begin_inset space ~
39263 \end_inset
39264
39265 are correct as if the whole document was processed.
39266  This is useful if you want the selected sub-documents to look exactly as
39267  in the context of the whole document.
39268  However, \SpecialChar LyX
39269  needs to process the whole document in the background for this
39270  feature.
39271  So if you want to save compile time and if counters and references do not
39272  need to be correct, disable this checkbox.
39273 \end_layout
39274
39275 \begin_layout Standard
39276 Alternatively, you can put each included file into a branch.
39277 \begin_inset Foot
39278 status collapsed
39279
39280 \begin_layout Plain Layout
39281 Branches are described in section 
39282 \emph on
39283 Branches
39284 \emph default
39285  of the \SpecialChar LyX
39286  
39287 \emph on
39288 Userguide
39289 \emph default
39290 .
39291 \end_layout
39292
39293 \end_inset
39294
39295  By enabling\SpecialChar breakableslash
39296 disabling branches you can decide which included files will
39297  appear in the output.
39298  This has the advantage that it also works with Input'ed sub-documents.
39299  However, counters and references will not be maintained with this approach.
39300 \end_layout
39301
39302 \begin_layout Chapter
39303 Program Code Listings
39304 \begin_inset CommandInset label
39305 LatexCommand label
39306 name "cha:Program-Code-Listings"
39307
39308 \end_inset
39309
39310
39311 \begin_inset Index idx
39312 status collapsed
39313
39314 \begin_layout Plain Layout
39315 Listings
39316 \end_layout
39317
39318 \end_inset
39319
39320
39321 \begin_inset Index idx
39322 status collapsed
39323
39324 \begin_layout Plain Layout
39325 Program Code
39326 \end_layout
39327
39328 \end_inset
39329
39330
39331 \begin_inset Index idx
39332 status collapsed
39333
39334 \begin_layout Plain Layout
39335 Floats ! Listings
39336 \end_layout
39337
39338 \end_inset
39339
39340
39341 \end_layout
39342
39343 \begin_layout Standard
39344 To include and typeset program code you can use the 
39345 \family sans
39346 Listings
39347 \family default
39348  inset that can be inserted via the menu 
39349 \family sans
39350 Insert\SpecialChar menuseparator
39351 Program Listing
39352 \family default
39353 .
39354  The \SpecialChar LaTeX
39355 -package 
39356 \series bold
39357 listings
39358 \series default
39359
39360 \begin_inset Index idx
39361 status collapsed
39362
39363 \begin_layout Plain Layout
39364 \SpecialChar LaTeX
39365 -packages ! listings
39366 \end_layout
39367
39368 \end_inset
39369
39370  provides a powerful and flexible way to insert program source code into
39371  your document.
39372 \end_layout
39373
39374 \begin_layout Standard
39375 Right-clicking on a listings inset opens the context menu containing where
39376  you can set the listings format.
39377 \end_layout
39378
39379 \begin_layout Standard
39380 By default, a listing starts a new paragraph in the output.
39381  The placement option 
39382 \family sans
39383 Inline
39384 \begin_inset space ~
39385 \end_inset
39386
39387 listing
39388 \family default
39389  prints the listing inline like this: 
39390 \begin_inset listings
39391 lstparams "language={C++}"
39392 inline true
39393 status open
39394
39395 \begin_layout Plain Layout
39396
39397 int a=5;
39398 \end_layout
39399
39400 \end_inset
39401
39402
39403 \begin_inset Newline newline
39404 \end_inset
39405
39406 The option 
39407 \family sans
39408 Float
39409 \family default
39410  creates a listings float where you can specify the placement options 
39411 \begin_inset Quotes eld
39412 \end_inset
39413
39414
39415 \family sans
39416 h
39417 \family default
39418
39419 \begin_inset Quotes erd
39420 \end_inset
39421
39422
39423 \begin_inset Quotes eld
39424 \end_inset
39425
39426
39427 \family sans
39428 t
39429 \family default
39430
39431 \begin_inset Quotes erd
39432 \end_inset
39433
39434
39435 \begin_inset Quotes eld
39436 \end_inset
39437
39438
39439 \family sans
39440 b
39441 \family default
39442
39443 \begin_inset Quotes erd
39444 \end_inset
39445
39446 , and 
39447 \begin_inset Quotes eld
39448 \end_inset
39449
39450
39451 \family sans
39452 p
39453 \family default
39454
39455 \begin_inset Quotes erd
39456 \end_inset
39457
39458  corresponding to the float placement options described in section
39459 \begin_inset space ~
39460 \end_inset
39461
39462
39463 \begin_inset CommandInset ref
39464 LatexCommand ref
39465 reference "sec:Float-Placement"
39466
39467 \end_inset
39468
39469 .
39470  The placement options can be mixed and are inserted without any separation,
39471  e.
39472 \begin_inset space \thinspace{}
39473 \end_inset
39474
39475 g.
39476 \begin_inset space \space{}
39477 \end_inset
39478
39479
39480 \begin_inset Quotes eld
39481 \end_inset
39482
39483
39484 \family sans
39485 htbp
39486 \family default
39487
39488 \begin_inset Quotes erd
39489 \end_inset
39490
39491 .
39492  The option 
39493 \begin_inset Quotes eld
39494 \end_inset
39495
39496 h
39497 \begin_inset Quotes erd
39498 \end_inset
39499
39500  has sometimes no effect, but you don't need to use the 
39501 \family sans
39502 Float
39503 \family default
39504  option in this case as also non-float listings can have captions and be
39505  referenced.
39506 \end_layout
39507
39508 \begin_layout Standard
39509 You can add captions to listings with the menu 
39510 \family sans
39511 Insert\SpecialChar menuseparator
39512 Caption
39513 \family default
39514 .
39515  Listings can be referenced like floats: Listing
39516 \begin_inset space ~
39517 \end_inset
39518
39519
39520 \begin_inset CommandInset ref
39521 LatexCommand ref
39522 reference "lst:Example-Listing"
39523
39524 \end_inset
39525
39526 .
39527  A list of listings which contains all listings with captions can be created
39528  via the menu 
39529 \family sans
39530 Insert\SpecialChar menuseparator
39531 List
39532 \begin_inset space ~
39533 \end_inset
39534
39535 /
39536 \begin_inset space ~
39537 \end_inset
39538
39539 TOC\SpecialChar menuseparator
39540 List of Listings
39541 \family default
39542 .
39543  The list entries are the listing caption and the listing number.
39544 \end_layout
39545
39546 \begin_layout Standard
39547 \begin_inset listings
39548 lstparams "language=Python"
39549 inline false
39550 status open
39551
39552 \begin_layout Plain Layout
39553
39554 \begin_inset Caption Standard
39555
39556 \begin_layout Plain Layout
39557 \begin_inset CommandInset label
39558 LatexCommand label
39559 name "lst:Example-Listing"
39560
39561 \end_inset
39562
39563 Example Listing float
39564 \end_layout
39565
39566 \end_inset
39567
39568 # Example listing float
39569 \end_layout
39570
39571 \begin_layout Plain Layout
39572
39573 def func(param):
39574 \end_layout
39575
39576 \begin_layout Plain Layout
39577
39578     'this is a python function'
39579 \end_layout
39580
39581 \begin_layout Plain Layout
39582
39583     pass
39584 \end_layout
39585
39586 \end_inset
39587
39588
39589 \end_layout
39590
39591 \begin_layout Standard
39592 When you have set a programming language in the listings dialog, the keywords
39593  of this language will be recognized and specially typeset in the output.
39594  In the example listings the Python keyword 
39595 \begin_inset Quotes eld
39596 \end_inset
39597
39598 def
39599 \begin_inset Quotes erd
39600 \end_inset
39601
39602  is recognized and printed bold in the output.
39603 \end_layout
39604
39605 \begin_layout Standard
39606 \begin_inset Note Greyedout
39607 status open
39608
39609 \begin_layout Plain Layout
39610
39611 \series bold
39612 Note:
39613 \series default
39614  If you don't get bold keywords when using typewriter fonts, your 
39615 \family typewriter
39616 typewriter
39617 \family default
39618  font probably doesn't provide a bold shape.
39619  In this case select a different one in the menu 
39620 \family sans
39621 Document\SpecialChar menuseparator
39622 Settings\SpecialChar menuseparator
39623 Fonts
39624 \family default
39625 .
39626  (The fonts 
39627 \emph on
39628 LuxiMono, BeraMono
39629 \emph default
39630  and 
39631 \emph on
39632 Courier
39633 \emph default
39634  provide bold shapes.)
39635 \end_layout
39636
39637 \end_inset
39638
39639
39640 \end_layout
39641
39642 \begin_layout Standard
39643 In section 
39644 \family sans
39645 Line
39646 \begin_inset space ~
39647 \end_inset
39648
39649 numbering
39650 \family default
39651  of the listings dialog you can specify the line numbering style.
39652  You can insert a number to specify which lines are numbered in the field
39653  
39654 \family sans
39655 Step
39656 \family default
39657 .
39658  When you insert e.
39659 \begin_inset space \thinspace{}
39660 \end_inset
39661
39662 g.
39663 \begin_inset space \space{}
39664 \end_inset
39665
39666
39667 \begin_inset Quotes eld
39668 \end_inset
39669
39670 3
39671 \begin_inset Quotes erd
39672 \end_inset
39673
39674 , only every 3rd line will be numbered.
39675 \end_layout
39676
39677 \begin_layout Standard
39678 You can furthermore specify a range of lines; only these will then appear
39679  in the output.
39680  The option 
39681 \family sans
39682 Extended character table
39683 \family default
39684  should be used when you use national characters like the German umlauts
39685  in the listing.
39686 \begin_inset Newline newline
39687 \end_inset
39688
39689 Here is an example listing with left line numbering, step 
39690 \begin_inset Quotes eld
39691 \end_inset
39692
39693 3
39694 \begin_inset Quotes erd
39695 \end_inset
39696
39697 , language 
39698 \begin_inset Quotes eld
39699 \end_inset
39700
39701 Python
39702 \begin_inset Quotes erd
39703 \end_inset
39704
39705 , options 
39706 \begin_inset Quotes eld
39707 \end_inset
39708
39709 Extended character table
39710 \begin_inset Quotes erd
39711 \end_inset
39712
39713  and 
39714 \begin_inset Quotes eld
39715 \end_inset
39716
39717 Space
39718 \begin_inset space ~
39719 \end_inset
39720
39721 as
39722 \begin_inset space ~
39723 \end_inset
39724
39725 symbol
39726 \begin_inset Quotes erd
39727 \end_inset
39728
39729 , range lines 3
39730 \begin_inset space \thinspace{}
39731 \end_inset
39732
39733 -
39734 \begin_inset space \thinspace{}
39735 \end_inset
39736
39737 8:
39738 \end_layout
39739
39740 \begin_layout Standard
39741 \begin_inset listings
39742 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
39743 inline false
39744 status open
39745
39746 \begin_layout Plain Layout
39747
39748 def func(param):
39749 \end_layout
39750
39751 \begin_layout Plain Layout
39752
39753     'this is a python function'
39754 \end_layout
39755
39756 \begin_layout Plain Layout
39757
39758     pass
39759 \end_layout
39760
39761 \begin_layout Plain Layout
39762
39763 def func(param):
39764 \end_layout
39765
39766 \begin_layout Plain Layout
39767
39768 'This is a German word: Tschüß'
39769 \end_layout
39770
39771 \begin_layout Plain Layout
39772
39773 pass
39774 \end_layout
39775
39776 \begin_layout Plain Layout
39777
39778 def func(param):
39779 \end_layout
39780
39781 \begin_layout Plain Layout
39782
39783 'this is a python function'
39784 \end_layout
39785
39786 \begin_layout Plain Layout
39787
39788 pass
39789 \end_layout
39790
39791 \end_inset
39792
39793
39794 \end_layout
39795
39796 \begin_layout Standard
39797 When you have tabulators in your listing, you can specify the number of
39798  characters that are spanned by a tabulator in the field 
39799 \family sans
39800 Tabulator
39801 \begin_inset space ~
39802 \end_inset
39803
39804 size
39805 \family default
39806 .
39807 \end_layout
39808
39809 \begin_layout Standard
39810 \begin_inset Note Greyedout
39811 status open
39812
39813 \begin_layout Plain Layout
39814
39815 \series bold
39816 Note:
39817 \series default
39818  Due to a bug in the 
39819 \series bold
39820 listings
39821 \series default
39822  package the line numbering is shifted by a line by every previous listing.
39823  That's the reason why the lines 2 and 5 are numbered in the above listing
39824  and not the lines 3 and 6.
39825 \end_layout
39826
39827 \end_inset
39828
39829
39830 \end_layout
39831
39832 \begin_layout Standard
39833 \begin_inset VSpace bigskip
39834 \end_inset
39835
39836
39837 \end_layout
39838
39839 \begin_layout Standard
39840 It is also possible to print lines from a file as listing.
39841  To do this, use the menu 
39842 \family sans
39843 Insert\SpecialChar menuseparator
39844 File\SpecialChar menuseparator
39845 Child Document
39846 \family default
39847  and choose the type 
39848 \family sans
39849 Listings
39850 \family default
39851 .
39852 \begin_inset Foot
39853 status collapsed
39854
39855 \begin_layout Plain Layout
39856 The other child document types are described in section
39857 \begin_inset space ~
39858 \end_inset
39859
39860
39861 \begin_inset CommandInset ref
39862 LatexCommand ref
39863 reference "sec:Child-Documents"
39864
39865 \end_inset
39866
39867 .
39868 \end_layout
39869
39870 \end_inset
39871
39872  In the child document dialog you can specify the listing parameters in
39873  a text box.
39874  To show a list of all available parameters, type in a question mark 
39875 \begin_inset Quotes eld
39876 \end_inset
39877
39878 ?
39879 \begin_inset Quotes erd
39880 \end_inset
39881
39882  in the text box.
39883 \end_layout
39884
39885 \begin_layout Standard
39886 To reference child document listings, write a label text into the corresponding
39887  field of the child document dialog.
39888  The label can then be referenced using the menu 
39889 \family sans
39890 Insert\SpecialChar menuseparator
39891 Cross-Reference
39892 \family default
39893 .
39894 \end_layout
39895
39896 \begin_layout Standard
39897 Listing
39898 \begin_inset space ~
39899 \end_inset
39900
39901
39902 \begin_inset CommandInset ref
39903 LatexCommand ref
39904 reference "lst:file-listing"
39905
39906 \end_inset
39907
39908  is an example for a listing of a file; there the lines 10
39909 \begin_inset space \thinspace{}
39910 \end_inset
39911
39912 -
39913 \begin_inset space \thinspace{}
39914 \end_inset
39915
39916 15 of this \SpecialChar LyX
39917  file are listed.
39918 \end_layout
39919
39920 \begin_layout Standard
39921 \begin_inset CommandInset include
39922 LatexCommand lstinputlisting
39923 filename "EmbeddedObjects.lyx"
39924 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
39925
39926 \end_inset
39927
39928
39929 \end_layout
39930
39931 \begin_layout Standard
39932 \begin_inset VSpace bigskip
39933 \end_inset
39934
39935
39936 \end_layout
39937
39938 \begin_layout Standard
39939 Inserting a formula into a listing can be done the following way:
39940 \end_layout
39941
39942 \begin_layout Enumerate
39943 Open the listings dialog and add
39944 \begin_inset Newline newline
39945 \end_inset
39946
39947
39948 \family sans
39949 mathescape=true
39950 \family default
39951
39952 \begin_inset Newline newline
39953 \end_inset
39954
39955 to the field of the 
39956 \family sans
39957 Advanced
39958 \family default
39959  tab.
39960 \end_layout
39961
39962 \begin_layout Enumerate
39963 Create a formula outside the listing
39964 \end_layout
39965
39966 \begin_layout Enumerate
39967 Copy the content of the formula (not the formula inset) to the clipboard
39968  (shortcut 
39969 \begin_inset Info
39970 type  "shortcut"
39971 arg   "copy"
39972 \end_inset
39973
39974 )
39975 \end_layout
39976
39977 \begin_layout Enumerate
39978 In the listing write 
39979 \begin_inset Quotes eld
39980 \end_inset
39981
39982
39983 \family sans
39984 $$
39985 \family default
39986
39987 \begin_inset Quotes erd
39988 \end_inset
39989
39990  and copy from the clipboard between the dollar-signs (shortcut 
39991 \begin_inset Info
39992 type  "shortcut"
39993 arg   "paste"
39994 \end_inset
39995
39996 )
39997 \end_layout
39998
39999 \begin_layout Standard
40000 \begin_inset listings
40001 lstparams "language=Python,mathescape=true"
40002 inline false
40003 status open
40004
40005 \begin_layout Plain Layout
40006
40007 \begin_inset Caption Standard
40008
40009 \begin_layout Plain Layout
40010 Example Listing float containing a formula
40011 \end_layout
40012
40013 \end_inset
40014
40015 # Example listing float
40016 \end_layout
40017
40018 \begin_layout Plain Layout
40019
40020 def func(param):
40021 \end_layout
40022
40023 \begin_layout Plain Layout
40024
40025     # $
40026 \backslash
40027 prod_{n=1}^{
40028 \backslash
40029 infty}
40030 \backslash
40031 ,
40032 \backslash
40033 frac{1}{x^{2}}$
40034 \end_layout
40035
40036 \begin_layout Plain Layout
40037
40038     pass
40039 \end_layout
40040
40041 \end_inset
40042
40043
40044 \end_layout
40045
40046 \begin_layout Standard
40047 \begin_inset VSpace bigskip
40048 \end_inset
40049
40050
40051 \end_layout
40052
40053 \begin_layout Standard
40054 Global listings settings can be set in the 
40055 \family sans
40056 Document\SpecialChar menuseparator
40057 Settings\SpecialChar menuseparator
40058 Listings
40059 \family default
40060  dialog.
40061  To get there a list of available options, type in a question mark 
40062 \begin_inset Quotes eld
40063 \end_inset
40064
40065 ?
40066 \begin_inset Quotes erd
40067 \end_inset
40068
40069 .
40070 \end_layout
40071
40072 \begin_layout Standard
40073 For more information about the 
40074 \series bold
40075 listings
40076 \series default
40077  package, we refer to its documentation 
40078 \begin_inset CommandInset citation
40079 LatexCommand cite
40080 key "listings"
40081
40082 \end_inset
40083
40084 .
40085 \end_layout
40086
40087 \begin_layout Standard
40088 \begin_inset Newpage newpage
40089 \end_inset
40090
40091
40092 \end_layout
40093
40094 \begin_layout Chapter
40095 \start_of_appendix
40096 Units available in \SpecialChar LyX
40097
40098 \begin_inset Index idx
40099 status collapsed
40100
40101 \begin_layout Plain Layout
40102 Units
40103 \end_layout
40104
40105 \end_inset
40106
40107
40108 \begin_inset CommandInset label
40109 LatexCommand label
40110 name "cha:Units-available-in"
40111
40112 \end_inset
40113
40114
40115 \end_layout
40116
40117 \begin_layout Standard
40118 To understand the units described in this documentation, Table
40119 \begin_inset space ~
40120 \end_inset
40121
40122
40123 \begin_inset CommandInset ref
40124 LatexCommand ref
40125 reference "tab:Units"
40126
40127 \end_inset
40128
40129  explains all units available in \SpecialChar LyX
40130 .
40131 \end_layout
40132
40133 \begin_layout Standard
40134 \begin_inset Float table
40135 placement h
40136 wide false
40137 sideways false
40138 status open
40139
40140 \begin_layout Plain Layout
40141 \begin_inset Caption Standard
40142
40143 \begin_layout Plain Layout
40144 \begin_inset CommandInset label
40145 LatexCommand label
40146 name "tab:Units"
40147
40148 \end_inset
40149
40150 Units
40151 \end_layout
40152
40153 \end_inset
40154
40155
40156 \end_layout
40157
40158 \begin_layout Plain Layout
40159 \begin_inset VSpace medskip
40160 \end_inset
40161
40162
40163 \end_layout
40164
40165 \begin_layout Plain Layout
40166 \align center
40167 \begin_inset Tabular
40168 <lyxtabular version="3" rows="20" columns="3">
40169 <features tabularvalignment="middle">
40170 <column alignment="center" valignment="top">
40171 <column alignment="center" valignment="top">
40172 <column alignment="center" valignment="top">
40173 <row>
40174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40175 \begin_inset Text
40176
40177 \begin_layout Plain Layout
40178 unit
40179 \end_layout
40180
40181 \end_inset
40182 </cell>
40183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40184 \begin_inset Text
40185
40186 \begin_layout Plain Layout
40187 name/description
40188 \end_layout
40189
40190 \end_inset
40191 </cell>
40192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40193 \begin_inset Text
40194
40195 \begin_layout Plain Layout
40196 \SpecialChar LaTeX
40197  command
40198 \end_layout
40199
40200 \end_inset
40201 </cell>
40202 </row>
40203 <row>
40204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40205 \begin_inset Text
40206
40207 \begin_layout Plain Layout
40208 mm
40209 \end_layout
40210
40211 \end_inset
40212 </cell>
40213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40214 \begin_inset Text
40215
40216 \begin_layout Plain Layout
40217 millimeter
40218 \end_layout
40219
40220 \end_inset
40221 </cell>
40222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40223 \begin_inset Text
40224
40225 \begin_layout Plain Layout
40226 -
40227 \end_layout
40228
40229 \end_inset
40230 </cell>
40231 </row>
40232 <row>
40233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40234 \begin_inset Text
40235
40236 \begin_layout Plain Layout
40237 cm
40238 \end_layout
40239
40240 \end_inset
40241 </cell>
40242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40243 \begin_inset Text
40244
40245 \begin_layout Plain Layout
40246 centimeter
40247 \end_layout
40248
40249 \end_inset
40250 </cell>
40251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40252 \begin_inset Text
40253
40254 \begin_layout Plain Layout
40255 -
40256 \end_layout
40257
40258 \end_inset
40259 </cell>
40260 </row>
40261 <row>
40262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40263 \begin_inset Text
40264
40265 \begin_layout Plain Layout
40266 in
40267 \end_layout
40268
40269 \end_inset
40270 </cell>
40271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40272 \begin_inset Text
40273
40274 \begin_layout Plain Layout
40275 inch
40276 \end_layout
40277
40278 \end_inset
40279 </cell>
40280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40281 \begin_inset Text
40282
40283 \begin_layout Plain Layout
40284 -
40285 \end_layout
40286
40287 \end_inset
40288 </cell>
40289 </row>
40290 <row>
40291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40292 \begin_inset Text
40293
40294 \begin_layout Plain Layout
40295 pt
40296 \end_layout
40297
40298 \end_inset
40299 </cell>
40300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40301 \begin_inset Text
40302
40303 \begin_layout Plain Layout
40304 point (72.27
40305 \begin_inset space \thinspace{}
40306 \end_inset
40307
40308 pt = 1
40309 \begin_inset space \thinspace{}
40310 \end_inset
40311
40312 in)
40313 \end_layout
40314
40315 \end_inset
40316 </cell>
40317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40318 \begin_inset Text
40319
40320 \begin_layout Plain Layout
40321 -
40322 \end_layout
40323
40324 \end_inset
40325 </cell>
40326 </row>
40327 <row>
40328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40329 \begin_inset Text
40330
40331 \begin_layout Plain Layout
40332 pc
40333 \end_layout
40334
40335 \end_inset
40336 </cell>
40337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40338 \begin_inset Text
40339
40340 \begin_layout Plain Layout
40341 pica (1
40342 \begin_inset space \thinspace{}
40343 \end_inset
40344
40345 pc = 12
40346 \begin_inset space \thinspace{}
40347 \end_inset
40348
40349 pt)
40350 \end_layout
40351
40352 \end_inset
40353 </cell>
40354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40355 \begin_inset Text
40356
40357 \begin_layout Plain Layout
40358 -
40359 \end_layout
40360
40361 \end_inset
40362 </cell>
40363 </row>
40364 <row>
40365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40366 \begin_inset Text
40367
40368 \begin_layout Plain Layout
40369 sp
40370 \end_layout
40371
40372 \end_inset
40373 </cell>
40374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40375 \begin_inset Text
40376
40377 \begin_layout Plain Layout
40378 scaled point (65536
40379 \begin_inset space \thinspace{}
40380 \end_inset
40381
40382 sp = 1
40383 \begin_inset space \thinspace{}
40384 \end_inset
40385
40386 pt)
40387 \end_layout
40388
40389 \end_inset
40390 </cell>
40391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40392 \begin_inset Text
40393
40394 \begin_layout Plain Layout
40395 -
40396 \end_layout
40397
40398 \end_inset
40399 </cell>
40400 </row>
40401 <row>
40402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40403 \begin_inset Text
40404
40405 \begin_layout Plain Layout
40406 bp
40407 \end_layout
40408
40409 \end_inset
40410 </cell>
40411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40412 \begin_inset Text
40413
40414 \begin_layout Plain Layout
40415 big point (72
40416 \begin_inset space \thinspace{}
40417 \end_inset
40418
40419 bp = 1
40420 \begin_inset space \thinspace{}
40421 \end_inset
40422
40423 in)
40424 \end_layout
40425
40426 \end_inset
40427 </cell>
40428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40429 \begin_inset Text
40430
40431 \begin_layout Plain Layout
40432 -
40433 \end_layout
40434
40435 \end_inset
40436 </cell>
40437 </row>
40438 <row>
40439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40440 \begin_inset Text
40441
40442 \begin_layout Plain Layout
40443 dd
40444 \end_layout
40445
40446 \end_inset
40447 </cell>
40448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40449 \begin_inset Text
40450
40451 \begin_layout Plain Layout
40452 didot (1
40453 \begin_inset space \thinspace{}
40454 \end_inset
40455
40456 dd 
40457 \begin_inset Formula $\approx$
40458 \end_inset
40459
40460  0.376
40461 \begin_inset space \thinspace{}
40462 \end_inset
40463
40464 mm)
40465 \end_layout
40466
40467 \end_inset
40468 </cell>
40469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40470 \begin_inset Text
40471
40472 \begin_layout Plain Layout
40473 -
40474 \end_layout
40475
40476 \end_inset
40477 </cell>
40478 </row>
40479 <row>
40480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40481 \begin_inset Text
40482
40483 \begin_layout Plain Layout
40484 cc
40485 \end_layout
40486
40487 \end_inset
40488 </cell>
40489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40490 \begin_inset Text
40491
40492 \begin_layout Plain Layout
40493 cicero (1
40494 \begin_inset space \thinspace{}
40495 \end_inset
40496
40497 cc = 12
40498 \begin_inset space \thinspace{}
40499 \end_inset
40500
40501 dd)
40502 \end_layout
40503
40504 \end_inset
40505 </cell>
40506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40507 \begin_inset Text
40508
40509 \begin_layout Plain Layout
40510 -
40511 \end_layout
40512
40513 \end_inset
40514 </cell>
40515 </row>
40516 <row>
40517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40518 \begin_inset Text
40519
40520 \begin_layout Plain Layout
40521 Scale Graphics %
40522 \end_layout
40523
40524 \end_inset
40525 </cell>
40526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40527 \begin_inset Text
40528
40529 \begin_layout Plain Layout
40530 % of original image width
40531 \end_layout
40532
40533 \end_inset
40534 </cell>
40535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40536 \begin_inset Text
40537
40538 \begin_layout Plain Layout
40539
40540 \end_layout
40541
40542 \end_inset
40543 </cell>
40544 </row>
40545 <row>
40546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40547 \begin_inset Text
40548
40549 \begin_layout Plain Layout
40550 Text Width %
40551 \end_layout
40552
40553 \end_inset
40554 </cell>
40555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40556 \begin_inset Text
40557
40558 \begin_layout Plain Layout
40559 % of text width
40560 \end_layout
40561
40562 \end_inset
40563 </cell>
40564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40565 \begin_inset Text
40566
40567 \begin_layout Plain Layout
40568
40569 \backslash
40570 textwidth
40571 \end_layout
40572
40573 \end_inset
40574 </cell>
40575 </row>
40576 <row>
40577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40578 \begin_inset Text
40579
40580 \begin_layout Plain Layout
40581 Column Width %
40582 \end_layout
40583
40584 \end_inset
40585 </cell>
40586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40587 \begin_inset Text
40588
40589 \begin_layout Plain Layout
40590 % of column width
40591 \end_layout
40592
40593 \end_inset
40594 </cell>
40595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40596 \begin_inset Text
40597
40598 \begin_layout Plain Layout
40599
40600 \backslash
40601 columnwidth
40602 \end_layout
40603
40604 \end_inset
40605 </cell>
40606 </row>
40607 <row>
40608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40609 \begin_inset Text
40610
40611 \begin_layout Plain Layout
40612 Page Width %
40613 \end_layout
40614
40615 \end_inset
40616 </cell>
40617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40618 \begin_inset Text
40619
40620 \begin_layout Plain Layout
40621 % of paper width
40622 \end_layout
40623
40624 \end_inset
40625 </cell>
40626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40627 \begin_inset Text
40628
40629 \begin_layout Plain Layout
40630
40631 \backslash
40632 paperwidth
40633 \end_layout
40634
40635 \end_inset
40636 </cell>
40637 </row>
40638 <row>
40639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40640 \begin_inset Text
40641
40642 \begin_layout Plain Layout
40643 Line Width %
40644 \end_layout
40645
40646 \end_inset
40647 </cell>
40648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40649 \begin_inset Text
40650
40651 \begin_layout Plain Layout
40652 % of line width
40653 \end_layout
40654
40655 \end_inset
40656 </cell>
40657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40658 \begin_inset Text
40659
40660 \begin_layout Plain Layout
40661
40662 \backslash
40663 linewidth
40664 \end_layout
40665
40666 \end_inset
40667 </cell>
40668 </row>
40669 <row>
40670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40671 \begin_inset Text
40672
40673 \begin_layout Plain Layout
40674 Text Height %
40675 \end_layout
40676
40677 \end_inset
40678 </cell>
40679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40680 \begin_inset Text
40681
40682 \begin_layout Plain Layout
40683 % of text height
40684 \end_layout
40685
40686 \end_inset
40687 </cell>
40688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40689 \begin_inset Text
40690
40691 \begin_layout Plain Layout
40692
40693 \backslash
40694 textheight
40695 \end_layout
40696
40697 \end_inset
40698 </cell>
40699 </row>
40700 <row>
40701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40702 \begin_inset Text
40703
40704 \begin_layout Plain Layout
40705 Page Height %
40706 \end_layout
40707
40708 \end_inset
40709 </cell>
40710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40711 \begin_inset Text
40712
40713 \begin_layout Plain Layout
40714 % of paper height
40715 \end_layout
40716
40717 \end_inset
40718 </cell>
40719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40720 \begin_inset Text
40721
40722 \begin_layout Plain Layout
40723
40724 \backslash
40725 paperheight
40726 \end_layout
40727
40728 \end_inset
40729 </cell>
40730 </row>
40731 <row>
40732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40733 \begin_inset Text
40734
40735 \begin_layout Plain Layout
40736 ex
40737 \end_layout
40738
40739 \end_inset
40740 </cell>
40741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40742 \begin_inset Text
40743
40744 \begin_layout Plain Layout
40745 height of letter 
40746 \emph on
40747 x
40748 \emph default
40749  in current font
40750 \end_layout
40751
40752 \end_inset
40753 </cell>
40754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40755 \begin_inset Text
40756
40757 \begin_layout Plain Layout
40758 -
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 em
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 width of letter 
40779 \emph on
40780 M
40781 \emph default
40782  in current font
40783 \end_layout
40784
40785 \end_inset
40786 </cell>
40787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40788 \begin_inset Text
40789
40790 \begin_layout Plain Layout
40791 -
40792 \end_layout
40793
40794 \end_inset
40795 </cell>
40796 </row>
40797 <row>
40798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40799 \begin_inset Text
40800
40801 \begin_layout Plain Layout
40802 mu
40803 \end_layout
40804
40805 \end_inset
40806 </cell>
40807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40808 \begin_inset Text
40809
40810 \begin_layout Plain Layout
40811 math unit (1
40812 \begin_inset space \thinspace{}
40813 \end_inset
40814
40815 mu = 1/18
40816 \begin_inset space \thinspace{}
40817 \end_inset
40818
40819 em)
40820 \end_layout
40821
40822 \end_inset
40823 </cell>
40824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40825 \begin_inset Text
40826
40827 \begin_layout Plain Layout
40828 -
40829 \end_layout
40830
40831 \end_inset
40832 </cell>
40833 </row>
40834 </lyxtabular>
40835
40836 \end_inset
40837
40838
40839 \end_layout
40840
40841 \end_inset
40842
40843
40844 \end_layout
40845
40846 \begin_layout Chapter
40847 Output File Formats with Graphics
40848 \begin_inset CommandInset label
40849 LatexCommand label
40850 name "cha:Output-File-Formats"
40851
40852 \end_inset
40853
40854
40855 \end_layout
40856
40857 \begin_layout Section
40858 DVI
40859 \begin_inset Index idx
40860 status collapsed
40861
40862 \begin_layout Plain Layout
40863 File Formats ! DVI
40864 \end_layout
40865
40866 \end_inset
40867
40868
40869 \begin_inset Index idx
40870 status collapsed
40871
40872 \begin_layout Plain Layout
40873 DVI|see
40874 \begin_inset ERT
40875 status collapsed
40876
40877 \begin_layout Plain Layout
40878
40879 {
40880 \end_layout
40881
40882 \end_inset
40883
40884 File Formats
40885 \begin_inset ERT
40886 status collapsed
40887
40888 \begin_layout Plain Layout
40889
40890 }
40891 \end_layout
40892
40893 \end_inset
40894
40895
40896 \end_layout
40897
40898 \end_inset
40899
40900
40901 \end_layout
40902
40903 \begin_layout Standard
40904 This file type has the extension 
40905 \begin_inset Quotes eld
40906 \end_inset
40907
40908
40909 \family typewriter
40910 .dvi
40911 \family default
40912
40913 \begin_inset Quotes erd
40914 \end_inset
40915
40916 .
40917  It is called 
40918 \begin_inset Quotes eld
40919 \end_inset
40920
40921 device-independent
40922 \begin_inset Quotes erd
40923 \end_inset
40924
40925  (DVI), because it is completely portable; you can move them from one machine
40926  to another without needing to do any sort of conversion.
40927  At the time when this file-format was developed, this was no matter of
40928  course.
40929  DVIs are used for quick previews and as pre-stage for other output formats,
40930  like PostScript.
40931 \end_layout
40932
40933 \begin_layout Standard
40934 \begin_inset Note Greyedout
40935 status open
40936
40937 \begin_layout Plain Layout
40938
40939 \series bold
40940 Note:
40941 \series default
40942  DVI-files do not contain images; they will only be a linked.
40943 \end_layout
40944
40945 \end_inset
40946
40947  So don't forget this, if you move your 
40948 \family typewriter
40949 .dvi
40950 \family default
40951  file to another computer.
40952  This property can also slow down your computer when you view the DVI, because
40953  the DVI-viewer has to convert the image in the background to make it visible
40954  when you scroll in the DVI.
40955  So it is recommended that you use PDF for files with many images.
40956 \end_layout
40957
40958 \begin_layout Standard
40959 You can export your document to DVI by using the menu 
40960 \family sans
40961 File\SpecialChar menuseparator
40962 Export\SpecialChar menuseparator
40963 DVI
40964 \family default
40965 .
40966  You can view your document as DVI via the 
40967 \family sans
40968 View
40969 \family default
40970  menu.
40971 \end_layout
40972
40973 \begin_layout Section
40974 PostScript
40975 \begin_inset Index idx
40976 status collapsed
40977
40978 \begin_layout Plain Layout
40979 File Formats ! PostScript
40980 \end_layout
40981
40982 \end_inset
40983
40984
40985 \begin_inset Index idx
40986 status collapsed
40987
40988 \begin_layout Plain Layout
40989 PostScript|see
40990 \begin_inset ERT
40991 status collapsed
40992
40993 \begin_layout Plain Layout
40994
40995 {
40996 \end_layout
40997
40998 \end_inset
40999
41000 File Formats
41001 \begin_inset ERT
41002 status collapsed
41003
41004 \begin_layout Plain Layout
41005
41006 }
41007 \end_layout
41008
41009 \end_inset
41010
41011
41012 \end_layout
41013
41014 \end_inset
41015
41016
41017 \end_layout
41018
41019 \begin_layout Standard
41020 This file type has the extension 
41021 \begin_inset Quotes eld
41022 \end_inset
41023
41024
41025 \family typewriter
41026 .ps
41027 \family default
41028
41029 \begin_inset Quotes erd
41030 \end_inset
41031
41032 .
41033  PostScript was developed by the company 
41034 \family typewriter
41035 Adobe
41036 \family default
41037  as a printer language.
41038  The file therefore contains commands that the printer uses to print the
41039  file.
41040  PostScript can be seen as a 
41041 \begin_inset Quotes eld
41042 \end_inset
41043
41044 programming language
41045 \begin_inset Quotes erd
41046 \end_inset
41047
41048 ; you can calculate with it and draw diagrams and images.
41049 \begin_inset Foot
41050 status collapsed
41051
41052 \begin_layout Plain Layout
41053 If you are interested to learn more about this, have a look at the \SpecialChar LaTeX
41054 -package
41055  
41056 \series bold
41057 PSTricks
41058 \series default
41059  
41060 \begin_inset CommandInset citation
41061 LatexCommand cite
41062 key "pstricks"
41063
41064 \end_inset
41065
41066 .
41067 \end_layout
41068
41069 \end_inset
41070
41071  Due to this ability, the files are often bigger than PDFs.
41072 \end_layout
41073
41074 \begin_layout Standard
41075 PostScript can only contain images in the format 
41076 \begin_inset Quotes eld
41077 \end_inset
41078
41079 Encapsulated PostScript
41080 \begin_inset Quotes erd
41081 \end_inset
41082
41083  (EPS, file extension 
41084 \begin_inset Quotes eld
41085 \end_inset
41086
41087
41088 \family typewriter
41089 .eps
41090 \family default
41091
41092 \begin_inset Quotes erd
41093 \end_inset
41094
41095 ).
41096  As \SpecialChar LyX
41097  allows you to use any known image format in your document, it has to
41098  convert images in the background to EPS.
41099  If you have e.g.
41100 \begin_inset space ~
41101 \end_inset
41102
41103 50
41104 \begin_inset space ~
41105 \end_inset
41106
41107 images in your document, \SpecialChar LyX
41108  has to do 50
41109 \begin_inset space ~
41110 \end_inset
41111
41112 conversions whenever you view or export your document.
41113  This will slow down your work flow with \SpecialChar LyX
41114  drastically.
41115  So if you plan to use PostScript, you can insert your images directly as
41116  EPS to avoid this problem.
41117 \end_layout
41118
41119 \begin_layout Standard
41120 You can export your document to PostScript using the menu 
41121 \family sans
41122 File\SpecialChar menuseparator
41123 Export\SpecialChar menuseparator
41124 Postscript
41125 \family default
41126 .
41127  You can view your document as PostScript via the 
41128 \family sans
41129 View
41130 \family default
41131  menu.
41132 \end_layout
41133
41134 \begin_layout Section
41135 PDF
41136 \begin_inset Index idx
41137 status collapsed
41138
41139 \begin_layout Plain Layout
41140 File Formats ! PDF
41141 \end_layout
41142
41143 \end_inset
41144
41145
41146 \begin_inset Index idx
41147 status collapsed
41148
41149 \begin_layout Plain Layout
41150 PDF
41151 \end_layout
41152
41153 \end_inset
41154
41155
41156 \end_layout
41157
41158 \begin_layout Standard
41159 This file type has the extension 
41160 \begin_inset Quotes eld
41161 \end_inset
41162
41163
41164 \family typewriter
41165 .pdf
41166 \family default
41167
41168 \begin_inset Quotes erd
41169 \end_inset
41170
41171 .
41172  The 
41173 \begin_inset Quotes eld
41174 \end_inset
41175
41176 Portable Document Format
41177 \begin_inset Quotes erd
41178 \end_inset
41179
41180  (PDF) was developed by 
41181 \family typewriter
41182 Adobe
41183 \family default
41184  as a derivative of PostScript.
41185  It is more compressed and it uses fewer commands than PostScript.
41186  As the name 
41187 \begin_inset Quotes eld
41188 \end_inset
41189
41190 portable
41191 \begin_inset Quotes erd
41192 \end_inset
41193
41194  implies, it can be processed at any computer system and the printed output
41195  looks exactly the same.
41196 \end_layout
41197
41198 \begin_layout Standard
41199 PDF can contain images in its own PDF format, in the format 
41200 \begin_inset Quotes eld
41201 \end_inset
41202
41203 Joint Photographic Experts Group
41204 \begin_inset Quotes erd
41205 \end_inset
41206
41207  (JPG, file extension 
41208 \begin_inset Quotes eld
41209 \end_inset
41210
41211
41212 \family typewriter
41213 .jpg
41214 \family default
41215
41216 \begin_inset Quotes erd
41217 \end_inset
41218
41219  or 
41220 \begin_inset Quotes eld
41221 \end_inset
41222
41223
41224 \family typewriter
41225 .jpeg
41226 \family default
41227
41228 \begin_inset Quotes erd
41229 \end_inset
41230
41231 ), and in the format 
41232 \begin_inset Quotes eld
41233 \end_inset
41234
41235 Portable Network Graphics
41236 \begin_inset Quotes erd
41237 \end_inset
41238
41239  (PNG, file extension 
41240 \begin_inset Quotes eld
41241 \end_inset
41242
41243
41244 \family typewriter
41245 .png
41246 \family default
41247
41248 \begin_inset Quotes erd
41249 \end_inset
41250
41251 ).
41252  Nevertheless you can use any other image format, because \SpecialChar LyX
41253  converts them
41254  in the background to one of these formats.
41255  But as described in the section about PostScript, the image conversion
41256  will slow down your work flow.
41257  So it is recommended that you use images in one of the three mentioned
41258  formats.
41259 \end_layout
41260
41261 \begin_layout Standard
41262 You can export your document to PDF via the menu 
41263 \family sans
41264 File\SpecialChar menuseparator
41265 Export
41266 \family default
41267  in three different ways:
41268 \end_layout
41269
41270 \begin_layout Description
41271 PDF
41272 \begin_inset space ~
41273 \end_inset
41274
41275 (ps2pdf) This uses the program 
41276 \family typewriter
41277 ps2pdf
41278 \family default
41279  that creates a PDF from a PostScript-version of your file.
41280  The PostScript-version is produced by the program 
41281 \family typewriter
41282 dvips
41283 \family default
41284  which uses a DVI-version as intermediate step.
41285  So this export variant consists of three conversions.
41286 \end_layout
41287
41288 \begin_layout Description
41289 PDF
41290 \begin_inset space ~
41291 \end_inset
41292
41293 (dvipdfm) This uses the program 
41294 \family typewriter
41295 dvipdfm
41296 \family default
41297  that converts your file in the background to DVI and in a second step to
41298  PDF.
41299 \end_layout
41300
41301 \begin_layout Description
41302 PDF
41303 \begin_inset space ~
41304 \end_inset
41305
41306 (pdflatex) This uses the program 
41307 \family typewriter
41308 pdftex
41309 \family default
41310  that converts your file directly to PDF.
41311 \end_layout
41312
41313 \begin_layout Standard
41314 It is recommended that you use 
41315 \family sans
41316 PDF
41317 \begin_inset space ~
41318 \end_inset
41319
41320 (pdflatex)
41321 \family default
41322  because 
41323 \family typewriter
41324 pdftex
41325 \family default
41326  supports all features of actual PDF-versions, is quick and works stable.
41327  The program 
41328 \family typewriter
41329 dvipdfm
41330 \family default
41331  is not under development and therefore a bit outdated.
41332 \end_layout
41333
41334 \begin_layout Standard
41335 You can view your document as PDF via the 
41336 \family sans
41337 View
41338 \family default
41339  menu or by using a toolbar button.
41340 \end_layout
41341
41342 \begin_layout Chapter
41343 List of dvips color names
41344 \begin_inset CommandInset label
41345 LatexCommand label
41346 name "chap:List-of-dvips-colornames"
41347
41348 \end_inset
41349
41350
41351 \end_layout
41352
41353 \begin_layout Standard
41354 \begin_inset Tabular
41355 <lyxtabular version="3" rows="17" columns="4">
41356 <features tabularvalignment="middle">
41357 <column alignment="left" valignment="top" width="0pt">
41358 <column alignment="left" valignment="top" width="0pt">
41359 <column alignment="left" valignment="top" width="0pt">
41360 <column alignment="left" valignment="top" width="0pt">
41361 <row>
41362 <cell alignment="left" valignment="top" usebox="none">
41363 \begin_inset Text
41364
41365 \begin_layout Plain Layout
41366 \begin_inset ERT
41367 status collapsed
41368
41369 \begin_layout Plain Layout
41370
41371
41372 \backslash
41373 fcolorbox{black}{
41374 \end_layout
41375
41376 \end_inset
41377
41378 white
41379 \begin_inset ERT
41380 status collapsed
41381
41382 \begin_layout Plain Layout
41383
41384 }{
41385 \end_layout
41386
41387 \end_inset
41388
41389 Color
41390 \begin_inset ERT
41391 status collapsed
41392
41393 \begin_layout Plain Layout
41394
41395 }
41396 \end_layout
41397
41398 \end_inset
41399
41400  Color name
41401 \end_layout
41402
41403 \end_inset
41404 </cell>
41405 <cell alignment="left" valignment="top" usebox="none">
41406 \begin_inset Text
41407
41408 \begin_layout Plain Layout
41409 \begin_inset ERT
41410 status collapsed
41411
41412 \begin_layout Plain Layout
41413
41414
41415 \backslash
41416 fcolorbox{black}{
41417 \end_layout
41418
41419 \end_inset
41420
41421 white
41422 \begin_inset ERT
41423 status collapsed
41424
41425 \begin_layout Plain Layout
41426
41427 }{
41428 \end_layout
41429
41430 \end_inset
41431
41432 Color
41433 \begin_inset ERT
41434 status collapsed
41435
41436 \begin_layout Plain Layout
41437
41438 }
41439 \end_layout
41440
41441 \end_inset
41442
41443  Color name
41444 \end_layout
41445
41446 \end_inset
41447 </cell>
41448 <cell alignment="left" valignment="top" usebox="none">
41449 \begin_inset Text
41450
41451 \begin_layout Plain Layout
41452 \begin_inset ERT
41453 status collapsed
41454
41455 \begin_layout Plain Layout
41456
41457
41458 \backslash
41459 fcolorbox{black}{
41460 \end_layout
41461
41462 \end_inset
41463
41464 white
41465 \begin_inset ERT
41466 status collapsed
41467
41468 \begin_layout Plain Layout
41469
41470 }{
41471 \end_layout
41472
41473 \end_inset
41474
41475 Color
41476 \begin_inset ERT
41477 status collapsed
41478
41479 \begin_layout Plain Layout
41480
41481 }
41482 \end_layout
41483
41484 \end_inset
41485
41486  Color name
41487 \end_layout
41488
41489 \end_inset
41490 </cell>
41491 <cell alignment="left" valignment="top" usebox="none">
41492 \begin_inset Text
41493
41494 \begin_layout Plain Layout
41495 \begin_inset ERT
41496 status collapsed
41497
41498 \begin_layout Plain Layout
41499
41500
41501 \backslash
41502 fcolorbox{black}{
41503 \end_layout
41504
41505 \end_inset
41506
41507 white
41508 \begin_inset ERT
41509 status collapsed
41510
41511 \begin_layout Plain Layout
41512
41513 }{
41514 \end_layout
41515
41516 \end_inset
41517
41518 Color
41519 \begin_inset ERT
41520 status collapsed
41521
41522 \begin_layout Plain Layout
41523
41524 }
41525 \end_layout
41526
41527 \end_inset
41528
41529  Color name
41530 \end_layout
41531
41532 \end_inset
41533 </cell>
41534 </row>
41535 <row>
41536 <cell alignment="center" valignment="top" usebox="none">
41537 \begin_inset Text
41538
41539 \begin_layout Plain Layout
41540 \begin_inset ERT
41541 status collapsed
41542
41543 \begin_layout Plain Layout
41544
41545
41546 \backslash
41547 fcolorbox{black}{
41548 \end_layout
41549
41550 \end_inset
41551
41552 Apricot
41553 \begin_inset ERT
41554 status collapsed
41555
41556 \begin_layout Plain Layout
41557
41558 }{
41559 \end_layout
41560
41561 \end_inset
41562
41563
41564 \begin_inset Phantom Phantom
41565 status open
41566
41567 \begin_layout Plain Layout
41568 W
41569 \end_layout
41570
41571 \end_inset
41572
41573
41574 \begin_inset ERT
41575 status collapsed
41576
41577 \begin_layout Plain Layout
41578
41579 }
41580 \end_layout
41581
41582 \end_inset
41583
41584  Apricot
41585 \end_layout
41586
41587 \end_inset
41588 </cell>
41589 <cell alignment="center" valignment="top" usebox="none">
41590 \begin_inset Text
41591
41592 \begin_layout Plain Layout
41593 \begin_inset ERT
41594 status collapsed
41595
41596 \begin_layout Plain Layout
41597
41598
41599 \backslash
41600 fcolorbox{black}{
41601 \end_layout
41602
41603 \end_inset
41604
41605 Aquamarine
41606 \begin_inset ERT
41607 status collapsed
41608
41609 \begin_layout Plain Layout
41610
41611 }{
41612 \end_layout
41613
41614 \end_inset
41615
41616
41617 \begin_inset Phantom Phantom
41618 status open
41619
41620 \begin_layout Plain Layout
41621 W
41622 \end_layout
41623
41624 \end_inset
41625
41626
41627 \begin_inset ERT
41628 status collapsed
41629
41630 \begin_layout Plain Layout
41631
41632 }
41633 \end_layout
41634
41635 \end_inset
41636
41637  Aquamarine
41638 \end_layout
41639
41640 \end_inset
41641 </cell>
41642 <cell alignment="center" valignment="top" usebox="none">
41643 \begin_inset Text
41644
41645 \begin_layout Plain Layout
41646 \begin_inset ERT
41647 status collapsed
41648
41649 \begin_layout Plain Layout
41650
41651
41652 \backslash
41653 fcolorbox{black}{
41654 \end_layout
41655
41656 \end_inset
41657
41658 Bittersweet
41659 \begin_inset ERT
41660 status collapsed
41661
41662 \begin_layout Plain Layout
41663
41664 }{
41665 \end_layout
41666
41667 \end_inset
41668
41669
41670 \begin_inset Phantom Phantom
41671 status open
41672
41673 \begin_layout Plain Layout
41674 W
41675 \end_layout
41676
41677 \end_inset
41678
41679
41680 \begin_inset ERT
41681 status collapsed
41682
41683 \begin_layout Plain Layout
41684
41685 }
41686 \end_layout
41687
41688 \end_inset
41689
41690  Bittersweet
41691 \end_layout
41692
41693 \end_inset
41694 </cell>
41695 <cell alignment="center" valignment="top" usebox="none">
41696 \begin_inset Text
41697
41698 \begin_layout Plain Layout
41699 \begin_inset ERT
41700 status collapsed
41701
41702 \begin_layout Plain Layout
41703
41704
41705 \backslash
41706 fcolorbox{black}{
41707 \end_layout
41708
41709 \end_inset
41710
41711 BlueGreen
41712 \begin_inset ERT
41713 status collapsed
41714
41715 \begin_layout Plain Layout
41716
41717 }{
41718 \end_layout
41719
41720 \end_inset
41721
41722
41723 \begin_inset Phantom Phantom
41724 status open
41725
41726 \begin_layout Plain Layout
41727 W
41728 \end_layout
41729
41730 \end_inset
41731
41732
41733 \begin_inset ERT
41734 status collapsed
41735
41736 \begin_layout Plain Layout
41737
41738 }
41739 \end_layout
41740
41741 \end_inset
41742
41743  BlueGreen
41744 \end_layout
41745
41746 \end_inset
41747 </cell>
41748 </row>
41749 <row>
41750 <cell alignment="left" valignment="top" usebox="none">
41751 \begin_inset Text
41752
41753 \begin_layout Plain Layout
41754 \begin_inset ERT
41755 status collapsed
41756
41757 \begin_layout Plain Layout
41758
41759
41760 \backslash
41761 fcolorbox{black}{
41762 \end_layout
41763
41764 \end_inset
41765
41766 BlueViolet
41767 \begin_inset ERT
41768 status collapsed
41769
41770 \begin_layout Plain Layout
41771
41772 }{
41773 \end_layout
41774
41775 \end_inset
41776
41777
41778 \begin_inset Phantom Phantom
41779 status open
41780
41781 \begin_layout Plain Layout
41782 W
41783 \end_layout
41784
41785 \end_inset
41786
41787
41788 \begin_inset ERT
41789 status collapsed
41790
41791 \begin_layout Plain Layout
41792
41793 }
41794 \end_layout
41795
41796 \end_inset
41797
41798  BlueViolet
41799 \end_layout
41800
41801 \end_inset
41802 </cell>
41803 <cell alignment="left" valignment="top" usebox="none">
41804 \begin_inset Text
41805
41806 \begin_layout Plain Layout
41807 \begin_inset ERT
41808 status collapsed
41809
41810 \begin_layout Plain Layout
41811
41812
41813 \backslash
41814 fcolorbox{black}{
41815 \end_layout
41816
41817 \end_inset
41818
41819 BrickRed
41820 \begin_inset ERT
41821 status collapsed
41822
41823 \begin_layout Plain Layout
41824
41825 }{
41826 \end_layout
41827
41828 \end_inset
41829
41830
41831 \begin_inset Phantom Phantom
41832 status open
41833
41834 \begin_layout Plain Layout
41835 W
41836 \end_layout
41837
41838 \end_inset
41839
41840
41841 \begin_inset ERT
41842 status collapsed
41843
41844 \begin_layout Plain Layout
41845
41846 }
41847 \end_layout
41848
41849 \end_inset
41850
41851  BrickRed
41852 \end_layout
41853
41854 \end_inset
41855 </cell>
41856 <cell alignment="left" valignment="top" usebox="none">
41857 \begin_inset Text
41858
41859 \begin_layout Plain Layout
41860 \begin_inset ERT
41861 status collapsed
41862
41863 \begin_layout Plain Layout
41864
41865
41866 \backslash
41867 fcolorbox{black}{
41868 \end_layout
41869
41870 \end_inset
41871
41872 Brown
41873 \begin_inset ERT
41874 status collapsed
41875
41876 \begin_layout Plain Layout
41877
41878 }{
41879 \end_layout
41880
41881 \end_inset
41882
41883
41884 \begin_inset Phantom Phantom
41885 status open
41886
41887 \begin_layout Plain Layout
41888 W
41889 \end_layout
41890
41891 \end_inset
41892
41893
41894 \begin_inset ERT
41895 status collapsed
41896
41897 \begin_layout Plain Layout
41898
41899 }
41900 \end_layout
41901
41902 \end_inset
41903
41904  Brown
41905 \end_layout
41906
41907 \end_inset
41908 </cell>
41909 <cell alignment="left" valignment="top" usebox="none">
41910 \begin_inset Text
41911
41912 \begin_layout Plain Layout
41913 \begin_inset ERT
41914 status collapsed
41915
41916 \begin_layout Plain Layout
41917
41918
41919 \backslash
41920 fcolorbox{black}{
41921 \end_layout
41922
41923 \end_inset
41924
41925 BurntOrange
41926 \begin_inset ERT
41927 status collapsed
41928
41929 \begin_layout Plain Layout
41930
41931 }{
41932 \end_layout
41933
41934 \end_inset
41935
41936
41937 \begin_inset Phantom Phantom
41938 status open
41939
41940 \begin_layout Plain Layout
41941 W
41942 \end_layout
41943
41944 \end_inset
41945
41946
41947 \begin_inset ERT
41948 status collapsed
41949
41950 \begin_layout Plain Layout
41951
41952 }
41953 \end_layout
41954
41955 \end_inset
41956
41957  BurntOrange
41958 \end_layout
41959
41960 \end_inset
41961 </cell>
41962 </row>
41963 <row>
41964 <cell alignment="left" valignment="top" usebox="none">
41965 \begin_inset Text
41966
41967 \begin_layout Plain Layout
41968 \begin_inset ERT
41969 status collapsed
41970
41971 \begin_layout Plain Layout
41972
41973
41974 \backslash
41975 fcolorbox{black}{
41976 \end_layout
41977
41978 \end_inset
41979
41980 CadetBlue
41981 \begin_inset ERT
41982 status collapsed
41983
41984 \begin_layout Plain Layout
41985
41986 }{
41987 \end_layout
41988
41989 \end_inset
41990
41991
41992 \begin_inset Phantom Phantom
41993 status open
41994
41995 \begin_layout Plain Layout
41996 W
41997 \end_layout
41998
41999 \end_inset
42000
42001
42002 \begin_inset ERT
42003 status collapsed
42004
42005 \begin_layout Plain Layout
42006
42007 }
42008 \end_layout
42009
42010 \end_inset
42011
42012  CadetBlue
42013 \end_layout
42014
42015 \end_inset
42016 </cell>
42017 <cell alignment="left" valignment="top" usebox="none">
42018 \begin_inset Text
42019
42020 \begin_layout Plain Layout
42021 \begin_inset ERT
42022 status collapsed
42023
42024 \begin_layout Plain Layout
42025
42026
42027 \backslash
42028 fcolorbox{black}{
42029 \end_layout
42030
42031 \end_inset
42032
42033 CarnationPink
42034 \begin_inset ERT
42035 status collapsed
42036
42037 \begin_layout Plain Layout
42038
42039 }{
42040 \end_layout
42041
42042 \end_inset
42043
42044
42045 \begin_inset Phantom Phantom
42046 status open
42047
42048 \begin_layout Plain Layout
42049 W
42050 \end_layout
42051
42052 \end_inset
42053
42054
42055 \begin_inset ERT
42056 status collapsed
42057
42058 \begin_layout Plain Layout
42059
42060 }
42061 \end_layout
42062
42063 \end_inset
42064
42065  CarnationPink
42066 \end_layout
42067
42068 \end_inset
42069 </cell>
42070 <cell alignment="left" valignment="top" usebox="none">
42071 \begin_inset Text
42072
42073 \begin_layout Plain Layout
42074 \begin_inset ERT
42075 status collapsed
42076
42077 \begin_layout Plain Layout
42078
42079
42080 \backslash
42081 fcolorbox{black}{
42082 \end_layout
42083
42084 \end_inset
42085
42086 Cerulean
42087 \begin_inset ERT
42088 status collapsed
42089
42090 \begin_layout Plain Layout
42091
42092 }{
42093 \end_layout
42094
42095 \end_inset
42096
42097
42098 \begin_inset Phantom Phantom
42099 status open
42100
42101 \begin_layout Plain Layout
42102 W
42103 \end_layout
42104
42105 \end_inset
42106
42107
42108 \begin_inset ERT
42109 status collapsed
42110
42111 \begin_layout Plain Layout
42112
42113 }
42114 \end_layout
42115
42116 \end_inset
42117
42118  Cerulean
42119 \end_layout
42120
42121 \end_inset
42122 </cell>
42123 <cell alignment="left" valignment="top" usebox="none">
42124 \begin_inset Text
42125
42126 \begin_layout Plain Layout
42127 \begin_inset ERT
42128 status collapsed
42129
42130 \begin_layout Plain Layout
42131
42132
42133 \backslash
42134 fcolorbox{black}{
42135 \end_layout
42136
42137 \end_inset
42138
42139 CornflowerBlue
42140 \begin_inset ERT
42141 status collapsed
42142
42143 \begin_layout Plain Layout
42144
42145 }{
42146 \end_layout
42147
42148 \end_inset
42149
42150
42151 \begin_inset Phantom Phantom
42152 status open
42153
42154 \begin_layout Plain Layout
42155 W
42156 \end_layout
42157
42158 \end_inset
42159
42160
42161 \begin_inset ERT
42162 status collapsed
42163
42164 \begin_layout Plain Layout
42165
42166 }
42167 \end_layout
42168
42169 \end_inset
42170
42171  CornflowerBlue
42172 \end_layout
42173
42174 \end_inset
42175 </cell>
42176 </row>
42177 <row>
42178 <cell alignment="left" valignment="top" usebox="none">
42179 \begin_inset Text
42180
42181 \begin_layout Plain Layout
42182 \begin_inset ERT
42183 status collapsed
42184
42185 \begin_layout Plain Layout
42186
42187
42188 \backslash
42189 fcolorbox{black}{
42190 \end_layout
42191
42192 \end_inset
42193
42194 Dandelion
42195 \begin_inset ERT
42196 status collapsed
42197
42198 \begin_layout Plain Layout
42199
42200 }{
42201 \end_layout
42202
42203 \end_inset
42204
42205
42206 \begin_inset Phantom Phantom
42207 status open
42208
42209 \begin_layout Plain Layout
42210 W
42211 \end_layout
42212
42213 \end_inset
42214
42215
42216 \begin_inset ERT
42217 status collapsed
42218
42219 \begin_layout Plain Layout
42220
42221 }
42222 \end_layout
42223
42224 \end_inset
42225
42226  Dandelion
42227 \end_layout
42228
42229 \end_inset
42230 </cell>
42231 <cell alignment="left" valignment="top" usebox="none">
42232 \begin_inset Text
42233
42234 \begin_layout Plain Layout
42235 \begin_inset ERT
42236 status collapsed
42237
42238 \begin_layout Plain Layout
42239
42240
42241 \backslash
42242 fcolorbox{black}{
42243 \end_layout
42244
42245 \end_inset
42246
42247 DarkOrchid
42248 \begin_inset ERT
42249 status collapsed
42250
42251 \begin_layout Plain Layout
42252
42253 }{
42254 \end_layout
42255
42256 \end_inset
42257
42258
42259 \begin_inset Phantom Phantom
42260 status open
42261
42262 \begin_layout Plain Layout
42263 W
42264 \end_layout
42265
42266 \end_inset
42267
42268
42269 \begin_inset ERT
42270 status collapsed
42271
42272 \begin_layout Plain Layout
42273
42274 }
42275 \end_layout
42276
42277 \end_inset
42278
42279  DarkOrchid
42280 \end_layout
42281
42282 \end_inset
42283 </cell>
42284 <cell alignment="left" valignment="top" usebox="none">
42285 \begin_inset Text
42286
42287 \begin_layout Plain Layout
42288 \begin_inset ERT
42289 status collapsed
42290
42291 \begin_layout Plain Layout
42292
42293
42294 \backslash
42295 fcolorbox{black}{
42296 \end_layout
42297
42298 \end_inset
42299
42300 Emerald
42301 \begin_inset ERT
42302 status collapsed
42303
42304 \begin_layout Plain Layout
42305
42306 }{
42307 \end_layout
42308
42309 \end_inset
42310
42311
42312 \begin_inset Phantom Phantom
42313 status open
42314
42315 \begin_layout Plain Layout
42316 W
42317 \end_layout
42318
42319 \end_inset
42320
42321
42322 \begin_inset ERT
42323 status collapsed
42324
42325 \begin_layout Plain Layout
42326
42327 }
42328 \end_layout
42329
42330 \end_inset
42331
42332  Emerald
42333 \end_layout
42334
42335 \end_inset
42336 </cell>
42337 <cell alignment="left" valignment="top" usebox="none">
42338 \begin_inset Text
42339
42340 \begin_layout Plain Layout
42341 \begin_inset ERT
42342 status collapsed
42343
42344 \begin_layout Plain Layout
42345
42346
42347 \backslash
42348 fcolorbox{black}{
42349 \end_layout
42350
42351 \end_inset
42352
42353 ForestGreen
42354 \begin_inset ERT
42355 status collapsed
42356
42357 \begin_layout Plain Layout
42358
42359 }{
42360 \end_layout
42361
42362 \end_inset
42363
42364
42365 \begin_inset Phantom Phantom
42366 status open
42367
42368 \begin_layout Plain Layout
42369 W
42370 \end_layout
42371
42372 \end_inset
42373
42374
42375 \begin_inset ERT
42376 status collapsed
42377
42378 \begin_layout Plain Layout
42379
42380 }
42381 \end_layout
42382
42383 \end_inset
42384
42385  ForestGreen
42386 \end_layout
42387
42388 \end_inset
42389 </cell>
42390 </row>
42391 <row>
42392 <cell alignment="left" valignment="top" usebox="none">
42393 \begin_inset Text
42394
42395 \begin_layout Plain Layout
42396 \begin_inset ERT
42397 status collapsed
42398
42399 \begin_layout Plain Layout
42400
42401
42402 \backslash
42403 fcolorbox{black}{
42404 \end_layout
42405
42406 \end_inset
42407
42408 Fuchsia
42409 \begin_inset ERT
42410 status collapsed
42411
42412 \begin_layout Plain Layout
42413
42414 }{
42415 \end_layout
42416
42417 \end_inset
42418
42419
42420 \begin_inset Phantom Phantom
42421 status open
42422
42423 \begin_layout Plain Layout
42424 W
42425 \end_layout
42426
42427 \end_inset
42428
42429
42430 \begin_inset ERT
42431 status collapsed
42432
42433 \begin_layout Plain Layout
42434
42435 }
42436 \end_layout
42437
42438 \end_inset
42439
42440  Fuchsia
42441 \end_layout
42442
42443 \end_inset
42444 </cell>
42445 <cell alignment="left" valignment="top" usebox="none">
42446 \begin_inset Text
42447
42448 \begin_layout Plain Layout
42449 \begin_inset ERT
42450 status collapsed
42451
42452 \begin_layout Plain Layout
42453
42454
42455 \backslash
42456 fcolorbox{black}{
42457 \end_layout
42458
42459 \end_inset
42460
42461 Goldenrod
42462 \begin_inset ERT
42463 status collapsed
42464
42465 \begin_layout Plain Layout
42466
42467 }{
42468 \end_layout
42469
42470 \end_inset
42471
42472
42473 \begin_inset Phantom Phantom
42474 status open
42475
42476 \begin_layout Plain Layout
42477 W
42478 \end_layout
42479
42480 \end_inset
42481
42482
42483 \begin_inset ERT
42484 status collapsed
42485
42486 \begin_layout Plain Layout
42487
42488 }
42489 \end_layout
42490
42491 \end_inset
42492
42493  Goldenrod
42494 \end_layout
42495
42496 \end_inset
42497 </cell>
42498 <cell alignment="left" valignment="top" usebox="none">
42499 \begin_inset Text
42500
42501 \begin_layout Plain Layout
42502 \begin_inset ERT
42503 status collapsed
42504
42505 \begin_layout Plain Layout
42506
42507
42508 \backslash
42509 fcolorbox{black}{
42510 \end_layout
42511
42512 \end_inset
42513
42514 Gray
42515 \begin_inset ERT
42516 status collapsed
42517
42518 \begin_layout Plain Layout
42519
42520 }{
42521 \end_layout
42522
42523 \end_inset
42524
42525
42526 \begin_inset Phantom Phantom
42527 status open
42528
42529 \begin_layout Plain Layout
42530 W
42531 \end_layout
42532
42533 \end_inset
42534
42535
42536 \begin_inset ERT
42537 status collapsed
42538
42539 \begin_layout Plain Layout
42540
42541 }
42542 \end_layout
42543
42544 \end_inset
42545
42546  Gray
42547 \end_layout
42548
42549 \end_inset
42550 </cell>
42551 <cell alignment="left" valignment="top" usebox="none">
42552 \begin_inset Text
42553
42554 \begin_layout Plain Layout
42555 \begin_inset ERT
42556 status collapsed
42557
42558 \begin_layout Plain Layout
42559
42560
42561 \backslash
42562 fcolorbox{black}{
42563 \end_layout
42564
42565 \end_inset
42566
42567 GreenYellow
42568 \begin_inset ERT
42569 status collapsed
42570
42571 \begin_layout Plain Layout
42572
42573 }{
42574 \end_layout
42575
42576 \end_inset
42577
42578
42579 \begin_inset Phantom Phantom
42580 status open
42581
42582 \begin_layout Plain Layout
42583 W
42584 \end_layout
42585
42586 \end_inset
42587
42588
42589 \begin_inset ERT
42590 status collapsed
42591
42592 \begin_layout Plain Layout
42593
42594 }
42595 \end_layout
42596
42597 \end_inset
42598
42599  GreenYellow
42600 \end_layout
42601
42602 \end_inset
42603 </cell>
42604 </row>
42605 <row>
42606 <cell alignment="center" valignment="top" usebox="none">
42607 \begin_inset Text
42608
42609 \begin_layout Plain Layout
42610 \begin_inset ERT
42611 status collapsed
42612
42613 \begin_layout Plain Layout
42614
42615
42616 \backslash
42617 fcolorbox{black}{
42618 \end_layout
42619
42620 \end_inset
42621
42622 JungleGreen
42623 \begin_inset ERT
42624 status collapsed
42625
42626 \begin_layout Plain Layout
42627
42628 }{
42629 \end_layout
42630
42631 \end_inset
42632
42633
42634 \begin_inset Phantom Phantom
42635 status open
42636
42637 \begin_layout Plain Layout
42638 W
42639 \end_layout
42640
42641 \end_inset
42642
42643
42644 \begin_inset ERT
42645 status collapsed
42646
42647 \begin_layout Plain Layout
42648
42649 }
42650 \end_layout
42651
42652 \end_inset
42653
42654  JungleGreen
42655 \end_layout
42656
42657 \end_inset
42658 </cell>
42659 <cell alignment="center" valignment="top" usebox="none">
42660 \begin_inset Text
42661
42662 \begin_layout Plain Layout
42663 \begin_inset ERT
42664 status collapsed
42665
42666 \begin_layout Plain Layout
42667
42668
42669 \backslash
42670 fcolorbox{black}{
42671 \end_layout
42672
42673 \end_inset
42674
42675 Lavender
42676 \begin_inset ERT
42677 status collapsed
42678
42679 \begin_layout Plain Layout
42680
42681 }{
42682 \end_layout
42683
42684 \end_inset
42685
42686
42687 \begin_inset Phantom Phantom
42688 status open
42689
42690 \begin_layout Plain Layout
42691 W
42692 \end_layout
42693
42694 \end_inset
42695
42696
42697 \begin_inset ERT
42698 status collapsed
42699
42700 \begin_layout Plain Layout
42701
42702 }
42703 \end_layout
42704
42705 \end_inset
42706
42707  Lavender
42708 \end_layout
42709
42710 \end_inset
42711 </cell>
42712 <cell alignment="center" valignment="top" usebox="none">
42713 \begin_inset Text
42714
42715 \begin_layout Plain Layout
42716 \begin_inset ERT
42717 status collapsed
42718
42719 \begin_layout Plain Layout
42720
42721
42722 \backslash
42723 fcolorbox{black}{
42724 \end_layout
42725
42726 \end_inset
42727
42728 LimeGreen
42729 \begin_inset ERT
42730 status collapsed
42731
42732 \begin_layout Plain Layout
42733
42734 }{
42735 \end_layout
42736
42737 \end_inset
42738
42739
42740 \begin_inset Phantom Phantom
42741 status open
42742
42743 \begin_layout Plain Layout
42744 W
42745 \end_layout
42746
42747 \end_inset
42748
42749
42750 \begin_inset ERT
42751 status collapsed
42752
42753 \begin_layout Plain Layout
42754
42755 }
42756 \end_layout
42757
42758 \end_inset
42759
42760  LimeGreen
42761 \end_layout
42762
42763 \end_inset
42764 </cell>
42765 <cell alignment="center" valignment="top" usebox="none">
42766 \begin_inset Text
42767
42768 \begin_layout Plain Layout
42769 \begin_inset ERT
42770 status collapsed
42771
42772 \begin_layout Plain Layout
42773
42774
42775 \backslash
42776 fcolorbox{black}{
42777 \end_layout
42778
42779 \end_inset
42780
42781 Mahogany
42782 \begin_inset ERT
42783 status collapsed
42784
42785 \begin_layout Plain Layout
42786
42787 }{
42788 \end_layout
42789
42790 \end_inset
42791
42792
42793 \begin_inset Phantom Phantom
42794 status open
42795
42796 \begin_layout Plain Layout
42797 W
42798 \end_layout
42799
42800 \end_inset
42801
42802
42803 \begin_inset ERT
42804 status collapsed
42805
42806 \begin_layout Plain Layout
42807
42808 }
42809 \end_layout
42810
42811 \end_inset
42812
42813  Mahogany
42814 \end_layout
42815
42816 \end_inset
42817 </cell>
42818 </row>
42819 <row>
42820 <cell alignment="left" valignment="top" usebox="none">
42821 \begin_inset Text
42822
42823 \begin_layout Plain Layout
42824 \begin_inset ERT
42825 status collapsed
42826
42827 \begin_layout Plain Layout
42828
42829
42830 \backslash
42831 fcolorbox{black}{
42832 \end_layout
42833
42834 \end_inset
42835
42836 Mahogany
42837 \begin_inset ERT
42838 status collapsed
42839
42840 \begin_layout Plain Layout
42841
42842 }{
42843 \end_layout
42844
42845 \end_inset
42846
42847
42848 \begin_inset Phantom Phantom
42849 status open
42850
42851 \begin_layout Plain Layout
42852 W
42853 \end_layout
42854
42855 \end_inset
42856
42857
42858 \begin_inset ERT
42859 status collapsed
42860
42861 \begin_layout Plain Layout
42862
42863 }
42864 \end_layout
42865
42866 \end_inset
42867
42868  Mahogany
42869 \end_layout
42870
42871 \end_inset
42872 </cell>
42873 <cell alignment="left" valignment="top" usebox="none">
42874 \begin_inset Text
42875
42876 \begin_layout Plain Layout
42877 \begin_inset ERT
42878 status collapsed
42879
42880 \begin_layout Plain Layout
42881
42882
42883 \backslash
42884 fcolorbox{black}{
42885 \end_layout
42886
42887 \end_inset
42888
42889 Maroon
42890 \begin_inset ERT
42891 status collapsed
42892
42893 \begin_layout Plain Layout
42894
42895 }{
42896 \end_layout
42897
42898 \end_inset
42899
42900
42901 \begin_inset Phantom Phantom
42902 status open
42903
42904 \begin_layout Plain Layout
42905 W
42906 \end_layout
42907
42908 \end_inset
42909
42910
42911 \begin_inset ERT
42912 status collapsed
42913
42914 \begin_layout Plain Layout
42915
42916 }
42917 \end_layout
42918
42919 \end_inset
42920
42921  Maroon
42922 \end_layout
42923
42924 \end_inset
42925 </cell>
42926 <cell alignment="left" valignment="top" usebox="none">
42927 \begin_inset Text
42928
42929 \begin_layout Plain Layout
42930 \begin_inset ERT
42931 status collapsed
42932
42933 \begin_layout Plain Layout
42934
42935
42936 \backslash
42937 fcolorbox{black}{
42938 \end_layout
42939
42940 \end_inset
42941
42942 Melon
42943 \begin_inset ERT
42944 status collapsed
42945
42946 \begin_layout Plain Layout
42947
42948 }{
42949 \end_layout
42950
42951 \end_inset
42952
42953
42954 \begin_inset Phantom Phantom
42955 status open
42956
42957 \begin_layout Plain Layout
42958 W
42959 \end_layout
42960
42961 \end_inset
42962
42963
42964 \begin_inset ERT
42965 status collapsed
42966
42967 \begin_layout Plain Layout
42968
42969 }
42970 \end_layout
42971
42972 \end_inset
42973
42974  Melon
42975 \end_layout
42976
42977 \end_inset
42978 </cell>
42979 <cell alignment="left" valignment="top" usebox="none">
42980 \begin_inset Text
42981
42982 \begin_layout Plain Layout
42983 \begin_inset ERT
42984 status collapsed
42985
42986 \begin_layout Plain Layout
42987
42988
42989 \backslash
42990 fcolorbox{black}{
42991 \end_layout
42992
42993 \end_inset
42994
42995 MidnightBlue
42996 \begin_inset ERT
42997 status collapsed
42998
42999 \begin_layout Plain Layout
43000
43001 }{
43002 \end_layout
43003
43004 \end_inset
43005
43006
43007 \begin_inset Phantom Phantom
43008 status open
43009
43010 \begin_layout Plain Layout
43011 W
43012 \end_layout
43013
43014 \end_inset
43015
43016
43017 \begin_inset ERT
43018 status collapsed
43019
43020 \begin_layout Plain Layout
43021
43022 }
43023 \end_layout
43024
43025 \end_inset
43026
43027  MidnightBlue
43028 \end_layout
43029
43030 \end_inset
43031 </cell>
43032 </row>
43033 <row>
43034 <cell alignment="left" valignment="top" usebox="none">
43035 \begin_inset Text
43036
43037 \begin_layout Plain Layout
43038 \begin_inset ERT
43039 status collapsed
43040
43041 \begin_layout Plain Layout
43042
43043
43044 \backslash
43045 fcolorbox{black}{
43046 \end_layout
43047
43048 \end_inset
43049
43050 Mulberry
43051 \begin_inset ERT
43052 status collapsed
43053
43054 \begin_layout Plain Layout
43055
43056 }{
43057 \end_layout
43058
43059 \end_inset
43060
43061
43062 \begin_inset Phantom Phantom
43063 status open
43064
43065 \begin_layout Plain Layout
43066 W
43067 \end_layout
43068
43069 \end_inset
43070
43071
43072 \begin_inset ERT
43073 status collapsed
43074
43075 \begin_layout Plain Layout
43076
43077 }
43078 \end_layout
43079
43080 \end_inset
43081
43082  Mulberry
43083 \end_layout
43084
43085 \end_inset
43086 </cell>
43087 <cell alignment="left" valignment="top" usebox="none">
43088 \begin_inset Text
43089
43090 \begin_layout Plain Layout
43091 \begin_inset ERT
43092 status collapsed
43093
43094 \begin_layout Plain Layout
43095
43096
43097 \backslash
43098 fcolorbox{black}{
43099 \end_layout
43100
43101 \end_inset
43102
43103 NavyBlue
43104 \begin_inset ERT
43105 status collapsed
43106
43107 \begin_layout Plain Layout
43108
43109 }{
43110 \end_layout
43111
43112 \end_inset
43113
43114
43115 \begin_inset Phantom Phantom
43116 status open
43117
43118 \begin_layout Plain Layout
43119 W
43120 \end_layout
43121
43122 \end_inset
43123
43124
43125 \begin_inset ERT
43126 status collapsed
43127
43128 \begin_layout Plain Layout
43129
43130 }
43131 \end_layout
43132
43133 \end_inset
43134
43135  NavyBlue
43136 \end_layout
43137
43138 \end_inset
43139 </cell>
43140 <cell alignment="left" valignment="top" usebox="none">
43141 \begin_inset Text
43142
43143 \begin_layout Plain Layout
43144 \begin_inset ERT
43145 status collapsed
43146
43147 \begin_layout Plain Layout
43148
43149
43150 \backslash
43151 fcolorbox{black}{
43152 \end_layout
43153
43154 \end_inset
43155
43156 OliveGreen
43157 \begin_inset ERT
43158 status collapsed
43159
43160 \begin_layout Plain Layout
43161
43162 }{
43163 \end_layout
43164
43165 \end_inset
43166
43167
43168 \begin_inset Phantom Phantom
43169 status open
43170
43171 \begin_layout Plain Layout
43172 W
43173 \end_layout
43174
43175 \end_inset
43176
43177
43178 \begin_inset ERT
43179 status collapsed
43180
43181 \begin_layout Plain Layout
43182
43183 }
43184 \end_layout
43185
43186 \end_inset
43187
43188  OliveGreen
43189 \end_layout
43190
43191 \end_inset
43192 </cell>
43193 <cell alignment="left" valignment="top" usebox="none">
43194 \begin_inset Text
43195
43196 \begin_layout Plain Layout
43197 \begin_inset ERT
43198 status collapsed
43199
43200 \begin_layout Plain Layout
43201
43202
43203 \backslash
43204 fcolorbox{black}{
43205 \end_layout
43206
43207 \end_inset
43208
43209 Orange
43210 \begin_inset ERT
43211 status collapsed
43212
43213 \begin_layout Plain Layout
43214
43215 }{
43216 \end_layout
43217
43218 \end_inset
43219
43220
43221 \begin_inset Phantom Phantom
43222 status open
43223
43224 \begin_layout Plain Layout
43225 W
43226 \end_layout
43227
43228 \end_inset
43229
43230
43231 \begin_inset ERT
43232 status collapsed
43233
43234 \begin_layout Plain Layout
43235
43236 }
43237 \end_layout
43238
43239 \end_inset
43240
43241  Orange
43242 \end_layout
43243
43244 \end_inset
43245 </cell>
43246 </row>
43247 <row>
43248 <cell alignment="left" valignment="top" usebox="none">
43249 \begin_inset Text
43250
43251 \begin_layout Plain Layout
43252 \begin_inset ERT
43253 status collapsed
43254
43255 \begin_layout Plain Layout
43256
43257
43258 \backslash
43259 fcolorbox{black}{
43260 \end_layout
43261
43262 \end_inset
43263
43264 OrangeRed
43265 \begin_inset ERT
43266 status collapsed
43267
43268 \begin_layout Plain Layout
43269
43270 }{
43271 \end_layout
43272
43273 \end_inset
43274
43275
43276 \begin_inset Phantom Phantom
43277 status open
43278
43279 \begin_layout Plain Layout
43280 W
43281 \end_layout
43282
43283 \end_inset
43284
43285
43286 \begin_inset ERT
43287 status collapsed
43288
43289 \begin_layout Plain Layout
43290
43291 }
43292 \end_layout
43293
43294 \end_inset
43295
43296  OrangeRed
43297 \end_layout
43298
43299 \end_inset
43300 </cell>
43301 <cell alignment="left" valignment="top" usebox="none">
43302 \begin_inset Text
43303
43304 \begin_layout Plain Layout
43305 \begin_inset ERT
43306 status collapsed
43307
43308 \begin_layout Plain Layout
43309
43310
43311 \backslash
43312 fcolorbox{black}{
43313 \end_layout
43314
43315 \end_inset
43316
43317 Orchid
43318 \begin_inset ERT
43319 status collapsed
43320
43321 \begin_layout Plain Layout
43322
43323 }{
43324 \end_layout
43325
43326 \end_inset
43327
43328
43329 \begin_inset Phantom Phantom
43330 status open
43331
43332 \begin_layout Plain Layout
43333 W
43334 \end_layout
43335
43336 \end_inset
43337
43338
43339 \begin_inset ERT
43340 status collapsed
43341
43342 \begin_layout Plain Layout
43343
43344 }
43345 \end_layout
43346
43347 \end_inset
43348
43349  Orchid
43350 \end_layout
43351
43352 \end_inset
43353 </cell>
43354 <cell alignment="left" valignment="top" usebox="none">
43355 \begin_inset Text
43356
43357 \begin_layout Plain Layout
43358 \begin_inset ERT
43359 status collapsed
43360
43361 \begin_layout Plain Layout
43362
43363
43364 \backslash
43365 fcolorbox{black}{
43366 \end_layout
43367
43368 \end_inset
43369
43370 Peach
43371 \begin_inset ERT
43372 status collapsed
43373
43374 \begin_layout Plain Layout
43375
43376 }{
43377 \end_layout
43378
43379 \end_inset
43380
43381
43382 \begin_inset Phantom Phantom
43383 status open
43384
43385 \begin_layout Plain Layout
43386 W
43387 \end_layout
43388
43389 \end_inset
43390
43391
43392 \begin_inset ERT
43393 status collapsed
43394
43395 \begin_layout Plain Layout
43396
43397 }
43398 \end_layout
43399
43400 \end_inset
43401
43402  Peach
43403 \end_layout
43404
43405 \end_inset
43406 </cell>
43407 <cell alignment="left" valignment="top" usebox="none">
43408 \begin_inset Text
43409
43410 \begin_layout Plain Layout
43411 \begin_inset ERT
43412 status collapsed
43413
43414 \begin_layout Plain Layout
43415
43416
43417 \backslash
43418 fcolorbox{black}{
43419 \end_layout
43420
43421 \end_inset
43422
43423 Periwinkle
43424 \begin_inset ERT
43425 status collapsed
43426
43427 \begin_layout Plain Layout
43428
43429 }{
43430 \end_layout
43431
43432 \end_inset
43433
43434
43435 \begin_inset Phantom Phantom
43436 status open
43437
43438 \begin_layout Plain Layout
43439 W
43440 \end_layout
43441
43442 \end_inset
43443
43444
43445 \begin_inset ERT
43446 status collapsed
43447
43448 \begin_layout Plain Layout
43449
43450 }
43451 \end_layout
43452
43453 \end_inset
43454
43455  Periwinkle
43456 \end_layout
43457
43458 \end_inset
43459 </cell>
43460 </row>
43461 <row>
43462 <cell alignment="left" valignment="top" usebox="none">
43463 \begin_inset Text
43464
43465 \begin_layout Plain Layout
43466 \begin_inset ERT
43467 status collapsed
43468
43469 \begin_layout Plain Layout
43470
43471
43472 \backslash
43473 fcolorbox{black}{
43474 \end_layout
43475
43476 \end_inset
43477
43478 PineGreen
43479 \begin_inset ERT
43480 status collapsed
43481
43482 \begin_layout Plain Layout
43483
43484 }{
43485 \end_layout
43486
43487 \end_inset
43488
43489
43490 \begin_inset Phantom Phantom
43491 status open
43492
43493 \begin_layout Plain Layout
43494 W
43495 \end_layout
43496
43497 \end_inset
43498
43499
43500 \begin_inset ERT
43501 status collapsed
43502
43503 \begin_layout Plain Layout
43504
43505 }
43506 \end_layout
43507
43508 \end_inset
43509
43510  PineGreen
43511 \end_layout
43512
43513 \end_inset
43514 </cell>
43515 <cell alignment="left" valignment="top" usebox="none">
43516 \begin_inset Text
43517
43518 \begin_layout Plain Layout
43519 \begin_inset ERT
43520 status collapsed
43521
43522 \begin_layout Plain Layout
43523
43524
43525 \backslash
43526 fcolorbox{black}{
43527 \end_layout
43528
43529 \end_inset
43530
43531 Plum
43532 \begin_inset ERT
43533 status collapsed
43534
43535 \begin_layout Plain Layout
43536
43537 }{
43538 \end_layout
43539
43540 \end_inset
43541
43542
43543 \begin_inset Phantom Phantom
43544 status open
43545
43546 \begin_layout Plain Layout
43547 W
43548 \end_layout
43549
43550 \end_inset
43551
43552
43553 \begin_inset ERT
43554 status collapsed
43555
43556 \begin_layout Plain Layout
43557
43558 }
43559 \end_layout
43560
43561 \end_inset
43562
43563  Plum
43564 \end_layout
43565
43566 \end_inset
43567 </cell>
43568 <cell alignment="left" valignment="top" usebox="none">
43569 \begin_inset Text
43570
43571 \begin_layout Plain Layout
43572 \begin_inset ERT
43573 status collapsed
43574
43575 \begin_layout Plain Layout
43576
43577
43578 \backslash
43579 fcolorbox{black}{
43580 \end_layout
43581
43582 \end_inset
43583
43584 ProcessBlue
43585 \begin_inset ERT
43586 status collapsed
43587
43588 \begin_layout Plain Layout
43589
43590 }{
43591 \end_layout
43592
43593 \end_inset
43594
43595
43596 \begin_inset Phantom Phantom
43597 status open
43598
43599 \begin_layout Plain Layout
43600 W
43601 \end_layout
43602
43603 \end_inset
43604
43605
43606 \begin_inset ERT
43607 status collapsed
43608
43609 \begin_layout Plain Layout
43610
43611 }
43612 \end_layout
43613
43614 \end_inset
43615
43616  ProcessBlue
43617 \end_layout
43618
43619 \end_inset
43620 </cell>
43621 <cell alignment="left" valignment="top" usebox="none">
43622 \begin_inset Text
43623
43624 \begin_layout Plain Layout
43625 \begin_inset ERT
43626 status collapsed
43627
43628 \begin_layout Plain Layout
43629
43630
43631 \backslash
43632 fcolorbox{black}{
43633 \end_layout
43634
43635 \end_inset
43636
43637 Purple
43638 \begin_inset ERT
43639 status collapsed
43640
43641 \begin_layout Plain Layout
43642
43643 }{
43644 \end_layout
43645
43646 \end_inset
43647
43648
43649 \begin_inset Phantom Phantom
43650 status open
43651
43652 \begin_layout Plain Layout
43653 W
43654 \end_layout
43655
43656 \end_inset
43657
43658
43659 \begin_inset ERT
43660 status collapsed
43661
43662 \begin_layout Plain Layout
43663
43664 }
43665 \end_layout
43666
43667 \end_inset
43668
43669  Purple
43670 \end_layout
43671
43672 \end_inset
43673 </cell>
43674 </row>
43675 <row>
43676 <cell alignment="left" valignment="top" usebox="none">
43677 \begin_inset Text
43678
43679 \begin_layout Plain Layout
43680 \begin_inset ERT
43681 status collapsed
43682
43683 \begin_layout Plain Layout
43684
43685
43686 \backslash
43687 fcolorbox{black}{
43688 \end_layout
43689
43690 \end_inset
43691
43692 RawSienna
43693 \begin_inset ERT
43694 status collapsed
43695
43696 \begin_layout Plain Layout
43697
43698 }{
43699 \end_layout
43700
43701 \end_inset
43702
43703
43704 \begin_inset Phantom Phantom
43705 status open
43706
43707 \begin_layout Plain Layout
43708 W
43709 \end_layout
43710
43711 \end_inset
43712
43713
43714 \begin_inset ERT
43715 status collapsed
43716
43717 \begin_layout Plain Layout
43718
43719 }
43720 \end_layout
43721
43722 \end_inset
43723
43724  RawSienna
43725 \end_layout
43726
43727 \end_inset
43728 </cell>
43729 <cell alignment="left" valignment="top" usebox="none">
43730 \begin_inset Text
43731
43732 \begin_layout Plain Layout
43733 \begin_inset ERT
43734 status collapsed
43735
43736 \begin_layout Plain Layout
43737
43738
43739 \backslash
43740 fcolorbox{black}{
43741 \end_layout
43742
43743 \end_inset
43744
43745 RedOrange
43746 \begin_inset ERT
43747 status collapsed
43748
43749 \begin_layout Plain Layout
43750
43751 }{
43752 \end_layout
43753
43754 \end_inset
43755
43756
43757 \begin_inset Phantom Phantom
43758 status open
43759
43760 \begin_layout Plain Layout
43761 W
43762 \end_layout
43763
43764 \end_inset
43765
43766
43767 \begin_inset ERT
43768 status collapsed
43769
43770 \begin_layout Plain Layout
43771
43772 }
43773 \end_layout
43774
43775 \end_inset
43776
43777  RedOrange
43778 \end_layout
43779
43780 \end_inset
43781 </cell>
43782 <cell alignment="left" valignment="top" usebox="none">
43783 \begin_inset Text
43784
43785 \begin_layout Plain Layout
43786 \begin_inset ERT
43787 status collapsed
43788
43789 \begin_layout Plain Layout
43790
43791
43792 \backslash
43793 fcolorbox{black}{
43794 \end_layout
43795
43796 \end_inset
43797
43798 RedViolet
43799 \begin_inset ERT
43800 status collapsed
43801
43802 \begin_layout Plain Layout
43803
43804 }{
43805 \end_layout
43806
43807 \end_inset
43808
43809
43810 \begin_inset Phantom Phantom
43811 status open
43812
43813 \begin_layout Plain Layout
43814 W
43815 \end_layout
43816
43817 \end_inset
43818
43819
43820 \begin_inset ERT
43821 status collapsed
43822
43823 \begin_layout Plain Layout
43824
43825 }
43826 \end_layout
43827
43828 \end_inset
43829
43830  RedViolet
43831 \end_layout
43832
43833 \end_inset
43834 </cell>
43835 <cell alignment="left" valignment="top" usebox="none">
43836 \begin_inset Text
43837
43838 \begin_layout Plain Layout
43839 \begin_inset ERT
43840 status collapsed
43841
43842 \begin_layout Plain Layout
43843
43844
43845 \backslash
43846 fcolorbox{black}{
43847 \end_layout
43848
43849 \end_inset
43850
43851 Rhodamine
43852 \begin_inset ERT
43853 status collapsed
43854
43855 \begin_layout Plain Layout
43856
43857 }{
43858 \end_layout
43859
43860 \end_inset
43861
43862
43863 \begin_inset Phantom Phantom
43864 status open
43865
43866 \begin_layout Plain Layout
43867 W
43868 \end_layout
43869
43870 \end_inset
43871
43872
43873 \begin_inset ERT
43874 status collapsed
43875
43876 \begin_layout Plain Layout
43877
43878 }
43879 \end_layout
43880
43881 \end_inset
43882
43883  Rhodamine
43884 \end_layout
43885
43886 \end_inset
43887 </cell>
43888 </row>
43889 <row>
43890 <cell alignment="left" valignment="top" usebox="none">
43891 \begin_inset Text
43892
43893 \begin_layout Plain Layout
43894 \begin_inset ERT
43895 status collapsed
43896
43897 \begin_layout Plain Layout
43898
43899
43900 \backslash
43901 fcolorbox{black}{
43902 \end_layout
43903
43904 \end_inset
43905
43906 RoyalBlue
43907 \begin_inset ERT
43908 status collapsed
43909
43910 \begin_layout Plain Layout
43911
43912 }{
43913 \end_layout
43914
43915 \end_inset
43916
43917
43918 \begin_inset Phantom Phantom
43919 status open
43920
43921 \begin_layout Plain Layout
43922 W
43923 \end_layout
43924
43925 \end_inset
43926
43927
43928 \begin_inset ERT
43929 status collapsed
43930
43931 \begin_layout Plain Layout
43932
43933 }
43934 \end_layout
43935
43936 \end_inset
43937
43938  RoyalBlue
43939 \end_layout
43940
43941 \end_inset
43942 </cell>
43943 <cell alignment="left" valignment="top" usebox="none">
43944 \begin_inset Text
43945
43946 \begin_layout Plain Layout
43947 \begin_inset ERT
43948 status collapsed
43949
43950 \begin_layout Plain Layout
43951
43952
43953 \backslash
43954 fcolorbox{black}{
43955 \end_layout
43956
43957 \end_inset
43958
43959 RoyalPurple
43960 \begin_inset ERT
43961 status collapsed
43962
43963 \begin_layout Plain Layout
43964
43965 }{
43966 \end_layout
43967
43968 \end_inset
43969
43970
43971 \begin_inset Phantom Phantom
43972 status open
43973
43974 \begin_layout Plain Layout
43975 W
43976 \end_layout
43977
43978 \end_inset
43979
43980
43981 \begin_inset ERT
43982 status collapsed
43983
43984 \begin_layout Plain Layout
43985
43986 }
43987 \end_layout
43988
43989 \end_inset
43990
43991  RoyalPurple
43992 \end_layout
43993
43994 \end_inset
43995 </cell>
43996 <cell alignment="left" valignment="top" usebox="none">
43997 \begin_inset Text
43998
43999 \begin_layout Plain Layout
44000 \begin_inset ERT
44001 status collapsed
44002
44003 \begin_layout Plain Layout
44004
44005
44006 \backslash
44007 fcolorbox{black}{
44008 \end_layout
44009
44010 \end_inset
44011
44012 RubineRed
44013 \begin_inset ERT
44014 status collapsed
44015
44016 \begin_layout Plain Layout
44017
44018 }{
44019 \end_layout
44020
44021 \end_inset
44022
44023
44024 \begin_inset Phantom Phantom
44025 status open
44026
44027 \begin_layout Plain Layout
44028 W
44029 \end_layout
44030
44031 \end_inset
44032
44033
44034 \begin_inset ERT
44035 status collapsed
44036
44037 \begin_layout Plain Layout
44038
44039 }
44040 \end_layout
44041
44042 \end_inset
44043
44044  RubineRed
44045 \end_layout
44046
44047 \end_inset
44048 </cell>
44049 <cell alignment="left" valignment="top" usebox="none">
44050 \begin_inset Text
44051
44052 \begin_layout Plain Layout
44053 \begin_inset ERT
44054 status collapsed
44055
44056 \begin_layout Plain Layout
44057
44058
44059 \backslash
44060 fcolorbox{black}{
44061 \end_layout
44062
44063 \end_inset
44064
44065 Salmon
44066 \begin_inset ERT
44067 status collapsed
44068
44069 \begin_layout Plain Layout
44070
44071 }{
44072 \end_layout
44073
44074 \end_inset
44075
44076
44077 \begin_inset Phantom Phantom
44078 status open
44079
44080 \begin_layout Plain Layout
44081 W
44082 \end_layout
44083
44084 \end_inset
44085
44086
44087 \begin_inset ERT
44088 status collapsed
44089
44090 \begin_layout Plain Layout
44091
44092 }
44093 \end_layout
44094
44095 \end_inset
44096
44097  Salmon
44098 \end_layout
44099
44100 \end_inset
44101 </cell>
44102 </row>
44103 <row>
44104 <cell alignment="left" valignment="top" usebox="none">
44105 \begin_inset Text
44106
44107 \begin_layout Plain Layout
44108 \begin_inset ERT
44109 status collapsed
44110
44111 \begin_layout Plain Layout
44112
44113
44114 \backslash
44115 fcolorbox{black}{
44116 \end_layout
44117
44118 \end_inset
44119
44120 SeaGreen
44121 \begin_inset ERT
44122 status collapsed
44123
44124 \begin_layout Plain Layout
44125
44126 }{
44127 \end_layout
44128
44129 \end_inset
44130
44131
44132 \begin_inset Phantom Phantom
44133 status open
44134
44135 \begin_layout Plain Layout
44136 W
44137 \end_layout
44138
44139 \end_inset
44140
44141
44142 \begin_inset ERT
44143 status collapsed
44144
44145 \begin_layout Plain Layout
44146
44147 }
44148 \end_layout
44149
44150 \end_inset
44151
44152  SeaGreen
44153 \end_layout
44154
44155 \end_inset
44156 </cell>
44157 <cell alignment="left" valignment="top" usebox="none">
44158 \begin_inset Text
44159
44160 \begin_layout Plain Layout
44161 \begin_inset ERT
44162 status collapsed
44163
44164 \begin_layout Plain Layout
44165
44166
44167 \backslash
44168 fcolorbox{black}{
44169 \end_layout
44170
44171 \end_inset
44172
44173 Sepia
44174 \begin_inset ERT
44175 status collapsed
44176
44177 \begin_layout Plain Layout
44178
44179 }{
44180 \end_layout
44181
44182 \end_inset
44183
44184
44185 \begin_inset Phantom Phantom
44186 status open
44187
44188 \begin_layout Plain Layout
44189 W
44190 \end_layout
44191
44192 \end_inset
44193
44194
44195 \begin_inset ERT
44196 status collapsed
44197
44198 \begin_layout Plain Layout
44199
44200 }
44201 \end_layout
44202
44203 \end_inset
44204
44205  Sepia
44206 \end_layout
44207
44208 \end_inset
44209 </cell>
44210 <cell alignment="left" valignment="top" usebox="none">
44211 \begin_inset Text
44212
44213 \begin_layout Plain Layout
44214 \begin_inset ERT
44215 status collapsed
44216
44217 \begin_layout Plain Layout
44218
44219
44220 \backslash
44221 fcolorbox{black}{
44222 \end_layout
44223
44224 \end_inset
44225
44226 SkyBlue
44227 \begin_inset ERT
44228 status collapsed
44229
44230 \begin_layout Plain Layout
44231
44232 }{
44233 \end_layout
44234
44235 \end_inset
44236
44237
44238 \begin_inset Phantom Phantom
44239 status open
44240
44241 \begin_layout Plain Layout
44242 W
44243 \end_layout
44244
44245 \end_inset
44246
44247
44248 \begin_inset ERT
44249 status collapsed
44250
44251 \begin_layout Plain Layout
44252
44253 }
44254 \end_layout
44255
44256 \end_inset
44257
44258  SkyBlue
44259 \end_layout
44260
44261 \end_inset
44262 </cell>
44263 <cell alignment="left" valignment="top" usebox="none">
44264 \begin_inset Text
44265
44266 \begin_layout Plain Layout
44267 \begin_inset ERT
44268 status collapsed
44269
44270 \begin_layout Plain Layout
44271
44272
44273 \backslash
44274 fcolorbox{black}{
44275 \end_layout
44276
44277 \end_inset
44278
44279 SpringGreen
44280 \begin_inset ERT
44281 status collapsed
44282
44283 \begin_layout Plain Layout
44284
44285 }{
44286 \end_layout
44287
44288 \end_inset
44289
44290
44291 \begin_inset Phantom Phantom
44292 status open
44293
44294 \begin_layout Plain Layout
44295 W
44296 \end_layout
44297
44298 \end_inset
44299
44300
44301 \begin_inset ERT
44302 status collapsed
44303
44304 \begin_layout Plain Layout
44305
44306 }
44307 \end_layout
44308
44309 \end_inset
44310
44311  SpringGreen
44312 \end_layout
44313
44314 \end_inset
44315 </cell>
44316 </row>
44317 <row>
44318 <cell alignment="left" valignment="top" usebox="none">
44319 \begin_inset Text
44320
44321 \begin_layout Plain Layout
44322 \begin_inset ERT
44323 status collapsed
44324
44325 \begin_layout Plain Layout
44326
44327
44328 \backslash
44329 fcolorbox{black}{
44330 \end_layout
44331
44332 \end_inset
44333
44334 Tan
44335 \begin_inset ERT
44336 status collapsed
44337
44338 \begin_layout Plain Layout
44339
44340 }{
44341 \end_layout
44342
44343 \end_inset
44344
44345
44346 \begin_inset Phantom Phantom
44347 status open
44348
44349 \begin_layout Plain Layout
44350 W
44351 \end_layout
44352
44353 \end_inset
44354
44355
44356 \begin_inset ERT
44357 status collapsed
44358
44359 \begin_layout Plain Layout
44360
44361 }
44362 \end_layout
44363
44364 \end_inset
44365
44366  Tan
44367 \end_layout
44368
44369 \end_inset
44370 </cell>
44371 <cell alignment="left" valignment="top" usebox="none">
44372 \begin_inset Text
44373
44374 \begin_layout Plain Layout
44375 \begin_inset ERT
44376 status collapsed
44377
44378 \begin_layout Plain Layout
44379
44380
44381 \backslash
44382 fcolorbox{black}{
44383 \end_layout
44384
44385 \end_inset
44386
44387 TealBlue
44388 \begin_inset ERT
44389 status collapsed
44390
44391 \begin_layout Plain Layout
44392
44393 }{
44394 \end_layout
44395
44396 \end_inset
44397
44398
44399 \begin_inset Phantom Phantom
44400 status open
44401
44402 \begin_layout Plain Layout
44403 W
44404 \end_layout
44405
44406 \end_inset
44407
44408
44409 \begin_inset ERT
44410 status collapsed
44411
44412 \begin_layout Plain Layout
44413
44414 }
44415 \end_layout
44416
44417 \end_inset
44418
44419  TealBlue
44420 \end_layout
44421
44422 \end_inset
44423 </cell>
44424 <cell alignment="left" valignment="top" usebox="none">
44425 \begin_inset Text
44426
44427 \begin_layout Plain Layout
44428 \begin_inset ERT
44429 status collapsed
44430
44431 \begin_layout Plain Layout
44432
44433
44434 \backslash
44435 fcolorbox{black}{
44436 \end_layout
44437
44438 \end_inset
44439
44440 Thistle
44441 \begin_inset ERT
44442 status collapsed
44443
44444 \begin_layout Plain Layout
44445
44446 }{
44447 \end_layout
44448
44449 \end_inset
44450
44451
44452 \begin_inset Phantom Phantom
44453 status open
44454
44455 \begin_layout Plain Layout
44456 W
44457 \end_layout
44458
44459 \end_inset
44460
44461
44462 \begin_inset ERT
44463 status collapsed
44464
44465 \begin_layout Plain Layout
44466
44467 }
44468 \end_layout
44469
44470 \end_inset
44471
44472  Thistle
44473 \end_layout
44474
44475 \end_inset
44476 </cell>
44477 <cell alignment="left" valignment="top" usebox="none">
44478 \begin_inset Text
44479
44480 \begin_layout Plain Layout
44481 \begin_inset ERT
44482 status collapsed
44483
44484 \begin_layout Plain Layout
44485
44486
44487 \backslash
44488 fcolorbox{black}{
44489 \end_layout
44490
44491 \end_inset
44492
44493 Turquoise
44494 \begin_inset ERT
44495 status collapsed
44496
44497 \begin_layout Plain Layout
44498
44499 }{
44500 \end_layout
44501
44502 \end_inset
44503
44504
44505 \begin_inset Phantom Phantom
44506 status open
44507
44508 \begin_layout Plain Layout
44509 W
44510 \end_layout
44511
44512 \end_inset
44513
44514
44515 \begin_inset ERT
44516 status collapsed
44517
44518 \begin_layout Plain Layout
44519
44520 }
44521 \end_layout
44522
44523 \end_inset
44524
44525  Turquoise
44526 \end_layout
44527
44528 \end_inset
44529 </cell>
44530 </row>
44531 <row>
44532 <cell alignment="left" valignment="top" usebox="none">
44533 \begin_inset Text
44534
44535 \begin_layout Plain Layout
44536 \begin_inset ERT
44537 status collapsed
44538
44539 \begin_layout Plain Layout
44540
44541
44542 \backslash
44543 fcolorbox{black}{
44544 \end_layout
44545
44546 \end_inset
44547
44548 Violet
44549 \begin_inset ERT
44550 status collapsed
44551
44552 \begin_layout Plain Layout
44553
44554 }{
44555 \end_layout
44556
44557 \end_inset
44558
44559
44560 \begin_inset Phantom Phantom
44561 status open
44562
44563 \begin_layout Plain Layout
44564 W
44565 \end_layout
44566
44567 \end_inset
44568
44569
44570 \begin_inset ERT
44571 status collapsed
44572
44573 \begin_layout Plain Layout
44574
44575 }
44576 \end_layout
44577
44578 \end_inset
44579
44580  Violet
44581 \end_layout
44582
44583 \end_inset
44584 </cell>
44585 <cell alignment="left" valignment="top" usebox="none">
44586 \begin_inset Text
44587
44588 \begin_layout Plain Layout
44589 \begin_inset ERT
44590 status collapsed
44591
44592 \begin_layout Plain Layout
44593
44594
44595 \backslash
44596 fcolorbox{black}{
44597 \end_layout
44598
44599 \end_inset
44600
44601 VioletRed
44602 \begin_inset ERT
44603 status collapsed
44604
44605 \begin_layout Plain Layout
44606
44607 }{
44608 \end_layout
44609
44610 \end_inset
44611
44612
44613 \begin_inset Phantom Phantom
44614 status open
44615
44616 \begin_layout Plain Layout
44617 W
44618 \end_layout
44619
44620 \end_inset
44621
44622
44623 \begin_inset ERT
44624 status collapsed
44625
44626 \begin_layout Plain Layout
44627
44628 }
44629 \end_layout
44630
44631 \end_inset
44632
44633  VioletRed
44634 \end_layout
44635
44636 \end_inset
44637 </cell>
44638 <cell alignment="left" valignment="top" usebox="none">
44639 \begin_inset Text
44640
44641 \begin_layout Plain Layout
44642 \begin_inset ERT
44643 status collapsed
44644
44645 \begin_layout Plain Layout
44646
44647
44648 \backslash
44649 fcolorbox{black}{
44650 \end_layout
44651
44652 \end_inset
44653
44654 WildStrawberry
44655 \begin_inset ERT
44656 status collapsed
44657
44658 \begin_layout Plain Layout
44659
44660 }{
44661 \end_layout
44662
44663 \end_inset
44664
44665
44666 \begin_inset Phantom Phantom
44667 status open
44668
44669 \begin_layout Plain Layout
44670 W
44671 \end_layout
44672
44673 \end_inset
44674
44675
44676 \begin_inset ERT
44677 status collapsed
44678
44679 \begin_layout Plain Layout
44680
44681 }
44682 \end_layout
44683
44684 \end_inset
44685
44686  WildStrawberry
44687 \end_layout
44688
44689 \end_inset
44690 </cell>
44691 <cell alignment="left" valignment="top" usebox="none">
44692 \begin_inset Text
44693
44694 \begin_layout Plain Layout
44695 \begin_inset ERT
44696 status collapsed
44697
44698 \begin_layout Plain Layout
44699
44700
44701 \backslash
44702 fcolorbox{black}{
44703 \end_layout
44704
44705 \end_inset
44706
44707 YellowGreen
44708 \begin_inset ERT
44709 status collapsed
44710
44711 \begin_layout Plain Layout
44712
44713 }{
44714 \end_layout
44715
44716 \end_inset
44717
44718
44719 \begin_inset Phantom Phantom
44720 status open
44721
44722 \begin_layout Plain Layout
44723 W
44724 \end_layout
44725
44726 \end_inset
44727
44728
44729 \begin_inset ERT
44730 status collapsed
44731
44732 \begin_layout Plain Layout
44733
44734 }
44735 \end_layout
44736
44737 \end_inset
44738
44739  YellowGreen
44740 \end_layout
44741
44742 \end_inset
44743 </cell>
44744 </row>
44745 <row>
44746 <cell alignment="left" valignment="top" usebox="none">
44747 \begin_inset Text
44748
44749 \begin_layout Plain Layout
44750 \begin_inset ERT
44751 status collapsed
44752
44753 \begin_layout Plain Layout
44754
44755
44756 \backslash
44757 fcolorbox{black}{
44758 \end_layout
44759
44760 \end_inset
44761
44762 YellowOrange
44763 \begin_inset ERT
44764 status collapsed
44765
44766 \begin_layout Plain Layout
44767
44768 }{
44769 \end_layout
44770
44771 \end_inset
44772
44773
44774 \begin_inset Phantom Phantom
44775 status open
44776
44777 \begin_layout Plain Layout
44778 W
44779 \end_layout
44780
44781 \end_inset
44782
44783
44784 \begin_inset ERT
44785 status collapsed
44786
44787 \begin_layout Plain Layout
44788
44789 }
44790 \end_layout
44791
44792 \end_inset
44793
44794  YellowOrange
44795 \end_layout
44796
44797 \end_inset
44798 </cell>
44799 <cell alignment="left" valignment="top" usebox="none">
44800 \begin_inset Text
44801
44802 \begin_layout Plain Layout
44803
44804 \end_layout
44805
44806 \end_inset
44807 </cell>
44808 <cell alignment="left" valignment="top" usebox="none">
44809 \begin_inset Text
44810
44811 \begin_layout Plain Layout
44812
44813 \end_layout
44814
44815 \end_inset
44816 </cell>
44817 <cell alignment="left" valignment="top" usebox="none">
44818 \begin_inset Text
44819
44820 \begin_layout Plain Layout
44821
44822 \end_layout
44823
44824 \end_inset
44825 </cell>
44826 </row>
44827 </lyxtabular>
44828
44829 \end_inset
44830
44831
44832 \end_layout
44833
44834 \begin_layout Chapter
44835 Explanation of Equation
44836 \begin_inset space ~
44837 \end_inset
44838
44839 (
44840 \begin_inset CommandInset ref
44841 LatexCommand ref
44842 reference "eq:Wgn"
44843
44844 \end_inset
44845
44846 )
44847 \begin_inset CommandInset label
44848 LatexCommand label
44849 name "cha:Explanation-of-Equation"
44850
44851 \end_inset
44852
44853
44854 \end_layout
44855
44856 \begin_layout Standard
44857 We can calculate the total width of 
44858 \emph on
44859 n
44860 \emph default
44861  table cells 
44862 \begin_inset Formula $W_{\mathrm{tot\,n}}$
44863 \end_inset
44864
44865  as follows:
44866 \begin_inset Formula 
44867 \begin{equation}
44868 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
44869 \end{equation}
44870
44871 \end_inset
44872
44873 where 
44874 \begin_inset Formula $W_{g\,n}$
44875 \end_inset
44876
44877  is the given width of all cells, 
44878 \series bold
44879
44880 \backslash
44881 tabcolsep
44882 \series default
44883  is the \SpecialChar LaTeX
44884 -length between the cell text and the cell border (its default value
44885  is 6
44886 \begin_inset space \thinspace{}
44887 \end_inset
44888
44889 pt).
44890  
44891 \series bold
44892
44893 \backslash
44894 arrayrulewidth
44895 \series default
44896  is the thickness of the cell border line, the default is 0.4
44897 \begin_inset space \thinspace{}
44898 \end_inset
44899
44900 pt.
44901 \end_layout
44902
44903 \begin_layout Standard
44904 Following equation
44905 \begin_inset space ~
44906 \end_inset
44907
44908
44909 \begin_inset CommandInset ref
44910 LatexCommand eqref
44911 reference "eq:Wtot_n"
44912
44913 \end_inset
44914
44915 , the total width of a multicolumn 
44916 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
44917 \end_inset
44918
44919  is
44920 \begin_inset Formula 
44921 \begin{equation}
44922 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
44923 \end{equation}
44924
44925 \end_inset
44926
44927
44928 \end_layout
44929
44930 \begin_layout Standard
44931 By setting equation
44932 \begin_inset space ~
44933 \end_inset
44934
44935
44936 \begin_inset CommandInset ref
44937 LatexCommand eqref
44938 reference "eq:Wtot_n"
44939
44940 \end_inset
44941
44942  and 
44943 \begin_inset CommandInset ref
44944 LatexCommand eqref
44945 reference "eq:Wtot_mult"
44946
44947 \end_inset
44948
44949  equal we can calculate the needed given width 
44950 \begin_inset Formula $W_{g\,n}$
44951 \end_inset
44952
44953  when 
44954 \emph on
44955 n
44956 \emph default
44957  columns are spanned, so that each column has a total width of 
44958 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
44959 \end_inset
44960
44961 :
44962 \begin_inset Formula 
44963 \begin{equation}
44964 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
44965 \end{equation}
44966
44967 \end_inset
44968
44969
44970 \end_layout
44971
44972 \begin_layout Bibliography
44973 \begin_inset CommandInset bibitem
44974 LatexCommand bibitem
44975 key "latexcompanion"
44976
44977 \end_inset
44978
44979 Frank Mittelbach and Michel Goossens: 
44980 \emph on
44981 The \SpecialChar LaTeX
44982  Companion Second Edition.
44983
44984 \emph default
44985  Addison-Wesley, 2004
44986 \end_layout
44987
44988 \begin_layout Bibliography
44989 \begin_inset CommandInset bibitem
44990 LatexCommand bibitem
44991 key "latexguide"
44992
44993 \end_inset
44994
44995 Helmut Kopka and Patrick W.
44996  Daly: 
44997 \emph on
44998 A Guide to \SpecialChar LaTeX
44999  Fourth Edition.
45000
45001 \emph default
45002  Addison-Wesley, 2003
45003 \end_layout
45004
45005 \begin_layout Bibliography
45006 \begin_inset CommandInset bibitem
45007 LatexCommand bibitem
45008 key "latexbook"
45009
45010 \end_inset
45011
45012 Leslie Lamport: 
45013 \emph on
45014 \SpecialChar LaTeX
45015 : A Document Preparation System.
45016
45017 \emph default
45018  Addison-Wesley, second edition, 1994
45019 \end_layout
45020
45021 \begin_layout Bibliography
45022 \begin_inset CommandInset bibitem
45023 LatexCommand bibitem
45024 key "arydshln"
45025
45026 \end_inset
45027
45028 Documentation of the \SpecialChar LaTeX
45029 -package 
45030 \series bold
45031
45032 \begin_inset CommandInset href
45033 LatexCommand href
45034 name "arydshln"
45035 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
45036
45037 \end_inset
45038
45039
45040 \series default
45041
45042 \begin_inset Index idx
45043 status collapsed
45044
45045 \begin_layout Plain Layout
45046 \SpecialChar LaTeX
45047 -packages ! arydshln
45048 \end_layout
45049
45050 \end_inset
45051
45052
45053 \end_layout
45054
45055 \begin_layout Bibliography
45056 \begin_inset CommandInset bibitem
45057 LatexCommand bibitem
45058 key "booktabs"
45059
45060 \end_inset
45061
45062 Documentation of the \SpecialChar LaTeX
45063 -package 
45064 \series bold
45065
45066 \begin_inset CommandInset href
45067 LatexCommand href
45068 name "booktabs"
45069 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
45070
45071 \end_inset
45072
45073
45074 \series default
45075
45076 \begin_inset Index idx
45077 status collapsed
45078
45079 \begin_layout Plain Layout
45080 \SpecialChar LaTeX
45081 -packages ! booktabs
45082 \end_layout
45083
45084 \end_inset
45085
45086
45087 \end_layout
45088
45089 \begin_layout Bibliography
45090 \begin_inset CommandInset bibitem
45091 LatexCommand bibitem
45092 key "caption"
45093
45094 \end_inset
45095
45096 Documentation of the \SpecialChar LaTeX
45097 -package 
45098 \series bold
45099
45100 \begin_inset CommandInset href
45101 LatexCommand href
45102 name "caption"
45103 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
45104
45105 \end_inset
45106
45107
45108 \series default
45109
45110 \begin_inset Index idx
45111 status collapsed
45112
45113 \begin_layout Plain Layout
45114 \SpecialChar LaTeX
45115 -packages ! caption
45116 \end_layout
45117
45118 \end_inset
45119
45120
45121 \end_layout
45122
45123 \begin_layout Bibliography
45124 \begin_inset CommandInset bibitem
45125 LatexCommand bibitem
45126 key "diagbox"
45127
45128 \end_inset
45129
45130 Documentation of the \SpecialChar LaTeX
45131 -package 
45132 \series bold
45133
45134 \begin_inset CommandInset href
45135 LatexCommand href
45136 name "diagbox"
45137 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
45138
45139 \end_inset
45140
45141
45142 \series default
45143
45144 \begin_inset Index idx
45145 status collapsed
45146
45147 \begin_layout Plain Layout
45148 \SpecialChar LaTeX
45149 -packages ! diagbox
45150 \end_layout
45151
45152 \end_inset
45153
45154
45155 \end_layout
45156
45157 \begin_layout Bibliography
45158 \begin_inset CommandInset bibitem
45159 LatexCommand bibitem
45160 key "endfloat"
45161
45162 \end_inset
45163
45164 Documentation of the \SpecialChar LaTeX
45165 -package 
45166 \series bold
45167
45168 \begin_inset CommandInset href
45169 LatexCommand href
45170 name "endfloat"
45171 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
45172
45173 \end_inset
45174
45175
45176 \series default
45177
45178 \begin_inset Index idx
45179 status collapsed
45180
45181 \begin_layout Plain Layout
45182 \SpecialChar LaTeX
45183 -packages ! endfloat
45184 \end_layout
45185
45186 \end_inset
45187
45188
45189 \end_layout
45190
45191 \begin_layout Bibliography
45192 \begin_inset CommandInset bibitem
45193 LatexCommand bibitem
45194 key "footmisc"
45195
45196 \end_inset
45197
45198 Documentation of the \SpecialChar LaTeX
45199 -package 
45200 \series bold
45201
45202 \begin_inset CommandInset href
45203 LatexCommand href
45204 name "footmisc"
45205 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
45206
45207 \end_inset
45208
45209
45210 \series default
45211
45212 \begin_inset Index idx
45213 status collapsed
45214
45215 \begin_layout Plain Layout
45216 \SpecialChar LaTeX
45217 -packages ! footmisc
45218 \end_layout
45219
45220 \end_inset
45221
45222
45223 \end_layout
45224
45225 \begin_layout Bibliography
45226 \begin_inset CommandInset bibitem
45227 LatexCommand bibitem
45228 key "hypcap"
45229
45230 \end_inset
45231
45232 Documentation of the \SpecialChar LaTeX
45233 -package 
45234 \series bold
45235
45236 \begin_inset CommandInset href
45237 LatexCommand href
45238 name "hypcap"
45239 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
45240
45241 \end_inset
45242
45243
45244 \series default
45245
45246 \begin_inset Index idx
45247 status collapsed
45248
45249 \begin_layout Plain Layout
45250 \SpecialChar LaTeX
45251 -packages ! hyperref
45252 \end_layout
45253
45254 \end_inset
45255
45256
45257 \end_layout
45258
45259 \begin_layout Bibliography
45260 \begin_inset CommandInset bibitem
45261 LatexCommand bibitem
45262 key "hyperref"
45263
45264 \end_inset
45265
45266 Documentation of the \SpecialChar LaTeX
45267 -package 
45268 \series bold
45269
45270 \begin_inset CommandInset href
45271 LatexCommand href
45272 name "hyperref"
45273 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
45274
45275 \end_inset
45276
45277
45278 \series default
45279
45280 \begin_inset Index idx
45281 status collapsed
45282
45283 \begin_layout Plain Layout
45284 \SpecialChar LaTeX
45285 -packages ! hyperref
45286 \end_layout
45287
45288 \end_inset
45289
45290
45291 \end_layout
45292
45293 \begin_layout Bibliography
45294 \begin_inset CommandInset bibitem
45295 LatexCommand bibitem
45296 key "KOMA-Script"
45297
45298 \end_inset
45299
45300 Documentation of the \SpecialChar LaTeX
45301 -package 
45302 \series bold
45303
45304 \begin_inset CommandInset href
45305 LatexCommand href
45306 name "KOMA-Script"
45307 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
45308
45309 \end_inset
45310
45311
45312 \series default
45313
45314 \begin_inset Index idx
45315 status collapsed
45316
45317 \begin_layout Plain Layout
45318 \SpecialChar LaTeX
45319 -packages ! KOMA-Script
45320 \end_layout
45321
45322 \end_inset
45323
45324
45325 \end_layout
45326
45327 \begin_layout Bibliography
45328 \begin_inset CommandInset bibitem
45329 LatexCommand bibitem
45330 key "lettrine"
45331
45332 \end_inset
45333
45334 Documentation of the \SpecialChar LaTeX
45335 -package 
45336 \series bold
45337
45338 \begin_inset CommandInset href
45339 LatexCommand href
45340 name "lettrine"
45341 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
45342
45343 \end_inset
45344
45345
45346 \series default
45347  and an 
45348 \begin_inset CommandInset href
45349 LatexCommand href
45350 name "example"
45351 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
45352
45353 \end_inset
45354
45355
45356 \begin_inset Index idx
45357 status collapsed
45358
45359 \begin_layout Plain Layout
45360 \SpecialChar LaTeX
45361 -packages ! lettrine
45362 \end_layout
45363
45364 \end_inset
45365
45366
45367 \end_layout
45368
45369 \begin_layout Bibliography
45370 \begin_inset CommandInset bibitem
45371 LatexCommand bibitem
45372 key "listings"
45373
45374 \end_inset
45375
45376 Documentation of the \SpecialChar LaTeX
45377 -package 
45378 \series bold
45379
45380 \begin_inset CommandInset href
45381 LatexCommand href
45382 name "listings"
45383 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
45384
45385 \end_inset
45386
45387
45388 \series default
45389
45390 \begin_inset Index idx
45391 status collapsed
45392
45393 \begin_layout Plain Layout
45394 \SpecialChar LaTeX
45395 -packages ! listings
45396 \end_layout
45397
45398 \end_inset
45399
45400
45401 \end_layout
45402
45403 \begin_layout Bibliography
45404 \begin_inset CommandInset bibitem
45405 LatexCommand bibitem
45406 key "marginnote"
45407
45408 \end_inset
45409
45410 Documentation of the \SpecialChar LaTeX
45411 -package 
45412 \series bold
45413
45414 \begin_inset CommandInset href
45415 LatexCommand href
45416 name "marginnote"
45417 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
45418
45419 \end_inset
45420
45421
45422 \series default
45423
45424 \begin_inset Index idx
45425 status collapsed
45426
45427 \begin_layout Plain Layout
45428 \SpecialChar LaTeX
45429 -packages ! marginnote
45430 \end_layout
45431
45432 \end_inset
45433
45434
45435 \end_layout
45436
45437 \begin_layout Bibliography
45438 \begin_inset CommandInset bibitem
45439 LatexCommand bibitem
45440 key "pdfpages"
45441
45442 \end_inset
45443
45444 Documentation of the \SpecialChar LaTeX
45445 -package 
45446 \series bold
45447
45448 \begin_inset CommandInset href
45449 LatexCommand href
45450 name "pdfpages"
45451 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
45452
45453 \end_inset
45454
45455
45456 \series default
45457
45458 \begin_inset Index idx
45459 status collapsed
45460
45461 \begin_layout Plain Layout
45462 \SpecialChar LaTeX
45463 -packages ! pdfpages
45464 \end_layout
45465
45466 \end_inset
45467
45468
45469 \end_layout
45470
45471 \begin_layout Bibliography
45472 \begin_inset CommandInset bibitem
45473 LatexCommand bibitem
45474 key "prettyref"
45475
45476 \end_inset
45477
45478 Documentation of the \SpecialChar LaTeX
45479 -package 
45480 \series bold
45481
45482 \begin_inset CommandInset href
45483 LatexCommand href
45484 name "prettyref"
45485 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
45486
45487 \end_inset
45488
45489
45490 \series default
45491
45492 \begin_inset Index idx
45493 status collapsed
45494
45495 \begin_layout Plain Layout
45496 \SpecialChar LaTeX
45497 -packages ! prettyref
45498 \end_layout
45499
45500 \end_inset
45501
45502
45503 \end_layout
45504
45505 \begin_layout Bibliography
45506 \begin_inset CommandInset bibitem
45507 LatexCommand bibitem
45508 key "pstricks"
45509
45510 \end_inset
45511
45512 Web page of the \SpecialChar LaTeX
45513 -package 
45514 \series bold
45515
45516 \begin_inset CommandInset href
45517 LatexCommand href
45518 name "PSTricks"
45519 target "http://tug.org/PSTricks/"
45520
45521 \end_inset
45522
45523
45524 \series default
45525
45526 \begin_inset Index idx
45527 status collapsed
45528
45529 \begin_layout Plain Layout
45530 \SpecialChar LaTeX
45531 -packages ! PSTricks
45532 \end_layout
45533
45534 \end_inset
45535
45536
45537 \end_layout
45538
45539 \begin_layout Bibliography
45540 \begin_inset CommandInset bibitem
45541 LatexCommand bibitem
45542 key "refstyle"
45543
45544 \end_inset
45545
45546 Documentation of the \SpecialChar LaTeX
45547 -package 
45548 \series bold
45549
45550 \begin_inset CommandInset href
45551 LatexCommand href
45552 name "refstyle"
45553 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
45554
45555 \end_inset
45556
45557
45558 \series default
45559
45560 \begin_inset Index idx
45561 status collapsed
45562
45563 \begin_layout Plain Layout
45564 \SpecialChar LaTeX
45565 -packages ! refstyle
45566 \end_layout
45567
45568 \end_inset
45569
45570
45571 \end_layout
45572
45573 \begin_layout Bibliography
45574 \begin_inset CommandInset bibitem
45575 LatexCommand bibitem
45576 key "sidecap"
45577
45578 \end_inset
45579
45580 Documentation of the \SpecialChar LaTeX
45581 -package 
45582 \series bold
45583
45584 \begin_inset CommandInset href
45585 LatexCommand href
45586 name "sidecap"
45587 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
45588
45589 \end_inset
45590
45591
45592 \series default
45593
45594 \begin_inset Index idx
45595 status collapsed
45596
45597 \begin_layout Plain Layout
45598 \SpecialChar LaTeX
45599 -packages ! sidecap
45600 \end_layout
45601
45602 \end_inset
45603
45604
45605 \end_layout
45606
45607 \begin_layout Bibliography
45608 \begin_inset CommandInset bibitem
45609 LatexCommand bibitem
45610 key "NewInLyX20"
45611
45612 \end_inset
45613
45614
45615 \begin_inset CommandInset href
45616 LatexCommand href
45617 name "Wiki page"
45618 target "http://wiki.lyx.org/LyX/NewInLyX20"
45619
45620 \end_inset
45621
45622  about new features in 
45623 \family sans
45624 \SpecialChar LyX
45625  2.0
45626 \family default
45627 .
45628 \end_layout
45629
45630 \begin_layout Standard
45631 \begin_inset CommandInset index_print
45632 LatexCommand printindex
45633 type "idx"
45634
45635 \end_inset
45636
45637
45638 \end_layout
45639
45640 \end_body
45641 \end_document