]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
EmbeddedObjects.lyx: some tweaks
[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 
6896 \family sans
6897 width
6898 \family default
6899  can have one of the units listed in appendix
6900 \begin_inset space ~
6901 \end_inset
6902
6903
6904 \begin_inset CommandInset ref
6905 LatexCommand ref
6906 reference "cha:Units-available-in"
6907
6908 \end_inset
6909
6910 .
6911 \end_layout
6912
6913 \begin_layout Standard
6914 The following tables show the difference:
6915 \end_layout
6916
6917 \begin_layout Standard
6918 \begin_inset Tabular
6919 <lyxtabular version="3" rows="6" columns="5">
6920 <features islongtable="true" longtabularalignment="center">
6921 <column alignment="center" valignment="top">
6922 <column alignment="center" valignment="top">
6923 <column alignment="center" valignment="top">
6924 <column alignment="center" valignment="top">
6925 <column alignment="center" valignment="top">
6926 <row endfirsthead="true" caption="true">
6927 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6928 \begin_inset Text
6929
6930 \begin_layout Plain Layout
6931 \begin_inset Caption Standard
6932
6933 \begin_layout Plain Layout
6934 long full title with default width long full title with default width long
6935  full title with default width
6936 \begin_inset Argument 1
6937 status collapsed
6938
6939 \begin_layout Plain Layout
6940 caption with default width
6941 \end_layout
6942
6943 \end_inset
6944
6945
6946 \end_layout
6947
6948 \end_inset
6949
6950
6951 \end_layout
6952
6953 \end_inset
6954 </cell>
6955 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6956 \begin_inset Text
6957
6958 \begin_layout Plain Layout
6959
6960 \end_layout
6961
6962 \end_inset
6963 </cell>
6964 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6965 \begin_inset Text
6966
6967 \begin_layout Plain Layout
6968
6969 \end_layout
6970
6971 \end_inset
6972 </cell>
6973 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6974 \begin_inset Text
6975
6976 \begin_layout Plain Layout
6977
6978 \end_layout
6979
6980 \end_inset
6981 </cell>
6982 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6983 \begin_inset Text
6984
6985 \begin_layout Plain Layout
6986
6987 \end_layout
6988
6989 \end_inset
6990 </cell>
6991 </row>
6992 <row>
6993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6994 \begin_inset Text
6995
6996 \begin_layout Plain Layout
6997 1
6998 \end_layout
6999
7000 \end_inset
7001 </cell>
7002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7003 \begin_inset Text
7004
7005 \begin_layout Plain Layout
7006 2
7007 \end_layout
7008
7009 \end_inset
7010 </cell>
7011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7012 \begin_inset Text
7013
7014 \begin_layout Plain Layout
7015 3
7016 \end_layout
7017
7018 \end_inset
7019 </cell>
7020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7021 \begin_inset Text
7022
7023 \begin_layout Plain Layout
7024 4
7025 \end_layout
7026
7027 \end_inset
7028 </cell>
7029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7030 \begin_inset Text
7031
7032 \begin_layout Plain Layout
7033 5
7034 \end_layout
7035
7036 \end_inset
7037 </cell>
7038 </row>
7039 <row>
7040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7041 \begin_inset Text
7042
7043 \begin_layout Plain Layout
7044 asd
7045 \end_layout
7046
7047 \end_inset
7048 </cell>
7049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7050 \begin_inset Text
7051
7052 \begin_layout Plain Layout
7053 s
7054 \end_layout
7055
7056 \end_inset
7057 </cell>
7058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7059 \begin_inset Text
7060
7061 \begin_layout Plain Layout
7062 s
7063 \end_layout
7064
7065 \end_inset
7066 </cell>
7067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7068 \begin_inset Text
7069
7070 \begin_layout Plain Layout
7071 s
7072 \end_layout
7073
7074 \end_inset
7075 </cell>
7076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7077 \begin_inset Text
7078
7079 \begin_layout Plain Layout
7080 asd
7081 \end_layout
7082
7083 \end_inset
7084 </cell>
7085 </row>
7086 <row>
7087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7088 \begin_inset Text
7089
7090 \begin_layout Plain Layout
7091 asd
7092 \end_layout
7093
7094 \end_inset
7095 </cell>
7096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7097 \begin_inset Text
7098
7099 \begin_layout Plain Layout
7100 s
7101 \end_layout
7102
7103 \end_inset
7104 </cell>
7105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7106 \begin_inset Text
7107
7108 \begin_layout Plain Layout
7109 s
7110 \end_layout
7111
7112 \end_inset
7113 </cell>
7114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7115 \begin_inset Text
7116
7117 \begin_layout Plain Layout
7118 s
7119 \end_layout
7120
7121 \end_inset
7122 </cell>
7123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7124 \begin_inset Text
7125
7126 \begin_layout Plain Layout
7127 asd
7128 \end_layout
7129
7130 \end_inset
7131 </cell>
7132 </row>
7133 <row>
7134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7135 \begin_inset Text
7136
7137 \begin_layout Plain Layout
7138 asd
7139 \end_layout
7140
7141 \end_inset
7142 </cell>
7143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7144 \begin_inset Text
7145
7146 \begin_layout Plain Layout
7147 s
7148 \end_layout
7149
7150 \end_inset
7151 </cell>
7152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7153 \begin_inset Text
7154
7155 \begin_layout Plain Layout
7156 s
7157 \end_layout
7158
7159 \end_inset
7160 </cell>
7161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7162 \begin_inset Text
7163
7164 \begin_layout Plain Layout
7165 s
7166 \end_layout
7167
7168 \end_inset
7169 </cell>
7170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7171 \begin_inset Text
7172
7173 \begin_layout Plain Layout
7174 asd
7175 \end_layout
7176
7177 \end_inset
7178 </cell>
7179 </row>
7180 <row>
7181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7182 \begin_inset Text
7183
7184 \begin_layout Plain Layout
7185 asd
7186 \end_layout
7187
7188 \end_inset
7189 </cell>
7190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7191 \begin_inset Text
7192
7193 \begin_layout Plain Layout
7194 sad
7195 \end_layout
7196
7197 \end_inset
7198 </cell>
7199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7200 \begin_inset Text
7201
7202 \begin_layout Plain Layout
7203 asd
7204 \end_layout
7205
7206 \end_inset
7207 </cell>
7208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7209 \begin_inset Text
7210
7211 \begin_layout Plain Layout
7212 asd
7213 \end_layout
7214
7215 \end_inset
7216 </cell>
7217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7218 \begin_inset Text
7219
7220 \begin_layout Plain Layout
7221 asd
7222 \end_layout
7223
7224 \end_inset
7225 </cell>
7226 </row>
7227 </lyxtabular>
7228
7229 \end_inset
7230
7231
7232 \end_layout
7233
7234 \begin_layout Standard
7235 \begin_inset ERT
7236 status collapsed
7237
7238 \begin_layout Plain Layout
7239
7240
7241 \backslash
7242 setlength{
7243 \backslash
7244 LTcapwidth}{5cm}
7245 \end_layout
7246
7247 \end_inset
7248
7249
7250 \begin_inset Tabular
7251 <lyxtabular version="3" rows="6" columns="5">
7252 <features islongtable="true" longtabularalignment="center">
7253 <column alignment="center" valignment="top">
7254 <column alignment="center" valignment="top">
7255 <column alignment="center" valignment="top">
7256 <column alignment="center" valignment="top">
7257 <column alignment="center" valignment="top">
7258 <row endfirsthead="true" caption="true">
7259 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7260 \begin_inset Text
7261
7262 \begin_layout Plain Layout
7263 \begin_inset Caption Standard
7264
7265 \begin_layout Plain Layout
7266 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 long full title with width set to 5
7275 \begin_inset space \thinspace{}
7276 \end_inset
7277
7278 cm
7279 \begin_inset Argument 1
7280 status collapsed
7281
7282 \begin_layout Plain Layout
7283 caption with width
7284 \begin_inset space \thinspace{}
7285 \end_inset
7286
7287 =
7288 \begin_inset space \thinspace{}
7289 \end_inset
7290
7291 5
7292 \begin_inset space \thinspace{}
7293 \end_inset
7294
7295 cm
7296 \end_layout
7297
7298 \end_inset
7299
7300
7301 \end_layout
7302
7303 \end_inset
7304
7305
7306 \end_layout
7307
7308 \end_inset
7309 </cell>
7310 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7311 \begin_inset Text
7312
7313 \begin_layout Plain Layout
7314
7315 \end_layout
7316
7317 \end_inset
7318 </cell>
7319 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7320 \begin_inset Text
7321
7322 \begin_layout Plain Layout
7323
7324 \end_layout
7325
7326 \end_inset
7327 </cell>
7328 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7329 \begin_inset Text
7330
7331 \begin_layout Plain Layout
7332
7333 \end_layout
7334
7335 \end_inset
7336 </cell>
7337 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7338 \begin_inset Text
7339
7340 \begin_layout Plain Layout
7341
7342 \end_layout
7343
7344 \end_inset
7345 </cell>
7346 </row>
7347 <row>
7348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7349 \begin_inset Text
7350
7351 \begin_layout Plain Layout
7352 1
7353 \end_layout
7354
7355 \end_inset
7356 </cell>
7357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7358 \begin_inset Text
7359
7360 \begin_layout Plain Layout
7361 2
7362 \end_layout
7363
7364 \end_inset
7365 </cell>
7366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7367 \begin_inset Text
7368
7369 \begin_layout Plain Layout
7370 3
7371 \end_layout
7372
7373 \end_inset
7374 </cell>
7375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7376 \begin_inset Text
7377
7378 \begin_layout Plain Layout
7379 4
7380 \end_layout
7381
7382 \end_inset
7383 </cell>
7384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7385 \begin_inset Text
7386
7387 \begin_layout Plain Layout
7388 5
7389 \end_layout
7390
7391 \end_inset
7392 </cell>
7393 </row>
7394 <row>
7395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7396 \begin_inset Text
7397
7398 \begin_layout Plain Layout
7399 asd
7400 \end_layout
7401
7402 \end_inset
7403 </cell>
7404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7405 \begin_inset Text
7406
7407 \begin_layout Plain Layout
7408 s
7409 \end_layout
7410
7411 \end_inset
7412 </cell>
7413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7414 \begin_inset Text
7415
7416 \begin_layout Plain Layout
7417 s
7418 \end_layout
7419
7420 \end_inset
7421 </cell>
7422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7423 \begin_inset Text
7424
7425 \begin_layout Plain Layout
7426 s
7427 \end_layout
7428
7429 \end_inset
7430 </cell>
7431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7432 \begin_inset Text
7433
7434 \begin_layout Plain Layout
7435 asd
7436 \end_layout
7437
7438 \end_inset
7439 </cell>
7440 </row>
7441 <row>
7442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7443 \begin_inset Text
7444
7445 \begin_layout Plain Layout
7446 asd
7447 \end_layout
7448
7449 \end_inset
7450 </cell>
7451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7452 \begin_inset Text
7453
7454 \begin_layout Plain Layout
7455 s
7456 \end_layout
7457
7458 \end_inset
7459 </cell>
7460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7461 \begin_inset Text
7462
7463 \begin_layout Plain Layout
7464 s
7465 \end_layout
7466
7467 \end_inset
7468 </cell>
7469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7470 \begin_inset Text
7471
7472 \begin_layout Plain Layout
7473 s
7474 \end_layout
7475
7476 \end_inset
7477 </cell>
7478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7479 \begin_inset Text
7480
7481 \begin_layout Plain Layout
7482 asd
7483 \end_layout
7484
7485 \end_inset
7486 </cell>
7487 </row>
7488 <row>
7489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7490 \begin_inset Text
7491
7492 \begin_layout Plain Layout
7493 asd
7494 \end_layout
7495
7496 \end_inset
7497 </cell>
7498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7499 \begin_inset Text
7500
7501 \begin_layout Plain Layout
7502 s
7503 \end_layout
7504
7505 \end_inset
7506 </cell>
7507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7508 \begin_inset Text
7509
7510 \begin_layout Plain Layout
7511 s
7512 \end_layout
7513
7514 \end_inset
7515 </cell>
7516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7517 \begin_inset Text
7518
7519 \begin_layout Plain Layout
7520 s
7521 \end_layout
7522
7523 \end_inset
7524 </cell>
7525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7526 \begin_inset Text
7527
7528 \begin_layout Plain Layout
7529 asd
7530 \end_layout
7531
7532 \end_inset
7533 </cell>
7534 </row>
7535 <row>
7536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7537 \begin_inset Text
7538
7539 \begin_layout Plain Layout
7540 asd
7541 \end_layout
7542
7543 \end_inset
7544 </cell>
7545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7546 \begin_inset Text
7547
7548 \begin_layout Plain Layout
7549 sad
7550 \end_layout
7551
7552 \end_inset
7553 </cell>
7554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7555 \begin_inset Text
7556
7557 \begin_layout Plain Layout
7558 asd
7559 \end_layout
7560
7561 \end_inset
7562 </cell>
7563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7564 \begin_inset Text
7565
7566 \begin_layout Plain Layout
7567 asd
7568 \end_layout
7569
7570 \end_inset
7571 </cell>
7572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7573 \begin_inset Text
7574
7575 \begin_layout Plain Layout
7576 asd
7577 \end_layout
7578
7579 \end_inset
7580 </cell>
7581 </row>
7582 </lyxtabular>
7583
7584 \end_inset
7585
7586
7587 \end_layout
7588
7589 \begin_layout Standard
7590 \begin_inset ERT
7591 status collapsed
7592
7593 \begin_layout Plain Layout
7594
7595
7596 \backslash
7597 setlength{
7598 \backslash
7599 LTcapwidth}{4in}
7600 \end_layout
7601
7602 \end_inset
7603
7604
7605 \end_layout
7606
7607 \begin_layout Standard
7608 \begin_inset Note Greyedout
7609 status open
7610
7611 \begin_layout Plain Layout
7612
7613 \series bold
7614 Note:
7615 \series default
7616  When the \SpecialChar LaTeX
7617 -package 
7618 \series bold
7619 caption
7620 \series default
7621
7622 \begin_inset Index idx
7623 status collapsed
7624
7625 \begin_layout Plain Layout
7626 \SpecialChar LaTeX
7627 -packages ! caption
7628 \end_layout
7629
7630 \end_inset
7631
7632  is used, as in this document, the full page width is used for the caption
7633  when you use the default value of 4
7634 \begin_inset space \thinspace{}
7635 \end_inset
7636
7637 in for 
7638 \series bold
7639
7640 \backslash
7641 LTcapwidth
7642 \series default
7643 .
7644  To get in this case exactly a 4
7645 \begin_inset space \thinspace{}
7646 \end_inset
7647
7648 in wide caption, you can either use a value slightly different from 4.0
7649 \begin_inset space \thinspace{}
7650 \end_inset
7651
7652 in, e.
7653 \begin_inset space \thinspace{}
7654 \end_inset
7655
7656 g.
7657 \begin_inset space \space{}
7658 \end_inset
7659
7660 3.99
7661 \begin_inset space \thinspace{}
7662 \end_inset
7663
7664 in, or the \SpecialChar LaTeX
7665 -command 
7666 \series bold
7667
7668 \backslash
7669 captionsetup{width=value}
7670 \series default
7671  that is provided by the 
7672 \series bold
7673 caption
7674 \series default
7675 -package.
7676 \end_layout
7677
7678 \end_inset
7679
7680
7681 \end_layout
7682
7683 \begin_layout Subsubsection
7684 Different Captions for Table Pages
7685 \begin_inset Index idx
7686 status collapsed
7687
7688 \begin_layout Plain Layout
7689 Longtables ! Different Captions for Pages
7690 \end_layout
7691
7692 \end_inset
7693
7694
7695 \end_layout
7696
7697 \begin_layout Standard
7698 When the table captions for the following pages should differ from the one
7699  of the first table page, mark a empty row as header which contains a caption.
7700  Then right-click on the caption and select in the context menu 
7701 \family sans
7702 Caption
7703 \begin_inset space ~
7704 \end_inset
7705
7706 (LongTableNoNumber)
7707 \family default
7708 .
7709  Table
7710 \begin_inset space ~
7711 \end_inset
7712
7713
7714 \begin_inset CommandInset ref
7715 LatexCommand ref
7716 reference "tab:DiffCaptions"
7717
7718 \end_inset
7719
7720  is an example of a longtable with different heading where the second caption
7721  does not include the table number.
7722 \begin_inset Separator parbreak
7723 \end_inset
7724
7725
7726 \end_layout
7727
7728 \begin_layout Standard
7729 \align center
7730 \begin_inset Tabular
7731 <lyxtabular version="3" rows="59" columns="3">
7732 <features islongtable="true" longtabularalignment="center">
7733 <column alignment="left" valignment="top" width="0cm">
7734 <column alignment="left" valignment="top" width="0pt">
7735 <column alignment="center" valignment="top" width="0pt">
7736 <row endfirsthead="true" caption="true">
7737 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7738 \begin_inset Text
7739
7740 \begin_layout Plain Layout
7741 \begin_inset Caption Standard
7742
7743 \begin_layout Plain Layout
7744 Example Phone List
7745 \begin_inset CommandInset label
7746 LatexCommand label
7747 name "tab:DiffCaptions"
7748
7749 \end_inset
7750
7751
7752 \begin_inset Argument 1
7753 status collapsed
7754
7755 \begin_layout Plain Layout
7756 Example Phone List
7757 \end_layout
7758
7759 \end_inset
7760
7761
7762 \end_layout
7763
7764 \end_inset
7765
7766
7767 \end_layout
7768
7769 \end_inset
7770 </cell>
7771 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7772 \begin_inset Text
7773
7774 \begin_layout Plain Layout
7775
7776 \end_layout
7777
7778 \end_inset
7779 </cell>
7780 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7781 \begin_inset Text
7782
7783 \begin_layout Plain Layout
7784
7785 \end_layout
7786
7787 \end_inset
7788 </cell>
7789 </row>
7790 <row endfirsthead="true">
7791 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7792 \begin_inset Text
7793
7794 \begin_layout Plain Layout
7795
7796 \series bold
7797 Example Phone List (ignore the names)
7798 \end_layout
7799
7800 \end_inset
7801 </cell>
7802 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7803 \begin_inset Text
7804
7805 \begin_layout Plain Layout
7806
7807 \end_layout
7808
7809 \end_inset
7810 </cell>
7811 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7812 \begin_inset Text
7813
7814 \begin_layout Plain Layout
7815
7816 \end_layout
7817
7818 \end_inset
7819 </cell>
7820 </row>
7821 <row endfirsthead="true">
7822 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7823 \begin_inset Text
7824
7825 \begin_layout Plain Layout
7826
7827 \series bold
7828 NAME
7829 \end_layout
7830
7831 \end_inset
7832 </cell>
7833 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7834 \begin_inset Text
7835
7836 \begin_layout Plain Layout
7837
7838 \end_layout
7839
7840 \end_inset
7841 </cell>
7842 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7843 \begin_inset Text
7844
7845 \begin_layout Plain Layout
7846
7847 \series bold
7848 TEL.
7849 \end_layout
7850
7851 \end_inset
7852 </cell>
7853 </row>
7854 <row endhead="true" caption="true">
7855 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7856 \begin_inset Text
7857
7858 \begin_layout Plain Layout
7859 \begin_inset Caption LongTableNoNumber
7860
7861 \begin_layout Plain Layout
7862 Continued Example Phone List
7863 \end_layout
7864
7865 \end_inset
7866
7867
7868 \end_layout
7869
7870 \end_inset
7871 </cell>
7872 <cell multicolumn="2" alignment="left" valignment="top" leftline="true" usebox="none">
7873 \begin_inset Text
7874
7875 \begin_layout Plain Layout
7876
7877 \end_layout
7878
7879 \end_inset
7880 </cell>
7881 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7882 \begin_inset Text
7883
7884 \begin_layout Plain Layout
7885
7886 \end_layout
7887
7888 \end_inset
7889 </cell>
7890 </row>
7891 <row endhead="true">
7892 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7893 \begin_inset Text
7894
7895 \begin_layout Plain Layout
7896
7897 \series bold
7898 Example Phone List
7899 \end_layout
7900
7901 \end_inset
7902 </cell>
7903 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7904 \begin_inset Text
7905
7906 \begin_layout Plain Layout
7907
7908 \end_layout
7909
7910 \end_inset
7911 </cell>
7912 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7913 \begin_inset Text
7914
7915 \begin_layout Plain Layout
7916
7917 \end_layout
7918
7919 \end_inset
7920 </cell>
7921 </row>
7922 <row endhead="true">
7923 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7924 \begin_inset Text
7925
7926 \begin_layout Plain Layout
7927
7928 \series bold
7929 NAME
7930 \end_layout
7931
7932 \end_inset
7933 </cell>
7934 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7935 \begin_inset Text
7936
7937 \begin_layout Plain Layout
7938
7939 \end_layout
7940
7941 \end_inset
7942 </cell>
7943 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7944 \begin_inset Text
7945
7946 \begin_layout Plain Layout
7947
7948 \series bold
7949 TEL.
7950 \end_layout
7951
7952 \end_inset
7953 </cell>
7954 </row>
7955 <row endfoot="true">
7956 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7957 \begin_inset Text
7958
7959 \begin_layout Plain Layout
7960 continued on next page
7961 \end_layout
7962
7963 \end_inset
7964 </cell>
7965 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7966 \begin_inset Text
7967
7968 \begin_layout Plain Layout
7969
7970 \end_layout
7971
7972 \end_inset
7973 </cell>
7974 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7975 \begin_inset Text
7976
7977 \begin_layout Plain Layout
7978
7979 \end_layout
7980
7981 \end_inset
7982 </cell>
7983 </row>
7984 <row>
7985 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7986 \begin_inset Text
7987
7988 \begin_layout Plain Layout
7989
7990 \series bold
7991 Annovi
7992 \end_layout
7993
7994 \end_inset
7995 </cell>
7996 <cell alignment="left" valignment="top" rightline="true" usebox="none">
7997 \begin_inset Text
7998
7999 \begin_layout Plain Layout
8000 Silvia
8001 \end_layout
8002
8003 \end_inset
8004 </cell>
8005 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8006 \begin_inset Text
8007
8008 \begin_layout Plain Layout
8009 111
8010 \end_layout
8011
8012 \end_inset
8013 </cell>
8014 </row>
8015 <row>
8016 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8017 \begin_inset Text
8018
8019 \begin_layout Plain Layout
8020
8021 \series bold
8022 Bertoli
8023 \end_layout
8024
8025 \end_inset
8026 </cell>
8027 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8028 \begin_inset Text
8029
8030 \begin_layout Plain Layout
8031 Stefano
8032 \end_layout
8033
8034 \end_inset
8035 </cell>
8036 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8037 \begin_inset Text
8038
8039 \begin_layout Plain Layout
8040 111
8041 \end_layout
8042
8043 \end_inset
8044 </cell>
8045 </row>
8046 <row>
8047 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8048 \begin_inset Text
8049
8050 \begin_layout Plain Layout
8051
8052 \series bold
8053 Bozzi
8054 \end_layout
8055
8056 \end_inset
8057 </cell>
8058 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8059 \begin_inset Text
8060
8061 \begin_layout Plain Layout
8062 Walter
8063 \end_layout
8064
8065 \end_inset
8066 </cell>
8067 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8068 \begin_inset Text
8069
8070 \begin_layout Plain Layout
8071 111
8072 \end_layout
8073
8074 \end_inset
8075 </cell>
8076 </row>
8077 <row>
8078 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8079 \begin_inset Text
8080
8081 \begin_layout Plain Layout
8082
8083 \series bold
8084 Cachia
8085 \end_layout
8086
8087 \end_inset
8088 </cell>
8089 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8090 \begin_inset Text
8091
8092 \begin_layout Plain Layout
8093 Maria
8094 \end_layout
8095
8096 \end_inset
8097 </cell>
8098 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8099 \begin_inset Text
8100
8101 \begin_layout Plain Layout
8102 111
8103 \end_layout
8104
8105 \end_inset
8106 </cell>
8107 </row>
8108 <row>
8109 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8110 \begin_inset Text
8111
8112 \begin_layout Plain Layout
8113
8114 \series bold
8115 Cachia
8116 \end_layout
8117
8118 \end_inset
8119 </cell>
8120 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8121 \begin_inset Text
8122
8123 \begin_layout Plain Layout
8124 Maurizio
8125 \end_layout
8126
8127 \end_inset
8128 </cell>
8129 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8130 \begin_inset Text
8131
8132 \begin_layout Plain Layout
8133 111
8134 \end_layout
8135
8136 \end_inset
8137 </cell>
8138 </row>
8139 <row>
8140 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8141 \begin_inset Text
8142
8143 \begin_layout Plain Layout
8144
8145 \series bold
8146 Cinquemani
8147 \end_layout
8148
8149 \end_inset
8150 </cell>
8151 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8152 \begin_inset Text
8153
8154 \begin_layout Plain Layout
8155 Giusi
8156 \end_layout
8157
8158 \end_inset
8159 </cell>
8160 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8161 \begin_inset Text
8162
8163 \begin_layout Plain Layout
8164 111
8165 \end_layout
8166
8167 \end_inset
8168 </cell>
8169 </row>
8170 <row>
8171 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8172 \begin_inset Text
8173
8174 \begin_layout Plain Layout
8175
8176 \series bold
8177 Colin
8178 \end_layout
8179
8180 \end_inset
8181 </cell>
8182 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8183 \begin_inset Text
8184
8185 \begin_layout Plain Layout
8186 Bernard
8187 \end_layout
8188
8189 \end_inset
8190 </cell>
8191 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8192 \begin_inset Text
8193
8194 \begin_layout Plain Layout
8195 111
8196 \end_layout
8197
8198 \end_inset
8199 </cell>
8200 </row>
8201 <row>
8202 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8203 \begin_inset Text
8204
8205 \begin_layout Plain Layout
8206
8207 \series bold
8208 Concli
8209 \end_layout
8210
8211 \end_inset
8212 </cell>
8213 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8214 \begin_inset Text
8215
8216 \begin_layout Plain Layout
8217 Gianfranco
8218 \end_layout
8219
8220 \end_inset
8221 </cell>
8222 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8223 \begin_inset Text
8224
8225 \begin_layout Plain Layout
8226 111
8227 \end_layout
8228
8229 \end_inset
8230 </cell>
8231 </row>
8232 <row>
8233 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8234 \begin_inset Text
8235
8236 \begin_layout Plain Layout
8237
8238 \series bold
8239 Dal Bosco
8240 \end_layout
8241
8242 \end_inset
8243 </cell>
8244 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8245 \begin_inset Text
8246
8247 \begin_layout Plain Layout
8248 Carolina
8249 \end_layout
8250
8251 \end_inset
8252 </cell>
8253 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8254 \begin_inset Text
8255
8256 \begin_layout Plain Layout
8257 111
8258 \end_layout
8259
8260 \end_inset
8261 </cell>
8262 </row>
8263 <row>
8264 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8265 \begin_inset Text
8266
8267 \begin_layout Plain Layout
8268
8269 \series bold
8270 Dalpiaz
8271 \end_layout
8272
8273 \end_inset
8274 </cell>
8275 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8276 \begin_inset Text
8277
8278 \begin_layout Plain Layout
8279 Annamaria
8280 \end_layout
8281
8282 \end_inset
8283 </cell>
8284 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8285 \begin_inset Text
8286
8287 \begin_layout Plain Layout
8288 111
8289 \end_layout
8290
8291 \end_inset
8292 </cell>
8293 </row>
8294 <row>
8295 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8296 \begin_inset Text
8297
8298 \begin_layout Plain Layout
8299
8300 \series bold
8301 Feliciello
8302 \end_layout
8303
8304 \end_inset
8305 </cell>
8306 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8307 \begin_inset Text
8308
8309 \begin_layout Plain Layout
8310 Domenico
8311 \end_layout
8312
8313 \end_inset
8314 </cell>
8315 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8316 \begin_inset Text
8317
8318 \begin_layout Plain Layout
8319 111
8320 \end_layout
8321
8322 \end_inset
8323 </cell>
8324 </row>
8325 <row>
8326 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8327 \begin_inset Text
8328
8329 \begin_layout Plain Layout
8330
8331 \series bold
8332 Focarelli
8333 \end_layout
8334
8335 \end_inset
8336 </cell>
8337 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8338 \begin_inset Text
8339
8340 \begin_layout Plain Layout
8341 Paola
8342 \end_layout
8343
8344 \end_inset
8345 </cell>
8346 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8347 \begin_inset Text
8348
8349 \begin_layout Plain Layout
8350 111
8351 \end_layout
8352
8353 \end_inset
8354 </cell>
8355 </row>
8356 <row>
8357 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8358 \begin_inset Text
8359
8360 \begin_layout Plain Layout
8361
8362 \series bold
8363 Galletti
8364 \end_layout
8365
8366 \end_inset
8367 </cell>
8368 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8369 \begin_inset Text
8370
8371 \begin_layout Plain Layout
8372 Oreste
8373 \end_layout
8374
8375 \end_inset
8376 </cell>
8377 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8378 \begin_inset Text
8379
8380 \begin_layout Plain Layout
8381 111
8382 \end_layout
8383
8384 \end_inset
8385 </cell>
8386 </row>
8387 <row>
8388 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8389 \begin_inset Text
8390
8391 \begin_layout Plain Layout
8392
8393 \series bold
8394 Gasparini
8395 \end_layout
8396
8397 \end_inset
8398 </cell>
8399 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8400 \begin_inset Text
8401
8402 \begin_layout Plain Layout
8403 Franca
8404 \end_layout
8405
8406 \end_inset
8407 </cell>
8408 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8409 \begin_inset Text
8410
8411 \begin_layout Plain Layout
8412 111
8413 \end_layout
8414
8415 \end_inset
8416 </cell>
8417 </row>
8418 <row>
8419 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8420 \begin_inset Text
8421
8422 \begin_layout Plain Layout
8423
8424 \series bold
8425 Rizzardi
8426 \series default
8427
8428 \begin_inset Foot
8429 status open
8430
8431 \begin_layout Plain Layout
8432 Example footnote
8433 \end_layout
8434
8435 \end_inset
8436
8437
8438 \end_layout
8439
8440 \end_inset
8441 </cell>
8442 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8443 \begin_inset Text
8444
8445 \begin_layout Plain Layout
8446 Paola
8447 \end_layout
8448
8449 \end_inset
8450 </cell>
8451 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8452 \begin_inset Text
8453
8454 \begin_layout Plain Layout
8455 111
8456 \end_layout
8457
8458 \end_inset
8459 </cell>
8460 </row>
8461 <row>
8462 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8463 \begin_inset Text
8464
8465 \begin_layout Plain Layout
8466
8467 \series bold
8468 Lassini
8469 \end_layout
8470
8471 \end_inset
8472 </cell>
8473 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8474 \begin_inset Text
8475
8476 \begin_layout Plain Layout
8477 Giancarlo
8478 \end_layout
8479
8480 \end_inset
8481 </cell>
8482 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8483 \begin_inset Text
8484
8485 \begin_layout Plain Layout
8486 111
8487 \end_layout
8488
8489 \end_inset
8490 </cell>
8491 </row>
8492 <row>
8493 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8494 \begin_inset Text
8495
8496 \begin_layout Plain Layout
8497
8498 \series bold
8499 Malfatti
8500 \end_layout
8501
8502 \end_inset
8503 </cell>
8504 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8505 \begin_inset Text
8506
8507 \begin_layout Plain Layout
8508 Luciano
8509 \end_layout
8510
8511 \end_inset
8512 </cell>
8513 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8514 \begin_inset Text
8515
8516 \begin_layout Plain Layout
8517 111
8518 \end_layout
8519
8520 \end_inset
8521 </cell>
8522 </row>
8523 <row>
8524 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8525 \begin_inset Text
8526
8527 \begin_layout Plain Layout
8528
8529 \series bold
8530 Malfatti
8531 \end_layout
8532
8533 \end_inset
8534 </cell>
8535 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8536 \begin_inset Text
8537
8538 \begin_layout Plain Layout
8539 Valeriano
8540 \end_layout
8541
8542 \end_inset
8543 </cell>
8544 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8545 \begin_inset Text
8546
8547 \begin_layout Plain Layout
8548 111
8549 \end_layout
8550
8551 \end_inset
8552 </cell>
8553 </row>
8554 <row>
8555 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8556 \begin_inset Text
8557
8558 \begin_layout Plain Layout
8559
8560 \series bold
8561 Meneguzzo
8562 \end_layout
8563
8564 \end_inset
8565 </cell>
8566 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8567 \begin_inset Text
8568
8569 \begin_layout Plain Layout
8570 Roberto
8571 \end_layout
8572
8573 \end_inset
8574 </cell>
8575 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8576 \begin_inset Text
8577
8578 \begin_layout Plain Layout
8579 111
8580 \end_layout
8581
8582 \end_inset
8583 </cell>
8584 </row>
8585 <row>
8586 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8587 \begin_inset Text
8588
8589 \begin_layout Plain Layout
8590
8591 \series bold
8592 Mezzadra
8593 \end_layout
8594
8595 \end_inset
8596 </cell>
8597 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8598 \begin_inset Text
8599
8600 \begin_layout Plain Layout
8601 Roberto
8602 \end_layout
8603
8604 \end_inset
8605 </cell>
8606 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8607 \begin_inset Text
8608
8609 \begin_layout Plain Layout
8610 111
8611 \end_layout
8612
8613 \end_inset
8614 </cell>
8615 </row>
8616 <row>
8617 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8618 \begin_inset Text
8619
8620 \begin_layout Plain Layout
8621
8622 \series bold
8623 Pirpamer
8624 \end_layout
8625
8626 \end_inset
8627 </cell>
8628 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8629 \begin_inset Text
8630
8631 \begin_layout Plain Layout
8632 Erich
8633 \end_layout
8634
8635 \end_inset
8636 </cell>
8637 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8638 \begin_inset Text
8639
8640 \begin_layout Plain Layout
8641 111
8642 \end_layout
8643
8644 \end_inset
8645 </cell>
8646 </row>
8647 <row>
8648 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8649 \begin_inset Text
8650
8651 \begin_layout Plain Layout
8652
8653 \series bold
8654 Pochiesa
8655 \end_layout
8656
8657 \end_inset
8658 </cell>
8659 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8660 \begin_inset Text
8661
8662 \begin_layout Plain Layout
8663 Paolo
8664 \end_layout
8665
8666 \end_inset
8667 </cell>
8668 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8669 \begin_inset Text
8670
8671 \begin_layout Plain Layout
8672 111, 222
8673 \end_layout
8674
8675 \end_inset
8676 </cell>
8677 </row>
8678 <row>
8679 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8680 \begin_inset Text
8681
8682 \begin_layout Plain Layout
8683
8684 \series bold
8685 Radina
8686 \end_layout
8687
8688 \end_inset
8689 </cell>
8690 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8691 \begin_inset Text
8692
8693 \begin_layout Plain Layout
8694 Claudio
8695 \end_layout
8696
8697 \end_inset
8698 </cell>
8699 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8700 \begin_inset Text
8701
8702 \begin_layout Plain Layout
8703 111
8704 \end_layout
8705
8706 \end_inset
8707 </cell>
8708 </row>
8709 <row>
8710 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8711 \begin_inset Text
8712
8713 \begin_layout Plain Layout
8714
8715 \series bold
8716 Stuffer
8717 \end_layout
8718
8719 \end_inset
8720 </cell>
8721 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8722 \begin_inset Text
8723
8724 \begin_layout Plain Layout
8725 Oskar
8726 \end_layout
8727
8728 \end_inset
8729 </cell>
8730 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8731 \begin_inset Text
8732
8733 \begin_layout Plain Layout
8734 111
8735 \end_layout
8736
8737 \end_inset
8738 </cell>
8739 </row>
8740 <row>
8741 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8742 \begin_inset Text
8743
8744 \begin_layout Plain Layout
8745
8746 \series bold
8747 Tacchelli
8748 \end_layout
8749
8750 \end_inset
8751 </cell>
8752 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8753 \begin_inset Text
8754
8755 \begin_layout Plain Layout
8756 Ugo
8757 \end_layout
8758
8759 \end_inset
8760 </cell>
8761 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8762 \begin_inset Text
8763
8764 \begin_layout Plain Layout
8765 111
8766 \end_layout
8767
8768 \end_inset
8769 </cell>
8770 </row>
8771 <row>
8772 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8773 \begin_inset Text
8774
8775 \begin_layout Plain Layout
8776
8777 \series bold
8778 Tezzele
8779 \end_layout
8780
8781 \end_inset
8782 </cell>
8783 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8784 \begin_inset Text
8785
8786 \begin_layout Plain Layout
8787 Margit
8788 \end_layout
8789
8790 \end_inset
8791 </cell>
8792 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8793 \begin_inset Text
8794
8795 \begin_layout Plain Layout
8796 111
8797 \end_layout
8798
8799 \end_inset
8800 </cell>
8801 </row>
8802 <row>
8803 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8804 \begin_inset Text
8805
8806 \begin_layout Plain Layout
8807
8808 \series bold
8809 Unterkalmsteiner
8810 \end_layout
8811
8812 \end_inset
8813 </cell>
8814 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8815 \begin_inset Text
8816
8817 \begin_layout Plain Layout
8818 Frieda
8819 \end_layout
8820
8821 \end_inset
8822 </cell>
8823 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8824 \begin_inset Text
8825
8826 \begin_layout Plain Layout
8827 111
8828 \end_layout
8829
8830 \end_inset
8831 </cell>
8832 </row>
8833 <row>
8834 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8835 \begin_inset Text
8836
8837 \begin_layout Plain Layout
8838
8839 \series bold
8840 Vieider
8841 \end_layout
8842
8843 \end_inset
8844 </cell>
8845 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8846 \begin_inset Text
8847
8848 \begin_layout Plain Layout
8849 Hilde
8850 \end_layout
8851
8852 \end_inset
8853 </cell>
8854 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8855 \begin_inset Text
8856
8857 \begin_layout Plain Layout
8858 111
8859 \end_layout
8860
8861 \end_inset
8862 </cell>
8863 </row>
8864 <row>
8865 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8866 \begin_inset Text
8867
8868 \begin_layout Plain Layout
8869
8870 \series bold
8871 Vigna
8872 \end_layout
8873
8874 \end_inset
8875 </cell>
8876 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8877 \begin_inset Text
8878
8879 \begin_layout Plain Layout
8880 Jürgen
8881 \end_layout
8882
8883 \end_inset
8884 </cell>
8885 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8886 \begin_inset Text
8887
8888 \begin_layout Plain Layout
8889 111
8890 \end_layout
8891
8892 \end_inset
8893 </cell>
8894 </row>
8895 <row>
8896 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8897 \begin_inset Text
8898
8899 \begin_layout Plain Layout
8900
8901 \series bold
8902 Weber
8903 \end_layout
8904
8905 \end_inset
8906 </cell>
8907 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8908 \begin_inset Text
8909
8910 \begin_layout Plain Layout
8911 Maurizio
8912 \end_layout
8913
8914 \end_inset
8915 </cell>
8916 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8917 \begin_inset Text
8918
8919 \begin_layout Plain Layout
8920 111
8921 \end_layout
8922
8923 \end_inset
8924 </cell>
8925 </row>
8926 <row>
8927 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8928 \begin_inset Text
8929
8930 \begin_layout Plain Layout
8931
8932 \series bold
8933 Winkler
8934 \end_layout
8935
8936 \end_inset
8937 </cell>
8938 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
8939 \begin_inset Text
8940
8941 \begin_layout Plain Layout
8942 Franz
8943 \end_layout
8944
8945 \end_inset
8946 </cell>
8947 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8948 \begin_inset Text
8949
8950 \begin_layout Plain Layout
8951 111
8952 \end_layout
8953
8954 \end_inset
8955 </cell>
8956 </row>
8957 <row>
8958 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8959 \begin_inset Text
8960
8961 \begin_layout Plain Layout
8962  
8963 \end_layout
8964
8965 \end_inset
8966 </cell>
8967 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8968 \begin_inset Text
8969
8970 \begin_layout Plain Layout
8971
8972 \end_layout
8973
8974 \end_inset
8975 </cell>
8976 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8977 \begin_inset Text
8978
8979 \begin_layout Plain Layout
8980
8981 \end_layout
8982
8983 \end_inset
8984 </cell>
8985 </row>
8986 <row>
8987 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8988 \begin_inset Text
8989
8990 \begin_layout Plain Layout
8991
8992 \series bold
8993 Annovi
8994 \end_layout
8995
8996 \end_inset
8997 </cell>
8998 <cell alignment="left" valignment="top" rightline="true" usebox="none">
8999 \begin_inset Text
9000
9001 \begin_layout Plain Layout
9002 Silvia
9003 \end_layout
9004
9005 \end_inset
9006 </cell>
9007 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9008 \begin_inset Text
9009
9010 \begin_layout Plain Layout
9011 555
9012 \end_layout
9013
9014 \end_inset
9015 </cell>
9016 </row>
9017 <row>
9018 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9019 \begin_inset Text
9020
9021 \begin_layout Plain Layout
9022
9023 \series bold
9024 Bertoli
9025 \end_layout
9026
9027 \end_inset
9028 </cell>
9029 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9030 \begin_inset Text
9031
9032 \begin_layout Plain Layout
9033 Stefano
9034 \end_layout
9035
9036 \end_inset
9037 </cell>
9038 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9039 \begin_inset Text
9040
9041 \begin_layout Plain Layout
9042 555
9043 \end_layout
9044
9045 \end_inset
9046 </cell>
9047 </row>
9048 <row>
9049 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9050 \begin_inset Text
9051
9052 \begin_layout Plain Layout
9053
9054 \series bold
9055 Bozzi
9056 \end_layout
9057
9058 \end_inset
9059 </cell>
9060 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9061 \begin_inset Text
9062
9063 \begin_layout Plain Layout
9064 Walter
9065 \end_layout
9066
9067 \end_inset
9068 </cell>
9069 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9070 \begin_inset Text
9071
9072 \begin_layout Plain Layout
9073 555
9074 \end_layout
9075
9076 \end_inset
9077 </cell>
9078 </row>
9079 <row>
9080 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9081 \begin_inset Text
9082
9083 \begin_layout Plain Layout
9084
9085 \series bold
9086 Cachia
9087 \end_layout
9088
9089 \end_inset
9090 </cell>
9091 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9092 \begin_inset Text
9093
9094 \begin_layout Plain Layout
9095 Maria
9096 \end_layout
9097
9098 \end_inset
9099 </cell>
9100 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9101 \begin_inset Text
9102
9103 \begin_layout Plain Layout
9104 555
9105 \end_layout
9106
9107 \end_inset
9108 </cell>
9109 </row>
9110 <row>
9111 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9112 \begin_inset Text
9113
9114 \begin_layout Plain Layout
9115
9116 \series bold
9117 Cachia
9118 \end_layout
9119
9120 \end_inset
9121 </cell>
9122 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9123 \begin_inset Text
9124
9125 \begin_layout Plain Layout
9126 Maurizio
9127 \end_layout
9128
9129 \end_inset
9130 </cell>
9131 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9132 \begin_inset Text
9133
9134 \begin_layout Plain Layout
9135 555
9136 \end_layout
9137
9138 \end_inset
9139 </cell>
9140 </row>
9141 <row>
9142 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9143 \begin_inset Text
9144
9145 \begin_layout Plain Layout
9146
9147 \series bold
9148 Cinquemani
9149 \end_layout
9150
9151 \end_inset
9152 </cell>
9153 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9154 \begin_inset Text
9155
9156 \begin_layout Plain Layout
9157 Giusi
9158 \end_layout
9159
9160 \end_inset
9161 </cell>
9162 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9163 \begin_inset Text
9164
9165 \begin_layout Plain Layout
9166 555
9167 \end_layout
9168
9169 \end_inset
9170 </cell>
9171 </row>
9172 <row>
9173 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9174 \begin_inset Text
9175
9176 \begin_layout Plain Layout
9177
9178 \series bold
9179 Colin
9180 \end_layout
9181
9182 \end_inset
9183 </cell>
9184 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9185 \begin_inset Text
9186
9187 \begin_layout Plain Layout
9188 Bernard
9189 \end_layout
9190
9191 \end_inset
9192 </cell>
9193 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9194 \begin_inset Text
9195
9196 \begin_layout Plain Layout
9197 555
9198 \end_layout
9199
9200 \end_inset
9201 </cell>
9202 </row>
9203 <row>
9204 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9205 \begin_inset Text
9206
9207 \begin_layout Plain Layout
9208
9209 \series bold
9210 Concli
9211 \end_layout
9212
9213 \end_inset
9214 </cell>
9215 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9216 \begin_inset Text
9217
9218 \begin_layout Plain Layout
9219 Gianfranco
9220 \end_layout
9221
9222 \end_inset
9223 </cell>
9224 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9225 \begin_inset Text
9226
9227 \begin_layout Plain Layout
9228 555
9229 \end_layout
9230
9231 \end_inset
9232 </cell>
9233 </row>
9234 <row>
9235 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9236 \begin_inset Text
9237
9238 \begin_layout Plain Layout
9239
9240 \series bold
9241 Dal Bosco
9242 \end_layout
9243
9244 \end_inset
9245 </cell>
9246 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9247 \begin_inset Text
9248
9249 \begin_layout Plain Layout
9250 Carolina
9251 \end_layout
9252
9253 \end_inset
9254 </cell>
9255 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9256 \begin_inset Text
9257
9258 \begin_layout Plain Layout
9259 555
9260 \end_layout
9261
9262 \end_inset
9263 </cell>
9264 </row>
9265 <row>
9266 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9267 \begin_inset Text
9268
9269 \begin_layout Plain Layout
9270
9271 \series bold
9272 Dalpiaz
9273 \end_layout
9274
9275 \end_inset
9276 </cell>
9277 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9278 \begin_inset Text
9279
9280 \begin_layout Plain Layout
9281 Annamaria
9282 \end_layout
9283
9284 \end_inset
9285 </cell>
9286 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9287 \begin_inset Text
9288
9289 \begin_layout Plain Layout
9290 555
9291 \end_layout
9292
9293 \end_inset
9294 </cell>
9295 </row>
9296 <row>
9297 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9298 \begin_inset Text
9299
9300 \begin_layout Plain Layout
9301
9302 \series bold
9303 Feliciello
9304 \end_layout
9305
9306 \end_inset
9307 </cell>
9308 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9309 \begin_inset Text
9310
9311 \begin_layout Plain Layout
9312 Domenico
9313 \end_layout
9314
9315 \end_inset
9316 </cell>
9317 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9318 \begin_inset Text
9319
9320 \begin_layout Plain Layout
9321 555
9322 \end_layout
9323
9324 \end_inset
9325 </cell>
9326 </row>
9327 <row>
9328 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9329 \begin_inset Text
9330
9331 \begin_layout Plain Layout
9332
9333 \series bold
9334 Focarelli
9335 \end_layout
9336
9337 \end_inset
9338 </cell>
9339 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9340 \begin_inset Text
9341
9342 \begin_layout Plain Layout
9343 Paola
9344 \end_layout
9345
9346 \end_inset
9347 </cell>
9348 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9349 \begin_inset Text
9350
9351 \begin_layout Plain Layout
9352 555
9353 \end_layout
9354
9355 \end_inset
9356 </cell>
9357 </row>
9358 <row>
9359 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9360 \begin_inset Text
9361
9362 \begin_layout Plain Layout
9363
9364 \series bold
9365 Galletti
9366 \end_layout
9367
9368 \end_inset
9369 </cell>
9370 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9371 \begin_inset Text
9372
9373 \begin_layout Plain Layout
9374 Oreste
9375 \end_layout
9376
9377 \end_inset
9378 </cell>
9379 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9380 \begin_inset Text
9381
9382 \begin_layout Plain Layout
9383 555
9384 \end_layout
9385
9386 \end_inset
9387 </cell>
9388 </row>
9389 <row>
9390 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9391 \begin_inset Text
9392
9393 \begin_layout Plain Layout
9394
9395 \series bold
9396 Gasparini
9397 \end_layout
9398
9399 \end_inset
9400 </cell>
9401 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9402 \begin_inset Text
9403
9404 \begin_layout Plain Layout
9405 Franca
9406 \end_layout
9407
9408 \end_inset
9409 </cell>
9410 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9411 \begin_inset Text
9412
9413 \begin_layout Plain Layout
9414 555
9415 \end_layout
9416
9417 \end_inset
9418 </cell>
9419 </row>
9420 <row>
9421 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9422 \begin_inset Text
9423
9424 \begin_layout Plain Layout
9425
9426 \series bold
9427 Rizzardi
9428 \end_layout
9429
9430 \end_inset
9431 </cell>
9432 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9433 \begin_inset Text
9434
9435 \begin_layout Plain Layout
9436 Paola
9437 \end_layout
9438
9439 \end_inset
9440 </cell>
9441 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9442 \begin_inset Text
9443
9444 \begin_layout Plain Layout
9445 555
9446 \end_layout
9447
9448 \end_inset
9449 </cell>
9450 </row>
9451 <row>
9452 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9453 \begin_inset Text
9454
9455 \begin_layout Plain Layout
9456
9457 \series bold
9458 Lassini
9459 \end_layout
9460
9461 \end_inset
9462 </cell>
9463 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9464 \begin_inset Text
9465
9466 \begin_layout Plain Layout
9467 Giancarlo
9468 \end_layout
9469
9470 \end_inset
9471 </cell>
9472 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9473 \begin_inset Text
9474
9475 \begin_layout Plain Layout
9476 555
9477 \end_layout
9478
9479 \end_inset
9480 </cell>
9481 </row>
9482 <row>
9483 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9484 \begin_inset Text
9485
9486 \begin_layout Plain Layout
9487
9488 \series bold
9489 Malfatti
9490 \end_layout
9491
9492 \end_inset
9493 </cell>
9494 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9495 \begin_inset Text
9496
9497 \begin_layout Plain Layout
9498 Luciano
9499 \end_layout
9500
9501 \end_inset
9502 </cell>
9503 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9504 \begin_inset Text
9505
9506 \begin_layout Plain Layout
9507 555
9508 \end_layout
9509
9510 \end_inset
9511 </cell>
9512 </row>
9513 <row>
9514 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9515 \begin_inset Text
9516
9517 \begin_layout Plain Layout
9518
9519 \series bold
9520 Malfatti
9521 \end_layout
9522
9523 \end_inset
9524 </cell>
9525 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9526 \begin_inset Text
9527
9528 \begin_layout Plain Layout
9529 Valeriano
9530 \end_layout
9531
9532 \end_inset
9533 </cell>
9534 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9535 \begin_inset Text
9536
9537 \begin_layout Plain Layout
9538 555
9539 \end_layout
9540
9541 \end_inset
9542 </cell>
9543 </row>
9544 <row>
9545 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9546 \begin_inset Text
9547
9548 \begin_layout Plain Layout
9549
9550 \series bold
9551 Meneguzzo
9552 \end_layout
9553
9554 \end_inset
9555 </cell>
9556 <cell alignment="left" valignment="top" rightline="true" usebox="none">
9557 \begin_inset Text
9558
9559 \begin_layout Plain Layout
9560 Roberto
9561 \end_layout
9562
9563 \end_inset
9564 </cell>
9565 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9566 \begin_inset Text
9567
9568 \begin_layout Plain Layout
9569 555
9570 \end_layout
9571
9572 \end_inset
9573 </cell>
9574 </row>
9575 <row>
9576 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9577 \begin_inset Text
9578
9579 \begin_layout Plain Layout
9580
9581 \series bold
9582 Mezzadra
9583 \end_layout
9584
9585 \end_inset
9586 </cell>
9587 <cell alignment="left" valignment="top" bottomline="true" rightline="true" usebox="none">
9588 \begin_inset Text
9589
9590 \begin_layout Plain Layout
9591 Roberto
9592 \end_layout
9593
9594 \end_inset
9595 </cell>
9596 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9597 \begin_inset Text
9598
9599 \begin_layout Plain Layout
9600 555
9601 \end_layout
9602
9603 \end_inset
9604 </cell>
9605 </row>
9606 </lyxtabular>
9607
9608 \end_inset
9609
9610
9611 \end_layout
9612
9613 \begin_layout Section
9614 Special Longtable Issues
9615 \begin_inset CommandInset label
9616 LatexCommand label
9617 name "sec:Special-Longtable-Issues"
9618
9619 \end_inset
9620
9621
9622 \end_layout
9623
9624 \begin_layout Subsection
9625 Longtable Calculation
9626 \begin_inset Index idx
9627 status collapsed
9628
9629 \begin_layout Plain Layout
9630 Longtables ! Calculation
9631 \end_layout
9632
9633 \end_inset
9634
9635
9636 \end_layout
9637
9638 \begin_layout Standard
9639 \SpecialChar LaTeX
9640  calculates the height of table pages and their page breaks using so called
9641  chunks.
9642  Chunks are parts of tables that held at the same time in \SpecialChar LaTeX
9643 's memory.
9644  The default value was historically set to only 20 table rows.
9645  If you are using longtables with many pages this may slow down the creation
9646  of your document.
9647  You can safely increase the chunk size to values of 100-1000 by adding
9648  this command line to your document preamble:
9649 \end_layout
9650
9651 \begin_layout Standard
9652
9653 \series bold
9654
9655 \backslash
9656 setcounter{LTchunksize}{100}
9657 \end_layout
9658
9659 \begin_layout Subsection
9660 Floats and Longtables
9661 \begin_inset Index idx
9662 status collapsed
9663
9664 \begin_layout Plain Layout
9665 Longtables ! Floats
9666 \end_layout
9667
9668 \end_inset
9669
9670
9671 \end_layout
9672
9673 \begin_layout Standard
9674 There might be problems when a float appears on the same page where a longtable
9675  starts.
9676  To avoid such a situation, insert a 
9677 \begin_inset Quotes eld
9678 \end_inset
9679
9680 clear page
9681 \begin_inset Quotes erd
9682 \end_inset
9683
9684  (menu 
9685 \family sans
9686 Insert\SpecialChar menuseparator
9687 Formatting\SpecialChar menuseparator
9688 Clear
9689 \begin_inset space ~
9690 \end_inset
9691
9692 Page
9693 \family default
9694 ) before your longtable.
9695 \end_layout
9696
9697 \begin_layout Subsection
9698 Forced Page Breaks
9699 \begin_inset Index idx
9700 status collapsed
9701
9702 \begin_layout Plain Layout
9703 Longtables ! Forced Page Breaks
9704 \end_layout
9705
9706 \end_inset
9707
9708
9709 \end_layout
9710
9711 \begin_layout Standard
9712 By default tables are only broken between rows.
9713  If you have a cell with multiples lines and want to have a page break within
9714  the cell, insert the new line command 
9715 \begin_inset Quotes eld
9716 \end_inset
9717
9718
9719 \series bold
9720
9721 \backslash
9722
9723 \backslash
9724
9725 \series default
9726
9727 \begin_inset Quotes erd
9728 \end_inset
9729
9730  as \SpecialChar TeX
9731  Code at the point of the cell where it can be broken.
9732  Before the 
9733 \series bold
9734
9735 \backslash
9736
9737 \backslash
9738
9739 \series default
9740  command you have to insert in \SpecialChar TeX
9741  Code as many 
9742 \begin_inset Quotes eld
9743 \end_inset
9744
9745
9746 \series bold
9747 &
9748 \series default
9749
9750 \begin_inset Quotes erd
9751 \end_inset
9752
9753  characters as the number of the following table columns.
9754  The 
9755 \series bold
9756 &
9757 \series default
9758  is the character to separate table cells.
9759  Write in \SpecialChar TeX
9760  Code after each 
9761 \series bold
9762 &
9763 \series default
9764  the content of the corresponding following cell and delete the content
9765  of these cells.
9766 \begin_inset Newline newline
9767 \end_inset
9768
9769 After the 
9770 \series bold
9771
9772 \backslash
9773
9774 \backslash
9775
9776 \series default
9777  command, insert as many 
9778 \series bold
9779 &
9780 \series default
9781  characters as the number of table columns before the current column.
9782  In Table
9783 \begin_inset space ~
9784 \end_inset
9785
9786
9787 \begin_inset CommandInset ref
9788 LatexCommand ref
9789 reference "tab:ForcedPagebreak"
9790
9791 \end_inset
9792
9793  the cell that should be broken is in the second column followed by another
9794  column.
9795  Therefore the following command was inserted in the cell as \SpecialChar TeX
9796  Code after
9797  
9798 \begin_inset Quotes eld
9799 \end_inset
9800
9801
9802 \emph on
9803 Castelchiodato,
9804 \emph default
9805
9806 \begin_inset Quotes erd
9807 \end_inset
9808
9809 :
9810 \end_layout
9811
9812 \begin_layout Standard
9813
9814 \series bold
9815 & 111
9816 \backslash
9817
9818 \backslash
9819  
9820 \backslash
9821 newpage
9822 \begin_inset Newline newline
9823 \end_inset
9824
9825 &
9826 \end_layout
9827
9828 \begin_layout Standard
9829 The 
9830 \begin_inset Quotes eld
9831 \end_inset
9832
9833 111
9834 \begin_inset Quotes erd
9835 \end_inset
9836
9837  in the third column of the row was deleted.
9838  
9839 \series bold
9840
9841 \backslash
9842 newpage
9843 \series default
9844  is only needed when a page break should definitely occur at this position,
9845  otherwise it would be a conditional break.
9846  If your footer row of the longtable has for a certain reason no upper line
9847  but you would have a horizontal line where the cell is broken, use this
9848  command instead:
9849 \end_layout
9850
9851 \begin_layout Standard
9852
9853 \series bold
9854 & 111
9855 \backslash
9856
9857 \backslash
9858
9859 \begin_inset Newline newline
9860 \end_inset
9861
9862
9863 \backslash
9864 hline &
9865 \end_layout
9866
9867 \begin_layout Standard
9868 When the cell to be broken is in the last column, the command
9869 \end_layout
9870
9871 \begin_layout Standard
9872
9873 \series bold
9874
9875 \backslash
9876 setlength{
9877 \backslash
9878 parfillskip}{0pt}
9879 \end_layout
9880
9881 \begin_layout Standard
9882 must be inserted as \SpecialChar TeX
9883  Code at the beginning of the cell.
9884  This ensures that the part of the cell that will be displayed on the new
9885  page appears with the full width.
9886 \begin_inset Separator parbreak
9887 \end_inset
9888
9889
9890 \end_layout
9891
9892 \begin_layout Standard
9893 \align center
9894 \begin_inset Tabular
9895 <lyxtabular version="3" rows="38" columns="3">
9896 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9897 <column alignment="left" valignment="top" width="0cm">
9898 <column alignment="left" valignment="top" width="3cm">
9899 <column alignment="center" valignment="top" width="0pt">
9900 <row endfirsthead="true" caption="true">
9901 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9902 \begin_inset Text
9903
9904 \begin_layout Plain Layout
9905 \begin_inset Caption Standard
9906
9907 \begin_layout Plain Layout
9908 Table with forced page break in table cell
9909 \begin_inset CommandInset label
9910 LatexCommand label
9911 name "tab:ForcedPagebreak"
9912
9913 \end_inset
9914
9915
9916 \begin_inset Argument 1
9917 status collapsed
9918
9919 \begin_layout Plain Layout
9920 Table with forced page break in table cell
9921 \end_layout
9922
9923 \end_inset
9924
9925
9926 \end_layout
9927
9928 \end_inset
9929
9930
9931 \end_layout
9932
9933 \end_inset
9934 </cell>
9935 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9936 \begin_inset Text
9937
9938 \begin_layout Plain Layout
9939
9940 \end_layout
9941
9942 \end_inset
9943 </cell>
9944 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9945 \begin_inset Text
9946
9947 \begin_layout Plain Layout
9948
9949 \end_layout
9950
9951 \end_inset
9952 </cell>
9953 </row>
9954 <row endfirsthead="true">
9955 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9956 \begin_inset Text
9957
9958 \begin_layout Plain Layout
9959
9960 \series bold
9961 Example Phone List (ignore the names)
9962 \end_layout
9963
9964 \end_inset
9965 </cell>
9966 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9967 \begin_inset Text
9968
9969 \begin_layout Plain Layout
9970
9971 \end_layout
9972
9973 \end_inset
9974 </cell>
9975 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9976 \begin_inset Text
9977
9978 \begin_layout Plain Layout
9979
9980 \end_layout
9981
9982 \end_inset
9983 </cell>
9984 </row>
9985 <row endfirsthead="true">
9986 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9987 \begin_inset Text
9988
9989 \begin_layout Plain Layout
9990
9991 \series bold
9992 NAME
9993 \end_layout
9994
9995 \end_inset
9996 </cell>
9997 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9998 \begin_inset Text
9999
10000 \begin_layout Plain Layout
10001
10002 \end_layout
10003
10004 \end_inset
10005 </cell>
10006 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10007 \begin_inset Text
10008
10009 \begin_layout Plain Layout
10010
10011 \series bold
10012 TEL.
10013 \end_layout
10014
10015 \end_inset
10016 </cell>
10017 </row>
10018 <row endhead="true">
10019 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10020 \begin_inset Text
10021
10022 \begin_layout Plain Layout
10023 \begin_inset ERT
10024 status collapsed
10025
10026 \begin_layout Plain Layout
10027
10028
10029 \backslash
10030 caption*{Continued Example Phone List}
10031 \backslash
10032
10033 \backslash
10034 %
10035 \end_layout
10036
10037 \end_inset
10038
10039
10040 \end_layout
10041
10042 \end_inset
10043 </cell>
10044 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10045 \begin_inset Text
10046
10047 \begin_layout Plain Layout
10048
10049 \end_layout
10050
10051 \end_inset
10052 </cell>
10053 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10054 \begin_inset Text
10055
10056 \begin_layout Plain Layout
10057
10058 \end_layout
10059
10060 \end_inset
10061 </cell>
10062 </row>
10063 <row endhead="true">
10064 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10065 \begin_inset Text
10066
10067 \begin_layout Plain Layout
10068
10069 \series bold
10070 Example Phone List
10071 \end_layout
10072
10073 \end_inset
10074 </cell>
10075 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10076 \begin_inset Text
10077
10078 \begin_layout Plain Layout
10079
10080 \end_layout
10081
10082 \end_inset
10083 </cell>
10084 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10085 \begin_inset Text
10086
10087 \begin_layout Plain Layout
10088
10089 \end_layout
10090
10091 \end_inset
10092 </cell>
10093 </row>
10094 <row endhead="true">
10095 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10096 \begin_inset Text
10097
10098 \begin_layout Plain Layout
10099
10100 \series bold
10101 NAME
10102 \end_layout
10103
10104 \end_inset
10105 </cell>
10106 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10107 \begin_inset Text
10108
10109 \begin_layout Plain Layout
10110
10111 \end_layout
10112
10113 \end_inset
10114 </cell>
10115 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10116 \begin_inset Text
10117
10118 \begin_layout Plain Layout
10119
10120 \series bold
10121 TEL.
10122 \end_layout
10123
10124 \end_inset
10125 </cell>
10126 </row>
10127 <row endfoot="true">
10128 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10129 \begin_inset Text
10130
10131 \begin_layout Plain Layout
10132 continued on next page
10133 \end_layout
10134
10135 \end_inset
10136 </cell>
10137 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10138 \begin_inset Text
10139
10140 \begin_layout Plain Layout
10141
10142 \end_layout
10143
10144 \end_inset
10145 </cell>
10146 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10147 \begin_inset Text
10148
10149 \begin_layout Plain Layout
10150
10151 \end_layout
10152
10153 \end_inset
10154 </cell>
10155 </row>
10156 <row>
10157 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10158 \begin_inset Text
10159
10160 \begin_layout Plain Layout
10161
10162 \series bold
10163 Annovi
10164 \end_layout
10165
10166 \end_inset
10167 </cell>
10168 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10169 \begin_inset Text
10170
10171 \begin_layout Plain Layout
10172 Silvia
10173 \end_layout
10174
10175 \end_inset
10176 </cell>
10177 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10178 \begin_inset Text
10179
10180 \begin_layout Plain Layout
10181 111
10182 \end_layout
10183
10184 \end_inset
10185 </cell>
10186 </row>
10187 <row>
10188 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10189 \begin_inset Text
10190
10191 \begin_layout Plain Layout
10192
10193 \series bold
10194 Bertoli
10195 \end_layout
10196
10197 \end_inset
10198 </cell>
10199 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10200 \begin_inset Text
10201
10202 \begin_layout Plain Layout
10203 Stefano
10204 \end_layout
10205
10206 \end_inset
10207 </cell>
10208 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10209 \begin_inset Text
10210
10211 \begin_layout Plain Layout
10212 111
10213 \end_layout
10214
10215 \end_inset
10216 </cell>
10217 </row>
10218 <row>
10219 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10220 \begin_inset Text
10221
10222 \begin_layout Plain Layout
10223
10224 \series bold
10225 Bozzi
10226 \end_layout
10227
10228 \end_inset
10229 </cell>
10230 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10231 \begin_inset Text
10232
10233 \begin_layout Plain Layout
10234 Walter
10235 \end_layout
10236
10237 \end_inset
10238 </cell>
10239 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10240 \begin_inset Text
10241
10242 \begin_layout Plain Layout
10243 111
10244 \end_layout
10245
10246 \end_inset
10247 </cell>
10248 </row>
10249 <row>
10250 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10251 \begin_inset Text
10252
10253 \begin_layout Plain Layout
10254
10255 \series bold
10256 Cachia
10257 \end_layout
10258
10259 \end_inset
10260 </cell>
10261 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10262 \begin_inset Text
10263
10264 \begin_layout Plain Layout
10265 Maria
10266 \end_layout
10267
10268 \end_inset
10269 </cell>
10270 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10271 \begin_inset Text
10272
10273 \begin_layout Plain Layout
10274 111
10275 \end_layout
10276
10277 \end_inset
10278 </cell>
10279 </row>
10280 <row>
10281 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10282 \begin_inset Text
10283
10284 \begin_layout Plain Layout
10285
10286 \series bold
10287 Cachia
10288 \end_layout
10289
10290 \end_inset
10291 </cell>
10292 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10293 \begin_inset Text
10294
10295 \begin_layout Plain Layout
10296 Maurizio
10297 \end_layout
10298
10299 \end_inset
10300 </cell>
10301 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10302 \begin_inset Text
10303
10304 \begin_layout Plain Layout
10305 111
10306 \end_layout
10307
10308 \end_inset
10309 </cell>
10310 </row>
10311 <row>
10312 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10313 \begin_inset Text
10314
10315 \begin_layout Plain Layout
10316
10317 \series bold
10318 Cinquemani
10319 \end_layout
10320
10321 \end_inset
10322 </cell>
10323 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10324 \begin_inset Text
10325
10326 \begin_layout Plain Layout
10327 Giusi
10328 \end_layout
10329
10330 \end_inset
10331 </cell>
10332 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10333 \begin_inset Text
10334
10335 \begin_layout Plain Layout
10336 111
10337 \end_layout
10338
10339 \end_inset
10340 </cell>
10341 </row>
10342 <row>
10343 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10344 \begin_inset Text
10345
10346 \begin_layout Plain Layout
10347
10348 \series bold
10349 Colin
10350 \end_layout
10351
10352 \end_inset
10353 </cell>
10354 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10355 \begin_inset Text
10356
10357 \begin_layout Plain Layout
10358 Bernard
10359 \end_layout
10360
10361 \end_inset
10362 </cell>
10363 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10364 \begin_inset Text
10365
10366 \begin_layout Plain Layout
10367 111
10368 \end_layout
10369
10370 \end_inset
10371 </cell>
10372 </row>
10373 <row>
10374 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10375 \begin_inset Text
10376
10377 \begin_layout Plain Layout
10378
10379 \series bold
10380 Concli
10381 \end_layout
10382
10383 \end_inset
10384 </cell>
10385 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10386 \begin_inset Text
10387
10388 \begin_layout Plain Layout
10389 Gianfranco
10390 \end_layout
10391
10392 \end_inset
10393 </cell>
10394 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10395 \begin_inset Text
10396
10397 \begin_layout Plain Layout
10398 111
10399 \end_layout
10400
10401 \end_inset
10402 </cell>
10403 </row>
10404 <row>
10405 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10406 \begin_inset Text
10407
10408 \begin_layout Plain Layout
10409
10410 \series bold
10411 Dal Bosco
10412 \end_layout
10413
10414 \end_inset
10415 </cell>
10416 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10417 \begin_inset Text
10418
10419 \begin_layout Plain Layout
10420 Carolina
10421 \end_layout
10422
10423 \end_inset
10424 </cell>
10425 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10426 \begin_inset Text
10427
10428 \begin_layout Plain Layout
10429 111
10430 \end_layout
10431
10432 \end_inset
10433 </cell>
10434 </row>
10435 <row>
10436 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10437 \begin_inset Text
10438
10439 \begin_layout Plain Layout
10440
10441 \series bold
10442 Dalpiaz
10443 \end_layout
10444
10445 \end_inset
10446 </cell>
10447 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10448 \begin_inset Text
10449
10450 \begin_layout Plain Layout
10451 Annamaria
10452 \end_layout
10453
10454 \end_inset
10455 </cell>
10456 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10457 \begin_inset Text
10458
10459 \begin_layout Plain Layout
10460 111
10461 \end_layout
10462
10463 \end_inset
10464 </cell>
10465 </row>
10466 <row>
10467 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10468 \begin_inset Text
10469
10470 \begin_layout Plain Layout
10471
10472 \series bold
10473 Feliciello
10474 \end_layout
10475
10476 \end_inset
10477 </cell>
10478 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10479 \begin_inset Text
10480
10481 \begin_layout Plain Layout
10482 Domenico
10483 \end_layout
10484
10485 \end_inset
10486 </cell>
10487 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10488 \begin_inset Text
10489
10490 \begin_layout Plain Layout
10491 111
10492 \end_layout
10493
10494 \end_inset
10495 </cell>
10496 </row>
10497 <row>
10498 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10499 \begin_inset Text
10500
10501 \begin_layout Plain Layout
10502
10503 \series bold
10504 Focarelli
10505 \end_layout
10506
10507 \end_inset
10508 </cell>
10509 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10510 \begin_inset Text
10511
10512 \begin_layout Plain Layout
10513 Paola
10514 \end_layout
10515
10516 \end_inset
10517 </cell>
10518 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10519 \begin_inset Text
10520
10521 \begin_layout Plain Layout
10522 111
10523 \end_layout
10524
10525 \end_inset
10526 </cell>
10527 </row>
10528 <row>
10529 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10530 \begin_inset Text
10531
10532 \begin_layout Plain Layout
10533
10534 \series bold
10535 Galletti
10536 \end_layout
10537
10538 \end_inset
10539 </cell>
10540 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10541 \begin_inset Text
10542
10543 \begin_layout Plain Layout
10544 Oreste
10545 \end_layout
10546
10547 \end_inset
10548 </cell>
10549 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10550 \begin_inset Text
10551
10552 \begin_layout Plain Layout
10553 111
10554 \end_layout
10555
10556 \end_inset
10557 </cell>
10558 </row>
10559 <row>
10560 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10561 \begin_inset Text
10562
10563 \begin_layout Plain Layout
10564
10565 \series bold
10566 Gasparini
10567 \end_layout
10568
10569 \end_inset
10570 </cell>
10571 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10572 \begin_inset Text
10573
10574 \begin_layout Plain Layout
10575 Franca
10576 \end_layout
10577
10578 \end_inset
10579 </cell>
10580 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10581 \begin_inset Text
10582
10583 \begin_layout Plain Layout
10584 111
10585 \end_layout
10586
10587 \end_inset
10588 </cell>
10589 </row>
10590 <row>
10591 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10592 \begin_inset Text
10593
10594 \begin_layout Plain Layout
10595
10596 \series bold
10597 Lassini
10598 \end_layout
10599
10600 \end_inset
10601 </cell>
10602 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10603 \begin_inset Text
10604
10605 \begin_layout Plain Layout
10606 Giancarlo
10607 \end_layout
10608
10609 \end_inset
10610 </cell>
10611 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10612 \begin_inset Text
10613
10614 \begin_layout Plain Layout
10615 111
10616 \end_layout
10617
10618 \end_inset
10619 </cell>
10620 </row>
10621 <row>
10622 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10623 \begin_inset Text
10624
10625 \begin_layout Plain Layout
10626
10627 \series bold
10628 Malfatti
10629 \end_layout
10630
10631 \end_inset
10632 </cell>
10633 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10634 \begin_inset Text
10635
10636 \begin_layout Plain Layout
10637 Luciano
10638 \end_layout
10639
10640 \end_inset
10641 </cell>
10642 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10643 \begin_inset Text
10644
10645 \begin_layout Plain Layout
10646 111
10647 \end_layout
10648
10649 \end_inset
10650 </cell>
10651 </row>
10652 <row>
10653 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10654 \begin_inset Text
10655
10656 \begin_layout Plain Layout
10657
10658 \series bold
10659 Malfatti
10660 \end_layout
10661
10662 \end_inset
10663 </cell>
10664 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10665 \begin_inset Text
10666
10667 \begin_layout Plain Layout
10668 Valeriano
10669 \end_layout
10670
10671 \end_inset
10672 </cell>
10673 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10674 \begin_inset Text
10675
10676 \begin_layout Plain Layout
10677 111
10678 \end_layout
10679
10680 \end_inset
10681 </cell>
10682 </row>
10683 <row>
10684 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10685 \begin_inset Text
10686
10687 \begin_layout Plain Layout
10688
10689 \series bold
10690 Meneguzzo
10691 \end_layout
10692
10693 \end_inset
10694 </cell>
10695 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10696 \begin_inset Text
10697
10698 \begin_layout Plain Layout
10699 Roberto
10700 \end_layout
10701
10702 \end_inset
10703 </cell>
10704 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10705 \begin_inset Text
10706
10707 \begin_layout Plain Layout
10708 111
10709 \end_layout
10710
10711 \end_inset
10712 </cell>
10713 </row>
10714 <row>
10715 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10716 \begin_inset Text
10717
10718 \begin_layout Plain Layout
10719
10720 \series bold
10721 Mezzadra
10722 \end_layout
10723
10724 \end_inset
10725 </cell>
10726 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10727 \begin_inset Text
10728
10729 \begin_layout Plain Layout
10730 Roberto
10731 \end_layout
10732
10733 \end_inset
10734 </cell>
10735 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10736 \begin_inset Text
10737
10738 \begin_layout Plain Layout
10739 111
10740 \end_layout
10741
10742 \end_inset
10743 </cell>
10744 </row>
10745 <row>
10746 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10747 \begin_inset Text
10748
10749 \begin_layout Plain Layout
10750
10751 \series bold
10752 Pirpamer
10753 \end_layout
10754
10755 \end_inset
10756 </cell>
10757 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10758 \begin_inset Text
10759
10760 \begin_layout Plain Layout
10761 Erich
10762 \end_layout
10763
10764 \end_inset
10765 </cell>
10766 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10767 \begin_inset Text
10768
10769 \begin_layout Plain Layout
10770 111
10771 \end_layout
10772
10773 \end_inset
10774 </cell>
10775 </row>
10776 <row>
10777 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10778 \begin_inset Text
10779
10780 \begin_layout Plain Layout
10781
10782 \series bold
10783 Pochiesa
10784 \end_layout
10785
10786 \end_inset
10787 </cell>
10788 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10789 \begin_inset Text
10790
10791 \begin_layout Plain Layout
10792 Paolo
10793 \end_layout
10794
10795 \end_inset
10796 </cell>
10797 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10798 \begin_inset Text
10799
10800 \begin_layout Plain Layout
10801 111, 222
10802 \end_layout
10803
10804 \end_inset
10805 </cell>
10806 </row>
10807 <row>
10808 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10809 \begin_inset Text
10810
10811 \begin_layout Plain Layout
10812
10813 \series bold
10814 Radina
10815 \end_layout
10816
10817 \end_inset
10818 </cell>
10819 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10820 \begin_inset Text
10821
10822 \begin_layout Plain Layout
10823 Claudio
10824 \end_layout
10825
10826 \end_inset
10827 </cell>
10828 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10829 \begin_inset Text
10830
10831 \begin_layout Plain Layout
10832 111
10833 \end_layout
10834
10835 \end_inset
10836 </cell>
10837 </row>
10838 <row>
10839 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10840 \begin_inset Text
10841
10842 \begin_layout Plain Layout
10843
10844 \series bold
10845 Rizzardi
10846 \end_layout
10847
10848 \end_inset
10849 </cell>
10850 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10851 \begin_inset Text
10852
10853 \begin_layout Plain Layout
10854 Paolo, 11.
10855  Fürst von Montecompatri, 11.
10856  Fürst von Sulmona und Vivaro, 10.
10857  Fürst von Rossano, 5.
10858  Herzog von Canemorte, 11.
10859  Herzog von Palombara, 5.
10860  Herzog von Castelchiodato,
10861 \begin_inset ERT
10862 status open
10863
10864 \begin_layout Plain Layout
10865
10866 & 111
10867 \backslash
10868
10869 \backslash
10870  
10871 \backslash
10872 newpage
10873 \end_layout
10874
10875 \begin_layout Plain Layout
10876
10877 &
10878 \end_layout
10879
10880 \end_inset
10881
10882  11.
10883  Herzog von Poggionativo, 11.
10884  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10885  Graf von Valinfreda, 11.
10886  Baron von Cropalati, 11.
10887  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10888 \end_layout
10889
10890 \end_inset
10891 </cell>
10892 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10893 \begin_inset Text
10894
10895 \begin_layout Plain Layout
10896
10897 \end_layout
10898
10899 \end_inset
10900 </cell>
10901 </row>
10902 <row>
10903 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10904 \begin_inset Text
10905
10906 \begin_layout Plain Layout
10907
10908 \series bold
10909 Stuffer
10910 \end_layout
10911
10912 \end_inset
10913 </cell>
10914 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10915 \begin_inset Text
10916
10917 \begin_layout Plain Layout
10918 Oskar
10919 \end_layout
10920
10921 \end_inset
10922 </cell>
10923 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10924 \begin_inset Text
10925
10926 \begin_layout Plain Layout
10927 111
10928 \end_layout
10929
10930 \end_inset
10931 </cell>
10932 </row>
10933 <row>
10934 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10935 \begin_inset Text
10936
10937 \begin_layout Plain Layout
10938
10939 \series bold
10940 Tacchelli
10941 \end_layout
10942
10943 \end_inset
10944 </cell>
10945 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10946 \begin_inset Text
10947
10948 \begin_layout Plain Layout
10949 Ugo
10950 \end_layout
10951
10952 \end_inset
10953 </cell>
10954 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10955 \begin_inset Text
10956
10957 \begin_layout Plain Layout
10958 111
10959 \end_layout
10960
10961 \end_inset
10962 </cell>
10963 </row>
10964 <row>
10965 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10966 \begin_inset Text
10967
10968 \begin_layout Plain Layout
10969
10970 \series bold
10971 Tezzele
10972 \end_layout
10973
10974 \end_inset
10975 </cell>
10976 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10977 \begin_inset Text
10978
10979 \begin_layout Plain Layout
10980 Margit
10981 \end_layout
10982
10983 \end_inset
10984 </cell>
10985 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10986 \begin_inset Text
10987
10988 \begin_layout Plain Layout
10989 111
10990 \end_layout
10991
10992 \end_inset
10993 </cell>
10994 </row>
10995 <row>
10996 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10997 \begin_inset Text
10998
10999 \begin_layout Plain Layout
11000
11001 \series bold
11002 Unterkalmsteiner
11003 \end_layout
11004
11005 \end_inset
11006 </cell>
11007 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11008 \begin_inset Text
11009
11010 \begin_layout Plain Layout
11011 Frieda
11012 \end_layout
11013
11014 \end_inset
11015 </cell>
11016 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11017 \begin_inset Text
11018
11019 \begin_layout Plain Layout
11020 111
11021 \end_layout
11022
11023 \end_inset
11024 </cell>
11025 </row>
11026 <row>
11027 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11028 \begin_inset Text
11029
11030 \begin_layout Plain Layout
11031
11032 \series bold
11033 Vieider
11034 \end_layout
11035
11036 \end_inset
11037 </cell>
11038 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11039 \begin_inset Text
11040
11041 \begin_layout Plain Layout
11042 Hilde
11043 \end_layout
11044
11045 \end_inset
11046 </cell>
11047 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11048 \begin_inset Text
11049
11050 \begin_layout Plain Layout
11051 111
11052 \end_layout
11053
11054 \end_inset
11055 </cell>
11056 </row>
11057 <row>
11058 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11059 \begin_inset Text
11060
11061 \begin_layout Plain Layout
11062
11063 \series bold
11064 Vigna
11065 \end_layout
11066
11067 \end_inset
11068 </cell>
11069 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11070 \begin_inset Text
11071
11072 \begin_layout Plain Layout
11073 Jürgen
11074 \end_layout
11075
11076 \end_inset
11077 </cell>
11078 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11079 \begin_inset Text
11080
11081 \begin_layout Plain Layout
11082 111
11083 \end_layout
11084
11085 \end_inset
11086 </cell>
11087 </row>
11088 <row>
11089 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11090 \begin_inset Text
11091
11092 \begin_layout Plain Layout
11093
11094 \series bold
11095 Weber
11096 \end_layout
11097
11098 \end_inset
11099 </cell>
11100 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11101 \begin_inset Text
11102
11103 \begin_layout Plain Layout
11104 Maurizio
11105 \end_layout
11106
11107 \end_inset
11108 </cell>
11109 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11110 \begin_inset Text
11111
11112 \begin_layout Plain Layout
11113 111
11114 \end_layout
11115
11116 \end_inset
11117 </cell>
11118 </row>
11119 <row>
11120 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11121 \begin_inset Text
11122
11123 \begin_layout Plain Layout
11124
11125 \series bold
11126 Winkler
11127 \end_layout
11128
11129 \end_inset
11130 </cell>
11131 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11132 \begin_inset Text
11133
11134 \begin_layout Plain Layout
11135 Franz
11136 \end_layout
11137
11138 \end_inset
11139 </cell>
11140 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11141 \begin_inset Text
11142
11143 \begin_layout Plain Layout
11144 111
11145 \end_layout
11146
11147 \end_inset
11148 </cell>
11149 </row>
11150 </lyxtabular>
11151
11152 \end_inset
11153
11154
11155 \end_layout
11156
11157 \begin_layout Section
11158 Multiple Lines, Columns and Rows
11159 \end_layout
11160
11161 \begin_layout Subsection
11162 Multiple Lines in Table Cells
11163 \begin_inset CommandInset label
11164 LatexCommand label
11165 name "subsec:Multiple-Lines-in"
11166
11167 \end_inset
11168
11169
11170 \begin_inset Index idx
11171 status collapsed
11172
11173 \begin_layout Plain Layout
11174 Multiple Lines in Table Cells
11175 \end_layout
11176
11177 \end_inset
11178
11179
11180 \begin_inset Index idx
11181 status collapsed
11182
11183 \begin_layout Plain Layout
11184 Table ! Linebreaks
11185 \end_layout
11186
11187 \end_inset
11188
11189
11190 \end_layout
11191
11192 \begin_layout Standard
11193 \noindent
11194 \begin_inset Float table
11195 placement H
11196 wide false
11197 sideways false
11198 status open
11199
11200 \begin_layout Plain Layout
11201 \begin_inset Caption Standard
11202
11203 \begin_layout Plain Layout
11204 \begin_inset CommandInset label
11205 LatexCommand label
11206 name "tab:Table-with-multiple"
11207
11208 \end_inset
11209
11210 Table with multiple lines in cells
11211 \end_layout
11212
11213 \end_inset
11214
11215
11216 \end_layout
11217
11218 \begin_layout Plain Layout
11219 \align center
11220 \begin_inset Tabular
11221 <lyxtabular version="3" rows="3" columns="3">
11222 <features tabularvalignment="middle">
11223 <column alignment="center" valignment="middle" width="2.5cm">
11224 <column alignment="center" valignment="middle">
11225 <column alignment="center" valignment="middle">
11226 <row>
11227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11228 \begin_inset Text
11229
11230 \begin_layout Plain Layout
11231 multiple
11232 \begin_inset Newline linebreak
11233 \end_inset
11234
11235 lines
11236 \end_layout
11237
11238 \end_inset
11239 </cell>
11240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11241 \begin_inset Text
11242
11243 \begin_layout Plain Layout
11244 b
11245 \end_layout
11246
11247 \end_inset
11248 </cell>
11249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11250 \begin_inset Text
11251
11252 \begin_layout Plain Layout
11253 c
11254 \end_layout
11255
11256 \end_inset
11257 </cell>
11258 </row>
11259 <row>
11260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11261 \begin_inset Text
11262
11263 \begin_layout Plain Layout
11264 d
11265 \end_layout
11266
11267 \end_inset
11268 </cell>
11269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11270 \begin_inset Text
11271
11272 \begin_layout Plain Layout
11273 e
11274 \end_layout
11275
11276 \end_inset
11277 </cell>
11278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11279 \begin_inset Text
11280
11281 \begin_layout Plain Layout
11282 f
11283 \end_layout
11284
11285 \end_inset
11286 </cell>
11287 </row>
11288 <row>
11289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11290 \begin_inset Text
11291
11292 \begin_layout Plain Layout
11293 g
11294 \end_layout
11295
11296 \end_inset
11297 </cell>
11298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11299 \begin_inset Text
11300
11301 \begin_layout Plain Layout
11302 h
11303 \end_layout
11304
11305 \end_inset
11306 </cell>
11307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11308 \begin_inset Text
11309
11310 \begin_layout Plain Layout
11311 i
11312 \end_layout
11313
11314 \end_inset
11315 </cell>
11316 </row>
11317 </lyxtabular>
11318
11319 \end_inset
11320
11321
11322 \end_layout
11323
11324 \end_inset
11325
11326
11327 \end_layout
11328
11329 \begin_layout Standard
11330 Setting a fixed width for a column enables you to enter text as a paragraph
11331  with multiple lines and hyphenation.
11332 \end_layout
11333
11334 \begin_layout Standard
11335 To produce Table
11336 \begin_inset space ~
11337 \end_inset
11338
11339
11340 \begin_inset CommandInset ref
11341 LatexCommand ref
11342 reference "tab:Table-with-multiple"
11343
11344 \end_inset
11345
11346 , create a 3×3 table, mark the first cell and right-click on it.
11347  In the appearing table dialog we set a cell width of 2.5
11348 \begin_inset space \thinspace{}
11349 \end_inset
11350
11351 cm and choose centered for the vertical and horizontal alignment.
11352  The vertical alignment is used for all cells of the row.
11353  As our text is smaller than 2.5
11354 \begin_inset space \thinspace{}
11355 \end_inset
11356
11357 cm, only one line will appear.
11358  To get two lines, a justified line break (shortcut 
11359 \begin_inset Info
11360 type  "shortcut"
11361 arg   "newline-insert linebreak"
11362 \end_inset
11363
11364 ) was added.
11365  If the text is wider than the set cell width, it will automatically be
11366  broken to several lines.
11367 \end_layout
11368
11369 \begin_layout Standard
11370 If you have a long word in a cell with a fixed width, it cannot be hyphenated
11371  by \SpecialChar LaTeX
11372  if it is the first entry.
11373  Therefore you need to insert something to prevent the word not being the
11374  first entry.
11375  So add a horizontal space of 0
11376 \begin_inset space \thinspace{}
11377 \end_inset
11378
11379 pt before the word.
11380  As the space is zero, it doesn't change the output.
11381  Table
11382 \begin_inset space ~
11383 \end_inset
11384
11385
11386 \begin_inset CommandInset ref
11387 LatexCommand ref
11388 reference "tab:Table-with-and"
11389
11390 \end_inset
11391
11392  shows the effect.
11393 \end_layout
11394
11395 \begin_layout Standard
11396 \begin_inset Float table
11397 placement h
11398 wide false
11399 sideways false
11400 status open
11401
11402 \begin_layout Plain Layout
11403 \begin_inset Caption Standard
11404
11405 \begin_layout Plain Layout
11406 \begin_inset CommandInset label
11407 LatexCommand label
11408 name "tab:Table-with-and"
11409
11410 \end_inset
11411
11412 Table with and without hyphenation
11413 \end_layout
11414
11415 \end_inset
11416
11417
11418 \end_layout
11419
11420 \begin_layout Plain Layout
11421 \begin_inset space \hfill{}
11422 \end_inset
11423
11424
11425 \begin_inset Tabular
11426 <lyxtabular version="3" rows="3" columns="3">
11427 <features tabularvalignment="middle">
11428 <column alignment="center" valignment="middle" width="2.5cm">
11429 <column alignment="center" valignment="middle">
11430 <column alignment="center" valignment="middle">
11431 <row>
11432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11433 \begin_inset Text
11434
11435 \begin_layout Plain Layout
11436 verylongtablecellword
11437 \end_layout
11438
11439 \end_inset
11440 </cell>
11441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11442 \begin_inset Text
11443
11444 \begin_layout Plain Layout
11445 b
11446 \end_layout
11447
11448 \end_inset
11449 </cell>
11450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11451 \begin_inset Text
11452
11453 \begin_layout Plain Layout
11454 c
11455 \end_layout
11456
11457 \end_inset
11458 </cell>
11459 </row>
11460 <row>
11461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11462 \begin_inset Text
11463
11464 \begin_layout Plain Layout
11465 d
11466 \end_layout
11467
11468 \end_inset
11469 </cell>
11470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11471 \begin_inset Text
11472
11473 \begin_layout Plain Layout
11474 e
11475 \end_layout
11476
11477 \end_inset
11478 </cell>
11479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11480 \begin_inset Text
11481
11482 \begin_layout Plain Layout
11483 f
11484 \end_layout
11485
11486 \end_inset
11487 </cell>
11488 </row>
11489 <row>
11490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11491 \begin_inset Text
11492
11493 \begin_layout Plain Layout
11494 g
11495 \end_layout
11496
11497 \end_inset
11498 </cell>
11499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11500 \begin_inset Text
11501
11502 \begin_layout Plain Layout
11503 h
11504 \end_layout
11505
11506 \end_inset
11507 </cell>
11508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11509 \begin_inset Text
11510
11511 \begin_layout Plain Layout
11512 i
11513 \end_layout
11514
11515 \end_inset
11516 </cell>
11517 </row>
11518 </lyxtabular>
11519
11520 \end_inset
11521
11522
11523 \begin_inset space \hfill{}
11524 \end_inset
11525
11526
11527 \begin_inset Tabular
11528 <lyxtabular version="3" rows="3" columns="3">
11529 <features tabularvalignment="middle">
11530 <column alignment="center" valignment="middle" width="2.5cm">
11531 <column alignment="center" valignment="middle">
11532 <column alignment="center" valignment="middle">
11533 <row>
11534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11535 \begin_inset Text
11536
11537 \begin_layout Plain Layout
11538 \begin_inset space \hspace{}
11539 \length 0pt
11540 \end_inset
11541
11542 verylongtablecellword
11543 \end_layout
11544
11545 \end_inset
11546 </cell>
11547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11548 \begin_inset Text
11549
11550 \begin_layout Plain Layout
11551 b
11552 \end_layout
11553
11554 \end_inset
11555 </cell>
11556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11557 \begin_inset Text
11558
11559 \begin_layout Plain Layout
11560 c
11561 \end_layout
11562
11563 \end_inset
11564 </cell>
11565 </row>
11566 <row>
11567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11568 \begin_inset Text
11569
11570 \begin_layout Plain Layout
11571 d
11572 \end_layout
11573
11574 \end_inset
11575 </cell>
11576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11577 \begin_inset Text
11578
11579 \begin_layout Plain Layout
11580 e
11581 \end_layout
11582
11583 \end_inset
11584 </cell>
11585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11586 \begin_inset Text
11587
11588 \begin_layout Plain Layout
11589 f
11590 \end_layout
11591
11592 \end_inset
11593 </cell>
11594 </row>
11595 <row>
11596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11597 \begin_inset Text
11598
11599 \begin_layout Plain Layout
11600 g
11601 \end_layout
11602
11603 \end_inset
11604 </cell>
11605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11606 \begin_inset Text
11607
11608 \begin_layout Plain Layout
11609 h
11610 \end_layout
11611
11612 \end_inset
11613 </cell>
11614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11615 \begin_inset Text
11616
11617 \begin_layout Plain Layout
11618 i
11619 \end_layout
11620
11621 \end_inset
11622 </cell>
11623 </row>
11624 </lyxtabular>
11625
11626 \end_inset
11627
11628
11629 \begin_inset space \hfill{}
11630 \end_inset
11631
11632
11633 \end_layout
11634
11635 \end_inset
11636
11637
11638 \end_layout
11639
11640 \begin_layout Subsection
11641 Multicolumns
11642 \begin_inset CommandInset label
11643 LatexCommand label
11644 name "subsec:Multicolumns"
11645
11646 \end_inset
11647
11648
11649 \begin_inset Index idx
11650 status collapsed
11651
11652 \begin_layout Plain Layout
11653 Multicolumns
11654 \end_layout
11655
11656 \end_inset
11657
11658
11659 \begin_inset Index idx
11660 status collapsed
11661
11662 \begin_layout Plain Layout
11663 Table ! Multicolumns
11664 \end_layout
11665
11666 \end_inset
11667
11668
11669 \end_layout
11670
11671 \begin_layout Subsubsection
11672 Multicolumn Basics
11673 \end_layout
11674
11675 \begin_layout Standard
11676 To merge cells over multiple columns, select as many cells within a row
11677  as you want to merge and use either the table-toolbar button 
11678 \begin_inset Info
11679 type  "icon"
11680 arg   "inset-modify tabular multicolumn"
11681 \end_inset
11682
11683 , or the menu 
11684 \family sans
11685 Edit\SpecialChar menuseparator
11686 Table\SpecialChar menuseparator
11687 Multicolumn
11688 \family default
11689 , or right click on the marked cells and choose 
11690 \family sans
11691 Multicolumn
11692 \family default
11693  in the context menu.
11694 \end_layout
11695
11696 \begin_layout Standard
11697 Multicolumns have there own cell settings.
11698  That means changing cell borders, cell alignment, and the width only affects
11699  the multicolumn.
11700  Here is an example table with a multicolumn cell in the first row and one
11701  in the last row without the upper border:
11702 \begin_inset Separator parbreak
11703 \end_inset
11704
11705
11706 \end_layout
11707
11708 \begin_layout Standard
11709 \align center
11710 \begin_inset Tabular
11711 <lyxtabular version="3" rows="3" columns="4">
11712 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11713 <column alignment="center" valignment="top" width="0pt">
11714 <column alignment="center" valignment="middle">
11715 <column alignment="center" valignment="top" width="0in">
11716 <column alignment="center" valignment="top" width="0pt">
11717 <row>
11718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11719 \begin_inset Text
11720
11721 \begin_layout Plain Layout
11722 abc
11723 \end_layout
11724
11725 \end_inset
11726 </cell>
11727 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11728 \begin_inset Text
11729
11730 \begin_layout Plain Layout
11731 def ghi
11732 \end_layout
11733
11734 \end_inset
11735 </cell>
11736 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11737 \begin_inset Text
11738
11739 \begin_layout Plain Layout
11740
11741 \end_layout
11742
11743 \end_inset
11744 </cell>
11745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11746 \begin_inset Text
11747
11748 \begin_layout Plain Layout
11749 jkl
11750 \end_layout
11751
11752 \end_inset
11753 </cell>
11754 </row>
11755 <row>
11756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11757 \begin_inset Text
11758
11759 \begin_layout Plain Layout
11760
11761 \family roman
11762 \series medium
11763 \shape up
11764 \size normal
11765 \emph off
11766 \bar no
11767 \noun off
11768 \color none
11769 A
11770 \end_layout
11771
11772 \end_inset
11773 </cell>
11774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11775 \begin_inset Text
11776
11777 \begin_layout Plain Layout
11778 B
11779 \end_layout
11780
11781 \end_inset
11782 </cell>
11783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11784 \begin_inset Text
11785
11786 \begin_layout Plain Layout
11787 C
11788 \end_layout
11789
11790 \end_inset
11791 </cell>
11792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11793 \begin_inset Text
11794
11795 \begin_layout Plain Layout
11796 D
11797 \end_layout
11798
11799 \end_inset
11800 </cell>
11801 </row>
11802 <row>
11803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11804 \begin_inset Text
11805
11806 \begin_layout Plain Layout
11807 1
11808 \end_layout
11809
11810 \end_inset
11811 </cell>
11812 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11813 \begin_inset Text
11814
11815 \begin_layout Plain Layout
11816 2
11817 \end_layout
11818
11819 \end_inset
11820 </cell>
11821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11822 \begin_inset Text
11823
11824 \begin_layout Plain Layout
11825 3
11826 \end_layout
11827
11828 \end_inset
11829 </cell>
11830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11831 \begin_inset Text
11832
11833 \begin_layout Plain Layout
11834 4
11835 \end_layout
11836
11837 \end_inset
11838 </cell>
11839 </row>
11840 </lyxtabular>
11841
11842 \end_inset
11843
11844
11845 \end_layout
11846
11847 \begin_layout Subsubsection
11848 Multicolumn Calculations
11849 \begin_inset CommandInset label
11850 LatexCommand label
11851 name "subsec:Multicolumn-Calculations"
11852
11853 \end_inset
11854
11855
11856 \begin_inset Index idx
11857 status collapsed
11858
11859 \begin_layout Plain Layout
11860 Multicolumns ! Calculations
11861 \end_layout
11862
11863 \end_inset
11864
11865
11866 \end_layout
11867
11868 \begin_layout Standard
11869 \SpecialChar LyX
11870  supports multicolumns directly, but we have to take account of the cell
11871  width of the columns spanned by the multicolumn cell.
11872 \end_layout
11873
11874 \begin_layout Standard
11875 \begin_inset Float table
11876 placement h
11877 wide false
11878 sideways false
11879 status open
11880
11881 \begin_layout Plain Layout
11882 \begin_inset Caption Standard
11883
11884 \begin_layout Plain Layout
11885 \begin_inset CommandInset label
11886 LatexCommand label
11887 name "tab:Table-with-centered"
11888
11889 \end_inset
11890
11891 Table with centered multicolumn text above two columns that have exactly
11892  half the width of the multicolumn cell
11893 \begin_inset Argument 1
11894 status collapsed
11895
11896 \begin_layout Plain Layout
11897 Perfect multicolumn table
11898 \end_layout
11899
11900 \end_inset
11901
11902
11903 \end_layout
11904
11905 \end_inset
11906
11907
11908 \end_layout
11909
11910 \begin_layout Plain Layout
11911 \align center
11912 \begin_inset Tabular
11913 <lyxtabular version="3" rows="3" columns="3">
11914 <features tabularvalignment="middle">
11915 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
11916 <column alignment="center" valignment="middle">
11917 <column alignment="center" valignment="top">
11918 <row>
11919 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11920 \begin_inset Text
11921
11922 \begin_layout Plain Layout
11923 multiple lines multicolumn
11924 \end_layout
11925
11926 \end_inset
11927 </cell>
11928 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11929 \begin_inset Text
11930
11931 \begin_layout Plain Layout
11932
11933 \end_layout
11934
11935 \end_inset
11936 </cell>
11937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11938 \begin_inset Text
11939
11940 \begin_layout Plain Layout
11941 c
11942 \end_layout
11943
11944 \end_inset
11945 </cell>
11946 </row>
11947 <row>
11948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11949 \begin_inset Text
11950
11951 \begin_layout Plain Layout
11952 d
11953 \end_layout
11954
11955 \end_inset
11956 </cell>
11957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11958 \begin_inset Text
11959
11960 \begin_layout Plain Layout
11961 e
11962 \end_layout
11963
11964 \end_inset
11965 </cell>
11966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11967 \begin_inset Text
11968
11969 \begin_layout Plain Layout
11970 f
11971 \end_layout
11972
11973 \end_inset
11974 </cell>
11975 </row>
11976 <row>
11977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11978 \begin_inset Text
11979
11980 \begin_layout Plain Layout
11981 g
11982 \end_layout
11983
11984 \end_inset
11985 </cell>
11986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11987 \begin_inset Text
11988
11989 \begin_layout Plain Layout
11990 h
11991 \end_layout
11992
11993 \end_inset
11994 </cell>
11995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11996 \begin_inset Text
11997
11998 \begin_layout Plain Layout
11999 i
12000 \end_layout
12001
12002 \end_inset
12003 </cell>
12004 </row>
12005 </lyxtabular>
12006
12007 \end_inset
12008
12009
12010 \end_layout
12011
12012 \end_inset
12013
12014
12015 \end_layout
12016
12017 \begin_layout Standard
12018 To create for example Table
12019 \begin_inset space ~
12020 \end_inset
12021
12022
12023 \begin_inset CommandInset ref
12024 LatexCommand ref
12025 reference "tab:Table-with-centered"
12026
12027 \end_inset
12028
12029 , mark the first two cells in the first row of a 3×3 table and right-click
12030  on them.
12031  Now choose for this cell 
12032 \emph on
12033 multicolumn
12034 \emph default
12035
12036 \emph on
12037 centered alignment
12038 \emph default
12039  and a width of 2.5
12040 \begin_inset space \thinspace{}
12041 \end_inset
12042
12043 cm in the table dialog.
12044  The merged columns should have exactly half the width of the multicolumn
12045  cell, so that you would set a width of 1.25
12046 \begin_inset space \thinspace{}
12047 \end_inset
12048
12049 cm for the first column.
12050  The second column has then automatically a width of 1.25
12051 \begin_inset space \thinspace{}
12052 \end_inset
12053
12054 cm (multicolumn width - width of first column).
12055  This was done for Table
12056 \begin_inset space ~
12057 \end_inset
12058
12059
12060 \begin_inset CommandInset ref
12061 LatexCommand ref
12062 reference "tab:Table-without-half"
12063
12064 \end_inset
12065
12066 .
12067 \end_layout
12068
12069 \begin_layout Standard
12070 \begin_inset Float table
12071 wide false
12072 sideways false
12073 status open
12074
12075 \begin_layout Plain Layout
12076 \begin_inset Caption Standard
12077
12078 \begin_layout Plain Layout
12079 \begin_inset CommandInset label
12080 LatexCommand label
12081 name "tab:Table-without-half"
12082
12083 \end_inset
12084
12085 Table where the spanned table columns are not exactly half the width of
12086  the multicolumn cell
12087 \begin_inset Argument 1
12088 status collapsed
12089
12090 \begin_layout Plain Layout
12091 Imperfect multicolumn table
12092 \end_layout
12093
12094 \end_inset
12095
12096
12097 \end_layout
12098
12099 \end_inset
12100
12101
12102 \end_layout
12103
12104 \begin_layout Plain Layout
12105 \align center
12106 \begin_inset Tabular
12107 <lyxtabular version="3" rows="3" columns="3">
12108 <features tabularvalignment="middle">
12109 <column alignment="center" valignment="top" width="1.25cm">
12110 <column alignment="center" valignment="top">
12111 <column alignment="center" valignment="top">
12112 <row>
12113 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12114 \begin_inset Text
12115
12116 \begin_layout Plain Layout
12117 multiple lines multicolumn
12118 \end_layout
12119
12120 \end_inset
12121 </cell>
12122 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12123 \begin_inset Text
12124
12125 \begin_layout Plain Layout
12126
12127 \end_layout
12128
12129 \end_inset
12130 </cell>
12131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12132 \begin_inset Text
12133
12134 \begin_layout Plain Layout
12135 c
12136 \end_layout
12137
12138 \end_inset
12139 </cell>
12140 </row>
12141 <row>
12142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12143 \begin_inset Text
12144
12145 \begin_layout Plain Layout
12146 d
12147 \end_layout
12148
12149 \end_inset
12150 </cell>
12151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12152 \begin_inset Text
12153
12154 \begin_layout Plain Layout
12155 e
12156 \end_layout
12157
12158 \end_inset
12159 </cell>
12160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12161 \begin_inset Text
12162
12163 \begin_layout Plain Layout
12164 f
12165 \end_layout
12166
12167 \end_inset
12168 </cell>
12169 </row>
12170 <row>
12171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12172 \begin_inset Text
12173
12174 \begin_layout Plain Layout
12175 g
12176 \end_layout
12177
12178 \end_inset
12179 </cell>
12180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12181 \begin_inset Text
12182
12183 \begin_layout Plain Layout
12184 h
12185 \end_layout
12186
12187 \end_inset
12188 </cell>
12189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12190 \begin_inset Text
12191
12192 \begin_layout Plain Layout
12193 i
12194 \end_layout
12195
12196 \end_inset
12197 </cell>
12198 </row>
12199 </lyxtabular>
12200
12201 \end_inset
12202
12203
12204 \end_layout
12205
12206 \end_inset
12207
12208
12209 \end_layout
12210
12211 \begin_layout Standard
12212 You can see that the first column is not half the width of the multicolumn
12213  cell, it is a bit bigger.
12214  The reason is that the specified width of a cell 
12215 \begin_inset Formula $W_{g}$
12216 \end_inset
12217
12218  is not its total width 
12219 \begin_inset Formula $W_{\mathrm{tot}}$
12220 \end_inset
12221
12222  because a cell is always a bit larger than specified.
12223  Appendix
12224 \begin_inset space ~
12225 \end_inset
12226
12227
12228 \begin_inset CommandInset ref
12229 LatexCommand ref
12230 reference "cha:Explanation-of-Equation"
12231
12232 \end_inset
12233
12234  explains this in detail.
12235 \end_layout
12236
12237 \begin_layout Standard
12238 The width 
12239 \begin_inset Formula $W_{g\,n}$
12240 \end_inset
12241
12242  which the user needs to set when 
12243 \emph on
12244 n
12245 \emph default
12246  columns are spanned can be calculated, so that each column has a total
12247  width of 
12248 \begin_inset Formula $W_{\mathrm{tot\,multicolumn}}/n$
12249 \end_inset
12250
12251 :
12252 \begin_inset Formula 
12253 \begin{equation}
12254 W_{g\,n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12255 \end{equation}
12256
12257 \end_inset
12258
12259
12260 \end_layout
12261
12262 \begin_layout Standard
12263 In our case we have 
12264 \begin_inset Formula $n=2$
12265 \end_inset
12266
12267
12268 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12269 \end_inset
12270
12271 cm and the default values for the lengths, so that equation 
12272 \begin_inset CommandInset ref
12273 LatexCommand ref
12274 reference "eq:Wgn"
12275
12276 \end_inset
12277
12278  becomes
12279 \begin_inset Formula 
12280 \begin{equation}
12281 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12282 \end{equation}
12283
12284 \end_inset
12285
12286
12287 \end_layout
12288
12289 \begin_layout Standard
12290 To enable calculations in \SpecialChar LaTeX
12291 , the \SpecialChar LaTeX
12292 -package 
12293 \series bold
12294 calc
12295 \series default
12296  must be loaded with the document preamble line
12297 \begin_inset Index idx
12298 status collapsed
12299
12300 \begin_layout Plain Layout
12301 \SpecialChar LaTeX
12302 -packages ! calc
12303 \end_layout
12304
12305 \end_inset
12306
12307
12308 \end_layout
12309
12310 \begin_layout Standard
12311
12312 \series bold
12313
12314 \backslash
12315 usepackage{calc}
12316 \end_layout
12317
12318 \begin_layout Standard
12319 \SpecialChar LyX
12320  does not allow you to calculate lengths in the 
12321 \family sans
12322 Width
12323 \family default
12324  field of the table dialog.
12325  Therefore you have to format the column by inserting a \SpecialChar LaTeX
12326 -argument in the
12327  dialog.
12328  Here is an overview about the arguments:
12329 \end_layout
12330
12331 \begin_layout Itemize
12332
12333 \series bold
12334 p{width}
12335 \series default
12336  creates cell with a fixed width, its text is vertically top-aligned
12337 \end_layout
12338
12339 \begin_layout Itemize
12340
12341 \series bold
12342 m{width}
12343 \series default
12344  creates cell with a fixed width, its text is vertically centered
12345 \end_layout
12346
12347 \begin_layout Itemize
12348
12349 \series bold
12350 b{width}
12351 \series default
12352  creates cell with a fixed width, its text is vertically bottom-aligned
12353 \end_layout
12354
12355 \begin_layout Standard
12356 By entering a \SpecialChar LaTeX
12357 -argument, all cell settings set in the table dialog are overwritt
12358 en.
12359 \end_layout
12360
12361 \begin_layout Standard
12362 \begin_inset Note Greyedout
12363 status open
12364
12365 \begin_layout Plain Layout
12366
12367 \series bold
12368 Note:
12369 \series default
12370  Due to a bug, \SpecialChar LyX
12371  shows the overwritten settings anyway.
12372 \end_layout
12373
12374 \end_inset
12375
12376
12377 \end_layout
12378
12379 \begin_layout Standard
12380 As the text should be horizontally centered, the command 
12381 \series bold
12382
12383 \backslash
12384 centering
12385 \series default
12386  is added.
12387  You can now enter the following \SpecialChar LaTeX
12388 -argument for the first spanned column:
12389 \end_layout
12390
12391 \begin_layout Standard
12392
12393 \series bold
12394 >{
12395 \backslash
12396 centering}m{1.25cm-6.2pt}
12397 \end_layout
12398
12399 \begin_layout Standard
12400 The command 
12401 \series bold
12402 >{ }
12403 \series default
12404  means, that the commands inside the braces are applied before the cell
12405  is created.
12406 \end_layout
12407
12408 \begin_layout Standard
12409 Although we have chosen centered alignment for the text of the multicolumn
12410  cell, it is still left aligned.
12411  This is because \SpecialChar LyX
12412  only applies the alignment to single columns.
12413  So for the multicolumn cell we have to use the \SpecialChar LaTeX
12414 -argument
12415 \end_layout
12416
12417 \begin_layout Standard
12418
12419 \series bold
12420 >{
12421 \backslash
12422 centering}m{2.5cm}
12423 \end_layout
12424
12425 \begin_layout Subsection
12426 Multirows
12427 \begin_inset CommandInset label
12428 LatexCommand label
12429 name "subsec:Multirows"
12430
12431 \end_inset
12432
12433
12434 \begin_inset Index idx
12435 status collapsed
12436
12437 \begin_layout Plain Layout
12438 Multirows
12439 \end_layout
12440
12441 \end_inset
12442
12443
12444 \begin_inset Index idx
12445 status collapsed
12446
12447 \begin_layout Plain Layout
12448 Table ! Multirows
12449 \end_layout
12450
12451 \end_inset
12452
12453
12454 \end_layout
12455
12456 \begin_layout Standard
12457 To merge cells over multiple rows, select as many cells within a column
12458  as you want to merge and use either the table-toolbar button 
12459 \begin_inset Info
12460 type  "icon"
12461 arg   "inset-modify tabular multirow"
12462 \end_inset
12463
12464 , or the menu 
12465 \family sans
12466 Edit\SpecialChar menuseparator
12467 Table\SpecialChar menuseparator
12468 Multirow
12469 \family default
12470 , or right click on the marked cells and choose 
12471 \family sans
12472 Multirow
12473 \family default
12474  in the context menu.
12475 \end_layout
12476
12477 \begin_layout Standard
12478 Here is an example table with a multirow in the first column:
12479 \begin_inset Separator parbreak
12480 \end_inset
12481
12482
12483 \end_layout
12484
12485 \begin_layout Standard
12486 \align center
12487 \begin_inset Tabular
12488 <lyxtabular version="3" rows="3" columns="3">
12489 <features tabularvalignment="middle">
12490 <column alignment="center" valignment="top" width="0pt">
12491 <column alignment="center" valignment="top">
12492 <column alignment="center" valignment="top">
12493 <row>
12494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12495 \begin_inset Text
12496
12497 \begin_layout Plain Layout
12498 a long cell entry
12499 \end_layout
12500
12501 \end_inset
12502 </cell>
12503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12504 \begin_inset Text
12505
12506 \begin_layout Plain Layout
12507 b
12508 \end_layout
12509
12510 \end_inset
12511 </cell>
12512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12513 \begin_inset Text
12514
12515 \begin_layout Plain Layout
12516 c
12517 \end_layout
12518
12519 \end_inset
12520 </cell>
12521 </row>
12522 <row>
12523 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12524 \begin_inset Text
12525
12526 \begin_layout Plain Layout
12527 multirow
12528 \end_layout
12529
12530 \end_inset
12531 </cell>
12532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12533 \begin_inset Text
12534
12535 \begin_layout Plain Layout
12536 e
12537 \end_layout
12538
12539 \end_inset
12540 </cell>
12541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12542 \begin_inset Text
12543
12544 \begin_layout Plain Layout
12545 f
12546 \end_layout
12547
12548 \end_inset
12549 </cell>
12550 </row>
12551 <row>
12552 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12553 \begin_inset Text
12554
12555 \begin_layout Plain Layout
12556
12557 \end_layout
12558
12559 \end_inset
12560 </cell>
12561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12562 \begin_inset Text
12563
12564 \begin_layout Plain Layout
12565 h
12566 \end_layout
12567
12568 \end_inset
12569 </cell>
12570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12571 \begin_inset Text
12572
12573 \begin_layout Plain Layout
12574 i
12575 \end_layout
12576
12577 \end_inset
12578 </cell>
12579 </row>
12580 </lyxtabular>
12581
12582 \end_inset
12583
12584
12585 \end_layout
12586
12587 \begin_layout Standard
12588 The width of multirow cells is set by setting the width and alignment for
12589  the whole column.
12590  The 
12591 \family sans
12592 Vertical Offset
12593 \family default
12594  shifts the content of the multirow up/down if the offset is positive/negative.
12595 \end_layout
12596
12597 \begin_layout Standard
12598 If the column of a multirow cell has no explicit width, the multirow cell
12599  inherits the alignment of the column.
12600  Otherwise it is by default left-aligned.
12601  To override the default, renew the command 
12602 \series bold
12603
12604 \backslash
12605 multirowsetup
12606 \series default
12607  with the command
12608 \end_layout
12609
12610 \begin_layout Standard
12611
12612 \series bold
12613
12614 \backslash
12615 renewcommand{
12616 \backslash
12617 multirowsetup}{
12618 \backslash
12619 centering}
12620 \end_layout
12621
12622 \begin_layout Standard
12623 in the document preamble.
12624  Then all entries of multirow cells in the document are centered.
12625  If centering is only needed for several tables, you can renew the command
12626  in a \SpecialChar TeX
12627  Code box just before the table instead of the preamble.
12628  If the text should be right-aligned, replace 
12629 \series bold
12630
12631 \backslash
12632 centering
12633 \series default
12634  by 
12635 \series bold
12636
12637 \backslash
12638 raggedleft
12639 \series default
12640 .
12641  To return to left-alignment 
12642 \series bold
12643
12644 \backslash
12645 raggedright
12646 \series default
12647  is used.
12648 \end_layout
12649
12650 \begin_layout Standard
12651 This is an example table with a right-aligned multirow cell that has a vertical
12652  offset of -4
12653 \begin_inset space \thinspace{}
12654 \end_inset
12655
12656 mm and is in a 3
12657 \begin_inset space \thinspace{}
12658 \end_inset
12659
12660 cm wide column:
12661 \begin_inset Separator parbreak
12662 \end_inset
12663
12664
12665 \end_layout
12666
12667 \begin_layout Standard
12668 \noindent
12669 \align center
12670 \begin_inset ERT
12671 status collapsed
12672
12673 \begin_layout Plain Layout
12674
12675
12676 \backslash
12677 renewcommand{
12678 \backslash
12679 multirowsetup}{
12680 \backslash
12681 raggedleft}
12682 \end_layout
12683
12684 \end_inset
12685
12686
12687 \begin_inset Tabular
12688 <lyxtabular version="3" rows="4" columns="3">
12689 <features tabularvalignment="middle">
12690 <column alignment="center" valignment="top" width="3cm">
12691 <column alignment="center" valignment="top">
12692 <column alignment="center" valignment="top">
12693 <row>
12694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12695 \begin_inset Text
12696
12697 \begin_layout Plain Layout
12698 a long cell entry
12699 \end_layout
12700
12701 \end_inset
12702 </cell>
12703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12704 \begin_inset Text
12705
12706 \begin_layout Plain Layout
12707 b
12708 \end_layout
12709
12710 \end_inset
12711 </cell>
12712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12713 \begin_inset Text
12714
12715 \begin_layout Plain Layout
12716 c
12717 \end_layout
12718
12719 \end_inset
12720 </cell>
12721 </row>
12722 <row>
12723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12724 \begin_inset Text
12725
12726 \begin_layout Plain Layout
12727 t
12728 \end_layout
12729
12730 \end_inset
12731 </cell>
12732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12733 \begin_inset Text
12734
12735 \begin_layout Plain Layout
12736 n
12737 \end_layout
12738
12739 \end_inset
12740 </cell>
12741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12742 \begin_inset Text
12743
12744 \begin_layout Plain Layout
12745 m
12746 \end_layout
12747
12748 \end_inset
12749 </cell>
12750 </row>
12751 <row>
12752 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12753 \begin_inset Text
12754
12755 \begin_layout Plain Layout
12756 multirow
12757 \end_layout
12758
12759 \end_inset
12760 </cell>
12761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12762 \begin_inset Text
12763
12764 \begin_layout Plain Layout
12765 e
12766 \end_layout
12767
12768 \end_inset
12769 </cell>
12770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12771 \begin_inset Text
12772
12773 \begin_layout Plain Layout
12774 f
12775 \end_layout
12776
12777 \end_inset
12778 </cell>
12779 </row>
12780 <row>
12781 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12782 \begin_inset Text
12783
12784 \begin_layout Plain Layout
12785
12786 \end_layout
12787
12788 \end_inset
12789 </cell>
12790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12791 \begin_inset Text
12792
12793 \begin_layout Plain Layout
12794 h
12795 \end_layout
12796
12797 \end_inset
12798 </cell>
12799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12800 \begin_inset Text
12801
12802 \begin_layout Plain Layout
12803 i
12804 \end_layout
12805
12806 \end_inset
12807 </cell>
12808 </row>
12809 </lyxtabular>
12810
12811 \end_inset
12812
12813
12814 \begin_inset ERT
12815 status collapsed
12816
12817 \begin_layout Plain Layout
12818
12819
12820 \backslash
12821 renewcommand{
12822 \backslash
12823 multirowsetup}{
12824 \backslash
12825 raggedright}
12826 \end_layout
12827
12828 \end_inset
12829
12830
12831 \end_layout
12832
12833 \begin_layout Standard
12834 To start a new line in a multirow you can use a forced line break (shortcut
12835  
12836 \begin_inset Info
12837 type  "shortcut"
12838 arg   "newline-insert newline"
12839 \end_inset
12840
12841 ) but this will not respect the cell lines as demonstrated in this table:
12842 \begin_inset Separator parbreak
12843 \end_inset
12844
12845
12846 \end_layout
12847
12848 \begin_layout Standard
12849 \noindent
12850 \align center
12851 \begin_inset Tabular
12852 <lyxtabular version="3" rows="3" columns="2">
12853 <features tabularvalignment="middle">
12854 <column alignment="left" valignment="middle" width="2cm">
12855 <column alignment="center" valignment="top">
12856 <row>
12857 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12858 \begin_inset Text
12859
12860 \begin_layout Plain Layout
12861 aaa
12862 \begin_inset Newline newline
12863 \end_inset
12864
12865 aaa
12866 \begin_inset Newline newline
12867 \end_inset
12868
12869 wrong cell
12870 \end_layout
12871
12872 \end_inset
12873 </cell>
12874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12875 \begin_inset Text
12876
12877 \begin_layout Plain Layout
12878 ccc
12879 \end_layout
12880
12881 \end_inset
12882 </cell>
12883 </row>
12884 <row>
12885 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12886 \begin_inset Text
12887
12888 \begin_layout Plain Layout
12889
12890 \end_layout
12891
12892 \end_inset
12893 </cell>
12894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12895 \begin_inset Text
12896
12897 \begin_layout Plain Layout
12898 ddd
12899 \end_layout
12900
12901 \end_inset
12902 </cell>
12903 </row>
12904 <row>
12905 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12906 \begin_inset Text
12907
12908 \begin_layout Plain Layout
12909 bbb
12910 \end_layout
12911
12912 \end_inset
12913 </cell>
12914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12915 \begin_inset Text
12916
12917 \begin_layout Plain Layout
12918 eee
12919 \end_layout
12920
12921 \end_inset
12922 </cell>
12923 </row>
12924 </lyxtabular>
12925
12926 \end_inset
12927
12928
12929 \end_layout
12930
12931 \begin_layout Standard
12932 Therefore be careful with forced line breaks.
12933 \end_layout
12934
12935 \begin_layout Subsection
12936 Cells with diagonal line(s)
12937 \end_layout
12938
12939 \begin_layout Standard
12940 To tell the reader what is meant by column and row headings in a table,
12941  it is helpful to split the first cell of the table by one or two diagonal
12942  lines.
12943  This can be achieved by loading the \SpecialChar LaTeX
12944  package 
12945 \series bold
12946 diagbox
12947 \series default
12948
12949 \begin_inset Index idx
12950 status collapsed
12951
12952 \begin_layout Plain Layout
12953 \SpecialChar LaTeX
12954 -packages ! picinpar
12955 \end_layout
12956
12957 \end_inset
12958
12959  in the document preamble.
12960  The package provides the command 
12961 \series bold
12962
12963 \backslash
12964 diagbox
12965 \series default
12966  that is inserted as \SpecialChar TeX
12967  Code and that can take 2 or 3
12968 \begin_inset space ~
12969 \end_inset
12970
12971 arguments:
12972 \end_layout
12973
12974 \begin_layout Standard
12975
12976 \series bold
12977
12978 \backslash
12979 diagbox[options]{lower left}{upper right}
12980 \end_layout
12981
12982 \begin_layout Standard
12983
12984 \series bold
12985
12986 \backslash
12987 diagbox[options]{lower left}{upper left}{upper right}
12988 \end_layout
12989
12990 \begin_layout Standard
12991 The first scheme divides the cell by a single diagonal line and the arguments
12992  are placed below and above this line.
12993  The second scheme divides the cell by 2
12994 \begin_inset space ~
12995 \end_inset
12996
12997 lines.
12998 \end_layout
12999
13000 \begin_layout Standard
13001 \begin_inset ERT
13002 status collapsed
13003
13004 \begin_layout Plain Layout
13005
13006
13007 \backslash
13008 ifdiagbox
13009 \end_layout
13010
13011 \end_inset
13012
13013
13014 \begin_inset Note Note
13015 status open
13016
13017 \begin_layout Plain Layout
13018 The following section will only be displayed when the \SpecialChar LaTeX
13019 -package 
13020 \series bold
13021 diagbox
13022 \series default
13023  is installed.
13024 \end_layout
13025
13026 \end_inset
13027
13028
13029 \end_layout
13030
13031 \begin_layout Standard
13032 Here is an example table where 
13033 \series bold
13034
13035 \backslash
13036 diagbox 
13037 \series default
13038 is used in the 2-argument scheme in the first cell:
13039 \begin_inset VSpace medskip
13040 \end_inset
13041
13042
13043 \end_layout
13044
13045 \begin_layout Standard
13046 \noindent
13047 \begin_inset Tabular
13048 <lyxtabular version="3" rows="4" columns="4">
13049 <features tabularvalignment="middle">
13050 <column alignment="center" valignment="top">
13051 <column alignment="center" valignment="top">
13052 <column alignment="center" valignment="top">
13053 <column alignment="center" valignment="top">
13054 <row>
13055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13056 \begin_inset Text
13057
13058 \begin_layout Plain Layout
13059 \begin_inset ERT
13060 status collapsed
13061
13062 \begin_layout Plain Layout
13063
13064
13065 \backslash
13066 diagbox{
13067 \end_layout
13068
13069 \end_inset
13070
13071 Name
13072 \begin_inset ERT
13073 status collapsed
13074
13075 \begin_layout Plain Layout
13076
13077 }{
13078 \end_layout
13079
13080 \end_inset
13081
13082 Parameter
13083 \begin_inset ERT
13084 status collapsed
13085
13086 \begin_layout Plain Layout
13087
13088 }
13089 \end_layout
13090
13091 \end_inset
13092
13093
13094 \end_layout
13095
13096 \end_inset
13097 </cell>
13098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13099 \begin_inset Text
13100
13101 \begin_layout Plain Layout
13102 Thickness in nm
13103 \end_layout
13104
13105 \end_inset
13106 </cell>
13107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13108 \begin_inset Text
13109
13110 \begin_layout Plain Layout
13111 Transparency in %
13112 \end_layout
13113
13114 \end_inset
13115 </cell>
13116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13117 \begin_inset Text
13118
13119 \begin_layout Plain Layout
13120 Hardness in MPa
13121 \end_layout
13122
13123 \end_inset
13124 </cell>
13125 </row>
13126 <row>
13127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13128 \begin_inset Text
13129
13130 \begin_layout Plain Layout
13131 Perfect Green
13132 \end_layout
13133
13134 \end_inset
13135 </cell>
13136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13137 \begin_inset Text
13138
13139 \begin_layout Plain Layout
13140 45
13141 \end_layout
13142
13143 \end_inset
13144 </cell>
13145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13146 \begin_inset Text
13147
13148 \begin_layout Plain Layout
13149 80
13150 \end_layout
13151
13152 \end_inset
13153 </cell>
13154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13155 \begin_inset Text
13156
13157 \begin_layout Plain Layout
13158 504
13159 \end_layout
13160
13161 \end_inset
13162 </cell>
13163 </row>
13164 <row>
13165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13166 \begin_inset Text
13167
13168 \begin_layout Plain Layout
13169 Dark Multi-P
13170 \end_layout
13171
13172 \end_inset
13173 </cell>
13174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13175 \begin_inset Text
13176
13177 \begin_layout Plain Layout
13178 60
13179 \end_layout
13180
13181 \end_inset
13182 </cell>
13183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13184 \begin_inset Text
13185
13186 \begin_layout Plain Layout
13187 72
13188 \end_layout
13189
13190 \end_inset
13191 </cell>
13192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13193 \begin_inset Text
13194
13195 \begin_layout Plain Layout
13196 982
13197 \end_layout
13198
13199 \end_inset
13200 </cell>
13201 </row>
13202 <row>
13203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13204 \begin_inset Text
13205
13206 \begin_layout Plain Layout
13207 Crystal Clear Pro
13208 \end_layout
13209
13210 \end_inset
13211 </cell>
13212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13213 \begin_inset Text
13214
13215 \begin_layout Plain Layout
13216 18
13217 \end_layout
13218
13219 \end_inset
13220 </cell>
13221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13222 \begin_inset Text
13223
13224 \begin_layout Plain Layout
13225 86
13226 \end_layout
13227
13228 \end_inset
13229 </cell>
13230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13231 \begin_inset Text
13232
13233 \begin_layout Plain Layout
13234 374
13235 \end_layout
13236
13237 \end_inset
13238 </cell>
13239 </row>
13240 </lyxtabular>
13241
13242 \end_inset
13243
13244
13245 \begin_inset VSpace medskip
13246 \end_inset
13247
13248
13249 \end_layout
13250
13251 \begin_layout Standard
13252 The 3-argument scheme is for example useful for cross-tables of sports leagues
13253  or distances:
13254 \begin_inset Separator parbreak
13255 \end_inset
13256
13257
13258 \end_layout
13259
13260 \begin_layout Standard
13261 \noindent
13262 \align center
13263 \begin_inset Tabular
13264 <lyxtabular version="3" rows="4" columns="4">
13265 <features tabularvalignment="middle">
13266 <column alignment="center" valignment="top" width="0pt">
13267 <column alignment="center" valignment="top">
13268 <column alignment="center" valignment="top">
13269 <column alignment="center" valignment="top">
13270 <row>
13271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13272 \begin_inset Text
13273
13274 \begin_layout Plain Layout
13275 \begin_inset ERT
13276 status collapsed
13277
13278 \begin_layout Plain Layout
13279
13280
13281 \backslash
13282 diagbox{
13283 \end_layout
13284
13285 \end_inset
13286
13287 Team home
13288 \begin_inset ERT
13289 status collapsed
13290
13291 \begin_layout Plain Layout
13292
13293 }{
13294 \end_layout
13295
13296 \end_inset
13297
13298 Result
13299 \begin_inset ERT
13300 status collapsed
13301
13302 \begin_layout Plain Layout
13303
13304 }{
13305 \end_layout
13306
13307 \end_inset
13308
13309 Team away
13310 \begin_inset ERT
13311 status collapsed
13312
13313 \begin_layout Plain Layout
13314
13315 }
13316 \end_layout
13317
13318 \end_inset
13319
13320
13321 \end_layout
13322
13323 \end_inset
13324 </cell>
13325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13326 \begin_inset Text
13327
13328 \begin_layout Plain Layout
13329 Tigers
13330 \end_layout
13331
13332 \end_inset
13333 </cell>
13334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13335 \begin_inset Text
13336
13337 \begin_layout Plain Layout
13338 Panthers
13339 \end_layout
13340
13341 \end_inset
13342 </cell>
13343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13344 \begin_inset Text
13345
13346 \begin_layout Plain Layout
13347 Falcons
13348 \end_layout
13349
13350 \end_inset
13351 </cell>
13352 </row>
13353 <row>
13354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13355 \begin_inset Text
13356
13357 \begin_layout Plain Layout
13358 Tigers
13359 \end_layout
13360
13361 \end_inset
13362 </cell>
13363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13364 \begin_inset Text
13365
13366 \begin_layout Plain Layout
13367
13368 \end_layout
13369
13370 \end_inset
13371 </cell>
13372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13373 \begin_inset Text
13374
13375 \begin_layout Plain Layout
13376 1:3
13377 \end_layout
13378
13379 \end_inset
13380 </cell>
13381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13382 \begin_inset Text
13383
13384 \begin_layout Plain Layout
13385 0:1
13386 \end_layout
13387
13388 \end_inset
13389 </cell>
13390 </row>
13391 <row>
13392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13393 \begin_inset Text
13394
13395 \begin_layout Plain Layout
13396 Panthers
13397 \end_layout
13398
13399 \end_inset
13400 </cell>
13401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13402 \begin_inset Text
13403
13404 \begin_layout Plain Layout
13405 3:1
13406 \end_layout
13407
13408 \end_inset
13409 </cell>
13410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13411 \begin_inset Text
13412
13413 \begin_layout Plain Layout
13414
13415 \end_layout
13416
13417 \end_inset
13418 </cell>
13419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13420 \begin_inset Text
13421
13422 \begin_layout Plain Layout
13423 0:0
13424 \end_layout
13425
13426 \end_inset
13427 </cell>
13428 </row>
13429 <row>
13430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13431 \begin_inset Text
13432
13433 \begin_layout Plain Layout
13434 Falcons
13435 \end_layout
13436
13437 \end_inset
13438 </cell>
13439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13440 \begin_inset Text
13441
13442 \begin_layout Plain Layout
13443 1:0
13444 \end_layout
13445
13446 \end_inset
13447 </cell>
13448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13449 \begin_inset Text
13450
13451 \begin_layout Plain Layout
13452 0:0
13453 \end_layout
13454
13455 \end_inset
13456 </cell>
13457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13458 \begin_inset Text
13459
13460 \begin_layout Plain Layout
13461
13462 \end_layout
13463
13464 \end_inset
13465 </cell>
13466 </row>
13467 </lyxtabular>
13468
13469 \end_inset
13470
13471
13472 \end_layout
13473
13474 \begin_layout Standard
13475 For larger cross-tables one might use split cells in 2 or every corner of
13476  the table like in this example:
13477 \begin_inset Separator parbreak
13478 \end_inset
13479
13480
13481 \end_layout
13482
13483 \begin_layout Standard
13484 \noindent
13485 \align center
13486 \begin_inset Tabular
13487 <lyxtabular version="3" rows="5" columns="5">
13488 <features tabularvalignment="middle">
13489 <column alignment="center" valignment="top" width="0pt">
13490 <column alignment="center" valignment="top">
13491 <column alignment="center" valignment="top">
13492 <column alignment="center" valignment="top">
13493 <column alignment="center" valignment="top">
13494 <row>
13495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13496 \begin_inset Text
13497
13498 \begin_layout Plain Layout
13499 \begin_inset ERT
13500 status open
13501
13502 \begin_layout Plain Layout
13503
13504
13505 \backslash
13506 diagbox{
13507 \end_layout
13508
13509 \end_inset
13510
13511 Team home
13512 \begin_inset ERT
13513 status collapsed
13514
13515 \begin_layout Plain Layout
13516
13517 }{
13518 \end_layout
13519
13520 \end_inset
13521
13522 Result
13523 \begin_inset ERT
13524 status collapsed
13525
13526 \begin_layout Plain Layout
13527
13528 }{
13529 \end_layout
13530
13531 \end_inset
13532
13533 Team away
13534 \begin_inset ERT
13535 status collapsed
13536
13537 \begin_layout Plain Layout
13538
13539 }
13540 \end_layout
13541
13542 \end_inset
13543
13544
13545 \end_layout
13546
13547 \end_inset
13548 </cell>
13549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13550 \begin_inset Text
13551
13552 \begin_layout Plain Layout
13553 Tigers
13554 \end_layout
13555
13556 \end_inset
13557 </cell>
13558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13559 \begin_inset Text
13560
13561 \begin_layout Plain Layout
13562 Panthers
13563 \end_layout
13564
13565 \end_inset
13566 </cell>
13567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13568 \begin_inset Text
13569
13570 \begin_layout Plain Layout
13571 Falcons
13572 \end_layout
13573
13574 \end_inset
13575 </cell>
13576 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13577 \begin_inset Text
13578
13579 \begin_layout Plain Layout
13580 \begin_inset ERT
13581 status open
13582
13583 \begin_layout Plain Layout
13584
13585
13586 \backslash
13587 diagbox[dir=NE]{
13588 \end_layout
13589
13590 \end_inset
13591
13592 Team home
13593 \begin_inset ERT
13594 status collapsed
13595
13596 \begin_layout Plain Layout
13597
13598 }{
13599 \end_layout
13600
13601 \end_inset
13602
13603 Result
13604 \begin_inset ERT
13605 status collapsed
13606
13607 \begin_layout Plain Layout
13608
13609 }{
13610 \end_layout
13611
13612 \end_inset
13613
13614 Team away
13615 \begin_inset ERT
13616 status collapsed
13617
13618 \begin_layout Plain Layout
13619
13620 }
13621 \end_layout
13622
13623 \end_inset
13624
13625
13626 \end_layout
13627
13628 \end_inset
13629 </cell>
13630 </row>
13631 <row>
13632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13633 \begin_inset Text
13634
13635 \begin_layout Plain Layout
13636 Tigers
13637 \end_layout
13638
13639 \end_inset
13640 </cell>
13641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13642 \begin_inset Text
13643
13644 \begin_layout Plain Layout
13645
13646 \end_layout
13647
13648 \end_inset
13649 </cell>
13650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13651 \begin_inset Text
13652
13653 \begin_layout Plain Layout
13654 1:3
13655 \end_layout
13656
13657 \end_inset
13658 </cell>
13659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13660 \begin_inset Text
13661
13662 \begin_layout Plain Layout
13663 0:1
13664 \end_layout
13665
13666 \end_inset
13667 </cell>
13668 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13669 \begin_inset Text
13670
13671 \begin_layout Plain Layout
13672 Tigers
13673 \end_layout
13674
13675 \end_inset
13676 </cell>
13677 </row>
13678 <row>
13679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13680 \begin_inset Text
13681
13682 \begin_layout Plain Layout
13683 Panthers
13684 \end_layout
13685
13686 \end_inset
13687 </cell>
13688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13689 \begin_inset Text
13690
13691 \begin_layout Plain Layout
13692 3:1
13693 \end_layout
13694
13695 \end_inset
13696 </cell>
13697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13698 \begin_inset Text
13699
13700 \begin_layout Plain Layout
13701
13702 \end_layout
13703
13704 \end_inset
13705 </cell>
13706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13707 \begin_inset Text
13708
13709 \begin_layout Plain Layout
13710 0:0
13711 \end_layout
13712
13713 \end_inset
13714 </cell>
13715 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13716 \begin_inset Text
13717
13718 \begin_layout Plain Layout
13719 Panthers
13720 \end_layout
13721
13722 \end_inset
13723 </cell>
13724 </row>
13725 <row>
13726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13727 \begin_inset Text
13728
13729 \begin_layout Plain Layout
13730 Falcons
13731 \end_layout
13732
13733 \end_inset
13734 </cell>
13735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13736 \begin_inset Text
13737
13738 \begin_layout Plain Layout
13739 1:0
13740 \end_layout
13741
13742 \end_inset
13743 </cell>
13744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13745 \begin_inset Text
13746
13747 \begin_layout Plain Layout
13748 0:0
13749 \end_layout
13750
13751 \end_inset
13752 </cell>
13753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13754 \begin_inset Text
13755
13756 \begin_layout Plain Layout
13757
13758 \end_layout
13759
13760 \end_inset
13761 </cell>
13762 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13763 \begin_inset Text
13764
13765 \begin_layout Plain Layout
13766 Falcons
13767 \end_layout
13768
13769 \end_inset
13770 </cell>
13771 </row>
13772 <row>
13773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13774 \begin_inset Text
13775
13776 \begin_layout Plain Layout
13777 \begin_inset ERT
13778 status open
13779
13780 \begin_layout Plain Layout
13781
13782
13783 \backslash
13784 diagbox[dir=SW]{
13785 \end_layout
13786
13787 \end_inset
13788
13789 Team home
13790 \begin_inset ERT
13791 status collapsed
13792
13793 \begin_layout Plain Layout
13794
13795 }{
13796 \end_layout
13797
13798 \end_inset
13799
13800 Result
13801 \begin_inset ERT
13802 status collapsed
13803
13804 \begin_layout Plain Layout
13805
13806 }{
13807 \end_layout
13808
13809 \end_inset
13810
13811 Team away
13812 \begin_inset ERT
13813 status collapsed
13814
13815 \begin_layout Plain Layout
13816
13817 }
13818 \end_layout
13819
13820 \end_inset
13821
13822
13823 \end_layout
13824
13825 \end_inset
13826 </cell>
13827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13828 \begin_inset Text
13829
13830 \begin_layout Plain Layout
13831 Tigers
13832 \end_layout
13833
13834 \end_inset
13835 </cell>
13836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13837 \begin_inset Text
13838
13839 \begin_layout Plain Layout
13840 Panthers
13841 \end_layout
13842
13843 \end_inset
13844 </cell>
13845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13846 \begin_inset Text
13847
13848 \begin_layout Plain Layout
13849 Falcons
13850 \end_layout
13851
13852 \end_inset
13853 </cell>
13854 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13855 \begin_inset Text
13856
13857 \begin_layout Plain Layout
13858 \begin_inset ERT
13859 status open
13860
13861 \begin_layout Plain Layout
13862
13863
13864 \backslash
13865 diagbox[dir=SE]{
13866 \end_layout
13867
13868 \end_inset
13869
13870 Team home
13871 \begin_inset ERT
13872 status collapsed
13873
13874 \begin_layout Plain Layout
13875
13876 }{
13877 \end_layout
13878
13879 \end_inset
13880
13881 Result
13882 \begin_inset ERT
13883 status collapsed
13884
13885 \begin_layout Plain Layout
13886
13887 }{
13888 \end_layout
13889
13890 \end_inset
13891
13892 Team away
13893 \begin_inset ERT
13894 status collapsed
13895
13896 \begin_layout Plain Layout
13897
13898 }
13899 \end_layout
13900
13901 \end_inset
13902
13903
13904 \end_layout
13905
13906 \end_inset
13907 </cell>
13908 </row>
13909 </lyxtabular>
13910
13911 \end_inset
13912
13913
13914 \end_layout
13915
13916 \begin_layout Standard
13917 To rotate the diagonal lines, the command option 
13918 \series bold
13919 dir=direction
13920 \series default
13921  is used.
13922  
13923 \emph on
13924 direction
13925 \emph default
13926  is either 
13927 \series bold
13928 NE
13929 \series default
13930
13931 \series bold
13932 DE
13933 \series default
13934
13935 \series bold
13936 SW
13937 \series default
13938  or 
13939 \series bold
13940 NW
13941 \series default
13942  and represent a point of a compass.
13943  
13944 \series bold
13945 SW
13946 \series default
13947  is for example the south-west corner.
13948  Thus in the lower left cell of the above table the command
13949 \end_layout
13950
13951 \begin_layout Standard
13952
13953 \series bold
13954
13955 \backslash
13956 diagbox[dir=SW]{Team home}{Result}{Team away}
13957 \end_layout
13958
13959 \begin_layout Standard
13960 is used.
13961  If no direction is given, it will be NW.
13962 \end_layout
13963
13964 \begin_layout Standard
13965 The necessary width of split cells is automatically calculated.
13966  Thus if you set a fixed column width smaller than the calculated one, the
13967  cell's content will protrude the cell borders:
13968 \begin_inset Separator parbreak
13969 \end_inset
13970
13971
13972 \end_layout
13973
13974 \begin_layout Standard
13975 \noindent
13976 \align center
13977 \begin_inset Tabular
13978 <lyxtabular version="3" rows="2" columns="2">
13979 <features tabularvalignment="middle">
13980 <column alignment="center" valignment="top" width="3cm">
13981 <column alignment="center" valignment="top">
13982 <row>
13983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13984 \begin_inset Text
13985
13986 \begin_layout Plain Layout
13987 \begin_inset ERT
13988 status collapsed
13989
13990 \begin_layout Plain Layout
13991
13992
13993 \backslash
13994 diagbox{
13995 \end_layout
13996
13997 \end_inset
13998
13999 Name
14000 \begin_inset ERT
14001 status collapsed
14002
14003 \begin_layout Plain Layout
14004
14005 }{
14006 \end_layout
14007
14008 \end_inset
14009
14010 Parameter
14011 \begin_inset ERT
14012 status collapsed
14013
14014 \begin_layout Plain Layout
14015
14016 }
14017 \end_layout
14018
14019 \end_inset
14020
14021
14022 \end_layout
14023
14024 \end_inset
14025 </cell>
14026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14027 \begin_inset Text
14028
14029 \begin_layout Plain Layout
14030 Thickness in nm
14031 \end_layout
14032
14033 \end_inset
14034 </cell>
14035 </row>
14036 <row>
14037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14038 \begin_inset Text
14039
14040 \begin_layout Plain Layout
14041 Perfect Green
14042 \end_layout
14043
14044 \end_inset
14045 </cell>
14046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14047 \begin_inset Text
14048
14049 \begin_layout Plain Layout
14050 45
14051 \end_layout
14052
14053 \end_inset
14054 </cell>
14055 </row>
14056 </lyxtabular>
14057
14058 \end_inset
14059
14060
14061 \end_layout
14062
14063 \begin_layout Standard
14064 If you need a certain width for columns with a split cell, use the command
14065  option 
14066 \series bold
14067 width=3cm
14068 \series default
14069  (replace '3cm' by the width you need).
14070  In the following table the width of the first column is set to 4
14071 \begin_inset space \thinspace{}
14072 \end_inset
14073
14074 cm.
14075  For 
14076 \series bold
14077
14078 \backslash
14079 diagbox
14080 \series default
14081  a width of 4
14082 \begin_inset space \thinspace{}
14083 \end_inset
14084
14085 cm + 2
14086 \begin_inset space \thinspace{}
14087 \end_inset
14088
14089
14090 \backslash
14091 tabcolsep is necessary because the overall width is the width for the text
14092  (in this case the 4
14093 \begin_inset space \thinspace{}
14094 \end_inset
14095
14096 cm) plus two times the separation of the text and the cell border.
14097  The calculation of the width cannot be done in the command option of 
14098 \series bold
14099
14100 \backslash
14101 diagbox
14102 \series default
14103  so one needs to create a new length which can be used later.
14104  This is done with the \SpecialChar TeX
14105  Code commands
14106 \end_layout
14107
14108 \begin_layout Standard
14109
14110 \series bold
14111
14112 \backslash
14113 newlength{
14114 \backslash
14115 diagtest}
14116 \begin_inset Newline newline
14117 \end_inset
14118
14119
14120 \backslash
14121 setlength{
14122 \backslash
14123 diagtest}{4cm+2
14124 \backslash
14125 tabcolsep}
14126 \end_layout
14127
14128 \begin_layout Standard
14129 \begin_inset ERT
14130 status collapsed
14131
14132 \begin_layout Plain Layout
14133
14134
14135 \backslash
14136 newlength{
14137 \backslash
14138 diagtest}
14139 \end_layout
14140
14141 \begin_layout Plain Layout
14142
14143
14144 \backslash
14145 setlength{
14146 \backslash
14147 diagtest}{4cm+2
14148 \backslash
14149 tabcolsep}
14150 \end_layout
14151
14152 \end_inset
14153
14154
14155 \end_layout
14156
14157 \begin_layout Standard
14158 To enable calculations in \SpecialChar LaTeX
14159  one needs to load the package 
14160 \series bold
14161 calc
14162 \series default
14163
14164 \begin_inset Index idx
14165 status collapsed
14166
14167 \begin_layout Plain Layout
14168 \SpecialChar LaTeX
14169 -packages ! calc
14170 \end_layout
14171
14172 \end_inset
14173
14174  in the document preamble.
14175 \end_layout
14176
14177 \begin_layout Standard
14178 In this table you can now use the command
14179 \end_layout
14180
14181 \begin_layout Standard
14182
14183 \series bold
14184
14185 \backslash
14186 diagbox[width=
14187 \backslash
14188 diagtest]{A}{B}
14189 \end_layout
14190
14191 \begin_layout Standard
14192 in the first cell:
14193 \begin_inset Separator parbreak
14194 \end_inset
14195
14196
14197 \end_layout
14198
14199 \begin_layout Standard
14200 \noindent
14201 \align center
14202 \begin_inset Tabular
14203 <lyxtabular version="3" rows="2" columns="2">
14204 <features tabularvalignment="middle">
14205 <column alignment="center" valignment="top" width="4cm">
14206 <column alignment="center" valignment="top">
14207 <row>
14208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14209 \begin_inset Text
14210
14211 \begin_layout Plain Layout
14212 \begin_inset ERT
14213 status open
14214
14215 \begin_layout Plain Layout
14216
14217
14218 \backslash
14219 diagbox[width=
14220 \backslash
14221 diagtest]{
14222 \end_layout
14223
14224 \end_inset
14225
14226 A
14227 \begin_inset ERT
14228 status collapsed
14229
14230 \begin_layout Plain Layout
14231
14232 }{
14233 \end_layout
14234
14235 \end_inset
14236
14237 B
14238 \begin_inset ERT
14239 status collapsed
14240
14241 \begin_layout Plain Layout
14242
14243 }
14244 \end_layout
14245
14246 \end_inset
14247
14248
14249 \end_layout
14250
14251 \end_inset
14252 </cell>
14253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14254 \begin_inset Text
14255
14256 \begin_layout Plain Layout
14257 Thickness in nm
14258 \end_layout
14259
14260 \end_inset
14261 </cell>
14262 </row>
14263 <row>
14264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14265 \begin_inset Text
14266
14267 \begin_layout Plain Layout
14268 Perfect Green
14269 \end_layout
14270
14271 \end_inset
14272 </cell>
14273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14274 \begin_inset Text
14275
14276 \begin_layout Plain Layout
14277 45
14278 \end_layout
14279
14280 \end_inset
14281 </cell>
14282 </row>
14283 </lyxtabular>
14284
14285 \end_inset
14286
14287
14288 \end_layout
14289
14290 \begin_layout Standard
14291 Note that the split cell needs to be the widest one in the column.
14292  Otherwise the length of the diagonal line cannot be calculated correctly
14293  like in this table:
14294 \begin_inset Separator parbreak
14295 \end_inset
14296
14297
14298 \end_layout
14299
14300 \begin_layout Standard
14301 \noindent
14302 \align center
14303 \begin_inset Tabular
14304 <lyxtabular version="3" rows="2" columns="2">
14305 <features tabularvalignment="middle">
14306 <column alignment="center" valignment="top" width="0pt">
14307 <column alignment="center" valignment="top">
14308 <row>
14309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14310 \begin_inset Text
14311
14312 \begin_layout Plain Layout
14313 \begin_inset ERT
14314 status collapsed
14315
14316 \begin_layout Plain Layout
14317
14318
14319 \backslash
14320 diagbox{
14321 \end_layout
14322
14323 \end_inset
14324
14325 A
14326 \begin_inset ERT
14327 status collapsed
14328
14329 \begin_layout Plain Layout
14330
14331 }{
14332 \end_layout
14333
14334 \end_inset
14335
14336 B
14337 \begin_inset ERT
14338 status collapsed
14339
14340 \begin_layout Plain Layout
14341
14342 }
14343 \end_layout
14344
14345 \end_inset
14346
14347
14348 \end_layout
14349
14350 \end_inset
14351 </cell>
14352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14353 \begin_inset Text
14354
14355 \begin_layout Plain Layout
14356 Thickness in nm
14357 \end_layout
14358
14359 \end_inset
14360 </cell>
14361 </row>
14362 <row>
14363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14364 \begin_inset Text
14365
14366 \begin_layout Plain Layout
14367 Perfect Green
14368 \end_layout
14369
14370 \end_inset
14371 </cell>
14372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14373 \begin_inset Text
14374
14375 \begin_layout Plain Layout
14376 45
14377 \end_layout
14378
14379 \end_inset
14380 </cell>
14381 </row>
14382 </lyxtabular>
14383
14384 \end_inset
14385
14386
14387 \end_layout
14388
14389 \begin_layout Standard
14390 In this case use the 
14391 \series bold
14392 width
14393 \series default
14394  option of the 
14395 \series bold
14396
14397 \backslash
14398 diagbox
14399 \series default
14400  command.
14401  It is then not necessary to add 2
14402 \backslash
14403 tabcolsep because the cell width is now the width of the column.
14404  In this table a width of 3
14405 \begin_inset space \thinspace{}
14406 \end_inset
14407
14408 cm is used:
14409 \begin_inset Separator parbreak
14410 \end_inset
14411
14412
14413 \end_layout
14414
14415 \begin_layout Standard
14416 \noindent
14417 \align center
14418 \begin_inset Tabular
14419 <lyxtabular version="3" rows="2" columns="2">
14420 <features tabularvalignment="middle">
14421 <column alignment="center" valignment="top" width="0pt">
14422 <column alignment="center" valignment="top">
14423 <row>
14424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14425 \begin_inset Text
14426
14427 \begin_layout Plain Layout
14428 \begin_inset ERT
14429 status open
14430
14431 \begin_layout Plain Layout
14432
14433
14434 \backslash
14435 diagbox[width=3cm]{
14436 \end_layout
14437
14438 \end_inset
14439
14440 A
14441 \begin_inset ERT
14442 status collapsed
14443
14444 \begin_layout Plain Layout
14445
14446 }{
14447 \end_layout
14448
14449 \end_inset
14450
14451 B
14452 \begin_inset ERT
14453 status collapsed
14454
14455 \begin_layout Plain Layout
14456
14457 }
14458 \end_layout
14459
14460 \end_inset
14461
14462
14463 \end_layout
14464
14465 \end_inset
14466 </cell>
14467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14468 \begin_inset Text
14469
14470 \begin_layout Plain Layout
14471 Thickness in nm
14472 \end_layout
14473
14474 \end_inset
14475 </cell>
14476 </row>
14477 <row>
14478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14479 \begin_inset Text
14480
14481 \begin_layout Plain Layout
14482 Perfect Green
14483 \end_layout
14484
14485 \end_inset
14486 </cell>
14487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14488 \begin_inset Text
14489
14490 \begin_layout Plain Layout
14491 45
14492 \end_layout
14493
14494 \end_inset
14495 </cell>
14496 </row>
14497 </lyxtabular>
14498
14499 \end_inset
14500
14501
14502 \end_layout
14503
14504 \begin_layout Standard
14505 For multiple text lines in split cells one needs some extra height to fit
14506  the text to the cell.
14507  This can be achieved with the 
14508 \series bold
14509
14510 \backslash
14511 diagbox
14512 \series default
14513  option 
14514 \series bold
14515 height=3cm
14516 \series default
14517  (replace '3cm' by the height you need).
14518  In the following table the command
14519 \end_layout
14520
14521 \begin_layout Standard
14522
14523 \series bold
14524
14525 \backslash
14526 diagbox[width=3cm,height=1.4cm]{A
14527 \backslash
14528
14529 \backslash
14530 B}{C
14531 \backslash
14532
14533 \backslash
14534 D}
14535 \end_layout
14536
14537 \begin_layout Standard
14538 is used in the first cell.
14539  The command 
14540 \series bold
14541
14542 \backslash
14543
14544 \backslash
14545
14546 \series default
14547  creates hereby the line break.
14548 \begin_inset Foot
14549 status collapsed
14550
14551 \begin_layout Plain Layout
14552 Breaking lines with 
14553 \family sans
14554 Ctrl+Return
14555 \family default
14556  is only possible when the column has a fixed width.
14557 \end_layout
14558
14559 \end_inset
14560
14561
14562 \begin_inset Separator parbreak
14563 \end_inset
14564
14565
14566 \end_layout
14567
14568 \begin_layout Standard
14569 \noindent
14570 \align center
14571 \begin_inset Tabular
14572 <lyxtabular version="3" rows="2" columns="2">
14573 <features tabularvalignment="middle">
14574 <column alignment="center" valignment="top">
14575 <column alignment="center" valignment="top">
14576 <row>
14577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14578 \begin_inset Text
14579
14580 \begin_layout Plain Layout
14581 \begin_inset ERT
14582 status open
14583
14584 \begin_layout Plain Layout
14585
14586
14587 \backslash
14588 diagbox[width=3cm,height=1.4cm]{
14589 \end_layout
14590
14591 \end_inset
14592
14593 A
14594 \begin_inset ERT
14595 status collapsed
14596
14597 \begin_layout Plain Layout
14598
14599
14600 \backslash
14601
14602 \backslash
14603
14604 \end_layout
14605
14606 \end_inset
14607
14608 B
14609 \begin_inset ERT
14610 status collapsed
14611
14612 \begin_layout Plain Layout
14613
14614 }{
14615 \end_layout
14616
14617 \end_inset
14618
14619 C
14620 \begin_inset ERT
14621 status collapsed
14622
14623 \begin_layout Plain Layout
14624
14625
14626 \backslash
14627
14628 \backslash
14629
14630 \end_layout
14631
14632 \end_inset
14633
14634 D
14635 \begin_inset ERT
14636 status collapsed
14637
14638 \begin_layout Plain Layout
14639
14640 }
14641 \end_layout
14642
14643 \end_inset
14644
14645
14646 \end_layout
14647
14648 \end_inset
14649 </cell>
14650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14651 \begin_inset Text
14652
14653 \begin_layout Plain Layout
14654 Thickness in nm
14655 \end_layout
14656
14657 \end_inset
14658 </cell>
14659 </row>
14660 <row>
14661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14662 \begin_inset Text
14663
14664 \begin_layout Plain Layout
14665 Perfect Green
14666 \end_layout
14667
14668 \end_inset
14669 </cell>
14670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14671 \begin_inset Text
14672
14673 \begin_layout Plain Layout
14674 45
14675 \end_layout
14676
14677 \end_inset
14678 </cell>
14679 </row>
14680 </lyxtabular>
14681
14682 \end_inset
14683
14684
14685 \end_layout
14686
14687 \begin_layout Standard
14688 \begin_inset ERT
14689 status collapsed
14690
14691 \begin_layout Plain Layout
14692
14693
14694 \backslash
14695 else
14696 \end_layout
14697
14698 \end_inset
14699
14700
14701 \begin_inset Note Note
14702 status open
14703
14704 \begin_layout Plain Layout
14705 The following will be displayed when the \SpecialChar LaTeX
14706 -package 
14707 \series bold
14708 diagbox
14709 \series default
14710  is not installed:
14711 \end_layout
14712
14713 \end_inset
14714
14715
14716 \end_layout
14717
14718 \begin_layout Standard
14719 You need to install the \SpecialChar LaTeX
14720 -package 
14721 \series bold
14722 diagbox
14723 \series default
14724  to see the following part of this section in the output.
14725 \end_layout
14726
14727 \begin_layout Standard
14728 \begin_inset ERT
14729 status collapsed
14730
14731 \begin_layout Plain Layout
14732
14733
14734 \backslash
14735 fi
14736 \end_layout
14737
14738 \end_inset
14739
14740
14741 \end_layout
14742
14743 \begin_layout Standard
14744 For more info about the \SpecialChar LaTeX
14745 -package 
14746 \series bold
14747 diagbox
14748 \series default
14749 , see its documentation, 
14750 \begin_inset CommandInset citation
14751 LatexCommand cite
14752 key "diagbox"
14753
14754 \end_inset
14755
14756 .
14757 \end_layout
14758
14759 \begin_layout Section
14760 Formal Tables
14761 \begin_inset CommandInset label
14762 LatexCommand label
14763 name "sec:Formal-Tables"
14764
14765 \end_inset
14766
14767
14768 \begin_inset Index idx
14769 status collapsed
14770
14771 \begin_layout Plain Layout
14772 Table ! Formal
14773 \end_layout
14774
14775 \end_inset
14776
14777
14778 \end_layout
14779
14780 \begin_layout Standard
14781 Tables are often typeset in books similar to Table
14782 \begin_inset space ~
14783 \end_inset
14784
14785
14786 \begin_inset CommandInset ref
14787 LatexCommand ref
14788 reference "tab:Example-booktabs-table"
14789
14790 \end_inset
14791
14792 .
14793  This kind of tables is called 
14794 \begin_inset Quotes eld
14795 \end_inset
14796
14797
14798 \emph on
14799 formal
14800 \emph default
14801
14802 \begin_inset Quotes erd
14803 \end_inset
14804
14805 .
14806  To make a table a formal table use the option 
14807 \family sans
14808 Formal
14809 \family default
14810  in the 
14811 \family sans
14812 Borders
14813 \family default
14814  tab of the table dialog.
14815 \end_layout
14816
14817 \begin_layout Standard
14818 \begin_inset Float table
14819 placement h
14820 wide false
14821 sideways false
14822 status open
14823
14824 \begin_layout Plain Layout
14825 \begin_inset Caption Standard
14826
14827 \begin_layout Plain Layout
14828 \begin_inset CommandInset label
14829 LatexCommand label
14830 name "tab:Example-booktabs-table"
14831
14832 \end_inset
14833
14834 Example booktabs-table
14835 \end_layout
14836
14837 \end_inset
14838
14839
14840 \end_layout
14841
14842 \begin_layout Plain Layout
14843 \align center
14844 \begin_inset Tabular
14845 <lyxtabular version="3" rows="8" columns="4">
14846 <features booktabs="true" tabularvalignment="middle">
14847 <column alignment="center" valignment="top">
14848 <column alignment="center" valignment="top">
14849 <column alignment="center" valignment="top">
14850 <column alignment="center" valignment="top">
14851 <row>
14852 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14853 \begin_inset Text
14854
14855 \begin_layout Plain Layout
14856 System
14857 \end_layout
14858
14859 \end_inset
14860 </cell>
14861 <cell alignment="center" valignment="top" topline="true" usebox="none">
14862 \begin_inset Text
14863
14864 \begin_layout Plain Layout
14865 Chip
14866 \begin_inset space \thinspace{}
14867 \end_inset
14868
14869 1
14870 \end_layout
14871
14872 \end_inset
14873 </cell>
14874 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14875 \begin_inset Text
14876
14877 \begin_layout Plain Layout
14878 Chip
14879 \begin_inset space \thinspace{}
14880 \end_inset
14881
14882 2
14883 \end_layout
14884
14885 \end_inset
14886 </cell>
14887 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14888 \begin_inset Text
14889
14890 \begin_layout Plain Layout
14891
14892 \end_layout
14893
14894 \end_inset
14895 </cell>
14896 </row>
14897 <row>
14898 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14899 \begin_inset Text
14900
14901 \begin_layout Plain Layout
14902 \begin_inset ERT
14903 status collapsed
14904
14905 \begin_layout Plain Layout
14906
14907
14908 \backslash
14909 cmidrule(r){2-2}
14910 \end_layout
14911
14912 \end_inset
14913
14914
14915 \begin_inset ERT
14916 status collapsed
14917
14918 \begin_layout Plain Layout
14919
14920
14921 \backslash
14922 cmidrule(l){3-4}
14923 \end_layout
14924
14925 \end_inset
14926
14927 Detector thickness in µm
14928 \end_layout
14929
14930 \end_inset
14931 </cell>
14932 <cell alignment="center" valignment="top" usebox="none">
14933 \begin_inset Text
14934
14935 \begin_layout Plain Layout
14936 300
14937 \end_layout
14938
14939 \end_inset
14940 </cell>
14941 <cell alignment="center" valignment="top" usebox="none">
14942 \begin_inset Text
14943
14944 \begin_layout Plain Layout
14945 300
14946 \end_layout
14947
14948 \end_inset
14949 </cell>
14950 <cell alignment="center" valignment="top" usebox="none">
14951 \begin_inset Text
14952
14953 \begin_layout Plain Layout
14954 700
14955 \end_layout
14956
14957 \end_inset
14958 </cell>
14959 </row>
14960 <row>
14961 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14962 \begin_inset Text
14963
14964 \begin_layout Plain Layout
14965 Edge angle in °
14966 \end_layout
14967
14968 \end_inset
14969 </cell>
14970 <cell alignment="center" valignment="top" topline="true" usebox="none">
14971 \begin_inset Text
14972
14973 \begin_layout Plain Layout
14974 3.55
14975 \end_layout
14976
14977 \end_inset
14978 </cell>
14979 <cell alignment="center" valignment="top" topline="true" usebox="none">
14980 \begin_inset Text
14981
14982 \begin_layout Plain Layout
14983 2.71
14984 \end_layout
14985
14986 \end_inset
14987 </cell>
14988 <cell alignment="center" valignment="top" topline="true" usebox="none">
14989 \begin_inset Text
14990
14991 \begin_layout Plain Layout
14992 7.99
14993 \end_layout
14994
14995 \end_inset
14996 </cell>
14997 </row>
14998 <row topspace="default">
14999 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15000 \begin_inset Text
15001
15002 \begin_layout Plain Layout
15003 Spatial resolution in µm
15004 \end_layout
15005
15006 \end_inset
15007 </cell>
15008 <cell alignment="center" valignment="top" usebox="none">
15009 \begin_inset Text
15010
15011 \begin_layout Plain Layout
15012 4.26
15013 \end_layout
15014
15015 \end_inset
15016 </cell>
15017 <cell alignment="center" valignment="top" usebox="none">
15018 \begin_inset Text
15019
15020 \begin_layout Plain Layout
15021 10.17
15022 \end_layout
15023
15024 \end_inset
15025 </cell>
15026 <cell alignment="center" valignment="top" usebox="none">
15027 \begin_inset Text
15028
15029 \begin_layout Plain Layout
15030 10.56
15031 \end_layout
15032
15033 \end_inset
15034 </cell>
15035 </row>
15036 <row topspace="default">
15037 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15038 \begin_inset Text
15039
15040 \begin_layout Plain Layout
15041 MTF at 
15042 \begin_inset Formula $f_{\mathrm{max}}$
15043 \end_inset
15044
15045
15046 \end_layout
15047
15048 \end_inset
15049 </cell>
15050 <cell alignment="center" valignment="top" usebox="none">
15051 \begin_inset Text
15052
15053 \begin_layout Plain Layout
15054 0.53
15055 \end_layout
15056
15057 \end_inset
15058 </cell>
15059 <cell alignment="center" valignment="top" usebox="none">
15060 \begin_inset Text
15061
15062 \begin_layout Plain Layout
15063 0.37
15064 \end_layout
15065
15066 \end_inset
15067 </cell>
15068 <cell alignment="center" valignment="top" usebox="none">
15069 \begin_inset Text
15070
15071 \begin_layout Plain Layout
15072 0.39
15073 \end_layout
15074
15075 \end_inset
15076 </cell>
15077 </row>
15078 <row topspace="default">
15079 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15080 \begin_inset Text
15081
15082 \begin_layout Plain Layout
15083 \begin_inset ERT
15084 status collapsed
15085
15086 \begin_layout Plain Layout
15087
15088
15089 \backslash
15090 cmidrule[2pt](l{10pt}){1-1}
15091 \end_layout
15092
15093 \end_inset
15094
15095 LSF-spatial resolution
15096 \end_layout
15097
15098 \end_inset
15099 </cell>
15100 <cell alignment="center" valignment="top" usebox="none">
15101 \begin_inset Text
15102
15103 \begin_layout Plain Layout
15104
15105 \end_layout
15106
15107 \end_inset
15108 </cell>
15109 <cell alignment="center" valignment="top" usebox="none">
15110 \begin_inset Text
15111
15112 \begin_layout Plain Layout
15113
15114 \end_layout
15115
15116 \end_inset
15117 </cell>
15118 <cell alignment="center" valignment="top" usebox="none">
15119 \begin_inset Text
15120
15121 \begin_layout Plain Layout
15122
15123 \end_layout
15124
15125 \end_inset
15126 </cell>
15127 </row>
15128 <row>
15129 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15130 \begin_inset Text
15131
15132 \begin_layout Plain Layout
15133 in µm
15134 \end_layout
15135
15136 \end_inset
15137 </cell>
15138 <cell alignment="center" valignment="top" usebox="none">
15139 \begin_inset Text
15140
15141 \begin_layout Plain Layout
15142 129.7
15143 \end_layout
15144
15145 \end_inset
15146 </cell>
15147 <cell alignment="center" valignment="top" usebox="none">
15148 \begin_inset Text
15149
15150 \begin_layout Plain Layout
15151 52.75
15152 \end_layout
15153
15154 \end_inset
15155 </cell>
15156 <cell alignment="center" valignment="top" usebox="none">
15157 \begin_inset Text
15158
15159 \begin_layout Plain Layout
15160 50.78
15161 \end_layout
15162
15163 \end_inset
15164 </cell>
15165 </row>
15166 <row>
15167 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15168 \begin_inset Text
15169
15170 \begin_layout Plain Layout
15171 in % of pixel size
15172 \end_layout
15173
15174 \end_inset
15175 </cell>
15176 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15177 \begin_inset Text
15178
15179 \begin_layout Plain Layout
15180 76.3
15181 \end_layout
15182
15183 \end_inset
15184 </cell>
15185 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15186 \begin_inset Text
15187
15188 \begin_layout Plain Layout
15189 95.9
15190 \end_layout
15191
15192 \end_inset
15193 </cell>
15194 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15195 \begin_inset Text
15196
15197 \begin_layout Plain Layout
15198 92.3
15199 \end_layout
15200
15201 \end_inset
15202 </cell>
15203 </row>
15204 </lyxtabular>
15205
15206 \end_inset
15207
15208
15209 \end_layout
15210
15211 \end_inset
15212
15213
15214 \end_layout
15215
15216 \begin_layout Standard
15217 Spaces to table rows can be added using the 
15218 \family sans
15219 Borders
15220 \family default
15221  tab of the table dialog as described in section
15222 \begin_inset space ~
15223 \end_inset
15224
15225
15226 \begin_inset CommandInset ref
15227 LatexCommand ref
15228 reference "subsec:Row-Spacing"
15229
15230 \end_inset
15231
15232 .
15233 \end_layout
15234
15235 \begin_layout Standard
15236 Unlike normal tables, formal tables have no vertical table lines.
15237  The horizontal table lines can be set as for normal tables but they appear
15238  with different widths in the output:
15239 \begin_inset Newline newline
15240 \end_inset
15241
15242 The first and the last table line have a default width of 0.08
15243 \begin_inset space \thinspace{}
15244 \end_inset
15245
15246 em while the other lines have a default width of 0.05
15247 \begin_inset space \thinspace{}
15248 \end_inset
15249
15250 em.
15251 \end_layout
15252
15253 \begin_layout Standard
15254 The default widths can be changed with the following preamble lines
15255 \end_layout
15256
15257 \begin_layout Standard
15258
15259 \series bold
15260
15261 \backslash
15262 let
15263 \backslash
15264 mytoprule
15265 \backslash
15266 toprule
15267 \begin_inset Newline newline
15268 \end_inset
15269
15270
15271 \backslash
15272 renewcommand{
15273 \backslash
15274 toprule}{
15275 \backslash
15276 mytoprule[width]}
15277 \end_layout
15278
15279 \begin_layout Standard
15280 This example is for the first line, the so called 
15281 \series bold
15282 toprule
15283 \series default
15284 .
15285  If you want to change the width for the last line, replace 
15286 \series bold
15287 toprule
15288 \series default
15289  by 
15290 \series bold
15291 bottomrule
15292 \series default
15293 .
15294  To change the width for the other lines replace 
15295 \series bold
15296 toprule
15297 \series default
15298  by 
15299 \series bold
15300 midrule
15301 \series default
15302 .
15303  You can use all units listed in appendix
15304 \begin_inset space ~
15305 \end_inset
15306
15307
15308 \begin_inset CommandInset ref
15309 LatexCommand ref
15310 reference "cha:Units-available-in"
15311
15312 \end_inset
15313
15314  to set the width.
15315 \end_layout
15316
15317 \begin_layout Standard
15318 Lines that do not span all table columns can be created by setting a table
15319  line for multicolumn cells.
15320  \SpecialChar LyX
15321  will then internally use the command 
15322 \series bold
15323
15324 \backslash
15325 cmidrule
15326 \series default
15327  to create this line.
15328  Its full scheme is
15329 \end_layout
15330
15331 \begin_layout Standard
15332
15333 \series bold
15334
15335 \backslash
15336 cmidrule[height](trim){startcol-endcol}
15337 \end_layout
15338
15339 \begin_layout Standard
15340 The options of 
15341 \series bold
15342
15343 \backslash
15344 cmidrule
15345 \series default
15346  are currently not supported by \SpecialChar LyX
15347  so you have to use \SpecialChar TeX
15348  Code to be able to
15349  use them.
15350  
15351 \series bold
15352
15353 \backslash
15354 cmidrule
15355 \series default
15356 s can manually be created by inserting the command as \SpecialChar TeX
15357  Code as the first
15358  cell entry of the first cell of a row.
15359  The line is then drawn in the output above the current row.
15360 \end_layout
15361
15362 \begin_layout Standard
15363 The default for the optional 
15364 \series bold
15365 height
15366 \series default
15367  is 0.03
15368 \begin_inset space \thinspace{}
15369 \end_inset
15370
15371 em.
15372  
15373 \series bold
15374 startcol
15375 \series default
15376  is the number of the column where the line starts and 
15377 \series bold
15378 endcol
15379 \series default
15380  the column number where the line ends.
15381  The 
15382 \series bold
15383 endcol
15384 \series default
15385  always needs to be specified, also when the line should span only one column.
15386  The optional parameter 
15387 \series bold
15388 trim
15389 \series default
15390  could either be 
15391 \emph on
15392 l{trimwidth}
15393 \emph default
15394  or 
15395 \emph on
15396 r{trimwidth}
15397 \emph default
15398  where the 
15399 \emph on
15400 trimwidth
15401 \emph default
15402  is also optional.
15403  Using for example the parameter 
15404 \emph on
15405 l{2pt}
15406 \emph default
15407  means that the line is trimmed from its left end by 2
15408 \begin_inset space \thinspace{}
15409 \end_inset
15410
15411 pt.
15412  If you don't specify the 
15413 \emph on
15414 trimwidth
15415 \emph default
15416  the line is trimmed by the default of 0.5
15417 \begin_inset space \thinspace{}
15418 \end_inset
15419
15420 em.
15421 \end_layout
15422
15423 \begin_layout Standard
15424 \begin_inset VSpace bigskip
15425 \end_inset
15426
15427 Table
15428 \begin_inset space ~
15429 \end_inset
15430
15431
15432 \begin_inset CommandInset ref
15433 LatexCommand ref
15434 reference "tab:Example-booktabs-table"
15435
15436 \end_inset
15437
15438  was created using the commands
15439 \end_layout
15440
15441 \begin_layout Standard
15442
15443 \series bold
15444
15445 \backslash
15446 cmidrule(r){2-2}
15447 \backslash
15448 cmidrule(l){3-4}
15449 \end_layout
15450
15451 \begin_layout Standard
15452 at the beginning of the second row and
15453 \end_layout
15454
15455 \begin_layout Standard
15456
15457 \series bold
15458
15459 \backslash
15460 cmidrule[2pt](l{10pt}){1-1}
15461 \end_layout
15462
15463 \begin_layout Standard
15464 in the sixth row.
15465 \end_layout
15466
15467 \begin_layout Standard
15468 \begin_inset VSpace bigskip
15469 \end_inset
15470
15471
15472 \end_layout
15473
15474 \begin_layout Standard
15475 You might want to have overlapping 
15476 \series bold
15477
15478 \backslash
15479 cmidrule
15480 \series default
15481 s as in in Table
15482 \begin_inset space ~
15483 \end_inset
15484
15485
15486 \begin_inset CommandInset ref
15487 LatexCommand ref
15488 reference "tab:Special-booktabs-table"
15489
15490 \end_inset
15491
15492 .
15493  This can be achieved with the \SpecialChar TeX
15494  Code command
15495 \end_layout
15496
15497 \begin_layout Standard
15498
15499 \series bold
15500
15501 \backslash
15502 morecmidrules
15503 \end_layout
15504
15505 \begin_layout Standard
15506 The command that was used for the second row of Table
15507 \begin_inset space ~
15508 \end_inset
15509
15510
15511 \begin_inset CommandInset ref
15512 LatexCommand ref
15513 reference "tab:Special-booktabs-table"
15514
15515 \end_inset
15516
15517  is
15518 \end_layout
15519
15520 \begin_layout Standard
15521
15522 \series bold
15523
15524 \backslash
15525 cmidrule(r){2-2}
15526 \backslash
15527 cmidrule(l){3-4}
15528 \backslash
15529 morecmidrules
15530 \backslash
15531 cmidrule{2-4}
15532 \end_layout
15533
15534 \begin_layout Standard
15535 The command for the sixth row is
15536 \end_layout
15537
15538 \begin_layout Standard
15539
15540 \series bold
15541
15542 \backslash
15543 midrule
15544 \backslash
15545 morecmidrules
15546 \backslash
15547 cmidrule{3-4}
15548 \end_layout
15549
15550 \begin_layout Standard
15551 \begin_inset VSpace bigskip
15552 \end_inset
15553
15554
15555 \end_layout
15556
15557 \begin_layout Standard
15558 If you are in any way not satisfied with the border line spacing, you can
15559  use the following command to produce lines that span over all table columns
15560 \series bold
15561 :
15562 \end_layout
15563
15564 \begin_layout Standard
15565
15566 \series bold
15567
15568 \backslash
15569 specialrule{width}{space above}{space below}
15570 \end_layout
15571
15572 \begin_layout Standard
15573 For more information about these features, refer to the manual of the \SpecialChar LaTeX
15574 -package
15575  
15576 \series bold
15577 booktabs
15578 \series default
15579  
15580 \begin_inset CommandInset citation
15581 LatexCommand cite
15582 key "booktabs"
15583
15584 \end_inset
15585
15586 .
15587 \begin_inset Index idx
15588 status collapsed
15589
15590 \begin_layout Plain Layout
15591 \SpecialChar LaTeX
15592 -packages ! booktabs
15593 \end_layout
15594
15595 \end_inset
15596
15597
15598 \end_layout
15599
15600 \begin_layout Standard
15601 \begin_inset Float table
15602 placement h
15603 wide false
15604 sideways false
15605 status open
15606
15607 \begin_layout Plain Layout
15608 \begin_inset Caption Standard
15609
15610 \begin_layout Plain Layout
15611 \begin_inset CommandInset label
15612 LatexCommand label
15613 name "tab:Special-booktabs-table"
15614
15615 \end_inset
15616
15617 Special booktabs-table
15618 \end_layout
15619
15620 \end_inset
15621
15622
15623 \end_layout
15624
15625 \begin_layout Plain Layout
15626 \align center
15627 \begin_inset Tabular
15628 <lyxtabular version="3" rows="8" columns="4">
15629 <features booktabs="true" tabularvalignment="middle">
15630 <column alignment="center" valignment="top">
15631 <column alignment="center" valignment="top">
15632 <column alignment="center" valignment="top">
15633 <column alignment="center" valignment="top">
15634 <row>
15635 <cell alignment="center" valignment="top" topline="true" usebox="none">
15636 \begin_inset Text
15637
15638 \begin_layout Plain Layout
15639 System
15640 \end_layout
15641
15642 \end_inset
15643 </cell>
15644 <cell alignment="center" valignment="top" topline="true" usebox="none">
15645 \begin_inset Text
15646
15647 \begin_layout Plain Layout
15648 Chip
15649 \begin_inset space \thinspace{}
15650 \end_inset
15651
15652 1
15653 \end_layout
15654
15655 \end_inset
15656 </cell>
15657 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15658 \begin_inset Text
15659
15660 \begin_layout Plain Layout
15661 Chip
15662 \begin_inset space \thinspace{}
15663 \end_inset
15664
15665 2
15666 \end_layout
15667
15668 \end_inset
15669 </cell>
15670 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15671 \begin_inset Text
15672
15673 \begin_layout Plain Layout
15674
15675 \end_layout
15676
15677 \end_inset
15678 </cell>
15679 </row>
15680 <row>
15681 <cell alignment="center" valignment="top" usebox="none">
15682 \begin_inset Text
15683
15684 \begin_layout Plain Layout
15685 \begin_inset ERT
15686 status collapsed
15687
15688 \begin_layout Plain Layout
15689
15690
15691 \backslash
15692 cmidrule(r){2-2}
15693 \end_layout
15694
15695 \end_inset
15696
15697
15698 \begin_inset ERT
15699 status collapsed
15700
15701 \begin_layout Plain Layout
15702
15703
15704 \backslash
15705 cmidrule(l){3-4}
15706 \end_layout
15707
15708 \end_inset
15709
15710
15711 \begin_inset ERT
15712 status collapsed
15713
15714 \begin_layout Plain Layout
15715
15716
15717 \backslash
15718 morecmidrules 
15719 \end_layout
15720
15721 \end_inset
15722
15723
15724 \begin_inset ERT
15725 status collapsed
15726
15727 \begin_layout Plain Layout
15728
15729
15730 \backslash
15731 cmidrule{2-4}
15732 \end_layout
15733
15734 \end_inset
15735
15736 Detector thickness in µm
15737 \end_layout
15738
15739 \end_inset
15740 </cell>
15741 <cell alignment="center" valignment="top" usebox="none">
15742 \begin_inset Text
15743
15744 \begin_layout Plain Layout
15745 300
15746 \end_layout
15747
15748 \end_inset
15749 </cell>
15750 <cell alignment="center" valignment="top" usebox="none">
15751 \begin_inset Text
15752
15753 \begin_layout Plain Layout
15754 300
15755 \end_layout
15756
15757 \end_inset
15758 </cell>
15759 <cell alignment="center" valignment="top" usebox="none">
15760 \begin_inset Text
15761
15762 \begin_layout Plain Layout
15763 700
15764 \end_layout
15765
15766 \end_inset
15767 </cell>
15768 </row>
15769 <row>
15770 <cell alignment="center" valignment="top" topline="true" usebox="none">
15771 \begin_inset Text
15772
15773 \begin_layout Plain Layout
15774 Edge angle in °
15775 \end_layout
15776
15777 \end_inset
15778 </cell>
15779 <cell alignment="center" valignment="top" topline="true" usebox="none">
15780 \begin_inset Text
15781
15782 \begin_layout Plain Layout
15783 3.55
15784 \end_layout
15785
15786 \end_inset
15787 </cell>
15788 <cell alignment="center" valignment="top" topline="true" usebox="none">
15789 \begin_inset Text
15790
15791 \begin_layout Plain Layout
15792 2.71
15793 \end_layout
15794
15795 \end_inset
15796 </cell>
15797 <cell alignment="center" valignment="top" topline="true" usebox="none">
15798 \begin_inset Text
15799
15800 \begin_layout Plain Layout
15801 7.99
15802 \end_layout
15803
15804 \end_inset
15805 </cell>
15806 </row>
15807 <row topspace="default">
15808 <cell alignment="center" valignment="top" usebox="none">
15809 \begin_inset Text
15810
15811 \begin_layout Plain Layout
15812 Spatial resolution in µm
15813 \end_layout
15814
15815 \end_inset
15816 </cell>
15817 <cell alignment="center" valignment="top" usebox="none">
15818 \begin_inset Text
15819
15820 \begin_layout Plain Layout
15821 4.26
15822 \end_layout
15823
15824 \end_inset
15825 </cell>
15826 <cell alignment="center" valignment="top" usebox="none">
15827 \begin_inset Text
15828
15829 \begin_layout Plain Layout
15830 10.17
15831 \end_layout
15832
15833 \end_inset
15834 </cell>
15835 <cell alignment="center" valignment="top" usebox="none">
15836 \begin_inset Text
15837
15838 \begin_layout Plain Layout
15839 10.56
15840 \end_layout
15841
15842 \end_inset
15843 </cell>
15844 </row>
15845 <row topspace="default">
15846 <cell alignment="center" valignment="top" usebox="none">
15847 \begin_inset Text
15848
15849 \begin_layout Plain Layout
15850 MTF at 
15851 \begin_inset Formula $f_{\mathrm{max}}$
15852 \end_inset
15853
15854
15855 \end_layout
15856
15857 \end_inset
15858 </cell>
15859 <cell alignment="center" valignment="top" usebox="none">
15860 \begin_inset Text
15861
15862 \begin_layout Plain Layout
15863 0.53
15864 \end_layout
15865
15866 \end_inset
15867 </cell>
15868 <cell alignment="center" valignment="top" usebox="none">
15869 \begin_inset Text
15870
15871 \begin_layout Plain Layout
15872 0.37
15873 \end_layout
15874
15875 \end_inset
15876 </cell>
15877 <cell alignment="center" valignment="top" usebox="none">
15878 \begin_inset Text
15879
15880 \begin_layout Plain Layout
15881 0.39
15882 \end_layout
15883
15884 \end_inset
15885 </cell>
15886 </row>
15887 <row>
15888 <cell alignment="center" valignment="top" topline="true" usebox="none">
15889 \begin_inset Text
15890
15891 \begin_layout Plain Layout
15892 \begin_inset ERT
15893 status collapsed
15894
15895 \begin_layout Plain Layout
15896
15897
15898 \backslash
15899 morecmidrules 
15900 \end_layout
15901
15902 \end_inset
15903
15904
15905 \begin_inset ERT
15906 status collapsed
15907
15908 \begin_layout Plain Layout
15909
15910
15911 \backslash
15912 cmidrule{3-4}
15913 \end_layout
15914
15915 \end_inset
15916
15917 LSF-spatial resolution
15918 \end_layout
15919
15920 \end_inset
15921 </cell>
15922 <cell alignment="center" valignment="top" topline="true" usebox="none">
15923 \begin_inset Text
15924
15925 \begin_layout Plain Layout
15926
15927 \end_layout
15928
15929 \end_inset
15930 </cell>
15931 <cell alignment="center" valignment="top" topline="true" usebox="none">
15932 \begin_inset Text
15933
15934 \begin_layout Plain Layout
15935
15936 \end_layout
15937
15938 \end_inset
15939 </cell>
15940 <cell alignment="center" valignment="top" topline="true" usebox="none">
15941 \begin_inset Text
15942
15943 \begin_layout Plain Layout
15944
15945 \end_layout
15946
15947 \end_inset
15948 </cell>
15949 </row>
15950 <row>
15951 <cell alignment="center" valignment="top" usebox="none">
15952 \begin_inset Text
15953
15954 \begin_layout Plain Layout
15955 in µm
15956 \end_layout
15957
15958 \end_inset
15959 </cell>
15960 <cell alignment="center" valignment="top" usebox="none">
15961 \begin_inset Text
15962
15963 \begin_layout Plain Layout
15964 129.7
15965 \end_layout
15966
15967 \end_inset
15968 </cell>
15969 <cell alignment="center" valignment="top" usebox="none">
15970 \begin_inset Text
15971
15972 \begin_layout Plain Layout
15973 52.75
15974 \end_layout
15975
15976 \end_inset
15977 </cell>
15978 <cell alignment="center" valignment="top" usebox="none">
15979 \begin_inset Text
15980
15981 \begin_layout Plain Layout
15982 50.78
15983 \end_layout
15984
15985 \end_inset
15986 </cell>
15987 </row>
15988 <row>
15989 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15990 \begin_inset Text
15991
15992 \begin_layout Plain Layout
15993 in % of pixel size
15994 \end_layout
15995
15996 \end_inset
15997 </cell>
15998 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15999 \begin_inset Text
16000
16001 \begin_layout Plain Layout
16002 76.3
16003 \end_layout
16004
16005 \end_inset
16006 </cell>
16007 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16008 \begin_inset Text
16009
16010 \begin_layout Plain Layout
16011 95.9
16012 \end_layout
16013
16014 \end_inset
16015 </cell>
16016 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16017 \begin_inset Text
16018
16019 \begin_layout Plain Layout
16020 92.3
16021 \end_layout
16022
16023 \end_inset
16024 </cell>
16025 </row>
16026 </lyxtabular>
16027
16028 \end_inset
16029
16030
16031 \end_layout
16032
16033 \end_inset
16034
16035
16036 \end_layout
16037
16038 \begin_layout Section
16039 Vertical Table Alignment
16040 \begin_inset Index idx
16041 status collapsed
16042
16043 \begin_layout Plain Layout
16044 Table ! Alignment
16045 \end_layout
16046
16047 \end_inset
16048
16049
16050 \end_layout
16051
16052 \begin_layout Standard
16053 To align tables vertically in a text line, the table must be inside a box.
16054  The box can then be vertically aligned as described in section
16055 \begin_inset space ~
16056 \end_inset
16057
16058
16059 \begin_inset CommandInset ref
16060 LatexCommand ref
16061 reference "sec:Box-Dialog"
16062
16063 \end_inset
16064
16065 .
16066 \end_layout
16067
16068 \begin_layout Standard
16069 In the following example the tables are inside a minipage
16070 \begin_inset Foot
16071 status collapsed
16072
16073 \begin_layout Plain Layout
16074 Minipages are described in section
16075 \begin_inset space ~
16076 \end_inset
16077
16078
16079 \begin_inset CommandInset ref
16080 LatexCommand ref
16081 reference "sec:Minipages"
16082
16083 \end_inset
16084
16085 .
16086 \end_layout
16087
16088 \end_inset
16089
16090  box that has a width of 15
16091 \begin_inset space \thinspace{}
16092 \end_inset
16093
16094 col%:
16095 \end_layout
16096
16097 \begin_layout Itemize
16098 test 
16099 \begin_inset Box Frameless
16100 position "t"
16101 hor_pos "c"
16102 has_inner_box 1
16103 inner_pos "c"
16104 use_parbox 0
16105 use_makebox 0
16106 width "15col%"
16107 special "none"
16108 height "1in"
16109 height_special "totalheight"
16110 thickness "0.4pt"
16111 separation "3pt"
16112 shadowsize "4pt"
16113 framecolor "black"
16114 backgroundcolor "none"
16115 status collapsed
16116
16117 \begin_layout Plain Layout
16118 \begin_inset Tabular
16119 <lyxtabular version="3" rows="3" columns="3">
16120 <features tabularvalignment="middle">
16121 <column alignment="center" valignment="top">
16122 <column alignment="center" valignment="top">
16123 <column alignment="center" valignment="top">
16124 <row>
16125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16126 \begin_inset Text
16127
16128 \begin_layout Plain Layout
16129 a
16130 \end_layout
16131
16132 \end_inset
16133 </cell>
16134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16135 \begin_inset Text
16136
16137 \begin_layout Plain Layout
16138 d
16139 \end_layout
16140
16141 \end_inset
16142 </cell>
16143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16144 \begin_inset Text
16145
16146 \begin_layout Plain Layout
16147 g
16148 \end_layout
16149
16150 \end_inset
16151 </cell>
16152 </row>
16153 <row>
16154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16155 \begin_inset Text
16156
16157 \begin_layout Plain Layout
16158 b
16159 \end_layout
16160
16161 \end_inset
16162 </cell>
16163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16164 \begin_inset Text
16165
16166 \begin_layout Plain Layout
16167 e
16168 \end_layout
16169
16170 \end_inset
16171 </cell>
16172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16173 \begin_inset Text
16174
16175 \begin_layout Plain Layout
16176 h
16177 \end_layout
16178
16179 \end_inset
16180 </cell>
16181 </row>
16182 <row>
16183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16184 \begin_inset Text
16185
16186 \begin_layout Plain Layout
16187 c
16188 \end_layout
16189
16190 \end_inset
16191 </cell>
16192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16193 \begin_inset Text
16194
16195 \begin_layout Plain Layout
16196 f
16197 \end_layout
16198
16199 \end_inset
16200 </cell>
16201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16202 \begin_inset Text
16203
16204 \begin_layout Plain Layout
16205 i
16206 \end_layout
16207
16208 \end_inset
16209 </cell>
16210 </row>
16211 </lyxtabular>
16212
16213 \end_inset
16214
16215
16216 \end_layout
16217
16218 \end_inset
16219
16220  test 
16221 \begin_inset ERT
16222 status collapsed
16223
16224 \begin_layout Plain Layout
16225
16226
16227 \backslash
16228 raisebox{0.85
16229 \backslash
16230 baselineskip}{
16231 \end_layout
16232
16233 \end_inset
16234
16235
16236 \begin_inset Box Frameless
16237 position "t"
16238 hor_pos "c"
16239 has_inner_box 1
16240 inner_pos "c"
16241 use_parbox 0
16242 use_makebox 0
16243 width "15col%"
16244 special "none"
16245 height "1in"
16246 height_special "totalheight"
16247 thickness "0.4pt"
16248 separation "3pt"
16249 shadowsize "4pt"
16250 framecolor "black"
16251 backgroundcolor "none"
16252 status collapsed
16253
16254 \begin_layout Plain Layout
16255 \begin_inset Tabular
16256 <lyxtabular version="3" rows="3" columns="3">
16257 <features tabularvalignment="middle">
16258 <column alignment="center" valignment="top">
16259 <column alignment="center" valignment="top">
16260 <column alignment="center" valignment="top">
16261 <row>
16262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16263 \begin_inset Text
16264
16265 \begin_layout Plain Layout
16266 a
16267 \end_layout
16268
16269 \end_inset
16270 </cell>
16271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16272 \begin_inset Text
16273
16274 \begin_layout Plain Layout
16275 d
16276 \end_layout
16277
16278 \end_inset
16279 </cell>
16280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16281 \begin_inset Text
16282
16283 \begin_layout Plain Layout
16284 g
16285 \end_layout
16286
16287 \end_inset
16288 </cell>
16289 </row>
16290 <row>
16291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16292 \begin_inset Text
16293
16294 \begin_layout Plain Layout
16295 b
16296 \end_layout
16297
16298 \end_inset
16299 </cell>
16300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16301 \begin_inset Text
16302
16303 \begin_layout Plain Layout
16304 e
16305 \end_layout
16306
16307 \end_inset
16308 </cell>
16309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16310 \begin_inset Text
16311
16312 \begin_layout Plain Layout
16313 h
16314 \end_layout
16315
16316 \end_inset
16317 </cell>
16318 </row>
16319 <row>
16320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16321 \begin_inset Text
16322
16323 \begin_layout Plain Layout
16324 c
16325 \end_layout
16326
16327 \end_inset
16328 </cell>
16329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16330 \begin_inset Text
16331
16332 \begin_layout Plain Layout
16333 f
16334 \end_layout
16335
16336 \end_inset
16337 </cell>
16338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16339 \begin_inset Text
16340
16341 \begin_layout Plain Layout
16342 i
16343 \end_layout
16344
16345 \end_inset
16346 </cell>
16347 </row>
16348 </lyxtabular>
16349
16350 \end_inset
16351
16352
16353 \end_layout
16354
16355 \end_inset
16356
16357
16358 \begin_inset ERT
16359 status collapsed
16360
16361 \begin_layout Plain Layout
16362
16363 }
16364 \end_layout
16365
16366 \end_inset
16367
16368
16369 \end_layout
16370
16371 \begin_layout Itemize
16372 test 
16373 \begin_inset Box Frameless
16374 position "c"
16375 hor_pos "c"
16376 has_inner_box 1
16377 inner_pos "c"
16378 use_parbox 0
16379 use_makebox 0
16380 width "15col%"
16381 special "none"
16382 height "1in"
16383 height_special "totalheight"
16384 thickness "0.4pt"
16385 separation "3pt"
16386 shadowsize "4pt"
16387 framecolor "black"
16388 backgroundcolor "none"
16389 status collapsed
16390
16391 \begin_layout Plain Layout
16392 \begin_inset Tabular
16393 <lyxtabular version="3" rows="3" columns="3">
16394 <features tabularvalignment="middle">
16395 <column alignment="center" valignment="top">
16396 <column alignment="center" valignment="top">
16397 <column alignment="center" valignment="top">
16398 <row>
16399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16400 \begin_inset Text
16401
16402 \begin_layout Plain Layout
16403 a
16404 \end_layout
16405
16406 \end_inset
16407 </cell>
16408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16409 \begin_inset Text
16410
16411 \begin_layout Plain Layout
16412 d
16413 \end_layout
16414
16415 \end_inset
16416 </cell>
16417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16418 \begin_inset Text
16419
16420 \begin_layout Plain Layout
16421 g
16422 \end_layout
16423
16424 \end_inset
16425 </cell>
16426 </row>
16427 <row>
16428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16429 \begin_inset Text
16430
16431 \begin_layout Plain Layout
16432 b
16433 \end_layout
16434
16435 \end_inset
16436 </cell>
16437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16438 \begin_inset Text
16439
16440 \begin_layout Plain Layout
16441 e
16442 \end_layout
16443
16444 \end_inset
16445 </cell>
16446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16447 \begin_inset Text
16448
16449 \begin_layout Plain Layout
16450 h
16451 \end_layout
16452
16453 \end_inset
16454 </cell>
16455 </row>
16456 <row>
16457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16458 \begin_inset Text
16459
16460 \begin_layout Plain Layout
16461 c
16462 \end_layout
16463
16464 \end_inset
16465 </cell>
16466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16467 \begin_inset Text
16468
16469 \begin_layout Plain Layout
16470 f
16471 \end_layout
16472
16473 \end_inset
16474 </cell>
16475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16476 \begin_inset Text
16477
16478 \begin_layout Plain Layout
16479 i
16480 \end_layout
16481
16482 \end_inset
16483 </cell>
16484 </row>
16485 </lyxtabular>
16486
16487 \end_inset
16488
16489
16490 \end_layout
16491
16492 \end_inset
16493
16494
16495 \end_layout
16496
16497 \begin_layout Itemize
16498 test 
16499 \begin_inset Box Frameless
16500 position "b"
16501 hor_pos "c"
16502 has_inner_box 1
16503 inner_pos "c"
16504 use_parbox 0
16505 use_makebox 0
16506 width "15col%"
16507 special "none"
16508 height "1in"
16509 height_special "totalheight"
16510 thickness "0.4pt"
16511 separation "3pt"
16512 shadowsize "4pt"
16513 framecolor "black"
16514 backgroundcolor "none"
16515 status collapsed
16516
16517 \begin_layout Plain Layout
16518 \begin_inset Tabular
16519 <lyxtabular version="3" rows="3" columns="3">
16520 <features tabularvalignment="middle">
16521 <column alignment="center" valignment="top">
16522 <column alignment="center" valignment="top">
16523 <column alignment="center" valignment="top">
16524 <row>
16525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16526 \begin_inset Text
16527
16528 \begin_layout Plain Layout
16529 a
16530 \end_layout
16531
16532 \end_inset
16533 </cell>
16534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16535 \begin_inset Text
16536
16537 \begin_layout Plain Layout
16538 d
16539 \end_layout
16540
16541 \end_inset
16542 </cell>
16543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16544 \begin_inset Text
16545
16546 \begin_layout Plain Layout
16547 g
16548 \end_layout
16549
16550 \end_inset
16551 </cell>
16552 </row>
16553 <row>
16554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16555 \begin_inset Text
16556
16557 \begin_layout Plain Layout
16558 b
16559 \end_layout
16560
16561 \end_inset
16562 </cell>
16563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16564 \begin_inset Text
16565
16566 \begin_layout Plain Layout
16567 e
16568 \end_layout
16569
16570 \end_inset
16571 </cell>
16572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16573 \begin_inset Text
16574
16575 \begin_layout Plain Layout
16576 h
16577 \end_layout
16578
16579 \end_inset
16580 </cell>
16581 </row>
16582 <row>
16583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16584 \begin_inset Text
16585
16586 \begin_layout Plain Layout
16587 c
16588 \end_layout
16589
16590 \end_inset
16591 </cell>
16592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16593 \begin_inset Text
16594
16595 \begin_layout Plain Layout
16596 f
16597 \end_layout
16598
16599 \end_inset
16600 </cell>
16601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16602 \begin_inset Text
16603
16604 \begin_layout Plain Layout
16605 i
16606 \end_layout
16607
16608 \end_inset
16609 </cell>
16610 </row>
16611 </lyxtabular>
16612
16613 \end_inset
16614
16615
16616 \end_layout
16617
16618 \end_inset
16619
16620  test 
16621 \begin_inset ERT
16622 status collapsed
16623
16624 \begin_layout Plain Layout
16625
16626
16627 \backslash
16628 raisebox{-0.32
16629 \backslash
16630 baselineskip}{
16631 \end_layout
16632
16633 \end_inset
16634
16635
16636 \begin_inset Box Frameless
16637 position "b"
16638 hor_pos "c"
16639 has_inner_box 1
16640 inner_pos "c"
16641 use_parbox 0
16642 use_makebox 0
16643 width "15col%"
16644 special "none"
16645 height "1in"
16646 height_special "totalheight"
16647 thickness "0.4pt"
16648 separation "3pt"
16649 shadowsize "4pt"
16650 framecolor "black"
16651 backgroundcolor "none"
16652 status collapsed
16653
16654 \begin_layout Plain Layout
16655 \begin_inset Tabular
16656 <lyxtabular version="3" rows="3" columns="3">
16657 <features tabularvalignment="middle">
16658 <column alignment="center" valignment="top">
16659 <column alignment="center" valignment="top">
16660 <column alignment="center" valignment="top">
16661 <row>
16662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16663 \begin_inset Text
16664
16665 \begin_layout Plain Layout
16666 a
16667 \end_layout
16668
16669 \end_inset
16670 </cell>
16671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16672 \begin_inset Text
16673
16674 \begin_layout Plain Layout
16675 d
16676 \end_layout
16677
16678 \end_inset
16679 </cell>
16680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16681 \begin_inset Text
16682
16683 \begin_layout Plain Layout
16684 g
16685 \end_layout
16686
16687 \end_inset
16688 </cell>
16689 </row>
16690 <row>
16691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16692 \begin_inset Text
16693
16694 \begin_layout Plain Layout
16695 b
16696 \end_layout
16697
16698 \end_inset
16699 </cell>
16700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16701 \begin_inset Text
16702
16703 \begin_layout Plain Layout
16704 e
16705 \end_layout
16706
16707 \end_inset
16708 </cell>
16709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16710 \begin_inset Text
16711
16712 \begin_layout Plain Layout
16713 h
16714 \end_layout
16715
16716 \end_inset
16717 </cell>
16718 </row>
16719 <row>
16720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16721 \begin_inset Text
16722
16723 \begin_layout Plain Layout
16724 c
16725 \end_layout
16726
16727 \end_inset
16728 </cell>
16729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16730 \begin_inset Text
16731
16732 \begin_layout Plain Layout
16733 f
16734 \end_layout
16735
16736 \end_inset
16737 </cell>
16738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16739 \begin_inset Text
16740
16741 \begin_layout Plain Layout
16742 i
16743 \end_layout
16744
16745 \end_inset
16746 </cell>
16747 </row>
16748 </lyxtabular>
16749
16750 \end_inset
16751
16752
16753 \end_layout
16754
16755 \end_inset
16756
16757
16758 \begin_inset ERT
16759 status collapsed
16760
16761 \begin_layout Plain Layout
16762
16763 }
16764 \end_layout
16765
16766 \end_inset
16767
16768
16769 \end_layout
16770
16771 \begin_layout Standard
16772 As you will see, the content of the first and last table row is not correctly
16773  aligned.
16774  To get this alignment, the minipage box must be set into a raisebox.
16775 \begin_inset Foot
16776 status collapsed
16777
16778 \begin_layout Plain Layout
16779 Raiseboxes are described in section
16780 \begin_inset space ~
16781 \end_inset
16782
16783
16784 \begin_inset CommandInset ref
16785 LatexCommand ref
16786 reference "subsec:Vertical-Alignment"
16787
16788 \end_inset
16789
16790 .
16791 \end_layout
16792
16793 \end_inset
16794
16795  In the example above the second table in the first item is aligned using
16796  the \SpecialChar TeX
16797  Code command
16798 \end_layout
16799
16800 \begin_layout Standard
16801
16802 \series bold
16803
16804 \backslash
16805 raisebox{0.85
16806 \backslash
16807 baselineskip}{
16808 \end_layout
16809
16810 \begin_layout Standard
16811 before the box.
16812  After the box the closing brace 
16813 \series bold
16814 }
16815 \series default
16816  is inserted as \SpecialChar TeX
16817  Code.
16818  For the second table in the last item the command
16819 \end_layout
16820
16821 \begin_layout Standard
16822
16823 \series bold
16824
16825 \backslash
16826 raisebox{-0.32
16827 \backslash
16828 baselineskip}{
16829 \end_layout
16830
16831 \begin_layout Standard
16832 is used.
16833 \end_layout
16834
16835 \begin_layout Standard
16836 \begin_inset Note Greyedout
16837 status open
16838
16839 \begin_layout Plain Layout
16840
16841 \series bold
16842 Note:
16843 \series default
16844  The alignment of the table row content to the surrounding text line is
16845  not exact.
16846  The required value for the 
16847 \series bold
16848
16849 \backslash
16850 raisebox
16851 \series default
16852  command for this alignment depends on the document font, the font size,
16853  and the table line thickness.
16854 \end_layout
16855
16856 \end_inset
16857
16858
16859 \end_layout
16860
16861 \begin_layout Section
16862 Colored Tables
16863 \begin_inset CommandInset label
16864 LatexCommand label
16865 name "sec:Colored-Tables"
16866
16867 \end_inset
16868
16869
16870 \begin_inset Index idx
16871 status collapsed
16872
16873 \begin_layout Plain Layout
16874 Table ! Color
16875 \end_layout
16876
16877 \end_inset
16878
16879
16880 \end_layout
16881
16882 \begin_layout Subsection
16883 Colored Cells
16884 \begin_inset Index idx
16885 status collapsed
16886
16887 \begin_layout Plain Layout
16888 Table Color ! for Cells
16889 \end_layout
16890
16891 \end_inset
16892
16893
16894 \begin_inset Index idx
16895 status collapsed
16896
16897 \begin_layout Plain Layout
16898 Color ! for Table Cells
16899 \end_layout
16900
16901 \end_inset
16902
16903
16904 \end_layout
16905
16906 \begin_layout Standard
16907 \begin_inset Float table
16908 placement h
16909 wide false
16910 sideways false
16911 status open
16912
16913 \begin_layout Plain Layout
16914 \begin_inset Caption Standard
16915
16916 \begin_layout Plain Layout
16917 \begin_inset CommandInset label
16918 LatexCommand label
16919 name "tab:Table-colored-without"
16920
16921 \end_inset
16922
16923 Table colored without using the package 
16924 \series bold
16925 colortbl
16926 \series default
16927
16928 \begin_inset Argument 1
16929 status collapsed
16930
16931 \begin_layout Plain Layout
16932 Table without colortbl
16933 \end_layout
16934
16935 \end_inset
16936
16937
16938 \end_layout
16939
16940 \end_inset
16941
16942
16943 \end_layout
16944
16945 \begin_layout Plain Layout
16946 \align center
16947 \begin_inset Tabular
16948 <lyxtabular version="3" rows="3" columns="3">
16949 <features tabularvalignment="middle">
16950 <column alignment="center" valignment="top">
16951 <column alignment="center" valignment="top">
16952 <column alignment="center" valignment="top">
16953 <row>
16954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16955 \begin_inset Text
16956
16957 \begin_layout Plain Layout
16958
16959 \color green
16960 a
16961 \end_layout
16962
16963 \end_inset
16964 </cell>
16965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16966 \begin_inset Text
16967
16968 \begin_layout Plain Layout
16969
16970 \color red
16971 b
16972 \end_layout
16973
16974 \end_inset
16975 </cell>
16976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16977 \begin_inset Text
16978
16979 \begin_layout Plain Layout
16980
16981 \color red
16982 c
16983 \end_layout
16984
16985 \end_inset
16986 </cell>
16987 </row>
16988 <row>
16989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16990 \begin_inset Text
16991
16992 \begin_layout Plain Layout
16993
16994 \color green
16995 d
16996 \end_layout
16997
16998 \end_inset
16999 </cell>
17000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17001 \begin_inset Text
17002
17003 \begin_layout Plain Layout
17004
17005 \color blue
17006 e
17007 \end_layout
17008
17009 \end_inset
17010 </cell>
17011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17012 \begin_inset Text
17013
17014 \begin_layout Plain Layout
17015
17016 \color blue
17017 f
17018 \end_layout
17019
17020 \end_inset
17021 </cell>
17022 </row>
17023 <row>
17024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17025 \begin_inset Text
17026
17027 \begin_layout Plain Layout
17028
17029 \color green
17030 g
17031 \end_layout
17032
17033 \end_inset
17034 </cell>
17035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17036 \begin_inset Text
17037
17038 \begin_layout Plain Layout
17039
17040 \color blue
17041 h
17042 \end_layout
17043
17044 \end_inset
17045 </cell>
17046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17047 \begin_inset Text
17048
17049 \begin_layout Plain Layout
17050
17051 \color blue
17052 i
17053 \end_layout
17054
17055 \end_inset
17056 </cell>
17057 </row>
17058 </lyxtabular>
17059
17060 \end_inset
17061
17062
17063 \end_layout
17064
17065 \end_inset
17066
17067
17068 \end_layout
17069
17070 \begin_layout Standard
17071 If you only need colored text, mark the cells and choose a color in the
17072  
17073 \family sans
17074 Text
17075 \begin_inset space ~
17076 \end_inset
17077
17078 Style
17079 \family default
17080  dialog (toolbar button 
17081 \begin_inset Info
17082 type  "icon"
17083 arg   "dialog-show character"
17084 \end_inset
17085
17086 ).
17087  This was used to create Table
17088 \begin_inset space ~
17089 \end_inset
17090
17091
17092 \begin_inset CommandInset ref
17093 LatexCommand ref
17094 reference "tab:Table-colored-without"
17095
17096 \end_inset
17097
17098 .
17099  In any other case you have to use the \SpecialChar LaTeX
17100 -package 
17101 \series bold
17102 colortbl
17103 \series default
17104 .
17105 \begin_inset Index idx
17106 status collapsed
17107
17108 \begin_layout Plain Layout
17109 \SpecialChar LaTeX
17110 -packages ! colortbl
17111 \end_layout
17112
17113 \end_inset
17114
17115
17116 \end_layout
17117
17118 \begin_layout Standard
17119 \begin_inset ERT
17120 status collapsed
17121
17122 \begin_layout Plain Layout
17123
17124
17125 \backslash
17126 ifcolortbl
17127 \end_layout
17128
17129 \end_inset
17130
17131
17132 \begin_inset Note Note
17133 status open
17134
17135 \begin_layout Plain Layout
17136 The following section part will only be displayed when the \SpecialChar LaTeX
17137 -package 
17138 \series bold
17139 colortbl
17140 \series default
17141  is installed.
17142 \end_layout
17143
17144 \end_inset
17145
17146
17147 \end_layout
17148
17149 \begin_layout Standard
17150 To create colored tables, 
17151 \series bold
17152 colortbl
17153 \series default
17154  must be loaded in the preamble with the line
17155 \end_layout
17156
17157 \begin_layout Standard
17158
17159 \series bold
17160
17161 \backslash
17162 usepackage{colortbl}
17163 \end_layout
17164
17165 \begin_layout Standard
17166 The color of a column is adjusted with the command
17167 \end_layout
17168
17169 \begin_layout Standard
17170
17171 \series bold
17172
17173 \backslash
17174 columncolor{name of color}
17175 \end_layout
17176
17177 \begin_layout Standard
17178 inside the command 
17179 \series bold
17180 >{ }
17181 \series default
17182 .
17183  More about the command 
17184 \series bold
17185 >{}
17186 \series default
17187  is contained in section
17188 \begin_inset space ~
17189 \end_inset
17190
17191
17192 \begin_inset CommandInset ref
17193 LatexCommand ref
17194 reference "subsec:Multicolumn-Calculations"
17195
17196 \end_inset
17197
17198 .
17199 \end_layout
17200
17201 \begin_layout Standard
17202 The following color names are predefined:
17203 \end_layout
17204
17205 \begin_layout Standard
17206
17207 \family sans
17208 red
17209 \family default
17210
17211 \family sans
17212 green
17213 \family default
17214
17215 \family sans
17216 yellow
17217 \family default
17218
17219 \family sans
17220 blue
17221 \family default
17222
17223 \family sans
17224 cyan
17225 \family default
17226
17227 \family sans
17228 magenta
17229 \family default
17230
17231 \family sans
17232 black
17233 \family default
17234  and 
17235 \family sans
17236 white
17237 \end_layout
17238
17239 \begin_layout Standard
17240 \begin_inset VSpace medskip
17241 \end_inset
17242
17243
17244 \end_layout
17245
17246 \begin_layout Standard
17247 If you add the option
17248 \end_layout
17249
17250 \begin_layout Standard
17251
17252 \series bold
17253 dvipsnames
17254 \end_layout
17255
17256 \begin_layout Standard
17257 to the document class options in the document settings, you can additionally
17258  use further 61
17259 \begin_inset space ~
17260 \end_inset
17261
17262 colors.
17263  These colors are listed in appendix
17264 \begin_inset space ~
17265 \end_inset
17266
17267
17268 \begin_inset CommandInset ref
17269 LatexCommand ref
17270 reference "chap:List-of-dvips-colornames"
17271
17272 \end_inset
17273
17274 .
17275  One of these colors, 
17276 \family sans
17277 Maroon
17278 \family default
17279 , is used as example in Table
17280 \begin_inset space ~
17281 \end_inset
17282
17283
17284 \begin_inset CommandInset ref
17285 LatexCommand ref
17286 reference "tab:Table-colored-using"
17287
17288 \end_inset
17289
17290 .
17291 \end_layout
17292
17293 \begin_layout Standard
17294 \begin_inset VSpace medskip
17295 \end_inset
17296
17297
17298 \end_layout
17299
17300 \begin_layout Standard
17301 You can also define your own color with the command
17302 \end_layout
17303
17304 \begin_layout Standard
17305
17306 \series bold
17307
17308 \backslash
17309 definecolor{color name}{color model}{color values}
17310 \end_layout
17311
17312 \begin_layout Standard
17313 The color model can be
17314 \end_layout
17315
17316 \begin_layout Labeling
17317 \labelwidthstring 00.00.0000
17318 cmyk: cyan, magenta, yellow, black
17319 \end_layout
17320
17321 \begin_layout Labeling
17322 \labelwidthstring 00.00.0000
17323 rgb: red, green blue
17324 \end_layout
17325
17326 \begin_layout Labeling
17327 \labelwidthstring 00.00.0000
17328 gray gray
17329 \end_layout
17330
17331 \begin_layout Standard
17332 and the color values are comma separated numbers between 0 and 1 describing
17333  the factor for the corresponding color of the color model.
17334 \end_layout
17335
17336 \begin_layout Standard
17337 You can e.
17338 \begin_inset space \thinspace{}
17339 \end_inset
17340
17341 g.
17342 \begin_inset space \space{}
17343 \end_inset
17344
17345 define the color "
17346 \emph on
17347 darkgreen
17348 \emph default
17349 " in the preamble with
17350 \end_layout
17351
17352 \begin_layout Standard
17353
17354 \series bold
17355
17356 \backslash
17357 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
17358 \end_layout
17359
17360 \begin_layout Standard
17361 and the color "
17362 \emph on
17363 lightgray
17364 \emph default
17365 " with
17366 \end_layout
17367
17368 \begin_layout Standard
17369
17370 \series bold
17371
17372 \backslash
17373 definecolor{lightgray}{gray}{0.8}
17374 \end_layout
17375
17376 \begin_layout Standard
17377 \begin_inset VSpace medskip
17378 \end_inset
17379
17380
17381 \end_layout
17382
17383 \begin_layout Standard
17384 Lines are colored with the command
17385 \end_layout
17386
17387 \begin_layout Standard
17388
17389 \series bold
17390
17391 \backslash
17392 rowcolor{name of color}
17393 \end_layout
17394
17395 \begin_layout Standard
17396 and cells are colored with the command
17397 \end_layout
17398
17399 \begin_layout Standard
17400
17401 \series bold
17402
17403 \backslash
17404 cellcolor{name of color}
17405 \end_layout
17406
17407 \begin_layout Standard
17408 Both commands are inserted at the beginning of a cell as \SpecialChar TeX
17409  Code.
17410 \end_layout
17411
17412 \begin_layout Standard
17413 To color characters in the table, mark the cells and use the 
17414 \family sans
17415 Text
17416 \begin_inset space ~
17417 \end_inset
17418
17419 Style
17420 \family default
17421  dialog.
17422  If a cell contains \SpecialChar TeX
17423  Code mark only the characters, otherwise the colored
17424  \SpecialChar TeX
17425  Code will cause \SpecialChar LaTeX
17426  errors.
17427 \end_layout
17428
17429 \begin_layout Standard
17430 \begin_inset Note Greyedout
17431 status open
17432
17433 \begin_layout Plain Layout
17434
17435 \series bold
17436 Note:
17437 \series default
17438  Not all DVI-viewers are able to display self-defined colors.
17439 \end_layout
17440
17441 \end_inset
17442
17443
17444 \end_layout
17445
17446 \begin_layout Standard
17447 \begin_inset VSpace bigskip
17448 \end_inset
17449
17450
17451 \end_layout
17452
17453 \begin_layout Standard
17454 To create Table
17455 \begin_inset space ~
17456 \end_inset
17457
17458
17459 \begin_inset CommandInset ref
17460 LatexCommand ref
17461 reference "tab:Table-colored-using"
17462
17463 \end_inset
17464
17465  do the following: The color of the first column should be 
17466 \emph on
17467 darkgreen
17468 \emph default
17469 .
17470  So insert
17471 \end_layout
17472
17473 \begin_layout Standard
17474
17475 \series bold
17476 >{
17477 \backslash
17478 columncolor{darkgreen}
17479 \backslash
17480 centering}c
17481 \end_layout
17482
17483 \begin_layout Standard
17484 as \SpecialChar LaTeX
17485 -argument for this column.
17486  The first row should be light blue, therefore the \SpecialChar TeX
17487  Code command
17488 \end_layout
17489
17490 \begin_layout Standard
17491
17492 \series bold
17493
17494 \backslash
17495 rowcolor{cyan}
17496 \end_layout
17497
17498 \begin_layout Standard
17499 is inserted to the first cell of this row.
17500  Note that this overwrites the column color for the first cell.
17501  The last cell of the last row is colored maroon by inserting the \SpecialChar TeX
17502  Code
17503  command
17504 \end_layout
17505
17506 \begin_layout Standard
17507
17508 \series bold
17509
17510 \backslash
17511 cellcolor{Maroon}
17512 \end_layout
17513
17514 \begin_layout Standard
17515 The characters could now be colored using the menu 
17516 \family sans
17517 Edit\SpecialChar menuseparator
17518 Text
17519 \begin_inset space ~
17520 \end_inset
17521
17522 Style
17523 \family default
17524 .
17525 \end_layout
17526
17527 \begin_layout Standard
17528 \begin_inset Float table
17529 placement h
17530 wide false
17531 sideways false
17532 status open
17533
17534 \begin_layout Plain Layout
17535 \begin_inset Caption Standard
17536
17537 \begin_layout Plain Layout
17538 \begin_inset CommandInset label
17539 LatexCommand label
17540 name "tab:Table-colored-using"
17541
17542 \end_inset
17543
17544 Table colored using the package 
17545 \series bold
17546 colortbl
17547 \series default
17548
17549 \begin_inset Argument 1
17550 status collapsed
17551
17552 \begin_layout Plain Layout
17553 Table with colortbl
17554 \end_layout
17555
17556 \end_inset
17557
17558
17559 \end_layout
17560
17561 \end_inset
17562
17563
17564 \end_layout
17565
17566 \begin_layout Plain Layout
17567 \align center
17568 \begin_inset Tabular
17569 <lyxtabular version="3" rows="3" columns="3">
17570 <features tabularvalignment="middle">
17571 <column alignment="center" valignment="top" special=">{\columncolor{darkgreen}\centering}c">
17572 <column alignment="center" valignment="top">
17573 <column alignment="center" valignment="top">
17574 <row>
17575 <cell alignment="center" valignment="top" usebox="none">
17576 \begin_inset Text
17577
17578 \begin_layout Plain Layout
17579 \begin_inset ERT
17580 status collapsed
17581
17582 \begin_layout Plain Layout
17583
17584
17585 \backslash
17586 rowcolor{cyan}
17587 \end_layout
17588
17589 \end_inset
17590
17591
17592 \color magenta
17593 a
17594 \end_layout
17595
17596 \end_inset
17597 </cell>
17598 <cell alignment="center" valignment="top" usebox="none">
17599 \begin_inset Text
17600
17601 \begin_layout Plain Layout
17602
17603 \color red
17604 b
17605 \end_layout
17606
17607 \end_inset
17608 </cell>
17609 <cell alignment="center" valignment="top" usebox="none">
17610 \begin_inset Text
17611
17612 \begin_layout Plain Layout
17613
17614 \color red
17615 c
17616 \end_layout
17617
17618 \end_inset
17619 </cell>
17620 </row>
17621 <row>
17622 <cell alignment="center" valignment="top" usebox="none">
17623 \begin_inset Text
17624
17625 \begin_layout Plain Layout
17626
17627 \color yellow
17628 d
17629 \end_layout
17630
17631 \end_inset
17632 </cell>
17633 <cell alignment="center" valignment="top" usebox="none">
17634 \begin_inset Text
17635
17636 \begin_layout Plain Layout
17637
17638 \color blue
17639 e
17640 \end_layout
17641
17642 \end_inset
17643 </cell>
17644 <cell alignment="center" valignment="top" usebox="none">
17645 \begin_inset Text
17646
17647 \begin_layout Plain Layout
17648
17649 \color blue
17650 f
17651 \end_layout
17652
17653 \end_inset
17654 </cell>
17655 </row>
17656 <row>
17657 <cell alignment="center" valignment="top" usebox="none">
17658 \begin_inset Text
17659
17660 \begin_layout Plain Layout
17661
17662 \color yellow
17663 g
17664 \end_layout
17665
17666 \end_inset
17667 </cell>
17668 <cell alignment="center" valignment="top" usebox="none">
17669 \begin_inset Text
17670
17671 \begin_layout Plain Layout
17672
17673 \color blue
17674 h
17675 \end_layout
17676
17677 \end_inset
17678 </cell>
17679 <cell alignment="center" valignment="top" usebox="none">
17680 \begin_inset Text
17681
17682 \begin_layout Plain Layout
17683 \begin_inset ERT
17684 status collapsed
17685
17686 \begin_layout Plain Layout
17687
17688
17689 \backslash
17690 cellcolor{Maroon}
17691 \end_layout
17692
17693 \end_inset
17694
17695
17696 \color green
17697 i
17698 \end_layout
17699
17700 \end_inset
17701 </cell>
17702 </row>
17703 </lyxtabular>
17704
17705 \end_inset
17706
17707
17708 \end_layout
17709
17710 \end_inset
17711
17712
17713 \end_layout
17714
17715 \begin_layout Standard
17716 \begin_inset ERT
17717 status collapsed
17718
17719 \begin_layout Plain Layout
17720
17721
17722 \backslash
17723 else
17724 \end_layout
17725
17726 \end_inset
17727
17728
17729 \begin_inset Note Note
17730 status open
17731
17732 \begin_layout Plain Layout
17733 The following will be displayed when the \SpecialChar LaTeX
17734 -package 
17735 \series bold
17736 colortbl
17737 \series default
17738  is not installed:
17739 \end_layout
17740
17741 \end_inset
17742
17743
17744 \end_layout
17745
17746 \begin_layout Standard
17747 You need to install the package 
17748 \series bold
17749 colortbl
17750 \series default
17751  to see the content of this section in the output.
17752 \end_layout
17753
17754 \begin_layout Standard
17755 \begin_inset ERT
17756 status collapsed
17757
17758 \begin_layout Plain Layout
17759
17760
17761 \backslash
17762 fi
17763 \end_layout
17764
17765 \end_inset
17766
17767
17768 \end_layout
17769
17770 \begin_layout Subsection
17771 Colored Rows
17772 \begin_inset Index idx
17773 status collapsed
17774
17775 \begin_layout Plain Layout
17776 Table Color ! for Rows
17777 \end_layout
17778
17779 \end_inset
17780
17781
17782 \begin_inset Index idx
17783 status collapsed
17784
17785 \begin_layout Plain Layout
17786 Color ! for Table Rows
17787 \end_layout
17788
17789 \end_inset
17790
17791
17792 \end_layout
17793
17794 \begin_layout Standard
17795 In case every second table row needs to be colored there is an alternative
17796  to the method described in the previous section: One loads the package
17797  
17798 \series bold
17799 xcolor
17800 \series default
17801
17802 \begin_inset Index idx
17803 status collapsed
17804
17805 \begin_layout Plain Layout
17806 \SpecialChar LaTeX
17807 -packages ! xcolor
17808 \begin_inset ERT
17809 status collapsed
17810
17811 \begin_layout Plain Layout
17812
17813
17814 \backslash
17815 vspace{4mm}
17816 \end_layout
17817
17818 \end_inset
17819
17820
17821 \end_layout
17822
17823 \end_inset
17824
17825  in the document preamble with the command
17826 \end_layout
17827
17828 \begin_layout Standard
17829
17830 \series bold
17831
17832 \backslash
17833 usepackage[table]{xcolor}
17834 \end_layout
17835
17836 \begin_layout Standard
17837
17838 \series bold
17839 xcolor
17840 \series default
17841  automatically loads also the package 
17842 \series bold
17843 colortbl
17844 \series default
17845
17846 \begin_inset Index idx
17847 status collapsed
17848
17849 \begin_layout Plain Layout
17850 \SpecialChar LaTeX
17851 -packages ! colortbl
17852 \end_layout
17853
17854 \end_inset
17855
17856 , so 
17857 \series bold
17858 colortbl
17859 \series default
17860  must be installed in your \SpecialChar LaTeX
17861 -distribution, otherwise you get \SpecialChar LaTeX
17862 -errors.
17863 \end_layout
17864
17865 \begin_layout Standard
17866 \begin_inset ERT
17867 status collapsed
17868
17869 \begin_layout Plain Layout
17870
17871
17872 \backslash
17873 ifcolortbl
17874 \end_layout
17875
17876 \end_inset
17877
17878
17879 \begin_inset Note Note
17880 status open
17881
17882 \begin_layout Plain Layout
17883 The following section part will only be displayed when the \SpecialChar LaTeX
17884 -package 
17885 \series bold
17886 colortbl
17887 \series default
17888  is installed.
17889 \end_layout
17890
17891 \end_inset
17892
17893
17894 \end_layout
17895
17896 \begin_layout Standard
17897 The table rows are colored with the command
17898 \end_layout
17899
17900 \begin_layout Standard
17901
17902 \series bold
17903
17904 \backslash
17905 rowcolors[commands]{row number}{odd row color}{even row color}
17906 \end_layout
17907
17908 \begin_layout Standard
17909 that is either inserted in the document preamble or as \SpecialChar TeX
17910  Code before the
17911  first table to be colored.
17912  row
17913 \begin_inset space ~
17914 \end_inset
17915
17916 number is the number of the first row which should be colored according
17917  to the odd row color.
17918  commands can be additional commands that are executed before every table
17919  row.
17920  So for example the command
17921 \end_layout
17922
17923 \begin_layout Standard
17924
17925 \series bold
17926
17927 \backslash
17928 rowcolors{1}{white}{lightgray}
17929 \end_layout
17930
17931 \begin_layout Standard
17932 leads to the coloring scheme of Table
17933 \begin_inset space ~
17934 \end_inset
17935
17936
17937 \begin_inset CommandInset ref
17938 LatexCommand ref
17939 reference "tab:Table-rowcolors"
17940
17941 \end_inset
17942
17943 .
17944  The command
17945 \end_layout
17946
17947 \begin_layout Standard
17948
17949 \series bold
17950
17951 \backslash
17952 rowcolors[
17953 \backslash
17954 hline]{1}{lightgray}{cyan}
17955 \end_layout
17956
17957 \begin_layout Standard
17958 leads to the coloring scheme of Table
17959 \begin_inset space ~
17960 \end_inset
17961
17962
17963 \begin_inset CommandInset ref
17964 LatexCommand ref
17965 reference "tab:Table-rowcolors-2"
17966
17967 \end_inset
17968
17969 .
17970  If odd
17971 \begin_inset space ~
17972 \end_inset
17973
17974 row
17975 \begin_inset space ~
17976 \end_inset
17977
17978 color and/or even
17979 \begin_inset space ~
17980 \end_inset
17981
17982 row
17983 \begin_inset space ~
17984 \end_inset
17985
17986 color are left empty, no color will be used so that the command
17987 \end_layout
17988
17989 \begin_layout Standard
17990
17991 \series bold
17992
17993 \backslash
17994 rowcolors{1}{}{}
17995 \end_layout
17996
17997 \begin_layout Standard
17998 deletes all colors.
17999  
18000 \series bold
18001
18002 \backslash
18003 rowcolors
18004 \series default
18005  affects all tables following that command.
18006 \end_layout
18007
18008 \begin_layout Standard
18009 \begin_inset ERT
18010 status open
18011
18012 \begin_layout Plain Layout
18013
18014
18015 \backslash
18016 rowcolors{1}{white}{lightgray}
18017 \end_layout
18018
18019 \end_inset
18020
18021
18022 \end_layout
18023
18024 \begin_layout Standard
18025 \begin_inset Float table
18026 placement h
18027 wide false
18028 sideways false
18029 status open
18030
18031 \begin_layout Plain Layout
18032 \begin_inset Caption Standard
18033
18034 \begin_layout Plain Layout
18035 \begin_inset CommandInset label
18036 LatexCommand label
18037 name "tab:Table-rowcolors"
18038
18039 \end_inset
18040
18041 Table where every second row is colored light gray.
18042 \end_layout
18043
18044 \end_inset
18045
18046
18047 \end_layout
18048
18049 \begin_layout Plain Layout
18050 \align center
18051 \begin_inset Tabular
18052 <lyxtabular version="3" rows="4" columns="3">
18053 <features tabularvalignment="middle">
18054 <column alignment="center" valignment="top">
18055 <column alignment="center" valignment="top" width="0pt">
18056 <column alignment="center" valignment="top" width="0pt">
18057 <row>
18058 <cell alignment="center" valignment="top" usebox="none">
18059 \begin_inset Text
18060
18061 \begin_layout Plain Layout
18062 X
18063 \end_layout
18064
18065 \end_inset
18066 </cell>
18067 <cell alignment="center" valignment="top" usebox="none">
18068 \begin_inset Text
18069
18070 \begin_layout Plain Layout
18071 Y
18072 \end_layout
18073
18074 \end_inset
18075 </cell>
18076 <cell alignment="center" valignment="top" usebox="none">
18077 \begin_inset Text
18078
18079 \begin_layout Plain Layout
18080 Z
18081 \end_layout
18082
18083 \end_inset
18084 </cell>
18085 </row>
18086 <row>
18087 <cell alignment="center" valignment="top" usebox="none">
18088 \begin_inset Text
18089
18090 \begin_layout Plain Layout
18091 1
18092 \end_layout
18093
18094 \end_inset
18095 </cell>
18096 <cell alignment="center" valignment="top" usebox="none">
18097 \begin_inset Text
18098
18099 \begin_layout Plain Layout
18100 2
18101 \end_layout
18102
18103 \end_inset
18104 </cell>
18105 <cell alignment="center" valignment="top" usebox="none">
18106 \begin_inset Text
18107
18108 \begin_layout Plain Layout
18109 3
18110 \end_layout
18111
18112 \end_inset
18113 </cell>
18114 </row>
18115 <row>
18116 <cell alignment="center" valignment="top" usebox="none">
18117 \begin_inset Text
18118
18119 \begin_layout Plain Layout
18120 4
18121 \end_layout
18122
18123 \end_inset
18124 </cell>
18125 <cell alignment="center" valignment="top" usebox="none">
18126 \begin_inset Text
18127
18128 \begin_layout Plain Layout
18129 5
18130 \end_layout
18131
18132 \end_inset
18133 </cell>
18134 <cell alignment="center" valignment="top" usebox="none">
18135 \begin_inset Text
18136
18137 \begin_layout Plain Layout
18138 6
18139 \end_layout
18140
18141 \end_inset
18142 </cell>
18143 </row>
18144 <row>
18145 <cell alignment="center" valignment="top" usebox="none">
18146 \begin_inset Text
18147
18148 \begin_layout Plain Layout
18149 7
18150 \end_layout
18151
18152 \end_inset
18153 </cell>
18154 <cell alignment="center" valignment="top" usebox="none">
18155 \begin_inset Text
18156
18157 \begin_layout Plain Layout
18158 8
18159 \end_layout
18160
18161 \end_inset
18162 </cell>
18163 <cell alignment="center" valignment="top" usebox="none">
18164 \begin_inset Text
18165
18166 \begin_layout Plain Layout
18167 9
18168 \end_layout
18169
18170 \end_inset
18171 </cell>
18172 </row>
18173 </lyxtabular>
18174
18175 \end_inset
18176
18177
18178 \end_layout
18179
18180 \end_inset
18181
18182
18183 \end_layout
18184
18185 \begin_layout Standard
18186 \begin_inset ERT
18187 status open
18188
18189 \begin_layout Plain Layout
18190
18191
18192 \backslash
18193 rowcolors[
18194 \backslash
18195 hline]{1}{lightgray}{cyan}
18196 \end_layout
18197
18198 \end_inset
18199
18200
18201 \end_layout
18202
18203 \begin_layout Standard
18204 \begin_inset Float table
18205 placement h
18206 wide false
18207 sideways false
18208 status open
18209
18210 \begin_layout Plain Layout
18211 \begin_inset Caption Standard
18212
18213 \begin_layout Plain Layout
18214 \begin_inset CommandInset label
18215 LatexCommand label
18216 name "tab:Table-rowcolors-2"
18217
18218 \end_inset
18219
18220 Table where every second row is colored cyan and at which there is a line
18221  between each row.
18222 \end_layout
18223
18224 \end_inset
18225
18226
18227 \end_layout
18228
18229 \begin_layout Plain Layout
18230 \align center
18231 \begin_inset Tabular
18232 <lyxtabular version="3" rows="4" columns="3">
18233 <features tabularvalignment="middle">
18234 <column alignment="center" valignment="top">
18235 <column alignment="center" valignment="top">
18236 <column alignment="center" valignment="top" width="0pt">
18237 <row>
18238 <cell alignment="center" valignment="top" usebox="none">
18239 \begin_inset Text
18240
18241 \begin_layout Plain Layout
18242 X
18243 \end_layout
18244
18245 \end_inset
18246 </cell>
18247 <cell alignment="center" valignment="top" usebox="none">
18248 \begin_inset Text
18249
18250 \begin_layout Plain Layout
18251 Y
18252 \end_layout
18253
18254 \end_inset
18255 </cell>
18256 <cell alignment="center" valignment="top" usebox="none">
18257 \begin_inset Text
18258
18259 \begin_layout Plain Layout
18260 Z
18261 \end_layout
18262
18263 \end_inset
18264 </cell>
18265 </row>
18266 <row>
18267 <cell alignment="center" valignment="top" usebox="none">
18268 \begin_inset Text
18269
18270 \begin_layout Plain Layout
18271 1
18272 \end_layout
18273
18274 \end_inset
18275 </cell>
18276 <cell alignment="center" valignment="top" usebox="none">
18277 \begin_inset Text
18278
18279 \begin_layout Plain Layout
18280 2
18281 \end_layout
18282
18283 \end_inset
18284 </cell>
18285 <cell alignment="center" valignment="top" usebox="none">
18286 \begin_inset Text
18287
18288 \begin_layout Plain Layout
18289 3
18290 \end_layout
18291
18292 \end_inset
18293 </cell>
18294 </row>
18295 <row>
18296 <cell alignment="center" valignment="top" usebox="none">
18297 \begin_inset Text
18298
18299 \begin_layout Plain Layout
18300 4
18301 \end_layout
18302
18303 \end_inset
18304 </cell>
18305 <cell alignment="center" valignment="top" usebox="none">
18306 \begin_inset Text
18307
18308 \begin_layout Plain Layout
18309 5
18310 \end_layout
18311
18312 \end_inset
18313 </cell>
18314 <cell alignment="center" valignment="top" usebox="none">
18315 \begin_inset Text
18316
18317 \begin_layout Plain Layout
18318 6
18319 \end_layout
18320
18321 \end_inset
18322 </cell>
18323 </row>
18324 <row>
18325 <cell alignment="center" valignment="top" usebox="none">
18326 \begin_inset Text
18327
18328 \begin_layout Plain Layout
18329 7
18330 \end_layout
18331
18332 \end_inset
18333 </cell>
18334 <cell alignment="center" valignment="top" usebox="none">
18335 \begin_inset Text
18336
18337 \begin_layout Plain Layout
18338 8
18339 \end_layout
18340
18341 \end_inset
18342 </cell>
18343 <cell alignment="center" valignment="top" usebox="none">
18344 \begin_inset Text
18345
18346 \begin_layout Plain Layout
18347 9
18348 \end_layout
18349
18350 \end_inset
18351 </cell>
18352 </row>
18353 </lyxtabular>
18354
18355 \end_inset
18356
18357
18358 \end_layout
18359
18360 \end_inset
18361
18362
18363 \end_layout
18364
18365 \begin_layout Standard
18366 \begin_inset ERT
18367 status collapsed
18368
18369 \begin_layout Plain Layout
18370
18371
18372 \backslash
18373 rowcolors{1}{}{}
18374 \end_layout
18375
18376 \end_inset
18377
18378
18379 \begin_inset Note Note
18380 status collapsed
18381
18382 \begin_layout Plain Layout
18383 turns off the row coloring
18384 \end_layout
18385
18386 \end_inset
18387
18388
18389 \end_layout
18390
18391 \begin_layout Standard
18392 \begin_inset ERT
18393 status collapsed
18394
18395 \begin_layout Plain Layout
18396
18397
18398 \backslash
18399 else
18400 \end_layout
18401
18402 \end_inset
18403
18404
18405 \begin_inset Note Note
18406 status open
18407
18408 \begin_layout Plain Layout
18409 The following will be displayed when the \SpecialChar LaTeX
18410 -package 
18411 \series bold
18412 colortbl
18413 \series default
18414  is not installed:
18415 \end_layout
18416
18417 \end_inset
18418
18419
18420 \end_layout
18421
18422 \begin_layout Standard
18423 You need to install the package 
18424 \series bold
18425 colortbl
18426 \series default
18427  to see the content of this section in the output.
18428 \end_layout
18429
18430 \begin_layout Standard
18431 \begin_inset ERT
18432 status collapsed
18433
18434 \begin_layout Plain Layout
18435
18436
18437 \backslash
18438 fi
18439 \end_layout
18440
18441 \end_inset
18442
18443
18444 \end_layout
18445
18446 \begin_layout Subsection
18447 Colored Lines
18448 \begin_inset Index idx
18449 status collapsed
18450
18451 \begin_layout Plain Layout
18452 Table Color ! for Lines
18453 \end_layout
18454
18455 \end_inset
18456
18457
18458 \begin_inset Index idx
18459 status collapsed
18460
18461 \begin_layout Plain Layout
18462 Color ! for Table Lines
18463 \end_layout
18464
18465 \end_inset
18466
18467
18468 \end_layout
18469
18470 \begin_layout Standard
18471 As described in section
18472 \begin_inset space ~
18473 \end_inset
18474
18475
18476 \begin_inset CommandInset ref
18477 LatexCommand ref
18478 reference "subsec:Line-Thickness"
18479
18480 \end_inset
18481
18482 , the line thickness for all lines in a table can be adjusted with the length
18483  
18484 \series bold
18485
18486 \backslash
18487 arrayrulewidth
18488 \series default
18489 .
18490  It is set to 1.5
18491 \begin_inset space \thinspace{}
18492 \end_inset
18493
18494 pt for all tables of this section.
18495 \begin_inset ERT
18496 status collapsed
18497
18498 \begin_layout Plain Layout
18499
18500
18501 \backslash
18502 setlength{
18503 \backslash
18504 arrayrulewidth}{1.5pt}
18505 \end_layout
18506
18507 \end_inset
18508
18509
18510 \end_layout
18511
18512 \begin_layout Standard
18513 To color vertical lines for example with green, create the following column
18514  format in the document preamble, according to the description in section
18515 \begin_inset space ~
18516 \end_inset
18517
18518
18519 \begin_inset CommandInset ref
18520 LatexCommand ref
18521 reference "subsec:Customized-Format"
18522
18523 \end_inset
18524
18525 :
18526 \end_layout
18527
18528 \begin_layout Standard
18529
18530 \series bold
18531
18532 \backslash
18533 newcolumntype{W}{!{
18534 \backslash
18535 color{green}
18536 \backslash
18537 vline}}
18538 \end_layout
18539
18540 \begin_layout Standard
18541 For Table
18542 \begin_inset space ~
18543 \end_inset
18544
18545
18546 \begin_inset CommandInset ref
18547 LatexCommand ref
18548 reference "tab:Table-with-vertical-colored"
18549
18550 \end_inset
18551
18552  the \SpecialChar LaTeX
18553 -argument
18554 \series bold
18555  WcW
18556 \series default
18557  was used for the last column and
18558 \series bold
18559  Wc
18560 \series default
18561  for the other columns.
18562 \end_layout
18563
18564 \begin_layout Standard
18565 If you want to have several colors, define more column formats.
18566 \end_layout
18567
18568 \begin_layout Standard
18569 \begin_inset Float table
18570 placement h
18571 wide false
18572 sideways false
18573 status open
18574
18575 \begin_layout Plain Layout
18576 \begin_inset Caption Standard
18577
18578 \begin_layout Plain Layout
18579 \begin_inset CommandInset label
18580 LatexCommand label
18581 name "tab:Table-with-vertical-colored"
18582
18583 \end_inset
18584
18585 Table with colored vertical lines
18586 \end_layout
18587
18588 \end_inset
18589
18590
18591 \end_layout
18592
18593 \begin_layout Plain Layout
18594 \align center
18595 \begin_inset Tabular
18596 <lyxtabular version="3" rows="3" columns="3">
18597 <features tabularvalignment="middle">
18598 <column alignment="center" valignment="top" special="Wc">
18599 <column alignment="center" valignment="top" special="Wc">
18600 <column alignment="center" valignment="top" special="WcW">
18601 <row>
18602 <cell alignment="center" valignment="top" topline="true" usebox="none">
18603 \begin_inset Text
18604
18605 \begin_layout Plain Layout
18606 sd
18607 \end_layout
18608
18609 \end_inset
18610 </cell>
18611 <cell alignment="center" valignment="top" topline="true" usebox="none">
18612 \begin_inset Text
18613
18614 \begin_layout Plain Layout
18615
18616 \end_layout
18617
18618 \end_inset
18619 </cell>
18620 <cell alignment="center" valignment="top" topline="true" usebox="none">
18621 \begin_inset Text
18622
18623 \begin_layout Plain Layout
18624
18625 \end_layout
18626
18627 \end_inset
18628 </cell>
18629 </row>
18630 <row>
18631 <cell alignment="center" valignment="top" topline="true" usebox="none">
18632 \begin_inset Text
18633
18634 \begin_layout Plain Layout
18635
18636 \end_layout
18637
18638 \end_inset
18639 </cell>
18640 <cell alignment="center" valignment="top" topline="true" usebox="none">
18641 \begin_inset Text
18642
18643 \begin_layout Plain Layout
18644 sd
18645 \end_layout
18646
18647 \end_inset
18648 </cell>
18649 <cell alignment="center" valignment="top" topline="true" usebox="none">
18650 \begin_inset Text
18651
18652 \begin_layout Plain Layout
18653
18654 \end_layout
18655
18656 \end_inset
18657 </cell>
18658 </row>
18659 <row>
18660 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18661 \begin_inset Text
18662
18663 \begin_layout Plain Layout
18664
18665 \end_layout
18666
18667 \end_inset
18668 </cell>
18669 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18670 \begin_inset Text
18671
18672 \begin_layout Plain Layout
18673
18674 \end_layout
18675
18676 \end_inset
18677 </cell>
18678 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18679 \begin_inset Text
18680
18681 \begin_layout Plain Layout
18682 sd
18683 \end_layout
18684
18685 \end_inset
18686 </cell>
18687 </row>
18688 </lyxtabular>
18689
18690 \end_inset
18691
18692
18693 \end_layout
18694
18695 \end_inset
18696
18697
18698 \end_layout
18699
18700 \begin_layout Standard
18701 \begin_inset VSpace bigskip
18702 \end_inset
18703
18704 To color horizontal lines for example with red, as in Table
18705 \begin_inset space ~
18706 \end_inset
18707
18708
18709 \begin_inset CommandInset ref
18710 LatexCommand ref
18711 reference "tab:Table-with-horizontal-colored"
18712
18713 \end_inset
18714
18715 , insert these commands in \SpecialChar TeX
18716  Code before the table or table float:
18717 \end_layout
18718
18719 \begin_layout Standard
18720
18721 \series bold
18722
18723 \backslash
18724 let
18725 \backslash
18726 myHlineC
18727 \backslash
18728 hline
18729 \begin_inset Newline newline
18730 \end_inset
18731
18732
18733 \backslash
18734 renewcommand{
18735 \backslash
18736 hline}
18737 \begin_inset Newline newline
18738 \end_inset
18739
18740
18741 \begin_inset Phantom HPhantom
18742 status open
18743
18744 \begin_layout Plain Layout
18745
18746 \series bold
18747 \begin_inset space ~
18748 \end_inset
18749
18750
18751 \end_layout
18752
18753 \end_inset
18754
18755 {
18756 \backslash
18757 arrayrulecolor{red}
18758 \backslash
18759 myHlineC
18760 \backslash
18761 arrayrulecolor{black}}
18762 \end_layout
18763
18764 \begin_layout Standard
18765 \begin_inset ERT
18766 status collapsed
18767
18768 \begin_layout Plain Layout
18769
18770
18771 \backslash
18772 let
18773 \backslash
18774 myHlineC
18775 \backslash
18776 hline
18777 \end_layout
18778
18779 \begin_layout Plain Layout
18780
18781
18782 \backslash
18783 renewcommand{
18784 \backslash
18785 hline}
18786 \end_layout
18787
18788 \begin_layout Plain Layout
18789
18790  {
18791 \backslash
18792 arrayrulecolor{red}
18793 \backslash
18794 myHlineC
18795 \backslash
18796 arrayrulecolor{black}}
18797 \end_layout
18798
18799 \end_inset
18800
18801
18802 \begin_inset Float table
18803 placement h
18804 wide false
18805 sideways false
18806 status open
18807
18808 \begin_layout Plain Layout
18809 \begin_inset Caption Standard
18810
18811 \begin_layout Plain Layout
18812 \begin_inset CommandInset label
18813 LatexCommand label
18814 name "tab:Table-with-horizontal-colored"
18815
18816 \end_inset
18817
18818 Table with colored horizontal lines
18819 \end_layout
18820
18821 \end_inset
18822
18823
18824 \end_layout
18825
18826 \begin_layout Plain Layout
18827 \align center
18828 \begin_inset Tabular
18829 <lyxtabular version="3" rows="3" columns="3">
18830 <features tabularvalignment="middle">
18831 <column alignment="center" valignment="top">
18832 <column alignment="center" valignment="top">
18833 <column alignment="center" valignment="top">
18834 <row>
18835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18836 \begin_inset Text
18837
18838 \begin_layout Plain Layout
18839 sd
18840 \end_layout
18841
18842 \end_inset
18843 </cell>
18844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18845 \begin_inset Text
18846
18847 \begin_layout Plain Layout
18848
18849 \end_layout
18850
18851 \end_inset
18852 </cell>
18853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18854 \begin_inset Text
18855
18856 \begin_layout Plain Layout
18857
18858 \end_layout
18859
18860 \end_inset
18861 </cell>
18862 </row>
18863 <row>
18864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18865 \begin_inset Text
18866
18867 \begin_layout Plain Layout
18868
18869 \end_layout
18870
18871 \end_inset
18872 </cell>
18873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18874 \begin_inset Text
18875
18876 \begin_layout Plain Layout
18877 sd
18878 \end_layout
18879
18880 \end_inset
18881 </cell>
18882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18883 \begin_inset Text
18884
18885 \begin_layout Plain Layout
18886
18887 \end_layout
18888
18889 \end_inset
18890 </cell>
18891 </row>
18892 <row>
18893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18894 \begin_inset Text
18895
18896 \begin_layout Plain Layout
18897
18898 \end_layout
18899
18900 \end_inset
18901 </cell>
18902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18903 \begin_inset Text
18904
18905 \begin_layout Plain Layout
18906
18907 \end_layout
18908
18909 \end_inset
18910 </cell>
18911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18912 \begin_inset Text
18913
18914 \begin_layout Plain Layout
18915 sd
18916 \end_layout
18917
18918 \end_inset
18919 </cell>
18920 </row>
18921 </lyxtabular>
18922
18923 \end_inset
18924
18925
18926 \end_layout
18927
18928 \end_inset
18929
18930
18931 \end_layout
18932
18933 \begin_layout Standard
18934 To return to the default line color black, insert this command in \SpecialChar TeX
18935  Code
18936  after the table or table float:
18937 \end_layout
18938
18939 \begin_layout Standard
18940
18941 \series bold
18942
18943 \backslash
18944 renewcommand{
18945 \backslash
18946 hline}{
18947 \backslash
18948 myHlineC}
18949 \end_layout
18950
18951 \begin_layout Standard
18952 Table
18953 \begin_inset space ~
18954 \end_inset
18955
18956
18957 \begin_inset CommandInset ref
18958 LatexCommand ref
18959 reference "tab:Table-with-colored"
18960
18961 \end_inset
18962
18963  is an example with colored vertical and horizontal lines.
18964 \end_layout
18965
18966 \begin_layout Standard
18967 \begin_inset Float table
18968 placement h
18969 wide false
18970 sideways false
18971 status open
18972
18973 \begin_layout Plain Layout
18974 \begin_inset Caption Standard
18975
18976 \begin_layout Plain Layout
18977 \begin_inset CommandInset label
18978 LatexCommand label
18979 name "tab:Table-with-colored"
18980
18981 \end_inset
18982
18983 Table with colored lines
18984 \end_layout
18985
18986 \end_inset
18987
18988
18989 \end_layout
18990
18991 \begin_layout Plain Layout
18992 \align center
18993 \begin_inset Tabular
18994 <lyxtabular version="3" rows="3" columns="3">
18995 <features tabularvalignment="middle">
18996 <column alignment="center" valignment="top" special="Wc">
18997 <column alignment="center" valignment="top" special="Wc">
18998 <column alignment="center" valignment="top" special="WcW">
18999 <row>
19000 <cell alignment="center" valignment="top" topline="true" usebox="none">
19001 \begin_inset Text
19002
19003 \begin_layout Plain Layout
19004 sd
19005 \end_layout
19006
19007 \end_inset
19008 </cell>
19009 <cell alignment="center" valignment="top" topline="true" usebox="none">
19010 \begin_inset Text
19011
19012 \begin_layout Plain Layout
19013
19014 \end_layout
19015
19016 \end_inset
19017 </cell>
19018 <cell alignment="center" valignment="top" topline="true" usebox="none">
19019 \begin_inset Text
19020
19021 \begin_layout Plain Layout
19022
19023 \end_layout
19024
19025 \end_inset
19026 </cell>
19027 </row>
19028 <row>
19029 <cell alignment="center" valignment="top" topline="true" usebox="none">
19030 \begin_inset Text
19031
19032 \begin_layout Plain Layout
19033
19034 \end_layout
19035
19036 \end_inset
19037 </cell>
19038 <cell alignment="center" valignment="top" topline="true" usebox="none">
19039 \begin_inset Text
19040
19041 \begin_layout Plain Layout
19042 sd
19043 \end_layout
19044
19045 \end_inset
19046 </cell>
19047 <cell alignment="center" valignment="top" topline="true" usebox="none">
19048 \begin_inset Text
19049
19050 \begin_layout Plain Layout
19051
19052 \end_layout
19053
19054 \end_inset
19055 </cell>
19056 </row>
19057 <row topspace="default">
19058 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19059 \begin_inset Text
19060
19061 \begin_layout Plain Layout
19062
19063 \end_layout
19064
19065 \end_inset
19066 </cell>
19067 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19068 \begin_inset Text
19069
19070 \begin_layout Plain Layout
19071
19072 \end_layout
19073
19074 \end_inset
19075 </cell>
19076 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19077 \begin_inset Text
19078
19079 \begin_layout Plain Layout
19080 sd
19081 \end_layout
19082
19083 \end_inset
19084 </cell>
19085 </row>
19086 </lyxtabular>
19087
19088 \end_inset
19089
19090
19091 \end_layout
19092
19093 \end_inset
19094
19095
19096 \end_layout
19097
19098 \begin_layout Standard
19099 \begin_inset ERT
19100 status collapsed
19101
19102 \begin_layout Plain Layout
19103
19104
19105 \backslash
19106 renewcommand{
19107 \backslash
19108 hline}{
19109 \backslash
19110 myHlineC}
19111 \end_layout
19112
19113 \end_inset
19114
19115
19116 \end_layout
19117
19118 \begin_layout Standard
19119 \begin_inset ERT
19120 status collapsed
19121
19122 \begin_layout Plain Layout
19123
19124
19125 \backslash
19126 setlength{
19127 \backslash
19128 arrayrulewidth}{0.4pt}
19129 \end_layout
19130
19131 \end_inset
19132
19133
19134 \end_layout
19135
19136 \begin_layout Section
19137 Rotated Table Cells
19138 \begin_inset CommandInset label
19139 LatexCommand label
19140 name "sec:Rotated-Table-Cells"
19141
19142 \end_inset
19143
19144
19145 \begin_inset Index idx
19146 status collapsed
19147
19148 \begin_layout Plain Layout
19149 Table ! Rotated Cells
19150 \end_layout
19151
19152 \end_inset
19153
19154
19155 \begin_inset Index idx
19156 status collapsed
19157
19158 \begin_layout Plain Layout
19159 Rotated Material
19160 \end_layout
19161
19162 \end_inset
19163
19164
19165 \end_layout
19166
19167 \begin_layout Standard
19168 \begin_inset Note Greyedout
19169 status open
19170
19171 \begin_layout Plain Layout
19172
19173 \series bold
19174 Note:
19175 \series default
19176  Not all DVI-viewers are able to display rotations.
19177 \end_layout
19178
19179 \end_inset
19180
19181
19182 \end_layout
19183
19184 \begin_layout Standard
19185 Table
19186 \begin_inset space ~
19187 \end_inset
19188
19189
19190 \begin_inset CommandInset ref
19191 LatexCommand ref
19192 reference "tab:Table-with-rotated-multi"
19193
19194 \end_inset
19195
19196  is an example where 3
19197 \begin_inset space ~
19198 \end_inset
19199
19200 cells were rotated by 45
19201 \begin_inset space \thinspace{}
19202 \end_inset
19203
19204 °.
19205 \end_layout
19206
19207 \begin_layout Standard
19208 \begin_inset Float table
19209 placement h
19210 wide false
19211 sideways false
19212 status open
19213
19214 \begin_layout Plain Layout
19215 \begin_inset Caption Standard
19216
19217 \begin_layout Plain Layout
19218 \begin_inset CommandInset label
19219 LatexCommand label
19220 name "tab:Table-with-rotated"
19221
19222 \end_inset
19223
19224 Table with rotated cells in the first row.
19225 \end_layout
19226
19227 \end_inset
19228
19229
19230 \end_layout
19231
19232 \begin_layout Plain Layout
19233 \noindent
19234 \align center
19235 \begin_inset Tabular
19236 <lyxtabular version="3" rows="2" columns="3">
19237 <features tabularvalignment="middle">
19238 <column alignment="center" valignment="top" width="0pt">
19239 <column alignment="center" valignment="top" width="0pt">
19240 <column alignment="center" valignment="top" width="0pt">
19241 <row>
19242 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19243 \begin_inset Text
19244
19245 \begin_layout Plain Layout
19246 cups
19247 \end_layout
19248
19249 \end_inset
19250 </cell>
19251 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19252 \begin_inset Text
19253
19254 \begin_layout Plain Layout
19255 plates
19256 \end_layout
19257
19258 \end_inset
19259 </cell>
19260 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19261 \begin_inset Text
19262
19263 \begin_layout Plain Layout
19264 saucers
19265 \end_layout
19266
19267 \end_inset
19268 </cell>
19269 </row>
19270 <row>
19271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19272 \begin_inset Text
19273
19274 \begin_layout Plain Layout
19275 45
19276 \end_layout
19277
19278 \end_inset
19279 </cell>
19280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19281 \begin_inset Text
19282
19283 \begin_layout Plain Layout
19284 33
19285 \end_layout
19286
19287 \end_inset
19288 </cell>
19289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19290 \begin_inset Text
19291
19292 \begin_layout Plain Layout
19293 21
19294 \end_layout
19295
19296 \end_inset
19297 </cell>
19298 </row>
19299 </lyxtabular>
19300
19301 \end_inset
19302
19303
19304 \end_layout
19305
19306 \end_inset
19307
19308
19309 \end_layout
19310
19311 \begin_layout Standard
19312 \begin_inset Note Greyedout
19313 status open
19314
19315 \begin_layout Plain Layout
19316
19317 \series bold
19318 Note:
19319 \series default
19320  Line breaks (shortcut 
19321 \begin_inset Info
19322 type  "shortcut"
19323 arg   "newline-insert newline"
19324 \end_inset
19325
19326 ) are not allowed in rotated cells.
19327 \end_layout
19328
19329 \end_inset
19330
19331
19332 \end_layout
19333
19334 \begin_layout Standard
19335 If you want to rotate table cells containing line breaks, you have to put
19336  the cell content into a minipage or a parbox.
19337 \begin_inset Foot
19338 status collapsed
19339
19340 \begin_layout Plain Layout
19341 For more about these boxes see sec.
19342 \begin_inset space \thinspace{}
19343 \end_inset
19344
19345
19346 \begin_inset CommandInset ref
19347 LatexCommand ref
19348 reference "sec:Minipages"
19349
19350 \end_inset
19351
19352  and 
19353 \begin_inset CommandInset ref
19354 LatexCommand ref
19355 reference "sec:Parboxes"
19356
19357 \end_inset
19358
19359 .
19360 \end_layout
19361
19362 \end_inset
19363
19364  If you rotate this cell by 90
19365 \begin_inset space \thinspace{}
19366 \end_inset
19367
19368 ° the width of the box is the height of the cell.
19369  Table
19370 \begin_inset space ~
19371 \end_inset
19372
19373
19374 \begin_inset CommandInset ref
19375 LatexCommand ref
19376 reference "tab:Table-with-rotated-multi"
19377
19378 \end_inset
19379
19380  is an example for a rotated multiline cell where the box width was set
19381  to 3
19382 \begin_inset space \thinspace{}
19383 \end_inset
19384
19385 cm.
19386 \end_layout
19387
19388 \begin_layout Standard
19389 \begin_inset Float table
19390 wide false
19391 sideways false
19392 status open
19393
19394 \begin_layout Plain Layout
19395 \begin_inset Caption Standard
19396
19397 \begin_layout Plain Layout
19398 \begin_inset CommandInset label
19399 LatexCommand label
19400 name "tab:Table-with-rotated-multi"
19401
19402 \end_inset
19403
19404 Table with rotated multiline cell.
19405 \end_layout
19406
19407 \end_inset
19408
19409
19410 \end_layout
19411
19412 \begin_layout Plain Layout
19413 \noindent
19414 \align center
19415 \begin_inset Tabular
19416 <lyxtabular version="3" rows="2" columns="3">
19417 <features tabularvalignment="middle">
19418 <column alignment="center" valignment="top">
19419 <column alignment="center" valignment="top" width="0pt">
19420 <column alignment="center" valignment="top">
19421 <row>
19422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19423 \begin_inset Text
19424
19425 \begin_layout Plain Layout
19426 a
19427 \end_layout
19428
19429 \end_inset
19430 </cell>
19431 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
19432 \begin_inset Text
19433
19434 \begin_layout Plain Layout
19435 \begin_inset Box Frameless
19436 position "t"
19437 hor_pos "c"
19438 has_inner_box 1
19439 inner_pos "t"
19440 use_parbox 0
19441 use_makebox 0
19442 width "3cm"
19443 special "none"
19444 height "1in"
19445 height_special "totalheight"
19446 thickness "0.4pt"
19447 separation "3pt"
19448 shadowsize "4pt"
19449 framecolor "black"
19450 backgroundcolor "none"
19451 status open
19452
19453 \begin_layout Plain Layout
19454 rotated cell
19455 \begin_inset Newline newline
19456 \end_inset
19457
19458 with line break
19459 \end_layout
19460
19461 \end_inset
19462
19463
19464 \end_layout
19465
19466 \end_inset
19467 </cell>
19468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19469 \begin_inset Text
19470
19471 \begin_layout Plain Layout
19472 e
19473 \end_layout
19474
19475 \end_inset
19476 </cell>
19477 </row>
19478 <row>
19479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19480 \begin_inset Text
19481
19482 \begin_layout Plain Layout
19483 b
19484 \end_layout
19485
19486 \end_inset
19487 </cell>
19488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19489 \begin_inset Text
19490
19491 \begin_layout Plain Layout
19492 c
19493 \end_layout
19494
19495 \end_inset
19496 </cell>
19497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19498 \begin_inset Text
19499
19500 \begin_layout Plain Layout
19501 d
19502 \end_layout
19503
19504 \end_inset
19505 </cell>
19506 </row>
19507 </lyxtabular>
19508
19509 \end_inset
19510
19511
19512 \end_layout
19513
19514 \end_inset
19515
19516
19517 \end_layout
19518
19519 \begin_layout Section
19520 Table Width Calculation
19521 \begin_inset CommandInset label
19522 LatexCommand label
19523 name "sec:Table-Width-Calculation"
19524
19525 \end_inset
19526
19527
19528 \end_layout
19529
19530 \begin_layout Standard
19531 For wide tables it is sometimes difficult to assure that the table does
19532  not protrude over the page margin.
19533  Setting a fixed width for every column of the table is the solution, but
19534  what amount of space is needed for each column?
19535 \end_layout
19536
19537 \begin_layout Standard
19538 The table width 
19539 \begin_inset Formula $W_{\mathrm{table}}$
19540 \end_inset
19541
19542  can be calculated: Every column has the width of the specified column width
19543  
19544 \begin_inset Formula $W_{\mathrm{column}}$
19545 \end_inset
19546
19547  (that the content of the column can consume) plus two times the separation
19548  between the column content and the column border (\SpecialChar LaTeX
19549  length
19550 \series bold
19551  
19552 \backslash
19553 tabcolsep
19554 \series default
19555 , default 6
19556 \begin_inset space \thinspace{}
19557 \end_inset
19558
19559 pt) plus the width of a border line (\SpecialChar LaTeX
19560  length 
19561 \series bold
19562
19563 \backslash
19564 arrayrulewidth
19565 \series default
19566 , default 0.4
19567 \begin_inset space \thinspace{}
19568 \end_inset
19569
19570 pt): So if all 
19571 \begin_inset Formula $n$
19572 \end_inset
19573
19574
19575 \begin_inset space ~
19576 \end_inset
19577
19578 columns have the same width, the table width is
19579 \begin_inset Formula 
19580 \begin{equation}
19581 W_{\mathrm{table}}=n\left(W_{\mathrm{column}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
19582 \end{equation}
19583
19584 \end_inset
19585
19586
19587 \end_layout
19588
19589 \begin_layout Standard
19590 The available width for a table is the space between the page margins or
19591  the width of a text column (for a two-column document) (\SpecialChar LaTeX
19592  length 
19593 \series bold
19594
19595 \backslash
19596 columnwidth
19597 \series default
19598 ).
19599  If all table columns should have the same width and 
19600 \begin_inset Formula $W_{\mathrm{table}}$
19601 \end_inset
19602
19603  should be 1
19604 \begin_inset space \thinspace{}
19605 \end_inset
19606
19607
19608 \backslash
19609 columnwidth, 
19610 \begin_inset Formula $W_{\mathrm{column}}$
19611 \end_inset
19612
19613  can easily be calculated.
19614 \end_layout
19615
19616 \begin_layout Standard
19617 To be able to perform calculations you need to load the \SpecialChar LaTeX
19618 -package 
19619 \series bold
19620 calc
19621 \series default
19622
19623 \begin_inset Index idx
19624 status collapsed
19625
19626 \begin_layout Plain Layout
19627 \SpecialChar LaTeX
19628 -packages ! calc
19629 \end_layout
19630
19631 \end_inset
19632
19633  in the document preamble.
19634  To set the width in the table dialog you have to use the field 
19635 \family sans
19636 \SpecialChar LaTeX
19637  argument
19638 \family default
19639 .
19640  The command scheme for this field is the same that is explained in section
19641 \begin_inset space ~
19642 \end_inset
19643
19644
19645 \begin_inset CommandInset ref
19646 LatexCommand ref
19647 reference "subsec:Multicolumn-Calculations"
19648
19649 \end_inset
19650
19651 .
19652  For a table with 5
19653 \begin_inset space \thinspace{}
19654 \end_inset
19655
19656 columns with an uniform width and centered text, enter there for each column
19657  the command
19658 \end_layout
19659
19660 \begin_layout Standard
19661
19662 \series bold
19663 >{
19664 \backslash
19665 centering}p{(1
19666 \backslash
19667 columnwidth-62.4pt)/5}
19668 \end_layout
19669
19670 \begin_layout Standard
19671 For a table with 5
19672 \begin_inset space \thinspace{}
19673 \end_inset
19674
19675 columns where 2 should have 0.75
19676 \begin_inset space ~
19677 \end_inset
19678
19679 times the width than the 3 others, the calculation is
19680 \begin_inset Formula 
19681 \begin{align}
19682 \backslash\mbox{columnwidth} & =3\,W_{\mathrm{column}}+2\cdot0.75\,W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
19683  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
19684  & =4.5\,W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
19685 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
19686 \end{align}
19687
19688 \end_inset
19689
19690
19691 \end_layout
19692
19693 \begin_layout Standard
19694 In the table therefore the command
19695 \end_layout
19696
19697 \begin_layout Standard
19698
19699 \series bold
19700 >{
19701 \backslash
19702 centering}p{(1
19703 \backslash
19704 columnwidth-62.4pt)/
19705 \backslash
19706 real{4.5}}
19707 \end_layout
19708
19709 \begin_layout Standard
19710 is used for the wider columns and
19711 \end_layout
19712
19713 \begin_layout Standard
19714
19715 \series bold
19716 >{
19717 \backslash
19718 centering}p{(1
19719 \backslash
19720 columnwidth-62.4pt)/
19721 \backslash
19722 real{4.5}*
19723 \backslash
19724 real{0.75}}
19725 \end_layout
19726
19727 \begin_layout Standard
19728 for the smaller ones:
19729 \end_layout
19730
19731 \begin_layout Standard
19732 \begin_inset Tabular
19733 <lyxtabular version="3" rows="2" columns="5">
19734 <features tabularvalignment="middle">
19735 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19736 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19737 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19738 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19739 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19740 <row>
19741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19742 \begin_inset Text
19743
19744 \begin_layout Plain Layout
19745 1
19746 \end_layout
19747
19748 \end_inset
19749 </cell>
19750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19751 \begin_inset Text
19752
19753 \begin_layout Plain Layout
19754 2
19755 \end_layout
19756
19757 \end_inset
19758 </cell>
19759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19760 \begin_inset Text
19761
19762 \begin_layout Plain Layout
19763 3
19764 \end_layout
19765
19766 \end_inset
19767 </cell>
19768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19769 \begin_inset Text
19770
19771 \begin_layout Plain Layout
19772 4
19773 \end_layout
19774
19775 \end_inset
19776 </cell>
19777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19778 \begin_inset Text
19779
19780 \begin_layout Plain Layout
19781 5
19782 \end_layout
19783
19784 \end_inset
19785 </cell>
19786 </row>
19787 <row>
19788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19789 \begin_inset Text
19790
19791 \begin_layout Plain Layout
19792 111111 1111111 111111 111111111 11111 11111 1111
19793 \end_layout
19794
19795 \end_inset
19796 </cell>
19797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19798 \begin_inset Text
19799
19800 \begin_layout Plain Layout
19801
19802 \end_layout
19803
19804 \end_inset
19805 </cell>
19806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19807 \begin_inset Text
19808
19809 \begin_layout Plain Layout
19810 2222 22222 222222 222222222 2222222 22 22222
19811 \end_layout
19812
19813 \end_inset
19814 </cell>
19815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19816 \begin_inset Text
19817
19818 \begin_layout Plain Layout
19819
19820 \end_layout
19821
19822 \end_inset
19823 </cell>
19824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19825 \begin_inset Text
19826
19827 \begin_layout Plain Layout
19828 333333 333333 333333 33333 3333333 333
19829 \end_layout
19830
19831 \end_inset
19832 </cell>
19833 </row>
19834 </lyxtabular>
19835
19836 \end_inset
19837
19838
19839 \end_layout
19840
19841 \begin_layout Section
19842 Table Customization
19843 \begin_inset Index idx
19844 status collapsed
19845
19846 \begin_layout Plain Layout
19847 Table Customization
19848 \end_layout
19849
19850 \end_inset
19851
19852
19853 \begin_inset Index idx
19854 status collapsed
19855
19856 \begin_layout Plain Layout
19857 Table ! Customization
19858 \end_layout
19859
19860 \end_inset
19861
19862
19863 \end_layout
19864
19865 \begin_layout Subsection
19866 Row Spacing
19867 \begin_inset CommandInset label
19868 LatexCommand label
19869 name "subsec:Row-Spacing"
19870
19871 \end_inset
19872
19873
19874 \begin_inset Index idx
19875 status collapsed
19876
19877 \begin_layout Plain Layout
19878 Table Customization ! Row Spacing
19879 \end_layout
19880
19881 \end_inset
19882
19883
19884 \end_layout
19885
19886 \begin_layout Standard
19887 You can add vertical space to table rows in the 
19888 \family sans
19889 Borders
19890 \family default
19891  tab of the table dialog.
19892  You find there three possibilities:
19893 \end_layout
19894
19895 \begin_layout Description
19896 Top
19897 \begin_inset space ~
19898 \end_inset
19899
19900 of
19901 \begin_inset space ~
19902 \end_inset
19903
19904 row will add space above the characters of the table row.
19905  If the table is a formal table
19906 \begin_inset Foot
19907 status collapsed
19908
19909 \begin_layout Plain Layout
19910 Formal tables are explained in section
19911 \begin_inset space ~
19912 \end_inset
19913
19914
19915 \begin_inset CommandInset ref
19916 LatexCommand ref
19917 reference "sec:Formal-Tables"
19918
19919 \end_inset
19920
19921 .
19922 \end_layout
19923
19924 \end_inset
19925
19926  \SpecialChar LyX
19927  will insert as default 0.5
19928 \begin_inset space \thinspace{}
19929 \end_inset
19930
19931 em space.
19932  For normal tables the inserted space will unfortunately destroy the vertical
19933  table lines as in the following table:
19934 \begin_inset VSpace medskip
19935 \end_inset
19936
19937
19938 \begin_inset Newline newline
19939 \end_inset
19940
19941
19942 \begin_inset space \hspace*{}
19943 \length 0pt
19944 \end_inset
19945
19946
19947 \begin_inset space \hfill{}
19948 \end_inset
19949
19950
19951 \begin_inset Tabular
19952 <lyxtabular version="3" rows="3" columns="1">
19953 <features tabularvalignment="middle">
19954 <column alignment="center" valignment="top">
19955 <row>
19956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19957 \begin_inset Text
19958
19959 \begin_layout Plain Layout
19960 A
19961 \end_layout
19962
19963 \end_inset
19964 </cell>
19965 </row>
19966 <row topspace="3mm">
19967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19968 \begin_inset Text
19969
19970 \begin_layout Plain Layout
19971 3
19972 \begin_inset space \thinspace{}
19973 \end_inset
19974
19975 mm space top of row
19976 \end_layout
19977
19978 \end_inset
19979 </cell>
19980 </row>
19981 <row>
19982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19983 \begin_inset Text
19984
19985 \begin_layout Plain Layout
19986 C
19987 \end_layout
19988
19989 \end_inset
19990 </cell>
19991 </row>
19992 </lyxtabular>
19993
19994 \end_inset
19995
19996
19997 \begin_inset space \hfill{}
19998 \end_inset
19999
20000
20001 \begin_inset space \hspace*{}
20002 \length 0pt
20003 \end_inset
20004
20005
20006 \begin_inset VSpace medskip
20007 \end_inset
20008
20009
20010 \begin_inset Newline newline
20011 \end_inset
20012
20013 So inserting space in the top of row for normal tables is only useful when
20014  you don't have vertical lines.
20015 \end_layout
20016
20017 \begin_layout Description
20018 Bottom
20019 \begin_inset space ~
20020 \end_inset
20021
20022 of
20023 \begin_inset space ~
20024 \end_inset
20025
20026 row will add space below the characters of the table row.
20027  If the table is a formal table \SpecialChar LyX
20028  will insert as default 0.5
20029 \begin_inset space \thinspace{}
20030 \end_inset
20031
20032 em space, for normal tables the default size is 2
20033 \begin_inset space \thinspace{}
20034 \end_inset
20035
20036 pt.
20037 \end_layout
20038
20039 \begin_layout Description
20040 Between
20041 \begin_inset space ~
20042 \end_inset
20043
20044 rows adds space between the current and the following row.
20045  If the table is a formal table \SpecialChar LyX
20046  will insert as default 0.5
20047 \begin_inset space \thinspace{}
20048 \end_inset
20049
20050 em space.
20051  For normal tables the inserted space will unfortunately destroy the vertical
20052  table lines as in the following table:
20053 \begin_inset VSpace medskip
20054 \end_inset
20055
20056
20057 \begin_inset Newline newline
20058 \end_inset
20059
20060
20061 \begin_inset space \hspace*{}
20062 \length 0pt
20063 \end_inset
20064
20065
20066 \begin_inset space \hfill{}
20067 \end_inset
20068
20069
20070 \begin_inset Tabular
20071 <lyxtabular version="3" rows="3" columns="1">
20072 <features tabularvalignment="middle">
20073 <column alignment="center" valignment="top">
20074 <row>
20075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20076 \begin_inset Text
20077
20078 \begin_layout Plain Layout
20079 A
20080 \end_layout
20081
20082 \end_inset
20083 </cell>
20084 </row>
20085 <row interlinespace="3mm">
20086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20087 \begin_inset Text
20088
20089 \begin_layout Plain Layout
20090 \begin_inset Formula $\downarrow$
20091 \end_inset
20092
20093  3
20094 \begin_inset space \thinspace{}
20095 \end_inset
20096
20097 mm space between row 
20098 \begin_inset Formula $\downarrow$
20099 \end_inset
20100
20101
20102 \end_layout
20103
20104 \end_inset
20105 </cell>
20106 </row>
20107 <row>
20108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20109 \begin_inset Text
20110
20111 \begin_layout Plain Layout
20112 \begin_inset Formula $\uparrow$
20113 \end_inset
20114
20115  3
20116 \begin_inset space \thinspace{}
20117 \end_inset
20118
20119 mm space between row 
20120 \begin_inset Formula $\uparrow$
20121 \end_inset
20122
20123
20124 \end_layout
20125
20126 \end_inset
20127 </cell>
20128 </row>
20129 </lyxtabular>
20130
20131 \end_inset
20132
20133
20134 \begin_inset space \hfill{}
20135 \end_inset
20136
20137
20138 \begin_inset space \hspace*{}
20139 \length 0pt
20140 \end_inset
20141
20142
20143 \begin_inset VSpace medskip
20144 \end_inset
20145
20146
20147 \begin_inset Newline newline
20148 \end_inset
20149
20150 So inserting space between rows for normal tables is only useful when you
20151  don't have vertical lines.
20152 \end_layout
20153
20154 \begin_layout Standard
20155 \begin_inset VSpace bigskip
20156 \end_inset
20157
20158 When you want to add extra height to all cells of all tables, you can do
20159  this with the following preamble lines:
20160 \end_layout
20161
20162 \begin_layout Standard
20163
20164 \series bold
20165
20166 \backslash
20167 @ifundefined{extrarowheight}
20168 \begin_inset Newline newline
20169 \end_inset
20170
20171
20172 \begin_inset Phantom HPhantom
20173 status open
20174
20175 \begin_layout Plain Layout
20176
20177 \series bold
20178 \begin_inset space ~
20179 \end_inset
20180
20181
20182 \end_layout
20183
20184 \end_inset
20185
20186 {
20187 \backslash
20188 usepackage{array}}{}
20189 \begin_inset Newline newline
20190 \end_inset
20191
20192
20193 \backslash
20194 setlength{
20195 \backslash
20196 extrarowheight}{height}
20197 \series default
20198
20199 \begin_inset Note Note
20200 status collapsed
20201
20202 \begin_layout Plain Layout
20203 The package 
20204 \series bold
20205 array
20206 \series default
20207  will be loaded automatically by \SpecialChar LyX
20208  when you use self defined table formats.
20209  To avoid that it being loaded twice the command 
20210 \series bold
20211
20212 \backslash
20213 @ifundefined
20214 \series default
20215  is used in the above command.
20216 \end_layout
20217
20218 \end_inset
20219
20220
20221 \end_layout
20222
20223 \begin_layout Standard
20224 where the 
20225 \family sans
20226 height
20227 \family default
20228  can have one of the units listed in appendix
20229 \begin_inset space ~
20230 \end_inset
20231
20232
20233 \begin_inset CommandInset ref
20234 LatexCommand ref
20235 reference "cha:Units-available-in"
20236
20237 \end_inset
20238
20239 .
20240  But this has the disadvantage that the cell texts are no longer exactly
20241  vertically centered.
20242 \end_layout
20243
20244 \begin_layout Standard
20245 If you are using font sizes larger than the normal size, the table borders
20246  are often too close to the letters.
20247  This can be corrected by inserting the command 
20248 \series bold
20249
20250 \backslash
20251 strut
20252 \series default
20253  in \SpecialChar TeX
20254  Code at the beginning of a table row.
20255  Table
20256 \begin_inset space ~
20257 \end_inset
20258
20259
20260 \begin_inset CommandInset ref
20261 LatexCommand ref
20262 reference "tab:Vertical-alignment-of"
20263
20264 \end_inset
20265
20266  illustrates the effect.
20267 \end_layout
20268
20269 \begin_layout Standard
20270 \noindent
20271 \begin_inset Float table
20272 placement h
20273 wide false
20274 sideways false
20275 status open
20276
20277 \begin_layout Plain Layout
20278 \begin_inset Caption Standard
20279
20280 \begin_layout Plain Layout
20281 \begin_inset CommandInset label
20282 LatexCommand label
20283 name "tab:Vertical-alignment-of"
20284
20285 \end_inset
20286
20287 Vertical alignment of text with large font sizes.
20288 \end_layout
20289
20290 \end_inset
20291
20292
20293 \end_layout
20294
20295 \begin_layout Plain Layout
20296 \begin_inset space \hfill{}
20297 \end_inset
20298
20299
20300 \begin_inset Float table
20301 wide false
20302 sideways false
20303 status collapsed
20304
20305 \begin_layout Plain Layout
20306 \begin_inset Caption Standard
20307
20308 \begin_layout Plain Layout
20309 Normal table.
20310 \end_layout
20311
20312 \end_inset
20313
20314
20315 \end_layout
20316
20317 \begin_layout Plain Layout
20318 \noindent
20319 \align center
20320 \begin_inset Tabular
20321 <lyxtabular version="3" rows="6" columns="1">
20322 <features tabularvalignment="middle">
20323 <column alignment="left" valignment="top">
20324 <row>
20325 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20326 \begin_inset Text
20327
20328 \begin_layout Plain Layout
20329 Normal, g
20330 \end_layout
20331
20332 \end_inset
20333 </cell>
20334 </row>
20335 <row>
20336 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20337 \begin_inset Text
20338
20339 \begin_layout Plain Layout
20340
20341 \size large
20342 Large
20343 \end_layout
20344
20345 \end_inset
20346 </cell>
20347 </row>
20348 <row>
20349 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20350 \begin_inset Text
20351
20352 \begin_layout Plain Layout
20353
20354 \size larger
20355 Larger
20356 \end_layout
20357
20358 \end_inset
20359 </cell>
20360 </row>
20361 <row>
20362 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20363 \begin_inset Text
20364
20365 \begin_layout Plain Layout
20366
20367 \size largest
20368 Largest
20369 \end_layout
20370
20371 \end_inset
20372 </cell>
20373 </row>
20374 <row>
20375 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20376 \begin_inset Text
20377
20378 \begin_layout Plain Layout
20379
20380 \size huge
20381 Huge
20382 \end_layout
20383
20384 \end_inset
20385 </cell>
20386 </row>
20387 <row>
20388 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20389 \begin_inset Text
20390
20391 \begin_layout Plain Layout
20392
20393 \size huge
20394 Huger
20395 \end_layout
20396
20397 \end_inset
20398 </cell>
20399 </row>
20400 </lyxtabular>
20401
20402 \end_inset
20403
20404
20405 \end_layout
20406
20407 \end_inset
20408
20409
20410 \begin_inset space \hfill{}
20411 \end_inset
20412
20413
20414 \begin_inset Float table
20415 wide false
20416 sideways false
20417 status collapsed
20418
20419 \begin_layout Plain Layout
20420 \begin_inset Caption Standard
20421
20422 \begin_layout Plain Layout
20423 Table using the command 
20424 \series bold
20425
20426 \backslash
20427 strut
20428 \series default
20429 .
20430 \end_layout
20431
20432 \end_inset
20433
20434
20435 \end_layout
20436
20437 \begin_layout Plain Layout
20438 \noindent
20439 \align center
20440 \begin_inset Tabular
20441 <lyxtabular version="3" rows="6" columns="1">
20442 <features tabularvalignment="middle">
20443 <column alignment="left" valignment="top">
20444 <row>
20445 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20446 \begin_inset Text
20447
20448 \begin_layout Plain Layout
20449 Normal, g
20450 \end_layout
20451
20452 \end_inset
20453 </cell>
20454 </row>
20455 <row>
20456 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20457 \begin_inset Text
20458
20459 \begin_layout Plain Layout
20460
20461 \size large
20462 \begin_inset ERT
20463 status collapsed
20464
20465 \begin_layout Plain Layout
20466
20467
20468 \backslash
20469 strut 
20470 \end_layout
20471
20472 \end_inset
20473
20474 Large
20475 \end_layout
20476
20477 \end_inset
20478 </cell>
20479 </row>
20480 <row>
20481 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20482 \begin_inset Text
20483
20484 \begin_layout Plain Layout
20485
20486 \size larger
20487 \begin_inset ERT
20488 status collapsed
20489
20490 \begin_layout Plain Layout
20491
20492
20493 \backslash
20494 strut 
20495 \end_layout
20496
20497 \end_inset
20498
20499 Larger
20500 \end_layout
20501
20502 \end_inset
20503 </cell>
20504 </row>
20505 <row>
20506 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20507 \begin_inset Text
20508
20509 \begin_layout Plain Layout
20510
20511 \size largest
20512 \begin_inset ERT
20513 status collapsed
20514
20515 \begin_layout Plain Layout
20516
20517
20518 \backslash
20519 strut 
20520 \end_layout
20521
20522 \end_inset
20523
20524 Largest
20525 \end_layout
20526
20527 \end_inset
20528 </cell>
20529 </row>
20530 <row>
20531 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20532 \begin_inset Text
20533
20534 \begin_layout Plain Layout
20535
20536 \size huge
20537 \begin_inset ERT
20538 status collapsed
20539
20540 \begin_layout Plain Layout
20541
20542
20543 \backslash
20544 strut 
20545 \end_layout
20546
20547 \end_inset
20548
20549 Huge
20550 \end_layout
20551
20552 \end_inset
20553 </cell>
20554 </row>
20555 <row>
20556 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20557 \begin_inset Text
20558
20559 \begin_layout Plain Layout
20560
20561 \size giant
20562 \begin_inset ERT
20563 status collapsed
20564
20565 \begin_layout Plain Layout
20566
20567
20568 \backslash
20569 strut 
20570 \end_layout
20571
20572 \end_inset
20573
20574
20575 \size huge
20576 Huger
20577 \end_layout
20578
20579 \end_inset
20580 </cell>
20581 </row>
20582 </lyxtabular>
20583
20584 \end_inset
20585
20586
20587 \end_layout
20588
20589 \end_inset
20590
20591
20592 \begin_inset space \hfill{}
20593 \end_inset
20594
20595
20596 \end_layout
20597
20598 \end_inset
20599
20600
20601 \end_layout
20602
20603 \begin_layout Subsection
20604 Special Cell Alignment
20605 \begin_inset CommandInset label
20606 LatexCommand label
20607 name "subsec:Special-Cell-Alignment"
20608
20609 \end_inset
20610
20611
20612 \begin_inset Index idx
20613 status collapsed
20614
20615 \begin_layout Plain Layout
20616 Table Customization ! Special Cell Alignment
20617 \end_layout
20618
20619 \end_inset
20620
20621
20622 \end_layout
20623
20624 \begin_layout Standard
20625 Sometimes it looks better when the cell entries of a column are aligned
20626  with a special character, e.
20627 \begin_inset space \thinspace{}
20628 \end_inset
20629
20630 g.
20631 \begin_inset space \space{}
20632 \end_inset
20633
20634 with the decimal separator as in Table
20635 \begin_inset space ~
20636 \end_inset
20637
20638
20639 \begin_inset CommandInset ref
20640 LatexCommand ref
20641 reference "tab:Table-cells-align"
20642
20643 \end_inset
20644
20645 .
20646  This alignment is achieved by setting the cursor into the column and then
20647  either pressing the toolbar button 
20648 \begin_inset Info
20649 type  "icon"
20650 arg   "inset-modify tabular align-decimal"
20651 \end_inset
20652
20653  or setting the alignment in the table settings to 
20654 \family sans
20655 At
20656 \begin_inset space ~
20657 \end_inset
20658
20659 Decimal
20660 \begin_inset space ~
20661 \end_inset
20662
20663 Separator
20664 \family default
20665 .
20666  The alignment character can be a character of your choice and is specified
20667  in the table settings.
20668 \end_layout
20669
20670 \begin_layout Standard
20671 \begin_inset Float table
20672 placement h
20673 wide false
20674 sideways false
20675 status open
20676
20677 \begin_layout Plain Layout
20678 \begin_inset Caption Standard
20679
20680 \begin_layout Plain Layout
20681 \begin_inset CommandInset label
20682 LatexCommand label
20683 name "tab:Table-cells-align"
20684
20685 \end_inset
20686
20687 Table cells of a column aligned with the decimal separator.
20688 \end_layout
20689
20690 \end_inset
20691
20692
20693 \end_layout
20694
20695 \begin_layout Plain Layout
20696 \align center
20697 \begin_inset Tabular
20698 <lyxtabular version="3" rows="4" columns="1">
20699 <features booktabs="true" tabularvalignment="middle">
20700 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
20701 <row>
20702 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20703 \begin_inset Text
20704
20705 \begin_layout Plain Layout
20706 heading
20707 \end_layout
20708
20709 \end_inset
20710 </cell>
20711 </row>
20712 <row>
20713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20714 \begin_inset Text
20715
20716 \begin_layout Plain Layout
20717 12.6
20718 \end_layout
20719
20720 \end_inset
20721 </cell>
20722 </row>
20723 <row>
20724 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20725 \begin_inset Text
20726
20727 \begin_layout Plain Layout
20728 0.68
20729 \end_layout
20730
20731 \end_inset
20732 </cell>
20733 </row>
20734 <row>
20735 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20736 \begin_inset Text
20737
20738 \begin_layout Plain Layout
20739 -123.0
20740 \end_layout
20741
20742 \end_inset
20743 </cell>
20744 </row>
20745 </lyxtabular>
20746
20747 \end_inset
20748
20749
20750 \end_layout
20751
20752 \end_inset
20753
20754
20755 \end_layout
20756
20757 \begin_layout Standard
20758 \begin_inset Float table
20759 placement h
20760 wide false
20761 sideways false
20762 status open
20763
20764 \begin_layout Plain Layout
20765 \begin_inset Caption Standard
20766
20767 \begin_layout Plain Layout
20768 \begin_inset CommandInset label
20769 LatexCommand label
20770 name "tab:Table-align-operator"
20771
20772 \end_inset
20773
20774 Table cells of a column aligned with the operators.
20775 \end_layout
20776
20777 \end_inset
20778
20779
20780 \end_layout
20781
20782 \begin_layout Plain Layout
20783 \align center
20784 \begin_inset Tabular
20785 <lyxtabular version="3" rows="4" columns="2">
20786 <features booktabs="true" tabularvalignment="middle">
20787 <column alignment="right" valignment="top" width="0pt">
20788 <column alignment="left" valignment="top" width="0pt" special="@{}l">
20789 <row>
20790 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20791 \begin_inset Text
20792
20793 \begin_layout Plain Layout
20794 heading
20795 \end_layout
20796
20797 \end_inset
20798 </cell>
20799 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20800 \begin_inset Text
20801
20802 \begin_layout Plain Layout
20803
20804 \end_layout
20805
20806 \end_inset
20807 </cell>
20808 </row>
20809 <row>
20810 <cell alignment="center" valignment="top" usebox="none">
20811 \begin_inset Text
20812
20813 \begin_layout Plain Layout
20814 \begin_inset Formula $12\,+$
20815 \end_inset
20816
20817
20818 \end_layout
20819
20820 \end_inset
20821 </cell>
20822 <cell alignment="center" valignment="top" usebox="none">
20823 \begin_inset Text
20824
20825 \begin_layout Plain Layout
20826 \begin_inset Formula $\,6$
20827 \end_inset
20828
20829
20830 \end_layout
20831
20832 \end_inset
20833 </cell>
20834 </row>
20835 <row>
20836 <cell alignment="center" valignment="top" usebox="none">
20837 \begin_inset Text
20838
20839 \begin_layout Plain Layout
20840 \begin_inset Formula $0\,-$
20841 \end_inset
20842
20843
20844 \end_layout
20845
20846 \end_inset
20847 </cell>
20848 <cell alignment="center" valignment="top" usebox="none">
20849 \begin_inset Text
20850
20851 \begin_layout Plain Layout
20852 \begin_inset Formula $\,68$
20853 \end_inset
20854
20855
20856 \end_layout
20857
20858 \end_inset
20859 </cell>
20860 </row>
20861 <row>
20862 <cell alignment="center" valignment="top" usebox="none">
20863 \begin_inset Text
20864
20865 \begin_layout Plain Layout
20866 \begin_inset Formula $-123\,/$
20867 \end_inset
20868
20869
20870 \end_layout
20871
20872 \end_inset
20873 </cell>
20874 <cell alignment="center" valignment="top" usebox="none">
20875 \begin_inset Text
20876
20877 \begin_layout Plain Layout
20878 \begin_inset Formula $\,0$
20879 \end_inset
20880
20881
20882 \end_layout
20883
20884 \end_inset
20885 </cell>
20886 </row>
20887 </lyxtabular>
20888
20889 \end_inset
20890
20891
20892 \end_layout
20893
20894 \end_inset
20895
20896
20897 \end_layout
20898
20899 \begin_layout Standard
20900 For alignments at characters in formulas this method does not work because
20901  the field to specify the alignment character does not allow formulas.
20902  In this case one need to use the method from Table
20903 \begin_inset space ~
20904 \end_inset
20905
20906
20907 \begin_inset CommandInset ref
20908 LatexCommand ref
20909 reference "tab:Table-align-operator"
20910
20911 \end_inset
20912
20913 .
20914  This table was created with a 4×2 table.
20915  The heading is a centered multicolumn.
20916  The first column is right-aligned and contains the first part including
20917  the operator.
20918  The second column is left aligned and contains the rest.
20919  A small space was added at the beginning of each cell of the second column
20920  to get the space that is usually around operators.
20921  To omit the space that is normally between two table columns, the following
20922  \SpecialChar LaTeX
20923 -argument was used for the second column:
20924 \end_layout
20925
20926 \begin_layout Standard
20927
20928 \series bold
20929 @{}l
20930 \end_layout
20931
20932 \begin_layout Standard
20933 Table
20934 \begin_inset space ~
20935 \end_inset
20936
20937
20938 \begin_inset CommandInset ref
20939 LatexCommand ref
20940 reference "tab:Several-table-cell"
20941
20942 \end_inset
20943
20944  shows some example alignments.
20945  For the alignment with the relation sign, a small space was added like
20946  for the second column of Table
20947 \begin_inset space ~
20948 \end_inset
20949
20950
20951 \begin_inset CommandInset ref
20952 LatexCommand ref
20953 reference "tab:Table-align-operator"
20954
20955 \end_inset
20956
20957 .
20958 \end_layout
20959
20960 \begin_layout Standard
20961 \begin_inset Float table
20962 placement h
20963 wide false
20964 sideways false
20965 status open
20966
20967 \begin_layout Plain Layout
20968 \begin_inset Caption Standard
20969
20970 \begin_layout Plain Layout
20971 \begin_inset CommandInset label
20972 LatexCommand label
20973 name "tab:Several-table-cell"
20974
20975 \end_inset
20976
20977 Several table cell alignments.
20978 \end_layout
20979
20980 \end_inset
20981
20982
20983 \end_layout
20984
20985 \begin_layout Plain Layout
20986 \align center
20987 \begin_inset Tabular
20988 <lyxtabular version="3" rows="4" columns="6">
20989 <features tabularvalignment="middle">
20990 <column alignment="right" valignment="top">
20991 <column alignment="left" valignment="top" special="@{}l">
20992 <column alignment="right" valignment="top">
20993 <column alignment="left" valignment="top" special="@{}l">
20994 <column alignment="right" valignment="top">
20995 <column alignment="left" valignment="top" special="@{}l">
20996 <row>
20997 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20998 \begin_inset Text
20999
21000 \begin_layout Plain Layout
21001 units
21002 \end_layout
21003
21004 \end_inset
21005 </cell>
21006 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21007 \begin_inset Text
21008
21009 \begin_layout Plain Layout
21010
21011 \end_layout
21012
21013 \end_inset
21014 </cell>
21015 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21016 \begin_inset Text
21017
21018 \begin_layout Plain Layout
21019 exponents
21020 \end_layout
21021
21022 \end_inset
21023 </cell>
21024 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21025 \begin_inset Text
21026
21027 \begin_layout Plain Layout
21028
21029 \end_layout
21030
21031 \end_inset
21032 </cell>
21033 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21034 \begin_inset Text
21035
21036 \begin_layout Plain Layout
21037 relations
21038 \end_layout
21039
21040 \end_inset
21041 </cell>
21042 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21043 \begin_inset Text
21044
21045 \begin_layout Plain Layout
21046
21047 \end_layout
21048
21049 \end_inset
21050 </cell>
21051 </row>
21052 <row>
21053 <cell alignment="center" valignment="top" usebox="none">
21054 \begin_inset Text
21055
21056 \begin_layout Plain Layout
21057 12×
21058 \end_layout
21059
21060 \end_inset
21061 </cell>
21062 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21063 \begin_inset Text
21064
21065 \begin_layout Plain Layout
21066 24
21067 \begin_inset space \thinspace{}
21068 \end_inset
21069
21070 bottles
21071 \end_layout
21072
21073 \end_inset
21074 </cell>
21075 <cell alignment="center" valignment="top" usebox="none">
21076 \begin_inset Text
21077
21078 \begin_layout Plain Layout
21079 \begin_inset Formula $10\cdot$
21080 \end_inset
21081
21082
21083 \end_layout
21084
21085 \end_inset
21086 </cell>
21087 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21088 \begin_inset Text
21089
21090 \begin_layout Plain Layout
21091 \begin_inset Formula $10^{\mbox{-}17}$
21092 \end_inset
21093
21094
21095 \end_layout
21096
21097 \end_inset
21098 </cell>
21099 <cell alignment="center" valignment="top" usebox="none">
21100 \begin_inset Text
21101
21102 \begin_layout Plain Layout
21103 \begin_inset Formula $\Gamma(t)\propto$
21104 \end_inset
21105
21106
21107 \end_layout
21108
21109 \end_inset
21110 </cell>
21111 <cell alignment="center" valignment="top" usebox="none">
21112 \begin_inset Text
21113
21114 \begin_layout Plain Layout
21115 \begin_inset Formula $\:\Upsilon(t)$
21116 \end_inset
21117
21118
21119 \end_layout
21120
21121 \end_inset
21122 </cell>
21123 </row>
21124 <row>
21125 <cell alignment="center" valignment="top" usebox="none">
21126 \begin_inset Text
21127
21128 \begin_layout Plain Layout
21129 1024×
21130 \end_layout
21131
21132 \end_inset
21133 </cell>
21134 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21135 \begin_inset Text
21136
21137 \begin_layout Plain Layout
21138 768
21139 \begin_inset space \thinspace{}
21140 \end_inset
21141
21142 Pixels
21143 \end_layout
21144
21145 \end_inset
21146 </cell>
21147 <cell alignment="center" valignment="top" usebox="none">
21148 \begin_inset Text
21149
21150 \begin_layout Plain Layout
21151 \begin_inset Formula $5.78\cdot$
21152 \end_inset
21153
21154
21155 \end_layout
21156
21157 \end_inset
21158 </cell>
21159 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21160 \begin_inset Text
21161
21162 \begin_layout Plain Layout
21163 \begin_inset Formula $10^{7}$
21164 \end_inset
21165
21166
21167 \end_layout
21168
21169 \end_inset
21170 </cell>
21171 <cell alignment="center" valignment="top" usebox="none">
21172 \begin_inset Text
21173
21174 \begin_layout Plain Layout
21175 \begin_inset Formula $A\ne$
21176 \end_inset
21177
21178
21179 \end_layout
21180
21181 \end_inset
21182 </cell>
21183 <cell alignment="center" valignment="top" usebox="none">
21184 \begin_inset Text
21185
21186 \begin_layout Plain Layout
21187 \begin_inset Formula $\:B_{\mathrm{red}}$
21188 \end_inset
21189
21190
21191 \end_layout
21192
21193 \end_inset
21194 </cell>
21195 </row>
21196 <row>
21197 <cell alignment="center" valignment="top" usebox="none">
21198 \begin_inset Text
21199
21200 \begin_layout Plain Layout
21201 32×
21202 \end_layout
21203
21204 \end_inset
21205 </cell>
21206 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21207 \begin_inset Text
21208
21209 \begin_layout Plain Layout
21210 6
21211 \begin_inset space \thinspace{}
21212 \end_inset
21213
21214 cm
21215 \end_layout
21216
21217 \end_inset
21218 </cell>
21219 <cell alignment="center" valignment="top" usebox="none">
21220 \begin_inset Text
21221
21222 \begin_layout Plain Layout
21223 -
21224 \begin_inset Formula $33.5\cdot$
21225 \end_inset
21226
21227
21228 \end_layout
21229
21230 \end_inset
21231 </cell>
21232 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21233 \begin_inset Text
21234
21235 \begin_layout Plain Layout
21236 \begin_inset Formula $10^{4}$
21237 \end_inset
21238
21239
21240 \end_layout
21241
21242 \end_inset
21243 </cell>
21244 <cell alignment="center" valignment="top" usebox="none">
21245 \begin_inset Text
21246
21247 \begin_layout Plain Layout
21248 \begin_inset Formula $\sin(\alpha)\ge$
21249 \end_inset
21250
21251
21252 \end_layout
21253
21254 \end_inset
21255 </cell>
21256 <cell alignment="center" valignment="top" usebox="none">
21257 \begin_inset Text
21258
21259 \begin_layout Plain Layout
21260 \begin_inset Formula $\:\sin(\beta)$
21261 \end_inset
21262
21263
21264 \end_layout
21265
21266 \end_inset
21267 </cell>
21268 </row>
21269 </lyxtabular>
21270
21271 \end_inset
21272
21273
21274 \end_layout
21275
21276 \end_inset
21277
21278
21279 \end_layout
21280
21281 \begin_layout Subsection
21282 Customized Cell/Column Format
21283 \begin_inset CommandInset label
21284 LatexCommand label
21285 name "subsec:Customized-Format"
21286
21287 \end_inset
21288
21289
21290 \begin_inset Index idx
21291 status collapsed
21292
21293 \begin_layout Plain Layout
21294 Table Customization ! Cell/Column Format
21295 \end_layout
21296
21297 \end_inset
21298
21299
21300 \end_layout
21301
21302 \begin_layout Standard
21303 Calculating the required width for normal columns as described in section
21304 \begin_inset space ~
21305 \end_inset
21306
21307
21308 \begin_inset CommandInset ref
21309 LatexCommand ref
21310 reference "sec:Table-Width-Calculation"
21311
21312 \end_inset
21313
21314  or for spanned columns as described in section
21315 \begin_inset space ~
21316 \end_inset
21317
21318
21319 \begin_inset CommandInset ref
21320 LatexCommand ref
21321 reference "subsec:Multicolumn-Calculations"
21322
21323 \end_inset
21324
21325  is very annoying if you have several tables where a calculation is necessary.
21326  To make life easier, you can define a cell/column format in the preamble,
21327  that can be used in all tables of the document.
21328  The format is defined with the command
21329 \end_layout
21330
21331 \begin_layout Standard
21332
21333 \series bold
21334
21335 \backslash
21336 newcolumntype{name of format}[number of arguments]{commands}
21337 \end_layout
21338
21339 \begin_layout Standard
21340 The format name may only consist of one letter.
21341  The letters 
21342 \emph on
21343 b
21344 \emph default
21345
21346 \emph on
21347 c
21348 \emph default
21349
21350 \emph on
21351 l
21352 \emph default
21353
21354 \emph on
21355 m
21356 \emph default
21357
21358 \emph on
21359 p
21360 \emph default
21361  and 
21362 \emph on
21363 r
21364 \emph default
21365  are predefined and cannot be used.
21366  But all letters are allowed as capitals.
21367 \end_layout
21368
21369 \begin_layout Standard
21370 \begin_inset VSpace medskip
21371 \end_inset
21372
21373
21374 \end_layout
21375
21376 \begin_layout Standard
21377 For vertically and horizontally centered multicolumn cells with a fixed
21378  width you can define the cell format
21379 \end_layout
21380
21381 \begin_layout Standard
21382
21383 \series bold
21384
21385 \backslash
21386 newcolumntype{M}[1]{>{
21387 \backslash
21388 centering
21389 \backslash
21390 hspace{0pt}}m{#1}}
21391 \end_layout
21392
21393 \begin_layout Standard
21394 where 
21395 \series bold
21396
21397 \backslash
21398 hspace{0pt}
21399 \series default
21400  avoids the problem of hyphenating the first word, as described in section
21401 \begin_inset space ~
21402 \end_inset
21403
21404
21405 \begin_inset CommandInset ref
21406 LatexCommand ref
21407 reference "subsec:Multiple-Lines-in"
21408
21409 \end_inset
21410
21411 .
21412  Now you can simply enter
21413 \end_layout
21414
21415 \begin_layout Standard
21416
21417 \series bold
21418 M{width}
21419 \end_layout
21420
21421 \begin_layout Standard
21422 as 
21423 \family sans
21424 \SpecialChar LaTeX
21425 -argument
21426 \family default
21427  in the table dialog to create a multicolumn.
21428 \end_layout
21429
21430 \begin_layout Standard
21431 \begin_inset VSpace bigskip
21432 \end_inset
21433
21434
21435 \end_layout
21436
21437 \begin_layout Standard
21438 For cells spanned by a multicolumn cell, you can define the format
21439 \end_layout
21440
21441 \begin_layout Standard
21442
21443 \series bold
21444
21445 \backslash
21446 newcolumntype{S}[2]{>{
21447 \backslash
21448 centering
21449 \backslash
21450 hspace{0pt}}
21451 \begin_inset Newline newline
21452 \end_inset
21453
21454
21455 \begin_inset Phantom HPhantom
21456 status open
21457
21458 \begin_layout Plain Layout
21459
21460 \series bold
21461
21462 \backslash
21463 newcolumntype
21464 \end_layout
21465
21466 \end_inset
21467
21468 m{(#1+(2
21469 \backslash
21470 tabcolsep+
21471 \backslash
21472 arrayrulewidth)*(1-#2))/#2}}
21473 \end_layout
21474
21475 \begin_layout Standard
21476 This format uses equation 
21477 \begin_inset CommandInset ref
21478 LatexCommand eqref
21479 reference "eq:Wgn"
21480
21481 \end_inset
21482
21483  to calculate the required width so that each spanned cell has the same
21484  width.
21485 \end_layout
21486
21487 \begin_layout Standard
21488 You can now enter
21489 \end_layout
21490
21491 \begin_layout Standard
21492
21493 \series bold
21494 S{width of multicolumn cell}{number of spanned columns}
21495 \end_layout
21496
21497 \begin_layout Standard
21498 as \SpecialChar LaTeX
21499 -argument of the column.
21500 \end_layout
21501
21502 \begin_layout Standard
21503 \begin_inset VSpace bigskip
21504 \end_inset
21505
21506
21507 \end_layout
21508
21509 \begin_layout Standard
21510 For colored columns, you can define
21511 \end_layout
21512
21513 \begin_layout Standard
21514
21515 \series bold
21516
21517 \backslash
21518 newcolumntype{K}[1]{>{
21519 \backslash
21520 columncolor{#1}
21521 \backslash
21522 hspace{0pt}}c}
21523 \end_layout
21524
21525 \begin_layout Standard
21526 The 
21527 \begin_inset Quotes eld
21528 \end_inset
21529
21530 c
21531 \begin_inset Quotes erd
21532 \end_inset
21533
21534  at the end creates a column with a flexible width whose text is horizontally
21535  centered.
21536  You can now enter
21537 \end_layout
21538
21539 \begin_layout Standard
21540
21541 \series bold
21542 K{color name}
21543 \end_layout
21544
21545 \begin_layout Standard
21546 as \SpecialChar LaTeX
21547 -argument.
21548 \end_layout
21549
21550 \begin_layout Standard
21551 \begin_inset VSpace bigskip
21552 \end_inset
21553
21554
21555 \end_layout
21556
21557 \begin_layout Standard
21558 To create Table
21559 \begin_inset space ~
21560 \end_inset
21561
21562
21563 \begin_inset CommandInset ref
21564 LatexCommand ref
21565 reference "tab:Table-using-user-defined"
21566
21567 \end_inset
21568
21569  use the \SpecialChar LaTeX
21570 -arguments
21571 \end_layout
21572
21573 \begin_layout Standard
21574
21575 \series bold
21576 M{2.5cm}
21577 \end_layout
21578
21579 \begin_layout Standard
21580 for the first column and the multicolumn,
21581 \end_layout
21582
21583 \begin_layout Standard
21584
21585 \series bold
21586 K{red}
21587 \end_layout
21588
21589 \begin_layout Standard
21590 for the last column, and
21591 \end_layout
21592
21593 \begin_layout Standard
21594
21595 \series bold
21596 S{2.5cm}{2}
21597 \end_layout
21598
21599 \begin_layout Standard
21600 for the cells in the second column.
21601 \end_layout
21602
21603 \begin_layout Standard
21604 \begin_inset Float table
21605 placement h
21606 wide false
21607 sideways false
21608 status open
21609
21610 \begin_layout Plain Layout
21611 \begin_inset Caption Standard
21612
21613 \begin_layout Plain Layout
21614 \begin_inset CommandInset label
21615 LatexCommand label
21616 name "tab:Table-using-user-defined"
21617
21618 \end_inset
21619
21620 Table using user-defined table formats
21621 \end_layout
21622
21623 \end_inset
21624
21625
21626 \end_layout
21627
21628 \begin_layout Plain Layout
21629 \align center
21630 \begin_inset Tabular
21631 <lyxtabular version="3" rows="3" columns="4">
21632 <features tabularvalignment="middle">
21633 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
21634 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
21635 <column alignment="center" valignment="middle">
21636 <column alignment="center" valignment="middle" special="K{red}">
21637 <row>
21638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21639 \begin_inset Text
21640
21641 \begin_layout Plain Layout
21642 verylongtablecellword
21643 \end_layout
21644
21645 \end_inset
21646 </cell>
21647 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
21648 \begin_inset Text
21649
21650 \begin_layout Plain Layout
21651 multiple lines multicolumn
21652 \end_layout
21653
21654 \end_inset
21655 </cell>
21656 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21657 \begin_inset Text
21658
21659 \begin_layout Plain Layout
21660
21661 \end_layout
21662
21663 \end_inset
21664 </cell>
21665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21666 \begin_inset Text
21667
21668 \begin_layout Plain Layout
21669 c
21670 \end_layout
21671
21672 \end_inset
21673 </cell>
21674 </row>
21675 <row>
21676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21677 \begin_inset Text
21678
21679 \begin_layout Plain Layout
21680 d
21681 \end_layout
21682
21683 \end_inset
21684 </cell>
21685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21686 \begin_inset Text
21687
21688 \begin_layout Plain Layout
21689 e
21690 \end_layout
21691
21692 \end_inset
21693 </cell>
21694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21695 \begin_inset Text
21696
21697 \begin_layout Plain Layout
21698 f
21699 \end_layout
21700
21701 \end_inset
21702 </cell>
21703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21704 \begin_inset Text
21705
21706 \begin_layout Plain Layout
21707 g
21708 \end_layout
21709
21710 \end_inset
21711 </cell>
21712 </row>
21713 <row>
21714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21715 \begin_inset Text
21716
21717 \begin_layout Plain Layout
21718 h
21719 \end_layout
21720
21721 \end_inset
21722 </cell>
21723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21724 \begin_inset Text
21725
21726 \begin_layout Plain Layout
21727 i
21728 \end_layout
21729
21730 \end_inset
21731 </cell>
21732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21733 \begin_inset Text
21734
21735 \begin_layout Plain Layout
21736 j
21737 \end_layout
21738
21739 \end_inset
21740 </cell>
21741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21742 \begin_inset Text
21743
21744 \begin_layout Plain Layout
21745 k
21746 \end_layout
21747
21748 \end_inset
21749 </cell>
21750 </row>
21751 </lyxtabular>
21752
21753 \end_inset
21754
21755
21756 \end_layout
21757
21758 \end_inset
21759
21760
21761 \end_layout
21762
21763 \begin_layout Subsection
21764 Line Thickness
21765 \begin_inset CommandInset label
21766 LatexCommand label
21767 name "subsec:Line-Thickness"
21768
21769 \end_inset
21770
21771
21772 \begin_inset Index idx
21773 status collapsed
21774
21775 \begin_layout Plain Layout
21776 Table Customization ! Line Thickness
21777 \end_layout
21778
21779 \end_inset
21780
21781
21782 \end_layout
21783
21784 \begin_layout Standard
21785 The line thickness for all lines in a table can be adjusted with the length
21786  
21787 \series bold
21788
21789 \backslash
21790 arrayrulewidth
21791 \series default
21792 .
21793  To set for example a line thickness of 1.5
21794 \begin_inset space \thinspace{}
21795 \end_inset
21796
21797 pt, as in Table
21798 \begin_inset space ~
21799 \end_inset
21800
21801
21802 \begin_inset CommandInset ref
21803 LatexCommand ref
21804 reference "tab:Table-with-1.5"
21805
21806 \end_inset
21807
21808 , insert the command
21809 \end_layout
21810
21811 \begin_layout Standard
21812
21813 \series bold
21814
21815 \backslash
21816 setlength{
21817 \backslash
21818 arrayrulewidth}{1.5pt}
21819 \end_layout
21820
21821 \begin_layout Standard
21822 in \SpecialChar TeX
21823  Code before the table or table float.
21824  The changed thickness is valid for all subsequent tables.
21825  To use the default value again, set 
21826 \series bold
21827
21828 \backslash
21829 arrayrulewidth
21830 \series default
21831  to 0.4
21832 \begin_inset space \thinspace{}
21833 \end_inset
21834
21835 pt in \SpecialChar TeX
21836  Code after the table or table float.
21837 \end_layout
21838
21839 \begin_layout Standard
21840 \begin_inset ERT
21841 status collapsed
21842
21843 \begin_layout Plain Layout
21844
21845
21846 \backslash
21847 setlength{
21848 \backslash
21849 arrayrulewidth}{1.5pt}
21850 \end_layout
21851
21852 \end_inset
21853
21854
21855 \begin_inset Float table
21856 wide false
21857 sideways false
21858 status open
21859
21860 \begin_layout Plain Layout
21861 \begin_inset Caption Standard
21862
21863 \begin_layout Plain Layout
21864 \begin_inset CommandInset label
21865 LatexCommand label
21866 name "tab:Table-with-1.5"
21867
21868 \end_inset
21869
21870 Table with 1.5
21871 \begin_inset space \thinspace{}
21872 \end_inset
21873
21874 pt thick lines
21875 \end_layout
21876
21877 \end_inset
21878
21879
21880 \end_layout
21881
21882 \begin_layout Plain Layout
21883 \align center
21884 \begin_inset Tabular
21885 <lyxtabular version="3" rows="3" columns="3">
21886 <features tabularvalignment="middle">
21887 <column alignment="center" valignment="top">
21888 <column alignment="center" valignment="top">
21889 <column alignment="center" valignment="top">
21890 <row>
21891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21892 \begin_inset Text
21893
21894 \begin_layout Plain Layout
21895 sd
21896 \end_layout
21897
21898 \end_inset
21899 </cell>
21900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21901 \begin_inset Text
21902
21903 \begin_layout Plain Layout
21904
21905 \end_layout
21906
21907 \end_inset
21908 </cell>
21909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21910 \begin_inset Text
21911
21912 \begin_layout Plain Layout
21913
21914 \end_layout
21915
21916 \end_inset
21917 </cell>
21918 </row>
21919 <row>
21920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21921 \begin_inset Text
21922
21923 \begin_layout Plain Layout
21924
21925 \end_layout
21926
21927 \end_inset
21928 </cell>
21929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21930 \begin_inset Text
21931
21932 \begin_layout Plain Layout
21933 sd
21934 \end_layout
21935
21936 \end_inset
21937 </cell>
21938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21939 \begin_inset Text
21940
21941 \begin_layout Plain Layout
21942
21943 \end_layout
21944
21945 \end_inset
21946 </cell>
21947 </row>
21948 <row>
21949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21950 \begin_inset Text
21951
21952 \begin_layout Plain Layout
21953
21954 \end_layout
21955
21956 \end_inset
21957 </cell>
21958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21959 \begin_inset Text
21960
21961 \begin_layout Plain Layout
21962
21963 \end_layout
21964
21965 \end_inset
21966 </cell>
21967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21968 \begin_inset Text
21969
21970 \begin_layout Plain Layout
21971 sd
21972 \end_layout
21973
21974 \end_inset
21975 </cell>
21976 </row>
21977 </lyxtabular>
21978
21979 \end_inset
21980
21981
21982 \end_layout
21983
21984 \end_inset
21985
21986
21987 \begin_inset ERT
21988 status collapsed
21989
21990 \begin_layout Plain Layout
21991
21992
21993 \backslash
21994 setlength{
21995 \backslash
21996 arrayrulewidth}{0.4pt}
21997 \end_layout
21998
21999 \end_inset
22000
22001
22002 \end_layout
22003
22004 \begin_layout Standard
22005 \begin_inset VSpace bigskip
22006 \end_inset
22007
22008 To set the line thickness to 1.5
22009 \begin_inset space \thinspace{}
22010 \end_inset
22011
22012 pt only for horizontal lines, as in Table
22013 \begin_inset space ~
22014 \end_inset
22015
22016
22017 \begin_inset CommandInset ref
22018 LatexCommand ref
22019 reference "tab:Table-with-horizontal"
22020
22021 \end_inset
22022
22023 , insert these commands in \SpecialChar TeX
22024  Code before the table or table float:
22025 \end_layout
22026
22027 \begin_layout Standard
22028
22029 \series bold
22030
22031 \backslash
22032 let
22033 \backslash
22034 myHline
22035 \backslash
22036 hline
22037 \begin_inset Newline newline
22038 \end_inset
22039
22040
22041 \backslash
22042 renewcommand{
22043 \backslash
22044 hline}
22045 \begin_inset Newline newline
22046 \end_inset
22047
22048  {
22049 \backslash
22050 noalign{
22051 \backslash
22052 global
22053 \backslash
22054 arrayrulewidth 1.5pt}
22055 \begin_inset Newline newline
22056 \end_inset
22057
22058  
22059 \backslash
22060 myHline
22061 \backslash
22062 noalign{
22063 \backslash
22064 global
22065 \backslash
22066 arrayrulewidth 0.4pt}}
22067 \end_layout
22068
22069 \begin_layout Standard
22070 To return to the default line thickness, insert this command in \SpecialChar TeX
22071  Code after
22072  the table or table float:
22073 \end_layout
22074
22075 \begin_layout Standard
22076
22077 \series bold
22078
22079 \backslash
22080 renewcommand{
22081 \backslash
22082 hline}{
22083 \backslash
22084 myHline}
22085 \end_layout
22086
22087 \begin_layout Standard
22088 \begin_inset ERT
22089 status collapsed
22090
22091 \begin_layout Plain Layout
22092
22093
22094 \backslash
22095 let
22096 \backslash
22097 myHline
22098 \backslash
22099 hline
22100 \end_layout
22101
22102 \begin_layout Plain Layout
22103
22104
22105 \backslash
22106 renewcommand{
22107 \backslash
22108 hline}
22109 \end_layout
22110
22111 \begin_layout Plain Layout
22112
22113  {
22114 \backslash
22115 noalign{
22116 \backslash
22117 global
22118 \backslash
22119 arrayrulewidth 1.5pt}
22120 \end_layout
22121
22122 \begin_layout Plain Layout
22123
22124   
22125 \backslash
22126 myHline
22127 \backslash
22128 noalign{
22129 \backslash
22130 global
22131 \backslash
22132 arrayrulewidth 0.4pt}}
22133 \end_layout
22134
22135 \end_inset
22136
22137
22138 \begin_inset Float table
22139 wide false
22140 sideways false
22141 status open
22142
22143 \begin_layout Plain Layout
22144 \begin_inset Caption Standard
22145
22146 \begin_layout Plain Layout
22147 \begin_inset CommandInset label
22148 LatexCommand label
22149 name "tab:Table-with-horizontal"
22150
22151 \end_inset
22152
22153 Table with 1.5
22154 \begin_inset space \thinspace{}
22155 \end_inset
22156
22157 pt thick horizontal lines
22158 \end_layout
22159
22160 \end_inset
22161
22162
22163 \end_layout
22164
22165 \begin_layout Plain Layout
22166 \align center
22167 \begin_inset Tabular
22168 <lyxtabular version="3" rows="3" columns="3">
22169 <features tabularvalignment="middle">
22170 <column alignment="center" valignment="top">
22171 <column alignment="center" valignment="top">
22172 <column alignment="center" valignment="top">
22173 <row>
22174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22175 \begin_inset Text
22176
22177 \begin_layout Plain Layout
22178 sd
22179 \end_layout
22180
22181 \end_inset
22182 </cell>
22183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22184 \begin_inset Text
22185
22186 \begin_layout Plain Layout
22187
22188 \end_layout
22189
22190 \end_inset
22191 </cell>
22192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22193 \begin_inset Text
22194
22195 \begin_layout Plain Layout
22196
22197 \end_layout
22198
22199 \end_inset
22200 </cell>
22201 </row>
22202 <row>
22203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22204 \begin_inset Text
22205
22206 \begin_layout Plain Layout
22207
22208 \end_layout
22209
22210 \end_inset
22211 </cell>
22212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22213 \begin_inset Text
22214
22215 \begin_layout Plain Layout
22216 sd
22217 \end_layout
22218
22219 \end_inset
22220 </cell>
22221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22222 \begin_inset Text
22223
22224 \begin_layout Plain Layout
22225
22226 \end_layout
22227
22228 \end_inset
22229 </cell>
22230 </row>
22231 <row>
22232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22233 \begin_inset Text
22234
22235 \begin_layout Plain Layout
22236
22237 \end_layout
22238
22239 \end_inset
22240 </cell>
22241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22242 \begin_inset Text
22243
22244 \begin_layout Plain Layout
22245
22246 \end_layout
22247
22248 \end_inset
22249 </cell>
22250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22251 \begin_inset Text
22252
22253 \begin_layout Plain Layout
22254 sd
22255 \end_layout
22256
22257 \end_inset
22258 </cell>
22259 </row>
22260 </lyxtabular>
22261
22262 \end_inset
22263
22264
22265 \end_layout
22266
22267 \end_inset
22268
22269
22270 \begin_inset ERT
22271 status collapsed
22272
22273 \begin_layout Plain Layout
22274
22275
22276 \backslash
22277 renewcommand{
22278 \backslash
22279 hline}{
22280 \backslash
22281 myHline}
22282 \end_layout
22283
22284 \end_inset
22285
22286
22287 \end_layout
22288
22289 \begin_layout Standard
22290 \begin_inset VSpace bigskip
22291 \end_inset
22292
22293 To set the line thickness to 1.5
22294 \begin_inset space \thinspace{}
22295 \end_inset
22296
22297 pt only for vertical lines, create the following column format in the document
22298  preamble, according to the description in section
22299 \begin_inset space ~
22300 \end_inset
22301
22302
22303 \begin_inset CommandInset ref
22304 LatexCommand ref
22305 reference "subsec:Customized-Format"
22306
22307 \end_inset
22308
22309 :
22310 \end_layout
22311
22312 \begin_layout Standard
22313
22314 \series bold
22315
22316 \backslash
22317 newcolumntype{V}{!{
22318 \backslash
22319 vrule width 1.5pt}}
22320 \end_layout
22321
22322 \begin_layout Standard
22323 For Table
22324 \begin_inset space ~
22325 \end_inset
22326
22327
22328 \begin_inset CommandInset ref
22329 LatexCommand ref
22330 reference "tab:Table-with-vertical"
22331
22332 \end_inset
22333
22334  the \SpecialChar LaTeX
22335 -argument
22336 \end_layout
22337
22338 \begin_layout Standard
22339
22340 \series bold
22341 VcV
22342 \end_layout
22343
22344 \begin_layout Standard
22345 was used for the last column and
22346 \end_layout
22347
22348 \begin_layout Standard
22349
22350 \series bold
22351 Vc
22352 \end_layout
22353
22354 \begin_layout Standard
22355 for the other columns.
22356 \end_layout
22357
22358 \begin_layout Standard
22359 \begin_inset Float table
22360 wide false
22361 sideways false
22362 status open
22363
22364 \begin_layout Plain Layout
22365 \begin_inset Caption Standard
22366
22367 \begin_layout Plain Layout
22368 \begin_inset CommandInset label
22369 LatexCommand label
22370 name "tab:Table-with-vertical"
22371
22372 \end_inset
22373
22374 Table with 1.5
22375 \begin_inset space \thinspace{}
22376 \end_inset
22377
22378 pt thick vertical lines
22379 \end_layout
22380
22381 \end_inset
22382
22383
22384 \end_layout
22385
22386 \begin_layout Plain Layout
22387 \align center
22388 \begin_inset Tabular
22389 <lyxtabular version="3" rows="3" columns="3">
22390 <features tabularvalignment="middle">
22391 <column alignment="center" valignment="top" special="Vc">
22392 <column alignment="center" valignment="top" special="Vc">
22393 <column alignment="center" valignment="top" special="VcV">
22394 <row>
22395 <cell alignment="center" valignment="top" topline="true" usebox="none">
22396 \begin_inset Text
22397
22398 \begin_layout Plain Layout
22399 sd
22400 \end_layout
22401
22402 \end_inset
22403 </cell>
22404 <cell alignment="center" valignment="top" topline="true" usebox="none">
22405 \begin_inset Text
22406
22407 \begin_layout Plain Layout
22408
22409 \end_layout
22410
22411 \end_inset
22412 </cell>
22413 <cell alignment="center" valignment="top" topline="true" usebox="none">
22414 \begin_inset Text
22415
22416 \begin_layout Plain Layout
22417
22418 \end_layout
22419
22420 \end_inset
22421 </cell>
22422 </row>
22423 <row>
22424 <cell alignment="center" valignment="top" topline="true" usebox="none">
22425 \begin_inset Text
22426
22427 \begin_layout Plain Layout
22428
22429 \end_layout
22430
22431 \end_inset
22432 </cell>
22433 <cell alignment="center" valignment="top" topline="true" usebox="none">
22434 \begin_inset Text
22435
22436 \begin_layout Plain Layout
22437 sd
22438 \end_layout
22439
22440 \end_inset
22441 </cell>
22442 <cell alignment="center" valignment="top" topline="true" usebox="none">
22443 \begin_inset Text
22444
22445 \begin_layout Plain Layout
22446
22447 \end_layout
22448
22449 \end_inset
22450 </cell>
22451 </row>
22452 <row>
22453 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22454 \begin_inset Text
22455
22456 \begin_layout Plain Layout
22457
22458 \end_layout
22459
22460 \end_inset
22461 </cell>
22462 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22463 \begin_inset Text
22464
22465 \begin_layout Plain Layout
22466
22467 \end_layout
22468
22469 \end_inset
22470 </cell>
22471 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22472 \begin_inset Text
22473
22474 \begin_layout Plain Layout
22475 sd
22476 \end_layout
22477
22478 \end_inset
22479 </cell>
22480 </row>
22481 </lyxtabular>
22482
22483 \end_inset
22484
22485
22486 \end_layout
22487
22488 \end_inset
22489
22490
22491 \end_layout
22492
22493 \begin_layout Subsection
22494 Dashed Lines
22495 \begin_inset Index idx
22496 status collapsed
22497
22498 \begin_layout Plain Layout
22499 Table Customization ! Dashed Lines
22500 \end_layout
22501
22502 \end_inset
22503
22504
22505 \end_layout
22506
22507 \begin_layout Standard
22508 \begin_inset ERT
22509 status collapsed
22510
22511 \begin_layout Plain Layout
22512
22513
22514 \backslash
22515 ifarydshln
22516 \end_layout
22517
22518 \end_inset
22519
22520
22521 \begin_inset Note Note
22522 status open
22523
22524 \begin_layout Plain Layout
22525 The following section will only be displayed when the \SpecialChar LaTeX
22526 -package 
22527 \series bold
22528 arydshln
22529 \series default
22530  is installed.
22531 \end_layout
22532
22533 \end_inset
22534
22535
22536 \end_layout
22537
22538 \begin_layout Standard
22539 \begin_inset Float table
22540 placement H
22541 wide false
22542 sideways false
22543 status open
22544
22545 \begin_layout Plain Layout
22546 \begin_inset Caption Standard
22547
22548 \begin_layout Plain Layout
22549 \begin_inset CommandInset label
22550 LatexCommand label
22551 name "tab:Table-with-dashed"
22552
22553 \end_inset
22554
22555 Table with dashed lines
22556 \end_layout
22557
22558 \end_inset
22559
22560
22561 \end_layout
22562
22563 \begin_layout Plain Layout
22564 \align center
22565 \begin_inset Tabular
22566 <lyxtabular version="3" rows="5" columns="5">
22567 <features tabularvalignment="middle">
22568 <column alignment="center" valignment="top">
22569 <column alignment="center" valignment="top">
22570 <column alignment="center" valignment="top" special=":c">
22571 <column alignment="center" valignment="top">
22572 <column alignment="center" valignment="top">
22573 <row>
22574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22575 \begin_inset Text
22576
22577 \begin_layout Plain Layout
22578 a
22579 \end_layout
22580
22581 \end_inset
22582 </cell>
22583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22584 \begin_inset Text
22585
22586 \begin_layout Plain Layout
22587 b
22588 \end_layout
22589
22590 \end_inset
22591 </cell>
22592 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22593 \begin_inset Text
22594
22595 \begin_layout Plain Layout
22596 c
22597 \end_layout
22598
22599 \end_inset
22600 </cell>
22601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22602 \begin_inset Text
22603
22604 \begin_layout Plain Layout
22605 d
22606 \end_layout
22607
22608 \end_inset
22609 </cell>
22610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22611 \begin_inset Text
22612
22613 \begin_layout Plain Layout
22614 e
22615 \end_layout
22616
22617 \end_inset
22618 </cell>
22619 </row>
22620 <row>
22621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22622 \begin_inset Text
22623
22624 \begin_layout Plain Layout
22625 f
22626 \end_layout
22627
22628 \end_inset
22629 </cell>
22630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22631 \begin_inset Text
22632
22633 \begin_layout Plain Layout
22634 g
22635 \end_layout
22636
22637 \end_inset
22638 </cell>
22639 <cell alignment="center" valignment="top" topline="true" usebox="none">
22640 \begin_inset Text
22641
22642 \begin_layout Plain Layout
22643 h
22644 \end_layout
22645
22646 \end_inset
22647 </cell>
22648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22649 \begin_inset Text
22650
22651 \begin_layout Plain Layout
22652 i
22653 \end_layout
22654
22655 \end_inset
22656 </cell>
22657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22658 \begin_inset Text
22659
22660 \begin_layout Plain Layout
22661 j
22662 \end_layout
22663
22664 \end_inset
22665 </cell>
22666 </row>
22667 <row>
22668 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22669 \begin_inset Text
22670
22671 \begin_layout Plain Layout
22672 \begin_inset ERT
22673 status collapsed
22674
22675 \begin_layout Plain Layout
22676
22677
22678 \backslash
22679 hdashline 
22680 \end_layout
22681
22682 \end_inset
22683
22684 k
22685 \end_layout
22686
22687 \end_inset
22688 </cell>
22689 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22690 \begin_inset Text
22691
22692 \begin_layout Plain Layout
22693 l
22694 \end_layout
22695
22696 \end_inset
22697 </cell>
22698 <cell alignment="center" valignment="top" usebox="none">
22699 \begin_inset Text
22700
22701 \begin_layout Plain Layout
22702 m
22703 \end_layout
22704
22705 \end_inset
22706 </cell>
22707 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22708 \begin_inset Text
22709
22710 \begin_layout Plain Layout
22711 n
22712 \end_layout
22713
22714 \end_inset
22715 </cell>
22716 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22717 \begin_inset Text
22718
22719 \begin_layout Plain Layout
22720 o
22721 \end_layout
22722
22723 \end_inset
22724 </cell>
22725 </row>
22726 <row>
22727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22728 \begin_inset Text
22729
22730 \begin_layout Plain Layout
22731 \begin_inset ERT
22732 status collapsed
22733
22734 \begin_layout Plain Layout
22735
22736
22737 \backslash
22738 cdashline{4-5}
22739 \end_layout
22740
22741 \end_inset
22742
22743 p
22744 \end_layout
22745
22746 \end_inset
22747 </cell>
22748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22749 \begin_inset Text
22750
22751 \begin_layout Plain Layout
22752 q
22753 \end_layout
22754
22755 \end_inset
22756 </cell>
22757 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22758 \begin_inset Text
22759
22760 \begin_layout Plain Layout
22761 r
22762 \end_layout
22763
22764 \end_inset
22765 </cell>
22766 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22767 \begin_inset Text
22768
22769 \begin_layout Plain Layout
22770 s
22771 \end_layout
22772
22773 \end_inset
22774 </cell>
22775 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22776 \begin_inset Text
22777
22778 \begin_layout Plain Layout
22779
22780 \end_layout
22781
22782 \end_inset
22783 </cell>
22784 </row>
22785 <row>
22786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22787 \begin_inset Text
22788
22789 \begin_layout Plain Layout
22790 t
22791 \end_layout
22792
22793 \end_inset
22794 </cell>
22795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22796 \begin_inset Text
22797
22798 \begin_layout Plain Layout
22799 u
22800 \end_layout
22801
22802 \end_inset
22803 </cell>
22804 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22805 \begin_inset Text
22806
22807 \begin_layout Plain Layout
22808 v
22809 \end_layout
22810
22811 \end_inset
22812 </cell>
22813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22814 \begin_inset Text
22815
22816 \begin_layout Plain Layout
22817 w
22818 \end_layout
22819
22820 \end_inset
22821 </cell>
22822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22823 \begin_inset Text
22824
22825 \begin_layout Plain Layout
22826 x
22827 \end_layout
22828
22829 \end_inset
22830 </cell>
22831 </row>
22832 </lyxtabular>
22833
22834 \end_inset
22835
22836
22837 \end_layout
22838
22839 \end_inset
22840
22841
22842 \end_layout
22843
22844 \begin_layout Standard
22845 \SpecialChar LyX
22846  does not natively support dashed lines, so you have to use \SpecialChar TeX
22847  Code.
22848  As a prerequisite the \SpecialChar LaTeX
22849  package 
22850 \series bold
22851 arydshln
22852 \series default
22853
22854 \begin_inset Index idx
22855 status collapsed
22856
22857 \begin_layout Plain Layout
22858 \SpecialChar LaTeX
22859 -packages ! arydshln
22860 \end_layout
22861
22862 \end_inset
22863
22864  must be loaded in the document preamble with the command
22865 \end_layout
22866
22867 \begin_layout Standard
22868
22869 \series bold
22870
22871 \backslash
22872 usepackage{arydshln}
22873 \end_layout
22874
22875 \begin_layout Standard
22876 To make a vertical line dashed, enter the colon 
22877 \begin_inset Quotes eld
22878 \end_inset
22879
22880 :
22881 \begin_inset Quotes erd
22882 \end_inset
22883
22884  together with the character for the horizontal alignment as \SpecialChar LaTeX
22885  argument in
22886  the table cell dialog.
22887 \end_layout
22888
22889 \begin_layout Standard
22890 For a horizontal dashed line add the command
22891 \end_layout
22892
22893 \begin_layout Standard
22894
22895 \series bold
22896
22897 \backslash
22898 hdashline
22899 \end_layout
22900
22901 \begin_layout Standard
22902 in \SpecialChar TeX
22903  Code as first element of the first cell in the table row.
22904 \end_layout
22905
22906 \begin_layout Standard
22907 For dashed multicolumn lines use the command
22908 \end_layout
22909
22910 \begin_layout Standard
22911
22912 \series bold
22913
22914 \backslash
22915 cdashline{line number
22916 \series default
22917 }
22918 \end_layout
22919
22920 \begin_layout Standard
22921 in \SpecialChar TeX
22922  Code as the first element of the first cell in the table row.
22923  If you have for example a multicolumn spanning columns 2 to 4 and you want
22924  to have a dashed line above, add the command
22925 \end_layout
22926
22927 \begin_layout Standard
22928
22929 \series bold
22930
22931 \backslash
22932 cdashline{2-4}
22933 \end_layout
22934
22935 \begin_layout Standard
22936 as the first element of the first cell in the row of the multicolumn.
22937 \end_layout
22938
22939 \begin_layout Standard
22940 \begin_inset VSpace bigskip
22941 \end_inset
22942
22943
22944 \end_layout
22945
22946 \begin_layout Standard
22947 Table
22948 \begin_inset space ~
22949 \end_inset
22950
22951
22952 \begin_inset CommandInset ref
22953 LatexCommand ref
22954 reference "tab:Table-with-dashed"
22955
22956 \end_inset
22957
22958  was created using 
22959 \begin_inset Quotes eld
22960 \end_inset
22961
22962
22963 \series bold
22964 :c
22965 \series default
22966
22967 \begin_inset Quotes erd
22968 \end_inset
22969
22970  as \SpecialChar LaTeX
22971  argument of the third column.
22972  The \SpecialChar TeX
22973  Code command 
22974 \series bold
22975
22976 \backslash
22977 hdashline
22978 \series default
22979  was inserted in the first cell of the third row and the \SpecialChar TeX
22980  Code command
22981 \begin_inset Newline newline
22982 \end_inset
22983
22984  
22985 \series bold
22986
22987 \backslash
22988 cdashline{4-5}
22989 \series default
22990  was inserted in the first cell of the fourth row.
22991 \end_layout
22992
22993 \begin_layout Standard
22994 \begin_inset VSpace bigskip
22995 \end_inset
22996
22997
22998 \end_layout
22999
23000 \begin_layout Standard
23001 Tables with dashed lines can also be colored as shown by Table
23002 \begin_inset space ~
23003 \end_inset
23004
23005
23006 \begin_inset CommandInset ref
23007 LatexCommand ref
23008 reference "tab:Colored-table-with"
23009
23010 \end_inset
23011
23012 .
23013 \end_layout
23014
23015 \begin_layout Standard
23016 \begin_inset ERT
23017 status collapsed
23018
23019 \begin_layout Plain Layout
23020
23021
23022 \backslash
23023 setlength{
23024 \backslash
23025 arrayrulewidth}{1pt}
23026 \end_layout
23027
23028 \end_inset
23029
23030
23031 \begin_inset Note Note
23032 status collapsed
23033
23034 \begin_layout Plain Layout
23035 thicker lines for better visualization of the line color
23036 \end_layout
23037
23038 \end_inset
23039
23040
23041 \end_layout
23042
23043 \begin_layout Standard
23044 \begin_inset ERT
23045 status collapsed
23046
23047 \begin_layout Plain Layout
23048
23049
23050 \backslash
23051 dashgapcolor{green}
23052 \end_layout
23053
23054 \end_inset
23055
23056
23057 \begin_inset Note Note
23058 status collapsed
23059
23060 \begin_layout Plain Layout
23061 color gaps between dashes green
23062 \end_layout
23063
23064 \end_inset
23065
23066
23067 \end_layout
23068
23069 \begin_layout Standard
23070 \begin_inset ERT
23071 status collapsed
23072
23073 \begin_layout Plain Layout
23074
23075
23076 \backslash
23077 let
23078 \backslash
23079 myHdashline
23080 \backslash
23081 hdashline
23082 \end_layout
23083
23084 \begin_layout Plain Layout
23085
23086
23087 \backslash
23088 renewcommand{
23089 \backslash
23090 hdashline}
23091 \end_layout
23092
23093 \begin_layout Plain Layout
23094
23095  {
23096 \backslash
23097 arrayrulecolor{red}
23098 \backslash
23099 myHdashline
23100 \backslash
23101 arrayrulecolor{black}}
23102 \end_layout
23103
23104 \end_inset
23105
23106
23107 \begin_inset Note Note
23108 status collapsed
23109
23110 \begin_layout Plain Layout
23111 color horizontal, dashed lines red
23112 \end_layout
23113
23114 \end_inset
23115
23116
23117 \end_layout
23118
23119 \begin_layout Standard
23120 \begin_inset ERT
23121 status collapsed
23122
23123 \begin_layout Plain Layout
23124
23125
23126 \backslash
23127 let
23128 \backslash
23129 myCdashline
23130 \backslash
23131 cdashline
23132 \end_layout
23133
23134 \begin_layout Plain Layout
23135
23136
23137 \backslash
23138 renewcommand{
23139 \backslash
23140 cdashline}[1]
23141 \end_layout
23142
23143 \begin_layout Plain Layout
23144
23145  {
23146 \backslash
23147 arrayrulecolor{yellow}
23148 \backslash
23149 myCdashline{#1}
23150 \backslash
23151 arrayrulecolor{black}}
23152 \end_layout
23153
23154 \end_inset
23155
23156
23157 \begin_inset Note Note
23158 status collapsed
23159
23160 \begin_layout Plain Layout
23161 color partial horizontal, dashed lines yellow
23162 \end_layout
23163
23164 \end_inset
23165
23166
23167 \end_layout
23168
23169 \begin_layout Standard
23170 \begin_inset Float table
23171 placement h
23172 wide false
23173 sideways false
23174 status open
23175
23176 \begin_layout Plain Layout
23177 \begin_inset Caption Standard
23178
23179 \begin_layout Plain Layout
23180 \begin_inset CommandInset label
23181 LatexCommand label
23182 name "tab:Colored-table-with"
23183
23184 \end_inset
23185
23186 Colored table with dashed lines
23187 \end_layout
23188
23189 \end_inset
23190
23191
23192 \end_layout
23193
23194 \begin_layout Plain Layout
23195 \align center
23196 \begin_inset Tabular
23197 <lyxtabular version="3" rows="5" columns="5">
23198 <features tabularvalignment="middle">
23199 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
23200 <column alignment="center" valignment="top" width="0pt">
23201 <column alignment="center" valignment="top" width="0pt" special=":c">
23202 <column alignment="center" valignment="top">
23203 <column alignment="center" valignment="top">
23204 <row>
23205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23206 \begin_inset Text
23207
23208 \begin_layout Plain Layout
23209 a
23210 \end_layout
23211
23212 \end_inset
23213 </cell>
23214 <cell alignment="center" valignment="top" topline="true" usebox="none">
23215 \begin_inset Text
23216
23217 \begin_layout Plain Layout
23218 b
23219 \end_layout
23220
23221 \end_inset
23222 </cell>
23223 <cell alignment="center" valignment="top" topline="true" usebox="none">
23224 \begin_inset Text
23225
23226 \begin_layout Plain Layout
23227 c
23228 \end_layout
23229
23230 \end_inset
23231 </cell>
23232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23233 \begin_inset Text
23234
23235 \begin_layout Plain Layout
23236 d
23237 \end_layout
23238
23239 \end_inset
23240 </cell>
23241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23242 \begin_inset Text
23243
23244 \begin_layout Plain Layout
23245 e
23246 \end_layout
23247
23248 \end_inset
23249 </cell>
23250 </row>
23251 <row>
23252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23253 \begin_inset Text
23254
23255 \begin_layout Plain Layout
23256 f
23257 \end_layout
23258
23259 \end_inset
23260 </cell>
23261 <cell alignment="center" valignment="top" topline="true" usebox="none">
23262 \begin_inset Text
23263
23264 \begin_layout Plain Layout
23265 g
23266 \end_layout
23267
23268 \end_inset
23269 </cell>
23270 <cell alignment="center" valignment="top" topline="true" usebox="none">
23271 \begin_inset Text
23272
23273 \begin_layout Plain Layout
23274 h
23275 \end_layout
23276
23277 \end_inset
23278 </cell>
23279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23280 \begin_inset Text
23281
23282 \begin_layout Plain Layout
23283 i
23284 \end_layout
23285
23286 \end_inset
23287 </cell>
23288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23289 \begin_inset Text
23290
23291 \begin_layout Plain Layout
23292 j
23293 \end_layout
23294
23295 \end_inset
23296 </cell>
23297 </row>
23298 <row>
23299 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23300 \begin_inset Text
23301
23302 \begin_layout Plain Layout
23303 \begin_inset ERT
23304 status collapsed
23305
23306 \begin_layout Plain Layout
23307
23308
23309 \backslash
23310 hdashline 
23311 \end_layout
23312
23313 \end_inset
23314
23315
23316 \begin_inset ERT
23317 status collapsed
23318
23319 \begin_layout Plain Layout
23320
23321
23322 \backslash
23323 rowcolor{Gray}
23324 \end_layout
23325
23326 \end_inset
23327
23328 k
23329 \end_layout
23330
23331 \end_inset
23332 </cell>
23333 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23334 \begin_inset Text
23335
23336 \begin_layout Plain Layout
23337 l
23338 \end_layout
23339
23340 \end_inset
23341 </cell>
23342 <cell alignment="center" valignment="top" usebox="none">
23343 \begin_inset Text
23344
23345 \begin_layout Plain Layout
23346 m
23347 \end_layout
23348
23349 \end_inset
23350 </cell>
23351 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23352 \begin_inset Text
23353
23354 \begin_layout Plain Layout
23355 n
23356 \end_layout
23357
23358 \end_inset
23359 </cell>
23360 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23361 \begin_inset Text
23362
23363 \begin_layout Plain Layout
23364 o
23365 \end_layout
23366
23367 \end_inset
23368 </cell>
23369 </row>
23370 <row>
23371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23372 \begin_inset Text
23373
23374 \begin_layout Plain Layout
23375 \begin_inset ERT
23376 status collapsed
23377
23378 \begin_layout Plain Layout
23379
23380
23381 \backslash
23382 cdashline{4-5}
23383 \end_layout
23384
23385 \end_inset
23386
23387 p
23388 \end_layout
23389
23390 \end_inset
23391 </cell>
23392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23393 \begin_inset Text
23394
23395 \begin_layout Plain Layout
23396 q
23397 \end_layout
23398
23399 \end_inset
23400 </cell>
23401 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23402 \begin_inset Text
23403
23404 \begin_layout Plain Layout
23405 r
23406 \end_layout
23407
23408 \end_inset
23409 </cell>
23410 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23411 \begin_inset Text
23412
23413 \begin_layout Plain Layout
23414 s
23415 \end_layout
23416
23417 \end_inset
23418 </cell>
23419 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23420 \begin_inset Text
23421
23422 \begin_layout Plain Layout
23423
23424 \end_layout
23425
23426 \end_inset
23427 </cell>
23428 </row>
23429 <row>
23430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23431 \begin_inset Text
23432
23433 \begin_layout Plain Layout
23434 t
23435 \end_layout
23436
23437 \end_inset
23438 </cell>
23439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23440 \begin_inset Text
23441
23442 \begin_layout Plain Layout
23443 u
23444 \end_layout
23445
23446 \end_inset
23447 </cell>
23448 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23449 \begin_inset Text
23450
23451 \begin_layout Plain Layout
23452 v
23453 \end_layout
23454
23455 \end_inset
23456 </cell>
23457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23458 \begin_inset Text
23459
23460 \begin_layout Plain Layout
23461 w
23462 \end_layout
23463
23464 \end_inset
23465 </cell>
23466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23467 \begin_inset Text
23468
23469 \begin_layout Plain Layout
23470 \begin_inset ERT
23471 status collapsed
23472
23473 \begin_layout Plain Layout
23474
23475
23476 \backslash
23477 cellcolor{Maroon}
23478 \end_layout
23479
23480 \end_inset
23481
23482 i
23483 \end_layout
23484
23485 \end_inset
23486 </cell>
23487 </row>
23488 </lyxtabular>
23489
23490 \end_inset
23491
23492
23493 \end_layout
23494
23495 \end_inset
23496
23497
23498 \end_layout
23499
23500 \begin_layout Standard
23501 \begin_inset ERT
23502 status collapsed
23503
23504 \begin_layout Plain Layout
23505
23506
23507 \backslash
23508 renewcommand{
23509 \backslash
23510 hdashline}{
23511 \backslash
23512 myHdashline}
23513 \end_layout
23514
23515 \end_inset
23516
23517
23518 \begin_inset Note Note
23519 status collapsed
23520
23521 \begin_layout Plain Layout
23522 reset to default
23523 \end_layout
23524
23525 \end_inset
23526
23527
23528 \end_layout
23529
23530 \begin_layout Standard
23531 \begin_inset ERT
23532 status collapsed
23533
23534 \begin_layout Plain Layout
23535
23536
23537 \backslash
23538 renewcommand{
23539 \backslash
23540 cdashline}{
23541 \backslash
23542 myCdashline}
23543 \end_layout
23544
23545 \end_inset
23546
23547
23548 \begin_inset Note Note
23549 status collapsed
23550
23551 \begin_layout Plain Layout
23552 reset to default
23553 \end_layout
23554
23555 \end_inset
23556
23557
23558 \end_layout
23559
23560 \begin_layout Standard
23561 \begin_inset ERT
23562 status collapsed
23563
23564 \begin_layout Plain Layout
23565
23566
23567 \backslash
23568 nodashgapcolor
23569 \end_layout
23570
23571 \end_inset
23572
23573
23574 \begin_inset Note Note
23575 status collapsed
23576
23577 \begin_layout Plain Layout
23578 reset to default
23579 \end_layout
23580
23581 \end_inset
23582
23583
23584 \end_layout
23585
23586 \begin_layout Standard
23587 \begin_inset ERT
23588 status collapsed
23589
23590 \begin_layout Plain Layout
23591
23592
23593 \backslash
23594 setlength{
23595 \backslash
23596 arrayrulewidth}{0.4pt}
23597 \end_layout
23598
23599 \end_inset
23600
23601
23602 \begin_inset Note Note
23603 status collapsed
23604
23605 \begin_layout Plain Layout
23606 reset to default
23607 \end_layout
23608
23609 \end_inset
23610
23611
23612 \end_layout
23613
23614 \begin_layout Standard
23615 The coloring of lines, columns and lines works as decribed in section
23616 \begin_inset space ~
23617 \end_inset
23618
23619
23620 \begin_inset CommandInset ref
23621 LatexCommand ref
23622 reference "sec:Colored-Tables"
23623
23624 \end_inset
23625
23626 .
23627  Coloring horizontal lines works analogically as described there as well,
23628  one only needs to replace in the commands 
23629 \series bold
23630
23631 \backslash
23632 myHlineC
23633 \series default
23634  by 
23635 \series bold
23636
23637 \backslash
23638 myHdashline
23639 \series default
23640  and 
23641 \backslash
23642
23643 \series bold
23644 hline
23645 \series default
23646  by 
23647 \series bold
23648
23649 \backslash
23650 hdashline
23651 \series default
23652 ; so one uses the command
23653 \end_layout
23654
23655 \begin_layout Standard
23656
23657 \series bold
23658
23659 \backslash
23660 let
23661 \backslash
23662 myHdashline
23663 \backslash
23664 hdashline
23665 \begin_inset Newline newline
23666 \end_inset
23667
23668
23669 \backslash
23670 renewcommand{
23671 \backslash
23672 hdashline}
23673 \begin_inset Newline newline
23674 \end_inset
23675
23676
23677 \begin_inset Phantom HPhantom
23678 status open
23679
23680 \begin_layout Plain Layout
23681 \begin_inset space ~
23682 \end_inset
23683
23684
23685 \end_layout
23686
23687 \end_inset
23688
23689 {
23690 \backslash
23691 arrayrulecolor{red}
23692 \backslash
23693 myHdashline
23694 \backslash
23695 arrayrulecolor{black}}
23696 \end_layout
23697
23698 \begin_layout Standard
23699 To color 
23700 \series bold
23701
23702 \backslash
23703 cdashline
23704 \series default
23705 , the command is
23706 \end_layout
23707
23708 \begin_layout Standard
23709
23710 \series bold
23711
23712 \backslash
23713 let
23714 \backslash
23715 myCdashline
23716 \backslash
23717 cdashline
23718 \begin_inset Newline newline
23719 \end_inset
23720
23721
23722 \backslash
23723 renewcommand{
23724 \backslash
23725 cdashline}[1]
23726 \begin_inset Newline newline
23727 \end_inset
23728
23729
23730 \begin_inset Phantom HPhantom
23731 status open
23732
23733 \begin_layout Plain Layout
23734 \begin_inset space ~
23735 \end_inset
23736
23737
23738 \end_layout
23739
23740 \end_inset
23741
23742 {
23743 \backslash
23744 arrayrulecolor{red}
23745 \backslash
23746 myCdashline{#1}
23747 \backslash
23748 arrayrulecolor{black}}
23749 \end_layout
23750
23751 \begin_layout Standard
23752 To get back the black line color, one needs to insert the following commands
23753  as \SpecialChar TeX
23754  Code behind the table:
23755 \end_layout
23756
23757 \begin_layout Standard
23758 For 
23759 \series bold
23760
23761 \backslash
23762 hdashline
23763 \end_layout
23764
23765 \begin_layout Standard
23766
23767 \series bold
23768
23769 \backslash
23770 renewcommand{
23771 \backslash
23772 hdashline}{
23773 \backslash
23774 myHdashline}
23775 \end_layout
23776
23777 \begin_layout Standard
23778 and for 
23779 \series bold
23780
23781 \backslash
23782 cdashline
23783 \end_layout
23784
23785 \begin_layout Standard
23786
23787 \series bold
23788
23789 \backslash
23790 renewcommand{
23791 \backslash
23792 cdashline}{
23793 \backslash
23794 myCdashline}
23795 \end_layout
23796
23797 \begin_layout Standard
23798 To color the gaps between the dashes the command
23799 \end_layout
23800
23801 \begin_layout Standard
23802
23803 \series bold
23804
23805 \backslash
23806 dashgapcolor{color}
23807 \end_layout
23808
23809 \begin_layout Standard
23810 can be used in front of a table as \SpecialChar TeX
23811  Code.
23812  color is hereby the name of a defined color.
23813  The command
23814 \end_layout
23815
23816 \begin_layout Standard
23817
23818 \series bold
23819
23820 \backslash
23821 nodashgapcolor
23822 \end_layout
23823
23824 \begin_layout Standard
23825 unsets the changes made by 
23826 \series bold
23827
23828 \backslash
23829 dashgapcolor
23830 \series default
23831 .
23832 \end_layout
23833
23834 \begin_layout Standard
23835 \begin_inset Note Greyedout
23836 status open
23837
23838 \begin_layout Plain Layout
23839
23840 \series bold
23841 \color none
23842 Note
23843 \series default
23844 : If there are multiple commands in a cell, the command of 
23845 \series bold
23846 arydshln
23847 \series default
23848  needs to be the first one in the cell.
23849  Therefore in cell 
23850 \emph on
23851 k
23852 \emph default
23853  of Table
23854 \begin_inset space ~
23855 \end_inset
23856
23857
23858 \begin_inset CommandInset ref
23859 LatexCommand ref
23860 reference "tab:Colored-table-with"
23861
23862 \end_inset
23863
23864  the command 
23865 \series bold
23866
23867 \backslash
23868 hdashline
23869 \series default
23870  is before 
23871 \series bold
23872
23873 \backslash
23874 rowcolor
23875 \series default
23876 .
23877 \end_layout
23878
23879 \end_inset
23880
23881
23882 \end_layout
23883
23884 \begin_layout Standard
23885 \begin_inset Note Greyedout
23886 status open
23887
23888 \begin_layout Plain Layout
23889
23890 \series bold
23891 \color none
23892 Note:
23893 \series default
23894  The \SpecialChar LaTeX
23895 -package 
23896 \series bold
23897 arydshln
23898 \series default
23899  must be loaded in the document preamble before the \SpecialChar LaTeX
23900 -package 
23901 \series bold
23902 colortbl
23903 \series default
23904
23905 \begin_inset Index idx
23906 status collapsed
23907
23908 \begin_layout Plain Layout
23909 \SpecialChar LaTeX
23910 -packages ! colortbl
23911 \end_layout
23912
23913 \end_inset
23914
23915 .
23916 \end_layout
23917
23918 \end_inset
23919
23920
23921 \end_layout
23922
23923 \begin_layout Standard
23924 \begin_inset ERT
23925 status collapsed
23926
23927 \begin_layout Plain Layout
23928
23929
23930 \backslash
23931 else
23932 \end_layout
23933
23934 \end_inset
23935
23936
23937 \begin_inset Note Note
23938 status open
23939
23940 \begin_layout Plain Layout
23941 The following will be displayed when the \SpecialChar LaTeX
23942 -package 
23943 \series bold
23944 arydshln
23945 \series default
23946  is not installed:
23947 \end_layout
23948
23949 \end_inset
23950
23951
23952 \end_layout
23953
23954 \begin_layout Standard
23955 You need to install the package 
23956 \series bold
23957 arydshln
23958 \series default
23959  to see the content of this section in the output.
23960 \end_layout
23961
23962 \begin_layout Standard
23963 \begin_inset ERT
23964 status collapsed
23965
23966 \begin_layout Plain Layout
23967
23968
23969 \backslash
23970 fi
23971 \end_layout
23972
23973 \end_inset
23974
23975
23976 \end_layout
23977
23978 \begin_layout Standard
23979 For more information about dashed lines see the documentation of 
23980 \series bold
23981 arydshln
23982 \series default
23983
23984 \begin_inset CommandInset citation
23985 LatexCommand cite
23986 key "arydshln"
23987
23988 \end_inset
23989
23990 .
23991 \end_layout
23992
23993 \begin_layout Chapter
23994 Floats
23995 \begin_inset CommandInset label
23996 LatexCommand label
23997 name "chap:Floats"
23998
23999 \end_inset
24000
24001
24002 \begin_inset Index idx
24003 status collapsed
24004
24005 \begin_layout Plain Layout
24006 Floats
24007 \end_layout
24008
24009 \end_inset
24010
24011
24012 \end_layout
24013
24014 \begin_layout Section
24015 Introduction
24016 \begin_inset CommandInset label
24017 LatexCommand label
24018 name "sec:FloatIntroduction"
24019
24020 \end_inset
24021
24022
24023 \begin_inset Index idx
24024 status collapsed
24025
24026 \begin_layout Plain Layout
24027 Floats ! Introduction
24028 \end_layout
24029
24030 \end_inset
24031
24032
24033 \end_layout
24034
24035 \begin_layout Standard
24036 A float is a block of text associated with some sort of label, which doesn't
24037  have a fixed location.
24038  It can 
24039 \begin_inset Quotes eld
24040 \end_inset
24041
24042 float
24043 \begin_inset Quotes erd
24044 \end_inset
24045
24046  forward or backward a page or two, to wherever it fits best.
24047  
24048 \family sans
24049 Footnotes
24050 \family default
24051  and 
24052 \family sans
24053 Margin
24054 \begin_inset space ~
24055 \end_inset
24056
24057 Notes
24058 \family default
24059  are also floats because they can float to the next page when there are
24060  too many notes on the page.
24061 \end_layout
24062
24063 \begin_layout Standard
24064 Floats allow a high quality layout.
24065  Images and tables can be spread evenly among the pages to avoid white space
24066  and pages without text.
24067  As the floating often destroys the context between the text and the image/table
24068 , every float can be referenced in the text.
24069  Floats are therefore numbered.
24070  Referencing is described in section
24071 \begin_inset space ~
24072 \end_inset
24073
24074
24075 \begin_inset CommandInset ref
24076 LatexCommand ref
24077 reference "sec:Referencing-Floats"
24078
24079 \end_inset
24080
24081 .
24082 \end_layout
24083
24084 \begin_layout Standard
24085 To insert a float, use the menu 
24086 \family sans
24087 Insert\SpecialChar menuseparator
24088 Float
24089 \family default
24090  (toolbar button 
24091 \begin_inset Info
24092 type  "icon"
24093 arg   "float-insert figure"
24094 \end_inset
24095
24096  or 
24097 \begin_inset Info
24098 type  "icon"
24099 arg   "float-insert table"
24100 \end_inset
24101
24102 ).
24103  This inserts the 
24104 \family sans
24105 Caption
24106 \family default
24107  inset, a box with a label.
24108  The label will automatically be translated to the document language in
24109  the output.
24110  After the label you can insert the caption text.
24111  The image or table is inserted above or below the caption in a separate
24112  paragraph within the float.
24113  More about the caption placement is contained in section
24114 \begin_inset space ~
24115 \end_inset
24116
24117
24118 \begin_inset CommandInset ref
24119 LatexCommand ref
24120 reference "sec:Caption-Placement"
24121
24122 \end_inset
24123
24124 .
24125  To keep your \SpecialChar LyX
24126  document readable, you can open and close the float box by
24127  left-clicking on the box label.
24128  A closed float box looks like this: 
24129 \begin_inset Graphics
24130         filename clipart/float.png
24131         scale 70
24132         scaleBeforeRotation
24133
24134 \end_inset
24135
24136  – a gray button with a red label.
24137 \end_layout
24138
24139 \begin_layout Standard
24140 It is recommended that you insert floats as separate standard paragraphs
24141  to avoid possible \SpecialChar LaTeX
24142 -errors that can occur when the surrounding text is specially
24143  formatted.
24144 \end_layout
24145
24146 \begin_layout Standard
24147 Existing figures or tables can be put into a float by highlighting them
24148  and then pressing the corresponding toolbar button for a new float.
24149 \end_layout
24150
24151 \begin_layout Section
24152 Float Types
24153 \end_layout
24154
24155 \begin_layout Standard
24156 Besides figure and table floats that are described in sections
24157 \begin_inset space ~
24158 \end_inset
24159
24160
24161 \begin_inset CommandInset ref
24162 LatexCommand ref
24163 reference "sec:Figure-Floats"
24164
24165 \end_inset
24166
24167  and 
24168 \begin_inset CommandInset ref
24169 LatexCommand ref
24170 reference "sec:Table-Floats"
24171
24172 \end_inset
24173
24174  respectively, \SpecialChar LyX
24175  offers the float types 
24176 \family sans
24177 Algorithm
24178 \family default
24179  and 
24180 \family sans
24181 Wrap
24182 \family default
24183 .
24184  The latter are explained in sec.
24185 \begin_inset space \thinspace{}
24186 \end_inset
24187
24188
24189 \begin_inset CommandInset ref
24190 LatexCommand ref
24191 reference "sec:Wrap-Floats"
24192
24193 \end_inset
24194
24195 .
24196 \end_layout
24197
24198 \begin_layout Subsection
24199 Algorithm Floats
24200 \begin_inset Index idx
24201 status collapsed
24202
24203 \begin_layout Plain Layout
24204 Floats ! Algorithms
24205 \end_layout
24206
24207 \end_inset
24208
24209
24210 \end_layout
24211
24212 \begin_layout Standard
24213 \begin_inset Float algorithm
24214 placement h
24215 wide false
24216 sideways false
24217 status open
24218
24219 \begin_layout Plain Layout
24220 \begin_inset Caption Standard
24221
24222 \begin_layout Plain Layout
24223 \begin_inset CommandInset label
24224 LatexCommand label
24225 name "alg:Example-Algorithm-float"
24226
24227 \end_inset
24228
24229 Example Algorithm float
24230 \end_layout
24231
24232 \end_inset
24233
24234
24235 \end_layout
24236
24237 \begin_layout LyX-Code
24238 for I in 1..N loop
24239 \begin_inset Newline newline
24240 \end_inset
24241
24242  Sum:= Sum + A(I); /*comment*/
24243 \begin_inset Newline newline
24244 \end_inset
24245
24246 end loop
24247 \begin_inset VSpace -4mm
24248 \end_inset
24249
24250
24251 \end_layout
24252
24253 \end_inset
24254
24255
24256 \end_layout
24257
24258 \begin_layout Standard
24259 This float type is inserted with the menu 
24260 \family sans
24261 Insert\SpecialChar menuseparator
24262 Float\SpecialChar menuseparator
24263 Algorithm
24264 \family default
24265 .
24266  It is used for program codes and descriptions of algorithms and can be
24267  seen as an alternative to program code listings that are explained in chapter
24268 \begin_inset space ~
24269 \end_inset
24270
24271
24272 \begin_inset CommandInset ref
24273 LatexCommand ref
24274 reference "cha:Program-Code-Listings"
24275
24276 \end_inset
24277
24278 .
24279  A possible environment for algorithms is the 
24280 \family sans
24281 \SpecialChar LyX
24282  Code
24283 \family default
24284 , described in \SpecialChar LyX
24285 's 
24286 \emph on
24287 Userguide
24288 \emph default
24289 .
24290  Algorithm
24291 \begin_inset space ~
24292 \end_inset
24293
24294
24295 \begin_inset CommandInset ref
24296 LatexCommand ref
24297 reference "alg:Example-Algorithm-float"
24298
24299 \end_inset
24300
24301  is an example of an algorithm float where -4
24302 \begin_inset space \thinspace{}
24303 \end_inset
24304
24305 mm vertical space was added at the end of the float to have the bottom rule
24306  exactly below the last text line.
24307 \end_layout
24308
24309 \begin_layout Standard
24310 The float label is not automatically translated into the document language.
24311  If your document is not in English, you have to do this manually by adding
24312  the following line to the document preamble
24313 \series bold
24314 :
24315 \end_layout
24316
24317 \begin_layout Standard
24318
24319 \series bold
24320
24321 \backslash
24322 floatname{algorithm}{your
24323 \begin_inset space ~
24324 \end_inset
24325
24326 name}
24327 \end_layout
24328
24329 \begin_layout Standard
24330 where 
24331 \family sans
24332 your
24333 \begin_inset space ~
24334 \end_inset
24335
24336 name
24337 \family default
24338  is the word 
24339 \begin_inset Quotes eld
24340 \end_inset
24341
24342
24343 \emph on
24344 algorithm
24345 \emph default
24346
24347 \begin_inset Quotes erd
24348 \end_inset
24349
24350  in your language.
24351 \end_layout
24352
24353 \begin_layout Standard
24354 To insert the list of algorithms you can use the menu 
24355 \family sans
24356 Insert\SpecialChar menuseparator
24357 List
24358 \begin_inset space \thinspace{}
24359 \end_inset
24360
24361 /
24362 \begin_inset space \thinspace{}
24363 \end_inset
24364
24365 TOC\SpecialChar menuseparator
24366 List of Algorithms
24367 \family default
24368  when your document has the same language as \SpecialChar LyX
24369 's menu names.
24370  In other cases use this command in \SpecialChar TeX
24371  Code instead:
24372 \end_layout
24373
24374 \begin_layout Standard
24375
24376 \series bold
24377
24378 \backslash
24379 listof{algorithm}{your
24380 \begin_inset space ~
24381 \end_inset
24382
24383 name}
24384 \end_layout
24385
24386 \begin_layout Standard
24387 where 
24388 \family sans
24389 your
24390 \begin_inset space ~
24391 \end_inset
24392
24393 name
24394 \family default
24395  is the word 
24396 \begin_inset Quotes eld
24397 \end_inset
24398
24399
24400 \emph on
24401 List of Algorithm
24402 \emph default
24403 s
24404 \begin_inset Quotes erd
24405 \end_inset
24406
24407  in your language.
24408 \end_layout
24409
24410 \begin_layout Standard
24411 Algorithm floats are not by default numbered in the scheme 
24412 \begin_inset Quotes eld
24413 \end_inset
24414
24415 chapter.algorithm
24416 \begin_inset Quotes erd
24417 \end_inset
24418
24419  as is the case for table and figure floats in many document-classes.
24420  To number algorithm floats in the same scheme, add this command to your
24421  document preamble:
24422 \end_layout
24423
24424 \begin_layout Standard
24425
24426 \series bold
24427
24428 \backslash
24429 numberwithin{algorithm}{chapter}
24430 \end_layout
24431
24432 \begin_layout Standard
24433 To be able to use the command 
24434 \series bold
24435
24436 \backslash
24437 numberwithin
24438 \series default
24439 , set in the tab 
24440 \family sans
24441 Math
24442 \begin_inset space ~
24443 \end_inset
24444
24445 Options
24446 \family default
24447  in the document settings the option 
24448 \family sans
24449 Use
24450 \begin_inset space ~
24451 \end_inset
24452
24453 AMS
24454 \begin_inset space ~
24455 \end_inset
24456
24457 math
24458 \begin_inset space ~
24459 \end_inset
24460
24461 package
24462 \family default
24463 .
24464 \end_layout
24465
24466 \begin_layout Section
24467 Float Numbering
24468 \begin_inset Index idx
24469 status collapsed
24470
24471 \begin_layout Plain Layout
24472 Floats ! Numbering
24473 \end_layout
24474
24475 \end_inset
24476
24477
24478 \end_layout
24479
24480 \begin_layout Standard
24481 Floats are usually numbered either independently from the sections the floats
24482  are in, or in the scheme 
24483 \begin_inset Quotes eld
24484 \end_inset
24485
24486 chapter.number
24487 \begin_inset Quotes erd
24488 \end_inset
24489
24490  or 
24491 \begin_inset Quotes eld
24492 \end_inset
24493
24494 section.number
24495 \begin_inset Quotes erd
24496 \end_inset
24497
24498 .
24499  This depends on the document class used.
24500 \end_layout
24501
24502 \begin_layout Standard
24503 To change section-independent numbering, you can use this command in the
24504  document preamble:
24505 \end_layout
24506
24507 \begin_layout Standard
24508
24509 \series bold
24510
24511 \backslash
24512 renewcommand{
24513 \backslash
24514 thetable}{
24515 \backslash
24516 roman{table}}
24517 \end_layout
24518
24519 \begin_layout Standard
24520
24521 \series bold
24522
24523 \backslash
24524 thetable
24525 \series default
24526  is the command that prints the table number.
24527  For figure floats, the command would be 
24528 \series bold
24529
24530 \backslash
24531 thefigure
24532 \series default
24533 .
24534  
24535 \series bold
24536
24537 \backslash
24538 roman
24539 \series default
24540  in the command above prints the table number as a small roman number.
24541 \end_layout
24542
24543 \begin_layout Standard
24544 To change the numbering scheme for example to 
24545 \begin_inset Quotes eld
24546 \end_inset
24547
24548 subsection.number
24549 \begin_inset Quotes erd
24550 \end_inset
24551
24552 , use this command in the preamble:
24553 \end_layout
24554
24555 \begin_layout Standard
24556
24557 \series bold
24558
24559 \backslash
24560 numberwithin{table}{subsection}
24561 \end_layout
24562
24563 \begin_layout Standard
24564 To be able to use the command 
24565 \series bold
24566
24567 \backslash
24568 numberwithin
24569 \series default
24570 , set in the tab 
24571 \family sans
24572 Math
24573 \begin_inset space ~
24574 \end_inset
24575
24576 Options
24577 \family default
24578  in the document settings the option 
24579 \family sans
24580 Use
24581 \begin_inset space ~
24582 \end_inset
24583
24584 AMS
24585 \begin_inset space ~
24586 \end_inset
24587
24588 math
24589 \begin_inset space ~
24590 \end_inset
24591
24592 package
24593 \family default
24594 .
24595 \end_layout
24596
24597 \begin_layout Standard
24598 Please also have a look at section
24599 \begin_inset space ~
24600 \end_inset
24601
24602
24603 \begin_inset CommandInset ref
24604 LatexCommand ref
24605 reference "subsec:Footnote-Numbering"
24606
24607 \end_inset
24608
24609  for the details and important notes about the numbering commands.
24610 \end_layout
24611
24612 \begin_layout Section
24613 Referencing Floats
24614 \begin_inset CommandInset label
24615 LatexCommand label
24616 name "sec:Referencing-Floats"
24617
24618 \end_inset
24619
24620
24621 \begin_inset Index idx
24622 status collapsed
24623
24624 \begin_layout Plain Layout
24625 Floats ! References
24626 \end_layout
24627
24628 \end_inset
24629
24630
24631 \begin_inset Index idx
24632 status collapsed
24633
24634 \begin_layout Plain Layout
24635 References ! to Floats
24636 \end_layout
24637
24638 \end_inset
24639
24640
24641 \end_layout
24642
24643 \begin_layout Standard
24644 To reference a float, insert a label into its caption using the menu 
24645 \family sans
24646 Insert\SpecialChar menuseparator
24647 Label
24648 \family default
24649  or the toolbar button 
24650 \begin_inset Info
24651 type  "icon"
24652 arg   "label-insert"
24653 \end_inset
24654
24655 .
24656  A grey label box like this one: 
24657 \begin_inset Graphics
24658         filename clipart/label.png
24659         scale 85
24660         scaleBeforeRotation
24661
24662 \end_inset
24663
24664  will be inserted and the label window pops up asking for the label text.
24665  \SpecialChar LyX
24666  offers as text the first words of the caption with a prefix.
24667  The prefix depends on the float type, e.
24668 \begin_inset space \thinspace{}
24669 \end_inset
24670
24671 g.
24672 \begin_inset space \space{}
24673 \end_inset
24674
24675 for figure floats the prefix will be "
24676 \family sans
24677 fig:
24678 \family default
24679 ".
24680 \end_layout
24681
24682 \begin_layout Standard
24683 The label is used as anchor and name for the reference.
24684  You can refer to the label using the menu 
24685 \family sans
24686 Insert\SpecialChar menuseparator
24687 Cross-reference
24688 \family default
24689  or the toolbar button 
24690 \begin_inset Info
24691 type  "icon"
24692 arg   "dialog-show-new-inset ref"
24693 \end_inset
24694
24695 .
24696  The cross-reference window appears showing all labels of the document.
24697  If you have multiple \SpecialChar LyX
24698  documents opened, choose the one you are working
24699  on from the drop-list at the top of the dialog.
24700  You can now sort the labels alphabetically and then choose one.
24701  A grey cross-reference box like this one: 
24702 \begin_inset Graphics
24703         filename clipart/reference.png
24704         scale 85
24705         scaleBeforeRotation
24706
24707 \end_inset
24708
24709  will be inserted.
24710  At the position of the cross-reference box the float number will appear
24711  in the output.
24712 \end_layout
24713
24714 \begin_layout Standard
24715 It is recommended that you use a protected space between the cross-reference
24716  name and its number to avoid line breaks between them.
24717  If a cross-reference refers to a non-existing label, you will see two question
24718  marks in the output instead of the reference.
24719 \end_layout
24720
24721 \begin_layout Standard
24722 You can change labels at any time by clicking on the label box.
24723  References to the changed label will automatically update their links to
24724  the new label text.
24725 \end_layout
24726
24727 \begin_layout Standard
24728 The button 
24729 \family sans
24730 Go
24731 \begin_inset space ~
24732 \end_inset
24733
24734 to
24735 \begin_inset space ~
24736 \end_inset
24737
24738 Label
24739 \family default
24740  in the cross-reference window sets the cursor before the referred label.
24741  The button text changes then to Go
24742 \begin_inset space ~
24743 \end_inset
24744
24745 Back and you can use it to set the cursor back to the cross-reference.
24746 \end_layout
24747
24748 \begin_layout Subsection
24749 Cross-Reference Formats
24750 \begin_inset CommandInset label
24751 LatexCommand label
24752 name "subsec:Cross-Reference-Formats"
24753
24754 \end_inset
24755
24756
24757 \begin_inset Index idx
24758 status collapsed
24759
24760 \begin_layout Plain Layout
24761 References ! Formats
24762 \end_layout
24763
24764 \end_inset
24765
24766
24767 \end_layout
24768
24769 \begin_layout Standard
24770 There are six varieties of cross-references:
24771 \end_layout
24772
24773 \begin_layout Description
24774 <reference>: prints the float number, this is the default: 
24775 \begin_inset CommandInset ref
24776 LatexCommand ref
24777 reference "fig:Two-distorted-images"
24778
24779 \end_inset
24780
24781
24782 \end_layout
24783
24784 \begin_layout Description
24785 (<reference>): prints the float number within two parentheses, this is the
24786  style normally used to reference formulas, especially when the reference
24787  name 
24788 \begin_inset Quotes eld
24789 \end_inset
24790
24791 Equation
24792 \begin_inset Quotes erd
24793 \end_inset
24794
24795  is omitted: 
24796 \begin_inset CommandInset ref
24797 LatexCommand eqref
24798 reference "eq:Wgn"
24799
24800 \end_inset
24801
24802
24803 \end_layout
24804
24805 \begin_layout Description
24806 <page>: prints the page number: Page
24807 \begin_inset space ~
24808 \end_inset
24809
24810
24811 \begin_inset CommandInset ref
24812 LatexCommand pageref
24813 reference "fig:Two-distorted-images"
24814
24815 \end_inset
24816
24817
24818 \end_layout
24819
24820 \begin_layout Description
24821 on
24822 \begin_inset space ~
24823 \end_inset
24824
24825 page
24826 \begin_inset space ~
24827 \end_inset
24828
24829 <page>: prints the text "on page" and the page number: 
24830 \begin_inset CommandInset ref
24831 LatexCommand vpageref
24832 reference "fig:Two-distorted-images"
24833
24834 \end_inset
24835
24836
24837 \end_layout
24838
24839 \begin_layout Description
24840 <reference>
24841 \begin_inset space ~
24842 \end_inset
24843
24844 on
24845 \begin_inset space ~
24846 \end_inset
24847
24848 page
24849 \begin_inset space ~
24850 \end_inset
24851
24852 <page>: prints the float number, the text "on page", and the page number:
24853  
24854 \begin_inset CommandInset ref
24855 LatexCommand vref
24856 reference "fig:Two-distorted-images"
24857
24858 \end_inset
24859
24860
24861 \end_layout
24862
24863 \begin_layout Description
24864 Formatted
24865 \begin_inset space ~
24866 \end_inset
24867
24868 reference: prints a self-defined cross-reference format.
24869 \begin_inset Newline newline
24870 \end_inset
24871
24872
24873 \begin_inset Note Greyedout
24874 status open
24875
24876 \begin_layout Plain Layout
24877
24878 \series bold
24879 Note:
24880 \series default
24881  This feature is only available when you have the \SpecialChar LaTeX
24882 -package 
24883 \series bold
24884 prettyref
24885 \series default
24886  or 
24887 \series bold
24888 refstyle
24889 \series default
24890
24891 \begin_inset Index idx
24892 status collapsed
24893
24894 \begin_layout Plain Layout
24895 \SpecialChar LaTeX
24896 -packages ! prettyref
24897 \end_layout
24898
24899 \end_inset
24900
24901
24902 \begin_inset Index idx
24903 status collapsed
24904
24905 \begin_layout Plain Layout
24906 \SpecialChar LaTeX
24907 -packages ! refstyle
24908 \end_layout
24909
24910 \end_inset
24911
24912  installed.
24913 \end_layout
24914
24915 \end_inset
24916
24917
24918 \begin_inset Newline newline
24919 \end_inset
24920
24921 You can select which \SpecialChar LaTeX
24922 -package should be used for this feature by setting
24923  the option 
24924 \family sans
24925 Use refstyle (not prettyref) for cross-references
24926 \family default
24927  in the menu 
24928 \family sans
24929 Document\SpecialChar menuseparator
24930 Settings\SpecialChar menuseparator
24931 Document Class
24932 \family default
24933 .
24934  The format is specified by adding the command 
24935 \series bold
24936
24937 \backslash
24938 newrefformat
24939 \series default
24940  (prettyref) or 
24941 \series bold
24942
24943 \backslash
24944 newref
24945 \series default
24946  (refstyle) to the preamble of the document.
24947  For example redefining all references to figures (which have the label
24948  shortcut 
24949 \begin_inset Quotes eld
24950 \end_inset
24951
24952
24953 \family sans
24954 fig
24955 \family default
24956
24957 \begin_inset Quotes erd
24958 \end_inset
24959
24960 ) can be done with this command
24961 \begin_inset Newline newline
24962 \end_inset
24963
24964
24965 \series bold
24966
24967 \backslash
24968 newref{fig}{refcmd={Image on page 
24969 \backslash
24970 pageref{#1}}}
24971 \series default
24972
24973 \begin_inset Newline newline
24974 \end_inset
24975
24976 For more information about the format, have a look at the package documentations
24977
24978 \begin_inset CommandInset citation
24979 LatexCommand cite
24980 key "prettyref,refstyle"
24981
24982 \end_inset
24983
24984 .
24985 \end_layout
24986
24987 \begin_layout Description
24988 Textual
24989 \begin_inset space ~
24990 \end_inset
24991
24992 reference: prints the caption of the reference: 
24993 \begin_inset CommandInset ref
24994 LatexCommand nameref
24995 reference "fig:Two-distorted-images"
24996
24997 \end_inset
24998
24999
25000 \end_layout
25001
25002 \begin_layout Standard
25003
25004 \family sans
25005 <page>
25006 \family default
25007  will not print the page number if the label is on the previous, the same,
25008  or the next page.
25009  You will e.
25010 \begin_inset space \thinspace{}
25011 \end_inset
25012
25013 g.
25014 \begin_inset space \space{}
25015 \end_inset
25016
25017 see the text 
25018 \begin_inset Quotes eld
25019 \end_inset
25020
25021
25022 \family sans
25023 on this page
25024 \family default
25025
25026 \begin_inset Quotes erd
25027 \end_inset
25028
25029  instead.
25030  The style 
25031 \family sans
25032 <reference> on page <page>
25033 \family default
25034  will not print anything about the page if the label is on the same page.
25035 \end_layout
25036
25037 \begin_layout Standard
25038 The number and current page of the part of the document referred to in the
25039  output is automatically calculated by \SpecialChar LaTeX
25040 .
25041  The varieties are adjusted in the field 
25042 \family sans
25043 Format
25044 \family default
25045  of the cross-reference window that appears when you click on the cross-referenc
25046 e box.
25047 \end_layout
25048
25049 \begin_layout Standard
25050 \begin_inset Note Greyedout
25051 status open
25052
25053 \begin_layout Plain Layout
25054
25055 \series bold
25056 Note:
25057 \series default
25058  It is recommended to use the \SpecialChar LaTeX
25059 -package 
25060 \series bold
25061 refstyle
25062 \series default
25063
25064 \begin_inset Index idx
25065 status collapsed
25066
25067 \begin_layout Plain Layout
25068 \SpecialChar LaTeX
25069 -packages ! refstyle
25070 \end_layout
25071
25072 \end_inset
25073
25074  because 
25075 \series bold
25076 prettyref
25077 \series default
25078
25079 \begin_inset Index idx
25080 status collapsed
25081
25082 \begin_layout Plain Layout
25083 \SpecialChar LaTeX
25084 -packages ! prettyref
25085 \end_layout
25086
25087 \end_inset
25088
25089  does not know all of \SpecialChar LyX
25090 's possible label shortcuts
25091 \begin_inset Foot
25092 status collapsed
25093
25094 \begin_layout Plain Layout
25095 \begin_inset Quotes eld
25096 \end_inset
25097
25098 fig:
25099 \begin_inset Quotes erd
25100 \end_inset
25101
25102  is for example \SpecialChar LyX
25103 's shortcut for labels in figure captions.
25104 \end_layout
25105
25106 \end_inset
25107
25108  and is not internationalized.
25109 \end_layout
25110
25111 \end_inset
25112
25113
25114 \end_layout
25115
25116 \begin_layout Subsection
25117 Automatic Reference Naming
25118 \begin_inset Index idx
25119 status collapsed
25120
25121 \begin_layout Plain Layout
25122 References ! Automatic Reference Naming
25123 \end_layout
25124
25125 \end_inset
25126
25127
25128 \end_layout
25129
25130 \begin_layout Standard
25131 The \SpecialChar LaTeX
25132 -package 
25133 \series bold
25134 hyperref
25135 \series default
25136
25137 \begin_inset Index idx
25138 status collapsed
25139
25140 \begin_layout Plain Layout
25141 \SpecialChar LaTeX
25142 -packages ! hyperref
25143 \end_layout
25144
25145 \end_inset
25146
25147 , that is enabled in the 
25148 \family sans
25149 PDF Properties
25150 \family default
25151  of the 
25152 \family sans
25153 Document Settings
25154 \family default
25155  dialog, provides a very useful feature that cross-references automatically
25156  include the name of the referenced floats (or text parts like 
25157 \emph on
25158 section
25159 \emph default
25160 ).
25161  So you will save having to write e.
25162 \begin_inset space \thinspace{}
25163 \end_inset
25164
25165 g.
25166 \begin_inset space \space{}
25167 \end_inset
25168
25169 the name 
25170 \begin_inset Quotes eld
25171 \end_inset
25172
25173 Figure
25174 \begin_inset Quotes erd
25175 \end_inset
25176
25177  before every reference to a figure.
25178  To use this feature, enable 
25179 \series bold
25180 hyperref
25181 \series default
25182  and insert this line to the \SpecialChar LaTeX
25183  preamble:
25184 \end_layout
25185
25186 \begin_layout Standard
25187
25188 \series bold
25189
25190 \backslash
25191 AtBeginDocument{
25192 \backslash
25193 renewcommand{
25194 \backslash
25195 ref}[1]{
25196 \backslash
25197 mbox{
25198 \backslash
25199 autoref{#1}}}}
25200 \end_layout
25201
25202 \begin_layout Standard
25203 When you prefer other reference names than the default ones, for example
25204  you want instead of 
25205 \begin_inset Quotes eld
25206 \end_inset
25207
25208 section
25209 \begin_inset Quotes erd
25210 \end_inset
25211
25212  the name 
25213 \begin_inset Quotes eld
25214 \end_inset
25215
25216 sec.
25217 \begin_inset space \thinspace{}
25218 \end_inset
25219
25220
25221 \begin_inset Quotes eld
25222 \end_inset
25223
25224 , you can redefine the name by inserting this in the preamble:
25225 \end_layout
25226
25227 \begin_layout Standard
25228
25229 \series bold
25230
25231 \backslash
25232 addto
25233 \backslash
25234 extrasenglish{
25235 \backslash
25236 renewcommand{
25237 \backslash
25238 sectionautorefname}
25239 \begin_inset Newline newline
25240 \end_inset
25241
25242
25243 \begin_inset Phantom HPhantom
25244 status open
25245
25246 \begin_layout Plain Layout
25247
25248 \series bold
25249 \begin_inset space ~
25250 \end_inset
25251
25252
25253 \end_layout
25254
25255 \end_inset
25256
25257 {sec.
25258 \backslash
25259 negthinspace}}
25260 \end_layout
25261
25262 \begin_layout Standard
25263 When you are using another document language than English, replace
25264 \begin_inset Newline newline
25265 \end_inset
25266
25267
25268 \series bold
25269
25270 \backslash
25271 extrasenglish
25272 \series default
25273  by 
25274 \series bold
25275
25276 \backslash
25277 extras***
25278 \series default
25279 , where *** is the name of the language used.
25280 \end_layout
25281
25282 \begin_layout Standard
25283 To get automatic names, but not for certain reference types, for example
25284  not for equations, use this preamble code:
25285 \end_layout
25286
25287 \begin_layout Standard
25288
25289 \series bold
25290
25291 \backslash
25292 addto
25293 \backslash
25294 extrasenglish{
25295 \backslash
25296 renewcommand*{
25297 \backslash
25298 equationautorefname}[1]{}}
25299 \end_layout
25300
25301 \begin_layout Standard
25302 More about this topic can be found in 
25303 \series bold
25304 hyperref
25305 \series default
25306 's documentation 
25307 \begin_inset CommandInset citation
25308 LatexCommand cite
25309 key "hyperref"
25310
25311 \end_inset
25312
25313 .
25314 \end_layout
25315
25316 \begin_layout Standard
25317 \begin_inset Note Greyedout
25318 status open
25319
25320 \begin_layout Plain Layout
25321
25322 \series bold
25323 Note:
25324 \series default
25325  Automatic reference naming cannot be used when you use cross-references
25326  in the 
25327 \family sans
25328 Formatted
25329 \begin_inset space ~
25330 \end_inset
25331
25332 reference
25333 \family default
25334  style, as described in section
25335 \begin_inset space ~
25336 \end_inset
25337
25338
25339 \begin_inset CommandInset ref
25340 LatexCommand ref
25341 reference "subsec:Cross-Reference-Formats"
25342
25343 \end_inset
25344
25345 .
25346 \end_layout
25347
25348 \end_inset
25349
25350
25351 \end_layout
25352
25353 \begin_layout Standard
25354 The 
25355 \emph on
25356 Math
25357 \emph default
25358  manual is an example where automatic reference naming is used.
25359 \end_layout
25360
25361 \begin_layout Subsection
25362 Reference Position
25363 \begin_inset CommandInset label
25364 LatexCommand label
25365 name "subsec:Reference-Position"
25366
25367 \end_inset
25368
25369
25370 \begin_inset Index idx
25371 status collapsed
25372
25373 \begin_layout Plain Layout
25374 References ! Reference Position
25375 \end_layout
25376
25377 \end_inset
25378
25379
25380 \end_layout
25381
25382 \begin_layout Standard
25383 If you use 
25384 \series bold
25385 hyperref
25386 \series default
25387
25388 \begin_inset Index idx
25389 status collapsed
25390
25391 \begin_layout Plain Layout
25392 \SpecialChar LaTeX
25393 -packages ! hyperref
25394 \end_layout
25395
25396 \end_inset
25397
25398  in the 
25399 \family sans
25400 PDF Properties
25401 \family default
25402  of the 
25403 \family sans
25404 Document Settings
25405 \family default
25406  dialog to link cross-references in the output, you will see that clicking
25407  on an image float reference jumps to the image label.
25408  The caption will be the first text part on the screen, so that you cannot
25409  see the image without scrolling.
25410  This is because the reference link anchor is placed at the position of
25411  the label.
25412  With the use of the package 
25413 \series bold
25414 hypcap
25415 \series default
25416
25417 \begin_inset Index idx
25418 status collapsed
25419
25420 \begin_layout Plain Layout
25421 \SpecialChar LaTeX
25422 -packages ! hypcap
25423 \end_layout
25424
25425 \end_inset
25426
25427 , which is part of the \SpecialChar LaTeX
25428 -package 
25429 \series bold
25430 oberdiek
25431 \series default
25432
25433 \begin_inset Index idx
25434 status collapsed
25435
25436 \begin_layout Plain Layout
25437 \SpecialChar LaTeX
25438 -packages ! oberdiek
25439 \end_layout
25440
25441 \end_inset
25442
25443 , the link anchor is placed at the beginning of a float.
25444  To use this feature for figure floats, load 
25445 \series bold
25446 hypcap
25447 \series default
25448  in the document preamble with the line
25449 \end_layout
25450
25451 \begin_layout Standard
25452
25453 \series bold
25454
25455 \backslash
25456 usepackage[figure]{hypcap}
25457 \end_layout
25458
25459 \begin_layout Standard
25460 You can also use 
25461 \series bold
25462 hypcap
25463 \series default
25464  for all float types but this is not recommended for stability reasons.
25465  For more information, have a look at 
25466 \series bold
25467 hypcap
25468 \series default
25469 's manual 
25470 \begin_inset CommandInset citation
25471 LatexCommand cite
25472 key "hypcap"
25473
25474 \end_inset
25475
25476 .
25477 \end_layout
25478
25479 \begin_layout Standard
25480 \begin_inset Note Greyedout
25481 status open
25482
25483 \begin_layout Plain Layout
25484
25485 \series bold
25486 Note:
25487 \series default
25488  
25489 \series bold
25490 hypcap
25491 \series default
25492  has no effect on references to subfigures.
25493 \end_layout
25494
25495 \end_inset
25496
25497
25498 \end_layout
25499
25500 \begin_layout Section
25501 Float Placement
25502 \begin_inset CommandInset label
25503 LatexCommand label
25504 name "sec:Float-Placement"
25505
25506 \end_inset
25507
25508
25509 \begin_inset Index idx
25510 status collapsed
25511
25512 \begin_layout Plain Layout
25513 Floats ! Placement
25514 \end_layout
25515
25516 \end_inset
25517
25518
25519 \end_layout
25520
25521 \begin_layout Standard
25522 Right-clicking on a float-box and clicking on 
25523 \family sans
25524 Settings
25525 \family default
25526  opens a dialog where you can alter the placement options that \SpecialChar LaTeX
25527  uses for
25528  positioning the float.
25529 \begin_inset Newline newline
25530 \end_inset
25531
25532 The option 
25533 \family sans
25534 Span
25535 \begin_inset space ~
25536 \end_inset
25537
25538 columns
25539 \family default
25540  is only useful for two-column documents: If you select it, the float will
25541  span both columns on the page instead of being confined to just one.
25542 \begin_inset Newline newline
25543 \end_inset
25544
25545 The option 
25546 \family sans
25547 Rotate
25548 \begin_inset space ~
25549 \end_inset
25550
25551 sideways
25552 \family default
25553  is used to rotate floats, see section 
25554 \begin_inset CommandInset ref
25555 LatexCommand ref
25556 reference "sec:Rotated-Floats"
25557
25558 \end_inset
25559
25560 .
25561 \end_layout
25562
25563 \begin_layout Standard
25564 You can use one or more of the following options in the float dialog to
25565  set the placement for a particular float when you uncheck the option 
25566 \family sans
25567 Use
25568 \begin_inset space ~
25569 \end_inset
25570
25571 default
25572 \begin_inset space ~
25573 \end_inset
25574
25575 placement
25576 \family default
25577 :
25578 \end_layout
25579
25580 \begin_layout Description
25581 Here
25582 \begin_inset space ~
25583 \end_inset
25584
25585 if
25586 \begin_inset space ~
25587 \end_inset
25588
25589 possible try to place the float on the position where it has been inserted
25590 \end_layout
25591
25592 \begin_layout Description
25593 Top
25594 \begin_inset space ~
25595 \end_inset
25596
25597 of
25598 \begin_inset space ~
25599 \end_inset
25600
25601 page try to place the float at the top of the current page
25602 \end_layout
25603
25604 \begin_layout Description
25605 Bottom
25606 \begin_inset space ~
25607 \end_inset
25608
25609 of
25610 \begin_inset space ~
25611 \end_inset
25612
25613 page try to place the float at the bottom of the current page
25614 \end_layout
25615
25616 \begin_layout Description
25617 Page
25618 \begin_inset space ~
25619 \end_inset
25620
25621 of
25622 \begin_inset space ~
25623 \end_inset
25624
25625 floats try to place the float on its own page
25626 \end_layout
25627
25628 \begin_layout Standard
25629 The order of the above option is 
25630 \emph on
25631 always
25632 \emph default
25633  used by \SpecialChar LaTeX
25634 .
25635  That means, if you use the default placement, \SpecialChar LaTeX
25636  will first try out 
25637 \family sans
25638 Here
25639 \begin_inset space ~
25640 \end_inset
25641
25642 if
25643 \begin_inset space ~
25644 \end_inset
25645
25646 possible
25647 \family default
25648 , then 
25649 \family sans
25650 Top
25651 \begin_inset space ~
25652 \end_inset
25653
25654 of
25655 \begin_inset space ~
25656 \end_inset
25657
25658 page
25659 \family default
25660 , and then the others.
25661  If you do not use the default, \SpecialChar LaTeX
25662  will try only the checked options but in
25663  the same order.
25664  If none of the 4
25665 \begin_inset space ~
25666 \end_inset
25667
25668 placements is possible the procedure is internally repeated trying to put
25669  the float on the following page.
25670 \end_layout
25671
25672 \begin_layout Standard
25673 By default, each option has its own rules:
25674 \end_layout
25675
25676 \begin_layout Labeling
25677 \labelwidthstring 00.00.0000
25678
25679 \family sans
25680 Top
25681 \begin_inset space ~
25682 \end_inset
25683
25684 of
25685 \begin_inset space ~
25686 \end_inset
25687
25688 page
25689 \family default
25690  only floats occupying less than 70
25691 \begin_inset space \thinspace{}
25692 \end_inset
25693
25694 % of the page can be placed at the top of a page (
25695 \series bold
25696
25697 \backslash
25698 topfraction
25699 \series default
25700 )
25701 \end_layout
25702
25703 \begin_layout Labeling
25704 \labelwidthstring 00.00.0000
25705
25706 \family sans
25707 Bottom
25708 \begin_inset space ~
25709 \end_inset
25710
25711 of
25712 \begin_inset space ~
25713 \end_inset
25714
25715 page
25716 \family default
25717 : only floats occupying less than 30
25718 \begin_inset space \thinspace{}
25719 \end_inset
25720
25721 % of the page can be placed at the bottom of a page.
25722  (
25723 \series bold
25724
25725 \backslash
25726 bottomfraction
25727 \series default
25728 )
25729 \end_layout
25730
25731 \begin_layout Labeling
25732 \labelwidthstring 00.00.0000
25733
25734 \family sans
25735 Page
25736 \begin_inset space ~
25737 \end_inset
25738
25739 of
25740 \begin_inset space ~
25741 \end_inset
25742
25743 floats
25744 \family default
25745 : only if more than 50
25746 \begin_inset space \thinspace{}
25747 \end_inset
25748
25749 % of the page is occupied by floats, several floats can be set together
25750  on a page.
25751  (
25752 \series bold
25753
25754 \backslash
25755 floatpagefraction
25756 \series default
25757 )
25758 \end_layout
25759
25760 \begin_layout Standard
25761 If you don't like these rules, you can ignore them by using the additional
25762  option 
25763 \family sans
25764 Ignore
25765 \begin_inset space ~
25766 \end_inset
25767
25768 \SpecialChar LaTeX
25769
25770 \begin_inset space ~
25771 \end_inset
25772
25773 rules
25774 \family default
25775 .
25776 \begin_inset Newline newline
25777 \end_inset
25778
25779 You can also redefine the rules with \SpecialChar LaTeX
25780 -commands that are given in parentheses
25781  after the rules description above.
25782  To increase for example the often too small default of the bottom-rule
25783  to 50
25784 \begin_inset space \thinspace{}
25785 \end_inset
25786
25787 % of the page, add this line to your document preamble:
25788 \end_layout
25789
25790 \begin_layout Standard
25791
25792 \series bold
25793
25794 \backslash
25795 renewcommand{
25796 \backslash
25797 bottomfraction}{0.5}
25798 \end_layout
25799
25800 \begin_layout Standard
25801 Sometimes you might need, under all circumstances, a float to be placed
25802  exactly at the position where it is inserted.
25803  For this case you can use the option 
25804 \family sans
25805 Here
25806 \begin_inset space ~
25807 \end_inset
25808
25809 definitely
25810 \family default
25811 .
25812  Use this option very rarely and only if the document is almost ready to
25813  be printed, because the float is then no longer able to 
25814 \begin_inset Quotes eld
25815 \end_inset
25816
25817 float
25818 \begin_inset Quotes erd
25819 \end_inset
25820
25821  when you change your document and this will often destroy the page layout.
25822 \end_layout
25823
25824 \begin_layout Standard
25825 There are no placement options for text wrap floats, because they are always
25826  surrounded by the text of a certain paragraph.
25827 \begin_inset VSpace bigskip
25828 \end_inset
25829
25830
25831 \end_layout
25832
25833 \begin_layout Standard
25834 Sometimes you have the problem that a float is placed at the top of a page
25835  while its corresponding section starts at the middle of the page, so that
25836  the reader could think the float is part of the previous section.
25837  To avoid this the \SpecialChar LaTeX
25838 -command 
25839 \series bold
25840
25841 \backslash
25842 suppressfloats
25843 \series default
25844  can be used.
25845  It suppresses a given float placement for the page where it is inserted
25846  and can therefore be used to avoid floats being set before a section starts.
25847  To get this, add these commands to your document preamble:
25848 \end_layout
25849
25850 \begin_layout Standard
25851
25852 \series bold
25853
25854 \backslash
25855 let
25856 \backslash
25857 mySection
25858 \backslash
25859 section
25860 \begin_inset Newline newline
25861 \end_inset
25862
25863
25864 \backslash
25865 renewcommand{
25866 \backslash
25867 section}{
25868 \backslash
25869 suppressfloats[t]
25870 \backslash
25871 mySection}
25872 \end_layout
25873
25874 \begin_layout Standard
25875 You can define the same for all section headings, like chapters and subsections.
25876  This definition is not recommended to be used for small text parts like
25877  subsubsections because \SpecialChar LaTeX
25878  may then have problems finding a suitable placement.
25879 \end_layout
25880
25881 \begin_layout Standard
25882 \begin_inset VSpace bigskip
25883 \end_inset
25884
25885 In some cases it is required to have all figures/tables at the end of the
25886  document.
25887  For this purpose the \SpecialChar LaTeX
25888 -package 
25889 \series bold
25890 endfloat
25891 \series default
25892
25893 \begin_inset Index idx
25894 status collapsed
25895
25896 \begin_layout Plain Layout
25897 \SpecialChar LaTeX
25898 -packages ! endfloat
25899 \end_layout
25900
25901 \end_inset
25902
25903  was developed.
25904  It puts all figure and table floats at the end of the document into their
25905  own sections.
25906  At the original float position a text hint like 
25907 \begin_inset Quotes eld
25908 \end_inset
25909
25910
25911 \family sans
25912 [Figure
25913 \begin_inset space ~
25914 \end_inset
25915
25916 3.2 about here.]
25917 \family default
25918
25919 \begin_inset Quotes erd
25920 \end_inset
25921
25922  is inserted.
25923  The endfloat-package is loaded in the preamble with the line
25924 \end_layout
25925
25926 \begin_layout Standard
25927
25928 \series bold
25929
25930 \backslash
25931 usepackage[options]{endfloat}
25932 \end_layout
25933
25934 \begin_layout Standard
25935 There are various package options to format the created figure/table sections.
25936  For more information we refer you to the 
25937 \series bold
25938 endfloat
25939 \series default
25940  documentation 
25941 \begin_inset CommandInset citation
25942 LatexCommand cite
25943 key "endfloat"
25944
25945 \end_inset
25946
25947 .
25948 \begin_inset Newline newline
25949 \end_inset
25950
25951
25952 \begin_inset Note Greyedout
25953 status open
25954
25955 \begin_layout Plain Layout
25956
25957 \series bold
25958 Note: endfloat
25959 \series default
25960  doesn't provide an automatic translation for the text hint, you have to
25961  do this manually, see section
25962 \begin_inset space ~
25963 \end_inset
25964
25965 4 in 
25966 \begin_inset CommandInset citation
25967 LatexCommand cite
25968 key "endfloat"
25969
25970 \end_inset
25971
25972 .
25973 \end_layout
25974
25975 \end_inset
25976
25977
25978 \begin_inset Newline newline
25979 \end_inset
25980
25981
25982 \begin_inset Note Greyedout
25983 status open
25984
25985 \begin_layout Plain Layout
25986
25987 \series bold
25988 Note:
25989 \series default
25990  There is currently a bug in 
25991 \series bold
25992 endfloat
25993 \series default
25994  when the caption contains a German 
25995 \begin_inset Quotes eld
25996 \end_inset
25997
25998 ß
25999 \begin_inset Quotes erd
26000 \end_inset
26001
26002 .
26003  Use in this case the command 
26004 \begin_inset Quotes eld
26005 \end_inset
26006
26007
26008 \series bold
26009
26010 \backslash
26011 ss
26012 \series default
26013
26014 \begin_inset Quotes erd
26015 \end_inset
26016
26017  in \SpecialChar TeX
26018  Code instead of 
26019 \begin_inset Quotes eld
26020 \end_inset
26021
26022 ß
26023 \begin_inset Quotes erd
26024 \end_inset
26025
26026 .
26027 \end_layout
26028
26029 \end_inset
26030
26031
26032 \end_layout
26033
26034 \begin_layout Standard
26035 \begin_inset VSpace bigskip
26036 \end_inset
26037
26038 For more details about float placements, have a look at \SpecialChar LaTeX
26039  books, 
26040 \begin_inset CommandInset citation
26041 LatexCommand cite
26042 key "latexcompanion,latexguide,latexbook"
26043
26044 \end_inset
26045
26046 .
26047 \end_layout
26048
26049 \begin_layout Section
26050 Rotated Floats
26051 \begin_inset CommandInset label
26052 LatexCommand label
26053 name "sec:Rotated-Floats"
26054
26055 \end_inset
26056
26057
26058 \begin_inset Index idx
26059 status collapsed
26060
26061 \begin_layout Plain Layout
26062 Floats ! Rotating
26063 \end_layout
26064
26065 \end_inset
26066
26067
26068 \end_layout
26069
26070 \begin_layout Standard
26071 Especially for wide tables you might have floats rotated.
26072  To rotate a whole float including the caption, right-click on the float-box
26073  and use the option 
26074 \family sans
26075 Rotate
26076 \begin_inset space ~
26077 \end_inset
26078
26079 sideways
26080 \family default
26081 .
26082 \end_layout
26083
26084 \begin_layout Standard
26085 Rotated floats are always placed on a page of their own (or column of their
26086  own; in case you have a multi-column document).
26087  You can let them span several columns using the float settings option 
26088 \family sans
26089 Span
26090 \begin_inset space ~
26091 \end_inset
26092
26093 columns
26094 \family default
26095 .
26096  Floats are rotated so that you can read them from the outside margin.
26097  To force a certain rotation direction for all pages, you can add either
26098  the option 
26099 \series bold
26100 figuresleft
26101 \series default
26102  or 
26103 \series bold
26104 figuresright
26105 \series default
26106  to the document class options.
26107 \end_layout
26108
26109 \begin_layout Standard
26110 Referencing rotated floats is the same as for normal floats, the caption
26111  format is also the same: Table
26112 \begin_inset space ~
26113 \end_inset
26114
26115
26116 \begin_inset CommandInset ref
26117 LatexCommand ref
26118 reference "tab:Rotated-table"
26119
26120 \end_inset
26121
26122  is an example of a rotated table float.
26123 \end_layout
26124
26125 \begin_layout Standard
26126 \begin_inset Note Greyedout
26127 status open
26128
26129 \begin_layout Plain Layout
26130
26131 \series bold
26132 Note:
26133 \series default
26134  Not all DVI-viewers are able to display rotated floats.
26135 \end_layout
26136
26137 \end_inset
26138
26139
26140 \end_layout
26141
26142 \begin_layout Standard
26143 \begin_inset Float table
26144 wide false
26145 sideways true
26146 status open
26147
26148 \begin_layout Plain Layout
26149 \begin_inset Caption Standard
26150
26151 \begin_layout Plain Layout
26152 \begin_inset CommandInset label
26153 LatexCommand label
26154 name "tab:Rotated-table"
26155
26156 \end_inset
26157
26158  Rotated table
26159 \end_layout
26160
26161 \end_inset
26162
26163
26164 \end_layout
26165
26166 \begin_layout Plain Layout
26167 \align center
26168 \begin_inset Tabular
26169 <lyxtabular version="3" rows="1" columns="5">
26170 <features tabularvalignment="middle">
26171 <column alignment="center" valignment="top">
26172 <column alignment="center" valignment="top">
26173 <column alignment="center" valignment="top">
26174 <column alignment="center" valignment="top">
26175 <column alignment="center" valignment="top">
26176 <row>
26177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26178 \begin_inset Text
26179
26180 \begin_layout Plain Layout
26181 test
26182 \end_layout
26183
26184 \end_inset
26185 </cell>
26186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26187 \begin_inset Text
26188
26189 \begin_layout Plain Layout
26190 b
26191 \end_layout
26192
26193 \end_inset
26194 </cell>
26195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26196 \begin_inset Text
26197
26198 \begin_layout Plain Layout
26199 c
26200 \end_layout
26201
26202 \end_inset
26203 </cell>
26204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26205 \begin_inset Text
26206
26207 \begin_layout Plain Layout
26208 d
26209 \end_layout
26210
26211 \end_inset
26212 </cell>
26213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26214 \begin_inset Text
26215
26216 \begin_layout Plain Layout
26217 e
26218 \end_layout
26219
26220 \end_inset
26221 </cell>
26222 </row>
26223 </lyxtabular>
26224
26225 \end_inset
26226
26227
26228 \end_layout
26229
26230 \end_inset
26231
26232
26233 \end_layout
26234
26235 \begin_layout Section
26236 Subfloats
26237 \begin_inset Index idx
26238 status collapsed
26239
26240 \begin_layout Plain Layout
26241 Floats ! Subfloats
26242 \end_layout
26243
26244 \end_inset
26245
26246
26247 \end_layout
26248
26249 \begin_layout Standard
26250 Subfloats are for example used when a figure consists of several images.
26251  They are created by inserting a float into an existing float.
26252  The placement of the subfloats can be controlled in the same way as for
26253  paragraphs as shown in table
26254 \begin_inset space ~
26255 \end_inset
26256
26257
26258 \begin_inset CommandInset ref
26259 LatexCommand ref
26260 reference "tab:Two-subtables-side"
26261
26262 \end_inset
26263
26264  and 
26265 \begin_inset CommandInset ref
26266 LatexCommand ref
26267 reference "tab:Two-subtables-upon"
26268
26269 \end_inset
26270
26271 .
26272 \end_layout
26273
26274 \begin_layout Standard
26275 Referencing subfloats works as for normal floats: Table
26276 \begin_inset space ~
26277 \end_inset
26278
26279
26280 \begin_inset CommandInset ref
26281 LatexCommand ref
26282 reference "tab:This-is-subtable-a"
26283
26284 \end_inset
26285
26286  and 
26287 \begin_inset CommandInset ref
26288 LatexCommand ref
26289 reference "tab:This-is-subtable-b"
26290
26291 \end_inset
26292
26293  are subtables of table
26294 \begin_inset space ~
26295 \end_inset
26296
26297
26298 \begin_inset CommandInset ref
26299 LatexCommand ref
26300 reference "tab:Two-subtables-side"
26301
26302 \end_inset
26303
26304 .
26305 \end_layout
26306
26307 \begin_layout Standard
26308 \begin_inset Float table
26309 wide false
26310 sideways false
26311 status open
26312
26313 \begin_layout Plain Layout
26314 \begin_inset Caption Standard
26315
26316 \begin_layout Plain Layout
26317 \begin_inset CommandInset label
26318 LatexCommand label
26319 name "tab:Two-subtables-side"
26320
26321 \end_inset
26322
26323 Two subtables placed side by side.
26324 \end_layout
26325
26326 \end_inset
26327
26328
26329 \end_layout
26330
26331 \begin_layout Plain Layout
26332 \align center
26333 \begin_inset space \hfill{}
26334 \end_inset
26335
26336
26337 \begin_inset Float table
26338 wide false
26339 sideways false
26340 status collapsed
26341
26342 \begin_layout Plain Layout
26343 \begin_inset Caption Standard
26344
26345 \begin_layout Plain Layout
26346 \begin_inset CommandInset label
26347 LatexCommand label
26348 name "tab:This-is-subtable-a"
26349
26350 \end_inset
26351
26352 This is subtable a.
26353 \end_layout
26354
26355 \end_inset
26356
26357
26358 \end_layout
26359
26360 \begin_layout Plain Layout
26361 \align center
26362 \begin_inset Tabular
26363 <lyxtabular version="3" rows="1" columns="5">
26364 <features tabularvalignment="middle">
26365 <column alignment="center" valignment="top">
26366 <column alignment="center" valignment="top">
26367 <column alignment="center" valignment="top">
26368 <column alignment="center" valignment="top">
26369 <column alignment="center" valignment="top">
26370 <row>
26371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26372 \begin_inset Text
26373
26374 \begin_layout Plain Layout
26375 test
26376 \end_layout
26377
26378 \end_inset
26379 </cell>
26380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26381 \begin_inset Text
26382
26383 \begin_layout Plain Layout
26384 b
26385 \end_layout
26386
26387 \end_inset
26388 </cell>
26389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26390 \begin_inset Text
26391
26392 \begin_layout Plain Layout
26393 c
26394 \end_layout
26395
26396 \end_inset
26397 </cell>
26398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26399 \begin_inset Text
26400
26401 \begin_layout Plain Layout
26402 d
26403 \end_layout
26404
26405 \end_inset
26406 </cell>
26407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26408 \begin_inset Text
26409
26410 \begin_layout Plain Layout
26411 e
26412 \end_layout
26413
26414 \end_inset
26415 </cell>
26416 </row>
26417 </lyxtabular>
26418
26419 \end_inset
26420
26421
26422 \end_layout
26423
26424 \end_inset
26425
26426
26427 \begin_inset space \hfill{}
26428 \end_inset
26429
26430
26431 \begin_inset Float table
26432 wide false
26433 sideways false
26434 status collapsed
26435
26436 \begin_layout Plain Layout
26437 \begin_inset Caption Standard
26438
26439 \begin_layout Plain Layout
26440 \begin_inset CommandInset label
26441 LatexCommand label
26442 name "tab:This-is-subtable-b"
26443
26444 \end_inset
26445
26446 This is subtable b.
26447 \end_layout
26448
26449 \end_inset
26450
26451
26452 \end_layout
26453
26454 \begin_layout Plain Layout
26455 \align center
26456 \begin_inset Tabular
26457 <lyxtabular version="3" rows="1" columns="5">
26458 <features tabularvalignment="middle">
26459 <column alignment="center" valignment="top">
26460 <column alignment="center" valignment="top">
26461 <column alignment="center" valignment="top">
26462 <column alignment="center" valignment="top">
26463 <column alignment="center" valignment="top">
26464 <row>
26465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26466 \begin_inset Text
26467
26468 \begin_layout Plain Layout
26469 e
26470 \end_layout
26471
26472 \end_inset
26473 </cell>
26474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26475 \begin_inset Text
26476
26477 \begin_layout Plain Layout
26478 d
26479 \end_layout
26480
26481 \end_inset
26482 </cell>
26483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26484 \begin_inset Text
26485
26486 \begin_layout Plain Layout
26487 c
26488 \end_layout
26489
26490 \end_inset
26491 </cell>
26492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26493 \begin_inset Text
26494
26495 \begin_layout Plain Layout
26496 b
26497 \end_layout
26498
26499 \end_inset
26500 </cell>
26501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26502 \begin_inset Text
26503
26504 \begin_layout Plain Layout
26505 test
26506 \end_layout
26507
26508 \end_inset
26509 </cell>
26510 </row>
26511 </lyxtabular>
26512
26513 \end_inset
26514
26515
26516 \end_layout
26517
26518 \end_inset
26519
26520
26521 \begin_inset space \hfill{}
26522 \end_inset
26523
26524
26525 \end_layout
26526
26527 \end_inset
26528
26529
26530 \end_layout
26531
26532 \begin_layout Standard
26533 \begin_inset Float table
26534 wide false
26535 sideways false
26536 status open
26537
26538 \begin_layout Plain Layout
26539 \begin_inset Caption Standard
26540
26541 \begin_layout Plain Layout
26542 \begin_inset CommandInset label
26543 LatexCommand label
26544 name "tab:Two-subtables-upon"
26545
26546 \end_inset
26547
26548 Two subtables placed one above the other.
26549  (a) table with 4 cells, (b) table with 5 cells.
26550 \end_layout
26551
26552 \end_inset
26553
26554
26555 \end_layout
26556
26557 \begin_layout Plain Layout
26558 \align center
26559 \begin_inset Float table
26560 wide false
26561 sideways false
26562 status collapsed
26563
26564 \begin_layout Plain Layout
26565 \begin_inset Caption Standard
26566
26567 \begin_layout Plain Layout
26568
26569 \end_layout
26570
26571 \end_inset
26572
26573
26574 \end_layout
26575
26576 \begin_layout Plain Layout
26577 \align center
26578 \begin_inset Tabular
26579 <lyxtabular version="3" rows="1" columns="4">
26580 <features tabularvalignment="middle">
26581 <column alignment="center" valignment="top">
26582 <column alignment="center" valignment="top">
26583 <column alignment="center" valignment="top">
26584 <column alignment="center" valignment="top">
26585 <row>
26586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26587 \begin_inset Text
26588
26589 \begin_layout Plain Layout
26590 test
26591 \end_layout
26592
26593 \end_inset
26594 </cell>
26595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26596 \begin_inset Text
26597
26598 \begin_layout Plain Layout
26599 test
26600 \end_layout
26601
26602 \end_inset
26603 </cell>
26604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26605 \begin_inset Text
26606
26607 \begin_layout Plain Layout
26608 test
26609 \end_layout
26610
26611 \end_inset
26612 </cell>
26613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26614 \begin_inset Text
26615
26616 \begin_layout Plain Layout
26617 test
26618 \end_layout
26619
26620 \end_inset
26621 </cell>
26622 </row>
26623 </lyxtabular>
26624
26625 \end_inset
26626
26627
26628 \end_layout
26629
26630 \end_inset
26631
26632
26633 \end_layout
26634
26635 \begin_layout Plain Layout
26636 \align center
26637 \begin_inset Float table
26638 wide false
26639 sideways false
26640 status collapsed
26641
26642 \begin_layout Plain Layout
26643 \begin_inset Caption Standard
26644
26645 \begin_layout Plain Layout
26646
26647 \end_layout
26648
26649 \end_inset
26650
26651
26652 \end_layout
26653
26654 \begin_layout Plain Layout
26655 \align center
26656 \begin_inset Tabular
26657 <lyxtabular version="3" rows="1" columns="5">
26658 <features tabularvalignment="middle">
26659 <column alignment="center" valignment="top">
26660 <column alignment="center" valignment="top">
26661 <column alignment="center" valignment="top">
26662 <column alignment="center" valignment="top">
26663 <column alignment="center" valignment="top">
26664 <row>
26665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26666 \begin_inset Text
26667
26668 \begin_layout Plain Layout
26669 a
26670 \end_layout
26671
26672 \end_inset
26673 </cell>
26674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26675 \begin_inset Text
26676
26677 \begin_layout Plain Layout
26678 b
26679 \end_layout
26680
26681 \end_inset
26682 </cell>
26683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26684 \begin_inset Text
26685
26686 \begin_layout Plain Layout
26687 c
26688 \end_layout
26689
26690 \end_inset
26691 </cell>
26692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26693 \begin_inset Text
26694
26695 \begin_layout Plain Layout
26696 d
26697 \end_layout
26698
26699 \end_inset
26700 </cell>
26701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26702 \begin_inset Text
26703
26704 \begin_layout Plain Layout
26705 e
26706 \end_layout
26707
26708 \end_inset
26709 </cell>
26710 </row>
26711 </lyxtabular>
26712
26713 \end_inset
26714
26715
26716 \end_layout
26717
26718 \end_inset
26719
26720
26721 \end_layout
26722
26723 \end_inset
26724
26725
26726 \end_layout
26727
26728 \begin_layout Section
26729 Floats Side by Side
26730 \begin_inset Index idx
26731 status collapsed
26732
26733 \begin_layout Plain Layout
26734 Floats ! Side by side
26735 \end_layout
26736
26737 \end_inset
26738
26739
26740 \end_layout
26741
26742 \begin_layout Standard
26743 To place floats side by side, as in Figures
26744 \begin_inset space ~
26745 \end_inset
26746
26747
26748 \begin_inset CommandInset ref
26749 LatexCommand ref
26750 reference "fig:Float-left"
26751
26752 \end_inset
26753
26754  and 
26755 \begin_inset CommandInset ref
26756 LatexCommand ref
26757 reference "fig:Float-right"
26758
26759 \end_inset
26760
26761 , only 
26762 \emph on
26763 one
26764 \emph default
26765  float is used.
26766  In it two minipage boxes are inserted.
26767 \begin_inset Foot
26768 status collapsed
26769
26770 \begin_layout Plain Layout
26771 Minipages are explained in section
26772 \begin_inset space ~
26773 \end_inset
26774
26775
26776 \begin_inset CommandInset ref
26777 LatexCommand ref
26778 reference "sec:Minipages"
26779
26780 \end_inset
26781
26782 .
26783 \end_layout
26784
26785 \end_inset
26786
26787  The width is set to 45
26788 \begin_inset space \thinspace{}
26789 \end_inset
26790
26791 -50
26792 \begin_inset space \thinspace{}
26793 \end_inset
26794
26795 column% and the box alignment to 
26796 \family sans
26797 Bottom
26798 \family default
26799  for each minipage.
26800  The minipage boxes contain the image and the caption in the same way as
26801  they are in a float.
26802  The only difference is that the image unit 
26803 \family sans
26804 Column
26805 \begin_inset space ~
26806 \end_inset
26807
26808 Width
26809 \begin_inset space ~
26810 \end_inset
26811
26812 %
26813 \family default
26814  is now calculated according to the width of the minipage boxes.
26815 \end_layout
26816
26817 \begin_layout Standard
26818 \begin_inset Float figure
26819 wide false
26820 sideways false
26821 status open
26822
26823 \begin_layout Plain Layout
26824 \begin_inset Box Frameless
26825 position "b"
26826 hor_pos "c"
26827 has_inner_box 1
26828 inner_pos "t"
26829 use_parbox 0
26830 use_makebox 0
26831 width "45col%"
26832 special "none"
26833 height "1in"
26834 height_special "totalheight"
26835 thickness "0.4pt"
26836 separation "3pt"
26837 shadowsize "4pt"
26838 framecolor "black"
26839 backgroundcolor "none"
26840 status open
26841
26842 \begin_layout Plain Layout
26843 \align center
26844 \begin_inset Graphics
26845         filename clipart/mobius.eps
26846         lyxscale 50
26847         width 100col%
26848         scaleBeforeRotation
26849
26850 \end_inset
26851
26852
26853 \end_layout
26854
26855 \begin_layout Plain Layout
26856 \begin_inset Caption Standard
26857
26858 \begin_layout Plain Layout
26859 \begin_inset CommandInset label
26860 LatexCommand label
26861 name "fig:Float-left"
26862
26863 \end_inset
26864
26865 Float on the left side.
26866 \end_layout
26867
26868 \end_inset
26869
26870
26871 \end_layout
26872
26873 \end_inset
26874
26875
26876 \begin_inset space \hfill{}
26877 \end_inset
26878
26879
26880 \begin_inset Box Frameless
26881 position "b"
26882 hor_pos "c"
26883 has_inner_box 1
26884 inner_pos "t"
26885 use_parbox 0
26886 use_makebox 0
26887 width "45col%"
26888 special "none"
26889 height "1in"
26890 height_special "totalheight"
26891 thickness "0.4pt"
26892 separation "3pt"
26893 shadowsize "4pt"
26894 framecolor "black"
26895 backgroundcolor "none"
26896 status open
26897
26898 \begin_layout Plain Layout
26899 \align center
26900 \begin_inset Graphics
26901         filename clipart/platypus.eps
26902         lyxscale 50
26903         width 100col%
26904         scaleBeforeRotation
26905
26906 \end_inset
26907
26908
26909 \end_layout
26910
26911 \begin_layout Plain Layout
26912 \begin_inset Caption Standard
26913
26914 \begin_layout Plain Layout
26915 \begin_inset CommandInset label
26916 LatexCommand label
26917 name "fig:Float-right"
26918
26919 \end_inset
26920
26921 Float on the right side.
26922 \end_layout
26923
26924 \end_inset
26925
26926
26927 \end_layout
26928
26929 \end_inset
26930
26931
26932 \end_layout
26933
26934 \end_inset
26935
26936
26937 \end_layout
26938
26939 \begin_layout Standard
26940 An alternative and simpler solution is to use the module 
26941 \family sans
26942 Variable-width Minipages
26943 \family default
26944 , see sec.
26945 \begin_inset space \thinspace{}
26946 \end_inset
26947
26948
26949 \begin_inset CommandInset ref
26950 LatexCommand ref
26951 reference "sec:Minipages"
26952
26953 \end_inset
26954
26955 .
26956  Variable-width minipages adapt automatically to the width of the figures
26957  and tables.
26958  They do not require an explicit width to be given, and they improve the
26959  horizontal alignment of the figures.
26960  The LyX example file 
26961 \emph on
26962 varwidth-floats-side-by-side
26963 \emph default
26964  gives examples of how to do this.
26965 \end_layout
26966
26967 \begin_layout Section
26968 Caption Formatting
26969 \begin_inset Index idx
26970 status collapsed
26971
26972 \begin_layout Plain Layout
26973 Caption ! Formatting
26974 \end_layout
26975
26976 \end_inset
26977
26978
26979 \begin_inset Index idx
26980 status collapsed
26981
26982 \begin_layout Plain Layout
26983 Floats ! Caption Formatting
26984 \end_layout
26985
26986 \end_inset
26987
26988
26989 \begin_inset CommandInset label
26990 LatexCommand label
26991 name "sec:Caption-Formatting"
26992
26993 \end_inset
26994
26995
26996 \end_layout
26997
26998 \begin_layout Standard
26999 The 
27000 \family sans
27001 Caption
27002 \family default
27003  environment is the default paragraph environment for 
27004 \family sans
27005 Floats
27006 \family default
27007 .
27008  On the \SpecialChar LyX
27009  screen captions appear as a label, e.
27010 \begin_inset space \thinspace{}
27011 \end_inset
27012
27013 g.
27014 \begin_inset space \space{}
27015 \end_inset
27016
27017
27018 \begin_inset Quotes eld
27019 \end_inset
27020
27021
27022 \family sans
27023 Figure #:
27024 \family default
27025
27026 \begin_inset Quotes erd
27027 \end_inset
27028
27029  followed by the caption text.
27030  
27031 \begin_inset Quotes eld
27032 \end_inset
27033
27034 #
27035 \begin_inset Quotes erd
27036 \end_inset
27037
27038  is the actual reference number.
27039  By default the label and the number are in the same font as the caption
27040  text and a colon follows the number to divide the label from the text.
27041  This caption format is suitable for many but not all documents.
27042  
27043 \end_layout
27044
27045 \begin_layout Standard
27046 To change the default caption format, load the \SpecialChar LaTeX
27047 -package 
27048 \series bold
27049 caption
27050 \series default
27051
27052 \begin_inset Index idx
27053 status collapsed
27054
27055 \begin_layout Plain Layout
27056 \SpecialChar LaTeX
27057 -packages ! caption
27058 \end_layout
27059
27060 \end_inset
27061
27062  in the document preamble with this line:
27063 \end_layout
27064
27065 \begin_layout Standard
27066
27067 \series bold
27068
27069 \backslash
27070 usepackage[format definition]{caption}
27071 \end_layout
27072
27073 \begin_layout Standard
27074 To have for example the label and the number in sans-serif, bold font and
27075  the table captions always above the table as in this document, use the
27076  following command:
27077 \end_layout
27078
27079 \begin_layout Standard
27080
27081 \series bold
27082
27083 \backslash
27084 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
27085 \end_layout
27086
27087 \begin_layout Standard
27088 You can also define different caption formats for the different float types.
27089  In this case load the 
27090 \series bold
27091 caption
27092 \series default
27093  package without format specific options and define the different formats
27094  with the help of the command
27095 \end_layout
27096
27097 \begin_layout Standard
27098
27099 \series bold
27100
27101 \backslash
27102 captionsetup[float type]{format definition}
27103 \end_layout
27104
27105 \begin_layout Standard
27106 in the document preamble.
27107  For example the caption formats of Figure
27108 \begin_inset space ~
27109 \end_inset
27110
27111
27112 \begin_inset CommandInset ref
27113 LatexCommand ref
27114 reference "fig:This-is-an-fig"
27115
27116 \end_inset
27117
27118  and Table
27119 \begin_inset space ~
27120 \end_inset
27121
27122
27123 \begin_inset CommandInset ref
27124 LatexCommand ref
27125 reference "tab:This-is-an-tab"
27126
27127 \end_inset
27128
27129  can be created using these commands in the document preamble:
27130 \end_layout
27131
27132 \begin_layout Standard
27133
27134 \series bold
27135
27136 \backslash
27137 usepackage[tableposition=top]{caption}
27138 \series default
27139
27140 \begin_inset Newline newline
27141 \end_inset
27142
27143
27144 \series bold
27145
27146 \backslash
27147 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
27148 \begin_inset Newline newline
27149 \end_inset
27150
27151
27152 \begin_inset Phantom HPhantom
27153 status open
27154
27155 \begin_layout Plain Layout
27156
27157 \series bold
27158
27159 \backslash
27160 captionsetup[figure]{
27161 \end_layout
27162
27163 \end_inset
27164
27165 labelsep=period}
27166 \begin_inset Newline newline
27167 \end_inset
27168
27169
27170 \backslash
27171 captionsetup[table]{labelfont={bf,sf}}
27172 \end_layout
27173
27174 \begin_layout Standard
27175 \begin_inset Note Greyedout
27176 status open
27177
27178 \begin_layout Plain Layout
27179
27180 \series bold
27181 Note:
27182 \series default
27183  The option 
27184 \series bold
27185 tableposition=top
27186 \series default
27187  has no effect when a 
27188 \series bold
27189 KOMA-Script
27190 \series default
27191
27192 \begin_inset Index idx
27193 status collapsed
27194
27195 \begin_layout Plain Layout
27196 \SpecialChar LaTeX
27197 -packages ! KOMA-Script
27198 \end_layout
27199
27200 \end_inset
27201
27202  document class is used.
27203  In this case the document class option 
27204 \series bold
27205 captions=tableheading
27206 \series default
27207  must be used.
27208 \end_layout
27209
27210 \end_inset
27211
27212
27213 \end_layout
27214
27215 \begin_layout Standard
27216 For more information about the package 
27217 \series bold
27218 caption
27219 \series default
27220  we refer to its documentation 
27221 \begin_inset CommandInset citation
27222 LatexCommand cite
27223 key "caption"
27224
27225 \end_inset
27226
27227 .
27228 \end_layout
27229
27230 \begin_layout Standard
27231 To change the label name from e.
27232 \begin_inset space \thinspace{}
27233 \end_inset
27234
27235 g.
27236 \begin_inset space \space{}
27237 \end_inset
27238
27239
27240 \begin_inset Quotes eld
27241 \end_inset
27242
27243 Figure
27244 \begin_inset Quotes erd
27245 \end_inset
27246
27247  to 
27248 \begin_inset Quotes eld
27249 \end_inset
27250
27251 Image
27252 \begin_inset Quotes erd
27253 \end_inset
27254
27255  use this preamble command:
27256 \end_layout
27257
27258 \begin_layout Standard
27259
27260 \series bold
27261
27262 \backslash
27263 renewcommand{
27264 \backslash
27265 fnum@figure}{Image~
27266 \backslash
27267 thefigure}
27268 \end_layout
27269
27270 \begin_layout Standard
27271 where 
27272 \series bold
27273
27274 \backslash
27275 thefigure
27276 \series default
27277  inserts the figure number and
27278 \series bold
27279  
27280 \begin_inset Quotes eld
27281 \end_inset
27282
27283 ~
27284 \series default
27285
27286 \begin_inset Quotes erd
27287 \end_inset
27288
27289  creates a protected space.
27290 \end_layout
27291
27292 \begin_layout Standard
27293 \begin_inset VSpace bigskip
27294 \end_inset
27295
27296 If you are using a 
27297 \series bold
27298 KOMA-Script
27299 \series default
27300
27301 \begin_inset Index idx
27302 status collapsed
27303
27304 \begin_layout Plain Layout
27305 \SpecialChar LaTeX
27306 -packages ! KOMA-Script
27307 \end_layout
27308
27309 \end_inset
27310
27311  document class (
27312 \family sans
27313 article (KOMA-Script)
27314 \family default
27315
27316 \family sans
27317 book (KOMA-Script)
27318 \family default
27319
27320 \family sans
27321 letter (KOMA-Script)
27322 \family default
27323 , or 
27324 \family sans
27325 report (KOMA-Script)
27326 \family default
27327
27328 \begin_inset space \thinspace{}
27329 \end_inset
27330
27331 ), you can alternatively to the 
27332 \series bold
27333 caption
27334 \series default
27335  package use 
27336 \series bold
27337 KOMA-Script
27338 \series default
27339 's built-in command 
27340 \series bold
27341
27342 \backslash
27343 setkomafont
27344 \series default
27345 .
27346  For example, to have the caption label in bold, add this command to your
27347  document preamble:
27348 \end_layout
27349
27350 \begin_layout Standard
27351
27352 \series bold
27353
27354 \backslash
27355 setkomafont{captionlabel}{
27356 \backslash
27357 bfseries}
27358 \end_layout
27359
27360 \begin_layout Standard
27361 For more information about 
27362 \series bold
27363
27364 \backslash
27365 setkomafont
27366 \series default
27367  we refer to the 
27368 \series bold
27369 KOMA-Script
27370 \series default
27371  documentation 
27372 \begin_inset CommandInset citation
27373 LatexCommand cite
27374 key "KOMA-Script"
27375
27376 \end_inset
27377
27378 .
27379 \end_layout
27380
27381 \begin_layout Standard
27382 \begin_inset ERT
27383 status collapsed
27384
27385 \begin_layout Plain Layout
27386
27387
27388 \backslash
27389 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
27390 }
27391 \end_layout
27392
27393 \end_inset
27394
27395
27396 \begin_inset Note Note
27397 status open
27398
27399 \begin_layout Plain Layout
27400 The caption format is changed only for this example.
27401 \end_layout
27402
27403 \end_inset
27404
27405
27406 \end_layout
27407
27408 \begin_layout Standard
27409 \begin_inset Float figure
27410 placement !p
27411 wide false
27412 sideways false
27413 status open
27414
27415 \begin_layout Plain Layout
27416 \align center
27417 \begin_inset Graphics
27418         filename clipart/mobius.eps
27419         lyxscale 50
27420         scale 50
27421         scaleBeforeRotation
27422
27423 \end_inset
27424
27425
27426 \end_layout
27427
27428 \begin_layout Plain Layout
27429 \begin_inset Caption Standard
27430
27431 \begin_layout Plain Layout
27432 \begin_inset CommandInset label
27433 LatexCommand label
27434 name "fig:This-is-an-fig"
27435
27436 \end_inset
27437
27438 This is an example figure caption that is longer than one line to show the
27439  different caption format.
27440  Here a self-defined caption format is used.
27441 \end_layout
27442
27443 \end_inset
27444
27445
27446 \end_layout
27447
27448 \end_inset
27449
27450
27451 \end_layout
27452
27453 \begin_layout Standard
27454 \begin_inset ERT
27455 status collapsed
27456
27457 \begin_layout Plain Layout
27458
27459
27460 \backslash
27461 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
27462 on}
27463 \end_layout
27464
27465 \end_inset
27466
27467
27468 \end_layout
27469
27470 \begin_layout Standard
27471 \begin_inset Float table
27472 placement !p
27473 wide false
27474 sideways false
27475 status open
27476
27477 \begin_layout Plain Layout
27478 \begin_inset Caption Standard
27479
27480 \begin_layout Plain Layout
27481 \begin_inset CommandInset label
27482 LatexCommand label
27483 name "tab:This-is-an-tab"
27484
27485 \end_inset
27486
27487 This is an example table caption that is longer than one line to show the
27488  different caption format.
27489  Here the standard caption format for tables in this document is used.
27490 \end_layout
27491
27492 \end_inset
27493
27494
27495 \end_layout
27496
27497 \begin_layout Plain Layout
27498 \align center
27499 \begin_inset Tabular
27500 <lyxtabular version="3" rows="1" columns="5">
27501 <features tabularvalignment="middle">
27502 <column alignment="center" valignment="top">
27503 <column alignment="center" valignment="top">
27504 <column alignment="center" valignment="top">
27505 <column alignment="center" valignment="top">
27506 <column alignment="center" valignment="top">
27507 <row>
27508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27509 \begin_inset Text
27510
27511 \begin_layout Plain Layout
27512 a
27513 \end_layout
27514
27515 \end_inset
27516 </cell>
27517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27518 \begin_inset Text
27519
27520 \begin_layout Plain Layout
27521 b
27522 \end_layout
27523
27524 \end_inset
27525 </cell>
27526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27527 \begin_inset Text
27528
27529 \begin_layout Plain Layout
27530 c
27531 \end_layout
27532
27533 \end_inset
27534 </cell>
27535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27536 \begin_inset Text
27537
27538 \begin_layout Plain Layout
27539 d
27540 \end_layout
27541
27542 \end_inset
27543 </cell>
27544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27545 \begin_inset Text
27546
27547 \begin_layout Plain Layout
27548 e
27549 \end_layout
27550
27551 \end_inset
27552 </cell>
27553 </row>
27554 </lyxtabular>
27555
27556 \end_inset
27557
27558
27559 \end_layout
27560
27561 \end_inset
27562
27563
27564 \end_layout
27565
27566 \begin_layout Section
27567 Caption Placement
27568 \begin_inset Index idx
27569 status collapsed
27570
27571 \begin_layout Plain Layout
27572 Caption ! Placement
27573 \end_layout
27574
27575 \end_inset
27576
27577
27578 \begin_inset Index idx
27579 status collapsed
27580
27581 \begin_layout Plain Layout
27582 Floats ! Caption Placement
27583 \end_layout
27584
27585 \end_inset
27586
27587
27588 \begin_inset CommandInset label
27589 LatexCommand label
27590 name "sec:Caption-Placement"
27591
27592 \end_inset
27593
27594
27595 \end_layout
27596
27597 \begin_layout Standard
27598 The common caption placement rule is:
27599 \end_layout
27600
27601 \begin_layout Description
27602 Figure: Caption is set below the figure
27603 \end_layout
27604
27605 \begin_layout Description
27606 Table: Caption is set above the table
27607 \end_layout
27608
27609 \begin_layout Standard
27610 Having the caption above the table is unfortunately not supported in \SpecialChar LaTeX
27611 's
27612  standard classes.
27613  That means if you are using the document classes 
27614 \family sans
27615 article
27616 \family default
27617
27618 \family sans
27619 book
27620 \family default
27621
27622 \family sans
27623 letter
27624 \family default
27625 , or 
27626 \family sans
27627 report
27628 \family default
27629  there will be no space between the caption and the table.
27630  To insert the necessary space, load the \SpecialChar LaTeX
27631 -package 
27632 \series bold
27633 caption
27634 \series default
27635
27636 \begin_inset Index idx
27637 status collapsed
27638
27639 \begin_layout Plain Layout
27640 \SpecialChar LaTeX
27641 -packages ! caption
27642 \end_layout
27643
27644 \end_inset
27645
27646  in your document preamble with the option
27647 \begin_inset Foot
27648 status collapsed
27649
27650 \begin_layout Plain Layout
27651 See section
27652 \begin_inset space ~
27653 \end_inset
27654
27655
27656 \begin_inset CommandInset ref
27657 LatexCommand ref
27658 reference "sec:Caption-Formatting"
27659
27660 \end_inset
27661
27662  for more information of the package 
27663 \series bold
27664 caption
27665 \series default
27666 .
27667 \end_layout
27668
27669 \end_inset
27670
27671
27672 \end_layout
27673
27674 \begin_layout Standard
27675
27676 \series bold
27677 tableposition=top
27678 \end_layout
27679
27680 \begin_layout Standard
27681 If you are using a 
27682 \series bold
27683 KOMA-Script
27684 \series default
27685
27686 \begin_inset Index idx
27687 status collapsed
27688
27689 \begin_layout Plain Layout
27690 \SpecialChar LaTeX
27691 -packages ! KOMA-Script
27692 \end_layout
27693
27694 \end_inset
27695
27696  document class (
27697 \family sans
27698 article (KOMA-Script)
27699 \family default
27700
27701 \family sans
27702 book (KOMA-Script)
27703 \family default
27704
27705 \family sans
27706 letter (KOMA-Script)
27707 \family default
27708 , or 
27709 \family sans
27710 report (KOMA-Script)
27711 \family default
27712
27713 \begin_inset space \thinspace{}
27714 \end_inset
27715
27716 ), you can alternatively to the 
27717 \series bold
27718 caption
27719 \series default
27720  package set the document class option
27721 \begin_inset Foot
27722 status collapsed
27723
27724 \begin_layout Plain Layout
27725 That option is used in this document.
27726 \end_layout
27727
27728 \end_inset
27729
27730
27731 \end_layout
27732
27733 \begin_layout Standard
27734
27735 \series bold
27736 captions=tableheading
27737 \end_layout
27738
27739 \begin_layout Standard
27740 In documents with a KOMA-Script document class you can also right-click
27741  on a caption and mark in the context menu if this should be a caption above
27742  or below the table/figure.
27743  This way you can override the document-wide caption placement for certain
27744  captions.
27745  Table
27746 \begin_inset space ~
27747 \end_inset
27748
27749
27750 \begin_inset CommandInset ref
27751 LatexCommand ref
27752 reference "tab:A-caption-marked"
27753
27754 \end_inset
27755
27756  is an example where the caption is marked a being below the table while
27757  it is above.
27758  For comparison the caption in Table
27759 \begin_inset space ~
27760 \end_inset
27761
27762
27763 \begin_inset CommandInset ref
27764 LatexCommand ref
27765 reference "tab:A-standard-table"
27766
27767 \end_inset
27768
27769  is not marked.
27770 \end_layout
27771
27772 \begin_layout Standard
27773 \begin_inset Float table
27774 wide false
27775 sideways false
27776 status open
27777
27778 \begin_layout Plain Layout
27779 \begin_inset Caption Below
27780
27781 \begin_layout Plain Layout
27782 \begin_inset CommandInset label
27783 LatexCommand label
27784 name "tab:A-caption-marked"
27785
27786 \end_inset
27787
27788 A caption marked as being below the table.
27789 \end_layout
27790
27791 \end_inset
27792
27793
27794 \end_layout
27795
27796 \begin_layout Plain Layout
27797 \align center
27798 \begin_inset Tabular
27799 <lyxtabular version="3" rows="3" columns="3">
27800 <features tabularvalignment="middle">
27801 <column alignment="center" valignment="top" width="0pt">
27802 <column alignment="center" valignment="top" width="0pt">
27803 <column alignment="center" valignment="top" width="0pt">
27804 <row>
27805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27806 \begin_inset Text
27807
27808 \begin_layout Plain Layout
27809 1
27810 \end_layout
27811
27812 \end_inset
27813 </cell>
27814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27815 \begin_inset Text
27816
27817 \begin_layout Plain Layout
27818 2
27819 \end_layout
27820
27821 \end_inset
27822 </cell>
27823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27824 \begin_inset Text
27825
27826 \begin_layout Plain Layout
27827 3
27828 \end_layout
27829
27830 \end_inset
27831 </cell>
27832 </row>
27833 <row>
27834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27835 \begin_inset Text
27836
27837 \begin_layout Plain Layout
27838 Joe
27839 \end_layout
27840
27841 \end_inset
27842 </cell>
27843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27844 \begin_inset Text
27845
27846 \begin_layout Plain Layout
27847 Mary
27848 \end_layout
27849
27850 \end_inset
27851 </cell>
27852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27853 \begin_inset Text
27854
27855 \begin_layout Plain Layout
27856 Ted
27857 \end_layout
27858
27859 \end_inset
27860 </cell>
27861 </row>
27862 <row>
27863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27864 \begin_inset Text
27865
27866 \begin_layout Plain Layout
27867 \begin_inset Formula $\int x^{2}dx$
27868 \end_inset
27869
27870
27871 \end_layout
27872
27873 \end_inset
27874 </cell>
27875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27876 \begin_inset Text
27877
27878 \begin_layout Plain Layout
27879 \begin_inset Formula $\left[\begin{array}{cc}
27880 a & b\\
27881 c & d
27882 \end{array}\right]$
27883 \end_inset
27884
27885
27886 \end_layout
27887
27888 \end_inset
27889 </cell>
27890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27891 \begin_inset Text
27892
27893 \begin_layout Plain Layout
27894 \begin_inset Formula $1+1=2$
27895 \end_inset
27896
27897
27898 \end_layout
27899
27900 \end_inset
27901 </cell>
27902 </row>
27903 </lyxtabular>
27904
27905 \end_inset
27906
27907
27908 \end_layout
27909
27910 \end_inset
27911
27912
27913 \end_layout
27914
27915 \begin_layout Standard
27916 \begin_inset Float table
27917 wide false
27918 sideways false
27919 status open
27920
27921 \begin_layout Plain Layout
27922 \begin_inset Caption Standard
27923
27924 \begin_layout Plain Layout
27925 \begin_inset CommandInset label
27926 LatexCommand label
27927 name "tab:A-standard-table"
27928
27929 \end_inset
27930
27931 A standard table caption.
27932 \end_layout
27933
27934 \end_inset
27935
27936
27937 \end_layout
27938
27939 \begin_layout Plain Layout
27940 \align center
27941 \begin_inset Tabular
27942 <lyxtabular version="3" rows="3" columns="3">
27943 <features tabularvalignment="middle">
27944 <column alignment="center" valignment="top" width="0pt">
27945 <column alignment="center" valignment="top" width="0pt">
27946 <column alignment="center" valignment="top" width="0pt">
27947 <row>
27948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27949 \begin_inset Text
27950
27951 \begin_layout Plain Layout
27952 1
27953 \end_layout
27954
27955 \end_inset
27956 </cell>
27957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27958 \begin_inset Text
27959
27960 \begin_layout Plain Layout
27961 2
27962 \end_layout
27963
27964 \end_inset
27965 </cell>
27966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27967 \begin_inset Text
27968
27969 \begin_layout Plain Layout
27970 3
27971 \end_layout
27972
27973 \end_inset
27974 </cell>
27975 </row>
27976 <row>
27977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27978 \begin_inset Text
27979
27980 \begin_layout Plain Layout
27981 Joe
27982 \end_layout
27983
27984 \end_inset
27985 </cell>
27986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27987 \begin_inset Text
27988
27989 \begin_layout Plain Layout
27990 Mary
27991 \end_layout
27992
27993 \end_inset
27994 </cell>
27995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27996 \begin_inset Text
27997
27998 \begin_layout Plain Layout
27999 Ted
28000 \end_layout
28001
28002 \end_inset
28003 </cell>
28004 </row>
28005 <row>
28006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28007 \begin_inset Text
28008
28009 \begin_layout Plain Layout
28010 \begin_inset Formula $\int x^{2}dx$
28011 \end_inset
28012
28013
28014 \end_layout
28015
28016 \end_inset
28017 </cell>
28018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28019 \begin_inset Text
28020
28021 \begin_layout Plain Layout
28022 \begin_inset Formula $\left[\begin{array}{cc}
28023 a & b\\
28024 c & d
28025 \end{array}\right]$
28026 \end_inset
28027
28028
28029 \end_layout
28030
28031 \end_inset
28032 </cell>
28033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28034 \begin_inset Text
28035
28036 \begin_layout Plain Layout
28037 \begin_inset Formula $1+1=2$
28038 \end_inset
28039
28040
28041 \end_layout
28042
28043 \end_inset
28044 </cell>
28045 </row>
28046 </lyxtabular>
28047
28048 \end_inset
28049
28050
28051 \end_layout
28052
28053 \end_inset
28054
28055
28056 \end_layout
28057
28058 \begin_layout Standard
28059 \begin_inset VSpace bigskip
28060 \end_inset
28061
28062 It is also possible to set the caption beside a figure or table.
28063  To get this the \SpecialChar LaTeX
28064 -package 
28065 \series bold
28066 sidecap
28067 \series default
28068
28069 \begin_inset Index idx
28070 status collapsed
28071
28072 \begin_layout Plain Layout
28073 \SpecialChar LaTeX
28074 -packages ! sidecap
28075 \end_layout
28076
28077 \end_inset
28078
28079  has to be loaded in the document preamble with the line
28080 \end_layout
28081
28082 \begin_layout Standard
28083
28084 \series bold
28085
28086 \backslash
28087 usepackage[option]{sidecap}
28088 \end_layout
28089
28090 \begin_layout Standard
28091 If you set no option, the caption is placed on the side of the outer page
28092  margin – to the right on odd pages, to the left on even pages.
28093  You can change the placement to inner margin with the option 
28094 \series bold
28095 innercaption
28096 \series default
28097 .
28098  To force the placement always to the right or left, use the option 
28099 \series bold
28100 rightcaption
28101 \series default
28102  or 
28103 \series bold
28104 leftcaption
28105 \series default
28106 , respectively.
28107 \end_layout
28108
28109 \begin_layout Standard
28110 \begin_inset ERT
28111 status collapsed
28112
28113 \begin_layout Plain Layout
28114
28115
28116 \backslash
28117 ifsidecap
28118 \end_layout
28119
28120 \end_inset
28121
28122
28123 \begin_inset Note Note
28124 status open
28125
28126 \begin_layout Plain Layout
28127 The following section will only be displayed when the \SpecialChar LaTeX
28128 -package 
28129 \series bold
28130 sidecap
28131 \series default
28132  is installed.
28133 \end_layout
28134
28135 \end_inset
28136
28137
28138 \end_layout
28139
28140 \begin_layout Standard
28141 To place in \SpecialChar LyX
28142  the caption of a float on the side, it is necessary to add
28143  these commands to the document preamble:
28144 \end_layout
28145
28146 \begin_layout Standard
28147 \noindent
28148 \begin_inset CommandInset line
28149 LatexCommand rule
28150 offset "0.5ex"
28151 width "100line%"
28152 height "1pt"
28153
28154 \end_inset
28155
28156
28157 \end_layout
28158
28159 \begin_layout Standard
28160
28161 \series bold
28162
28163 \backslash
28164 newcommand{
28165 \backslash
28166 TabBesBeg}[1][1.0]{%
28167 \begin_inset Newline newline
28168 \end_inset
28169
28170
28171 \begin_inset Phantom HPhantom
28172 status open
28173
28174 \begin_layout Plain Layout
28175 \begin_inset space ~
28176 \end_inset
28177
28178
28179 \end_layout
28180
28181 \end_inset
28182
28183
28184 \backslash
28185 let
28186 \backslash
28187 MyTable
28188 \backslash
28189 table
28190 \begin_inset Newline newline
28191 \end_inset
28192
28193
28194 \begin_inset Phantom HPhantom
28195 status open
28196
28197 \begin_layout Plain Layout
28198
28199 \series medium
28200 \begin_inset space ~
28201 \end_inset
28202
28203
28204 \end_layout
28205
28206 \end_inset
28207
28208
28209 \backslash
28210 let
28211 \backslash
28212 MyEndtable
28213 \backslash
28214 endtable
28215 \begin_inset Newline newline
28216 \end_inset
28217
28218
28219 \begin_inset Phantom HPhantom
28220 status open
28221
28222 \begin_layout Plain Layout
28223
28224 \series medium
28225 \begin_inset space ~
28226 \end_inset
28227
28228
28229 \end_layout
28230
28231 \end_inset
28232
28233
28234 \backslash
28235 renewenvironment{table}[1]{
28236 \backslash
28237 begin{SCtable}[#1]##1}{
28238 \backslash
28239 end{SCtable}}}
28240 \end_layout
28241
28242 \begin_layout Standard
28243
28244 \series bold
28245
28246 \backslash
28247 newcommand{
28248 \backslash
28249 TabBesEnd}{%
28250 \begin_inset Newline newline
28251 \end_inset
28252
28253
28254 \begin_inset Phantom HPhantom
28255 status open
28256
28257 \begin_layout Plain Layout
28258 \begin_inset space ~
28259 \end_inset
28260
28261
28262 \end_layout
28263
28264 \end_inset
28265
28266
28267 \backslash
28268 let
28269 \backslash
28270 table
28271 \backslash
28272 MyTable
28273 \begin_inset Newline newline
28274 \end_inset
28275
28276
28277 \begin_inset Phantom HPhantom
28278 status open
28279
28280 \begin_layout Plain Layout
28281 \begin_inset space ~
28282 \end_inset
28283
28284
28285 \end_layout
28286
28287 \end_inset
28288
28289
28290 \backslash
28291 let
28292 \backslash
28293 endtable
28294 \backslash
28295 MyEndtable
28296 \end_layout
28297
28298 \begin_layout Standard
28299
28300 \series bold
28301
28302 \backslash
28303 newcommand{
28304 \backslash
28305 FigBesBeg}[1][1.0]{%
28306 \begin_inset Newline newline
28307 \end_inset
28308
28309
28310 \begin_inset Phantom HPhantom
28311 status open
28312
28313 \begin_layout Plain Layout
28314 \begin_inset space ~
28315 \end_inset
28316
28317
28318 \end_layout
28319
28320 \end_inset
28321
28322
28323 \backslash
28324 let
28325 \backslash
28326 MyFigure
28327 \backslash
28328 figure
28329 \begin_inset Newline newline
28330 \end_inset
28331
28332
28333 \begin_inset Phantom HPhantom
28334 status open
28335
28336 \begin_layout Plain Layout
28337 \begin_inset space ~
28338 \end_inset
28339
28340
28341 \end_layout
28342
28343 \end_inset
28344
28345
28346 \backslash
28347 let
28348 \backslash
28349 MyEndfigure
28350 \backslash
28351 endfigure
28352 \begin_inset Newline newline
28353 \end_inset
28354
28355
28356 \begin_inset Phantom HPhantom
28357 status open
28358
28359 \begin_layout Plain Layout
28360 \begin_inset space ~
28361 \end_inset
28362
28363
28364 \end_layout
28365
28366 \end_inset
28367
28368
28369 \backslash
28370 renewenvironment{figure}[1]{
28371 \backslash
28372 begin{SCfigure}[#1]##1}{
28373 \backslash
28374 end{SCfigure}}}
28375 \end_layout
28376
28377 \begin_layout Standard
28378
28379 \series bold
28380
28381 \backslash
28382 newcommand{
28383 \backslash
28384 FigBesEnd}{%
28385 \begin_inset Newline newline
28386 \end_inset
28387
28388
28389 \begin_inset Phantom HPhantom
28390 status open
28391
28392 \begin_layout Plain Layout
28393 \begin_inset space ~
28394 \end_inset
28395
28396
28397 \end_layout
28398
28399 \end_inset
28400
28401
28402 \backslash
28403 let
28404 \backslash
28405 figure
28406 \backslash
28407 MyFigure
28408 \begin_inset Newline newline
28409 \end_inset
28410
28411
28412 \begin_inset Phantom HPhantom
28413 status open
28414
28415 \begin_layout Plain Layout
28416 \begin_inset space ~
28417 \end_inset
28418
28419
28420 \end_layout
28421
28422 \end_inset
28423
28424
28425 \backslash
28426 let
28427 \backslash
28428 endfigure
28429 \backslash
28430 MyEndfigure}
28431 \end_layout
28432
28433 \begin_layout Standard
28434 \noindent
28435 \begin_inset CommandInset line
28436 LatexCommand rule
28437 offset "0.5ex"
28438 width "100line%"
28439 height "1pt"
28440
28441 \end_inset
28442
28443
28444 \end_layout
28445
28446 \begin_layout Standard
28447 The commands allow you to redefine the floats so that the caption is set
28448  on the side.
28449  For figure floats use the command
28450 \end_layout
28451
28452 \begin_layout Standard
28453
28454 \series bold
28455
28456 \backslash
28457 FigBesBeg
28458 \end_layout
28459
28460 \begin_layout Standard
28461 in \SpecialChar TeX
28462  Code before the float.
28463  And insert the command
28464 \end_layout
28465
28466 \begin_layout Standard
28467
28468 \series bold
28469
28470 \backslash
28471 FigBesEnd
28472 \end_layout
28473
28474 \begin_layout Standard
28475 in \SpecialChar TeX
28476  Code at the point where you want to get back to the original float definitio
28477 n.
28478 \end_layout
28479
28480 \begin_layout Standard
28481 For table floats use the corresponding commands
28482 \end_layout
28483
28484 \begin_layout Standard
28485
28486 \series bold
28487
28488 \backslash
28489 TabBesBeg
28490 \series default
28491  and 
28492 \series bold
28493
28494 \backslash
28495 TabBesEnd
28496 \end_layout
28497
28498 \begin_layout Standard
28499 Figure
28500 \begin_inset space ~
28501 \end_inset
28502
28503
28504 \begin_inset CommandInset ref
28505 LatexCommand ref
28506 reference "fig:cap-beside-fig"
28507
28508 \end_inset
28509
28510  and Table
28511 \begin_inset space ~
28512 \end_inset
28513
28514
28515 \begin_inset CommandInset ref
28516 LatexCommand ref
28517 reference "tab:cap-beside-tab"
28518
28519 \end_inset
28520
28521  are examples where the caption is set beside.
28522 \end_layout
28523
28524 \begin_layout Standard
28525 You can see in the examples that the caption text appears at the top of
28526  the floats for table floats and at the bottom for figure floats.
28527  To change this, you can use the command
28528 \end_layout
28529
28530 \begin_layout Standard
28531
28532 \series bold
28533
28534 \backslash
28535 sidecaptionvpos{float type}{placement}
28536 \end_layout
28537
28538 \begin_layout Standard
28539 in the document preamble or in \SpecialChar TeX
28540  Code before the float.
28541  The float type is either 
28542 \family sans
28543 figure
28544 \family default
28545  or 
28546 \family sans
28547 table
28548 \family default
28549 , the placement can be 
28550 \begin_inset Quotes eld
28551 \end_inset
28552
28553
28554 \family sans
28555 t
28556 \family default
28557
28558 \begin_inset Quotes erd
28559 \end_inset
28560
28561  for top, 
28562 \begin_inset Quotes eld
28563 \end_inset
28564
28565
28566 \family sans
28567 c
28568 \family default
28569
28570 \begin_inset Quotes erd
28571 \end_inset
28572
28573  for center, or 
28574 \begin_inset Quotes eld
28575 \end_inset
28576
28577
28578 \family sans
28579 b
28580 \family default
28581
28582 \begin_inset Quotes erd
28583 \end_inset
28584
28585  for bottom.
28586  To have for example the caption of figure floats vertically centered, use
28587  the command
28588 \end_layout
28589
28590 \begin_layout Standard
28591
28592 \series bold
28593
28594 \backslash
28595 sidecaptionvpos{figure}{c}
28596 \end_layout
28597
28598 \begin_layout Standard
28599 This was used for Figure
28600 \begin_inset space ~
28601 \end_inset
28602
28603
28604 \begin_inset CommandInset ref
28605 LatexCommand ref
28606 reference "fig:cap-beside-fig-2"
28607
28608 \end_inset
28609
28610 .
28611 \end_layout
28612
28613 \begin_layout Standard
28614 \begin_inset VSpace medskip
28615 \end_inset
28616
28617
28618 \end_layout
28619
28620 \begin_layout Standard
28621 The default caption width is the width of the image/table.
28622  For thin image/tables, like in Table
28623 \begin_inset space ~
28624 \end_inset
28625
28626
28627 \begin_inset CommandInset ref
28628 LatexCommand ref
28629 reference "tab:cap-beside-tab"
28630
28631 \end_inset
28632
28633 , this leads to captions that are too thin.
28634  You can increase the width by specifying a factor that will be multiplied
28635  with the image/table width to get the caption width.
28636  The caption width will automatically be recalculated in case it would protrude
28637  over the page or column margin due to the specified width.
28638  The 
28639 \emph on
28640 factor
28641 \emph default
28642  can either be given as optional argument for 
28643 \series bold
28644
28645 \backslash
28646 FigBesBeg
28647 \series default
28648 :
28649 \end_layout
28650
28651 \begin_layout Standard
28652
28653 \series bold
28654
28655 \backslash
28656 FigBesBeg[factor]
28657 \end_layout
28658
28659 \begin_layout Standard
28660 or in the definition of 
28661 \series bold
28662
28663 \backslash
28664 FigBesBeg
28665 \series default
28666  by replacing the 
28667 \series bold
28668 1.0
28669 \series default
28670  with another value.
28671  If you do the latter, your factor will be the default if 
28672 \series bold
28673
28674 \backslash
28675 FigBesBeg
28676 \series default
28677  is used without an argument.
28678  For Table
28679 \begin_inset space ~
28680 \end_inset
28681
28682
28683 \begin_inset CommandInset ref
28684 LatexCommand ref
28685 reference "tab:cap-beside-tab-wider"
28686
28687 \end_inset
28688
28689  the factor 5 was used.
28690 \end_layout
28691
28692 \begin_layout Standard
28693 \begin_inset Note Greyedout
28694 status open
28695
28696 \begin_layout Plain Layout
28697
28698 \series bold
28699 Note:
28700 \series default
28701  For floats with captions set beside, you cannot use the float placement
28702  option 
28703 \family sans
28704 Here
28705 \begin_inset space ~
28706 \end_inset
28707
28708 definitely
28709 \family default
28710  because it is not supported by 
28711 \series bold
28712 sidecap
28713 \series default
28714 .
28715 \end_layout
28716
28717 \end_inset
28718
28719
28720 \end_layout
28721
28722 \begin_layout Standard
28723 \begin_inset VSpace medskip
28724 \end_inset
28725
28726 For more information about the package 
28727 \series bold
28728 sidecap
28729 \series default
28730  we refer to its documentation 
28731 \begin_inset CommandInset citation
28732 LatexCommand cite
28733 key "sidecap"
28734
28735 \end_inset
28736
28737 .
28738 \end_layout
28739
28740 \begin_layout Standard
28741 \begin_inset Note Greyedout
28742 status open
28743
28744 \begin_layout Plain Layout
28745
28746 \series bold
28747 Note:
28748 \series default
28749  The \SpecialChar LaTeX
28750 -package 
28751 \series bold
28752 hypcap
28753 \series default
28754
28755 \begin_inset Index idx
28756 status collapsed
28757
28758 \begin_layout Plain Layout
28759 \SpecialChar LaTeX
28760 -packages ! hypcap
28761 \end_layout
28762
28763 \end_inset
28764
28765 , described in section
28766 \begin_inset space ~
28767 \end_inset
28768
28769
28770 \begin_inset CommandInset ref
28771 LatexCommand ref
28772 reference "subsec:Reference-Position"
28773
28774 \end_inset
28775
28776 , has no effect on floats with the caption set beside.
28777 \end_layout
28778
28779 \end_inset
28780
28781
28782 \end_layout
28783
28784 \begin_layout Standard
28785 \begin_inset ERT
28786 status collapsed
28787
28788 \begin_layout Plain Layout
28789
28790
28791 \backslash
28792 FigBesBeg
28793 \end_layout
28794
28795 \end_inset
28796
28797
28798 \end_layout
28799
28800 \begin_layout Standard
28801 \begin_inset Float figure
28802 wide false
28803 sideways false
28804 status open
28805
28806 \begin_layout Plain Layout
28807 \begin_inset Graphics
28808         filename clipart/escher-lsd.eps
28809         scale 75
28810         scaleBeforeRotation
28811
28812 \end_inset
28813
28814
28815 \end_layout
28816
28817 \begin_layout Plain Layout
28818 \begin_inset Caption Standard
28819
28820 \begin_layout Plain Layout
28821 \begin_inset CommandInset label
28822 LatexCommand label
28823 name "fig:cap-beside-fig"
28824
28825 \end_inset
28826
28827 This is a caption beside a figure.
28828 \end_layout
28829
28830 \end_inset
28831
28832
28833 \end_layout
28834
28835 \end_inset
28836
28837
28838 \end_layout
28839
28840 \begin_layout Standard
28841 \begin_inset ERT
28842 status collapsed
28843
28844 \begin_layout Plain Layout
28845
28846
28847 \backslash
28848 FigBesEnd
28849 \end_layout
28850
28851 \end_inset
28852
28853
28854 \end_layout
28855
28856 \begin_layout Standard
28857 \begin_inset ERT
28858 status collapsed
28859
28860 \begin_layout Plain Layout
28861
28862
28863 \backslash
28864 TabBesBeg
28865 \end_layout
28866
28867 \end_inset
28868
28869
28870 \end_layout
28871
28872 \begin_layout Standard
28873 \begin_inset Float table
28874 wide false
28875 sideways false
28876 status open
28877
28878 \begin_layout Plain Layout
28879 \begin_inset Caption Standard
28880
28881 \begin_layout Plain Layout
28882 \begin_inset CommandInset label
28883 LatexCommand label
28884 name "tab:cap-beside-tab"
28885
28886 \end_inset
28887
28888 This is a caption beside a table.
28889 \end_layout
28890
28891 \end_inset
28892
28893
28894 \end_layout
28895
28896 \begin_layout Plain Layout
28897 \begin_inset Tabular
28898 <lyxtabular version="3" rows="4" columns="5">
28899 <features tabularvalignment="middle">
28900 <column alignment="center" valignment="top">
28901 <column alignment="center" valignment="top">
28902 <column alignment="center" valignment="top">
28903 <column alignment="center" valignment="top">
28904 <column alignment="center" valignment="top">
28905 <row>
28906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28907 \begin_inset Text
28908
28909 \begin_layout Plain Layout
28910 a
28911 \end_layout
28912
28913 \end_inset
28914 </cell>
28915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28916 \begin_inset Text
28917
28918 \begin_layout Plain Layout
28919
28920 \end_layout
28921
28922 \end_inset
28923 </cell>
28924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28925 \begin_inset Text
28926
28927 \begin_layout Plain Layout
28928 b
28929 \end_layout
28930
28931 \end_inset
28932 </cell>
28933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28934 \begin_inset Text
28935
28936 \begin_layout Plain Layout
28937
28938 \end_layout
28939
28940 \end_inset
28941 </cell>
28942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28943 \begin_inset Text
28944
28945 \begin_layout Plain Layout
28946 c
28947 \end_layout
28948
28949 \end_inset
28950 </cell>
28951 </row>
28952 <row>
28953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28954 \begin_inset Text
28955
28956 \begin_layout Plain Layout
28957
28958 \end_layout
28959
28960 \end_inset
28961 </cell>
28962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28963 \begin_inset Text
28964
28965 \begin_layout Plain Layout
28966 d
28967 \end_layout
28968
28969 \end_inset
28970 </cell>
28971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28972 \begin_inset Text
28973
28974 \begin_layout Plain Layout
28975
28976 \end_layout
28977
28978 \end_inset
28979 </cell>
28980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28981 \begin_inset Text
28982
28983 \begin_layout Plain Layout
28984 e
28985 \end_layout
28986
28987 \end_inset
28988 </cell>
28989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28990 \begin_inset Text
28991
28992 \begin_layout Plain Layout
28993
28994 \end_layout
28995
28996 \end_inset
28997 </cell>
28998 </row>
28999 <row>
29000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29001 \begin_inset Text
29002
29003 \begin_layout Plain Layout
29004 f
29005 \end_layout
29006
29007 \end_inset
29008 </cell>
29009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29010 \begin_inset Text
29011
29012 \begin_layout Plain Layout
29013
29014 \end_layout
29015
29016 \end_inset
29017 </cell>
29018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29019 \begin_inset Text
29020
29021 \begin_layout Plain Layout
29022 g
29023 \end_layout
29024
29025 \end_inset
29026 </cell>
29027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29028 \begin_inset Text
29029
29030 \begin_layout Plain Layout
29031
29032 \end_layout
29033
29034 \end_inset
29035 </cell>
29036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29037 \begin_inset Text
29038
29039 \begin_layout Plain Layout
29040 h
29041 \end_layout
29042
29043 \end_inset
29044 </cell>
29045 </row>
29046 <row>
29047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29048 \begin_inset Text
29049
29050 \begin_layout Plain Layout
29051
29052 \end_layout
29053
29054 \end_inset
29055 </cell>
29056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29057 \begin_inset Text
29058
29059 \begin_layout Plain Layout
29060 i
29061 \end_layout
29062
29063 \end_inset
29064 </cell>
29065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29066 \begin_inset Text
29067
29068 \begin_layout Plain Layout
29069
29070 \end_layout
29071
29072 \end_inset
29073 </cell>
29074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29075 \begin_inset Text
29076
29077 \begin_layout Plain Layout
29078 j
29079 \end_layout
29080
29081 \end_inset
29082 </cell>
29083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29084 \begin_inset Text
29085
29086 \begin_layout Plain Layout
29087
29088 \end_layout
29089
29090 \end_inset
29091 </cell>
29092 </row>
29093 </lyxtabular>
29094
29095 \end_inset
29096
29097
29098 \end_layout
29099
29100 \end_inset
29101
29102
29103 \end_layout
29104
29105 \begin_layout Standard
29106 \begin_inset ERT
29107 status collapsed
29108
29109 \begin_layout Plain Layout
29110
29111
29112 \backslash
29113 TabBesEnd
29114 \end_layout
29115
29116 \end_inset
29117
29118
29119 \end_layout
29120
29121 \begin_layout Standard
29122 \begin_inset ERT
29123 status collapsed
29124
29125 \begin_layout Plain Layout
29126
29127
29128 \backslash
29129 FigBesBeg
29130 \end_layout
29131
29132 \end_inset
29133
29134
29135 \begin_inset ERT
29136 status collapsed
29137
29138 \begin_layout Plain Layout
29139
29140
29141 \backslash
29142 sidecaptionvpos{figure}{c}
29143 \end_layout
29144
29145 \end_inset
29146
29147
29148 \begin_inset Float figure
29149 wide false
29150 sideways false
29151 status open
29152
29153 \begin_layout Plain Layout
29154 \begin_inset Graphics
29155         filename clipart/escher-lsd.eps
29156         scale 75
29157         scaleBeforeRotation
29158
29159 \end_inset
29160
29161
29162 \end_layout
29163
29164 \begin_layout Plain Layout
29165 \begin_inset Caption Standard
29166
29167 \begin_layout Plain Layout
29168 \begin_inset CommandInset label
29169 LatexCommand label
29170 name "fig:cap-beside-fig-2"
29171
29172 \end_inset
29173
29174 This is a vertically centered caption beside a figure.
29175 \end_layout
29176
29177 \end_inset
29178
29179
29180 \end_layout
29181
29182 \end_inset
29183
29184
29185 \end_layout
29186
29187 \begin_layout Standard
29188 \begin_inset ERT
29189 status collapsed
29190
29191 \begin_layout Plain Layout
29192
29193
29194 \backslash
29195 FigBesEnd
29196 \end_layout
29197
29198 \end_inset
29199
29200
29201 \end_layout
29202
29203 \begin_layout Standard
29204 \begin_inset ERT
29205 status collapsed
29206
29207 \begin_layout Plain Layout
29208
29209
29210 \backslash
29211 TabBesBeg[5]
29212 \end_layout
29213
29214 \end_inset
29215
29216
29217 \end_layout
29218
29219 \begin_layout Standard
29220 \begin_inset Float table
29221 wide false
29222 sideways false
29223 status open
29224
29225 \begin_layout Plain Layout
29226 \begin_inset Caption Standard
29227
29228 \begin_layout Plain Layout
29229 \begin_inset CommandInset label
29230 LatexCommand label
29231 name "tab:cap-beside-tab-wider"
29232
29233 \end_inset
29234
29235 This caption is wider than the one in Table
29236 \begin_inset space ~
29237 \end_inset
29238
29239
29240 \begin_inset CommandInset ref
29241 LatexCommand ref
29242 reference "tab:cap-beside-tab"
29243
29244 \end_inset
29245
29246 .
29247 \end_layout
29248
29249 \end_inset
29250
29251
29252 \end_layout
29253
29254 \begin_layout Plain Layout
29255 \begin_inset Tabular
29256 <lyxtabular version="3" rows="4" columns="5">
29257 <features tabularvalignment="middle">
29258 <column alignment="center" valignment="top">
29259 <column alignment="center" valignment="top">
29260 <column alignment="center" valignment="top">
29261 <column alignment="center" valignment="top">
29262 <column alignment="center" valignment="top">
29263 <row>
29264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29265 \begin_inset Text
29266
29267 \begin_layout Plain Layout
29268 a
29269 \end_layout
29270
29271 \end_inset
29272 </cell>
29273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29274 \begin_inset Text
29275
29276 \begin_layout Plain Layout
29277
29278 \end_layout
29279
29280 \end_inset
29281 </cell>
29282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29283 \begin_inset Text
29284
29285 \begin_layout Plain Layout
29286 b
29287 \end_layout
29288
29289 \end_inset
29290 </cell>
29291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29292 \begin_inset Text
29293
29294 \begin_layout Plain Layout
29295
29296 \end_layout
29297
29298 \end_inset
29299 </cell>
29300 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29301 \begin_inset Text
29302
29303 \begin_layout Plain Layout
29304 c
29305 \end_layout
29306
29307 \end_inset
29308 </cell>
29309 </row>
29310 <row>
29311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29312 \begin_inset Text
29313
29314 \begin_layout Plain Layout
29315
29316 \end_layout
29317
29318 \end_inset
29319 </cell>
29320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29321 \begin_inset Text
29322
29323 \begin_layout Plain Layout
29324 d
29325 \end_layout
29326
29327 \end_inset
29328 </cell>
29329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29330 \begin_inset Text
29331
29332 \begin_layout Plain Layout
29333
29334 \end_layout
29335
29336 \end_inset
29337 </cell>
29338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29339 \begin_inset Text
29340
29341 \begin_layout Plain Layout
29342 e
29343 \end_layout
29344
29345 \end_inset
29346 </cell>
29347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29348 \begin_inset Text
29349
29350 \begin_layout Plain Layout
29351
29352 \end_layout
29353
29354 \end_inset
29355 </cell>
29356 </row>
29357 <row>
29358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29359 \begin_inset Text
29360
29361 \begin_layout Plain Layout
29362 f
29363 \end_layout
29364
29365 \end_inset
29366 </cell>
29367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29368 \begin_inset Text
29369
29370 \begin_layout Plain Layout
29371
29372 \end_layout
29373
29374 \end_inset
29375 </cell>
29376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29377 \begin_inset Text
29378
29379 \begin_layout Plain Layout
29380 g
29381 \end_layout
29382
29383 \end_inset
29384 </cell>
29385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29386 \begin_inset Text
29387
29388 \begin_layout Plain Layout
29389
29390 \end_layout
29391
29392 \end_inset
29393 </cell>
29394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29395 \begin_inset Text
29396
29397 \begin_layout Plain Layout
29398 h
29399 \end_layout
29400
29401 \end_inset
29402 </cell>
29403 </row>
29404 <row>
29405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29406 \begin_inset Text
29407
29408 \begin_layout Plain Layout
29409
29410 \end_layout
29411
29412 \end_inset
29413 </cell>
29414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29415 \begin_inset Text
29416
29417 \begin_layout Plain Layout
29418 i
29419 \end_layout
29420
29421 \end_inset
29422 </cell>
29423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29424 \begin_inset Text
29425
29426 \begin_layout Plain Layout
29427
29428 \end_layout
29429
29430 \end_inset
29431 </cell>
29432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29433 \begin_inset Text
29434
29435 \begin_layout Plain Layout
29436 j
29437 \end_layout
29438
29439 \end_inset
29440 </cell>
29441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29442 \begin_inset Text
29443
29444 \begin_layout Plain Layout
29445
29446 \end_layout
29447
29448 \end_inset
29449 </cell>
29450 </row>
29451 </lyxtabular>
29452
29453 \end_inset
29454
29455
29456 \end_layout
29457
29458 \end_inset
29459
29460
29461 \end_layout
29462
29463 \begin_layout Standard
29464 \begin_inset ERT
29465 status collapsed
29466
29467 \begin_layout Plain Layout
29468
29469
29470 \backslash
29471 TabBesEnd
29472 \end_layout
29473
29474 \end_inset
29475
29476
29477 \end_layout
29478
29479 \begin_layout Standard
29480 \begin_inset ERT
29481 status collapsed
29482
29483 \begin_layout Plain Layout
29484
29485
29486 \backslash
29487 else
29488 \end_layout
29489
29490 \end_inset
29491
29492
29493 \begin_inset Note Note
29494 status open
29495
29496 \begin_layout Plain Layout
29497 The following will be displayed when the \SpecialChar LaTeX
29498 -package 
29499 \series bold
29500 sidecap
29501 \series default
29502  is not installed:
29503 \end_layout
29504
29505 \end_inset
29506
29507
29508 \end_layout
29509
29510 \begin_layout Standard
29511 You need to install the \SpecialChar LaTeX
29512 -package 
29513 \series bold
29514 sidecap
29515 \series default
29516  to see the following part of this section in the output.
29517 \end_layout
29518
29519 \begin_layout Standard
29520 \begin_inset ERT
29521 status collapsed
29522
29523 \begin_layout Plain Layout
29524
29525
29526 \backslash
29527 fi
29528 \end_layout
29529
29530 \end_inset
29531
29532
29533 \end_layout
29534
29535 \begin_layout Section
29536 Listings of Floats
29537 \begin_inset Index idx
29538 status collapsed
29539
29540 \begin_layout Plain Layout
29541 Floats ! Float Lists
29542 \end_layout
29543
29544 \end_inset
29545
29546
29547 \end_layout
29548
29549 \begin_layout Standard
29550 Similar to the table of contents where the sections of the document are
29551  listed, there are listings for all float types, like the figures of the
29552  documents.
29553  You can insert them via the 
29554 \family sans
29555 Insert\SpecialChar menuseparator
29556 List
29557 \begin_inset space ~
29558 \end_inset
29559
29560 /
29561 \begin_inset space ~
29562 \end_inset
29563
29564 TOC
29565 \family default
29566  sub menus.
29567 \end_layout
29568
29569 \begin_layout Standard
29570 The list entries are the float captions or its short title, the float number,
29571  and the page number where they appear in the document.
29572 \end_layout
29573
29574 \begin_layout Standard
29575 You can find the list of figures and tables at the end of this document.
29576 \end_layout
29577
29578 \begin_layout Chapter
29579 Notes
29580 \end_layout
29581
29582 \begin_layout Section
29583 \SpecialChar LyX
29584  Notes
29585 \begin_inset Index idx
29586 status collapsed
29587
29588 \begin_layout Plain Layout
29589 Notes ! \SpecialChar LyX
29590  Notes
29591 \end_layout
29592
29593 \end_inset
29594
29595
29596 \end_layout
29597
29598 \begin_layout Standard
29599 Notes are inserted with the toolbar button 
29600 \begin_inset Info
29601 type  "icon"
29602 arg   "note-insert"
29603 \end_inset
29604
29605  or the menu 
29606 \family sans
29607 Insert\SpecialChar menuseparator
29608 Note
29609 \family default
29610 .
29611  There are three types of notes:
29612 \end_layout
29613
29614 \begin_layout Description
29615 \SpecialChar LyX
29616
29617 \begin_inset space ~
29618 \end_inset
29619
29620 Note This note type is for internal notes that won't appear in the output.
29621  Its note-box looks like this:
29622 \begin_inset Newline newline
29623 \end_inset
29624
29625
29626 \begin_inset Newline newline
29627 \end_inset
29628
29629
29630 \begin_inset Graphics
29631         filename clipart/LyXNoteImage.png
29632         display false
29633         scaleBeforeRotation
29634
29635 \end_inset
29636
29637  
29638 \begin_inset Note Note
29639 status open
29640
29641 \begin_layout Plain Layout
29642 This is text in a note box that doesn't appear in the output.
29643 \end_layout
29644
29645 \end_inset
29646
29647
29648 \end_layout
29649
29650 \begin_layout Description
29651 Comment This note also doesn't appear in the output but it appears as \SpecialChar LaTeX
29652 -comment,
29653  when you export the document to \SpecialChar LaTeX
29654  via the menu 
29655 \family sans
29656 File\SpecialChar menuseparator
29657 Export\SpecialChar menuseparator
29658 LaTeX
29659 \begin_inset space ~
29660 \end_inset
29661
29662 (pdflatex) / (plain)
29663 \family default
29664 .
29665  Its note-box looks like this:
29666 \begin_inset Newline newline
29667 \end_inset
29668
29669
29670 \begin_inset Newline newline
29671 \end_inset
29672
29673
29674 \begin_inset Graphics
29675         filename clipart/CommentNoteImage.png
29676         display false
29677         scaleBeforeRotation
29678
29679 \end_inset
29680
29681  
29682 \begin_inset Note Comment
29683 status open
29684
29685 \begin_layout Plain Layout
29686 This is text in a note box that only appears as comment in \SpecialChar LaTeX
29687 -files.
29688 \end_layout
29689
29690 \end_inset
29691
29692
29693 \end_layout
29694
29695 \begin_layout Description
29696 Greyed
29697 \begin_inset space ~
29698 \end_inset
29699
29700 Out This note will appear in the output as grey text.
29701  Its note-box looks like this:
29702 \begin_inset Newline newline
29703 \end_inset
29704
29705
29706 \begin_inset Newline newline
29707 \end_inset
29708
29709
29710 \begin_inset Graphics
29711         filename clipart/GreyedOutNoteImage.png
29712         display false
29713         scaleBeforeRotation
29714
29715 \end_inset
29716
29717
29718 \begin_inset Newline newline
29719 \end_inset
29720
29721
29722 \begin_inset ERT
29723 status collapsed
29724
29725 \begin_layout Plain Layout
29726
29727
29728 \backslash
29729 renewenvironment{lyxgreyedout}
29730 \end_layout
29731
29732 \begin_layout Plain Layout
29733
29734 {
29735 \backslash
29736 textcolor[gray]{0.8}
29737 \backslash
29738 bgroup}{
29739 \backslash
29740 egroup}
29741 \end_layout
29742
29743 \end_inset
29744
29745
29746 \begin_inset Note Greyedout
29747 status open
29748
29749 \begin_layout Plain Layout
29750 This is text of a comment that appears grey in the output.
29751 \end_layout
29752
29753 \end_inset
29754
29755
29756 \begin_inset ERT
29757 status collapsed
29758
29759 \begin_layout Plain Layout
29760
29761
29762 \backslash
29763 renewenvironment{lyxgreyedout}
29764 \end_layout
29765
29766 \begin_layout Plain Layout
29767
29768 {
29769 \backslash
29770 textcolor{blue}
29771 \backslash
29772 bgroup}{
29773 \backslash
29774 egroup}
29775 \end_layout
29776
29777 \end_inset
29778
29779
29780 \begin_inset Note Note
29781 status collapsed
29782
29783 \begin_layout Plain Layout
29784 The greyed out note is here redefined to show it with the original \SpecialChar LyX
29785  definition
29786  because greyed out notes are redefined in the preamble of this document,
29787  as described below, to have blue text.
29788 \end_layout
29789
29790 \end_inset
29791
29792
29793 \begin_inset Newline newline
29794 \end_inset
29795
29796
29797 \begin_inset Newline newline
29798 \end_inset
29799
29800 As you can see in the example, the first line of greyed out notes is a bit
29801  indented and greyed out notes can have footnotes.
29802 \end_layout
29803
29804 \begin_layout Standard
29805 \begin_inset VSpace bigskip
29806 \end_inset
29807
29808 When you use the toolbar button 
29809 \begin_inset Info
29810 type  "icon"
29811 arg   "note-insert"
29812 \end_inset
29813
29814  to insert notes, a 
29815 \family sans
29816 \SpecialChar LyX
29817
29818 \begin_inset space ~
29819 \end_inset
29820
29821 Note
29822 \family default
29823  is inserted.
29824  You can switch between the three note types by right-clicking on the note-box.
29825  
29826 \family roman
29827 \series medium
29828 \bar no
29829 If you want to turn existing text into a note, mark it and click on the
29830  note
29831 \family default
29832 \series default
29833 \bar default
29834  toolbar 
29835 \family roman
29836 \series medium
29837 \bar no
29838 button
29839 \family default
29840 \series default
29841 \bar default
29842 .
29843  To change a note to text, press the backspace key when the cursor is in
29844  the first position of a note, or press the delete key when the cursor is
29845  in the very last position of the note, respectively.
29846 \end_layout
29847
29848 \begin_layout Standard
29849 \begin_inset VSpace bigskip
29850 \end_inset
29851
29852 You can change the text color of the greyed out notes in the menu 
29853 \family sans
29854 Document\SpecialChar menuseparator
29855 Settings\SpecialChar menuseparator
29856 Colors
29857 \family default
29858 .
29859 \end_layout
29860
29861 \begin_layout Section
29862 Footnotes
29863 \begin_inset CommandInset label
29864 LatexCommand label
29865 name "sec:Footnotes"
29866
29867 \end_inset
29868
29869
29870 \begin_inset Index idx
29871 status collapsed
29872
29873 \begin_layout Plain Layout
29874 Notes ! Footnotes
29875 \end_layout
29876
29877 \end_inset
29878
29879
29880 \begin_inset Index idx
29881 status collapsed
29882
29883 \begin_layout Plain Layout
29884 Footnotes
29885 \end_layout
29886
29887 \end_inset
29888
29889
29890 \end_layout
29891
29892 \begin_layout Standard
29893 Footnotes can be inserted using the toolbar button 
29894 \begin_inset Info
29895 type  "icon"
29896 arg   "footnote-insert"
29897 \end_inset
29898
29899  or the menu 
29900 \family sans
29901 Insert\SpecialChar menuseparator
29902 Footnote
29903 \family default
29904 .
29905  You will then see the following footnote-box: 
29906 \begin_inset Graphics
29907         filename clipart/footnote.png
29908         scale 80
29909         scaleBeforeRotation
29910
29911 \end_inset
29912
29913  
29914 \family roman
29915 \series medium
29916 \bar no
29917 where you can enter the footnote text.
29918  If you want to turn existing text into a footnote, mark it and click on
29919  the footnote
29920 \family default
29921 \series default
29922 \bar default
29923  toolbar 
29924 \family roman
29925 \series medium
29926 \bar no
29927 button
29928 \family default
29929 \series default
29930 \bar default
29931 .
29932  To change a 
29933 \family roman
29934 \series medium
29935 \bar no
29936 footnote
29937 \family default
29938 \series default
29939 \bar default
29940  to text, press the 
29941 \family sans
29942 Backspace
29943 \family default
29944  key when the cursor is in the first position of a 
29945 \family roman
29946 \series medium
29947 \bar no
29948 footnote
29949 \family default
29950 \series default
29951 \bar default
29952 , or press the 
29953 \family sans
29954 Delete
29955 \family default
29956  key when the cursor is in the very last position of the 
29957 \family roman
29958 \series medium
29959 \bar no
29960 footnote
29961 \family default
29962 \series default
29963 \bar default
29964 , respectively.
29965 \end_layout
29966
29967 \begin_layout Standard
29968 Here is an example footnote:
29969 \family roman
29970 \series medium
29971 \bar no
29972
29973 \begin_inset Foot
29974 status open
29975
29976 \begin_layout Plain Layout
29977 \begin_inset CommandInset label
29978 LatexCommand label
29979 name "foot:This-is-an"
29980
29981 \end_inset
29982
29983 This is an example footnote.
29984 \end_layout
29985
29986 \end_inset
29987
29988
29989 \family default
29990 \series default
29991 \bar default
29992
29993 \begin_inset ERT
29994 status collapsed
29995
29996 \begin_layout Plain Layout
29997
29998
29999 \backslash
30000 newcounter{MyRepeatFoot}
30001 \end_layout
30002
30003 \begin_layout Plain Layout
30004
30005
30006 \backslash
30007 setcounter{MyRepeatFoot}{
30008 \backslash
30009 thefootnote}
30010 \end_layout
30011
30012 \end_inset
30013
30014
30015 \end_layout
30016
30017 \begin_layout Standard
30018 The footnote will appear in the output as a superscript number at the text
30019  position where the footnote box is placed.
30020  The footnote text is placed at the bottom of the current page.
30021  The footnote number is calculated by \SpecialChar LaTeX
30022 ; the numbers are consecutive.
30023  Whether the footnote number is reset for every chapter depends on your
30024  document class.
30025 \end_layout
30026
30027 \begin_layout Standard
30028 Footnotes can be referenced like floats: Insert a label into the footnote
30029  and cross-reference this label in the text as described in section
30030 \begin_inset space ~
30031 \end_inset
30032
30033
30034 \begin_inset CommandInset ref
30035 LatexCommand ref
30036 reference "sec:Referencing-Floats"
30037
30038 \end_inset
30039
30040 .
30041 \begin_inset Newline newline
30042 \end_inset
30043
30044 This is a cross-reference of Footnote
30045 \begin_inset space ~
30046 \end_inset
30047
30048
30049 \begin_inset CommandInset ref
30050 LatexCommand ref
30051 reference "foot:This-is-an"
30052
30053 \end_inset
30054
30055 .
30056 \end_layout
30057
30058 \begin_layout Standard
30059 \begin_inset VSpace defskip
30060 \end_inset
30061
30062 Footnotes in title environments are usually not numbered with symbols and
30063  they cannot contain several paragraphs.
30064  See for example the footnote in the titling of this document.
30065 \end_layout
30066
30067 \begin_layout Standard
30068 \begin_inset VSpace defskip
30069 \end_inset
30070
30071 Footnotes in tables are not printed by \SpecialChar LaTeX
30072  due to technical reasons.
30073  However there exists another method to print them: Instead of the footnote
30074  the command 
30075 \series bold
30076
30077 \backslash
30078 footnotemark{}
30079 \series default
30080  is inserted as \SpecialChar TeX
30081  code.
30082  The text of the footnote is entered as an argument of the \SpecialChar TeX
30083  code command
30084  
30085 \series bold
30086
30087 \backslash
30088 footnotetext
30089 \series default
30090  after the table.
30091 \begin_inset Newline newline
30092 \end_inset
30093
30094 This was done for the following table with the command
30095 \end_layout
30096
30097 \begin_layout Standard
30098
30099 \series bold
30100
30101 \backslash
30102 footnotetext{
30103 \series default
30104 Printed table footnote.
30105 \series bold
30106 }
30107 \end_layout
30108
30109 \begin_layout Standard
30110 \begin_inset Tabular
30111 <lyxtabular version="3" rows="2" columns="1">
30112 <features tabularvalignment="middle">
30113 <column alignment="center" valignment="top">
30114 <row>
30115 <cell alignment="center" valignment="top" topline="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 Foot
30121 status open
30122
30123 \begin_layout Plain Layout
30124 This footnote will not be printed!
30125 \end_layout
30126
30127 \end_inset
30128
30129
30130 \end_layout
30131
30132 \end_inset
30133 </cell>
30134 </row>
30135 <row>
30136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30137 \begin_inset Text
30138
30139 \begin_layout Plain Layout
30140 This an example text.
30141 \begin_inset ERT
30142 status collapsed
30143
30144 \begin_layout Plain Layout
30145
30146
30147 \backslash
30148 footnotemark{}
30149 \end_layout
30150
30151 \end_inset
30152
30153
30154 \end_layout
30155
30156 \end_inset
30157 </cell>
30158 </row>
30159 </lyxtabular>
30160
30161 \end_inset
30162
30163
30164 \begin_inset ERT
30165 status collapsed
30166
30167 \begin_layout Plain Layout
30168
30169
30170 \backslash
30171 footnotetext{
30172 \end_layout
30173
30174 \end_inset
30175
30176 Printed table footnote.
30177 \begin_inset ERT
30178 status collapsed
30179
30180 \begin_layout Plain Layout
30181
30182 }
30183 \end_layout
30184
30185 \end_inset
30186
30187
30188 \end_layout
30189
30190 \begin_layout Standard
30191 Footnotes in longtables are described in section
30192 \begin_inset space ~
30193 \end_inset
30194
30195
30196 \begin_inset CommandInset ref
30197 LatexCommand ref
30198 reference "subsec:Footnotes-in-Longtables"
30199
30200 \end_inset
30201
30202 .
30203 \end_layout
30204
30205 \begin_layout Standard
30206 Footnotes in minipage boxes are printed, but inside the box and with a different
30207  numbering because a minipage box is like a page inside a page.
30208  (For more about minipages, see section
30209 \begin_inset space ~
30210 \end_inset
30211
30212
30213 \begin_inset CommandInset ref
30214 LatexCommand ref
30215 reference "sec:Minipages"
30216
30217 \end_inset
30218
30219 .) To get a footnote in the minipage that is output at the bottom of the
30220  page like normal footnotes, also use the method of 
30221 \series bold
30222
30223 \backslash
30224 footnotemark{}
30225 \series default
30226  and 
30227 \series bold
30228
30229 \backslash
30230 footnotetext
30231 \series default
30232 .
30233 \end_layout
30234
30235 \begin_layout Standard
30236 \begin_inset Box Frameless
30237 position "t"
30238 hor_pos "c"
30239 has_inner_box 1
30240 inner_pos "t"
30241 use_parbox 0
30242 use_makebox 0
30243 width "100col%"
30244 special "none"
30245 height "1in"
30246 height_special "totalheight"
30247 thickness "0.4pt"
30248 separation "3pt"
30249 shadowsize "4pt"
30250 framecolor "black"
30251 backgroundcolor "none"
30252 status open
30253
30254 \begin_layout Plain Layout
30255 This an example text in a minipage.
30256 \begin_inset Foot
30257 status open
30258
30259 \begin_layout Plain Layout
30260 Footnote in the minipage.
30261 \end_layout
30262
30263 \end_inset
30264
30265
30266 \end_layout
30267
30268 \begin_layout Plain Layout
30269 This an example text in a minipage.
30270 \begin_inset ERT
30271 status collapsed
30272
30273 \begin_layout Plain Layout
30274
30275
30276 \backslash
30277 footnotemark{}
30278 \end_layout
30279
30280 \end_inset
30281
30282
30283 \end_layout
30284
30285 \end_inset
30286
30287
30288 \end_layout
30289
30290 \begin_layout Standard
30291 \begin_inset ERT
30292 status collapsed
30293
30294 \begin_layout Plain Layout
30295
30296
30297 \backslash
30298 footnotetext{
30299 \end_layout
30300
30301 \end_inset
30302
30303 Footnote outside the minipage.
30304 \begin_inset ERT
30305 status collapsed
30306
30307 \begin_layout Plain Layout
30308
30309 }
30310 \end_layout
30311
30312 \end_inset
30313
30314
30315 \end_layout
30316
30317 \begin_layout Standard
30318 \begin_inset VSpace defskip
30319 \end_inset
30320
30321
30322 \end_layout
30323
30324 \begin_layout Standard
30325 To refer to the same footnote several times without printing the footnote
30326  text every time, use the command 
30327 \series bold
30328
30329 \backslash
30330 footnotemark[number]
30331 \series default
30332  in \SpecialChar TeX
30333  code.
30334 \begin_inset Newline newline
30335 \end_inset
30336
30337 As you do not know the number of the repeating footnote while you are writing
30338  the text, you have to store its number.
30339  For the following footnote mark example, these commands were inserted in
30340  \SpecialChar TeX
30341  code after Footnote
30342 \begin_inset space ~
30343 \end_inset
30344
30345
30346 \begin_inset CommandInset ref
30347 LatexCommand ref
30348 reference "foot:This-is-an"
30349
30350 \end_inset
30351
30352  to store the footnote number:
30353 \end_layout
30354
30355 \begin_layout Standard
30356
30357 \series bold
30358
30359 \backslash
30360 newcounter{MyRepeatFoot}
30361 \begin_inset Newline newline
30362 \end_inset
30363
30364
30365 \backslash
30366 setcounter{MyRepeatFoot}{
30367 \backslash
30368 thefootnote}
30369 \end_layout
30370
30371 \begin_layout Standard
30372 The footnote mark was then created with this command:
30373 \end_layout
30374
30375 \begin_layout Standard
30376
30377 \series bold
30378
30379 \backslash
30380 footnotemark[
30381 \backslash
30382 theMyRepeatFoot]
30383 \end_layout
30384
30385 \begin_layout Standard
30386 Here is a repeated footnote:
30387 \family roman
30388 \series medium
30389 \bar no
30390
30391 \begin_inset ERT
30392 status collapsed
30393
30394 \begin_layout Plain Layout
30395
30396
30397 \backslash
30398 footnotemark[
30399 \backslash
30400 theMyRepeatFoot]
30401 \end_layout
30402
30403 \end_inset
30404
30405
30406 \end_layout
30407
30408 \begin_layout Standard
30409 If you want to repeat the previous footnote, you can omit the storage of
30410  the footnote number and just use this command instead:
30411 \end_layout
30412
30413 \begin_layout Standard
30414
30415 \series bold
30416
30417 \backslash
30418 footnotemark[
30419 \backslash
30420 thefootnote]
30421 \end_layout
30422
30423 \begin_layout Standard
30424 Here is another repeated footnote:
30425 \family roman
30426 \series medium
30427 \bar no
30428
30429 \begin_inset ERT
30430 status collapsed
30431
30432 \begin_layout Plain Layout
30433
30434
30435 \backslash
30436 footnotemark[
30437 \backslash
30438 thefootnote]
30439 \end_layout
30440
30441 \end_inset
30442
30443
30444 \end_layout
30445
30446 \begin_layout Subsection
30447 Footnote Numbering
30448 \begin_inset CommandInset label
30449 LatexCommand label
30450 name "subsec:Footnote-Numbering"
30451
30452 \end_inset
30453
30454
30455 \begin_inset Index idx
30456 status collapsed
30457
30458 \begin_layout Plain Layout
30459 Footnotes ! Numbering
30460 \end_layout
30461
30462 \end_inset
30463
30464
30465 \end_layout
30466
30467 \begin_layout Standard
30468 To reset the footnote number back to 1 after each section
30469 \family roman
30470 , add this command to your document preamble:
30471 \end_layout
30472
30473 \begin_layout Standard
30474
30475 \series bold
30476
30477 \backslash
30478 @addtoreset{footnote}{section}
30479 \end_layout
30480
30481 \begin_layout Standard
30482 \begin_inset VSpace bigskip
30483 \end_inset
30484
30485 The following preamble command changes the footnote numbering style to small
30486  roman numerals:
30487 \end_layout
30488
30489 \begin_layout Standard
30490
30491 \series bold
30492
30493 \backslash
30494 renewcommand{
30495 \backslash
30496 thefootnote}{
30497 \backslash
30498 roman{footnote}}
30499 \end_layout
30500
30501 \begin_layout Standard
30502 \begin_inset ERT
30503 status collapsed
30504
30505 \begin_layout Plain Layout
30506
30507
30508 \backslash
30509 renewcommand{
30510 \backslash
30511 thefootnote}{
30512 \backslash
30513 roman{footnote}}
30514 \end_layout
30515
30516 \end_inset
30517
30518  This is a footnote with roman numbering:
30519 \begin_inset Foot
30520 status open
30521
30522 \begin_layout Plain Layout
30523 This is an example footnote with roman numbering.
30524 \end_layout
30525
30526 \end_inset
30527
30528
30529 \end_layout
30530
30531 \begin_layout Standard
30532 To change the numbering style to capital roman numerals replace in the command
30533  above 
30534 \series bold
30535
30536 \backslash
30537 roman
30538 \series default
30539  by 
30540 \series bold
30541
30542 \backslash
30543 Roman
30544 \series default
30545 .
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 capital or small Latin letters use 
30555 \series bold
30556
30557 \backslash
30558 Alph
30559 \series default
30560  or 
30561 \series bold
30562
30563 \backslash
30564 alph
30565 \series default
30566 , respectively.
30567  To 
30568 \begin_inset Quotes eld
30569 \end_inset
30570
30571 number
30572 \begin_inset Quotes erd
30573 \end_inset
30574
30575  footnotes with symbols use 
30576 \series bold
30577
30578 \backslash
30579 fnsymbol
30580 \series default
30581 .
30582 \end_layout
30583
30584 \begin_layout Standard
30585 \begin_inset Note Greyedout
30586 status open
30587
30588 \begin_layout Plain Layout
30589
30590 \series bold
30591 Note:
30592 \series default
30593  You can only number 26 footnotes with Latin letters, because this numbering
30594  is limited to single letters.
30595 \end_layout
30596
30597 \end_inset
30598
30599
30600 \begin_inset Newline newline
30601 \end_inset
30602
30603
30604 \begin_inset Note Greyedout
30605 status open
30606
30607 \begin_layout Plain Layout
30608
30609 \series bold
30610 Note:
30611 \series default
30612  You can only number 9 footnotes with symbols.
30613 \end_layout
30614
30615 \end_inset
30616
30617
30618 \end_layout
30619
30620 \begin_layout Standard
30621 To return to the default numbering style after you have changed to another
30622  one, use 
30623 \series bold
30624
30625 \backslash
30626 arabic
30627 \series default
30628  instead of 
30629 \series bold
30630
30631 \backslash
30632 roman
30633 \series default
30634  in the command above.
30635 \begin_inset ERT
30636 status collapsed
30637
30638 \begin_layout Plain Layout
30639
30640
30641 \backslash
30642 renewcommand{
30643 \backslash
30644 thefootnote}{
30645 \backslash
30646 arabic{footnote}}
30647 \end_layout
30648
30649 \end_inset
30650
30651
30652 \end_layout
30653
30654 \begin_layout Standard
30655 \begin_inset VSpace bigskip
30656 \end_inset
30657
30658
30659 \end_layout
30660
30661 \begin_layout Standard
30662 If you want to have footnotes numbered in the scheme 
30663 \begin_inset Quotes eld
30664 \end_inset
30665
30666 chapter.footnote
30667 \begin_inset Quotes erd
30668 \end_inset
30669
30670 , add the following command to your document preamble:
30671 \end_layout
30672
30673 \begin_layout Standard
30674
30675 \series bold
30676
30677 \backslash
30678 numberwithin{footnote}{chapter}
30679 \end_layout
30680
30681 \begin_layout Standard
30682 To be able to use the command 
30683 \series bold
30684
30685 \backslash
30686 numberwithin
30687 \series default
30688 , set in the tab 
30689 \family sans
30690 Math
30691 \begin_inset space ~
30692 \end_inset
30693
30694 Options
30695 \family default
30696  in the document settings the option 
30697 \family sans
30698 Use
30699 \begin_inset space ~
30700 \end_inset
30701
30702 AMS
30703 \begin_inset space ~
30704 \end_inset
30705
30706 math
30707 \begin_inset space ~
30708 \end_inset
30709
30710 package
30711 \family default
30712 .
30713 \end_layout
30714
30715 \begin_layout Standard
30716 \begin_inset ERT
30717 status collapsed
30718
30719 \begin_layout Plain Layout
30720
30721
30722 \backslash
30723 numberwithin{footnote}{chapter}
30724 \end_layout
30725
30726 \end_inset
30727
30728 This is another example footnote:
30729 \series bold
30730
30731 \begin_inset Foot
30732 status open
30733
30734 \begin_layout Plain Layout
30735 This is a footnote numbered in the scheme 
30736 \begin_inset Quotes eld
30737 \end_inset
30738
30739 chapter.footnote
30740 \begin_inset Quotes erd
30741 \end_inset
30742
30743 .
30744 \end_layout
30745
30746 \end_inset
30747
30748
30749 \series default
30750
30751 \begin_inset ERT
30752 status collapsed
30753
30754 \begin_layout Plain Layout
30755
30756
30757 \backslash
30758 renewcommand{
30759 \backslash
30760 thefootnote}{
30761 \backslash
30762 arabic{footnote}}
30763 \end_layout
30764
30765 \end_inset
30766
30767
30768 \end_layout
30769
30770 \begin_layout Standard
30771 \begin_inset Note Greyedout
30772 status open
30773
30774 \begin_layout Plain Layout
30775
30776 \series bold
30777 Note:
30778 \series default
30779  
30780 \series bold
30781
30782 \backslash
30783 numberwithin
30784 \series default
30785  always prints out the footnote number as arabic number; previous redefinitions
30786  to get non-arabic numbers are overwritten.
30787 \end_layout
30788
30789 \end_inset
30790
30791
30792 \end_layout
30793
30794 \begin_layout Standard
30795 So to get for example the scheme 
30796 \begin_inset Quotes eld
30797 \end_inset
30798
30799 chapter.
30800 \backslash
30801 Roman{footnote}
30802 \begin_inset Quotes erd
30803 \end_inset
30804
30805 , use this command instead of 
30806 \series bold
30807
30808 \backslash
30809 numberwithin
30810 \series default
30811 :
30812 \end_layout
30813
30814 \begin_layout Standard
30815
30816 \series bold
30817
30818 \backslash
30819 renewcommand{
30820 \backslash
30821 thefootnote}{
30822 \backslash
30823 thechapter.
30824 \backslash
30825 Roman{footnote}}
30826 \end_layout
30827
30828 \begin_layout Subsection
30829 Footnote Placement
30830 \begin_inset Index idx
30831 status collapsed
30832
30833 \begin_layout Plain Layout
30834 Footnotes ! Placement
30835 \end_layout
30836
30837 \end_inset
30838
30839
30840 \end_layout
30841
30842 \begin_layout Standard
30843 If you have several footnotes in one page, they appear without vertical
30844  space between them at the bottom of the page.
30845  To make them more readable you can e.
30846 \begin_inset space \thinspace{}
30847 \end_inset
30848
30849 g.
30850 \begin_inset space \space{}
30851 \end_inset
30852
30853 add 1.5
30854 \begin_inset space \thinspace{}
30855 \end_inset
30856
30857 mm space with the following preamble command:
30858 \end_layout
30859
30860 \begin_layout Standard
30861
30862 \series bold
30863
30864 \backslash
30865 let
30866 \backslash
30867 myFoot
30868 \backslash
30869 footnote
30870 \begin_inset Newline newline
30871 \end_inset
30872
30873
30874 \backslash
30875 renewcommand{
30876 \backslash
30877 footnote}[1]{
30878 \backslash
30879 myFoot{#1
30880 \backslash
30881 vspace{1.5mm}}}
30882 \end_layout
30883
30884 \begin_layout Standard
30885 \begin_inset VSpace bigskip
30886 \end_inset
30887
30888 In a two-column document the footnotes appear at the bottom of every column,
30889  see Figure
30890 \begin_inset space ~
30891 \end_inset
30892
30893
30894 \begin_inset CommandInset ref
30895 LatexCommand ref
30896 reference "fig:Standard-footnote-placement"
30897
30898 \end_inset
30899
30900 .
30901  If the footnotes should only appear at the bottom of the right column,
30902  as in Figure
30903 \begin_inset space ~
30904 \end_inset
30905
30906
30907 \begin_inset CommandInset ref
30908 LatexCommand ref
30909 reference "fig:Footnote-placement-in"
30910
30911 \end_inset
30912
30913 , use the \SpecialChar LaTeX
30914 -package 
30915 \series bold
30916 ftnright
30917 \series default
30918
30919 \begin_inset Index idx
30920 status collapsed
30921
30922 \begin_layout Plain Layout
30923 \SpecialChar LaTeX
30924 -packages ! ftnright
30925 \end_layout
30926
30927 \end_inset
30928
30929  with this command in the document preamble:
30930 \end_layout
30931
30932 \begin_layout Standard
30933
30934 \series bold
30935
30936 \backslash
30937 usepackage{ftnright}
30938 \end_layout
30939
30940 \begin_layout Standard
30941 \begin_inset Float figure
30942 placement !h
30943 wide false
30944 sideways false
30945 status open
30946
30947 \begin_layout Plain Layout
30948 \begin_inset ERT
30949 status collapsed
30950
30951 \begin_layout Plain Layout
30952
30953
30954 \backslash
30955 framebox{
30956 \end_layout
30957
30958 \end_inset
30959
30960
30961 \begin_inset Graphics
30962         filename clipart/without_fntright.pdf
30963         width 100col%
30964         scaleBeforeRotation
30965
30966 \end_inset
30967
30968
30969 \begin_inset ERT
30970 status collapsed
30971
30972 \begin_layout Plain Layout
30973
30974 }
30975 \end_layout
30976
30977 \end_inset
30978
30979
30980 \end_layout
30981
30982 \begin_layout Plain Layout
30983 \begin_inset Caption Standard
30984
30985 \begin_layout Plain Layout
30986 \begin_inset CommandInset label
30987 LatexCommand label
30988 name "fig:Standard-footnote-placement"
30989
30990 \end_inset
30991
30992 Standard footnote placement in two-column documents.
30993 \end_layout
30994
30995 \end_inset
30996
30997
30998 \end_layout
30999
31000 \end_inset
31001
31002
31003 \end_layout
31004
31005 \begin_layout Standard
31006 \begin_inset Float figure
31007 placement !h
31008 wide false
31009 sideways false
31010 status open
31011
31012 \begin_layout Plain Layout
31013 \begin_inset ERT
31014 status collapsed
31015
31016 \begin_layout Plain Layout
31017
31018
31019 \backslash
31020 framebox{
31021 \end_layout
31022
31023 \end_inset
31024
31025
31026 \begin_inset Graphics
31027         filename clipart/with_fntright.pdf
31028         width 100col%
31029         scaleBeforeRotation
31030
31031 \end_inset
31032
31033
31034 \begin_inset ERT
31035 status collapsed
31036
31037 \begin_layout Plain Layout
31038
31039 }
31040 \end_layout
31041
31042 \end_inset
31043
31044
31045 \end_layout
31046
31047 \begin_layout Plain Layout
31048 \begin_inset Caption Standard
31049
31050 \begin_layout Plain Layout
31051 \begin_inset CommandInset label
31052 LatexCommand label
31053 name "fig:Footnote-placement-in"
31054
31055 \end_inset
31056
31057 Footnote placement in two-column documents when the \SpecialChar LaTeX
31058 -package 
31059 \series bold
31060 ftnright
31061 \series default
31062  is used.
31063 \end_layout
31064
31065 \end_inset
31066
31067
31068 \end_layout
31069
31070 \end_inset
31071
31072
31073 \end_layout
31074
31075 \begin_layout Standard
31076 \begin_inset VSpace bigskip
31077 \end_inset
31078
31079 In some scientific literature it is usual to collect the footnotes and print
31080  them in a separate paragraph at the end of a section, as in Figure
31081 \begin_inset space ~
31082 \end_inset
31083
31084
31085 \begin_inset CommandInset ref
31086 LatexCommand ref
31087 reference "fig:Endnotes"
31088
31089 \end_inset
31090
31091 .
31092  They are then called 
31093 \begin_inset Quotes eld
31094 \end_inset
31095
31096 endnotes
31097 \begin_inset Quotes erd
31098 \end_inset
31099
31100 .
31101 \begin_inset Index idx
31102 status collapsed
31103
31104 \begin_layout Plain Layout
31105 Endnotes
31106 \end_layout
31107
31108 \end_inset
31109
31110  To use endnotes instead of footnotes in your document, load in the menu
31111  
31112 \family sans
31113 Document\SpecialChar menuseparator
31114 Settings\SpecialChar menuseparator
31115 Modules 
31116 \family default
31117 the module 
31118 \family sans
31119 Foot
31120 \begin_inset space ~
31121 \end_inset
31122
31123 to
31124 \begin_inset space ~
31125 \end_inset
31126
31127 End
31128 \family default
31129 .
31130  To insert the collected footnotes, insert the command
31131 \end_layout
31132
31133 \begin_layout Standard
31134
31135 \series bold
31136
31137 \backslash
31138 theendnotes
31139 \end_layout
31140
31141 \begin_layout Standard
31142 in \SpecialChar TeX
31143  Code at the end of a section or chapter.
31144 \end_layout
31145
31146 \begin_layout Standard
31147 \begin_inset Float figure
31148 wide false
31149 sideways false
31150 status open
31151
31152 \begin_layout Plain Layout
31153 \align center
31154 \begin_inset ERT
31155 status collapsed
31156
31157 \begin_layout Plain Layout
31158
31159
31160 \backslash
31161 framebox{
31162 \end_layout
31163
31164 \end_inset
31165
31166
31167 \begin_inset Graphics
31168         filename clipart/endnotes.pdf
31169         scaleBeforeRotation
31170
31171 \end_inset
31172
31173
31174 \begin_inset ERT
31175 status collapsed
31176
31177 \begin_layout Plain Layout
31178
31179 }
31180 \end_layout
31181
31182 \end_inset
31183
31184
31185 \end_layout
31186
31187 \begin_layout Plain Layout
31188 \begin_inset Caption Standard
31189
31190 \begin_layout Plain Layout
31191 \begin_inset CommandInset label
31192 LatexCommand label
31193 name "fig:Endnotes"
31194
31195 \end_inset
31196
31197 Endnotes – footnotes are printed in a separate paragraph at the end of sections
31198  or chapters.
31199 \end_layout
31200
31201 \end_inset
31202
31203
31204 \end_layout
31205
31206 \end_inset
31207
31208
31209 \end_layout
31210
31211 \begin_layout Standard
31212 \begin_inset VSpace medskip
31213 \end_inset
31214
31215 The paragraph heading for the endnotes isn't automatically translated into
31216  the document language, this must be done manually.
31217  The following preamble command translates the default English 
31218 \begin_inset Quotes eld
31219 \end_inset
31220
31221 Notes
31222 \begin_inset Quotes erd
31223 \end_inset
31224
31225  into the German 
31226 \begin_inset Quotes eld
31227 \end_inset
31228
31229 Anmerkungen
31230 \begin_inset Quotes erd
31231 \end_inset
31232
31233 :
31234 \end_layout
31235
31236 \begin_layout Standard
31237
31238 \series bold
31239
31240 \backslash
31241 renewcommand{
31242 \backslash
31243 notesname}{Anmerkungen}
31244 \end_layout
31245
31246 \begin_layout Standard
31247 \begin_inset VSpace medskip
31248 \end_inset
31249
31250 The numbering of endnotes can be changed like the footnote numbering as
31251  described in section
31252 \begin_inset space ~
31253 \end_inset
31254
31255
31256 \begin_inset CommandInset ref
31257 LatexCommand ref
31258 reference "subsec:Footnote-Numbering"
31259
31260 \end_inset
31261
31262 ; just replace the command 
31263 \series bold
31264
31265 \backslash
31266 thefootnote
31267 \series default
31268  by 
31269 \series bold
31270
31271 \backslash
31272 theendnote
31273 \series default
31274 .
31275  To reset the endnote number use the command 
31276 \series bold
31277
31278 \backslash
31279 @addtoreset
31280 \series default
31281  as described in section
31282 \begin_inset space ~
31283 \end_inset
31284
31285
31286 \begin_inset CommandInset ref
31287 LatexCommand ref
31288 reference "subsec:Footnote-Numbering"
31289
31290 \end_inset
31291
31292  and replace the command parameter 
31293 \series bold
31294 footnote
31295 \series default
31296  by 
31297 \series bold
31298 endnote
31299 \series default
31300 .
31301 \end_layout
31302
31303 \begin_layout Standard
31304 For endnotes there is the command 
31305 \series bold
31306
31307 \backslash
31308 endnotemark[number]
31309 \series default
31310  similar to the command 
31311 \series bold
31312
31313 \backslash
31314 footnotemark
31315 \series default
31316 , that is described in section
31317 \begin_inset space ~
31318 \end_inset
31319
31320
31321 \begin_inset CommandInset ref
31322 LatexCommand ref
31323 reference "sec:Footnotes"
31324
31325 \end_inset
31326
31327 .
31328 \end_layout
31329
31330 \begin_layout Standard
31331 \begin_inset VSpace bigskip
31332 \end_inset
31333
31334 Footnotes can also be placed in the page margin and the footnote text alignment
31335  can be changed, see the \SpecialChar LaTeX
31336 -package 
31337 \series bold
31338 footmisc
31339 \series default
31340
31341 \begin_inset Index idx
31342 status collapsed
31343
31344 \begin_layout Plain Layout
31345 \SpecialChar LaTeX
31346 -packages ! footmisc
31347 \end_layout
31348
31349 \end_inset
31350
31351
31352 \begin_inset CommandInset citation
31353 LatexCommand cite
31354 key "footmisc"
31355
31356 \end_inset
31357
31358  for more information about this.
31359 \end_layout
31360
31361 \begin_layout Standard
31362 For various further footnote formatting issues have a look at \SpecialChar LaTeX
31363 -books, 
31364 \begin_inset CommandInset citation
31365 LatexCommand cite
31366 key "latexcompanion,latexguide,latexbook"
31367
31368 \end_inset
31369
31370 .
31371  If you are using a 
31372 \series bold
31373 KOMA-Script
31374 \series default
31375
31376 \begin_inset Index idx
31377 status collapsed
31378
31379 \begin_layout Plain Layout
31380 \SpecialChar LaTeX
31381 -packages ! KOMA-Script
31382 \end_layout
31383
31384 \end_inset
31385
31386  document class, you can adjust all footnote settings using class-specific
31387  commands, see 
31388 \begin_inset CommandInset citation
31389 LatexCommand cite
31390 key "KOMA-Script"
31391
31392 \end_inset
31393
31394 .
31395 \end_layout
31396
31397 \begin_layout Section
31398 Margin Notes
31399 \begin_inset Index idx
31400 status collapsed
31401
31402 \begin_layout Plain Layout
31403 Notes ! Margin Notes
31404 \end_layout
31405
31406 \end_inset
31407
31408
31409 \end_layout
31410
31411 \begin_layout Standard
31412 Margin notes look and behave in \SpecialChar LyX
31413  like footnotes.
31414  They are inserted via the menu 
31415 \family sans
31416 Insert\SpecialChar menuseparator
31417 Marginal
31418 \begin_inset space ~
31419 \end_inset
31420
31421 Note
31422 \family default
31423  or the toolbar button 
31424 \begin_inset Info
31425 type  "icon"
31426 arg   "marginalnote-insert"
31427 \end_inset
31428
31429 .
31430  A grey 
31431 \family roman
31432 \series medium
31433 box with the
31434 \family default
31435 \series default
31436  red 
31437 \family roman
31438 \series medium
31439 label 
31440 \begin_inset Quotes eld
31441 \end_inset
31442
31443 margin
31444 \begin_inset Quotes erd
31445 \end_inset
31446
31447  appears where you can enter the text of the margin note.
31448 \end_layout
31449
31450 \begin_layout Standard
31451 At the side is an example margin note.
31452
31453 \family roman
31454 \series medium
31455  
31456 \begin_inset Marginal
31457 status open
31458
31459 \begin_layout Plain Layout
31460 This is a margin note.
31461 \end_layout
31462
31463 \end_inset
31464
31465
31466 \end_layout
31467
31468 \begin_layout Standard
31469 Margin notes appear at the right side in single-sided documents.
31470  In double-sided documents they appear in the outer margin – left on even
31471  pages, right on odd pages.
31472  The text of margin notes is aligned opposite to the outer margin – right-aligne
31473 d when the note appears in the left margin.
31474  The first line of the margin note is placed at the position of the text
31475  line where it is inserted in the document.
31476 \end_layout
31477
31478 \begin_layout Standard
31479 \begin_inset VSpace bigskip
31480 \end_inset
31481
31482 To place the margin note in the inner margin, add the command
31483 \end_layout
31484
31485 \begin_layout Standard
31486
31487 \series bold
31488
31489 \backslash
31490 reversemarginpar
31491 \end_layout
31492
31493 \begin_layout Standard
31494 in \SpecialChar TeX
31495  Code before a margin note.
31496  The new placement is valid for all subsequent margin notes.
31497  
31498 \begin_inset ERT
31499 status collapsed
31500
31501 \begin_layout Plain Layout
31502
31503
31504 \backslash
31505 reversemarginpar 
31506 \end_layout
31507
31508 \end_inset
31509
31510
31511 \begin_inset Marginal
31512 status open
31513
31514 \begin_layout Plain Layout
31515 This is a margin note in the inner margin.
31516 \end_layout
31517
31518 \end_inset
31519
31520
31521 \series bold
31522
31523 \begin_inset Newline newline
31524 \end_inset
31525
31526
31527 \series default
31528
31529 \begin_inset Note Greyedout
31530 status open
31531
31532 \begin_layout Plain Layout
31533
31534 \series bold
31535 Note:
31536 \series default
31537  There is often not enough space in the inner margin so that the notes are
31538  not correctly displayed in the output.
31539 \end_layout
31540
31541 \end_inset
31542
31543
31544 \end_layout
31545
31546 \begin_layout Standard
31547 To return to the default placement insert the command
31548 \end_layout
31549
31550 \begin_layout Standard
31551
31552 \series bold
31553
31554 \backslash
31555 normalmarginpar
31556 \end_layout
31557
31558 \begin_layout Standard
31559 in \SpecialChar TeX
31560  Code.
31561 \begin_inset ERT
31562 status collapsed
31563
31564 \begin_layout Plain Layout
31565
31566
31567 \backslash
31568 normalmarginpar 
31569 \end_layout
31570
31571 \end_inset
31572
31573  
31574 \begin_inset Note Greyedout
31575 status open
31576
31577 \begin_layout Plain Layout
31578
31579 \series bold
31580 Note:
31581 \series default
31582  The command is ignored when it is within a paragraph where also the command
31583  
31584 \series bold
31585
31586 \backslash
31587 reversemarginpar
31588 \series default
31589  is inserted.
31590 \end_layout
31591
31592 \end_inset
31593
31594
31595 \end_layout
31596
31597 \begin_layout Standard
31598 \begin_inset VSpace bigskip
31599 \end_inset
31600
31601
31602 \family roman
31603 \series medium
31604
31605 \begin_inset Marginal
31606 status open
31607
31608 \begin_layout Plain Layout
31609 AVeryLongMarginParWord that isn't hyphenated.
31610 \end_layout
31611
31612 \end_inset
31613
31614
31615 \family default
31616 \series default
31617  Similar to the case described in section
31618 \begin_inset space ~
31619 \end_inset
31620
31621
31622 \begin_inset CommandInset ref
31623 LatexCommand ref
31624 reference "subsec:Multiple-Lines-in"
31625
31626 \end_inset
31627
31628 , long words cannot be hyphenated when they are the first word in a margin
31629  note.
31630  To avoid this, insert 0
31631 \begin_inset space \thinspace{}
31632 \end_inset
31633
31634 pt horizontal space before the word
31635 \family roman
31636 \series medium
31637 .
31638  
31639 \begin_inset Marginal
31640 status open
31641
31642 \begin_layout Plain Layout
31643 \begin_inset space \hspace*{}
31644 \length 0pt
31645 \end_inset
31646
31647 AVeryLongMarginParWord that is hyphenated.
31648 \end_layout
31649
31650 \end_inset
31651
31652
31653 \end_layout
31654
31655 \begin_layout Standard
31656 \begin_inset VSpace bigskip
31657 \end_inset
31658
31659
31660 \end_layout
31661
31662 \begin_layout Standard
31663 \begin_inset Note Greyedout
31664 status open
31665
31666 \begin_layout Plain Layout
31667
31668 \series bold
31669 Note:
31670 \series default
31671  Margin notes can normally not be used inside tables, floats, and footnotes.
31672 \end_layout
31673
31674 \end_inset
31675
31676
31677 \end_layout
31678
31679 \begin_layout Standard
31680 \begin_inset VSpace bigskip
31681 \end_inset
31682
31683
31684 \end_layout
31685
31686 \begin_layout Standard
31687 \begin_inset ERT
31688 status collapsed
31689
31690 \begin_layout Plain Layout
31691
31692
31693 \backslash
31694 ifmarginnote
31695 \end_layout
31696
31697 \end_inset
31698
31699
31700 \begin_inset Note Note
31701 status open
31702
31703 \begin_layout Plain Layout
31704 The following section will only be displayed when the \SpecialChar LaTeX
31705 -package 
31706 \series bold
31707 marginnote
31708 \series default
31709  is installed.
31710 \end_layout
31711
31712 \end_inset
31713
31714
31715 \end_layout
31716
31717 \begin_layout Standard
31718 This restriction can be evaded by using the \SpecialChar LaTeX
31719 -package 
31720 \series bold
31721 marginnote
31722 \series default
31723
31724 \begin_inset Index idx
31725 status collapsed
31726
31727 \begin_layout Plain Layout
31728 \SpecialChar LaTeX
31729 -packages ! marginnote
31730 \end_layout
31731
31732 \end_inset
31733
31734 .
31735  By adding these two lines to your document preamble, the command used by
31736  \SpecialChar LyX
31737  for margin notes is redefined to use the command provided by the 
31738 \series bold
31739 marginnote
31740 \series default
31741 -package:
31742 \end_layout
31743
31744 \begin_layout Standard
31745
31746 \series bold
31747
31748 \backslash
31749 usepackage{marginnote}
31750 \begin_inset Newline newline
31751 \end_inset
31752
31753
31754 \backslash
31755 let
31756 \backslash
31757 marginpar
31758 \backslash
31759 marginnote
31760 \end_layout
31761
31762 \begin_layout Standard
31763 This is also used in this document because 
31764 \series bold
31765 marginnote
31766 \series default
31767  has another useful feature: You can set a vertical offset for the note.
31768  This is often needed when too many margin notes are too close together
31769  or for a better page layout.
31770  The offset is set in \SpecialChar LyX
31771  as \SpecialChar TeX
31772  Code directly after the margin note in the scheme
31773 \end_layout
31774
31775 \begin_layout Standard
31776
31777 \series bold
31778 [offset]
31779 \end_layout
31780
31781 \begin_layout Standard
31782 where the offset is a length with one of the units listed in Table
31783 \begin_inset space ~
31784 \end_inset
31785
31786
31787 \begin_inset CommandInset ref
31788 LatexCommand ref
31789 reference "tab:Units"
31790
31791 \end_inset
31792
31793 .
31794  A negative value shifts the note up, a positive value shifts it down.
31795  
31796 \family roman
31797 \series medium
31798 For example the margin note beside this text line is shifted up 1.5
31799 \begin_inset space \thinspace{}
31800 \end_inset
31801
31802 cm with the \SpecialChar TeX
31803  Code command 
31804 \begin_inset Quotes eld
31805 \end_inset
31806
31807
31808 \family default
31809 \series bold
31810 [-1.5cm]
31811 \family roman
31812 \series medium
31813
31814 \begin_inset Quotes erd
31815 \end_inset
31816
31817
31818 \begin_inset Marginal
31819 status open
31820
31821 \begin_layout Plain Layout
31822 This margin note is shifted up 1.5
31823 \begin_inset space \thinspace{}
31824 \end_inset
31825
31826 cm from its original position.
31827 \end_layout
31828
31829 \end_inset
31830
31831
31832 \family default
31833 \series default
31834
31835 \begin_inset ERT
31836 status collapsed
31837
31838 \begin_layout Plain Layout
31839
31840 [-1.5cm]
31841 \end_layout
31842
31843 \end_inset
31844
31845
31846 \end_layout
31847
31848 \begin_layout Standard
31849 \begin_inset VSpace medskip
31850 \end_inset
31851
31852 With 
31853 \series bold
31854 marginnote
31855 \series default
31856  you can also change the alignment of the text in the margin note.
31857  For example the commands
31858 \end_layout
31859
31860 \begin_layout Standard
31861
31862 \series bold
31863
31864 \backslash
31865 renewcommand*{
31866 \backslash
31867 raggedleftmarginnote}{
31868 \backslash
31869 centering}
31870 \begin_inset Newline newline
31871 \end_inset
31872
31873
31874 \backslash
31875 renewcommand*{
31876 \backslash
31877 raggedrightmarginnote}{
31878 \backslash
31879 centering}
31880 \end_layout
31881
31882 \begin_layout Standard
31883 set the alignment to centered.
31884  
31885 \series bold
31886
31887 \backslash
31888 raggedleftmarginnote
31889 \series default
31890  denotes margin notes that appear at the left side.
31891 \family roman
31892 \series medium
31893
31894 \begin_inset ERT
31895 status collapsed
31896
31897 \begin_layout Plain Layout
31898
31899
31900 \backslash
31901 renewcommand*{
31902 \backslash
31903 raggedleftmarginnote}{
31904 \backslash
31905 centering}
31906 \end_layout
31907
31908 \begin_layout Plain Layout
31909
31910
31911 \backslash
31912 renewcommand*{
31913 \backslash
31914 raggedrightmarginnote}{
31915 \backslash
31916 centering}
31917 \end_layout
31918
31919 \end_inset
31920
31921
31922 \begin_inset Marginal
31923 status open
31924
31925 \begin_layout Plain Layout
31926 The text of this margin note is centered.
31927 \end_layout
31928
31929 \end_inset
31930
31931
31932 \family default
31933 \series default
31934  The default is
31935 \end_layout
31936
31937 \begin_layout Standard
31938
31939 \series bold
31940
31941 \backslash
31942 renewcommand*{
31943 \backslash
31944 raggedleftmarginnote}{
31945 \backslash
31946 raggedleft}
31947 \begin_inset Newline newline
31948 \end_inset
31949
31950
31951 \backslash
31952 renewcommand*{
31953 \backslash
31954 raggedrightmarginnote}{
31955 \backslash
31956 raggedright}
31957 \family roman
31958 \series medium
31959
31960 \begin_inset ERT
31961 status collapsed
31962
31963 \begin_layout Plain Layout
31964
31965
31966 \backslash
31967 renewcommand*{
31968 \backslash
31969 raggedleftmarginnote}{
31970 \backslash
31971 raggedleft}
31972 \end_layout
31973
31974 \begin_layout Plain Layout
31975
31976
31977 \backslash
31978 renewcommand*{
31979 \backslash
31980 raggedrightmarginnote}{
31981 \backslash
31982 raggedright}
31983 \end_layout
31984
31985 \end_inset
31986
31987
31988 \end_layout
31989
31990 \begin_layout Standard
31991 \begin_inset VSpace medskip
31992 \end_inset
31993
31994 For the other features of 
31995 \series bold
31996 marginnote
31997 \series default
31998  refer to its documentation 
31999 \begin_inset CommandInset citation
32000 LatexCommand cite
32001 key "marginnote"
32002
32003 \end_inset
32004
32005 .
32006 \end_layout
32007
32008 \begin_layout Standard
32009 \begin_inset VSpace bigskip
32010 \end_inset
32011
32012 You can adjust the layout of margin notes by changing its definition.
32013  To create for example a header for all margin notes with the underlined,
32014  sans-serif, and bold header text 
32015 \begin_inset Quotes eld
32016 \end_inset
32017
32018
32019 \family sans
32020 \series bold
32021 \bar under
32022 Attention!
32023 \family default
32024 \series default
32025 \bar default
32026
32027 \begin_inset Quotes erd
32028 \end_inset
32029
32030 , add this to your document preamble:
32031 \end_layout
32032
32033 \begin_layout Standard
32034
32035 \series bold
32036
32037 \backslash
32038 let
32039 \backslash
32040 myMarginpar
32041 \backslash
32042 marginpar
32043 \begin_inset Newline newline
32044 \end_inset
32045
32046
32047 \backslash
32048 renewcommand{
32049 \backslash
32050 marginpar}[1]{
32051 \backslash
32052 myMarginpar{%
32053 \begin_inset Newline newline
32054 \end_inset
32055
32056
32057 \begin_inset Phantom HPhantom
32058 status open
32059
32060 \begin_layout Plain Layout
32061
32062 \series bold
32063 \begin_inset space ~
32064 \end_inset
32065
32066
32067 \end_layout
32068
32069 \end_inset
32070
32071
32072 \backslash
32073 hspace{0pt}
32074 \backslash
32075 textsf{
32076 \backslash
32077 textbf{
32078 \backslash
32079 underbar{Attention!}}}%
32080 \begin_inset Newline newline
32081 \end_inset
32082
32083
32084 \begin_inset Phantom HPhantom
32085 status open
32086
32087 \begin_layout Plain Layout
32088
32089 \series bold
32090 \begin_inset space ~
32091 \end_inset
32092
32093
32094 \end_layout
32095
32096 \end_inset
32097
32098
32099 \backslash
32100 vspace{1.5mm}
32101 \backslash
32102
32103 \backslash
32104 #1}}
32105 \end_layout
32106
32107 \begin_layout Standard
32108
32109 \family roman
32110 \series medium
32111 \begin_inset ERT
32112 status collapsed
32113
32114 \begin_layout Plain Layout
32115
32116
32117 \backslash
32118 let
32119 \backslash
32120 myMarginpar
32121 \backslash
32122 marginpar
32123 \end_layout
32124
32125 \begin_layout Plain Layout
32126
32127
32128 \backslash
32129 renewcommand{
32130 \backslash
32131 marginpar}[1]{
32132 \backslash
32133 myMarginpar{%
32134 \end_layout
32135
32136 \begin_layout Plain Layout
32137
32138    
32139 \backslash
32140 textsf{
32141 \backslash
32142 textbf{
32143 \backslash
32144 underbar{Attention!}}}%
32145 \end_layout
32146
32147 \begin_layout Plain Layout
32148
32149    
32150 \backslash
32151 vspace{1.5mm}
32152 \backslash
32153
32154 \backslash
32155 #1}}
32156 \end_layout
32157
32158 \end_inset
32159
32160
32161 \begin_inset Marginal
32162 status open
32163
32164 \begin_layout Plain Layout
32165 This is a margin note with a defined heading.
32166 \end_layout
32167
32168 \end_inset
32169
32170
32171 \family default
32172 \series default
32173
32174 \begin_inset ERT
32175 status collapsed
32176
32177 \begin_layout Plain Layout
32178
32179 [-1.5cm]
32180 \end_layout
32181
32182 \end_inset
32183
32184
32185 \family roman
32186 \series medium
32187
32188 \begin_inset ERT
32189 status collapsed
32190
32191 \begin_layout Plain Layout
32192
32193
32194 \backslash
32195 renewcommand{
32196 \backslash
32197 marginpar}[1]{
32198 \backslash
32199 myMarginpar{#1}}
32200 \end_layout
32201
32202 \end_inset
32203
32204
32205 \family default
32206 \series default
32207
32208 \begin_inset Note Note
32209 status collapsed
32210
32211 \begin_layout Plain Layout
32212 The margin note format is changed only for this example.
32213 \end_layout
32214
32215 \end_inset
32216
32217
32218 \end_layout
32219
32220 \begin_layout Standard
32221 \begin_inset ERT
32222 status collapsed
32223
32224 \begin_layout Plain Layout
32225
32226
32227 \backslash
32228 else
32229 \end_layout
32230
32231 \end_inset
32232
32233
32234 \begin_inset Note Note
32235 status open
32236
32237 \begin_layout Plain Layout
32238 The following will be displayed when the \SpecialChar LaTeX
32239 -package 
32240 \series bold
32241 marginnote
32242 \series default
32243  is not installed:
32244 \end_layout
32245
32246 \end_inset
32247
32248
32249 \end_layout
32250
32251 \begin_layout Standard
32252 You need to install the \SpecialChar LaTeX
32253 -package 
32254 \series bold
32255 marginnote
32256 \series default
32257  to see the following part of this section in the output.
32258 \end_layout
32259
32260 \begin_layout Standard
32261 \begin_inset ERT
32262 status collapsed
32263
32264 \begin_layout Plain Layout
32265
32266
32267 \backslash
32268 fi
32269 \end_layout
32270
32271 \end_inset
32272
32273
32274 \end_layout
32275
32276 \begin_layout Chapter
32277 Boxes
32278 \end_layout
32279
32280 \begin_layout Section
32281 Introduction
32282 \begin_inset Index idx
32283 status collapsed
32284
32285 \begin_layout Plain Layout
32286 Boxes ! Introduction
32287 \end_layout
32288
32289 \end_inset
32290
32291
32292 \end_layout
32293
32294 \begin_layout Standard
32295 Boxes are used to format a block of text.
32296  Boxes can be used to write documents with multiple languages, see section
32297 \begin_inset space ~
32298 \end_inset
32299
32300
32301 \begin_inset CommandInset ref
32302 LatexCommand ref
32303 reference "sec:Minipages"
32304
32305 \end_inset
32306
32307 , to frame texts, see section
32308 \begin_inset space ~
32309 \end_inset
32310
32311
32312 \begin_inset CommandInset ref
32313 LatexCommand ref
32314 reference "sec:Decoration"
32315
32316 \end_inset
32317
32318 , to prevent words from being hyphenated, see section
32319 \begin_inset space ~
32320 \end_inset
32321
32322
32323 \begin_inset CommandInset ref
32324 LatexCommand ref
32325 reference "sec:Prevent-Hyphenation"
32326
32327 \end_inset
32328
32329 , to align text, see section
32330 \begin_inset space ~
32331 \end_inset
32332
32333
32334 \begin_inset CommandInset ref
32335 LatexCommand ref
32336 reference "subsec:Vertical-Alignment"
32337
32338 \end_inset
32339
32340 , or to set the background color of texts, see section
32341 \begin_inset space ~
32342 \end_inset
32343
32344
32345 \begin_inset CommandInset ref
32346 LatexCommand ref
32347 reference "sec:Colored-Boxes"
32348
32349 \end_inset
32350
32351 .
32352 \end_layout
32353
32354 \begin_layout Standard
32355 Boxes can be inserted with the menu 
32356 \family sans
32357 Insert\SpecialChar menuseparator
32358 Box
32359 \family default
32360  or the toolbar button 
32361 \begin_inset Info
32362 type  "icon"
32363 arg   "box-insert Frameless"
32364 \end_inset
32365
32366 .
32367  A grey box with the label 
32368 \family sans
32369 Box (Minipage)
32370 \family default
32371
32372 \begin_inset Graphics
32373         filename clipart/BoxInsetDefault.png
32374         scale 85
32375         scaleBeforeRotation
32376
32377 \end_inset
32378
32379  will be inserted.
32380  The box type can be specified by right-clicking on the box and selecting
32381  
32382 \family sans
32383 Settings
32384 \family default
32385 .
32386  The box dialog offers the 
32387 \family sans
32388 Inner
32389 \begin_inset space ~
32390 \end_inset
32391
32392 Box
32393 \family default
32394  types 
32395 \family sans
32396 Makebox
32397 \family default
32398
32399 \family sans
32400 Parbox
32401 \family default
32402  and 
32403 \family sans
32404 Minipage
32405 \family default
32406 .
32407  The type 
32408 \family sans
32409 Minipage
32410 \family default
32411  is the default for new boxes and is explained in section
32412 \begin_inset space ~
32413 \end_inset
32414
32415
32416 \begin_inset CommandInset ref
32417 LatexCommand ref
32418 reference "sec:Minipages"
32419
32420 \end_inset
32421
32422 ; the type 
32423 \family sans
32424 Parbox
32425 \family default
32426  is described in section
32427 \begin_inset space ~
32428 \end_inset
32429
32430
32431 \begin_inset CommandInset ref
32432 LatexCommand ref
32433 reference "sec:Parboxes"
32434
32435 \end_inset
32436
32437  and the type 
32438 \family sans
32439 Makebox
32440 \family default
32441  in 
32442 \begin_inset CommandInset ref
32443 LatexCommand ref
32444 reference "sec:Prevent-Hyphenation"
32445
32446 \end_inset
32447
32448 .
32449 \end_layout
32450
32451 \begin_layout Standard
32452 Boxes are not numbered and can therefore not be referenced like floats or
32453  footnotes.
32454 \end_layout
32455
32456 \begin_layout Standard
32457 \begin_inset Note Greyedout
32458 status open
32459
32460 \begin_layout Plain Layout
32461
32462 \series bold
32463 Note:
32464 \series default
32465  Boxes must not be the item in an 
32466 \family sans
32467 Itemize
32468 \family default
32469  or 
32470 \family sans
32471 Description
32472 \family default
32473  environment.
32474 \end_layout
32475
32476 \end_inset
32477
32478
32479 \end_layout
32480
32481 \begin_layout Standard
32482 \begin_inset Note Greyedout
32483 status open
32484
32485 \begin_layout Plain Layout
32486
32487 \series bold
32488 Note:
32489 \series default
32490  For an unknown reason you can only set the 
32491 \family sans
32492 Inner
32493 \begin_inset space ~
32494 \end_inset
32495
32496 Box
32497 \family default
32498  type to 
32499 \family sans
32500 None
32501 \family default
32502  when you use a framed box.
32503  Boxes without an 
32504 \family sans
32505 Inner
32506 \begin_inset space ~
32507 \end_inset
32508
32509 Box
32510 \family default
32511  type and without frames are explained in section
32512 \begin_inset space ~
32513 \end_inset
32514
32515
32516 \begin_inset CommandInset ref
32517 LatexCommand ref
32518 reference "sec:Prevent-Hyphenation"
32519
32520 \end_inset
32521
32522 .
32523 \end_layout
32524
32525 \end_inset
32526
32527
32528 \end_layout
32529
32530 \begin_layout Section
32531 Box Dialog
32532 \begin_inset CommandInset label
32533 LatexCommand label
32534 name "sec:Box-Dialog"
32535
32536 \end_inset
32537
32538
32539 \begin_inset Index idx
32540 status collapsed
32541
32542 \begin_layout Plain Layout
32543 Boxes ! Box Dialog
32544 \end_layout
32545
32546 \end_inset
32547
32548
32549 \end_layout
32550
32551 \begin_layout Subsection
32552 Size
32553 \begin_inset Index idx
32554 status collapsed
32555
32556 \begin_layout Plain Layout
32557 Boxes ! Size
32558 \end_layout
32559
32560 \end_inset
32561
32562
32563 \end_layout
32564
32565 \begin_layout Standard
32566 In the box dialog you can adjust the box geometry in the fields 
32567 \family sans
32568 Width
32569 \family default
32570  and 
32571 \family sans
32572 Height
32573 \family default
32574 .
32575  The available units for the geometry are explained in Table
32576 \begin_inset space ~
32577 \end_inset
32578
32579
32580 \begin_inset CommandInset ref
32581 LatexCommand ref
32582 reference "tab:Units"
32583
32584 \end_inset
32585
32586 .
32587  The field 
32588 \family sans
32589 Height
32590 \family default
32591  offers the following additional sizes:
32592 \end_layout
32593
32594 \begin_layout Description
32595 Depth This is the plain text 
32596 \begin_inset Quotes eld
32597 \end_inset
32598
32599 height
32600 \begin_inset Quotes erd
32601 \end_inset
32602
32603 .
32604  It ignores the total depth when there are multiple text lines in the box:
32605 \begin_inset Newline newline
32606 \end_inset
32607
32608
32609 \begin_inset Newline newline
32610 \end_inset
32611
32612
32613 \begin_inset Newline newline
32614 \end_inset
32615
32616
32617 \begin_inset Box Boxed
32618 position "c"
32619 hor_pos "c"
32620 has_inner_box 1
32621 inner_pos "c"
32622 use_parbox 0
32623 use_makebox 0
32624 width "12col%"
32625 special "none"
32626 height "1in"
32627 height_special "depth"
32628 thickness "0.4pt"
32629 separation "3pt"
32630 shadowsize "4pt"
32631 framecolor "black"
32632 backgroundcolor "none"
32633 status collapsed
32634
32635 \begin_layout Plain Layout
32636 \align center
32637 Box height set to 1
32638 \begin_inset space \thinspace{}
32639 \end_inset
32640
32641 Depth
32642 \end_layout
32643
32644 \end_inset
32645
32646
32647 \begin_inset Newline newline
32648 \end_inset
32649
32650
32651 \begin_inset Newline newline
32652 \end_inset
32653
32654
32655 \end_layout
32656
32657 \begin_layout Description
32658 Height This is the height of the text that is inside the box.
32659  A value of e.
32660 \begin_inset space \thinspace{}
32661 \end_inset
32662
32663 g.
32664 \begin_inset space \space{}
32665 \end_inset
32666
32667 2 for this size will set the box height to 2
32668 \begin_inset space ~
32669 \end_inset
32670
32671 times the text height: 
32672 \begin_inset Box Boxed
32673 position "c"
32674 hor_pos "c"
32675 has_inner_box 1
32676 inner_pos "c"
32677 use_parbox 0
32678 use_makebox 0
32679 width "20col%"
32680 special "none"
32681 height "2in"
32682 height_special "height"
32683 thickness "0.4pt"
32684 separation "3pt"
32685 shadowsize "4pt"
32686 framecolor "black"
32687 backgroundcolor "none"
32688 status collapsed
32689
32690 \begin_layout Plain Layout
32691 \align center
32692 Box height set to 2
32693 \begin_inset space \thinspace{}
32694 \end_inset
32695
32696 Height
32697 \end_layout
32698
32699 \end_inset
32700
32701
32702 \end_layout
32703
32704 \begin_layout Description
32705 Total
32706 \begin_inset space ~
32707 \end_inset
32708
32709 Height This is the Height
32710 \begin_inset space \thinspace{}
32711 \end_inset
32712
32713 +
32714 \begin_inset space \thinspace{}
32715 \end_inset
32716
32717 Depth: 
32718 \begin_inset Box Boxed
32719 position "c"
32720 hor_pos "c"
32721 has_inner_box 1
32722 inner_pos "c"
32723 use_parbox 0
32724 use_makebox 0
32725 width "20col%"
32726 special "none"
32727 height "1in"
32728 height_special "totalheight"
32729 thickness "0.4pt"
32730 separation "3pt"
32731 shadowsize "4pt"
32732 framecolor "black"
32733 backgroundcolor "none"
32734 status collapsed
32735
32736 \begin_layout Plain Layout
32737 \align center
32738 Box height set to 1
32739 \begin_inset space \thinspace{}
32740 \end_inset
32741
32742 Total
32743 \begin_inset space ~
32744 \end_inset
32745
32746 Height
32747 \end_layout
32748
32749 \end_inset
32750
32751
32752 \end_layout
32753
32754 \begin_layout Description
32755 Width This sets the width of the box as height: 
32756 \begin_inset Box Boxed
32757 position "c"
32758 hor_pos "c"
32759 has_inner_box 1
32760 inner_pos "c"
32761 use_parbox 0
32762 use_makebox 0
32763 width "12col%"
32764 special "none"
32765 height "1in"
32766 height_special "width"
32767 thickness "0.4pt"
32768 separation "3pt"
32769 shadowsize "4pt"
32770 framecolor "black"
32771 backgroundcolor "none"
32772 status collapsed
32773
32774 \begin_layout Plain Layout
32775 \align center
32776 Box height set to 1
32777 \begin_inset space \thinspace{}
32778 \end_inset
32779
32780 Width
32781 \end_layout
32782
32783 \end_inset
32784
32785
32786 \end_layout
32787
32788 \begin_layout Subsection
32789 Alignment
32790 \begin_inset Index idx
32791 status collapsed
32792
32793 \begin_layout Plain Layout
32794 Boxes ! Alignment
32795 \end_layout
32796
32797 \end_inset
32798
32799
32800 \end_layout
32801
32802 \begin_layout Standard
32803 When you have chosen an 
32804 \family sans
32805 Inner
32806 \begin_inset space ~
32807 \end_inset
32808
32809 Box
32810 \family default
32811 , the vertical box alignment can be:
32812 \end_layout
32813
32814 \begin_layout Description
32815 Top This is an example text line.
32816  
32817 \begin_inset Box Boxed
32818 position "t"
32819 hor_pos "c"
32820 has_inner_box 1
32821 inner_pos "c"
32822 use_parbox 0
32823 use_makebox 0
32824 width "12col%"
32825 special "none"
32826 height "1in"
32827 height_special "totalheight"
32828 thickness "0.4pt"
32829 separation "3pt"
32830 shadowsize "4pt"
32831 framecolor "black"
32832 backgroundcolor "none"
32833 status collapsed
32834
32835 \begin_layout Plain Layout
32836 \align center
32837 This box is top-aligned.
32838 \end_layout
32839
32840 \end_inset
32841
32842  This is an example text line.
32843 \end_layout
32844
32845 \begin_layout Description
32846 Middle This is an example text line.
32847  
32848 \begin_inset Box Boxed
32849 position "c"
32850 hor_pos "c"
32851 has_inner_box 1
32852 inner_pos "c"
32853 use_parbox 0
32854 use_makebox 0
32855 width "12col%"
32856 special "none"
32857 height "1in"
32858 height_special "totalheight"
32859 thickness "0.4pt"
32860 separation "3pt"
32861 shadowsize "4pt"
32862 framecolor "black"
32863 backgroundcolor "none"
32864 status collapsed
32865
32866 \begin_layout Plain Layout
32867 \align center
32868 This box is middle-aligned.
32869 \end_layout
32870
32871 \end_inset
32872
32873  This is an example text line.
32874 \end_layout
32875
32876 \begin_layout Description
32877 Bottom This is an example text line.
32878  
32879 \begin_inset Box Boxed
32880 position "b"
32881 hor_pos "c"
32882 has_inner_box 1
32883 inner_pos "c"
32884 use_parbox 0
32885 use_makebox 0
32886 width "12col%"
32887 special "none"
32888 height "1in"
32889 height_special "totalheight"
32890 thickness "0.4pt"
32891 separation "3pt"
32892 shadowsize "4pt"
32893 framecolor "black"
32894 backgroundcolor "none"
32895 status collapsed
32896
32897 \begin_layout Plain Layout
32898 \align center
32899 This box is bottom-aligned.
32900 \end_layout
32901
32902 \end_inset
32903
32904  This is an example text line.
32905 \end_layout
32906
32907 \begin_layout Standard
32908 \begin_inset Note Greyedout
32909 status open
32910
32911 \begin_layout Plain Layout
32912
32913 \series bold
32914 Note:
32915 \series default
32916  The vertical box alignment can be lost in the output when you have two
32917  boxes in a line and one has e.
32918 \begin_inset space \thinspace{}
32919 \end_inset
32920
32921 g.
32922 \begin_inset space \space{}
32923 \end_inset
32924
32925 a shadow and the other one not.
32926 \end_layout
32927
32928 \end_inset
32929
32930
32931 \end_layout
32932
32933 \begin_layout Standard
32934 The horizontal box alignment can be set via \SpecialChar LyX
32935 's paragraph dialog when you
32936  set the box into its own paragraph.
32937 \end_layout
32938
32939 \begin_layout Standard
32940 \begin_inset VSpace bigskip
32941 \end_inset
32942
32943 When you have chosen an 
32944 \family sans
32945 Inner
32946 \begin_inset space ~
32947 \end_inset
32948
32949 Box
32950 \family default
32951 , the box content can be aligned vertically to:
32952 \end_layout
32953
32954 \begin_layout Description
32955 top This is an example text line.
32956  
32957 \begin_inset Box Boxed
32958 position "c"
32959 hor_pos "c"
32960 has_inner_box 1
32961 inner_pos "t"
32962 use_parbox 0
32963 use_makebox 0
32964 width "12col%"
32965 special "none"
32966 height "1.5in"
32967 height_special "totalheight"
32968 thickness "0.4pt"
32969 separation "3pt"
32970 shadowsize "4pt"
32971 framecolor "black"
32972 backgroundcolor "none"
32973 status collapsed
32974
32975 \begin_layout Plain Layout
32976 \align center
32977 This box text is top-aligned.
32978 \end_layout
32979
32980 \end_inset
32981
32982  This is an example text line.
32983 \end_layout
32984
32985 \begin_layout Description
32986 middle This is an example text line.
32987  
32988 \begin_inset Box Boxed
32989 position "c"
32990 hor_pos "c"
32991 has_inner_box 1
32992 inner_pos "c"
32993 use_parbox 0
32994 use_makebox 0
32995 width "12col%"
32996 special "none"
32997 height "1.5in"
32998 height_special "totalheight"
32999 thickness "0.4pt"
33000 separation "3pt"
33001 shadowsize "4pt"
33002 framecolor "black"
33003 backgroundcolor "none"
33004 status collapsed
33005
33006 \begin_layout Plain Layout
33007 \align center
33008 This box text is middle-aligned.
33009 \end_layout
33010
33011 \end_inset
33012
33013  This is an example text line.
33014 \end_layout
33015
33016 \begin_layout Description
33017 bottom This is an example text line.
33018  
33019 \begin_inset Box Boxed
33020 position "c"
33021 hor_pos "c"
33022 has_inner_box 1
33023 inner_pos "b"
33024 use_parbox 0
33025 use_makebox 0
33026 width "12col%"
33027 special "none"
33028 height "1.5in"
33029 height_special "totalheight"
33030 thickness "0.4pt"
33031 separation "3pt"
33032 shadowsize "4pt"
33033 framecolor "black"
33034 backgroundcolor "none"
33035 status collapsed
33036
33037 \begin_layout Plain Layout
33038 \align center
33039 This box text is bottom-aligned.
33040 \end_layout
33041
33042 \end_inset
33043
33044  This is an example text line.
33045 \end_layout
33046
33047 \begin_layout Description
33048 stretch This is an example text line.
33049  
33050 \begin_inset Box Boxed
33051 position "c"
33052 hor_pos "c"
33053 has_inner_box 1
33054 inner_pos "s"
33055 use_parbox 0
33056 use_makebox 0
33057 width "12col%"
33058 special "none"
33059 height "1.5in"
33060 height_special "totalheight"
33061 thickness "0.4pt"
33062 separation "3pt"
33063 shadowsize "4pt"
33064 framecolor "black"
33065 backgroundcolor "none"
33066 status collapsed
33067
33068 \begin_layout Plain Layout
33069 \align center
33070 This box
33071 \end_layout
33072
33073 \begin_layout Plain Layout
33074 \align center
33075 text is
33076 \end_layout
33077
33078 \begin_layout Plain Layout
33079 \align center
33080 stretched.
33081 \end_layout
33082
33083 \end_inset
33084
33085  This is an example text line.
33086 \end_layout
33087
33088 \begin_layout Standard
33089 To stretch the box content, it must consist of more than one paragraph.
33090  In the example above every text line is in an own paragraph.
33091 \end_layout
33092
33093 \begin_layout Standard
33094 \begin_inset VSpace bigskip
33095 \end_inset
33096
33097 To align the box content horizontally you can use \SpecialChar LyX
33098 's paragraph dialog when
33099  you have chosen an 
33100 \family sans
33101 Inner
33102 \begin_inset space ~
33103 \end_inset
33104
33105 Box
33106 \family default
33107 .
33108 \end_layout
33109
33110 \begin_layout Standard
33111 \align center
33112 \begin_inset Box Boxed
33113 position "c"
33114 hor_pos "c"
33115 has_inner_box 1
33116 inner_pos "s"
33117 use_parbox 0
33118 use_makebox 0
33119 width "15col%"
33120 special "none"
33121 height "1.25in"
33122 height_special "totalheight"
33123 thickness "0.4pt"
33124 separation "3pt"
33125 shadowsize "4pt"
33126 framecolor "black"
33127 backgroundcolor "none"
33128 status collapsed
33129
33130 \begin_layout Plain Layout
33131 \align left
33132 This box
33133 \end_layout
33134
33135 \begin_layout Plain Layout
33136 \align center
33137 text is
33138 \end_layout
33139
33140 \begin_layout Plain Layout
33141 \align right
33142 stretched.
33143 \end_layout
33144
33145 \end_inset
33146
33147
33148 \end_layout
33149
33150 \begin_layout Standard
33151 If you have not set an 
33152 \family sans
33153 Inner
33154 \begin_inset space ~
33155 \end_inset
33156
33157 Box
33158 \family default
33159 , you can align the box content horizontally in the box dialog.
33160 \begin_inset Separator parbreak
33161 \end_inset
33162
33163
33164 \end_layout
33165
33166 \begin_layout Standard
33167 \align center
33168 \begin_inset Box Boxed
33169 position "c"
33170 hor_pos "s"
33171 has_inner_box 0
33172 inner_pos "s"
33173 use_parbox 0
33174 use_makebox 0
33175 width "90col%"
33176 special "none"
33177 height "1.25in"
33178 height_special "totalheight"
33179 thickness "0.4pt"
33180 separation "3pt"
33181 shadowsize "4pt"
33182 framecolor "black"
33183 backgroundcolor "none"
33184 status collapsed
33185
33186 \begin_layout Plain Layout
33187 This box text is horizontally stretched.
33188 \end_layout
33189
33190 \end_inset
33191
33192
33193 \end_layout
33194
33195 \begin_layout Subsection
33196 Decoration
33197 \begin_inset CommandInset label
33198 LatexCommand label
33199 name "sec:Decoration"
33200
33201 \end_inset
33202
33203
33204 \begin_inset Index idx
33205 status collapsed
33206
33207 \begin_layout Plain Layout
33208 Boxes ! Decoration
33209 \end_layout
33210
33211 \end_inset
33212
33213
33214 \end_layout
33215
33216 \begin_layout Standard
33217 The type of the box can be specified in the box dialog in the drop-down
33218  list 
33219 \family sans
33220 Decoration
33221 \family default
33222 .
33223  The following types are possible:
33224 \end_layout
33225
33226 \begin_layout Description
33227 No
33228 \begin_inset space ~
33229 \end_inset
33230
33231 frame Nothing is drawn.
33232 \end_layout
33233
33234 \begin_layout Description
33235 Simple
33236 \begin_inset space ~
33237 \end_inset
33238
33239 rectangular
33240 \begin_inset space ~
33241 \end_inset
33242
33243 frame This draws a rectangular frame around the box.
33244  The frame line thickness can be specified.
33245  
33246 \begin_inset Box Boxed
33247 position "c"
33248 hor_pos "c"
33249 has_inner_box 1
33250 inner_pos "c"
33251 use_parbox 0
33252 use_makebox 0
33253 width "20col%"
33254 special "none"
33255 height "1in"
33256 height_special "totalheight"
33257 thickness "0.4pt"
33258 separation "3pt"
33259 shadowsize "4pt"
33260 framecolor "black"
33261 backgroundcolor "none"
33262 status collapsed
33263
33264 \begin_layout Plain Layout
33265 \align center
33266 Rectangular box
33267 \end_layout
33268
33269 \end_inset
33270
33271
33272 \end_layout
33273
33274 \begin_layout Description
33275 Oval
33276 \begin_inset space ~
33277 \end_inset
33278
33279 box,
33280 \begin_inset space ~
33281 \end_inset
33282
33283 thin This draws an oval frame around the box.
33284  The frame line thickness has the size 0.4
33285 \begin_inset space \thinspace{}
33286 \end_inset
33287
33288 pt.
33289  
33290 \begin_inset Box ovalbox
33291 position "c"
33292 hor_pos "c"
33293 has_inner_box 1
33294 inner_pos "c"
33295 use_parbox 0
33296 use_makebox 0
33297 width "20col%"
33298 special "none"
33299 height "1in"
33300 height_special "totalheight"
33301 thickness "0.4pt"
33302 separation "3pt"
33303 shadowsize "4pt"
33304 framecolor "black"
33305 backgroundcolor "none"
33306 status collapsed
33307
33308 \begin_layout Plain Layout
33309 \align center
33310 Oval box, thin
33311 \end_layout
33312
33313 \end_inset
33314
33315
33316 \end_layout
33317
33318 \begin_layout Description
33319 Oval
33320 \begin_inset space ~
33321 \end_inset
33322
33323 box,
33324 \begin_inset space ~
33325 \end_inset
33326
33327 thick This draws an oval frame around the box.
33328  The frame line thickness has the size 0.8
33329 \begin_inset space \thinspace{}
33330 \end_inset
33331
33332 pt.
33333  
33334 \begin_inset Box Ovalbox
33335 position "c"
33336 hor_pos "c"
33337 has_inner_box 1
33338 inner_pos "c"
33339 use_parbox 0
33340 use_makebox 0
33341 width "20col%"
33342 special "none"
33343 height "1in"
33344 height_special "totalheight"
33345 thickness "0.4pt"
33346 separation "3pt"
33347 shadowsize "4pt"
33348 framecolor "black"
33349 backgroundcolor "none"
33350 status collapsed
33351
33352 \begin_layout Plain Layout
33353 \align center
33354 Oval box, thick
33355 \end_layout
33356
33357 \end_inset
33358
33359
33360 \end_layout
33361
33362 \begin_layout Description
33363 Drop
33364 \begin_inset space ~
33365 \end_inset
33366
33367 shadow This draws a rectangular frame with a shadow around the box.
33368  The frame line thickness and the shadow can be specified.
33369  
33370 \begin_inset Box Shadowbox
33371 position "c"
33372 hor_pos "c"
33373 has_inner_box 1
33374 inner_pos "c"
33375 use_parbox 0
33376 use_makebox 0
33377 width "20col%"
33378 special "none"
33379 height "1in"
33380 height_special "totalheight"
33381 thickness "0.4pt"
33382 separation "3pt"
33383 shadowsize "4pt"
33384 framecolor "black"
33385 backgroundcolor "none"
33386 status collapsed
33387
33388 \begin_layout Plain Layout
33389 \align center
33390 Shadow box
33391 \end_layout
33392
33393 \end_inset
33394
33395
33396 \end_layout
33397
33398 \begin_layout Description
33399 Shaded
33400 \begin_inset space ~
33401 \end_inset
33402
33403 background This draws a box with a red background.
33404  Unlike colored boxes
33405 \begin_inset Foot
33406 status collapsed
33407
33408 \begin_layout Plain Layout
33409 see sec.
33410 \begin_inset space \thinspace{}
33411 \end_inset
33412
33413
33414 \begin_inset CommandInset ref
33415 LatexCommand ref
33416 reference "sec:Colored-Boxes"
33417
33418 \end_inset
33419
33420
33421 \end_layout
33422
33423 \end_inset
33424
33425 , it always uses the whole column width and the box is set as its own paragraph.
33426  
33427 \begin_inset Box Shaded
33428 position "t"
33429 hor_pos "c"
33430 has_inner_box 0
33431 inner_pos "t"
33432 use_parbox 0
33433 use_makebox 0
33434 width "50col%"
33435 special "none"
33436 height "1in"
33437 height_special "totalheight"
33438 thickness "0.4pt"
33439 separation "3pt"
33440 shadowsize "4pt"
33441 framecolor "black"
33442 backgroundcolor "none"
33443 status collapsed
33444
33445 \begin_layout Plain Layout
33446 Shaded background box
33447 \end_layout
33448
33449 \end_inset
33450
33451
33452 \end_layout
33453
33454 \begin_layout Description
33455 Double
33456 \begin_inset space ~
33457 \end_inset
33458
33459 rectangular
33460 \begin_inset space ~
33461 \end_inset
33462
33463 frame This draws a double-line rectangular frame around the box.
33464  The line thickness of the inner frame is 0.75
33465 \begin_inset space \thinspace{}
33466 \end_inset
33467
33468 line
33469 \begin_inset space ~
33470 \end_inset
33471
33472 thickness, the thickness of the outer frame is 1.5
33473 \begin_inset space \thinspace{}
33474 \end_inset
33475
33476 line
33477 \begin_inset space ~
33478 \end_inset
33479
33480 thickness.
33481  The distance between the lines is 1.5
33482 \begin_inset space \thinspace{}
33483 \end_inset
33484
33485 line
33486 \begin_inset space ~
33487 \end_inset
33488
33489 thickness
33490 \begin_inset space \thinspace{}
33491 \end_inset
33492
33493 +
33494 \begin_inset space \thinspace{}
33495 \end_inset
33496
33497 0.5
33498 \begin_inset space \thinspace{}
33499 \end_inset
33500
33501 pt.
33502  
33503 \begin_inset Box Doublebox
33504 position "c"
33505 hor_pos "c"
33506 has_inner_box 1
33507 inner_pos "c"
33508 use_parbox 0
33509 use_makebox 0
33510 width "20col%"
33511 special "none"
33512 height "1in"
33513 height_special "totalheight"
33514 thickness "0.4pt"
33515 separation "3pt"
33516 shadowsize "4pt"
33517 framecolor "black"
33518 backgroundcolor "none"
33519 status collapsed
33520
33521 \begin_layout Plain Layout
33522 \align center
33523 Double rectangular box
33524 \end_layout
33525
33526 \end_inset
33527
33528
33529 \end_layout
33530
33531 \begin_layout Standard
33532 \begin_inset VSpace bigskip
33533 \end_inset
33534
33535 \SpecialChar LyX
33536 's box label will reflect the different frame types.
33537  To be able to use all types, the \SpecialChar LaTeX
33538 -package 
33539 \series bold
33540 fancybox
33541 \series default
33542
33543 \begin_inset Index idx
33544 status collapsed
33545
33546 \begin_layout Plain Layout
33547 \SpecialChar LaTeX
33548 -packages ! fancybox
33549 \end_layout
33550
33551 \end_inset
33552
33553  must be installed.
33554 \end_layout
33555
33556 \begin_layout Standard
33557 \begin_inset VSpace bigskip
33558 \end_inset
33559
33560 When you use the decoration 
33561 \family sans
33562 simple rectangular frame
33563 \family default
33564  and no inner box, you can allow page breaks within a box.
33565  Note that then, unlike other framed boxes, the frame always uses the whole
33566  column width and the box is set as its own paragraph: 
33567 \begin_inset Box Framed
33568 position "t"
33569 hor_pos "c"
33570 has_inner_box 0
33571 inner_pos "t"
33572 use_parbox 0
33573 use_makebox 0
33574 width "100col%"
33575 special "none"
33576 height "1in"
33577 height_special "totalheight"
33578 thickness "0.4pt"
33579 separation "3pt"
33580 shadowsize "4pt"
33581 framecolor "black"
33582 backgroundcolor "none"
33583 status collapsed
33584
33585 \begin_layout Plain Layout
33586 Allow page break box
33587 \end_layout
33588
33589 \end_inset
33590
33591
33592 \end_layout
33593
33594 \begin_layout Section
33595 Box Customization
33596 \begin_inset Index idx
33597 status collapsed
33598
33599 \begin_layout Plain Layout
33600 Boxes ! Customization
33601 \end_layout
33602
33603 \end_inset
33604
33605
33606 \end_layout
33607
33608 \begin_layout Standard
33609 The diameter of the round corners of the oval boxes can be set with the
33610  command 
33611 \series bold
33612
33613 \backslash
33614 cornersize
33615 \series default
33616 .
33617  The command
33618 \end_layout
33619
33620 \begin_layout Standard
33621
33622 \series bold
33623
33624 \backslash
33625 cornersize*{1cm}
33626 \end_layout
33627
33628 \begin_layout Standard
33629 sets the diameter to 1
33630 \begin_inset space \thinspace{}
33631 \end_inset
33632
33633 cm.
33634  The command
33635 \end_layout
33636
33637 \begin_layout Standard
33638
33639 \series bold
33640
33641 \backslash
33642 cornersize{num}
33643 \end_layout
33644
33645 \begin_layout Standard
33646 sets the diameter to 
33647 \family sans
33648 num
33649 \begin_inset space \thinspace{}
33650 \end_inset
33651
33652 ×
33653 \begin_inset space \thinspace{}
33654 \end_inset
33655
33656 minimum(width and height of box)
33657 \family default
33658 .
33659  The default is 
33660 \series bold
33661
33662 \backslash
33663 cornersize{0.5}
33664 \series default
33665 .
33666 \end_layout
33667
33668 \begin_layout Standard
33669 \begin_inset ERT
33670 status collapsed
33671
33672 \begin_layout Plain Layout
33673
33674
33675 \backslash
33676 cornersize*{1.5cm}
33677 \end_layout
33678
33679 \end_inset
33680
33681
33682 \begin_inset Box Ovalbox
33683 position "c"
33684 hor_pos "c"
33685 has_inner_box 1
33686 inner_pos "c"
33687 use_parbox 0
33688 use_makebox 0
33689 width "25col%"
33690 special "none"
33691 height "1in"
33692 height_special "totalheight"
33693 thickness "0.4pt"
33694 separation "3pt"
33695 shadowsize "4pt"
33696 framecolor "black"
33697 backgroundcolor "none"
33698 status open
33699
33700 \begin_layout Plain Layout
33701 \align center
33702 Oval box with 
33703 \series bold
33704
33705 \backslash
33706 cornersize
33707 \series default
33708
33709 \begin_inset space \thinspace{}
33710 \end_inset
33711
33712 =
33713 \begin_inset space \thinspace{}
33714 \end_inset
33715
33716 1.5
33717 \begin_inset space \thinspace{}
33718 \end_inset
33719
33720 cm
33721 \end_layout
33722
33723 \end_inset
33724
33725
33726 \begin_inset ERT
33727 status collapsed
33728
33729 \begin_layout Plain Layout
33730
33731
33732 \backslash
33733 cornersize{0.5}
33734 \end_layout
33735
33736 \end_inset
33737
33738
33739 \end_layout
33740
33741 \begin_layout Standard
33742 \begin_inset VSpace bigskip
33743 \end_inset
33744
33745
33746 \end_layout
33747
33748 \begin_layout Standard
33749 The default background color red of 
33750 \family sans
33751 shaded background
33752 \family default
33753  boxes can either be changed locally with the command 
33754 \series bold
33755
33756 \backslash
33757 definecolor{shadecolor}
33758 \series default
33759  or globally with the menu 
33760 \family sans
33761 Tools\SpecialChar menuseparator
33762 Preferences\SpecialChar menuseparator
33763 Colors\SpecialChar menuseparator
33764 shaded
33765 \begin_inset space ~
33766 \end_inset
33767
33768 box
33769 \family default
33770 .
33771  The scheme of the 
33772 \series bold
33773
33774 \backslash
33775 definecolor
33776 \series default
33777  command is explained in section
33778 \begin_inset space ~
33779 \end_inset
33780
33781
33782 \begin_inset CommandInset ref
33783 LatexCommand ref
33784 reference "sec:Colored-Tables"
33785
33786 \end_inset
33787
33788 .
33789 \begin_inset Foot
33790 status collapsed
33791
33792 \begin_layout Plain Layout
33793 Note that 
33794 \series bold
33795
33796 \backslash
33797 definecolor
33798 \series default
33799  requires the \SpecialChar LaTeX
33800 -package 
33801 \series bold
33802 color
33803 \series default
33804  in the preamble, see section
33805 \begin_inset space ~
33806 \end_inset
33807
33808
33809 \begin_inset CommandInset ref
33810 LatexCommand ref
33811 reference "sec:Colored-Boxes"
33812
33813 \end_inset
33814
33815 .
33816 \end_layout
33817
33818 \end_inset
33819
33820  For example the appearance of the following shaded background box is set
33821  with the \SpecialChar TeX
33822  Code command
33823 \end_layout
33824
33825 \begin_layout Standard
33826
33827 \series bold
33828
33829 \backslash
33830 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33831 \end_layout
33832
33833 \begin_layout Standard
33834 \begin_inset ERT
33835 status collapsed
33836
33837 \begin_layout Plain Layout
33838
33839
33840 \backslash
33841 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33842 \end_layout
33843
33844 \end_inset
33845
33846
33847 \begin_inset Box Shaded
33848 position "t"
33849 hor_pos "c"
33850 has_inner_box 0
33851 inner_pos "t"
33852 use_parbox 0
33853 use_makebox 0
33854 width "100col%"
33855 special "none"
33856 height "1in"
33857 height_special "totalheight"
33858 thickness "0.4pt"
33859 separation "3pt"
33860 shadowsize "4pt"
33861 framecolor "black"
33862 backgroundcolor "none"
33863 status open
33864
33865 \begin_layout Plain Layout
33866
33867 \color yellow
33868 This is yellow text in a
33869 \color none
33870  
33871 \family sans
33872 \color yellow
33873 shaded background
33874 \family default
33875 \color none
33876  
33877 \color yellow
33878 box with dark green background.
33879 \end_layout
33880
33881 \end_inset
33882
33883
33884 \begin_inset ERT
33885 status collapsed
33886
33887 \begin_layout Plain Layout
33888
33889
33890 \backslash
33891 definecolor{shadecolor}{rgb}{1,0,0}
33892 \end_layout
33893
33894 \end_inset
33895
33896
33897 \end_layout
33898
33899 \begin_layout Standard
33900 \begin_inset VSpace bigskip
33901 \end_inset
33902
33903 Manually changed sizes and colors are valid for all boxes following the
33904  commands that change them.
33905 \end_layout
33906
33907 \begin_layout Section
33908 Minipages
33909 \begin_inset CommandInset label
33910 LatexCommand label
33911 name "sec:Minipages"
33912
33913 \end_inset
33914
33915
33916 \begin_inset Index idx
33917 status collapsed
33918
33919 \begin_layout Plain Layout
33920 Boxes ! Minipages
33921 \end_layout
33922
33923 \end_inset
33924
33925
33926 \end_layout
33927
33928 \begin_layout Standard
33929 Minipages are treated by \SpecialChar LaTeX
33930  as pages within pages and can therefore for example
33931  have their own footnotes.
33932 \end_layout
33933
33934 \begin_layout Standard
33935 Minipages are useful when you write documents with different languages.
33936 \end_layout
33937
33938 \begin_layout Standard
33939 Below are two example minipages side by side.
33940  Their width is set to 45
33941 \begin_inset space \thinspace{}
33942 \end_inset
33943
33944 col% and they are separated by a horizontal fill, that was inserted via
33945  the menu 
33946 \family sans
33947 Insert\SpecialChar menuseparator
33948 Special
33949 \begin_inset space ~
33950 \end_inset
33951
33952 Formatting\SpecialChar menuseparator
33953 Horizontal
33954 \begin_inset space ~
33955 \end_inset
33956
33957 Fill
33958 \family default
33959 .
33960 \begin_inset Newpage newpage
33961 \end_inset
33962
33963
33964 \end_layout
33965
33966 \begin_layout Standard
33967 \begin_inset Box Frameless
33968 position "t"
33969 hor_pos "c"
33970 has_inner_box 1
33971 inner_pos "c"
33972 use_parbox 0
33973 use_makebox 0
33974 width "45col%"
33975 special "none"
33976 height "1in"
33977 height_special "totalheight"
33978 thickness "0.4pt"
33979 separation "3pt"
33980 shadowsize "4pt"
33981 framecolor "black"
33982 backgroundcolor "none"
33983 status open
33984
33985 \begin_layout Plain Layout
33986
33987 \lang ngerman
33988 Dies ist ein deutscher Text.
33989  Dies ist ein deutscher Text.
33990  Dies ist ein deutscher Text.
33991  Dies ist ein deutscher Text.
33992  Dies ist ein deutscher Text.
33993  Dies ist ein deutscher Text.
33994  Dies ist ein deutscher Text.
33995  Dies ist ein deutscher Text.
33996  Dies ist ein deutscher Text.
33997  Dies ist ein deutscher Text.
33998  Dies ist ein deutscher Text.
33999  Dies ist ein deutscher Text.
34000  Dies ist ein deutscher Text
34001 \begin_inset Foot
34002 status collapsed
34003
34004 \begin_layout Plain Layout
34005
34006 \lang ngerman
34007 Dies ist eine deutsche Fußnote.
34008 \end_layout
34009
34010 \end_inset
34011
34012 .
34013  Dies ist ein deutscher Text.
34014  Dies ist ein deutscher Text.
34015 \end_layout
34016
34017 \end_inset
34018
34019
34020 \begin_inset space \hfill{}
34021 \end_inset
34022
34023
34024 \begin_inset Box Frameless
34025 position "t"
34026 hor_pos "c"
34027 has_inner_box 1
34028 inner_pos "c"
34029 use_parbox 0
34030 use_makebox 0
34031 width "45col%"
34032 special "none"
34033 height "1in"
34034 height_special "totalheight"
34035 thickness "0.4pt"
34036 separation "3pt"
34037 shadowsize "4pt"
34038 framecolor "black"
34039 backgroundcolor "none"
34040 status open
34041
34042 \begin_layout Plain Layout
34043 This is an English Text.
34044  This is an English Text.
34045  This is an English Text.
34046  This is an English Text.
34047  This is an English Text.
34048  This is an English Text.
34049  This is an English Text.
34050  This is an English Text.
34051  This is an English Text.
34052  This is an English Text.
34053  This is an English Text.
34054  This is an English Text.
34055  This is an English Text.
34056  This is an English Text.
34057  This is an English Text.
34058  This is an English Text.
34059 \begin_inset Foot
34060 status collapsed
34061
34062 \begin_layout Plain Layout
34063 This is an English footnote.
34064 \end_layout
34065
34066 \end_inset
34067
34068  This is an English Text.
34069 \end_layout
34070
34071 \end_inset
34072
34073
34074 \end_layout
34075
34076 \begin_layout Standard
34077 \begin_inset VSpace bigskip
34078 \end_inset
34079
34080 The document-wide paragraph settings are ignored within minipages.
34081  That means that there will be no space between paragraphs in minipages
34082  although you set it to e.
34083 \begin_inset space \thinspace{}
34084 \end_inset
34085
34086 g.
34087 \begin_inset space \space{}
34088 \end_inset
34089
34090
34091 \family sans
34092 MedSkip
34093 \family default
34094  in the document settings.
34095 \end_layout
34096
34097 \begin_layout Standard
34098 Minipages can also be used to set a background color for text parts, see
34099  section
34100 \begin_inset space ~
34101 \end_inset
34102
34103
34104 \begin_inset CommandInset ref
34105 LatexCommand ref
34106 reference "sec:Colored-Boxes"
34107
34108 \end_inset
34109
34110 .
34111 \end_layout
34112
34113 \begin_layout Standard
34114 \begin_inset Note Greyedout
34115 status open
34116
34117 \begin_layout Plain Layout
34118
34119 \series bold
34120 Note:
34121 \series default
34122  You cannot have floats or margin notes inside minipages but minipages can
34123  be used inside tables, floats, and other boxes.
34124 \end_layout
34125
34126 \end_inset
34127
34128
34129 \end_layout
34130
34131 \begin_layout Standard
34132 \begin_inset VSpace bigskip
34133 \end_inset
34134
34135
34136 \end_layout
34137
34138 \begin_layout Standard
34139 \SpecialChar LyX
34140  has also basic support for minipages whose size is automatically determined
34141  by the width of their contents, via the module 
34142 \family sans
34143 Variable-width Minipages
34144 \family default
34145 .
34146  The \SpecialChar LyX
34147  example file 
34148 \emph on
34149 varwidth-floats-side-by-side
34150 \emph default
34151  gives examples of variable-width minipages used for placing two floats
34152  side-by-side.
34153 \end_layout
34154
34155 \begin_layout Section
34156 Parboxes
34157 \begin_inset CommandInset label
34158 LatexCommand label
34159 name "sec:Parboxes"
34160
34161 \end_inset
34162
34163
34164 \begin_inset Index idx
34165 status collapsed
34166
34167 \begin_layout Plain Layout
34168 Boxes ! Parboxes
34169 \end_layout
34170
34171 \end_inset
34172
34173
34174 \end_layout
34175
34176 \begin_layout Standard
34177 Parboxes are very similar to minipages with the difference that they cannot
34178  have footnotes.
34179 \begin_inset Separator parbreak
34180 \end_inset
34181
34182
34183 \end_layout
34184
34185 \begin_layout Standard
34186 \align center
34187 \begin_inset Box Frameless
34188 position "t"
34189 hor_pos "c"
34190 has_inner_box 1
34191 inner_pos "t"
34192 use_parbox 1
34193 use_makebox 0
34194 width "33col%"
34195 special "none"
34196 height "1in"
34197 height_special "totalheight"
34198 thickness "0.4pt"
34199 separation "3pt"
34200 shadowsize "4pt"
34201 framecolor "black"
34202 backgroundcolor "none"
34203 status open
34204
34205 \begin_layout Plain Layout
34206 This a text within a parbox.
34207  This a text within a parbox.
34208 \end_layout
34209
34210 \begin_layout Plain Layout
34211 This footnote won't appear:
34212 \begin_inset Foot
34213 status collapsed
34214
34215 \begin_layout Plain Layout
34216 This footnote is inside a parbox and will therefore not appear.
34217 \end_layout
34218
34219 \end_inset
34220
34221
34222 \end_layout
34223
34224 \end_inset
34225
34226
34227 \end_layout
34228
34229 \begin_layout Section
34230 Boxes for Words and Characters
34231 \begin_inset Index idx
34232 status collapsed
34233
34234 \begin_layout Plain Layout
34235 Boxes ! for Characters
34236 \end_layout
34237
34238 \end_inset
34239
34240
34241 \end_layout
34242
34243 \begin_layout Subsection
34244 Prevent Hyphenation
34245 \begin_inset CommandInset label
34246 LatexCommand label
34247 name "sec:Prevent-Hyphenation"
34248
34249 \end_inset
34250
34251
34252 \begin_inset Index idx
34253 status collapsed
34254
34255 \begin_layout Plain Layout
34256 Boxes ! to Prevent Hyphenation
34257 \end_layout
34258
34259 \end_inset
34260
34261
34262 \end_layout
34263
34264 \begin_layout Standard
34265 You can use the box type 
34266 \family sans
34267 Makebox
34268 \family default
34269  to prevent words or text from being hyphenated.
34270 \begin_inset Newline newline
34271 \end_inset
34272
34273 Here is an example text:
34274 \end_layout
34275
34276 \begin_layout Standard
34277 This line is an example to show how you can prevent the hyphenation of 
34278 \begin_inset Quotes eld
34279 \end_inset
34280
34281 veryverylongword
34282 \begin_inset Quotes erd
34283 \end_inset
34284
34285 .
34286 \end_layout
34287
34288 \begin_layout Standard
34289 To prevent the hyphenation of the word 
34290 \begin_inset Quotes eld
34291 \end_inset
34292
34293 veryverylongword
34294 \begin_inset Quotes erd
34295 \end_inset
34296
34297 , put the word into a box, set the 
34298 \family sans
34299 Inner
34300 \begin_inset space ~
34301 \end_inset
34302
34303 box
34304 \family default
34305  to 
34306 \family sans
34307 Makebox
34308 \family default
34309  and use no explicit width.
34310 \end_layout
34311
34312 \begin_layout Standard
34313 This is the result:
34314 \end_layout
34315
34316 \begin_layout Standard
34317 This line is an example to show how you can prevent the hyphenation of 
34318 \begin_inset Box Frameless
34319 position "t"
34320 hor_pos "c"
34321 has_inner_box 1
34322 inner_pos "t"
34323 use_parbox 0
34324 use_makebox 1
34325 width ""
34326 special "none"
34327 height "1in"
34328 height_special "totalheight"
34329 thickness "0.4pt"
34330 separation "3pt"
34331 shadowsize "4pt"
34332 framecolor "black"
34333 backgroundcolor "none"
34334 status open
34335
34336 \begin_layout Plain Layout
34337 \begin_inset Quotes eld
34338 \end_inset
34339
34340 veryverylongword
34341 \begin_inset Quotes erd
34342 \end_inset
34343
34344
34345 \end_layout
34346
34347 \end_inset
34348
34349 .
34350 \end_layout
34351
34352 \begin_layout Standard
34353 You can alternatively set the command 
34354 \begin_inset Quotes eld
34355 \end_inset
34356
34357
34358 \series bold
34359
34360 \backslash
34361 -
34362 \series default
34363
34364 \begin_inset Quotes grd
34365 \end_inset
34366
34367  as \SpecialChar TeX
34368  Code directly before the word:
34369 \end_layout
34370
34371 \begin_layout Standard
34372 This line is an example to show how you can prevent the hyphenation of 
34373 \begin_inset Quotes eld
34374 \end_inset
34375
34376
34377 \begin_inset ERT
34378 status collapsed
34379
34380 \begin_layout Plain Layout
34381
34382
34383 \backslash
34384 -
34385 \end_layout
34386
34387 \end_inset
34388
34389 veryverylongword
34390 \begin_inset Quotes erd
34391 \end_inset
34392
34393 .
34394 \end_layout
34395
34396 \begin_layout Standard
34397 Of course the word now protrudes over the side margin.
34398  To avoid this, add via the menu 
34399 \family sans
34400 Insert\SpecialChar menuseparator
34401 Formatting\SpecialChar menuseparator
34402 Ragged
34403 \begin_inset space ~
34404 \end_inset
34405
34406 Line
34407 \begin_inset space ~
34408 \end_inset
34409
34410 Break
34411 \family default
34412  (shortcut 
34413 \begin_inset Info
34414 type  "shortcut"
34415 arg   "newline-insert newline"
34416 \end_inset
34417
34418 ) a line break before the word:
34419 \end_layout
34420
34421 \begin_layout Standard
34422 This line is an example to show how you can prevent the hyphenation of 
34423 \begin_inset Newline newline
34424 \end_inset
34425
34426
34427 \begin_inset Box Frameless
34428 position "t"
34429 hor_pos "c"
34430 has_inner_box 1
34431 inner_pos "t"
34432 use_parbox 0
34433 use_makebox 1
34434 width ""
34435 special "none"
34436 height "1in"
34437 height_special "totalheight"
34438 thickness "0.4pt"
34439 separation "3pt"
34440 shadowsize "4pt"
34441 framecolor "black"
34442 backgroundcolor "none"
34443 status open
34444
34445 \begin_layout Plain Layout
34446 \begin_inset Quotes eld
34447 \end_inset
34448
34449 veryverylongword
34450 \begin_inset Quotes erd
34451 \end_inset
34452
34453
34454 \end_layout
34455
34456 \end_inset
34457
34458 .
34459 \end_layout
34460
34461 \begin_layout Subsection
34462 Vertical Alignment
34463 \begin_inset CommandInset label
34464 LatexCommand label
34465 name "subsec:Vertical-Alignment"
34466
34467 \end_inset
34468
34469
34470 \begin_inset Index idx
34471 status collapsed
34472
34473 \begin_layout Plain Layout
34474 Boxes ! for Vertical Alignment
34475 \end_layout
34476
34477 \end_inset
34478
34479
34480 \begin_inset Index idx
34481 status collapsed
34482
34483 \begin_layout Plain Layout
34484 Boxes ! Raiseboxes
34485 \end_layout
34486
34487 \end_inset
34488
34489
34490 \end_layout
34491
34492 \begin_layout Standard
34493 With the help of the command 
34494 \series bold
34495
34496 \backslash
34497 raisebox
34498 \series default
34499  you can align words, characters or other boxes vertically relative to the
34500  surrounding text.
34501  
34502 \series bold
34503
34504 \backslash
34505 raisebox
34506 \series default
34507  is used with the following scheme:
34508 \end_layout
34509
34510 \begin_layout Standard
34511
34512 \series bold
34513
34514 \backslash
34515 raisebox{lift}[height][depth]{box content}
34516 \end_layout
34517
34518 \begin_layout Standard
34519 The lift can be a positive value to raise the box or a negative value to
34520  lower the box.
34521 \end_layout
34522
34523 \begin_layout Standard
34524 To align for example the word 
34525 \begin_inset Quotes eld
34526 \end_inset
34527
34528 preventing
34529 \begin_inset Quotes erd
34530 \end_inset
34531
34532  so that the bottom of the 
34533 \begin_inset Quotes eld
34534 \end_inset
34535
34536 deepest
34537 \begin_inset Quotes erd
34538 \end_inset
34539
34540  character 
34541 \begin_inset Quotes eld
34542 \end_inset
34543
34544 p
34545 \begin_inset Quotes erd
34546 \end_inset
34547
34548  is at the baseline, insert the command
34549 \end_layout
34550
34551 \begin_layout Standard
34552
34553 \series bold
34554
34555 \backslash
34556 raisebox{
34557 \backslash
34558 depth}{
34559 \end_layout
34560
34561 \begin_layout Standard
34562 in \SpecialChar TeX
34563  Code before the word.
34564  After the word insert a closing brace 
34565 \begin_inset Quotes eld
34566 \end_inset
34567
34568
34569 \series bold
34570 }
34571 \series default
34572
34573 \begin_inset Quotes erd
34574 \end_inset
34575
34576  in \SpecialChar TeX
34577  Code.
34578 \begin_inset Newline newline
34579 \end_inset
34580
34581 This is the result:
34582 \end_layout
34583
34584 \begin_layout Standard
34585 This is a text line with the word 
34586 \begin_inset ERT
34587 status collapsed
34588
34589 \begin_layout Plain Layout
34590
34591
34592 \backslash
34593 raisebox{
34594 \backslash
34595 depth}{
34596 \end_layout
34597
34598 \end_inset
34599
34600
34601 \begin_inset Quotes eld
34602 \end_inset
34603
34604 preventing
34605 \begin_inset Quotes erd
34606 \end_inset
34607
34608
34609 \begin_inset ERT
34610 status collapsed
34611
34612 \begin_layout Plain Layout
34613
34614 }
34615 \end_layout
34616
34617 \end_inset
34618
34619  as a raised word.
34620 \end_layout
34621
34622 \begin_layout Standard
34623 \begin_inset VSpace bigskip
34624 \end_inset
34625
34626 When you raise or lower characters in a line, the line distance will be
34627  spread:
34628 \end_layout
34629
34630 \begin_layout Standard
34631 This is a text line with the word 
34632 \begin_inset ERT
34633 status collapsed
34634
34635 \begin_layout Plain Layout
34636
34637
34638 \backslash
34639 raisebox{-
34640 \backslash
34641 depth}{
34642 \end_layout
34643
34644 \end_inset
34645
34646
34647 \begin_inset Quotes eld
34648 \end_inset
34649
34650 preventing
34651 \begin_inset Quotes erd
34652 \end_inset
34653
34654
34655 \begin_inset ERT
34656 status collapsed
34657
34658 \begin_layout Plain Layout
34659
34660 }
34661 \end_layout
34662
34663 \end_inset
34664
34665  as a lowered word.
34666 \begin_inset Newline newline
34667 \end_inset
34668
34669 This is a text line with the word 
34670 \begin_inset ERT
34671 status collapsed
34672
34673 \begin_layout Plain Layout
34674
34675
34676 \backslash
34677 raisebox{0.5cm}{
34678 \end_layout
34679
34680 \end_inset
34681
34682
34683 \begin_inset Quotes eld
34684 \end_inset
34685
34686 testing
34687 \begin_inset Quotes erd
34688 \end_inset
34689
34690
34691 \begin_inset ERT
34692 status collapsed
34693
34694 \begin_layout Plain Layout
34695
34696 }
34697 \end_layout
34698
34699 \end_inset
34700
34701  as a raised word.
34702 \end_layout
34703
34704 \begin_layout Standard
34705 If you want to prevent this for a certain reason, set the box height to
34706  a zero value.
34707  For example use
34708 \end_layout
34709
34710 \begin_layout Standard
34711
34712 \series bold
34713
34714 \backslash
34715 raisebox{-
34716 \backslash
34717 depth}[0pt]{
34718 \end_layout
34719
34720 \begin_layout Standard
34721 This is a text line with the word 
34722 \begin_inset ERT
34723 status collapsed
34724
34725 \begin_layout Plain Layout
34726
34727
34728 \backslash
34729 raisebox{-
34730 \backslash
34731 depth}[0pt]{
34732 \end_layout
34733
34734 \end_inset
34735
34736
34737 \begin_inset Quotes eld
34738 \end_inset
34739
34740 preventing
34741 \begin_inset Quotes erd
34742 \end_inset
34743
34744
34745 \begin_inset ERT
34746 status collapsed
34747
34748 \begin_layout Plain Layout
34749
34750 }
34751 \end_layout
34752
34753 \end_inset
34754
34755  as a lowered word.
34756 \begin_inset Newline newline
34757 \end_inset
34758
34759
34760 \begin_inset Newline newline
34761 \end_inset
34762
34763 This is a text line with the word 
34764 \begin_inset ERT
34765 status collapsed
34766
34767 \begin_layout Plain Layout
34768
34769
34770 \backslash
34771 raisebox{0.5cm}[0pt]{
34772 \end_layout
34773
34774 \end_inset
34775
34776
34777 \begin_inset Quotes eld
34778 \end_inset
34779
34780 testing
34781 \begin_inset Quotes erd
34782 \end_inset
34783
34784
34785 \begin_inset ERT
34786 status collapsed
34787
34788 \begin_layout Plain Layout
34789
34790 }
34791 \end_layout
34792
34793 \end_inset
34794
34795  as a raised word.
34796 \end_layout
34797
34798 \begin_layout Section
34799 Colored Boxes
34800 \begin_inset CommandInset label
34801 LatexCommand label
34802 name "sec:Colored-Boxes"
34803
34804 \end_inset
34805
34806
34807 \begin_inset Index idx
34808 status collapsed
34809
34810 \begin_layout Plain Layout
34811 Boxes ! Color
34812 \end_layout
34813
34814 \end_inset
34815
34816
34817 \end_layout
34818
34819 \begin_layout Standard
34820 To color the background of a box just select the color you like in the box
34821  dialog.
34822  This is for example a box with orange background: 
34823 \begin_inset Box Frameless
34824 position "t"
34825 hor_pos "c"
34826 has_inner_box 1
34827 inner_pos "t"
34828 use_parbox 0
34829 use_makebox 1
34830 width ""
34831 special "none"
34832 height "1in"
34833 height_special "totalheight"
34834 thickness "0.4pt"
34835 separation "3pt"
34836 shadowsize "4pt"
34837 framecolor "black"
34838 backgroundcolor "orange"
34839 status open
34840
34841 \begin_layout Plain Layout
34842 Box with orange background
34843 \end_layout
34844
34845 \end_inset
34846
34847
34848 \end_layout
34849
34850 \begin_layout Standard
34851 If you use the decoration 
34852 \family sans
34853 Simple
34854 \begin_inset space ~
34855 \end_inset
34856
34857 rectangular
34858 \begin_inset space ~
34859 \end_inset
34860
34861 frame
34862 \family default
34863  you can set a frame color.
34864  In this case you must also specify a background color (LyX sets white as
34865  default).
34866  Here is an example: 
34867 \begin_inset Box Boxed
34868 position "t"
34869 hor_pos "c"
34870 has_inner_box 0
34871 inner_pos "t"
34872 use_parbox 0
34873 use_makebox 0
34874 width ""
34875 special "none"
34876 height "1in"
34877 height_special "totalheight"
34878 thickness "0.4pt"
34879 separation "3pt"
34880 shadowsize "4pt"
34881 framecolor "teal"
34882 backgroundcolor "yellow"
34883 status open
34884
34885 \begin_layout Plain Layout
34886 Box with teal frame color and yellow background color
34887 \end_layout
34888
34889 \end_inset
34890
34891
34892 \end_layout
34893
34894 \begin_layout Standard
34895 \begin_inset VSpace bigskip
34896 \end_inset
34897
34898 Of course you can also have colored text inside a colored box:
34899 \begin_inset Newline newline
34900 \end_inset
34901
34902
34903 \begin_inset Box Boxed
34904 position "t"
34905 hor_pos "c"
34906 has_inner_box 0
34907 inner_pos "t"
34908 use_parbox 0
34909 use_makebox 0
34910 width ""
34911 special "none"
34912 height "1in"
34913 height_special "totalheight"
34914 thickness "0.4pt"
34915 separation "3pt"
34916 shadowsize "4pt"
34917 framecolor "cyan"
34918 backgroundcolor "magenta"
34919 status open
34920
34921 \begin_layout Plain Layout
34922
34923 \color yellow
34924 This is colored text within a colored, framed box
34925 \end_layout
34926
34927 \end_inset
34928
34929
34930 \end_layout
34931
34932 \begin_layout Standard
34933 \begin_inset VSpace bigskip
34934 \end_inset
34935
34936
34937 \end_layout
34938
34939 \begin_layout Standard
34940 If you need another color than the predefined ones, you can define your
34941  own color as described in section
34942 \begin_inset space ~
34943 \end_inset
34944
34945
34946 \begin_inset CommandInset ref
34947 LatexCommand ref
34948 reference "sec:Colored-Tables"
34949
34950 \end_inset
34951
34952 .
34953  To use your own color you must typeset the box by using TeX code:
34954 \end_layout
34955
34956 \begin_layout Standard
34957 Colored boxes without frame are created with the command 
34958 \series bold
34959
34960 \backslash
34961 colorbox
34962 \series default
34963 .
34964  It has the following scheme:
34965 \end_layout
34966
34967 \begin_layout Standard
34968
34969 \series bold
34970
34971 \backslash
34972 colorbox{color}{box content}
34973 \end_layout
34974
34975 \begin_layout Standard
34976 The box content can also be a box and colored boxes can also be within other
34977  boxes.
34978  To have e.
34979 \begin_inset space \thinspace{}
34980 \end_inset
34981
34982 g.
34983 \begin_inset space \space{}
34984 \end_inset
34985
34986 a darkgreen background for a word, insert the command
34987 \end_layout
34988
34989 \begin_layout Standard
34990
34991 \series bold
34992
34993 \backslash
34994 colorbox{darkgreen}{
34995 \end_layout
34996
34997 \begin_layout Standard
34998 before the word in \SpecialChar TeX
34999  Code.
35000  After the word insert a closing brace 
35001 \begin_inset Quotes eld
35002 \end_inset
35003
35004
35005 \series bold
35006 }
35007 \series default
35008
35009 \begin_inset Quotes erd
35010 \end_inset
35011
35012  in \SpecialChar TeX
35013  Code.
35014 \begin_inset Newline newline
35015 \end_inset
35016
35017 This is the result:
35018 \end_layout
35019
35020 \begin_layout Standard
35021 This is a line where the word 
35022 \begin_inset ERT
35023 status collapsed
35024
35025 \begin_layout Plain Layout
35026
35027
35028 \backslash
35029 colorbox{darkgreen}{
35030 \end_layout
35031
35032 \end_inset
35033
35034
35035 \begin_inset Quotes eld
35036 \end_inset
35037
35038 Attention!
35039 \begin_inset Quotes erd
35040 \end_inset
35041
35042
35043 \begin_inset ERT
35044 status collapsed
35045
35046 \begin_layout Plain Layout
35047
35048 }
35049 \end_layout
35050
35051 \end_inset
35052
35053  has a darkgreen background.
35054 \end_layout
35055
35056 \begin_layout Standard
35057 Framed, colored boxes are created with the command 
35058 \series bold
35059
35060 \backslash
35061 fcolorbox
35062 \series default
35063 .
35064  It has the following scheme:
35065 \end_layout
35066
35067 \begin_layout Standard
35068
35069 \series bold
35070
35071 \backslash
35072 fcolorbox{frame color}{box color}{box content}
35073 \end_layout
35074
35075 \begin_layout Section
35076 Rotated and Scaled Boxes
35077 \end_layout
35078
35079 \begin_layout Standard
35080 To use the boxes described in this section, the module 
35081 \family sans
35082 GraphicBoxes
35083 \family default
35084  must be loaded in the document settings.
35085 \end_layout
35086
35087 \begin_layout Standard
35088 \begin_inset Note Greyedout
35089 status open
35090
35091 \begin_layout Plain Layout
35092
35093 \series bold
35094 Note:
35095 \series default
35096  Not all DVI viewers are able to display rotated or scaled material.
35097 \end_layout
35098
35099 \end_inset
35100
35101
35102 \end_layout
35103
35104 \begin_layout Standard
35105 \begin_inset Note Greyedout
35106 status open
35107
35108 \begin_layout Plain Layout
35109
35110 \series bold
35111 Note:
35112 \series default
35113  Floats are not allowed inside a rotated or scaled box.
35114 \end_layout
35115
35116 \end_inset
35117
35118
35119 \end_layout
35120
35121 \begin_layout Subsection
35122 Rotated Boxes
35123 \begin_inset Index idx
35124 status collapsed
35125
35126 \begin_layout Plain Layout
35127 Boxes ! rotated
35128 \end_layout
35129
35130 \end_inset
35131
35132
35133 \begin_inset Index idx
35134 status collapsed
35135
35136 \begin_layout Plain Layout
35137 Rotated Material
35138 \end_layout
35139
35140 \end_inset
35141
35142
35143 \end_layout
35144
35145 \begin_layout Standard
35146 To rotate material, you can put it into a 
35147 \family sans
35148 Rotatebox
35149 \family default
35150 .
35151  Such a box is inserted via the menu 
35152 \family sans
35153 Insert\SpecialChar menuseparator
35154 Custom Insets\SpecialChar menuseparator
35155 Rotatebox
35156 \family default
35157 .
35158 \end_layout
35159
35160 \begin_layout Standard
35161 The rotation origin can be specified via the inset 
35162 \family sans
35163 Origin
35164 \family default
35165  (menu 
35166 \family sans
35167 Insert\SpecialChar menuseparator
35168 Origin
35169 \family default
35170 ) in the form 
35171 \series bold
35172 origin=position
35173 \series default
35174 .
35175  The following positions are possible: 
35176 \emph on
35177 c
35178 \emph default
35179  (center), 
35180 \emph on
35181 l
35182 \emph default
35183  (left), 
35184 \emph on
35185 r
35186 \emph default
35187  (right), 
35188 \emph on
35189 b
35190 \emph default
35191  (bottom), 
35192 \emph on
35193 t
35194 \emph default
35195  (top), along with meaningful combinations of the four base positions.
35196  For example 
35197 \emph on
35198 lt
35199 \emph default
35200  means that the rotation origin is at the top left corner of the box.
35201  When no rotation origin is specified, the position 
35202 \emph on
35203 l
35204 \emph default
35205  will be used.
35206  The rotation angle is a number that can be negative that specifies the
35207  angle in degrees.
35208  The rotation direction is counterclockwise.
35209 \end_layout
35210
35211 \begin_layout Standard
35212 In the following example 
35213 \series bold
35214 origin=c
35215 \series default
35216  was inserted to the 
35217 \family sans
35218 Origin
35219 \family default
35220  inset and 
35221 \series bold
35222 60
35223 \series default
35224  was inserted to the 
35225 \family sans
35226 Angle
35227 \family default
35228  inset.
35229 \end_layout
35230
35231 \begin_layout Standard
35232 This is a line 
35233 \begin_inset Flex Rotatebox
35234 status open
35235
35236 \begin_layout Plain Layout
35237 \begin_inset Argument 1
35238 status open
35239
35240 \begin_layout Plain Layout
35241 origin=c
35242 \end_layout
35243
35244 \end_inset
35245
35246
35247 \begin_inset Argument 2
35248 status open
35249
35250 \begin_layout Plain Layout
35251 60
35252 \end_layout
35253
35254 \end_inset
35255
35256 with rotated
35257 \end_layout
35258
35259 \end_inset
35260
35261  text.
35262 \end_layout
35263
35264 \begin_layout Standard
35265 The box content can also be another box or an inline formula:
35266 \end_layout
35267
35268 \begin_layout Standard
35269 This is a line 
35270 \begin_inset Flex Rotatebox
35271 status open
35272
35273 \begin_layout Plain Layout
35274 \begin_inset Argument 1
35275 status open
35276
35277 \begin_layout Plain Layout
35278 origin=r
35279 \end_layout
35280
35281 \end_inset
35282
35283
35284 \begin_inset Argument 2
35285 status open
35286
35287 \begin_layout Plain Layout
35288 -60
35289 \end_layout
35290
35291 \end_inset
35292
35293
35294 \begin_inset Box Doublebox
35295 position "c"
35296 hor_pos "c"
35297 has_inner_box 0
35298 inner_pos "c"
35299 use_parbox 0
35300 use_makebox 0
35301 width "1in"
35302 special "width"
35303 height "1in"
35304 height_special "totalheight"
35305 thickness "0.4pt"
35306 separation "3pt"
35307 shadowsize "4pt"
35308 framecolor "black"
35309 backgroundcolor "none"
35310 status collapsed
35311
35312 \begin_layout Plain Layout
35313 with rotated
35314 \end_layout
35315
35316 \end_inset
35317
35318
35319 \end_layout
35320
35321 \end_inset
35322
35323  framed text 
35324 \begin_inset Flex Rotatebox
35325 status open
35326
35327 \begin_layout Plain Layout
35328 \begin_inset Argument 1
35329 status open
35330
35331 \begin_layout Plain Layout
35332 origin=lb
35333 \end_layout
35334
35335 \end_inset
35336
35337
35338 \begin_inset Argument 2
35339 status open
35340
35341 \begin_layout Plain Layout
35342 60
35343 \end_layout
35344
35345 \end_inset
35346
35347
35348 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35349 \end_inset
35350
35351
35352 \end_layout
35353
35354 \end_inset
35355
35356  and a formula.
35357 \end_layout
35358
35359 \begin_layout Standard
35360 or an image or table:
35361 \end_layout
35362
35363 \begin_layout Standard
35364 This is a line 
35365 \begin_inset Flex Rotatebox
35366 status open
35367
35368 \begin_layout Plain Layout
35369 \begin_inset Argument 1
35370 status open
35371
35372 \begin_layout Plain Layout
35373 origin=lb
35374 \end_layout
35375
35376 \end_inset
35377
35378
35379 \begin_inset Argument 2
35380 status open
35381
35382 \begin_layout Plain Layout
35383 90
35384 \end_layout
35385
35386 \end_inset
35387
35388
35389 \begin_inset Graphics
35390         filename clipart/platypus.eps
35391         lyxscale 50
35392         width 25col%
35393
35394 \end_inset
35395
35396
35397 \end_layout
35398
35399 \end_inset
35400
35401  with a rotated image 
35402 \begin_inset Flex Rotatebox
35403 status open
35404
35405 \begin_layout Plain Layout
35406 \begin_inset Argument 2
35407 status open
35408
35409 \begin_layout Plain Layout
35410 -90
35411 \end_layout
35412
35413 \end_inset
35414
35415
35416 \begin_inset Tabular
35417 <lyxtabular version="3" rows="2" columns="2">
35418 <features tabularvalignment="middle">
35419 <column alignment="center" valignment="top">
35420 <column alignment="center" valignment="top">
35421 <row>
35422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35423 \begin_inset Text
35424
35425 \begin_layout Plain Layout
35426 q
35427 \end_layout
35428
35429 \end_inset
35430 </cell>
35431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35432 \begin_inset Text
35433
35434 \begin_layout Plain Layout
35435 w
35436 \end_layout
35437
35438 \end_inset
35439 </cell>
35440 </row>
35441 <row>
35442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35443 \begin_inset Text
35444
35445 \begin_layout Plain Layout
35446 e
35447 \end_layout
35448
35449 \end_inset
35450 </cell>
35451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35452 \begin_inset Text
35453
35454 \begin_layout Plain Layout
35455 r
35456 \end_layout
35457
35458 \end_inset
35459 </cell>
35460 </row>
35461 </lyxtabular>
35462
35463 \end_inset
35464
35465
35466 \end_layout
35467
35468 \end_inset
35469
35470  and table.
35471 \begin_inset Index idx
35472 status collapsed
35473
35474 \begin_layout Plain Layout
35475 Figures ! rotated
35476 \end_layout
35477
35478 \end_inset
35479
35480
35481 \begin_inset Index idx
35482 status collapsed
35483
35484 \begin_layout Plain Layout
35485 Table Customization ! Rotating
35486 \end_layout
35487
35488 \end_inset
35489
35490
35491 \end_layout
35492
35493 \begin_layout Standard
35494 \begin_inset Note Greyedout
35495 status open
35496
35497 \begin_layout Plain Layout
35498
35499 \series bold
35500 Note:
35501 \series default
35502  If the 
35503 \family sans
35504 Angle
35505 \family default
35506  inset is empty or contains other characters than numbers you will get \SpecialChar LaTeX
35507
35508  errors when viewing/exporting the document.
35509 \end_layout
35510
35511 \end_inset
35512
35513
35514 \end_layout
35515
35516 \begin_layout Subsection
35517 Scaled Boxes
35518 \begin_inset Index idx
35519 status collapsed
35520
35521 \begin_layout Plain Layout
35522 Boxes ! scaled
35523 \end_layout
35524
35525 \end_inset
35526
35527
35528 \begin_inset Index idx
35529 status collapsed
35530
35531 \begin_layout Plain Layout
35532 Scaled Material
35533 \end_layout
35534
35535 \end_inset
35536
35537
35538 \end_layout
35539
35540 \begin_layout Standard
35541 To scale material put it into a 
35542 \family sans
35543 Scalebox
35544 \family default
35545 .
35546  Such a box is inserted via the menu 
35547 \family sans
35548 Insert\SpecialChar menuseparator
35549 Custom Insets\SpecialChar menuseparator
35550 Scalebox
35551 \family default
35552 .
35553 \end_layout
35554
35555 \begin_layout Standard
35556 The 
35557 \family sans
35558 Scalebox
35559 \family default
35560  inset has the mandatory inset 
35561 \family sans
35562 H-Factor
35563 \family default
35564  and the optional inset 
35565 \family sans
35566 V-Factor
35567 \family default
35568  (inserted via the menu 
35569 \family sans
35570 Insert\SpecialChar menuseparator
35571 V-Factor)
35572 \family default
35573 .
35574  Input there the horizontal and vertical scale factor, respectively.
35575  If no 
35576 \family sans
35577 V-Factor
35578 \family default
35579  inset is used, the horizontal factor will also be used as the vertical
35580  one.
35581 \end_layout
35582
35583 \begin_layout Standard
35584 To get for example the double text size, compared to the document text size,
35585  insert 
35586 \series bold
35587 2
35588 \series default
35589  into the 
35590 \family sans
35591 H-Factor
35592 \family default
35593  inset.
35594  An example: 
35595 \begin_inset Flex Scalebox
35596 status open
35597
35598 \begin_layout Plain Layout
35599 \begin_inset Argument 1
35600 status open
35601
35602 \begin_layout Plain Layout
35603 2
35604 \end_layout
35605
35606 \end_inset
35607
35608 Hello
35609 \end_layout
35610
35611 \end_inset
35612
35613
35614 \end_layout
35615
35616 \begin_layout Standard
35617
35618 \series bold
35619 2
35620 \series default
35621  as 
35622 \family sans
35623 H-Factor
35624 \family default
35625  and 
35626 \series bold
35627 1
35628 \series default
35629  as 
35630 \family sans
35631 V-Factor
35632 \family default
35633  distorts the 
35634 \begin_inset Flex Scalebox
35635 status open
35636
35637 \begin_layout Plain Layout
35638 \begin_inset Argument 1
35639 status open
35640
35641 \begin_layout Plain Layout
35642 2
35643 \end_layout
35644
35645 \end_inset
35646
35647
35648 \begin_inset Argument 2
35649 status open
35650
35651 \begin_layout Plain Layout
35652 1
35653 \end_layout
35654
35655 \end_inset
35656
35657 Hello
35658 \end_layout
35659
35660 \end_inset
35661
35662 .
35663 \end_layout
35664
35665 \begin_layout Standard
35666 If the scaling factor is negative, the box content will be mirrored.
35667  Therefore 
35668 \series bold
35669 -1
35670 \series default
35671  as 
35672 \family sans
35673 H-Factor
35674 \family default
35675  and 
35676 \series bold
35677 1
35678 \series default
35679  as 
35680 \family sans
35681 V-Factor
35682 \family default
35683  can be used to create mirror writing: 
35684 \begin_inset Flex Scalebox
35685 status open
35686
35687 \begin_layout Plain Layout
35688 \begin_inset Argument 1
35689 status open
35690
35691 \begin_layout Plain Layout
35692 -1
35693 \end_layout
35694
35695 \end_inset
35696
35697
35698 \begin_inset Argument 2
35699 status open
35700
35701 \begin_layout Plain Layout
35702 1
35703 \end_layout
35704
35705 \end_inset
35706
35707 Hello
35708 \end_layout
35709
35710 \end_inset
35711
35712
35713 \end_layout
35714
35715 \begin_layout Standard
35716
35717 \series bold
35718 1
35719 \series default
35720  as 
35721 \family sans
35722 H-Factor
35723 \family default
35724  and 
35725 \series bold
35726 -1
35727 \series default
35728  as 
35729 \family sans
35730 V-Factor
35731 \family default
35732  reflects the 
35733 \begin_inset Flex Scalebox
35734 status open
35735
35736 \begin_layout Plain Layout
35737 \begin_inset Argument 1
35738 status open
35739
35740 \begin_layout Plain Layout
35741 1
35742 \end_layout
35743
35744 \end_inset
35745
35746
35747 \begin_inset Argument 2
35748 status open
35749
35750 \begin_layout Plain Layout
35751 -1
35752 \end_layout
35753
35754 \end_inset
35755
35756 Hello
35757 \end_layout
35758
35759 \end_inset
35760
35761  at the base line.
35762 \end_layout
35763
35764 \begin_layout Standard
35765 The 
35766 \family sans
35767 Reflectbox
35768 \family default
35769  (menu 
35770 \family sans
35771 Insert\SpecialChar menuseparator
35772 Custom Insets\SpecialChar menuseparator
35773 Reflectbox
35774 \family default
35775 ) is equivalent to 
35776 \series bold
35777 -1
35778 \series default
35779  as 
35780 \family sans
35781 H-Factor
35782 \family default
35783  and 
35784 \series bold
35785 1
35786 \series default
35787  as 
35788 \family sans
35789 V-Factor 
35790 \family default
35791 for a 
35792 \family sans
35793 Scalebox
35794 \family default
35795 .
35796 \end_layout
35797
35798 \begin_layout Standard
35799 \begin_inset Note Greyedout
35800 status open
35801
35802 \begin_layout Plain Layout
35803
35804 \series bold
35805 Note:
35806 \series default
35807  If the 
35808 \family sans
35809 H-Factor
35810 \family default
35811  inset is empty or contains other characters than numbers you will get LaTeX
35812  errors when viewing/exporting the document.
35813 \end_layout
35814
35815 \end_inset
35816
35817
35818 \end_layout
35819
35820 \begin_layout Standard
35821 \begin_inset VSpace bigskip
35822 \end_inset
35823
35824 The 
35825 \family sans
35826 Resizebox
35827 \family default
35828  (menu 
35829 \family sans
35830 Insert\SpecialChar menuseparator
35831 Custom Insets\SpecialChar menuseparator
35832 Resizebox
35833 \family default
35834 ) is used to scale the content to a defined width and height.
35835  The 
35836 \family sans
35837 Resizebox
35838 \family default
35839  inset has the mandatory inset 
35840 \family sans
35841 Width
35842 \family default
35843  and the optional inset 
35844 \family sans
35845 Height
35846 \family default
35847  (inserted via the menu 
35848 \family sans
35849 Insert\SpecialChar menuseparator
35850 Height)
35851 \family default
35852 .
35853  Input there the width and height, respectively, as value with a unit.
35854  
35855 \begin_inset CommandInset ref
35856 LatexCommand ref
35857 reference "tab:Units"
35858
35859 \end_inset
35860
35861  lists the possible units.
35862  If there is an exclamation mark 
35863 \series bold
35864 !
35865 \series default
35866  in of of the two insets, the size is set so that the aspect ratio of the
35867  box content is kept.
35868  If no 
35869 \family sans
35870 Height
35871 \family default
35872  inset is used an exclamation mark will internally be used for the height.
35873 \end_layout
35874
35875 \begin_layout Standard
35876
35877 \series bold
35878 2cm
35879 \series default
35880  as 
35881 \family sans
35882 Width
35883 \family default
35884  and 
35885 \series bold
35886 1cm
35887 \series default
35888  as 
35889 \family sans
35890 Height
35891 \family default
35892  produces: 
35893 \begin_inset Flex Resizebox
35894 status open
35895
35896 \begin_layout Plain Layout
35897 \begin_inset Argument 1
35898 status open
35899
35900 \begin_layout Plain Layout
35901 2cm
35902 \end_layout
35903
35904 \end_inset
35905
35906
35907 \begin_inset Argument 2
35908 status open
35909
35910 \begin_layout Plain Layout
35911 1cm
35912 \end_layout
35913
35914 \end_inset
35915
35916 Hello
35917 \end_layout
35918
35919 \end_inset
35920
35921
35922 \begin_inset Newline newline
35923 \end_inset
35924
35925
35926 \series bold
35927 2cm
35928 \series default
35929  as 
35930 \family sans
35931 Width
35932 \family default
35933  and 
35934 \series bold
35935 !
35936 \series default
35937  as 
35938 \family sans
35939 Height
35940 \family default
35941  (or no 
35942 \family sans
35943 Height
35944 \family default
35945 ) produces: 
35946 \begin_inset Flex Resizebox
35947 status open
35948
35949 \begin_layout Plain Layout
35950 \begin_inset Argument 1
35951 status open
35952
35953 \begin_layout Plain Layout
35954 2cm
35955 \end_layout
35956
35957 \end_inset
35958
35959
35960 \begin_inset Argument 2
35961 status open
35962
35963 \begin_layout Plain Layout
35964 !
35965 \end_layout
35966
35967 \end_inset
35968
35969 Hello
35970 \end_layout
35971
35972 \end_inset
35973
35974
35975 \end_layout
35976
35977 \begin_layout Standard
35978 \begin_inset Note Greyedout
35979 status open
35980
35981 \begin_layout Plain Layout
35982
35983 \series bold
35984 Note:
35985 \series default
35986  If the 
35987 \family sans
35988 Width
35989 \family default
35990  inset is empty or contains an invalid unit you will get LaTeX errors when
35991  viewing/exporting the document.
35992 \end_layout
35993
35994 \end_inset
35995
35996
35997 \end_layout
35998
35999 \begin_layout Standard
36000 \begin_inset VSpace bigskip
36001 \end_inset
36002
36003
36004 \end_layout
36005
36006 \begin_layout Standard
36007 The boxes can be combined in any order.
36008  As example a 
36009 \family sans
36010 Reflectbox
36011 \family default
36012  inside a 
36013 \family sans
36014 Resizebox
36015 \family default
36016  which is in turn inside a 
36017 \family sans
36018 Rotatebox
36019 \family default
36020 :
36021 \end_layout
36022
36023 \begin_layout Standard
36024 \noindent
36025 \align center
36026 \begin_inset Flex Rotatebox
36027 status open
36028
36029 \begin_layout Plain Layout
36030 \begin_inset Argument 1
36031 status open
36032
36033 \begin_layout Plain Layout
36034 origin=c
36035 \end_layout
36036
36037 \end_inset
36038
36039
36040 \begin_inset Argument 2
36041 status open
36042
36043 \begin_layout Plain Layout
36044 -45
36045 \end_layout
36046
36047 \end_inset
36048
36049
36050 \begin_inset Flex Resizebox
36051 status open
36052
36053 \begin_layout Plain Layout
36054 \begin_inset Argument 1
36055 status open
36056
36057 \begin_layout Plain Layout
36058 2cm
36059 \end_layout
36060
36061 \end_inset
36062
36063
36064 \begin_inset Flex Reflectbox
36065 status open
36066
36067 \begin_layout Plain Layout
36068 Hello
36069 \end_layout
36070
36071 \end_inset
36072
36073
36074 \end_layout
36075
36076 \end_inset
36077
36078
36079 \end_layout
36080
36081 \end_inset
36082
36083
36084 \end_layout
36085
36086 \begin_layout Standard
36087 \noindent
36088 Images, tables, and inline formulas are allowed as box content:
36089 \end_layout
36090
36091 \begin_layout Standard
36092 \noindent
36093 \align center
36094 \begin_inset Flex Resizebox
36095 status open
36096
36097 \begin_layout Plain Layout
36098 \begin_inset Argument 1
36099 status open
36100
36101 \begin_layout Plain Layout
36102 2cm
36103 \end_layout
36104
36105 \end_inset
36106
36107
36108 \begin_inset Flex Reflectbox
36109 status open
36110
36111 \begin_layout Plain Layout
36112 \begin_inset Graphics
36113         filename clipart/platypus.eps
36114         lyxscale 50
36115         width 25col%
36116
36117 \end_inset
36118
36119
36120 \end_layout
36121
36122 \end_inset
36123
36124
36125 \end_layout
36126
36127 \end_inset
36128
36129  
36130 \begin_inset Flex Resizebox
36131 status open
36132
36133 \begin_layout Plain Layout
36134 \begin_inset Argument 1
36135 status open
36136
36137 \begin_layout Plain Layout
36138 2cm
36139 \end_layout
36140
36141 \end_inset
36142
36143
36144 \begin_inset Flex Reflectbox
36145 status open
36146
36147 \begin_layout Plain Layout
36148 \begin_inset Tabular
36149 <lyxtabular version="3" rows="2" columns="2">
36150 <features tabularvalignment="middle">
36151 <column alignment="center" valignment="top">
36152 <column alignment="center" valignment="top">
36153 <row>
36154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36155 \begin_inset Text
36156
36157 \begin_layout Plain Layout
36158 q
36159 \end_layout
36160
36161 \end_inset
36162 </cell>
36163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36164 \begin_inset Text
36165
36166 \begin_layout Plain Layout
36167 w
36168 \end_layout
36169
36170 \end_inset
36171 </cell>
36172 </row>
36173 <row>
36174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36175 \begin_inset Text
36176
36177 \begin_layout Plain Layout
36178 e
36179 \end_layout
36180
36181 \end_inset
36182 </cell>
36183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36184 \begin_inset Text
36185
36186 \begin_layout Plain Layout
36187 r
36188 \end_layout
36189
36190 \end_inset
36191 </cell>
36192 </row>
36193 </lyxtabular>
36194
36195 \end_inset
36196
36197
36198 \end_layout
36199
36200 \end_inset
36201
36202
36203 \end_layout
36204
36205 \end_inset
36206
36207  
36208 \begin_inset Flex Resizebox
36209 status open
36210
36211 \begin_layout Plain Layout
36212 \begin_inset Argument 1
36213 status open
36214
36215 \begin_layout Plain Layout
36216 3cm
36217 \end_layout
36218
36219 \end_inset
36220
36221
36222 \begin_inset Flex Reflectbox
36223 status open
36224
36225 \begin_layout Plain Layout
36226 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36227 \end_inset
36228
36229
36230 \end_layout
36231
36232 \end_inset
36233
36234
36235 \end_layout
36236
36237 \end_inset
36238
36239
36240 \begin_inset Index idx
36241 status collapsed
36242
36243 \begin_layout Plain Layout
36244 Figures ! scaled
36245 \end_layout
36246
36247 \end_inset
36248
36249
36250 \begin_inset Index idx
36251 status collapsed
36252
36253 \begin_layout Plain Layout
36254 Table Customization ! Scaling
36255 \end_layout
36256
36257 \end_inset
36258
36259
36260 \end_layout
36261
36262 \begin_layout Standard
36263 When the global formula style 
36264 \series bold
36265 fleqn
36266 \series default
36267  is used in the document
36268 \begin_inset Foot
36269 status collapsed
36270
36271 \begin_layout Plain Layout
36272 When 
36273 \begin_inset Quotes eld
36274 \end_inset
36275
36276 fleqn
36277 \begin_inset Quotes erd
36278 \end_inset
36279
36280  is added to the document class options.
36281 \end_layout
36282
36283 \end_inset
36284
36285 , display style formulas can also be scaled.
36286 \end_layout
36287
36288 \begin_layout Chapter
36289 Objects Surrounded by Text
36290 \begin_inset Index idx
36291 status collapsed
36292
36293 \begin_layout Plain Layout
36294 Surrounded by text
36295 \end_layout
36296
36297 \end_inset
36298
36299
36300 \end_layout
36301
36302 \begin_layout Section
36303 Wrap Floats
36304 \begin_inset CommandInset label
36305 LatexCommand label
36306 name "sec:Wrap-Floats"
36307
36308 \end_inset
36309
36310
36311 \begin_inset Index idx
36312 status collapsed
36313
36314 \begin_layout Plain Layout
36315 Floats ! Wrap Floats
36316 \end_layout
36317
36318 \end_inset
36319
36320
36321 \begin_inset Index idx
36322 status collapsed
36323
36324 \begin_layout Plain Layout
36325 Surrounded by text ! Wrap Floats
36326 \end_layout
36327
36328 \end_inset
36329
36330
36331 \end_layout
36332
36333 \begin_layout Standard
36334 \begin_inset Wrap figure
36335 lines 0
36336 placement l
36337 overhang 1cm
36338 width "40col%"
36339 status open
36340
36341 \begin_layout Plain Layout
36342 \begin_inset Graphics
36343         filename clipart/mobius.eps
36344         width 40col%
36345         scaleBeforeRotation
36346         rotateOrigin center
36347
36348 \end_inset
36349
36350
36351 \end_layout
36352
36353 \begin_layout Plain Layout
36354 \begin_inset Caption Standard
36355
36356 \begin_layout Plain Layout
36357 \begin_inset CommandInset label
36358 LatexCommand label
36359 name "fig:This-is-a"
36360
36361 \end_inset
36362
36363 This is a figure wrap float.
36364 \end_layout
36365
36366 \end_inset
36367
36368
36369 \end_layout
36370
36371 \end_inset
36372
36373  This float type is used if you want to wrap text around a figure or table
36374  so that it only occupies some fraction of the column width.
36375  It can be inserted using the menu 
36376 \family sans
36377 Insert\SpecialChar menuseparator
36378 Floats\SpecialChar menuseparator
36379 Figure
36380 \begin_inset space ~
36381 \end_inset
36382
36383 Wrap
36384 \begin_inset space ~
36385 \end_inset
36386
36387 Float
36388 \family default
36389  or 
36390 \family sans
36391 Table
36392 \begin_inset space ~
36393 \end_inset
36394
36395 Wrap
36396 \begin_inset space ~
36397 \end_inset
36398
36399 Float
36400 \family default
36401  if the \SpecialChar LaTeX
36402 -package 
36403 \series bold
36404 wrapfig
36405 \series default
36406
36407 \begin_inset Index idx
36408 status collapsed
36409
36410 \begin_layout Plain Layout
36411 \SpecialChar LaTeX
36412 -packages ! wrapfig
36413 \end_layout
36414
36415 \end_inset
36416
36417  is installed.
36418 \begin_inset Foot
36419 status collapsed
36420
36421 \begin_layout Plain Layout
36422 Installing a \SpecialChar LaTeX
36423 -package is explained it in the 
36424 \emph on
36425 \SpecialChar LaTeX
36426
36427 \begin_inset space ~
36428 \end_inset
36429
36430 Configuration
36431 \emph default
36432  manual.
36433 \end_layout
36434
36435 \end_inset
36436
36437  The settings of the float can be modified by right-clicking on the float
36438  box.
36439  The mandatory settings are the float 
36440 \family sans
36441 Placement
36442 \family default
36443  and its 
36444 \family sans
36445 Width
36446 \family default
36447 .
36448  Optional are the 
36449 \family sans
36450 Overhang
36451 \family default
36452  that specifies how much the float is set into the paragraph
36453 \begin_inset space \thinspace{}
36454 \end_inset
36455
36456 /
36457 \begin_inset space \thinspace{}
36458 \end_inset
36459
36460 page margin, and the 
36461 \family sans
36462 Line
36463 \begin_inset space ~
36464 \end_inset
36465
36466 span
36467 \family default
36468  that specifies how many text lines the float will approximately need.
36469  The line span is often hard to approximate; so it is better only to use
36470  it when you encounter float placement problems.
36471  You can furthermore decide if \SpecialChar LaTeX
36472  is allowed to let the float float within
36473  the paragraph or to surrounding paragraphs.
36474  Figure
36475 \begin_inset space ~
36476 \end_inset
36477
36478
36479 \begin_inset CommandInset ref
36480 LatexCommand ref
36481 reference "fig:This-is-a"
36482
36483 \end_inset
36484
36485  is an example text wrap float with a width of 40
36486 \begin_inset space \thinspace{}
36487 \end_inset
36488
36489 col%, 1
36490 \begin_inset space \thinspace{}
36491 \end_inset
36492
36493 cm overhang, set to the left.
36494 \end_layout
36495
36496 \begin_layout Standard
36497 \begin_inset Note Greyedout
36498 status open
36499
36500 \begin_layout Plain Layout
36501
36502 \series bold
36503 Note:
36504 \series default
36505  Text
36506 \begin_inset space ~
36507 \end_inset
36508
36509 wrap float floats are fragile! E.
36510 \begin_inset space \thinspace{}
36511 \end_inset
36512
36513 g.
36514 \begin_inset space \space{}
36515 \end_inset
36516
36517 having a figure too close to the bottom of the page can mess things up in
36518  such a way that the float does not appear in the output or that it is placed
36519  over some other text.
36520 \end_layout
36521
36522 \end_inset
36523
36524
36525 \end_layout
36526
36527 \begin_layout Standard
36528 In general, the following applies for wrap floats:
36529 \end_layout
36530
36531 \begin_layout Itemize
36532 They should not be placed in paragraphs that run over a page break.
36533  That means that wrap floats are better inserted in their exact place when
36534  the document is almost finished and you are able to estimate where page
36535  breaks will appear.
36536 \end_layout
36537
36538 \begin_layout Itemize
36539 They should either be placed in their own paragraph before the paragraph
36540  where they should wrap into or within a paragraph.
36541 \end_layout
36542
36543 \begin_layout Itemize
36544 In consecutive paragraphs they may cause troubles, so ensure that there
36545  is a text paragraph between them as separator.
36546 \end_layout
36547
36548 \begin_layout Itemize
36549 They are not allowed in section headings or tables.
36550 \end_layout
36551
36552 \begin_layout Itemize
36553 Their numbering and referencing works as described in chap.
36554 \begin_inset space \thinspace{}
36555 \end_inset
36556
36557
36558 \begin_inset CommandInset ref
36559 LatexCommand ref
36560 reference "chap:Floats"
36561
36562 \end_inset
36563
36564 .
36565 \end_layout
36566
36567 \begin_layout Section
36568 Surrounded Fixed Objects
36569 \begin_inset Index idx
36570 status collapsed
36571
36572 \begin_layout Plain Layout
36573 Surrounded by text ! Fixed objects
36574 \end_layout
36575
36576 \end_inset
36577
36578
36579 \end_layout
36580
36581 \begin_layout Standard
36582 The wrap floats described in sec.
36583 \begin_inset space \thinspace{}
36584 \end_inset
36585
36586
36587 \begin_inset CommandInset ref
36588 LatexCommand ref
36589 reference "sec:Wrap-Floats"
36590
36591 \end_inset
36592
36593  have these positions in the paragraph:
36594 \begin_inset Separator parbreak
36595 \end_inset
36596
36597
36598 \end_layout
36599
36600 \begin_layout Standard
36601 \noindent
36602 \align center
36603 \begin_inset Tabular
36604 <lyxtabular version="3" rows="2" columns="2">
36605 <features tabularvalignment="middle">
36606 <column alignment="center" valignment="top">
36607 <column alignment="center" valignment="top">
36608 <row>
36609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36610 \begin_inset Text
36611
36612 \begin_layout Plain Layout
36613 \begin_inset Info
36614 type  "icon"
36615 arg   "dialog-show-new-inset graphics"
36616 \end_inset
36617
36618
36619 \end_layout
36620
36621 \end_inset
36622 </cell>
36623 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36624 \begin_inset Text
36625
36626 \begin_layout Plain Layout
36627 text
36628 \end_layout
36629
36630 \end_inset
36631 </cell>
36632 </row>
36633 <row>
36634 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36635 \begin_inset Text
36636
36637 \begin_layout Plain Layout
36638 text
36639 \end_layout
36640
36641 \end_inset
36642 </cell>
36643 <cell alignment="center" valignment="top" bottomline="true" rightline="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 </row>
36653 </lyxtabular>
36654
36655 \end_inset
36656
36657  or 
36658 \begin_inset Tabular
36659 <lyxtabular version="3" rows="2" columns="2">
36660 <features tabularvalignment="middle">
36661 <column alignment="center" valignment="top">
36662 <column alignment="center" valignment="top">
36663 <row>
36664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36665 \begin_inset Text
36666
36667 \begin_layout Plain Layout
36668 text
36669 \end_layout
36670
36671 \end_inset
36672 </cell>
36673 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36674 \begin_inset Text
36675
36676 \begin_layout Plain Layout
36677 \begin_inset Info
36678 type  "icon"
36679 arg   "dialog-show-new-inset graphics"
36680 \end_inset
36681
36682
36683 \end_layout
36684
36685 \end_inset
36686 </cell>
36687 </row>
36688 <row>
36689 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36690 \begin_inset Text
36691
36692 \begin_layout Plain Layout
36693 text
36694 \end_layout
36695
36696 \end_inset
36697 </cell>
36698 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36699 \begin_inset Text
36700
36701 \begin_layout Plain Layout
36702 text
36703 \end_layout
36704
36705 \end_inset
36706 </cell>
36707 </row>
36708 </lyxtabular>
36709
36710 \end_inset
36711
36712
36713 \end_layout
36714
36715 \begin_layout Standard
36716 To get an object exactly at the position where it is inserted, for example
36717  to get one of these positions:
36718 \begin_inset VSpace defskip
36719 \end_inset
36720
36721
36722 \end_layout
36723
36724 \begin_layout Standard
36725 \noindent
36726 \align center
36727 \begin_inset Tabular
36728 <lyxtabular version="3" rows="2" columns="2">
36729 <features tabularvalignment="middle">
36730 <column alignment="center" valignment="top">
36731 <column alignment="center" valignment="top">
36732 <row>
36733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36734 \begin_inset Text
36735
36736 \begin_layout Plain Layout
36737 text
36738 \end_layout
36739
36740 \end_inset
36741 </cell>
36742 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36743 \begin_inset Text
36744
36745 \begin_layout Plain Layout
36746 text
36747 \end_layout
36748
36749 \end_inset
36750 </cell>
36751 </row>
36752 <row>
36753 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36754 \begin_inset Text
36755
36756 \begin_layout Plain Layout
36757 \begin_inset Info
36758 type  "icon"
36759 arg   "dialog-show-new-inset graphics"
36760 \end_inset
36761
36762
36763 \end_layout
36764
36765 \end_inset
36766 </cell>
36767 <cell alignment="center" valignment="top" bottomline="true" rightline="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 </row>
36777 </lyxtabular>
36778
36779 \end_inset
36780
36781  
36782 \begin_inset Tabular
36783 <lyxtabular version="3" rows="2" columns="2">
36784 <features tabularvalignment="middle">
36785 <column alignment="center" valignment="top">
36786 <column alignment="center" valignment="top">
36787 <row>
36788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36789 \begin_inset Text
36790
36791 \begin_layout Plain Layout
36792 text
36793 \end_layout
36794
36795 \end_inset
36796 </cell>
36797 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36798 \begin_inset Text
36799
36800 \begin_layout Plain Layout
36801 text
36802 \end_layout
36803
36804 \end_inset
36805 </cell>
36806 </row>
36807 <row>
36808 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36809 \begin_inset Text
36810
36811 \begin_layout Plain Layout
36812 text
36813 \end_layout
36814
36815 \end_inset
36816 </cell>
36817 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36818 \begin_inset Text
36819
36820 \begin_layout Plain Layout
36821 \begin_inset Info
36822 type  "icon"
36823 arg   "dialog-show-new-inset graphics"
36824 \end_inset
36825
36826
36827 \end_layout
36828
36829 \end_inset
36830 </cell>
36831 </row>
36832 </lyxtabular>
36833
36834 \end_inset
36835
36836  
36837 \begin_inset Tabular
36838 <lyxtabular version="3" rows="2" columns="3">
36839 <features tabularvalignment="middle">
36840 <column alignment="center" valignment="top">
36841 <column alignment="center" valignment="top">
36842 <column alignment="center" valignment="top">
36843 <row>
36844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36845 \begin_inset Text
36846
36847 \begin_layout Plain Layout
36848 text
36849 \end_layout
36850
36851 \end_inset
36852 </cell>
36853 <cell alignment="center" valignment="top" topline="true" usebox="none">
36854 \begin_inset Text
36855
36856 \begin_layout Plain Layout
36857 \begin_inset Info
36858 type  "icon"
36859 arg   "dialog-show-new-inset graphics"
36860 \end_inset
36861
36862
36863 \end_layout
36864
36865 \end_inset
36866 </cell>
36867 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36868 \begin_inset Text
36869
36870 \begin_layout Plain Layout
36871 text
36872 \end_layout
36873
36874 \end_inset
36875 </cell>
36876 </row>
36877 <row>
36878 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36879 \begin_inset Text
36880
36881 \begin_layout Plain Layout
36882 text
36883 \end_layout
36884
36885 \end_inset
36886 </cell>
36887 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36888 \begin_inset Text
36889
36890 \begin_layout Plain Layout
36891 text
36892 \end_layout
36893
36894 \end_inset
36895 </cell>
36896 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36897 \begin_inset Text
36898
36899 \begin_layout Plain Layout
36900 text
36901 \end_layout
36902
36903 \end_inset
36904 </cell>
36905 </row>
36906 </lyxtabular>
36907
36908 \end_inset
36909
36910  
36911 \begin_inset Tabular
36912 <lyxtabular version="3" rows="2" columns="3">
36913 <features tabularvalignment="middle">
36914 <column alignment="center" valignment="top">
36915 <column alignment="center" valignment="top">
36916 <column alignment="center" valignment="top">
36917 <row>
36918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36919 \begin_inset Text
36920
36921 \begin_layout Plain Layout
36922 text
36923 \end_layout
36924
36925 \end_inset
36926 </cell>
36927 <cell alignment="center" valignment="top" topline="true" usebox="none">
36928 \begin_inset Text
36929
36930 \begin_layout Plain Layout
36931 text
36932 \end_layout
36933
36934 \end_inset
36935 </cell>
36936 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36937 \begin_inset Text
36938
36939 \begin_layout Plain Layout
36940 text
36941 \end_layout
36942
36943 \end_inset
36944 </cell>
36945 </row>
36946 <row>
36947 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36948 \begin_inset Text
36949
36950 \begin_layout Plain Layout
36951 text
36952 \end_layout
36953
36954 \end_inset
36955 </cell>
36956 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36957 \begin_inset Text
36958
36959 \begin_layout Plain Layout
36960 \begin_inset Info
36961 type  "icon"
36962 arg   "dialog-show-new-inset graphics"
36963 \end_inset
36964
36965
36966 \end_layout
36967
36968 \end_inset
36969 </cell>
36970 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36971 \begin_inset Text
36972
36973 \begin_layout Plain Layout
36974 text
36975 \end_layout
36976
36977 \end_inset
36978 </cell>
36979 </row>
36980 </lyxtabular>
36981
36982 \end_inset
36983
36984
36985 \end_layout
36986
36987 \begin_layout Standard
36988 \noindent
36989 \align center
36990 \begin_inset Tabular
36991 <lyxtabular version="3" rows="3" columns="2">
36992 <features tabularvalignment="middle">
36993 <column alignment="center" valignment="top">
36994 <column alignment="center" valignment="top">
36995 <row>
36996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36997 \begin_inset Text
36998
36999 \begin_layout Plain Layout
37000 text
37001 \end_layout
37002
37003 \end_inset
37004 </cell>
37005 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37006 \begin_inset Text
37007
37008 \begin_layout Plain Layout
37009 text
37010 \end_layout
37011
37012 \end_inset
37013 </cell>
37014 </row>
37015 <row>
37016 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37017 \begin_inset Text
37018
37019 \begin_layout Plain Layout
37020 \begin_inset Info
37021 type  "icon"
37022 arg   "dialog-show-new-inset graphics"
37023 \end_inset
37024
37025
37026 \end_layout
37027
37028 \end_inset
37029 </cell>
37030 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37031 \begin_inset Text
37032
37033 \begin_layout Plain Layout
37034 text
37035 \end_layout
37036
37037 \end_inset
37038 </cell>
37039 </row>
37040 <row>
37041 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37042 \begin_inset Text
37043
37044 \begin_layout Plain Layout
37045 text
37046 \end_layout
37047
37048 \end_inset
37049 </cell>
37050 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37051 \begin_inset Text
37052
37053 \begin_layout Plain Layout
37054 text
37055 \end_layout
37056
37057 \end_inset
37058 </cell>
37059 </row>
37060 </lyxtabular>
37061
37062 \end_inset
37063
37064  
37065 \begin_inset Tabular
37066 <lyxtabular version="3" rows="3" columns="3">
37067 <features tabularvalignment="middle">
37068 <column alignment="center" valignment="top">
37069 <column alignment="center" valignment="top">
37070 <column alignment="center" valignment="top">
37071 <row>
37072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37073 \begin_inset Text
37074
37075 \begin_layout Plain Layout
37076 text
37077 \end_layout
37078
37079 \end_inset
37080 </cell>
37081 <cell alignment="center" valignment="top" topline="true" usebox="none">
37082 \begin_inset Text
37083
37084 \begin_layout Plain Layout
37085 text
37086 \end_layout
37087
37088 \end_inset
37089 </cell>
37090 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37091 \begin_inset Text
37092
37093 \begin_layout Plain Layout
37094 text
37095 \end_layout
37096
37097 \end_inset
37098 </cell>
37099 </row>
37100 <row>
37101 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37102 \begin_inset Text
37103
37104 \begin_layout Plain Layout
37105 text
37106 \end_layout
37107
37108 \end_inset
37109 </cell>
37110 <cell alignment="center" valignment="top" usebox="none">
37111 \begin_inset Text
37112
37113 \begin_layout Plain Layout
37114 \begin_inset Info
37115 type  "icon"
37116 arg   "dialog-show-new-inset graphics"
37117 \end_inset
37118
37119
37120 \end_layout
37121
37122 \end_inset
37123 </cell>
37124 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37125 \begin_inset Text
37126
37127 \begin_layout Plain Layout
37128 text
37129 \end_layout
37130
37131 \end_inset
37132 </cell>
37133 </row>
37134 <row>
37135 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37136 \begin_inset Text
37137
37138 \begin_layout Plain Layout
37139 text
37140 \end_layout
37141
37142 \end_inset
37143 </cell>
37144 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37145 \begin_inset Text
37146
37147 \begin_layout Plain Layout
37148 text
37149 \end_layout
37150
37151 \end_inset
37152 </cell>
37153 <cell alignment="center" valignment="top" bottomline="true" rightline="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 </row>
37163 </lyxtabular>
37164
37165 \end_inset
37166
37167  
37168 \begin_inset Tabular
37169 <lyxtabular version="3" rows="3" columns="2">
37170 <features tabularvalignment="middle">
37171 <column alignment="center" valignment="top">
37172 <column alignment="center" valignment="top">
37173 <row>
37174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37175 \begin_inset Text
37176
37177 \begin_layout Plain Layout
37178 text
37179 \end_layout
37180
37181 \end_inset
37182 </cell>
37183 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37184 \begin_inset Text
37185
37186 \begin_layout Plain Layout
37187 text
37188 \end_layout
37189
37190 \end_inset
37191 </cell>
37192 </row>
37193 <row>
37194 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37195 \begin_inset Text
37196
37197 \begin_layout Plain Layout
37198 text
37199 \end_layout
37200
37201 \end_inset
37202 </cell>
37203 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37204 \begin_inset Text
37205
37206 \begin_layout Plain Layout
37207 \begin_inset Info
37208 type  "icon"
37209 arg   "dialog-show-new-inset graphics"
37210 \end_inset
37211
37212
37213 \end_layout
37214
37215 \end_inset
37216 </cell>
37217 </row>
37218 <row>
37219 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37220 \begin_inset Text
37221
37222 \begin_layout Plain Layout
37223 text
37224 \end_layout
37225
37226 \end_inset
37227 </cell>
37228 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37229 \begin_inset Text
37230
37231 \begin_layout Plain Layout
37232 text
37233 \end_layout
37234
37235 \end_inset
37236 </cell>
37237 </row>
37238 </lyxtabular>
37239
37240 \end_inset
37241
37242
37243 \end_layout
37244
37245 \begin_layout Standard
37246 \noindent
37247 you can use the \SpecialChar LaTeX
37248 -package 
37249 \series bold
37250 picinpar
37251 \series default
37252
37253 \begin_inset Index idx
37254 status collapsed
37255
37256 \begin_layout Plain Layout
37257 \SpecialChar LaTeX
37258 -packages ! picinpar
37259 \end_layout
37260
37261 \end_inset
37262
37263 .
37264  Here is an example:
37265 \end_layout
37266
37267 \begin_layout Standard
37268 \begin_inset ERT
37269 status collapsed
37270
37271 \begin_layout Plain Layout
37272
37273
37274 \backslash
37275 ifpicinpar
37276 \end_layout
37277
37278 \end_inset
37279
37280
37281 \begin_inset Note Note
37282 status open
37283
37284 \begin_layout Plain Layout
37285 The following section will only be displayed when the \SpecialChar LaTeX
37286 -package 
37287 \series bold
37288 picinpar
37289 \series default
37290  is installed.
37291 \end_layout
37292
37293 \end_inset
37294
37295
37296 \end_layout
37297
37298 \begin_layout Standard
37299 \begin_inset ERT
37300 status collapsed
37301
37302 \begin_layout Plain Layout
37303
37304
37305 \backslash
37306 begin{window}[2,c,{
37307 \end_layout
37308
37309 \end_inset
37310
37311
37312 \begin_inset Graphics
37313         filename clipart/mobius.eps
37314         lyxscale 60
37315         width 40col%
37316         scaleBeforeRotation
37317         rotateOrigin center
37318
37319 \end_inset
37320
37321
37322 \begin_inset ERT
37323 status collapsed
37324
37325 \begin_layout Plain Layout
37326
37327 },]
37328 \end_layout
37329
37330 \begin_layout Plain Layout
37331
37332 {}
37333 \end_layout
37334
37335 \end_inset
37336
37337
37338 \size small
37339 It was in the spring of the year 1894 that all London was interested, and
37340  the fashionable world dismayed, by the murder of the Honourable Ronald
37341  Adair under most unusual and inexplicable circumstances.
37342  The public has already learned those particulars of the crime which
37343 \size default
37344
37345 \begin_inset ERT
37346 status collapsed
37347
37348 \begin_layout Plain Layout
37349
37350
37351 \backslash
37352 footnotemark{}
37353 \end_layout
37354
37355 \end_inset
37356
37357
37358 \size small
37359  came out in the police investigation, but a good deal was suppressed upon
37360  that occasion, since the case for the prosecution was so overwhelmingly
37361  strong that it was not necessary to bring forward all the facts.
37362  Only now, at the end of nearly ten years, am I allowed to supply those
37363  missing links which make up the whole of that remarkable chain.
37364 \size default
37365
37366 \begin_inset ERT
37367 status collapsed
37368
37369 \begin_layout Plain Layout
37370
37371
37372 \backslash
37373 end{window}
37374 \end_layout
37375
37376 \end_inset
37377
37378
37379 \end_layout
37380
37381 \begin_layout Standard
37382 \begin_inset ERT
37383 status collapsed
37384
37385 \begin_layout Plain Layout
37386
37387
37388 \backslash
37389 footnotetext{
37390 \end_layout
37391
37392 \end_inset
37393
37394 Footnote of the paragraph with the fixed object.
37395 \begin_inset ERT
37396 status collapsed
37397
37398 \begin_layout Plain Layout
37399
37400 }
37401 \end_layout
37402
37403 \end_inset
37404
37405
37406 \end_layout
37407
37408 \begin_layout Standard
37409 Surrounded fixed objects are used to let text float around them, at which
37410  the object's position in the paragraph can be determined by the number
37411  of lines above it.
37412  In contrary to floats is it not possible to have a numbered caption.
37413 \end_layout
37414
37415 \begin_layout Standard
37416 A fixed object is inserted by adding the command
37417 \end_layout
37418
37419 \begin_layout Standard
37420
37421 \series bold
37422
37423 \backslash
37424 begin{window}[2,c,{
37425 \end_layout
37426
37427 \begin_layout Standard
37428 as \SpecialChar TeX
37429  Code at the beginning of the paragraph.
37430  The first parameter in the bracket, here '2', defines the number of lines
37431  above the object, the second, here 'c', the position of the object.
37432  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
37433  Behind the command you insert the object.
37434  In this example an image with a width of 40
37435 \begin_inset space \thinspace{}
37436 \end_inset
37437
37438 % of the text column width was inserted.
37439  The object can also be a table, a box or an equation.
37440  Behind the object the command
37441 \end_layout
37442
37443 \begin_layout Standard
37444
37445 \series bold
37446 },description text]
37447 \begin_inset Newline newline
37448 \end_inset
37449
37450 {}
37451 \end_layout
37452
37453 \begin_layout Standard
37454 is inserted.
37455  Note that the 
37456 \begin_inset Quotes eld
37457 \end_inset
37458
37459
37460 \series bold
37461 {}
37462 \series default
37463
37464 \begin_inset Quotes erd
37465 \end_inset
37466
37467  is in the second line.
37468  The description text is optional.
37469  The text surrounding the object must be in the same paragraph as the object,
37470  so it must begin directly after the 
37471 \series bold
37472 {}
37473 \series default
37474 .
37475  At the end of the paragraph insert the command:
37476 \end_layout
37477
37478 \begin_layout Standard
37479
37480 \series bold
37481
37482 \backslash
37483 end{window}
37484 \end_layout
37485
37486 \begin_layout Standard
37487 Within a paragraph with a fixed object, you cannot insert footnotes in the
37488  normal way.
37489  You have to use instead the command 
37490 \series bold
37491
37492 \backslash
37493 footnotemark
37494 \series default
37495  inside the paragraph and outside the command 
37496 \series bold
37497
37498 \backslash
37499 footnotetext
37500 \series default
37501  as described in sec.
37502 \begin_inset space \thinspace{}
37503 \end_inset
37504
37505
37506 \begin_inset CommandInset ref
37507 LatexCommand ref
37508 reference "sec:Footnotes"
37509
37510 \end_inset
37511
37512 .
37513 \end_layout
37514
37515 \begin_layout Standard
37516 \begin_inset ERT
37517 status collapsed
37518
37519 \begin_layout Plain Layout
37520
37521
37522 \backslash
37523 else
37524 \end_layout
37525
37526 \end_inset
37527
37528
37529 \begin_inset Note Note
37530 status open
37531
37532 \begin_layout Plain Layout
37533 The following will be displayed when the \SpecialChar LaTeX
37534 -package 
37535 \series bold
37536 picinpar
37537 \series default
37538  is not installed:
37539 \end_layout
37540
37541 \end_inset
37542
37543
37544 \end_layout
37545
37546 \begin_layout Standard
37547 You need to install the \SpecialChar LaTeX
37548 -package 
37549 \series bold
37550 picinpar
37551 \series default
37552  to see the following part of this section in the output.
37553 \end_layout
37554
37555 \begin_layout Standard
37556 \begin_inset ERT
37557 status collapsed
37558
37559 \begin_layout Plain Layout
37560
37561
37562 \backslash
37563 fi
37564 \end_layout
37565
37566 \end_inset
37567
37568
37569 \end_layout
37570
37571 \begin_layout Section
37572 Initials
37573 \begin_inset Index idx
37574 status collapsed
37575
37576 \begin_layout Plain Layout
37577 Initials
37578 \end_layout
37579
37580 \end_inset
37581
37582
37583 \begin_inset Index idx
37584 status collapsed
37585
37586 \begin_layout Plain Layout
37587 Surrounded by text ! Initials
37588 \end_layout
37589
37590 \end_inset
37591
37592
37593 \end_layout
37594
37595 \begin_layout Standard
37596 To use initials, you must have the \SpecialChar LaTeX
37597 -package 
37598 \series bold
37599 lettrine
37600 \series default
37601
37602 \begin_inset Index idx
37603 status collapsed
37604
37605 \begin_layout Plain Layout
37606 \SpecialChar LaTeX
37607 -packages ! lettrine
37608 \end_layout
37609
37610 \end_inset
37611
37612  installed and use the module 
37613 \family sans
37614 Initials
37615 \family default
37616  in your document (menu 
37617 \family sans
37618 Document\SpecialChar menuseparator
37619 Settings\SpecialChar menuseparator
37620 Modules
37621 \family default
37622 ).
37623  To insert an initial, use the style 
37624 \family sans
37625 Initial
37626 \family default
37627 .
37628  This style has a mandatory and two optional arguments.
37629  The arguments are inserted via the 
37630 \family sans
37631 Insert
37632 \family default
37633  menu.
37634  The mandatory argument 
37635 \family sans
37636 Initial
37637 \family default
37638  contains the letter(s) that is the initial, the argument 
37639 \family sans
37640 Rest
37641 \begin_inset space ~
37642 \end_inset
37643
37644 of
37645 \begin_inset space ~
37646 \end_inset
37647
37648 Initial
37649 \family default
37650  contains the rest of the word or text of the initial letter(s).
37651  The argument 
37652 \family sans
37653 Options
37654 \family default
37655  contains parameters to modify the initial.
37656  For more information about the possible parameters see the documentation
37657  of 
37658 \series bold
37659 lettrine
37660 \series default
37661
37662 \begin_inset CommandInset citation
37663 LatexCommand cite
37664 key "lettrine"
37665
37666 \end_inset
37667
37668 .
37669  The style itself contains the text that is surrounding the initial.
37670  The usual style is hereby that the word whose first letter is the initial,
37671  is printed with 
37672 \shape smallcaps
37673 small caps
37674 \shape default
37675 .
37676 \end_layout
37677
37678 \begin_layout Standard
37679 Here are some examples:
37680 \end_layout
37681
37682 \begin_layout Standard
37683 \begin_inset ERT
37684 status collapsed
37685
37686 \begin_layout Plain Layout
37687
37688
37689 \backslash
37690 iflettrine
37691 \end_layout
37692
37693 \end_inset
37694
37695
37696 \begin_inset Note Note
37697 status open
37698
37699 \begin_layout Plain Layout
37700 The following section will only be displayed when the \SpecialChar LaTeX
37701 -package 
37702 \series bold
37703 lettrine
37704 \series default
37705  is installed.
37706 \end_layout
37707
37708 \end_inset
37709
37710
37711 \end_layout
37712
37713 \begin_layout Enumerate
37714 No optional argument, the initial is the letter 'I' in the math font 
37715 \begin_inset Formula $\mathfrak{Fraktur}$
37716 \end_inset
37717
37718 :
37719 \begin_inset Separator parbreak
37720 \end_inset
37721
37722
37723 \end_layout
37724
37725 \begin_deeper
37726 \begin_layout Initial
37727 \begin_inset Argument 2
37728 status open
37729
37730 \begin_layout Plain Layout
37731 \begin_inset Formula $\mathfrak{I}$
37732 \end_inset
37733
37734
37735 \end_layout
37736
37737 \end_inset
37738
37739
37740 \begin_inset Argument 3
37741 status open
37742
37743 \begin_layout Plain Layout
37744 t
37745 \end_layout
37746
37747 \end_inset
37748
37749  was in the spring of the year 1894 that all London was interested, and
37750  the fashionable world dismayed, by the murder of the Honourable Ronald
37751  Adair under most unusual and inexplicable circumstances.
37752  The public has already learned those particulars of the crime which came
37753  out in the police investigation, but a good deal was suppressed upon that
37754  occasion, since the case for the prosecution was so overwhelmingly strong
37755  that it was not necessary to bring forward all the facts.
37756 \begin_inset Newpage newpage
37757 \end_inset
37758
37759
37760 \end_layout
37761
37762 \end_deeper
37763 \begin_layout Enumerate
37764 Only one line is surrounding the initial, which is formed by two letters
37765  in standard font and no text is printed in small caps:
37766 \begin_inset Separator parbreak
37767 \end_inset
37768
37769
37770 \end_layout
37771
37772 \begin_deeper
37773 \begin_layout Initial
37774 \begin_inset Argument 1
37775 status open
37776
37777 \begin_layout Plain Layout
37778 lines=1
37779 \end_layout
37780
37781 \end_inset
37782
37783
37784 \begin_inset Argument 2
37785 status open
37786
37787 \begin_layout Plain Layout
37788 It
37789 \end_layout
37790
37791 \end_inset
37792
37793  was in the spring of the year 1894 that all London was interested, and
37794  the fashionable world dismayed, by the murder of the Honourable Ronald
37795  Adair under most unusual and inexplicable circumstances.
37796  The public has already learned those particulars of the crime which came
37797  out in the police investigation, but a good deal was suppressed upon that
37798  occasion, since the case for the prosecution was so overwhelmingly strong
37799  that it was not necessary to bring forward all the facts.
37800 \end_layout
37801
37802 \end_deeper
37803 \begin_layout Enumerate
37804 Magenta, hanging initial over 3
37805 \begin_inset space ~
37806 \end_inset
37807
37808 lines in the math font 
37809 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
37810 \end_inset
37811
37812 , the text 
37813 \begin_inset Quotes eld
37814 \end_inset
37815
37816 t was in the spring
37817 \begin_inset Quotes erd
37818 \end_inset
37819
37820  is in 
37821 \shape smallcaps
37822 small caps
37823 \shape default
37824 ; to color the initial, you must insert this command before the initial:
37825 \begin_inset Newline newline
37826 \end_inset
37827
37828
37829 \series bold
37830
37831 \backslash
37832 renewcommand{
37833 \backslash
37834 LettrineFontHook}{
37835 \backslash
37836 color{color}}
37837 \series default
37838
37839 \begin_inset Newline newline
37840 \end_inset
37841
37842 where the second 
37843 \emph on
37844 color
37845 \emph default
37846  can be 
37847 \begin_inset Quotes eld
37848 \end_inset
37849
37850 red
37851 \begin_inset Quotes erd
37852 \end_inset
37853
37854
37855 \begin_inset Quotes eld
37856 \end_inset
37857
37858 blue
37859 \begin_inset Quotes erd
37860 \end_inset
37861
37862
37863 \begin_inset Quotes eld
37864 \end_inset
37865
37866 green
37867 \begin_inset Quotes erd
37868 \end_inset
37869
37870
37871 \begin_inset Quotes eld
37872 \end_inset
37873
37874 yellow
37875 \begin_inset Quotes erd
37876 \end_inset
37877
37878
37879 \begin_inset Quotes eld
37880 \end_inset
37881
37882 cyan
37883 \begin_inset Quotes erd
37884 \end_inset
37885
37886
37887 \begin_inset Quotes eld
37888 \end_inset
37889
37890 magenta
37891 \begin_inset Quotes erd
37892 \end_inset
37893
37894
37895 \begin_inset Quotes eld
37896 \end_inset
37897
37898 black
37899 \begin_inset Quotes erd
37900 \end_inset
37901
37902  or 
37903 \begin_inset Quotes eld
37904 \end_inset
37905
37906 white
37907 \begin_inset Quotes erd
37908 \end_inset
37909
37910 , and add this command to the document preamble:
37911 \begin_inset Newline newline
37912 \end_inset
37913
37914
37915 \series bold
37916
37917 \backslash
37918 @ifundefined{textcolor}
37919 \begin_inset Newline newline
37920 \end_inset
37921
37922
37923 \begin_inset space ~
37924 \end_inset
37925
37926 {
37927 \backslash
37928 usepackage{color}}{}
37929 \series default
37930
37931 \begin_inset Separator parbreak
37932 \end_inset
37933
37934
37935 \end_layout
37936
37937 \begin_deeper
37938 \begin_layout Standard
37939 \begin_inset ERT
37940 status collapsed
37941
37942 \begin_layout Plain Layout
37943
37944
37945 \backslash
37946 renewcommand{
37947 \backslash
37948 LettrineFontHook}{
37949 \backslash
37950 color{magenta}}
37951 \end_layout
37952
37953 \end_inset
37954
37955
37956 \begin_inset Note Note
37957 status collapsed
37958
37959 \begin_layout Plain Layout
37960 makes the initial magenta
37961 \end_layout
37962
37963 \end_inset
37964
37965
37966 \end_layout
37967
37968 \begin_layout Initial
37969 \begin_inset Argument 1
37970 status open
37971
37972 \begin_layout Plain Layout
37973 lines=3, lhang=0.33, loversize=0.25
37974 \end_layout
37975
37976 \end_inset
37977
37978
37979 \begin_inset Argument 2
37980 status open
37981
37982 \begin_layout Plain Layout
37983 \begin_inset Formula $\mathcal{I}$
37984 \end_inset
37985
37986
37987 \end_layout
37988
37989 \end_inset
37990
37991
37992 \begin_inset Argument 3
37993 status open
37994
37995 \begin_layout Plain Layout
37996 t was in the spring
37997 \end_layout
37998
37999 \end_inset
38000
38001  of the year 1894 that all London was interested, and the fashionable world
38002  dismayed, by the murder of the Honourable Ronald Adair under most unusual
38003  and inexplicable circumstances.
38004  The public has already learned those particulars of the crime which came
38005  out in the police investigation, but a good deal was suppressed upon that
38006  occasion, since the case for the prosecution was so overwhelmingly strong
38007  that it was not necessary to bring forward all the facts.
38008 \end_layout
38009
38010 \end_deeper
38011 \begin_layout Standard
38012 \begin_inset ERT
38013 status collapsed
38014
38015 \begin_layout Plain Layout
38016
38017
38018 \backslash
38019 else
38020 \end_layout
38021
38022 \end_inset
38023
38024
38025 \begin_inset Note Note
38026 status open
38027
38028 \begin_layout Plain Layout
38029 The following will be displayed when the \SpecialChar LaTeX
38030 -package 
38031 \series bold
38032 lettrine
38033 \series default
38034  is not installed:
38035 \end_layout
38036
38037 \end_inset
38038
38039
38040 \end_layout
38041
38042 \begin_layout Standard
38043 You need to install the \SpecialChar LaTeX
38044 -package 
38045 \series bold
38046 lettrine
38047 \series default
38048  to see the following part of this section in the output.
38049 \end_layout
38050
38051 \begin_layout Standard
38052 \begin_inset ERT
38053 status collapsed
38054
38055 \begin_layout Plain Layout
38056
38057
38058 \backslash
38059 fi
38060 \end_layout
38061
38062 \end_inset
38063
38064
38065 \end_layout
38066
38067 \begin_layout Chapter
38068 External Document Parts
38069 \begin_inset Index idx
38070 status collapsed
38071
38072 \begin_layout Plain Layout
38073 External Document Parts
38074 \end_layout
38075
38076 \end_inset
38077
38078
38079 \end_layout
38080
38081 \begin_layout Standard
38082 With the menu 
38083 \family sans
38084 Insert\SpecialChar menuseparator
38085 File
38086 \family default
38087  you can insert external material into your document.
38088  This can be:
38089 \end_layout
38090
38091 \begin_layout Description
38092 LyX
38093 \begin_inset space ~
38094 \end_inset
38095
38096 Document Another \SpecialChar LyX
38097  document; its content is directly inserted to your document.
38098 \end_layout
38099
38100 \begin_layout Description
38101 Plain
38102 \begin_inset space ~
38103 \end_inset
38104
38105 Text A text document; each line is inserted in your document as a separate
38106  paragraph.
38107 \end_layout
38108
38109 \begin_layout Description
38110 Plain
38111 \begin_inset space ~
38112 \end_inset
38113
38114 Text,
38115 \begin_inset space ~
38116 \end_inset
38117
38118 Join
38119 \begin_inset space ~
38120 \end_inset
38121
38122 Lines A text document; text lines are inserted in your document continuously
38123  but an empty text line creates a new paragraph.
38124 \end_layout
38125
38126 \begin_layout Description
38127 External
38128 \begin_inset space ~
38129 \end_inset
38130
38131 Material Files in various formats.
38132 \end_layout
38133
38134 \begin_layout Description
38135 Child
38136 \begin_inset space ~
38137 \end_inset
38138
38139 Document \SpecialChar LyX
38140  or \SpecialChar LaTeX
38141  documents.
38142 \end_layout
38143
38144 \begin_layout Section
38145 External Material
38146 \begin_inset Index idx
38147 status collapsed
38148
38149 \begin_layout Plain Layout
38150 External Document Parts ! External Material
38151 \end_layout
38152
38153 \end_inset
38154
38155
38156 \end_layout
38157
38158 \begin_layout Standard
38159 The external material feature allows you to insert files into your document
38160  without converting them to a format that can be read by the document output
38161  format.
38162  \SpecialChar LyX
38163  takes care of the necessary conversions.
38164  This is similar to images that can be inserted in various image formats
38165  in \SpecialChar LyX
38166  documents.
38167  When you have enabled Instant Preview in \SpecialChar LyX
38168 's preferences under 
38169 \family sans
38170 Look
38171 \begin_inset space ~
38172 \end_inset
38173
38174 and
38175 \begin_inset space ~
38176 \end_inset
38177
38178 feel\SpecialChar menuseparator
38179 Graphics
38180 \family default
38181 , the external material types Dia and Xfig are directly shown in \SpecialChar LyX
38182 .
38183 \end_layout
38184
38185 \begin_layout Standard
38186 External material can be inserted via the 
38187 \family sans
38188 External Material
38189 \family default
38190  dialog that is accessible with the menu 
38191 \family sans
38192 Insert\SpecialChar menuseparator
38193 File\SpecialChar menuseparator
38194 External
38195 \begin_inset space ~
38196 \end_inset
38197
38198 Material
38199 \family default
38200 .
38201  Currently the following file types (
38202 \family sans
38203 Templates
38204 \family default
38205 ) are allowed:
38206 \end_layout
38207
38208 \begin_layout Description
38209 ChessDiagram This template supports chess position diagrams made with the
38210  program 
38211 \series bold
38212
38213 \begin_inset CommandInset href
38214 LatexCommand href
38215 name "XBoard"
38216 target "http://en.wikipedia.org/wiki/XBoard"
38217
38218 \end_inset
38219
38220
38221 \series default
38222 .
38223 \end_layout
38224
38225 \begin_layout Description
38226 Date This inserts the date in the form 
38227 \emph on
38228 Day-Month-Year
38229 \emph default
38230 .
38231  This is a date inserted as external material: 
38232 \begin_inset External
38233         template Date
38234         filename .
38235
38236 \end_inset
38237
38238
38239 \begin_inset space ~
38240 \end_inset
38241
38242
38243 \begin_inset Note Note
38244 status collapsed
38245
38246 \begin_layout Plain Layout
38247 Remove the protected space when bug 4398 is fixed!
38248 \end_layout
38249
38250 \end_inset
38251
38252
38253 \begin_inset Newline newline
38254 \end_inset
38255
38256 The date is not shown within \SpecialChar LyX
38257 , only in the output.
38258  There are two other methods of inserting a date: Via menu 
38259 \family sans
38260 Insert\SpecialChar menuseparator
38261 Date
38262 \family default
38263  and with the \SpecialChar LaTeX
38264  command 
38265 \series bold
38266
38267 \backslash
38268 today
38269 \series default
38270  as \SpecialChar TeX
38271  Code.
38272  The different methods are compared in Table
38273 \begin_inset space ~
38274 \end_inset
38275
38276
38277 \begin_inset CommandInset ref
38278 LatexCommand ref
38279 reference "tab:Comparison-of-the"
38280
38281 \end_inset
38282
38283 .
38284 \end_layout
38285
38286 \begin_layout Description
38287 Dia This template supports diagrams created with the program 
38288 \series bold
38289
38290 \begin_inset CommandInset href
38291 LatexCommand href
38292 name "Dia"
38293 target "http://en.wikipedia.org/wiki/Dia_(software)"
38294
38295 \end_inset
38296
38297
38298 \series default
38299 .
38300 \end_layout
38301
38302 \begin_layout Description
38303 GnumericSpreadsheet With this template you can insert spreadsheets
38304 \begin_inset space \thinspace{}
38305 \end_inset
38306
38307 /
38308 \begin_inset space \thinspace{}
38309 \end_inset
38310
38311 tables in the format of 
38312 \series bold
38313
38314 \begin_inset CommandInset href
38315 LatexCommand href
38316 name "Gnumeric"
38317 target "http://en.wikipedia.org/wiki/Gnumeric"
38318
38319 \end_inset
38320
38321
38322 \series default
38323
38324 \begin_inset CommandInset href
38325 LatexCommand href
38326 name "OpenDocument"
38327 target "http://en.wikipedia.org/wiki/OpenDocument"
38328
38329 \end_inset
38330
38331
38332 \begin_inset CommandInset href
38333 LatexCommand href
38334 name "Microsoft Office XML"
38335 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
38336
38337 \end_inset
38338
38339  and 
38340 \begin_inset CommandInset href
38341 LatexCommand href
38342 name "Office Open XML"
38343 target "http://en.wikipedia.org/wiki/Office_Open_XML"
38344
38345 \end_inset
38346
38347 .
38348  For this feature \SpecialChar LyX
38349  must have found the program 
38350 \family typewriter
38351 ssconvert
38352 \family default
38353  during its configuration.
38354  This program is part of Gnumeric, so that you must have Gnumeric installed,
38355  also if you don't have tables in the Gnumeric format.
38356  For examples and possible limitations have a look at \SpecialChar LyX
38357 's example file 
38358 \emph on
38359 spreadsheet.lyx
38360 \emph default
38361 .
38362 \end_layout
38363
38364 \begin_layout Description
38365 LilyPond This template is used for music notation typeset with the program
38366 \begin_inset Newline linebreak
38367 \end_inset
38368
38369
38370 \series bold
38371
38372 \begin_inset CommandInset href
38373 LatexCommand href
38374 name "LilyPond"
38375 target "http://en.wikipedia.org/wiki/LilyPond"
38376
38377 \end_inset
38378
38379
38380 \series default
38381 .
38382  For \SpecialChar LyX
38383 's extended support for LilyPond have a look at \SpecialChar LyX
38384 's example file 
38385 \emph on
38386 lilypond.lyx
38387 \emph default
38388 .
38389 \end_layout
38390
38391 \begin_layout Description
38392 PDFPages With this template you can insert PDF documents to your document.
38393  To specify the range of pages that should be included, use the option 
38394 \series bold
38395 pages
38396 \series default
38397  in the 
38398 \family sans
38399 Option
38400 \family default
38401  field in the 
38402 \family sans
38403 LaTeX and LyX options
38404 \family default
38405  tab.
38406  The argument of this option is a comma separated list, containing page
38407  numbers (insert as option 
38408 \series bold
38409 pages={3,5,6,8}
38410 \series default
38411 ), ranges of page numbers (
38412 \series bold
38413 pages={4-9}
38414 \series default
38415 ) or any combination.
38416  To insert empty pages use {}.
38417  E.
38418 \begin_inset space \thinspace{}
38419 \end_inset
38420
38421 g.
38422 \begin_inset space ~
38423 \end_inset
38424
38425
38426 \series bold
38427 pages={3,{},8-11,15}
38428 \series default
38429  will insert page 3, an empty page, and pages 8, 9, 10, 11 and 15.
38430  Page ranges are specified in the syntax 
38431 \emph on
38432 start
38433 \emph default
38434 -
38435 \emph on
38436 stop
38437 \emph default
38438 .
38439  This selects all pages from 
38440 \emph on
38441 start
38442 \emph default
38443  to 
38444 \emph on
38445 stop
38446 \emph default
38447 .
38448  Omitting 
38449 \emph on
38450 start
38451 \emph default
38452  defaults to the first page; omitting 
38453 \emph on
38454 stop
38455 \emph default
38456  defaults to the last page of the document.
38457  The last page can also be selected with the keyword 
38458 \series bold
38459 last
38460 \series default
38461 .
38462  (This is only permitted in a page range.) So 
38463 \series bold
38464 pages=-
38465 \series default
38466  will insert all pages of the document and 
38467 \series bold
38468 pages=last-1
38469 \series default
38470  will insert all pages in reverse order.
38471  If the pages option is not specified, only the first page of the PDF is
38472  inserted.
38473 \begin_inset Newline newline
38474 \end_inset
38475
38476 The option 
38477 \series bold
38478 noautoscale
38479 \series default
38480  inserts the pages with their original size, if this option is not given,
38481  the pages will be resized to fith the width of the page of your document.
38482  In the tab 
38483 \family sans
38484 Size and Rotation
38485 \family default
38486  you can specify the width and height of the input pages and their rotation.
38487  If another width than 100
38488 \begin_inset space \thinspace{}
38489 \end_inset
38490
38491 Scale% is used, the option 
38492 \series bold
38493 noautoscale
38494 \series default
38495  will be overwritten.
38496  For more info and possible options, have a look into the documentation
38497  of the \SpecialChar LaTeX
38498 -package 
38499 \series bold
38500 pdfpages
38501 \series default
38502  
38503 \begin_inset CommandInset citation
38504 LatexCommand cite
38505 key "pdfpages"
38506
38507 \end_inset
38508
38509 .
38510 \begin_inset Index idx
38511 status collapsed
38512
38513 \begin_layout Plain Layout
38514 \SpecialChar LaTeX
38515 -packages ! pdfpages
38516 \end_layout
38517
38518 \end_inset
38519
38520
38521 \begin_inset Newline newline
38522 \end_inset
38523
38524 To use this template in a 
38525 \family sans
38526 Beamer
38527 \family default
38528  presentation you need to first insert an 
38529 \family sans
38530 EndFrame
38531 \family default
38532  environment and in a subsequent paragraph a \SpecialChar TeX
38533  Code box containing the command
38534  
38535 \series bold
38536
38537 \backslash
38538 setbeamertemplate{background canvas}{}
38539 \series default
38540 .
38541  Then you can insert as many paragraphs containing the PDFPages template
38542  as you wish.
38543  Behind the included PDF pages you can resume the Beamer presentation by
38544  beginning a new frame or by starting a new section.
38545  To avoid stray blank pages prior to the PDF pages, make sure to use the
38546  
38547 \family sans
38548 Default
38549 \family default
38550  alignment for the paragraph containing the template.
38551 \begin_inset Newline newline
38552 \end_inset
38553
38554 Here is an included PDF which is rotated by -5°: 
38555 \begin_inset External
38556         template PDFPages
38557         filename clipart/Abstract.pdf
38558         extra LaTeX "noautoscale, pages=-"
38559         rotateAngle -5
38560         rotateOrigin bottomleft
38561
38562 \end_inset
38563
38564
38565 \end_layout
38566
38567 \begin_layout Description
38568 RasterImage This can be used for bitmap images.
38569  The image can be treated in the 
38570 \family sans
38571 External material
38572 \family default
38573  dialog like the images that are usually included via the 
38574 \family sans
38575 Graphics
38576 \family default
38577  dialog as described in section
38578 \begin_inset space ~
38579 \end_inset
38580
38581
38582 \begin_inset CommandInset ref
38583 LatexCommand ref
38584 reference "sec:Graphics-Dialog"
38585
38586 \end_inset
38587
38588 .
38589  The difference to the normal image input is that only raster images are
38590  allowed; that means that PDF and EPS-images are not supported.
38591  Here is an inserted raster image: 
38592 \begin_inset External
38593         template RasterImage
38594         filename clipart/ToolbarEnvBox.png
38595
38596 \end_inset
38597
38598
38599 \end_layout
38600
38601 \begin_layout Description
38602 XFig This template supports images created with the program 
38603 \series bold
38604
38605 \begin_inset CommandInset href
38606 LatexCommand href
38607 name "Xfig"
38608 target "http://en.wikipedia.org/wiki/Xfig"
38609
38610 \end_inset
38611
38612
38613 \series default
38614 .
38615 \end_layout
38616
38617 \begin_layout Standard
38618 \begin_inset Float table
38619 placement !h
38620 wide false
38621 sideways false
38622 status open
38623
38624 \begin_layout Plain Layout
38625 \begin_inset Caption Standard
38626
38627 \begin_layout Plain Layout
38628 \begin_inset CommandInset label
38629 LatexCommand label
38630 name "tab:Comparison-of-the"
38631
38632 \end_inset
38633
38634 Comparison of the date input methods.
38635 \end_layout
38636
38637 \end_inset
38638
38639
38640 \end_layout
38641
38642 \begin_layout Plain Layout
38643 \align center
38644 \begin_inset Tabular
38645 <lyxtabular version="3" rows="4" columns="4">
38646 <features tabularvalignment="middle">
38647 <column alignment="center" valignment="top">
38648 <column alignment="center" valignment="top">
38649 <column alignment="center" valignment="top">
38650 <column alignment="center" valignment="top">
38651 <row>
38652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38653 \begin_inset Text
38654
38655 \begin_layout Plain Layout
38656 Document format
38657 \end_layout
38658
38659 \end_inset
38660 </cell>
38661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38662 \begin_inset Text
38663
38664 \begin_layout Plain Layout
38665
38666 \family sans
38667 External Material\SpecialChar menuseparator
38668 Date
38669 \end_layout
38670
38671 \end_inset
38672 </cell>
38673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38674 \begin_inset Text
38675
38676 \begin_layout Plain Layout
38677
38678 \family sans
38679 Insert\SpecialChar menuseparator
38680 Date
38681 \end_layout
38682
38683 \end_inset
38684 </cell>
38685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38686 \begin_inset Text
38687
38688 \begin_layout Plain Layout
38689 command 
38690 \series bold
38691
38692 \backslash
38693 today
38694 \end_layout
38695
38696 \end_inset
38697 </cell>
38698 </row>
38699 <row>
38700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38701 \begin_inset Text
38702
38703 \begin_layout Plain Layout
38704 \SpecialChar LyX
38705
38706 \end_layout
38707
38708 \end_inset
38709 </cell>
38710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38711 \begin_inset Text
38712
38713 \begin_layout Plain Layout
38714 as inset box
38715 \end_layout
38716
38717 \end_inset
38718 </cell>
38719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38720 \begin_inset Text
38721
38722 \begin_layout Plain Layout
38723 as date
38724 \end_layout
38725
38726 \end_inset
38727 </cell>
38728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38729 \begin_inset Text
38730
38731 \begin_layout Plain Layout
38732 as \SpecialChar TeX
38733  Code inset box
38734 \end_layout
38735
38736 \end_inset
38737 </cell>
38738 </row>
38739 <row>
38740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38741 \begin_inset Text
38742
38743 \begin_layout Plain Layout
38744 \SpecialChar LaTeX
38745
38746 \end_layout
38747
38748 \end_inset
38749 </cell>
38750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38751 \begin_inset Text
38752
38753 \begin_layout Plain Layout
38754 as date
38755 \end_layout
38756
38757 \end_inset
38758 </cell>
38759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38760 \begin_inset Text
38761
38762 \begin_layout Plain Layout
38763 as date
38764 \end_layout
38765
38766 \end_inset
38767 </cell>
38768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38769 \begin_inset Text
38770
38771 \begin_layout Plain Layout
38772 as command
38773 \end_layout
38774
38775 \end_inset
38776 </cell>
38777 </row>
38778 <row>
38779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38780 \begin_inset Text
38781
38782 \begin_layout Plain Layout
38783 DVI, PDF, PS
38784 \end_layout
38785
38786 \end_inset
38787 </cell>
38788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38789 \begin_inset Text
38790
38791 \begin_layout Plain Layout
38792 as date
38793 \end_layout
38794
38795 \end_inset
38796 </cell>
38797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38798 \begin_inset Text
38799
38800 \begin_layout Plain Layout
38801 as date
38802 \end_layout
38803
38804 \end_inset
38805 </cell>
38806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38807 \begin_inset Text
38808
38809 \begin_layout Plain Layout
38810 as date
38811 \end_layout
38812
38813 \end_inset
38814 </cell>
38815 </row>
38816 </lyxtabular>
38817
38818 \end_inset
38819
38820
38821 \end_layout
38822
38823 \end_inset
38824
38825
38826 \end_layout
38827
38828 \begin_layout Standard
38829 When you use the option 
38830 \family sans
38831 Draft
38832 \family default
38833  in the 
38834 \family sans
38835 File
38836 \family default
38837  tab of the 
38838 \family sans
38839 External Material
38840 \family default
38841  dialog, only the path to the inserted file is shown in the output.
38842 \begin_inset Newline newline
38843 \end_inset
38844
38845 External material is displayed in \SpecialChar LyX
38846  either as a box like this: 
38847 \begin_inset Graphics
38848         filename clipart/ExternalMaterial.png
38849         scale 75
38850         scaleBeforeRotation
38851
38852 \end_inset
38853
38854  or as image, depending on the option 
38855 \family sans
38856 Show in LyX
38857 \family default
38858  in the 
38859 \family sans
38860 LaTeX and LyX options
38861 \family default
38862  tab of the dialog.
38863 \end_layout
38864
38865 \begin_layout Standard
38866 The 
38867 \family sans
38868 \emph on
38869 Customization
38870 \family default
38871 \emph default
38872  manual explains how you can define your own templates.
38873 \end_layout
38874
38875 \begin_layout Section
38876 Child Documents
38877 \begin_inset CommandInset label
38878 LatexCommand label
38879 name "sec:Child-Documents"
38880
38881 \end_inset
38882
38883
38884 \begin_inset Index idx
38885 status collapsed
38886
38887 \begin_layout Plain Layout
38888 External Document Parts ! Child Documents
38889 \end_layout
38890
38891 \end_inset
38892
38893
38894 \begin_inset Index idx
38895 status collapsed
38896
38897 \begin_layout Plain Layout
38898 Files ! Include
38899 \end_layout
38900
38901 \end_inset
38902
38903
38904 \end_layout
38905
38906 \begin_layout Standard
38907 Child documents are used if you have a long document consisting of several
38908  larger parts or sections.
38909  For maintenance it is often useful and sometimes even required to split
38910  the document into several files that can be revised separately.
38911  The different documents are then the so called 
38912 \begin_inset Quotes eld
38913 \end_inset
38914
38915 child documents
38916 \begin_inset Quotes erd
38917 \end_inset
38918
38919 , and a master document connects them to print the full document or parts
38920  of it.
38921  A child document inherits elements from its master, for example the \SpecialChar LaTeX
38922  preamble,
38923  the bibliography, and labels for cross-references.
38924 \end_layout
38925
38926 \begin_layout Standard
38927 To be able to work on child documents without the need to open their master,
38928  specify in the child document the master in the menu
38929 \family sans
38930  Document\SpecialChar menuseparator
38931 Settings\SpecialChar menuseparator
38932 Document
38933 \begin_inset space ~
38934 \end_inset
38935
38936 Class
38937 \family default
38938 .
38939  This master document will then be used in the background by \SpecialChar LyX
38940  when you edit
38941  the child document.
38942 \end_layout
38943
38944 \begin_layout Standard
38945 Included documents are displayed in \SpecialChar LyX
38946  as a box like this: 
38947 \begin_inset Graphics
38948         filename clipart/ChildDocument.png
38949         scaleBeforeRotation
38950
38951 \end_inset
38952
38953  To include child documents in a master document use the menu 
38954 \family sans
38955 Insert\SpecialChar menuseparator
38956 File\SpecialChar menuseparator
38957 Child
38958 \begin_inset space ~
38959 \end_inset
38960
38961 Documents
38962 \family default
38963 .
38964  A dialog pops up where you can choose between four include methods:
38965 \end_layout
38966
38967 \begin_layout Description
38968 Include You can include \SpecialChar LyX
38969  and \SpecialChar LaTeX
38970  documents.
38971  When you press the 
38972 \family sans
38973 Edit
38974 \family default
38975  button in the 
38976 \family sans
38977 Child Document
38978 \family default
38979  dialog, the included document will be opened in \SpecialChar LyX
38980  in a new file tab so that
38981  you can modify it.
38982 \begin_inset Newline newline
38983 \end_inset
38984
38985
38986 \end_layout
38987
38988 \begin_layout Standard
38989 Here is a child document inserted using 
38990 \family sans
38991 Include
38992 \family default
38993
38994 \begin_inset CommandInset include
38995 LatexCommand include
38996 filename "DummyDocument1.lyx"
38997
38998 \end_inset
38999
39000
39001 \end_layout
39002
39003 \begin_layout Standard
39004 The section numbering includes the sections of the included files in the
39005  order they are inserted in the master document.
39006  The included example document has for example a subsection that is numbered
39007  as a subsection of this section.
39008  Labels of included documents can be referenced: Subsection
39009 \begin_inset space ~
39010 \end_inset
39011
39012
39013 \begin_inset CommandInset ref
39014 LatexCommand ref
39015 reference "subsec:External-Subsection-1"
39016
39017 \end_inset
39018
39019 .
39020 \end_layout
39021
39022 \begin_layout Standard
39023 The preamble of the child document is ignored; only the preamble of the
39024  master document is used.
39025  Branches in child documents will be ignored by the master document when
39026  the master document does not have a branch with the same name.
39027  Included documents are inserted starting on a new page and ending with
39028  a page break.
39029 \end_layout
39030
39031 \begin_layout Standard
39032 \begin_inset Note Greyedout
39033 status open
39034
39035 \begin_layout Plain Layout
39036
39037 \series bold
39038 Note:
39039 \series default
39040  If you have included a \SpecialChar LyX
39041  or \SpecialChar LaTeX
39042  file, you are warned when you export/view the
39043  document in case the child document uses another document class than the
39044  master document as this will lead to unexpected outputs.
39045 \end_layout
39046
39047 \end_inset
39048
39049
39050 \end_layout
39051
39052 \begin_layout Description
39053 Input This method is very similar to the Include method.
39054  The differences are:
39055 \begin_inset Separator parbreak
39056 \end_inset
39057
39058
39059 \end_layout
39060
39061 \begin_deeper
39062 \begin_layout Itemize
39063 Input files don't start with a new page and don't end with a page break.
39064 \end_layout
39065
39066 \begin_layout Itemize
39067 Input files can be previewed in \SpecialChar LyX
39068  when 
39069 \family sans
39070 Instant
39071 \begin_inset space ~
39072 \end_inset
39073
39074 Preview
39075 \family default
39076  is enabled in \SpecialChar LyX
39077 's preferences under 
39078 \family sans
39079 Look
39080 \begin_inset space ~
39081 \end_inset
39082
39083 and
39084 \begin_inset space ~
39085 \end_inset
39086
39087 feel\SpecialChar menuseparator
39088 Graphics
39089 \family default
39090 .
39091 \end_layout
39092
39093 \begin_layout Itemize
39094 You cannot exclude Input files via the menu 
39095 \family sans
39096 Document\SpecialChar menuseparator
39097 Settings\SpecialChar menuseparator
39098 Child Documents
39099 \family default
39100 .
39101 \end_layout
39102
39103 \end_deeper
39104 \begin_layout Standard
39105 Here is a child document inserted using 
39106 \family sans
39107 Input
39108 \family default
39109
39110 \begin_inset CommandInset include
39111 LatexCommand input
39112 filename "DummyDocument2.lyx"
39113
39114 \end_inset
39115
39116
39117 \end_layout
39118
39119 \begin_layout Description
39120 Verbatim With this method any text file can be included.
39121  The file is shown in the output with its source code; no command used in
39122  the text is invoked.
39123  You can use the option 
39124 \family sans
39125 Mark spaces in output
39126 \family default
39127  that displays the character 
39128 \begin_inset Quotes eld
39129 \end_inset
39130
39131
39132 \begin_inset ERT
39133 status collapsed
39134
39135 \begin_layout Plain Layout
39136
39137
39138 \backslash
39139 textvisiblespace 
39140 \end_layout
39141
39142 \end_inset
39143
39144
39145 \begin_inset Quotes erd
39146 \end_inset
39147
39148  for every space character in the source code.
39149  The difference from the method via the menu 
39150 \family sans
39151 Insert\SpecialChar menuseparator
39152 File\SpecialChar menuseparator
39153 Plain
39154 \begin_inset space ~
39155 \end_inset
39156
39157 Text
39158 \family default
39159  is that the document content is not shown in \SpecialChar LyX
39160 .
39161 \end_layout
39162
39163 \begin_layout Standard
39164 Here is a child document inserted as Verbatim: 
39165 \begin_inset CommandInset include
39166 LatexCommand verbatiminput
39167 filename "DummyTextDocument.txt"
39168
39169 \end_inset
39170
39171
39172 \begin_inset VSpace bigskip
39173 \end_inset
39174
39175  Here is a child document inserted as Verbatim using the 
39176 \family sans
39177 Mark spaces in output
39178 \family default
39179  option: 
39180 \begin_inset CommandInset include
39181 LatexCommand verbatiminput*
39182 filename "DummyTextDocument.txt"
39183
39184 \end_inset
39185
39186
39187 \end_layout
39188
39189 \begin_layout Standard
39190 \begin_inset VSpace bigskip
39191 \end_inset
39192
39193
39194 \end_layout
39195
39196 \begin_layout Standard
39197 \begin_inset Note Greyedout
39198 status open
39199
39200 \begin_layout Plain Layout
39201
39202 \series bold
39203 Note:
39204 \series default
39205  As you can see in the examples above, the text of the documents included
39206  as 
39207 \family sans
39208 verbatim
39209 \family default
39210  is not broken at the end of the document lines.
39211 \end_layout
39212
39213 \end_inset
39214
39215
39216 \end_layout
39217
39218 \begin_layout Description
39219 Listings This type is described in chapter
39220 \begin_inset space ~
39221 \end_inset
39222
39223
39224 \begin_inset CommandInset ref
39225 LatexCommand ref
39226 reference "cha:Program-Code-Listings"
39227
39228 \end_inset
39229
39230 .
39231 \end_layout
39232
39233 \begin_layout Standard
39234 \begin_inset Note Greyedout
39235 status open
39236
39237 \begin_layout Plain Layout
39238
39239 \series bold
39240 Note:
39241 \series default
39242  Including the same document twice in a document using different methods
39243  could cause \SpecialChar LaTeX
39244 -problems.
39245 \end_layout
39246
39247 \end_inset
39248
39249
39250 \end_layout
39251
39252 \begin_layout Standard
39253 If you want to view/export only selected children of your master document,
39254  either because you want to save compiling time or because you want to distribut
39255 e single chapters of the book you are just writing, you can exclude children
39256  from the output.
39257  This is done via the menu 
39258 \family sans
39259 Document\SpecialChar menuseparator
39260 Settings\SpecialChar menuseparator
39261 Child Documents
39262 \family default
39263 .
39264  You can exclude\SpecialChar breakableslash
39265 include children by double-clicking on the 
39266 \family sans
39267 include to output
39268 \family default
39269  column of the respective child document in the list (note that this only
39270  works for documents embedded via 
39271 \begin_inset Quotes eld
39272 \end_inset
39273
39274 Include
39275 \begin_inset Quotes erd
39276 \end_inset
39277
39278 , not with 
39279 \begin_inset Quotes eld
39280 \end_inset
39281
39282 Input
39283 \begin_inset Quotes erd
39284 \end_inset
39285
39286 ).
39287  If the option 
39288 \family sans
39289 Maintain counters and references
39290 \family default
39291  is enabled, \SpecialChar LyX
39292  will assure that all page numbers, references etc.
39293 \begin_inset space ~
39294 \end_inset
39295
39296 are correct as if the whole document was processed.
39297  This is useful if you want the selected sub-documents to look exactly as
39298  in the context of the whole document.
39299  However, \SpecialChar LyX
39300  needs to process the whole document in the background for this
39301  feature.
39302  So if you want to save compile time and if counters and references do not
39303  need to be correct, disable this checkbox.
39304 \end_layout
39305
39306 \begin_layout Standard
39307 Alternatively, you can put each included file into a branch.
39308 \begin_inset Foot
39309 status collapsed
39310
39311 \begin_layout Plain Layout
39312 Branches are described in section 
39313 \emph on
39314 Branches
39315 \emph default
39316  of the \SpecialChar LyX
39317  
39318 \emph on
39319 Userguide
39320 \emph default
39321 .
39322 \end_layout
39323
39324 \end_inset
39325
39326  By enabling\SpecialChar breakableslash
39327 disabling branches you can decide which included files will
39328  appear in the output.
39329  This has the advantage that it also works with Input'ed sub-documents.
39330  However, counters and references will not be maintained with this approach.
39331 \end_layout
39332
39333 \begin_layout Chapter
39334 Program Code Listings
39335 \begin_inset CommandInset label
39336 LatexCommand label
39337 name "cha:Program-Code-Listings"
39338
39339 \end_inset
39340
39341
39342 \begin_inset Index idx
39343 status collapsed
39344
39345 \begin_layout Plain Layout
39346 Listings
39347 \end_layout
39348
39349 \end_inset
39350
39351
39352 \begin_inset Index idx
39353 status collapsed
39354
39355 \begin_layout Plain Layout
39356 Program Code
39357 \end_layout
39358
39359 \end_inset
39360
39361
39362 \begin_inset Index idx
39363 status collapsed
39364
39365 \begin_layout Plain Layout
39366 Floats ! Listings
39367 \end_layout
39368
39369 \end_inset
39370
39371
39372 \end_layout
39373
39374 \begin_layout Standard
39375 To include and typeset program code you can use the 
39376 \family sans
39377 Listings
39378 \family default
39379  inset that can be inserted via the menu 
39380 \family sans
39381 Insert\SpecialChar menuseparator
39382 Program Listing
39383 \family default
39384 .
39385  The \SpecialChar LaTeX
39386 -package 
39387 \series bold
39388 listings
39389 \series default
39390
39391 \begin_inset Index idx
39392 status collapsed
39393
39394 \begin_layout Plain Layout
39395 \SpecialChar LaTeX
39396 -packages ! listings
39397 \end_layout
39398
39399 \end_inset
39400
39401  provides a powerful and flexible way to insert program source code into
39402  your document.
39403 \end_layout
39404
39405 \begin_layout Standard
39406 Right-clicking on a listings inset opens the context menu containing where
39407  you can set the listings format.
39408 \end_layout
39409
39410 \begin_layout Standard
39411 By default, a listing starts a new paragraph in the output.
39412  The placement option 
39413 \family sans
39414 Inline
39415 \begin_inset space ~
39416 \end_inset
39417
39418 listing
39419 \family default
39420  prints the listing inline like this: 
39421 \begin_inset listings
39422 lstparams "language={C++}"
39423 inline true
39424 status open
39425
39426 \begin_layout Plain Layout
39427
39428 int a=5;
39429 \end_layout
39430
39431 \end_inset
39432
39433
39434 \begin_inset Newline newline
39435 \end_inset
39436
39437 The option 
39438 \family sans
39439 Float
39440 \family default
39441  creates a listings float where you can specify the placement options 
39442 \begin_inset Quotes eld
39443 \end_inset
39444
39445
39446 \family sans
39447 h
39448 \family default
39449
39450 \begin_inset Quotes erd
39451 \end_inset
39452
39453
39454 \begin_inset Quotes eld
39455 \end_inset
39456
39457
39458 \family sans
39459 t
39460 \family default
39461
39462 \begin_inset Quotes erd
39463 \end_inset
39464
39465
39466 \begin_inset Quotes eld
39467 \end_inset
39468
39469
39470 \family sans
39471 b
39472 \family default
39473
39474 \begin_inset Quotes erd
39475 \end_inset
39476
39477 , and 
39478 \begin_inset Quotes eld
39479 \end_inset
39480
39481
39482 \family sans
39483 p
39484 \family default
39485
39486 \begin_inset Quotes erd
39487 \end_inset
39488
39489  corresponding to the float placement options described in section
39490 \begin_inset space ~
39491 \end_inset
39492
39493
39494 \begin_inset CommandInset ref
39495 LatexCommand ref
39496 reference "sec:Float-Placement"
39497
39498 \end_inset
39499
39500 .
39501  The placement options can be mixed and are inserted without any separation,
39502  e.
39503 \begin_inset space \thinspace{}
39504 \end_inset
39505
39506 g.
39507 \begin_inset space \space{}
39508 \end_inset
39509
39510
39511 \begin_inset Quotes eld
39512 \end_inset
39513
39514
39515 \family sans
39516 htbp
39517 \family default
39518
39519 \begin_inset Quotes erd
39520 \end_inset
39521
39522 .
39523  The option 
39524 \begin_inset Quotes eld
39525 \end_inset
39526
39527 h
39528 \begin_inset Quotes erd
39529 \end_inset
39530
39531  has sometimes no effect, but you don't need to use the 
39532 \family sans
39533 Float
39534 \family default
39535  option in this case as also non-float listings can have captions and be
39536  referenced.
39537 \end_layout
39538
39539 \begin_layout Standard
39540 You can add captions to listings with the menu 
39541 \family sans
39542 Insert\SpecialChar menuseparator
39543 Caption
39544 \family default
39545 .
39546  Listings can be referenced like floats: Listing
39547 \begin_inset space ~
39548 \end_inset
39549
39550
39551 \begin_inset CommandInset ref
39552 LatexCommand ref
39553 reference "lst:Example-Listing"
39554
39555 \end_inset
39556
39557 .
39558  A list of listings which contains all listings with captions can be created
39559  via the menu 
39560 \family sans
39561 Insert\SpecialChar menuseparator
39562 List
39563 \begin_inset space ~
39564 \end_inset
39565
39566 /
39567 \begin_inset space ~
39568 \end_inset
39569
39570 TOC\SpecialChar menuseparator
39571 List of Listings
39572 \family default
39573 .
39574  The list entries are the listing caption and the listing number.
39575 \end_layout
39576
39577 \begin_layout Standard
39578 \begin_inset listings
39579 lstparams "language=Python"
39580 inline false
39581 status open
39582
39583 \begin_layout Plain Layout
39584
39585 \begin_inset Caption Standard
39586
39587 \begin_layout Plain Layout
39588 \begin_inset CommandInset label
39589 LatexCommand label
39590 name "lst:Example-Listing"
39591
39592 \end_inset
39593
39594 Example Listing float
39595 \end_layout
39596
39597 \end_inset
39598
39599 # Example listing float
39600 \end_layout
39601
39602 \begin_layout Plain Layout
39603
39604 def func(param):
39605 \end_layout
39606
39607 \begin_layout Plain Layout
39608
39609     'this is a python function'
39610 \end_layout
39611
39612 \begin_layout Plain Layout
39613
39614     pass
39615 \end_layout
39616
39617 \end_inset
39618
39619
39620 \end_layout
39621
39622 \begin_layout Standard
39623 When you have set a programming language in the listings dialog, the keywords
39624  of this language will be recognized and specially typeset in the output.
39625  In the example listings the Python keyword 
39626 \begin_inset Quotes eld
39627 \end_inset
39628
39629 def
39630 \begin_inset Quotes erd
39631 \end_inset
39632
39633  is recognized and printed bold in the output.
39634 \end_layout
39635
39636 \begin_layout Standard
39637 \begin_inset Note Greyedout
39638 status open
39639
39640 \begin_layout Plain Layout
39641
39642 \series bold
39643 Note:
39644 \series default
39645  If you don't get bold keywords when using typewriter fonts, your 
39646 \family typewriter
39647 typewriter
39648 \family default
39649  font probably doesn't provide a bold shape.
39650  In this case select a different one in the menu 
39651 \family sans
39652 Document\SpecialChar menuseparator
39653 Settings\SpecialChar menuseparator
39654 Fonts
39655 \family default
39656 .
39657  (The fonts 
39658 \emph on
39659 LuxiMono, BeraMono
39660 \emph default
39661  and 
39662 \emph on
39663 Courier
39664 \emph default
39665  provide bold shapes.)
39666 \end_layout
39667
39668 \end_inset
39669
39670
39671 \end_layout
39672
39673 \begin_layout Standard
39674 In section 
39675 \family sans
39676 Line
39677 \begin_inset space ~
39678 \end_inset
39679
39680 numbering
39681 \family default
39682  of the listings dialog you can specify the line numbering style.
39683  You can insert a number to specify which lines are numbered in the field
39684  
39685 \family sans
39686 Step
39687 \family default
39688 .
39689  When you insert e.
39690 \begin_inset space \thinspace{}
39691 \end_inset
39692
39693 g.
39694 \begin_inset space \space{}
39695 \end_inset
39696
39697
39698 \begin_inset Quotes eld
39699 \end_inset
39700
39701 3
39702 \begin_inset Quotes erd
39703 \end_inset
39704
39705 , only every 3rd line will be numbered.
39706 \end_layout
39707
39708 \begin_layout Standard
39709 You can furthermore specify a range of lines; only these will then appear
39710  in the output.
39711  The option 
39712 \family sans
39713 Extended character table
39714 \family default
39715  should be used when you use national characters like the German umlauts
39716  in the listing.
39717 \begin_inset Newline newline
39718 \end_inset
39719
39720 Here is an example listing with left line numbering, step 
39721 \begin_inset Quotes eld
39722 \end_inset
39723
39724 3
39725 \begin_inset Quotes erd
39726 \end_inset
39727
39728 , language 
39729 \begin_inset Quotes eld
39730 \end_inset
39731
39732 Python
39733 \begin_inset Quotes erd
39734 \end_inset
39735
39736 , options 
39737 \begin_inset Quotes eld
39738 \end_inset
39739
39740 Extended character table
39741 \begin_inset Quotes erd
39742 \end_inset
39743
39744  and 
39745 \begin_inset Quotes eld
39746 \end_inset
39747
39748 Space
39749 \begin_inset space ~
39750 \end_inset
39751
39752 as
39753 \begin_inset space ~
39754 \end_inset
39755
39756 symbol
39757 \begin_inset Quotes erd
39758 \end_inset
39759
39760 , range lines 3
39761 \begin_inset space \thinspace{}
39762 \end_inset
39763
39764 -
39765 \begin_inset space \thinspace{}
39766 \end_inset
39767
39768 8:
39769 \end_layout
39770
39771 \begin_layout Standard
39772 \begin_inset listings
39773 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
39774 inline false
39775 status open
39776
39777 \begin_layout Plain Layout
39778
39779 def func(param):
39780 \end_layout
39781
39782 \begin_layout Plain Layout
39783
39784     'this is a python function'
39785 \end_layout
39786
39787 \begin_layout Plain Layout
39788
39789     pass
39790 \end_layout
39791
39792 \begin_layout Plain Layout
39793
39794 def func(param):
39795 \end_layout
39796
39797 \begin_layout Plain Layout
39798
39799 'This is a German word: Tschüß'
39800 \end_layout
39801
39802 \begin_layout Plain Layout
39803
39804 pass
39805 \end_layout
39806
39807 \begin_layout Plain Layout
39808
39809 def func(param):
39810 \end_layout
39811
39812 \begin_layout Plain Layout
39813
39814 'this is a python function'
39815 \end_layout
39816
39817 \begin_layout Plain Layout
39818
39819 pass
39820 \end_layout
39821
39822 \end_inset
39823
39824
39825 \end_layout
39826
39827 \begin_layout Standard
39828 When you have tabulators in your listing, you can specify the number of
39829  characters that are spanned by a tabulator in the field 
39830 \family sans
39831 Tabulator
39832 \begin_inset space ~
39833 \end_inset
39834
39835 size
39836 \family default
39837 .
39838 \end_layout
39839
39840 \begin_layout Standard
39841 \begin_inset Note Greyedout
39842 status open
39843
39844 \begin_layout Plain Layout
39845
39846 \series bold
39847 Note:
39848 \series default
39849  Due to a bug in the 
39850 \series bold
39851 listings
39852 \series default
39853  package the line numbering is shifted by a line by every previous listing.
39854  That's the reason why the lines 2 and 5 are numbered in the above listing
39855  and not the lines 3 and 6.
39856 \end_layout
39857
39858 \end_inset
39859
39860
39861 \end_layout
39862
39863 \begin_layout Standard
39864 \begin_inset VSpace bigskip
39865 \end_inset
39866
39867
39868 \end_layout
39869
39870 \begin_layout Standard
39871 It is also possible to print lines from a file as listing.
39872  To do this, use the menu 
39873 \family sans
39874 Insert\SpecialChar menuseparator
39875 File\SpecialChar menuseparator
39876 Child Document
39877 \family default
39878  and choose the type 
39879 \family sans
39880 Listings
39881 \family default
39882 .
39883 \begin_inset Foot
39884 status collapsed
39885
39886 \begin_layout Plain Layout
39887 The other child document types are described in section
39888 \begin_inset space ~
39889 \end_inset
39890
39891
39892 \begin_inset CommandInset ref
39893 LatexCommand ref
39894 reference "sec:Child-Documents"
39895
39896 \end_inset
39897
39898 .
39899 \end_layout
39900
39901 \end_inset
39902
39903  In the child document dialog you can specify the listing parameters in
39904  a text box.
39905  To show a list of all available parameters, type in a question mark 
39906 \begin_inset Quotes eld
39907 \end_inset
39908
39909 ?
39910 \begin_inset Quotes erd
39911 \end_inset
39912
39913  in the text box.
39914 \end_layout
39915
39916 \begin_layout Standard
39917 To reference child document listings, write a label text into the corresponding
39918  field of the child document dialog.
39919  The label can then be referenced using the menu 
39920 \family sans
39921 Insert\SpecialChar menuseparator
39922 Cross-Reference
39923 \family default
39924 .
39925 \end_layout
39926
39927 \begin_layout Standard
39928 Listing
39929 \begin_inset space ~
39930 \end_inset
39931
39932
39933 \begin_inset CommandInset ref
39934 LatexCommand ref
39935 reference "lst:file-listing"
39936
39937 \end_inset
39938
39939  is an example for a listing of a file; there the lines 10
39940 \begin_inset space \thinspace{}
39941 \end_inset
39942
39943 -
39944 \begin_inset space \thinspace{}
39945 \end_inset
39946
39947 15 of this \SpecialChar LyX
39948  file are listed.
39949 \end_layout
39950
39951 \begin_layout Standard
39952 \begin_inset CommandInset include
39953 LatexCommand lstinputlisting
39954 filename "EmbeddedObjects.lyx"
39955 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
39956
39957 \end_inset
39958
39959
39960 \end_layout
39961
39962 \begin_layout Standard
39963 \begin_inset VSpace bigskip
39964 \end_inset
39965
39966
39967 \end_layout
39968
39969 \begin_layout Standard
39970 Inserting a formula into a listing can be done the following way:
39971 \end_layout
39972
39973 \begin_layout Enumerate
39974 Open the listings dialog and add
39975 \begin_inset Newline newline
39976 \end_inset
39977
39978
39979 \family sans
39980 mathescape=true
39981 \family default
39982
39983 \begin_inset Newline newline
39984 \end_inset
39985
39986 to the field of the 
39987 \family sans
39988 Advanced
39989 \family default
39990  tab.
39991 \end_layout
39992
39993 \begin_layout Enumerate
39994 Create a formula outside the listing
39995 \end_layout
39996
39997 \begin_layout Enumerate
39998 Copy the content of the formula (not the formula inset) to the clipboard
39999  (shortcut 
40000 \begin_inset Info
40001 type  "shortcut"
40002 arg   "copy"
40003 \end_inset
40004
40005 )
40006 \end_layout
40007
40008 \begin_layout Enumerate
40009 In the listing write 
40010 \begin_inset Quotes eld
40011 \end_inset
40012
40013
40014 \family sans
40015 $$
40016 \family default
40017
40018 \begin_inset Quotes erd
40019 \end_inset
40020
40021  and copy from the clipboard between the dollar-signs (shortcut 
40022 \begin_inset Info
40023 type  "shortcut"
40024 arg   "paste"
40025 \end_inset
40026
40027 )
40028 \end_layout
40029
40030 \begin_layout Standard
40031 \begin_inset listings
40032 lstparams "language=Python,mathescape=true"
40033 inline false
40034 status open
40035
40036 \begin_layout Plain Layout
40037
40038 \begin_inset Caption Standard
40039
40040 \begin_layout Plain Layout
40041 Example Listing float containing a formula
40042 \end_layout
40043
40044 \end_inset
40045
40046 # Example listing float
40047 \end_layout
40048
40049 \begin_layout Plain Layout
40050
40051 def func(param):
40052 \end_layout
40053
40054 \begin_layout Plain Layout
40055
40056     # $
40057 \backslash
40058 prod_{n=1}^{
40059 \backslash
40060 infty}
40061 \backslash
40062 ,
40063 \backslash
40064 frac{1}{x^{2}}$
40065 \end_layout
40066
40067 \begin_layout Plain Layout
40068
40069     pass
40070 \end_layout
40071
40072 \end_inset
40073
40074
40075 \end_layout
40076
40077 \begin_layout Standard
40078 \begin_inset VSpace bigskip
40079 \end_inset
40080
40081
40082 \end_layout
40083
40084 \begin_layout Standard
40085 Global listings settings can be set in the 
40086 \family sans
40087 Document\SpecialChar menuseparator
40088 Settings\SpecialChar menuseparator
40089 Listings
40090 \family default
40091  dialog.
40092  To get there a list of available options, type in a question mark 
40093 \begin_inset Quotes eld
40094 \end_inset
40095
40096 ?
40097 \begin_inset Quotes erd
40098 \end_inset
40099
40100 .
40101 \end_layout
40102
40103 \begin_layout Standard
40104 For more information about the 
40105 \series bold
40106 listings
40107 \series default
40108  package, we refer to its documentation 
40109 \begin_inset CommandInset citation
40110 LatexCommand cite
40111 key "listings"
40112
40113 \end_inset
40114
40115 .
40116 \end_layout
40117
40118 \begin_layout Standard
40119 \begin_inset Newpage newpage
40120 \end_inset
40121
40122
40123 \end_layout
40124
40125 \begin_layout Chapter
40126 \start_of_appendix
40127 Units available in \SpecialChar LyX
40128
40129 \begin_inset Index idx
40130 status collapsed
40131
40132 \begin_layout Plain Layout
40133 Units
40134 \end_layout
40135
40136 \end_inset
40137
40138
40139 \begin_inset CommandInset label
40140 LatexCommand label
40141 name "cha:Units-available-in"
40142
40143 \end_inset
40144
40145
40146 \end_layout
40147
40148 \begin_layout Standard
40149 To understand the units described in this documentation, Table
40150 \begin_inset space ~
40151 \end_inset
40152
40153
40154 \begin_inset CommandInset ref
40155 LatexCommand ref
40156 reference "tab:Units"
40157
40158 \end_inset
40159
40160  explains all units available in \SpecialChar LyX
40161 .
40162 \end_layout
40163
40164 \begin_layout Standard
40165 \begin_inset Float table
40166 placement h
40167 wide false
40168 sideways false
40169 status open
40170
40171 \begin_layout Plain Layout
40172 \begin_inset Caption Standard
40173
40174 \begin_layout Plain Layout
40175 \begin_inset CommandInset label
40176 LatexCommand label
40177 name "tab:Units"
40178
40179 \end_inset
40180
40181 Units
40182 \end_layout
40183
40184 \end_inset
40185
40186
40187 \end_layout
40188
40189 \begin_layout Plain Layout
40190 \begin_inset VSpace medskip
40191 \end_inset
40192
40193
40194 \end_layout
40195
40196 \begin_layout Plain Layout
40197 \align center
40198 \begin_inset Tabular
40199 <lyxtabular version="3" rows="20" columns="3">
40200 <features tabularvalignment="middle">
40201 <column alignment="center" valignment="top">
40202 <column alignment="center" valignment="top">
40203 <column alignment="center" valignment="top">
40204 <row>
40205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40206 \begin_inset Text
40207
40208 \begin_layout Plain Layout
40209 unit
40210 \end_layout
40211
40212 \end_inset
40213 </cell>
40214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40215 \begin_inset Text
40216
40217 \begin_layout Plain Layout
40218 name/description
40219 \end_layout
40220
40221 \end_inset
40222 </cell>
40223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40224 \begin_inset Text
40225
40226 \begin_layout Plain Layout
40227 \SpecialChar LaTeX
40228  command
40229 \end_layout
40230
40231 \end_inset
40232 </cell>
40233 </row>
40234 <row>
40235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40236 \begin_inset Text
40237
40238 \begin_layout Plain Layout
40239 mm
40240 \end_layout
40241
40242 \end_inset
40243 </cell>
40244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40245 \begin_inset Text
40246
40247 \begin_layout Plain Layout
40248 millimeter
40249 \end_layout
40250
40251 \end_inset
40252 </cell>
40253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40254 \begin_inset Text
40255
40256 \begin_layout Plain Layout
40257 -
40258 \end_layout
40259
40260 \end_inset
40261 </cell>
40262 </row>
40263 <row>
40264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40265 \begin_inset Text
40266
40267 \begin_layout Plain Layout
40268 cm
40269 \end_layout
40270
40271 \end_inset
40272 </cell>
40273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40274 \begin_inset Text
40275
40276 \begin_layout Plain Layout
40277 centimeter
40278 \end_layout
40279
40280 \end_inset
40281 </cell>
40282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40283 \begin_inset Text
40284
40285 \begin_layout Plain Layout
40286 -
40287 \end_layout
40288
40289 \end_inset
40290 </cell>
40291 </row>
40292 <row>
40293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40294 \begin_inset Text
40295
40296 \begin_layout Plain Layout
40297 in
40298 \end_layout
40299
40300 \end_inset
40301 </cell>
40302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40303 \begin_inset Text
40304
40305 \begin_layout Plain Layout
40306 inch
40307 \end_layout
40308
40309 \end_inset
40310 </cell>
40311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40312 \begin_inset Text
40313
40314 \begin_layout Plain Layout
40315 -
40316 \end_layout
40317
40318 \end_inset
40319 </cell>
40320 </row>
40321 <row>
40322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40323 \begin_inset Text
40324
40325 \begin_layout Plain Layout
40326 pt
40327 \end_layout
40328
40329 \end_inset
40330 </cell>
40331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40332 \begin_inset Text
40333
40334 \begin_layout Plain Layout
40335 point (72.27
40336 \begin_inset space \thinspace{}
40337 \end_inset
40338
40339 pt = 1
40340 \begin_inset space \thinspace{}
40341 \end_inset
40342
40343 in)
40344 \end_layout
40345
40346 \end_inset
40347 </cell>
40348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40349 \begin_inset Text
40350
40351 \begin_layout Plain Layout
40352 -
40353 \end_layout
40354
40355 \end_inset
40356 </cell>
40357 </row>
40358 <row>
40359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40360 \begin_inset Text
40361
40362 \begin_layout Plain Layout
40363 pc
40364 \end_layout
40365
40366 \end_inset
40367 </cell>
40368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40369 \begin_inset Text
40370
40371 \begin_layout Plain Layout
40372 pica (1
40373 \begin_inset space \thinspace{}
40374 \end_inset
40375
40376 pc = 12
40377 \begin_inset space \thinspace{}
40378 \end_inset
40379
40380 pt)
40381 \end_layout
40382
40383 \end_inset
40384 </cell>
40385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40386 \begin_inset Text
40387
40388 \begin_layout Plain Layout
40389 -
40390 \end_layout
40391
40392 \end_inset
40393 </cell>
40394 </row>
40395 <row>
40396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40397 \begin_inset Text
40398
40399 \begin_layout Plain Layout
40400 sp
40401 \end_layout
40402
40403 \end_inset
40404 </cell>
40405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40406 \begin_inset Text
40407
40408 \begin_layout Plain Layout
40409 scaled point (65536
40410 \begin_inset space \thinspace{}
40411 \end_inset
40412
40413 sp = 1
40414 \begin_inset space \thinspace{}
40415 \end_inset
40416
40417 pt)
40418 \end_layout
40419
40420 \end_inset
40421 </cell>
40422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40423 \begin_inset Text
40424
40425 \begin_layout Plain Layout
40426 -
40427 \end_layout
40428
40429 \end_inset
40430 </cell>
40431 </row>
40432 <row>
40433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40434 \begin_inset Text
40435
40436 \begin_layout Plain Layout
40437 bp
40438 \end_layout
40439
40440 \end_inset
40441 </cell>
40442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40443 \begin_inset Text
40444
40445 \begin_layout Plain Layout
40446 big point (72
40447 \begin_inset space \thinspace{}
40448 \end_inset
40449
40450 bp = 1
40451 \begin_inset space \thinspace{}
40452 \end_inset
40453
40454 in)
40455 \end_layout
40456
40457 \end_inset
40458 </cell>
40459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40460 \begin_inset Text
40461
40462 \begin_layout Plain Layout
40463 -
40464 \end_layout
40465
40466 \end_inset
40467 </cell>
40468 </row>
40469 <row>
40470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40471 \begin_inset Text
40472
40473 \begin_layout Plain Layout
40474 dd
40475 \end_layout
40476
40477 \end_inset
40478 </cell>
40479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40480 \begin_inset Text
40481
40482 \begin_layout Plain Layout
40483 didot (1
40484 \begin_inset space \thinspace{}
40485 \end_inset
40486
40487 dd 
40488 \begin_inset Formula $\approx$
40489 \end_inset
40490
40491  0.376
40492 \begin_inset space \thinspace{}
40493 \end_inset
40494
40495 mm)
40496 \end_layout
40497
40498 \end_inset
40499 </cell>
40500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40501 \begin_inset Text
40502
40503 \begin_layout Plain Layout
40504 -
40505 \end_layout
40506
40507 \end_inset
40508 </cell>
40509 </row>
40510 <row>
40511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40512 \begin_inset Text
40513
40514 \begin_layout Plain Layout
40515 cc
40516 \end_layout
40517
40518 \end_inset
40519 </cell>
40520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40521 \begin_inset Text
40522
40523 \begin_layout Plain Layout
40524 cicero (1
40525 \begin_inset space \thinspace{}
40526 \end_inset
40527
40528 cc = 12
40529 \begin_inset space \thinspace{}
40530 \end_inset
40531
40532 dd)
40533 \end_layout
40534
40535 \end_inset
40536 </cell>
40537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40538 \begin_inset Text
40539
40540 \begin_layout Plain Layout
40541 -
40542 \end_layout
40543
40544 \end_inset
40545 </cell>
40546 </row>
40547 <row>
40548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40549 \begin_inset Text
40550
40551 \begin_layout Plain Layout
40552 Scale Graphics %
40553 \end_layout
40554
40555 \end_inset
40556 </cell>
40557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40558 \begin_inset Text
40559
40560 \begin_layout Plain Layout
40561 % of original image width
40562 \end_layout
40563
40564 \end_inset
40565 </cell>
40566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40567 \begin_inset Text
40568
40569 \begin_layout Plain Layout
40570
40571 \end_layout
40572
40573 \end_inset
40574 </cell>
40575 </row>
40576 <row>
40577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40578 \begin_inset Text
40579
40580 \begin_layout Plain Layout
40581 Text Width %
40582 \end_layout
40583
40584 \end_inset
40585 </cell>
40586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40587 \begin_inset Text
40588
40589 \begin_layout Plain Layout
40590 % of text width
40591 \end_layout
40592
40593 \end_inset
40594 </cell>
40595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40596 \begin_inset Text
40597
40598 \begin_layout Plain Layout
40599
40600 \backslash
40601 textwidth
40602 \end_layout
40603
40604 \end_inset
40605 </cell>
40606 </row>
40607 <row>
40608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40609 \begin_inset Text
40610
40611 \begin_layout Plain Layout
40612 Column Width %
40613 \end_layout
40614
40615 \end_inset
40616 </cell>
40617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40618 \begin_inset Text
40619
40620 \begin_layout Plain Layout
40621 % of column width
40622 \end_layout
40623
40624 \end_inset
40625 </cell>
40626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40627 \begin_inset Text
40628
40629 \begin_layout Plain Layout
40630
40631 \backslash
40632 columnwidth
40633 \end_layout
40634
40635 \end_inset
40636 </cell>
40637 </row>
40638 <row>
40639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40640 \begin_inset Text
40641
40642 \begin_layout Plain Layout
40643 Page Width %
40644 \end_layout
40645
40646 \end_inset
40647 </cell>
40648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40649 \begin_inset Text
40650
40651 \begin_layout Plain Layout
40652 % of paper width
40653 \end_layout
40654
40655 \end_inset
40656 </cell>
40657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40658 \begin_inset Text
40659
40660 \begin_layout Plain Layout
40661
40662 \backslash
40663 paperwidth
40664 \end_layout
40665
40666 \end_inset
40667 </cell>
40668 </row>
40669 <row>
40670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40671 \begin_inset Text
40672
40673 \begin_layout Plain Layout
40674 Line Width %
40675 \end_layout
40676
40677 \end_inset
40678 </cell>
40679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40680 \begin_inset Text
40681
40682 \begin_layout Plain Layout
40683 % of line width
40684 \end_layout
40685
40686 \end_inset
40687 </cell>
40688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40689 \begin_inset Text
40690
40691 \begin_layout Plain Layout
40692
40693 \backslash
40694 linewidth
40695 \end_layout
40696
40697 \end_inset
40698 </cell>
40699 </row>
40700 <row>
40701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40702 \begin_inset Text
40703
40704 \begin_layout Plain Layout
40705 Text Height %
40706 \end_layout
40707
40708 \end_inset
40709 </cell>
40710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40711 \begin_inset Text
40712
40713 \begin_layout Plain Layout
40714 % of text height
40715 \end_layout
40716
40717 \end_inset
40718 </cell>
40719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40720 \begin_inset Text
40721
40722 \begin_layout Plain Layout
40723
40724 \backslash
40725 textheight
40726 \end_layout
40727
40728 \end_inset
40729 </cell>
40730 </row>
40731 <row>
40732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40733 \begin_inset Text
40734
40735 \begin_layout Plain Layout
40736 Page Height %
40737 \end_layout
40738
40739 \end_inset
40740 </cell>
40741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40742 \begin_inset Text
40743
40744 \begin_layout Plain Layout
40745 % of paper height
40746 \end_layout
40747
40748 \end_inset
40749 </cell>
40750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40751 \begin_inset Text
40752
40753 \begin_layout Plain Layout
40754
40755 \backslash
40756 paperheight
40757 \end_layout
40758
40759 \end_inset
40760 </cell>
40761 </row>
40762 <row>
40763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40764 \begin_inset Text
40765
40766 \begin_layout Plain Layout
40767 ex
40768 \end_layout
40769
40770 \end_inset
40771 </cell>
40772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40773 \begin_inset Text
40774
40775 \begin_layout Plain Layout
40776 height of letter 
40777 \emph on
40778 x
40779 \emph default
40780  in current font
40781 \end_layout
40782
40783 \end_inset
40784 </cell>
40785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40786 \begin_inset Text
40787
40788 \begin_layout Plain Layout
40789 -
40790 \end_layout
40791
40792 \end_inset
40793 </cell>
40794 </row>
40795 <row>
40796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40797 \begin_inset Text
40798
40799 \begin_layout Plain Layout
40800 em
40801 \end_layout
40802
40803 \end_inset
40804 </cell>
40805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40806 \begin_inset Text
40807
40808 \begin_layout Plain Layout
40809 width of letter 
40810 \emph on
40811 M
40812 \emph default
40813  in current font
40814 \end_layout
40815
40816 \end_inset
40817 </cell>
40818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40819 \begin_inset Text
40820
40821 \begin_layout Plain Layout
40822 -
40823 \end_layout
40824
40825 \end_inset
40826 </cell>
40827 </row>
40828 <row>
40829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40830 \begin_inset Text
40831
40832 \begin_layout Plain Layout
40833 mu
40834 \end_layout
40835
40836 \end_inset
40837 </cell>
40838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40839 \begin_inset Text
40840
40841 \begin_layout Plain Layout
40842 math unit (1
40843 \begin_inset space \thinspace{}
40844 \end_inset
40845
40846 mu = 1/18
40847 \begin_inset space \thinspace{}
40848 \end_inset
40849
40850 em)
40851 \end_layout
40852
40853 \end_inset
40854 </cell>
40855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40856 \begin_inset Text
40857
40858 \begin_layout Plain Layout
40859 -
40860 \end_layout
40861
40862 \end_inset
40863 </cell>
40864 </row>
40865 </lyxtabular>
40866
40867 \end_inset
40868
40869
40870 \end_layout
40871
40872 \end_inset
40873
40874
40875 \end_layout
40876
40877 \begin_layout Chapter
40878 Output File Formats with Graphics
40879 \begin_inset CommandInset label
40880 LatexCommand label
40881 name "cha:Output-File-Formats"
40882
40883 \end_inset
40884
40885
40886 \end_layout
40887
40888 \begin_layout Section
40889 DVI
40890 \begin_inset Index idx
40891 status collapsed
40892
40893 \begin_layout Plain Layout
40894 File Formats ! DVI
40895 \end_layout
40896
40897 \end_inset
40898
40899
40900 \begin_inset Index idx
40901 status collapsed
40902
40903 \begin_layout Plain Layout
40904 DVI|see
40905 \begin_inset ERT
40906 status collapsed
40907
40908 \begin_layout Plain Layout
40909
40910 {
40911 \end_layout
40912
40913 \end_inset
40914
40915 File Formats
40916 \begin_inset ERT
40917 status collapsed
40918
40919 \begin_layout Plain Layout
40920
40921 }
40922 \end_layout
40923
40924 \end_inset
40925
40926
40927 \end_layout
40928
40929 \end_inset
40930
40931
40932 \end_layout
40933
40934 \begin_layout Standard
40935 This file type has the extension 
40936 \begin_inset Quotes eld
40937 \end_inset
40938
40939
40940 \family typewriter
40941 .dvi
40942 \family default
40943
40944 \begin_inset Quotes erd
40945 \end_inset
40946
40947 .
40948  It is called 
40949 \begin_inset Quotes eld
40950 \end_inset
40951
40952 device-independent
40953 \begin_inset Quotes erd
40954 \end_inset
40955
40956  (DVI), because it is completely portable; you can move them from one machine
40957  to another without needing to do any sort of conversion.
40958  At the time when this file-format was developed, this was no matter of
40959  course.
40960  DVIs are used for quick previews and as pre-stage for other output formats,
40961  like PostScript.
40962 \end_layout
40963
40964 \begin_layout Standard
40965 \begin_inset Note Greyedout
40966 status open
40967
40968 \begin_layout Plain Layout
40969
40970 \series bold
40971 Note:
40972 \series default
40973  DVI-files do not contain images; they will only be a linked.
40974 \end_layout
40975
40976 \end_inset
40977
40978  So don't forget this, if you move your 
40979 \family typewriter
40980 .dvi
40981 \family default
40982  file to another computer.
40983  This property can also slow down your computer when you view the DVI, because
40984  the DVI-viewer has to convert the image in the background to make it visible
40985  when you scroll in the DVI.
40986  So it is recommended that you use PDF for files with many images.
40987 \end_layout
40988
40989 \begin_layout Standard
40990 You can export your document to DVI by using the menu 
40991 \family sans
40992 File\SpecialChar menuseparator
40993 Export\SpecialChar menuseparator
40994 DVI
40995 \family default
40996 .
40997  You can view your document as DVI via the 
40998 \family sans
40999 View
41000 \family default
41001  menu.
41002 \end_layout
41003
41004 \begin_layout Section
41005 PostScript
41006 \begin_inset Index idx
41007 status collapsed
41008
41009 \begin_layout Plain Layout
41010 File Formats ! PostScript
41011 \end_layout
41012
41013 \end_inset
41014
41015
41016 \begin_inset Index idx
41017 status collapsed
41018
41019 \begin_layout Plain Layout
41020 PostScript|see
41021 \begin_inset ERT
41022 status collapsed
41023
41024 \begin_layout Plain Layout
41025
41026 {
41027 \end_layout
41028
41029 \end_inset
41030
41031 File Formats
41032 \begin_inset ERT
41033 status collapsed
41034
41035 \begin_layout Plain Layout
41036
41037 }
41038 \end_layout
41039
41040 \end_inset
41041
41042
41043 \end_layout
41044
41045 \end_inset
41046
41047
41048 \end_layout
41049
41050 \begin_layout Standard
41051 This file type has the extension 
41052 \begin_inset Quotes eld
41053 \end_inset
41054
41055
41056 \family typewriter
41057 .ps
41058 \family default
41059
41060 \begin_inset Quotes erd
41061 \end_inset
41062
41063 .
41064  PostScript was developed by the company 
41065 \family typewriter
41066 Adobe
41067 \family default
41068  as a printer language.
41069  The file therefore contains commands that the printer uses to print the
41070  file.
41071  PostScript can be seen as a 
41072 \begin_inset Quotes eld
41073 \end_inset
41074
41075 programming language
41076 \begin_inset Quotes erd
41077 \end_inset
41078
41079 ; you can calculate with it and draw diagrams and images.
41080 \begin_inset Foot
41081 status collapsed
41082
41083 \begin_layout Plain Layout
41084 If you are interested to learn more about this, have a look at the \SpecialChar LaTeX
41085 -package
41086  
41087 \series bold
41088 PSTricks
41089 \series default
41090  
41091 \begin_inset CommandInset citation
41092 LatexCommand cite
41093 key "pstricks"
41094
41095 \end_inset
41096
41097 .
41098 \end_layout
41099
41100 \end_inset
41101
41102  Due to this ability, the files are often bigger than PDFs.
41103 \end_layout
41104
41105 \begin_layout Standard
41106 PostScript can only contain images in the format 
41107 \begin_inset Quotes eld
41108 \end_inset
41109
41110 Encapsulated PostScript
41111 \begin_inset Quotes erd
41112 \end_inset
41113
41114  (EPS, file extension 
41115 \begin_inset Quotes eld
41116 \end_inset
41117
41118
41119 \family typewriter
41120 .eps
41121 \family default
41122
41123 \begin_inset Quotes erd
41124 \end_inset
41125
41126 ).
41127  As \SpecialChar LyX
41128  allows you to use any known image format in your document, it has to
41129  convert images in the background to EPS.
41130  If you have e.g.
41131 \begin_inset space ~
41132 \end_inset
41133
41134 50
41135 \begin_inset space ~
41136 \end_inset
41137
41138 images in your document, \SpecialChar LyX
41139  has to do 50
41140 \begin_inset space ~
41141 \end_inset
41142
41143 conversions whenever you view or export your document.
41144  This will slow down your work flow with \SpecialChar LyX
41145  drastically.
41146  So if you plan to use PostScript, you can insert your images directly as
41147  EPS to avoid this problem.
41148 \end_layout
41149
41150 \begin_layout Standard
41151 You can export your document to PostScript using the menu 
41152 \family sans
41153 File\SpecialChar menuseparator
41154 Export\SpecialChar menuseparator
41155 Postscript
41156 \family default
41157 .
41158  You can view your document as PostScript via the 
41159 \family sans
41160 View
41161 \family default
41162  menu.
41163 \end_layout
41164
41165 \begin_layout Section
41166 PDF
41167 \begin_inset Index idx
41168 status collapsed
41169
41170 \begin_layout Plain Layout
41171 File Formats ! PDF
41172 \end_layout
41173
41174 \end_inset
41175
41176
41177 \begin_inset Index idx
41178 status collapsed
41179
41180 \begin_layout Plain Layout
41181 PDF
41182 \end_layout
41183
41184 \end_inset
41185
41186
41187 \end_layout
41188
41189 \begin_layout Standard
41190 This file type has the extension 
41191 \begin_inset Quotes eld
41192 \end_inset
41193
41194
41195 \family typewriter
41196 .pdf
41197 \family default
41198
41199 \begin_inset Quotes erd
41200 \end_inset
41201
41202 .
41203  The 
41204 \begin_inset Quotes eld
41205 \end_inset
41206
41207 Portable Document Format
41208 \begin_inset Quotes erd
41209 \end_inset
41210
41211  (PDF) was developed by 
41212 \family typewriter
41213 Adobe
41214 \family default
41215  as a derivative of PostScript.
41216  It is more compressed and it uses fewer commands than PostScript.
41217  As the name 
41218 \begin_inset Quotes eld
41219 \end_inset
41220
41221 portable
41222 \begin_inset Quotes erd
41223 \end_inset
41224
41225  implies, it can be processed at any computer system and the printed output
41226  looks exactly the same.
41227 \end_layout
41228
41229 \begin_layout Standard
41230 PDF can contain images in its own PDF format, in the format 
41231 \begin_inset Quotes eld
41232 \end_inset
41233
41234 Joint Photographic Experts Group
41235 \begin_inset Quotes erd
41236 \end_inset
41237
41238  (JPG, file extension 
41239 \begin_inset Quotes eld
41240 \end_inset
41241
41242
41243 \family typewriter
41244 .jpg
41245 \family default
41246
41247 \begin_inset Quotes erd
41248 \end_inset
41249
41250  or 
41251 \begin_inset Quotes eld
41252 \end_inset
41253
41254
41255 \family typewriter
41256 .jpeg
41257 \family default
41258
41259 \begin_inset Quotes erd
41260 \end_inset
41261
41262 ), and in the format 
41263 \begin_inset Quotes eld
41264 \end_inset
41265
41266 Portable Network Graphics
41267 \begin_inset Quotes erd
41268 \end_inset
41269
41270  (PNG, file extension 
41271 \begin_inset Quotes eld
41272 \end_inset
41273
41274
41275 \family typewriter
41276 .png
41277 \family default
41278
41279 \begin_inset Quotes erd
41280 \end_inset
41281
41282 ).
41283  Nevertheless you can use any other image format, because \SpecialChar LyX
41284  converts them
41285  in the background to one of these formats.
41286  But as described in the section about PostScript, the image conversion
41287  will slow down your work flow.
41288  So it is recommended that you use images in one of the three mentioned
41289  formats.
41290 \end_layout
41291
41292 \begin_layout Standard
41293 You can export your document to PDF via the menu 
41294 \family sans
41295 File\SpecialChar menuseparator
41296 Export
41297 \family default
41298  in three different ways:
41299 \end_layout
41300
41301 \begin_layout Description
41302 PDF
41303 \begin_inset space ~
41304 \end_inset
41305
41306 (ps2pdf) This uses the program 
41307 \family typewriter
41308 ps2pdf
41309 \family default
41310  that creates a PDF from a PostScript-version of your file.
41311  The PostScript-version is produced by the program 
41312 \family typewriter
41313 dvips
41314 \family default
41315  which uses a DVI-version as intermediate step.
41316  So this export variant consists of three conversions.
41317 \end_layout
41318
41319 \begin_layout Description
41320 PDF
41321 \begin_inset space ~
41322 \end_inset
41323
41324 (dvipdfm) This uses the program 
41325 \family typewriter
41326 dvipdfm
41327 \family default
41328  that converts your file in the background to DVI and in a second step to
41329  PDF.
41330 \end_layout
41331
41332 \begin_layout Description
41333 PDF
41334 \begin_inset space ~
41335 \end_inset
41336
41337 (pdflatex) This uses the program 
41338 \family typewriter
41339 pdftex
41340 \family default
41341  that converts your file directly to PDF.
41342 \end_layout
41343
41344 \begin_layout Standard
41345 It is recommended that you use 
41346 \family sans
41347 PDF
41348 \begin_inset space ~
41349 \end_inset
41350
41351 (pdflatex)
41352 \family default
41353  because 
41354 \family typewriter
41355 pdftex
41356 \family default
41357  supports all features of actual PDF-versions, is quick and works stable.
41358  The program 
41359 \family typewriter
41360 dvipdfm
41361 \family default
41362  is not under development and therefore a bit outdated.
41363 \end_layout
41364
41365 \begin_layout Standard
41366 You can view your document as PDF via the 
41367 \family sans
41368 View
41369 \family default
41370  menu or by using a toolbar button.
41371 \end_layout
41372
41373 \begin_layout Chapter
41374 List of dvips color names
41375 \begin_inset CommandInset label
41376 LatexCommand label
41377 name "chap:List-of-dvips-colornames"
41378
41379 \end_inset
41380
41381
41382 \end_layout
41383
41384 \begin_layout Standard
41385 \begin_inset Tabular
41386 <lyxtabular version="3" rows="17" columns="4">
41387 <features tabularvalignment="middle">
41388 <column alignment="left" valignment="top" width="0pt">
41389 <column alignment="left" valignment="top" width="0pt">
41390 <column alignment="left" valignment="top" width="0pt">
41391 <column alignment="left" valignment="top" width="0pt">
41392 <row>
41393 <cell alignment="left" valignment="top" usebox="none">
41394 \begin_inset Text
41395
41396 \begin_layout Plain Layout
41397 \begin_inset ERT
41398 status collapsed
41399
41400 \begin_layout Plain Layout
41401
41402
41403 \backslash
41404 fcolorbox{black}{
41405 \end_layout
41406
41407 \end_inset
41408
41409 white
41410 \begin_inset ERT
41411 status collapsed
41412
41413 \begin_layout Plain Layout
41414
41415 }{
41416 \end_layout
41417
41418 \end_inset
41419
41420 Color
41421 \begin_inset ERT
41422 status collapsed
41423
41424 \begin_layout Plain Layout
41425
41426 }
41427 \end_layout
41428
41429 \end_inset
41430
41431  Color name
41432 \end_layout
41433
41434 \end_inset
41435 </cell>
41436 <cell alignment="left" valignment="top" usebox="none">
41437 \begin_inset Text
41438
41439 \begin_layout Plain Layout
41440 \begin_inset ERT
41441 status collapsed
41442
41443 \begin_layout Plain Layout
41444
41445
41446 \backslash
41447 fcolorbox{black}{
41448 \end_layout
41449
41450 \end_inset
41451
41452 white
41453 \begin_inset ERT
41454 status collapsed
41455
41456 \begin_layout Plain Layout
41457
41458 }{
41459 \end_layout
41460
41461 \end_inset
41462
41463 Color
41464 \begin_inset ERT
41465 status collapsed
41466
41467 \begin_layout Plain Layout
41468
41469 }
41470 \end_layout
41471
41472 \end_inset
41473
41474  Color name
41475 \end_layout
41476
41477 \end_inset
41478 </cell>
41479 <cell alignment="left" valignment="top" usebox="none">
41480 \begin_inset Text
41481
41482 \begin_layout Plain Layout
41483 \begin_inset ERT
41484 status collapsed
41485
41486 \begin_layout Plain Layout
41487
41488
41489 \backslash
41490 fcolorbox{black}{
41491 \end_layout
41492
41493 \end_inset
41494
41495 white
41496 \begin_inset ERT
41497 status collapsed
41498
41499 \begin_layout Plain Layout
41500
41501 }{
41502 \end_layout
41503
41504 \end_inset
41505
41506 Color
41507 \begin_inset ERT
41508 status collapsed
41509
41510 \begin_layout Plain Layout
41511
41512 }
41513 \end_layout
41514
41515 \end_inset
41516
41517  Color name
41518 \end_layout
41519
41520 \end_inset
41521 </cell>
41522 <cell alignment="left" valignment="top" usebox="none">
41523 \begin_inset Text
41524
41525 \begin_layout Plain Layout
41526 \begin_inset ERT
41527 status collapsed
41528
41529 \begin_layout Plain Layout
41530
41531
41532 \backslash
41533 fcolorbox{black}{
41534 \end_layout
41535
41536 \end_inset
41537
41538 white
41539 \begin_inset ERT
41540 status collapsed
41541
41542 \begin_layout Plain Layout
41543
41544 }{
41545 \end_layout
41546
41547 \end_inset
41548
41549 Color
41550 \begin_inset ERT
41551 status collapsed
41552
41553 \begin_layout Plain Layout
41554
41555 }
41556 \end_layout
41557
41558 \end_inset
41559
41560  Color name
41561 \end_layout
41562
41563 \end_inset
41564 </cell>
41565 </row>
41566 <row>
41567 <cell alignment="center" valignment="top" usebox="none">
41568 \begin_inset Text
41569
41570 \begin_layout Plain Layout
41571 \begin_inset ERT
41572 status collapsed
41573
41574 \begin_layout Plain Layout
41575
41576
41577 \backslash
41578 fcolorbox{black}{
41579 \end_layout
41580
41581 \end_inset
41582
41583 Apricot
41584 \begin_inset ERT
41585 status collapsed
41586
41587 \begin_layout Plain Layout
41588
41589 }{
41590 \end_layout
41591
41592 \end_inset
41593
41594
41595 \begin_inset Phantom Phantom
41596 status open
41597
41598 \begin_layout Plain Layout
41599 W
41600 \end_layout
41601
41602 \end_inset
41603
41604
41605 \begin_inset ERT
41606 status collapsed
41607
41608 \begin_layout Plain Layout
41609
41610 }
41611 \end_layout
41612
41613 \end_inset
41614
41615  Apricot
41616 \end_layout
41617
41618 \end_inset
41619 </cell>
41620 <cell alignment="center" valignment="top" usebox="none">
41621 \begin_inset Text
41622
41623 \begin_layout Plain Layout
41624 \begin_inset ERT
41625 status collapsed
41626
41627 \begin_layout Plain Layout
41628
41629
41630 \backslash
41631 fcolorbox{black}{
41632 \end_layout
41633
41634 \end_inset
41635
41636 Aquamarine
41637 \begin_inset ERT
41638 status collapsed
41639
41640 \begin_layout Plain Layout
41641
41642 }{
41643 \end_layout
41644
41645 \end_inset
41646
41647
41648 \begin_inset Phantom Phantom
41649 status open
41650
41651 \begin_layout Plain Layout
41652 W
41653 \end_layout
41654
41655 \end_inset
41656
41657
41658 \begin_inset ERT
41659 status collapsed
41660
41661 \begin_layout Plain Layout
41662
41663 }
41664 \end_layout
41665
41666 \end_inset
41667
41668  Aquamarine
41669 \end_layout
41670
41671 \end_inset
41672 </cell>
41673 <cell alignment="center" valignment="top" usebox="none">
41674 \begin_inset Text
41675
41676 \begin_layout Plain Layout
41677 \begin_inset ERT
41678 status collapsed
41679
41680 \begin_layout Plain Layout
41681
41682
41683 \backslash
41684 fcolorbox{black}{
41685 \end_layout
41686
41687 \end_inset
41688
41689 Bittersweet
41690 \begin_inset ERT
41691 status collapsed
41692
41693 \begin_layout Plain Layout
41694
41695 }{
41696 \end_layout
41697
41698 \end_inset
41699
41700
41701 \begin_inset Phantom Phantom
41702 status open
41703
41704 \begin_layout Plain Layout
41705 W
41706 \end_layout
41707
41708 \end_inset
41709
41710
41711 \begin_inset ERT
41712 status collapsed
41713
41714 \begin_layout Plain Layout
41715
41716 }
41717 \end_layout
41718
41719 \end_inset
41720
41721  Bittersweet
41722 \end_layout
41723
41724 \end_inset
41725 </cell>
41726 <cell alignment="center" valignment="top" usebox="none">
41727 \begin_inset Text
41728
41729 \begin_layout Plain Layout
41730 \begin_inset ERT
41731 status collapsed
41732
41733 \begin_layout Plain Layout
41734
41735
41736 \backslash
41737 fcolorbox{black}{
41738 \end_layout
41739
41740 \end_inset
41741
41742 BlueGreen
41743 \begin_inset ERT
41744 status collapsed
41745
41746 \begin_layout Plain Layout
41747
41748 }{
41749 \end_layout
41750
41751 \end_inset
41752
41753
41754 \begin_inset Phantom Phantom
41755 status open
41756
41757 \begin_layout Plain Layout
41758 W
41759 \end_layout
41760
41761 \end_inset
41762
41763
41764 \begin_inset ERT
41765 status collapsed
41766
41767 \begin_layout Plain Layout
41768
41769 }
41770 \end_layout
41771
41772 \end_inset
41773
41774  BlueGreen
41775 \end_layout
41776
41777 \end_inset
41778 </cell>
41779 </row>
41780 <row>
41781 <cell alignment="left" valignment="top" usebox="none">
41782 \begin_inset Text
41783
41784 \begin_layout Plain Layout
41785 \begin_inset ERT
41786 status collapsed
41787
41788 \begin_layout Plain Layout
41789
41790
41791 \backslash
41792 fcolorbox{black}{
41793 \end_layout
41794
41795 \end_inset
41796
41797 BlueViolet
41798 \begin_inset ERT
41799 status collapsed
41800
41801 \begin_layout Plain Layout
41802
41803 }{
41804 \end_layout
41805
41806 \end_inset
41807
41808
41809 \begin_inset Phantom Phantom
41810 status open
41811
41812 \begin_layout Plain Layout
41813 W
41814 \end_layout
41815
41816 \end_inset
41817
41818
41819 \begin_inset ERT
41820 status collapsed
41821
41822 \begin_layout Plain Layout
41823
41824 }
41825 \end_layout
41826
41827 \end_inset
41828
41829  BlueViolet
41830 \end_layout
41831
41832 \end_inset
41833 </cell>
41834 <cell alignment="left" valignment="top" usebox="none">
41835 \begin_inset Text
41836
41837 \begin_layout Plain Layout
41838 \begin_inset ERT
41839 status collapsed
41840
41841 \begin_layout Plain Layout
41842
41843
41844 \backslash
41845 fcolorbox{black}{
41846 \end_layout
41847
41848 \end_inset
41849
41850 BrickRed
41851 \begin_inset ERT
41852 status collapsed
41853
41854 \begin_layout Plain Layout
41855
41856 }{
41857 \end_layout
41858
41859 \end_inset
41860
41861
41862 \begin_inset Phantom Phantom
41863 status open
41864
41865 \begin_layout Plain Layout
41866 W
41867 \end_layout
41868
41869 \end_inset
41870
41871
41872 \begin_inset ERT
41873 status collapsed
41874
41875 \begin_layout Plain Layout
41876
41877 }
41878 \end_layout
41879
41880 \end_inset
41881
41882  BrickRed
41883 \end_layout
41884
41885 \end_inset
41886 </cell>
41887 <cell alignment="left" valignment="top" usebox="none">
41888 \begin_inset Text
41889
41890 \begin_layout Plain Layout
41891 \begin_inset ERT
41892 status collapsed
41893
41894 \begin_layout Plain Layout
41895
41896
41897 \backslash
41898 fcolorbox{black}{
41899 \end_layout
41900
41901 \end_inset
41902
41903 Brown
41904 \begin_inset ERT
41905 status collapsed
41906
41907 \begin_layout Plain Layout
41908
41909 }{
41910 \end_layout
41911
41912 \end_inset
41913
41914
41915 \begin_inset Phantom Phantom
41916 status open
41917
41918 \begin_layout Plain Layout
41919 W
41920 \end_layout
41921
41922 \end_inset
41923
41924
41925 \begin_inset ERT
41926 status collapsed
41927
41928 \begin_layout Plain Layout
41929
41930 }
41931 \end_layout
41932
41933 \end_inset
41934
41935  Brown
41936 \end_layout
41937
41938 \end_inset
41939 </cell>
41940 <cell alignment="left" valignment="top" usebox="none">
41941 \begin_inset Text
41942
41943 \begin_layout Plain Layout
41944 \begin_inset ERT
41945 status collapsed
41946
41947 \begin_layout Plain Layout
41948
41949
41950 \backslash
41951 fcolorbox{black}{
41952 \end_layout
41953
41954 \end_inset
41955
41956 BurntOrange
41957 \begin_inset ERT
41958 status collapsed
41959
41960 \begin_layout Plain Layout
41961
41962 }{
41963 \end_layout
41964
41965 \end_inset
41966
41967
41968 \begin_inset Phantom Phantom
41969 status open
41970
41971 \begin_layout Plain Layout
41972 W
41973 \end_layout
41974
41975 \end_inset
41976
41977
41978 \begin_inset ERT
41979 status collapsed
41980
41981 \begin_layout Plain Layout
41982
41983 }
41984 \end_layout
41985
41986 \end_inset
41987
41988  BurntOrange
41989 \end_layout
41990
41991 \end_inset
41992 </cell>
41993 </row>
41994 <row>
41995 <cell alignment="left" valignment="top" usebox="none">
41996 \begin_inset Text
41997
41998 \begin_layout Plain Layout
41999 \begin_inset ERT
42000 status collapsed
42001
42002 \begin_layout Plain Layout
42003
42004
42005 \backslash
42006 fcolorbox{black}{
42007 \end_layout
42008
42009 \end_inset
42010
42011 CadetBlue
42012 \begin_inset ERT
42013 status collapsed
42014
42015 \begin_layout Plain Layout
42016
42017 }{
42018 \end_layout
42019
42020 \end_inset
42021
42022
42023 \begin_inset Phantom Phantom
42024 status open
42025
42026 \begin_layout Plain Layout
42027 W
42028 \end_layout
42029
42030 \end_inset
42031
42032
42033 \begin_inset ERT
42034 status collapsed
42035
42036 \begin_layout Plain Layout
42037
42038 }
42039 \end_layout
42040
42041 \end_inset
42042
42043  CadetBlue
42044 \end_layout
42045
42046 \end_inset
42047 </cell>
42048 <cell alignment="left" valignment="top" usebox="none">
42049 \begin_inset Text
42050
42051 \begin_layout Plain Layout
42052 \begin_inset ERT
42053 status collapsed
42054
42055 \begin_layout Plain Layout
42056
42057
42058 \backslash
42059 fcolorbox{black}{
42060 \end_layout
42061
42062 \end_inset
42063
42064 CarnationPink
42065 \begin_inset ERT
42066 status collapsed
42067
42068 \begin_layout Plain Layout
42069
42070 }{
42071 \end_layout
42072
42073 \end_inset
42074
42075
42076 \begin_inset Phantom Phantom
42077 status open
42078
42079 \begin_layout Plain Layout
42080 W
42081 \end_layout
42082
42083 \end_inset
42084
42085
42086 \begin_inset ERT
42087 status collapsed
42088
42089 \begin_layout Plain Layout
42090
42091 }
42092 \end_layout
42093
42094 \end_inset
42095
42096  CarnationPink
42097 \end_layout
42098
42099 \end_inset
42100 </cell>
42101 <cell alignment="left" valignment="top" usebox="none">
42102 \begin_inset Text
42103
42104 \begin_layout Plain Layout
42105 \begin_inset ERT
42106 status collapsed
42107
42108 \begin_layout Plain Layout
42109
42110
42111 \backslash
42112 fcolorbox{black}{
42113 \end_layout
42114
42115 \end_inset
42116
42117 Cerulean
42118 \begin_inset ERT
42119 status collapsed
42120
42121 \begin_layout Plain Layout
42122
42123 }{
42124 \end_layout
42125
42126 \end_inset
42127
42128
42129 \begin_inset Phantom Phantom
42130 status open
42131
42132 \begin_layout Plain Layout
42133 W
42134 \end_layout
42135
42136 \end_inset
42137
42138
42139 \begin_inset ERT
42140 status collapsed
42141
42142 \begin_layout Plain Layout
42143
42144 }
42145 \end_layout
42146
42147 \end_inset
42148
42149  Cerulean
42150 \end_layout
42151
42152 \end_inset
42153 </cell>
42154 <cell alignment="left" valignment="top" usebox="none">
42155 \begin_inset Text
42156
42157 \begin_layout Plain Layout
42158 \begin_inset ERT
42159 status collapsed
42160
42161 \begin_layout Plain Layout
42162
42163
42164 \backslash
42165 fcolorbox{black}{
42166 \end_layout
42167
42168 \end_inset
42169
42170 CornflowerBlue
42171 \begin_inset ERT
42172 status collapsed
42173
42174 \begin_layout Plain Layout
42175
42176 }{
42177 \end_layout
42178
42179 \end_inset
42180
42181
42182 \begin_inset Phantom Phantom
42183 status open
42184
42185 \begin_layout Plain Layout
42186 W
42187 \end_layout
42188
42189 \end_inset
42190
42191
42192 \begin_inset ERT
42193 status collapsed
42194
42195 \begin_layout Plain Layout
42196
42197 }
42198 \end_layout
42199
42200 \end_inset
42201
42202  CornflowerBlue
42203 \end_layout
42204
42205 \end_inset
42206 </cell>
42207 </row>
42208 <row>
42209 <cell alignment="left" valignment="top" usebox="none">
42210 \begin_inset Text
42211
42212 \begin_layout Plain Layout
42213 \begin_inset ERT
42214 status collapsed
42215
42216 \begin_layout Plain Layout
42217
42218
42219 \backslash
42220 fcolorbox{black}{
42221 \end_layout
42222
42223 \end_inset
42224
42225 Dandelion
42226 \begin_inset ERT
42227 status collapsed
42228
42229 \begin_layout Plain Layout
42230
42231 }{
42232 \end_layout
42233
42234 \end_inset
42235
42236
42237 \begin_inset Phantom Phantom
42238 status open
42239
42240 \begin_layout Plain Layout
42241 W
42242 \end_layout
42243
42244 \end_inset
42245
42246
42247 \begin_inset ERT
42248 status collapsed
42249
42250 \begin_layout Plain Layout
42251
42252 }
42253 \end_layout
42254
42255 \end_inset
42256
42257  Dandelion
42258 \end_layout
42259
42260 \end_inset
42261 </cell>
42262 <cell alignment="left" valignment="top" usebox="none">
42263 \begin_inset Text
42264
42265 \begin_layout Plain Layout
42266 \begin_inset ERT
42267 status collapsed
42268
42269 \begin_layout Plain Layout
42270
42271
42272 \backslash
42273 fcolorbox{black}{
42274 \end_layout
42275
42276 \end_inset
42277
42278 DarkOrchid
42279 \begin_inset ERT
42280 status collapsed
42281
42282 \begin_layout Plain Layout
42283
42284 }{
42285 \end_layout
42286
42287 \end_inset
42288
42289
42290 \begin_inset Phantom Phantom
42291 status open
42292
42293 \begin_layout Plain Layout
42294 W
42295 \end_layout
42296
42297 \end_inset
42298
42299
42300 \begin_inset ERT
42301 status collapsed
42302
42303 \begin_layout Plain Layout
42304
42305 }
42306 \end_layout
42307
42308 \end_inset
42309
42310  DarkOrchid
42311 \end_layout
42312
42313 \end_inset
42314 </cell>
42315 <cell alignment="left" valignment="top" usebox="none">
42316 \begin_inset Text
42317
42318 \begin_layout Plain Layout
42319 \begin_inset ERT
42320 status collapsed
42321
42322 \begin_layout Plain Layout
42323
42324
42325 \backslash
42326 fcolorbox{black}{
42327 \end_layout
42328
42329 \end_inset
42330
42331 Emerald
42332 \begin_inset ERT
42333 status collapsed
42334
42335 \begin_layout Plain Layout
42336
42337 }{
42338 \end_layout
42339
42340 \end_inset
42341
42342
42343 \begin_inset Phantom Phantom
42344 status open
42345
42346 \begin_layout Plain Layout
42347 W
42348 \end_layout
42349
42350 \end_inset
42351
42352
42353 \begin_inset ERT
42354 status collapsed
42355
42356 \begin_layout Plain Layout
42357
42358 }
42359 \end_layout
42360
42361 \end_inset
42362
42363  Emerald
42364 \end_layout
42365
42366 \end_inset
42367 </cell>
42368 <cell alignment="left" valignment="top" usebox="none">
42369 \begin_inset Text
42370
42371 \begin_layout Plain Layout
42372 \begin_inset ERT
42373 status collapsed
42374
42375 \begin_layout Plain Layout
42376
42377
42378 \backslash
42379 fcolorbox{black}{
42380 \end_layout
42381
42382 \end_inset
42383
42384 ForestGreen
42385 \begin_inset ERT
42386 status collapsed
42387
42388 \begin_layout Plain Layout
42389
42390 }{
42391 \end_layout
42392
42393 \end_inset
42394
42395
42396 \begin_inset Phantom Phantom
42397 status open
42398
42399 \begin_layout Plain Layout
42400 W
42401 \end_layout
42402
42403 \end_inset
42404
42405
42406 \begin_inset ERT
42407 status collapsed
42408
42409 \begin_layout Plain Layout
42410
42411 }
42412 \end_layout
42413
42414 \end_inset
42415
42416  ForestGreen
42417 \end_layout
42418
42419 \end_inset
42420 </cell>
42421 </row>
42422 <row>
42423 <cell alignment="left" valignment="top" usebox="none">
42424 \begin_inset Text
42425
42426 \begin_layout Plain Layout
42427 \begin_inset ERT
42428 status collapsed
42429
42430 \begin_layout Plain Layout
42431
42432
42433 \backslash
42434 fcolorbox{black}{
42435 \end_layout
42436
42437 \end_inset
42438
42439 Fuchsia
42440 \begin_inset ERT
42441 status collapsed
42442
42443 \begin_layout Plain Layout
42444
42445 }{
42446 \end_layout
42447
42448 \end_inset
42449
42450
42451 \begin_inset Phantom Phantom
42452 status open
42453
42454 \begin_layout Plain Layout
42455 W
42456 \end_layout
42457
42458 \end_inset
42459
42460
42461 \begin_inset ERT
42462 status collapsed
42463
42464 \begin_layout Plain Layout
42465
42466 }
42467 \end_layout
42468
42469 \end_inset
42470
42471  Fuchsia
42472 \end_layout
42473
42474 \end_inset
42475 </cell>
42476 <cell alignment="left" valignment="top" usebox="none">
42477 \begin_inset Text
42478
42479 \begin_layout Plain Layout
42480 \begin_inset ERT
42481 status collapsed
42482
42483 \begin_layout Plain Layout
42484
42485
42486 \backslash
42487 fcolorbox{black}{
42488 \end_layout
42489
42490 \end_inset
42491
42492 Goldenrod
42493 \begin_inset ERT
42494 status collapsed
42495
42496 \begin_layout Plain Layout
42497
42498 }{
42499 \end_layout
42500
42501 \end_inset
42502
42503
42504 \begin_inset Phantom Phantom
42505 status open
42506
42507 \begin_layout Plain Layout
42508 W
42509 \end_layout
42510
42511 \end_inset
42512
42513
42514 \begin_inset ERT
42515 status collapsed
42516
42517 \begin_layout Plain Layout
42518
42519 }
42520 \end_layout
42521
42522 \end_inset
42523
42524  Goldenrod
42525 \end_layout
42526
42527 \end_inset
42528 </cell>
42529 <cell alignment="left" valignment="top" usebox="none">
42530 \begin_inset Text
42531
42532 \begin_layout Plain Layout
42533 \begin_inset ERT
42534 status collapsed
42535
42536 \begin_layout Plain Layout
42537
42538
42539 \backslash
42540 fcolorbox{black}{
42541 \end_layout
42542
42543 \end_inset
42544
42545 Gray
42546 \begin_inset ERT
42547 status collapsed
42548
42549 \begin_layout Plain Layout
42550
42551 }{
42552 \end_layout
42553
42554 \end_inset
42555
42556
42557 \begin_inset Phantom Phantom
42558 status open
42559
42560 \begin_layout Plain Layout
42561 W
42562 \end_layout
42563
42564 \end_inset
42565
42566
42567 \begin_inset ERT
42568 status collapsed
42569
42570 \begin_layout Plain Layout
42571
42572 }
42573 \end_layout
42574
42575 \end_inset
42576
42577  Gray
42578 \end_layout
42579
42580 \end_inset
42581 </cell>
42582 <cell alignment="left" valignment="top" usebox="none">
42583 \begin_inset Text
42584
42585 \begin_layout Plain Layout
42586 \begin_inset ERT
42587 status collapsed
42588
42589 \begin_layout Plain Layout
42590
42591
42592 \backslash
42593 fcolorbox{black}{
42594 \end_layout
42595
42596 \end_inset
42597
42598 GreenYellow
42599 \begin_inset ERT
42600 status collapsed
42601
42602 \begin_layout Plain Layout
42603
42604 }{
42605 \end_layout
42606
42607 \end_inset
42608
42609
42610 \begin_inset Phantom Phantom
42611 status open
42612
42613 \begin_layout Plain Layout
42614 W
42615 \end_layout
42616
42617 \end_inset
42618
42619
42620 \begin_inset ERT
42621 status collapsed
42622
42623 \begin_layout Plain Layout
42624
42625 }
42626 \end_layout
42627
42628 \end_inset
42629
42630  GreenYellow
42631 \end_layout
42632
42633 \end_inset
42634 </cell>
42635 </row>
42636 <row>
42637 <cell alignment="center" valignment="top" usebox="none">
42638 \begin_inset Text
42639
42640 \begin_layout Plain Layout
42641 \begin_inset ERT
42642 status collapsed
42643
42644 \begin_layout Plain Layout
42645
42646
42647 \backslash
42648 fcolorbox{black}{
42649 \end_layout
42650
42651 \end_inset
42652
42653 JungleGreen
42654 \begin_inset ERT
42655 status collapsed
42656
42657 \begin_layout Plain Layout
42658
42659 }{
42660 \end_layout
42661
42662 \end_inset
42663
42664
42665 \begin_inset Phantom Phantom
42666 status open
42667
42668 \begin_layout Plain Layout
42669 W
42670 \end_layout
42671
42672 \end_inset
42673
42674
42675 \begin_inset ERT
42676 status collapsed
42677
42678 \begin_layout Plain Layout
42679
42680 }
42681 \end_layout
42682
42683 \end_inset
42684
42685  JungleGreen
42686 \end_layout
42687
42688 \end_inset
42689 </cell>
42690 <cell alignment="center" valignment="top" usebox="none">
42691 \begin_inset Text
42692
42693 \begin_layout Plain Layout
42694 \begin_inset ERT
42695 status collapsed
42696
42697 \begin_layout Plain Layout
42698
42699
42700 \backslash
42701 fcolorbox{black}{
42702 \end_layout
42703
42704 \end_inset
42705
42706 Lavender
42707 \begin_inset ERT
42708 status collapsed
42709
42710 \begin_layout Plain Layout
42711
42712 }{
42713 \end_layout
42714
42715 \end_inset
42716
42717
42718 \begin_inset Phantom Phantom
42719 status open
42720
42721 \begin_layout Plain Layout
42722 W
42723 \end_layout
42724
42725 \end_inset
42726
42727
42728 \begin_inset ERT
42729 status collapsed
42730
42731 \begin_layout Plain Layout
42732
42733 }
42734 \end_layout
42735
42736 \end_inset
42737
42738  Lavender
42739 \end_layout
42740
42741 \end_inset
42742 </cell>
42743 <cell alignment="center" valignment="top" usebox="none">
42744 \begin_inset Text
42745
42746 \begin_layout Plain Layout
42747 \begin_inset ERT
42748 status collapsed
42749
42750 \begin_layout Plain Layout
42751
42752
42753 \backslash
42754 fcolorbox{black}{
42755 \end_layout
42756
42757 \end_inset
42758
42759 LimeGreen
42760 \begin_inset ERT
42761 status collapsed
42762
42763 \begin_layout Plain Layout
42764
42765 }{
42766 \end_layout
42767
42768 \end_inset
42769
42770
42771 \begin_inset Phantom Phantom
42772 status open
42773
42774 \begin_layout Plain Layout
42775 W
42776 \end_layout
42777
42778 \end_inset
42779
42780
42781 \begin_inset ERT
42782 status collapsed
42783
42784 \begin_layout Plain Layout
42785
42786 }
42787 \end_layout
42788
42789 \end_inset
42790
42791  LimeGreen
42792 \end_layout
42793
42794 \end_inset
42795 </cell>
42796 <cell alignment="center" valignment="top" usebox="none">
42797 \begin_inset Text
42798
42799 \begin_layout Plain Layout
42800 \begin_inset ERT
42801 status collapsed
42802
42803 \begin_layout Plain Layout
42804
42805
42806 \backslash
42807 fcolorbox{black}{
42808 \end_layout
42809
42810 \end_inset
42811
42812 Mahogany
42813 \begin_inset ERT
42814 status collapsed
42815
42816 \begin_layout Plain Layout
42817
42818 }{
42819 \end_layout
42820
42821 \end_inset
42822
42823
42824 \begin_inset Phantom Phantom
42825 status open
42826
42827 \begin_layout Plain Layout
42828 W
42829 \end_layout
42830
42831 \end_inset
42832
42833
42834 \begin_inset ERT
42835 status collapsed
42836
42837 \begin_layout Plain Layout
42838
42839 }
42840 \end_layout
42841
42842 \end_inset
42843
42844  Mahogany
42845 \end_layout
42846
42847 \end_inset
42848 </cell>
42849 </row>
42850 <row>
42851 <cell alignment="left" valignment="top" usebox="none">
42852 \begin_inset Text
42853
42854 \begin_layout Plain Layout
42855 \begin_inset ERT
42856 status collapsed
42857
42858 \begin_layout Plain Layout
42859
42860
42861 \backslash
42862 fcolorbox{black}{
42863 \end_layout
42864
42865 \end_inset
42866
42867 Mahogany
42868 \begin_inset ERT
42869 status collapsed
42870
42871 \begin_layout Plain Layout
42872
42873 }{
42874 \end_layout
42875
42876 \end_inset
42877
42878
42879 \begin_inset Phantom Phantom
42880 status open
42881
42882 \begin_layout Plain Layout
42883 W
42884 \end_layout
42885
42886 \end_inset
42887
42888
42889 \begin_inset ERT
42890 status collapsed
42891
42892 \begin_layout Plain Layout
42893
42894 }
42895 \end_layout
42896
42897 \end_inset
42898
42899  Mahogany
42900 \end_layout
42901
42902 \end_inset
42903 </cell>
42904 <cell alignment="left" valignment="top" usebox="none">
42905 \begin_inset Text
42906
42907 \begin_layout Plain Layout
42908 \begin_inset ERT
42909 status collapsed
42910
42911 \begin_layout Plain Layout
42912
42913
42914 \backslash
42915 fcolorbox{black}{
42916 \end_layout
42917
42918 \end_inset
42919
42920 Maroon
42921 \begin_inset ERT
42922 status collapsed
42923
42924 \begin_layout Plain Layout
42925
42926 }{
42927 \end_layout
42928
42929 \end_inset
42930
42931
42932 \begin_inset Phantom Phantom
42933 status open
42934
42935 \begin_layout Plain Layout
42936 W
42937 \end_layout
42938
42939 \end_inset
42940
42941
42942 \begin_inset ERT
42943 status collapsed
42944
42945 \begin_layout Plain Layout
42946
42947 }
42948 \end_layout
42949
42950 \end_inset
42951
42952  Maroon
42953 \end_layout
42954
42955 \end_inset
42956 </cell>
42957 <cell alignment="left" valignment="top" usebox="none">
42958 \begin_inset Text
42959
42960 \begin_layout Plain Layout
42961 \begin_inset ERT
42962 status collapsed
42963
42964 \begin_layout Plain Layout
42965
42966
42967 \backslash
42968 fcolorbox{black}{
42969 \end_layout
42970
42971 \end_inset
42972
42973 Melon
42974 \begin_inset ERT
42975 status collapsed
42976
42977 \begin_layout Plain Layout
42978
42979 }{
42980 \end_layout
42981
42982 \end_inset
42983
42984
42985 \begin_inset Phantom Phantom
42986 status open
42987
42988 \begin_layout Plain Layout
42989 W
42990 \end_layout
42991
42992 \end_inset
42993
42994
42995 \begin_inset ERT
42996 status collapsed
42997
42998 \begin_layout Plain Layout
42999
43000 }
43001 \end_layout
43002
43003 \end_inset
43004
43005  Melon
43006 \end_layout
43007
43008 \end_inset
43009 </cell>
43010 <cell alignment="left" valignment="top" usebox="none">
43011 \begin_inset Text
43012
43013 \begin_layout Plain Layout
43014 \begin_inset ERT
43015 status collapsed
43016
43017 \begin_layout Plain Layout
43018
43019
43020 \backslash
43021 fcolorbox{black}{
43022 \end_layout
43023
43024 \end_inset
43025
43026 MidnightBlue
43027 \begin_inset ERT
43028 status collapsed
43029
43030 \begin_layout Plain Layout
43031
43032 }{
43033 \end_layout
43034
43035 \end_inset
43036
43037
43038 \begin_inset Phantom Phantom
43039 status open
43040
43041 \begin_layout Plain Layout
43042 W
43043 \end_layout
43044
43045 \end_inset
43046
43047
43048 \begin_inset ERT
43049 status collapsed
43050
43051 \begin_layout Plain Layout
43052
43053 }
43054 \end_layout
43055
43056 \end_inset
43057
43058  MidnightBlue
43059 \end_layout
43060
43061 \end_inset
43062 </cell>
43063 </row>
43064 <row>
43065 <cell alignment="left" valignment="top" usebox="none">
43066 \begin_inset Text
43067
43068 \begin_layout Plain Layout
43069 \begin_inset ERT
43070 status collapsed
43071
43072 \begin_layout Plain Layout
43073
43074
43075 \backslash
43076 fcolorbox{black}{
43077 \end_layout
43078
43079 \end_inset
43080
43081 Mulberry
43082 \begin_inset ERT
43083 status collapsed
43084
43085 \begin_layout Plain Layout
43086
43087 }{
43088 \end_layout
43089
43090 \end_inset
43091
43092
43093 \begin_inset Phantom Phantom
43094 status open
43095
43096 \begin_layout Plain Layout
43097 W
43098 \end_layout
43099
43100 \end_inset
43101
43102
43103 \begin_inset ERT
43104 status collapsed
43105
43106 \begin_layout Plain Layout
43107
43108 }
43109 \end_layout
43110
43111 \end_inset
43112
43113  Mulberry
43114 \end_layout
43115
43116 \end_inset
43117 </cell>
43118 <cell alignment="left" valignment="top" usebox="none">
43119 \begin_inset Text
43120
43121 \begin_layout Plain Layout
43122 \begin_inset ERT
43123 status collapsed
43124
43125 \begin_layout Plain Layout
43126
43127
43128 \backslash
43129 fcolorbox{black}{
43130 \end_layout
43131
43132 \end_inset
43133
43134 NavyBlue
43135 \begin_inset ERT
43136 status collapsed
43137
43138 \begin_layout Plain Layout
43139
43140 }{
43141 \end_layout
43142
43143 \end_inset
43144
43145
43146 \begin_inset Phantom Phantom
43147 status open
43148
43149 \begin_layout Plain Layout
43150 W
43151 \end_layout
43152
43153 \end_inset
43154
43155
43156 \begin_inset ERT
43157 status collapsed
43158
43159 \begin_layout Plain Layout
43160
43161 }
43162 \end_layout
43163
43164 \end_inset
43165
43166  NavyBlue
43167 \end_layout
43168
43169 \end_inset
43170 </cell>
43171 <cell alignment="left" valignment="top" usebox="none">
43172 \begin_inset Text
43173
43174 \begin_layout Plain Layout
43175 \begin_inset ERT
43176 status collapsed
43177
43178 \begin_layout Plain Layout
43179
43180
43181 \backslash
43182 fcolorbox{black}{
43183 \end_layout
43184
43185 \end_inset
43186
43187 OliveGreen
43188 \begin_inset ERT
43189 status collapsed
43190
43191 \begin_layout Plain Layout
43192
43193 }{
43194 \end_layout
43195
43196 \end_inset
43197
43198
43199 \begin_inset Phantom Phantom
43200 status open
43201
43202 \begin_layout Plain Layout
43203 W
43204 \end_layout
43205
43206 \end_inset
43207
43208
43209 \begin_inset ERT
43210 status collapsed
43211
43212 \begin_layout Plain Layout
43213
43214 }
43215 \end_layout
43216
43217 \end_inset
43218
43219  OliveGreen
43220 \end_layout
43221
43222 \end_inset
43223 </cell>
43224 <cell alignment="left" valignment="top" usebox="none">
43225 \begin_inset Text
43226
43227 \begin_layout Plain Layout
43228 \begin_inset ERT
43229 status collapsed
43230
43231 \begin_layout Plain Layout
43232
43233
43234 \backslash
43235 fcolorbox{black}{
43236 \end_layout
43237
43238 \end_inset
43239
43240 Orange
43241 \begin_inset ERT
43242 status collapsed
43243
43244 \begin_layout Plain Layout
43245
43246 }{
43247 \end_layout
43248
43249 \end_inset
43250
43251
43252 \begin_inset Phantom Phantom
43253 status open
43254
43255 \begin_layout Plain Layout
43256 W
43257 \end_layout
43258
43259 \end_inset
43260
43261
43262 \begin_inset ERT
43263 status collapsed
43264
43265 \begin_layout Plain Layout
43266
43267 }
43268 \end_layout
43269
43270 \end_inset
43271
43272  Orange
43273 \end_layout
43274
43275 \end_inset
43276 </cell>
43277 </row>
43278 <row>
43279 <cell alignment="left" valignment="top" usebox="none">
43280 \begin_inset Text
43281
43282 \begin_layout Plain Layout
43283 \begin_inset ERT
43284 status collapsed
43285
43286 \begin_layout Plain Layout
43287
43288
43289 \backslash
43290 fcolorbox{black}{
43291 \end_layout
43292
43293 \end_inset
43294
43295 OrangeRed
43296 \begin_inset ERT
43297 status collapsed
43298
43299 \begin_layout Plain Layout
43300
43301 }{
43302 \end_layout
43303
43304 \end_inset
43305
43306
43307 \begin_inset Phantom Phantom
43308 status open
43309
43310 \begin_layout Plain Layout
43311 W
43312 \end_layout
43313
43314 \end_inset
43315
43316
43317 \begin_inset ERT
43318 status collapsed
43319
43320 \begin_layout Plain Layout
43321
43322 }
43323 \end_layout
43324
43325 \end_inset
43326
43327  OrangeRed
43328 \end_layout
43329
43330 \end_inset
43331 </cell>
43332 <cell alignment="left" valignment="top" usebox="none">
43333 \begin_inset Text
43334
43335 \begin_layout Plain Layout
43336 \begin_inset ERT
43337 status collapsed
43338
43339 \begin_layout Plain Layout
43340
43341
43342 \backslash
43343 fcolorbox{black}{
43344 \end_layout
43345
43346 \end_inset
43347
43348 Orchid
43349 \begin_inset ERT
43350 status collapsed
43351
43352 \begin_layout Plain Layout
43353
43354 }{
43355 \end_layout
43356
43357 \end_inset
43358
43359
43360 \begin_inset Phantom Phantom
43361 status open
43362
43363 \begin_layout Plain Layout
43364 W
43365 \end_layout
43366
43367 \end_inset
43368
43369
43370 \begin_inset ERT
43371 status collapsed
43372
43373 \begin_layout Plain Layout
43374
43375 }
43376 \end_layout
43377
43378 \end_inset
43379
43380  Orchid
43381 \end_layout
43382
43383 \end_inset
43384 </cell>
43385 <cell alignment="left" valignment="top" usebox="none">
43386 \begin_inset Text
43387
43388 \begin_layout Plain Layout
43389 \begin_inset ERT
43390 status collapsed
43391
43392 \begin_layout Plain Layout
43393
43394
43395 \backslash
43396 fcolorbox{black}{
43397 \end_layout
43398
43399 \end_inset
43400
43401 Peach
43402 \begin_inset ERT
43403 status collapsed
43404
43405 \begin_layout Plain Layout
43406
43407 }{
43408 \end_layout
43409
43410 \end_inset
43411
43412
43413 \begin_inset Phantom Phantom
43414 status open
43415
43416 \begin_layout Plain Layout
43417 W
43418 \end_layout
43419
43420 \end_inset
43421
43422
43423 \begin_inset ERT
43424 status collapsed
43425
43426 \begin_layout Plain Layout
43427
43428 }
43429 \end_layout
43430
43431 \end_inset
43432
43433  Peach
43434 \end_layout
43435
43436 \end_inset
43437 </cell>
43438 <cell alignment="left" valignment="top" usebox="none">
43439 \begin_inset Text
43440
43441 \begin_layout Plain Layout
43442 \begin_inset ERT
43443 status collapsed
43444
43445 \begin_layout Plain Layout
43446
43447
43448 \backslash
43449 fcolorbox{black}{
43450 \end_layout
43451
43452 \end_inset
43453
43454 Periwinkle
43455 \begin_inset ERT
43456 status collapsed
43457
43458 \begin_layout Plain Layout
43459
43460 }{
43461 \end_layout
43462
43463 \end_inset
43464
43465
43466 \begin_inset Phantom Phantom
43467 status open
43468
43469 \begin_layout Plain Layout
43470 W
43471 \end_layout
43472
43473 \end_inset
43474
43475
43476 \begin_inset ERT
43477 status collapsed
43478
43479 \begin_layout Plain Layout
43480
43481 }
43482 \end_layout
43483
43484 \end_inset
43485
43486  Periwinkle
43487 \end_layout
43488
43489 \end_inset
43490 </cell>
43491 </row>
43492 <row>
43493 <cell alignment="left" valignment="top" usebox="none">
43494 \begin_inset Text
43495
43496 \begin_layout Plain Layout
43497 \begin_inset ERT
43498 status collapsed
43499
43500 \begin_layout Plain Layout
43501
43502
43503 \backslash
43504 fcolorbox{black}{
43505 \end_layout
43506
43507 \end_inset
43508
43509 PineGreen
43510 \begin_inset ERT
43511 status collapsed
43512
43513 \begin_layout Plain Layout
43514
43515 }{
43516 \end_layout
43517
43518 \end_inset
43519
43520
43521 \begin_inset Phantom Phantom
43522 status open
43523
43524 \begin_layout Plain Layout
43525 W
43526 \end_layout
43527
43528 \end_inset
43529
43530
43531 \begin_inset ERT
43532 status collapsed
43533
43534 \begin_layout Plain Layout
43535
43536 }
43537 \end_layout
43538
43539 \end_inset
43540
43541  PineGreen
43542 \end_layout
43543
43544 \end_inset
43545 </cell>
43546 <cell alignment="left" valignment="top" usebox="none">
43547 \begin_inset Text
43548
43549 \begin_layout Plain Layout
43550 \begin_inset ERT
43551 status collapsed
43552
43553 \begin_layout Plain Layout
43554
43555
43556 \backslash
43557 fcolorbox{black}{
43558 \end_layout
43559
43560 \end_inset
43561
43562 Plum
43563 \begin_inset ERT
43564 status collapsed
43565
43566 \begin_layout Plain Layout
43567
43568 }{
43569 \end_layout
43570
43571 \end_inset
43572
43573
43574 \begin_inset Phantom Phantom
43575 status open
43576
43577 \begin_layout Plain Layout
43578 W
43579 \end_layout
43580
43581 \end_inset
43582
43583
43584 \begin_inset ERT
43585 status collapsed
43586
43587 \begin_layout Plain Layout
43588
43589 }
43590 \end_layout
43591
43592 \end_inset
43593
43594  Plum
43595 \end_layout
43596
43597 \end_inset
43598 </cell>
43599 <cell alignment="left" valignment="top" usebox="none">
43600 \begin_inset Text
43601
43602 \begin_layout Plain Layout
43603 \begin_inset ERT
43604 status collapsed
43605
43606 \begin_layout Plain Layout
43607
43608
43609 \backslash
43610 fcolorbox{black}{
43611 \end_layout
43612
43613 \end_inset
43614
43615 ProcessBlue
43616 \begin_inset ERT
43617 status collapsed
43618
43619 \begin_layout Plain Layout
43620
43621 }{
43622 \end_layout
43623
43624 \end_inset
43625
43626
43627 \begin_inset Phantom Phantom
43628 status open
43629
43630 \begin_layout Plain Layout
43631 W
43632 \end_layout
43633
43634 \end_inset
43635
43636
43637 \begin_inset ERT
43638 status collapsed
43639
43640 \begin_layout Plain Layout
43641
43642 }
43643 \end_layout
43644
43645 \end_inset
43646
43647  ProcessBlue
43648 \end_layout
43649
43650 \end_inset
43651 </cell>
43652 <cell alignment="left" valignment="top" usebox="none">
43653 \begin_inset Text
43654
43655 \begin_layout Plain Layout
43656 \begin_inset ERT
43657 status collapsed
43658
43659 \begin_layout Plain Layout
43660
43661
43662 \backslash
43663 fcolorbox{black}{
43664 \end_layout
43665
43666 \end_inset
43667
43668 Purple
43669 \begin_inset ERT
43670 status collapsed
43671
43672 \begin_layout Plain Layout
43673
43674 }{
43675 \end_layout
43676
43677 \end_inset
43678
43679
43680 \begin_inset Phantom Phantom
43681 status open
43682
43683 \begin_layout Plain Layout
43684 W
43685 \end_layout
43686
43687 \end_inset
43688
43689
43690 \begin_inset ERT
43691 status collapsed
43692
43693 \begin_layout Plain Layout
43694
43695 }
43696 \end_layout
43697
43698 \end_inset
43699
43700  Purple
43701 \end_layout
43702
43703 \end_inset
43704 </cell>
43705 </row>
43706 <row>
43707 <cell alignment="left" valignment="top" usebox="none">
43708 \begin_inset Text
43709
43710 \begin_layout Plain Layout
43711 \begin_inset ERT
43712 status collapsed
43713
43714 \begin_layout Plain Layout
43715
43716
43717 \backslash
43718 fcolorbox{black}{
43719 \end_layout
43720
43721 \end_inset
43722
43723 RawSienna
43724 \begin_inset ERT
43725 status collapsed
43726
43727 \begin_layout Plain Layout
43728
43729 }{
43730 \end_layout
43731
43732 \end_inset
43733
43734
43735 \begin_inset Phantom Phantom
43736 status open
43737
43738 \begin_layout Plain Layout
43739 W
43740 \end_layout
43741
43742 \end_inset
43743
43744
43745 \begin_inset ERT
43746 status collapsed
43747
43748 \begin_layout Plain Layout
43749
43750 }
43751 \end_layout
43752
43753 \end_inset
43754
43755  RawSienna
43756 \end_layout
43757
43758 \end_inset
43759 </cell>
43760 <cell alignment="left" valignment="top" usebox="none">
43761 \begin_inset Text
43762
43763 \begin_layout Plain Layout
43764 \begin_inset ERT
43765 status collapsed
43766
43767 \begin_layout Plain Layout
43768
43769
43770 \backslash
43771 fcolorbox{black}{
43772 \end_layout
43773
43774 \end_inset
43775
43776 RedOrange
43777 \begin_inset ERT
43778 status collapsed
43779
43780 \begin_layout Plain Layout
43781
43782 }{
43783 \end_layout
43784
43785 \end_inset
43786
43787
43788 \begin_inset Phantom Phantom
43789 status open
43790
43791 \begin_layout Plain Layout
43792 W
43793 \end_layout
43794
43795 \end_inset
43796
43797
43798 \begin_inset ERT
43799 status collapsed
43800
43801 \begin_layout Plain Layout
43802
43803 }
43804 \end_layout
43805
43806 \end_inset
43807
43808  RedOrange
43809 \end_layout
43810
43811 \end_inset
43812 </cell>
43813 <cell alignment="left" valignment="top" usebox="none">
43814 \begin_inset Text
43815
43816 \begin_layout Plain Layout
43817 \begin_inset ERT
43818 status collapsed
43819
43820 \begin_layout Plain Layout
43821
43822
43823 \backslash
43824 fcolorbox{black}{
43825 \end_layout
43826
43827 \end_inset
43828
43829 RedViolet
43830 \begin_inset ERT
43831 status collapsed
43832
43833 \begin_layout Plain Layout
43834
43835 }{
43836 \end_layout
43837
43838 \end_inset
43839
43840
43841 \begin_inset Phantom Phantom
43842 status open
43843
43844 \begin_layout Plain Layout
43845 W
43846 \end_layout
43847
43848 \end_inset
43849
43850
43851 \begin_inset ERT
43852 status collapsed
43853
43854 \begin_layout Plain Layout
43855
43856 }
43857 \end_layout
43858
43859 \end_inset
43860
43861  RedViolet
43862 \end_layout
43863
43864 \end_inset
43865 </cell>
43866 <cell alignment="left" valignment="top" usebox="none">
43867 \begin_inset Text
43868
43869 \begin_layout Plain Layout
43870 \begin_inset ERT
43871 status collapsed
43872
43873 \begin_layout Plain Layout
43874
43875
43876 \backslash
43877 fcolorbox{black}{
43878 \end_layout
43879
43880 \end_inset
43881
43882 Rhodamine
43883 \begin_inset ERT
43884 status collapsed
43885
43886 \begin_layout Plain Layout
43887
43888 }{
43889 \end_layout
43890
43891 \end_inset
43892
43893
43894 \begin_inset Phantom Phantom
43895 status open
43896
43897 \begin_layout Plain Layout
43898 W
43899 \end_layout
43900
43901 \end_inset
43902
43903
43904 \begin_inset ERT
43905 status collapsed
43906
43907 \begin_layout Plain Layout
43908
43909 }
43910 \end_layout
43911
43912 \end_inset
43913
43914  Rhodamine
43915 \end_layout
43916
43917 \end_inset
43918 </cell>
43919 </row>
43920 <row>
43921 <cell alignment="left" valignment="top" usebox="none">
43922 \begin_inset Text
43923
43924 \begin_layout Plain Layout
43925 \begin_inset ERT
43926 status collapsed
43927
43928 \begin_layout Plain Layout
43929
43930
43931 \backslash
43932 fcolorbox{black}{
43933 \end_layout
43934
43935 \end_inset
43936
43937 RoyalBlue
43938 \begin_inset ERT
43939 status collapsed
43940
43941 \begin_layout Plain Layout
43942
43943 }{
43944 \end_layout
43945
43946 \end_inset
43947
43948
43949 \begin_inset Phantom Phantom
43950 status open
43951
43952 \begin_layout Plain Layout
43953 W
43954 \end_layout
43955
43956 \end_inset
43957
43958
43959 \begin_inset ERT
43960 status collapsed
43961
43962 \begin_layout Plain Layout
43963
43964 }
43965 \end_layout
43966
43967 \end_inset
43968
43969  RoyalBlue
43970 \end_layout
43971
43972 \end_inset
43973 </cell>
43974 <cell alignment="left" valignment="top" usebox="none">
43975 \begin_inset Text
43976
43977 \begin_layout Plain Layout
43978 \begin_inset ERT
43979 status collapsed
43980
43981 \begin_layout Plain Layout
43982
43983
43984 \backslash
43985 fcolorbox{black}{
43986 \end_layout
43987
43988 \end_inset
43989
43990 RoyalPurple
43991 \begin_inset ERT
43992 status collapsed
43993
43994 \begin_layout Plain Layout
43995
43996 }{
43997 \end_layout
43998
43999 \end_inset
44000
44001
44002 \begin_inset Phantom Phantom
44003 status open
44004
44005 \begin_layout Plain Layout
44006 W
44007 \end_layout
44008
44009 \end_inset
44010
44011
44012 \begin_inset ERT
44013 status collapsed
44014
44015 \begin_layout Plain Layout
44016
44017 }
44018 \end_layout
44019
44020 \end_inset
44021
44022  RoyalPurple
44023 \end_layout
44024
44025 \end_inset
44026 </cell>
44027 <cell alignment="left" valignment="top" usebox="none">
44028 \begin_inset Text
44029
44030 \begin_layout Plain Layout
44031 \begin_inset ERT
44032 status collapsed
44033
44034 \begin_layout Plain Layout
44035
44036
44037 \backslash
44038 fcolorbox{black}{
44039 \end_layout
44040
44041 \end_inset
44042
44043 RubineRed
44044 \begin_inset ERT
44045 status collapsed
44046
44047 \begin_layout Plain Layout
44048
44049 }{
44050 \end_layout
44051
44052 \end_inset
44053
44054
44055 \begin_inset Phantom Phantom
44056 status open
44057
44058 \begin_layout Plain Layout
44059 W
44060 \end_layout
44061
44062 \end_inset
44063
44064
44065 \begin_inset ERT
44066 status collapsed
44067
44068 \begin_layout Plain Layout
44069
44070 }
44071 \end_layout
44072
44073 \end_inset
44074
44075  RubineRed
44076 \end_layout
44077
44078 \end_inset
44079 </cell>
44080 <cell alignment="left" valignment="top" usebox="none">
44081 \begin_inset Text
44082
44083 \begin_layout Plain Layout
44084 \begin_inset ERT
44085 status collapsed
44086
44087 \begin_layout Plain Layout
44088
44089
44090 \backslash
44091 fcolorbox{black}{
44092 \end_layout
44093
44094 \end_inset
44095
44096 Salmon
44097 \begin_inset ERT
44098 status collapsed
44099
44100 \begin_layout Plain Layout
44101
44102 }{
44103 \end_layout
44104
44105 \end_inset
44106
44107
44108 \begin_inset Phantom Phantom
44109 status open
44110
44111 \begin_layout Plain Layout
44112 W
44113 \end_layout
44114
44115 \end_inset
44116
44117
44118 \begin_inset ERT
44119 status collapsed
44120
44121 \begin_layout Plain Layout
44122
44123 }
44124 \end_layout
44125
44126 \end_inset
44127
44128  Salmon
44129 \end_layout
44130
44131 \end_inset
44132 </cell>
44133 </row>
44134 <row>
44135 <cell alignment="left" valignment="top" usebox="none">
44136 \begin_inset Text
44137
44138 \begin_layout Plain Layout
44139 \begin_inset ERT
44140 status collapsed
44141
44142 \begin_layout Plain Layout
44143
44144
44145 \backslash
44146 fcolorbox{black}{
44147 \end_layout
44148
44149 \end_inset
44150
44151 SeaGreen
44152 \begin_inset ERT
44153 status collapsed
44154
44155 \begin_layout Plain Layout
44156
44157 }{
44158 \end_layout
44159
44160 \end_inset
44161
44162
44163 \begin_inset Phantom Phantom
44164 status open
44165
44166 \begin_layout Plain Layout
44167 W
44168 \end_layout
44169
44170 \end_inset
44171
44172
44173 \begin_inset ERT
44174 status collapsed
44175
44176 \begin_layout Plain Layout
44177
44178 }
44179 \end_layout
44180
44181 \end_inset
44182
44183  SeaGreen
44184 \end_layout
44185
44186 \end_inset
44187 </cell>
44188 <cell alignment="left" valignment="top" usebox="none">
44189 \begin_inset Text
44190
44191 \begin_layout Plain Layout
44192 \begin_inset ERT
44193 status collapsed
44194
44195 \begin_layout Plain Layout
44196
44197
44198 \backslash
44199 fcolorbox{black}{
44200 \end_layout
44201
44202 \end_inset
44203
44204 Sepia
44205 \begin_inset ERT
44206 status collapsed
44207
44208 \begin_layout Plain Layout
44209
44210 }{
44211 \end_layout
44212
44213 \end_inset
44214
44215
44216 \begin_inset Phantom Phantom
44217 status open
44218
44219 \begin_layout Plain Layout
44220 W
44221 \end_layout
44222
44223 \end_inset
44224
44225
44226 \begin_inset ERT
44227 status collapsed
44228
44229 \begin_layout Plain Layout
44230
44231 }
44232 \end_layout
44233
44234 \end_inset
44235
44236  Sepia
44237 \end_layout
44238
44239 \end_inset
44240 </cell>
44241 <cell alignment="left" valignment="top" usebox="none">
44242 \begin_inset Text
44243
44244 \begin_layout Plain Layout
44245 \begin_inset ERT
44246 status collapsed
44247
44248 \begin_layout Plain Layout
44249
44250
44251 \backslash
44252 fcolorbox{black}{
44253 \end_layout
44254
44255 \end_inset
44256
44257 SkyBlue
44258 \begin_inset ERT
44259 status collapsed
44260
44261 \begin_layout Plain Layout
44262
44263 }{
44264 \end_layout
44265
44266 \end_inset
44267
44268
44269 \begin_inset Phantom Phantom
44270 status open
44271
44272 \begin_layout Plain Layout
44273 W
44274 \end_layout
44275
44276 \end_inset
44277
44278
44279 \begin_inset ERT
44280 status collapsed
44281
44282 \begin_layout Plain Layout
44283
44284 }
44285 \end_layout
44286
44287 \end_inset
44288
44289  SkyBlue
44290 \end_layout
44291
44292 \end_inset
44293 </cell>
44294 <cell alignment="left" valignment="top" usebox="none">
44295 \begin_inset Text
44296
44297 \begin_layout Plain Layout
44298 \begin_inset ERT
44299 status collapsed
44300
44301 \begin_layout Plain Layout
44302
44303
44304 \backslash
44305 fcolorbox{black}{
44306 \end_layout
44307
44308 \end_inset
44309
44310 SpringGreen
44311 \begin_inset ERT
44312 status collapsed
44313
44314 \begin_layout Plain Layout
44315
44316 }{
44317 \end_layout
44318
44319 \end_inset
44320
44321
44322 \begin_inset Phantom Phantom
44323 status open
44324
44325 \begin_layout Plain Layout
44326 W
44327 \end_layout
44328
44329 \end_inset
44330
44331
44332 \begin_inset ERT
44333 status collapsed
44334
44335 \begin_layout Plain Layout
44336
44337 }
44338 \end_layout
44339
44340 \end_inset
44341
44342  SpringGreen
44343 \end_layout
44344
44345 \end_inset
44346 </cell>
44347 </row>
44348 <row>
44349 <cell alignment="left" valignment="top" usebox="none">
44350 \begin_inset Text
44351
44352 \begin_layout Plain Layout
44353 \begin_inset ERT
44354 status collapsed
44355
44356 \begin_layout Plain Layout
44357
44358
44359 \backslash
44360 fcolorbox{black}{
44361 \end_layout
44362
44363 \end_inset
44364
44365 Tan
44366 \begin_inset ERT
44367 status collapsed
44368
44369 \begin_layout Plain Layout
44370
44371 }{
44372 \end_layout
44373
44374 \end_inset
44375
44376
44377 \begin_inset Phantom Phantom
44378 status open
44379
44380 \begin_layout Plain Layout
44381 W
44382 \end_layout
44383
44384 \end_inset
44385
44386
44387 \begin_inset ERT
44388 status collapsed
44389
44390 \begin_layout Plain Layout
44391
44392 }
44393 \end_layout
44394
44395 \end_inset
44396
44397  Tan
44398 \end_layout
44399
44400 \end_inset
44401 </cell>
44402 <cell alignment="left" valignment="top" usebox="none">
44403 \begin_inset Text
44404
44405 \begin_layout Plain Layout
44406 \begin_inset ERT
44407 status collapsed
44408
44409 \begin_layout Plain Layout
44410
44411
44412 \backslash
44413 fcolorbox{black}{
44414 \end_layout
44415
44416 \end_inset
44417
44418 TealBlue
44419 \begin_inset ERT
44420 status collapsed
44421
44422 \begin_layout Plain Layout
44423
44424 }{
44425 \end_layout
44426
44427 \end_inset
44428
44429
44430 \begin_inset Phantom Phantom
44431 status open
44432
44433 \begin_layout Plain Layout
44434 W
44435 \end_layout
44436
44437 \end_inset
44438
44439
44440 \begin_inset ERT
44441 status collapsed
44442
44443 \begin_layout Plain Layout
44444
44445 }
44446 \end_layout
44447
44448 \end_inset
44449
44450  TealBlue
44451 \end_layout
44452
44453 \end_inset
44454 </cell>
44455 <cell alignment="left" valignment="top" usebox="none">
44456 \begin_inset Text
44457
44458 \begin_layout Plain Layout
44459 \begin_inset ERT
44460 status collapsed
44461
44462 \begin_layout Plain Layout
44463
44464
44465 \backslash
44466 fcolorbox{black}{
44467 \end_layout
44468
44469 \end_inset
44470
44471 Thistle
44472 \begin_inset ERT
44473 status collapsed
44474
44475 \begin_layout Plain Layout
44476
44477 }{
44478 \end_layout
44479
44480 \end_inset
44481
44482
44483 \begin_inset Phantom Phantom
44484 status open
44485
44486 \begin_layout Plain Layout
44487 W
44488 \end_layout
44489
44490 \end_inset
44491
44492
44493 \begin_inset ERT
44494 status collapsed
44495
44496 \begin_layout Plain Layout
44497
44498 }
44499 \end_layout
44500
44501 \end_inset
44502
44503  Thistle
44504 \end_layout
44505
44506 \end_inset
44507 </cell>
44508 <cell alignment="left" valignment="top" usebox="none">
44509 \begin_inset Text
44510
44511 \begin_layout Plain Layout
44512 \begin_inset ERT
44513 status collapsed
44514
44515 \begin_layout Plain Layout
44516
44517
44518 \backslash
44519 fcolorbox{black}{
44520 \end_layout
44521
44522 \end_inset
44523
44524 Turquoise
44525 \begin_inset ERT
44526 status collapsed
44527
44528 \begin_layout Plain Layout
44529
44530 }{
44531 \end_layout
44532
44533 \end_inset
44534
44535
44536 \begin_inset Phantom Phantom
44537 status open
44538
44539 \begin_layout Plain Layout
44540 W
44541 \end_layout
44542
44543 \end_inset
44544
44545
44546 \begin_inset ERT
44547 status collapsed
44548
44549 \begin_layout Plain Layout
44550
44551 }
44552 \end_layout
44553
44554 \end_inset
44555
44556  Turquoise
44557 \end_layout
44558
44559 \end_inset
44560 </cell>
44561 </row>
44562 <row>
44563 <cell alignment="left" valignment="top" usebox="none">
44564 \begin_inset Text
44565
44566 \begin_layout Plain Layout
44567 \begin_inset ERT
44568 status collapsed
44569
44570 \begin_layout Plain Layout
44571
44572
44573 \backslash
44574 fcolorbox{black}{
44575 \end_layout
44576
44577 \end_inset
44578
44579 Violet
44580 \begin_inset ERT
44581 status collapsed
44582
44583 \begin_layout Plain Layout
44584
44585 }{
44586 \end_layout
44587
44588 \end_inset
44589
44590
44591 \begin_inset Phantom Phantom
44592 status open
44593
44594 \begin_layout Plain Layout
44595 W
44596 \end_layout
44597
44598 \end_inset
44599
44600
44601 \begin_inset ERT
44602 status collapsed
44603
44604 \begin_layout Plain Layout
44605
44606 }
44607 \end_layout
44608
44609 \end_inset
44610
44611  Violet
44612 \end_layout
44613
44614 \end_inset
44615 </cell>
44616 <cell alignment="left" valignment="top" usebox="none">
44617 \begin_inset Text
44618
44619 \begin_layout Plain Layout
44620 \begin_inset ERT
44621 status collapsed
44622
44623 \begin_layout Plain Layout
44624
44625
44626 \backslash
44627 fcolorbox{black}{
44628 \end_layout
44629
44630 \end_inset
44631
44632 VioletRed
44633 \begin_inset ERT
44634 status collapsed
44635
44636 \begin_layout Plain Layout
44637
44638 }{
44639 \end_layout
44640
44641 \end_inset
44642
44643
44644 \begin_inset Phantom Phantom
44645 status open
44646
44647 \begin_layout Plain Layout
44648 W
44649 \end_layout
44650
44651 \end_inset
44652
44653
44654 \begin_inset ERT
44655 status collapsed
44656
44657 \begin_layout Plain Layout
44658
44659 }
44660 \end_layout
44661
44662 \end_inset
44663
44664  VioletRed
44665 \end_layout
44666
44667 \end_inset
44668 </cell>
44669 <cell alignment="left" valignment="top" usebox="none">
44670 \begin_inset Text
44671
44672 \begin_layout Plain Layout
44673 \begin_inset ERT
44674 status collapsed
44675
44676 \begin_layout Plain Layout
44677
44678
44679 \backslash
44680 fcolorbox{black}{
44681 \end_layout
44682
44683 \end_inset
44684
44685 WildStrawberry
44686 \begin_inset ERT
44687 status collapsed
44688
44689 \begin_layout Plain Layout
44690
44691 }{
44692 \end_layout
44693
44694 \end_inset
44695
44696
44697 \begin_inset Phantom Phantom
44698 status open
44699
44700 \begin_layout Plain Layout
44701 W
44702 \end_layout
44703
44704 \end_inset
44705
44706
44707 \begin_inset ERT
44708 status collapsed
44709
44710 \begin_layout Plain Layout
44711
44712 }
44713 \end_layout
44714
44715 \end_inset
44716
44717  WildStrawberry
44718 \end_layout
44719
44720 \end_inset
44721 </cell>
44722 <cell alignment="left" valignment="top" usebox="none">
44723 \begin_inset Text
44724
44725 \begin_layout Plain Layout
44726 \begin_inset ERT
44727 status collapsed
44728
44729 \begin_layout Plain Layout
44730
44731
44732 \backslash
44733 fcolorbox{black}{
44734 \end_layout
44735
44736 \end_inset
44737
44738 YellowGreen
44739 \begin_inset ERT
44740 status collapsed
44741
44742 \begin_layout Plain Layout
44743
44744 }{
44745 \end_layout
44746
44747 \end_inset
44748
44749
44750 \begin_inset Phantom Phantom
44751 status open
44752
44753 \begin_layout Plain Layout
44754 W
44755 \end_layout
44756
44757 \end_inset
44758
44759
44760 \begin_inset ERT
44761 status collapsed
44762
44763 \begin_layout Plain Layout
44764
44765 }
44766 \end_layout
44767
44768 \end_inset
44769
44770  YellowGreen
44771 \end_layout
44772
44773 \end_inset
44774 </cell>
44775 </row>
44776 <row>
44777 <cell alignment="left" valignment="top" usebox="none">
44778 \begin_inset Text
44779
44780 \begin_layout Plain Layout
44781 \begin_inset ERT
44782 status collapsed
44783
44784 \begin_layout Plain Layout
44785
44786
44787 \backslash
44788 fcolorbox{black}{
44789 \end_layout
44790
44791 \end_inset
44792
44793 YellowOrange
44794 \begin_inset ERT
44795 status collapsed
44796
44797 \begin_layout Plain Layout
44798
44799 }{
44800 \end_layout
44801
44802 \end_inset
44803
44804
44805 \begin_inset Phantom Phantom
44806 status open
44807
44808 \begin_layout Plain Layout
44809 W
44810 \end_layout
44811
44812 \end_inset
44813
44814
44815 \begin_inset ERT
44816 status collapsed
44817
44818 \begin_layout Plain Layout
44819
44820 }
44821 \end_layout
44822
44823 \end_inset
44824
44825  YellowOrange
44826 \end_layout
44827
44828 \end_inset
44829 </cell>
44830 <cell alignment="left" valignment="top" usebox="none">
44831 \begin_inset Text
44832
44833 \begin_layout Plain Layout
44834
44835 \end_layout
44836
44837 \end_inset
44838 </cell>
44839 <cell alignment="left" valignment="top" usebox="none">
44840 \begin_inset Text
44841
44842 \begin_layout Plain Layout
44843
44844 \end_layout
44845
44846 \end_inset
44847 </cell>
44848 <cell alignment="left" valignment="top" usebox="none">
44849 \begin_inset Text
44850
44851 \begin_layout Plain Layout
44852
44853 \end_layout
44854
44855 \end_inset
44856 </cell>
44857 </row>
44858 </lyxtabular>
44859
44860 \end_inset
44861
44862
44863 \end_layout
44864
44865 \begin_layout Chapter
44866 Explanation of Equation
44867 \begin_inset space ~
44868 \end_inset
44869
44870 (
44871 \begin_inset CommandInset ref
44872 LatexCommand ref
44873 reference "eq:Wgn"
44874
44875 \end_inset
44876
44877 )
44878 \begin_inset CommandInset label
44879 LatexCommand label
44880 name "cha:Explanation-of-Equation"
44881
44882 \end_inset
44883
44884
44885 \end_layout
44886
44887 \begin_layout Standard
44888 We can calculate the total width of 
44889 \emph on
44890 n
44891 \emph default
44892  table cells 
44893 \begin_inset Formula $W_{\mathrm{tot\,n}}$
44894 \end_inset
44895
44896  as follows:
44897 \begin_inset Formula 
44898 \begin{equation}
44899 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
44900 \end{equation}
44901
44902 \end_inset
44903
44904 where 
44905 \begin_inset Formula $W_{g\,n}$
44906 \end_inset
44907
44908  is the given width of all cells, 
44909 \series bold
44910
44911 \backslash
44912 tabcolsep
44913 \series default
44914  is the \SpecialChar LaTeX
44915 -length between the cell text and the cell border (its default value
44916  is 6
44917 \begin_inset space \thinspace{}
44918 \end_inset
44919
44920 pt).
44921  
44922 \series bold
44923
44924 \backslash
44925 arrayrulewidth
44926 \series default
44927  is the thickness of the cell border line, the default is 0.4
44928 \begin_inset space \thinspace{}
44929 \end_inset
44930
44931 pt.
44932 \end_layout
44933
44934 \begin_layout Standard
44935 Following equation
44936 \begin_inset space ~
44937 \end_inset
44938
44939
44940 \begin_inset CommandInset ref
44941 LatexCommand eqref
44942 reference "eq:Wtot_n"
44943
44944 \end_inset
44945
44946 , the total width of a multicolumn 
44947 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
44948 \end_inset
44949
44950  is
44951 \begin_inset Formula 
44952 \begin{equation}
44953 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
44954 \end{equation}
44955
44956 \end_inset
44957
44958
44959 \end_layout
44960
44961 \begin_layout Standard
44962 By setting equation
44963 \begin_inset space ~
44964 \end_inset
44965
44966
44967 \begin_inset CommandInset ref
44968 LatexCommand eqref
44969 reference "eq:Wtot_n"
44970
44971 \end_inset
44972
44973  and 
44974 \begin_inset CommandInset ref
44975 LatexCommand eqref
44976 reference "eq:Wtot_mult"
44977
44978 \end_inset
44979
44980  equal we can calculate the needed given width 
44981 \begin_inset Formula $W_{g\,n}$
44982 \end_inset
44983
44984  when 
44985 \emph on
44986 n
44987 \emph default
44988  columns are spanned, so that each column has a total width of 
44989 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
44990 \end_inset
44991
44992 :
44993 \begin_inset Formula 
44994 \begin{equation}
44995 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
44996 \end{equation}
44997
44998 \end_inset
44999
45000
45001 \end_layout
45002
45003 \begin_layout Bibliography
45004 \begin_inset CommandInset bibitem
45005 LatexCommand bibitem
45006 key "latexcompanion"
45007
45008 \end_inset
45009
45010 Frank Mittelbach and Michel Goossens: 
45011 \emph on
45012 The \SpecialChar LaTeX
45013  Companion Second Edition.
45014
45015 \emph default
45016  Addison-Wesley, 2004
45017 \end_layout
45018
45019 \begin_layout Bibliography
45020 \begin_inset CommandInset bibitem
45021 LatexCommand bibitem
45022 key "latexguide"
45023
45024 \end_inset
45025
45026 Helmut Kopka and Patrick W.
45027  Daly: 
45028 \emph on
45029 A Guide to \SpecialChar LaTeX
45030  Fourth Edition.
45031
45032 \emph default
45033  Addison-Wesley, 2003
45034 \end_layout
45035
45036 \begin_layout Bibliography
45037 \begin_inset CommandInset bibitem
45038 LatexCommand bibitem
45039 key "latexbook"
45040
45041 \end_inset
45042
45043 Leslie Lamport: 
45044 \emph on
45045 \SpecialChar LaTeX
45046 : A Document Preparation System.
45047
45048 \emph default
45049  Addison-Wesley, second edition, 1994
45050 \end_layout
45051
45052 \begin_layout Bibliography
45053 \begin_inset CommandInset bibitem
45054 LatexCommand bibitem
45055 key "arydshln"
45056
45057 \end_inset
45058
45059 Documentation of the \SpecialChar LaTeX
45060 -package 
45061 \series bold
45062
45063 \begin_inset CommandInset href
45064 LatexCommand href
45065 name "arydshln"
45066 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
45067
45068 \end_inset
45069
45070
45071 \series default
45072
45073 \begin_inset Index idx
45074 status collapsed
45075
45076 \begin_layout Plain Layout
45077 \SpecialChar LaTeX
45078 -packages ! arydshln
45079 \end_layout
45080
45081 \end_inset
45082
45083
45084 \end_layout
45085
45086 \begin_layout Bibliography
45087 \begin_inset CommandInset bibitem
45088 LatexCommand bibitem
45089 key "booktabs"
45090
45091 \end_inset
45092
45093 Documentation of the \SpecialChar LaTeX
45094 -package 
45095 \series bold
45096
45097 \begin_inset CommandInset href
45098 LatexCommand href
45099 name "booktabs"
45100 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
45101
45102 \end_inset
45103
45104
45105 \series default
45106
45107 \begin_inset Index idx
45108 status collapsed
45109
45110 \begin_layout Plain Layout
45111 \SpecialChar LaTeX
45112 -packages ! booktabs
45113 \end_layout
45114
45115 \end_inset
45116
45117
45118 \end_layout
45119
45120 \begin_layout Bibliography
45121 \begin_inset CommandInset bibitem
45122 LatexCommand bibitem
45123 key "caption"
45124
45125 \end_inset
45126
45127 Documentation of the \SpecialChar LaTeX
45128 -package 
45129 \series bold
45130
45131 \begin_inset CommandInset href
45132 LatexCommand href
45133 name "caption"
45134 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
45135
45136 \end_inset
45137
45138
45139 \series default
45140
45141 \begin_inset Index idx
45142 status collapsed
45143
45144 \begin_layout Plain Layout
45145 \SpecialChar LaTeX
45146 -packages ! caption
45147 \end_layout
45148
45149 \end_inset
45150
45151
45152 \end_layout
45153
45154 \begin_layout Bibliography
45155 \begin_inset CommandInset bibitem
45156 LatexCommand bibitem
45157 key "diagbox"
45158
45159 \end_inset
45160
45161 Documentation of the \SpecialChar LaTeX
45162 -package 
45163 \series bold
45164
45165 \begin_inset CommandInset href
45166 LatexCommand href
45167 name "diagbox"
45168 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
45169
45170 \end_inset
45171
45172
45173 \series default
45174
45175 \begin_inset Index idx
45176 status collapsed
45177
45178 \begin_layout Plain Layout
45179 \SpecialChar LaTeX
45180 -packages ! diagbox
45181 \end_layout
45182
45183 \end_inset
45184
45185
45186 \end_layout
45187
45188 \begin_layout Bibliography
45189 \begin_inset CommandInset bibitem
45190 LatexCommand bibitem
45191 key "endfloat"
45192
45193 \end_inset
45194
45195 Documentation of the \SpecialChar LaTeX
45196 -package 
45197 \series bold
45198
45199 \begin_inset CommandInset href
45200 LatexCommand href
45201 name "endfloat"
45202 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
45203
45204 \end_inset
45205
45206
45207 \series default
45208
45209 \begin_inset Index idx
45210 status collapsed
45211
45212 \begin_layout Plain Layout
45213 \SpecialChar LaTeX
45214 -packages ! endfloat
45215 \end_layout
45216
45217 \end_inset
45218
45219
45220 \end_layout
45221
45222 \begin_layout Bibliography
45223 \begin_inset CommandInset bibitem
45224 LatexCommand bibitem
45225 key "footmisc"
45226
45227 \end_inset
45228
45229 Documentation of the \SpecialChar LaTeX
45230 -package 
45231 \series bold
45232
45233 \begin_inset CommandInset href
45234 LatexCommand href
45235 name "footmisc"
45236 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
45237
45238 \end_inset
45239
45240
45241 \series default
45242
45243 \begin_inset Index idx
45244 status collapsed
45245
45246 \begin_layout Plain Layout
45247 \SpecialChar LaTeX
45248 -packages ! footmisc
45249 \end_layout
45250
45251 \end_inset
45252
45253
45254 \end_layout
45255
45256 \begin_layout Bibliography
45257 \begin_inset CommandInset bibitem
45258 LatexCommand bibitem
45259 key "hypcap"
45260
45261 \end_inset
45262
45263 Documentation of the \SpecialChar LaTeX
45264 -package 
45265 \series bold
45266
45267 \begin_inset CommandInset href
45268 LatexCommand href
45269 name "hypcap"
45270 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
45271
45272 \end_inset
45273
45274
45275 \series default
45276
45277 \begin_inset Index idx
45278 status collapsed
45279
45280 \begin_layout Plain Layout
45281 \SpecialChar LaTeX
45282 -packages ! hyperref
45283 \end_layout
45284
45285 \end_inset
45286
45287
45288 \end_layout
45289
45290 \begin_layout Bibliography
45291 \begin_inset CommandInset bibitem
45292 LatexCommand bibitem
45293 key "hyperref"
45294
45295 \end_inset
45296
45297 Documentation of the \SpecialChar LaTeX
45298 -package 
45299 \series bold
45300
45301 \begin_inset CommandInset href
45302 LatexCommand href
45303 name "hyperref"
45304 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
45305
45306 \end_inset
45307
45308
45309 \series default
45310
45311 \begin_inset Index idx
45312 status collapsed
45313
45314 \begin_layout Plain Layout
45315 \SpecialChar LaTeX
45316 -packages ! hyperref
45317 \end_layout
45318
45319 \end_inset
45320
45321
45322 \end_layout
45323
45324 \begin_layout Bibliography
45325 \begin_inset CommandInset bibitem
45326 LatexCommand bibitem
45327 key "KOMA-Script"
45328
45329 \end_inset
45330
45331 Documentation of the \SpecialChar LaTeX
45332 -package 
45333 \series bold
45334
45335 \begin_inset CommandInset href
45336 LatexCommand href
45337 name "KOMA-Script"
45338 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
45339
45340 \end_inset
45341
45342
45343 \series default
45344
45345 \begin_inset Index idx
45346 status collapsed
45347
45348 \begin_layout Plain Layout
45349 \SpecialChar LaTeX
45350 -packages ! KOMA-Script
45351 \end_layout
45352
45353 \end_inset
45354
45355
45356 \end_layout
45357
45358 \begin_layout Bibliography
45359 \begin_inset CommandInset bibitem
45360 LatexCommand bibitem
45361 key "lettrine"
45362
45363 \end_inset
45364
45365 Documentation of the \SpecialChar LaTeX
45366 -package 
45367 \series bold
45368
45369 \begin_inset CommandInset href
45370 LatexCommand href
45371 name "lettrine"
45372 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
45373
45374 \end_inset
45375
45376
45377 \series default
45378  and an 
45379 \begin_inset CommandInset href
45380 LatexCommand href
45381 name "example"
45382 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
45383
45384 \end_inset
45385
45386
45387 \begin_inset Index idx
45388 status collapsed
45389
45390 \begin_layout Plain Layout
45391 \SpecialChar LaTeX
45392 -packages ! lettrine
45393 \end_layout
45394
45395 \end_inset
45396
45397
45398 \end_layout
45399
45400 \begin_layout Bibliography
45401 \begin_inset CommandInset bibitem
45402 LatexCommand bibitem
45403 key "listings"
45404
45405 \end_inset
45406
45407 Documentation of the \SpecialChar LaTeX
45408 -package 
45409 \series bold
45410
45411 \begin_inset CommandInset href
45412 LatexCommand href
45413 name "listings"
45414 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
45415
45416 \end_inset
45417
45418
45419 \series default
45420
45421 \begin_inset Index idx
45422 status collapsed
45423
45424 \begin_layout Plain Layout
45425 \SpecialChar LaTeX
45426 -packages ! listings
45427 \end_layout
45428
45429 \end_inset
45430
45431
45432 \end_layout
45433
45434 \begin_layout Bibliography
45435 \begin_inset CommandInset bibitem
45436 LatexCommand bibitem
45437 key "marginnote"
45438
45439 \end_inset
45440
45441 Documentation of the \SpecialChar LaTeX
45442 -package 
45443 \series bold
45444
45445 \begin_inset CommandInset href
45446 LatexCommand href
45447 name "marginnote"
45448 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
45449
45450 \end_inset
45451
45452
45453 \series default
45454
45455 \begin_inset Index idx
45456 status collapsed
45457
45458 \begin_layout Plain Layout
45459 \SpecialChar LaTeX
45460 -packages ! marginnote
45461 \end_layout
45462
45463 \end_inset
45464
45465
45466 \end_layout
45467
45468 \begin_layout Bibliography
45469 \begin_inset CommandInset bibitem
45470 LatexCommand bibitem
45471 key "pdfpages"
45472
45473 \end_inset
45474
45475 Documentation of the \SpecialChar LaTeX
45476 -package 
45477 \series bold
45478
45479 \begin_inset CommandInset href
45480 LatexCommand href
45481 name "pdfpages"
45482 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
45483
45484 \end_inset
45485
45486
45487 \series default
45488
45489 \begin_inset Index idx
45490 status collapsed
45491
45492 \begin_layout Plain Layout
45493 \SpecialChar LaTeX
45494 -packages ! pdfpages
45495 \end_layout
45496
45497 \end_inset
45498
45499
45500 \end_layout
45501
45502 \begin_layout Bibliography
45503 \begin_inset CommandInset bibitem
45504 LatexCommand bibitem
45505 key "prettyref"
45506
45507 \end_inset
45508
45509 Documentation of the \SpecialChar LaTeX
45510 -package 
45511 \series bold
45512
45513 \begin_inset CommandInset href
45514 LatexCommand href
45515 name "prettyref"
45516 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
45517
45518 \end_inset
45519
45520
45521 \series default
45522
45523 \begin_inset Index idx
45524 status collapsed
45525
45526 \begin_layout Plain Layout
45527 \SpecialChar LaTeX
45528 -packages ! prettyref
45529 \end_layout
45530
45531 \end_inset
45532
45533
45534 \end_layout
45535
45536 \begin_layout Bibliography
45537 \begin_inset CommandInset bibitem
45538 LatexCommand bibitem
45539 key "pstricks"
45540
45541 \end_inset
45542
45543 Web page of the \SpecialChar LaTeX
45544 -package 
45545 \series bold
45546
45547 \begin_inset CommandInset href
45548 LatexCommand href
45549 name "PSTricks"
45550 target "http://tug.org/PSTricks/"
45551
45552 \end_inset
45553
45554
45555 \series default
45556
45557 \begin_inset Index idx
45558 status collapsed
45559
45560 \begin_layout Plain Layout
45561 \SpecialChar LaTeX
45562 -packages ! PSTricks
45563 \end_layout
45564
45565 \end_inset
45566
45567
45568 \end_layout
45569
45570 \begin_layout Bibliography
45571 \begin_inset CommandInset bibitem
45572 LatexCommand bibitem
45573 key "refstyle"
45574
45575 \end_inset
45576
45577 Documentation of the \SpecialChar LaTeX
45578 -package 
45579 \series bold
45580
45581 \begin_inset CommandInset href
45582 LatexCommand href
45583 name "refstyle"
45584 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
45585
45586 \end_inset
45587
45588
45589 \series default
45590
45591 \begin_inset Index idx
45592 status collapsed
45593
45594 \begin_layout Plain Layout
45595 \SpecialChar LaTeX
45596 -packages ! refstyle
45597 \end_layout
45598
45599 \end_inset
45600
45601
45602 \end_layout
45603
45604 \begin_layout Bibliography
45605 \begin_inset CommandInset bibitem
45606 LatexCommand bibitem
45607 key "sidecap"
45608
45609 \end_inset
45610
45611 Documentation of the \SpecialChar LaTeX
45612 -package 
45613 \series bold
45614
45615 \begin_inset CommandInset href
45616 LatexCommand href
45617 name "sidecap"
45618 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
45619
45620 \end_inset
45621
45622
45623 \series default
45624
45625 \begin_inset Index idx
45626 status collapsed
45627
45628 \begin_layout Plain Layout
45629 \SpecialChar LaTeX
45630 -packages ! sidecap
45631 \end_layout
45632
45633 \end_inset
45634
45635
45636 \end_layout
45637
45638 \begin_layout Bibliography
45639 \begin_inset CommandInset bibitem
45640 LatexCommand bibitem
45641 key "NewInLyX20"
45642
45643 \end_inset
45644
45645
45646 \begin_inset CommandInset href
45647 LatexCommand href
45648 name "Wiki page"
45649 target "http://wiki.lyx.org/LyX/NewInLyX20"
45650
45651 \end_inset
45652
45653  about new features in 
45654 \family sans
45655 \SpecialChar LyX
45656  2.0
45657 \family default
45658 .
45659 \end_layout
45660
45661 \begin_layout Standard
45662 \begin_inset CommandInset index_print
45663 LatexCommand printindex
45664 type "idx"
45665
45666 \end_inset
45667
45668
45669 \end_layout
45670
45671 \end_body
45672 \end_document