]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
8add948efe4dc9579ae893fd027bf0d7d2ebf4a7
[lyx.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/floatQt4.png
24100         scale 70
24101         scaleBeforeRotation
24102
24103 \end_inset
24104
24105  â€“ a gray button with a red label.
24106 \end_layout
24107
24108 \begin_layout Standard
24109 It is recommended that you insert floats as separate standard paragraphs
24110  to avoid possible \SpecialChar LaTeX
24111 -errors that can occur when the surrounding text is specially
24112  formatted.
24113 \end_layout
24114
24115 \begin_layout Standard
24116 Existing figures or tables can be put into a float by highlighting them
24117  and then pressing the corresponding toolbar button for a new float.
24118 \end_layout
24119
24120 \begin_layout Section
24121 Float Types
24122 \end_layout
24123
24124 \begin_layout Standard
24125 Besides figure and table floats that are described in sections
24126 \begin_inset space ~
24127 \end_inset
24128
24129
24130 \begin_inset CommandInset ref
24131 LatexCommand ref
24132 reference "sec:Figure-Floats"
24133
24134 \end_inset
24135
24136  and 
24137 \begin_inset CommandInset ref
24138 LatexCommand ref
24139 reference "sec:Table-Floats"
24140
24141 \end_inset
24142
24143  respectively, \SpecialChar LyX
24144  offers the float types 
24145 \family sans
24146 Algorithm
24147 \family default
24148  and 
24149 \family sans
24150 Wrap
24151 \family default
24152 .
24153  The latter are explained in sec.
24154 \begin_inset space \thinspace{}
24155 \end_inset
24156
24157
24158 \begin_inset CommandInset ref
24159 LatexCommand ref
24160 reference "sec:Wrap-Floats"
24161
24162 \end_inset
24163
24164 .
24165 \end_layout
24166
24167 \begin_layout Subsection
24168 Algorithm Floats
24169 \begin_inset Index idx
24170 status collapsed
24171
24172 \begin_layout Plain Layout
24173 Floats ! Algorithms
24174 \end_layout
24175
24176 \end_inset
24177
24178
24179 \end_layout
24180
24181 \begin_layout Standard
24182 \begin_inset Float algorithm
24183 placement h
24184 wide false
24185 sideways false
24186 status open
24187
24188 \begin_layout Plain Layout
24189 \begin_inset Caption Standard
24190
24191 \begin_layout Plain Layout
24192 \begin_inset CommandInset label
24193 LatexCommand label
24194 name "alg:Example-Algorithm-float"
24195
24196 \end_inset
24197
24198 Example Algorithm float
24199 \end_layout
24200
24201 \end_inset
24202
24203
24204 \end_layout
24205
24206 \begin_layout LyX-Code
24207 for I in 1..N loop
24208 \begin_inset Newline newline
24209 \end_inset
24210
24211  Sum:= Sum + A(I); /*comment*/
24212 \begin_inset Newline newline
24213 \end_inset
24214
24215 end loop
24216 \begin_inset VSpace -4mm
24217 \end_inset
24218
24219
24220 \end_layout
24221
24222 \end_inset
24223
24224
24225 \end_layout
24226
24227 \begin_layout Standard
24228 This float type is inserted with the menu 
24229 \family sans
24230 Insert\SpecialChar menuseparator
24231 Float\SpecialChar menuseparator
24232 Algorithm
24233 \family default
24234 .
24235  It is used for program codes and descriptions of algorithms and can be
24236  seen as an alternative to program code listings that are explained in chapter
24237 \begin_inset space ~
24238 \end_inset
24239
24240
24241 \begin_inset CommandInset ref
24242 LatexCommand ref
24243 reference "cha:Program-Code-Listings"
24244
24245 \end_inset
24246
24247 .
24248  A possible environment for algorithms is the 
24249 \family sans
24250 \SpecialChar LyX
24251  Code
24252 \family default
24253 , described in \SpecialChar LyX
24254 's 
24255 \emph on
24256 Userguide
24257 \emph default
24258 .
24259  Algorithm
24260 \begin_inset space ~
24261 \end_inset
24262
24263
24264 \begin_inset CommandInset ref
24265 LatexCommand ref
24266 reference "alg:Example-Algorithm-float"
24267
24268 \end_inset
24269
24270  is an example of an algorithm float where -4
24271 \begin_inset space \thinspace{}
24272 \end_inset
24273
24274 mm vertical space was added at the end of the float to have the bottom rule
24275  exactly below the last text line.
24276 \end_layout
24277
24278 \begin_layout Standard
24279 The float label is not automatically translated into the document language.
24280  If your document is not in English, you have to do this manually by adding
24281  the following line to the document preamble
24282 \series bold
24283 :
24284 \end_layout
24285
24286 \begin_layout Standard
24287
24288 \series bold
24289
24290 \backslash
24291 floatname{algorithm}{your
24292 \begin_inset space ~
24293 \end_inset
24294
24295 name}
24296 \end_layout
24297
24298 \begin_layout Standard
24299 where 
24300 \family sans
24301 your
24302 \begin_inset space ~
24303 \end_inset
24304
24305 name
24306 \family default
24307  is the word 
24308 \begin_inset Quotes eld
24309 \end_inset
24310
24311
24312 \emph on
24313 algorithm
24314 \emph default
24315
24316 \begin_inset Quotes erd
24317 \end_inset
24318
24319  in your language.
24320 \end_layout
24321
24322 \begin_layout Standard
24323 To insert the list of algorithms you can use the menu 
24324 \family sans
24325 Insert\SpecialChar menuseparator
24326 List
24327 \begin_inset space \thinspace{}
24328 \end_inset
24329
24330 /
24331 \begin_inset space \thinspace{}
24332 \end_inset
24333
24334 TOC\SpecialChar menuseparator
24335 List of Algorithms
24336 \family default
24337  when your document has the same language as \SpecialChar LyX
24338 's menu names.
24339  In other cases use this command in \SpecialChar TeX
24340  Code instead:
24341 \end_layout
24342
24343 \begin_layout Standard
24344
24345 \series bold
24346
24347 \backslash
24348 listof{algorithm}{your
24349 \begin_inset space ~
24350 \end_inset
24351
24352 name}
24353 \end_layout
24354
24355 \begin_layout Standard
24356 where 
24357 \family sans
24358 your
24359 \begin_inset space ~
24360 \end_inset
24361
24362 name
24363 \family default
24364  is the word 
24365 \begin_inset Quotes eld
24366 \end_inset
24367
24368
24369 \emph on
24370 List of Algorithm
24371 \emph default
24372 s
24373 \begin_inset Quotes erd
24374 \end_inset
24375
24376  in your language.
24377 \end_layout
24378
24379 \begin_layout Standard
24380 Algorithm floats are not by default numbered in the scheme 
24381 \begin_inset Quotes eld
24382 \end_inset
24383
24384 chapter.algorithm
24385 \begin_inset Quotes erd
24386 \end_inset
24387
24388  as is the case for table and figure floats in many document-classes.
24389  To number algorithm floats in the same scheme, add this command to your
24390  document preamble:
24391 \end_layout
24392
24393 \begin_layout Standard
24394
24395 \series bold
24396
24397 \backslash
24398 numberwithin{algorithm}{chapter}
24399 \end_layout
24400
24401 \begin_layout Standard
24402 To be able to use the command 
24403 \series bold
24404
24405 \backslash
24406 numberwithin
24407 \series default
24408 , set in the tab 
24409 \family sans
24410 Math
24411 \begin_inset space ~
24412 \end_inset
24413
24414 Options
24415 \family default
24416  in the document settings the option 
24417 \family sans
24418 Use
24419 \begin_inset space ~
24420 \end_inset
24421
24422 AMS
24423 \begin_inset space ~
24424 \end_inset
24425
24426 math
24427 \begin_inset space ~
24428 \end_inset
24429
24430 package
24431 \family default
24432 .
24433 \end_layout
24434
24435 \begin_layout Section
24436 Float Numbering
24437 \begin_inset Index idx
24438 status collapsed
24439
24440 \begin_layout Plain Layout
24441 Floats ! Numbering
24442 \end_layout
24443
24444 \end_inset
24445
24446
24447 \end_layout
24448
24449 \begin_layout Standard
24450 Floats are usually numbered either independently from the sections the floats
24451  are in, or in the scheme 
24452 \begin_inset Quotes eld
24453 \end_inset
24454
24455 chapter.number
24456 \begin_inset Quotes erd
24457 \end_inset
24458
24459  or 
24460 \begin_inset Quotes eld
24461 \end_inset
24462
24463 section.number
24464 \begin_inset Quotes erd
24465 \end_inset
24466
24467 .
24468  This depends on the document class used.
24469 \end_layout
24470
24471 \begin_layout Standard
24472 To change section-independent numbering, you can use this command in the
24473  document preamble:
24474 \end_layout
24475
24476 \begin_layout Standard
24477
24478 \series bold
24479
24480 \backslash
24481 renewcommand{
24482 \backslash
24483 thetable}{
24484 \backslash
24485 roman{table}}
24486 \end_layout
24487
24488 \begin_layout Standard
24489
24490 \series bold
24491
24492 \backslash
24493 thetable
24494 \series default
24495  is the command that prints the table number.
24496  For figure floats, the command would be 
24497 \series bold
24498
24499 \backslash
24500 thefigure
24501 \series default
24502 .
24503  
24504 \series bold
24505
24506 \backslash
24507 roman
24508 \series default
24509  in the command above prints the table number as a small roman number.
24510 \end_layout
24511
24512 \begin_layout Standard
24513 To change the numbering scheme for example to 
24514 \begin_inset Quotes eld
24515 \end_inset
24516
24517 subsection.number
24518 \begin_inset Quotes erd
24519 \end_inset
24520
24521 , use this command in the preamble:
24522 \end_layout
24523
24524 \begin_layout Standard
24525
24526 \series bold
24527
24528 \backslash
24529 numberwithin{table}{subsection}
24530 \end_layout
24531
24532 \begin_layout Standard
24533 To be able to use the command 
24534 \series bold
24535
24536 \backslash
24537 numberwithin
24538 \series default
24539 , set in the tab 
24540 \family sans
24541 Math
24542 \begin_inset space ~
24543 \end_inset
24544
24545 Options
24546 \family default
24547  in the document settings the option 
24548 \family sans
24549 Use
24550 \begin_inset space ~
24551 \end_inset
24552
24553 AMS
24554 \begin_inset space ~
24555 \end_inset
24556
24557 math
24558 \begin_inset space ~
24559 \end_inset
24560
24561 package
24562 \family default
24563 .
24564 \end_layout
24565
24566 \begin_layout Standard
24567 Please also have a look at section
24568 \begin_inset space ~
24569 \end_inset
24570
24571
24572 \begin_inset CommandInset ref
24573 LatexCommand ref
24574 reference "subsec:Footnote-Numbering"
24575
24576 \end_inset
24577
24578  for the details and important notes about the numbering commands.
24579 \end_layout
24580
24581 \begin_layout Section
24582 Referencing Floats
24583 \begin_inset CommandInset label
24584 LatexCommand label
24585 name "sec:Referencing-Floats"
24586
24587 \end_inset
24588
24589
24590 \begin_inset Index idx
24591 status collapsed
24592
24593 \begin_layout Plain Layout
24594 Floats ! References
24595 \end_layout
24596
24597 \end_inset
24598
24599
24600 \begin_inset Index idx
24601 status collapsed
24602
24603 \begin_layout Plain Layout
24604 References ! to Floats
24605 \end_layout
24606
24607 \end_inset
24608
24609
24610 \end_layout
24611
24612 \begin_layout Standard
24613 To reference a float, insert a label into its caption using the menu 
24614 \family sans
24615 Insert\SpecialChar menuseparator
24616 Label
24617 \family default
24618  or the toolbar button 
24619 \begin_inset Info
24620 type  "icon"
24621 arg   "label-insert"
24622 \end_inset
24623
24624 .
24625  A grey label box like this one: 
24626 \begin_inset Graphics
24627         filename clipart/labelQt4.png
24628         scale 85
24629         scaleBeforeRotation
24630
24631 \end_inset
24632
24633  will be inserted and the label window pops up asking for the label text.
24634  \SpecialChar LyX
24635  offers as text the first words of the caption with a prefix.
24636  The prefix depends on the float type, e.
24637 \begin_inset space \thinspace{}
24638 \end_inset
24639
24640 g.
24641 \begin_inset space \space{}
24642 \end_inset
24643
24644 for figure floats the prefix will be "
24645 \family sans
24646 fig:
24647 \family default
24648 ".
24649 \end_layout
24650
24651 \begin_layout Standard
24652 The label is used as anchor and name for the reference.
24653  You can refer to the label using the menu 
24654 \family sans
24655 Insert\SpecialChar menuseparator
24656 Cross-reference
24657 \family default
24658  or the toolbar button 
24659 \begin_inset Info
24660 type  "icon"
24661 arg   "dialog-show-new-inset ref"
24662 \end_inset
24663
24664 .
24665  The cross-reference window appears showing all labels of the document.
24666  If you have multiple \SpecialChar LyX
24667  documents opened, choose the one you are working
24668  on from the drop-list at the top of the dialog.
24669  You can now sort the labels alphabetically and then choose one.
24670  A grey cross-reference box like this one: 
24671 \begin_inset Graphics
24672         filename clipart/referenceQt4.png
24673         scale 85
24674         scaleBeforeRotation
24675
24676 \end_inset
24677
24678  will be inserted.
24679  At the position of the cross-reference box the float number will appear
24680  in the output.
24681 \end_layout
24682
24683 \begin_layout Standard
24684 It is recommended that you use a protected space between the cross-reference
24685  name and its number to avoid line breaks between them.
24686  If a cross-reference refers to a non-existing label, you will see two question
24687  marks in the output instead of the reference.
24688 \end_layout
24689
24690 \begin_layout Standard
24691 You can change labels at any time by clicking on the label box.
24692  References to the changed label will automatically update their links to
24693  the new label text.
24694 \end_layout
24695
24696 \begin_layout Standard
24697 The button 
24698 \family sans
24699 Go
24700 \begin_inset space ~
24701 \end_inset
24702
24703 to
24704 \begin_inset space ~
24705 \end_inset
24706
24707 Label
24708 \family default
24709  in the cross-reference window sets the cursor before the referred label.
24710  The button text changes then to Go
24711 \begin_inset space ~
24712 \end_inset
24713
24714 Back and you can use it to set the cursor back to the cross-reference.
24715 \end_layout
24716
24717 \begin_layout Subsection
24718 Cross-Reference Formats
24719 \begin_inset CommandInset label
24720 LatexCommand label
24721 name "subsec:Cross-Reference-Formats"
24722
24723 \end_inset
24724
24725
24726 \begin_inset Index idx
24727 status collapsed
24728
24729 \begin_layout Plain Layout
24730 References ! Formats
24731 \end_layout
24732
24733 \end_inset
24734
24735
24736 \end_layout
24737
24738 \begin_layout Standard
24739 There are six varieties of cross-references:
24740 \end_layout
24741
24742 \begin_layout Description
24743 <reference>: prints the float number, this is the default: 
24744 \begin_inset CommandInset ref
24745 LatexCommand ref
24746 reference "fig:Two-distorted-images"
24747
24748 \end_inset
24749
24750
24751 \end_layout
24752
24753 \begin_layout Description
24754 (<reference>): prints the float number within two parentheses, this is the
24755  style normally used to reference formulas, especially when the reference
24756  name 
24757 \begin_inset Quotes eld
24758 \end_inset
24759
24760 Equation
24761 \begin_inset Quotes erd
24762 \end_inset
24763
24764  is omitted: 
24765 \begin_inset CommandInset ref
24766 LatexCommand eqref
24767 reference "eq:Wgn"
24768
24769 \end_inset
24770
24771
24772 \end_layout
24773
24774 \begin_layout Description
24775 <page>: prints the page number: Page
24776 \begin_inset space ~
24777 \end_inset
24778
24779
24780 \begin_inset CommandInset ref
24781 LatexCommand pageref
24782 reference "fig:Two-distorted-images"
24783
24784 \end_inset
24785
24786
24787 \end_layout
24788
24789 \begin_layout Description
24790 on
24791 \begin_inset space ~
24792 \end_inset
24793
24794 page
24795 \begin_inset space ~
24796 \end_inset
24797
24798 <page>: prints the text "on page" and the page number: 
24799 \begin_inset CommandInset ref
24800 LatexCommand vpageref
24801 reference "fig:Two-distorted-images"
24802
24803 \end_inset
24804
24805
24806 \end_layout
24807
24808 \begin_layout Description
24809 <reference>
24810 \begin_inset space ~
24811 \end_inset
24812
24813 on
24814 \begin_inset space ~
24815 \end_inset
24816
24817 page
24818 \begin_inset space ~
24819 \end_inset
24820
24821 <page>: prints the float number, the text "on page", and the page number:
24822  
24823 \begin_inset CommandInset ref
24824 LatexCommand vref
24825 reference "fig:Two-distorted-images"
24826
24827 \end_inset
24828
24829
24830 \end_layout
24831
24832 \begin_layout Description
24833 Formatted
24834 \begin_inset space ~
24835 \end_inset
24836
24837 reference: prints a self-defined cross-reference format.
24838 \begin_inset Newline newline
24839 \end_inset
24840
24841
24842 \begin_inset Note Greyedout
24843 status open
24844
24845 \begin_layout Plain Layout
24846
24847 \series bold
24848 Note:
24849 \series default
24850  This feature is only available when you have the \SpecialChar LaTeX
24851 -package 
24852 \series bold
24853 prettyref
24854 \series default
24855  or 
24856 \series bold
24857 refstyle
24858 \series default
24859
24860 \begin_inset Index idx
24861 status collapsed
24862
24863 \begin_layout Plain Layout
24864 \SpecialChar LaTeX
24865 -packages ! prettyref
24866 \end_layout
24867
24868 \end_inset
24869
24870
24871 \begin_inset Index idx
24872 status collapsed
24873
24874 \begin_layout Plain Layout
24875 \SpecialChar LaTeX
24876 -packages ! refstyle
24877 \end_layout
24878
24879 \end_inset
24880
24881  installed.
24882 \end_layout
24883
24884 \end_inset
24885
24886
24887 \begin_inset Newline newline
24888 \end_inset
24889
24890 You can select which \SpecialChar LaTeX
24891 -package should be used for this feature by setting
24892  the option 
24893 \family sans
24894 Use refstyle (not prettyref) for cross-references
24895 \family default
24896  in the menu 
24897 \family sans
24898 Document\SpecialChar menuseparator
24899 Settings\SpecialChar menuseparator
24900 Document Class
24901 \family default
24902 .
24903  The format is specified by adding the command 
24904 \series bold
24905
24906 \backslash
24907 newrefformat
24908 \series default
24909  (prettyref) or 
24910 \series bold
24911
24912 \backslash
24913 newref
24914 \series default
24915  (refstyle) to the preamble of the document.
24916  For example redefining all references to figures (which have the label
24917  shortcut 
24918 \begin_inset Quotes eld
24919 \end_inset
24920
24921
24922 \family sans
24923 fig
24924 \family default
24925
24926 \begin_inset Quotes erd
24927 \end_inset
24928
24929 ) can be done with this command
24930 \begin_inset Newline newline
24931 \end_inset
24932
24933
24934 \series bold
24935
24936 \backslash
24937 newref{fig}{refcmd={Image on page 
24938 \backslash
24939 pageref{#1}}}
24940 \series default
24941
24942 \begin_inset Newline newline
24943 \end_inset
24944
24945 For more information about the format, have a look at the package documentations
24946
24947 \begin_inset CommandInset citation
24948 LatexCommand cite
24949 key "prettyref,refstyle"
24950
24951 \end_inset
24952
24953 .
24954 \end_layout
24955
24956 \begin_layout Description
24957 Textual
24958 \begin_inset space ~
24959 \end_inset
24960
24961 reference: prints the caption of the reference: 
24962 \begin_inset CommandInset ref
24963 LatexCommand nameref
24964 reference "fig:Two-distorted-images"
24965
24966 \end_inset
24967
24968
24969 \end_layout
24970
24971 \begin_layout Standard
24972
24973 \family sans
24974 <page>
24975 \family default
24976  will not print the page number if the label is on the previous, the same,
24977  or the next page.
24978  You will e.
24979 \begin_inset space \thinspace{}
24980 \end_inset
24981
24982 g.
24983 \begin_inset space \space{}
24984 \end_inset
24985
24986 see the text 
24987 \begin_inset Quotes eld
24988 \end_inset
24989
24990
24991 \family sans
24992 on this page
24993 \family default
24994
24995 \begin_inset Quotes erd
24996 \end_inset
24997
24998  instead.
24999  The style 
25000 \family sans
25001 <reference> on page <page>
25002 \family default
25003  will not print anything about the page if the label is on the same page.
25004 \end_layout
25005
25006 \begin_layout Standard
25007 The number and current page of the part of the document referred to in the
25008  output is automatically calculated by \SpecialChar LaTeX
25009 .
25010  The varieties are adjusted in the field 
25011 \family sans
25012 Format
25013 \family default
25014  of the cross-reference window that appears when you click on the cross-referenc
25015 e box.
25016 \end_layout
25017
25018 \begin_layout Standard
25019 \begin_inset Note Greyedout
25020 status open
25021
25022 \begin_layout Plain Layout
25023
25024 \series bold
25025 Note:
25026 \series default
25027  It is recommended to use the \SpecialChar LaTeX
25028 -package 
25029 \series bold
25030 refstyle
25031 \series default
25032
25033 \begin_inset Index idx
25034 status collapsed
25035
25036 \begin_layout Plain Layout
25037 \SpecialChar LaTeX
25038 -packages ! refstyle
25039 \end_layout
25040
25041 \end_inset
25042
25043  because 
25044 \series bold
25045 prettyref
25046 \series default
25047
25048 \begin_inset Index idx
25049 status collapsed
25050
25051 \begin_layout Plain Layout
25052 \SpecialChar LaTeX
25053 -packages ! prettyref
25054 \end_layout
25055
25056 \end_inset
25057
25058  does not know all of \SpecialChar LyX
25059 's possible label shortcuts
25060 \begin_inset Foot
25061 status collapsed
25062
25063 \begin_layout Plain Layout
25064 \begin_inset Quotes eld
25065 \end_inset
25066
25067 fig:
25068 \begin_inset Quotes erd
25069 \end_inset
25070
25071  is for example \SpecialChar LyX
25072 's shortcut for labels in figure captions.
25073 \end_layout
25074
25075 \end_inset
25076
25077  and is not internationalized.
25078 \end_layout
25079
25080 \end_inset
25081
25082
25083 \end_layout
25084
25085 \begin_layout Subsection
25086 Automatic Reference Naming
25087 \begin_inset Index idx
25088 status collapsed
25089
25090 \begin_layout Plain Layout
25091 References ! Automatic Reference Naming
25092 \end_layout
25093
25094 \end_inset
25095
25096
25097 \end_layout
25098
25099 \begin_layout Standard
25100 The \SpecialChar LaTeX
25101 -package 
25102 \series bold
25103 hyperref
25104 \series default
25105
25106 \begin_inset Index idx
25107 status collapsed
25108
25109 \begin_layout Plain Layout
25110 \SpecialChar LaTeX
25111 -packages ! hyperref
25112 \end_layout
25113
25114 \end_inset
25115
25116 , that is enabled in the 
25117 \family sans
25118 PDF Properties
25119 \family default
25120  of the 
25121 \family sans
25122 Document Settings
25123 \family default
25124  dialog, provides a very useful feature that cross-references automatically
25125  include the name of the referenced floats (or text parts like 
25126 \emph on
25127 section
25128 \emph default
25129 ).
25130  So you will save having to write e.
25131 \begin_inset space \thinspace{}
25132 \end_inset
25133
25134 g.
25135 \begin_inset space \space{}
25136 \end_inset
25137
25138 the name 
25139 \begin_inset Quotes eld
25140 \end_inset
25141
25142 Figure
25143 \begin_inset Quotes erd
25144 \end_inset
25145
25146  before every reference to a figure.
25147  To use this feature, enable 
25148 \series bold
25149 hyperref
25150 \series default
25151  and insert this line to the \SpecialChar LaTeX
25152  preamble:
25153 \end_layout
25154
25155 \begin_layout Standard
25156
25157 \series bold
25158
25159 \backslash
25160 AtBeginDocument{
25161 \backslash
25162 renewcommand{
25163 \backslash
25164 ref}[1]{
25165 \backslash
25166 mbox{
25167 \backslash
25168 autoref{#1}}}}
25169 \end_layout
25170
25171 \begin_layout Standard
25172 When you prefer other reference names than the default ones, for example
25173  you want instead of 
25174 \begin_inset Quotes eld
25175 \end_inset
25176
25177 section
25178 \begin_inset Quotes erd
25179 \end_inset
25180
25181  the name 
25182 \begin_inset Quotes eld
25183 \end_inset
25184
25185 sec.
25186 \begin_inset space \thinspace{}
25187 \end_inset
25188
25189
25190 \begin_inset Quotes eld
25191 \end_inset
25192
25193 , you can redefine the name by inserting this in the preamble:
25194 \end_layout
25195
25196 \begin_layout Standard
25197
25198 \series bold
25199
25200 \backslash
25201 addto
25202 \backslash
25203 extrasenglish{
25204 \backslash
25205 renewcommand{
25206 \backslash
25207 sectionautorefname}
25208 \begin_inset Newline newline
25209 \end_inset
25210
25211
25212 \begin_inset Phantom HPhantom
25213 status open
25214
25215 \begin_layout Plain Layout
25216
25217 \series bold
25218 \begin_inset space ~
25219 \end_inset
25220
25221
25222 \end_layout
25223
25224 \end_inset
25225
25226 {sec.
25227 \backslash
25228 negthinspace}}
25229 \end_layout
25230
25231 \begin_layout Standard
25232 When you are using another document language than English, replace
25233 \begin_inset Newline newline
25234 \end_inset
25235
25236
25237 \series bold
25238
25239 \backslash
25240 extrasenglish
25241 \series default
25242  by 
25243 \series bold
25244
25245 \backslash
25246 extras***
25247 \series default
25248 , where *** is the name of the language used.
25249 \end_layout
25250
25251 \begin_layout Standard
25252 To get automatic names, but not for certain reference types, for example
25253  not for equations, use this preamble code:
25254 \end_layout
25255
25256 \begin_layout Standard
25257
25258 \series bold
25259
25260 \backslash
25261 addto
25262 \backslash
25263 extrasenglish{
25264 \backslash
25265 renewcommand*{
25266 \backslash
25267 equationautorefname}[1]{}}
25268 \end_layout
25269
25270 \begin_layout Standard
25271 More about this topic can be found in 
25272 \series bold
25273 hyperref
25274 \series default
25275 's documentation 
25276 \begin_inset CommandInset citation
25277 LatexCommand cite
25278 key "hyperref"
25279
25280 \end_inset
25281
25282 .
25283 \end_layout
25284
25285 \begin_layout Standard
25286 \begin_inset Note Greyedout
25287 status open
25288
25289 \begin_layout Plain Layout
25290
25291 \series bold
25292 Note:
25293 \series default
25294  Automatic reference naming cannot be used when you use cross-references
25295  in the 
25296 \family sans
25297 Formatted
25298 \begin_inset space ~
25299 \end_inset
25300
25301 reference
25302 \family default
25303  style, as described in section
25304 \begin_inset space ~
25305 \end_inset
25306
25307
25308 \begin_inset CommandInset ref
25309 LatexCommand ref
25310 reference "subsec:Cross-Reference-Formats"
25311
25312 \end_inset
25313
25314 .
25315 \end_layout
25316
25317 \end_inset
25318
25319
25320 \end_layout
25321
25322 \begin_layout Standard
25323 The 
25324 \emph on
25325 Math
25326 \emph default
25327  manual is an example where automatic reference naming is used.
25328 \end_layout
25329
25330 \begin_layout Subsection
25331 Reference Position
25332 \begin_inset CommandInset label
25333 LatexCommand label
25334 name "subsec:Reference-Position"
25335
25336 \end_inset
25337
25338
25339 \begin_inset Index idx
25340 status collapsed
25341
25342 \begin_layout Plain Layout
25343 References ! Reference Position
25344 \end_layout
25345
25346 \end_inset
25347
25348
25349 \end_layout
25350
25351 \begin_layout Standard
25352 If you use 
25353 \series bold
25354 hyperref
25355 \series default
25356
25357 \begin_inset Index idx
25358 status collapsed
25359
25360 \begin_layout Plain Layout
25361 \SpecialChar LaTeX
25362 -packages ! hyperref
25363 \end_layout
25364
25365 \end_inset
25366
25367  in the 
25368 \family sans
25369 PDF Properties
25370 \family default
25371  of the 
25372 \family sans
25373 Document Settings
25374 \family default
25375  dialog to link cross-references in the output, you will see that clicking
25376  on an image float reference jumps to the image label.
25377  The caption will be the first text part on the screen, so that you cannot
25378  see the image without scrolling.
25379  This is because the reference link anchor is placed at the position of
25380  the label.
25381  With the use of the package 
25382 \series bold
25383 hypcap
25384 \series default
25385
25386 \begin_inset Index idx
25387 status collapsed
25388
25389 \begin_layout Plain Layout
25390 \SpecialChar LaTeX
25391 -packages ! hypcap
25392 \end_layout
25393
25394 \end_inset
25395
25396 , which is part of the \SpecialChar LaTeX
25397 -package 
25398 \series bold
25399 oberdiek
25400 \series default
25401
25402 \begin_inset Index idx
25403 status collapsed
25404
25405 \begin_layout Plain Layout
25406 \SpecialChar LaTeX
25407 -packages ! oberdiek
25408 \end_layout
25409
25410 \end_inset
25411
25412 , the link anchor is placed at the beginning of a float.
25413  To use this feature for figure floats, load 
25414 \series bold
25415 hypcap
25416 \series default
25417  in the document preamble with the line
25418 \end_layout
25419
25420 \begin_layout Standard
25421
25422 \series bold
25423
25424 \backslash
25425 usepackage[figure]{hypcap}
25426 \end_layout
25427
25428 \begin_layout Standard
25429 You can also use 
25430 \series bold
25431 hypcap
25432 \series default
25433  for all float types but this is not recommended for stability reasons.
25434  For more information, have a look at 
25435 \series bold
25436 hypcap
25437 \series default
25438 's manual 
25439 \begin_inset CommandInset citation
25440 LatexCommand cite
25441 key "hypcap"
25442
25443 \end_inset
25444
25445 .
25446 \end_layout
25447
25448 \begin_layout Standard
25449 \begin_inset Note Greyedout
25450 status open
25451
25452 \begin_layout Plain Layout
25453
25454 \series bold
25455 Note:
25456 \series default
25457  
25458 \series bold
25459 hypcap
25460 \series default
25461  has no effect on references to subfigures.
25462 \end_layout
25463
25464 \end_inset
25465
25466
25467 \end_layout
25468
25469 \begin_layout Section
25470 Float Placement
25471 \begin_inset CommandInset label
25472 LatexCommand label
25473 name "sec:Float-Placement"
25474
25475 \end_inset
25476
25477
25478 \begin_inset Index idx
25479 status collapsed
25480
25481 \begin_layout Plain Layout
25482 Floats ! Placement
25483 \end_layout
25484
25485 \end_inset
25486
25487
25488 \end_layout
25489
25490 \begin_layout Standard
25491 Right-clicking on a float-box and clicking on 
25492 \family sans
25493 Settings
25494 \family default
25495  opens a dialog where you can alter the placement options that \SpecialChar LaTeX
25496  uses for
25497  positioning the float.
25498 \begin_inset Newline newline
25499 \end_inset
25500
25501 The option 
25502 \family sans
25503 Span
25504 \begin_inset space ~
25505 \end_inset
25506
25507 columns
25508 \family default
25509  is only useful for two-column documents: If you select it, the float will
25510  span both columns on the page instead of being confined to just one.
25511 \begin_inset Newline newline
25512 \end_inset
25513
25514 The option 
25515 \family sans
25516 Rotate
25517 \begin_inset space ~
25518 \end_inset
25519
25520 sideways
25521 \family default
25522  is used to rotate floats, see section 
25523 \begin_inset CommandInset ref
25524 LatexCommand ref
25525 reference "sec:Rotated-Floats"
25526
25527 \end_inset
25528
25529 .
25530 \end_layout
25531
25532 \begin_layout Standard
25533 You can use one or more of the following options in the float dialog to
25534  set the placement for a particular float when you uncheck the option 
25535 \family sans
25536 Use
25537 \begin_inset space ~
25538 \end_inset
25539
25540 default
25541 \begin_inset space ~
25542 \end_inset
25543
25544 placement
25545 \family default
25546 :
25547 \end_layout
25548
25549 \begin_layout Description
25550 Here
25551 \begin_inset space ~
25552 \end_inset
25553
25554 if
25555 \begin_inset space ~
25556 \end_inset
25557
25558 possible try to place the float on the position where it has been inserted
25559 \end_layout
25560
25561 \begin_layout Description
25562 Top
25563 \begin_inset space ~
25564 \end_inset
25565
25566 of
25567 \begin_inset space ~
25568 \end_inset
25569
25570 page try to place the float at the top of the current page
25571 \end_layout
25572
25573 \begin_layout Description
25574 Bottom
25575 \begin_inset space ~
25576 \end_inset
25577
25578 of
25579 \begin_inset space ~
25580 \end_inset
25581
25582 page try to place the float at the bottom of the current page
25583 \end_layout
25584
25585 \begin_layout Description
25586 Page
25587 \begin_inset space ~
25588 \end_inset
25589
25590 of
25591 \begin_inset space ~
25592 \end_inset
25593
25594 floats try to place the float on its own page
25595 \end_layout
25596
25597 \begin_layout Standard
25598 The order of the above option is 
25599 \emph on
25600 always
25601 \emph default
25602  used by \SpecialChar LaTeX
25603 .
25604  That means, if you use the default placement, \SpecialChar LaTeX
25605  will first try out 
25606 \family sans
25607 Here
25608 \begin_inset space ~
25609 \end_inset
25610
25611 if
25612 \begin_inset space ~
25613 \end_inset
25614
25615 possible
25616 \family default
25617 , then 
25618 \family sans
25619 Top
25620 \begin_inset space ~
25621 \end_inset
25622
25623 of
25624 \begin_inset space ~
25625 \end_inset
25626
25627 page
25628 \family default
25629 , and then the others.
25630  If you do not use the default, \SpecialChar LaTeX
25631  will try only the checked options but in
25632  the same order.
25633  If none of the 4
25634 \begin_inset space ~
25635 \end_inset
25636
25637 placements is possible the procedure is internally repeated trying to put
25638  the float on the following page.
25639 \end_layout
25640
25641 \begin_layout Standard
25642 By default, each option has its own rules:
25643 \end_layout
25644
25645 \begin_layout Labeling
25646 \labelwidthstring 00.00.0000
25647
25648 \family sans
25649 Top
25650 \begin_inset space ~
25651 \end_inset
25652
25653 of
25654 \begin_inset space ~
25655 \end_inset
25656
25657 page
25658 \family default
25659  only floats occupying less than 70
25660 \begin_inset space \thinspace{}
25661 \end_inset
25662
25663 % of the page can be placed at the top of a page (
25664 \series bold
25665
25666 \backslash
25667 topfraction
25668 \series default
25669 )
25670 \end_layout
25671
25672 \begin_layout Labeling
25673 \labelwidthstring 00.00.0000
25674
25675 \family sans
25676 Bottom
25677 \begin_inset space ~
25678 \end_inset
25679
25680 of
25681 \begin_inset space ~
25682 \end_inset
25683
25684 page
25685 \family default
25686 : only floats occupying less than 30
25687 \begin_inset space \thinspace{}
25688 \end_inset
25689
25690 % of the page can be placed at the bottom of a page.
25691  (
25692 \series bold
25693
25694 \backslash
25695 bottomfraction
25696 \series default
25697 )
25698 \end_layout
25699
25700 \begin_layout Labeling
25701 \labelwidthstring 00.00.0000
25702
25703 \family sans
25704 Page
25705 \begin_inset space ~
25706 \end_inset
25707
25708 of
25709 \begin_inset space ~
25710 \end_inset
25711
25712 floats
25713 \family default
25714 : only if more than 50
25715 \begin_inset space \thinspace{}
25716 \end_inset
25717
25718 % of the page is occupied by floats, several floats can be set together
25719  on a page.
25720  (
25721 \series bold
25722
25723 \backslash
25724 floatpagefraction
25725 \series default
25726 )
25727 \end_layout
25728
25729 \begin_layout Standard
25730 If you don't like these rules, you can ignore them by using the additional
25731  option 
25732 \family sans
25733 Ignore
25734 \begin_inset space ~
25735 \end_inset
25736
25737 \SpecialChar LaTeX
25738
25739 \begin_inset space ~
25740 \end_inset
25741
25742 rules
25743 \family default
25744 .
25745 \begin_inset Newline newline
25746 \end_inset
25747
25748 You can also redefine the rules with \SpecialChar LaTeX
25749 -commands that are given in parentheses
25750  after the rules description above.
25751  To increase for example the often too small default of the bottom-rule
25752  to 50
25753 \begin_inset space \thinspace{}
25754 \end_inset
25755
25756 % of the page, add this line to your document preamble:
25757 \end_layout
25758
25759 \begin_layout Standard
25760
25761 \series bold
25762
25763 \backslash
25764 renewcommand{
25765 \backslash
25766 bottomfraction}{0.5}
25767 \end_layout
25768
25769 \begin_layout Standard
25770 Sometimes you might need, under all circumstances, a float to be placed
25771  exactly at the position where it is inserted.
25772  For this case you can use the option 
25773 \family sans
25774 Here
25775 \begin_inset space ~
25776 \end_inset
25777
25778 definitely
25779 \family default
25780 .
25781  Use this option very rarely and only if the document is almost ready to
25782  be printed, because the float is then no longer able to 
25783 \begin_inset Quotes eld
25784 \end_inset
25785
25786 float
25787 \begin_inset Quotes erd
25788 \end_inset
25789
25790  when you change your document and this will often destroy the page layout.
25791 \end_layout
25792
25793 \begin_layout Standard
25794 There are no placement options for text wrap floats, because they are always
25795  surrounded by the text of a certain paragraph.
25796 \begin_inset VSpace bigskip
25797 \end_inset
25798
25799
25800 \end_layout
25801
25802 \begin_layout Standard
25803 Sometimes you have the problem that a float is placed at the top of a page
25804  while its corresponding section starts at the middle of the page, so that
25805  the reader could think the float is part of the previous section.
25806  To avoid this the \SpecialChar LaTeX
25807 -command 
25808 \series bold
25809
25810 \backslash
25811 suppressfloats
25812 \series default
25813  can be used.
25814  It suppresses a given float placement for the page where it is inserted
25815  and can therefore be used to avoid floats being set before a section starts.
25816  To get this, add these commands to your document preamble:
25817 \end_layout
25818
25819 \begin_layout Standard
25820
25821 \series bold
25822
25823 \backslash
25824 let
25825 \backslash
25826 mySection
25827 \backslash
25828 section
25829 \begin_inset Newline newline
25830 \end_inset
25831
25832
25833 \backslash
25834 renewcommand{
25835 \backslash
25836 section}{
25837 \backslash
25838 suppressfloats[t]
25839 \backslash
25840 mySection}
25841 \end_layout
25842
25843 \begin_layout Standard
25844 You can define the same for all section headings, like chapters and subsections.
25845  This definition is not recommended to be used for small text parts like
25846  subsubsections because \SpecialChar LaTeX
25847  may then have problems finding a suitable placement.
25848 \end_layout
25849
25850 \begin_layout Standard
25851 \begin_inset VSpace bigskip
25852 \end_inset
25853
25854 In some cases it is required to have all figures/tables at the end of the
25855  document.
25856  For this purpose the \SpecialChar LaTeX
25857 -package 
25858 \series bold
25859 endfloat
25860 \series default
25861
25862 \begin_inset Index idx
25863 status collapsed
25864
25865 \begin_layout Plain Layout
25866 \SpecialChar LaTeX
25867 -packages ! endfloat
25868 \end_layout
25869
25870 \end_inset
25871
25872  was developed.
25873  It puts all figure and table floats at the end of the document into their
25874  own sections.
25875  At the original float position a text hint like 
25876 \begin_inset Quotes eld
25877 \end_inset
25878
25879
25880 \family sans
25881 [Figure
25882 \begin_inset space ~
25883 \end_inset
25884
25885 3.2 about here.]
25886 \family default
25887
25888 \begin_inset Quotes erd
25889 \end_inset
25890
25891  is inserted.
25892  The endfloat-package is loaded in the preamble with the line
25893 \end_layout
25894
25895 \begin_layout Standard
25896
25897 \series bold
25898
25899 \backslash
25900 usepackage[options]{endfloat}
25901 \end_layout
25902
25903 \begin_layout Standard
25904 There are various package options to format the created figure/table sections.
25905  For more information we refer you to the 
25906 \series bold
25907 endfloat
25908 \series default
25909  documentation 
25910 \begin_inset CommandInset citation
25911 LatexCommand cite
25912 key "endfloat"
25913
25914 \end_inset
25915
25916 .
25917 \begin_inset Newline newline
25918 \end_inset
25919
25920
25921 \begin_inset Note Greyedout
25922 status open
25923
25924 \begin_layout Plain Layout
25925
25926 \series bold
25927 Note: endfloat
25928 \series default
25929  doesn't provide an automatic translation for the text hint, you have to
25930  do this manually, see section
25931 \begin_inset space ~
25932 \end_inset
25933
25934 4 in 
25935 \begin_inset CommandInset citation
25936 LatexCommand cite
25937 key "endfloat"
25938
25939 \end_inset
25940
25941 .
25942 \end_layout
25943
25944 \end_inset
25945
25946
25947 \begin_inset Newline newline
25948 \end_inset
25949
25950
25951 \begin_inset Note Greyedout
25952 status open
25953
25954 \begin_layout Plain Layout
25955
25956 \series bold
25957 Note:
25958 \series default
25959  There is currently a bug in 
25960 \series bold
25961 endfloat
25962 \series default
25963  when the caption contains a German 
25964 \begin_inset Quotes eld
25965 \end_inset
25966
25967 ß
25968 \begin_inset Quotes erd
25969 \end_inset
25970
25971 .
25972  Use in this case the command 
25973 \begin_inset Quotes eld
25974 \end_inset
25975
25976
25977 \series bold
25978
25979 \backslash
25980 ss
25981 \series default
25982
25983 \begin_inset Quotes erd
25984 \end_inset
25985
25986  in \SpecialChar TeX
25987  Code instead of 
25988 \begin_inset Quotes eld
25989 \end_inset
25990
25991 ß
25992 \begin_inset Quotes erd
25993 \end_inset
25994
25995 .
25996 \end_layout
25997
25998 \end_inset
25999
26000
26001 \end_layout
26002
26003 \begin_layout Standard
26004 \begin_inset VSpace bigskip
26005 \end_inset
26006
26007 For more details about float placements, have a look at \SpecialChar LaTeX
26008  books, 
26009 \begin_inset CommandInset citation
26010 LatexCommand cite
26011 key "latexcompanion,latexguide,latexbook"
26012
26013 \end_inset
26014
26015 .
26016 \end_layout
26017
26018 \begin_layout Section
26019 Rotated Floats
26020 \begin_inset CommandInset label
26021 LatexCommand label
26022 name "sec:Rotated-Floats"
26023
26024 \end_inset
26025
26026
26027 \begin_inset Index idx
26028 status collapsed
26029
26030 \begin_layout Plain Layout
26031 Floats ! Rotating
26032 \end_layout
26033
26034 \end_inset
26035
26036
26037 \end_layout
26038
26039 \begin_layout Standard
26040 Especially for wide tables you might have floats rotated.
26041  To rotate a whole float including the caption, right-click on the float-box
26042  and use the option 
26043 \family sans
26044 Rotate
26045 \begin_inset space ~
26046 \end_inset
26047
26048 sideways
26049 \family default
26050 .
26051 \end_layout
26052
26053 \begin_layout Standard
26054 Rotated floats are always placed on a page of their own (or column of their
26055  own; in case you have a multi-column document).
26056  You can let them span several columns using the float settings option 
26057 \family sans
26058 Span
26059 \begin_inset space ~
26060 \end_inset
26061
26062 columns
26063 \family default
26064 .
26065  Floats are rotated so that you can read them from the outside margin.
26066  To force a certain rotation direction for all pages, you can add either
26067  the option 
26068 \series bold
26069 figuresleft
26070 \series default
26071  or 
26072 \series bold
26073 figuresright
26074 \series default
26075  to the document class options.
26076 \end_layout
26077
26078 \begin_layout Standard
26079 Referencing rotated floats is the same as for normal floats, the caption
26080  format is also the same: Table
26081 \begin_inset space ~
26082 \end_inset
26083
26084
26085 \begin_inset CommandInset ref
26086 LatexCommand ref
26087 reference "tab:Rotated-table"
26088
26089 \end_inset
26090
26091  is an example of a rotated table float.
26092 \end_layout
26093
26094 \begin_layout Standard
26095 \begin_inset Note Greyedout
26096 status open
26097
26098 \begin_layout Plain Layout
26099
26100 \series bold
26101 Note:
26102 \series default
26103  Not all DVI-viewers are able to display rotated floats.
26104 \end_layout
26105
26106 \end_inset
26107
26108
26109 \end_layout
26110
26111 \begin_layout Standard
26112 \begin_inset Float table
26113 wide false
26114 sideways true
26115 status open
26116
26117 \begin_layout Plain Layout
26118 \begin_inset Caption Standard
26119
26120 \begin_layout Plain Layout
26121 \begin_inset CommandInset label
26122 LatexCommand label
26123 name "tab:Rotated-table"
26124
26125 \end_inset
26126
26127  Rotated table
26128 \end_layout
26129
26130 \end_inset
26131
26132
26133 \end_layout
26134
26135 \begin_layout Plain Layout
26136 \align center
26137 \begin_inset Tabular
26138 <lyxtabular version="3" rows="1" columns="5">
26139 <features tabularvalignment="middle">
26140 <column alignment="center" valignment="top">
26141 <column alignment="center" valignment="top">
26142 <column alignment="center" valignment="top">
26143 <column alignment="center" valignment="top">
26144 <column alignment="center" valignment="top">
26145 <row>
26146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26147 \begin_inset Text
26148
26149 \begin_layout Plain Layout
26150 test
26151 \end_layout
26152
26153 \end_inset
26154 </cell>
26155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26156 \begin_inset Text
26157
26158 \begin_layout Plain Layout
26159 b
26160 \end_layout
26161
26162 \end_inset
26163 </cell>
26164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26165 \begin_inset Text
26166
26167 \begin_layout Plain Layout
26168 c
26169 \end_layout
26170
26171 \end_inset
26172 </cell>
26173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26174 \begin_inset Text
26175
26176 \begin_layout Plain Layout
26177 d
26178 \end_layout
26179
26180 \end_inset
26181 </cell>
26182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26183 \begin_inset Text
26184
26185 \begin_layout Plain Layout
26186 e
26187 \end_layout
26188
26189 \end_inset
26190 </cell>
26191 </row>
26192 </lyxtabular>
26193
26194 \end_inset
26195
26196
26197 \end_layout
26198
26199 \end_inset
26200
26201
26202 \end_layout
26203
26204 \begin_layout Section
26205 Subfloats
26206 \begin_inset Index idx
26207 status collapsed
26208
26209 \begin_layout Plain Layout
26210 Floats ! Subfloats
26211 \end_layout
26212
26213 \end_inset
26214
26215
26216 \end_layout
26217
26218 \begin_layout Standard
26219 Subfloats are for example used when a figure consists of several images.
26220  They are created by inserting a float into an existing float.
26221  The placement of the subfloats can be controlled in the same way as for
26222  paragraphs as shown in table
26223 \begin_inset space ~
26224 \end_inset
26225
26226
26227 \begin_inset CommandInset ref
26228 LatexCommand ref
26229 reference "tab:Two-subtables-side"
26230
26231 \end_inset
26232
26233  and 
26234 \begin_inset CommandInset ref
26235 LatexCommand ref
26236 reference "tab:Two-subtables-upon"
26237
26238 \end_inset
26239
26240 .
26241 \end_layout
26242
26243 \begin_layout Standard
26244 Referencing subfloats works as for normal floats: Table
26245 \begin_inset space ~
26246 \end_inset
26247
26248
26249 \begin_inset CommandInset ref
26250 LatexCommand ref
26251 reference "tab:This-is-subtable-a"
26252
26253 \end_inset
26254
26255  and 
26256 \begin_inset CommandInset ref
26257 LatexCommand ref
26258 reference "tab:This-is-subtable-b"
26259
26260 \end_inset
26261
26262  are subtables of table
26263 \begin_inset space ~
26264 \end_inset
26265
26266
26267 \begin_inset CommandInset ref
26268 LatexCommand ref
26269 reference "tab:Two-subtables-side"
26270
26271 \end_inset
26272
26273 .
26274 \end_layout
26275
26276 \begin_layout Standard
26277 \begin_inset Float table
26278 wide false
26279 sideways false
26280 status open
26281
26282 \begin_layout Plain Layout
26283 \begin_inset Caption Standard
26284
26285 \begin_layout Plain Layout
26286 \begin_inset CommandInset label
26287 LatexCommand label
26288 name "tab:Two-subtables-side"
26289
26290 \end_inset
26291
26292 Two subtables placed side by side.
26293 \end_layout
26294
26295 \end_inset
26296
26297
26298 \end_layout
26299
26300 \begin_layout Plain Layout
26301 \align center
26302 \begin_inset space \hfill{}
26303 \end_inset
26304
26305
26306 \begin_inset Float table
26307 wide false
26308 sideways false
26309 status collapsed
26310
26311 \begin_layout Plain Layout
26312 \begin_inset Caption Standard
26313
26314 \begin_layout Plain Layout
26315 \begin_inset CommandInset label
26316 LatexCommand label
26317 name "tab:This-is-subtable-a"
26318
26319 \end_inset
26320
26321 This is subtable a.
26322 \end_layout
26323
26324 \end_inset
26325
26326
26327 \end_layout
26328
26329 \begin_layout Plain Layout
26330 \align center
26331 \begin_inset Tabular
26332 <lyxtabular version="3" rows="1" columns="5">
26333 <features tabularvalignment="middle">
26334 <column alignment="center" valignment="top">
26335 <column alignment="center" valignment="top">
26336 <column alignment="center" valignment="top">
26337 <column alignment="center" valignment="top">
26338 <column alignment="center" valignment="top">
26339 <row>
26340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26341 \begin_inset Text
26342
26343 \begin_layout Plain Layout
26344 test
26345 \end_layout
26346
26347 \end_inset
26348 </cell>
26349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26350 \begin_inset Text
26351
26352 \begin_layout Plain Layout
26353 b
26354 \end_layout
26355
26356 \end_inset
26357 </cell>
26358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26359 \begin_inset Text
26360
26361 \begin_layout Plain Layout
26362 c
26363 \end_layout
26364
26365 \end_inset
26366 </cell>
26367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26368 \begin_inset Text
26369
26370 \begin_layout Plain Layout
26371 d
26372 \end_layout
26373
26374 \end_inset
26375 </cell>
26376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26377 \begin_inset Text
26378
26379 \begin_layout Plain Layout
26380 e
26381 \end_layout
26382
26383 \end_inset
26384 </cell>
26385 </row>
26386 </lyxtabular>
26387
26388 \end_inset
26389
26390
26391 \end_layout
26392
26393 \end_inset
26394
26395
26396 \begin_inset space \hfill{}
26397 \end_inset
26398
26399
26400 \begin_inset Float table
26401 wide false
26402 sideways false
26403 status collapsed
26404
26405 \begin_layout Plain Layout
26406 \begin_inset Caption Standard
26407
26408 \begin_layout Plain Layout
26409 \begin_inset CommandInset label
26410 LatexCommand label
26411 name "tab:This-is-subtable-b"
26412
26413 \end_inset
26414
26415 This is subtable b.
26416 \end_layout
26417
26418 \end_inset
26419
26420
26421 \end_layout
26422
26423 \begin_layout Plain Layout
26424 \align center
26425 \begin_inset Tabular
26426 <lyxtabular version="3" rows="1" columns="5">
26427 <features tabularvalignment="middle">
26428 <column alignment="center" valignment="top">
26429 <column alignment="center" valignment="top">
26430 <column alignment="center" valignment="top">
26431 <column alignment="center" valignment="top">
26432 <column alignment="center" valignment="top">
26433 <row>
26434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26435 \begin_inset Text
26436
26437 \begin_layout Plain Layout
26438 e
26439 \end_layout
26440
26441 \end_inset
26442 </cell>
26443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26444 \begin_inset Text
26445
26446 \begin_layout Plain Layout
26447 d
26448 \end_layout
26449
26450 \end_inset
26451 </cell>
26452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26453 \begin_inset Text
26454
26455 \begin_layout Plain Layout
26456 c
26457 \end_layout
26458
26459 \end_inset
26460 </cell>
26461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26462 \begin_inset Text
26463
26464 \begin_layout Plain Layout
26465 b
26466 \end_layout
26467
26468 \end_inset
26469 </cell>
26470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26471 \begin_inset Text
26472
26473 \begin_layout Plain Layout
26474 test
26475 \end_layout
26476
26477 \end_inset
26478 </cell>
26479 </row>
26480 </lyxtabular>
26481
26482 \end_inset
26483
26484
26485 \end_layout
26486
26487 \end_inset
26488
26489
26490 \begin_inset space \hfill{}
26491 \end_inset
26492
26493
26494 \end_layout
26495
26496 \end_inset
26497
26498
26499 \end_layout
26500
26501 \begin_layout Standard
26502 \begin_inset Float table
26503 wide false
26504 sideways false
26505 status open
26506
26507 \begin_layout Plain Layout
26508 \begin_inset Caption Standard
26509
26510 \begin_layout Plain Layout
26511 \begin_inset CommandInset label
26512 LatexCommand label
26513 name "tab:Two-subtables-upon"
26514
26515 \end_inset
26516
26517 Two subtables placed one above the other.
26518  (a) table with 4 cells, (b) table with 5 cells.
26519 \end_layout
26520
26521 \end_inset
26522
26523
26524 \end_layout
26525
26526 \begin_layout Plain Layout
26527 \align center
26528 \begin_inset Float table
26529 wide false
26530 sideways false
26531 status collapsed
26532
26533 \begin_layout Plain Layout
26534 \begin_inset Caption Standard
26535
26536 \begin_layout Plain Layout
26537
26538 \end_layout
26539
26540 \end_inset
26541
26542
26543 \end_layout
26544
26545 \begin_layout Plain Layout
26546 \align center
26547 \begin_inset Tabular
26548 <lyxtabular version="3" rows="1" columns="4">
26549 <features tabularvalignment="middle">
26550 <column alignment="center" valignment="top">
26551 <column alignment="center" valignment="top">
26552 <column alignment="center" valignment="top">
26553 <column alignment="center" valignment="top">
26554 <row>
26555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26556 \begin_inset Text
26557
26558 \begin_layout Plain Layout
26559 test
26560 \end_layout
26561
26562 \end_inset
26563 </cell>
26564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26565 \begin_inset Text
26566
26567 \begin_layout Plain Layout
26568 test
26569 \end_layout
26570
26571 \end_inset
26572 </cell>
26573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26574 \begin_inset Text
26575
26576 \begin_layout Plain Layout
26577 test
26578 \end_layout
26579
26580 \end_inset
26581 </cell>
26582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26583 \begin_inset Text
26584
26585 \begin_layout Plain Layout
26586 test
26587 \end_layout
26588
26589 \end_inset
26590 </cell>
26591 </row>
26592 </lyxtabular>
26593
26594 \end_inset
26595
26596
26597 \end_layout
26598
26599 \end_inset
26600
26601
26602 \end_layout
26603
26604 \begin_layout Plain Layout
26605 \align center
26606 \begin_inset Float table
26607 wide false
26608 sideways false
26609 status collapsed
26610
26611 \begin_layout Plain Layout
26612 \begin_inset Caption Standard
26613
26614 \begin_layout Plain Layout
26615
26616 \end_layout
26617
26618 \end_inset
26619
26620
26621 \end_layout
26622
26623 \begin_layout Plain Layout
26624 \align center
26625 \begin_inset Tabular
26626 <lyxtabular version="3" rows="1" columns="5">
26627 <features tabularvalignment="middle">
26628 <column alignment="center" valignment="top">
26629 <column alignment="center" valignment="top">
26630 <column alignment="center" valignment="top">
26631 <column alignment="center" valignment="top">
26632 <column alignment="center" valignment="top">
26633 <row>
26634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26635 \begin_inset Text
26636
26637 \begin_layout Plain Layout
26638 a
26639 \end_layout
26640
26641 \end_inset
26642 </cell>
26643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26644 \begin_inset Text
26645
26646 \begin_layout Plain Layout
26647 b
26648 \end_layout
26649
26650 \end_inset
26651 </cell>
26652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26653 \begin_inset Text
26654
26655 \begin_layout Plain Layout
26656 c
26657 \end_layout
26658
26659 \end_inset
26660 </cell>
26661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26662 \begin_inset Text
26663
26664 \begin_layout Plain Layout
26665 d
26666 \end_layout
26667
26668 \end_inset
26669 </cell>
26670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26671 \begin_inset Text
26672
26673 \begin_layout Plain Layout
26674 e
26675 \end_layout
26676
26677 \end_inset
26678 </cell>
26679 </row>
26680 </lyxtabular>
26681
26682 \end_inset
26683
26684
26685 \end_layout
26686
26687 \end_inset
26688
26689
26690 \end_layout
26691
26692 \end_inset
26693
26694
26695 \end_layout
26696
26697 \begin_layout Section
26698 Floats Side by Side
26699 \begin_inset Index idx
26700 status collapsed
26701
26702 \begin_layout Plain Layout
26703 Floats ! Side by side
26704 \end_layout
26705
26706 \end_inset
26707
26708
26709 \end_layout
26710
26711 \begin_layout Standard
26712 To place floats side by side, as in Figures
26713 \begin_inset space ~
26714 \end_inset
26715
26716
26717 \begin_inset CommandInset ref
26718 LatexCommand ref
26719 reference "fig:Float-left"
26720
26721 \end_inset
26722
26723  and 
26724 \begin_inset CommandInset ref
26725 LatexCommand ref
26726 reference "fig:Float-right"
26727
26728 \end_inset
26729
26730 , only 
26731 \emph on
26732 one
26733 \emph default
26734  float is used.
26735  In it two minipage boxes are inserted.
26736 \begin_inset Foot
26737 status collapsed
26738
26739 \begin_layout Plain Layout
26740 Minipages are explained in section
26741 \begin_inset space ~
26742 \end_inset
26743
26744
26745 \begin_inset CommandInset ref
26746 LatexCommand ref
26747 reference "sec:Minipages"
26748
26749 \end_inset
26750
26751 .
26752 \end_layout
26753
26754 \end_inset
26755
26756  The width is set to 45
26757 \begin_inset space \thinspace{}
26758 \end_inset
26759
26760 -50
26761 \begin_inset space \thinspace{}
26762 \end_inset
26763
26764 column% and the box alignment to 
26765 \family sans
26766 Bottom
26767 \family default
26768  for each minipage.
26769  The minipage boxes contain the image and the caption in the same way as
26770  they are in a float.
26771  The only difference is that the image unit 
26772 \family sans
26773 Column
26774 \begin_inset space ~
26775 \end_inset
26776
26777 Width
26778 \begin_inset space ~
26779 \end_inset
26780
26781 %
26782 \family default
26783  is now calculated according to the width of the minipage boxes.
26784 \end_layout
26785
26786 \begin_layout Standard
26787 \begin_inset Float figure
26788 wide false
26789 sideways false
26790 status open
26791
26792 \begin_layout Plain Layout
26793 \begin_inset Box Frameless
26794 position "b"
26795 hor_pos "c"
26796 has_inner_box 1
26797 inner_pos "t"
26798 use_parbox 0
26799 use_makebox 0
26800 width "45col%"
26801 special "none"
26802 height "1in"
26803 height_special "totalheight"
26804 thickness "0.4pt"
26805 separation "3pt"
26806 shadowsize "4pt"
26807 framecolor "black"
26808 backgroundcolor "none"
26809 status open
26810
26811 \begin_layout Plain Layout
26812 \align center
26813 \begin_inset Graphics
26814         filename clipart/mobius.eps
26815         lyxscale 50
26816         width 100col%
26817         scaleBeforeRotation
26818
26819 \end_inset
26820
26821
26822 \end_layout
26823
26824 \begin_layout Plain Layout
26825 \begin_inset Caption Standard
26826
26827 \begin_layout Plain Layout
26828 \begin_inset CommandInset label
26829 LatexCommand label
26830 name "fig:Float-left"
26831
26832 \end_inset
26833
26834 Float on the left side.
26835 \end_layout
26836
26837 \end_inset
26838
26839
26840 \end_layout
26841
26842 \end_inset
26843
26844
26845 \begin_inset space \hfill{}
26846 \end_inset
26847
26848
26849 \begin_inset Box Frameless
26850 position "b"
26851 hor_pos "c"
26852 has_inner_box 1
26853 inner_pos "t"
26854 use_parbox 0
26855 use_makebox 0
26856 width "45col%"
26857 special "none"
26858 height "1in"
26859 height_special "totalheight"
26860 thickness "0.4pt"
26861 separation "3pt"
26862 shadowsize "4pt"
26863 framecolor "black"
26864 backgroundcolor "none"
26865 status open
26866
26867 \begin_layout Plain Layout
26868 \align center
26869 \begin_inset Graphics
26870         filename clipart/platypus.eps
26871         lyxscale 50
26872         width 100col%
26873         scaleBeforeRotation
26874
26875 \end_inset
26876
26877
26878 \end_layout
26879
26880 \begin_layout Plain Layout
26881 \begin_inset Caption Standard
26882
26883 \begin_layout Plain Layout
26884 \begin_inset CommandInset label
26885 LatexCommand label
26886 name "fig:Float-right"
26887
26888 \end_inset
26889
26890 Float on the right side.
26891 \end_layout
26892
26893 \end_inset
26894
26895
26896 \end_layout
26897
26898 \end_inset
26899
26900
26901 \end_layout
26902
26903 \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/LyXNoteImageQt4.png
29601         display false
29602         scale 85
29603         scaleBeforeRotation
29604
29605 \end_inset
29606
29607  
29608 \begin_inset Note Note
29609 status open
29610
29611 \begin_layout Plain Layout
29612 This is text in a note box that doesn't appear in the output.
29613 \end_layout
29614
29615 \end_inset
29616
29617
29618 \end_layout
29619
29620 \begin_layout Description
29621 Comment This note also doesn't appear in the output but it appears as \SpecialChar LaTeX
29622 -comment,
29623  when you export the document to \SpecialChar LaTeX
29624  via the menu 
29625 \family sans
29626 File\SpecialChar menuseparator
29627 Export\SpecialChar menuseparator
29628 \SpecialChar LaTeX
29629  (pdflatex) / (plain)
29630 \family default
29631 .
29632  Its note-box looks like this:
29633 \begin_inset Newline newline
29634 \end_inset
29635
29636
29637 \begin_inset Newline newline
29638 \end_inset
29639
29640
29641 \begin_inset Graphics
29642         filename clipart/CommentNoteImageQt4.png
29643         display false
29644         scale 85
29645         scaleBeforeRotation
29646
29647 \end_inset
29648
29649  
29650 \begin_inset Note Comment
29651 status open
29652
29653 \begin_layout Plain Layout
29654 This is text in a note box that only appears as comment in \SpecialChar LaTeX
29655 -files.
29656 \end_layout
29657
29658 \end_inset
29659
29660
29661 \end_layout
29662
29663 \begin_layout Description
29664 Greyed
29665 \begin_inset space ~
29666 \end_inset
29667
29668 Out This note will appear in the output as grey text.
29669  Its note-box looks like this:
29670 \begin_inset Newline newline
29671 \end_inset
29672
29673
29674 \begin_inset Newline newline
29675 \end_inset
29676
29677
29678 \begin_inset Graphics
29679         filename clipart/GreyedOutNoteImageQt4.png
29680         display false
29681         scale 85
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
29720 \begin_inset Foot
29721 status open
29722
29723 \begin_layout Plain Layout
29724 This is an example footnote within a greyed out note.
29725 \end_layout
29726
29727 \end_inset
29728
29729  of a comment that appears in the output as grey text.
29730 \end_layout
29731
29732 \end_inset
29733
29734
29735 \begin_inset ERT
29736 status collapsed
29737
29738 \begin_layout Plain Layout
29739
29740
29741 \backslash
29742 renewenvironment{lyxgreyedout}
29743 \end_layout
29744
29745 \begin_layout Plain Layout
29746
29747 {
29748 \backslash
29749 textcolor{blue}
29750 \backslash
29751 bgroup}{
29752 \backslash
29753 egroup}
29754 \end_layout
29755
29756 \end_inset
29757
29758
29759 \begin_inset Note Note
29760 status collapsed
29761
29762 \begin_layout Plain Layout
29763 The greyed out note is here redefined to show it with the original \SpecialChar LyX
29764  definition
29765  because greyed out notes are redefined in the preamble of this document,
29766  as described below, to have blue text.
29767 \end_layout
29768
29769 \end_inset
29770
29771
29772 \begin_inset Newline newline
29773 \end_inset
29774
29775
29776 \begin_inset Newline newline
29777 \end_inset
29778
29779 As you can see in the example, the first line of greyed out notes is a bit
29780  indented and greyed out notes can have footnotes.
29781 \end_layout
29782
29783 \begin_layout Standard
29784 \begin_inset VSpace bigskip
29785 \end_inset
29786
29787 When you use the toolbar button 
29788 \begin_inset Info
29789 type  "icon"
29790 arg   "note-insert"
29791 \end_inset
29792
29793  to insert notes, a 
29794 \family sans
29795 \SpecialChar LyX
29796
29797 \begin_inset space ~
29798 \end_inset
29799
29800 Note
29801 \family default
29802  is inserted.
29803  You can switch between the three note types by right-clicking on the note-box.
29804  
29805 \family roman
29806 \series medium
29807 \bar no
29808 If you want to turn existing text into a note, mark it and click on the
29809  note
29810 \family default
29811 \series default
29812 \bar default
29813  toolbar 
29814 \family roman
29815 \series medium
29816 \bar no
29817 button
29818 \family default
29819 \series default
29820 \bar default
29821 .
29822  To change a note to text, press the backspace key when the cursor is in
29823  the first position of a note, or press the delete key when the cursor is
29824  in the very last position of the note, respectively.
29825 \end_layout
29826
29827 \begin_layout Standard
29828 \begin_inset VSpace bigskip
29829 \end_inset
29830
29831 You can change the text color of the greyed out notes in the menu 
29832 \family sans
29833 Document\SpecialChar menuseparator
29834 Settings\SpecialChar menuseparator
29835 Colors
29836 \family default
29837 .
29838 \end_layout
29839
29840 \begin_layout Section
29841 Footnotes
29842 \begin_inset CommandInset label
29843 LatexCommand label
29844 name "sec:Footnotes"
29845
29846 \end_inset
29847
29848
29849 \begin_inset Index idx
29850 status collapsed
29851
29852 \begin_layout Plain Layout
29853 Notes ! Footnotes
29854 \end_layout
29855
29856 \end_inset
29857
29858
29859 \begin_inset Index idx
29860 status collapsed
29861
29862 \begin_layout Plain Layout
29863 Footnotes
29864 \end_layout
29865
29866 \end_inset
29867
29868
29869 \end_layout
29870
29871 \begin_layout Standard
29872 Footnotes can be inserted using the toolbar button 
29873 \begin_inset Info
29874 type  "icon"
29875 arg   "footnote-insert"
29876 \end_inset
29877
29878  or the menu 
29879 \family sans
29880 Insert\SpecialChar menuseparator
29881 Footnote
29882 \family default
29883 .
29884  You will then see the following footnote-box: 
29885 \begin_inset Graphics
29886         filename clipart/footnoteQt4.png
29887         scale 80
29888         scaleBeforeRotation
29889
29890 \end_inset
29891
29892  
29893 \family roman
29894 \series medium
29895 \bar no
29896 where you can enter the footnote text.
29897  If you want to turn existing text into a footnote, mark it and click on
29898  the footnote
29899 \family default
29900 \series default
29901 \bar default
29902  toolbar 
29903 \family roman
29904 \series medium
29905 \bar no
29906 button
29907 \family default
29908 \series default
29909 \bar default
29910 .
29911  To change a 
29912 \family roman
29913 \series medium
29914 \bar no
29915 footnote
29916 \family default
29917 \series default
29918 \bar default
29919  to text, press the 
29920 \family sans
29921 Backspace
29922 \family default
29923  key when the cursor is in the first position of a 
29924 \family roman
29925 \series medium
29926 \bar no
29927 footnote
29928 \family default
29929 \series default
29930 \bar default
29931 , or press the 
29932 \family sans
29933 Delete
29934 \family default
29935  key when the cursor is in the very last position of the 
29936 \family roman
29937 \series medium
29938 \bar no
29939 footnote
29940 \family default
29941 \series default
29942 \bar default
29943 , respectively.
29944 \end_layout
29945
29946 \begin_layout Standard
29947 Here is an example footnote:
29948 \family roman
29949 \series medium
29950 \bar no
29951
29952 \begin_inset Foot
29953 status open
29954
29955 \begin_layout Plain Layout
29956 \begin_inset CommandInset label
29957 LatexCommand label
29958 name "foot:This-is-an"
29959
29960 \end_inset
29961
29962 This is an example footnote.
29963 \end_layout
29964
29965 \end_inset
29966
29967
29968 \family default
29969 \series default
29970 \bar default
29971
29972 \begin_inset ERT
29973 status collapsed
29974
29975 \begin_layout Plain Layout
29976
29977
29978 \backslash
29979 newcounter{MyRepeatFoot}
29980 \end_layout
29981
29982 \begin_layout Plain Layout
29983
29984
29985 \backslash
29986 setcounter{MyRepeatFoot}{
29987 \backslash
29988 thefootnote}
29989 \end_layout
29990
29991 \end_inset
29992
29993
29994 \end_layout
29995
29996 \begin_layout Standard
29997 The footnote will appear in the output as a superscript number at the text
29998  position where the footnote box is placed.
29999  The footnote text is placed at the bottom of the current page.
30000  The footnote number is calculated by \SpecialChar LaTeX
30001 ; the numbers are consecutive.
30002  Whether the footnote number is reset for every chapter depends on your
30003  document class.
30004 \end_layout
30005
30006 \begin_layout Standard
30007 Footnotes can be referenced like floats: Insert a label into the footnote
30008  and cross-reference this label in the text as described in section
30009 \begin_inset space ~
30010 \end_inset
30011
30012
30013 \begin_inset CommandInset ref
30014 LatexCommand ref
30015 reference "sec:Referencing-Floats"
30016
30017 \end_inset
30018
30019 .
30020 \begin_inset Newline newline
30021 \end_inset
30022
30023 This is a cross-reference of Footnote
30024 \begin_inset space ~
30025 \end_inset
30026
30027
30028 \begin_inset CommandInset ref
30029 LatexCommand ref
30030 reference "foot:This-is-an"
30031
30032 \end_inset
30033
30034 .
30035 \end_layout
30036
30037 \begin_layout Standard
30038 \begin_inset VSpace defskip
30039 \end_inset
30040
30041 Footnotes in title environments are usually not numbered with symbols and
30042  they cannot contain several paragraphs.
30043  See for example the footnote in the titling of this document.
30044 \end_layout
30045
30046 \begin_layout Standard
30047 \begin_inset VSpace defskip
30048 \end_inset
30049
30050 Footnotes in tables are not printed by \SpecialChar LaTeX
30051  due to technical reasons.
30052  However there exists another method to print them: Instead of the footnote
30053  the command 
30054 \series bold
30055
30056 \backslash
30057 footnotemark{}
30058 \series default
30059  is inserted as \SpecialChar TeX
30060  code.
30061  The text of the footnote is entered as an argument of the \SpecialChar TeX
30062  code command
30063  
30064 \series bold
30065
30066 \backslash
30067 footnotetext
30068 \series default
30069  after the table.
30070 \begin_inset Newline newline
30071 \end_inset
30072
30073 This was done for the following table with the command
30074 \end_layout
30075
30076 \begin_layout Standard
30077
30078 \series bold
30079
30080 \backslash
30081 footnotetext{
30082 \series default
30083 Printed table footnote.
30084 \series bold
30085 }
30086 \end_layout
30087
30088 \begin_layout Standard
30089 \begin_inset Tabular
30090 <lyxtabular version="3" rows="2" columns="1">
30091 <features tabularvalignment="middle">
30092 <column alignment="center" valignment="top">
30093 <row>
30094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30095 \begin_inset Text
30096
30097 \begin_layout Plain Layout
30098 This an example text.
30099 \begin_inset Foot
30100 status open
30101
30102 \begin_layout Plain Layout
30103 This footnote will not be printed!
30104 \end_layout
30105
30106 \end_inset
30107
30108
30109 \end_layout
30110
30111 \end_inset
30112 </cell>
30113 </row>
30114 <row>
30115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30116 \begin_inset Text
30117
30118 \begin_layout Plain Layout
30119 This an example text.
30120 \begin_inset ERT
30121 status collapsed
30122
30123 \begin_layout Plain Layout
30124
30125
30126 \backslash
30127 footnotemark{}
30128 \end_layout
30129
30130 \end_inset
30131
30132
30133 \end_layout
30134
30135 \end_inset
30136 </cell>
30137 </row>
30138 </lyxtabular>
30139
30140 \end_inset
30141
30142
30143 \begin_inset ERT
30144 status collapsed
30145
30146 \begin_layout Plain Layout
30147
30148
30149 \backslash
30150 footnotetext{
30151 \end_layout
30152
30153 \end_inset
30154
30155 Printed table footnote.
30156 \begin_inset ERT
30157 status collapsed
30158
30159 \begin_layout Plain Layout
30160
30161 }
30162 \end_layout
30163
30164 \end_inset
30165
30166
30167 \end_layout
30168
30169 \begin_layout Standard
30170 Footnotes in longtables are described in section
30171 \begin_inset space ~
30172 \end_inset
30173
30174
30175 \begin_inset CommandInset ref
30176 LatexCommand ref
30177 reference "subsec:Footnotes-in-Longtables"
30178
30179 \end_inset
30180
30181 .
30182 \end_layout
30183
30184 \begin_layout Standard
30185 Footnotes in minipage boxes are printed, but inside the box and with a different
30186  numbering because a minipage box is like a page inside a page.
30187  (For more about minipages, see section
30188 \begin_inset space ~
30189 \end_inset
30190
30191
30192 \begin_inset CommandInset ref
30193 LatexCommand ref
30194 reference "sec:Minipages"
30195
30196 \end_inset
30197
30198 .) To get a footnote in the minipage that is output at the bottom of the
30199  page like normal footnotes, also use the method of 
30200 \series bold
30201
30202 \backslash
30203 footnotemark{}
30204 \series default
30205  and 
30206 \series bold
30207
30208 \backslash
30209 footnotetext
30210 \series default
30211 .
30212 \end_layout
30213
30214 \begin_layout Standard
30215 \begin_inset Box Frameless
30216 position "t"
30217 hor_pos "c"
30218 has_inner_box 1
30219 inner_pos "t"
30220 use_parbox 0
30221 use_makebox 0
30222 width "100col%"
30223 special "none"
30224 height "1in"
30225 height_special "totalheight"
30226 thickness "0.4pt"
30227 separation "3pt"
30228 shadowsize "4pt"
30229 framecolor "black"
30230 backgroundcolor "none"
30231 status open
30232
30233 \begin_layout Plain Layout
30234 This an example text in a minipage.
30235 \begin_inset Foot
30236 status open
30237
30238 \begin_layout Plain Layout
30239 Footnote in the minipage.
30240 \end_layout
30241
30242 \end_inset
30243
30244
30245 \end_layout
30246
30247 \begin_layout Plain Layout
30248 This an example text in a minipage.
30249 \begin_inset ERT
30250 status collapsed
30251
30252 \begin_layout Plain Layout
30253
30254
30255 \backslash
30256 footnotemark{}
30257 \end_layout
30258
30259 \end_inset
30260
30261
30262 \end_layout
30263
30264 \end_inset
30265
30266
30267 \end_layout
30268
30269 \begin_layout Standard
30270 \begin_inset ERT
30271 status collapsed
30272
30273 \begin_layout Plain Layout
30274
30275
30276 \backslash
30277 footnotetext{
30278 \end_layout
30279
30280 \end_inset
30281
30282 Footnote outside the minipage.
30283 \begin_inset ERT
30284 status collapsed
30285
30286 \begin_layout Plain Layout
30287
30288 }
30289 \end_layout
30290
30291 \end_inset
30292
30293
30294 \end_layout
30295
30296 \begin_layout Standard
30297 \begin_inset VSpace defskip
30298 \end_inset
30299
30300
30301 \end_layout
30302
30303 \begin_layout Standard
30304 To refer to the same footnote several times without printing the footnote
30305  text every time, use the command 
30306 \series bold
30307
30308 \backslash
30309 footnotemark[number]
30310 \series default
30311  in \SpecialChar TeX
30312  code.
30313 \begin_inset Newline newline
30314 \end_inset
30315
30316 As you do not know the number of the repeating footnote while you are writing
30317  the text, you have to store its number.
30318  For the following footnote mark example, these commands were inserted in
30319  \SpecialChar TeX
30320  code after Footnote
30321 \begin_inset space ~
30322 \end_inset
30323
30324
30325 \begin_inset CommandInset ref
30326 LatexCommand ref
30327 reference "foot:This-is-an"
30328
30329 \end_inset
30330
30331  to store the footnote number:
30332 \end_layout
30333
30334 \begin_layout Standard
30335
30336 \series bold
30337
30338 \backslash
30339 newcounter{MyRepeatFoot}
30340 \begin_inset Newline newline
30341 \end_inset
30342
30343
30344 \backslash
30345 setcounter{MyRepeatFoot}{
30346 \backslash
30347 thefootnote}
30348 \end_layout
30349
30350 \begin_layout Standard
30351 The footnote mark was then created with this command:
30352 \end_layout
30353
30354 \begin_layout Standard
30355
30356 \series bold
30357
30358 \backslash
30359 footnotemark[
30360 \backslash
30361 theMyRepeatFoot]
30362 \end_layout
30363
30364 \begin_layout Standard
30365 Here is a repeated footnote:
30366 \family roman
30367 \series medium
30368 \bar no
30369
30370 \begin_inset ERT
30371 status collapsed
30372
30373 \begin_layout Plain Layout
30374
30375
30376 \backslash
30377 footnotemark[
30378 \backslash
30379 theMyRepeatFoot]
30380 \end_layout
30381
30382 \end_inset
30383
30384
30385 \end_layout
30386
30387 \begin_layout Standard
30388 If you want to repeat the previous footnote, you can omit the storage of
30389  the footnote number and just use this command instead:
30390 \end_layout
30391
30392 \begin_layout Standard
30393
30394 \series bold
30395
30396 \backslash
30397 footnotemark[
30398 \backslash
30399 thefootnote]
30400 \end_layout
30401
30402 \begin_layout Standard
30403 Here is another repeated footnote:
30404 \family roman
30405 \series medium
30406 \bar no
30407
30408 \begin_inset ERT
30409 status collapsed
30410
30411 \begin_layout Plain Layout
30412
30413
30414 \backslash
30415 footnotemark[
30416 \backslash
30417 thefootnote]
30418 \end_layout
30419
30420 \end_inset
30421
30422
30423 \end_layout
30424
30425 \begin_layout Subsection
30426 Footnote Numbering
30427 \begin_inset CommandInset label
30428 LatexCommand label
30429 name "subsec:Footnote-Numbering"
30430
30431 \end_inset
30432
30433
30434 \begin_inset Index idx
30435 status collapsed
30436
30437 \begin_layout Plain Layout
30438 Footnotes ! Numbering
30439 \end_layout
30440
30441 \end_inset
30442
30443
30444 \end_layout
30445
30446 \begin_layout Standard
30447 To reset the footnote number back to 1 after each section
30448 \family roman
30449 , add this command to your document preamble:
30450 \end_layout
30451
30452 \begin_layout Standard
30453
30454 \series bold
30455
30456 \backslash
30457 @addtoreset{footnote}{section}
30458 \end_layout
30459
30460 \begin_layout Standard
30461 \begin_inset VSpace bigskip
30462 \end_inset
30463
30464 The following preamble command changes the footnote numbering style to small
30465  roman numerals:
30466 \end_layout
30467
30468 \begin_layout Standard
30469
30470 \series bold
30471
30472 \backslash
30473 renewcommand{
30474 \backslash
30475 thefootnote}{
30476 \backslash
30477 roman{footnote}}
30478 \end_layout
30479
30480 \begin_layout Standard
30481 \begin_inset ERT
30482 status collapsed
30483
30484 \begin_layout Plain Layout
30485
30486
30487 \backslash
30488 renewcommand{
30489 \backslash
30490 thefootnote}{
30491 \backslash
30492 roman{footnote}}
30493 \end_layout
30494
30495 \end_inset
30496
30497  This is a footnote with roman numbering:
30498 \begin_inset Foot
30499 status open
30500
30501 \begin_layout Plain Layout
30502 This is an example footnote with roman numbering.
30503 \end_layout
30504
30505 \end_inset
30506
30507
30508 \end_layout
30509
30510 \begin_layout Standard
30511 To change the numbering style to capital roman numerals replace in the command
30512  above 
30513 \series bold
30514
30515 \backslash
30516 roman
30517 \series default
30518  by 
30519 \series bold
30520
30521 \backslash
30522 Roman
30523 \series default
30524 .
30525  To 
30526 \begin_inset Quotes eld
30527 \end_inset
30528
30529 number
30530 \begin_inset Quotes erd
30531 \end_inset
30532
30533  footnotes with capital or small Latin letters use 
30534 \series bold
30535
30536 \backslash
30537 Alph
30538 \series default
30539  or 
30540 \series bold
30541
30542 \backslash
30543 alph
30544 \series default
30545 , respectively.
30546  To 
30547 \begin_inset Quotes eld
30548 \end_inset
30549
30550 number
30551 \begin_inset Quotes erd
30552 \end_inset
30553
30554  footnotes with symbols use 
30555 \series bold
30556
30557 \backslash
30558 fnsymbol
30559 \series default
30560 .
30561 \end_layout
30562
30563 \begin_layout Standard
30564 \begin_inset Note Greyedout
30565 status open
30566
30567 \begin_layout Plain Layout
30568
30569 \series bold
30570 Note:
30571 \series default
30572  You can only number 26 footnotes with Latin letters, because this numbering
30573  is limited to single letters.
30574 \end_layout
30575
30576 \end_inset
30577
30578
30579 \begin_inset Newline newline
30580 \end_inset
30581
30582
30583 \begin_inset Note Greyedout
30584 status open
30585
30586 \begin_layout Plain Layout
30587
30588 \series bold
30589 Note:
30590 \series default
30591  You can only number 9 footnotes with symbols.
30592 \end_layout
30593
30594 \end_inset
30595
30596
30597 \end_layout
30598
30599 \begin_layout Standard
30600 To return to the default numbering style after you have changed to another
30601  one, use 
30602 \series bold
30603
30604 \backslash
30605 arabic
30606 \series default
30607  instead of 
30608 \series bold
30609
30610 \backslash
30611 roman
30612 \series default
30613  in the command above.
30614 \begin_inset ERT
30615 status collapsed
30616
30617 \begin_layout Plain Layout
30618
30619
30620 \backslash
30621 renewcommand{
30622 \backslash
30623 thefootnote}{
30624 \backslash
30625 arabic{footnote}}
30626 \end_layout
30627
30628 \end_inset
30629
30630
30631 \end_layout
30632
30633 \begin_layout Standard
30634 \begin_inset VSpace bigskip
30635 \end_inset
30636
30637
30638 \end_layout
30639
30640 \begin_layout Standard
30641 If you want to have footnotes numbered in the scheme 
30642 \begin_inset Quotes eld
30643 \end_inset
30644
30645 chapter.footnote
30646 \begin_inset Quotes erd
30647 \end_inset
30648
30649 , add the following command to your document preamble:
30650 \end_layout
30651
30652 \begin_layout Standard
30653
30654 \series bold
30655
30656 \backslash
30657 numberwithin{footnote}{chapter}
30658 \end_layout
30659
30660 \begin_layout Standard
30661 To be able to use the command 
30662 \series bold
30663
30664 \backslash
30665 numberwithin
30666 \series default
30667 , set in the tab 
30668 \family sans
30669 Math
30670 \begin_inset space ~
30671 \end_inset
30672
30673 Options
30674 \family default
30675  in the document settings the option 
30676 \family sans
30677 Use
30678 \begin_inset space ~
30679 \end_inset
30680
30681 AMS
30682 \begin_inset space ~
30683 \end_inset
30684
30685 math
30686 \begin_inset space ~
30687 \end_inset
30688
30689 package
30690 \family default
30691 .
30692 \end_layout
30693
30694 \begin_layout Standard
30695 \begin_inset ERT
30696 status collapsed
30697
30698 \begin_layout Plain Layout
30699
30700
30701 \backslash
30702 numberwithin{footnote}{chapter}
30703 \end_layout
30704
30705 \end_inset
30706
30707 This is another example footnote:
30708 \series bold
30709
30710 \begin_inset Foot
30711 status open
30712
30713 \begin_layout Plain Layout
30714 This is a footnote numbered in the scheme 
30715 \begin_inset Quotes eld
30716 \end_inset
30717
30718 chapter.footnote
30719 \begin_inset Quotes erd
30720 \end_inset
30721
30722 .
30723 \end_layout
30724
30725 \end_inset
30726
30727
30728 \series default
30729
30730 \begin_inset ERT
30731 status collapsed
30732
30733 \begin_layout Plain Layout
30734
30735
30736 \backslash
30737 renewcommand{
30738 \backslash
30739 thefootnote}{
30740 \backslash
30741 arabic{footnote}}
30742 \end_layout
30743
30744 \end_inset
30745
30746
30747 \end_layout
30748
30749 \begin_layout Standard
30750 \begin_inset Note Greyedout
30751 status open
30752
30753 \begin_layout Plain Layout
30754
30755 \series bold
30756 Note:
30757 \series default
30758  
30759 \series bold
30760
30761 \backslash
30762 numberwithin
30763 \series default
30764  always prints out the footnote number as arabic number; previous redefinitions
30765  to get non-arabic numbers are overwritten.
30766 \end_layout
30767
30768 \end_inset
30769
30770
30771 \end_layout
30772
30773 \begin_layout Standard
30774 So to get for example the scheme 
30775 \begin_inset Quotes eld
30776 \end_inset
30777
30778 chapter.
30779 \backslash
30780 Roman{footnote}
30781 \begin_inset Quotes erd
30782 \end_inset
30783
30784 , use this command instead of 
30785 \series bold
30786
30787 \backslash
30788 numberwithin
30789 \series default
30790 :
30791 \end_layout
30792
30793 \begin_layout Standard
30794
30795 \series bold
30796
30797 \backslash
30798 renewcommand{
30799 \backslash
30800 thefootnote}{
30801 \backslash
30802 thechapter.
30803 \backslash
30804 Roman{footnote}}
30805 \end_layout
30806
30807 \begin_layout Subsection
30808 Footnote Placement
30809 \begin_inset Index idx
30810 status collapsed
30811
30812 \begin_layout Plain Layout
30813 Footnotes ! Placement
30814 \end_layout
30815
30816 \end_inset
30817
30818
30819 \end_layout
30820
30821 \begin_layout Standard
30822 If you have several footnotes in one page, they appear without vertical
30823  space between them at the bottom of the page.
30824  To make them more readable you can e.
30825 \begin_inset space \thinspace{}
30826 \end_inset
30827
30828 g.
30829 \begin_inset space \space{}
30830 \end_inset
30831
30832 add 1.5
30833 \begin_inset space \thinspace{}
30834 \end_inset
30835
30836 mm space with the following preamble command:
30837 \end_layout
30838
30839 \begin_layout Standard
30840
30841 \series bold
30842
30843 \backslash
30844 let
30845 \backslash
30846 myFoot
30847 \backslash
30848 footnote
30849 \begin_inset Newline newline
30850 \end_inset
30851
30852
30853 \backslash
30854 renewcommand{
30855 \backslash
30856 footnote}[1]{
30857 \backslash
30858 myFoot{#1
30859 \backslash
30860 vspace{1.5mm}}}
30861 \end_layout
30862
30863 \begin_layout Standard
30864 \begin_inset VSpace bigskip
30865 \end_inset
30866
30867 In a two-column document the footnotes appear at the bottom of every column,
30868  see Figure
30869 \begin_inset space ~
30870 \end_inset
30871
30872
30873 \begin_inset CommandInset ref
30874 LatexCommand ref
30875 reference "fig:Standard-footnote-placement"
30876
30877 \end_inset
30878
30879 .
30880  If the footnotes should only appear at the bottom of the right column,
30881  as in Figure
30882 \begin_inset space ~
30883 \end_inset
30884
30885
30886 \begin_inset CommandInset ref
30887 LatexCommand ref
30888 reference "fig:Footnote-placement-in"
30889
30890 \end_inset
30891
30892 , use the \SpecialChar LaTeX
30893 -package 
30894 \series bold
30895 ftnright
30896 \series default
30897
30898 \begin_inset Index idx
30899 status collapsed
30900
30901 \begin_layout Plain Layout
30902 \SpecialChar LaTeX
30903 -packages ! ftnright
30904 \end_layout
30905
30906 \end_inset
30907
30908  with this command in the document preamble:
30909 \end_layout
30910
30911 \begin_layout Standard
30912
30913 \series bold
30914
30915 \backslash
30916 usepackage{ftnright}
30917 \end_layout
30918
30919 \begin_layout Standard
30920 \begin_inset Float figure
30921 placement !h
30922 wide false
30923 sideways false
30924 status open
30925
30926 \begin_layout Plain Layout
30927 \begin_inset ERT
30928 status collapsed
30929
30930 \begin_layout Plain Layout
30931
30932
30933 \backslash
30934 framebox{
30935 \end_layout
30936
30937 \end_inset
30938
30939
30940 \begin_inset Graphics
30941         filename clipart/without_fntright.pdf
30942         width 100col%
30943         scaleBeforeRotation
30944
30945 \end_inset
30946
30947
30948 \begin_inset ERT
30949 status collapsed
30950
30951 \begin_layout Plain Layout
30952
30953 }
30954 \end_layout
30955
30956 \end_inset
30957
30958
30959 \end_layout
30960
30961 \begin_layout Plain Layout
30962 \begin_inset Caption Standard
30963
30964 \begin_layout Plain Layout
30965 \begin_inset CommandInset label
30966 LatexCommand label
30967 name "fig:Standard-footnote-placement"
30968
30969 \end_inset
30970
30971 Standard footnote placement in two-column documents.
30972 \end_layout
30973
30974 \end_inset
30975
30976
30977 \end_layout
30978
30979 \end_inset
30980
30981
30982 \end_layout
30983
30984 \begin_layout Standard
30985 \begin_inset Float figure
30986 placement !h
30987 wide false
30988 sideways false
30989 status open
30990
30991 \begin_layout Plain Layout
30992 \begin_inset ERT
30993 status collapsed
30994
30995 \begin_layout Plain Layout
30996
30997
30998 \backslash
30999 framebox{
31000 \end_layout
31001
31002 \end_inset
31003
31004
31005 \begin_inset Graphics
31006         filename clipart/with_fntright.pdf
31007         width 100col%
31008         scaleBeforeRotation
31009
31010 \end_inset
31011
31012
31013 \begin_inset ERT
31014 status collapsed
31015
31016 \begin_layout Plain Layout
31017
31018 }
31019 \end_layout
31020
31021 \end_inset
31022
31023
31024 \end_layout
31025
31026 \begin_layout Plain Layout
31027 \begin_inset Caption Standard
31028
31029 \begin_layout Plain Layout
31030 \begin_inset CommandInset label
31031 LatexCommand label
31032 name "fig:Footnote-placement-in"
31033
31034 \end_inset
31035
31036 Footnote placement in two-column documents when the \SpecialChar LaTeX
31037 -package 
31038 \series bold
31039 ftnright
31040 \series default
31041  is used.
31042 \end_layout
31043
31044 \end_inset
31045
31046
31047 \end_layout
31048
31049 \end_inset
31050
31051
31052 \end_layout
31053
31054 \begin_layout Standard
31055 \begin_inset VSpace bigskip
31056 \end_inset
31057
31058 In some scientific literature it is usual to collect the footnotes and print
31059  them in a separate paragraph at the end of a section, as in Figure
31060 \begin_inset space ~
31061 \end_inset
31062
31063
31064 \begin_inset CommandInset ref
31065 LatexCommand ref
31066 reference "fig:Endnotes"
31067
31068 \end_inset
31069
31070 .
31071  They are then called 
31072 \begin_inset Quotes eld
31073 \end_inset
31074
31075 endnotes
31076 \begin_inset Quotes erd
31077 \end_inset
31078
31079 .
31080 \begin_inset Index idx
31081 status collapsed
31082
31083 \begin_layout Plain Layout
31084 Endnotes
31085 \end_layout
31086
31087 \end_inset
31088
31089  To use endnotes instead of footnotes in your document, load in the menu
31090  
31091 \family sans
31092 Document\SpecialChar menuseparator
31093 Settings\SpecialChar menuseparator
31094 Modules 
31095 \family default
31096 the module 
31097 \family sans
31098 Foot
31099 \begin_inset space ~
31100 \end_inset
31101
31102 to
31103 \begin_inset space ~
31104 \end_inset
31105
31106 End
31107 \family default
31108 .
31109  To insert the collected footnotes, insert the command
31110 \end_layout
31111
31112 \begin_layout Standard
31113
31114 \series bold
31115
31116 \backslash
31117 theendnotes
31118 \end_layout
31119
31120 \begin_layout Standard
31121 in \SpecialChar TeX
31122  Code at the end of a section or chapter.
31123 \end_layout
31124
31125 \begin_layout Standard
31126 \begin_inset Float figure
31127 wide false
31128 sideways false
31129 status open
31130
31131 \begin_layout Plain Layout
31132 \align center
31133 \begin_inset ERT
31134 status collapsed
31135
31136 \begin_layout Plain Layout
31137
31138
31139 \backslash
31140 framebox{
31141 \end_layout
31142
31143 \end_inset
31144
31145
31146 \begin_inset Graphics
31147         filename clipart/endnotes.pdf
31148         scaleBeforeRotation
31149
31150 \end_inset
31151
31152
31153 \begin_inset ERT
31154 status collapsed
31155
31156 \begin_layout Plain Layout
31157
31158 }
31159 \end_layout
31160
31161 \end_inset
31162
31163
31164 \end_layout
31165
31166 \begin_layout Plain Layout
31167 \begin_inset Caption Standard
31168
31169 \begin_layout Plain Layout
31170 \begin_inset CommandInset label
31171 LatexCommand label
31172 name "fig:Endnotes"
31173
31174 \end_inset
31175
31176 Endnotes â€“ footnotes are printed in a separate paragraph at the end of sections
31177  or chapters.
31178 \end_layout
31179
31180 \end_inset
31181
31182
31183 \end_layout
31184
31185 \end_inset
31186
31187
31188 \end_layout
31189
31190 \begin_layout Standard
31191 \begin_inset VSpace medskip
31192 \end_inset
31193
31194 The paragraph heading for the endnotes isn't automatically translated into
31195  the document language, this must be done manually.
31196  The following preamble command translates the default English 
31197 \begin_inset Quotes eld
31198 \end_inset
31199
31200 Notes
31201 \begin_inset Quotes erd
31202 \end_inset
31203
31204  into the German 
31205 \begin_inset Quotes eld
31206 \end_inset
31207
31208 Anmerkungen
31209 \begin_inset Quotes erd
31210 \end_inset
31211
31212 :
31213 \end_layout
31214
31215 \begin_layout Standard
31216
31217 \series bold
31218
31219 \backslash
31220 renewcommand{
31221 \backslash
31222 notesname}{Anmerkungen}
31223 \end_layout
31224
31225 \begin_layout Standard
31226 \begin_inset VSpace medskip
31227 \end_inset
31228
31229 The numbering of endnotes can be changed like the footnote numbering as
31230  described in section
31231 \begin_inset space ~
31232 \end_inset
31233
31234
31235 \begin_inset CommandInset ref
31236 LatexCommand ref
31237 reference "subsec:Footnote-Numbering"
31238
31239 \end_inset
31240
31241 ; just replace the command 
31242 \series bold
31243
31244 \backslash
31245 thefootnote
31246 \series default
31247  by 
31248 \series bold
31249
31250 \backslash
31251 theendnote
31252 \series default
31253 .
31254  To reset the endnote number use the command 
31255 \series bold
31256
31257 \backslash
31258 @addtoreset
31259 \series default
31260  as described in section
31261 \begin_inset space ~
31262 \end_inset
31263
31264
31265 \begin_inset CommandInset ref
31266 LatexCommand ref
31267 reference "subsec:Footnote-Numbering"
31268
31269 \end_inset
31270
31271  and replace the command parameter 
31272 \series bold
31273 footnote
31274 \series default
31275  by 
31276 \series bold
31277 endnote
31278 \series default
31279 .
31280 \end_layout
31281
31282 \begin_layout Standard
31283 For endnotes there is the command 
31284 \series bold
31285
31286 \backslash
31287 endnotemark[number]
31288 \series default
31289  similar to the command 
31290 \series bold
31291
31292 \backslash
31293 footnotemark
31294 \series default
31295 , that is described in section
31296 \begin_inset space ~
31297 \end_inset
31298
31299
31300 \begin_inset CommandInset ref
31301 LatexCommand ref
31302 reference "sec:Footnotes"
31303
31304 \end_inset
31305
31306 .
31307 \end_layout
31308
31309 \begin_layout Standard
31310 \begin_inset VSpace bigskip
31311 \end_inset
31312
31313 Footnotes can also be placed in the page margin and the footnote text alignment
31314  can be changed, see the \SpecialChar LaTeX
31315 -package 
31316 \series bold
31317 footmisc
31318 \series default
31319
31320 \begin_inset Index idx
31321 status collapsed
31322
31323 \begin_layout Plain Layout
31324 \SpecialChar LaTeX
31325 -packages ! footmisc
31326 \end_layout
31327
31328 \end_inset
31329
31330
31331 \begin_inset CommandInset citation
31332 LatexCommand cite
31333 key "footmisc"
31334
31335 \end_inset
31336
31337  for more information about this.
31338 \end_layout
31339
31340 \begin_layout Standard
31341 For various further footnote formatting issues have a look at \SpecialChar LaTeX
31342 -books, 
31343 \begin_inset CommandInset citation
31344 LatexCommand cite
31345 key "latexcompanion,latexguide,latexbook"
31346
31347 \end_inset
31348
31349 .
31350  If you are using a 
31351 \series bold
31352 KOMA-Script
31353 \series default
31354
31355 \begin_inset Index idx
31356 status collapsed
31357
31358 \begin_layout Plain Layout
31359 \SpecialChar LaTeX
31360 -packages ! KOMA-Script
31361 \end_layout
31362
31363 \end_inset
31364
31365  document class, you can adjust all footnote settings using class-specific
31366  commands, see 
31367 \begin_inset CommandInset citation
31368 LatexCommand cite
31369 key "KOMA-Script"
31370
31371 \end_inset
31372
31373 .
31374 \end_layout
31375
31376 \begin_layout Section
31377 Margin Notes
31378 \begin_inset Index idx
31379 status collapsed
31380
31381 \begin_layout Plain Layout
31382 Notes ! Margin Notes
31383 \end_layout
31384
31385 \end_inset
31386
31387
31388 \end_layout
31389
31390 \begin_layout Standard
31391 Margin notes look and behave in \SpecialChar LyX
31392  like footnotes.
31393  They are inserted via the menu 
31394 \family sans
31395 Insert\SpecialChar menuseparator
31396 Marginal
31397 \begin_inset space ~
31398 \end_inset
31399
31400 Note
31401 \family default
31402  or the toolbar button 
31403 \begin_inset Info
31404 type  "icon"
31405 arg   "marginalnote-insert"
31406 \end_inset
31407
31408 .
31409  A grey 
31410 \family roman
31411 \series medium
31412 box with the
31413 \family default
31414 \series default
31415  red 
31416 \family roman
31417 \series medium
31418 label 
31419 \begin_inset Quotes eld
31420 \end_inset
31421
31422 margin
31423 \begin_inset Quotes erd
31424 \end_inset
31425
31426  appears where you can enter the text of the margin note.
31427 \end_layout
31428
31429 \begin_layout Standard
31430 At the side is an example margin note.
31431
31432 \family roman
31433 \series medium
31434  
31435 \begin_inset Marginal
31436 status open
31437
31438 \begin_layout Plain Layout
31439 This is a margin note.
31440 \end_layout
31441
31442 \end_inset
31443
31444
31445 \end_layout
31446
31447 \begin_layout Standard
31448 Margin notes appear at the right side in single-sided documents.
31449  In double-sided documents they appear in the outer margin â€“ left on even
31450  pages, right on odd pages.
31451  The text of margin notes is aligned opposite to the outer margin â€“ right-aligne
31452 d when the note appears in the left margin.
31453  The first line of the margin note is placed at the position of the text
31454  line where it is inserted in the document.
31455 \end_layout
31456
31457 \begin_layout Standard
31458 \begin_inset VSpace bigskip
31459 \end_inset
31460
31461 To place the margin note in the inner margin, add the command
31462 \end_layout
31463
31464 \begin_layout Standard
31465
31466 \series bold
31467
31468 \backslash
31469 reversemarginpar
31470 \end_layout
31471
31472 \begin_layout Standard
31473 in \SpecialChar TeX
31474  Code before a margin note.
31475  The new placement is valid for all subsequent margin notes.
31476  
31477 \begin_inset ERT
31478 status collapsed
31479
31480 \begin_layout Plain Layout
31481
31482
31483 \backslash
31484 reversemarginpar 
31485 \end_layout
31486
31487 \end_inset
31488
31489
31490 \begin_inset Marginal
31491 status open
31492
31493 \begin_layout Plain Layout
31494 This is a margin note in the inner margin.
31495 \end_layout
31496
31497 \end_inset
31498
31499
31500 \series bold
31501
31502 \begin_inset Newline newline
31503 \end_inset
31504
31505
31506 \series default
31507
31508 \begin_inset Note Greyedout
31509 status open
31510
31511 \begin_layout Plain Layout
31512
31513 \series bold
31514 Note:
31515 \series default
31516  There is often not enough space in the inner margin so that the notes are
31517  not correctly displayed in the output.
31518 \end_layout
31519
31520 \end_inset
31521
31522
31523 \end_layout
31524
31525 \begin_layout Standard
31526 To return to the default placement insert the command
31527 \end_layout
31528
31529 \begin_layout Standard
31530
31531 \series bold
31532
31533 \backslash
31534 normalmarginpar
31535 \end_layout
31536
31537 \begin_layout Standard
31538 in \SpecialChar TeX
31539  Code.
31540 \begin_inset ERT
31541 status collapsed
31542
31543 \begin_layout Plain Layout
31544
31545
31546 \backslash
31547 normalmarginpar 
31548 \end_layout
31549
31550 \end_inset
31551
31552  
31553 \begin_inset Note Greyedout
31554 status open
31555
31556 \begin_layout Plain Layout
31557
31558 \series bold
31559 Note:
31560 \series default
31561  The command is ignored when it is within a paragraph where also the command
31562  
31563 \series bold
31564
31565 \backslash
31566 reversemarginpar
31567 \series default
31568  is inserted.
31569 \end_layout
31570
31571 \end_inset
31572
31573
31574 \end_layout
31575
31576 \begin_layout Standard
31577 \begin_inset VSpace bigskip
31578 \end_inset
31579
31580
31581 \family roman
31582 \series medium
31583
31584 \begin_inset Marginal
31585 status open
31586
31587 \begin_layout Plain Layout
31588 AVeryLongMarginParWord that isn't hyphenated.
31589 \end_layout
31590
31591 \end_inset
31592
31593
31594 \family default
31595 \series default
31596  Similar to the case described in section
31597 \begin_inset space ~
31598 \end_inset
31599
31600
31601 \begin_inset CommandInset ref
31602 LatexCommand ref
31603 reference "subsec:Multiple-Lines-in"
31604
31605 \end_inset
31606
31607 , long words cannot be hyphenated when they are the first word in a margin
31608  note.
31609  To avoid this, insert 0
31610 \begin_inset space \thinspace{}
31611 \end_inset
31612
31613 pt horizontal space before the word
31614 \family roman
31615 \series medium
31616 .
31617  
31618 \begin_inset Marginal
31619 status open
31620
31621 \begin_layout Plain Layout
31622 \begin_inset space \hspace*{}
31623 \length 0pt
31624 \end_inset
31625
31626 AVeryLongMarginParWord that is hyphenated.
31627 \end_layout
31628
31629 \end_inset
31630
31631
31632 \end_layout
31633
31634 \begin_layout Standard
31635 \begin_inset VSpace bigskip
31636 \end_inset
31637
31638
31639 \end_layout
31640
31641 \begin_layout Standard
31642 \begin_inset Note Greyedout
31643 status open
31644
31645 \begin_layout Plain Layout
31646
31647 \series bold
31648 Note:
31649 \series default
31650  Margin notes can normally not be used inside tables, floats, and footnotes.
31651 \end_layout
31652
31653 \end_inset
31654
31655
31656 \end_layout
31657
31658 \begin_layout Standard
31659 \begin_inset VSpace bigskip
31660 \end_inset
31661
31662
31663 \end_layout
31664
31665 \begin_layout Standard
31666 \begin_inset ERT
31667 status collapsed
31668
31669 \begin_layout Plain Layout
31670
31671
31672 \backslash
31673 ifmarginnote
31674 \end_layout
31675
31676 \end_inset
31677
31678
31679 \begin_inset Note Note
31680 status open
31681
31682 \begin_layout Plain Layout
31683 The following section will only be displayed when the \SpecialChar LaTeX
31684 -package 
31685 \series bold
31686 marginnote
31687 \series default
31688  is installed.
31689 \end_layout
31690
31691 \end_inset
31692
31693
31694 \end_layout
31695
31696 \begin_layout Standard
31697 This restriction can be evaded by using the \SpecialChar LaTeX
31698 -package 
31699 \series bold
31700 marginnote
31701 \series default
31702
31703 \begin_inset Index idx
31704 status collapsed
31705
31706 \begin_layout Plain Layout
31707 \SpecialChar LaTeX
31708 -packages ! marginnote
31709 \end_layout
31710
31711 \end_inset
31712
31713 .
31714  By adding these two lines to your document preamble, the command used by
31715  \SpecialChar LyX
31716  for margin notes is redefined to use the command provided by the 
31717 \series bold
31718 marginnote
31719 \series default
31720 -package:
31721 \end_layout
31722
31723 \begin_layout Standard
31724
31725 \series bold
31726
31727 \backslash
31728 usepackage{marginnote}
31729 \begin_inset Newline newline
31730 \end_inset
31731
31732
31733 \backslash
31734 let
31735 \backslash
31736 marginpar
31737 \backslash
31738 marginnote
31739 \end_layout
31740
31741 \begin_layout Standard
31742 This is also used in this document because 
31743 \series bold
31744 marginnote
31745 \series default
31746  has another useful feature: You can set a vertical offset for the note.
31747  This is often needed when too many margin notes are too close together
31748  or for a better page layout.
31749  The offset is set in \SpecialChar LyX
31750  as \SpecialChar TeX
31751  Code directly after the margin note in the scheme
31752 \end_layout
31753
31754 \begin_layout Standard
31755
31756 \series bold
31757 [offset]
31758 \end_layout
31759
31760 \begin_layout Standard
31761 where the offset is a length with one of the units listed in Table
31762 \begin_inset space ~
31763 \end_inset
31764
31765
31766 \begin_inset CommandInset ref
31767 LatexCommand ref
31768 reference "tab:Units"
31769
31770 \end_inset
31771
31772 .
31773  A negative value shifts the note up, a positive value shifts it down.
31774  
31775 \family roman
31776 \series medium
31777 For example the margin note beside this text line is shifted up 1.5
31778 \begin_inset space \thinspace{}
31779 \end_inset
31780
31781 cm with the \SpecialChar TeX
31782  Code command 
31783 \begin_inset Quotes eld
31784 \end_inset
31785
31786
31787 \family default
31788 \series bold
31789 [-1.5cm]
31790 \family roman
31791 \series medium
31792
31793 \begin_inset Quotes erd
31794 \end_inset
31795
31796
31797 \begin_inset Marginal
31798 status open
31799
31800 \begin_layout Plain Layout
31801 This margin note is shifted up 1.5
31802 \begin_inset space \thinspace{}
31803 \end_inset
31804
31805 cm from its original position.
31806 \end_layout
31807
31808 \end_inset
31809
31810
31811 \family default
31812 \series default
31813
31814 \begin_inset ERT
31815 status collapsed
31816
31817 \begin_layout Plain Layout
31818
31819 [-1.5cm]
31820 \end_layout
31821
31822 \end_inset
31823
31824
31825 \end_layout
31826
31827 \begin_layout Standard
31828 \begin_inset VSpace medskip
31829 \end_inset
31830
31831 With 
31832 \series bold
31833 marginnote
31834 \series default
31835  you can also change the alignment of the text in the margin note.
31836  For example the commands
31837 \end_layout
31838
31839 \begin_layout Standard
31840
31841 \series bold
31842
31843 \backslash
31844 renewcommand*{
31845 \backslash
31846 raggedleftmarginnote}{
31847 \backslash
31848 centering}
31849 \begin_inset Newline newline
31850 \end_inset
31851
31852
31853 \backslash
31854 renewcommand*{
31855 \backslash
31856 raggedrightmarginnote}{
31857 \backslash
31858 centering}
31859 \end_layout
31860
31861 \begin_layout Standard
31862 set the alignment to centered.
31863  
31864 \series bold
31865
31866 \backslash
31867 raggedleftmarginnote
31868 \series default
31869  denotes margin notes that appear at the left side.
31870 \family roman
31871 \series medium
31872
31873 \begin_inset ERT
31874 status collapsed
31875
31876 \begin_layout Plain Layout
31877
31878
31879 \backslash
31880 renewcommand*{
31881 \backslash
31882 raggedleftmarginnote}{
31883 \backslash
31884 centering}
31885 \end_layout
31886
31887 \begin_layout Plain Layout
31888
31889
31890 \backslash
31891 renewcommand*{
31892 \backslash
31893 raggedrightmarginnote}{
31894 \backslash
31895 centering}
31896 \end_layout
31897
31898 \end_inset
31899
31900
31901 \begin_inset Marginal
31902 status open
31903
31904 \begin_layout Plain Layout
31905 The text of this margin note is centered.
31906 \end_layout
31907
31908 \end_inset
31909
31910
31911 \family default
31912 \series default
31913  The default is
31914 \end_layout
31915
31916 \begin_layout Standard
31917
31918 \series bold
31919
31920 \backslash
31921 renewcommand*{
31922 \backslash
31923 raggedleftmarginnote}{
31924 \backslash
31925 raggedleft}
31926 \begin_inset Newline newline
31927 \end_inset
31928
31929
31930 \backslash
31931 renewcommand*{
31932 \backslash
31933 raggedrightmarginnote}{
31934 \backslash
31935 raggedright}
31936 \family roman
31937 \series medium
31938
31939 \begin_inset ERT
31940 status collapsed
31941
31942 \begin_layout Plain Layout
31943
31944
31945 \backslash
31946 renewcommand*{
31947 \backslash
31948 raggedleftmarginnote}{
31949 \backslash
31950 raggedleft}
31951 \end_layout
31952
31953 \begin_layout Plain Layout
31954
31955
31956 \backslash
31957 renewcommand*{
31958 \backslash
31959 raggedrightmarginnote}{
31960 \backslash
31961 raggedright}
31962 \end_layout
31963
31964 \end_inset
31965
31966
31967 \end_layout
31968
31969 \begin_layout Standard
31970 \begin_inset VSpace medskip
31971 \end_inset
31972
31973 For the other features of 
31974 \series bold
31975 marginnote
31976 \series default
31977  refer to its documentation 
31978 \begin_inset CommandInset citation
31979 LatexCommand cite
31980 key "marginnote"
31981
31982 \end_inset
31983
31984 .
31985 \end_layout
31986
31987 \begin_layout Standard
31988 \begin_inset VSpace bigskip
31989 \end_inset
31990
31991 You can adjust the layout of margin notes by changing its definition.
31992  To create for example a header for all margin notes with the underlined,
31993  sans-serif, and bold header text 
31994 \begin_inset Quotes eld
31995 \end_inset
31996
31997
31998 \family sans
31999 \series bold
32000 \bar under
32001 Attention!
32002 \family default
32003 \series default
32004 \bar default
32005
32006 \begin_inset Quotes erd
32007 \end_inset
32008
32009 , add this to your document preamble:
32010 \end_layout
32011
32012 \begin_layout Standard
32013
32014 \series bold
32015
32016 \backslash
32017 let
32018 \backslash
32019 myMarginpar
32020 \backslash
32021 marginpar
32022 \begin_inset Newline newline
32023 \end_inset
32024
32025
32026 \backslash
32027 renewcommand{
32028 \backslash
32029 marginpar}[1]{
32030 \backslash
32031 myMarginpar{%
32032 \begin_inset Newline newline
32033 \end_inset
32034
32035
32036 \begin_inset Phantom HPhantom
32037 status open
32038
32039 \begin_layout Plain Layout
32040
32041 \series bold
32042 \begin_inset space ~
32043 \end_inset
32044
32045
32046 \end_layout
32047
32048 \end_inset
32049
32050
32051 \backslash
32052 hspace{0pt}
32053 \backslash
32054 textsf{
32055 \backslash
32056 textbf{
32057 \backslash
32058 underbar{Attention!}}}%
32059 \begin_inset Newline newline
32060 \end_inset
32061
32062
32063 \begin_inset Phantom HPhantom
32064 status open
32065
32066 \begin_layout Plain Layout
32067
32068 \series bold
32069 \begin_inset space ~
32070 \end_inset
32071
32072
32073 \end_layout
32074
32075 \end_inset
32076
32077
32078 \backslash
32079 vspace{1.5mm}
32080 \backslash
32081
32082 \backslash
32083 #1}}
32084 \end_layout
32085
32086 \begin_layout Standard
32087
32088 \family roman
32089 \series medium
32090 \begin_inset ERT
32091 status collapsed
32092
32093 \begin_layout Plain Layout
32094
32095
32096 \backslash
32097 let
32098 \backslash
32099 myMarginpar
32100 \backslash
32101 marginpar
32102 \end_layout
32103
32104 \begin_layout Plain Layout
32105
32106
32107 \backslash
32108 renewcommand{
32109 \backslash
32110 marginpar}[1]{
32111 \backslash
32112 myMarginpar{%
32113 \end_layout
32114
32115 \begin_layout Plain Layout
32116
32117    
32118 \backslash
32119 textsf{
32120 \backslash
32121 textbf{
32122 \backslash
32123 underbar{Attention!}}}%
32124 \end_layout
32125
32126 \begin_layout Plain Layout
32127
32128    
32129 \backslash
32130 vspace{1.5mm}
32131 \backslash
32132
32133 \backslash
32134 #1}}
32135 \end_layout
32136
32137 \end_inset
32138
32139
32140 \begin_inset Marginal
32141 status open
32142
32143 \begin_layout Plain Layout
32144 This is a margin note with a defined heading.
32145 \end_layout
32146
32147 \end_inset
32148
32149
32150 \family default
32151 \series default
32152
32153 \begin_inset ERT
32154 status collapsed
32155
32156 \begin_layout Plain Layout
32157
32158 [-1.5cm]
32159 \end_layout
32160
32161 \end_inset
32162
32163
32164 \family roman
32165 \series medium
32166
32167 \begin_inset ERT
32168 status collapsed
32169
32170 \begin_layout Plain Layout
32171
32172
32173 \backslash
32174 renewcommand{
32175 \backslash
32176 marginpar}[1]{
32177 \backslash
32178 myMarginpar{#1}}
32179 \end_layout
32180
32181 \end_inset
32182
32183
32184 \family default
32185 \series default
32186
32187 \begin_inset Note Note
32188 status collapsed
32189
32190 \begin_layout Plain Layout
32191 The margin note format is changed only for this example.
32192 \end_layout
32193
32194 \end_inset
32195
32196
32197 \end_layout
32198
32199 \begin_layout Standard
32200 \begin_inset ERT
32201 status collapsed
32202
32203 \begin_layout Plain Layout
32204
32205
32206 \backslash
32207 else
32208 \end_layout
32209
32210 \end_inset
32211
32212
32213 \begin_inset Note Note
32214 status open
32215
32216 \begin_layout Plain Layout
32217 The following will be displayed when the \SpecialChar LaTeX
32218 -package 
32219 \series bold
32220 marginnote
32221 \series default
32222  is not installed:
32223 \end_layout
32224
32225 \end_inset
32226
32227
32228 \end_layout
32229
32230 \begin_layout Standard
32231 You need to install the \SpecialChar LaTeX
32232 -package 
32233 \series bold
32234 marginnote
32235 \series default
32236  to see the following part of this section in the output.
32237 \end_layout
32238
32239 \begin_layout Standard
32240 \begin_inset ERT
32241 status collapsed
32242
32243 \begin_layout Plain Layout
32244
32245
32246 \backslash
32247 fi
32248 \end_layout
32249
32250 \end_inset
32251
32252
32253 \end_layout
32254
32255 \begin_layout Chapter
32256 Boxes
32257 \end_layout
32258
32259 \begin_layout Section
32260 Introduction
32261 \begin_inset Index idx
32262 status collapsed
32263
32264 \begin_layout Plain Layout
32265 Boxes ! Introduction
32266 \end_layout
32267
32268 \end_inset
32269
32270
32271 \end_layout
32272
32273 \begin_layout Standard
32274 Boxes are used to format a block of text.
32275  Boxes can be used to write documents with multiple languages, see section
32276 \begin_inset space ~
32277 \end_inset
32278
32279
32280 \begin_inset CommandInset ref
32281 LatexCommand ref
32282 reference "sec:Minipages"
32283
32284 \end_inset
32285
32286 , to frame texts, see section
32287 \begin_inset space ~
32288 \end_inset
32289
32290
32291 \begin_inset CommandInset ref
32292 LatexCommand ref
32293 reference "sec:Decoration"
32294
32295 \end_inset
32296
32297 , to prevent words from being hyphenated, see section
32298 \begin_inset space ~
32299 \end_inset
32300
32301
32302 \begin_inset CommandInset ref
32303 LatexCommand ref
32304 reference "sec:Prevent-Hyphenation"
32305
32306 \end_inset
32307
32308 , to align text, see section
32309 \begin_inset space ~
32310 \end_inset
32311
32312
32313 \begin_inset CommandInset ref
32314 LatexCommand ref
32315 reference "subsec:Vertical-Alignment"
32316
32317 \end_inset
32318
32319 , or to set the background color of texts, see section
32320 \begin_inset space ~
32321 \end_inset
32322
32323
32324 \begin_inset CommandInset ref
32325 LatexCommand ref
32326 reference "sec:Colored-Boxes"
32327
32328 \end_inset
32329
32330 .
32331 \end_layout
32332
32333 \begin_layout Standard
32334 Boxes can be inserted with the menu 
32335 \family sans
32336 Insert\SpecialChar menuseparator
32337 Box
32338 \family default
32339  or the toolbar button 
32340 \begin_inset Info
32341 type  "icon"
32342 arg   "box-insert Frameless"
32343 \end_inset
32344
32345 .
32346  A grey box with the label 
32347 \family sans
32348 Box (Minipage)
32349 \family default
32350
32351 \begin_inset Graphics
32352         filename clipart/BoxInsetDefaultQt4.png
32353         scale 85
32354         scaleBeforeRotation
32355
32356 \end_inset
32357
32358  will be inserted.
32359  The box type can be specified by right-clicking on the box and selecting
32360  
32361 \family sans
32362 Settings
32363 \family default
32364 .
32365  The box dialog offers the 
32366 \family sans
32367 Inner
32368 \begin_inset space ~
32369 \end_inset
32370
32371 Box
32372 \family default
32373  types 
32374 \family sans
32375 Makebox
32376 \family default
32377
32378 \family sans
32379 Parbox
32380 \family default
32381  and 
32382 \family sans
32383 Minipage
32384 \family default
32385 .
32386  The type 
32387 \family sans
32388 Minipage
32389 \family default
32390  is the default for new boxes and is explained in section
32391 \begin_inset space ~
32392 \end_inset
32393
32394
32395 \begin_inset CommandInset ref
32396 LatexCommand ref
32397 reference "sec:Minipages"
32398
32399 \end_inset
32400
32401 ; the type 
32402 \family sans
32403 Parbox
32404 \family default
32405  is described in section
32406 \begin_inset space ~
32407 \end_inset
32408
32409
32410 \begin_inset CommandInset ref
32411 LatexCommand ref
32412 reference "sec:Parboxes"
32413
32414 \end_inset
32415
32416  and the type 
32417 \family sans
32418 Makebox
32419 \family default
32420  in 
32421 \begin_inset CommandInset ref
32422 LatexCommand ref
32423 reference "sec:Prevent-Hyphenation"
32424
32425 \end_inset
32426
32427 .
32428 \end_layout
32429
32430 \begin_layout Standard
32431 Boxes are not numbered and can therefore not be referenced like floats or
32432  footnotes.
32433 \end_layout
32434
32435 \begin_layout Standard
32436 \begin_inset Note Greyedout
32437 status open
32438
32439 \begin_layout Plain Layout
32440
32441 \series bold
32442 Note:
32443 \series default
32444  Boxes must not be the item in an 
32445 \family sans
32446 Itemize
32447 \family default
32448  or 
32449 \family sans
32450 Description
32451 \family default
32452  environment.
32453 \end_layout
32454
32455 \end_inset
32456
32457
32458 \end_layout
32459
32460 \begin_layout Standard
32461 \begin_inset Note Greyedout
32462 status open
32463
32464 \begin_layout Plain Layout
32465
32466 \series bold
32467 Note:
32468 \series default
32469  For an unknown reason you can only set the 
32470 \family sans
32471 Inner
32472 \begin_inset space ~
32473 \end_inset
32474
32475 Box
32476 \family default
32477  type to 
32478 \family sans
32479 None
32480 \family default
32481  when you use a framed box.
32482  Boxes without an 
32483 \family sans
32484 Inner
32485 \begin_inset space ~
32486 \end_inset
32487
32488 Box
32489 \family default
32490  type and without frames are explained in section
32491 \begin_inset space ~
32492 \end_inset
32493
32494
32495 \begin_inset CommandInset ref
32496 LatexCommand ref
32497 reference "sec:Prevent-Hyphenation"
32498
32499 \end_inset
32500
32501 .
32502 \end_layout
32503
32504 \end_inset
32505
32506
32507 \end_layout
32508
32509 \begin_layout Section
32510 Box Dialog
32511 \begin_inset CommandInset label
32512 LatexCommand label
32513 name "sec:Box-Dialog"
32514
32515 \end_inset
32516
32517
32518 \begin_inset Index idx
32519 status collapsed
32520
32521 \begin_layout Plain Layout
32522 Boxes ! Box Dialog
32523 \end_layout
32524
32525 \end_inset
32526
32527
32528 \end_layout
32529
32530 \begin_layout Subsection
32531 Size
32532 \begin_inset Index idx
32533 status collapsed
32534
32535 \begin_layout Plain Layout
32536 Boxes ! Size
32537 \end_layout
32538
32539 \end_inset
32540
32541
32542 \end_layout
32543
32544 \begin_layout Standard
32545 In the box dialog you can adjust the box geometry in the fields 
32546 \family sans
32547 Width
32548 \family default
32549  and 
32550 \family sans
32551 Height
32552 \family default
32553 .
32554  The available units for the geometry are explained in Table
32555 \begin_inset space ~
32556 \end_inset
32557
32558
32559 \begin_inset CommandInset ref
32560 LatexCommand ref
32561 reference "tab:Units"
32562
32563 \end_inset
32564
32565 .
32566  The field 
32567 \family sans
32568 Height
32569 \family default
32570  offers the following additional sizes:
32571 \end_layout
32572
32573 \begin_layout Description
32574 Depth This is the plain text 
32575 \begin_inset Quotes eld
32576 \end_inset
32577
32578 height
32579 \begin_inset Quotes erd
32580 \end_inset
32581
32582 .
32583  It ignores the total depth when there are multiple text lines in the box:
32584 \begin_inset Newline newline
32585 \end_inset
32586
32587
32588 \begin_inset Newline newline
32589 \end_inset
32590
32591
32592 \begin_inset Newline newline
32593 \end_inset
32594
32595
32596 \begin_inset Box Boxed
32597 position "c"
32598 hor_pos "c"
32599 has_inner_box 1
32600 inner_pos "c"
32601 use_parbox 0
32602 use_makebox 0
32603 width "12col%"
32604 special "none"
32605 height "1in"
32606 height_special "depth"
32607 thickness "0.4pt"
32608 separation "3pt"
32609 shadowsize "4pt"
32610 framecolor "black"
32611 backgroundcolor "none"
32612 status collapsed
32613
32614 \begin_layout Plain Layout
32615 \align center
32616 Box height set to 1
32617 \begin_inset space \thinspace{}
32618 \end_inset
32619
32620 Depth
32621 \end_layout
32622
32623 \end_inset
32624
32625
32626 \begin_inset Newline newline
32627 \end_inset
32628
32629
32630 \begin_inset Newline newline
32631 \end_inset
32632
32633
32634 \end_layout
32635
32636 \begin_layout Description
32637 Height This is the height of the text that is inside the box.
32638  A value of e.
32639 \begin_inset space \thinspace{}
32640 \end_inset
32641
32642 g.
32643 \begin_inset space \space{}
32644 \end_inset
32645
32646 2 for this size will set the box height to 2
32647 \begin_inset space ~
32648 \end_inset
32649
32650 times the text height: 
32651 \begin_inset Box Boxed
32652 position "c"
32653 hor_pos "c"
32654 has_inner_box 1
32655 inner_pos "c"
32656 use_parbox 0
32657 use_makebox 0
32658 width "20col%"
32659 special "none"
32660 height "2in"
32661 height_special "height"
32662 thickness "0.4pt"
32663 separation "3pt"
32664 shadowsize "4pt"
32665 framecolor "black"
32666 backgroundcolor "none"
32667 status collapsed
32668
32669 \begin_layout Plain Layout
32670 \align center
32671 Box height set to 2
32672 \begin_inset space \thinspace{}
32673 \end_inset
32674
32675 Height
32676 \end_layout
32677
32678 \end_inset
32679
32680
32681 \end_layout
32682
32683 \begin_layout Description
32684 Total
32685 \begin_inset space ~
32686 \end_inset
32687
32688 Height This is the Height
32689 \begin_inset space \thinspace{}
32690 \end_inset
32691
32692 +
32693 \begin_inset space \thinspace{}
32694 \end_inset
32695
32696 Depth: 
32697 \begin_inset Box Boxed
32698 position "c"
32699 hor_pos "c"
32700 has_inner_box 1
32701 inner_pos "c"
32702 use_parbox 0
32703 use_makebox 0
32704 width "20col%"
32705 special "none"
32706 height "1in"
32707 height_special "totalheight"
32708 thickness "0.4pt"
32709 separation "3pt"
32710 shadowsize "4pt"
32711 framecolor "black"
32712 backgroundcolor "none"
32713 status collapsed
32714
32715 \begin_layout Plain Layout
32716 \align center
32717 Box height set to 1
32718 \begin_inset space \thinspace{}
32719 \end_inset
32720
32721 Total
32722 \begin_inset space ~
32723 \end_inset
32724
32725 Height
32726 \end_layout
32727
32728 \end_inset
32729
32730
32731 \end_layout
32732
32733 \begin_layout Description
32734 Width This sets the width of the box as height: 
32735 \begin_inset Box Boxed
32736 position "c"
32737 hor_pos "c"
32738 has_inner_box 1
32739 inner_pos "c"
32740 use_parbox 0
32741 use_makebox 0
32742 width "12col%"
32743 special "none"
32744 height "1in"
32745 height_special "width"
32746 thickness "0.4pt"
32747 separation "3pt"
32748 shadowsize "4pt"
32749 framecolor "black"
32750 backgroundcolor "none"
32751 status collapsed
32752
32753 \begin_layout Plain Layout
32754 \align center
32755 Box height set to 1
32756 \begin_inset space \thinspace{}
32757 \end_inset
32758
32759 Width
32760 \end_layout
32761
32762 \end_inset
32763
32764
32765 \end_layout
32766
32767 \begin_layout Subsection
32768 Alignment
32769 \begin_inset Index idx
32770 status collapsed
32771
32772 \begin_layout Plain Layout
32773 Boxes ! Alignment
32774 \end_layout
32775
32776 \end_inset
32777
32778
32779 \end_layout
32780
32781 \begin_layout Standard
32782 When you have chosen an 
32783 \family sans
32784 Inner
32785 \begin_inset space ~
32786 \end_inset
32787
32788 Box
32789 \family default
32790 , the vertical box alignment can be:
32791 \end_layout
32792
32793 \begin_layout Description
32794 Top This is an example text line.
32795  
32796 \begin_inset Box Boxed
32797 position "t"
32798 hor_pos "c"
32799 has_inner_box 1
32800 inner_pos "c"
32801 use_parbox 0
32802 use_makebox 0
32803 width "12col%"
32804 special "none"
32805 height "1in"
32806 height_special "totalheight"
32807 thickness "0.4pt"
32808 separation "3pt"
32809 shadowsize "4pt"
32810 framecolor "black"
32811 backgroundcolor "none"
32812 status collapsed
32813
32814 \begin_layout Plain Layout
32815 \align center
32816 This box is top-aligned.
32817 \end_layout
32818
32819 \end_inset
32820
32821  This is an example text line.
32822 \end_layout
32823
32824 \begin_layout Description
32825 Middle This is an example text line.
32826  
32827 \begin_inset Box Boxed
32828 position "c"
32829 hor_pos "c"
32830 has_inner_box 1
32831 inner_pos "c"
32832 use_parbox 0
32833 use_makebox 0
32834 width "12col%"
32835 special "none"
32836 height "1in"
32837 height_special "totalheight"
32838 thickness "0.4pt"
32839 separation "3pt"
32840 shadowsize "4pt"
32841 framecolor "black"
32842 backgroundcolor "none"
32843 status collapsed
32844
32845 \begin_layout Plain Layout
32846 \align center
32847 This box is middle-aligned.
32848 \end_layout
32849
32850 \end_inset
32851
32852  This is an example text line.
32853 \end_layout
32854
32855 \begin_layout Description
32856 Bottom This is an example text line.
32857  
32858 \begin_inset Box Boxed
32859 position "b"
32860 hor_pos "c"
32861 has_inner_box 1
32862 inner_pos "c"
32863 use_parbox 0
32864 use_makebox 0
32865 width "12col%"
32866 special "none"
32867 height "1in"
32868 height_special "totalheight"
32869 thickness "0.4pt"
32870 separation "3pt"
32871 shadowsize "4pt"
32872 framecolor "black"
32873 backgroundcolor "none"
32874 status collapsed
32875
32876 \begin_layout Plain Layout
32877 \align center
32878 This box is bottom-aligned.
32879 \end_layout
32880
32881 \end_inset
32882
32883  This is an example text line.
32884 \end_layout
32885
32886 \begin_layout Standard
32887 \begin_inset Note Greyedout
32888 status open
32889
32890 \begin_layout Plain Layout
32891
32892 \series bold
32893 Note:
32894 \series default
32895  The vertical box alignment can be lost in the output when you have two
32896  boxes in a line and one has e.
32897 \begin_inset space \thinspace{}
32898 \end_inset
32899
32900 g.
32901 \begin_inset space \space{}
32902 \end_inset
32903
32904 a shadow and the other one not.
32905 \end_layout
32906
32907 \end_inset
32908
32909
32910 \end_layout
32911
32912 \begin_layout Standard
32913 The horizontal box alignment can be set via \SpecialChar LyX
32914 's paragraph dialog when you
32915  set the box into its own paragraph.
32916 \end_layout
32917
32918 \begin_layout Standard
32919 \begin_inset VSpace bigskip
32920 \end_inset
32921
32922 When you have chosen an 
32923 \family sans
32924 Inner
32925 \begin_inset space ~
32926 \end_inset
32927
32928 Box
32929 \family default
32930 , the box content can be aligned vertically to:
32931 \end_layout
32932
32933 \begin_layout Description
32934 top This is an example text line.
32935  
32936 \begin_inset Box Boxed
32937 position "c"
32938 hor_pos "c"
32939 has_inner_box 1
32940 inner_pos "t"
32941 use_parbox 0
32942 use_makebox 0
32943 width "12col%"
32944 special "none"
32945 height "1.5in"
32946 height_special "totalheight"
32947 thickness "0.4pt"
32948 separation "3pt"
32949 shadowsize "4pt"
32950 framecolor "black"
32951 backgroundcolor "none"
32952 status collapsed
32953
32954 \begin_layout Plain Layout
32955 \align center
32956 This box text is top-aligned.
32957 \end_layout
32958
32959 \end_inset
32960
32961  This is an example text line.
32962 \end_layout
32963
32964 \begin_layout Description
32965 middle This is an example text line.
32966  
32967 \begin_inset Box Boxed
32968 position "c"
32969 hor_pos "c"
32970 has_inner_box 1
32971 inner_pos "c"
32972 use_parbox 0
32973 use_makebox 0
32974 width "12col%"
32975 special "none"
32976 height "1.5in"
32977 height_special "totalheight"
32978 thickness "0.4pt"
32979 separation "3pt"
32980 shadowsize "4pt"
32981 framecolor "black"
32982 backgroundcolor "none"
32983 status collapsed
32984
32985 \begin_layout Plain Layout
32986 \align center
32987 This box text is middle-aligned.
32988 \end_layout
32989
32990 \end_inset
32991
32992  This is an example text line.
32993 \end_layout
32994
32995 \begin_layout Description
32996 bottom This is an example text line.
32997  
32998 \begin_inset Box Boxed
32999 position "c"
33000 hor_pos "c"
33001 has_inner_box 1
33002 inner_pos "b"
33003 use_parbox 0
33004 use_makebox 0
33005 width "12col%"
33006 special "none"
33007 height "1.5in"
33008 height_special "totalheight"
33009 thickness "0.4pt"
33010 separation "3pt"
33011 shadowsize "4pt"
33012 framecolor "black"
33013 backgroundcolor "none"
33014 status collapsed
33015
33016 \begin_layout Plain Layout
33017 \align center
33018 This box text is bottom-aligned.
33019 \end_layout
33020
33021 \end_inset
33022
33023  This is an example text line.
33024 \end_layout
33025
33026 \begin_layout Description
33027 stretch This is an example text line.
33028  
33029 \begin_inset Box Boxed
33030 position "c"
33031 hor_pos "c"
33032 has_inner_box 1
33033 inner_pos "s"
33034 use_parbox 0
33035 use_makebox 0
33036 width "12col%"
33037 special "none"
33038 height "1.5in"
33039 height_special "totalheight"
33040 thickness "0.4pt"
33041 separation "3pt"
33042 shadowsize "4pt"
33043 framecolor "black"
33044 backgroundcolor "none"
33045 status collapsed
33046
33047 \begin_layout Plain Layout
33048 \align center
33049 This box
33050 \end_layout
33051
33052 \begin_layout Plain Layout
33053 \align center
33054 text is
33055 \end_layout
33056
33057 \begin_layout Plain Layout
33058 \align center
33059 stretched.
33060 \end_layout
33061
33062 \end_inset
33063
33064  This is an example text line.
33065 \end_layout
33066
33067 \begin_layout Standard
33068 To stretch the box content, it must consist of more than one paragraph.
33069  In the example above every text line is in an own paragraph.
33070 \end_layout
33071
33072 \begin_layout Standard
33073 \begin_inset VSpace bigskip
33074 \end_inset
33075
33076 To align the box content horizontally you can use \SpecialChar LyX
33077 's paragraph dialog when
33078  you have chosen an 
33079 \family sans
33080 Inner
33081 \begin_inset space ~
33082 \end_inset
33083
33084 Box
33085 \family default
33086 .
33087 \end_layout
33088
33089 \begin_layout Standard
33090 \align center
33091 \begin_inset Box Boxed
33092 position "c"
33093 hor_pos "c"
33094 has_inner_box 1
33095 inner_pos "s"
33096 use_parbox 0
33097 use_makebox 0
33098 width "15col%"
33099 special "none"
33100 height "1.25in"
33101 height_special "totalheight"
33102 thickness "0.4pt"
33103 separation "3pt"
33104 shadowsize "4pt"
33105 framecolor "black"
33106 backgroundcolor "none"
33107 status collapsed
33108
33109 \begin_layout Plain Layout
33110 \align left
33111 This box
33112 \end_layout
33113
33114 \begin_layout Plain Layout
33115 \align center
33116 text is
33117 \end_layout
33118
33119 \begin_layout Plain Layout
33120 \align right
33121 stretched.
33122 \end_layout
33123
33124 \end_inset
33125
33126
33127 \end_layout
33128
33129 \begin_layout Standard
33130 If you have not set an 
33131 \family sans
33132 Inner
33133 \begin_inset space ~
33134 \end_inset
33135
33136 Box
33137 \family default
33138 , you can align the box content horizontally in the box dialog.
33139 \begin_inset Separator parbreak
33140 \end_inset
33141
33142
33143 \end_layout
33144
33145 \begin_layout Standard
33146 \align center
33147 \begin_inset Box Boxed
33148 position "c"
33149 hor_pos "s"
33150 has_inner_box 0
33151 inner_pos "s"
33152 use_parbox 0
33153 use_makebox 0
33154 width "90col%"
33155 special "none"
33156 height "1.25in"
33157 height_special "totalheight"
33158 thickness "0.4pt"
33159 separation "3pt"
33160 shadowsize "4pt"
33161 framecolor "black"
33162 backgroundcolor "none"
33163 status collapsed
33164
33165 \begin_layout Plain Layout
33166 This box text is horizontally stretched.
33167 \end_layout
33168
33169 \end_inset
33170
33171
33172 \end_layout
33173
33174 \begin_layout Subsection
33175 Decoration
33176 \begin_inset CommandInset label
33177 LatexCommand label
33178 name "sec:Decoration"
33179
33180 \end_inset
33181
33182
33183 \begin_inset Index idx
33184 status collapsed
33185
33186 \begin_layout Plain Layout
33187 Boxes ! Decoration
33188 \end_layout
33189
33190 \end_inset
33191
33192
33193 \end_layout
33194
33195 \begin_layout Standard
33196 The type of the box can be specified in the box dialog in the drop-down
33197  list 
33198 \family sans
33199 Decoration
33200 \family default
33201 .
33202  The following types are possible:
33203 \end_layout
33204
33205 \begin_layout Description
33206 No
33207 \begin_inset space ~
33208 \end_inset
33209
33210 frame Nothing is drawn.
33211 \end_layout
33212
33213 \begin_layout Description
33214 Simple
33215 \begin_inset space ~
33216 \end_inset
33217
33218 rectangular
33219 \begin_inset space ~
33220 \end_inset
33221
33222 frame This draws a rectangular frame around the box.
33223  The frame line thickness can be specified.
33224  
33225 \begin_inset Box Boxed
33226 position "c"
33227 hor_pos "c"
33228 has_inner_box 1
33229 inner_pos "c"
33230 use_parbox 0
33231 use_makebox 0
33232 width "20col%"
33233 special "none"
33234 height "1in"
33235 height_special "totalheight"
33236 thickness "0.4pt"
33237 separation "3pt"
33238 shadowsize "4pt"
33239 framecolor "black"
33240 backgroundcolor "none"
33241 status collapsed
33242
33243 \begin_layout Plain Layout
33244 \align center
33245 Rectangular box
33246 \end_layout
33247
33248 \end_inset
33249
33250
33251 \end_layout
33252
33253 \begin_layout Description
33254 Oval
33255 \begin_inset space ~
33256 \end_inset
33257
33258 box,
33259 \begin_inset space ~
33260 \end_inset
33261
33262 thin This draws an oval frame around the box.
33263  The frame line thickness has the size 0.4
33264 \begin_inset space \thinspace{}
33265 \end_inset
33266
33267 pt.
33268  
33269 \begin_inset Box ovalbox
33270 position "c"
33271 hor_pos "c"
33272 has_inner_box 1
33273 inner_pos "c"
33274 use_parbox 0
33275 use_makebox 0
33276 width "20col%"
33277 special "none"
33278 height "1in"
33279 height_special "totalheight"
33280 thickness "0.4pt"
33281 separation "3pt"
33282 shadowsize "4pt"
33283 framecolor "black"
33284 backgroundcolor "none"
33285 status collapsed
33286
33287 \begin_layout Plain Layout
33288 \align center
33289 Oval box, thin
33290 \end_layout
33291
33292 \end_inset
33293
33294
33295 \end_layout
33296
33297 \begin_layout Description
33298 Oval
33299 \begin_inset space ~
33300 \end_inset
33301
33302 box,
33303 \begin_inset space ~
33304 \end_inset
33305
33306 thick This draws an oval frame around the box.
33307  The frame line thickness has the size 0.8
33308 \begin_inset space \thinspace{}
33309 \end_inset
33310
33311 pt.
33312  
33313 \begin_inset Box Ovalbox
33314 position "c"
33315 hor_pos "c"
33316 has_inner_box 1
33317 inner_pos "c"
33318 use_parbox 0
33319 use_makebox 0
33320 width "20col%"
33321 special "none"
33322 height "1in"
33323 height_special "totalheight"
33324 thickness "0.4pt"
33325 separation "3pt"
33326 shadowsize "4pt"
33327 framecolor "black"
33328 backgroundcolor "none"
33329 status collapsed
33330
33331 \begin_layout Plain Layout
33332 \align center
33333 Oval box, thick
33334 \end_layout
33335
33336 \end_inset
33337
33338
33339 \end_layout
33340
33341 \begin_layout Description
33342 Drop
33343 \begin_inset space ~
33344 \end_inset
33345
33346 shadow This draws a rectangular frame with a shadow around the box.
33347  The frame line thickness and the shadow can be specified.
33348  
33349 \begin_inset Box Shadowbox
33350 position "c"
33351 hor_pos "c"
33352 has_inner_box 1
33353 inner_pos "c"
33354 use_parbox 0
33355 use_makebox 0
33356 width "20col%"
33357 special "none"
33358 height "1in"
33359 height_special "totalheight"
33360 thickness "0.4pt"
33361 separation "3pt"
33362 shadowsize "4pt"
33363 framecolor "black"
33364 backgroundcolor "none"
33365 status collapsed
33366
33367 \begin_layout Plain Layout
33368 \align center
33369 Shadow box
33370 \end_layout
33371
33372 \end_inset
33373
33374
33375 \end_layout
33376
33377 \begin_layout Description
33378 Shaded
33379 \begin_inset space ~
33380 \end_inset
33381
33382 background This draws a box with a red background.
33383  Unlike colored boxes
33384 \begin_inset Foot
33385 status collapsed
33386
33387 \begin_layout Plain Layout
33388 see sec.
33389 \begin_inset space \thinspace{}
33390 \end_inset
33391
33392
33393 \begin_inset CommandInset ref
33394 LatexCommand ref
33395 reference "sec:Colored-Boxes"
33396
33397 \end_inset
33398
33399
33400 \end_layout
33401
33402 \end_inset
33403
33404 , it always uses the whole column width and the box is set as its own paragraph.
33405  
33406 \begin_inset Box Shaded
33407 position "t"
33408 hor_pos "c"
33409 has_inner_box 0
33410 inner_pos "t"
33411 use_parbox 0
33412 use_makebox 0
33413 width "50col%"
33414 special "none"
33415 height "1in"
33416 height_special "totalheight"
33417 thickness "0.4pt"
33418 separation "3pt"
33419 shadowsize "4pt"
33420 framecolor "black"
33421 backgroundcolor "none"
33422 status collapsed
33423
33424 \begin_layout Plain Layout
33425 Shaded background box
33426 \end_layout
33427
33428 \end_inset
33429
33430
33431 \end_layout
33432
33433 \begin_layout Description
33434 Double
33435 \begin_inset space ~
33436 \end_inset
33437
33438 rectangular
33439 \begin_inset space ~
33440 \end_inset
33441
33442 frame This draws a double-line rectangular frame around the box.
33443  The line thickness of the inner frame is 0.75
33444 \begin_inset space \thinspace{}
33445 \end_inset
33446
33447 line
33448 \begin_inset space ~
33449 \end_inset
33450
33451 thickness, the thickness of the outer frame is 1.5
33452 \begin_inset space \thinspace{}
33453 \end_inset
33454
33455 line
33456 \begin_inset space ~
33457 \end_inset
33458
33459 thickness.
33460  The distance between the lines is 1.5
33461 \begin_inset space \thinspace{}
33462 \end_inset
33463
33464 line
33465 \begin_inset space ~
33466 \end_inset
33467
33468 thickness
33469 \begin_inset space \thinspace{}
33470 \end_inset
33471
33472 +
33473 \begin_inset space \thinspace{}
33474 \end_inset
33475
33476 0.5
33477 \begin_inset space \thinspace{}
33478 \end_inset
33479
33480 pt.
33481  
33482 \begin_inset Box Doublebox
33483 position "c"
33484 hor_pos "c"
33485 has_inner_box 1
33486 inner_pos "c"
33487 use_parbox 0
33488 use_makebox 0
33489 width "20col%"
33490 special "none"
33491 height "1in"
33492 height_special "totalheight"
33493 thickness "0.4pt"
33494 separation "3pt"
33495 shadowsize "4pt"
33496 framecolor "black"
33497 backgroundcolor "none"
33498 status collapsed
33499
33500 \begin_layout Plain Layout
33501 \align center
33502 Double rectangular box
33503 \end_layout
33504
33505 \end_inset
33506
33507
33508 \end_layout
33509
33510 \begin_layout Standard
33511 \begin_inset VSpace bigskip
33512 \end_inset
33513
33514 \SpecialChar LyX
33515 's box label will reflect the different frame types.
33516  To be able to use all types, the \SpecialChar LaTeX
33517 -package 
33518 \series bold
33519 fancybox
33520 \series default
33521
33522 \begin_inset Index idx
33523 status collapsed
33524
33525 \begin_layout Plain Layout
33526 \SpecialChar LaTeX
33527 -packages ! fancybox
33528 \end_layout
33529
33530 \end_inset
33531
33532  must be installed.
33533 \end_layout
33534
33535 \begin_layout Standard
33536 \begin_inset VSpace bigskip
33537 \end_inset
33538
33539 When you use the decoration 
33540 \family sans
33541 simple rectangular frame
33542 \family default
33543  and no inner box, you can allow page breaks within a box.
33544  Note that then, unlike other framed boxes, the frame always uses the whole
33545  column width and the box is set as its own paragraph: 
33546 \begin_inset Box Framed
33547 position "t"
33548 hor_pos "c"
33549 has_inner_box 0
33550 inner_pos "t"
33551 use_parbox 0
33552 use_makebox 0
33553 width "100col%"
33554 special "none"
33555 height "1in"
33556 height_special "totalheight"
33557 thickness "0.4pt"
33558 separation "3pt"
33559 shadowsize "4pt"
33560 framecolor "black"
33561 backgroundcolor "none"
33562 status collapsed
33563
33564 \begin_layout Plain Layout
33565 Allow page break box
33566 \end_layout
33567
33568 \end_inset
33569
33570
33571 \end_layout
33572
33573 \begin_layout Section
33574 Box Customization
33575 \begin_inset Index idx
33576 status collapsed
33577
33578 \begin_layout Plain Layout
33579 Boxes ! Customization
33580 \end_layout
33581
33582 \end_inset
33583
33584
33585 \end_layout
33586
33587 \begin_layout Standard
33588 The diameter of the round corners of the oval boxes can be set with the
33589  command 
33590 \series bold
33591
33592 \backslash
33593 cornersize
33594 \series default
33595 .
33596  The command
33597 \end_layout
33598
33599 \begin_layout Standard
33600
33601 \series bold
33602
33603 \backslash
33604 cornersize*{1cm}
33605 \end_layout
33606
33607 \begin_layout Standard
33608 sets the diameter to 1
33609 \begin_inset space \thinspace{}
33610 \end_inset
33611
33612 cm.
33613  The command
33614 \end_layout
33615
33616 \begin_layout Standard
33617
33618 \series bold
33619
33620 \backslash
33621 cornersize{num}
33622 \end_layout
33623
33624 \begin_layout Standard
33625 sets the diameter to 
33626 \family sans
33627 num
33628 \begin_inset space \thinspace{}
33629 \end_inset
33630
33631 ×
33632 \begin_inset space \thinspace{}
33633 \end_inset
33634
33635 minimum(width and height of box)
33636 \family default
33637 .
33638  The default is 
33639 \series bold
33640
33641 \backslash
33642 cornersize{0.5}
33643 \series default
33644 .
33645 \end_layout
33646
33647 \begin_layout Standard
33648 \begin_inset ERT
33649 status collapsed
33650
33651 \begin_layout Plain Layout
33652
33653
33654 \backslash
33655 cornersize*{1.5cm}
33656 \end_layout
33657
33658 \end_inset
33659
33660
33661 \begin_inset Box Ovalbox
33662 position "c"
33663 hor_pos "c"
33664 has_inner_box 1
33665 inner_pos "c"
33666 use_parbox 0
33667 use_makebox 0
33668 width "25col%"
33669 special "none"
33670 height "1in"
33671 height_special "totalheight"
33672 thickness "0.4pt"
33673 separation "3pt"
33674 shadowsize "4pt"
33675 framecolor "black"
33676 backgroundcolor "none"
33677 status open
33678
33679 \begin_layout Plain Layout
33680 \align center
33681 Oval box with 
33682 \series bold
33683
33684 \backslash
33685 cornersize
33686 \series default
33687
33688 \begin_inset space \thinspace{}
33689 \end_inset
33690
33691 =
33692 \begin_inset space \thinspace{}
33693 \end_inset
33694
33695 1.5
33696 \begin_inset space \thinspace{}
33697 \end_inset
33698
33699 cm
33700 \end_layout
33701
33702 \end_inset
33703
33704
33705 \begin_inset ERT
33706 status collapsed
33707
33708 \begin_layout Plain Layout
33709
33710
33711 \backslash
33712 cornersize{0.5}
33713 \end_layout
33714
33715 \end_inset
33716
33717
33718 \end_layout
33719
33720 \begin_layout Standard
33721 \begin_inset VSpace bigskip
33722 \end_inset
33723
33724
33725 \end_layout
33726
33727 \begin_layout Standard
33728 The default background color red of 
33729 \family sans
33730 shaded background
33731 \family default
33732  boxes can either be changed locally with the command 
33733 \series bold
33734
33735 \backslash
33736 definecolor{shadecolor}
33737 \series default
33738  or globally with the menu 
33739 \family sans
33740 Tools\SpecialChar menuseparator
33741 Preferences\SpecialChar menuseparator
33742 Colors\SpecialChar menuseparator
33743 shaded
33744 \begin_inset space ~
33745 \end_inset
33746
33747 box
33748 \family default
33749 .
33750  The scheme of the 
33751 \series bold
33752
33753 \backslash
33754 definecolor
33755 \series default
33756  command is explained in section
33757 \begin_inset space ~
33758 \end_inset
33759
33760
33761 \begin_inset CommandInset ref
33762 LatexCommand ref
33763 reference "sec:Colored-Tables"
33764
33765 \end_inset
33766
33767 .
33768 \begin_inset Foot
33769 status collapsed
33770
33771 \begin_layout Plain Layout
33772 Note that 
33773 \series bold
33774
33775 \backslash
33776 definecolor
33777 \series default
33778  requires the \SpecialChar LaTeX
33779 -package 
33780 \series bold
33781 color
33782 \series default
33783  in the preamble, see section
33784 \begin_inset space ~
33785 \end_inset
33786
33787
33788 \begin_inset CommandInset ref
33789 LatexCommand ref
33790 reference "sec:Colored-Boxes"
33791
33792 \end_inset
33793
33794 .
33795 \end_layout
33796
33797 \end_inset
33798
33799  For example the appearance of the following shaded background box is set
33800  with the \SpecialChar TeX
33801  Code command
33802 \end_layout
33803
33804 \begin_layout Standard
33805
33806 \series bold
33807
33808 \backslash
33809 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33810 \end_layout
33811
33812 \begin_layout Standard
33813 \begin_inset ERT
33814 status collapsed
33815
33816 \begin_layout Plain Layout
33817
33818
33819 \backslash
33820 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33821 \end_layout
33822
33823 \end_inset
33824
33825
33826 \begin_inset Box Shaded
33827 position "t"
33828 hor_pos "c"
33829 has_inner_box 0
33830 inner_pos "t"
33831 use_parbox 0
33832 use_makebox 0
33833 width "100col%"
33834 special "none"
33835 height "1in"
33836 height_special "totalheight"
33837 thickness "0.4pt"
33838 separation "3pt"
33839 shadowsize "4pt"
33840 framecolor "black"
33841 backgroundcolor "none"
33842 status open
33843
33844 \begin_layout Plain Layout
33845
33846 \color yellow
33847 This is yellow text in a
33848 \color none
33849  
33850 \family sans
33851 \color yellow
33852 shaded background
33853 \family default
33854 \color none
33855  
33856 \color yellow
33857 box with dark green background.
33858 \end_layout
33859
33860 \end_inset
33861
33862
33863 \begin_inset ERT
33864 status collapsed
33865
33866 \begin_layout Plain Layout
33867
33868
33869 \backslash
33870 definecolor{shadecolor}{rgb}{1,0,0}
33871 \end_layout
33872
33873 \end_inset
33874
33875
33876 \end_layout
33877
33878 \begin_layout Standard
33879 \begin_inset VSpace bigskip
33880 \end_inset
33881
33882 Manually changed sizes and colors are valid for all boxes following the
33883  commands that change them.
33884 \end_layout
33885
33886 \begin_layout Section
33887 Minipages
33888 \begin_inset CommandInset label
33889 LatexCommand label
33890 name "sec:Minipages"
33891
33892 \end_inset
33893
33894
33895 \begin_inset Index idx
33896 status collapsed
33897
33898 \begin_layout Plain Layout
33899 Boxes ! Minipages
33900 \end_layout
33901
33902 \end_inset
33903
33904
33905 \end_layout
33906
33907 \begin_layout Standard
33908 Minipages are treated by \SpecialChar LaTeX
33909  as pages within pages and can therefore for example
33910  have their own footnotes.
33911 \end_layout
33912
33913 \begin_layout Standard
33914 Minipages are useful when you write documents with different languages.
33915 \end_layout
33916
33917 \begin_layout Standard
33918 Below are two example minipages side by side.
33919  Their width is set to 45
33920 \begin_inset space \thinspace{}
33921 \end_inset
33922
33923 col% and they are separated by a horizontal fill, that was inserted via
33924  the menu 
33925 \family sans
33926 Insert\SpecialChar menuseparator
33927 Special
33928 \begin_inset space ~
33929 \end_inset
33930
33931 Formatting\SpecialChar menuseparator
33932 Horizontal
33933 \begin_inset space ~
33934 \end_inset
33935
33936 Fill
33937 \family default
33938 .
33939 \begin_inset Newpage newpage
33940 \end_inset
33941
33942
33943 \end_layout
33944
33945 \begin_layout Standard
33946 \begin_inset Box Frameless
33947 position "t"
33948 hor_pos "c"
33949 has_inner_box 1
33950 inner_pos "c"
33951 use_parbox 0
33952 use_makebox 0
33953 width "45col%"
33954 special "none"
33955 height "1in"
33956 height_special "totalheight"
33957 thickness "0.4pt"
33958 separation "3pt"
33959 shadowsize "4pt"
33960 framecolor "black"
33961 backgroundcolor "none"
33962 status open
33963
33964 \begin_layout Plain Layout
33965
33966 \lang ngerman
33967 Dies ist ein deutscher Text.
33968  Dies ist ein deutscher Text.
33969  Dies ist ein deutscher Text.
33970  Dies ist ein deutscher Text.
33971  Dies ist ein deutscher Text.
33972  Dies ist ein deutscher Text.
33973  Dies ist ein deutscher Text.
33974  Dies ist ein deutscher Text.
33975  Dies ist ein deutscher Text.
33976  Dies ist ein deutscher Text.
33977  Dies ist ein deutscher Text.
33978  Dies ist ein deutscher Text.
33979  Dies ist ein deutscher Text
33980 \begin_inset Foot
33981 status collapsed
33982
33983 \begin_layout Plain Layout
33984
33985 \lang ngerman
33986 Dies ist eine deutsche Fußnote.
33987 \end_layout
33988
33989 \end_inset
33990
33991 .
33992  Dies ist ein deutscher Text.
33993  Dies ist ein deutscher Text.
33994 \end_layout
33995
33996 \end_inset
33997
33998
33999 \begin_inset space \hfill{}
34000 \end_inset
34001
34002
34003 \begin_inset Box Frameless
34004 position "t"
34005 hor_pos "c"
34006 has_inner_box 1
34007 inner_pos "c"
34008 use_parbox 0
34009 use_makebox 0
34010 width "45col%"
34011 special "none"
34012 height "1in"
34013 height_special "totalheight"
34014 thickness "0.4pt"
34015 separation "3pt"
34016 shadowsize "4pt"
34017 framecolor "black"
34018 backgroundcolor "none"
34019 status open
34020
34021 \begin_layout Plain Layout
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  This is an English Text.
34029  This is an English Text.
34030  This is an English Text.
34031  This is an English Text.
34032  This is an English Text.
34033  This is an English Text.
34034  This is an English Text.
34035  This is an English Text.
34036  This is an English Text.
34037  This is an English Text.
34038 \begin_inset Foot
34039 status collapsed
34040
34041 \begin_layout Plain Layout
34042 This is an English footnote.
34043 \end_layout
34044
34045 \end_inset
34046
34047  This is an English Text.
34048 \end_layout
34049
34050 \end_inset
34051
34052
34053 \end_layout
34054
34055 \begin_layout Standard
34056 \begin_inset VSpace bigskip
34057 \end_inset
34058
34059 The document-wide paragraph settings are ignored within minipages.
34060  That means that there will be no space between paragraphs in minipages
34061  although you set it to e.
34062 \begin_inset space \thinspace{}
34063 \end_inset
34064
34065 g.
34066 \begin_inset space \space{}
34067 \end_inset
34068
34069
34070 \family sans
34071 MedSkip
34072 \family default
34073  in the document settings.
34074 \end_layout
34075
34076 \begin_layout Standard
34077 Minipages can also be used to set a background color for text parts, see
34078  section
34079 \begin_inset space ~
34080 \end_inset
34081
34082
34083 \begin_inset CommandInset ref
34084 LatexCommand ref
34085 reference "sec:Colored-Boxes"
34086
34087 \end_inset
34088
34089 .
34090 \end_layout
34091
34092 \begin_layout Standard
34093 \begin_inset Note Greyedout
34094 status open
34095
34096 \begin_layout Plain Layout
34097
34098 \series bold
34099 Note:
34100 \series default
34101  You cannot have floats or margin notes inside minipages but minipages can
34102  be used inside tables, floats, and other boxes.
34103 \end_layout
34104
34105 \end_inset
34106
34107
34108 \end_layout
34109
34110 \begin_layout Standard
34111 \begin_inset VSpace bigskip
34112 \end_inset
34113
34114
34115 \end_layout
34116
34117 \begin_layout Standard
34118 \SpecialChar LyX
34119  has also basic support for minipages whose size is automatically determined
34120  by the width of their contents, via the module 
34121 \family sans
34122 Variable-width Minipages
34123 \family default
34124 .
34125  The \SpecialChar LyX
34126  example file 
34127 \emph on
34128 varwidth-floats-side-by-side
34129 \emph default
34130  gives examples of variable-width minipages used for placing two floats
34131  side-by-side.
34132 \end_layout
34133
34134 \begin_layout Section
34135 Parboxes
34136 \begin_inset CommandInset label
34137 LatexCommand label
34138 name "sec:Parboxes"
34139
34140 \end_inset
34141
34142
34143 \begin_inset Index idx
34144 status collapsed
34145
34146 \begin_layout Plain Layout
34147 Boxes ! Parboxes
34148 \end_layout
34149
34150 \end_inset
34151
34152
34153 \end_layout
34154
34155 \begin_layout Standard
34156 Parboxes are very similar to minipages with the difference that they cannot
34157  have footnotes.
34158 \begin_inset Separator parbreak
34159 \end_inset
34160
34161
34162 \end_layout
34163
34164 \begin_layout Standard
34165 \align center
34166 \begin_inset Box Frameless
34167 position "t"
34168 hor_pos "c"
34169 has_inner_box 1
34170 inner_pos "t"
34171 use_parbox 1
34172 use_makebox 0
34173 width "33col%"
34174 special "none"
34175 height "1in"
34176 height_special "totalheight"
34177 thickness "0.4pt"
34178 separation "3pt"
34179 shadowsize "4pt"
34180 framecolor "black"
34181 backgroundcolor "none"
34182 status open
34183
34184 \begin_layout Plain Layout
34185 This a text within a parbox.
34186  This a text within a parbox.
34187 \end_layout
34188
34189 \begin_layout Plain Layout
34190 This footnote won't appear:
34191 \begin_inset Foot
34192 status collapsed
34193
34194 \begin_layout Plain Layout
34195 This footnote is inside a parbox and will therefore not appear.
34196 \end_layout
34197
34198 \end_inset
34199
34200
34201 \end_layout
34202
34203 \end_inset
34204
34205
34206 \end_layout
34207
34208 \begin_layout Section
34209 Boxes for Words and Characters
34210 \begin_inset Index idx
34211 status collapsed
34212
34213 \begin_layout Plain Layout
34214 Boxes ! for Characters
34215 \end_layout
34216
34217 \end_inset
34218
34219
34220 \end_layout
34221
34222 \begin_layout Subsection
34223 Prevent Hyphenation
34224 \begin_inset CommandInset label
34225 LatexCommand label
34226 name "sec:Prevent-Hyphenation"
34227
34228 \end_inset
34229
34230
34231 \begin_inset Index idx
34232 status collapsed
34233
34234 \begin_layout Plain Layout
34235 Boxes ! to Prevent Hyphenation
34236 \end_layout
34237
34238 \end_inset
34239
34240
34241 \end_layout
34242
34243 \begin_layout Standard
34244 You can use the box type 
34245 \family sans
34246 Makebox
34247 \family default
34248  to prevent words or text from being hyphenated.
34249 \begin_inset Newline newline
34250 \end_inset
34251
34252 Here is an example text:
34253 \end_layout
34254
34255 \begin_layout Standard
34256 This line is an example to show how you can prevent the hyphenation of 
34257 \begin_inset Quotes eld
34258 \end_inset
34259
34260 veryverylongword
34261 \begin_inset Quotes erd
34262 \end_inset
34263
34264 .
34265 \end_layout
34266
34267 \begin_layout Standard
34268 To prevent the hyphenation of the word 
34269 \begin_inset Quotes eld
34270 \end_inset
34271
34272 veryverylongword
34273 \begin_inset Quotes erd
34274 \end_inset
34275
34276 , put the word into a box, set the 
34277 \family sans
34278 Inner
34279 \begin_inset space ~
34280 \end_inset
34281
34282 box
34283 \family default
34284  to 
34285 \family sans
34286 Makebox
34287 \family default
34288  and use no explicit width.
34289 \end_layout
34290
34291 \begin_layout Standard
34292 This is the result:
34293 \end_layout
34294
34295 \begin_layout Standard
34296 This line is an example to show how you can prevent the hyphenation of 
34297 \begin_inset Box Frameless
34298 position "t"
34299 hor_pos "c"
34300 has_inner_box 1
34301 inner_pos "t"
34302 use_parbox 0
34303 use_makebox 1
34304 width ""
34305 special "none"
34306 height "1in"
34307 height_special "totalheight"
34308 thickness "0.4pt"
34309 separation "3pt"
34310 shadowsize "4pt"
34311 framecolor "black"
34312 backgroundcolor "none"
34313 status open
34314
34315 \begin_layout Plain Layout
34316 \begin_inset Quotes eld
34317 \end_inset
34318
34319 veryverylongword
34320 \begin_inset Quotes erd
34321 \end_inset
34322
34323
34324 \end_layout
34325
34326 \end_inset
34327
34328 .
34329 \end_layout
34330
34331 \begin_layout Standard
34332 You can alternatively set the command 
34333 \begin_inset Quotes eld
34334 \end_inset
34335
34336
34337 \series bold
34338
34339 \backslash
34340 -
34341 \series default
34342
34343 \begin_inset Quotes grd
34344 \end_inset
34345
34346  as \SpecialChar TeX
34347  Code directly before the word:
34348 \end_layout
34349
34350 \begin_layout Standard
34351 This line is an example to show how you can prevent the hyphenation of 
34352 \begin_inset Quotes eld
34353 \end_inset
34354
34355
34356 \begin_inset ERT
34357 status collapsed
34358
34359 \begin_layout Plain Layout
34360
34361
34362 \backslash
34363 -
34364 \end_layout
34365
34366 \end_inset
34367
34368 veryverylongword
34369 \begin_inset Quotes erd
34370 \end_inset
34371
34372 .
34373 \end_layout
34374
34375 \begin_layout Standard
34376 Of course the word now protrudes over the side margin.
34377  To avoid this, add via the menu 
34378 \family sans
34379 Insert\SpecialChar menuseparator
34380 Formatting\SpecialChar menuseparator
34381 Ragged
34382 \begin_inset space ~
34383 \end_inset
34384
34385 Line
34386 \begin_inset space ~
34387 \end_inset
34388
34389 Break
34390 \family default
34391  (shortcut 
34392 \begin_inset Info
34393 type  "shortcut"
34394 arg   "newline-insert newline"
34395 \end_inset
34396
34397 ) a line break before the word:
34398 \end_layout
34399
34400 \begin_layout Standard
34401 This line is an example to show how you can prevent the hyphenation of 
34402 \begin_inset Newline newline
34403 \end_inset
34404
34405
34406 \begin_inset Box Frameless
34407 position "t"
34408 hor_pos "c"
34409 has_inner_box 1
34410 inner_pos "t"
34411 use_parbox 0
34412 use_makebox 1
34413 width ""
34414 special "none"
34415 height "1in"
34416 height_special "totalheight"
34417 thickness "0.4pt"
34418 separation "3pt"
34419 shadowsize "4pt"
34420 framecolor "black"
34421 backgroundcolor "none"
34422 status open
34423
34424 \begin_layout Plain Layout
34425 \begin_inset Quotes eld
34426 \end_inset
34427
34428 veryverylongword
34429 \begin_inset Quotes erd
34430 \end_inset
34431
34432
34433 \end_layout
34434
34435 \end_inset
34436
34437 .
34438 \end_layout
34439
34440 \begin_layout Subsection
34441 Vertical Alignment
34442 \begin_inset CommandInset label
34443 LatexCommand label
34444 name "subsec:Vertical-Alignment"
34445
34446 \end_inset
34447
34448
34449 \begin_inset Index idx
34450 status collapsed
34451
34452 \begin_layout Plain Layout
34453 Boxes ! for Vertical Alignment
34454 \end_layout
34455
34456 \end_inset
34457
34458
34459 \begin_inset Index idx
34460 status collapsed
34461
34462 \begin_layout Plain Layout
34463 Boxes ! Raiseboxes
34464 \end_layout
34465
34466 \end_inset
34467
34468
34469 \end_layout
34470
34471 \begin_layout Standard
34472 With the help of the command 
34473 \series bold
34474
34475 \backslash
34476 raisebox
34477 \series default
34478  you can align words, characters or other boxes vertically relative to the
34479  surrounding text.
34480  
34481 \series bold
34482
34483 \backslash
34484 raisebox
34485 \series default
34486  is used with the following scheme:
34487 \end_layout
34488
34489 \begin_layout Standard
34490
34491 \series bold
34492
34493 \backslash
34494 raisebox{lift}[height][depth]{box content}
34495 \end_layout
34496
34497 \begin_layout Standard
34498 The lift can be a positive value to raise the box or a negative value to
34499  lower the box.
34500 \end_layout
34501
34502 \begin_layout Standard
34503 To align for example the word 
34504 \begin_inset Quotes eld
34505 \end_inset
34506
34507 preventing
34508 \begin_inset Quotes erd
34509 \end_inset
34510
34511  so that the bottom of the 
34512 \begin_inset Quotes eld
34513 \end_inset
34514
34515 deepest
34516 \begin_inset Quotes erd
34517 \end_inset
34518
34519  character 
34520 \begin_inset Quotes eld
34521 \end_inset
34522
34523 p
34524 \begin_inset Quotes erd
34525 \end_inset
34526
34527  is at the baseline, insert the command
34528 \end_layout
34529
34530 \begin_layout Standard
34531
34532 \series bold
34533
34534 \backslash
34535 raisebox{
34536 \backslash
34537 depth}{
34538 \end_layout
34539
34540 \begin_layout Standard
34541 in \SpecialChar TeX
34542  Code before the word.
34543  After the word insert a closing brace 
34544 \begin_inset Quotes eld
34545 \end_inset
34546
34547
34548 \series bold
34549 }
34550 \series default
34551
34552 \begin_inset Quotes erd
34553 \end_inset
34554
34555  in \SpecialChar TeX
34556  Code.
34557 \begin_inset Newline newline
34558 \end_inset
34559
34560 This is the result:
34561 \end_layout
34562
34563 \begin_layout Standard
34564 This is a text line with the word 
34565 \begin_inset ERT
34566 status collapsed
34567
34568 \begin_layout Plain Layout
34569
34570
34571 \backslash
34572 raisebox{
34573 \backslash
34574 depth}{
34575 \end_layout
34576
34577 \end_inset
34578
34579
34580 \begin_inset Quotes eld
34581 \end_inset
34582
34583 preventing
34584 \begin_inset Quotes erd
34585 \end_inset
34586
34587
34588 \begin_inset ERT
34589 status collapsed
34590
34591 \begin_layout Plain Layout
34592
34593 }
34594 \end_layout
34595
34596 \end_inset
34597
34598  as a raised word.
34599 \end_layout
34600
34601 \begin_layout Standard
34602 \begin_inset VSpace bigskip
34603 \end_inset
34604
34605 When you raise or lower characters in a line, the line distance will be
34606  spread:
34607 \end_layout
34608
34609 \begin_layout Standard
34610 This is a text line with the word 
34611 \begin_inset ERT
34612 status collapsed
34613
34614 \begin_layout Plain Layout
34615
34616
34617 \backslash
34618 raisebox{-
34619 \backslash
34620 depth}{
34621 \end_layout
34622
34623 \end_inset
34624
34625
34626 \begin_inset Quotes eld
34627 \end_inset
34628
34629 preventing
34630 \begin_inset Quotes erd
34631 \end_inset
34632
34633
34634 \begin_inset ERT
34635 status collapsed
34636
34637 \begin_layout Plain Layout
34638
34639 }
34640 \end_layout
34641
34642 \end_inset
34643
34644  as a lowered word.
34645 \begin_inset Newline newline
34646 \end_inset
34647
34648 This is a text line with the word 
34649 \begin_inset ERT
34650 status collapsed
34651
34652 \begin_layout Plain Layout
34653
34654
34655 \backslash
34656 raisebox{0.5cm}{
34657 \end_layout
34658
34659 \end_inset
34660
34661
34662 \begin_inset Quotes eld
34663 \end_inset
34664
34665 testing
34666 \begin_inset Quotes erd
34667 \end_inset
34668
34669
34670 \begin_inset ERT
34671 status collapsed
34672
34673 \begin_layout Plain Layout
34674
34675 }
34676 \end_layout
34677
34678 \end_inset
34679
34680  as a raised word.
34681 \end_layout
34682
34683 \begin_layout Standard
34684 If you want to prevent this for a certain reason, set the box height to
34685  a zero value.
34686  For example use
34687 \end_layout
34688
34689 \begin_layout Standard
34690
34691 \series bold
34692
34693 \backslash
34694 raisebox{-
34695 \backslash
34696 depth}[0pt]{
34697 \end_layout
34698
34699 \begin_layout Standard
34700 This is a text line with the word 
34701 \begin_inset ERT
34702 status collapsed
34703
34704 \begin_layout Plain Layout
34705
34706
34707 \backslash
34708 raisebox{-
34709 \backslash
34710 depth}[0pt]{
34711 \end_layout
34712
34713 \end_inset
34714
34715
34716 \begin_inset Quotes eld
34717 \end_inset
34718
34719 preventing
34720 \begin_inset Quotes erd
34721 \end_inset
34722
34723
34724 \begin_inset ERT
34725 status collapsed
34726
34727 \begin_layout Plain Layout
34728
34729 }
34730 \end_layout
34731
34732 \end_inset
34733
34734  as a lowered word.
34735 \begin_inset Newline newline
34736 \end_inset
34737
34738
34739 \begin_inset Newline newline
34740 \end_inset
34741
34742 This is a text line with the word 
34743 \begin_inset ERT
34744 status collapsed
34745
34746 \begin_layout Plain Layout
34747
34748
34749 \backslash
34750 raisebox{0.5cm}[0pt]{
34751 \end_layout
34752
34753 \end_inset
34754
34755
34756 \begin_inset Quotes eld
34757 \end_inset
34758
34759 testing
34760 \begin_inset Quotes erd
34761 \end_inset
34762
34763
34764 \begin_inset ERT
34765 status collapsed
34766
34767 \begin_layout Plain Layout
34768
34769 }
34770 \end_layout
34771
34772 \end_inset
34773
34774  as a raised word.
34775 \end_layout
34776
34777 \begin_layout Section
34778 Colored Boxes
34779 \begin_inset CommandInset label
34780 LatexCommand label
34781 name "sec:Colored-Boxes"
34782
34783 \end_inset
34784
34785
34786 \begin_inset Index idx
34787 status collapsed
34788
34789 \begin_layout Plain Layout
34790 Boxes ! Color
34791 \end_layout
34792
34793 \end_inset
34794
34795
34796 \end_layout
34797
34798 \begin_layout Standard
34799 To color the background of a box just select the color you like in the box
34800  dialog.
34801  This is for example a box with orange background: 
34802 \begin_inset Box Frameless
34803 position "t"
34804 hor_pos "c"
34805 has_inner_box 1
34806 inner_pos "t"
34807 use_parbox 0
34808 use_makebox 1
34809 width ""
34810 special "none"
34811 height "1in"
34812 height_special "totalheight"
34813 thickness "0.4pt"
34814 separation "3pt"
34815 shadowsize "4pt"
34816 framecolor "black"
34817 backgroundcolor "orange"
34818 status open
34819
34820 \begin_layout Plain Layout
34821 Box with orange background
34822 \end_layout
34823
34824 \end_inset
34825
34826
34827 \end_layout
34828
34829 \begin_layout Standard
34830 If you use the decoration 
34831 \family sans
34832 Simple
34833 \begin_inset space ~
34834 \end_inset
34835
34836 rectangular
34837 \begin_inset space ~
34838 \end_inset
34839
34840 frame
34841 \family default
34842  you can set a frame color.
34843  In this case you must also specify a background color (LyX sets white as
34844  default).
34845  Here is an example: 
34846 \begin_inset Box Boxed
34847 position "t"
34848 hor_pos "c"
34849 has_inner_box 0
34850 inner_pos "t"
34851 use_parbox 0
34852 use_makebox 0
34853 width ""
34854 special "none"
34855 height "1in"
34856 height_special "totalheight"
34857 thickness "0.4pt"
34858 separation "3pt"
34859 shadowsize "4pt"
34860 framecolor "teal"
34861 backgroundcolor "yellow"
34862 status open
34863
34864 \begin_layout Plain Layout
34865 Box with teal frame color and yellow background color
34866 \end_layout
34867
34868 \end_inset
34869
34870
34871 \end_layout
34872
34873 \begin_layout Standard
34874 \begin_inset VSpace bigskip
34875 \end_inset
34876
34877 Of course you can also have colored text inside a colored box:
34878 \begin_inset Newline newline
34879 \end_inset
34880
34881
34882 \begin_inset Box Boxed
34883 position "t"
34884 hor_pos "c"
34885 has_inner_box 0
34886 inner_pos "t"
34887 use_parbox 0
34888 use_makebox 0
34889 width ""
34890 special "none"
34891 height "1in"
34892 height_special "totalheight"
34893 thickness "0.4pt"
34894 separation "3pt"
34895 shadowsize "4pt"
34896 framecolor "cyan"
34897 backgroundcolor "magenta"
34898 status open
34899
34900 \begin_layout Plain Layout
34901
34902 \color yellow
34903 This is colored text within a colored, framed box
34904 \end_layout
34905
34906 \end_inset
34907
34908
34909 \end_layout
34910
34911 \begin_layout Standard
34912 \begin_inset VSpace bigskip
34913 \end_inset
34914
34915
34916 \end_layout
34917
34918 \begin_layout Standard
34919 If you need another color than the predefined ones, you can define your
34920  own color as described in section
34921 \begin_inset space ~
34922 \end_inset
34923
34924
34925 \begin_inset CommandInset ref
34926 LatexCommand ref
34927 reference "sec:Colored-Tables"
34928
34929 \end_inset
34930
34931 .
34932  To use your own color you must typeset the box by using TeX code:
34933 \end_layout
34934
34935 \begin_layout Standard
34936 Colored boxes without frame are created with the command 
34937 \series bold
34938
34939 \backslash
34940 colorbox
34941 \series default
34942 .
34943  It has the following scheme:
34944 \end_layout
34945
34946 \begin_layout Standard
34947
34948 \series bold
34949
34950 \backslash
34951 colorbox{color}{box content}
34952 \end_layout
34953
34954 \begin_layout Standard
34955 The box content can also be a box and colored boxes can also be within other
34956  boxes.
34957  To have e.
34958 \begin_inset space \thinspace{}
34959 \end_inset
34960
34961 g.
34962 \begin_inset space \space{}
34963 \end_inset
34964
34965 a darkgreen background for a word, insert the command
34966 \end_layout
34967
34968 \begin_layout Standard
34969
34970 \series bold
34971
34972 \backslash
34973 colorbox{darkgreen}{
34974 \end_layout
34975
34976 \begin_layout Standard
34977 before the word in \SpecialChar TeX
34978  Code.
34979  After the word insert a closing brace 
34980 \begin_inset Quotes eld
34981 \end_inset
34982
34983
34984 \series bold
34985 }
34986 \series default
34987
34988 \begin_inset Quotes erd
34989 \end_inset
34990
34991  in \SpecialChar TeX
34992  Code.
34993 \begin_inset Newline newline
34994 \end_inset
34995
34996 This is the result:
34997 \end_layout
34998
34999 \begin_layout Standard
35000 This is a line where the word 
35001 \begin_inset ERT
35002 status collapsed
35003
35004 \begin_layout Plain Layout
35005
35006
35007 \backslash
35008 colorbox{darkgreen}{
35009 \end_layout
35010
35011 \end_inset
35012
35013
35014 \begin_inset Quotes eld
35015 \end_inset
35016
35017 Attention!
35018 \begin_inset Quotes erd
35019 \end_inset
35020
35021
35022 \begin_inset ERT
35023 status collapsed
35024
35025 \begin_layout Plain Layout
35026
35027 }
35028 \end_layout
35029
35030 \end_inset
35031
35032  has a darkgreen background.
35033 \end_layout
35034
35035 \begin_layout Standard
35036 Framed, colored boxes are created with the command 
35037 \series bold
35038
35039 \backslash
35040 fcolorbox
35041 \series default
35042 .
35043  It has the following scheme:
35044 \end_layout
35045
35046 \begin_layout Standard
35047
35048 \series bold
35049
35050 \backslash
35051 fcolorbox{frame color}{box color}{box content}
35052 \end_layout
35053
35054 \begin_layout Section
35055 Rotated and Scaled Boxes
35056 \end_layout
35057
35058 \begin_layout Standard
35059 To use the boxes described in this section, the module 
35060 \family sans
35061 GraphicBoxes
35062 \family default
35063  must be loaded in the document settings.
35064 \end_layout
35065
35066 \begin_layout Standard
35067 \begin_inset Note Greyedout
35068 status open
35069
35070 \begin_layout Plain Layout
35071
35072 \series bold
35073 Note:
35074 \series default
35075  Not all DVI viewers are able to display rotated or scaled material.
35076 \end_layout
35077
35078 \end_inset
35079
35080
35081 \end_layout
35082
35083 \begin_layout Standard
35084 \begin_inset Note Greyedout
35085 status open
35086
35087 \begin_layout Plain Layout
35088
35089 \series bold
35090 Note:
35091 \series default
35092  Floats are not allowed inside a rotated or scaled box.
35093 \end_layout
35094
35095 \end_inset
35096
35097
35098 \end_layout
35099
35100 \begin_layout Subsection
35101 Rotated Boxes
35102 \begin_inset Index idx
35103 status collapsed
35104
35105 \begin_layout Plain Layout
35106 Boxes ! rotated
35107 \end_layout
35108
35109 \end_inset
35110
35111
35112 \begin_inset Index idx
35113 status collapsed
35114
35115 \begin_layout Plain Layout
35116 Rotated Material
35117 \end_layout
35118
35119 \end_inset
35120
35121
35122 \end_layout
35123
35124 \begin_layout Standard
35125 To rotate material, you can put it into a 
35126 \family sans
35127 Rotatebox
35128 \family default
35129 .
35130  Such a box is inserted via the menu 
35131 \family sans
35132 Insert\SpecialChar menuseparator
35133 Custom Insets\SpecialChar menuseparator
35134 Rotatebox
35135 \family default
35136 .
35137 \end_layout
35138
35139 \begin_layout Standard
35140 The rotation origin can be specified via the inset 
35141 \family sans
35142 Origin
35143 \family default
35144  (menu 
35145 \family sans
35146 Insert\SpecialChar menuseparator
35147 Origin
35148 \family default
35149 ) in the form 
35150 \series bold
35151 origin=position
35152 \series default
35153 .
35154  The following positions are possible: 
35155 \emph on
35156 c
35157 \emph default
35158  (center), 
35159 \emph on
35160 l
35161 \emph default
35162  (left), 
35163 \emph on
35164 r
35165 \emph default
35166  (right), 
35167 \emph on
35168 b
35169 \emph default
35170  (bottom), 
35171 \emph on
35172 t
35173 \emph default
35174  (top), along with meaningful combinations of the four base positions.
35175  For example 
35176 \emph on
35177 lt
35178 \emph default
35179  means that the rotation origin is at the top left corner of the box.
35180  When no rotation origin is specified, the position 
35181 \emph on
35182 l
35183 \emph default
35184  will be used.
35185  The rotation angle is a number that can be negative that specifies the
35186  angle in degrees.
35187  The rotation direction is counterclockwise.
35188 \end_layout
35189
35190 \begin_layout Standard
35191 In the following example 
35192 \series bold
35193 origin=c
35194 \series default
35195  was inserted to the 
35196 \family sans
35197 Origin
35198 \family default
35199  inset and 
35200 \series bold
35201 60
35202 \series default
35203  was inserted to the 
35204 \family sans
35205 Angle
35206 \family default
35207  inset.
35208 \end_layout
35209
35210 \begin_layout Standard
35211 This is a line 
35212 \begin_inset Flex Rotatebox
35213 status open
35214
35215 \begin_layout Plain Layout
35216 \begin_inset Argument 1
35217 status open
35218
35219 \begin_layout Plain Layout
35220 origin=c
35221 \end_layout
35222
35223 \end_inset
35224
35225
35226 \begin_inset Argument 2
35227 status open
35228
35229 \begin_layout Plain Layout
35230 60
35231 \end_layout
35232
35233 \end_inset
35234
35235 with rotated
35236 \end_layout
35237
35238 \end_inset
35239
35240  text.
35241 \end_layout
35242
35243 \begin_layout Standard
35244 The box content can also be another box or an inline formula:
35245 \end_layout
35246
35247 \begin_layout Standard
35248 This is a line 
35249 \begin_inset Flex Rotatebox
35250 status open
35251
35252 \begin_layout Plain Layout
35253 \begin_inset Argument 1
35254 status open
35255
35256 \begin_layout Plain Layout
35257 origin=r
35258 \end_layout
35259
35260 \end_inset
35261
35262
35263 \begin_inset Argument 2
35264 status open
35265
35266 \begin_layout Plain Layout
35267 -60
35268 \end_layout
35269
35270 \end_inset
35271
35272
35273 \begin_inset Box Doublebox
35274 position "c"
35275 hor_pos "c"
35276 has_inner_box 0
35277 inner_pos "c"
35278 use_parbox 0
35279 use_makebox 0
35280 width "1in"
35281 special "width"
35282 height "1in"
35283 height_special "totalheight"
35284 thickness "0.4pt"
35285 separation "3pt"
35286 shadowsize "4pt"
35287 framecolor "black"
35288 backgroundcolor "none"
35289 status collapsed
35290
35291 \begin_layout Plain Layout
35292 with rotated
35293 \end_layout
35294
35295 \end_inset
35296
35297
35298 \end_layout
35299
35300 \end_inset
35301
35302  framed text 
35303 \begin_inset Flex Rotatebox
35304 status open
35305
35306 \begin_layout Plain Layout
35307 \begin_inset Argument 1
35308 status open
35309
35310 \begin_layout Plain Layout
35311 origin=lb
35312 \end_layout
35313
35314 \end_inset
35315
35316
35317 \begin_inset Argument 2
35318 status open
35319
35320 \begin_layout Plain Layout
35321 60
35322 \end_layout
35323
35324 \end_inset
35325
35326
35327 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35328 \end_inset
35329
35330
35331 \end_layout
35332
35333 \end_inset
35334
35335  and a formula.
35336 \end_layout
35337
35338 \begin_layout Standard
35339 or an image or table:
35340 \end_layout
35341
35342 \begin_layout Standard
35343 This is a line 
35344 \begin_inset Flex Rotatebox
35345 status open
35346
35347 \begin_layout Plain Layout
35348 \begin_inset Argument 1
35349 status open
35350
35351 \begin_layout Plain Layout
35352 origin=lb
35353 \end_layout
35354
35355 \end_inset
35356
35357
35358 \begin_inset Argument 2
35359 status open
35360
35361 \begin_layout Plain Layout
35362 90
35363 \end_layout
35364
35365 \end_inset
35366
35367
35368 \begin_inset Graphics
35369         filename clipart/platypus.eps
35370         lyxscale 50
35371         width 25col%
35372
35373 \end_inset
35374
35375
35376 \end_layout
35377
35378 \end_inset
35379
35380  with a rotated image 
35381 \begin_inset Flex Rotatebox
35382 status open
35383
35384 \begin_layout Plain Layout
35385 \begin_inset Argument 2
35386 status open
35387
35388 \begin_layout Plain Layout
35389 -90
35390 \end_layout
35391
35392 \end_inset
35393
35394
35395 \begin_inset Tabular
35396 <lyxtabular version="3" rows="2" columns="2">
35397 <features tabularvalignment="middle">
35398 <column alignment="center" valignment="top">
35399 <column alignment="center" valignment="top">
35400 <row>
35401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35402 \begin_inset Text
35403
35404 \begin_layout Plain Layout
35405 q
35406 \end_layout
35407
35408 \end_inset
35409 </cell>
35410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35411 \begin_inset Text
35412
35413 \begin_layout Plain Layout
35414 w
35415 \end_layout
35416
35417 \end_inset
35418 </cell>
35419 </row>
35420 <row>
35421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35422 \begin_inset Text
35423
35424 \begin_layout Plain Layout
35425 e
35426 \end_layout
35427
35428 \end_inset
35429 </cell>
35430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35431 \begin_inset Text
35432
35433 \begin_layout Plain Layout
35434 r
35435 \end_layout
35436
35437 \end_inset
35438 </cell>
35439 </row>
35440 </lyxtabular>
35441
35442 \end_inset
35443
35444
35445 \end_layout
35446
35447 \end_inset
35448
35449  and table.
35450 \begin_inset Index idx
35451 status collapsed
35452
35453 \begin_layout Plain Layout
35454 Figures ! rotated
35455 \end_layout
35456
35457 \end_inset
35458
35459
35460 \begin_inset Index idx
35461 status collapsed
35462
35463 \begin_layout Plain Layout
35464 Table Customization ! Rotating
35465 \end_layout
35466
35467 \end_inset
35468
35469
35470 \end_layout
35471
35472 \begin_layout Standard
35473 \begin_inset Note Greyedout
35474 status open
35475
35476 \begin_layout Plain Layout
35477
35478 \series bold
35479 Note:
35480 \series default
35481  If the 
35482 \family sans
35483 Angle
35484 \family default
35485  inset is empty or contains other characters than numbers you will get \SpecialChar LaTeX
35486
35487  errors when viewing/exporting the document.
35488 \end_layout
35489
35490 \end_inset
35491
35492
35493 \end_layout
35494
35495 \begin_layout Subsection
35496 Scaled Boxes
35497 \begin_inset Index idx
35498 status collapsed
35499
35500 \begin_layout Plain Layout
35501 Boxes ! scaled
35502 \end_layout
35503
35504 \end_inset
35505
35506
35507 \begin_inset Index idx
35508 status collapsed
35509
35510 \begin_layout Plain Layout
35511 Scaled Material
35512 \end_layout
35513
35514 \end_inset
35515
35516
35517 \end_layout
35518
35519 \begin_layout Standard
35520 To scale material put it into a 
35521 \family sans
35522 Scalebox
35523 \family default
35524 .
35525  Such a box is inserted via the menu 
35526 \family sans
35527 Insert\SpecialChar menuseparator
35528 Custom Insets\SpecialChar menuseparator
35529 Scalebox
35530 \family default
35531 .
35532 \end_layout
35533
35534 \begin_layout Standard
35535 The 
35536 \family sans
35537 Scalebox
35538 \family default
35539  inset has the mandatory inset 
35540 \family sans
35541 H-Factor
35542 \family default
35543  and the optional inset 
35544 \family sans
35545 V-Factor
35546 \family default
35547  (inserted via the menu 
35548 \family sans
35549 Insert\SpecialChar menuseparator
35550 V-Factor)
35551 \family default
35552 .
35553  Input there the horizontal and vertical scale factor, respectively.
35554  If no 
35555 \family sans
35556 V-Factor
35557 \family default
35558  inset is used, the horizontal factor will also be used as the vertical
35559  one.
35560 \end_layout
35561
35562 \begin_layout Standard
35563 To get for example the double text size, compared to the document text size,
35564  insert 
35565 \series bold
35566 2
35567 \series default
35568  into the 
35569 \family sans
35570 H-Factor
35571 \family default
35572  inset.
35573  An example: 
35574 \begin_inset Flex Scalebox
35575 status open
35576
35577 \begin_layout Plain Layout
35578 \begin_inset Argument 1
35579 status open
35580
35581 \begin_layout Plain Layout
35582 2
35583 \end_layout
35584
35585 \end_inset
35586
35587 Hello
35588 \end_layout
35589
35590 \end_inset
35591
35592
35593 \end_layout
35594
35595 \begin_layout Standard
35596
35597 \series bold
35598 2
35599 \series default
35600  as 
35601 \family sans
35602 H-Factor
35603 \family default
35604  and 
35605 \series bold
35606 1
35607 \series default
35608  as 
35609 \family sans
35610 V-Factor
35611 \family default
35612  distorts the 
35613 \begin_inset Flex Scalebox
35614 status open
35615
35616 \begin_layout Plain Layout
35617 \begin_inset Argument 1
35618 status open
35619
35620 \begin_layout Plain Layout
35621 2
35622 \end_layout
35623
35624 \end_inset
35625
35626
35627 \begin_inset Argument 2
35628 status open
35629
35630 \begin_layout Plain Layout
35631 1
35632 \end_layout
35633
35634 \end_inset
35635
35636 Hello
35637 \end_layout
35638
35639 \end_inset
35640
35641 .
35642 \end_layout
35643
35644 \begin_layout Standard
35645 If the scaling factor is negative, the box content will be mirrored.
35646  Therefore 
35647 \series bold
35648 -1
35649 \series default
35650  as 
35651 \family sans
35652 H-Factor
35653 \family default
35654  and 
35655 \series bold
35656 1
35657 \series default
35658  as 
35659 \family sans
35660 V-Factor
35661 \family default
35662  can be used to create mirror writing: 
35663 \begin_inset Flex Scalebox
35664 status open
35665
35666 \begin_layout Plain Layout
35667 \begin_inset Argument 1
35668 status open
35669
35670 \begin_layout Plain Layout
35671 -1
35672 \end_layout
35673
35674 \end_inset
35675
35676
35677 \begin_inset Argument 2
35678 status open
35679
35680 \begin_layout Plain Layout
35681 1
35682 \end_layout
35683
35684 \end_inset
35685
35686 Hello
35687 \end_layout
35688
35689 \end_inset
35690
35691
35692 \end_layout
35693
35694 \begin_layout Standard
35695
35696 \series bold
35697 1
35698 \series default
35699  as 
35700 \family sans
35701 H-Factor
35702 \family default
35703  and 
35704 \series bold
35705 -1
35706 \series default
35707  as 
35708 \family sans
35709 V-Factor
35710 \family default
35711  reflects the 
35712 \begin_inset Flex Scalebox
35713 status open
35714
35715 \begin_layout Plain Layout
35716 \begin_inset Argument 1
35717 status open
35718
35719 \begin_layout Plain Layout
35720 1
35721 \end_layout
35722
35723 \end_inset
35724
35725
35726 \begin_inset Argument 2
35727 status open
35728
35729 \begin_layout Plain Layout
35730 -1
35731 \end_layout
35732
35733 \end_inset
35734
35735 Hello
35736 \end_layout
35737
35738 \end_inset
35739
35740  at the base line.
35741 \end_layout
35742
35743 \begin_layout Standard
35744 The 
35745 \family sans
35746 Reflectbox
35747 \family default
35748  (menu 
35749 \family sans
35750 Insert\SpecialChar menuseparator
35751 Custom Insets\SpecialChar menuseparator
35752 Reflectbox
35753 \family default
35754 ) is equivalent to 
35755 \series bold
35756 -1
35757 \series default
35758  as 
35759 \family sans
35760 H-Factor
35761 \family default
35762  and 
35763 \series bold
35764 1
35765 \series default
35766  as 
35767 \family sans
35768 V-Factor 
35769 \family default
35770 for a 
35771 \family sans
35772 Scalebox
35773 \family default
35774 .
35775 \end_layout
35776
35777 \begin_layout Standard
35778 \begin_inset Note Greyedout
35779 status open
35780
35781 \begin_layout Plain Layout
35782
35783 \series bold
35784 Note:
35785 \series default
35786  If the 
35787 \family sans
35788 H-Factor
35789 \family default
35790  inset is empty or contains other characters than numbers you will get LaTeX
35791  errors when viewing/exporting the document.
35792 \end_layout
35793
35794 \end_inset
35795
35796
35797 \end_layout
35798
35799 \begin_layout Standard
35800 \begin_inset VSpace bigskip
35801 \end_inset
35802
35803 The 
35804 \family sans
35805 Resizebox
35806 \family default
35807  (menu 
35808 \family sans
35809 Insert\SpecialChar menuseparator
35810 Custom Insets\SpecialChar menuseparator
35811 Resizebox
35812 \family default
35813 ) is used to scale the content to a defined width and height.
35814  The 
35815 \family sans
35816 Resizebox
35817 \family default
35818  inset has the mandatory inset 
35819 \family sans
35820 Width
35821 \family default
35822  and the optional inset 
35823 \family sans
35824 Height
35825 \family default
35826  (inserted via the menu 
35827 \family sans
35828 Insert\SpecialChar menuseparator
35829 Height)
35830 \family default
35831 .
35832  Input there the width and height, respectively, as value with a unit.
35833  
35834 \begin_inset CommandInset ref
35835 LatexCommand ref
35836 reference "tab:Units"
35837
35838 \end_inset
35839
35840  lists the possible units.
35841  If there is an exclamation mark 
35842 \series bold
35843 !
35844 \series default
35845  in of of the two insets, the size is set so that the aspect ratio of the
35846  box content is kept.
35847  If no 
35848 \family sans
35849 Height
35850 \family default
35851  inset is used an exclamation mark will internally be used for the height.
35852 \end_layout
35853
35854 \begin_layout Standard
35855
35856 \series bold
35857 2cm
35858 \series default
35859  as 
35860 \family sans
35861 Width
35862 \family default
35863  and 
35864 \series bold
35865 1cm
35866 \series default
35867  as 
35868 \family sans
35869 Height
35870 \family default
35871  produces: 
35872 \begin_inset Flex Resizebox
35873 status open
35874
35875 \begin_layout Plain Layout
35876 \begin_inset Argument 1
35877 status open
35878
35879 \begin_layout Plain Layout
35880 2cm
35881 \end_layout
35882
35883 \end_inset
35884
35885
35886 \begin_inset Argument 2
35887 status open
35888
35889 \begin_layout Plain Layout
35890 1cm
35891 \end_layout
35892
35893 \end_inset
35894
35895 Hello
35896 \end_layout
35897
35898 \end_inset
35899
35900
35901 \begin_inset Newline newline
35902 \end_inset
35903
35904
35905 \series bold
35906 2cm
35907 \series default
35908  as 
35909 \family sans
35910 Width
35911 \family default
35912  and 
35913 \series bold
35914 !
35915 \series default
35916  as 
35917 \family sans
35918 Height
35919 \family default
35920  (or no 
35921 \family sans
35922 Height
35923 \family default
35924 ) produces: 
35925 \begin_inset Flex Resizebox
35926 status open
35927
35928 \begin_layout Plain Layout
35929 \begin_inset Argument 1
35930 status open
35931
35932 \begin_layout Plain Layout
35933 2cm
35934 \end_layout
35935
35936 \end_inset
35937
35938
35939 \begin_inset Argument 2
35940 status open
35941
35942 \begin_layout Plain Layout
35943 !
35944 \end_layout
35945
35946 \end_inset
35947
35948 Hello
35949 \end_layout
35950
35951 \end_inset
35952
35953
35954 \end_layout
35955
35956 \begin_layout Standard
35957 \begin_inset Note Greyedout
35958 status open
35959
35960 \begin_layout Plain Layout
35961
35962 \series bold
35963 Note:
35964 \series default
35965  If the 
35966 \family sans
35967 Width
35968 \family default
35969  inset is empty or contains an invalid unit you will get LaTeX errors when
35970  viewing/exporting the document.
35971 \end_layout
35972
35973 \end_inset
35974
35975
35976 \end_layout
35977
35978 \begin_layout Standard
35979 \begin_inset VSpace bigskip
35980 \end_inset
35981
35982
35983 \end_layout
35984
35985 \begin_layout Standard
35986 The boxes can be combined in any order.
35987  As example a 
35988 \family sans
35989 Reflectbox
35990 \family default
35991  inside a 
35992 \family sans
35993 Resizebox
35994 \family default
35995  which is in turn inside a 
35996 \family sans
35997 Rotatebox
35998 \family default
35999 :
36000 \end_layout
36001
36002 \begin_layout Standard
36003 \noindent
36004 \align center
36005 \begin_inset Flex Rotatebox
36006 status open
36007
36008 \begin_layout Plain Layout
36009 \begin_inset Argument 1
36010 status open
36011
36012 \begin_layout Plain Layout
36013 origin=c
36014 \end_layout
36015
36016 \end_inset
36017
36018
36019 \begin_inset Argument 2
36020 status open
36021
36022 \begin_layout Plain Layout
36023 -45
36024 \end_layout
36025
36026 \end_inset
36027
36028
36029 \begin_inset Flex Resizebox
36030 status open
36031
36032 \begin_layout Plain Layout
36033 \begin_inset Argument 1
36034 status open
36035
36036 \begin_layout Plain Layout
36037 2cm
36038 \end_layout
36039
36040 \end_inset
36041
36042
36043 \begin_inset Flex Reflectbox
36044 status open
36045
36046 \begin_layout Plain Layout
36047 Hello
36048 \end_layout
36049
36050 \end_inset
36051
36052
36053 \end_layout
36054
36055 \end_inset
36056
36057
36058 \end_layout
36059
36060 \end_inset
36061
36062
36063 \end_layout
36064
36065 \begin_layout Standard
36066 \noindent
36067 Images, tables, and inline formulas are allowed as box content:
36068 \end_layout
36069
36070 \begin_layout Standard
36071 \noindent
36072 \align center
36073 \begin_inset Flex Resizebox
36074 status open
36075
36076 \begin_layout Plain Layout
36077 \begin_inset Argument 1
36078 status open
36079
36080 \begin_layout Plain Layout
36081 2cm
36082 \end_layout
36083
36084 \end_inset
36085
36086
36087 \begin_inset Flex Reflectbox
36088 status open
36089
36090 \begin_layout Plain Layout
36091 \begin_inset Graphics
36092         filename clipart/platypus.eps
36093         lyxscale 50
36094         width 25col%
36095
36096 \end_inset
36097
36098
36099 \end_layout
36100
36101 \end_inset
36102
36103
36104 \end_layout
36105
36106 \end_inset
36107
36108  
36109 \begin_inset Flex Resizebox
36110 status open
36111
36112 \begin_layout Plain Layout
36113 \begin_inset Argument 1
36114 status open
36115
36116 \begin_layout Plain Layout
36117 2cm
36118 \end_layout
36119
36120 \end_inset
36121
36122
36123 \begin_inset Flex Reflectbox
36124 status open
36125
36126 \begin_layout Plain Layout
36127 \begin_inset Tabular
36128 <lyxtabular version="3" rows="2" columns="2">
36129 <features tabularvalignment="middle">
36130 <column alignment="center" valignment="top">
36131 <column alignment="center" valignment="top">
36132 <row>
36133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36134 \begin_inset Text
36135
36136 \begin_layout Plain Layout
36137 q
36138 \end_layout
36139
36140 \end_inset
36141 </cell>
36142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36143 \begin_inset Text
36144
36145 \begin_layout Plain Layout
36146 w
36147 \end_layout
36148
36149 \end_inset
36150 </cell>
36151 </row>
36152 <row>
36153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36154 \begin_inset Text
36155
36156 \begin_layout Plain Layout
36157 e
36158 \end_layout
36159
36160 \end_inset
36161 </cell>
36162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36163 \begin_inset Text
36164
36165 \begin_layout Plain Layout
36166 r
36167 \end_layout
36168
36169 \end_inset
36170 </cell>
36171 </row>
36172 </lyxtabular>
36173
36174 \end_inset
36175
36176
36177 \end_layout
36178
36179 \end_inset
36180
36181
36182 \end_layout
36183
36184 \end_inset
36185
36186  
36187 \begin_inset Flex Resizebox
36188 status open
36189
36190 \begin_layout Plain Layout
36191 \begin_inset Argument 1
36192 status open
36193
36194 \begin_layout Plain Layout
36195 3cm
36196 \end_layout
36197
36198 \end_inset
36199
36200
36201 \begin_inset Flex Reflectbox
36202 status open
36203
36204 \begin_layout Plain Layout
36205 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36206 \end_inset
36207
36208
36209 \end_layout
36210
36211 \end_inset
36212
36213
36214 \end_layout
36215
36216 \end_inset
36217
36218
36219 \begin_inset Index idx
36220 status collapsed
36221
36222 \begin_layout Plain Layout
36223 Figures ! scaled
36224 \end_layout
36225
36226 \end_inset
36227
36228
36229 \begin_inset Index idx
36230 status collapsed
36231
36232 \begin_layout Plain Layout
36233 Table Customization ! Scaling
36234 \end_layout
36235
36236 \end_inset
36237
36238
36239 \end_layout
36240
36241 \begin_layout Standard
36242 When the global formula style 
36243 \series bold
36244 fleqn
36245 \series default
36246  is used in the document
36247 \begin_inset Foot
36248 status collapsed
36249
36250 \begin_layout Plain Layout
36251 When 
36252 \begin_inset Quotes eld
36253 \end_inset
36254
36255 fleqn
36256 \begin_inset Quotes erd
36257 \end_inset
36258
36259  is added to the document class options.
36260 \end_layout
36261
36262 \end_inset
36263
36264 , display style formulas can also be scaled.
36265 \end_layout
36266
36267 \begin_layout Chapter
36268 Objects Surrounded by Text
36269 \begin_inset Index idx
36270 status collapsed
36271
36272 \begin_layout Plain Layout
36273 Surrounded by text
36274 \end_layout
36275
36276 \end_inset
36277
36278
36279 \end_layout
36280
36281 \begin_layout Section
36282 Wrap Floats
36283 \begin_inset CommandInset label
36284 LatexCommand label
36285 name "sec:Wrap-Floats"
36286
36287 \end_inset
36288
36289
36290 \begin_inset Index idx
36291 status collapsed
36292
36293 \begin_layout Plain Layout
36294 Floats ! Wrap Floats
36295 \end_layout
36296
36297 \end_inset
36298
36299
36300 \begin_inset Index idx
36301 status collapsed
36302
36303 \begin_layout Plain Layout
36304 Surrounded by text ! Wrap Floats
36305 \end_layout
36306
36307 \end_inset
36308
36309
36310 \end_layout
36311
36312 \begin_layout Standard
36313 \begin_inset Wrap figure
36314 lines 0
36315 placement l
36316 overhang 1cm
36317 width "40col%"
36318 status open
36319
36320 \begin_layout Plain Layout
36321 \begin_inset Graphics
36322         filename clipart/mobius.eps
36323         width 40col%
36324         scaleBeforeRotation
36325         rotateOrigin center
36326
36327 \end_inset
36328
36329
36330 \end_layout
36331
36332 \begin_layout Plain Layout
36333 \begin_inset Caption Standard
36334
36335 \begin_layout Plain Layout
36336 \begin_inset CommandInset label
36337 LatexCommand label
36338 name "fig:This-is-a"
36339
36340 \end_inset
36341
36342 This is a figure wrap float.
36343 \end_layout
36344
36345 \end_inset
36346
36347
36348 \end_layout
36349
36350 \end_inset
36351
36352  This float type is used if you want to wrap text around a figure or table
36353  so that it only occupies some fraction of the column width.
36354  It can be inserted using the menu 
36355 \family sans
36356 Insert\SpecialChar menuseparator
36357 Floats\SpecialChar menuseparator
36358 Figure
36359 \begin_inset space ~
36360 \end_inset
36361
36362 Wrap
36363 \begin_inset space ~
36364 \end_inset
36365
36366 Float
36367 \family default
36368  or 
36369 \family sans
36370 Table
36371 \begin_inset space ~
36372 \end_inset
36373
36374 Wrap
36375 \begin_inset space ~
36376 \end_inset
36377
36378 Float
36379 \family default
36380  if the \SpecialChar LaTeX
36381 -package 
36382 \series bold
36383 wrapfig
36384 \series default
36385
36386 \begin_inset Index idx
36387 status collapsed
36388
36389 \begin_layout Plain Layout
36390 \SpecialChar LaTeX
36391 -packages ! wrapfig
36392 \end_layout
36393
36394 \end_inset
36395
36396  is installed.
36397 \begin_inset Foot
36398 status collapsed
36399
36400 \begin_layout Plain Layout
36401 Installing a \SpecialChar LaTeX
36402 -package is explained it in the 
36403 \emph on
36404 \SpecialChar LaTeX
36405
36406 \begin_inset space ~
36407 \end_inset
36408
36409 Configuration
36410 \emph default
36411  manual.
36412 \end_layout
36413
36414 \end_inset
36415
36416  The settings of the float can be modified by right-clicking on the float
36417  box.
36418  The mandatory settings are the float 
36419 \family sans
36420 Placement
36421 \family default
36422  and its 
36423 \family sans
36424 Width
36425 \family default
36426 .
36427  Optional are the 
36428 \family sans
36429 Overhang
36430 \family default
36431  that specifies how much the float is set into the paragraph
36432 \begin_inset space \thinspace{}
36433 \end_inset
36434
36435 /
36436 \begin_inset space \thinspace{}
36437 \end_inset
36438
36439 page margin, and the 
36440 \family sans
36441 Line
36442 \begin_inset space ~
36443 \end_inset
36444
36445 span
36446 \family default
36447  that specifies how many text lines the float will approximately need.
36448  The line span is often hard to approximate; so it is better only to use
36449  it when you encounter float placement problems.
36450  You can furthermore decide if \SpecialChar LaTeX
36451  is allowed to let the float float within
36452  the paragraph or to surrounding paragraphs.
36453  Figure
36454 \begin_inset space ~
36455 \end_inset
36456
36457
36458 \begin_inset CommandInset ref
36459 LatexCommand ref
36460 reference "fig:This-is-a"
36461
36462 \end_inset
36463
36464  is an example text wrap float with a width of 40
36465 \begin_inset space \thinspace{}
36466 \end_inset
36467
36468 col%, 1
36469 \begin_inset space \thinspace{}
36470 \end_inset
36471
36472 cm overhang, set to the left.
36473 \end_layout
36474
36475 \begin_layout Standard
36476 \begin_inset Note Greyedout
36477 status open
36478
36479 \begin_layout Plain Layout
36480
36481 \series bold
36482 Note:
36483 \series default
36484  Text
36485 \begin_inset space ~
36486 \end_inset
36487
36488 wrap float floats are fragile! E.
36489 \begin_inset space \thinspace{}
36490 \end_inset
36491
36492 g.
36493 \begin_inset space \space{}
36494 \end_inset
36495
36496 having a figure too close to the bottom of the page can mess things up in
36497  such a way that the float does not appear in the output or that it is placed
36498  over some other text.
36499 \end_layout
36500
36501 \end_inset
36502
36503
36504 \end_layout
36505
36506 \begin_layout Standard
36507 In general, the following applies for wrap floats:
36508 \end_layout
36509
36510 \begin_layout Itemize
36511 They should not be placed in paragraphs that run over a page break.
36512  That means that wrap floats are better inserted in their exact place when
36513  the document is almost finished and you are able to estimate where page
36514  breaks will appear.
36515 \end_layout
36516
36517 \begin_layout Itemize
36518 They should either be placed in their own paragraph before the paragraph
36519  where they should wrap into or within a paragraph.
36520 \end_layout
36521
36522 \begin_layout Itemize
36523 In consecutive paragraphs they may cause troubles, so ensure that there
36524  is a text paragraph between them as separator.
36525 \end_layout
36526
36527 \begin_layout Itemize
36528 They are not allowed in section headings or tables.
36529 \end_layout
36530
36531 \begin_layout Itemize
36532 Their numbering and referencing works as described in chap.
36533 \begin_inset space \thinspace{}
36534 \end_inset
36535
36536
36537 \begin_inset CommandInset ref
36538 LatexCommand ref
36539 reference "chap:Floats"
36540
36541 \end_inset
36542
36543 .
36544 \end_layout
36545
36546 \begin_layout Section
36547 Surrounded Fixed Objects
36548 \begin_inset Index idx
36549 status collapsed
36550
36551 \begin_layout Plain Layout
36552 Surrounded by text ! Fixed objects
36553 \end_layout
36554
36555 \end_inset
36556
36557
36558 \end_layout
36559
36560 \begin_layout Standard
36561 The wrap floats described in sec.
36562 \begin_inset space \thinspace{}
36563 \end_inset
36564
36565
36566 \begin_inset CommandInset ref
36567 LatexCommand ref
36568 reference "sec:Wrap-Floats"
36569
36570 \end_inset
36571
36572  have these positions in the paragraph:
36573 \begin_inset Separator parbreak
36574 \end_inset
36575
36576
36577 \end_layout
36578
36579 \begin_layout Standard
36580 \noindent
36581 \align center
36582 \begin_inset Tabular
36583 <lyxtabular version="3" rows="2" columns="2">
36584 <features tabularvalignment="middle">
36585 <column alignment="center" valignment="top">
36586 <column alignment="center" valignment="top">
36587 <row>
36588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36589 \begin_inset Text
36590
36591 \begin_layout Plain Layout
36592 \begin_inset Info
36593 type  "icon"
36594 arg   "dialog-show-new-inset graphics"
36595 \end_inset
36596
36597
36598 \end_layout
36599
36600 \end_inset
36601 </cell>
36602 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36603 \begin_inset Text
36604
36605 \begin_layout Plain Layout
36606 text
36607 \end_layout
36608
36609 \end_inset
36610 </cell>
36611 </row>
36612 <row>
36613 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36614 \begin_inset Text
36615
36616 \begin_layout Plain Layout
36617 text
36618 \end_layout
36619
36620 \end_inset
36621 </cell>
36622 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36623 \begin_inset Text
36624
36625 \begin_layout Plain Layout
36626 text
36627 \end_layout
36628
36629 \end_inset
36630 </cell>
36631 </row>
36632 </lyxtabular>
36633
36634 \end_inset
36635
36636  or 
36637 \begin_inset Tabular
36638 <lyxtabular version="3" rows="2" columns="2">
36639 <features tabularvalignment="middle">
36640 <column alignment="center" valignment="top">
36641 <column alignment="center" valignment="top">
36642 <row>
36643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36644 \begin_inset Text
36645
36646 \begin_layout Plain Layout
36647 text
36648 \end_layout
36649
36650 \end_inset
36651 </cell>
36652 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36653 \begin_inset Text
36654
36655 \begin_layout Plain Layout
36656 \begin_inset Info
36657 type  "icon"
36658 arg   "dialog-show-new-inset graphics"
36659 \end_inset
36660
36661
36662 \end_layout
36663
36664 \end_inset
36665 </cell>
36666 </row>
36667 <row>
36668 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36669 \begin_inset Text
36670
36671 \begin_layout Plain Layout
36672 text
36673 \end_layout
36674
36675 \end_inset
36676 </cell>
36677 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36678 \begin_inset Text
36679
36680 \begin_layout Plain Layout
36681 text
36682 \end_layout
36683
36684 \end_inset
36685 </cell>
36686 </row>
36687 </lyxtabular>
36688
36689 \end_inset
36690
36691
36692 \end_layout
36693
36694 \begin_layout Standard
36695 To get an object exactly at the position where it is inserted, for example
36696  to get one of these positions:
36697 \begin_inset VSpace defskip
36698 \end_inset
36699
36700
36701 \end_layout
36702
36703 \begin_layout Standard
36704 \noindent
36705 \align center
36706 \begin_inset Tabular
36707 <lyxtabular version="3" rows="2" columns="2">
36708 <features tabularvalignment="middle">
36709 <column alignment="center" valignment="top">
36710 <column alignment="center" valignment="top">
36711 <row>
36712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36713 \begin_inset Text
36714
36715 \begin_layout Plain Layout
36716 text
36717 \end_layout
36718
36719 \end_inset
36720 </cell>
36721 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36722 \begin_inset Text
36723
36724 \begin_layout Plain Layout
36725 text
36726 \end_layout
36727
36728 \end_inset
36729 </cell>
36730 </row>
36731 <row>
36732 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36733 \begin_inset Text
36734
36735 \begin_layout Plain Layout
36736 \begin_inset Info
36737 type  "icon"
36738 arg   "dialog-show-new-inset graphics"
36739 \end_inset
36740
36741
36742 \end_layout
36743
36744 \end_inset
36745 </cell>
36746 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36747 \begin_inset Text
36748
36749 \begin_layout Plain Layout
36750 text
36751 \end_layout
36752
36753 \end_inset
36754 </cell>
36755 </row>
36756 </lyxtabular>
36757
36758 \end_inset
36759
36760  
36761 \begin_inset Tabular
36762 <lyxtabular version="3" rows="2" columns="2">
36763 <features tabularvalignment="middle">
36764 <column alignment="center" valignment="top">
36765 <column alignment="center" valignment="top">
36766 <row>
36767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36768 \begin_inset Text
36769
36770 \begin_layout Plain Layout
36771 text
36772 \end_layout
36773
36774 \end_inset
36775 </cell>
36776 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36777 \begin_inset Text
36778
36779 \begin_layout Plain Layout
36780 text
36781 \end_layout
36782
36783 \end_inset
36784 </cell>
36785 </row>
36786 <row>
36787 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36788 \begin_inset Text
36789
36790 \begin_layout Plain Layout
36791 text
36792 \end_layout
36793
36794 \end_inset
36795 </cell>
36796 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36797 \begin_inset Text
36798
36799 \begin_layout Plain Layout
36800 \begin_inset Info
36801 type  "icon"
36802 arg   "dialog-show-new-inset graphics"
36803 \end_inset
36804
36805
36806 \end_layout
36807
36808 \end_inset
36809 </cell>
36810 </row>
36811 </lyxtabular>
36812
36813 \end_inset
36814
36815  
36816 \begin_inset Tabular
36817 <lyxtabular version="3" rows="2" columns="3">
36818 <features tabularvalignment="middle">
36819 <column alignment="center" valignment="top">
36820 <column alignment="center" valignment="top">
36821 <column alignment="center" valignment="top">
36822 <row>
36823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36824 \begin_inset Text
36825
36826 \begin_layout Plain Layout
36827 text
36828 \end_layout
36829
36830 \end_inset
36831 </cell>
36832 <cell alignment="center" valignment="top" topline="true" usebox="none">
36833 \begin_inset Text
36834
36835 \begin_layout Plain Layout
36836 \begin_inset Info
36837 type  "icon"
36838 arg   "dialog-show-new-inset graphics"
36839 \end_inset
36840
36841
36842 \end_layout
36843
36844 \end_inset
36845 </cell>
36846 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36847 \begin_inset Text
36848
36849 \begin_layout Plain Layout
36850 text
36851 \end_layout
36852
36853 \end_inset
36854 </cell>
36855 </row>
36856 <row>
36857 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36858 \begin_inset Text
36859
36860 \begin_layout Plain Layout
36861 text
36862 \end_layout
36863
36864 \end_inset
36865 </cell>
36866 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36867 \begin_inset Text
36868
36869 \begin_layout Plain Layout
36870 text
36871 \end_layout
36872
36873 \end_inset
36874 </cell>
36875 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36876 \begin_inset Text
36877
36878 \begin_layout Plain Layout
36879 text
36880 \end_layout
36881
36882 \end_inset
36883 </cell>
36884 </row>
36885 </lyxtabular>
36886
36887 \end_inset
36888
36889  
36890 \begin_inset Tabular
36891 <lyxtabular version="3" rows="2" columns="3">
36892 <features tabularvalignment="middle">
36893 <column alignment="center" valignment="top">
36894 <column alignment="center" valignment="top">
36895 <column alignment="center" valignment="top">
36896 <row>
36897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36898 \begin_inset Text
36899
36900 \begin_layout Plain Layout
36901 text
36902 \end_layout
36903
36904 \end_inset
36905 </cell>
36906 <cell alignment="center" valignment="top" topline="true" usebox="none">
36907 \begin_inset Text
36908
36909 \begin_layout Plain Layout
36910 text
36911 \end_layout
36912
36913 \end_inset
36914 </cell>
36915 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36916 \begin_inset Text
36917
36918 \begin_layout Plain Layout
36919 text
36920 \end_layout
36921
36922 \end_inset
36923 </cell>
36924 </row>
36925 <row>
36926 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36927 \begin_inset Text
36928
36929 \begin_layout Plain Layout
36930 text
36931 \end_layout
36932
36933 \end_inset
36934 </cell>
36935 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36936 \begin_inset Text
36937
36938 \begin_layout Plain Layout
36939 \begin_inset Info
36940 type  "icon"
36941 arg   "dialog-show-new-inset graphics"
36942 \end_inset
36943
36944
36945 \end_layout
36946
36947 \end_inset
36948 </cell>
36949 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36950 \begin_inset Text
36951
36952 \begin_layout Plain Layout
36953 text
36954 \end_layout
36955
36956 \end_inset
36957 </cell>
36958 </row>
36959 </lyxtabular>
36960
36961 \end_inset
36962
36963
36964 \end_layout
36965
36966 \begin_layout Standard
36967 \noindent
36968 \align center
36969 \begin_inset Tabular
36970 <lyxtabular version="3" rows="3" columns="2">
36971 <features tabularvalignment="middle">
36972 <column alignment="center" valignment="top">
36973 <column alignment="center" valignment="top">
36974 <row>
36975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36976 \begin_inset Text
36977
36978 \begin_layout Plain Layout
36979 text
36980 \end_layout
36981
36982 \end_inset
36983 </cell>
36984 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36985 \begin_inset Text
36986
36987 \begin_layout Plain Layout
36988 text
36989 \end_layout
36990
36991 \end_inset
36992 </cell>
36993 </row>
36994 <row>
36995 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36996 \begin_inset Text
36997
36998 \begin_layout Plain Layout
36999 \begin_inset Info
37000 type  "icon"
37001 arg   "dialog-show-new-inset graphics"
37002 \end_inset
37003
37004
37005 \end_layout
37006
37007 \end_inset
37008 </cell>
37009 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37010 \begin_inset Text
37011
37012 \begin_layout Plain Layout
37013 text
37014 \end_layout
37015
37016 \end_inset
37017 </cell>
37018 </row>
37019 <row>
37020 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37021 \begin_inset Text
37022
37023 \begin_layout Plain Layout
37024 text
37025 \end_layout
37026
37027 \end_inset
37028 </cell>
37029 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37030 \begin_inset Text
37031
37032 \begin_layout Plain Layout
37033 text
37034 \end_layout
37035
37036 \end_inset
37037 </cell>
37038 </row>
37039 </lyxtabular>
37040
37041 \end_inset
37042
37043  
37044 \begin_inset Tabular
37045 <lyxtabular version="3" rows="3" columns="3">
37046 <features tabularvalignment="middle">
37047 <column alignment="center" valignment="top">
37048 <column alignment="center" valignment="top">
37049 <column alignment="center" valignment="top">
37050 <row>
37051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37052 \begin_inset Text
37053
37054 \begin_layout Plain Layout
37055 text
37056 \end_layout
37057
37058 \end_inset
37059 </cell>
37060 <cell alignment="center" valignment="top" topline="true" usebox="none">
37061 \begin_inset Text
37062
37063 \begin_layout Plain Layout
37064 text
37065 \end_layout
37066
37067 \end_inset
37068 </cell>
37069 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37070 \begin_inset Text
37071
37072 \begin_layout Plain Layout
37073 text
37074 \end_layout
37075
37076 \end_inset
37077 </cell>
37078 </row>
37079 <row>
37080 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37081 \begin_inset Text
37082
37083 \begin_layout Plain Layout
37084 text
37085 \end_layout
37086
37087 \end_inset
37088 </cell>
37089 <cell alignment="center" valignment="top" usebox="none">
37090 \begin_inset Text
37091
37092 \begin_layout Plain Layout
37093 \begin_inset Info
37094 type  "icon"
37095 arg   "dialog-show-new-inset graphics"
37096 \end_inset
37097
37098
37099 \end_layout
37100
37101 \end_inset
37102 </cell>
37103 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37104 \begin_inset Text
37105
37106 \begin_layout Plain Layout
37107 text
37108 \end_layout
37109
37110 \end_inset
37111 </cell>
37112 </row>
37113 <row>
37114 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37115 \begin_inset Text
37116
37117 \begin_layout Plain Layout
37118 text
37119 \end_layout
37120
37121 \end_inset
37122 </cell>
37123 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37124 \begin_inset Text
37125
37126 \begin_layout Plain Layout
37127 text
37128 \end_layout
37129
37130 \end_inset
37131 </cell>
37132 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37133 \begin_inset Text
37134
37135 \begin_layout Plain Layout
37136 text
37137 \end_layout
37138
37139 \end_inset
37140 </cell>
37141 </row>
37142 </lyxtabular>
37143
37144 \end_inset
37145
37146  
37147 \begin_inset Tabular
37148 <lyxtabular version="3" rows="3" columns="2">
37149 <features tabularvalignment="middle">
37150 <column alignment="center" valignment="top">
37151 <column alignment="center" valignment="top">
37152 <row>
37153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37154 \begin_inset Text
37155
37156 \begin_layout Plain Layout
37157 text
37158 \end_layout
37159
37160 \end_inset
37161 </cell>
37162 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37163 \begin_inset Text
37164
37165 \begin_layout Plain Layout
37166 text
37167 \end_layout
37168
37169 \end_inset
37170 </cell>
37171 </row>
37172 <row>
37173 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37174 \begin_inset Text
37175
37176 \begin_layout Plain Layout
37177 text
37178 \end_layout
37179
37180 \end_inset
37181 </cell>
37182 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37183 \begin_inset Text
37184
37185 \begin_layout Plain Layout
37186 \begin_inset Info
37187 type  "icon"
37188 arg   "dialog-show-new-inset graphics"
37189 \end_inset
37190
37191
37192 \end_layout
37193
37194 \end_inset
37195 </cell>
37196 </row>
37197 <row>
37198 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37199 \begin_inset Text
37200
37201 \begin_layout Plain Layout
37202 text
37203 \end_layout
37204
37205 \end_inset
37206 </cell>
37207 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37208 \begin_inset Text
37209
37210 \begin_layout Plain Layout
37211 text
37212 \end_layout
37213
37214 \end_inset
37215 </cell>
37216 </row>
37217 </lyxtabular>
37218
37219 \end_inset
37220
37221
37222 \end_layout
37223
37224 \begin_layout Standard
37225 \noindent
37226 you can use the \SpecialChar LaTeX
37227 -package 
37228 \series bold
37229 picinpar
37230 \series default
37231
37232 \begin_inset Index idx
37233 status collapsed
37234
37235 \begin_layout Plain Layout
37236 \SpecialChar LaTeX
37237 -packages ! picinpar
37238 \end_layout
37239
37240 \end_inset
37241
37242 .
37243  Here is an example:
37244 \end_layout
37245
37246 \begin_layout Standard
37247 \begin_inset ERT
37248 status collapsed
37249
37250 \begin_layout Plain Layout
37251
37252
37253 \backslash
37254 ifpicinpar
37255 \end_layout
37256
37257 \end_inset
37258
37259
37260 \begin_inset Note Note
37261 status open
37262
37263 \begin_layout Plain Layout
37264 The following section will only be displayed when the \SpecialChar LaTeX
37265 -package 
37266 \series bold
37267 picinpar
37268 \series default
37269  is installed.
37270 \end_layout
37271
37272 \end_inset
37273
37274
37275 \end_layout
37276
37277 \begin_layout Standard
37278 \begin_inset ERT
37279 status collapsed
37280
37281 \begin_layout Plain Layout
37282
37283
37284 \backslash
37285 begin{window}[2,c,{
37286 \end_layout
37287
37288 \end_inset
37289
37290
37291 \begin_inset Graphics
37292         filename clipart/mobius.eps
37293         lyxscale 60
37294         width 40col%
37295         scaleBeforeRotation
37296         rotateOrigin center
37297
37298 \end_inset
37299
37300
37301 \begin_inset ERT
37302 status collapsed
37303
37304 \begin_layout Plain Layout
37305
37306 },]
37307 \end_layout
37308
37309 \begin_layout Plain Layout
37310
37311 {}
37312 \end_layout
37313
37314 \end_inset
37315
37316
37317 \size small
37318 It was in the spring of the year 1894 that all London was interested, and
37319  the fashionable world dismayed, by the murder of the Honourable Ronald
37320  Adair under most unusual and inexplicable circumstances.
37321  The public has already learned those particulars of the crime which
37322 \size default
37323
37324 \begin_inset ERT
37325 status collapsed
37326
37327 \begin_layout Plain Layout
37328
37329
37330 \backslash
37331 footnotemark{}
37332 \end_layout
37333
37334 \end_inset
37335
37336
37337 \size small
37338  came out in the police investigation, but a good deal was suppressed upon
37339  that occasion, since the case for the prosecution was so overwhelmingly
37340  strong that it was not necessary to bring forward all the facts.
37341  Only now, at the end of nearly ten years, am I allowed to supply those
37342  missing links which make up the whole of that remarkable chain.
37343 \size default
37344
37345 \begin_inset ERT
37346 status collapsed
37347
37348 \begin_layout Plain Layout
37349
37350
37351 \backslash
37352 end{window}
37353 \end_layout
37354
37355 \end_inset
37356
37357
37358 \end_layout
37359
37360 \begin_layout Standard
37361 \begin_inset ERT
37362 status collapsed
37363
37364 \begin_layout Plain Layout
37365
37366
37367 \backslash
37368 footnotetext{
37369 \end_layout
37370
37371 \end_inset
37372
37373 Footnote of the paragraph with the fixed object.
37374 \begin_inset ERT
37375 status collapsed
37376
37377 \begin_layout Plain Layout
37378
37379 }
37380 \end_layout
37381
37382 \end_inset
37383
37384
37385 \end_layout
37386
37387 \begin_layout Standard
37388 Surrounded fixed objects are used to let text float around them, at which
37389  the object's position in the paragraph can be determined by the number
37390  of lines above it.
37391  In contrary to floats is it not possible to have a numbered caption.
37392 \end_layout
37393
37394 \begin_layout Standard
37395 A fixed object is inserted by adding the command
37396 \end_layout
37397
37398 \begin_layout Standard
37399
37400 \series bold
37401
37402 \backslash
37403 begin{window}[2,c,{
37404 \end_layout
37405
37406 \begin_layout Standard
37407 as \SpecialChar TeX
37408  Code at the beginning of the paragraph.
37409  The first parameter in the bracket, here '2', defines the number of lines
37410  above the object, the second, here 'c', the position of the object.
37411  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
37412  Behind the command you insert the object.
37413  In this example an image with a width of 40
37414 \begin_inset space \thinspace{}
37415 \end_inset
37416
37417 % of the text column width was inserted.
37418  The object can also be a table, a box or an equation.
37419  Behind the object the command
37420 \end_layout
37421
37422 \begin_layout Standard
37423
37424 \series bold
37425 },description text]
37426 \begin_inset Newline newline
37427 \end_inset
37428
37429 {}
37430 \end_layout
37431
37432 \begin_layout Standard
37433 is inserted.
37434  Note that the 
37435 \begin_inset Quotes eld
37436 \end_inset
37437
37438
37439 \series bold
37440 {}
37441 \series default
37442
37443 \begin_inset Quotes erd
37444 \end_inset
37445
37446  is in the second line.
37447  The description text is optional.
37448  The text surrounding the object must be in the same paragraph as the object,
37449  so it must begin directly after the 
37450 \series bold
37451 {}
37452 \series default
37453 .
37454  At the end of the paragraph insert the command:
37455 \end_layout
37456
37457 \begin_layout Standard
37458
37459 \series bold
37460
37461 \backslash
37462 end{window}
37463 \end_layout
37464
37465 \begin_layout Standard
37466 Within a paragraph with a fixed object, you cannot insert footnotes in the
37467  normal way.
37468  You have to use instead the command 
37469 \series bold
37470
37471 \backslash
37472 footnotemark
37473 \series default
37474  inside the paragraph and outside the command 
37475 \series bold
37476
37477 \backslash
37478 footnotetext
37479 \series default
37480  as described in sec.
37481 \begin_inset space \thinspace{}
37482 \end_inset
37483
37484
37485 \begin_inset CommandInset ref
37486 LatexCommand ref
37487 reference "sec:Footnotes"
37488
37489 \end_inset
37490
37491 .
37492 \end_layout
37493
37494 \begin_layout Standard
37495 \begin_inset ERT
37496 status collapsed
37497
37498 \begin_layout Plain Layout
37499
37500
37501 \backslash
37502 else
37503 \end_layout
37504
37505 \end_inset
37506
37507
37508 \begin_inset Note Note
37509 status open
37510
37511 \begin_layout Plain Layout
37512 The following will be displayed when the \SpecialChar LaTeX
37513 -package 
37514 \series bold
37515 picinpar
37516 \series default
37517  is not installed:
37518 \end_layout
37519
37520 \end_inset
37521
37522
37523 \end_layout
37524
37525 \begin_layout Standard
37526 You need to install the \SpecialChar LaTeX
37527 -package 
37528 \series bold
37529 picinpar
37530 \series default
37531  to see the following part of this section in the output.
37532 \end_layout
37533
37534 \begin_layout Standard
37535 \begin_inset ERT
37536 status collapsed
37537
37538 \begin_layout Plain Layout
37539
37540
37541 \backslash
37542 fi
37543 \end_layout
37544
37545 \end_inset
37546
37547
37548 \end_layout
37549
37550 \begin_layout Section
37551 Initials
37552 \begin_inset Index idx
37553 status collapsed
37554
37555 \begin_layout Plain Layout
37556 Initials
37557 \end_layout
37558
37559 \end_inset
37560
37561
37562 \begin_inset Index idx
37563 status collapsed
37564
37565 \begin_layout Plain Layout
37566 Surrounded by text ! Initials
37567 \end_layout
37568
37569 \end_inset
37570
37571
37572 \end_layout
37573
37574 \begin_layout Standard
37575 To use initials, you must have the \SpecialChar LaTeX
37576 -package 
37577 \series bold
37578 lettrine
37579 \series default
37580
37581 \begin_inset Index idx
37582 status collapsed
37583
37584 \begin_layout Plain Layout
37585 \SpecialChar LaTeX
37586 -packages ! lettrine
37587 \end_layout
37588
37589 \end_inset
37590
37591  installed and use the module 
37592 \family sans
37593 Initials
37594 \family default
37595  in your document (menu 
37596 \family sans
37597 Document\SpecialChar menuseparator
37598 Settings\SpecialChar menuseparator
37599 Modules
37600 \family default
37601 ).
37602  To insert an initial, use the style 
37603 \family sans
37604 Initial
37605 \family default
37606 .
37607  This style has a mandatory and two optional arguments.
37608  The arguments are inserted via the 
37609 \family sans
37610 Insert
37611 \family default
37612  menu.
37613  The mandatory argument 
37614 \family sans
37615 Initial
37616 \family default
37617  contains the letter(s) that is the initial, the argument 
37618 \family sans
37619 Rest
37620 \begin_inset space ~
37621 \end_inset
37622
37623 of
37624 \begin_inset space ~
37625 \end_inset
37626
37627 Initial
37628 \family default
37629  contains the rest of the word or text of the initial letter(s).
37630  The argument 
37631 \family sans
37632 Options
37633 \family default
37634  contains parameters to modify the initial.
37635  For more information about the possible parameters see the documentation
37636  of 
37637 \series bold
37638 lettrine
37639 \series default
37640
37641 \begin_inset CommandInset citation
37642 LatexCommand cite
37643 key "lettrine"
37644
37645 \end_inset
37646
37647 .
37648  The style itself contains the text that is surrounding the initial.
37649  The usual style is hereby that the word whose first letter is the initial,
37650  is printed with 
37651 \shape smallcaps
37652 small caps
37653 \shape default
37654 .
37655 \end_layout
37656
37657 \begin_layout Standard
37658 Here are some examples:
37659 \end_layout
37660
37661 \begin_layout Standard
37662 \begin_inset ERT
37663 status collapsed
37664
37665 \begin_layout Plain Layout
37666
37667
37668 \backslash
37669 iflettrine
37670 \end_layout
37671
37672 \end_inset
37673
37674
37675 \begin_inset Note Note
37676 status open
37677
37678 \begin_layout Plain Layout
37679 The following section will only be displayed when the \SpecialChar LaTeX
37680 -package 
37681 \series bold
37682 lettrine
37683 \series default
37684  is installed.
37685 \end_layout
37686
37687 \end_inset
37688
37689
37690 \end_layout
37691
37692 \begin_layout Enumerate
37693 No optional argument, the initial is the letter 'I' in the math font 
37694 \begin_inset Formula $\mathfrak{Fraktur}$
37695 \end_inset
37696
37697 :
37698 \begin_inset Separator parbreak
37699 \end_inset
37700
37701
37702 \end_layout
37703
37704 \begin_deeper
37705 \begin_layout Initial
37706 \begin_inset Argument 2
37707 status open
37708
37709 \begin_layout Plain Layout
37710 \begin_inset Formula $\mathfrak{I}$
37711 \end_inset
37712
37713
37714 \end_layout
37715
37716 \end_inset
37717
37718
37719 \begin_inset Argument 3
37720 status open
37721
37722 \begin_layout Plain Layout
37723 t
37724 \end_layout
37725
37726 \end_inset
37727
37728  was in the spring of the year 1894 that all London was interested, and
37729  the fashionable world dismayed, by the murder of the Honourable Ronald
37730  Adair under most unusual and inexplicable circumstances.
37731  The public has already learned those particulars of the crime which came
37732  out in the police investigation, but a good deal was suppressed upon that
37733  occasion, since the case for the prosecution was so overwhelmingly strong
37734  that it was not necessary to bring forward all the facts.
37735 \begin_inset Newpage newpage
37736 \end_inset
37737
37738
37739 \end_layout
37740
37741 \end_deeper
37742 \begin_layout Enumerate
37743 Only one line is surrounding the initial, which is formed by two letters
37744  in standard font and no text is printed in small caps:
37745 \begin_inset Separator parbreak
37746 \end_inset
37747
37748
37749 \end_layout
37750
37751 \begin_deeper
37752 \begin_layout Initial
37753 \begin_inset Argument 1
37754 status open
37755
37756 \begin_layout Plain Layout
37757 lines=1
37758 \end_layout
37759
37760 \end_inset
37761
37762
37763 \begin_inset Argument 2
37764 status open
37765
37766 \begin_layout Plain Layout
37767 It
37768 \end_layout
37769
37770 \end_inset
37771
37772  was in the spring of the year 1894 that all London was interested, and
37773  the fashionable world dismayed, by the murder of the Honourable Ronald
37774  Adair under most unusual and inexplicable circumstances.
37775  The public has already learned those particulars of the crime which came
37776  out in the police investigation, but a good deal was suppressed upon that
37777  occasion, since the case for the prosecution was so overwhelmingly strong
37778  that it was not necessary to bring forward all the facts.
37779 \end_layout
37780
37781 \end_deeper
37782 \begin_layout Enumerate
37783 Magenta, hanging initial over 3
37784 \begin_inset space ~
37785 \end_inset
37786
37787 lines in the math font 
37788 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
37789 \end_inset
37790
37791 , the text 
37792 \begin_inset Quotes eld
37793 \end_inset
37794
37795 t was in the spring
37796 \begin_inset Quotes erd
37797 \end_inset
37798
37799  is in 
37800 \shape smallcaps
37801 small caps
37802 \shape default
37803 ; to color the initial, you must insert this command before the initial:
37804 \begin_inset Newline newline
37805 \end_inset
37806
37807
37808 \series bold
37809
37810 \backslash
37811 renewcommand{
37812 \backslash
37813 LettrineFontHook}{
37814 \backslash
37815 color{color}}
37816 \series default
37817
37818 \begin_inset Newline newline
37819 \end_inset
37820
37821 where the second 
37822 \emph on
37823 color
37824 \emph default
37825  can be 
37826 \begin_inset Quotes eld
37827 \end_inset
37828
37829 red
37830 \begin_inset Quotes erd
37831 \end_inset
37832
37833
37834 \begin_inset Quotes eld
37835 \end_inset
37836
37837 blue
37838 \begin_inset Quotes erd
37839 \end_inset
37840
37841
37842 \begin_inset Quotes eld
37843 \end_inset
37844
37845 green
37846 \begin_inset Quotes erd
37847 \end_inset
37848
37849
37850 \begin_inset Quotes eld
37851 \end_inset
37852
37853 yellow
37854 \begin_inset Quotes erd
37855 \end_inset
37856
37857
37858 \begin_inset Quotes eld
37859 \end_inset
37860
37861 cyan
37862 \begin_inset Quotes erd
37863 \end_inset
37864
37865
37866 \begin_inset Quotes eld
37867 \end_inset
37868
37869 magenta
37870 \begin_inset Quotes erd
37871 \end_inset
37872
37873
37874 \begin_inset Quotes eld
37875 \end_inset
37876
37877 black
37878 \begin_inset Quotes erd
37879 \end_inset
37880
37881  or 
37882 \begin_inset Quotes eld
37883 \end_inset
37884
37885 white
37886 \begin_inset Quotes erd
37887 \end_inset
37888
37889 , and add this command to the document preamble:
37890 \begin_inset Newline newline
37891 \end_inset
37892
37893
37894 \series bold
37895
37896 \backslash
37897 @ifundefined{textcolor}
37898 \begin_inset Newline newline
37899 \end_inset
37900
37901
37902 \begin_inset space ~
37903 \end_inset
37904
37905 {
37906 \backslash
37907 usepackage{color}}{}
37908 \series default
37909
37910 \begin_inset Separator parbreak
37911 \end_inset
37912
37913
37914 \end_layout
37915
37916 \begin_deeper
37917 \begin_layout Standard
37918 \begin_inset ERT
37919 status collapsed
37920
37921 \begin_layout Plain Layout
37922
37923
37924 \backslash
37925 renewcommand{
37926 \backslash
37927 LettrineFontHook}{
37928 \backslash
37929 color{magenta}}
37930 \end_layout
37931
37932 \end_inset
37933
37934
37935 \begin_inset Note Note
37936 status collapsed
37937
37938 \begin_layout Plain Layout
37939 makes the initial magenta
37940 \end_layout
37941
37942 \end_inset
37943
37944
37945 \end_layout
37946
37947 \begin_layout Initial
37948 \begin_inset Argument 1
37949 status open
37950
37951 \begin_layout Plain Layout
37952 lines=3, lhang=0.33, loversize=0.25
37953 \end_layout
37954
37955 \end_inset
37956
37957
37958 \begin_inset Argument 2
37959 status open
37960
37961 \begin_layout Plain Layout
37962 \begin_inset Formula $\mathcal{I}$
37963 \end_inset
37964
37965
37966 \end_layout
37967
37968 \end_inset
37969
37970
37971 \begin_inset Argument 3
37972 status open
37973
37974 \begin_layout Plain Layout
37975 t was in the spring
37976 \end_layout
37977
37978 \end_inset
37979
37980  of the year 1894 that all London was interested, and the fashionable world
37981  dismayed, by the murder of the Honourable Ronald Adair under most unusual
37982  and inexplicable circumstances.
37983  The public has already learned those particulars of the crime which came
37984  out in the police investigation, but a good deal was suppressed upon that
37985  occasion, since the case for the prosecution was so overwhelmingly strong
37986  that it was not necessary to bring forward all the facts.
37987 \end_layout
37988
37989 \end_deeper
37990 \begin_layout Standard
37991 \begin_inset ERT
37992 status collapsed
37993
37994 \begin_layout Plain Layout
37995
37996
37997 \backslash
37998 else
37999 \end_layout
38000
38001 \end_inset
38002
38003
38004 \begin_inset Note Note
38005 status open
38006
38007 \begin_layout Plain Layout
38008 The following will be displayed when the \SpecialChar LaTeX
38009 -package 
38010 \series bold
38011 lettrine
38012 \series default
38013  is not installed:
38014 \end_layout
38015
38016 \end_inset
38017
38018
38019 \end_layout
38020
38021 \begin_layout Standard
38022 You need to install the \SpecialChar LaTeX
38023 -package 
38024 \series bold
38025 lettrine
38026 \series default
38027  to see the following part of this section in the output.
38028 \end_layout
38029
38030 \begin_layout Standard
38031 \begin_inset ERT
38032 status collapsed
38033
38034 \begin_layout Plain Layout
38035
38036
38037 \backslash
38038 fi
38039 \end_layout
38040
38041 \end_inset
38042
38043
38044 \end_layout
38045
38046 \begin_layout Chapter
38047 External Document Parts
38048 \begin_inset Index idx
38049 status collapsed
38050
38051 \begin_layout Plain Layout
38052 External Document Parts
38053 \end_layout
38054
38055 \end_inset
38056
38057
38058 \end_layout
38059
38060 \begin_layout Standard
38061 With the menu 
38062 \family sans
38063 Insert\SpecialChar menuseparator
38064 File
38065 \family default
38066  you can insert external material into your document.
38067  This can be:
38068 \end_layout
38069
38070 \begin_layout Description
38071 LyX
38072 \begin_inset space ~
38073 \end_inset
38074
38075 Document Another \SpecialChar LyX
38076  document; its content is directly inserted to your document.
38077 \end_layout
38078
38079 \begin_layout Description
38080 Plain
38081 \begin_inset space ~
38082 \end_inset
38083
38084 Text A text document; each line is inserted in your document as a separate
38085  paragraph.
38086 \end_layout
38087
38088 \begin_layout Description
38089 Plain
38090 \begin_inset space ~
38091 \end_inset
38092
38093 Text,
38094 \begin_inset space ~
38095 \end_inset
38096
38097 Join
38098 \begin_inset space ~
38099 \end_inset
38100
38101 Lines A text document; text lines are inserted in your document continuously
38102  but an empty text line creates a new paragraph.
38103 \end_layout
38104
38105 \begin_layout Description
38106 External
38107 \begin_inset space ~
38108 \end_inset
38109
38110 Material Files in various formats.
38111 \end_layout
38112
38113 \begin_layout Description
38114 Child
38115 \begin_inset space ~
38116 \end_inset
38117
38118 Document \SpecialChar LyX
38119  or \SpecialChar LaTeX
38120  documents.
38121 \end_layout
38122
38123 \begin_layout Section
38124 External Material
38125 \begin_inset Index idx
38126 status collapsed
38127
38128 \begin_layout Plain Layout
38129 External Document Parts ! External Material
38130 \end_layout
38131
38132 \end_inset
38133
38134
38135 \end_layout
38136
38137 \begin_layout Standard
38138 The external material feature allows you to insert files into your document
38139  without converting them to a format that can be read by the document output
38140  format.
38141  \SpecialChar LyX
38142  takes care of the necessary conversions.
38143  This is similar to images that can be inserted in various image formats
38144  in \SpecialChar LyX
38145  documents.
38146  When you have enabled Instant Preview in \SpecialChar LyX
38147 's preferences under 
38148 \family sans
38149 Look
38150 \begin_inset space ~
38151 \end_inset
38152
38153 and
38154 \begin_inset space ~
38155 \end_inset
38156
38157 feel\SpecialChar menuseparator
38158 Graphics
38159 \family default
38160 , the external material types Dia and Xfig are directly shown in \SpecialChar LyX
38161 .
38162 \end_layout
38163
38164 \begin_layout Standard
38165 External material can be inserted via the 
38166 \family sans
38167 External Material
38168 \family default
38169  dialog that is accessible with the menu 
38170 \family sans
38171 Insert\SpecialChar menuseparator
38172 File\SpecialChar menuseparator
38173 External
38174 \begin_inset space ~
38175 \end_inset
38176
38177 Material
38178 \family default
38179 .
38180  Currently the following file types (
38181 \family sans
38182 Templates
38183 \family default
38184 ) are allowed:
38185 \end_layout
38186
38187 \begin_layout Description
38188 ChessDiagram This template supports chess position diagrams made with the
38189  program 
38190 \series bold
38191
38192 \begin_inset CommandInset href
38193 LatexCommand href
38194 name "XBoard"
38195 target "http://en.wikipedia.org/wiki/XBoard"
38196
38197 \end_inset
38198
38199
38200 \series default
38201 .
38202 \end_layout
38203
38204 \begin_layout Description
38205 Date This inserts the date in the form 
38206 \emph on
38207 Day-Month-Year
38208 \emph default
38209 .
38210  This is a date inserted as external material: 
38211 \begin_inset External
38212         template Date
38213         filename .
38214
38215 \end_inset
38216
38217
38218 \begin_inset space ~
38219 \end_inset
38220
38221
38222 \begin_inset Note Note
38223 status collapsed
38224
38225 \begin_layout Plain Layout
38226 Remove the protected space when bug 4398 is fixed!
38227 \end_layout
38228
38229 \end_inset
38230
38231
38232 \begin_inset Newline newline
38233 \end_inset
38234
38235 The date is not shown within \SpecialChar LyX
38236 , only in the output.
38237  There are two other methods of inserting a date: Via menu 
38238 \family sans
38239 Insert\SpecialChar menuseparator
38240 Date
38241 \family default
38242  and with the \SpecialChar LaTeX
38243  command 
38244 \series bold
38245
38246 \backslash
38247 today
38248 \series default
38249  as \SpecialChar TeX
38250  Code.
38251  The different methods are compared in Table
38252 \begin_inset space ~
38253 \end_inset
38254
38255
38256 \begin_inset CommandInset ref
38257 LatexCommand ref
38258 reference "tab:Comparison-of-the"
38259
38260 \end_inset
38261
38262 .
38263 \end_layout
38264
38265 \begin_layout Description
38266 Dia This template supports diagrams created with the program 
38267 \series bold
38268
38269 \begin_inset CommandInset href
38270 LatexCommand href
38271 name "Dia"
38272 target "http://en.wikipedia.org/wiki/Dia_(software)"
38273
38274 \end_inset
38275
38276
38277 \series default
38278 .
38279 \end_layout
38280
38281 \begin_layout Description
38282 GnumericSpreadsheet With this template you can insert spreadsheets
38283 \begin_inset space \thinspace{}
38284 \end_inset
38285
38286 /
38287 \begin_inset space \thinspace{}
38288 \end_inset
38289
38290 tables in the format of 
38291 \series bold
38292
38293 \begin_inset CommandInset href
38294 LatexCommand href
38295 name "Gnumeric"
38296 target "http://en.wikipedia.org/wiki/Gnumeric"
38297
38298 \end_inset
38299
38300
38301 \series default
38302
38303 \begin_inset CommandInset href
38304 LatexCommand href
38305 name "OpenDocument"
38306 target "http://en.wikipedia.org/wiki/OpenDocument"
38307
38308 \end_inset
38309
38310
38311 \begin_inset CommandInset href
38312 LatexCommand href
38313 name "Microsoft Office XML"
38314 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
38315
38316 \end_inset
38317
38318  and 
38319 \begin_inset CommandInset href
38320 LatexCommand href
38321 name "Office Open XML"
38322 target "http://en.wikipedia.org/wiki/Office_Open_XML"
38323
38324 \end_inset
38325
38326 .
38327  For this feature \SpecialChar LyX
38328  must have found the program 
38329 \family typewriter
38330 ssconvert
38331 \family default
38332  during its configuration.
38333  This program is part of Gnumeric, so that you must have Gnumeric installed,
38334  also if you don't have tables in the Gnumeric format.
38335  For examples and possible limitations have a look at \SpecialChar LyX
38336 's example file 
38337 \emph on
38338 spreadsheet.lyx
38339 \emph default
38340 .
38341 \end_layout
38342
38343 \begin_layout Description
38344 LilyPond This template is used for music notation typeset with the program
38345 \begin_inset Newline linebreak
38346 \end_inset
38347
38348
38349 \series bold
38350
38351 \begin_inset CommandInset href
38352 LatexCommand href
38353 name "LilyPond"
38354 target "http://en.wikipedia.org/wiki/LilyPond"
38355
38356 \end_inset
38357
38358
38359 \series default
38360 .
38361  For \SpecialChar LyX
38362 's extended support for LilyPond have a look at \SpecialChar LyX
38363 's example file 
38364 \emph on
38365 lilypond.lyx
38366 \emph default
38367 .
38368 \end_layout
38369
38370 \begin_layout Description
38371 PDFPages With this template you can insert PDF documents to your document.
38372  To specify the range of pages that should be included, use the option 
38373 \series bold
38374 pages
38375 \series default
38376  in the 
38377 \family sans
38378 Option
38379 \family default
38380  field in the 
38381 \family sans
38382 LaTeX and LyX options
38383 \family default
38384  tab.
38385  The argument of this option is a comma separated list, containing page
38386  numbers (insert as option 
38387 \series bold
38388 pages={3,5,6,8}
38389 \series default
38390 ), ranges of page numbers (
38391 \series bold
38392 pages={4-9}
38393 \series default
38394 ) or any combination.
38395  To insert empty pages use {}.
38396  E.
38397 \begin_inset space \thinspace{}
38398 \end_inset
38399
38400 g.
38401 \begin_inset space ~
38402 \end_inset
38403
38404
38405 \series bold
38406 pages={3,{},8-11,15}
38407 \series default
38408  will insert page 3, an empty page, and pages 8, 9, 10, 11 and 15.
38409  Page ranges are specified in the syntax 
38410 \emph on
38411 start
38412 \emph default
38413 -
38414 \emph on
38415 stop
38416 \emph default
38417 .
38418  This selects all pages from 
38419 \emph on
38420 start
38421 \emph default
38422  to 
38423 \emph on
38424 stop
38425 \emph default
38426 .
38427  Omitting 
38428 \emph on
38429 start
38430 \emph default
38431  defaults to the first page; omitting 
38432 \emph on
38433 stop
38434 \emph default
38435  defaults to the last page of the document.
38436  The last page can also be selected with the keyword 
38437 \series bold
38438 last
38439 \series default
38440 .
38441  (This is only permitted in a page range.) So 
38442 \series bold
38443 pages=-
38444 \series default
38445  will insert all pages of the document and 
38446 \series bold
38447 pages=last-1
38448 \series default
38449  will insert all pages in reverse order.
38450  If the pages option is not specified, only the first page of the PDF is
38451  inserted.
38452 \begin_inset Newline newline
38453 \end_inset
38454
38455 The option 
38456 \series bold
38457 noautoscale
38458 \series default
38459  inserts the pages with their original size, if this option is not given,
38460  the pages will be resized to fith the width of the page of your document.
38461  In the tab 
38462 \family sans
38463 Size and Rotation
38464 \family default
38465  you can specify the width and height of the input pages and their rotation.
38466  If another width than 100
38467 \begin_inset space \thinspace{}
38468 \end_inset
38469
38470 Scale% is used, the option 
38471 \series bold
38472 noautoscale
38473 \series default
38474  will be overwritten.
38475  For more info and possible options, have a look into the documentation
38476  of the \SpecialChar LaTeX
38477 -package 
38478 \series bold
38479 pdfpages
38480 \series default
38481  
38482 \begin_inset CommandInset citation
38483 LatexCommand cite
38484 key "pdfpages"
38485
38486 \end_inset
38487
38488 .
38489 \begin_inset Index idx
38490 status collapsed
38491
38492 \begin_layout Plain Layout
38493 \SpecialChar LaTeX
38494 -packages ! pdfpages
38495 \end_layout
38496
38497 \end_inset
38498
38499
38500 \begin_inset Newline newline
38501 \end_inset
38502
38503 To use this template in a 
38504 \family sans
38505 Beamer
38506 \family default
38507  presentation you need to first insert an 
38508 \family sans
38509 EndFrame
38510 \family default
38511  environment and in a subsequent paragraph a \SpecialChar TeX
38512  Code box containing the command
38513  
38514 \series bold
38515
38516 \backslash
38517 setbeamertemplate{background canvas}{}
38518 \series default
38519 .
38520  Then you can insert as many paragraphs containing the PDFPages template
38521  as you wish.
38522  Behind the included PDF pages you can resume the Beamer presentation by
38523  beginning a new frame or by starting a new section.
38524  To avoid stray blank pages prior to the PDF pages, make sure to use the
38525  
38526 \family sans
38527 Default
38528 \family default
38529  alignment for the paragraph containing the template.
38530 \begin_inset Newline newline
38531 \end_inset
38532
38533 Here is an included PDF which is rotated by -5°: 
38534 \begin_inset External
38535         template PDFPages
38536         filename clipart/Abstract.pdf
38537         extra LaTeX "noautoscale, pages=-"
38538         rotateAngle -5
38539         rotateOrigin bottomleft
38540
38541 \end_inset
38542
38543
38544 \end_layout
38545
38546 \begin_layout Description
38547 RasterImage This can be used for bitmap images.
38548  The image can be treated in the 
38549 \family sans
38550 External material
38551 \family default
38552  dialog like the images that are usually included via the 
38553 \family sans
38554 Graphics
38555 \family default
38556  dialog as described in section
38557 \begin_inset space ~
38558 \end_inset
38559
38560
38561 \begin_inset CommandInset ref
38562 LatexCommand ref
38563 reference "sec:Graphics-Dialog"
38564
38565 \end_inset
38566
38567 .
38568  The difference to the normal image input is that only raster images are
38569  allowed; that means that PDF and EPS-images are not supported.
38570  Here is an inserted raster image: 
38571 \begin_inset External
38572         template RasterImage
38573         filename clipart/ToolbarEnvBox.png
38574
38575 \end_inset
38576
38577
38578 \end_layout
38579
38580 \begin_layout Description
38581 XFig This template supports images created with the program 
38582 \series bold
38583
38584 \begin_inset CommandInset href
38585 LatexCommand href
38586 name "Xfig"
38587 target "http://en.wikipedia.org/wiki/Xfig"
38588
38589 \end_inset
38590
38591
38592 \series default
38593 .
38594 \end_layout
38595
38596 \begin_layout Standard
38597 \begin_inset Float table
38598 placement !h
38599 wide false
38600 sideways false
38601 status open
38602
38603 \begin_layout Plain Layout
38604 \begin_inset Caption Standard
38605
38606 \begin_layout Plain Layout
38607 \begin_inset CommandInset label
38608 LatexCommand label
38609 name "tab:Comparison-of-the"
38610
38611 \end_inset
38612
38613 Comparison of the date input methods.
38614 \end_layout
38615
38616 \end_inset
38617
38618
38619 \end_layout
38620
38621 \begin_layout Plain Layout
38622 \align center
38623 \begin_inset Tabular
38624 <lyxtabular version="3" rows="4" columns="4">
38625 <features tabularvalignment="middle">
38626 <column alignment="center" valignment="top">
38627 <column alignment="center" valignment="top">
38628 <column alignment="center" valignment="top">
38629 <column alignment="center" valignment="top">
38630 <row>
38631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38632 \begin_inset Text
38633
38634 \begin_layout Plain Layout
38635 Document format
38636 \end_layout
38637
38638 \end_inset
38639 </cell>
38640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38641 \begin_inset Text
38642
38643 \begin_layout Plain Layout
38644
38645 \family sans
38646 External Material\SpecialChar menuseparator
38647 Date
38648 \end_layout
38649
38650 \end_inset
38651 </cell>
38652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38653 \begin_inset Text
38654
38655 \begin_layout Plain Layout
38656
38657 \family sans
38658 Insert\SpecialChar menuseparator
38659 Date
38660 \end_layout
38661
38662 \end_inset
38663 </cell>
38664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38665 \begin_inset Text
38666
38667 \begin_layout Plain Layout
38668 command 
38669 \series bold
38670
38671 \backslash
38672 today
38673 \end_layout
38674
38675 \end_inset
38676 </cell>
38677 </row>
38678 <row>
38679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38680 \begin_inset Text
38681
38682 \begin_layout Plain Layout
38683 \SpecialChar LyX
38684
38685 \end_layout
38686
38687 \end_inset
38688 </cell>
38689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38690 \begin_inset Text
38691
38692 \begin_layout Plain Layout
38693 as inset box
38694 \end_layout
38695
38696 \end_inset
38697 </cell>
38698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38699 \begin_inset Text
38700
38701 \begin_layout Plain Layout
38702 as date
38703 \end_layout
38704
38705 \end_inset
38706 </cell>
38707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38708 \begin_inset Text
38709
38710 \begin_layout Plain Layout
38711 as \SpecialChar TeX
38712  Code inset box
38713 \end_layout
38714
38715 \end_inset
38716 </cell>
38717 </row>
38718 <row>
38719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38720 \begin_inset Text
38721
38722 \begin_layout Plain Layout
38723 \SpecialChar LaTeX
38724
38725 \end_layout
38726
38727 \end_inset
38728 </cell>
38729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38730 \begin_inset Text
38731
38732 \begin_layout Plain Layout
38733 as date
38734 \end_layout
38735
38736 \end_inset
38737 </cell>
38738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38739 \begin_inset Text
38740
38741 \begin_layout Plain Layout
38742 as date
38743 \end_layout
38744
38745 \end_inset
38746 </cell>
38747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38748 \begin_inset Text
38749
38750 \begin_layout Plain Layout
38751 as command
38752 \end_layout
38753
38754 \end_inset
38755 </cell>
38756 </row>
38757 <row>
38758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38759 \begin_inset Text
38760
38761 \begin_layout Plain Layout
38762 DVI, PDF, PS
38763 \end_layout
38764
38765 \end_inset
38766 </cell>
38767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38768 \begin_inset Text
38769
38770 \begin_layout Plain Layout
38771 as date
38772 \end_layout
38773
38774 \end_inset
38775 </cell>
38776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38777 \begin_inset Text
38778
38779 \begin_layout Plain Layout
38780 as date
38781 \end_layout
38782
38783 \end_inset
38784 </cell>
38785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38786 \begin_inset Text
38787
38788 \begin_layout Plain Layout
38789 as date
38790 \end_layout
38791
38792 \end_inset
38793 </cell>
38794 </row>
38795 </lyxtabular>
38796
38797 \end_inset
38798
38799
38800 \end_layout
38801
38802 \end_inset
38803
38804
38805 \end_layout
38806
38807 \begin_layout Standard
38808 When you use the option 
38809 \family sans
38810 Draft
38811 \family default
38812  in the 
38813 \family sans
38814 File
38815 \family default
38816  tab of the 
38817 \family sans
38818 External Material
38819 \family default
38820  dialog, only the path to the inserted file is shown in the output.
38821 \begin_inset Newline newline
38822 \end_inset
38823
38824 External material is displayed in \SpecialChar LyX
38825  either as a box like this: 
38826 \begin_inset Graphics
38827         filename clipart/ExternalMaterialQt4.png
38828         scale 85
38829         scaleBeforeRotation
38830
38831 \end_inset
38832
38833  or as image, depending on the option 
38834 \family sans
38835 Show in LyX
38836 \family default
38837  in the 
38838 \family sans
38839 LaTeX and LyX options
38840 \family default
38841  tab of the dialog.
38842 \end_layout
38843
38844 \begin_layout Standard
38845 The 
38846 \family sans
38847 \emph on
38848 Customization
38849 \family default
38850 \emph default
38851  manual explains how you can define your own templates.
38852 \end_layout
38853
38854 \begin_layout Section
38855 Child Documents
38856 \begin_inset CommandInset label
38857 LatexCommand label
38858 name "sec:Child-Documents"
38859
38860 \end_inset
38861
38862
38863 \begin_inset Index idx
38864 status collapsed
38865
38866 \begin_layout Plain Layout
38867 External Document Parts ! Child Documents
38868 \end_layout
38869
38870 \end_inset
38871
38872
38873 \begin_inset Index idx
38874 status collapsed
38875
38876 \begin_layout Plain Layout
38877 Files ! Include
38878 \end_layout
38879
38880 \end_inset
38881
38882
38883 \end_layout
38884
38885 \begin_layout Standard
38886 Child documents are used if you have a long document consisting of several
38887  larger parts or sections.
38888  For maintenance it is often useful and sometimes even required to split
38889  the document into several files that can be revised separately.
38890  The different documents are then the so called 
38891 \begin_inset Quotes eld
38892 \end_inset
38893
38894 child documents
38895 \begin_inset Quotes erd
38896 \end_inset
38897
38898 , and a master document connects them to print the full document or parts
38899  of it.
38900  A child document inherits elements from its master, for example the \SpecialChar LaTeX
38901  preamble,
38902  the bibliography, and labels for cross-references.
38903 \end_layout
38904
38905 \begin_layout Standard
38906 To be able to work on child documents without the need to open their master,
38907  specify in the child document the master in the menu
38908 \family sans
38909  Document\SpecialChar menuseparator
38910 Settings\SpecialChar menuseparator
38911 Document
38912 \begin_inset space ~
38913 \end_inset
38914
38915 Class
38916 \family default
38917 .
38918  This master document will then be used in the background by \SpecialChar LyX
38919  when you edit
38920  the child document.
38921 \end_layout
38922
38923 \begin_layout Standard
38924 Included documents are displayed in \SpecialChar LyX
38925  as a box like this: 
38926 \begin_inset Graphics
38927         filename clipart/ChildDocumentQt4.png
38928         scale 85
38929         scaleBeforeRotation
38930
38931 \end_inset
38932
38933  To include child documents in a master document use the menu 
38934 \family sans
38935 Insert\SpecialChar menuseparator
38936 File\SpecialChar menuseparator
38937 Child
38938 \begin_inset space ~
38939 \end_inset
38940
38941 Documents
38942 \family default
38943 .
38944  A dialog pops up where you can choose between four include methods:
38945 \end_layout
38946
38947 \begin_layout Description
38948 Include You can include \SpecialChar LyX
38949  and \SpecialChar LaTeX
38950  documents.
38951  When you press the 
38952 \family sans
38953 Edit
38954 \family default
38955  button in the 
38956 \family sans
38957 Child Document
38958 \family default
38959  dialog, the included document will be opened in \SpecialChar LyX
38960  in a new file tab so that
38961  you can modify it.
38962 \begin_inset Newline newline
38963 \end_inset
38964
38965
38966 \end_layout
38967
38968 \begin_layout Standard
38969 Here is a child document inserted using 
38970 \family sans
38971 Include
38972 \family default
38973
38974 \begin_inset CommandInset include
38975 LatexCommand include
38976 filename "DummyDocument1.lyx"
38977
38978 \end_inset
38979
38980
38981 \end_layout
38982
38983 \begin_layout Standard
38984 The section numbering includes the sections of the included files in the
38985  order they are inserted in the master document.
38986  The included example document has for example a subsection that is numbered
38987  as a subsection of this section.
38988  Labels of included documents can be referenced: Subsection
38989 \begin_inset space ~
38990 \end_inset
38991
38992
38993 \begin_inset CommandInset ref
38994 LatexCommand ref
38995 reference "subsec:External-Subsection-1"
38996
38997 \end_inset
38998
38999 .
39000 \end_layout
39001
39002 \begin_layout Standard
39003 The preamble of the child document is ignored; only the preamble of the
39004  master document is used.
39005  Branches in child documents will be ignored by the master document when
39006  the master document does not have a branch with the same name.
39007  Included documents are inserted starting on a new page and ending with
39008  a page break.
39009 \end_layout
39010
39011 \begin_layout Standard
39012 \begin_inset Note Greyedout
39013 status open
39014
39015 \begin_layout Plain Layout
39016
39017 \series bold
39018 Note:
39019 \series default
39020  If you have included a \SpecialChar LyX
39021  or \SpecialChar LaTeX
39022  file, you are warned when you export/view the
39023  document in case the child document uses another document class than the
39024  master document as this will lead to unexpected outputs.
39025 \end_layout
39026
39027 \end_inset
39028
39029
39030 \end_layout
39031
39032 \begin_layout Description
39033 Input This method is very similar to the Include method.
39034  The differences are:
39035 \begin_inset Separator parbreak
39036 \end_inset
39037
39038
39039 \end_layout
39040
39041 \begin_deeper
39042 \begin_layout Itemize
39043 Input files don't start with a new page and don't end with a page break.
39044 \end_layout
39045
39046 \begin_layout Itemize
39047 Input files can be previewed in \SpecialChar LyX
39048  when 
39049 \family sans
39050 Instant
39051 \begin_inset space ~
39052 \end_inset
39053
39054 Preview
39055 \family default
39056  is enabled in \SpecialChar LyX
39057 's preferences under 
39058 \family sans
39059 Look
39060 \begin_inset space ~
39061 \end_inset
39062
39063 and
39064 \begin_inset space ~
39065 \end_inset
39066
39067 feel\SpecialChar menuseparator
39068 Graphics
39069 \family default
39070 .
39071 \end_layout
39072
39073 \begin_layout Itemize
39074 You cannot exclude Input files via the menu 
39075 \family sans
39076 Document\SpecialChar menuseparator
39077 Settings\SpecialChar menuseparator
39078 Child Documents
39079 \family default
39080 .
39081 \end_layout
39082
39083 \end_deeper
39084 \begin_layout Standard
39085 Here is a child document inserted using 
39086 \family sans
39087 Input
39088 \family default
39089
39090 \begin_inset CommandInset include
39091 LatexCommand input
39092 filename "DummyDocument2.lyx"
39093
39094 \end_inset
39095
39096
39097 \end_layout
39098
39099 \begin_layout Description
39100 Verbatim With this method any text file can be included.
39101  The file is shown in the output with its source code; no command used in
39102  the text is invoked.
39103  You can use the option 
39104 \family sans
39105 Mark spaces in output
39106 \family default
39107  that displays the character 
39108 \begin_inset Quotes eld
39109 \end_inset
39110
39111
39112 \begin_inset ERT
39113 status collapsed
39114
39115 \begin_layout Plain Layout
39116
39117
39118 \backslash
39119 textvisiblespace 
39120 \end_layout
39121
39122 \end_inset
39123
39124
39125 \begin_inset Quotes erd
39126 \end_inset
39127
39128  for every space character in the source code.
39129  The difference from the method via the menu 
39130 \family sans
39131 Insert\SpecialChar menuseparator
39132 File\SpecialChar menuseparator
39133 Plain
39134 \begin_inset space ~
39135 \end_inset
39136
39137 Text
39138 \family default
39139  is that the document content is not shown in \SpecialChar LyX
39140 .
39141 \end_layout
39142
39143 \begin_layout Standard
39144 Here is a child document inserted as Verbatim: 
39145 \begin_inset CommandInset include
39146 LatexCommand verbatiminput
39147 filename "DummyTextDocument.txt"
39148
39149 \end_inset
39150
39151
39152 \begin_inset VSpace bigskip
39153 \end_inset
39154
39155  Here is a child document inserted as Verbatim using the 
39156 \family sans
39157 Mark spaces in output
39158 \family default
39159  option: 
39160 \begin_inset CommandInset include
39161 LatexCommand verbatiminput*
39162 filename "DummyTextDocument.txt"
39163
39164 \end_inset
39165
39166
39167 \end_layout
39168
39169 \begin_layout Standard
39170 \begin_inset VSpace bigskip
39171 \end_inset
39172
39173
39174 \end_layout
39175
39176 \begin_layout Standard
39177 \begin_inset Note Greyedout
39178 status open
39179
39180 \begin_layout Plain Layout
39181
39182 \series bold
39183 Note:
39184 \series default
39185  As you can see in the examples above, the text of the documents included
39186  as 
39187 \family sans
39188 verbatim
39189 \family default
39190  is not broken at the end of the document lines.
39191 \end_layout
39192
39193 \end_inset
39194
39195
39196 \end_layout
39197
39198 \begin_layout Description
39199 Listings This type is described in chapter
39200 \begin_inset space ~
39201 \end_inset
39202
39203
39204 \begin_inset CommandInset ref
39205 LatexCommand ref
39206 reference "cha:Program-Code-Listings"
39207
39208 \end_inset
39209
39210 .
39211 \end_layout
39212
39213 \begin_layout Standard
39214 \begin_inset Note Greyedout
39215 status open
39216
39217 \begin_layout Plain Layout
39218
39219 \series bold
39220 Note:
39221 \series default
39222  Including the same document twice in a document using different methods
39223  could cause \SpecialChar LaTeX
39224 -problems.
39225 \end_layout
39226
39227 \end_inset
39228
39229
39230 \end_layout
39231
39232 \begin_layout Standard
39233 If you want to view/export only selected children of your master document,
39234  either because you want to save compiling time or because you want to distribut
39235 e single chapters of the book you are just writing, you can exclude children
39236  from the output.
39237  This is done via the menu 
39238 \family sans
39239 Document\SpecialChar menuseparator
39240 Settings\SpecialChar menuseparator
39241 Child Documents
39242 \family default
39243 .
39244  You can exclude\SpecialChar breakableslash
39245 include children by double-clicking on the 
39246 \family sans
39247 include to output
39248 \family default
39249  column of the respective child document in the list (note that this only
39250  works for documents embedded via 
39251 \begin_inset Quotes eld
39252 \end_inset
39253
39254 Include
39255 \begin_inset Quotes erd
39256 \end_inset
39257
39258 , not with 
39259 \begin_inset Quotes eld
39260 \end_inset
39261
39262 Input
39263 \begin_inset Quotes erd
39264 \end_inset
39265
39266 ).
39267  If the option 
39268 \family sans
39269 Maintain counters and references
39270 \family default
39271  is enabled, \SpecialChar LyX
39272  will assure that all page numbers, references etc.
39273 \begin_inset space ~
39274 \end_inset
39275
39276 are correct as if the whole document was processed.
39277  This is useful if you want the selected sub-documents to look exactly as
39278  in the context of the whole document.
39279  However, \SpecialChar LyX
39280  needs to process the whole document in the background for this
39281  feature.
39282  So if you want to save compile time and if counters and references do not
39283  need to be correct, disable this checkbox.
39284 \end_layout
39285
39286 \begin_layout Standard
39287 Alternatively, you can put each included file into a branch.
39288 \begin_inset Foot
39289 status collapsed
39290
39291 \begin_layout Plain Layout
39292 Branches are described in section 
39293 \emph on
39294 Branches
39295 \emph default
39296  of the \SpecialChar LyX
39297  
39298 \emph on
39299 Userguide
39300 \emph default
39301 .
39302 \end_layout
39303
39304 \end_inset
39305
39306  By enabling\SpecialChar breakableslash
39307 disabling branches you can decide which included files will
39308  appear in the output.
39309  This has the advantage that it also works with Input'ed sub-documents.
39310  However, counters and references will not be maintained with this approach.
39311 \end_layout
39312
39313 \begin_layout Chapter
39314 Program Code Listings
39315 \begin_inset CommandInset label
39316 LatexCommand label
39317 name "cha:Program-Code-Listings"
39318
39319 \end_inset
39320
39321
39322 \begin_inset Index idx
39323 status collapsed
39324
39325 \begin_layout Plain Layout
39326 Listings
39327 \end_layout
39328
39329 \end_inset
39330
39331
39332 \begin_inset Index idx
39333 status collapsed
39334
39335 \begin_layout Plain Layout
39336 Program Code
39337 \end_layout
39338
39339 \end_inset
39340
39341
39342 \begin_inset Index idx
39343 status collapsed
39344
39345 \begin_layout Plain Layout
39346 Floats ! Listings
39347 \end_layout
39348
39349 \end_inset
39350
39351
39352 \end_layout
39353
39354 \begin_layout Standard
39355 To include and typeset program code you can use the 
39356 \family sans
39357 Listings
39358 \family default
39359  inset that can be inserted via the menu 
39360 \family sans
39361 Insert\SpecialChar menuseparator
39362 Program Listing
39363 \family default
39364 .
39365  The \SpecialChar LaTeX
39366 -package 
39367 \series bold
39368 listings
39369 \series default
39370
39371 \begin_inset Index idx
39372 status collapsed
39373
39374 \begin_layout Plain Layout
39375 \SpecialChar LaTeX
39376 -packages ! listings
39377 \end_layout
39378
39379 \end_inset
39380
39381  provides a powerful and flexible way to insert program source code into
39382  your document.
39383 \end_layout
39384
39385 \begin_layout Standard
39386 Right-clicking on a listings inset opens the context menu containing where
39387  you can set the listings format.
39388 \end_layout
39389
39390 \begin_layout Standard
39391 By default, a listing starts a new paragraph in the output.
39392  The placement option 
39393 \family sans
39394 Inline
39395 \begin_inset space ~
39396 \end_inset
39397
39398 listing
39399 \family default
39400  prints the listing inline like this: 
39401 \begin_inset listings
39402 lstparams "language={C++}"
39403 inline true
39404 status open
39405
39406 \begin_layout Plain Layout
39407
39408 int a=5;
39409 \end_layout
39410
39411 \end_inset
39412
39413
39414 \begin_inset Newline newline
39415 \end_inset
39416
39417 The option 
39418 \family sans
39419 Float
39420 \family default
39421  creates a listings float where you can specify the placement options 
39422 \begin_inset Quotes eld
39423 \end_inset
39424
39425
39426 \family sans
39427 h
39428 \family default
39429
39430 \begin_inset Quotes erd
39431 \end_inset
39432
39433
39434 \begin_inset Quotes eld
39435 \end_inset
39436
39437
39438 \family sans
39439 t
39440 \family default
39441
39442 \begin_inset Quotes erd
39443 \end_inset
39444
39445
39446 \begin_inset Quotes eld
39447 \end_inset
39448
39449
39450 \family sans
39451 b
39452 \family default
39453
39454 \begin_inset Quotes erd
39455 \end_inset
39456
39457 , and 
39458 \begin_inset Quotes eld
39459 \end_inset
39460
39461
39462 \family sans
39463 p
39464 \family default
39465
39466 \begin_inset Quotes erd
39467 \end_inset
39468
39469  corresponding to the float placement options described in section
39470 \begin_inset space ~
39471 \end_inset
39472
39473
39474 \begin_inset CommandInset ref
39475 LatexCommand ref
39476 reference "sec:Float-Placement"
39477
39478 \end_inset
39479
39480 .
39481  The placement options can be mixed and are inserted without any separation,
39482  e.
39483 \begin_inset space \thinspace{}
39484 \end_inset
39485
39486 g.
39487 \begin_inset space \space{}
39488 \end_inset
39489
39490
39491 \begin_inset Quotes eld
39492 \end_inset
39493
39494
39495 \family sans
39496 htbp
39497 \family default
39498
39499 \begin_inset Quotes erd
39500 \end_inset
39501
39502 .
39503  The option 
39504 \begin_inset Quotes eld
39505 \end_inset
39506
39507 h
39508 \begin_inset Quotes erd
39509 \end_inset
39510
39511  has sometimes no effect, but you don't need to use the 
39512 \family sans
39513 Float
39514 \family default
39515  option in this case as also non-float listings can have captions and be
39516  referenced.
39517 \end_layout
39518
39519 \begin_layout Standard
39520 You can add captions to listings with the menu 
39521 \family sans
39522 Insert\SpecialChar menuseparator
39523 Caption
39524 \family default
39525 .
39526  Listings can be referenced like floats: Listing
39527 \begin_inset space ~
39528 \end_inset
39529
39530
39531 \begin_inset CommandInset ref
39532 LatexCommand ref
39533 reference "lst:Example-Listing"
39534
39535 \end_inset
39536
39537 .
39538  A list of listings which contains all listings with captions can be created
39539  via the menu 
39540 \family sans
39541 Insert\SpecialChar menuseparator
39542 List
39543 \begin_inset space ~
39544 \end_inset
39545
39546 /
39547 \begin_inset space ~
39548 \end_inset
39549
39550 TOC\SpecialChar menuseparator
39551 List of Listings
39552 \family default
39553 .
39554  The list entries are the listing caption and the listing number.
39555 \end_layout
39556
39557 \begin_layout Standard
39558 \begin_inset listings
39559 lstparams "language=Python"
39560 inline false
39561 status open
39562
39563 \begin_layout Plain Layout
39564
39565 \begin_inset Caption Standard
39566
39567 \begin_layout Plain Layout
39568 \begin_inset CommandInset label
39569 LatexCommand label
39570 name "lst:Example-Listing"
39571
39572 \end_inset
39573
39574 Example Listing float
39575 \end_layout
39576
39577 \end_inset
39578
39579 # Example listing float
39580 \end_layout
39581
39582 \begin_layout Plain Layout
39583
39584 def func(param):
39585 \end_layout
39586
39587 \begin_layout Plain Layout
39588
39589     'this is a python function'
39590 \end_layout
39591
39592 \begin_layout Plain Layout
39593
39594     pass
39595 \end_layout
39596
39597 \end_inset
39598
39599
39600 \end_layout
39601
39602 \begin_layout Standard
39603 When you have set a programming language in the listings dialog, the keywords
39604  of this language will be recognized and specially typeset in the output.
39605  In the example listings the Python keyword 
39606 \begin_inset Quotes eld
39607 \end_inset
39608
39609 def
39610 \begin_inset Quotes erd
39611 \end_inset
39612
39613  is recognized and printed bold in the output.
39614 \end_layout
39615
39616 \begin_layout Standard
39617 \begin_inset Note Greyedout
39618 status open
39619
39620 \begin_layout Plain Layout
39621
39622 \series bold
39623 Note:
39624 \series default
39625  If you don't get bold keywords when using typewriter fonts, your 
39626 \family typewriter
39627 typewriter
39628 \family default
39629  font probably doesn't provide a bold shape.
39630  In this case select a different one in the menu 
39631 \family sans
39632 Document\SpecialChar menuseparator
39633 Settings\SpecialChar menuseparator
39634 Fonts
39635 \family default
39636 .
39637  (The fonts 
39638 \emph on
39639 LuxiMono, BeraMono
39640 \emph default
39641  and 
39642 \emph on
39643 Courier
39644 \emph default
39645  provide bold shapes.)
39646 \end_layout
39647
39648 \end_inset
39649
39650
39651 \end_layout
39652
39653 \begin_layout Standard
39654 In section 
39655 \family sans
39656 Line
39657 \begin_inset space ~
39658 \end_inset
39659
39660 numbering
39661 \family default
39662  of the listings dialog you can specify the line numbering style.
39663  You can insert a number to specify which lines are numbered in the field
39664  
39665 \family sans
39666 Step
39667 \family default
39668 .
39669  When you insert e.
39670 \begin_inset space \thinspace{}
39671 \end_inset
39672
39673 g.
39674 \begin_inset space \space{}
39675 \end_inset
39676
39677
39678 \begin_inset Quotes eld
39679 \end_inset
39680
39681 3
39682 \begin_inset Quotes erd
39683 \end_inset
39684
39685 , only every 3rd line will be numbered.
39686 \end_layout
39687
39688 \begin_layout Standard
39689 You can furthermore specify a range of lines; only these will then appear
39690  in the output.
39691  The option 
39692 \family sans
39693 Extended character table
39694 \family default
39695  should be used when you use national characters like the German umlauts
39696  in the listing.
39697 \begin_inset Newline newline
39698 \end_inset
39699
39700 Here is an example listing with left line numbering, step 
39701 \begin_inset Quotes eld
39702 \end_inset
39703
39704 3
39705 \begin_inset Quotes erd
39706 \end_inset
39707
39708 , language 
39709 \begin_inset Quotes eld
39710 \end_inset
39711
39712 Python
39713 \begin_inset Quotes erd
39714 \end_inset
39715
39716 , options 
39717 \begin_inset Quotes eld
39718 \end_inset
39719
39720 Extended character table
39721 \begin_inset Quotes erd
39722 \end_inset
39723
39724  and 
39725 \begin_inset Quotes eld
39726 \end_inset
39727
39728 Space
39729 \begin_inset space ~
39730 \end_inset
39731
39732 as
39733 \begin_inset space ~
39734 \end_inset
39735
39736 symbol
39737 \begin_inset Quotes erd
39738 \end_inset
39739
39740 , range lines 3
39741 \begin_inset space \thinspace{}
39742 \end_inset
39743
39744 -
39745 \begin_inset space \thinspace{}
39746 \end_inset
39747
39748 8:
39749 \end_layout
39750
39751 \begin_layout Standard
39752 \begin_inset listings
39753 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
39754 inline false
39755 status open
39756
39757 \begin_layout Plain Layout
39758
39759 def func(param):
39760 \end_layout
39761
39762 \begin_layout Plain Layout
39763
39764     'this is a python function'
39765 \end_layout
39766
39767 \begin_layout Plain Layout
39768
39769     pass
39770 \end_layout
39771
39772 \begin_layout Plain Layout
39773
39774 def func(param):
39775 \end_layout
39776
39777 \begin_layout Plain Layout
39778
39779 'This is a German word: Tschüß'
39780 \end_layout
39781
39782 \begin_layout Plain Layout
39783
39784 pass
39785 \end_layout
39786
39787 \begin_layout Plain Layout
39788
39789 def func(param):
39790 \end_layout
39791
39792 \begin_layout Plain Layout
39793
39794 'this is a python function'
39795 \end_layout
39796
39797 \begin_layout Plain Layout
39798
39799 pass
39800 \end_layout
39801
39802 \end_inset
39803
39804
39805 \end_layout
39806
39807 \begin_layout Standard
39808 When you have tabulators in your listing, you can specify the number of
39809  characters that are spanned by a tabulator in the field 
39810 \family sans
39811 Tabulator
39812 \begin_inset space ~
39813 \end_inset
39814
39815 size
39816 \family default
39817 .
39818 \end_layout
39819
39820 \begin_layout Standard
39821 \begin_inset Note Greyedout
39822 status open
39823
39824 \begin_layout Plain Layout
39825
39826 \series bold
39827 Note:
39828 \series default
39829  Due to a bug in the 
39830 \series bold
39831 listings
39832 \series default
39833  package the line numbering is shifted by a line by every previous listing.
39834  That's the reason why the lines 2 and 5 are numbered in the above listing
39835  and not the lines 3 and 6.
39836 \end_layout
39837
39838 \end_inset
39839
39840
39841 \end_layout
39842
39843 \begin_layout Standard
39844 \begin_inset VSpace bigskip
39845 \end_inset
39846
39847
39848 \end_layout
39849
39850 \begin_layout Standard
39851 It is also possible to print lines from a file as listing.
39852  To do this, use the menu 
39853 \family sans
39854 Insert\SpecialChar menuseparator
39855 File\SpecialChar menuseparator
39856 Child Document
39857 \family default
39858  and choose the type 
39859 \family sans
39860 Listings
39861 \family default
39862 .
39863 \begin_inset Foot
39864 status collapsed
39865
39866 \begin_layout Plain Layout
39867 The other child document types are described in section
39868 \begin_inset space ~
39869 \end_inset
39870
39871
39872 \begin_inset CommandInset ref
39873 LatexCommand ref
39874 reference "sec:Child-Documents"
39875
39876 \end_inset
39877
39878 .
39879 \end_layout
39880
39881 \end_inset
39882
39883  In the child document dialog you can specify the listing parameters in
39884  a text box.
39885  To show a list of all available parameters, type in a question mark 
39886 \begin_inset Quotes eld
39887 \end_inset
39888
39889 ?
39890 \begin_inset Quotes erd
39891 \end_inset
39892
39893  in the text box.
39894 \end_layout
39895
39896 \begin_layout Standard
39897 To reference child document listings, write a label text into the corresponding
39898  field of the child document dialog.
39899  The label can then be referenced using the menu 
39900 \family sans
39901 Insert\SpecialChar menuseparator
39902 Cross-Reference
39903 \family default
39904 .
39905 \end_layout
39906
39907 \begin_layout Standard
39908 Listing
39909 \begin_inset space ~
39910 \end_inset
39911
39912
39913 \begin_inset CommandInset ref
39914 LatexCommand ref
39915 reference "lst:file-listing"
39916
39917 \end_inset
39918
39919  is an example for a listing of a file; there the lines 10
39920 \begin_inset space \thinspace{}
39921 \end_inset
39922
39923 -
39924 \begin_inset space \thinspace{}
39925 \end_inset
39926
39927 15 of this \SpecialChar LyX
39928  file are listed.
39929 \end_layout
39930
39931 \begin_layout Standard
39932 \begin_inset CommandInset include
39933 LatexCommand lstinputlisting
39934 filename "EmbeddedObjects.lyx"
39935 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
39936
39937 \end_inset
39938
39939
39940 \end_layout
39941
39942 \begin_layout Standard
39943 \begin_inset VSpace bigskip
39944 \end_inset
39945
39946
39947 \end_layout
39948
39949 \begin_layout Standard
39950 Inserting a formula into a listing can be done the following way:
39951 \end_layout
39952
39953 \begin_layout Enumerate
39954 Open the listings dialog and add
39955 \begin_inset Newline newline
39956 \end_inset
39957
39958
39959 \family sans
39960 mathescape=true
39961 \family default
39962
39963 \begin_inset Newline newline
39964 \end_inset
39965
39966 to the field of the 
39967 \family sans
39968 Advanced
39969 \family default
39970  tab.
39971 \end_layout
39972
39973 \begin_layout Enumerate
39974 Create a formula outside the listing
39975 \end_layout
39976
39977 \begin_layout Enumerate
39978 Copy the content of the formula (not the formula inset) to the clipboard
39979  (shortcut 
39980 \begin_inset Info
39981 type  "shortcut"
39982 arg   "copy"
39983 \end_inset
39984
39985 )
39986 \end_layout
39987
39988 \begin_layout Enumerate
39989 In the listing write 
39990 \begin_inset Quotes eld
39991 \end_inset
39992
39993
39994 \family sans
39995 $$
39996 \family default
39997
39998 \begin_inset Quotes erd
39999 \end_inset
40000
40001  and copy from the clipboard between the dollar-signs (shortcut 
40002 \begin_inset Info
40003 type  "shortcut"
40004 arg   "paste"
40005 \end_inset
40006
40007 )
40008 \end_layout
40009
40010 \begin_layout Standard
40011 \begin_inset listings
40012 lstparams "language=Python,mathescape=true"
40013 inline false
40014 status open
40015
40016 \begin_layout Plain Layout
40017
40018 \begin_inset Caption Standard
40019
40020 \begin_layout Plain Layout
40021 Example Listing float containing a formula
40022 \end_layout
40023
40024 \end_inset
40025
40026 # Example listing float
40027 \end_layout
40028
40029 \begin_layout Plain Layout
40030
40031 def func(param):
40032 \end_layout
40033
40034 \begin_layout Plain Layout
40035
40036     # $
40037 \backslash
40038 prod_{n=1}^{
40039 \backslash
40040 infty}
40041 \backslash
40042 ,
40043 \backslash
40044 frac{1}{x^{2}}$
40045 \end_layout
40046
40047 \begin_layout Plain Layout
40048
40049     pass
40050 \end_layout
40051
40052 \end_inset
40053
40054
40055 \end_layout
40056
40057 \begin_layout Standard
40058 \begin_inset VSpace bigskip
40059 \end_inset
40060
40061
40062 \end_layout
40063
40064 \begin_layout Standard
40065 Global listings settings can be set in the 
40066 \family sans
40067 Document\SpecialChar menuseparator
40068 Settings\SpecialChar menuseparator
40069 Listings
40070 \family default
40071  dialog.
40072  To get there a list of available options, type in a question mark 
40073 \begin_inset Quotes eld
40074 \end_inset
40075
40076 ?
40077 \begin_inset Quotes erd
40078 \end_inset
40079
40080 .
40081 \end_layout
40082
40083 \begin_layout Standard
40084 For more information about the 
40085 \series bold
40086 listings
40087 \series default
40088  package, we refer to its documentation 
40089 \begin_inset CommandInset citation
40090 LatexCommand cite
40091 key "listings"
40092
40093 \end_inset
40094
40095 .
40096 \end_layout
40097
40098 \begin_layout Standard
40099 \begin_inset Newpage newpage
40100 \end_inset
40101
40102
40103 \end_layout
40104
40105 \begin_layout Chapter
40106 \start_of_appendix
40107 Units available in \SpecialChar LyX
40108
40109 \begin_inset Index idx
40110 status collapsed
40111
40112 \begin_layout Plain Layout
40113 Units
40114 \end_layout
40115
40116 \end_inset
40117
40118
40119 \begin_inset CommandInset label
40120 LatexCommand label
40121 name "cha:Units-available-in"
40122
40123 \end_inset
40124
40125
40126 \end_layout
40127
40128 \begin_layout Standard
40129 To understand the units described in this documentation, Table
40130 \begin_inset space ~
40131 \end_inset
40132
40133
40134 \begin_inset CommandInset ref
40135 LatexCommand ref
40136 reference "tab:Units"
40137
40138 \end_inset
40139
40140  explains all units available in \SpecialChar LyX
40141 .
40142 \end_layout
40143
40144 \begin_layout Standard
40145 \begin_inset Float table
40146 placement h
40147 wide false
40148 sideways false
40149 status open
40150
40151 \begin_layout Plain Layout
40152 \begin_inset Caption Standard
40153
40154 \begin_layout Plain Layout
40155 \begin_inset CommandInset label
40156 LatexCommand label
40157 name "tab:Units"
40158
40159 \end_inset
40160
40161 Units
40162 \end_layout
40163
40164 \end_inset
40165
40166
40167 \end_layout
40168
40169 \begin_layout Plain Layout
40170 \begin_inset VSpace medskip
40171 \end_inset
40172
40173
40174 \end_layout
40175
40176 \begin_layout Plain Layout
40177 \align center
40178 \begin_inset Tabular
40179 <lyxtabular version="3" rows="20" columns="3">
40180 <features tabularvalignment="middle">
40181 <column alignment="center" valignment="top">
40182 <column alignment="center" valignment="top">
40183 <column alignment="center" valignment="top">
40184 <row>
40185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40186 \begin_inset Text
40187
40188 \begin_layout Plain Layout
40189 unit
40190 \end_layout
40191
40192 \end_inset
40193 </cell>
40194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40195 \begin_inset Text
40196
40197 \begin_layout Plain Layout
40198 name/description
40199 \end_layout
40200
40201 \end_inset
40202 </cell>
40203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40204 \begin_inset Text
40205
40206 \begin_layout Plain Layout
40207 \SpecialChar LaTeX
40208  command
40209 \end_layout
40210
40211 \end_inset
40212 </cell>
40213 </row>
40214 <row>
40215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40216 \begin_inset Text
40217
40218 \begin_layout Plain Layout
40219 mm
40220 \end_layout
40221
40222 \end_inset
40223 </cell>
40224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40225 \begin_inset Text
40226
40227 \begin_layout Plain Layout
40228 millimeter
40229 \end_layout
40230
40231 \end_inset
40232 </cell>
40233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40234 \begin_inset Text
40235
40236 \begin_layout Plain Layout
40237 -
40238 \end_layout
40239
40240 \end_inset
40241 </cell>
40242 </row>
40243 <row>
40244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40245 \begin_inset Text
40246
40247 \begin_layout Plain Layout
40248 cm
40249 \end_layout
40250
40251 \end_inset
40252 </cell>
40253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40254 \begin_inset Text
40255
40256 \begin_layout Plain Layout
40257 centimeter
40258 \end_layout
40259
40260 \end_inset
40261 </cell>
40262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40263 \begin_inset Text
40264
40265 \begin_layout Plain Layout
40266 -
40267 \end_layout
40268
40269 \end_inset
40270 </cell>
40271 </row>
40272 <row>
40273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40274 \begin_inset Text
40275
40276 \begin_layout Plain Layout
40277 in
40278 \end_layout
40279
40280 \end_inset
40281 </cell>
40282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40283 \begin_inset Text
40284
40285 \begin_layout Plain Layout
40286 inch
40287 \end_layout
40288
40289 \end_inset
40290 </cell>
40291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40292 \begin_inset Text
40293
40294 \begin_layout Plain Layout
40295 -
40296 \end_layout
40297
40298 \end_inset
40299 </cell>
40300 </row>
40301 <row>
40302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40303 \begin_inset Text
40304
40305 \begin_layout Plain Layout
40306 pt
40307 \end_layout
40308
40309 \end_inset
40310 </cell>
40311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40312 \begin_inset Text
40313
40314 \begin_layout Plain Layout
40315 point (72.27
40316 \begin_inset space \thinspace{}
40317 \end_inset
40318
40319 pt = 1
40320 \begin_inset space \thinspace{}
40321 \end_inset
40322
40323 in)
40324 \end_layout
40325
40326 \end_inset
40327 </cell>
40328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40329 \begin_inset Text
40330
40331 \begin_layout Plain Layout
40332 -
40333 \end_layout
40334
40335 \end_inset
40336 </cell>
40337 </row>
40338 <row>
40339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40340 \begin_inset Text
40341
40342 \begin_layout Plain Layout
40343 pc
40344 \end_layout
40345
40346 \end_inset
40347 </cell>
40348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40349 \begin_inset Text
40350
40351 \begin_layout Plain Layout
40352 pica (1
40353 \begin_inset space \thinspace{}
40354 \end_inset
40355
40356 pc = 12
40357 \begin_inset space \thinspace{}
40358 \end_inset
40359
40360 pt)
40361 \end_layout
40362
40363 \end_inset
40364 </cell>
40365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40366 \begin_inset Text
40367
40368 \begin_layout Plain Layout
40369 -
40370 \end_layout
40371
40372 \end_inset
40373 </cell>
40374 </row>
40375 <row>
40376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40377 \begin_inset Text
40378
40379 \begin_layout Plain Layout
40380 sp
40381 \end_layout
40382
40383 \end_inset
40384 </cell>
40385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40386 \begin_inset Text
40387
40388 \begin_layout Plain Layout
40389 scaled point (65536
40390 \begin_inset space \thinspace{}
40391 \end_inset
40392
40393 sp = 1
40394 \begin_inset space \thinspace{}
40395 \end_inset
40396
40397 pt)
40398 \end_layout
40399
40400 \end_inset
40401 </cell>
40402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40403 \begin_inset Text
40404
40405 \begin_layout Plain Layout
40406 -
40407 \end_layout
40408
40409 \end_inset
40410 </cell>
40411 </row>
40412 <row>
40413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40414 \begin_inset Text
40415
40416 \begin_layout Plain Layout
40417 bp
40418 \end_layout
40419
40420 \end_inset
40421 </cell>
40422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40423 \begin_inset Text
40424
40425 \begin_layout Plain Layout
40426 big point (72
40427 \begin_inset space \thinspace{}
40428 \end_inset
40429
40430 bp = 1
40431 \begin_inset space \thinspace{}
40432 \end_inset
40433
40434 in)
40435 \end_layout
40436
40437 \end_inset
40438 </cell>
40439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40440 \begin_inset Text
40441
40442 \begin_layout Plain Layout
40443 -
40444 \end_layout
40445
40446 \end_inset
40447 </cell>
40448 </row>
40449 <row>
40450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40451 \begin_inset Text
40452
40453 \begin_layout Plain Layout
40454 dd
40455 \end_layout
40456
40457 \end_inset
40458 </cell>
40459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40460 \begin_inset Text
40461
40462 \begin_layout Plain Layout
40463 didot (1
40464 \begin_inset space \thinspace{}
40465 \end_inset
40466
40467 dd 
40468 \begin_inset Formula $\approx$
40469 \end_inset
40470
40471  0.376
40472 \begin_inset space \thinspace{}
40473 \end_inset
40474
40475 mm)
40476 \end_layout
40477
40478 \end_inset
40479 </cell>
40480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40481 \begin_inset Text
40482
40483 \begin_layout Plain Layout
40484 -
40485 \end_layout
40486
40487 \end_inset
40488 </cell>
40489 </row>
40490 <row>
40491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40492 \begin_inset Text
40493
40494 \begin_layout Plain Layout
40495 cc
40496 \end_layout
40497
40498 \end_inset
40499 </cell>
40500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40501 \begin_inset Text
40502
40503 \begin_layout Plain Layout
40504 cicero (1
40505 \begin_inset space \thinspace{}
40506 \end_inset
40507
40508 cc = 12
40509 \begin_inset space \thinspace{}
40510 \end_inset
40511
40512 dd)
40513 \end_layout
40514
40515 \end_inset
40516 </cell>
40517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40518 \begin_inset Text
40519
40520 \begin_layout Plain Layout
40521 -
40522 \end_layout
40523
40524 \end_inset
40525 </cell>
40526 </row>
40527 <row>
40528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40529 \begin_inset Text
40530
40531 \begin_layout Plain Layout
40532 Scale Graphics %
40533 \end_layout
40534
40535 \end_inset
40536 </cell>
40537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40538 \begin_inset Text
40539
40540 \begin_layout Plain Layout
40541 % of original image width
40542 \end_layout
40543
40544 \end_inset
40545 </cell>
40546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40547 \begin_inset Text
40548
40549 \begin_layout Plain Layout
40550
40551 \end_layout
40552
40553 \end_inset
40554 </cell>
40555 </row>
40556 <row>
40557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40558 \begin_inset Text
40559
40560 \begin_layout Plain Layout
40561 Text Width %
40562 \end_layout
40563
40564 \end_inset
40565 </cell>
40566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40567 \begin_inset Text
40568
40569 \begin_layout Plain Layout
40570 % of text width
40571 \end_layout
40572
40573 \end_inset
40574 </cell>
40575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40576 \begin_inset Text
40577
40578 \begin_layout Plain Layout
40579
40580 \backslash
40581 textwidth
40582 \end_layout
40583
40584 \end_inset
40585 </cell>
40586 </row>
40587 <row>
40588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40589 \begin_inset Text
40590
40591 \begin_layout Plain Layout
40592 Column Width %
40593 \end_layout
40594
40595 \end_inset
40596 </cell>
40597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40598 \begin_inset Text
40599
40600 \begin_layout Plain Layout
40601 % of column width
40602 \end_layout
40603
40604 \end_inset
40605 </cell>
40606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40607 \begin_inset Text
40608
40609 \begin_layout Plain Layout
40610
40611 \backslash
40612 columnwidth
40613 \end_layout
40614
40615 \end_inset
40616 </cell>
40617 </row>
40618 <row>
40619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40620 \begin_inset Text
40621
40622 \begin_layout Plain Layout
40623 Page Width %
40624 \end_layout
40625
40626 \end_inset
40627 </cell>
40628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40629 \begin_inset Text
40630
40631 \begin_layout Plain Layout
40632 % of paper width
40633 \end_layout
40634
40635 \end_inset
40636 </cell>
40637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40638 \begin_inset Text
40639
40640 \begin_layout Plain Layout
40641
40642 \backslash
40643 paperwidth
40644 \end_layout
40645
40646 \end_inset
40647 </cell>
40648 </row>
40649 <row>
40650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40651 \begin_inset Text
40652
40653 \begin_layout Plain Layout
40654 Line Width %
40655 \end_layout
40656
40657 \end_inset
40658 </cell>
40659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40660 \begin_inset Text
40661
40662 \begin_layout Plain Layout
40663 % of line width
40664 \end_layout
40665
40666 \end_inset
40667 </cell>
40668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40669 \begin_inset Text
40670
40671 \begin_layout Plain Layout
40672
40673 \backslash
40674 linewidth
40675 \end_layout
40676
40677 \end_inset
40678 </cell>
40679 </row>
40680 <row>
40681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40682 \begin_inset Text
40683
40684 \begin_layout Plain Layout
40685 Text Height %
40686 \end_layout
40687
40688 \end_inset
40689 </cell>
40690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40691 \begin_inset Text
40692
40693 \begin_layout Plain Layout
40694 % of text height
40695 \end_layout
40696
40697 \end_inset
40698 </cell>
40699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40700 \begin_inset Text
40701
40702 \begin_layout Plain Layout
40703
40704 \backslash
40705 textheight
40706 \end_layout
40707
40708 \end_inset
40709 </cell>
40710 </row>
40711 <row>
40712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40713 \begin_inset Text
40714
40715 \begin_layout Plain Layout
40716 Page Height %
40717 \end_layout
40718
40719 \end_inset
40720 </cell>
40721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40722 \begin_inset Text
40723
40724 \begin_layout Plain Layout
40725 % of paper height
40726 \end_layout
40727
40728 \end_inset
40729 </cell>
40730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40731 \begin_inset Text
40732
40733 \begin_layout Plain Layout
40734
40735 \backslash
40736 paperheight
40737 \end_layout
40738
40739 \end_inset
40740 </cell>
40741 </row>
40742 <row>
40743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40744 \begin_inset Text
40745
40746 \begin_layout Plain Layout
40747 ex
40748 \end_layout
40749
40750 \end_inset
40751 </cell>
40752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40753 \begin_inset Text
40754
40755 \begin_layout Plain Layout
40756 height of letter 
40757 \emph on
40758 x
40759 \emph default
40760  in current font
40761 \end_layout
40762
40763 \end_inset
40764 </cell>
40765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40766 \begin_inset Text
40767
40768 \begin_layout Plain Layout
40769 -
40770 \end_layout
40771
40772 \end_inset
40773 </cell>
40774 </row>
40775 <row>
40776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40777 \begin_inset Text
40778
40779 \begin_layout Plain Layout
40780 em
40781 \end_layout
40782
40783 \end_inset
40784 </cell>
40785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40786 \begin_inset Text
40787
40788 \begin_layout Plain Layout
40789 width of letter 
40790 \emph on
40791 M
40792 \emph default
40793  in current font
40794 \end_layout
40795
40796 \end_inset
40797 </cell>
40798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40799 \begin_inset Text
40800
40801 \begin_layout Plain Layout
40802 -
40803 \end_layout
40804
40805 \end_inset
40806 </cell>
40807 </row>
40808 <row>
40809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40810 \begin_inset Text
40811
40812 \begin_layout Plain Layout
40813 mu
40814 \end_layout
40815
40816 \end_inset
40817 </cell>
40818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40819 \begin_inset Text
40820
40821 \begin_layout Plain Layout
40822 math unit (1
40823 \begin_inset space \thinspace{}
40824 \end_inset
40825
40826 mu = 1/18
40827 \begin_inset space \thinspace{}
40828 \end_inset
40829
40830 em)
40831 \end_layout
40832
40833 \end_inset
40834 </cell>
40835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40836 \begin_inset Text
40837
40838 \begin_layout Plain Layout
40839 -
40840 \end_layout
40841
40842 \end_inset
40843 </cell>
40844 </row>
40845 </lyxtabular>
40846
40847 \end_inset
40848
40849
40850 \end_layout
40851
40852 \end_inset
40853
40854
40855 \end_layout
40856
40857 \begin_layout Chapter
40858 Output File Formats with Graphics
40859 \begin_inset CommandInset label
40860 LatexCommand label
40861 name "cha:Output-File-Formats"
40862
40863 \end_inset
40864
40865
40866 \end_layout
40867
40868 \begin_layout Section
40869 DVI
40870 \begin_inset Index idx
40871 status collapsed
40872
40873 \begin_layout Plain Layout
40874 File Formats ! DVI
40875 \end_layout
40876
40877 \end_inset
40878
40879
40880 \begin_inset Index idx
40881 status collapsed
40882
40883 \begin_layout Plain Layout
40884 DVI|see
40885 \begin_inset ERT
40886 status collapsed
40887
40888 \begin_layout Plain Layout
40889
40890 {
40891 \end_layout
40892
40893 \end_inset
40894
40895 File Formats
40896 \begin_inset ERT
40897 status collapsed
40898
40899 \begin_layout Plain Layout
40900
40901 }
40902 \end_layout
40903
40904 \end_inset
40905
40906
40907 \end_layout
40908
40909 \end_inset
40910
40911
40912 \end_layout
40913
40914 \begin_layout Standard
40915 This file type has the extension 
40916 \begin_inset Quotes eld
40917 \end_inset
40918
40919
40920 \family typewriter
40921 .dvi
40922 \family default
40923
40924 \begin_inset Quotes erd
40925 \end_inset
40926
40927 .
40928  It is called 
40929 \begin_inset Quotes eld
40930 \end_inset
40931
40932 device-independent
40933 \begin_inset Quotes erd
40934 \end_inset
40935
40936  (DVI), because it is completely portable; you can move them from one machine
40937  to another without needing to do any sort of conversion.
40938  At the time when this file-format was developed, this was no matter of
40939  course.
40940  DVIs are used for quick previews and as pre-stage for other output formats,
40941  like PostScript.
40942 \end_layout
40943
40944 \begin_layout Standard
40945 \begin_inset Note Greyedout
40946 status open
40947
40948 \begin_layout Plain Layout
40949
40950 \series bold
40951 Note:
40952 \series default
40953  DVI-files do not contain images; they will only be a linked.
40954 \end_layout
40955
40956 \end_inset
40957
40958  So don't forget this, if you move your 
40959 \family typewriter
40960 .dvi
40961 \family default
40962  file to another computer.
40963  This property can also slow down your computer when you view the DVI, because
40964  the DVI-viewer has to convert the image in the background to make it visible
40965  when you scroll in the DVI.
40966  So it is recommended that you use PDF for files with many images.
40967 \end_layout
40968
40969 \begin_layout Standard
40970 You can export your document to DVI by using the menu 
40971 \family sans
40972 File\SpecialChar menuseparator
40973 Export\SpecialChar menuseparator
40974 DVI
40975 \family default
40976 .
40977  You can view your document as DVI via the 
40978 \family sans
40979 View
40980 \family default
40981  menu.
40982 \end_layout
40983
40984 \begin_layout Section
40985 PostScript
40986 \begin_inset Index idx
40987 status collapsed
40988
40989 \begin_layout Plain Layout
40990 File Formats ! PostScript
40991 \end_layout
40992
40993 \end_inset
40994
40995
40996 \begin_inset Index idx
40997 status collapsed
40998
40999 \begin_layout Plain Layout
41000 PostScript|see
41001 \begin_inset ERT
41002 status collapsed
41003
41004 \begin_layout Plain Layout
41005
41006 {
41007 \end_layout
41008
41009 \end_inset
41010
41011 File Formats
41012 \begin_inset ERT
41013 status collapsed
41014
41015 \begin_layout Plain Layout
41016
41017 }
41018 \end_layout
41019
41020 \end_inset
41021
41022
41023 \end_layout
41024
41025 \end_inset
41026
41027
41028 \end_layout
41029
41030 \begin_layout Standard
41031 This file type has the extension 
41032 \begin_inset Quotes eld
41033 \end_inset
41034
41035
41036 \family typewriter
41037 .ps
41038 \family default
41039
41040 \begin_inset Quotes erd
41041 \end_inset
41042
41043 .
41044  PostScript was developed by the company 
41045 \family typewriter
41046 Adobe
41047 \family default
41048  as a printer language.
41049  The file therefore contains commands that the printer uses to print the
41050  file.
41051  PostScript can be seen as a 
41052 \begin_inset Quotes eld
41053 \end_inset
41054
41055 programming language
41056 \begin_inset Quotes erd
41057 \end_inset
41058
41059 ; you can calculate with it and draw diagrams and images.
41060 \begin_inset Foot
41061 status collapsed
41062
41063 \begin_layout Plain Layout
41064 If you are interested to learn more about this, have a look at the \SpecialChar LaTeX
41065 -package
41066  
41067 \series bold
41068 PSTricks
41069 \series default
41070  
41071 \begin_inset CommandInset citation
41072 LatexCommand cite
41073 key "pstricks"
41074
41075 \end_inset
41076
41077 .
41078 \end_layout
41079
41080 \end_inset
41081
41082  Due to this ability, the files are often bigger than PDFs.
41083 \end_layout
41084
41085 \begin_layout Standard
41086 PostScript can only contain images in the format 
41087 \begin_inset Quotes eld
41088 \end_inset
41089
41090 Encapsulated PostScript
41091 \begin_inset Quotes erd
41092 \end_inset
41093
41094  (EPS, file extension 
41095 \begin_inset Quotes eld
41096 \end_inset
41097
41098
41099 \family typewriter
41100 .eps
41101 \family default
41102
41103 \begin_inset Quotes erd
41104 \end_inset
41105
41106 ).
41107  As \SpecialChar LyX
41108  allows you to use any known image format in your document, it has to
41109  convert images in the background to EPS.
41110  If you have e.g.
41111 \begin_inset space ~
41112 \end_inset
41113
41114 50
41115 \begin_inset space ~
41116 \end_inset
41117
41118 images in your document, \SpecialChar LyX
41119  has to do 50
41120 \begin_inset space ~
41121 \end_inset
41122
41123 conversions whenever you view or export your document.
41124  This will slow down your work flow with \SpecialChar LyX
41125  drastically.
41126  So if you plan to use PostScript, you can insert your images directly as
41127  EPS to avoid this problem.
41128 \end_layout
41129
41130 \begin_layout Standard
41131 You can export your document to PostScript using the menu 
41132 \family sans
41133 File\SpecialChar menuseparator
41134 Export\SpecialChar menuseparator
41135 Postscript
41136 \family default
41137 .
41138  You can view your document as PostScript via the 
41139 \family sans
41140 View
41141 \family default
41142  menu.
41143 \end_layout
41144
41145 \begin_layout Section
41146 PDF
41147 \begin_inset Index idx
41148 status collapsed
41149
41150 \begin_layout Plain Layout
41151 File Formats ! PDF
41152 \end_layout
41153
41154 \end_inset
41155
41156
41157 \begin_inset Index idx
41158 status collapsed
41159
41160 \begin_layout Plain Layout
41161 PDF
41162 \end_layout
41163
41164 \end_inset
41165
41166
41167 \end_layout
41168
41169 \begin_layout Standard
41170 This file type has the extension 
41171 \begin_inset Quotes eld
41172 \end_inset
41173
41174
41175 \family typewriter
41176 .pdf
41177 \family default
41178
41179 \begin_inset Quotes erd
41180 \end_inset
41181
41182 .
41183  The 
41184 \begin_inset Quotes eld
41185 \end_inset
41186
41187 Portable Document Format
41188 \begin_inset Quotes erd
41189 \end_inset
41190
41191  (PDF) was developed by 
41192 \family typewriter
41193 Adobe
41194 \family default
41195  as a derivative of PostScript.
41196  It is more compressed and it uses fewer commands than PostScript.
41197  As the name 
41198 \begin_inset Quotes eld
41199 \end_inset
41200
41201 portable
41202 \begin_inset Quotes erd
41203 \end_inset
41204
41205  implies, it can be processed at any computer system and the printed output
41206  looks exactly the same.
41207 \end_layout
41208
41209 \begin_layout Standard
41210 PDF can contain images in its own PDF format, in the format 
41211 \begin_inset Quotes eld
41212 \end_inset
41213
41214 Joint Photographic Experts Group
41215 \begin_inset Quotes erd
41216 \end_inset
41217
41218  (JPG, file extension 
41219 \begin_inset Quotes eld
41220 \end_inset
41221
41222
41223 \family typewriter
41224 .jpg
41225 \family default
41226
41227 \begin_inset Quotes erd
41228 \end_inset
41229
41230  or 
41231 \begin_inset Quotes eld
41232 \end_inset
41233
41234
41235 \family typewriter
41236 .jpeg
41237 \family default
41238
41239 \begin_inset Quotes erd
41240 \end_inset
41241
41242 ), and in the format 
41243 \begin_inset Quotes eld
41244 \end_inset
41245
41246 Portable Network Graphics
41247 \begin_inset Quotes erd
41248 \end_inset
41249
41250  (PNG, file extension 
41251 \begin_inset Quotes eld
41252 \end_inset
41253
41254
41255 \family typewriter
41256 .png
41257 \family default
41258
41259 \begin_inset Quotes erd
41260 \end_inset
41261
41262 ).
41263  Nevertheless you can use any other image format, because \SpecialChar LyX
41264  converts them
41265  in the background to one of these formats.
41266  But as described in the section about PostScript, the image conversion
41267  will slow down your work flow.
41268  So it is recommended that you use images in one of the three mentioned
41269  formats.
41270 \end_layout
41271
41272 \begin_layout Standard
41273 You can export your document to PDF via the menu 
41274 \family sans
41275 File\SpecialChar menuseparator
41276 Export
41277 \family default
41278  in three different ways:
41279 \end_layout
41280
41281 \begin_layout Description
41282 PDF
41283 \begin_inset space ~
41284 \end_inset
41285
41286 (ps2pdf) This uses the program 
41287 \family typewriter
41288 ps2pdf
41289 \family default
41290  that creates a PDF from a PostScript-version of your file.
41291  The PostScript-version is produced by the program 
41292 \family typewriter
41293 dvips
41294 \family default
41295  which uses a DVI-version as intermediate step.
41296  So this export variant consists of three conversions.
41297 \end_layout
41298
41299 \begin_layout Description
41300 PDF
41301 \begin_inset space ~
41302 \end_inset
41303
41304 (dvipdfm) This uses the program 
41305 \family typewriter
41306 dvipdfm
41307 \family default
41308  that converts your file in the background to DVI and in a second step to
41309  PDF.
41310 \end_layout
41311
41312 \begin_layout Description
41313 PDF
41314 \begin_inset space ~
41315 \end_inset
41316
41317 (pdflatex) This uses the program 
41318 \family typewriter
41319 pdftex
41320 \family default
41321  that converts your file directly to PDF.
41322 \end_layout
41323
41324 \begin_layout Standard
41325 It is recommended that you use 
41326 \family sans
41327 PDF
41328 \begin_inset space ~
41329 \end_inset
41330
41331 (pdflatex)
41332 \family default
41333  because 
41334 \family typewriter
41335 pdftex
41336 \family default
41337  supports all features of actual PDF-versions, is quick and works stable.
41338  The program 
41339 \family typewriter
41340 dvipdfm
41341 \family default
41342  is not under development and therefore a bit outdated.
41343 \end_layout
41344
41345 \begin_layout Standard
41346 You can view your document as PDF via the 
41347 \family sans
41348 View
41349 \family default
41350  menu or by using a toolbar button.
41351 \end_layout
41352
41353 \begin_layout Chapter
41354 List of dvips color names
41355 \begin_inset CommandInset label
41356 LatexCommand label
41357 name "chap:List-of-dvips-colornames"
41358
41359 \end_inset
41360
41361
41362 \end_layout
41363
41364 \begin_layout Standard
41365 \begin_inset Tabular
41366 <lyxtabular version="3" rows="17" columns="4">
41367 <features tabularvalignment="middle">
41368 <column alignment="left" valignment="top" width="0pt">
41369 <column alignment="left" valignment="top" width="0pt">
41370 <column alignment="left" valignment="top" width="0pt">
41371 <column alignment="left" valignment="top" width="0pt">
41372 <row>
41373 <cell alignment="left" valignment="top" usebox="none">
41374 \begin_inset Text
41375
41376 \begin_layout Plain Layout
41377 \begin_inset ERT
41378 status collapsed
41379
41380 \begin_layout Plain Layout
41381
41382
41383 \backslash
41384 fcolorbox{black}{
41385 \end_layout
41386
41387 \end_inset
41388
41389 white
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
41401 \begin_inset ERT
41402 status collapsed
41403
41404 \begin_layout Plain Layout
41405
41406 }
41407 \end_layout
41408
41409 \end_inset
41410
41411  Color name
41412 \end_layout
41413
41414 \end_inset
41415 </cell>
41416 <cell alignment="left" valignment="top" usebox="none">
41417 \begin_inset Text
41418
41419 \begin_layout Plain Layout
41420 \begin_inset ERT
41421 status collapsed
41422
41423 \begin_layout Plain Layout
41424
41425
41426 \backslash
41427 fcolorbox{black}{
41428 \end_layout
41429
41430 \end_inset
41431
41432 white
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
41444 \begin_inset ERT
41445 status collapsed
41446
41447 \begin_layout Plain Layout
41448
41449 }
41450 \end_layout
41451
41452 \end_inset
41453
41454  Color name
41455 \end_layout
41456
41457 \end_inset
41458 </cell>
41459 <cell alignment="left" valignment="top" usebox="none">
41460 \begin_inset Text
41461
41462 \begin_layout Plain Layout
41463 \begin_inset ERT
41464 status collapsed
41465
41466 \begin_layout Plain Layout
41467
41468
41469 \backslash
41470 fcolorbox{black}{
41471 \end_layout
41472
41473 \end_inset
41474
41475 white
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
41487 \begin_inset ERT
41488 status collapsed
41489
41490 \begin_layout Plain Layout
41491
41492 }
41493 \end_layout
41494
41495 \end_inset
41496
41497  Color name
41498 \end_layout
41499
41500 \end_inset
41501 </cell>
41502 <cell alignment="left" valignment="top" usebox="none">
41503 \begin_inset Text
41504
41505 \begin_layout Plain Layout
41506 \begin_inset ERT
41507 status collapsed
41508
41509 \begin_layout Plain Layout
41510
41511
41512 \backslash
41513 fcolorbox{black}{
41514 \end_layout
41515
41516 \end_inset
41517
41518 white
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
41530 \begin_inset ERT
41531 status collapsed
41532
41533 \begin_layout Plain Layout
41534
41535 }
41536 \end_layout
41537
41538 \end_inset
41539
41540  Color name
41541 \end_layout
41542
41543 \end_inset
41544 </cell>
41545 </row>
41546 <row>
41547 <cell alignment="center" valignment="top" usebox="none">
41548 \begin_inset Text
41549
41550 \begin_layout Plain Layout
41551 \begin_inset ERT
41552 status collapsed
41553
41554 \begin_layout Plain Layout
41555
41556
41557 \backslash
41558 fcolorbox{black}{
41559 \end_layout
41560
41561 \end_inset
41562
41563 Apricot
41564 \begin_inset ERT
41565 status collapsed
41566
41567 \begin_layout Plain Layout
41568
41569 }{
41570 \end_layout
41571
41572 \end_inset
41573
41574
41575 \begin_inset Phantom Phantom
41576 status open
41577
41578 \begin_layout Plain Layout
41579 W
41580 \end_layout
41581
41582 \end_inset
41583
41584
41585 \begin_inset ERT
41586 status collapsed
41587
41588 \begin_layout Plain Layout
41589
41590 }
41591 \end_layout
41592
41593 \end_inset
41594
41595  Apricot
41596 \end_layout
41597
41598 \end_inset
41599 </cell>
41600 <cell alignment="center" valignment="top" usebox="none">
41601 \begin_inset Text
41602
41603 \begin_layout Plain Layout
41604 \begin_inset ERT
41605 status collapsed
41606
41607 \begin_layout Plain Layout
41608
41609
41610 \backslash
41611 fcolorbox{black}{
41612 \end_layout
41613
41614 \end_inset
41615
41616 Aquamarine
41617 \begin_inset ERT
41618 status collapsed
41619
41620 \begin_layout Plain Layout
41621
41622 }{
41623 \end_layout
41624
41625 \end_inset
41626
41627
41628 \begin_inset Phantom Phantom
41629 status open
41630
41631 \begin_layout Plain Layout
41632 W
41633 \end_layout
41634
41635 \end_inset
41636
41637
41638 \begin_inset ERT
41639 status collapsed
41640
41641 \begin_layout Plain Layout
41642
41643 }
41644 \end_layout
41645
41646 \end_inset
41647
41648  Aquamarine
41649 \end_layout
41650
41651 \end_inset
41652 </cell>
41653 <cell alignment="center" valignment="top" usebox="none">
41654 \begin_inset Text
41655
41656 \begin_layout Plain Layout
41657 \begin_inset ERT
41658 status collapsed
41659
41660 \begin_layout Plain Layout
41661
41662
41663 \backslash
41664 fcolorbox{black}{
41665 \end_layout
41666
41667 \end_inset
41668
41669 Bittersweet
41670 \begin_inset ERT
41671 status collapsed
41672
41673 \begin_layout Plain Layout
41674
41675 }{
41676 \end_layout
41677
41678 \end_inset
41679
41680
41681 \begin_inset Phantom Phantom
41682 status open
41683
41684 \begin_layout Plain Layout
41685 W
41686 \end_layout
41687
41688 \end_inset
41689
41690
41691 \begin_inset ERT
41692 status collapsed
41693
41694 \begin_layout Plain Layout
41695
41696 }
41697 \end_layout
41698
41699 \end_inset
41700
41701  Bittersweet
41702 \end_layout
41703
41704 \end_inset
41705 </cell>
41706 <cell alignment="center" valignment="top" usebox="none">
41707 \begin_inset Text
41708
41709 \begin_layout Plain Layout
41710 \begin_inset ERT
41711 status collapsed
41712
41713 \begin_layout Plain Layout
41714
41715
41716 \backslash
41717 fcolorbox{black}{
41718 \end_layout
41719
41720 \end_inset
41721
41722 BlueGreen
41723 \begin_inset ERT
41724 status collapsed
41725
41726 \begin_layout Plain Layout
41727
41728 }{
41729 \end_layout
41730
41731 \end_inset
41732
41733
41734 \begin_inset Phantom Phantom
41735 status open
41736
41737 \begin_layout Plain Layout
41738 W
41739 \end_layout
41740
41741 \end_inset
41742
41743
41744 \begin_inset ERT
41745 status collapsed
41746
41747 \begin_layout Plain Layout
41748
41749 }
41750 \end_layout
41751
41752 \end_inset
41753
41754  BlueGreen
41755 \end_layout
41756
41757 \end_inset
41758 </cell>
41759 </row>
41760 <row>
41761 <cell alignment="left" valignment="top" usebox="none">
41762 \begin_inset Text
41763
41764 \begin_layout Plain Layout
41765 \begin_inset ERT
41766 status collapsed
41767
41768 \begin_layout Plain Layout
41769
41770
41771 \backslash
41772 fcolorbox{black}{
41773 \end_layout
41774
41775 \end_inset
41776
41777 BlueViolet
41778 \begin_inset ERT
41779 status collapsed
41780
41781 \begin_layout Plain Layout
41782
41783 }{
41784 \end_layout
41785
41786 \end_inset
41787
41788
41789 \begin_inset Phantom Phantom
41790 status open
41791
41792 \begin_layout Plain Layout
41793 W
41794 \end_layout
41795
41796 \end_inset
41797
41798
41799 \begin_inset ERT
41800 status collapsed
41801
41802 \begin_layout Plain Layout
41803
41804 }
41805 \end_layout
41806
41807 \end_inset
41808
41809  BlueViolet
41810 \end_layout
41811
41812 \end_inset
41813 </cell>
41814 <cell alignment="left" valignment="top" usebox="none">
41815 \begin_inset Text
41816
41817 \begin_layout Plain Layout
41818 \begin_inset ERT
41819 status collapsed
41820
41821 \begin_layout Plain Layout
41822
41823
41824 \backslash
41825 fcolorbox{black}{
41826 \end_layout
41827
41828 \end_inset
41829
41830 BrickRed
41831 \begin_inset ERT
41832 status collapsed
41833
41834 \begin_layout Plain Layout
41835
41836 }{
41837 \end_layout
41838
41839 \end_inset
41840
41841
41842 \begin_inset Phantom Phantom
41843 status open
41844
41845 \begin_layout Plain Layout
41846 W
41847 \end_layout
41848
41849 \end_inset
41850
41851
41852 \begin_inset ERT
41853 status collapsed
41854
41855 \begin_layout Plain Layout
41856
41857 }
41858 \end_layout
41859
41860 \end_inset
41861
41862  BrickRed
41863 \end_layout
41864
41865 \end_inset
41866 </cell>
41867 <cell alignment="left" valignment="top" usebox="none">
41868 \begin_inset Text
41869
41870 \begin_layout Plain Layout
41871 \begin_inset ERT
41872 status collapsed
41873
41874 \begin_layout Plain Layout
41875
41876
41877 \backslash
41878 fcolorbox{black}{
41879 \end_layout
41880
41881 \end_inset
41882
41883 Brown
41884 \begin_inset ERT
41885 status collapsed
41886
41887 \begin_layout Plain Layout
41888
41889 }{
41890 \end_layout
41891
41892 \end_inset
41893
41894
41895 \begin_inset Phantom Phantom
41896 status open
41897
41898 \begin_layout Plain Layout
41899 W
41900 \end_layout
41901
41902 \end_inset
41903
41904
41905 \begin_inset ERT
41906 status collapsed
41907
41908 \begin_layout Plain Layout
41909
41910 }
41911 \end_layout
41912
41913 \end_inset
41914
41915  Brown
41916 \end_layout
41917
41918 \end_inset
41919 </cell>
41920 <cell alignment="left" valignment="top" usebox="none">
41921 \begin_inset Text
41922
41923 \begin_layout Plain Layout
41924 \begin_inset ERT
41925 status collapsed
41926
41927 \begin_layout Plain Layout
41928
41929
41930 \backslash
41931 fcolorbox{black}{
41932 \end_layout
41933
41934 \end_inset
41935
41936 BurntOrange
41937 \begin_inset ERT
41938 status collapsed
41939
41940 \begin_layout Plain Layout
41941
41942 }{
41943 \end_layout
41944
41945 \end_inset
41946
41947
41948 \begin_inset Phantom Phantom
41949 status open
41950
41951 \begin_layout Plain Layout
41952 W
41953 \end_layout
41954
41955 \end_inset
41956
41957
41958 \begin_inset ERT
41959 status collapsed
41960
41961 \begin_layout Plain Layout
41962
41963 }
41964 \end_layout
41965
41966 \end_inset
41967
41968  BurntOrange
41969 \end_layout
41970
41971 \end_inset
41972 </cell>
41973 </row>
41974 <row>
41975 <cell alignment="left" valignment="top" usebox="none">
41976 \begin_inset Text
41977
41978 \begin_layout Plain Layout
41979 \begin_inset ERT
41980 status collapsed
41981
41982 \begin_layout Plain Layout
41983
41984
41985 \backslash
41986 fcolorbox{black}{
41987 \end_layout
41988
41989 \end_inset
41990
41991 CadetBlue
41992 \begin_inset ERT
41993 status collapsed
41994
41995 \begin_layout Plain Layout
41996
41997 }{
41998 \end_layout
41999
42000 \end_inset
42001
42002
42003 \begin_inset Phantom Phantom
42004 status open
42005
42006 \begin_layout Plain Layout
42007 W
42008 \end_layout
42009
42010 \end_inset
42011
42012
42013 \begin_inset ERT
42014 status collapsed
42015
42016 \begin_layout Plain Layout
42017
42018 }
42019 \end_layout
42020
42021 \end_inset
42022
42023  CadetBlue
42024 \end_layout
42025
42026 \end_inset
42027 </cell>
42028 <cell alignment="left" valignment="top" usebox="none">
42029 \begin_inset Text
42030
42031 \begin_layout Plain Layout
42032 \begin_inset ERT
42033 status collapsed
42034
42035 \begin_layout Plain Layout
42036
42037
42038 \backslash
42039 fcolorbox{black}{
42040 \end_layout
42041
42042 \end_inset
42043
42044 CarnationPink
42045 \begin_inset ERT
42046 status collapsed
42047
42048 \begin_layout Plain Layout
42049
42050 }{
42051 \end_layout
42052
42053 \end_inset
42054
42055
42056 \begin_inset Phantom Phantom
42057 status open
42058
42059 \begin_layout Plain Layout
42060 W
42061 \end_layout
42062
42063 \end_inset
42064
42065
42066 \begin_inset ERT
42067 status collapsed
42068
42069 \begin_layout Plain Layout
42070
42071 }
42072 \end_layout
42073
42074 \end_inset
42075
42076  CarnationPink
42077 \end_layout
42078
42079 \end_inset
42080 </cell>
42081 <cell alignment="left" valignment="top" usebox="none">
42082 \begin_inset Text
42083
42084 \begin_layout Plain Layout
42085 \begin_inset ERT
42086 status collapsed
42087
42088 \begin_layout Plain Layout
42089
42090
42091 \backslash
42092 fcolorbox{black}{
42093 \end_layout
42094
42095 \end_inset
42096
42097 Cerulean
42098 \begin_inset ERT
42099 status collapsed
42100
42101 \begin_layout Plain Layout
42102
42103 }{
42104 \end_layout
42105
42106 \end_inset
42107
42108
42109 \begin_inset Phantom Phantom
42110 status open
42111
42112 \begin_layout Plain Layout
42113 W
42114 \end_layout
42115
42116 \end_inset
42117
42118
42119 \begin_inset ERT
42120 status collapsed
42121
42122 \begin_layout Plain Layout
42123
42124 }
42125 \end_layout
42126
42127 \end_inset
42128
42129  Cerulean
42130 \end_layout
42131
42132 \end_inset
42133 </cell>
42134 <cell alignment="left" valignment="top" usebox="none">
42135 \begin_inset Text
42136
42137 \begin_layout Plain Layout
42138 \begin_inset ERT
42139 status collapsed
42140
42141 \begin_layout Plain Layout
42142
42143
42144 \backslash
42145 fcolorbox{black}{
42146 \end_layout
42147
42148 \end_inset
42149
42150 CornflowerBlue
42151 \begin_inset ERT
42152 status collapsed
42153
42154 \begin_layout Plain Layout
42155
42156 }{
42157 \end_layout
42158
42159 \end_inset
42160
42161
42162 \begin_inset Phantom Phantom
42163 status open
42164
42165 \begin_layout Plain Layout
42166 W
42167 \end_layout
42168
42169 \end_inset
42170
42171
42172 \begin_inset ERT
42173 status collapsed
42174
42175 \begin_layout Plain Layout
42176
42177 }
42178 \end_layout
42179
42180 \end_inset
42181
42182  CornflowerBlue
42183 \end_layout
42184
42185 \end_inset
42186 </cell>
42187 </row>
42188 <row>
42189 <cell alignment="left" valignment="top" usebox="none">
42190 \begin_inset Text
42191
42192 \begin_layout Plain Layout
42193 \begin_inset ERT
42194 status collapsed
42195
42196 \begin_layout Plain Layout
42197
42198
42199 \backslash
42200 fcolorbox{black}{
42201 \end_layout
42202
42203 \end_inset
42204
42205 Dandelion
42206 \begin_inset ERT
42207 status collapsed
42208
42209 \begin_layout Plain Layout
42210
42211 }{
42212 \end_layout
42213
42214 \end_inset
42215
42216
42217 \begin_inset Phantom Phantom
42218 status open
42219
42220 \begin_layout Plain Layout
42221 W
42222 \end_layout
42223
42224 \end_inset
42225
42226
42227 \begin_inset ERT
42228 status collapsed
42229
42230 \begin_layout Plain Layout
42231
42232 }
42233 \end_layout
42234
42235 \end_inset
42236
42237  Dandelion
42238 \end_layout
42239
42240 \end_inset
42241 </cell>
42242 <cell alignment="left" valignment="top" usebox="none">
42243 \begin_inset Text
42244
42245 \begin_layout Plain Layout
42246 \begin_inset ERT
42247 status collapsed
42248
42249 \begin_layout Plain Layout
42250
42251
42252 \backslash
42253 fcolorbox{black}{
42254 \end_layout
42255
42256 \end_inset
42257
42258 DarkOrchid
42259 \begin_inset ERT
42260 status collapsed
42261
42262 \begin_layout Plain Layout
42263
42264 }{
42265 \end_layout
42266
42267 \end_inset
42268
42269
42270 \begin_inset Phantom Phantom
42271 status open
42272
42273 \begin_layout Plain Layout
42274 W
42275 \end_layout
42276
42277 \end_inset
42278
42279
42280 \begin_inset ERT
42281 status collapsed
42282
42283 \begin_layout Plain Layout
42284
42285 }
42286 \end_layout
42287
42288 \end_inset
42289
42290  DarkOrchid
42291 \end_layout
42292
42293 \end_inset
42294 </cell>
42295 <cell alignment="left" valignment="top" usebox="none">
42296 \begin_inset Text
42297
42298 \begin_layout Plain Layout
42299 \begin_inset ERT
42300 status collapsed
42301
42302 \begin_layout Plain Layout
42303
42304
42305 \backslash
42306 fcolorbox{black}{
42307 \end_layout
42308
42309 \end_inset
42310
42311 Emerald
42312 \begin_inset ERT
42313 status collapsed
42314
42315 \begin_layout Plain Layout
42316
42317 }{
42318 \end_layout
42319
42320 \end_inset
42321
42322
42323 \begin_inset Phantom Phantom
42324 status open
42325
42326 \begin_layout Plain Layout
42327 W
42328 \end_layout
42329
42330 \end_inset
42331
42332
42333 \begin_inset ERT
42334 status collapsed
42335
42336 \begin_layout Plain Layout
42337
42338 }
42339 \end_layout
42340
42341 \end_inset
42342
42343  Emerald
42344 \end_layout
42345
42346 \end_inset
42347 </cell>
42348 <cell alignment="left" valignment="top" usebox="none">
42349 \begin_inset Text
42350
42351 \begin_layout Plain Layout
42352 \begin_inset ERT
42353 status collapsed
42354
42355 \begin_layout Plain Layout
42356
42357
42358 \backslash
42359 fcolorbox{black}{
42360 \end_layout
42361
42362 \end_inset
42363
42364 ForestGreen
42365 \begin_inset ERT
42366 status collapsed
42367
42368 \begin_layout Plain Layout
42369
42370 }{
42371 \end_layout
42372
42373 \end_inset
42374
42375
42376 \begin_inset Phantom Phantom
42377 status open
42378
42379 \begin_layout Plain Layout
42380 W
42381 \end_layout
42382
42383 \end_inset
42384
42385
42386 \begin_inset ERT
42387 status collapsed
42388
42389 \begin_layout Plain Layout
42390
42391 }
42392 \end_layout
42393
42394 \end_inset
42395
42396  ForestGreen
42397 \end_layout
42398
42399 \end_inset
42400 </cell>
42401 </row>
42402 <row>
42403 <cell alignment="left" valignment="top" usebox="none">
42404 \begin_inset Text
42405
42406 \begin_layout Plain Layout
42407 \begin_inset ERT
42408 status collapsed
42409
42410 \begin_layout Plain Layout
42411
42412
42413 \backslash
42414 fcolorbox{black}{
42415 \end_layout
42416
42417 \end_inset
42418
42419 Fuchsia
42420 \begin_inset ERT
42421 status collapsed
42422
42423 \begin_layout Plain Layout
42424
42425 }{
42426 \end_layout
42427
42428 \end_inset
42429
42430
42431 \begin_inset Phantom Phantom
42432 status open
42433
42434 \begin_layout Plain Layout
42435 W
42436 \end_layout
42437
42438 \end_inset
42439
42440
42441 \begin_inset ERT
42442 status collapsed
42443
42444 \begin_layout Plain Layout
42445
42446 }
42447 \end_layout
42448
42449 \end_inset
42450
42451  Fuchsia
42452 \end_layout
42453
42454 \end_inset
42455 </cell>
42456 <cell alignment="left" valignment="top" usebox="none">
42457 \begin_inset Text
42458
42459 \begin_layout Plain Layout
42460 \begin_inset ERT
42461 status collapsed
42462
42463 \begin_layout Plain Layout
42464
42465
42466 \backslash
42467 fcolorbox{black}{
42468 \end_layout
42469
42470 \end_inset
42471
42472 Goldenrod
42473 \begin_inset ERT
42474 status collapsed
42475
42476 \begin_layout Plain Layout
42477
42478 }{
42479 \end_layout
42480
42481 \end_inset
42482
42483
42484 \begin_inset Phantom Phantom
42485 status open
42486
42487 \begin_layout Plain Layout
42488 W
42489 \end_layout
42490
42491 \end_inset
42492
42493
42494 \begin_inset ERT
42495 status collapsed
42496
42497 \begin_layout Plain Layout
42498
42499 }
42500 \end_layout
42501
42502 \end_inset
42503
42504  Goldenrod
42505 \end_layout
42506
42507 \end_inset
42508 </cell>
42509 <cell alignment="left" valignment="top" usebox="none">
42510 \begin_inset Text
42511
42512 \begin_layout Plain Layout
42513 \begin_inset ERT
42514 status collapsed
42515
42516 \begin_layout Plain Layout
42517
42518
42519 \backslash
42520 fcolorbox{black}{
42521 \end_layout
42522
42523 \end_inset
42524
42525 Gray
42526 \begin_inset ERT
42527 status collapsed
42528
42529 \begin_layout Plain Layout
42530
42531 }{
42532 \end_layout
42533
42534 \end_inset
42535
42536
42537 \begin_inset Phantom Phantom
42538 status open
42539
42540 \begin_layout Plain Layout
42541 W
42542 \end_layout
42543
42544 \end_inset
42545
42546
42547 \begin_inset ERT
42548 status collapsed
42549
42550 \begin_layout Plain Layout
42551
42552 }
42553 \end_layout
42554
42555 \end_inset
42556
42557  Gray
42558 \end_layout
42559
42560 \end_inset
42561 </cell>
42562 <cell alignment="left" valignment="top" usebox="none">
42563 \begin_inset Text
42564
42565 \begin_layout Plain Layout
42566 \begin_inset ERT
42567 status collapsed
42568
42569 \begin_layout Plain Layout
42570
42571
42572 \backslash
42573 fcolorbox{black}{
42574 \end_layout
42575
42576 \end_inset
42577
42578 GreenYellow
42579 \begin_inset ERT
42580 status collapsed
42581
42582 \begin_layout Plain Layout
42583
42584 }{
42585 \end_layout
42586
42587 \end_inset
42588
42589
42590 \begin_inset Phantom Phantom
42591 status open
42592
42593 \begin_layout Plain Layout
42594 W
42595 \end_layout
42596
42597 \end_inset
42598
42599
42600 \begin_inset ERT
42601 status collapsed
42602
42603 \begin_layout Plain Layout
42604
42605 }
42606 \end_layout
42607
42608 \end_inset
42609
42610  GreenYellow
42611 \end_layout
42612
42613 \end_inset
42614 </cell>
42615 </row>
42616 <row>
42617 <cell alignment="center" valignment="top" usebox="none">
42618 \begin_inset Text
42619
42620 \begin_layout Plain Layout
42621 \begin_inset ERT
42622 status collapsed
42623
42624 \begin_layout Plain Layout
42625
42626
42627 \backslash
42628 fcolorbox{black}{
42629 \end_layout
42630
42631 \end_inset
42632
42633 JungleGreen
42634 \begin_inset ERT
42635 status collapsed
42636
42637 \begin_layout Plain Layout
42638
42639 }{
42640 \end_layout
42641
42642 \end_inset
42643
42644
42645 \begin_inset Phantom Phantom
42646 status open
42647
42648 \begin_layout Plain Layout
42649 W
42650 \end_layout
42651
42652 \end_inset
42653
42654
42655 \begin_inset ERT
42656 status collapsed
42657
42658 \begin_layout Plain Layout
42659
42660 }
42661 \end_layout
42662
42663 \end_inset
42664
42665  JungleGreen
42666 \end_layout
42667
42668 \end_inset
42669 </cell>
42670 <cell alignment="center" valignment="top" usebox="none">
42671 \begin_inset Text
42672
42673 \begin_layout Plain Layout
42674 \begin_inset ERT
42675 status collapsed
42676
42677 \begin_layout Plain Layout
42678
42679
42680 \backslash
42681 fcolorbox{black}{
42682 \end_layout
42683
42684 \end_inset
42685
42686 Lavender
42687 \begin_inset ERT
42688 status collapsed
42689
42690 \begin_layout Plain Layout
42691
42692 }{
42693 \end_layout
42694
42695 \end_inset
42696
42697
42698 \begin_inset Phantom Phantom
42699 status open
42700
42701 \begin_layout Plain Layout
42702 W
42703 \end_layout
42704
42705 \end_inset
42706
42707
42708 \begin_inset ERT
42709 status collapsed
42710
42711 \begin_layout Plain Layout
42712
42713 }
42714 \end_layout
42715
42716 \end_inset
42717
42718  Lavender
42719 \end_layout
42720
42721 \end_inset
42722 </cell>
42723 <cell alignment="center" valignment="top" usebox="none">
42724 \begin_inset Text
42725
42726 \begin_layout Plain Layout
42727 \begin_inset ERT
42728 status collapsed
42729
42730 \begin_layout Plain Layout
42731
42732
42733 \backslash
42734 fcolorbox{black}{
42735 \end_layout
42736
42737 \end_inset
42738
42739 LimeGreen
42740 \begin_inset ERT
42741 status collapsed
42742
42743 \begin_layout Plain Layout
42744
42745 }{
42746 \end_layout
42747
42748 \end_inset
42749
42750
42751 \begin_inset Phantom Phantom
42752 status open
42753
42754 \begin_layout Plain Layout
42755 W
42756 \end_layout
42757
42758 \end_inset
42759
42760
42761 \begin_inset ERT
42762 status collapsed
42763
42764 \begin_layout Plain Layout
42765
42766 }
42767 \end_layout
42768
42769 \end_inset
42770
42771  LimeGreen
42772 \end_layout
42773
42774 \end_inset
42775 </cell>
42776 <cell alignment="center" valignment="top" usebox="none">
42777 \begin_inset Text
42778
42779 \begin_layout Plain Layout
42780 \begin_inset ERT
42781 status collapsed
42782
42783 \begin_layout Plain Layout
42784
42785
42786 \backslash
42787 fcolorbox{black}{
42788 \end_layout
42789
42790 \end_inset
42791
42792 Mahogany
42793 \begin_inset ERT
42794 status collapsed
42795
42796 \begin_layout Plain Layout
42797
42798 }{
42799 \end_layout
42800
42801 \end_inset
42802
42803
42804 \begin_inset Phantom Phantom
42805 status open
42806
42807 \begin_layout Plain Layout
42808 W
42809 \end_layout
42810
42811 \end_inset
42812
42813
42814 \begin_inset ERT
42815 status collapsed
42816
42817 \begin_layout Plain Layout
42818
42819 }
42820 \end_layout
42821
42822 \end_inset
42823
42824  Mahogany
42825 \end_layout
42826
42827 \end_inset
42828 </cell>
42829 </row>
42830 <row>
42831 <cell alignment="left" valignment="top" usebox="none">
42832 \begin_inset Text
42833
42834 \begin_layout Plain Layout
42835 \begin_inset ERT
42836 status collapsed
42837
42838 \begin_layout Plain Layout
42839
42840
42841 \backslash
42842 fcolorbox{black}{
42843 \end_layout
42844
42845 \end_inset
42846
42847 Mahogany
42848 \begin_inset ERT
42849 status collapsed
42850
42851 \begin_layout Plain Layout
42852
42853 }{
42854 \end_layout
42855
42856 \end_inset
42857
42858
42859 \begin_inset Phantom Phantom
42860 status open
42861
42862 \begin_layout Plain Layout
42863 W
42864 \end_layout
42865
42866 \end_inset
42867
42868
42869 \begin_inset ERT
42870 status collapsed
42871
42872 \begin_layout Plain Layout
42873
42874 }
42875 \end_layout
42876
42877 \end_inset
42878
42879  Mahogany
42880 \end_layout
42881
42882 \end_inset
42883 </cell>
42884 <cell alignment="left" valignment="top" usebox="none">
42885 \begin_inset Text
42886
42887 \begin_layout Plain Layout
42888 \begin_inset ERT
42889 status collapsed
42890
42891 \begin_layout Plain Layout
42892
42893
42894 \backslash
42895 fcolorbox{black}{
42896 \end_layout
42897
42898 \end_inset
42899
42900 Maroon
42901 \begin_inset ERT
42902 status collapsed
42903
42904 \begin_layout Plain Layout
42905
42906 }{
42907 \end_layout
42908
42909 \end_inset
42910
42911
42912 \begin_inset Phantom Phantom
42913 status open
42914
42915 \begin_layout Plain Layout
42916 W
42917 \end_layout
42918
42919 \end_inset
42920
42921
42922 \begin_inset ERT
42923 status collapsed
42924
42925 \begin_layout Plain Layout
42926
42927 }
42928 \end_layout
42929
42930 \end_inset
42931
42932  Maroon
42933 \end_layout
42934
42935 \end_inset
42936 </cell>
42937 <cell alignment="left" valignment="top" usebox="none">
42938 \begin_inset Text
42939
42940 \begin_layout Plain Layout
42941 \begin_inset ERT
42942 status collapsed
42943
42944 \begin_layout Plain Layout
42945
42946
42947 \backslash
42948 fcolorbox{black}{
42949 \end_layout
42950
42951 \end_inset
42952
42953 Melon
42954 \begin_inset ERT
42955 status collapsed
42956
42957 \begin_layout Plain Layout
42958
42959 }{
42960 \end_layout
42961
42962 \end_inset
42963
42964
42965 \begin_inset Phantom Phantom
42966 status open
42967
42968 \begin_layout Plain Layout
42969 W
42970 \end_layout
42971
42972 \end_inset
42973
42974
42975 \begin_inset ERT
42976 status collapsed
42977
42978 \begin_layout Plain Layout
42979
42980 }
42981 \end_layout
42982
42983 \end_inset
42984
42985  Melon
42986 \end_layout
42987
42988 \end_inset
42989 </cell>
42990 <cell alignment="left" valignment="top" usebox="none">
42991 \begin_inset Text
42992
42993 \begin_layout Plain Layout
42994 \begin_inset ERT
42995 status collapsed
42996
42997 \begin_layout Plain Layout
42998
42999
43000 \backslash
43001 fcolorbox{black}{
43002 \end_layout
43003
43004 \end_inset
43005
43006 MidnightBlue
43007 \begin_inset ERT
43008 status collapsed
43009
43010 \begin_layout Plain Layout
43011
43012 }{
43013 \end_layout
43014
43015 \end_inset
43016
43017
43018 \begin_inset Phantom Phantom
43019 status open
43020
43021 \begin_layout Plain Layout
43022 W
43023 \end_layout
43024
43025 \end_inset
43026
43027
43028 \begin_inset ERT
43029 status collapsed
43030
43031 \begin_layout Plain Layout
43032
43033 }
43034 \end_layout
43035
43036 \end_inset
43037
43038  MidnightBlue
43039 \end_layout
43040
43041 \end_inset
43042 </cell>
43043 </row>
43044 <row>
43045 <cell alignment="left" valignment="top" usebox="none">
43046 \begin_inset Text
43047
43048 \begin_layout Plain Layout
43049 \begin_inset ERT
43050 status collapsed
43051
43052 \begin_layout Plain Layout
43053
43054
43055 \backslash
43056 fcolorbox{black}{
43057 \end_layout
43058
43059 \end_inset
43060
43061 Mulberry
43062 \begin_inset ERT
43063 status collapsed
43064
43065 \begin_layout Plain Layout
43066
43067 }{
43068 \end_layout
43069
43070 \end_inset
43071
43072
43073 \begin_inset Phantom Phantom
43074 status open
43075
43076 \begin_layout Plain Layout
43077 W
43078 \end_layout
43079
43080 \end_inset
43081
43082
43083 \begin_inset ERT
43084 status collapsed
43085
43086 \begin_layout Plain Layout
43087
43088 }
43089 \end_layout
43090
43091 \end_inset
43092
43093  Mulberry
43094 \end_layout
43095
43096 \end_inset
43097 </cell>
43098 <cell alignment="left" valignment="top" usebox="none">
43099 \begin_inset Text
43100
43101 \begin_layout Plain Layout
43102 \begin_inset ERT
43103 status collapsed
43104
43105 \begin_layout Plain Layout
43106
43107
43108 \backslash
43109 fcolorbox{black}{
43110 \end_layout
43111
43112 \end_inset
43113
43114 NavyBlue
43115 \begin_inset ERT
43116 status collapsed
43117
43118 \begin_layout Plain Layout
43119
43120 }{
43121 \end_layout
43122
43123 \end_inset
43124
43125
43126 \begin_inset Phantom Phantom
43127 status open
43128
43129 \begin_layout Plain Layout
43130 W
43131 \end_layout
43132
43133 \end_inset
43134
43135
43136 \begin_inset ERT
43137 status collapsed
43138
43139 \begin_layout Plain Layout
43140
43141 }
43142 \end_layout
43143
43144 \end_inset
43145
43146  NavyBlue
43147 \end_layout
43148
43149 \end_inset
43150 </cell>
43151 <cell alignment="left" valignment="top" usebox="none">
43152 \begin_inset Text
43153
43154 \begin_layout Plain Layout
43155 \begin_inset ERT
43156 status collapsed
43157
43158 \begin_layout Plain Layout
43159
43160
43161 \backslash
43162 fcolorbox{black}{
43163 \end_layout
43164
43165 \end_inset
43166
43167 OliveGreen
43168 \begin_inset ERT
43169 status collapsed
43170
43171 \begin_layout Plain Layout
43172
43173 }{
43174 \end_layout
43175
43176 \end_inset
43177
43178
43179 \begin_inset Phantom Phantom
43180 status open
43181
43182 \begin_layout Plain Layout
43183 W
43184 \end_layout
43185
43186 \end_inset
43187
43188
43189 \begin_inset ERT
43190 status collapsed
43191
43192 \begin_layout Plain Layout
43193
43194 }
43195 \end_layout
43196
43197 \end_inset
43198
43199  OliveGreen
43200 \end_layout
43201
43202 \end_inset
43203 </cell>
43204 <cell alignment="left" valignment="top" usebox="none">
43205 \begin_inset Text
43206
43207 \begin_layout Plain Layout
43208 \begin_inset ERT
43209 status collapsed
43210
43211 \begin_layout Plain Layout
43212
43213
43214 \backslash
43215 fcolorbox{black}{
43216 \end_layout
43217
43218 \end_inset
43219
43220 Orange
43221 \begin_inset ERT
43222 status collapsed
43223
43224 \begin_layout Plain Layout
43225
43226 }{
43227 \end_layout
43228
43229 \end_inset
43230
43231
43232 \begin_inset Phantom Phantom
43233 status open
43234
43235 \begin_layout Plain Layout
43236 W
43237 \end_layout
43238
43239 \end_inset
43240
43241
43242 \begin_inset ERT
43243 status collapsed
43244
43245 \begin_layout Plain Layout
43246
43247 }
43248 \end_layout
43249
43250 \end_inset
43251
43252  Orange
43253 \end_layout
43254
43255 \end_inset
43256 </cell>
43257 </row>
43258 <row>
43259 <cell alignment="left" valignment="top" usebox="none">
43260 \begin_inset Text
43261
43262 \begin_layout Plain Layout
43263 \begin_inset ERT
43264 status collapsed
43265
43266 \begin_layout Plain Layout
43267
43268
43269 \backslash
43270 fcolorbox{black}{
43271 \end_layout
43272
43273 \end_inset
43274
43275 OrangeRed
43276 \begin_inset ERT
43277 status collapsed
43278
43279 \begin_layout Plain Layout
43280
43281 }{
43282 \end_layout
43283
43284 \end_inset
43285
43286
43287 \begin_inset Phantom Phantom
43288 status open
43289
43290 \begin_layout Plain Layout
43291 W
43292 \end_layout
43293
43294 \end_inset
43295
43296
43297 \begin_inset ERT
43298 status collapsed
43299
43300 \begin_layout Plain Layout
43301
43302 }
43303 \end_layout
43304
43305 \end_inset
43306
43307  OrangeRed
43308 \end_layout
43309
43310 \end_inset
43311 </cell>
43312 <cell alignment="left" valignment="top" usebox="none">
43313 \begin_inset Text
43314
43315 \begin_layout Plain Layout
43316 \begin_inset ERT
43317 status collapsed
43318
43319 \begin_layout Plain Layout
43320
43321
43322 \backslash
43323 fcolorbox{black}{
43324 \end_layout
43325
43326 \end_inset
43327
43328 Orchid
43329 \begin_inset ERT
43330 status collapsed
43331
43332 \begin_layout Plain Layout
43333
43334 }{
43335 \end_layout
43336
43337 \end_inset
43338
43339
43340 \begin_inset Phantom Phantom
43341 status open
43342
43343 \begin_layout Plain Layout
43344 W
43345 \end_layout
43346
43347 \end_inset
43348
43349
43350 \begin_inset ERT
43351 status collapsed
43352
43353 \begin_layout Plain Layout
43354
43355 }
43356 \end_layout
43357
43358 \end_inset
43359
43360  Orchid
43361 \end_layout
43362
43363 \end_inset
43364 </cell>
43365 <cell alignment="left" valignment="top" usebox="none">
43366 \begin_inset Text
43367
43368 \begin_layout Plain Layout
43369 \begin_inset ERT
43370 status collapsed
43371
43372 \begin_layout Plain Layout
43373
43374
43375 \backslash
43376 fcolorbox{black}{
43377 \end_layout
43378
43379 \end_inset
43380
43381 Peach
43382 \begin_inset ERT
43383 status collapsed
43384
43385 \begin_layout Plain Layout
43386
43387 }{
43388 \end_layout
43389
43390 \end_inset
43391
43392
43393 \begin_inset Phantom Phantom
43394 status open
43395
43396 \begin_layout Plain Layout
43397 W
43398 \end_layout
43399
43400 \end_inset
43401
43402
43403 \begin_inset ERT
43404 status collapsed
43405
43406 \begin_layout Plain Layout
43407
43408 }
43409 \end_layout
43410
43411 \end_inset
43412
43413  Peach
43414 \end_layout
43415
43416 \end_inset
43417 </cell>
43418 <cell alignment="left" valignment="top" usebox="none">
43419 \begin_inset Text
43420
43421 \begin_layout Plain Layout
43422 \begin_inset ERT
43423 status collapsed
43424
43425 \begin_layout Plain Layout
43426
43427
43428 \backslash
43429 fcolorbox{black}{
43430 \end_layout
43431
43432 \end_inset
43433
43434 Periwinkle
43435 \begin_inset ERT
43436 status collapsed
43437
43438 \begin_layout Plain Layout
43439
43440 }{
43441 \end_layout
43442
43443 \end_inset
43444
43445
43446 \begin_inset Phantom Phantom
43447 status open
43448
43449 \begin_layout Plain Layout
43450 W
43451 \end_layout
43452
43453 \end_inset
43454
43455
43456 \begin_inset ERT
43457 status collapsed
43458
43459 \begin_layout Plain Layout
43460
43461 }
43462 \end_layout
43463
43464 \end_inset
43465
43466  Periwinkle
43467 \end_layout
43468
43469 \end_inset
43470 </cell>
43471 </row>
43472 <row>
43473 <cell alignment="left" valignment="top" usebox="none">
43474 \begin_inset Text
43475
43476 \begin_layout Plain Layout
43477 \begin_inset ERT
43478 status collapsed
43479
43480 \begin_layout Plain Layout
43481
43482
43483 \backslash
43484 fcolorbox{black}{
43485 \end_layout
43486
43487 \end_inset
43488
43489 PineGreen
43490 \begin_inset ERT
43491 status collapsed
43492
43493 \begin_layout Plain Layout
43494
43495 }{
43496 \end_layout
43497
43498 \end_inset
43499
43500
43501 \begin_inset Phantom Phantom
43502 status open
43503
43504 \begin_layout Plain Layout
43505 W
43506 \end_layout
43507
43508 \end_inset
43509
43510
43511 \begin_inset ERT
43512 status collapsed
43513
43514 \begin_layout Plain Layout
43515
43516 }
43517 \end_layout
43518
43519 \end_inset
43520
43521  PineGreen
43522 \end_layout
43523
43524 \end_inset
43525 </cell>
43526 <cell alignment="left" valignment="top" usebox="none">
43527 \begin_inset Text
43528
43529 \begin_layout Plain Layout
43530 \begin_inset ERT
43531 status collapsed
43532
43533 \begin_layout Plain Layout
43534
43535
43536 \backslash
43537 fcolorbox{black}{
43538 \end_layout
43539
43540 \end_inset
43541
43542 Plum
43543 \begin_inset ERT
43544 status collapsed
43545
43546 \begin_layout Plain Layout
43547
43548 }{
43549 \end_layout
43550
43551 \end_inset
43552
43553
43554 \begin_inset Phantom Phantom
43555 status open
43556
43557 \begin_layout Plain Layout
43558 W
43559 \end_layout
43560
43561 \end_inset
43562
43563
43564 \begin_inset ERT
43565 status collapsed
43566
43567 \begin_layout Plain Layout
43568
43569 }
43570 \end_layout
43571
43572 \end_inset
43573
43574  Plum
43575 \end_layout
43576
43577 \end_inset
43578 </cell>
43579 <cell alignment="left" valignment="top" usebox="none">
43580 \begin_inset Text
43581
43582 \begin_layout Plain Layout
43583 \begin_inset ERT
43584 status collapsed
43585
43586 \begin_layout Plain Layout
43587
43588
43589 \backslash
43590 fcolorbox{black}{
43591 \end_layout
43592
43593 \end_inset
43594
43595 ProcessBlue
43596 \begin_inset ERT
43597 status collapsed
43598
43599 \begin_layout Plain Layout
43600
43601 }{
43602 \end_layout
43603
43604 \end_inset
43605
43606
43607 \begin_inset Phantom Phantom
43608 status open
43609
43610 \begin_layout Plain Layout
43611 W
43612 \end_layout
43613
43614 \end_inset
43615
43616
43617 \begin_inset ERT
43618 status collapsed
43619
43620 \begin_layout Plain Layout
43621
43622 }
43623 \end_layout
43624
43625 \end_inset
43626
43627  ProcessBlue
43628 \end_layout
43629
43630 \end_inset
43631 </cell>
43632 <cell alignment="left" valignment="top" usebox="none">
43633 \begin_inset Text
43634
43635 \begin_layout Plain Layout
43636 \begin_inset ERT
43637 status collapsed
43638
43639 \begin_layout Plain Layout
43640
43641
43642 \backslash
43643 fcolorbox{black}{
43644 \end_layout
43645
43646 \end_inset
43647
43648 Purple
43649 \begin_inset ERT
43650 status collapsed
43651
43652 \begin_layout Plain Layout
43653
43654 }{
43655 \end_layout
43656
43657 \end_inset
43658
43659
43660 \begin_inset Phantom Phantom
43661 status open
43662
43663 \begin_layout Plain Layout
43664 W
43665 \end_layout
43666
43667 \end_inset
43668
43669
43670 \begin_inset ERT
43671 status collapsed
43672
43673 \begin_layout Plain Layout
43674
43675 }
43676 \end_layout
43677
43678 \end_inset
43679
43680  Purple
43681 \end_layout
43682
43683 \end_inset
43684 </cell>
43685 </row>
43686 <row>
43687 <cell alignment="left" valignment="top" usebox="none">
43688 \begin_inset Text
43689
43690 \begin_layout Plain Layout
43691 \begin_inset ERT
43692 status collapsed
43693
43694 \begin_layout Plain Layout
43695
43696
43697 \backslash
43698 fcolorbox{black}{
43699 \end_layout
43700
43701 \end_inset
43702
43703 RawSienna
43704 \begin_inset ERT
43705 status collapsed
43706
43707 \begin_layout Plain Layout
43708
43709 }{
43710 \end_layout
43711
43712 \end_inset
43713
43714
43715 \begin_inset Phantom Phantom
43716 status open
43717
43718 \begin_layout Plain Layout
43719 W
43720 \end_layout
43721
43722 \end_inset
43723
43724
43725 \begin_inset ERT
43726 status collapsed
43727
43728 \begin_layout Plain Layout
43729
43730 }
43731 \end_layout
43732
43733 \end_inset
43734
43735  RawSienna
43736 \end_layout
43737
43738 \end_inset
43739 </cell>
43740 <cell alignment="left" valignment="top" usebox="none">
43741 \begin_inset Text
43742
43743 \begin_layout Plain Layout
43744 \begin_inset ERT
43745 status collapsed
43746
43747 \begin_layout Plain Layout
43748
43749
43750 \backslash
43751 fcolorbox{black}{
43752 \end_layout
43753
43754 \end_inset
43755
43756 RedOrange
43757 \begin_inset ERT
43758 status collapsed
43759
43760 \begin_layout Plain Layout
43761
43762 }{
43763 \end_layout
43764
43765 \end_inset
43766
43767
43768 \begin_inset Phantom Phantom
43769 status open
43770
43771 \begin_layout Plain Layout
43772 W
43773 \end_layout
43774
43775 \end_inset
43776
43777
43778 \begin_inset ERT
43779 status collapsed
43780
43781 \begin_layout Plain Layout
43782
43783 }
43784 \end_layout
43785
43786 \end_inset
43787
43788  RedOrange
43789 \end_layout
43790
43791 \end_inset
43792 </cell>
43793 <cell alignment="left" valignment="top" usebox="none">
43794 \begin_inset Text
43795
43796 \begin_layout Plain Layout
43797 \begin_inset ERT
43798 status collapsed
43799
43800 \begin_layout Plain Layout
43801
43802
43803 \backslash
43804 fcolorbox{black}{
43805 \end_layout
43806
43807 \end_inset
43808
43809 RedViolet
43810 \begin_inset ERT
43811 status collapsed
43812
43813 \begin_layout Plain Layout
43814
43815 }{
43816 \end_layout
43817
43818 \end_inset
43819
43820
43821 \begin_inset Phantom Phantom
43822 status open
43823
43824 \begin_layout Plain Layout
43825 W
43826 \end_layout
43827
43828 \end_inset
43829
43830
43831 \begin_inset ERT
43832 status collapsed
43833
43834 \begin_layout Plain Layout
43835
43836 }
43837 \end_layout
43838
43839 \end_inset
43840
43841  RedViolet
43842 \end_layout
43843
43844 \end_inset
43845 </cell>
43846 <cell alignment="left" valignment="top" usebox="none">
43847 \begin_inset Text
43848
43849 \begin_layout Plain Layout
43850 \begin_inset ERT
43851 status collapsed
43852
43853 \begin_layout Plain Layout
43854
43855
43856 \backslash
43857 fcolorbox{black}{
43858 \end_layout
43859
43860 \end_inset
43861
43862 Rhodamine
43863 \begin_inset ERT
43864 status collapsed
43865
43866 \begin_layout Plain Layout
43867
43868 }{
43869 \end_layout
43870
43871 \end_inset
43872
43873
43874 \begin_inset Phantom Phantom
43875 status open
43876
43877 \begin_layout Plain Layout
43878 W
43879 \end_layout
43880
43881 \end_inset
43882
43883
43884 \begin_inset ERT
43885 status collapsed
43886
43887 \begin_layout Plain Layout
43888
43889 }
43890 \end_layout
43891
43892 \end_inset
43893
43894  Rhodamine
43895 \end_layout
43896
43897 \end_inset
43898 </cell>
43899 </row>
43900 <row>
43901 <cell alignment="left" valignment="top" usebox="none">
43902 \begin_inset Text
43903
43904 \begin_layout Plain Layout
43905 \begin_inset ERT
43906 status collapsed
43907
43908 \begin_layout Plain Layout
43909
43910
43911 \backslash
43912 fcolorbox{black}{
43913 \end_layout
43914
43915 \end_inset
43916
43917 RoyalBlue
43918 \begin_inset ERT
43919 status collapsed
43920
43921 \begin_layout Plain Layout
43922
43923 }{
43924 \end_layout
43925
43926 \end_inset
43927
43928
43929 \begin_inset Phantom Phantom
43930 status open
43931
43932 \begin_layout Plain Layout
43933 W
43934 \end_layout
43935
43936 \end_inset
43937
43938
43939 \begin_inset ERT
43940 status collapsed
43941
43942 \begin_layout Plain Layout
43943
43944 }
43945 \end_layout
43946
43947 \end_inset
43948
43949  RoyalBlue
43950 \end_layout
43951
43952 \end_inset
43953 </cell>
43954 <cell alignment="left" valignment="top" usebox="none">
43955 \begin_inset Text
43956
43957 \begin_layout Plain Layout
43958 \begin_inset ERT
43959 status collapsed
43960
43961 \begin_layout Plain Layout
43962
43963
43964 \backslash
43965 fcolorbox{black}{
43966 \end_layout
43967
43968 \end_inset
43969
43970 RoyalPurple
43971 \begin_inset ERT
43972 status collapsed
43973
43974 \begin_layout Plain Layout
43975
43976 }{
43977 \end_layout
43978
43979 \end_inset
43980
43981
43982 \begin_inset Phantom Phantom
43983 status open
43984
43985 \begin_layout Plain Layout
43986 W
43987 \end_layout
43988
43989 \end_inset
43990
43991
43992 \begin_inset ERT
43993 status collapsed
43994
43995 \begin_layout Plain Layout
43996
43997 }
43998 \end_layout
43999
44000 \end_inset
44001
44002  RoyalPurple
44003 \end_layout
44004
44005 \end_inset
44006 </cell>
44007 <cell alignment="left" valignment="top" usebox="none">
44008 \begin_inset Text
44009
44010 \begin_layout Plain Layout
44011 \begin_inset ERT
44012 status collapsed
44013
44014 \begin_layout Plain Layout
44015
44016
44017 \backslash
44018 fcolorbox{black}{
44019 \end_layout
44020
44021 \end_inset
44022
44023 RubineRed
44024 \begin_inset ERT
44025 status collapsed
44026
44027 \begin_layout Plain Layout
44028
44029 }{
44030 \end_layout
44031
44032 \end_inset
44033
44034
44035 \begin_inset Phantom Phantom
44036 status open
44037
44038 \begin_layout Plain Layout
44039 W
44040 \end_layout
44041
44042 \end_inset
44043
44044
44045 \begin_inset ERT
44046 status collapsed
44047
44048 \begin_layout Plain Layout
44049
44050 }
44051 \end_layout
44052
44053 \end_inset
44054
44055  RubineRed
44056 \end_layout
44057
44058 \end_inset
44059 </cell>
44060 <cell alignment="left" valignment="top" usebox="none">
44061 \begin_inset Text
44062
44063 \begin_layout Plain Layout
44064 \begin_inset ERT
44065 status collapsed
44066
44067 \begin_layout Plain Layout
44068
44069
44070 \backslash
44071 fcolorbox{black}{
44072 \end_layout
44073
44074 \end_inset
44075
44076 Salmon
44077 \begin_inset ERT
44078 status collapsed
44079
44080 \begin_layout Plain Layout
44081
44082 }{
44083 \end_layout
44084
44085 \end_inset
44086
44087
44088 \begin_inset Phantom Phantom
44089 status open
44090
44091 \begin_layout Plain Layout
44092 W
44093 \end_layout
44094
44095 \end_inset
44096
44097
44098 \begin_inset ERT
44099 status collapsed
44100
44101 \begin_layout Plain Layout
44102
44103 }
44104 \end_layout
44105
44106 \end_inset
44107
44108  Salmon
44109 \end_layout
44110
44111 \end_inset
44112 </cell>
44113 </row>
44114 <row>
44115 <cell alignment="left" valignment="top" usebox="none">
44116 \begin_inset Text
44117
44118 \begin_layout Plain Layout
44119 \begin_inset ERT
44120 status collapsed
44121
44122 \begin_layout Plain Layout
44123
44124
44125 \backslash
44126 fcolorbox{black}{
44127 \end_layout
44128
44129 \end_inset
44130
44131 SeaGreen
44132 \begin_inset ERT
44133 status collapsed
44134
44135 \begin_layout Plain Layout
44136
44137 }{
44138 \end_layout
44139
44140 \end_inset
44141
44142
44143 \begin_inset Phantom Phantom
44144 status open
44145
44146 \begin_layout Plain Layout
44147 W
44148 \end_layout
44149
44150 \end_inset
44151
44152
44153 \begin_inset ERT
44154 status collapsed
44155
44156 \begin_layout Plain Layout
44157
44158 }
44159 \end_layout
44160
44161 \end_inset
44162
44163  SeaGreen
44164 \end_layout
44165
44166 \end_inset
44167 </cell>
44168 <cell alignment="left" valignment="top" usebox="none">
44169 \begin_inset Text
44170
44171 \begin_layout Plain Layout
44172 \begin_inset ERT
44173 status collapsed
44174
44175 \begin_layout Plain Layout
44176
44177
44178 \backslash
44179 fcolorbox{black}{
44180 \end_layout
44181
44182 \end_inset
44183
44184 Sepia
44185 \begin_inset ERT
44186 status collapsed
44187
44188 \begin_layout Plain Layout
44189
44190 }{
44191 \end_layout
44192
44193 \end_inset
44194
44195
44196 \begin_inset Phantom Phantom
44197 status open
44198
44199 \begin_layout Plain Layout
44200 W
44201 \end_layout
44202
44203 \end_inset
44204
44205
44206 \begin_inset ERT
44207 status collapsed
44208
44209 \begin_layout Plain Layout
44210
44211 }
44212 \end_layout
44213
44214 \end_inset
44215
44216  Sepia
44217 \end_layout
44218
44219 \end_inset
44220 </cell>
44221 <cell alignment="left" valignment="top" usebox="none">
44222 \begin_inset Text
44223
44224 \begin_layout Plain Layout
44225 \begin_inset ERT
44226 status collapsed
44227
44228 \begin_layout Plain Layout
44229
44230
44231 \backslash
44232 fcolorbox{black}{
44233 \end_layout
44234
44235 \end_inset
44236
44237 SkyBlue
44238 \begin_inset ERT
44239 status collapsed
44240
44241 \begin_layout Plain Layout
44242
44243 }{
44244 \end_layout
44245
44246 \end_inset
44247
44248
44249 \begin_inset Phantom Phantom
44250 status open
44251
44252 \begin_layout Plain Layout
44253 W
44254 \end_layout
44255
44256 \end_inset
44257
44258
44259 \begin_inset ERT
44260 status collapsed
44261
44262 \begin_layout Plain Layout
44263
44264 }
44265 \end_layout
44266
44267 \end_inset
44268
44269  SkyBlue
44270 \end_layout
44271
44272 \end_inset
44273 </cell>
44274 <cell alignment="left" valignment="top" usebox="none">
44275 \begin_inset Text
44276
44277 \begin_layout Plain Layout
44278 \begin_inset ERT
44279 status collapsed
44280
44281 \begin_layout Plain Layout
44282
44283
44284 \backslash
44285 fcolorbox{black}{
44286 \end_layout
44287
44288 \end_inset
44289
44290 SpringGreen
44291 \begin_inset ERT
44292 status collapsed
44293
44294 \begin_layout Plain Layout
44295
44296 }{
44297 \end_layout
44298
44299 \end_inset
44300
44301
44302 \begin_inset Phantom Phantom
44303 status open
44304
44305 \begin_layout Plain Layout
44306 W
44307 \end_layout
44308
44309 \end_inset
44310
44311
44312 \begin_inset ERT
44313 status collapsed
44314
44315 \begin_layout Plain Layout
44316
44317 }
44318 \end_layout
44319
44320 \end_inset
44321
44322  SpringGreen
44323 \end_layout
44324
44325 \end_inset
44326 </cell>
44327 </row>
44328 <row>
44329 <cell alignment="left" valignment="top" usebox="none">
44330 \begin_inset Text
44331
44332 \begin_layout Plain Layout
44333 \begin_inset ERT
44334 status collapsed
44335
44336 \begin_layout Plain Layout
44337
44338
44339 \backslash
44340 fcolorbox{black}{
44341 \end_layout
44342
44343 \end_inset
44344
44345 Tan
44346 \begin_inset ERT
44347 status collapsed
44348
44349 \begin_layout Plain Layout
44350
44351 }{
44352 \end_layout
44353
44354 \end_inset
44355
44356
44357 \begin_inset Phantom Phantom
44358 status open
44359
44360 \begin_layout Plain Layout
44361 W
44362 \end_layout
44363
44364 \end_inset
44365
44366
44367 \begin_inset ERT
44368 status collapsed
44369
44370 \begin_layout Plain Layout
44371
44372 }
44373 \end_layout
44374
44375 \end_inset
44376
44377  Tan
44378 \end_layout
44379
44380 \end_inset
44381 </cell>
44382 <cell alignment="left" valignment="top" usebox="none">
44383 \begin_inset Text
44384
44385 \begin_layout Plain Layout
44386 \begin_inset ERT
44387 status collapsed
44388
44389 \begin_layout Plain Layout
44390
44391
44392 \backslash
44393 fcolorbox{black}{
44394 \end_layout
44395
44396 \end_inset
44397
44398 TealBlue
44399 \begin_inset ERT
44400 status collapsed
44401
44402 \begin_layout Plain Layout
44403
44404 }{
44405 \end_layout
44406
44407 \end_inset
44408
44409
44410 \begin_inset Phantom Phantom
44411 status open
44412
44413 \begin_layout Plain Layout
44414 W
44415 \end_layout
44416
44417 \end_inset
44418
44419
44420 \begin_inset ERT
44421 status collapsed
44422
44423 \begin_layout Plain Layout
44424
44425 }
44426 \end_layout
44427
44428 \end_inset
44429
44430  TealBlue
44431 \end_layout
44432
44433 \end_inset
44434 </cell>
44435 <cell alignment="left" valignment="top" usebox="none">
44436 \begin_inset Text
44437
44438 \begin_layout Plain Layout
44439 \begin_inset ERT
44440 status collapsed
44441
44442 \begin_layout Plain Layout
44443
44444
44445 \backslash
44446 fcolorbox{black}{
44447 \end_layout
44448
44449 \end_inset
44450
44451 Thistle
44452 \begin_inset ERT
44453 status collapsed
44454
44455 \begin_layout Plain Layout
44456
44457 }{
44458 \end_layout
44459
44460 \end_inset
44461
44462
44463 \begin_inset Phantom Phantom
44464 status open
44465
44466 \begin_layout Plain Layout
44467 W
44468 \end_layout
44469
44470 \end_inset
44471
44472
44473 \begin_inset ERT
44474 status collapsed
44475
44476 \begin_layout Plain Layout
44477
44478 }
44479 \end_layout
44480
44481 \end_inset
44482
44483  Thistle
44484 \end_layout
44485
44486 \end_inset
44487 </cell>
44488 <cell alignment="left" valignment="top" usebox="none">
44489 \begin_inset Text
44490
44491 \begin_layout Plain Layout
44492 \begin_inset ERT
44493 status collapsed
44494
44495 \begin_layout Plain Layout
44496
44497
44498 \backslash
44499 fcolorbox{black}{
44500 \end_layout
44501
44502 \end_inset
44503
44504 Turquoise
44505 \begin_inset ERT
44506 status collapsed
44507
44508 \begin_layout Plain Layout
44509
44510 }{
44511 \end_layout
44512
44513 \end_inset
44514
44515
44516 \begin_inset Phantom Phantom
44517 status open
44518
44519 \begin_layout Plain Layout
44520 W
44521 \end_layout
44522
44523 \end_inset
44524
44525
44526 \begin_inset ERT
44527 status collapsed
44528
44529 \begin_layout Plain Layout
44530
44531 }
44532 \end_layout
44533
44534 \end_inset
44535
44536  Turquoise
44537 \end_layout
44538
44539 \end_inset
44540 </cell>
44541 </row>
44542 <row>
44543 <cell alignment="left" valignment="top" usebox="none">
44544 \begin_inset Text
44545
44546 \begin_layout Plain Layout
44547 \begin_inset ERT
44548 status collapsed
44549
44550 \begin_layout Plain Layout
44551
44552
44553 \backslash
44554 fcolorbox{black}{
44555 \end_layout
44556
44557 \end_inset
44558
44559 Violet
44560 \begin_inset ERT
44561 status collapsed
44562
44563 \begin_layout Plain Layout
44564
44565 }{
44566 \end_layout
44567
44568 \end_inset
44569
44570
44571 \begin_inset Phantom Phantom
44572 status open
44573
44574 \begin_layout Plain Layout
44575 W
44576 \end_layout
44577
44578 \end_inset
44579
44580
44581 \begin_inset ERT
44582 status collapsed
44583
44584 \begin_layout Plain Layout
44585
44586 }
44587 \end_layout
44588
44589 \end_inset
44590
44591  Violet
44592 \end_layout
44593
44594 \end_inset
44595 </cell>
44596 <cell alignment="left" valignment="top" usebox="none">
44597 \begin_inset Text
44598
44599 \begin_layout Plain Layout
44600 \begin_inset ERT
44601 status collapsed
44602
44603 \begin_layout Plain Layout
44604
44605
44606 \backslash
44607 fcolorbox{black}{
44608 \end_layout
44609
44610 \end_inset
44611
44612 VioletRed
44613 \begin_inset ERT
44614 status collapsed
44615
44616 \begin_layout Plain Layout
44617
44618 }{
44619 \end_layout
44620
44621 \end_inset
44622
44623
44624 \begin_inset Phantom Phantom
44625 status open
44626
44627 \begin_layout Plain Layout
44628 W
44629 \end_layout
44630
44631 \end_inset
44632
44633
44634 \begin_inset ERT
44635 status collapsed
44636
44637 \begin_layout Plain Layout
44638
44639 }
44640 \end_layout
44641
44642 \end_inset
44643
44644  VioletRed
44645 \end_layout
44646
44647 \end_inset
44648 </cell>
44649 <cell alignment="left" valignment="top" usebox="none">
44650 \begin_inset Text
44651
44652 \begin_layout Plain Layout
44653 \begin_inset ERT
44654 status collapsed
44655
44656 \begin_layout Plain Layout
44657
44658
44659 \backslash
44660 fcolorbox{black}{
44661 \end_layout
44662
44663 \end_inset
44664
44665 WildStrawberry
44666 \begin_inset ERT
44667 status collapsed
44668
44669 \begin_layout Plain Layout
44670
44671 }{
44672 \end_layout
44673
44674 \end_inset
44675
44676
44677 \begin_inset Phantom Phantom
44678 status open
44679
44680 \begin_layout Plain Layout
44681 W
44682 \end_layout
44683
44684 \end_inset
44685
44686
44687 \begin_inset ERT
44688 status collapsed
44689
44690 \begin_layout Plain Layout
44691
44692 }
44693 \end_layout
44694
44695 \end_inset
44696
44697  WildStrawberry
44698 \end_layout
44699
44700 \end_inset
44701 </cell>
44702 <cell alignment="left" valignment="top" usebox="none">
44703 \begin_inset Text
44704
44705 \begin_layout Plain Layout
44706 \begin_inset ERT
44707 status collapsed
44708
44709 \begin_layout Plain Layout
44710
44711
44712 \backslash
44713 fcolorbox{black}{
44714 \end_layout
44715
44716 \end_inset
44717
44718 YellowGreen
44719 \begin_inset ERT
44720 status collapsed
44721
44722 \begin_layout Plain Layout
44723
44724 }{
44725 \end_layout
44726
44727 \end_inset
44728
44729
44730 \begin_inset Phantom Phantom
44731 status open
44732
44733 \begin_layout Plain Layout
44734 W
44735 \end_layout
44736
44737 \end_inset
44738
44739
44740 \begin_inset ERT
44741 status collapsed
44742
44743 \begin_layout Plain Layout
44744
44745 }
44746 \end_layout
44747
44748 \end_inset
44749
44750  YellowGreen
44751 \end_layout
44752
44753 \end_inset
44754 </cell>
44755 </row>
44756 <row>
44757 <cell alignment="left" valignment="top" usebox="none">
44758 \begin_inset Text
44759
44760 \begin_layout Plain Layout
44761 \begin_inset ERT
44762 status collapsed
44763
44764 \begin_layout Plain Layout
44765
44766
44767 \backslash
44768 fcolorbox{black}{
44769 \end_layout
44770
44771 \end_inset
44772
44773 YellowOrange
44774 \begin_inset ERT
44775 status collapsed
44776
44777 \begin_layout Plain Layout
44778
44779 }{
44780 \end_layout
44781
44782 \end_inset
44783
44784
44785 \begin_inset Phantom Phantom
44786 status open
44787
44788 \begin_layout Plain Layout
44789 W
44790 \end_layout
44791
44792 \end_inset
44793
44794
44795 \begin_inset ERT
44796 status collapsed
44797
44798 \begin_layout Plain Layout
44799
44800 }
44801 \end_layout
44802
44803 \end_inset
44804
44805  YellowOrange
44806 \end_layout
44807
44808 \end_inset
44809 </cell>
44810 <cell alignment="left" valignment="top" usebox="none">
44811 \begin_inset Text
44812
44813 \begin_layout Plain Layout
44814
44815 \end_layout
44816
44817 \end_inset
44818 </cell>
44819 <cell alignment="left" valignment="top" usebox="none">
44820 \begin_inset Text
44821
44822 \begin_layout Plain Layout
44823
44824 \end_layout
44825
44826 \end_inset
44827 </cell>
44828 <cell alignment="left" valignment="top" usebox="none">
44829 \begin_inset Text
44830
44831 \begin_layout Plain Layout
44832
44833 \end_layout
44834
44835 \end_inset
44836 </cell>
44837 </row>
44838 </lyxtabular>
44839
44840 \end_inset
44841
44842
44843 \end_layout
44844
44845 \begin_layout Chapter
44846 Explanation of Equation
44847 \begin_inset space ~
44848 \end_inset
44849
44850 (
44851 \begin_inset CommandInset ref
44852 LatexCommand ref
44853 reference "eq:Wgn"
44854
44855 \end_inset
44856
44857 )
44858 \begin_inset CommandInset label
44859 LatexCommand label
44860 name "cha:Explanation-of-Equation"
44861
44862 \end_inset
44863
44864
44865 \end_layout
44866
44867 \begin_layout Standard
44868 We can calculate the total width of 
44869 \emph on
44870 n
44871 \emph default
44872  table cells 
44873 \begin_inset Formula $W_{\mathrm{tot\,n}}$
44874 \end_inset
44875
44876  as follows:
44877 \begin_inset Formula 
44878 \begin{equation}
44879 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
44880 \end{equation}
44881
44882 \end_inset
44883
44884 where 
44885 \begin_inset Formula $W_{g\,n}$
44886 \end_inset
44887
44888  is the given width of all cells, 
44889 \series bold
44890
44891 \backslash
44892 tabcolsep
44893 \series default
44894  is the \SpecialChar LaTeX
44895 -length between the cell text and the cell border (its default value
44896  is 6
44897 \begin_inset space \thinspace{}
44898 \end_inset
44899
44900 pt).
44901  
44902 \series bold
44903
44904 \backslash
44905 arrayrulewidth
44906 \series default
44907  is the thickness of the cell border line, the default is 0.4
44908 \begin_inset space \thinspace{}
44909 \end_inset
44910
44911 pt.
44912 \end_layout
44913
44914 \begin_layout Standard
44915 Following equation
44916 \begin_inset space ~
44917 \end_inset
44918
44919
44920 \begin_inset CommandInset ref
44921 LatexCommand eqref
44922 reference "eq:Wtot_n"
44923
44924 \end_inset
44925
44926 , the total width of a multicolumn 
44927 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
44928 \end_inset
44929
44930  is
44931 \begin_inset Formula 
44932 \begin{equation}
44933 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
44934 \end{equation}
44935
44936 \end_inset
44937
44938
44939 \end_layout
44940
44941 \begin_layout Standard
44942 By setting equation
44943 \begin_inset space ~
44944 \end_inset
44945
44946
44947 \begin_inset CommandInset ref
44948 LatexCommand eqref
44949 reference "eq:Wtot_n"
44950
44951 \end_inset
44952
44953  and 
44954 \begin_inset CommandInset ref
44955 LatexCommand eqref
44956 reference "eq:Wtot_mult"
44957
44958 \end_inset
44959
44960  equal we can calculate the needed given width 
44961 \begin_inset Formula $W_{g\,n}$
44962 \end_inset
44963
44964  when 
44965 \emph on
44966 n
44967 \emph default
44968  columns are spanned, so that each column has a total width of 
44969 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
44970 \end_inset
44971
44972 :
44973 \begin_inset Formula 
44974 \begin{equation}
44975 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
44976 \end{equation}
44977
44978 \end_inset
44979
44980
44981 \end_layout
44982
44983 \begin_layout Bibliography
44984 \begin_inset CommandInset bibitem
44985 LatexCommand bibitem
44986 key "latexcompanion"
44987
44988 \end_inset
44989
44990 Frank Mittelbach and Michel Goossens: 
44991 \emph on
44992 The \SpecialChar LaTeX
44993  Companion Second Edition.
44994
44995 \emph default
44996  Addison-Wesley, 2004
44997 \end_layout
44998
44999 \begin_layout Bibliography
45000 \begin_inset CommandInset bibitem
45001 LatexCommand bibitem
45002 key "latexguide"
45003
45004 \end_inset
45005
45006 Helmut Kopka and Patrick W.
45007  Daly: 
45008 \emph on
45009 A Guide to \SpecialChar LaTeX
45010  Fourth Edition.
45011
45012 \emph default
45013  Addison-Wesley, 2003
45014 \end_layout
45015
45016 \begin_layout Bibliography
45017 \begin_inset CommandInset bibitem
45018 LatexCommand bibitem
45019 key "latexbook"
45020
45021 \end_inset
45022
45023 Leslie Lamport: 
45024 \emph on
45025 \SpecialChar LaTeX
45026 : A Document Preparation System.
45027
45028 \emph default
45029  Addison-Wesley, second edition, 1994
45030 \end_layout
45031
45032 \begin_layout Bibliography
45033 \begin_inset CommandInset bibitem
45034 LatexCommand bibitem
45035 key "arydshln"
45036
45037 \end_inset
45038
45039 Documentation of the \SpecialChar LaTeX
45040 -package 
45041 \series bold
45042
45043 \begin_inset CommandInset href
45044 LatexCommand href
45045 name "arydshln"
45046 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
45047
45048 \end_inset
45049
45050
45051 \series default
45052
45053 \begin_inset Index idx
45054 status collapsed
45055
45056 \begin_layout Plain Layout
45057 \SpecialChar LaTeX
45058 -packages ! arydshln
45059 \end_layout
45060
45061 \end_inset
45062
45063
45064 \end_layout
45065
45066 \begin_layout Bibliography
45067 \begin_inset CommandInset bibitem
45068 LatexCommand bibitem
45069 key "booktabs"
45070
45071 \end_inset
45072
45073 Documentation of the \SpecialChar LaTeX
45074 -package 
45075 \series bold
45076
45077 \begin_inset CommandInset href
45078 LatexCommand href
45079 name "booktabs"
45080 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
45081
45082 \end_inset
45083
45084
45085 \series default
45086
45087 \begin_inset Index idx
45088 status collapsed
45089
45090 \begin_layout Plain Layout
45091 \SpecialChar LaTeX
45092 -packages ! booktabs
45093 \end_layout
45094
45095 \end_inset
45096
45097
45098 \end_layout
45099
45100 \begin_layout Bibliography
45101 \begin_inset CommandInset bibitem
45102 LatexCommand bibitem
45103 key "caption"
45104
45105 \end_inset
45106
45107 Documentation of the \SpecialChar LaTeX
45108 -package 
45109 \series bold
45110
45111 \begin_inset CommandInset href
45112 LatexCommand href
45113 name "caption"
45114 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
45115
45116 \end_inset
45117
45118
45119 \series default
45120
45121 \begin_inset Index idx
45122 status collapsed
45123
45124 \begin_layout Plain Layout
45125 \SpecialChar LaTeX
45126 -packages ! caption
45127 \end_layout
45128
45129 \end_inset
45130
45131
45132 \end_layout
45133
45134 \begin_layout Bibliography
45135 \begin_inset CommandInset bibitem
45136 LatexCommand bibitem
45137 key "diagbox"
45138
45139 \end_inset
45140
45141 Documentation of the \SpecialChar LaTeX
45142 -package 
45143 \series bold
45144
45145 \begin_inset CommandInset href
45146 LatexCommand href
45147 name "diagbox"
45148 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
45149
45150 \end_inset
45151
45152
45153 \series default
45154
45155 \begin_inset Index idx
45156 status collapsed
45157
45158 \begin_layout Plain Layout
45159 \SpecialChar LaTeX
45160 -packages ! diagbox
45161 \end_layout
45162
45163 \end_inset
45164
45165
45166 \end_layout
45167
45168 \begin_layout Bibliography
45169 \begin_inset CommandInset bibitem
45170 LatexCommand bibitem
45171 key "endfloat"
45172
45173 \end_inset
45174
45175 Documentation of the \SpecialChar LaTeX
45176 -package 
45177 \series bold
45178
45179 \begin_inset CommandInset href
45180 LatexCommand href
45181 name "endfloat"
45182 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
45183
45184 \end_inset
45185
45186
45187 \series default
45188
45189 \begin_inset Index idx
45190 status collapsed
45191
45192 \begin_layout Plain Layout
45193 \SpecialChar LaTeX
45194 -packages ! endfloat
45195 \end_layout
45196
45197 \end_inset
45198
45199
45200 \end_layout
45201
45202 \begin_layout Bibliography
45203 \begin_inset CommandInset bibitem
45204 LatexCommand bibitem
45205 key "footmisc"
45206
45207 \end_inset
45208
45209 Documentation of the \SpecialChar LaTeX
45210 -package 
45211 \series bold
45212
45213 \begin_inset CommandInset href
45214 LatexCommand href
45215 name "footmisc"
45216 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
45217
45218 \end_inset
45219
45220
45221 \series default
45222
45223 \begin_inset Index idx
45224 status collapsed
45225
45226 \begin_layout Plain Layout
45227 \SpecialChar LaTeX
45228 -packages ! footmisc
45229 \end_layout
45230
45231 \end_inset
45232
45233
45234 \end_layout
45235
45236 \begin_layout Bibliography
45237 \begin_inset CommandInset bibitem
45238 LatexCommand bibitem
45239 key "hypcap"
45240
45241 \end_inset
45242
45243 Documentation of the \SpecialChar LaTeX
45244 -package 
45245 \series bold
45246
45247 \begin_inset CommandInset href
45248 LatexCommand href
45249 name "hypcap"
45250 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
45251
45252 \end_inset
45253
45254
45255 \series default
45256
45257 \begin_inset Index idx
45258 status collapsed
45259
45260 \begin_layout Plain Layout
45261 \SpecialChar LaTeX
45262 -packages ! hyperref
45263 \end_layout
45264
45265 \end_inset
45266
45267
45268 \end_layout
45269
45270 \begin_layout Bibliography
45271 \begin_inset CommandInset bibitem
45272 LatexCommand bibitem
45273 key "hyperref"
45274
45275 \end_inset
45276
45277 Documentation of the \SpecialChar LaTeX
45278 -package 
45279 \series bold
45280
45281 \begin_inset CommandInset href
45282 LatexCommand href
45283 name "hyperref"
45284 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
45285
45286 \end_inset
45287
45288
45289 \series default
45290
45291 \begin_inset Index idx
45292 status collapsed
45293
45294 \begin_layout Plain Layout
45295 \SpecialChar LaTeX
45296 -packages ! hyperref
45297 \end_layout
45298
45299 \end_inset
45300
45301
45302 \end_layout
45303
45304 \begin_layout Bibliography
45305 \begin_inset CommandInset bibitem
45306 LatexCommand bibitem
45307 key "KOMA-Script"
45308
45309 \end_inset
45310
45311 Documentation of the \SpecialChar LaTeX
45312 -package 
45313 \series bold
45314
45315 \begin_inset CommandInset href
45316 LatexCommand href
45317 name "KOMA-Script"
45318 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
45319
45320 \end_inset
45321
45322
45323 \series default
45324
45325 \begin_inset Index idx
45326 status collapsed
45327
45328 \begin_layout Plain Layout
45329 \SpecialChar LaTeX
45330 -packages ! KOMA-Script
45331 \end_layout
45332
45333 \end_inset
45334
45335
45336 \end_layout
45337
45338 \begin_layout Bibliography
45339 \begin_inset CommandInset bibitem
45340 LatexCommand bibitem
45341 key "lettrine"
45342
45343 \end_inset
45344
45345 Documentation of the \SpecialChar LaTeX
45346 -package 
45347 \series bold
45348
45349 \begin_inset CommandInset href
45350 LatexCommand href
45351 name "lettrine"
45352 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
45353
45354 \end_inset
45355
45356
45357 \series default
45358  and an 
45359 \begin_inset CommandInset href
45360 LatexCommand href
45361 name "example"
45362 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
45363
45364 \end_inset
45365
45366
45367 \begin_inset Index idx
45368 status collapsed
45369
45370 \begin_layout Plain Layout
45371 \SpecialChar LaTeX
45372 -packages ! lettrine
45373 \end_layout
45374
45375 \end_inset
45376
45377
45378 \end_layout
45379
45380 \begin_layout Bibliography
45381 \begin_inset CommandInset bibitem
45382 LatexCommand bibitem
45383 key "listings"
45384
45385 \end_inset
45386
45387 Documentation of the \SpecialChar LaTeX
45388 -package 
45389 \series bold
45390
45391 \begin_inset CommandInset href
45392 LatexCommand href
45393 name "listings"
45394 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
45395
45396 \end_inset
45397
45398
45399 \series default
45400
45401 \begin_inset Index idx
45402 status collapsed
45403
45404 \begin_layout Plain Layout
45405 \SpecialChar LaTeX
45406 -packages ! listings
45407 \end_layout
45408
45409 \end_inset
45410
45411
45412 \end_layout
45413
45414 \begin_layout Bibliography
45415 \begin_inset CommandInset bibitem
45416 LatexCommand bibitem
45417 key "marginnote"
45418
45419 \end_inset
45420
45421 Documentation of the \SpecialChar LaTeX
45422 -package 
45423 \series bold
45424
45425 \begin_inset CommandInset href
45426 LatexCommand href
45427 name "marginnote"
45428 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
45429
45430 \end_inset
45431
45432
45433 \series default
45434
45435 \begin_inset Index idx
45436 status collapsed
45437
45438 \begin_layout Plain Layout
45439 \SpecialChar LaTeX
45440 -packages ! marginnote
45441 \end_layout
45442
45443 \end_inset
45444
45445
45446 \end_layout
45447
45448 \begin_layout Bibliography
45449 \begin_inset CommandInset bibitem
45450 LatexCommand bibitem
45451 key "pdfpages"
45452
45453 \end_inset
45454
45455 Documentation of the \SpecialChar LaTeX
45456 -package 
45457 \series bold
45458
45459 \begin_inset CommandInset href
45460 LatexCommand href
45461 name "pdfpages"
45462 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
45463
45464 \end_inset
45465
45466
45467 \series default
45468
45469 \begin_inset Index idx
45470 status collapsed
45471
45472 \begin_layout Plain Layout
45473 \SpecialChar LaTeX
45474 -packages ! pdfpages
45475 \end_layout
45476
45477 \end_inset
45478
45479
45480 \end_layout
45481
45482 \begin_layout Bibliography
45483 \begin_inset CommandInset bibitem
45484 LatexCommand bibitem
45485 key "prettyref"
45486
45487 \end_inset
45488
45489 Documentation of the \SpecialChar LaTeX
45490 -package 
45491 \series bold
45492
45493 \begin_inset CommandInset href
45494 LatexCommand href
45495 name "prettyref"
45496 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
45497
45498 \end_inset
45499
45500
45501 \series default
45502
45503 \begin_inset Index idx
45504 status collapsed
45505
45506 \begin_layout Plain Layout
45507 \SpecialChar LaTeX
45508 -packages ! prettyref
45509 \end_layout
45510
45511 \end_inset
45512
45513
45514 \end_layout
45515
45516 \begin_layout Bibliography
45517 \begin_inset CommandInset bibitem
45518 LatexCommand bibitem
45519 key "pstricks"
45520
45521 \end_inset
45522
45523 Web page of the \SpecialChar LaTeX
45524 -package 
45525 \series bold
45526
45527 \begin_inset CommandInset href
45528 LatexCommand href
45529 name "PSTricks"
45530 target "http://tug.org/PSTricks/"
45531
45532 \end_inset
45533
45534
45535 \series default
45536
45537 \begin_inset Index idx
45538 status collapsed
45539
45540 \begin_layout Plain Layout
45541 \SpecialChar LaTeX
45542 -packages ! PSTricks
45543 \end_layout
45544
45545 \end_inset
45546
45547
45548 \end_layout
45549
45550 \begin_layout Bibliography
45551 \begin_inset CommandInset bibitem
45552 LatexCommand bibitem
45553 key "refstyle"
45554
45555 \end_inset
45556
45557 Documentation of the \SpecialChar LaTeX
45558 -package 
45559 \series bold
45560
45561 \begin_inset CommandInset href
45562 LatexCommand href
45563 name "refstyle"
45564 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
45565
45566 \end_inset
45567
45568
45569 \series default
45570
45571 \begin_inset Index idx
45572 status collapsed
45573
45574 \begin_layout Plain Layout
45575 \SpecialChar LaTeX
45576 -packages ! refstyle
45577 \end_layout
45578
45579 \end_inset
45580
45581
45582 \end_layout
45583
45584 \begin_layout Bibliography
45585 \begin_inset CommandInset bibitem
45586 LatexCommand bibitem
45587 key "sidecap"
45588
45589 \end_inset
45590
45591 Documentation of the \SpecialChar LaTeX
45592 -package 
45593 \series bold
45594
45595 \begin_inset CommandInset href
45596 LatexCommand href
45597 name "sidecap"
45598 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
45599
45600 \end_inset
45601
45602
45603 \series default
45604
45605 \begin_inset Index idx
45606 status collapsed
45607
45608 \begin_layout Plain Layout
45609 \SpecialChar LaTeX
45610 -packages ! sidecap
45611 \end_layout
45612
45613 \end_inset
45614
45615
45616 \end_layout
45617
45618 \begin_layout Bibliography
45619 \begin_inset CommandInset bibitem
45620 LatexCommand bibitem
45621 key "NewInLyX20"
45622
45623 \end_inset
45624
45625
45626 \begin_inset CommandInset href
45627 LatexCommand href
45628 name "Wiki page"
45629 target "http://wiki.lyx.org/LyX/NewInLyX20"
45630
45631 \end_inset
45632
45633  about new features in 
45634 \family sans
45635 \SpecialChar LyX
45636  2.0
45637 \family default
45638 .
45639 \end_layout
45640
45641 \begin_layout Standard
45642 \begin_inset CommandInset index_print
45643 LatexCommand printindex
45644 type "idx"
45645
45646 \end_inset
45647
45648
45649 \end_layout
45650
45651 \end_body
45652 \end_document